@charset "UTF-8";

/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-primary-text-emphasis: #052c65;
	--bs-secondary-text-emphasis: #2b2f32;
	--bs-success-text-emphasis: #0a3622;
	--bs-info-text-emphasis: #055160;
	--bs-warning-text-emphasis: #664d03;
	--bs-danger-text-emphasis: #58151c;
	--bs-light-text-emphasis: #495057;
	--bs-dark-text-emphasis: #495057;
	--bs-primary-bg-subtle: #cfe2ff;
	--bs-secondary-bg-subtle: #e2e3e5;
	--bs-success-bg-subtle: #d1e7dd;
	--bs-info-bg-subtle: #cff4fc;
	--bs-warning-bg-subtle: #fff3cd;
	--bs-danger-bg-subtle: #f8d7da;
	--bs-light-bg-subtle: #fcfcfd;
	--bs-dark-bg-subtle: #ced4da;
	--bs-primary-border-subtle: #9ec5fe;
	--bs-secondary-border-subtle: #c4c8cb;
	--bs-success-border-subtle: #a3cfbb;
	--bs-info-border-subtle: #9eeaf9;
	--bs-warning-border-subtle: #ffe69c;
	--bs-danger-border-subtle: #f1aeb5;
	--bs-light-border-subtle: #e9ecef;
	--bs-dark-border-subtle: #adb5bd;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg: #fff;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-emphasis-color: #000;
	--bs-emphasis-color-rgb: 0, 0, 0;
	--bs-secondary-color: rgba(33, 37, 41, 0.75);
	--bs-secondary-color-rgb: 33, 37, 41;
	--bs-secondary-bg: #e9ecef;
	--bs-secondary-bg-rgb: 233, 236, 239;
	--bs-tertiary-color: rgba(33, 37, 41, 0.5);
	--bs-tertiary-color-rgb: 33, 37, 41;
	--bs-tertiary-bg: #f8f9fa;
	--bs-tertiary-bg-rgb: 248, 249, 250;
	--bs-heading-color: inherit;
	--bs-link-color: #0d6efd;
	--bs-link-color-rgb: 13, 110, 253;
	--bs-link-decoration: underline;
	--bs-link-hover-color: #0a58ca;
	--bs-link-hover-color-rgb: 10, 88, 202;
	--bs-code-color: #d63384;
	--bs-highlight-color: #212529;
	--bs-highlight-bg: #fff3cd;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 0.375rem;
	--bs-border-radius-sm: 0.25rem;
	--bs-border-radius-lg: 0.5rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-xxl: 2rem;
	--bs-border-radius-2xl: var(--bs-border-radius-xxl);
	--bs-border-radius-pill: 50rem;
	--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
	--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	--bs-focus-ring-width: 0.25rem;
	--bs-focus-ring-opacity: 0.25;
	--bs-focus-ring-color: rgba(13, 110, 253, 0.25);
	--bs-form-valid-color: #198754;
	--bs-form-valid-border-color: #198754;
	--bs-form-invalid-color: #dc3545;
	--bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
	color-scheme: dark;
	--bs-body-color: #dee2e6;
	--bs-body-color-rgb: 222, 226, 230;
	--bs-body-bg: #212529;
	--bs-body-bg-rgb: 33, 37, 41;
	--bs-emphasis-color: #fff;
	--bs-emphasis-color-rgb: 255, 255, 255;
	--bs-secondary-color: rgba(222, 226, 230, 0.75);
	--bs-secondary-color-rgb: 222, 226, 230;
	--bs-secondary-bg: #343a40;
	--bs-secondary-bg-rgb: 52, 58, 64;
	--bs-tertiary-color: rgba(222, 226, 230, 0.5);
	--bs-tertiary-color-rgb: 222, 226, 230;
	--bs-tertiary-bg: #2b3035;
	--bs-tertiary-bg-rgb: 43, 48, 53;
	--bs-primary-text-emphasis: #6ea8fe;
	--bs-secondary-text-emphasis: #a7acb1;
	--bs-success-text-emphasis: #75b798;
	--bs-info-text-emphasis: #6edff6;
	--bs-warning-text-emphasis: #ffda6a;
	--bs-danger-text-emphasis: #ea868f;
	--bs-light-text-emphasis: #f8f9fa;
	--bs-dark-text-emphasis: #dee2e6;
	--bs-primary-bg-subtle: #031633;
	--bs-secondary-bg-subtle: #161719;
	--bs-success-bg-subtle: #051b11;
	--bs-info-bg-subtle: #032830;
	--bs-warning-bg-subtle: #332701;
	--bs-danger-bg-subtle: #2c0b0e;
	--bs-light-bg-subtle: #343a40;
	--bs-dark-bg-subtle: #1a1d20;
	--bs-primary-border-subtle: #084298;
	--bs-secondary-border-subtle: #41464b;
	--bs-success-border-subtle: #0f5132;
	--bs-info-border-subtle: #087990;
	--bs-warning-border-subtle: #997404;
	--bs-danger-border-subtle: #842029;
	--bs-light-border-subtle: #495057;
	--bs-dark-border-subtle: #343a40;
	--bs-heading-color: inherit;
	--bs-link-color: #6ea8fe;
	--bs-link-hover-color: #8bb9fe;
	--bs-link-color-rgb: 110, 168, 254;
	--bs-link-hover-color-rgb: 139, 185, 254;
	--bs-code-color: #e685b5;
	--bs-highlight-color: #dee2e6;
	--bs-highlight-bg: #664d03;
	--bs-border-color: #495057;
	--bs-border-color-translucent: rgba(255, 255, 255, 0.15);
	--bs-form-valid-color: #75b798;
	--bs-form-valid-border-color: #75b798;
	--bs-form-invalid-color: #ea868f;
	--bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}

body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
	margin: 1rem 0;
	color: inherit;
	border: 0;
	border-top: var(--bs-border-width) solid;
	opacity: 0.25;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
	color: var(--bs-heading-color);
}

h1,
.h1 {
	font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {

	h1,
	.h1 {
		font-size: 2.5rem;
	}
}

h2,
.h2 {
	font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {

	h2,
	.h2 {
		font-size: 2rem;
	}
}

h3,
.h3 {
	font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {

	h3,
	.h3 {
		font-size: 1.75rem;
	}
}

h4,
.h4 {
	font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {

	h4,
	.h4 {
		font-size: 1.5rem;
	}
}

h5,
.h5 {
	font-size: 1.25rem;
}

h6,
.h6 {
	font-size: 1rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title] {
	text-decoration: underline dotted;
	cursor: help;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul {
	padding-left: 2rem;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small,
.small {
	font-size: 0.875em;
}

mark,
.mark {
	padding: 0.1875em;
	color: var(--bs-highlight-color);
	background-color: var(--bs-highlight-bg);
}

sub,
sup {
	position: relative;
	font-size: 0.75em;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
	text-decoration: underline;
}

a:hover {
	--bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

pre,
code,
kbd,
samp {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: 0.875em;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

code {
	font-size: 0.875em;
	color: var(--bs-code-color);
	word-wrap: break-word;
}

a>code {
	color: inherit;
}

kbd {
	padding: 0.1875rem 0.375rem;
	font-size: 0.875em;
	color: var(--bs-body-bg);
	background-color: var(--bs-body-color);
	border-radius: 0.25rem;
}

kbd kbd {
	padding: 0;
	font-size: 1em;
}

figure {
	margin: 0 0 1rem;
}

img,
svg {
	vertical-align: middle;
}

table {
	caption-side: bottom;
	border-collapse: collapse;
}

caption {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: var(--bs-secondary-color);
	text-align: left;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
select {
	text-transform: none;
}

[role=button] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

select:disabled {
	opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
	display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
	cursor: pointer;
}

::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

textarea {
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: calc(1.275rem + 0.3vw);
	line-height: inherit;
}

@media (min-width: 1200px) {
	legend {
		font-size: 1.5rem;
	}
}

legend+* {
	clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
	padding: 0;
}

::-webkit-inner-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
	padding: 0;
}

::file-selector-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

iframe {
	border: 0;
}

summary {
	display: list-item;
	cursor: pointer;
}

progress {
	vertical-align: baseline;
}

[hidden] {
	display: none !important;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.display-1 {
	font-size: calc(1.625rem + 4.5vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-1 {
		font-size: 5rem;
	}
}

.display-2 {
	font-size: calc(1.575rem + 3.9vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-2 {
		font-size: 4.5rem;
	}
}

.display-3 {
	font-size: calc(1.525rem + 3.3vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-3 {
		font-size: 4rem;
	}
}

.display-4 {
	font-size: calc(1.475rem + 2.7vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-4 {
		font-size: 3.5rem;
	}
}

.display-5 {
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-5 {
		font-size: 3rem;
	}
}

.display-6 {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.display-6 {
		font-size: 2.5rem;
	}
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}

.initialism {
	font-size: 0.875em;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.blockquote> :last-child {
	margin-bottom: 0;
}

.blockquote-footer {
	margin-top: -1rem;
	margin-bottom: 1rem;
	font-size: 0.875em;
	color: #6c757d;
}

.blockquote-footer::before {
	content: "— ";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: 0.25rem;
	background-color: var(--bs-body-bg);
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 0.875em;
	color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {

	.container-sm,
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {

	.container-md,
	.container-sm,
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {

	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {

	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {

	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1320px;
	}
}

:root {
	--bs-breakpoint-xs: 0;
	--bs-breakpoint-sm: 576px;
	--bs-breakpoint-md: 768px;
	--bs-breakpoint-lg: 992px;
	--bs-breakpoint-xl: 1200px;
	--bs-breakpoint-xxl: 1400px;
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y);
}

.col {
	flex: 1 0 0%;
}

.row-cols-auto>* {
	flex: 0 0 auto;
	width: auto;
}

.row-cols-1>* {
	flex: 0 0 auto;
	width: 100%;
}

.row-cols-2>* {
	flex: 0 0 auto;
	width: 50%;
}

.row-cols-3>* {
	flex: 0 0 auto;
	width: 33.33333333%;
}

.row-cols-4>* {
	flex: 0 0 auto;
	width: 25%;
}

.row-cols-5>* {
	flex: 0 0 auto;
	width: 20%;
}

.row-cols-6>* {
	flex: 0 0 auto;
	width: 16.66666667%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
}

.col-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
}

.col-3 {
	flex: 0 0 auto;
	width: 25%;
}

.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}

.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}

.col-6 {
	flex: 0 0 auto;
	width: 50%;
}

.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}

.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}

.col-9 {
	flex: 0 0 auto;
	width: 75%;
}

.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
}

.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
}

.col-12 {
	flex: 0 0 auto;
	width: 100%;
}

.offset-1 {
	margin-left: 8.33333333%;
}

.offset-2 {
	margin-left: 16.66666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333333%;
}

.offset-5 {
	margin-left: 41.66666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333333%;
}

.offset-8 {
	margin-left: 66.66666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333333%;
}

.offset-11 {
	margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
	--bs-gutter-x: 0;
}

.g-0,
.gy-0 {
	--bs-gutter-y: 0;
}

.g-1,
.gx-1 {
	--bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
	--bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
	--bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
	--bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
	--bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
	--bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
	--bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
	--bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
	--bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
	--bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
	.col-sm {
		flex: 1 0 0%;
	}

	.row-cols-sm-auto>* {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-sm-1>* {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-sm-2>* {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-sm-3>* {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.row-cols-sm-4>* {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-sm-5>* {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-sm-6>* {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.33333333%;
	}

	.offset-sm-2 {
		margin-left: 16.66666667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.33333333%;
	}

	.offset-sm-5 {
		margin-left: 41.66666667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.33333333%;
	}

	.offset-sm-8 {
		margin-left: 66.66666667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.33333333%;
	}

	.offset-sm-11 {
		margin-left: 91.66666667%;
	}

	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0;
	}

	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0;
	}

	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 1rem;
	}

	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 1rem;
	}

	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 3rem;
	}

	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex: 1 0 0%;
	}

	.row-cols-md-auto>* {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-md-1>* {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-md-2>* {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-md-3>* {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.row-cols-md-4>* {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-md-5>* {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-md-6>* {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.33333333%;
	}

	.offset-md-2 {
		margin-left: 16.66666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.33333333%;
	}

	.offset-md-5 {
		margin-left: 41.66666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.33333333%;
	}

	.offset-md-8 {
		margin-left: 66.66666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.33333333%;
	}

	.offset-md-11 {
		margin-left: 91.66666667%;
	}

	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0;
	}

	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0;
	}

	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem;
	}

	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem;
	}

	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem;
	}

	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex: 1 0 0%;
	}

	.row-cols-lg-auto>* {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-lg-1>* {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-lg-2>* {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-lg-3>* {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.row-cols-lg-4>* {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-lg-5>* {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-lg-6>* {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.33333333%;
	}

	.offset-lg-2 {
		margin-left: 16.66666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.33333333%;
	}

	.offset-lg-5 {
		margin-left: 41.66666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.33333333%;
	}

	.offset-lg-8 {
		margin-left: 66.66666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.33333333%;
	}

	.offset-lg-11 {
		margin-left: 91.66666667%;
	}

	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0;
	}

	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0;
	}

	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 1rem;
	}

	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 1rem;
	}

	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 3rem;
	}

	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex: 1 0 0%;
	}

	.row-cols-xl-auto>* {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-xl-1>* {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-xl-2>* {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-xl-3>* {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.row-cols-xl-4>* {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-xl-5>* {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-xl-6>* {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.33333333%;
	}

	.offset-xl-2 {
		margin-left: 16.66666667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.33333333%;
	}

	.offset-xl-5 {
		margin-left: 41.66666667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.33333333%;
	}

	.offset-xl-8 {
		margin-left: 66.66666667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.33333333%;
	}

	.offset-xl-11 {
		margin-left: 91.66666667%;
	}

	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0;
	}

	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0;
	}

	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 1rem;
	}

	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 1rem;
	}

	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 3rem;
	}

	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 1400px) {
	.col-xxl {
		flex: 1 0 0%;
	}

	.row-cols-xxl-auto>* {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-xxl-1>* {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-xxl-2>* {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-xxl-3>* {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.row-cols-xxl-4>* {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-xxl-5>* {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-xxl-6>* {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-xxl-0 {
		margin-left: 0;
	}

	.offset-xxl-1 {
		margin-left: 8.33333333%;
	}

	.offset-xxl-2 {
		margin-left: 16.66666667%;
	}

	.offset-xxl-3 {
		margin-left: 25%;
	}

	.offset-xxl-4 {
		margin-left: 33.33333333%;
	}

	.offset-xxl-5 {
		margin-left: 41.66666667%;
	}

	.offset-xxl-6 {
		margin-left: 50%;
	}

	.offset-xxl-7 {
		margin-left: 58.33333333%;
	}

	.offset-xxl-8 {
		margin-left: 66.66666667%;
	}

	.offset-xxl-9 {
		margin-left: 75%;
	}

	.offset-xxl-10 {
		margin-left: 83.33333333%;
	}

	.offset-xxl-11 {
		margin-left: 91.66666667%;
	}

	.g-xxl-0,
	.gx-xxl-0 {
		--bs-gutter-x: 0;
	}

	.g-xxl-0,
	.gy-xxl-0 {
		--bs-gutter-y: 0;
	}

	.g-xxl-1,
	.gx-xxl-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 1rem;
	}

	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 1rem;
	}

	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 3rem;
	}

	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 3rem;
	}
}

.table {
	--bs-table-color-type: initial;
	--bs-table-bg-type: initial;
	--bs-table-color-state: initial;
	--bs-table-bg-state: initial;
	--bs-table-color: var(--bs-emphasis-color);
	--bs-table-bg: var(--bs-body-bg);
	--bs-table-border-color: var(--bs-border-color);
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: var(--bs-emphasis-color);
	--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
	--bs-table-active-color: var(--bs-emphasis-color);
	--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
	--bs-table-hover-color: var(--bs-emphasis-color);
	--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
	width: 100%;
	margin-bottom: 1rem;
	vertical-align: top;
	border-color: var(--bs-table-border-color);
}

.table> :not(caption)>*>* {
	padding: 0.5rem 0.5rem;
	color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
	background-color: var(--bs-table-bg);
	border-bottom-width: var(--bs-border-width);
	box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.table>tbody {
	vertical-align: inherit;
}

.table>thead {
	vertical-align: bottom;
}

.table-group-divider {
	border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
	caption-side: top;
}

.table-sm> :not(caption)>*>* {
	padding: 0.25rem 0.25rem;
}

.table-bordered> :not(caption)>* {
	border-width: var(--bs-border-width) 0;
}

.table-bordered> :not(caption)>*>* {
	border-width: 0 var(--bs-border-width);
}

.table-borderless> :not(caption)>*>* {
	border-bottom-width: 0;
}

.table-borderless> :not(:first-child) {
	border-top-width: 0;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
	--bs-table-color-type: var(--bs-table-striped-color);
	--bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns> :not(caption)>tr> :nth-child(even) {
	--bs-table-color-type: var(--bs-table-striped-color);
	--bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
	--bs-table-color-state: var(--bs-table-active-color);
	--bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover>tbody>tr:hover>* {
	--bs-table-color-state: var(--bs-table-hover-color);
	--bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
	--bs-table-color: #000;
	--bs-table-bg: #cfe2ff;
	--bs-table-border-color: #a6b5cc;
	--bs-table-striped-bg: #c5d7f2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bacbe6;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfd1ec;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-secondary {
	--bs-table-color: #000;
	--bs-table-bg: #e2e3e5;
	--bs-table-border-color: #b5b6b7;
	--bs-table-striped-bg: #d7d8da;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #cbccce;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #d1d2d4;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-success {
	--bs-table-color: #000;
	--bs-table-bg: #d1e7dd;
	--bs-table-border-color: #a7b9b1;
	--bs-table-striped-bg: #c7dbd2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bcd0c7;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #c1d6cc;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-info {
	--bs-table-color: #000;
	--bs-table-bg: #cff4fc;
	--bs-table-border-color: #a6c3ca;
	--bs-table-striped-bg: #c5e8ef;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #badce3;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfe2e9;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-warning {
	--bs-table-color: #000;
	--bs-table-bg: #fff3cd;
	--bs-table-border-color: #ccc2a4;
	--bs-table-striped-bg: #f2e7c3;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #e6dbb9;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #ece1be;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-danger {
	--bs-table-color: #000;
	--bs-table-bg: #f8d7da;
	--bs-table-border-color: #c6acae;
	--bs-table-striped-bg: #eccccf;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfc2c4;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5c7ca;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-light {
	--bs-table-color: #000;
	--bs-table-bg: #f8f9fa;
	--bs-table-border-color: #c6c7c8;
	--bs-table-striped-bg: #ecedee;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfe0e1;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5e6e7;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-dark {
	--bs-table-color: #fff;
	--bs-table-bg: #212529;
	--bs-table-border-color: #4d5154;
	--bs-table-striped-bg: #2c3034;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #373b3e;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #323539;
	--bs-table-hover-color: #fff;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 767.98px) {
	.table-responsive-md {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 991.98px) {
	.table-responsive-lg {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 1399.98px) {
	.table-responsive-xxl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

.form-label {
	margin-bottom: 0.5rem;
}

.col-form-label {
	padding-top: calc(0.375rem + var(--bs-border-width));
	padding-bottom: calc(0.375rem + var(--bs-border-width));
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(0.5rem + var(--bs-border-width));
	padding-bottom: calc(0.5rem + var(--bs-border-width));
	font-size: 1.25rem;
}

.col-form-label-sm {
	padding-top: calc(0.25rem + var(--bs-border-width));
	padding-bottom: calc(0.25rem + var(--bs-border-width));
	font-size: 0.875rem;
}

.form-text {
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: var(--bs-secondary-color);
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	appearance: none;
	background-color: var(--bs-body-bg);
	background-clip: padding-box;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form-control {
		transition: none;
	}
}

.form-control[type=file] {
	overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
	cursor: pointer;
}

.form-control:focus {
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
	min-width: 85px;
	height: 1.5em;
	margin: 0;
}

.form-control::-webkit-datetime-edit {
	display: block;
	padding: 0;
}

.form-control::placeholder {
	color: var(--bs-secondary-color);
	opacity: 1;
}

.form-control:disabled {
	background-color: var(--bs-secondary-bg);
	opacity: 1;
}

.form-control::file-selector-button {
	padding: 0.375rem 0.75rem;
	margin: -0.375rem -0.75rem;
	margin-inline-end: 0.75rem;
	color: var(--bs-body-color);
	background-color: var(--bs-tertiary-bg);
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: var(--bs-border-width);
	border-radius: 0;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form-control::file-selector-button {
		transition: none;
	}
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: 0.375rem 0;
	margin-bottom: 0;
	line-height: 1.5;
	color: var(--bs-body-color);
	background-color: transparent;
	border: solid transparent;
	border-width: var(--bs-border-width) 0;
}

.form-control-plaintext:focus {
	outline: 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: var(--bs-border-radius-sm);
}

.form-control-sm::file-selector-button {
	padding: 0.25rem 0.5rem;
	margin: -0.25rem -0.5rem;
	margin-inline-end: 0.5rem;
}

.form-control-lg {
	min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	border-radius: var(--bs-border-radius-lg);
}

.form-control-lg::file-selector-button {
	padding: 0.5rem 1rem;
	margin: -0.5rem -1rem;
	margin-inline-end: 1rem;
}

textarea.form-control {
	min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-sm {
	min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-lg {
	min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
	width: 3rem;
	height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
	padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer;
}

.form-control-color::-moz-color-swatch {
	border: 0 !important;
	border-radius: var(--bs-border-radius);
}

.form-control-color::-webkit-color-swatch {
	border: 0 !important;
	border-radius: var(--bs-border-radius);
}

.form-control-color.form-control-sm {
	height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

.form-control-color.form-control-lg {
	height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	display: block;
	width: 100%;
	padding: 0.375rem 2.25rem 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	appearance: none;
	background-color: var(--bs-body-bg);
	background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form-select {
		transition: none;
	}
}

.form-select:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
	padding-right: 0.75rem;
	background-image: none;
}

.form-select:disabled {
	background-color: var(--bs-secondary-bg);
}

.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	font-size: 0.875rem;
	border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
	border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: 0.125rem;
}

.form-check .form-check-input {
	float: left;
	margin-left: -1.5em;
}

.form-check-reverse {
	padding-right: 1.5em;
	padding-left: 0;
	text-align: right;
}

.form-check-reverse .form-check-input {
	float: right;
	margin-right: -1.5em;
	margin-left: 0;
}

.form-check-input {
	--bs-form-check-bg: var(--bs-body-bg);
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	margin-top: 0.25em;
	vertical-align: top;
	appearance: none;
	background-color: var(--bs-form-check-bg);
	background-image: var(--bs-form-check-bg-image);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: var(--bs-border-width) solid var(--bs-border-color);
	print-color-adjust: exact;
}

.form-check-input[type=checkbox] {
	border-radius: 0.25em;
}

.form-check-input[type=radio] {
	border-radius: 50%;
}

.form-check-input:active {
	filter: brightness(90%);
}

.form-check-input:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
	background-color: #0d6efd;
	border-color: #0d6efd;
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
	pointer-events: none;
	filter: none;
	opacity: 0.5;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
	cursor: default;
	opacity: 0.5;
}

.form-switch {
	padding-left: 2.5em;
}

.form-switch .form-check-input {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
	width: 2em;
	margin-left: -2.5em;
	background-image: var(--bs-form-switch-bg);
	background-position: left center;
	border-radius: 2em;
	transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form-switch .form-check-input {
		transition: none;
	}
}

.form-switch .form-check-input:focus {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
	background-position: right center;
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch.form-check-reverse {
	padding-right: 2.5em;
	padding-left: 0;
}

.form-switch.form-check-reverse .form-check-input {
	margin-right: -2.5em;
	margin-left: 0;
}

.form-check-inline {
	display: inline-block;
	margin-right: 1rem;
}

.btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.btn-check[disabled]+.btn,
.btn-check:disabled+.btn {
	pointer-events: none;
	filter: none;
	opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
	width: 100%;
	height: 1.5rem;
	padding: 0;
	appearance: none;
	background-color: transparent;
}

.form-range:focus {
	outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
	border: 0;
}

.form-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -0.25rem;
	appearance: none;
	background-color: #0d6efd;
	border: 0;
	border-radius: 1rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form-range::-webkit-slider-thumb {
		transition: none;
	}
}

.form-range::-webkit-slider-thumb:active {
	background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: var(--bs-secondary-bg);
	border-color: transparent;
	border-radius: 1rem;
}

.form-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	appearance: none;
	background-color: #0d6efd;
	border: 0;
	border-radius: 1rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form-range::-moz-range-thumb {
		transition: none;
	}
}

.form-range::-moz-range-thumb:active {
	background-color: #b6d4fe;
}

.form-range::-moz-range-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: var(--bs-secondary-bg);
	border-color: transparent;
	border-radius: 1rem;
}

.form-range:disabled {
	pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
	background-color: var(--bs-secondary-color);
}

.form-range:disabled::-moz-range-thumb {
	background-color: var(--bs-secondary-color);
}

.form-floating {
	position: relative;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
	height: calc(3.5rem + calc(var(--bs-border-width) * 2));
	min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
	line-height: 1.25;
}

.form-floating>label {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	padding: 1rem 0.75rem;
	overflow: hidden;
	text-align: start;
	text-overflow: ellipsis;
	white-space: nowrap;
	pointer-events: none;
	border: var(--bs-border-width) solid transparent;
	transform-origin: 0 0;
	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form-floating>label {
		transition: none;
	}
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
	padding: 1rem 0.75rem;
}

.form-floating>.form-control::placeholder,
.form-floating>.form-control-plaintext::placeholder {
	color: transparent;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown),
.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}

.form-floating>.form-control:-webkit-autofill,
.form-floating>.form-control-plaintext:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}

.form-floating>.form-select {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-control-plaintext~label,
.form-floating>.form-select~label {
	color: rgba(var(--bs-body-color-rgb), 0.65);
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-select~label::after {
	position: absolute;
	inset: 1rem 0.375rem;
	z-index: -1;
	height: 1.5em;
	content: "";
	background-color: var(--bs-body-bg);
	border-radius: var(--bs-border-radius);
}

.form-floating>.form-control:-webkit-autofill~label {
	color: rgba(var(--bs-body-color-rgb), 0.65);
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control-plaintext~label {
	border-width: var(--bs-border-width) 0;
}

.form-floating> :disabled~label,
.form-floating>.form-control:disabled~label {
	color: #6c757d;
}

.form-floating> :disabled~label::after,
.form-floating>.form-control:disabled~label::after {
	background-color: var(--bs-secondary-bg);
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.input-group>.form-control,
.input-group>.form-select,
.input-group>.form-floating {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus,
.input-group>.form-floating:focus-within {
	z-index: 5;
}

.input-group .btn {
	position: relative;
	z-index: 2;
}

.input-group .btn:focus {
	z-index: 5;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	text-align: center;
	white-space: nowrap;
	background-color: var(--bs-tertiary-bg);
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	border-radius: var(--bs-border-radius-lg);
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: var(--bs-border-radius-sm);
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
	padding-right: 3rem;
}

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group.has-validation> :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: calc(var(--bs-border-width) * -1);
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group>.form-floating:not(:first-child)>.form-control,
.input-group>.form-floating:not(:first-child)>.form-select {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: var(--bs-form-valid-color);
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	color: #fff;
	background-color: var(--bs-success);
	border-radius: var(--bs-border-radius);
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
	display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
	border-color: var(--bs-form-valid-border-color);
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
	border-color: var(--bs-form-valid-border-color);
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid,
.form-select.is-valid {
	border-color: var(--bs-form-valid-border-color);
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
	--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	padding-right: 4.125rem;
	background-position: right 0.75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
	border-color: var(--bs-form-valid-border-color);
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid,
.form-control-color.is-valid {
	width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
	border-color: var(--bs-form-valid-border-color);
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
	background-color: var(--bs-form-valid-color);
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
	color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input~.valid-feedback {
	margin-left: 0.5em;
}

.was-validated .input-group>.form-control:not(:focus):valid,
.input-group>.form-control:not(:focus).is-valid,
.was-validated .input-group>.form-select:not(:focus):valid,
.input-group>.form-select:not(:focus).is-valid,
.was-validated .input-group>.form-floating:not(:focus-within):valid,
.input-group>.form-floating:not(:focus-within).is-valid {
	z-index: 3;
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	color: #fff;
	background-color: var(--bs-danger);
	border-radius: var(--bs-border-radius);
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
	border-color: var(--bs-form-invalid-border-color);
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
	border-color: var(--bs-form-invalid-border-color);
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
	border-color: var(--bs-form-invalid-border-color);
}

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
	--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	padding-right: 4.125rem;
	background-position: right 0.75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
	border-color: var(--bs-form-invalid-border-color);
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
	width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
	border-color: var(--bs-form-invalid-border-color);
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
	background-color: var(--bs-form-invalid-color);
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
	color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input~.invalid-feedback {
	margin-left: 0.5em;
}

.was-validated .input-group>.form-control:not(:focus):invalid,
.input-group>.form-control:not(:focus).is-invalid,
.was-validated .input-group>.form-select:not(:focus):invalid,
.input-group>.form-select:not(:focus).is-invalid,
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
.input-group>.form-floating:not(:focus-within).is-invalid {
	z-index: 4;
}

.btn {
	--bs-btn-padding-x: 0.75rem;
	--bs-btn-padding-y: 0.375rem;
	--bs-btn-font-family: ;
	--bs-btn-font-size: 1rem;
	--bs-btn-font-weight: 400;
	--bs-btn-line-height: 1.5;
	--bs-btn-color: var(--bs-body-color);
	--bs-btn-bg: transparent;
	--bs-btn-border-width: var(--bs-border-width);
	--bs-btn-border-color: transparent;
	--bs-btn-border-radius: var(--bs-border-radius);
	--bs-btn-hover-border-color: transparent;
	--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	--bs-btn-disabled-opacity: 0.65;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
	display: inline-block;
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	font-family: var(--bs-btn-font-family);
	font-size: var(--bs-btn-font-size);
	font-weight: var(--bs-btn-font-weight);
	line-height: var(--bs-btn-line-height);
	color: var(--bs-btn-color);
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
	border-radius: var(--bs-btn-border-radius);
	background-color: var(--bs-btn-bg);
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}

.btn:hover {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
}

.btn-check+.btn:hover {
	color: var(--bs-btn-color);
	background-color: var(--bs-btn-bg);
	border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
	outline: 0;
	box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:focus-visible+.btn {
	border-color: var(--bs-btn-hover-border-color);
	outline: 0;
	box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
	color: var(--bs-btn-active-color);
	background-color: var(--bs-btn-active-bg);
	border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked+.btn:focus-visible,
:not(.btn-check)+.btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
	box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked:focus-visible+.btn {
	box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
	color: var(--bs-btn-disabled-color);
	pointer-events: none;
	background-color: var(--bs-btn-disabled-bg);
	border-color: var(--bs-btn-disabled-border-color);
	opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #0d6efd;
	--bs-btn-border-color: #0d6efd;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #0b5ed7;
	--bs-btn-hover-border-color: #0a58ca;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #0a58ca;
	--bs-btn-active-border-color: #0a53be;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #0d6efd;
	--bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #6c757d;
	--bs-btn-border-color: #6c757d;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #5c636a;
	--bs-btn-hover-border-color: #565e64;
	--bs-btn-focus-shadow-rgb: 130, 138, 145;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #565e64;
	--bs-btn-active-border-color: #51585e;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #6c757d;
	--bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
	--bs-btn-color: #fff;
	--bs-btn-bg: #198754;
	--bs-btn-border-color: #198754;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #157347;
	--bs-btn-hover-border-color: #146c43;
	--bs-btn-focus-shadow-rgb: 60, 153, 110;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #146c43;
	--bs-btn-active-border-color: #13653f;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #198754;
	--bs-btn-disabled-border-color: #198754;
}

.btn-info {
	--bs-btn-color: #000;
	--bs-btn-bg: #0dcaf0;
	--bs-btn-border-color: #0dcaf0;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #31d2f2;
	--bs-btn-hover-border-color: #25cff2;
	--bs-btn-focus-shadow-rgb: 11, 172, 204;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #3dd5f3;
	--bs-btn-active-border-color: #25cff2;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #0dcaf0;
	--bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
	--bs-btn-color: #000;
	--bs-btn-bg: #ffc107;
	--bs-btn-border-color: #ffc107;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #ffca2c;
	--bs-btn-hover-border-color: #ffc720;
	--bs-btn-focus-shadow-rgb: 217, 164, 6;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #ffcd39;
	--bs-btn-active-border-color: #ffc720;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #ffc107;
	--bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
	--bs-btn-color: #fff;
	--bs-btn-bg: #dc3545;
	--bs-btn-border-color: #dc3545;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #bb2d3b;
	--bs-btn-hover-border-color: #b02a37;
	--bs-btn-focus-shadow-rgb: 225, 83, 97;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #b02a37;
	--bs-btn-active-border-color: #a52834;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #dc3545;
	--bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
	--bs-btn-color: #000;
	--bs-btn-bg: #f8f9fa;
	--bs-btn-border-color: #f8f9fa;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #d3d4d5;
	--bs-btn-hover-border-color: #c6c7c8;
	--bs-btn-focus-shadow-rgb: 211, 212, 213;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #c6c7c8;
	--bs-btn-active-border-color: #babbbc;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #f8f9fa;
	--bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
	--bs-btn-color: #fff;
	--bs-btn-bg: #212529;
	--bs-btn-border-color: #212529;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #424649;
	--bs-btn-hover-border-color: #373b3e;
	--bs-btn-focus-shadow-rgb: 66, 70, 73;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #4d5154;
	--bs-btn-active-border-color: #373b3e;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #212529;
	--bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
	--bs-btn-color: #0d6efd;
	--bs-btn-border-color: #0d6efd;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #0d6efd;
	--bs-btn-hover-border-color: #0d6efd;
	--bs-btn-focus-shadow-rgb: 13, 110, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #0d6efd;
	--bs-btn-active-border-color: #0d6efd;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #0d6efd;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #0d6efd;
	--bs-gradient: none;
}

.btn-outline-secondary {
	--bs-btn-color: #6c757d;
	--bs-btn-border-color: #6c757d;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #6c757d;
	--bs-btn-hover-border-color: #6c757d;
	--bs-btn-focus-shadow-rgb: 108, 117, 125;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #6c757d;
	--bs-btn-active-border-color: #6c757d;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #6c757d;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #6c757d;
	--bs-gradient: none;
}

.btn-outline-success {
	--bs-btn-color: #198754;
	--bs-btn-border-color: #198754;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #198754;
	--bs-btn-hover-border-color: #198754;
	--bs-btn-focus-shadow-rgb: 25, 135, 84;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #198754;
	--bs-btn-active-border-color: #198754;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #198754;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #198754;
	--bs-gradient: none;
}

.btn-outline-info {
	--bs-btn-color: #0dcaf0;
	--bs-btn-border-color: #0dcaf0;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #0dcaf0;
	--bs-btn-hover-border-color: #0dcaf0;
	--bs-btn-focus-shadow-rgb: 13, 202, 240;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #0dcaf0;
	--bs-btn-active-border-color: #0dcaf0;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #0dcaf0;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #0dcaf0;
	--bs-gradient: none;
}

.btn-outline-warning {
	--bs-btn-color: #ffc107;
	--bs-btn-border-color: #ffc107;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #ffc107;
	--bs-btn-hover-border-color: #ffc107;
	--bs-btn-focus-shadow-rgb: 255, 193, 7;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #ffc107;
	--bs-btn-active-border-color: #ffc107;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #ffc107;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #ffc107;
	--bs-gradient: none;
}

.btn-outline-danger {
	--bs-btn-color: #dc3545;
	--bs-btn-border-color: #dc3545;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #dc3545;
	--bs-btn-hover-border-color: #dc3545;
	--bs-btn-focus-shadow-rgb: 220, 53, 69;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #dc3545;
	--bs-btn-active-border-color: #dc3545;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #dc3545;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #dc3545;
	--bs-gradient: none;
}

.btn-outline-light {
	--bs-btn-color: #f8f9fa;
	--bs-btn-border-color: #f8f9fa;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #f8f9fa;
	--bs-btn-hover-border-color: #f8f9fa;
	--bs-btn-focus-shadow-rgb: 248, 249, 250;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #f8f9fa;
	--bs-btn-active-border-color: #f8f9fa;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #f8f9fa;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #f8f9fa;
	--bs-gradient: none;
}

.btn-outline-dark {
	--bs-btn-color: #212529;
	--bs-btn-border-color: #212529;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #212529;
	--bs-btn-hover-border-color: #212529;
	--bs-btn-focus-shadow-rgb: 33, 37, 41;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #212529;
	--bs-btn-active-border-color: #212529;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #212529;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #212529;
	--bs-gradient: none;
}

.btn-link {
	--bs-btn-font-weight: 400;
	--bs-btn-color: var(--bs-link-color);
	--bs-btn-bg: transparent;
	--bs-btn-border-color: transparent;
	--bs-btn-hover-color: var(--bs-link-hover-color);
	--bs-btn-hover-border-color: transparent;
	--bs-btn-active-color: var(--bs-link-hover-color);
	--bs-btn-active-border-color: transparent;
	--bs-btn-disabled-color: #6c757d;
	--bs-btn-disabled-border-color: transparent;
	--bs-btn-box-shadow: 0 0 0 #000;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	text-decoration: underline;
}

.btn-link:focus-visible {
	color: var(--bs-btn-color);
}

.btn-link:hover {
	color: var(--bs-btn-hover-color);
}

.btn-lg,
.btn-group-lg>.btn {
	--bs-btn-padding-y: 0.5rem;
	--bs-btn-padding-x: 1rem;
	--bs-btn-font-size: 1.25rem;
	--bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm,
.btn-group-sm>.btn {
	--bs-btn-padding-y: 0.25rem;
	--bs-btn-padding-x: 0.5rem;
	--bs-btn-font-size: 0.875rem;
	--bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
	transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
	.fade {
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none;
	}
}

.collapsing.collapse-horizontal {
	width: 0;
	height: auto;
	transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
	.collapsing.collapse-horizontal {
		transition: none;
	}
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	--bs-dropdown-zindex: 1000;
	--bs-dropdown-min-width: 10rem;
	--bs-dropdown-padding-x: 0;
	--bs-dropdown-padding-y: 0.5rem;
	--bs-dropdown-spacer: 0.125rem;
	--bs-dropdown-font-size: 1rem;
	--bs-dropdown-color: var(--bs-body-color);
	--bs-dropdown-bg: var(--bs-body-bg);
	--bs-dropdown-border-color: var(--bs-border-color-translucent);
	--bs-dropdown-border-radius: var(--bs-border-radius);
	--bs-dropdown-border-width: var(--bs-border-width);
	--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
	--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
	--bs-dropdown-divider-margin-y: 0.5rem;
	--bs-dropdown-box-shadow: var(--bs-box-shadow);
	--bs-dropdown-link-color: var(--bs-body-color);
	--bs-dropdown-link-hover-color: var(--bs-body-color);
	--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
	--bs-dropdown-link-active-color: #fff;
	--bs-dropdown-link-active-bg: #0d6efd;
	--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
	--bs-dropdown-item-padding-x: 1rem;
	--bs-dropdown-item-padding-y: 0.25rem;
	--bs-dropdown-header-color: #6c757d;
	--bs-dropdown-header-padding-x: 1rem;
	--bs-dropdown-header-padding-y: 0.5rem;
	position: absolute;
	z-index: var(--bs-dropdown-zindex);
	display: none;
	min-width: var(--bs-dropdown-min-width);
	padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
	margin: 0;
	font-size: var(--bs-dropdown-font-size);
	color: var(--bs-dropdown-color);
	text-align: left;
	list-style: none;
	background-color: var(--bs-dropdown-bg);
	background-clip: padding-box;
	border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
	border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
	--bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
	right: auto;
	left: 0;
}

.dropdown-menu-end {
	--bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
	right: 0;
	left: auto;
}

@media (min-width: 576px) {
	.dropdown-menu-sm-start {
		--bs-position: start;
	}

	.dropdown-menu-sm-start[data-bs-popper] {
		right: auto;
		left: 0;
	}

	.dropdown-menu-sm-end {
		--bs-position: end;
	}

	.dropdown-menu-sm-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width: 768px) {
	.dropdown-menu-md-start {
		--bs-position: start;
	}

	.dropdown-menu-md-start[data-bs-popper] {
		right: auto;
		left: 0;
	}

	.dropdown-menu-md-end {
		--bs-position: end;
	}

	.dropdown-menu-md-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width: 992px) {
	.dropdown-menu-lg-start {
		--bs-position: start;
	}

	.dropdown-menu-lg-start[data-bs-popper] {
		right: auto;
		left: 0;
	}

	.dropdown-menu-lg-end {
		--bs-position: end;
	}

	.dropdown-menu-lg-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width: 1200px) {
	.dropdown-menu-xl-start {
		--bs-position: start;
	}

	.dropdown-menu-xl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}

	.dropdown-menu-xl-end {
		--bs-position: end;
	}

	.dropdown-menu-xl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width: 1400px) {
	.dropdown-menu-xxl-start {
		--bs-position: start;
	}

	.dropdown-menu-xxl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}

	.dropdown-menu-xxl-end {
		--bs-position: end;
	}

	.dropdown-menu-xxl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

.dropup .dropdown-menu[data-bs-popper] {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: var(--bs-dropdown-spacer);
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: var(--bs-dropdown-spacer);
}

.dropend .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropend .dropdown-toggle::after {
	vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: var(--bs-dropdown-spacer);
}

.dropstart .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
}

.dropstart .dropdown-toggle::after {
	display: none;
}

.dropstart .dropdown-toggle::before {
	display: inline-block;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropstart .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-divider {
	height: 0;
	margin: var(--bs-dropdown-divider-margin-y) 0;
	overflow: hidden;
	border-top: 1px solid var(--bs-dropdown-divider-bg);
	opacity: 1;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
	clear: both;
	font-weight: 400;
	color: var(--bs-dropdown-link-color);
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: var(--bs-dropdown-link-hover-color);
	background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active,
.dropdown-item:active {
	color: var(--bs-dropdown-link-active-color);
	text-decoration: none;
	background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: var(--bs-dropdown-link-disabled-color);
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
	margin-bottom: 0;
	font-size: 0.875rem;
	color: var(--bs-dropdown-header-color);
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
	color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
	--bs-dropdown-color: #dee2e6;
	--bs-dropdown-bg: #343a40;
	--bs-dropdown-border-color: var(--bs-border-color-translucent);
	--bs-dropdown-box-shadow: ;
	--bs-dropdown-link-color: #dee2e6;
	--bs-dropdown-link-hover-color: #fff;
	--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
	--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
	--bs-dropdown-link-active-color: #fff;
	--bs-dropdown-link-active-bg: #0d6efd;
	--bs-dropdown-link-disabled-color: #adb5bd;
	--bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
	position: relative;
	flex: 1 1 auto;
}

.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
	z-index: 1;
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group {
	border-radius: var(--bs-border-radius);
}

.btn-group> :not(.btn-check:first-child)+.btn,
.btn-group>.btn-group:not(:first-child) {
	margin-left: calc(var(--bs-border-width) * -1);
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn.dropdown-toggle-split:first-child,
.btn-group>.btn-group:not(:last-child)>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group>.btn:nth-child(n+3),
.btn-group> :not(.btn-check)+.btn,
.btn-group>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: 0.5625rem;
	padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
	margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
	padding-right: 0.375rem;
	padding-left: 0.375rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
	width: 100%;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
	margin-top: calc(var(--bs-border-width) * -1);
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn~.btn,
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav {
	--bs-nav-link-padding-x: 1rem;
	--bs-nav-link-padding-y: 0.9rem;
	--bs-nav-link-font-weight: ;
	--bs-nav-link-color: var(--bs-link-color);
	--bs-nav-link-hover-color: var(--bs-link-hover-color);
	--bs-nav-link-disabled-color: var(--bs-secondary-color);
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
	font-size: var(--bs-nav-link-font-size);
	font-weight: var(--bs-nav-link-font-weight);
	color: var(--bs-nav-link-color);
	text-decoration: none;
	background: none;
	border: 0;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.nav-link {
		transition: none;
	}
}

.nav-link:hover,
.nav-link:focus {
	color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.nav-link.disabled,
.nav-link:disabled {
	color: var(--bs-nav-link-disabled-color);
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	--bs-nav-tabs-border-width: var(--bs-border-width);
	--bs-nav-tabs-border-color: var(--bs-border-color);
	--bs-nav-tabs-border-radius: var(--bs-border-radius);
	--bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
	--bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
	--bs-nav-tabs-link-active-bg: var(--bs-body-bg);
	--bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
	border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
	margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
	border: var(--bs-nav-tabs-border-width) solid transparent;
	border-top-left-radius: var(--bs-nav-tabs-border-radius);
	border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	isolation: isolate;
	border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: var(--bs-nav-tabs-link-active-color);
	background-color: var(--bs-nav-tabs-link-active-bg);
	border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
	margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills {
	--bs-nav-pills-border-radius: var(--bs-border-radius);
	--bs-nav-pills-link-active-color: #fff;
	--bs-nav-pills-link-active-bg: #0d6efd;
}

.nav-pills .nav-link {
	border-radius: var(--bs-nav-pills-border-radius);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: var(--bs-nav-pills-link-active-color);
	background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
	--bs-nav-underline-gap: 1rem;
	--bs-nav-underline-border-width: 0.125rem;
	--bs-nav-underline-link-active-color: var(--bs-emphasis-color);
	gap: var(--bs-nav-underline-gap);
}

.nav-underline .nav-link {
	padding-right: 0;
	padding-left: 0;
	border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

.nav-underline .nav-link:hover,
.nav-underline .nav-link:focus {
	border-bottom-color: currentcolor;
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
	font-weight: 700;
	color: var(--bs-nav-underline-link-active-color);
	border-bottom-color: currentcolor;
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
	width: 100%;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.navbar {
	--bs-navbar-padding-x: 0;
	--bs-navbar-padding-y: 0%;
	--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
	--bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
	--bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
	--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-brand-padding-y: 0.7125rem;
	--bs-navbar-brand-margin-end: 1rem;
	--bs-navbar-brand-font-size: 1.25rem;
	--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-nav-link-padding-x: 0.5rem;
	--bs-navbar-toggler-padding-y: 0.1rem;
	--bs-navbar-toggler-padding-x: 0.5rem;
	--bs-navbar-toggler-font-size: 1.25rem;
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
	--bs-navbar-toggler-border-radius: var(--bs-border-radius);
	--bs-navbar-toggler-focus-width: 0.25rem;
	--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between;
}

.navbar-brand {
	padding-top: var(--bs-navbar-brand-padding-y);
	padding-bottom: var(--bs-navbar-brand-padding-y);
	margin-right: var(--bs-navbar-brand-margin-end);
	font-size: var(--bs-navbar-brand-font-size);
	color: var(--bs-navbar-brand-color);
	text-decoration: none;
	white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
	color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
	--bs-nav-link-padding-x: 0;
	--bs-nav-link-padding-y: 0.9rem;
	--bs-nav-link-font-weight: ;
	--bs-nav-link-color: var(--bs-navbar-color);
	--bs-nav-link-hover-color: var(--bs-navbar-hover-color);
	--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: var(--bs-navbar-active-color);
}

.navbar-nav .dropdown-menu {
	position: static;
}

.navbar-text {
	padding-top: 0.9rem;
	padding-bottom: 0.9rem;
	color: var(--bs-navbar-color);
}

.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
	color: var(--bs-navbar-active-color);
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
}

.navbar-toggler {
	padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
	font-size: var(--bs-navbar-toggler-font-size);
	line-height: 1;
	color: var(--bs-navbar-color);
	background-color: transparent;
	border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
	border-radius: var(--bs-navbar-toggler-border-radius);
	transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
	.navbar-toggler {
		transition: none;
	}
}

.navbar-toggler:hover {
	text-decoration: none;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-image: var(--bs-navbar-toggler-icon-bg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.navbar-nav-scroll {
	max-height: var(--bs-scroll-height, 75vh);
	overflow-y: auto;
}

@media (min-width: 576px) {
	.navbar-expand-sm {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}

	.navbar-expand-sm .navbar-nav {
		flex-direction: row;
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x);
	}

	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible;
	}

	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}

	.navbar-expand-sm .navbar-toggler {
		display: none;
	}

	.navbar-expand-sm .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none;
	}

	.navbar-expand-sm .offcanvas .offcanvas-header {
		display: none;
	}

	.navbar-expand-sm .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}

	.navbar-expand-md .navbar-nav {
		flex-direction: row;
	}

	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x);
	}

	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible;
	}

	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}

	.navbar-expand-md .navbar-toggler {
		display: none;
	}

	.navbar-expand-md .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none;
	}

	.navbar-expand-md .offcanvas .offcanvas-header {
		display: none;
	}

	.navbar-expand-md .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x);
	}

	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible;
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}

	.navbar-expand-lg .navbar-toggler {
		display: none;
	}

	.navbar-expand-lg .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none;
	}

	.navbar-expand-lg .offcanvas .offcanvas-header {
		display: none;
	}

	.navbar-expand-lg .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}

	.navbar-expand-xl .navbar-nav {
		flex-direction: row;
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x);
	}

	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible;
	}

	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}

	.navbar-expand-xl .navbar-toggler {
		display: none;
	}

	.navbar-expand-xl .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none;
	}

	.navbar-expand-xl .offcanvas .offcanvas-header {
		display: none;
	}

	.navbar-expand-xl .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}

@media (min-width: 1400px) {
	.navbar-expand-xxl {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}

	.navbar-expand-xxl .navbar-nav {
		flex-direction: row;
	}

	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x);
	}

	.navbar-expand-xxl .navbar-nav-scroll {
		overflow: visible;
	}

	.navbar-expand-xxl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}

	.navbar-expand-xxl .navbar-toggler {
		display: none;
	}

	.navbar-expand-xxl .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none;
	}

	.navbar-expand-xxl .offcanvas .offcanvas-header {
		display: none;
	}

	.navbar-expand-xxl .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}

.navbar-expand {
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.navbar-expand .navbar-nav {
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: var(--bs-navbar-nav-link-padding-x);
	padding-left: var(--bs-navbar-nav-link-padding-x);
}

.navbar-expand .navbar-nav-scroll {
	overflow: visible;
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-expand .offcanvas {
	position: static;
	z-index: auto;
	flex-grow: 1;
	width: auto !important;
	height: auto !important;
	visibility: visible !important;
	background-color: transparent !important;
	border: 0 !important;
	transform: none !important;
	transition: none;
}

.navbar-expand .offcanvas .offcanvas-header {
	display: none;
}

.navbar-expand .offcanvas .offcanvas-body {
	display: flex;
	flex-grow: 0;
	padding: 0;
	overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
	--bs-navbar-color: rgba(255, 255, 255, 0.55);
	--bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
	--bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
	--bs-navbar-active-color: #fff;
	--bs-navbar-brand-color: #fff;
	--bs-navbar-brand-hover-color: #fff;
	--bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
	--bs-card-spacer-y: 1rem;
	--bs-card-spacer-x: 1rem;
	--bs-card-title-spacer-y: 0.5rem;
	--bs-card-title-color: ;
	--bs-card-subtitle-color: ;
	--bs-card-border-width: var(--bs-border-width);
	--bs-card-border-color: var(--bs-border-color-translucent);
	--bs-card-border-radius: var(--bs-border-radius);
	--bs-card-box-shadow: ;
	--bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
	--bs-card-cap-padding-y: 0.5rem;
	--bs-card-cap-padding-x: 1rem;
	--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
	--bs-card-cap-color: ;
	--bs-card-height: ;
	--bs-card-color: ;
	--bs-card-bg: var(--bs-body-bg);
	--bs-card-img-overlay-padding: 1rem;
	--bs-card-group-margin: 0.75rem;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: var(--bs-card-height);
	color: var(--bs-body-color);
	word-wrap: break-word;
	background-color: var(--bs-card-bg);
	background-clip: border-box;
	border: var(--bs-card-border-width) solid var(--bs-card-border-color);
	border-radius: var(--bs-card-border-radius);
}

.card>hr {
	margin-right: 0;
	margin-left: 0;
}

.card>.list-group {
	border-top: inherit;
	border-bottom: inherit;
}

.card>.list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card>.list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: var(--bs-card-inner-border-radius);
	border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
	border-top: 0;
}

.card-body {
	flex: 1 1 auto;
	padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
	color: var(--bs-card-color);
}

.card-title {
	margin-bottom: var(--bs-card-title-spacer-y);
	color: var(--bs-card-title-color);
}

.card-subtitle {
	margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
	margin-bottom: 0;
	color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link+.card-link {
	margin-left: var(--bs-card-spacer-x);
}

.card-header {
	padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
	margin-bottom: 0;
	color: var(--bs-card-cap-color);
	background-color: var(--bs-card-cap-bg);
	border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-header:first-child {
	border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
	padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
	color: var(--bs-card-cap-color);
	background-color: var(--bs-card-cap-bg);
	border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-footer:last-child {
	border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
	margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
	margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
	margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
	border-bottom: 0;
}

.card-header-tabs .nav-link.active {
	background-color: var(--bs-card-bg);
	border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
	margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
	margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: var(--bs-card-img-overlay-padding);
	border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
	width: 100%;
}

.card-img,
.card-img-top {
	border-top-left-radius: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
	border-bottom-right-radius: var(--bs-card-inner-border-radius);
	border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group>.card {
	margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
	.card-group {
		display: flex;
		flex-flow: row wrap;
	}

	.card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0;
	}

	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0;
	}

	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.card-group>.card:not(:last-child) .card-img-top,
	.card-group>.card:not(:last-child) .card-header {
		border-top-right-radius: 0;
	}

	.card-group>.card:not(:last-child) .card-img-bottom,
	.card-group>.card:not(:last-child) .card-footer {
		border-bottom-right-radius: 0;
	}

	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.card-group>.card:not(:first-child) .card-img-top,
	.card-group>.card:not(:first-child) .card-header {
		border-top-left-radius: 0;
	}

	.card-group>.card:not(:first-child) .card-img-bottom,
	.card-group>.card:not(:first-child) .card-footer {
		border-bottom-left-radius: 0;
	}
}

.accordion {
	--bs-accordion-color: var(--bs-body-color);
	--bs-accordion-bg: var(--bs-body-bg);
	--bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
	--bs-accordion-border-color: var(--bs-border-color);
	--bs-accordion-border-width: var(--bs-border-width);
	--bs-accordion-border-radius: var(--bs-border-radius);
	--bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
	--bs-accordion-btn-padding-x: 1.25rem;
	--bs-accordion-btn-padding-y: 1rem;
	--bs-accordion-btn-color: var(--bs-body-color);
	--bs-accordion-btn-bg: var(--bs-accordion-bg);
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
	--bs-accordion-btn-icon-width: 1.25rem;
	--bs-accordion-btn-icon-transform: rotate(-180deg);
	--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
	--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	--bs-accordion-body-padding-x: 1.25rem;
	--bs-accordion-body-padding-y: 1rem;
	--bs-accordion-active-color: var(--bs-primary-text-emphasis);
	--bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
	font-size: 1rem;
	color: var(--bs-accordion-btn-color);
	text-align: left;
	background-color: var(--bs-accordion-btn-bg);
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
	.accordion-button {
		transition: none;
	}
}

.accordion-button:not(.collapsed) {
	color: var(--bs-accordion-active-color);
	background-color: var(--bs-accordion-active-bg);
	box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
	background-image: var(--bs-accordion-btn-active-icon);
	transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
	flex-shrink: 0;
	width: var(--bs-accordion-btn-icon-width);
	height: var(--bs-accordion-btn-icon-width);
	margin-left: auto;
	content: "";
	background-image: var(--bs-accordion-btn-icon);
	background-repeat: no-repeat;
	background-size: var(--bs-accordion-btn-icon-width);
	transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
	.accordion-button::after {
		transition: none;
	}
}

.accordion-button:hover {
	z-index: 2;
}

.accordion-button:focus {
	z-index: 3;
	outline: 0;
	box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
	margin-bottom: 0;
}

.accordion-item {
	color: var(--bs-accordion-color);
	background-color: var(--bs-accordion-bg);
	border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-item:first-of-type {
	border-top-left-radius: var(--bs-accordion-border-radius);
	border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
	border-top-left-radius: var(--bs-accordion-inner-border-radius);
	border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
	border-top: 0;
}

.accordion-item:last-of-type {
	border-bottom-right-radius: var(--bs-accordion-border-radius);
	border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
	border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
	border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type>.accordion-collapse {
	border-bottom-right-radius: var(--bs-accordion-border-radius);
	border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
	padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush>.accordion-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}

.accordion-flush>.accordion-item:first-child {
	border-top: 0;
}

.accordion-flush>.accordion-item:last-child {
	border-bottom: 0;
}

.accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
	border-radius: 0;
}

.accordion-flush>.accordion-item>.accordion-collapse {
	border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.breadcrumb {
	--bs-breadcrumb-padding-x: 0;
	--bs-breadcrumb-padding-y: 0;
	--bs-breadcrumb-margin-bottom: 1rem;
	--bs-breadcrumb-bg: ;
	--bs-breadcrumb-border-radius: ;
	--bs-breadcrumb-divider-color: var(--bs-secondary-color);
	--bs-breadcrumb-item-padding-x: 0.5rem;
	--bs-breadcrumb-item-active-color: var(--bs-secondary-color);
	display: flex;
	flex-wrap: wrap;
	padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
	margin-bottom: var(--bs-breadcrumb-margin-bottom);
	font-size: var(--bs-breadcrumb-font-size);
	list-style: none;
	background-color: var(--bs-breadcrumb-bg);
	border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: var(--bs-breadcrumb-item-padding-x);
	color: var(--bs-breadcrumb-divider-color);
	content: var(--bs-breadcrumb-divider, "/")
		/* rtl: var(--bs-breadcrumb-divider, "/") */
	;
}

.breadcrumb-item.active {
	color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
	--bs-pagination-padding-x: 0.75rem;
	--bs-pagination-padding-y: 0.375rem;
	--bs-pagination-font-size: 1rem;
	--bs-pagination-color: var(--bs-link-color);
	--bs-pagination-bg: var(--bs-body-bg);
	--bs-pagination-border-width: var(--bs-border-width);
	--bs-pagination-border-color: var(--bs-border-color);
	--bs-pagination-border-radius: var(--bs-border-radius);
	--bs-pagination-hover-color: var(--bs-link-hover-color);
	--bs-pagination-hover-bg: var(--bs-tertiary-bg);
	--bs-pagination-hover-border-color: var(--bs-border-color);
	--bs-pagination-focus-color: var(--bs-link-hover-color);
	--bs-pagination-focus-bg: var(--bs-secondary-bg);
	--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	--bs-pagination-active-color: #fff;
	--bs-pagination-active-bg: #0d6efd;
	--bs-pagination-active-border-color: #0d6efd;
	--bs-pagination-disabled-color: var(--bs-secondary-color);
	--bs-pagination-disabled-bg: var(--bs-secondary-bg);
	--bs-pagination-disabled-border-color: var(--bs-border-color);
	display: flex;
	padding-left: 0;
	list-style: none;
}

.page-link {
	position: relative;
	display: block;
	padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
	font-size: var(--bs-pagination-font-size);
	color: var(--bs-pagination-color);
	text-decoration: none;
	background-color: var(--bs-pagination-bg);
	border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.page-link {
		transition: none;
	}
}

.page-link:hover {
	z-index: 2;
	color: var(--bs-pagination-hover-color);
	background-color: var(--bs-pagination-hover-bg);
	border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
	z-index: 3;
	color: var(--bs-pagination-focus-color);
	background-color: var(--bs-pagination-focus-bg);
	outline: 0;
	box-shadow: var(--bs-pagination-focus-box-shadow);
}

.page-link.active,
.active>.page-link {
	z-index: 3;
	color: var(--bs-pagination-active-color);
	background-color: var(--bs-pagination-active-bg);
	border-color: var(--bs-pagination-active-border-color);
}

.page-link.disabled,
.disabled>.page-link {
	color: var(--bs-pagination-disabled-color);
	pointer-events: none;
	background-color: var(--bs-pagination-disabled-bg);
	border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
	margin-left: calc(var(--bs-border-width) * -1);
}

.page-item:first-child .page-link {
	border-top-left-radius: var(--bs-pagination-border-radius);
	border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
	border-top-right-radius: var(--bs-pagination-border-radius);
	border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
	--bs-pagination-padding-x: 1.5rem;
	--bs-pagination-padding-y: 0.75rem;
	--bs-pagination-font-size: 1.25rem;
	--bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
	--bs-pagination-padding-x: 0.5rem;
	--bs-pagination-padding-y: 0.25rem;
	--bs-pagination-font-size: 0.875rem;
	--bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
	--bs-badge-padding-x: 0.65em;
	--bs-badge-padding-y: 0.35em;
	--bs-badge-font-size: 0.75em;
	--bs-badge-font-weight: 700;
	--bs-badge-color: #fff;
	--bs-badge-border-radius: var(--bs-border-radius);
	display: inline-block;
	padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
	font-size: var(--bs-badge-font-size);
	font-weight: var(--bs-badge-font-weight);
	line-height: 1;
	color: var(--bs-badge-color);
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: var(--bs-badge-border-radius);
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.alert {
	--bs-alert-bg: transparent;
	--bs-alert-padding-x: 1rem;
	--bs-alert-padding-y: 1rem;
	--bs-alert-margin-bottom: 1rem;
	--bs-alert-color: inherit;
	--bs-alert-border-color: transparent;
	--bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
	--bs-alert-border-radius: var(--bs-border-radius);
	--bs-alert-link-color: inherit;
	position: relative;
	padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
	margin-bottom: var(--bs-alert-margin-bottom);
	color: var(--bs-alert-color);
	background-color: var(--bs-alert-bg);
	border: var(--bs-alert-border);
	border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
	color: var(--bs-alert-link-color);
}

.alert-dismissible {
	padding-right: 3rem;
}

.alert-dismissible .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 1.25rem 1rem;
}

.alert-primary {
	--bs-alert-color: var(--bs-primary-text-emphasis);
	--bs-alert-bg: var(--bs-primary-bg-subtle);
	--bs-alert-border-color: var(--bs-primary-border-subtle);
	--bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
	--bs-alert-color: var(--bs-secondary-text-emphasis);
	--bs-alert-bg: var(--bs-secondary-bg-subtle);
	--bs-alert-border-color: var(--bs-secondary-border-subtle);
	--bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
	--bs-alert-color: var(--bs-success-text-emphasis);
	--bs-alert-bg: var(--bs-success-bg-subtle);
	--bs-alert-border-color: var(--bs-success-border-subtle);
	--bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
	--bs-alert-color: var(--bs-info-text-emphasis);
	--bs-alert-bg: var(--bs-info-bg-subtle);
	--bs-alert-border-color: var(--bs-info-border-subtle);
	--bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
	--bs-alert-color: var(--bs-warning-text-emphasis);
	--bs-alert-bg: var(--bs-warning-bg-subtle);
	--bs-alert-border-color: var(--bs-warning-border-subtle);
	--bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
	--bs-alert-color: var(--bs-danger-text-emphasis);
	--bs-alert-bg: var(--bs-danger-bg-subtle);
	--bs-alert-border-color: var(--bs-danger-border-subtle);
	--bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
	--bs-alert-color: var(--bs-light-text-emphasis);
	--bs-alert-bg: var(--bs-light-bg-subtle);
	--bs-alert-border-color: var(--bs-light-border-subtle);
	--bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
	--bs-alert-color: var(--bs-dark-text-emphasis);
	--bs-alert-bg: var(--bs-dark-bg-subtle);
	--bs-alert-border-color: var(--bs-dark-border-subtle);
	--bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem;
	}
}

.progress,
.progress-stacked {
	--bs-progress-height: 1rem;
	--bs-progress-font-size: 0.75rem;
	--bs-progress-bg: var(--bs-secondary-bg);
	--bs-progress-border-radius: var(--bs-border-radius);
	--bs-progress-box-shadow: var(--bs-box-shadow-inset);
	--bs-progress-bar-color: #fff;
	--bs-progress-bar-bg: #0d6efd;
	--bs-progress-bar-transition: width 0.6s ease;
	display: flex;
	height: var(--bs-progress-height);
	overflow: hidden;
	font-size: var(--bs-progress-font-size);
	background-color: var(--bs-progress-bg);
	border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: var(--bs-progress-bar-color);
	text-align: center;
	white-space: nowrap;
	background-color: var(--bs-progress-bar-bg);
	transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		transition: none;
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked>.progress {
	overflow: visible;
}

.progress-stacked>.progress>.progress-bar {
	width: 100%;
}

.progress-bar-animated {
	animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar-animated {
		animation: none;
	}
}

.list-group {
	--bs-list-group-color: var(--bs-body-color);
	--bs-list-group-bg: var(--bs-body-bg);
	--bs-list-group-border-color: var(--bs-border-color);
	--bs-list-group-border-width: var(--bs-border-width);
	--bs-list-group-border-radius: var(--bs-border-radius);
	--bs-list-group-item-padding-x: 1rem;
	--bs-list-group-item-padding-y: 0.5rem;
	--bs-list-group-action-color: var(--bs-secondary-color);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
	--bs-list-group-action-active-color: var(--bs-body-color);
	--bs-list-group-action-active-bg: var(--bs-secondary-bg);
	--bs-list-group-disabled-color: var(--bs-secondary-color);
	--bs-list-group-disabled-bg: var(--bs-body-bg);
	--bs-list-group-active-color: #fff;
	--bs-list-group-active-bg: #0d6efd;
	--bs-list-group-active-border-color: #0d6efd;
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
	list-style-type: none;
	counter-reset: section;
}

.list-group-numbered>.list-group-item::before {
	content: counters(section, ".") ". ";
	counter-increment: section;
}

.list-group-item-action {
	width: 100%;
	color: var(--bs-list-group-action-color);
	text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
	z-index: 1;
	color: var(--bs-list-group-action-hover-color);
	text-decoration: none;
	background-color: var(--bs-list-group-action-hover-bg);
}

.list-group-item-action:active {
	color: var(--bs-list-group-action-active-color);
	background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
	position: relative;
	display: block;
	padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
	color: var(--bs-list-group-color);
	text-decoration: none;
	background-color: var(--bs-list-group-bg);
	border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: var(--bs-list-group-disabled-color);
	pointer-events: none;
	background-color: var(--bs-list-group-disabled-bg);
}

.list-group-item.active {
	z-index: 2;
	color: var(--bs-list-group-active-color);
	background-color: var(--bs-list-group-active-bg);
	border-color: var(--bs-list-group-active-border-color);
}

.list-group-item+.list-group-item {
	border-top-width: 0;
}

.list-group-item+.list-group-item.active {
	margin-top: calc(-1 * var(--bs-list-group-border-width));
	border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
	flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
	border-bottom-left-radius: var(--bs-list-group-border-radius);
	border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
	border-top-right-radius: var(--bs-list-group-border-radius);
	border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
	margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
	border-top-width: var(--bs-list-group-border-width);
	border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
	margin-left: calc(-1 * var(--bs-list-group-border-width));
	border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
	.list-group-horizontal-sm {
		flex-direction: row;
	}

	.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0;
	}

	.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0;
	}

	.list-group-horizontal-sm>.list-group-item.active {
		margin-top: 0;
	}

	.list-group-horizontal-sm>.list-group-item+.list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0;
	}

	.list-group-horizontal-sm>.list-group-item+.list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width);
	}
}

@media (min-width: 768px) {
	.list-group-horizontal-md {
		flex-direction: row;
	}

	.list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0;
	}

	.list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0;
	}

	.list-group-horizontal-md>.list-group-item.active {
		margin-top: 0;
	}

	.list-group-horizontal-md>.list-group-item+.list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0;
	}

	.list-group-horizontal-md>.list-group-item+.list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width);
	}
}

@media (min-width: 992px) {
	.list-group-horizontal-lg {
		flex-direction: row;
	}

	.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0;
	}

	.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0;
	}

	.list-group-horizontal-lg>.list-group-item.active {
		margin-top: 0;
	}

	.list-group-horizontal-lg>.list-group-item+.list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0;
	}

	.list-group-horizontal-lg>.list-group-item+.list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width);
	}
}

@media (min-width: 1200px) {
	.list-group-horizontal-xl {
		flex-direction: row;
	}

	.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0;
	}

	.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0;
	}

	.list-group-horizontal-xl>.list-group-item.active {
		margin-top: 0;
	}

	.list-group-horizontal-xl>.list-group-item+.list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0;
	}

	.list-group-horizontal-xl>.list-group-item+.list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width);
	}
}

@media (min-width: 1400px) {
	.list-group-horizontal-xxl {
		flex-direction: row;
	}

	.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0;
	}

	.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0;
	}

	.list-group-horizontal-xxl>.list-group-item.active {
		margin-top: 0;
	}

	.list-group-horizontal-xxl>.list-group-item+.list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0;
	}

	.list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width);
	}
}

.list-group-flush {
	border-radius: 0;
}

.list-group-flush>.list-group-item {
	border-width: 0 0 var(--bs-list-group-border-width);
}

.list-group-flush>.list-group-item:last-child {
	border-bottom-width: 0;
}

.list-group-item-primary {
	--bs-list-group-color: var(--bs-primary-text-emphasis);
	--bs-list-group-bg: var(--bs-primary-bg-subtle);
	--bs-list-group-border-color: var(--bs-primary-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
	--bs-list-group-active-color: var(--bs-primary-bg-subtle);
	--bs-list-group-active-bg: var(--bs-primary-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
	--bs-list-group-color: var(--bs-secondary-text-emphasis);
	--bs-list-group-bg: var(--bs-secondary-bg-subtle);
	--bs-list-group-border-color: var(--bs-secondary-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
	--bs-list-group-active-color: var(--bs-secondary-bg-subtle);
	--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
	--bs-list-group-color: var(--bs-success-text-emphasis);
	--bs-list-group-bg: var(--bs-success-bg-subtle);
	--bs-list-group-border-color: var(--bs-success-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-success-border-subtle);
	--bs-list-group-active-color: var(--bs-success-bg-subtle);
	--bs-list-group-active-bg: var(--bs-success-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
	--bs-list-group-color: var(--bs-info-text-emphasis);
	--bs-list-group-bg: var(--bs-info-bg-subtle);
	--bs-list-group-border-color: var(--bs-info-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-info-border-subtle);
	--bs-list-group-active-color: var(--bs-info-bg-subtle);
	--bs-list-group-active-bg: var(--bs-info-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
	--bs-list-group-color: var(--bs-warning-text-emphasis);
	--bs-list-group-bg: var(--bs-warning-bg-subtle);
	--bs-list-group-border-color: var(--bs-warning-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
	--bs-list-group-active-color: var(--bs-warning-bg-subtle);
	--bs-list-group-active-bg: var(--bs-warning-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
	--bs-list-group-color: var(--bs-danger-text-emphasis);
	--bs-list-group-bg: var(--bs-danger-bg-subtle);
	--bs-list-group-border-color: var(--bs-danger-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
	--bs-list-group-active-color: var(--bs-danger-bg-subtle);
	--bs-list-group-active-bg: var(--bs-danger-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
	--bs-list-group-color: var(--bs-light-text-emphasis);
	--bs-list-group-bg: var(--bs-light-bg-subtle);
	--bs-list-group-border-color: var(--bs-light-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-light-border-subtle);
	--bs-list-group-active-color: var(--bs-light-bg-subtle);
	--bs-list-group-active-bg: var(--bs-light-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
	--bs-list-group-color: var(--bs-dark-text-emphasis);
	--bs-list-group-bg: var(--bs-dark-bg-subtle);
	--bs-list-group-border-color: var(--bs-dark-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
	--bs-list-group-active-color: var(--bs-dark-bg-subtle);
	--bs-list-group-active-bg: var(--bs-dark-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
	--bs-btn-close-color: #000;
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
	--bs-btn-close-opacity: 0.5;
	--bs-btn-close-hover-opacity: 0.75;
	--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	--bs-btn-close-focus-opacity: 1;
	--bs-btn-close-disabled-opacity: 0.25;
	--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: 0.25em 0.25em;
	color: var(--bs-btn-close-color);
	background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
	border: 0;
	border-radius: 0.375rem;
	opacity: var(--bs-btn-close-opacity);
}

.btn-close:hover {
	color: var(--bs-btn-close-color);
	text-decoration: none;
	opacity: var(--bs-btn-close-hover-opacity);
}

.btn-close:focus {
	outline: 0;
	box-shadow: var(--bs-btn-close-focus-shadow);
	opacity: var(--bs-btn-close-focus-opacity);
}

.btn-close:disabled,
.btn-close.disabled {
	pointer-events: none;
	user-select: none;
	opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
	filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
	filter: var(--bs-btn-close-white-filter);
}

.toast {
	--bs-toast-zindex: 1090;
	--bs-toast-padding-x: 0.75rem;
	--bs-toast-padding-y: 0.5rem;
	--bs-toast-spacing: 1.5rem;
	--bs-toast-max-width: 350px;
	--bs-toast-font-size: 0.875rem;
	--bs-toast-color: ;
	--bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
	--bs-toast-border-width: var(--bs-border-width);
	--bs-toast-border-color: var(--bs-border-color-translucent);
	--bs-toast-border-radius: var(--bs-border-radius);
	--bs-toast-box-shadow: var(--bs-box-shadow);
	--bs-toast-header-color: var(--bs-secondary-color);
	--bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
	--bs-toast-header-border-color: var(--bs-border-color-translucent);
	width: var(--bs-toast-max-width);
	max-width: 100%;
	font-size: var(--bs-toast-font-size);
	color: var(--bs-toast-color);
	pointer-events: auto;
	background-color: var(--bs-toast-bg);
	background-clip: padding-box;
	border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
	box-shadow: var(--bs-toast-box-shadow);
	border-radius: var(--bs-toast-border-radius);
}

.toast.showing {
	opacity: 0;
}

.toast:not(.show) {
	display: none;
}

.toast-container {
	--bs-toast-zindex: 1090;
	position: absolute;
	z-index: var(--bs-toast-zindex);
	width: max-content;
	max-width: 100%;
	pointer-events: none;
}

.toast-container> :not(:last-child) {
	margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
	display: flex;
	align-items: center;
	padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
	color: var(--bs-toast-header-color);
	background-color: var(--bs-toast-header-bg);
	background-clip: padding-box;
	border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
	border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
	border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

.toast-header .btn-close {
	margin-right: calc(-0.5 * var(--bs-toast-padding-x));
	margin-left: var(--bs-toast-padding-x);
}

.toast-body {
	padding: var(--bs-toast-padding-x);
	word-wrap: break-word;
}

.modal {
	--bs-modal-zindex: 1055;
	--bs-modal-width: 500px;
	--bs-modal-padding: 1rem;
	--bs-modal-margin: 0.5rem;
	--bs-modal-color: ;
	--bs-modal-bg: var(--bs-body-bg);
	--bs-modal-border-color: var(--bs-border-color-translucent);
	--bs-modal-border-width: var(--bs-border-width);
	--bs-modal-border-radius: var(--bs-border-radius-lg);
	--bs-modal-box-shadow: var(--bs-box-shadow-sm);
	--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
	--bs-modal-header-padding-x: 1rem;
	--bs-modal-header-padding-y: 1rem;
	--bs-modal-header-padding: 1rem 1rem;
	--bs-modal-header-border-color: var(--bs-border-color);
	--bs-modal-header-border-width: var(--bs-border-width);
	--bs-modal-title-line-height: 1.5;
	--bs-modal-footer-gap: 0.5rem;
	--bs-modal-footer-bg: ;
	--bs-modal-footer-border-color: var(--bs-border-color);
	--bs-modal-footer-border-width: var(--bs-border-width);
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-modal-zindex);
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: var(--bs-modal-margin);
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal.show .modal-dialog {
	transform: none;
}

.modal.modal-static .modal-dialog {
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	color: var(--bs-modal-color);
	pointer-events: auto;
	background-color: var(--bs-modal-bg);
	background-clip: padding-box;
	border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
	border-radius: var(--bs-modal-border-radius);
	outline: 0;
}

.modal-backdrop {
	--bs-backdrop-zindex: 1050;
	--bs-backdrop-bg: #000;
	--bs-backdrop-opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-backdrop-zindex);
	width: 100vw;
	height: 100vh;
	background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: var(--bs-backdrop-opacity);
}

.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	padding: var(--bs-modal-header-padding);
	border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
	border-top-left-radius: var(--bs-modal-inner-border-radius);
	border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
	padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
	margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: var(--bs-modal-title-line-height);
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: var(--bs-modal-padding);
}

.modal-footer {
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
	background-color: var(--bs-modal-footer-bg);
	border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
	border-bottom-right-radius: var(--bs-modal-inner-border-radius);
	border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer>* {
	margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
	.modal {
		--bs-modal-margin: 1.75rem;
		--bs-modal-box-shadow: var(--bs-box-shadow);
	}

	.modal-dialog {
		max-width: var(--bs-modal-width);
		margin-right: auto;
		margin-left: auto;
	}

	.modal-sm {
		--bs-modal-width: 300px;
	}
}

@media (min-width: 992px) {

	.modal-lg,
	.modal-xl {
		--bs-modal-width: 800px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		--bs-modal-width: 1140px;
	}
}

.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0;
}

.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
}

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
	border-radius: 0;
}

.modal-fullscreen .modal-body {
	overflow-y: auto;
}

@media (max-width: 575.98px) {
	.modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen-sm-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}

	.modal-fullscreen-sm-down .modal-header,
	.modal-fullscreen-sm-down .modal-footer {
		border-radius: 0;
	}

	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto;
	}
}

@media (max-width: 767.98px) {
	.modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen-md-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}

	.modal-fullscreen-md-down .modal-header,
	.modal-fullscreen-md-down .modal-footer {
		border-radius: 0;
	}

	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto;
	}
}

@media (max-width: 991.98px) {
	.modal-fullscreen-lg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen-lg-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}

	.modal-fullscreen-lg-down .modal-header,
	.modal-fullscreen-lg-down .modal-footer {
		border-radius: 0;
	}

	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto;
	}
}

@media (max-width: 1199.98px) {
	.modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen-xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}

	.modal-fullscreen-xl-down .modal-header,
	.modal-fullscreen-xl-down .modal-footer {
		border-radius: 0;
	}

	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto;
	}
}

@media (max-width: 1399.98px) {
	.modal-fullscreen-xxl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen-xxl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}

	.modal-fullscreen-xxl-down .modal-header,
	.modal-fullscreen-xxl-down .modal-footer {
		border-radius: 0;
	}

	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto;
	}
}

.tooltip {
	--bs-tooltip-zindex: 1080;
	--bs-tooltip-max-width: 200px;
	--bs-tooltip-padding-x: 0.5rem;
	--bs-tooltip-padding-y: 0.25rem;
	--bs-tooltip-margin: ;
	--bs-tooltip-font-size: 0.875rem;
	--bs-tooltip-color: var(--bs-body-bg);
	--bs-tooltip-bg: var(--bs-emphasis-color);
	--bs-tooltip-border-radius: var(--bs-border-radius);
	--bs-tooltip-opacity: 0.9;
	--bs-tooltip-arrow-width: 0.8rem;
	--bs-tooltip-arrow-height: 0.4rem;
	z-index: var(--bs-tooltip-zindex);
	display: block;
	margin: var(--bs-tooltip-margin);
	font-family: var(--bs-font-sans-serif);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	white-space: normal;
	word-spacing: normal;
	line-break: auto;
	font-size: var(--bs-tooltip-font-size);
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
	display: block;
	width: var(--bs-tooltip-arrow-width);
	height: var(--bs-tooltip-arrow-height);
}

.tooltip .tooltip-arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
	bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
	top: -1px;
	border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
	border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
	left: calc(-1 * var(--bs-tooltip-arrow-height));
	width: var(--bs-tooltip-arrow-height);
	height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
	right: -1px;
	border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
	border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
	top: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
	bottom: -1px;
	border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
	border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
	right: calc(-1 * var(--bs-tooltip-arrow-height));
	width: var(--bs-tooltip-arrow-height);
	height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
	left: -1px;
	border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
	border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
	max-width: var(--bs-tooltip-max-width);
	padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
	color: var(--bs-tooltip-color);
	text-align: center;
	background-color: var(--bs-tooltip-bg);
	border-radius: var(--bs-tooltip-border-radius);
}

.popover {
	--bs-popover-zindex: 1070;
	--bs-popover-max-width: 276px;
	--bs-popover-font-size: 0.875rem;
	--bs-popover-bg: var(--bs-body-bg);
	--bs-popover-border-width: var(--bs-border-width);
	--bs-popover-border-color: var(--bs-border-color-translucent);
	--bs-popover-border-radius: var(--bs-border-radius-lg);
	--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
	--bs-popover-box-shadow: var(--bs-box-shadow);
	--bs-popover-header-padding-x: 1rem;
	--bs-popover-header-padding-y: 0.5rem;
	--bs-popover-header-font-size: 1rem;
	--bs-popover-header-color: inherit;
	--bs-popover-header-bg: var(--bs-secondary-bg);
	--bs-popover-body-padding-x: 1rem;
	--bs-popover-body-padding-y: 1rem;
	--bs-popover-body-color: var(--bs-body-color);
	--bs-popover-arrow-width: 1rem;
	--bs-popover-arrow-height: 0.5rem;
	--bs-popover-arrow-border: var(--bs-popover-border-color);
	z-index: var(--bs-popover-zindex);
	display: block;
	max-width: var(--bs-popover-max-width);
	font-family: var(--bs-font-sans-serif);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	white-space: normal;
	word-spacing: normal;
	line-break: auto;
	font-size: var(--bs-popover-font-size);
	word-wrap: break-word;
	background-color: var(--bs-popover-bg);
	background-clip: padding-box;
	border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
	border-radius: var(--bs-popover-border-radius);
}

.popover .popover-arrow {
	display: block;
	width: var(--bs-popover-arrow-width);
	height: var(--bs-popover-arrow-height);
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
	border-width: 0;
}

.bs-popover-top>.popover-arrow,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow {
	bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
	border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before {
	bottom: 0;
	border-top-color: var(--bs-popover-arrow-border);
}

.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
	bottom: var(--bs-popover-border-width);
	border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end>.popover-arrow,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow {
	left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
	width: var(--bs-popover-arrow-height);
	height: var(--bs-popover-arrow-width);
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
	border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before {
	left: 0;
	border-right-color: var(--bs-popover-arrow-border);
}

.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
	left: var(--bs-popover-border-width);
	border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom>.popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow {
	top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
	border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before {
	top: 0;
	border-bottom-color: var(--bs-popover-arrow-border);
}

.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
	top: var(--bs-popover-border-width);
	border-bottom-color: var(--bs-popover-bg);
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: var(--bs-popover-arrow-width);
	margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
	content: "";
	border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start>.popover-arrow,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow {
	right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
	width: var(--bs-popover-arrow-height);
	height: var(--bs-popover-arrow-width);
}

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
	border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before {
	right: 0;
	border-left-color: var(--bs-popover-arrow-border);
}

.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
	right: var(--bs-popover-border-width);
	border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
	padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
	margin-bottom: 0;
	font-size: var(--bs-popover-header-font-size);
	color: var(--bs-popover-header-color);
	background-color: var(--bs-popover-header-bg);
	border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
	border-top-left-radius: var(--bs-popover-inner-border-radius);
	border-top-right-radius: var(--bs-popover-inner-border-radius);
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
	color: var(--bs-popover-body-color);
}

.carousel {
	position: relative;
}

.carousel.pointer-event {
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	backface-visibility: hidden;
	transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		transition: none;
	}
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
	transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
	transform: translateX(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
	z-index: 1;
	opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

	.carousel-fade .active.carousel-item-start,
	.carousel-fade .active.carousel-item-end {
		transition: none;
	}
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: none;
	border: 0;
	opacity: 0.5;
	transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

	.carousel-control-prev,
	.carousel-control-next {
		transition: none;
	}
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
		/*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/
	;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
		/*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/
	;
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 0.5;
	transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-indicators [data-bs-target] {
		transition: none;
	}
}

.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 1.25rem;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
	filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
	background-color: #000;
}

.carousel-dark .carousel-caption {
	color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon,
[data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
	filter: invert(1) grayscale(100);
}

[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
	background-color: #000;
}

[data-bs-theme=dark] .carousel .carousel-caption,
[data-bs-theme=dark].carousel .carousel-caption {
	color: #000;
}

.spinner-grow,
.spinner-border {
	display: inline-block;
	width: var(--bs-spinner-width);
	height: var(--bs-spinner-height);
	vertical-align: var(--bs-spinner-vertical-align);
	border-radius: 50%;
	animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg)
			/* rtl:ignore */
		;
	}
}

.spinner-border {
	--bs-spinner-width: 2rem;
	--bs-spinner-height: 2rem;
	--bs-spinner-vertical-align: -0.125em;
	--bs-spinner-border-width: 0.25em;
	--bs-spinner-animation-speed: 0.75s;
	--bs-spinner-animation-name: spinner-border;
	border: var(--bs-spinner-border-width) solid currentcolor;
	border-right-color: transparent;
}

.spinner-border-sm {
	--bs-spinner-width: 1rem;
	--bs-spinner-height: 1rem;
	--bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
	0% {
		transform: scale(0);
	}

	50% {
		opacity: 1;
		transform: none;
	}
}

.spinner-grow {
	--bs-spinner-width: 2rem;
	--bs-spinner-height: 2rem;
	--bs-spinner-vertical-align: -0.125em;
	--bs-spinner-animation-speed: 0.75s;
	--bs-spinner-animation-name: spinner-grow;
	background-color: currentcolor;
	opacity: 0;
}

.spinner-grow-sm {
	--bs-spinner-width: 1rem;
	--bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {

	.spinner-border,
	.spinner-grow {
		--bs-spinner-animation-speed: 1.5s;
	}
}

.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
	--bs-offcanvas-zindex: 1045;
	--bs-offcanvas-width: 400px;
	--bs-offcanvas-height: 30vh;
	--bs-offcanvas-padding-x: 1rem;
	--bs-offcanvas-padding-y: 1rem;
	--bs-offcanvas-color: var(--bs-body-color);
	--bs-offcanvas-bg: var(--bs-body-bg);
	--bs-offcanvas-border-width: var(--bs-border-width);
	--bs-offcanvas-border-color: var(--bs-border-color-translucent);
	--bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
	--bs-offcanvas-transition: transform 0.3s ease-in-out;
	--bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
	.offcanvas-sm {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition);
	}
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
	.offcanvas-sm {
		transition: none;
	}
}

@media (max-width: 575.98px) {
	.offcanvas-sm.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%);
	}

	.offcanvas-sm.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%);
	}

	.offcanvas-sm.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%);
	}

	.offcanvas-sm.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}

	.offcanvas-sm.showing,
	.offcanvas-sm.show:not(.hiding) {
		transform: none;
	}

	.offcanvas-sm.showing,
	.offcanvas-sm.hiding,
	.offcanvas-sm.show {
		visibility: visible;
	}
}

@media (min-width: 576px) {
	.offcanvas-sm {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}

	.offcanvas-sm .offcanvas-header {
		display: none;
	}

	.offcanvas-sm .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important;
	}
}

@media (max-width: 767.98px) {
	.offcanvas-md {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition);
	}
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
	.offcanvas-md {
		transition: none;
	}
}

@media (max-width: 767.98px) {
	.offcanvas-md.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%);
	}

	.offcanvas-md.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%);
	}

	.offcanvas-md.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%);
	}

	.offcanvas-md.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}

	.offcanvas-md.showing,
	.offcanvas-md.show:not(.hiding) {
		transform: none;
	}

	.offcanvas-md.showing,
	.offcanvas-md.hiding,
	.offcanvas-md.show {
		visibility: visible;
	}
}

@media (min-width: 768px) {
	.offcanvas-md {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}

	.offcanvas-md .offcanvas-header {
		display: none;
	}

	.offcanvas-md .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important;
	}
}

@media (max-width: 991.98px) {
	.offcanvas-lg {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition);
	}
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
	.offcanvas-lg {
		transition: none;
	}
}

@media (max-width: 991.98px) {
	.offcanvas-lg.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%);
	}

	.offcanvas-lg.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%);
	}

	.offcanvas-lg.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%);
	}

	.offcanvas-lg.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}

	.offcanvas-lg.showing,
	.offcanvas-lg.show:not(.hiding) {
		transform: none;
	}

	.offcanvas-lg.showing,
	.offcanvas-lg.hiding,
	.offcanvas-lg.show {
		visibility: visible;
	}
}

@media (min-width: 992px) {
	.offcanvas-lg {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}

	.offcanvas-lg .offcanvas-header {
		display: none;
	}

	.offcanvas-lg .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important;
	}
}

@media (max-width: 1199.98px) {
	.offcanvas-xl {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition);
	}
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
	.offcanvas-xl {
		transition: none;
	}
}

@media (max-width: 1199.98px) {
	.offcanvas-xl.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%);
	}

	.offcanvas-xl.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%);
	}

	.offcanvas-xl.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%);
	}

	.offcanvas-xl.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}

	.offcanvas-xl.showing,
	.offcanvas-xl.show:not(.hiding) {
		transform: none;
	}

	.offcanvas-xl.showing,
	.offcanvas-xl.hiding,
	.offcanvas-xl.show {
		visibility: visible;
	}
}

@media (min-width: 1200px) {
	.offcanvas-xl {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}

	.offcanvas-xl .offcanvas-header {
		display: none;
	}

	.offcanvas-xl .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important;
	}
}

@media (max-width: 1399.98px) {
	.offcanvas-xxl {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition);
	}
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
	.offcanvas-xxl {
		transition: none;
	}
}

@media (max-width: 1399.98px) {
	.offcanvas-xxl.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%);
	}

	.offcanvas-xxl.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%);
	}

	.offcanvas-xxl.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%);
	}

	.offcanvas-xxl.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}

	.offcanvas-xxl.showing,
	.offcanvas-xxl.show:not(.hiding) {
		transform: none;
	}

	.offcanvas-xxl.showing,
	.offcanvas-xxl.hiding,
	.offcanvas-xxl.show {
		visibility: visible;
	}
}

@media (min-width: 1400px) {
	.offcanvas-xxl {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}

	.offcanvas-xxl .offcanvas-header {
		display: none;
	}

	.offcanvas-xxl .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important;
	}
}

.offcanvas {
	position: fixed;
	bottom: 0;
	z-index: var(--bs-offcanvas-zindex);
	display: flex;
	flex-direction: column;
	max-width: 100%;
	color: var(--bs-offcanvas-color);
	visibility: hidden;
	background-color: var(--bs-offcanvas-bg);
	background-clip: padding-box;
	outline: 0;
	transition: var(--bs-offcanvas-transition);
}

@media (prefers-reduced-motion: reduce) {
	.offcanvas {
		transition: none;
	}
}

.offcanvas.offcanvas-start {
	top: 0;
	left: 0;
	width: var(--bs-offcanvas-width);
	border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateX(-100%);
}

.offcanvas.offcanvas-end {
	top: 0;
	right: 0;
	width: var(--bs-offcanvas-width);
	border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateX(100%);
}

.offcanvas.offcanvas-top {
	top: 0;
	right: 0;
	left: 0;
	height: var(--bs-offcanvas-height);
	max-height: 100%;
	border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
	right: 0;
	left: 0;
	height: var(--bs-offcanvas-height);
	max-height: 100%;
	border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateY(100%);
}

.offcanvas.showing,
.offcanvas.show:not(.hiding) {
	transform: none;
}

.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
	visibility: visible;
}

.offcanvas-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.offcanvas-backdrop.fade {
	opacity: 0;
}

.offcanvas-backdrop.show {
	opacity: 0.5;
}

.offcanvas-header {
	display: flex;
	align-items: center;
	padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.offcanvas-header .btn-close {
	padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
	margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}

.offcanvas-title {
	margin-bottom: 0;
	line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
	flex-grow: 1;
	padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
	overflow-y: auto;
}

.placeholder {
	display: inline-block;
	min-height: 1em;
	vertical-align: middle;
	cursor: wait;
	background-color: currentcolor;
	opacity: 0.5;
}

.placeholder.btn::before {
	display: inline-block;
	content: "";
}

.placeholder-xs {
	min-height: 0.6em;
}

.placeholder-sm {
	min-height: 0.8em;
}

.placeholder-lg {
	min-height: 1.2em;
}

.placeholder-glow .placeholder {
	animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
	50% {
		opacity: 0.2;
	}
}

.placeholder-wave {
	mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
	mask-size: 200% 100%;
	animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
	100% {
		mask-position: -200% 0%;
	}
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.text-bg-primary {
	color: #fff !important;
	background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
	color: #fff !important;
	background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
	color: #fff !important;
	background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
	color: #000 !important;
	background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
	color: #000 !important;
	background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
	color: #fff !important;
	background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
	color: #000 !important;
	background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
	color: #fff !important;
	background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
	color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary:hover,
.link-primary:focus {
	color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
	color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary:hover,
.link-secondary:focus {
	color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
	color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-success:hover,
.link-success:focus {
	color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
	color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-info:hover,
.link-info:focus {
	color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
	color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning:hover,
.link-warning:focus {
	color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
	color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger:hover,
.link-danger:focus {
	color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
	color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-light:hover,
.link-light:focus {
	color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
	color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark:hover,
.link-dark:focus {
	color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
	color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis:hover,
.link-body-emphasis:focus {
	color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
	text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
	outline: 0;
	box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
	display: inline-flex;
	gap: 0.375rem;
	align-items: center;
	text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
	text-underline-offset: 0.25em;
	backface-visibility: hidden;
}

.icon-link>.bi {
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	fill: currentcolor;
	transition: 0.2s ease-in-out transform;
}

@media (prefers-reduced-motion: reduce) {
	.icon-link>.bi {
		transition: none;
	}
}

.icon-link-hover:hover>.bi,
.icon-link-hover:focus-visible>.bi {
	transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
	position: relative;
	width: 100%;
}

.ratio::before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: "";
}

.ratio>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ratio-1x1 {
	--bs-aspect-ratio: 100%;
}

.ratio-4x3 {
	--bs-aspect-ratio: 75%;
}

.ratio-16x9 {
	--bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
	--bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

.sticky-top {
	position: sticky;
	top: 0;
	z-index: 1020;
}

.sticky-bottom {
	position: sticky;
	bottom: 0;
	z-index: 1020;
}

@media (min-width: 576px) {
	.sticky-sm-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}

	.sticky-sm-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020;
	}
}

@media (min-width: 768px) {
	.sticky-md-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}

	.sticky-md-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020;
	}
}

@media (min-width: 992px) {
	.sticky-lg-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}

	.sticky-lg-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020;
	}
}

@media (min-width: 1200px) {
	.sticky-xl-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}

	.sticky-xl-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020;
	}
}

@media (min-width: 1400px) {
	.sticky-xxl-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}

	.sticky-xxl-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020;
	}
}

.hstack {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-self: stretch;
}

.vstack {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
	position: absolute !important;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vr {
	display: inline-block;
	align-self: stretch;
	width: var(--bs-border-width);
	min-height: 1em;
	background-color: currentcolor;
	opacity: 0.25;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.float-start {
	float: left !important;
}

.float-end {
	float: right !important;
}

.float-none {
	float: none !important;
}

.object-fit-contain {
	object-fit: contain !important;
}

.object-fit-cover {
	object-fit: cover !important;
}

.object-fit-fill {
	object-fit: fill !important;
}

.object-fit-scale {
	object-fit: scale-down !important;
}

.object-fit-none {
	object-fit: none !important;
}

.opacity-0 {
	opacity: 0 !important;
}

.opacity-25 {
	opacity: 0.25 !important;
}

.opacity-50 {
	opacity: 0.5 !important;
}

.opacity-75 {
	opacity: 0.75 !important;
}

.opacity-100 {
	opacity: 1 !important;
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.overflow-visible {
	overflow: visible !important;
}

.overflow-scroll {
	overflow: scroll !important;
}

.overflow-x-auto {
	overflow-x: auto !important;
}

.overflow-x-hidden {
	overflow-x: hidden !important;
}

.overflow-x-visible {
	overflow-x: visible !important;
}

.overflow-x-scroll {
	overflow-x: scroll !important;
}

.overflow-y-auto {
	overflow-y: auto !important;
}

.overflow-y-hidden {
	overflow-y: hidden !important;
}

.overflow-y-visible {
	overflow-y: visible !important;
}

.overflow-y-scroll {
	overflow-y: scroll !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-grid {
	display: grid !important;
}

.d-inline-grid {
	display: inline-grid !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

.d-none {
	display: none !important;
}

.shadow {
	box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
	box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
	box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
	box-shadow: none !important;
}

.focus-ring-primary {
	--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
	--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
	--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
	--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
	--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
	--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
	--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
	--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: sticky !important;
}

.top-0 {
	top: 0 !important;
}

.top-50 {
	top: 50% !important;
}

.top-100 {
	top: 100% !important;
}

.bottom-0 {
	bottom: 0 !important;
}

.bottom-50 {
	bottom: 50% !important;
}

.bottom-100 {
	bottom: 100% !important;
}

.start-0 {
	left: 0 !important;
}

.start-50 {
	left: 50% !important;
}

.start-100 {
	left: 100% !important;
}

.end-0 {
	right: 0 !important;
}

.end-50 {
	right: 50% !important;
}

.end-100 {
	right: 100% !important;
}

.translate-middle {
	transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
	transform: translateX(-50%) !important;
}

.translate-middle-y {
	transform: translateY(-50%) !important;
}

.border {
	border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
	border: 0 !important;
}

.border-top {
	border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-end {
	border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
	border-right: 0 !important;
}

.border-bottom {
	border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-start {
	border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
	border-left: 0 !important;
}

.border-primary {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
	border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
	border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
	border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
	border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
	border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
	border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
	border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
	border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
	border-width: 1px !important;
}

.border-2 {
	border-width: 2px !important;
}

.border-3 {
	border-width: 3px !important;
}

.border-4 {
	border-width: 4px !important;
}

.border-5 {
	border-width: 5px !important;
}

.border-opacity-10 {
	--bs-border-opacity: 0.1;
}

.border-opacity-25 {
	--bs-border-opacity: 0.25;
}

.border-opacity-50 {
	--bs-border-opacity: 0.5;
}

.border-opacity-75 {
	--bs-border-opacity: 0.75;
}

.border-opacity-100 {
	--bs-border-opacity: 1;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.vw-100 {
	width: 100vw !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mh-100 {
	max-height: 100% !important;
}

.vh-100 {
	height: 100vh !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.flex-fill {
	flex: 1 1 auto !important;
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-grow-0 {
	flex-grow: 0 !important;
}

.flex-grow-1 {
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	flex-shrink: 1 !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.justify-content-evenly {
	justify-content: space-evenly !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

.order-first {
	order: -1 !important;
}

.order-0 {
	order: 0 !important;
}

.order-1 {
	order: 1 !important;
}

.order-2 {
	order: 2 !important;
}

.order-3 {
	order: 3 !important;
}

.order-4 {
	order: 4 !important;
}

.order-5 {
	order: 5 !important;
}

.order-last {
	order: 6 !important;
}

.m-0 {
	margin: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mx-1 {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important;
}

.mx-2 {
	margin-right: 0.5rem !important;
	margin-left: 0.5rem !important;
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}

.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 0.25rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mt-auto {
	margin-top: auto !important;
}

.me-0 {
	margin-right: 0 !important;
}

.me-1 {
	margin-right: 0.25rem !important;
}

.me-2 {
	margin-right: 0.5rem !important;
}

.me-3 {
	margin-right: 1rem !important;
}

.me-4 {
	margin-right: 1.5rem !important;
}

.me-5 {
	margin-right: 3rem !important;
}

.me-auto {
	margin-right: auto !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 0.25rem !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.ms-0 {
	margin-left: 0 !important;
}

.ms-1 {
	margin-left: 0.25rem !important;
}

.ms-2 {
	margin-left: 0.5rem !important;
}

.ms-3 {
	margin-left: 1rem !important;
}

.ms-4 {
	margin-left: 1.5rem !important;
}

.ms-5 {
	margin-left: 3rem !important;
}

.ms-auto {
	margin-left: auto !important;
}

.p-0 {
	padding: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.px-1 {
	padding-right: 0.25rem !important;
	padding-left: 0.25rem !important;
}

.px-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-1 {
	padding-top: 0.25rem !important;
}

.pt-2 {
	padding-top: 0.5rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.pe-0 {
	padding-right: 0 !important;
}

.pe-1 {
	padding-right: 0.25rem !important;
}

.pe-2 {
	padding-right: 0.5rem !important;
}

.pe-3 {
	padding-right: 1rem !important;
}

.pe-4 {
	padding-right: 1.5rem !important;
}

.pe-5 {
	padding-right: 3rem !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-1 {
	padding-bottom: 0.25rem !important;
}

.pb-2 {
	padding-bottom: 0.5rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

.ps-0 {
	padding-left: 0 !important;
}

.ps-1 {
	padding-left: 0.25rem !important;
}

.ps-2 {
	padding-left: 0.5rem !important;
}

.ps-3 {
	padding-left: 1rem !important;
}

.ps-4 {
	padding-left: 1.5rem !important;
}

.ps-5 {
	padding-left: 3rem !important;
}

.gap-0 {
	gap: 0 !important;
}

.gap-1 {
	gap: 0.25rem !important;
}

.gap-2 {
	gap: 0.5rem !important;
}

.gap-3 {
	gap: 1rem !important;
}

.gap-4 {
	gap: 1.5rem !important;
}

.gap-5 {
	gap: 3rem !important;
}

.row-gap-0 {
	row-gap: 0 !important;
}

.row-gap-1 {
	row-gap: 0.25rem !important;
}

.row-gap-2 {
	row-gap: 0.5rem !important;
}

.row-gap-3 {
	row-gap: 1rem !important;
}

.row-gap-4 {
	row-gap: 1.5rem !important;
}

.row-gap-5 {
	row-gap: 3rem !important;
}

.column-gap-0 {
	column-gap: 0 !important;
}

.column-gap-1 {
	column-gap: 0.25rem !important;
}

.column-gap-2 {
	column-gap: 0.5rem !important;
}

.column-gap-3 {
	column-gap: 1rem !important;
}

.column-gap-4 {
	column-gap: 1.5rem !important;
}

.column-gap-5 {
	column-gap: 3rem !important;
}

.font-monospace {
	font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
	font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
	font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
	font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
	font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
	font-size: 1.25rem !important;
}

.fs-6 {
	font-size: 1rem !important;
}

.fst-italic {
	font-style: italic !important;
}

.fst-normal {
	font-style: normal !important;
}

.fw-lighter {
	font-weight: lighter !important;
}

.fw-light {
	font-weight: 300 !important;
}

.fw-normal {
	font-weight: 400 !important;
}

.fw-medium {
	font-weight: 500 !important;
}

.fw-semibold {
	font-weight: 600 !important;
}

.fw-bold {
	font-weight: 700 !important;
}

.fw-bolder {
	font-weight: bolder !important;
}

.lh-1 {
	line-height: 1 !important;
}

.lh-sm {
	line-height: 1.25 !important;
}

.lh-base {
	line-height: 1.5 !important;
}

.lh-lg {
	line-height: 2 !important;
}

.text-start {
	text-align: left !important;
}

.text-end {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-decoration-underline {
	text-decoration: underline !important;
}

.text-decoration-line-through {
	text-decoration: line-through !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
	--bs-text-opacity: 1;
	color: var(--bs-secondary-color) !important;
}

.text-black-50 {
	--bs-text-opacity: 1;
	color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
	--bs-text-opacity: 1;
	color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
	--bs-text-opacity: 1;
	color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
	--bs-text-opacity: 1;
	color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
	--bs-text-opacity: 1;
	color: var(--bs-emphasis-color) !important;
}

.text-reset {
	--bs-text-opacity: 1;
	color: inherit !important;
}

.text-opacity-25 {
	--bs-text-opacity: 0.25;
}

.text-opacity-50 {
	--bs-text-opacity: 0.5;
}

.text-opacity-75 {
	--bs-text-opacity: 0.75;
}

.text-opacity-100 {
	--bs-text-opacity: 1;
}

.text-primary-emphasis {
	color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
	color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
	color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
	color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
	color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
	color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
	color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
	color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
	--bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
	--bs-link-opacity: 0.1;
}

.link-opacity-25 {
	--bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
	--bs-link-opacity: 0.25;
}

.link-opacity-50 {
	--bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
	--bs-link-opacity: 0.5;
}

.link-opacity-75 {
	--bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
	--bs-link-opacity: 0.75;
}

.link-opacity-100 {
	--bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
	--bs-link-opacity: 1;
}

.link-offset-1 {
	text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
	text-underline-offset: 0.125em !important;
}

.link-offset-2 {
	text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
	text-underline-offset: 0.25em !important;
}

.link-offset-3 {
	text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
	text-underline-offset: 0.375em !important;
}

.link-underline-primary {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
	--bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
	--bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
	--bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
	--bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
	--bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
	--bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
	--bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
	--bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
	--bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
	--bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
	--bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
	--bs-link-underline-opacity: 1;
}

.bg-primary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
	--bs-bg-opacity: 1;
	background-color: transparent !important;
}

.bg-body-secondary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
	--bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
	--bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
	--bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
	--bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
	--bs-bg-opacity: 1;
}

.bg-primary-subtle {
	background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
	background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
	background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
	background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
	background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
	background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
	background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
	background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
	background-image: var(--bs-gradient) !important;
}

.user-select-all {
	user-select: all !important;
}

.user-select-auto {
	user-select: auto !important;
}

.user-select-none {
	user-select: none !important;
}

.pe-none {
	pointer-events: none !important;
}

.pe-auto {
	pointer-events: auto !important;
}

.rounded {
	border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.rounded-1 {
	border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
	border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
	border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
	border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
	border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
	border-top-left-radius: var(--bs-border-radius) !important;
	border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.rounded-top-1 {
	border-top-left-radius: var(--bs-border-radius-sm) !important;
	border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
	border-top-left-radius: var(--bs-border-radius) !important;
	border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
	border-top-left-radius: var(--bs-border-radius-lg) !important;
	border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
	border-top-left-radius: var(--bs-border-radius-xl) !important;
	border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
	border-top-left-radius: var(--bs-border-radius-xxl) !important;
	border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
	border-top-left-radius: 50% !important;
	border-top-right-radius: 50% !important;
}

.rounded-top-pill {
	border-top-left-radius: var(--bs-border-radius-pill) !important;
	border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
	border-top-right-radius: var(--bs-border-radius) !important;
	border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
	border-top-right-radius: var(--bs-border-radius-sm) !important;
	border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
	border-top-right-radius: var(--bs-border-radius) !important;
	border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
	border-top-right-radius: var(--bs-border-radius-lg) !important;
	border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
	border-top-right-radius: var(--bs-border-radius-xl) !important;
	border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
	border-top-right-radius: var(--bs-border-radius-xxl) !important;
	border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
	border-top-right-radius: 50% !important;
	border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
	border-top-right-radius: var(--bs-border-radius-pill) !important;
	border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
	border-bottom-right-radius: var(--bs-border-radius) !important;
	border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
	border-bottom-right-radius: var(--bs-border-radius-sm) !important;
	border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
	border-bottom-right-radius: var(--bs-border-radius) !important;
	border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
	border-bottom-right-radius: var(--bs-border-radius-lg) !important;
	border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
	border-bottom-right-radius: var(--bs-border-radius-xl) !important;
	border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
	border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
	border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
	border-bottom-right-radius: 50% !important;
	border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
	border-bottom-right-radius: var(--bs-border-radius-pill) !important;
	border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
	border-bottom-left-radius: var(--bs-border-radius) !important;
	border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
}

.rounded-start-1 {
	border-bottom-left-radius: var(--bs-border-radius-sm) !important;
	border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
	border-bottom-left-radius: var(--bs-border-radius) !important;
	border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
	border-bottom-left-radius: var(--bs-border-radius-lg) !important;
	border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
	border-bottom-left-radius: var(--bs-border-radius-xl) !important;
	border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
	border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
	border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
	border-bottom-left-radius: 50% !important;
	border-top-left-radius: 50% !important;
}

.rounded-start-pill {
	border-bottom-left-radius: var(--bs-border-radius-pill) !important;
	border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

.z-n1 {
	z-index: -1 !important;
}

.z-0 {
	z-index: 0 !important;
}

.z-1 {
	z-index: 1 !important;
}

.z-2 {
	z-index: 2 !important;
}

.z-3 {
	z-index: 3 !important;
}

@media (min-width: 576px) {
	.float-sm-start {
		float: left !important;
	}

	.float-sm-end {
		float: right !important;
	}

	.float-sm-none {
		float: none !important;
	}

	.object-fit-sm-contain {
		object-fit: contain !important;
	}

	.object-fit-sm-cover {
		object-fit: cover !important;
	}

	.object-fit-sm-fill {
		object-fit: fill !important;
	}

	.object-fit-sm-scale {
		object-fit: scale-down !important;
	}

	.object-fit-sm-none {
		object-fit: none !important;
	}

	.d-sm-inline {
		display: inline !important;
	}

	.d-sm-inline-block {
		display: inline-block !important;
	}

	.d-sm-block {
		display: block !important;
	}

	.d-sm-grid {
		display: grid !important;
	}

	.d-sm-inline-grid {
		display: inline-grid !important;
	}

	.d-sm-table {
		display: table !important;
	}

	.d-sm-table-row {
		display: table-row !important;
	}

	.d-sm-table-cell {
		display: table-cell !important;
	}

	.d-sm-flex {
		display: flex !important;
	}

	.d-sm-inline-flex {
		display: inline-flex !important;
	}

	.d-sm-none {
		display: none !important;
	}

	.flex-sm-fill {
		flex: 1 1 auto !important;
	}

	.flex-sm-row {
		flex-direction: row !important;
	}

	.flex-sm-column {
		flex-direction: column !important;
	}

	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-sm-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-sm-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-sm-shrink-1 {
		flex-shrink: 1 !important;
	}

	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}

	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-sm-start {
		justify-content: flex-start !important;
	}

	.justify-content-sm-end {
		justify-content: flex-end !important;
	}

	.justify-content-sm-center {
		justify-content: center !important;
	}

	.justify-content-sm-between {
		justify-content: space-between !important;
	}

	.justify-content-sm-around {
		justify-content: space-around !important;
	}

	.justify-content-sm-evenly {
		justify-content: space-evenly !important;
	}

	.align-items-sm-start {
		align-items: flex-start !important;
	}

	.align-items-sm-end {
		align-items: flex-end !important;
	}

	.align-items-sm-center {
		align-items: center !important;
	}

	.align-items-sm-baseline {
		align-items: baseline !important;
	}

	.align-items-sm-stretch {
		align-items: stretch !important;
	}

	.align-content-sm-start {
		align-content: flex-start !important;
	}

	.align-content-sm-end {
		align-content: flex-end !important;
	}

	.align-content-sm-center {
		align-content: center !important;
	}

	.align-content-sm-between {
		align-content: space-between !important;
	}

	.align-content-sm-around {
		align-content: space-around !important;
	}

	.align-content-sm-stretch {
		align-content: stretch !important;
	}

	.align-self-sm-auto {
		align-self: auto !important;
	}

	.align-self-sm-start {
		align-self: flex-start !important;
	}

	.align-self-sm-end {
		align-self: flex-end !important;
	}

	.align-self-sm-center {
		align-self: center !important;
	}

	.align-self-sm-baseline {
		align-self: baseline !important;
	}

	.align-self-sm-stretch {
		align-self: stretch !important;
	}

	.order-sm-first {
		order: -1 !important;
	}

	.order-sm-0 {
		order: 0 !important;
	}

	.order-sm-1 {
		order: 1 !important;
	}

	.order-sm-2 {
		order: 2 !important;
	}

	.order-sm-3 {
		order: 3 !important;
	}

	.order-sm-4 {
		order: 4 !important;
	}

	.order-sm-5 {
		order: 5 !important;
	}

	.order-sm-last {
		order: 6 !important;
	}

	.m-sm-0 {
		margin: 0 !important;
	}

	.m-sm-1 {
		margin: 0.25rem !important;
	}

	.m-sm-2 {
		margin: 0.5rem !important;
	}

	.m-sm-3 {
		margin: 1rem !important;
	}

	.m-sm-4 {
		margin: 1.5rem !important;
	}

	.m-sm-5 {
		margin: 3rem !important;
	}

	.m-sm-auto {
		margin: auto !important;
	}

	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.mx-sm-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-sm-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.my-sm-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-sm-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.mt-sm-0 {
		margin-top: 0 !important;
	}

	.mt-sm-1 {
		margin-top: 0.25rem !important;
	}

	.mt-sm-2 {
		margin-top: 0.5rem !important;
	}

	.mt-sm-3 {
		margin-top: 1rem !important;
	}

	.mt-sm-4 {
		margin-top: 1.5rem !important;
	}

	.mt-sm-5 {
		margin-top: 3rem !important;
	}

	.mt-sm-auto {
		margin-top: auto !important;
	}

	.me-sm-0 {
		margin-right: 0 !important;
	}

	.me-sm-1 {
		margin-right: 0.25rem !important;
	}

	.me-sm-2 {
		margin-right: 0.5rem !important;
	}

	.me-sm-3 {
		margin-right: 1rem !important;
	}

	.me-sm-4 {
		margin-right: 1.5rem !important;
	}

	.me-sm-5 {
		margin-right: 3rem !important;
	}

	.me-sm-auto {
		margin-right: auto !important;
	}

	.mb-sm-0 {
		margin-bottom: 0 !important;
	}

	.mb-sm-1 {
		margin-bottom: 0.25rem !important;
	}

	.mb-sm-2 {
		margin-bottom: 0.5rem !important;
	}

	.mb-sm-3 {
		margin-bottom: 1rem !important;
	}

	.mb-sm-4 {
		margin-bottom: 1.5rem !important;
	}

	.mb-sm-5 {
		margin-bottom: 3rem !important;
	}

	.mb-sm-auto {
		margin-bottom: auto !important;
	}

	.ms-sm-0 {
		margin-left: 0 !important;
	}

	.ms-sm-1 {
		margin-left: 0.25rem !important;
	}

	.ms-sm-2 {
		margin-left: 0.5rem !important;
	}

	.ms-sm-3 {
		margin-left: 1rem !important;
	}

	.ms-sm-4 {
		margin-left: 1.5rem !important;
	}

	.ms-sm-5 {
		margin-left: 3rem !important;
	}

	.ms-sm-auto {
		margin-left: auto !important;
	}

	.p-sm-0 {
		padding: 0 !important;
	}

	.p-sm-1 {
		padding: 0.25rem !important;
	}

	.p-sm-2 {
		padding: 0.5rem !important;
	}

	.p-sm-3 {
		padding: 1rem !important;
	}

	.p-sm-4 {
		padding: 1.5rem !important;
	}

	.p-sm-5 {
		padding: 3rem !important;
	}

	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.px-sm-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-sm-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-sm-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-sm-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.pt-sm-0 {
		padding-top: 0 !important;
	}

	.pt-sm-1 {
		padding-top: 0.25rem !important;
	}

	.pt-sm-2 {
		padding-top: 0.5rem !important;
	}

	.pt-sm-3 {
		padding-top: 1rem !important;
	}

	.pt-sm-4 {
		padding-top: 1.5rem !important;
	}

	.pt-sm-5 {
		padding-top: 3rem !important;
	}

	.pe-sm-0 {
		padding-right: 0 !important;
	}

	.pe-sm-1 {
		padding-right: 0.25rem !important;
	}

	.pe-sm-2 {
		padding-right: 0.5rem !important;
	}

	.pe-sm-3 {
		padding-right: 1rem !important;
	}

	.pe-sm-4 {
		padding-right: 1.5rem !important;
	}

	.pe-sm-5 {
		padding-right: 3rem !important;
	}

	.pb-sm-0 {
		padding-bottom: 0 !important;
	}

	.pb-sm-1 {
		padding-bottom: 0.25rem !important;
	}

	.pb-sm-2 {
		padding-bottom: 0.5rem !important;
	}

	.pb-sm-3 {
		padding-bottom: 1rem !important;
	}

	.pb-sm-4 {
		padding-bottom: 1.5rem !important;
	}

	.pb-sm-5 {
		padding-bottom: 3rem !important;
	}

	.ps-sm-0 {
		padding-left: 0 !important;
	}

	.ps-sm-1 {
		padding-left: 0.25rem !important;
	}

	.ps-sm-2 {
		padding-left: 0.5rem !important;
	}

	.ps-sm-3 {
		padding-left: 1rem !important;
	}

	.ps-sm-4 {
		padding-left: 1.5rem !important;
	}

	.ps-sm-5 {
		padding-left: 3rem !important;
	}

	.gap-sm-0 {
		gap: 0 !important;
	}

	.gap-sm-1 {
		gap: 0.25rem !important;
	}

	.gap-sm-2 {
		gap: 0.5rem !important;
	}

	.gap-sm-3 {
		gap: 1rem !important;
	}

	.gap-sm-4 {
		gap: 1.5rem !important;
	}

	.gap-sm-5 {
		gap: 3rem !important;
	}

	.row-gap-sm-0 {
		row-gap: 0 !important;
	}

	.row-gap-sm-1 {
		row-gap: 0.25rem !important;
	}

	.row-gap-sm-2 {
		row-gap: 0.5rem !important;
	}

	.row-gap-sm-3 {
		row-gap: 1rem !important;
	}

	.row-gap-sm-4 {
		row-gap: 1.5rem !important;
	}

	.row-gap-sm-5 {
		row-gap: 3rem !important;
	}

	.column-gap-sm-0 {
		column-gap: 0 !important;
	}

	.column-gap-sm-1 {
		column-gap: 0.25rem !important;
	}

	.column-gap-sm-2 {
		column-gap: 0.5rem !important;
	}

	.column-gap-sm-3 {
		column-gap: 1rem !important;
	}

	.column-gap-sm-4 {
		column-gap: 1.5rem !important;
	}

	.column-gap-sm-5 {
		column-gap: 3rem !important;
	}

	.text-sm-start {
		text-align: left !important;
	}

	.text-sm-end {
		text-align: right !important;
	}

	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.float-md-start {
		float: left !important;
	}

	.float-md-end {
		float: right !important;
	}

	.float-md-none {
		float: none !important;
	}

	.object-fit-md-contain {
		object-fit: contain !important;
	}

	.object-fit-md-cover {
		object-fit: cover !important;
	}

	.object-fit-md-fill {
		object-fit: fill !important;
	}

	.object-fit-md-scale {
		object-fit: scale-down !important;
	}

	.object-fit-md-none {
		object-fit: none !important;
	}

	.d-md-inline {
		display: inline !important;
	}

	.d-md-inline-block {
		display: inline-block !important;
	}

	.d-md-block {
		display: block !important;
	}

	.d-md-grid {
		display: grid !important;
	}

	.d-md-inline-grid {
		display: inline-grid !important;
	}

	.d-md-table {
		display: table !important;
	}

	.d-md-table-row {
		display: table-row !important;
	}

	.d-md-table-cell {
		display: table-cell !important;
	}

	.d-md-flex {
		display: flex !important;
	}

	.d-md-inline-flex {
		display: inline-flex !important;
	}

	.d-md-none {
		display: none !important;
	}

	.flex-md-fill {
		flex: 1 1 auto !important;
	}

	.flex-md-row {
		flex-direction: row !important;
	}

	.flex-md-column {
		flex-direction: column !important;
	}

	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-md-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-md-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-md-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-md-shrink-1 {
		flex-shrink: 1 !important;
	}

	.flex-md-wrap {
		flex-wrap: wrap !important;
	}

	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-md-start {
		justify-content: flex-start !important;
	}

	.justify-content-md-end {
		justify-content: flex-end !important;
	}

	.justify-content-md-center {
		justify-content: center !important;
	}

	.justify-content-md-between {
		justify-content: space-between !important;
	}

	.justify-content-md-around {
		justify-content: space-around !important;
	}

	.justify-content-md-evenly {
		justify-content: space-evenly !important;
	}

	.align-items-md-start {
		align-items: flex-start !important;
	}

	.align-items-md-end {
		align-items: flex-end !important;
	}

	.align-items-md-center {
		align-items: center !important;
	}

	.align-items-md-baseline {
		align-items: baseline !important;
	}

	.align-items-md-stretch {
		align-items: stretch !important;
	}

	.align-content-md-start {
		align-content: flex-start !important;
	}

	.align-content-md-end {
		align-content: flex-end !important;
	}

	.align-content-md-center {
		align-content: center !important;
	}

	.align-content-md-between {
		align-content: space-between !important;
	}

	.align-content-md-around {
		align-content: space-around !important;
	}

	.align-content-md-stretch {
		align-content: stretch !important;
	}

	.align-self-md-auto {
		align-self: auto !important;
	}

	.align-self-md-start {
		align-self: flex-start !important;
	}

	.align-self-md-end {
		align-self: flex-end !important;
	}

	.align-self-md-center {
		align-self: center !important;
	}

	.align-self-md-baseline {
		align-self: baseline !important;
	}

	.align-self-md-stretch {
		align-self: stretch !important;
	}

	.order-md-first {
		order: -1 !important;
	}

	.order-md-0 {
		order: 0 !important;
	}

	.order-md-1 {
		order: 1 !important;
	}

	.order-md-2 {
		order: 2 !important;
	}

	.order-md-3 {
		order: 3 !important;
	}

	.order-md-4 {
		order: 4 !important;
	}

	.order-md-5 {
		order: 5 !important;
	}

	.order-md-last {
		order: 6 !important;
	}

	.m-md-0 {
		margin: 0 !important;
	}

	.m-md-1 {
		margin: 0.25rem !important;
	}

	.m-md-2 {
		margin: 0.5rem !important;
	}

	.m-md-3 {
		margin: 1rem !important;
	}

	.m-md-4 {
		margin: 1.5rem !important;
	}

	.m-md-5 {
		margin: 3rem !important;
	}

	.m-md-auto {
		margin: auto !important;
	}

	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.mx-md-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-md-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.my-md-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-md-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.mt-md-0 {
		margin-top: 0 !important;
	}

	.mt-md-1 {
		margin-top: 0.25rem !important;
	}

	.mt-md-2 {
		margin-top: 0.5rem !important;
	}

	.mt-md-3 {
		margin-top: 1rem !important;
	}

	.mt-md-4 {
		margin-top: 1.5rem !important;
	}

	.mt-md-5 {
		margin-top: 3rem !important;
	}

	.mt-md-auto {
		margin-top: auto !important;
	}

	.me-md-0 {
		margin-right: 0 !important;
	}

	.me-md-1 {
		margin-right: 0.25rem !important;
	}

	.me-md-2 {
		margin-right: 0.5rem !important;
	}

	.me-md-3 {
		margin-right: 1rem !important;
	}

	.me-md-4 {
		margin-right: 1.5rem !important;
	}

	.me-md-5 {
		margin-right: 3rem !important;
	}

	.me-md-auto {
		margin-right: auto !important;
	}

	.mb-md-0 {
		margin-bottom: 0 !important;
	}

	.mb-md-1 {
		margin-bottom: 0.25rem !important;
	}

	.mb-md-2 {
		margin-bottom: 0.5rem !important;
	}

	.mb-md-3 {
		margin-bottom: 1rem !important;
	}

	.mb-md-4 {
		margin-bottom: 1.5rem !important;
	}

	.mb-md-5 {
		margin-bottom: 3rem !important;
	}

	.mb-md-auto {
		margin-bottom: auto !important;
	}

	.ms-md-0 {
		margin-left: 0 !important;
	}

	.ms-md-1 {
		margin-left: 0.25rem !important;
	}

	.ms-md-2 {
		margin-left: 0.5rem !important;
	}

	.ms-md-3 {
		margin-left: 1rem !important;
	}

	.ms-md-4 {
		margin-left: 1.5rem !important;
	}

	.ms-md-5 {
		margin-left: 3rem !important;
	}

	.ms-md-auto {
		margin-left: auto !important;
	}

	.p-md-0 {
		padding: 0 !important;
	}

	.p-md-1 {
		padding: 0.25rem !important;
	}

	.p-md-2 {
		padding: 0.5rem !important;
	}

	.p-md-3 {
		padding: 1rem !important;
	}

	.p-md-4 {
		padding: 1.5rem !important;
	}

	.p-md-5 {
		padding: 3rem !important;
	}

	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.px-md-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-md-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-md-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-md-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.pt-md-0 {
		padding-top: 0 !important;
	}

	.pt-md-1 {
		padding-top: 0.25rem !important;
	}

	.pt-md-2 {
		padding-top: 0.5rem !important;
	}

	.pt-md-3 {
		padding-top: 1rem !important;
	}

	.pt-md-4 {
		padding-top: 1.5rem !important;
	}

	.pt-md-5 {
		padding-top: 3rem !important;
	}

	.pe-md-0 {
		padding-right: 0 !important;
	}

	.pe-md-1 {
		padding-right: 0.25rem !important;
	}

	.pe-md-2 {
		padding-right: 0.5rem !important;
	}

	.pe-md-3 {
		padding-right: 1rem !important;
	}

	.pe-md-4 {
		padding-right: 1.5rem !important;
	}

	.pe-md-5 {
		padding-right: 3rem !important;
	}

	.pb-md-0 {
		padding-bottom: 0 !important;
	}

	.pb-md-1 {
		padding-bottom: 0.25rem !important;
	}

	.pb-md-2 {
		padding-bottom: 0.5rem !important;
	}

	.pb-md-3 {
		padding-bottom: 1rem !important;
	}

	.pb-md-4 {
		padding-bottom: 1.5rem !important;
	}

	.pb-md-5 {
		padding-bottom: 3rem !important;
	}

	.ps-md-0 {
		padding-left: 0 !important;
	}

	.ps-md-1 {
		padding-left: 0.25rem !important;
	}

	.ps-md-2 {
		padding-left: 0.5rem !important;
	}

	.ps-md-3 {
		padding-left: 1rem !important;
	}

	.ps-md-4 {
		padding-left: 1.5rem !important;
	}

	.ps-md-5 {
		padding-left: 3rem !important;
	}

	.gap-md-0 {
		gap: 0 !important;
	}

	.gap-md-1 {
		gap: 0.25rem !important;
	}

	.gap-md-2 {
		gap: 0.5rem !important;
	}

	.gap-md-3 {
		gap: 1rem !important;
	}

	.gap-md-4 {
		gap: 1.5rem !important;
	}

	.gap-md-5 {
		gap: 3rem !important;
	}

	.row-gap-md-0 {
		row-gap: 0 !important;
	}

	.row-gap-md-1 {
		row-gap: 0.25rem !important;
	}

	.row-gap-md-2 {
		row-gap: 0.5rem !important;
	}

	.row-gap-md-3 {
		row-gap: 1rem !important;
	}

	.row-gap-md-4 {
		row-gap: 1.5rem !important;
	}

	.row-gap-md-5 {
		row-gap: 3rem !important;
	}

	.column-gap-md-0 {
		column-gap: 0 !important;
	}

	.column-gap-md-1 {
		column-gap: 0.25rem !important;
	}

	.column-gap-md-2 {
		column-gap: 0.5rem !important;
	}

	.column-gap-md-3 {
		column-gap: 1rem !important;
	}

	.column-gap-md-4 {
		column-gap: 1.5rem !important;
	}

	.column-gap-md-5 {
		column-gap: 3rem !important;
	}

	.text-md-start {
		text-align: left !important;
	}

	.text-md-end {
		text-align: right !important;
	}

	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {
	.float-lg-start {
		float: left !important;
	}

	.float-lg-end {
		float: right !important;
	}

	.float-lg-none {
		float: none !important;
	}

	.object-fit-lg-contain {
		object-fit: contain !important;
	}

	.object-fit-lg-cover {
		object-fit: cover !important;
	}

	.object-fit-lg-fill {
		object-fit: fill !important;
	}

	.object-fit-lg-scale {
		object-fit: scale-down !important;
	}

	.object-fit-lg-none {
		object-fit: none !important;
	}

	.d-lg-inline {
		display: inline !important;
	}

	.d-lg-inline-block {
		display: inline-block !important;
	}

	.d-lg-block {
		display: block !important;
	}

	.d-lg-grid {
		display: grid !important;
	}

	.d-lg-inline-grid {
		display: inline-grid !important;
	}

	.d-lg-table {
		display: table !important;
	}

	.d-lg-table-row {
		display: table-row !important;
	}

	.d-lg-table-cell {
		display: table-cell !important;
	}

	.d-lg-flex {
		display: flex !important;
	}

	.d-lg-inline-flex {
		display: inline-flex !important;
	}

	.d-lg-none {
		display: none !important;
	}

	.flex-lg-fill {
		flex: 1 1 auto !important;
	}

	.flex-lg-row {
		flex-direction: row !important;
	}

	.flex-lg-column {
		flex-direction: column !important;
	}

	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-lg-start {
		justify-content: flex-start !important;
	}

	.justify-content-lg-end {
		justify-content: flex-end !important;
	}

	.justify-content-lg-center {
		justify-content: center !important;
	}

	.justify-content-lg-between {
		justify-content: space-between !important;
	}

	.justify-content-lg-around {
		justify-content: space-around !important;
	}

	.justify-content-lg-evenly {
		justify-content: space-evenly !important;
	}

	.align-items-lg-start {
		align-items: flex-start !important;
	}

	.align-items-lg-end {
		align-items: flex-end !important;
	}

	.align-items-lg-center {
		align-items: center !important;
	}

	.align-items-lg-baseline {
		align-items: baseline !important;
	}

	.align-items-lg-stretch {
		align-items: stretch !important;
	}

	.align-content-lg-start {
		align-content: flex-start !important;
	}

	.align-content-lg-end {
		align-content: flex-end !important;
	}

	.align-content-lg-center {
		align-content: center !important;
	}

	.align-content-lg-between {
		align-content: space-between !important;
	}

	.align-content-lg-around {
		align-content: space-around !important;
	}

	.align-content-lg-stretch {
		align-content: stretch !important;
	}

	.align-self-lg-auto {
		align-self: auto !important;
	}

	.align-self-lg-start {
		align-self: flex-start !important;
	}

	.align-self-lg-end {
		align-self: flex-end !important;
	}

	.align-self-lg-center {
		align-self: center !important;
	}

	.align-self-lg-baseline {
		align-self: baseline !important;
	}

	.align-self-lg-stretch {
		align-self: stretch !important;
	}

	.order-lg-first {
		order: -1 !important;
	}

	.order-lg-0 {
		order: 0 !important;
	}

	.order-lg-1 {
		order: 1 !important;
	}

	.order-lg-2 {
		order: 2 !important;
	}

	.order-lg-3 {
		order: 3 !important;
	}

	.order-lg-4 {
		order: 4 !important;
	}

	.order-lg-5 {
		order: 5 !important;
	}

	.order-lg-last {
		order: 6 !important;
	}

	.m-lg-0 {
		margin: 0 !important;
	}

	.m-lg-1 {
		margin: 0.25rem !important;
	}

	.m-lg-2 {
		margin: 0.5rem !important;
	}

	.m-lg-3 {
		margin: 1rem !important;
	}

	.m-lg-4 {
		margin: 1.5rem !important;
	}

	.m-lg-5 {
		margin: 3rem !important;
	}

	.m-lg-auto {
		margin: auto !important;
	}

	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.mx-lg-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-lg-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.my-lg-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-lg-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.mt-lg-0 {
		margin-top: 0 !important;
	}

	.mt-lg-1 {
		margin-top: 0.25rem !important;
	}

	.mt-lg-2 {
		margin-top: 0.5rem !important;
	}

	.mt-lg-3 {
		margin-top: 1rem !important;
	}

	.mt-lg-4 {
		margin-top: 1.5rem !important;
	}

	.mt-lg-5 {
		margin-top: 3rem !important;
	}

	.mt-lg-auto {
		margin-top: auto !important;
	}

	.me-lg-0 {
		margin-right: 0 !important;
	}

	.me-lg-1 {
		margin-right: 0.25rem !important;
	}

	.me-lg-2 {
		margin-right: 0.5rem !important;
	}

	.me-lg-3 {
		margin-right: 1rem !important;
	}

	.me-lg-4 {
		margin-right: 1.5rem !important;
	}

	.me-lg-5 {
		margin-right: 3rem !important;
	}

	.me-lg-auto {
		margin-right: auto !important;
	}

	.mb-lg-0 {
		margin-bottom: 0 !important;
	}

	.mb-lg-1 {
		margin-bottom: 0.25rem !important;
	}

	.mb-lg-2 {
		margin-bottom: 0.5rem !important;
	}

	.mb-lg-3 {
		margin-bottom: 1rem !important;
	}

	.mb-lg-4 {
		margin-bottom: 1.5rem !important;
	}

	.mb-lg-5 {
		margin-bottom: 3rem !important;
	}

	.mb-lg-auto {
		margin-bottom: auto !important;
	}

	.ms-lg-0 {
		margin-left: 0 !important;
	}

	.ms-lg-1 {
		margin-left: 0.25rem !important;
	}

	.ms-lg-2 {
		margin-left: 0.5rem !important;
	}

	.ms-lg-3 {
		margin-left: 1rem !important;
	}

	.ms-lg-4 {
		margin-left: 1.5rem !important;
	}

	.ms-lg-5 {
		margin-left: 3rem !important;
	}

	.ms-lg-auto {
		margin-left: auto !important;
	}

	.p-lg-0 {
		padding: 0 !important;
	}

	.p-lg-1 {
		padding: 0.25rem !important;
	}

	.p-lg-2 {
		padding: 0.5rem !important;
	}

	.p-lg-3 {
		padding: 1rem !important;
	}

	.p-lg-4 {
		padding: 1.5rem !important;
	}

	.p-lg-5 {
		padding: 3rem !important;
	}

	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.px-lg-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-lg-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-lg-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-lg-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.pt-lg-0 {
		padding-top: 0 !important;
	}

	.pt-lg-1 {
		padding-top: 0.25rem !important;
	}

	.pt-lg-2 {
		padding-top: 0.5rem !important;
	}

	.pt-lg-3 {
		padding-top: 1rem !important;
	}

	.pt-lg-4 {
		padding-top: 1.5rem !important;
	}

	.pt-lg-5 {
		padding-top: 3rem !important;
	}

	.pe-lg-0 {
		padding-right: 0 !important;
	}

	.pe-lg-1 {
		padding-right: 0.25rem !important;
	}

	.pe-lg-2 {
		padding-right: 0.5rem !important;
	}

	.pe-lg-3 {
		padding-right: 1rem !important;
	}

	.pe-lg-4 {
		padding-right: 1.5rem !important;
	}

	.pe-lg-5 {
		padding-right: 3rem !important;
	}

	.pb-lg-0 {
		padding-bottom: 0 !important;
	}

	.pb-lg-1 {
		padding-bottom: 0.25rem !important;
	}

	.pb-lg-2 {
		padding-bottom: 0.5rem !important;
	}

	.pb-lg-3 {
		padding-bottom: 1rem !important;
	}

	.pb-lg-4 {
		padding-bottom: 1.5rem !important;
	}

	.pb-lg-5 {
		padding-bottom: 3rem !important;
	}

	.ps-lg-0 {
		padding-left: 0 !important;
	}

	.ps-lg-1 {
		padding-left: 0.25rem !important;
	}

	.ps-lg-2 {
		padding-left: 0.5rem !important;
	}

	.ps-lg-3 {
		padding-left: 1rem !important;
	}

	.ps-lg-4 {
		padding-left: 1.5rem !important;
	}

	.ps-lg-5 {
		padding-left: 3rem !important;
	}

	.gap-lg-0 {
		gap: 0 !important;
	}

	.gap-lg-1 {
		gap: 0.25rem !important;
	}

	.gap-lg-2 {
		gap: 0.5rem !important;
	}

	.gap-lg-3 {
		gap: 1rem !important;
	}

	.gap-lg-4 {
		gap: 1.5rem !important;
	}

	.gap-lg-5 {
		gap: 3rem !important;
	}

	.row-gap-lg-0 {
		row-gap: 0 !important;
	}

	.row-gap-lg-1 {
		row-gap: 0.25rem !important;
	}

	.row-gap-lg-2 {
		row-gap: 0.5rem !important;
	}

	.row-gap-lg-3 {
		row-gap: 1rem !important;
	}

	.row-gap-lg-4 {
		row-gap: 1.5rem !important;
	}

	.row-gap-lg-5 {
		row-gap: 3rem !important;
	}

	.column-gap-lg-0 {
		column-gap: 0 !important;
	}

	.column-gap-lg-1 {
		column-gap: 0.25rem !important;
	}

	.column-gap-lg-2 {
		column-gap: 0.5rem !important;
	}

	.column-gap-lg-3 {
		column-gap: 1rem !important;
	}

	.column-gap-lg-4 {
		column-gap: 1.5rem !important;
	}

	.column-gap-lg-5 {
		column-gap: 3rem !important;
	}

	.text-lg-start {
		text-align: left !important;
	}

	.text-lg-end {
		text-align: right !important;
	}

	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.float-xl-start {
		float: left !important;
	}

	.float-xl-end {
		float: right !important;
	}

	.float-xl-none {
		float: none !important;
	}

	.object-fit-xl-contain {
		object-fit: contain !important;
	}

	.object-fit-xl-cover {
		object-fit: cover !important;
	}

	.object-fit-xl-fill {
		object-fit: fill !important;
	}

	.object-fit-xl-scale {
		object-fit: scale-down !important;
	}

	.object-fit-xl-none {
		object-fit: none !important;
	}

	.d-xl-inline {
		display: inline !important;
	}

	.d-xl-inline-block {
		display: inline-block !important;
	}

	.d-xl-block {
		display: block !important;
	}

	.d-xl-grid {
		display: grid !important;
	}

	.d-xl-inline-grid {
		display: inline-grid !important;
	}

	.d-xl-table {
		display: table !important;
	}

	.d-xl-table-row {
		display: table-row !important;
	}

	.d-xl-table-cell {
		display: table-cell !important;
	}

	.d-xl-flex {
		display: flex !important;
	}

	.d-xl-inline-flex {
		display: inline-flex !important;
	}

	.d-xl-none {
		display: none !important;
	}

	.flex-xl-fill {
		flex: 1 1 auto !important;
	}

	.flex-xl-row {
		flex-direction: row !important;
	}

	.flex-xl-column {
		flex-direction: column !important;
	}

	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-xl-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-xl-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-xl-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-xl-shrink-1 {
		flex-shrink: 1 !important;
	}

	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-xl-start {
		justify-content: flex-start !important;
	}

	.justify-content-xl-end {
		justify-content: flex-end !important;
	}

	.justify-content-xl-center {
		justify-content: center !important;
	}

	.justify-content-xl-between {
		justify-content: space-between !important;
	}

	.justify-content-xl-around {
		justify-content: space-around !important;
	}

	.justify-content-xl-evenly {
		justify-content: space-evenly !important;
	}

	.align-items-xl-start {
		align-items: flex-start !important;
	}

	.align-items-xl-end {
		align-items: flex-end !important;
	}

	.align-items-xl-center {
		align-items: center !important;
	}

	.align-items-xl-baseline {
		align-items: baseline !important;
	}

	.align-items-xl-stretch {
		align-items: stretch !important;
	}

	.align-content-xl-start {
		align-content: flex-start !important;
	}

	.align-content-xl-end {
		align-content: flex-end !important;
	}

	.align-content-xl-center {
		align-content: center !important;
	}

	.align-content-xl-between {
		align-content: space-between !important;
	}

	.align-content-xl-around {
		align-content: space-around !important;
	}

	.align-content-xl-stretch {
		align-content: stretch !important;
	}

	.align-self-xl-auto {
		align-self: auto !important;
	}

	.align-self-xl-start {
		align-self: flex-start !important;
	}

	.align-self-xl-end {
		align-self: flex-end !important;
	}

	.align-self-xl-center {
		align-self: center !important;
	}

	.align-self-xl-baseline {
		align-self: baseline !important;
	}

	.align-self-xl-stretch {
		align-self: stretch !important;
	}

	.order-xl-first {
		order: -1 !important;
	}

	.order-xl-0 {
		order: 0 !important;
	}

	.order-xl-1 {
		order: 1 !important;
	}

	.order-xl-2 {
		order: 2 !important;
	}

	.order-xl-3 {
		order: 3 !important;
	}

	.order-xl-4 {
		order: 4 !important;
	}

	.order-xl-5 {
		order: 5 !important;
	}

	.order-xl-last {
		order: 6 !important;
	}

	.m-xl-0 {
		margin: 0 !important;
	}

	.m-xl-1 {
		margin: 0.25rem !important;
	}

	.m-xl-2 {
		margin: 0.5rem !important;
	}

	.m-xl-3 {
		margin: 1rem !important;
	}

	.m-xl-4 {
		margin: 1.5rem !important;
	}

	.m-xl-5 {
		margin: 3rem !important;
	}

	.m-xl-auto {
		margin: auto !important;
	}

	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.mx-xl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-xl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.my-xl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-xl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.mt-xl-0 {
		margin-top: 0 !important;
	}

	.mt-xl-1 {
		margin-top: 0.25rem !important;
	}

	.mt-xl-2 {
		margin-top: 0.5rem !important;
	}

	.mt-xl-3 {
		margin-top: 1rem !important;
	}

	.mt-xl-4 {
		margin-top: 1.5rem !important;
	}

	.mt-xl-5 {
		margin-top: 3rem !important;
	}

	.mt-xl-auto {
		margin-top: auto !important;
	}

	.me-xl-0 {
		margin-right: 0 !important;
	}

	.me-xl-1 {
		margin-right: 0.25rem !important;
	}

	.me-xl-2 {
		margin-right: 0.5rem !important;
	}

	.me-xl-3 {
		margin-right: 1rem !important;
	}

	.me-xl-4 {
		margin-right: 1.5rem !important;
	}

	.me-xl-5 {
		margin-right: 3rem !important;
	}

	.me-xl-auto {
		margin-right: auto !important;
	}

	.mb-xl-0 {
		margin-bottom: 0 !important;
	}

	.mb-xl-1 {
		margin-bottom: 0.25rem !important;
	}

	.mb-xl-2 {
		margin-bottom: 0.5rem !important;
	}

	.mb-xl-3 {
		margin-bottom: 1rem !important;
	}

	.mb-xl-4 {
		margin-bottom: 1.5rem !important;
	}

	.mb-xl-5 {
		margin-bottom: 3rem !important;
	}

	.mb-xl-auto {
		margin-bottom: auto !important;
	}

	.ms-xl-0 {
		margin-left: 0 !important;
	}

	.ms-xl-1 {
		margin-left: 0.25rem !important;
	}

	.ms-xl-2 {
		margin-left: 0.5rem !important;
	}

	.ms-xl-3 {
		margin-left: 1rem !important;
	}

	.ms-xl-4 {
		margin-left: 1.5rem !important;
	}

	.ms-xl-5 {
		margin-left: 3rem !important;
	}

	.ms-xl-auto {
		margin-left: auto !important;
	}

	.p-xl-0 {
		padding: 0 !important;
	}

	.p-xl-1 {
		padding: 0.25rem !important;
	}

	.p-xl-2 {
		padding: 0.5rem !important;
	}

	.p-xl-3 {
		padding: 1rem !important;
	}

	.p-xl-4 {
		padding: 1.5rem !important;
	}

	.p-xl-5 {
		padding: 3rem !important;
	}

	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.px-xl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-xl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-xl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-xl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.pt-xl-0 {
		padding-top: 0 !important;
	}

	.pt-xl-1 {
		padding-top: 0.25rem !important;
	}

	.pt-xl-2 {
		padding-top: 0.5rem !important;
	}

	.pt-xl-3 {
		padding-top: 1rem !important;
	}

	.pt-xl-4 {
		padding-top: 1.5rem !important;
	}

	.pt-xl-5 {
		padding-top: 3rem !important;
	}

	.pe-xl-0 {
		padding-right: 0 !important;
	}

	.pe-xl-1 {
		padding-right: 0.25rem !important;
	}

	.pe-xl-2 {
		padding-right: 0.5rem !important;
	}

	.pe-xl-3 {
		padding-right: 1rem !important;
	}

	.pe-xl-4 {
		padding-right: 1.5rem !important;
	}

	.pe-xl-5 {
		padding-right: 3rem !important;
	}

	.pb-xl-0 {
		padding-bottom: 0 !important;
	}

	.pb-xl-1 {
		padding-bottom: 0.25rem !important;
	}

	.pb-xl-2 {
		padding-bottom: 0.5rem !important;
	}

	.pb-xl-3 {
		padding-bottom: 1rem !important;
	}

	.pb-xl-4 {
		padding-bottom: 1.5rem !important;
	}

	.pb-xl-5 {
		padding-bottom: 3rem !important;
	}

	.ps-xl-0 {
		padding-left: 0 !important;
	}

	.ps-xl-1 {
		padding-left: 0.25rem !important;
	}

	.ps-xl-2 {
		padding-left: 0.5rem !important;
	}

	.ps-xl-3 {
		padding-left: 1rem !important;
	}

	.ps-xl-4 {
		padding-left: 1.5rem !important;
	}

	.ps-xl-5 {
		padding-left: 3rem !important;
	}

	.gap-xl-0 {
		gap: 0 !important;
	}

	.gap-xl-1 {
		gap: 0.25rem !important;
	}

	.gap-xl-2 {
		gap: 0.5rem !important;
	}

	.gap-xl-3 {
		gap: 1rem !important;
	}

	.gap-xl-4 {
		gap: 1.5rem !important;
	}

	.gap-xl-5 {
		gap: 3rem !important;
	}

	.row-gap-xl-0 {
		row-gap: 0 !important;
	}

	.row-gap-xl-1 {
		row-gap: 0.25rem !important;
	}

	.row-gap-xl-2 {
		row-gap: 0.5rem !important;
	}

	.row-gap-xl-3 {
		row-gap: 1rem !important;
	}

	.row-gap-xl-4 {
		row-gap: 1.5rem !important;
	}

	.row-gap-xl-5 {
		row-gap: 3rem !important;
	}

	.column-gap-xl-0 {
		column-gap: 0 !important;
	}

	.column-gap-xl-1 {
		column-gap: 0.25rem !important;
	}

	.column-gap-xl-2 {
		column-gap: 0.5rem !important;
	}

	.column-gap-xl-3 {
		column-gap: 1rem !important;
	}

	.column-gap-xl-4 {
		column-gap: 1.5rem !important;
	}

	.column-gap-xl-5 {
		column-gap: 3rem !important;
	}

	.text-xl-start {
		text-align: left !important;
	}

	.text-xl-end {
		text-align: right !important;
	}

	.text-xl-center {
		text-align: center !important;
	}
}

@media (min-width: 1400px) {
	.float-xxl-start {
		float: left !important;
	}

	.float-xxl-end {
		float: right !important;
	}

	.float-xxl-none {
		float: none !important;
	}

	.object-fit-xxl-contain {
		object-fit: contain !important;
	}

	.object-fit-xxl-cover {
		object-fit: cover !important;
	}

	.object-fit-xxl-fill {
		object-fit: fill !important;
	}

	.object-fit-xxl-scale {
		object-fit: scale-down !important;
	}

	.object-fit-xxl-none {
		object-fit: none !important;
	}

	.d-xxl-inline {
		display: inline !important;
	}

	.d-xxl-inline-block {
		display: inline-block !important;
	}

	.d-xxl-block {
		display: block !important;
	}

	.d-xxl-grid {
		display: grid !important;
	}

	.d-xxl-inline-grid {
		display: inline-grid !important;
	}

	.d-xxl-table {
		display: table !important;
	}

	.d-xxl-table-row {
		display: table-row !important;
	}

	.d-xxl-table-cell {
		display: table-cell !important;
	}

	.d-xxl-flex {
		display: flex !important;
	}

	.d-xxl-inline-flex {
		display: inline-flex !important;
	}

	.d-xxl-none {
		display: none !important;
	}

	.flex-xxl-fill {
		flex: 1 1 auto !important;
	}

	.flex-xxl-row {
		flex-direction: row !important;
	}

	.flex-xxl-column {
		flex-direction: column !important;
	}

	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-xxl-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-xxl-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-xxl-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-xxl-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-xxl-shrink-1 {
		flex-shrink: 1 !important;
	}

	.flex-xxl-wrap {
		flex-wrap: wrap !important;
	}

	.flex-xxl-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-xxl-start {
		justify-content: flex-start !important;
	}

	.justify-content-xxl-end {
		justify-content: flex-end !important;
	}

	.justify-content-xxl-center {
		justify-content: center !important;
	}

	.justify-content-xxl-between {
		justify-content: space-between !important;
	}

	.justify-content-xxl-around {
		justify-content: space-around !important;
	}

	.justify-content-xxl-evenly {
		justify-content: space-evenly !important;
	}

	.align-items-xxl-start {
		align-items: flex-start !important;
	}

	.align-items-xxl-end {
		align-items: flex-end !important;
	}

	.align-items-xxl-center {
		align-items: center !important;
	}

	.align-items-xxl-baseline {
		align-items: baseline !important;
	}

	.align-items-xxl-stretch {
		align-items: stretch !important;
	}

	.align-content-xxl-start {
		align-content: flex-start !important;
	}

	.align-content-xxl-end {
		align-content: flex-end !important;
	}

	.align-content-xxl-center {
		align-content: center !important;
	}

	.align-content-xxl-between {
		align-content: space-between !important;
	}

	.align-content-xxl-around {
		align-content: space-around !important;
	}

	.align-content-xxl-stretch {
		align-content: stretch !important;
	}

	.align-self-xxl-auto {
		align-self: auto !important;
	}

	.align-self-xxl-start {
		align-self: flex-start !important;
	}

	.align-self-xxl-end {
		align-self: flex-end !important;
	}

	.align-self-xxl-center {
		align-self: center !important;
	}

	.align-self-xxl-baseline {
		align-self: baseline !important;
	}

	.align-self-xxl-stretch {
		align-self: stretch !important;
	}

	.order-xxl-first {
		order: -1 !important;
	}

	.order-xxl-0 {
		order: 0 !important;
	}

	.order-xxl-1 {
		order: 1 !important;
	}

	.order-xxl-2 {
		order: 2 !important;
	}

	.order-xxl-3 {
		order: 3 !important;
	}

	.order-xxl-4 {
		order: 4 !important;
	}

	.order-xxl-5 {
		order: 5 !important;
	}

	.order-xxl-last {
		order: 6 !important;
	}

	.m-xxl-0 {
		margin: 0 !important;
	}

	.m-xxl-1 {
		margin: 0.25rem !important;
	}

	.m-xxl-2 {
		margin: 0.5rem !important;
	}

	.m-xxl-3 {
		margin: 1rem !important;
	}

	.m-xxl-4 {
		margin: 1.5rem !important;
	}

	.m-xxl-5 {
		margin: 3rem !important;
	}

	.m-xxl-auto {
		margin: auto !important;
	}

	.mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.mx-xxl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-xxl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.mx-xxl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.mx-xxl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.mx-xxl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.mx-xxl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.my-xxl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-xxl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.my-xxl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.my-xxl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.my-xxl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.mt-xxl-0 {
		margin-top: 0 !important;
	}

	.mt-xxl-1 {
		margin-top: 0.25rem !important;
	}

	.mt-xxl-2 {
		margin-top: 0.5rem !important;
	}

	.mt-xxl-3 {
		margin-top: 1rem !important;
	}

	.mt-xxl-4 {
		margin-top: 1.5rem !important;
	}

	.mt-xxl-5 {
		margin-top: 3rem !important;
	}

	.mt-xxl-auto {
		margin-top: auto !important;
	}

	.me-xxl-0 {
		margin-right: 0 !important;
	}

	.me-xxl-1 {
		margin-right: 0.25rem !important;
	}

	.me-xxl-2 {
		margin-right: 0.5rem !important;
	}

	.me-xxl-3 {
		margin-right: 1rem !important;
	}

	.me-xxl-4 {
		margin-right: 1.5rem !important;
	}

	.me-xxl-5 {
		margin-right: 3rem !important;
	}

	.me-xxl-auto {
		margin-right: auto !important;
	}

	.mb-xxl-0 {
		margin-bottom: 0 !important;
	}

	.mb-xxl-1 {
		margin-bottom: 0.25rem !important;
	}

	.mb-xxl-2 {
		margin-bottom: 0.5rem !important;
	}

	.mb-xxl-3 {
		margin-bottom: 1rem !important;
	}

	.mb-xxl-4 {
		margin-bottom: 1.5rem !important;
	}

	.mb-xxl-5 {
		margin-bottom: 3rem !important;
	}

	.mb-xxl-auto {
		margin-bottom: auto !important;
	}

	.ms-xxl-0 {
		margin-left: 0 !important;
	}

	.ms-xxl-1 {
		margin-left: 0.25rem !important;
	}

	.ms-xxl-2 {
		margin-left: 0.5rem !important;
	}

	.ms-xxl-3 {
		margin-left: 1rem !important;
	}

	.ms-xxl-4 {
		margin-left: 1.5rem !important;
	}

	.ms-xxl-5 {
		margin-left: 3rem !important;
	}

	.ms-xxl-auto {
		margin-left: auto !important;
	}

	.p-xxl-0 {
		padding: 0 !important;
	}

	.p-xxl-1 {
		padding: 0.25rem !important;
	}

	.p-xxl-2 {
		padding: 0.5rem !important;
	}

	.p-xxl-3 {
		padding: 1rem !important;
	}

	.p-xxl-4 {
		padding: 1.5rem !important;
	}

	.p-xxl-5 {
		padding: 3rem !important;
	}

	.px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.px-xxl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-xxl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.px-xxl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.px-xxl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.px-xxl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-xxl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-xxl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.py-xxl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.py-xxl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.py-xxl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.pt-xxl-0 {
		padding-top: 0 !important;
	}

	.pt-xxl-1 {
		padding-top: 0.25rem !important;
	}

	.pt-xxl-2 {
		padding-top: 0.5rem !important;
	}

	.pt-xxl-3 {
		padding-top: 1rem !important;
	}

	.pt-xxl-4 {
		padding-top: 1.5rem !important;
	}

	.pt-xxl-5 {
		padding-top: 3rem !important;
	}

	.pe-xxl-0 {
		padding-right: 0 !important;
	}

	.pe-xxl-1 {
		padding-right: 0.25rem !important;
	}

	.pe-xxl-2 {
		padding-right: 0.5rem !important;
	}

	.pe-xxl-3 {
		padding-right: 1rem !important;
	}

	.pe-xxl-4 {
		padding-right: 1.5rem !important;
	}

	.pe-xxl-5 {
		padding-right: 3rem !important;
	}

	.pb-xxl-0 {
		padding-bottom: 0 !important;
	}

	.pb-xxl-1 {
		padding-bottom: 0.25rem !important;
	}

	.pb-xxl-2 {
		padding-bottom: 0.5rem !important;
	}

	.pb-xxl-3 {
		padding-bottom: 1rem !important;
	}

	.pb-xxl-4 {
		padding-bottom: 1.5rem !important;
	}

	.pb-xxl-5 {
		padding-bottom: 3rem !important;
	}

	.ps-xxl-0 {
		padding-left: 0 !important;
	}

	.ps-xxl-1 {
		padding-left: 0.25rem !important;
	}

	.ps-xxl-2 {
		padding-left: 0.5rem !important;
	}

	.ps-xxl-3 {
		padding-left: 1rem !important;
	}

	.ps-xxl-4 {
		padding-left: 1.5rem !important;
	}

	.ps-xxl-5 {
		padding-left: 3rem !important;
	}

	.gap-xxl-0 {
		gap: 0 !important;
	}

	.gap-xxl-1 {
		gap: 0.25rem !important;
	}

	.gap-xxl-2 {
		gap: 0.5rem !important;
	}

	.gap-xxl-3 {
		gap: 1rem !important;
	}

	.gap-xxl-4 {
		gap: 1.5rem !important;
	}

	.gap-xxl-5 {
		gap: 3rem !important;
	}

	.row-gap-xxl-0 {
		row-gap: 0 !important;
	}

	.row-gap-xxl-1 {
		row-gap: 0.25rem !important;
	}

	.row-gap-xxl-2 {
		row-gap: 0.5rem !important;
	}

	.row-gap-xxl-3 {
		row-gap: 1rem !important;
	}

	.row-gap-xxl-4 {
		row-gap: 1.5rem !important;
	}

	.row-gap-xxl-5 {
		row-gap: 3rem !important;
	}

	.column-gap-xxl-0 {
		column-gap: 0 !important;
	}

	.column-gap-xxl-1 {
		column-gap: 0.25rem !important;
	}

	.column-gap-xxl-2 {
		column-gap: 0.5rem !important;
	}

	.column-gap-xxl-3 {
		column-gap: 1rem !important;
	}

	.column-gap-xxl-4 {
		column-gap: 1.5rem !important;
	}

	.column-gap-xxl-5 {
		column-gap: 3rem !important;
	}

	.text-xxl-start {
		text-align: left !important;
	}

	.text-xxl-end {
		text-align: right !important;
	}

	.text-xxl-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.fs-1 {
		font-size: 2.5rem !important;
	}

	.fs-2 {
		font-size: 2rem !important;
	}

	.fs-3 {
		font-size: 1.75rem !important;
	}

	.fs-4 {
		font-size: 1.5rem !important;
	}
}

@media print {
	.d-print-inline {
		display: inline !important;
	}

	.d-print-inline-block {
		display: inline-block !important;
	}

	.d-print-block {
		display: block !important;
	}

	.d-print-grid {
		display: grid !important;
	}

	.d-print-inline-grid {
		display: inline-grid !important;
	}

	.d-print-table {
		display: table !important;
	}

	.d-print-table-row {
		display: table-row !important;
	}

	.d-print-table-cell {
		display: table-cell !important;
	}

	.d-print-flex {
		display: flex !important;
	}

	.d-print-inline-flex {
		display: inline-flex !important;
	}

	.d-print-none {
		display: none !important;
	}
}

/*!
 * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
	font-display: block;
	font-family: "bootstrap-icons";
	src: url("./fonts/bootstrap-icons.woff2?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff2"), url("./fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff");
}

.bi::before,
[class^=bi-]::before,
[class*=" bi-"]::before {
	display: inline-block;
	font-family: "bootstrap-icons" !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -0.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bi-123::before {
	content: "\f67f";
}

.bi-alarm-fill::before {
	content: "\f101";
}

.bi-alarm::before {
	content: "\f102";
}

.bi-align-bottom::before {
	content: "\f103";
}

.bi-align-center::before {
	content: "\f104";
}

.bi-align-end::before {
	content: "\f105";
}

.bi-align-middle::before {
	content: "\f106";
}

.bi-align-start::before {
	content: "\f107";
}

.bi-align-top::before {
	content: "\f108";
}

.bi-alt::before {
	content: "\f109";
}

.bi-app-indicator::before {
	content: "\f10a";
}

.bi-app::before {
	content: "\f10b";
}

.bi-archive-fill::before {
	content: "\f10c";
}

.bi-archive::before {
	content: "\f10d";
}

.bi-arrow-90deg-down::before {
	content: "\f10e";
}

.bi-arrow-90deg-left::before {
	content: "\f10f";
}

.bi-arrow-90deg-right::before {
	content: "\f110";
}

.bi-arrow-90deg-up::before {
	content: "\f111";
}

.bi-arrow-bar-down::before {
	content: "\f112";
}

.bi-arrow-bar-left::before {
	content: "\f113";
}

.bi-arrow-bar-right::before {
	content: "\f114";
}

.bi-arrow-bar-up::before {
	content: "\f115";
}

.bi-arrow-clockwise::before {
	content: "\f116";
}

.bi-arrow-counterclockwise::before {
	content: "\f117";
}

.bi-arrow-down-circle-fill::before {
	content: "\f118";
}

.bi-arrow-down-circle::before {
	content: "\f119";
}

.bi-arrow-down-left-circle-fill::before {
	content: "\f11a";
}

.bi-arrow-down-left-circle::before {
	content: "\f11b";
}

.bi-arrow-down-left-square-fill::before {
	content: "\f11c";
}

.bi-arrow-down-left-square::before {
	content: "\f11d";
}

.bi-arrow-down-left::before {
	content: "\f11e";
}

.bi-arrow-down-right-circle-fill::before {
	content: "\f11f";
}

.bi-arrow-down-right-circle::before {
	content: "\f120";
}

.bi-arrow-down-right-square-fill::before {
	content: "\f121";
}

.bi-arrow-down-right-square::before {
	content: "\f122";
}

.bi-arrow-down-right::before {
	content: "\f123";
}

.bi-arrow-down-short::before {
	content: "\f124";
}

.bi-arrow-down-square-fill::before {
	content: "\f125";
}

.bi-arrow-down-square::before {
	content: "\f126";
}

.bi-arrow-down-up::before {
	content: "\f127";
}

.bi-arrow-down::before {
	content: "\f128";
}

.bi-arrow-left-circle-fill::before {
	content: "\f129";
}

.bi-arrow-left-circle::before {
	content: "\f12a";
}

.bi-arrow-left-right::before {
	content: "\f12b";
}

.bi-arrow-left-short::before {
	content: "\f12c";
}

.bi-arrow-left-square-fill::before {
	content: "\f12d";
}

.bi-arrow-left-square::before {
	content: "\f12e";
}

.bi-arrow-left::before {
	content: "\f12f";
}

.bi-arrow-repeat::before {
	content: "\f130";
}

.bi-arrow-return-left::before {
	content: "\f131";
}

.bi-arrow-return-right::before {
	content: "\f132";
}

.bi-arrow-right-circle-fill::before {
	content: "\f133";
}

.bi-arrow-right-circle::before {
	content: "\f134";
}

.bi-arrow-right-short::before {
	content: "\f135";
}

.bi-arrow-right-square-fill::before {
	content: "\f136";
}

.bi-arrow-right-square::before {
	content: "\f137";
}

.bi-arrow-right::before {
	content: "\f138";
}

.bi-arrow-up-circle-fill::before {
	content: "\f139";
}

.bi-arrow-up-circle::before {
	content: "\f13a";
}

.bi-arrow-up-left-circle-fill::before {
	content: "\f13b";
}

.bi-arrow-up-left-circle::before {
	content: "\f13c";
}

.bi-arrow-up-left-square-fill::before {
	content: "\f13d";
}

.bi-arrow-up-left-square::before {
	content: "\f13e";
}

.bi-arrow-up-left::before {
	content: "\f13f";
}

.bi-arrow-up-right-circle-fill::before {
	content: "\f140";
}

.bi-arrow-up-right-circle::before {
	content: "\f141";
}

.bi-arrow-up-right-square-fill::before {
	content: "\f142";
}

.bi-arrow-up-right-square::before {
	content: "\f143";
}

.bi-arrow-up-right::before {
	content: "\f144";
}

.bi-arrow-up-short::before {
	content: "\f145";
}

.bi-arrow-up-square-fill::before {
	content: "\f146";
}

.bi-arrow-up-square::before {
	content: "\f147";
}

.bi-arrow-up::before {
	content: "\f148";
}

.bi-arrows-angle-contract::before {
	content: "\f149";
}

.bi-arrows-angle-expand::before {
	content: "\f14a";
}

.bi-arrows-collapse::before {
	content: "\f14b";
}

.bi-arrows-expand::before {
	content: "\f14c";
}

.bi-arrows-fullscreen::before {
	content: "\f14d";
}

.bi-arrows-move::before {
	content: "\f14e";
}

.bi-aspect-ratio-fill::before {
	content: "\f14f";
}

.bi-aspect-ratio::before {
	content: "\f150";
}

.bi-asterisk::before {
	content: "\f151";
}

.bi-at::before {
	content: "\f152";
}

.bi-award-fill::before {
	content: "\f153";
}

.bi-award::before {
	content: "\f154";
}

.bi-back::before {
	content: "\f155";
}

.bi-backspace-fill::before {
	content: "\f156";
}

.bi-backspace-reverse-fill::before {
	content: "\f157";
}

.bi-backspace-reverse::before {
	content: "\f158";
}

.bi-backspace::before {
	content: "\f159";
}

.bi-badge-3d-fill::before {
	content: "\f15a";
}

.bi-badge-3d::before {
	content: "\f15b";
}

.bi-badge-4k-fill::before {
	content: "\f15c";
}

.bi-badge-4k::before {
	content: "\f15d";
}

.bi-badge-8k-fill::before {
	content: "\f15e";
}

.bi-badge-8k::before {
	content: "\f15f";
}

.bi-badge-ad-fill::before {
	content: "\f160";
}

.bi-badge-ad::before {
	content: "\f161";
}

.bi-badge-ar-fill::before {
	content: "\f162";
}

.bi-badge-ar::before {
	content: "\f163";
}

.bi-badge-cc-fill::before {
	content: "\f164";
}

.bi-badge-cc::before {
	content: "\f165";
}

.bi-badge-hd-fill::before {
	content: "\f166";
}

.bi-badge-hd::before {
	content: "\f167";
}

.bi-badge-tm-fill::before {
	content: "\f168";
}

.bi-badge-tm::before {
	content: "\f169";
}

.bi-badge-vo-fill::before {
	content: "\f16a";
}

.bi-badge-vo::before {
	content: "\f16b";
}

.bi-badge-vr-fill::before {
	content: "\f16c";
}

.bi-badge-vr::before {
	content: "\f16d";
}

.bi-badge-wc-fill::before {
	content: "\f16e";
}

.bi-badge-wc::before {
	content: "\f16f";
}

.bi-bag-check-fill::before {
	content: "\f170";
}

.bi-bag-check::before {
	content: "\f171";
}

.bi-bag-dash-fill::before {
	content: "\f172";
}

.bi-bag-dash::before {
	content: "\f173";
}

.bi-bag-fill::before {
	content: "\f174";
}

.bi-bag-plus-fill::before {
	content: "\f175";
}

.bi-bag-plus::before {
	content: "\f176";
}

.bi-bag-x-fill::before {
	content: "\f177";
}

.bi-bag-x::before {
	content: "\f178";
}

.bi-bag::before {
	content: "\f179";
}

.bi-bar-chart-fill::before {
	content: "\f17a";
}

.bi-bar-chart-line-fill::before {
	content: "\f17b";
}

.bi-bar-chart-line::before {
	content: "\f17c";
}

.bi-bar-chart-steps::before {
	content: "\f17d";
}

.bi-bar-chart::before {
	content: "\f17e";
}

.bi-basket-fill::before {
	content: "\f17f";
}

.bi-basket::before {
	content: "\f180";
}

.bi-basket2-fill::before {
	content: "\f181";
}

.bi-basket2::before {
	content: "\f182";
}

.bi-basket3-fill::before {
	content: "\f183";
}

.bi-basket3::before {
	content: "\f184";
}

.bi-battery-charging::before {
	content: "\f185";
}

.bi-battery-full::before {
	content: "\f186";
}

.bi-battery-half::before {
	content: "\f187";
}

.bi-battery::before {
	content: "\f188";
}

.bi-bell-fill::before {
	content: "\f189";
}

.bi-bell::before {
	content: "\f18a";
}

.bi-bezier::before {
	content: "\f18b";
}

.bi-bezier2::before {
	content: "\f18c";
}

.bi-bicycle::before {
	content: "\f18d";
}

.bi-binoculars-fill::before {
	content: "\f18e";
}

.bi-binoculars::before {
	content: "\f18f";
}

.bi-blockquote-left::before {
	content: "\f190";
}

.bi-blockquote-right::before {
	content: "\f191";
}

.bi-book-fill::before {
	content: "\f192";
}

.bi-book-half::before {
	content: "\f193";
}

.bi-book::before {
	content: "\f194";
}

.bi-bookmark-check-fill::before {
	content: "\f195";
}

.bi-bookmark-check::before {
	content: "\f196";
}

.bi-bookmark-dash-fill::before {
	content: "\f197";
}

.bi-bookmark-dash::before {
	content: "\f198";
}

.bi-bookmark-fill::before {
	content: "\f199";
}

.bi-bookmark-heart-fill::before {
	content: "\f19a";
}

.bi-bookmark-heart::before {
	content: "\f19b";
}

.bi-bookmark-plus-fill::before {
	content: "\f19c";
}

.bi-bookmark-plus::before {
	content: "\f19d";
}

.bi-bookmark-star-fill::before {
	content: "\f19e";
}

.bi-bookmark-star::before {
	content: "\f19f";
}

.bi-bookmark-x-fill::before {
	content: "\f1a0";
}

.bi-bookmark-x::before {
	content: "\f1a1";
}

.bi-bookmark::before {
	content: "\f1a2";
}

.bi-bookmarks-fill::before {
	content: "\f1a3";
}

.bi-bookmarks::before {
	content: "\f1a4";
}

.bi-bookshelf::before {
	content: "\f1a5";
}

.bi-bootstrap-fill::before {
	content: "\f1a6";
}

.bi-bootstrap-reboot::before {
	content: "\f1a7";
}

.bi-bootstrap::before {
	content: "\f1a8";
}

.bi-border-all::before {
	content: "\f1a9";
}

.bi-border-bottom::before {
	content: "\f1aa";
}

.bi-border-center::before {
	content: "\f1ab";
}

.bi-border-inner::before {
	content: "\f1ac";
}

.bi-border-left::before {
	content: "\f1ad";
}

.bi-border-middle::before {
	content: "\f1ae";
}

.bi-border-outer::before {
	content: "\f1af";
}

.bi-border-right::before {
	content: "\f1b0";
}

.bi-border-style::before {
	content: "\f1b1";
}

.bi-border-top::before {
	content: "\f1b2";
}

.bi-border-width::before {
	content: "\f1b3";
}

.bi-border::before {
	content: "\f1b4";
}

.bi-bounding-box-circles::before {
	content: "\f1b5";
}

.bi-bounding-box::before {
	content: "\f1b6";
}

.bi-box-arrow-down-left::before {
	content: "\f1b7";
}

.bi-box-arrow-down-right::before {
	content: "\f1b8";
}

.bi-box-arrow-down::before {
	content: "\f1b9";
}

.bi-box-arrow-in-down-left::before {
	content: "\f1ba";
}

.bi-box-arrow-in-down-right::before {
	content: "\f1bb";
}

.bi-box-arrow-in-down::before {
	content: "\f1bc";
}

.bi-box-arrow-in-left::before {
	content: "\f1bd";
}

.bi-box-arrow-in-right::before {
	content: "\f1be";
}

.bi-box-arrow-in-up-left::before {
	content: "\f1bf";
}

.bi-box-arrow-in-up-right::before {
	content: "\f1c0";
}

.bi-box-arrow-in-up::before {
	content: "\f1c1";
}

.bi-box-arrow-left::before {
	content: "\f1c2";
}

.bi-box-arrow-right::before {
	content: "\f1c3";
}

.bi-box-arrow-up-left::before {
	content: "\f1c4";
}

.bi-box-arrow-up-right::before {
	content: "\f1c5";
}

.bi-box-arrow-up::before {
	content: "\f1c6";
}

.bi-box-seam::before {
	content: "\f1c7";
}

.bi-box::before {
	content: "\f1c8";
}

.bi-braces::before {
	content: "\f1c9";
}

.bi-bricks::before {
	content: "\f1ca";
}

.bi-briefcase-fill::before {
	content: "\f1cb";
}

.bi-briefcase::before {
	content: "\f1cc";
}

.bi-brightness-alt-high-fill::before {
	content: "\f1cd";
}

.bi-brightness-alt-high::before {
	content: "\f1ce";
}

.bi-brightness-alt-low-fill::before {
	content: "\f1cf";
}

.bi-brightness-alt-low::before {
	content: "\f1d0";
}

.bi-brightness-high-fill::before {
	content: "\f1d1";
}

.bi-brightness-high::before {
	content: "\f1d2";
}

.bi-brightness-low-fill::before {
	content: "\f1d3";
}

.bi-brightness-low::before {
	content: "\f1d4";
}

.bi-broadcast-pin::before {
	content: "\f1d5";
}

.bi-broadcast::before {
	content: "\f1d6";
}

.bi-brush-fill::before {
	content: "\f1d7";
}

.bi-brush::before {
	content: "\f1d8";
}

.bi-bucket-fill::before {
	content: "\f1d9";
}

.bi-bucket::before {
	content: "\f1da";
}

.bi-bug-fill::before {
	content: "\f1db";
}

.bi-bug::before {
	content: "\f1dc";
}

.bi-building::before {
	content: "\f1dd";
}

.bi-bullseye::before {
	content: "\f1de";
}

.bi-calculator-fill::before {
	content: "\f1df";
}

.bi-calculator::before {
	content: "\f1e0";
}

.bi-calendar-check-fill::before {
	content: "\f1e1";
}

.bi-calendar-check::before {
	content: "\f1e2";
}

.bi-calendar-date-fill::before {
	content: "\f1e3";
}

.bi-calendar-date::before {
	content: "\f1e4";
}

.bi-calendar-day-fill::before {
	content: "\f1e5";
}

.bi-calendar-day::before {
	content: "\f1e6";
}

.bi-calendar-event-fill::before {
	content: "\f1e7";
}

.bi-calendar-event::before {
	content: "\f1e8";
}

.bi-calendar-fill::before {
	content: "\f1e9";
}

.bi-calendar-minus-fill::before {
	content: "\f1ea";
}

.bi-calendar-minus::before {
	content: "\f1eb";
}

.bi-calendar-month-fill::before {
	content: "\f1ec";
}

.bi-calendar-month::before {
	content: "\f1ed";
}

.bi-calendar-plus-fill::before {
	content: "\f1ee";
}

.bi-calendar-plus::before {
	content: "\f1ef";
}

.bi-calendar-range-fill::before {
	content: "\f1f0";
}

.bi-calendar-range::before {
	content: "\f1f1";
}

.bi-calendar-week-fill::before {
	content: "\f1f2";
}

.bi-calendar-week::before {
	content: "\f1f3";
}

.bi-calendar-x-fill::before {
	content: "\f1f4";
}

.bi-calendar-x::before {
	content: "\f1f5";
}

.bi-calendar::before {
	content: "\f1f6";
}

.bi-calendar2-check-fill::before {
	content: "\f1f7";
}

.bi-calendar2-check::before {
	content: "\f1f8";
}

.bi-calendar2-date-fill::before {
	content: "\f1f9";
}

.bi-calendar2-date::before {
	content: "\f1fa";
}

.bi-calendar2-day-fill::before {
	content: "\f1fb";
}

.bi-calendar2-day::before {
	content: "\f1fc";
}

.bi-calendar2-event-fill::before {
	content: "\f1fd";
}

.bi-calendar2-event::before {
	content: "\f1fe";
}

.bi-calendar2-fill::before {
	content: "\f1ff";
}

.bi-calendar2-minus-fill::before {
	content: "\f200";
}

.bi-calendar2-minus::before {
	content: "\f201";
}

.bi-calendar2-month-fill::before {
	content: "\f202";
}

.bi-calendar2-month::before {
	content: "\f203";
}

.bi-calendar2-plus-fill::before {
	content: "\f204";
}

.bi-calendar2-plus::before {
	content: "\f205";
}

.bi-calendar2-range-fill::before {
	content: "\f206";
}

.bi-calendar2-range::before {
	content: "\f207";
}

.bi-calendar2-week-fill::before {
	content: "\f208";
}

.bi-calendar2-week::before {
	content: "\f209";
}

.bi-calendar2-x-fill::before {
	content: "\f20a";
}

.bi-calendar2-x::before {
	content: "\f20b";
}

.bi-calendar2::before {
	content: "\f20c";
}

.bi-calendar3-event-fill::before {
	content: "\f20d";
}

.bi-calendar3-event::before {
	content: "\f20e";
}

.bi-calendar3-fill::before {
	content: "\f20f";
}

.bi-calendar3-range-fill::before {
	content: "\f210";
}

.bi-calendar3-range::before {
	content: "\f211";
}

.bi-calendar3-week-fill::before {
	content: "\f212";
}

.bi-calendar3-week::before {
	content: "\f213";
}

.bi-calendar3::before {
	content: "\f214";
}

.bi-calendar4-event::before {
	content: "\f215";
}

.bi-calendar4-range::before {
	content: "\f216";
}

.bi-calendar4-week::before {
	content: "\f217";
}

.bi-calendar4::before {
	content: "\f218";
}

.bi-camera-fill::before {
	content: "\f219";
}

.bi-camera-reels-fill::before {
	content: "\f21a";
}

.bi-camera-reels::before {
	content: "\f21b";
}

.bi-camera-video-fill::before {
	content: "\f21c";
}

.bi-camera-video-off-fill::before {
	content: "\f21d";
}

.bi-camera-video-off::before {
	content: "\f21e";
}

.bi-camera-video::before {
	content: "\f21f";
}

.bi-camera::before {
	content: "\f220";
}

.bi-camera2::before {
	content: "\f221";
}

.bi-capslock-fill::before {
	content: "\f222";
}

.bi-capslock::before {
	content: "\f223";
}

.bi-card-checklist::before {
	content: "\f224";
}

.bi-card-heading::before {
	content: "\f225";
}

.bi-card-image::before {
	content: "\f226";
}

.bi-card-list::before {
	content: "\f227";
}

.bi-card-text::before {
	content: "\f228";
}

.bi-caret-down-fill::before {
	content: "\f229";
}

.bi-caret-down-square-fill::before {
	content: "\f22a";
}

.bi-caret-down-square::before {
	content: "\f22b";
}

.bi-caret-down::before {
	content: "\f22c";
}

.bi-caret-left-fill::before {
	content: "\f22d";
}

.bi-caret-left-square-fill::before {
	content: "\f22e";
}

.bi-caret-left-square::before {
	content: "\f22f";
}

.bi-caret-left::before {
	content: "\f230";
}

.bi-caret-right-fill::before {
	content: "\f231";
}

.bi-caret-right-square-fill::before {
	content: "\f232";
}

.bi-caret-right-square::before {
	content: "\f233";
}

.bi-caret-right::before {
	content: "\f234";
}

.bi-caret-up-fill::before {
	content: "\f235";
}

.bi-caret-up-square-fill::before {
	content: "\f236";
}

.bi-caret-up-square::before {
	content: "\f237";
}

.bi-caret-up::before {
	content: "\f238";
}

.bi-cart-check-fill::before {
	content: "\f239";
}

.bi-cart-check::before {
	content: "\f23a";
}

.bi-cart-dash-fill::before {
	content: "\f23b";
}

.bi-cart-dash::before {
	content: "\f23c";
}

.bi-cart-fill::before {
	content: "\f23d";
}

.bi-cart-plus-fill::before {
	content: "\f23e";
}

.bi-cart-plus::before {
	content: "\f23f";
}

.bi-cart-x-fill::before {
	content: "\f240";
}

.bi-cart-x::before {
	content: "\f241";
}

.bi-cart::before {
	content: "\f242";
}

.bi-cart2::before {
	content: "\f243";
}

.bi-cart3::before {
	content: "\f244";
}

.bi-cart4::before {
	content: "\f245";
}

.bi-cash-stack::before {
	content: "\f246";
}

.bi-cash::before {
	content: "\f247";
}

.bi-cast::before {
	content: "\f248";
}

.bi-chat-dots-fill::before {
	content: "\f249";
}

.bi-chat-dots::before {
	content: "\f24a";
}

.bi-chat-fill::before {
	content: "\f24b";
}

.bi-chat-left-dots-fill::before {
	content: "\f24c";
}

.bi-chat-left-dots::before {
	content: "\f24d";
}

.bi-chat-left-fill::before {
	content: "\f24e";
}

.bi-chat-left-quote-fill::before {
	content: "\f24f";
}

.bi-chat-left-quote::before {
	content: "\f250";
}

.bi-chat-left-text-fill::before {
	content: "\f251";
}

.bi-chat-left-text::before {
	content: "\f252";
}

.bi-chat-left::before {
	content: "\f253";
}

.bi-chat-quote-fill::before {
	content: "\f254";
}

.bi-chat-quote::before {
	content: "\f255";
}

.bi-chat-right-dots-fill::before {
	content: "\f256";
}

.bi-chat-right-dots::before {
	content: "\f257";
}

.bi-chat-right-fill::before {
	content: "\f258";
}

.bi-chat-right-quote-fill::before {
	content: "\f259";
}

.bi-chat-right-quote::before {
	content: "\f25a";
}

.bi-chat-right-text-fill::before {
	content: "\f25b";
}

.bi-chat-right-text::before {
	content: "\f25c";
}

.bi-chat-right::before {
	content: "\f25d";
}

.bi-chat-square-dots-fill::before {
	content: "\f25e";
}

.bi-chat-square-dots::before {
	content: "\f25f";
}

.bi-chat-square-fill::before {
	content: "\f260";
}

.bi-chat-square-quote-fill::before {
	content: "\f261";
}

.bi-chat-square-quote::before {
	content: "\f262";
}

.bi-chat-square-text-fill::before {
	content: "\f263";
}

.bi-chat-square-text::before {
	content: "\f264";
}

.bi-chat-square::before {
	content: "\f265";
}

.bi-chat-text-fill::before {
	content: "\f266";
}

.bi-chat-text::before {
	content: "\f267";
}

.bi-chat::before {
	content: "\f268";
}

.bi-check-all::before {
	content: "\f269";
}

.bi-check-circle-fill::before {
	content: "\f26a";
}

.bi-check-circle::before {
	content: "\f26b";
}

.bi-check-square-fill::before {
	content: "\f26c";
}

.bi-check-square::before {
	content: "\f26d";
}

.bi-check::before {
	content: "\f26e";
}

.bi-check2-all::before {
	content: "\f26f";
}

.bi-check2-circle::before {
	content: "\f270";
}

.bi-check2-square::before {
	content: "\f271";
}

.bi-check2::before {
	content: "\f272";
}

.bi-chevron-bar-contract::before {
	content: "\f273";
}

.bi-chevron-bar-down::before {
	content: "\f274";
}

.bi-chevron-bar-expand::before {
	content: "\f275";
}

.bi-chevron-bar-left::before {
	content: "\f276";
}

.bi-chevron-bar-right::before {
	content: "\f277";
}

.bi-chevron-bar-up::before {
	content: "\f278";
}

.bi-chevron-compact-down::before {
	content: "\f279";
}

.bi-chevron-compact-left::before {
	content: "\f27a";
}

.bi-chevron-compact-right::before {
	content: "\f27b";
}

.bi-chevron-compact-up::before {
	content: "\f27c";
}

.bi-chevron-contract::before {
	content: "\f27d";
}

.bi-chevron-double-down::before {
	content: "\f27e";
}

.bi-chevron-double-left::before {
	content: "\f27f";
}

.bi-chevron-double-right::before {
	content: "\f280";
}

.bi-chevron-double-up::before {
	content: "\f281";
}

.bi-chevron-down::before {
	content: "\f282";
}

.bi-chevron-expand::before {
	content: "\f283";
}

.bi-chevron-left::before {
	content: "\f284";
}

.bi-chevron-right::before {
	content: "\f285";
}

.bi-chevron-up::before {
	content: "\f286";
}

.bi-circle-fill::before {
	content: "\f287";
}

.bi-circle-half::before {
	content: "\f288";
}

.bi-circle-square::before {
	content: "\f289";
}

.bi-circle::before {
	content: "\f28a";
}

.bi-clipboard-check::before {
	content: "\f28b";
}

.bi-clipboard-data::before {
	content: "\f28c";
}

.bi-clipboard-minus::before {
	content: "\f28d";
}

.bi-clipboard-plus::before {
	content: "\f28e";
}

.bi-clipboard-x::before {
	content: "\f28f";
}

.bi-clipboard::before {
	content: "\f290";
}

.bi-clock-fill::before {
	content: "\f291";
}

.bi-clock-history::before {
	content: "\f292";
}

.bi-clock::before {
	content: "\f293";
}

.bi-cloud-arrow-down-fill::before {
	content: "\f294";
}

.bi-cloud-arrow-down::before {
	content: "\f295";
}

.bi-cloud-arrow-up-fill::before {
	content: "\f296";
}

.bi-cloud-arrow-up::before {
	content: "\f297";
}

.bi-cloud-check-fill::before {
	content: "\f298";
}

.bi-cloud-check::before {
	content: "\f299";
}

.bi-cloud-download-fill::before {
	content: "\f29a";
}

.bi-cloud-download::before {
	content: "\f29b";
}

.bi-cloud-drizzle-fill::before {
	content: "\f29c";
}

.bi-cloud-drizzle::before {
	content: "\f29d";
}

.bi-cloud-fill::before {
	content: "\f29e";
}

.bi-cloud-fog-fill::before {
	content: "\f29f";
}

.bi-cloud-fog::before {
	content: "\f2a0";
}

.bi-cloud-fog2-fill::before {
	content: "\f2a1";
}

.bi-cloud-fog2::before {
	content: "\f2a2";
}

.bi-cloud-hail-fill::before {
	content: "\f2a3";
}

.bi-cloud-hail::before {
	content: "\f2a4";
}

.bi-cloud-haze-fill::before {
	content: "\f2a6";
}

.bi-cloud-haze::before {
	content: "\f2a7";
}

.bi-cloud-haze2-fill::before {
	content: "\f2a8";
}

.bi-cloud-lightning-fill::before {
	content: "\f2a9";
}

.bi-cloud-lightning-rain-fill::before {
	content: "\f2aa";
}

.bi-cloud-lightning-rain::before {
	content: "\f2ab";
}

.bi-cloud-lightning::before {
	content: "\f2ac";
}

.bi-cloud-minus-fill::before {
	content: "\f2ad";
}

.bi-cloud-minus::before {
	content: "\f2ae";
}

.bi-cloud-moon-fill::before {
	content: "\f2af";
}

.bi-cloud-moon::before {
	content: "\f2b0";
}

.bi-cloud-plus-fill::before {
	content: "\f2b1";
}

.bi-cloud-plus::before {
	content: "\f2b2";
}

.bi-cloud-rain-fill::before {
	content: "\f2b3";
}

.bi-cloud-rain-heavy-fill::before {
	content: "\f2b4";
}

.bi-cloud-rain-heavy::before {
	content: "\f2b5";
}

.bi-cloud-rain::before {
	content: "\f2b6";
}

.bi-cloud-slash-fill::before {
	content: "\f2b7";
}

.bi-cloud-slash::before {
	content: "\f2b8";
}

.bi-cloud-sleet-fill::before {
	content: "\f2b9";
}

.bi-cloud-sleet::before {
	content: "\f2ba";
}

.bi-cloud-snow-fill::before {
	content: "\f2bb";
}

.bi-cloud-snow::before {
	content: "\f2bc";
}

.bi-cloud-sun-fill::before {
	content: "\f2bd";
}

.bi-cloud-sun::before {
	content: "\f2be";
}

.bi-cloud-upload-fill::before {
	content: "\f2bf";
}

.bi-cloud-upload::before {
	content: "\f2c0";
}

.bi-cloud::before {
	content: "\f2c1";
}

.bi-clouds-fill::before {
	content: "\f2c2";
}

.bi-clouds::before {
	content: "\f2c3";
}

.bi-cloudy-fill::before {
	content: "\f2c4";
}

.bi-cloudy::before {
	content: "\f2c5";
}

.bi-code-slash::before {
	content: "\f2c6";
}

.bi-code-square::before {
	content: "\f2c7";
}

.bi-code::before {
	content: "\f2c8";
}

.bi-collection-fill::before {
	content: "\f2c9";
}

.bi-collection-play-fill::before {
	content: "\f2ca";
}

.bi-collection-play::before {
	content: "\f2cb";
}

.bi-collection::before {
	content: "\f2cc";
}

.bi-columns-gap::before {
	content: "\f2cd";
}

.bi-columns::before {
	content: "\f2ce";
}

.bi-command::before {
	content: "\f2cf";
}

.bi-compass-fill::before {
	content: "\f2d0";
}

.bi-compass::before {
	content: "\f2d1";
}

.bi-cone-striped::before {
	content: "\f2d2";
}

.bi-cone::before {
	content: "\f2d3";
}

.bi-controller::before {
	content: "\f2d4";
}

.bi-cpu-fill::before {
	content: "\f2d5";
}

.bi-cpu::before {
	content: "\f2d6";
}

.bi-credit-card-2-back-fill::before {
	content: "\f2d7";
}

.bi-credit-card-2-back::before {
	content: "\f2d8";
}

.bi-credit-card-2-front-fill::before {
	content: "\f2d9";
}

.bi-credit-card-2-front::before {
	content: "\f2da";
}

.bi-credit-card-fill::before {
	content: "\f2db";
}

.bi-credit-card::before {
	content: "\f2dc";
}

.bi-crop::before {
	content: "\f2dd";
}

.bi-cup-fill::before {
	content: "\f2de";
}

.bi-cup-straw::before {
	content: "\f2df";
}

.bi-cup::before {
	content: "\f2e0";
}

.bi-cursor-fill::before {
	content: "\f2e1";
}

.bi-cursor-text::before {
	content: "\f2e2";
}

.bi-cursor::before {
	content: "\f2e3";
}

.bi-dash-circle-dotted::before {
	content: "\f2e4";
}

.bi-dash-circle-fill::before {
	content: "\f2e5";
}

.bi-dash-circle::before {
	content: "\f2e6";
}

.bi-dash-square-dotted::before {
	content: "\f2e7";
}

.bi-dash-square-fill::before {
	content: "\f2e8";
}

.bi-dash-square::before {
	content: "\f2e9";
}

.bi-dash::before {
	content: "\f2ea";
}

.bi-diagram-2-fill::before {
	content: "\f2eb";
}

.bi-diagram-2::before {
	content: "\f2ec";
}

.bi-diagram-3-fill::before {
	content: "\f2ed";
}

.bi-diagram-3::before {
	content: "\f2ee";
}

.bi-diamond-fill::before {
	content: "\f2ef";
}

.bi-diamond-half::before {
	content: "\f2f0";
}

.bi-diamond::before {
	content: "\f2f1";
}

.bi-dice-1-fill::before {
	content: "\f2f2";
}

.bi-dice-1::before {
	content: "\f2f3";
}

.bi-dice-2-fill::before {
	content: "\f2f4";
}

.bi-dice-2::before {
	content: "\f2f5";
}

.bi-dice-3-fill::before {
	content: "\f2f6";
}

.bi-dice-3::before {
	content: "\f2f7";
}

.bi-dice-4-fill::before {
	content: "\f2f8";
}

.bi-dice-4::before {
	content: "\f2f9";
}

.bi-dice-5-fill::before {
	content: "\f2fa";
}

.bi-dice-5::before {
	content: "\f2fb";
}

.bi-dice-6-fill::before {
	content: "\f2fc";
}

.bi-dice-6::before {
	content: "\f2fd";
}

.bi-disc-fill::before {
	content: "\f2fe";
}

.bi-disc::before {
	content: "\f2ff";
}

.bi-discord::before {
	content: "\f300";
}

.bi-display-fill::before {
	content: "\f301";
}

.bi-display::before {
	content: "\f302";
}

.bi-distribute-horizontal::before {
	content: "\f303";
}

.bi-distribute-vertical::before {
	content: "\f304";
}

.bi-door-closed-fill::before {
	content: "\f305";
}

.bi-door-closed::before {
	content: "\f306";
}

.bi-door-open-fill::before {
	content: "\f307";
}

.bi-door-open::before {
	content: "\f308";
}

.bi-dot::before {
	content: "\f309";
}

.bi-download::before {
	content: "\f30a";
}

.bi-droplet-fill::before {
	content: "\f30b";
}

.bi-droplet-half::before {
	content: "\f30c";
}

.bi-droplet::before {
	content: "\f30d";
}

.bi-earbuds::before {
	content: "\f30e";
}

.bi-easel-fill::before {
	content: "\f30f";
}

.bi-easel::before {
	content: "\f310";
}

.bi-egg-fill::before {
	content: "\f311";
}

.bi-egg-fried::before {
	content: "\f312";
}

.bi-egg::before {
	content: "\f313";
}

.bi-eject-fill::before {
	content: "\f314";
}

.bi-eject::before {
	content: "\f315";
}

.bi-emoji-angry-fill::before {
	content: "\f316";
}

.bi-emoji-angry::before {
	content: "\f317";
}

.bi-emoji-dizzy-fill::before {
	content: "\f318";
}

.bi-emoji-dizzy::before {
	content: "\f319";
}

.bi-emoji-expressionless-fill::before {
	content: "\f31a";
}

.bi-emoji-expressionless::before {
	content: "\f31b";
}

.bi-emoji-frown-fill::before {
	content: "\f31c";
}

.bi-emoji-frown::before {
	content: "\f31d";
}

.bi-emoji-heart-eyes-fill::before {
	content: "\f31e";
}

.bi-emoji-heart-eyes::before {
	content: "\f31f";
}

.bi-emoji-laughing-fill::before {
	content: "\f320";
}

.bi-emoji-laughing::before {
	content: "\f321";
}

.bi-emoji-neutral-fill::before {
	content: "\f322";
}

.bi-emoji-neutral::before {
	content: "\f323";
}

.bi-emoji-smile-fill::before {
	content: "\f324";
}

.bi-emoji-smile-upside-down-fill::before {
	content: "\f325";
}

.bi-emoji-smile-upside-down::before {
	content: "\f326";
}

.bi-emoji-smile::before {
	content: "\f327";
}

.bi-emoji-sunglasses-fill::before {
	content: "\f328";
}

.bi-emoji-sunglasses::before {
	content: "\f329";
}

.bi-emoji-wink-fill::before {
	content: "\f32a";
}

.bi-emoji-wink::before {
	content: "\f32b";
}

.bi-envelope-fill::before {
	content: "\f32c";
}

.bi-envelope-open-fill::before {
	content: "\f32d";
}

.bi-envelope-open::before {
	content: "\f32e";
}

.bi-envelope::before {
	content: "\f32f";
}

.bi-eraser-fill::before {
	content: "\f330";
}

.bi-eraser::before {
	content: "\f331";
}

.bi-exclamation-circle-fill::before {
	content: "\f332";
}

.bi-exclamation-circle::before {
	content: "\f333";
}

.bi-exclamation-diamond-fill::before {
	content: "\f334";
}

.bi-exclamation-diamond::before {
	content: "\f335";
}

.bi-exclamation-octagon-fill::before {
	content: "\f336";
}

.bi-exclamation-octagon::before {
	content: "\f337";
}

.bi-exclamation-square-fill::before {
	content: "\f338";
}

.bi-exclamation-square::before {
	content: "\f339";
}

.bi-exclamation-triangle-fill::before {
	content: "\f33a";
}

.bi-exclamation-triangle::before {
	content: "\f33b";
}

.bi-exclamation::before {
	content: "\f33c";
}

.bi-exclude::before {
	content: "\f33d";
}

.bi-eye-fill::before {
	content: "\f33e";
}

.bi-eye-slash-fill::before {
	content: "\f33f";
}

.bi-eye-slash::before {
	content: "\f340";
}

.bi-eye::before {
	content: "\f341";
}

.bi-eyedropper::before {
	content: "\f342";
}

.bi-eyeglasses::before {
	content: "\f343";
}

.bi-facebook::before {
	content: "\f344";
}

.bi-file-arrow-down-fill::before {
	content: "\f345";
}

.bi-file-arrow-down::before {
	content: "\f346";
}

.bi-file-arrow-up-fill::before {
	content: "\f347";
}

.bi-file-arrow-up::before {
	content: "\f348";
}

.bi-file-bar-graph-fill::before {
	content: "\f349";
}

.bi-file-bar-graph::before {
	content: "\f34a";
}

.bi-file-binary-fill::before {
	content: "\f34b";
}

.bi-file-binary::before {
	content: "\f34c";
}

.bi-file-break-fill::before {
	content: "\f34d";
}

.bi-file-break::before {
	content: "\f34e";
}

.bi-file-check-fill::before {
	content: "\f34f";
}

.bi-file-check::before {
	content: "\f350";
}

.bi-file-code-fill::before {
	content: "\f351";
}

.bi-file-code::before {
	content: "\f352";
}

.bi-file-diff-fill::before {
	content: "\f353";
}

.bi-file-diff::before {
	content: "\f354";
}

.bi-file-earmark-arrow-down-fill::before {
	content: "\f355";
}

.bi-file-earmark-arrow-down::before {
	content: "\f356";
}

.bi-file-earmark-arrow-up-fill::before {
	content: "\f357";
}

.bi-file-earmark-arrow-up::before {
	content: "\f358";
}

.bi-file-earmark-bar-graph-fill::before {
	content: "\f359";
}

.bi-file-earmark-bar-graph::before {
	content: "\f35a";
}

.bi-file-earmark-binary-fill::before {
	content: "\f35b";
}

.bi-file-earmark-binary::before {
	content: "\f35c";
}

.bi-file-earmark-break-fill::before {
	content: "\f35d";
}

.bi-file-earmark-break::before {
	content: "\f35e";
}

.bi-file-earmark-check-fill::before {
	content: "\f35f";
}

.bi-file-earmark-check::before {
	content: "\f360";
}

.bi-file-earmark-code-fill::before {
	content: "\f361";
}

.bi-file-earmark-code::before {
	content: "\f362";
}

.bi-file-earmark-diff-fill::before {
	content: "\f363";
}

.bi-file-earmark-diff::before {
	content: "\f364";
}

.bi-file-earmark-easel-fill::before {
	content: "\f365";
}

.bi-file-earmark-easel::before {
	content: "\f366";
}

.bi-file-earmark-excel-fill::before {
	content: "\f367";
}

.bi-file-earmark-excel::before {
	content: "\f368";
}

.bi-file-earmark-fill::before {
	content: "\f369";
}

.bi-file-earmark-font-fill::before {
	content: "\f36a";
}

.bi-file-earmark-font::before {
	content: "\f36b";
}

.bi-file-earmark-image-fill::before {
	content: "\f36c";
}

.bi-file-earmark-image::before {
	content: "\f36d";
}

.bi-file-earmark-lock-fill::before {
	content: "\f36e";
}

.bi-file-earmark-lock::before {
	content: "\f36f";
}

.bi-file-earmark-lock2-fill::before {
	content: "\f370";
}

.bi-file-earmark-lock2::before {
	content: "\f371";
}

.bi-file-earmark-medical-fill::before {
	content: "\f372";
}

.bi-file-earmark-medical::before {
	content: "\f373";
}

.bi-file-earmark-minus-fill::before {
	content: "\f374";
}

.bi-file-earmark-minus::before {
	content: "\f375";
}

.bi-file-earmark-music-fill::before {
	content: "\f376";
}

.bi-file-earmark-music::before {
	content: "\f377";
}

.bi-file-earmark-person-fill::before {
	content: "\f378";
}

.bi-file-earmark-person::before {
	content: "\f379";
}

.bi-file-earmark-play-fill::before {
	content: "\f37a";
}

.bi-file-earmark-play::before {
	content: "\f37b";
}

.bi-file-earmark-plus-fill::before {
	content: "\f37c";
}

.bi-file-earmark-plus::before {
	content: "\f37d";
}

.bi-file-earmark-post-fill::before {
	content: "\f37e";
}

.bi-file-earmark-post::before {
	content: "\f37f";
}

.bi-file-earmark-ppt-fill::before {
	content: "\f380";
}

.bi-file-earmark-ppt::before {
	content: "\f381";
}

.bi-file-earmark-richtext-fill::before {
	content: "\f382";
}

.bi-file-earmark-richtext::before {
	content: "\f383";
}

.bi-file-earmark-ruled-fill::before {
	content: "\f384";
}

.bi-file-earmark-ruled::before {
	content: "\f385";
}

.bi-file-earmark-slides-fill::before {
	content: "\f386";
}

.bi-file-earmark-slides::before {
	content: "\f387";
}

.bi-file-earmark-spreadsheet-fill::before {
	content: "\f388";
}

.bi-file-earmark-spreadsheet::before {
	content: "\f389";
}

.bi-file-earmark-text-fill::before {
	content: "\f38a";
}

.bi-file-earmark-text::before {
	content: "\f38b";
}

.bi-file-earmark-word-fill::before {
	content: "\f38c";
}

.bi-file-earmark-word::before {
	content: "\f38d";
}

.bi-file-earmark-x-fill::before {
	content: "\f38e";
}

.bi-file-earmark-x::before {
	content: "\f38f";
}

.bi-file-earmark-zip-fill::before {
	content: "\f390";
}

.bi-file-earmark-zip::before {
	content: "\f391";
}

.bi-file-earmark::before {
	content: "\f392";
}

.bi-file-easel-fill::before {
	content: "\f393";
}

.bi-file-easel::before {
	content: "\f394";
}

.bi-file-excel-fill::before {
	content: "\f395";
}

.bi-file-excel::before {
	content: "\f396";
}

.bi-file-fill::before {
	content: "\f397";
}

.bi-file-font-fill::before {
	content: "\f398";
}

.bi-file-font::before {
	content: "\f399";
}

.bi-file-image-fill::before {
	content: "\f39a";
}

.bi-file-image::before {
	content: "\f39b";
}

.bi-file-lock-fill::before {
	content: "\f39c";
}

.bi-file-lock::before {
	content: "\f39d";
}

.bi-file-lock2-fill::before {
	content: "\f39e";
}

.bi-file-lock2::before {
	content: "\f39f";
}

.bi-file-medical-fill::before {
	content: "\f3a0";
}

.bi-file-medical::before {
	content: "\f3a1";
}

.bi-file-minus-fill::before {
	content: "\f3a2";
}

.bi-file-minus::before {
	content: "\f3a3";
}

.bi-file-music-fill::before {
	content: "\f3a4";
}

.bi-file-music::before {
	content: "\f3a5";
}

.bi-file-person-fill::before {
	content: "\f3a6";
}

.bi-file-person::before {
	content: "\f3a7";
}

.bi-file-play-fill::before {
	content: "\f3a8";
}

.bi-file-play::before {
	content: "\f3a9";
}

.bi-file-plus-fill::before {
	content: "\f3aa";
}

.bi-file-plus::before {
	content: "\f3ab";
}

.bi-file-post-fill::before {
	content: "\f3ac";
}

.bi-file-post::before {
	content: "\f3ad";
}

.bi-file-ppt-fill::before {
	content: "\f3ae";
}

.bi-file-ppt::before {
	content: "\f3af";
}

.bi-file-richtext-fill::before {
	content: "\f3b0";
}

.bi-file-richtext::before {
	content: "\f3b1";
}

.bi-file-ruled-fill::before {
	content: "\f3b2";
}

.bi-file-ruled::before {
	content: "\f3b3";
}

.bi-file-slides-fill::before {
	content: "\f3b4";
}

.bi-file-slides::before {
	content: "\f3b5";
}

.bi-file-spreadsheet-fill::before {
	content: "\f3b6";
}

.bi-file-spreadsheet::before {
	content: "\f3b7";
}

.bi-file-text-fill::before {
	content: "\f3b8";
}

.bi-file-text::before {
	content: "\f3b9";
}

.bi-file-word-fill::before {
	content: "\f3ba";
}

.bi-file-word::before {
	content: "\f3bb";
}

.bi-file-x-fill::before {
	content: "\f3bc";
}

.bi-file-x::before {
	content: "\f3bd";
}

.bi-file-zip-fill::before {
	content: "\f3be";
}

.bi-file-zip::before {
	content: "\f3bf";
}

.bi-file::before {
	content: "\f3c0";
}

.bi-files-alt::before {
	content: "\f3c1";
}

.bi-files::before {
	content: "\f3c2";
}

.bi-film::before {
	content: "\f3c3";
}

.bi-filter-circle-fill::before {
	content: "\f3c4";
}

.bi-filter-circle::before {
	content: "\f3c5";
}

.bi-filter-left::before {
	content: "\f3c6";
}

.bi-filter-right::before {
	content: "\f3c7";
}

.bi-filter-square-fill::before {
	content: "\f3c8";
}

.bi-filter-square::before {
	content: "\f3c9";
}

.bi-filter::before {
	content: "\f3ca";
}

.bi-flag-fill::before {
	content: "\f3cb";
}

.bi-flag::before {
	content: "\f3cc";
}

.bi-flower1::before {
	content: "\f3cd";
}

.bi-flower2::before {
	content: "\f3ce";
}

.bi-flower3::before {
	content: "\f3cf";
}

.bi-folder-check::before {
	content: "\f3d0";
}

.bi-folder-fill::before {
	content: "\f3d1";
}

.bi-folder-minus::before {
	content: "\f3d2";
}

.bi-folder-plus::before {
	content: "\f3d3";
}

.bi-folder-symlink-fill::before {
	content: "\f3d4";
}

.bi-folder-symlink::before {
	content: "\f3d5";
}

.bi-folder-x::before {
	content: "\f3d6";
}

.bi-folder::before {
	content: "\f3d7";
}

.bi-folder2-open::before {
	content: "\f3d8";
}

.bi-folder2::before {
	content: "\f3d9";
}

.bi-fonts::before {
	content: "\f3da";
}

.bi-forward-fill::before {
	content: "\f3db";
}

.bi-forward::before {
	content: "\f3dc";
}

.bi-front::before {
	content: "\f3dd";
}

.bi-fullscreen-exit::before {
	content: "\f3de";
}

.bi-fullscreen::before {
	content: "\f3df";
}

.bi-funnel-fill::before {
	content: "\f3e0";
}

.bi-funnel::before {
	content: "\f3e1";
}

.bi-gear-fill::before {
	content: "\f3e2";
}

.bi-gear-wide-connected::before {
	content: "\f3e3";
}

.bi-gear-wide::before {
	content: "\f3e4";
}

.bi-gear::before {
	content: "\f3e5";
}

.bi-gem::before {
	content: "\f3e6";
}

.bi-geo-alt-fill::before {
	content: "\f3e7";
}

.bi-geo-alt::before {
	content: "\f3e8";
}

.bi-geo-fill::before {
	content: "\f3e9";
}

.bi-geo::before {
	content: "\f3ea";
}

.bi-gift-fill::before {
	content: "\f3eb";
}

.bi-gift::before {
	content: "\f3ec";
}

.bi-github::before {
	content: "\f3ed";
}

.bi-globe::before {
	content: "\f3ee";
}

.bi-globe2::before {
	content: "\f3ef";
}

.bi-google::before {
	content: "\f3f0";
}

.bi-graph-down::before {
	content: "\f3f1";
}

.bi-graph-up::before {
	content: "\f3f2";
}

.bi-grid-1x2-fill::before {
	content: "\f3f3";
}

.bi-grid-1x2::before {
	content: "\f3f4";
}

.bi-grid-3x2-gap-fill::before {
	content: "\f3f5";
}

.bi-grid-3x2-gap::before {
	content: "\f3f6";
}

.bi-grid-3x2::before {
	content: "\f3f7";
}

.bi-grid-3x3-gap-fill::before {
	content: "\f3f8";
}

.bi-grid-3x3-gap::before {
	content: "\f3f9";
}

.bi-grid-3x3::before {
	content: "\f3fa";
}

.bi-grid-fill::before {
	content: "\f3fb";
}

.bi-grid::before {
	content: "\f3fc";
}

.bi-grip-horizontal::before {
	content: "\f3fd";
}

.bi-grip-vertical::before {
	content: "\f3fe";
}

.bi-hammer::before {
	content: "\f3ff";
}

.bi-hand-index-fill::before {
	content: "\f400";
}

.bi-hand-index-thumb-fill::before {
	content: "\f401";
}

.bi-hand-index-thumb::before {
	content: "\f402";
}

.bi-hand-index::before {
	content: "\f403";
}

.bi-hand-thumbs-down-fill::before {
	content: "\f404";
}

.bi-hand-thumbs-down::before {
	content: "\f405";
}

.bi-hand-thumbs-up-fill::before {
	content: "\f406";
}

.bi-hand-thumbs-up::before {
	content: "\f407";
}

.bi-handbag-fill::before {
	content: "\f408";
}

.bi-handbag::before {
	content: "\f409";
}

.bi-hash::before {
	content: "\f40a";
}

.bi-hdd-fill::before {
	content: "\f40b";
}

.bi-hdd-network-fill::before {
	content: "\f40c";
}

.bi-hdd-network::before {
	content: "\f40d";
}

.bi-hdd-rack-fill::before {
	content: "\f40e";
}

.bi-hdd-rack::before {
	content: "\f40f";
}

.bi-hdd-stack-fill::before {
	content: "\f410";
}

.bi-hdd-stack::before {
	content: "\f411";
}

.bi-hdd::before {
	content: "\f412";
}

.bi-headphones::before {
	content: "\f413";
}

.bi-headset::before {
	content: "\f414";
}

.bi-heart-fill::before {
	content: "\f415";
}

.bi-heart-half::before {
	content: "\f416";
}

.bi-heart::before {
	content: "\f417";
}

.bi-heptagon-fill::before {
	content: "\f418";
}

.bi-heptagon-half::before {
	content: "\f419";
}

.bi-heptagon::before {
	content: "\f41a";
}

.bi-hexagon-fill::before {
	content: "\f41b";
}

.bi-hexagon-half::before {
	content: "\f41c";
}

.bi-hexagon::before {
	content: "\f41d";
}

.bi-hourglass-bottom::before {
	content: "\f41e";
}

.bi-hourglass-split::before {
	content: "\f41f";
}

.bi-hourglass-top::before {
	content: "\f420";
}

.bi-hourglass::before {
	content: "\f421";
}

.bi-house-door-fill::before {
	content: "\f422";
}

.bi-house-door::before {
	content: "\f423";
}

.bi-house-fill::before {
	content: "\f424";
}

.bi-house::before {
	content: "\f425";
}

.bi-hr::before {
	content: "\f426";
}

.bi-hurricane::before {
	content: "\f427";
}

.bi-image-alt::before {
	content: "\f428";
}

.bi-image-fill::before {
	content: "\f429";
}

.bi-image::before {
	content: "\f42a";
}

.bi-images::before {
	content: "\f42b";
}

.bi-inbox-fill::before {
	content: "\f42c";
}

.bi-inbox::before {
	content: "\f42d";
}

.bi-inboxes-fill::before {
	content: "\f42e";
}

.bi-inboxes::before {
	content: "\f42f";
}

.bi-info-circle-fill::before {
	content: "\f430";
}

.bi-info-circle::before {
	content: "\f431";
}

.bi-info-square-fill::before {
	content: "\f432";
}

.bi-info-square::before {
	content: "\f433";
}

.bi-info::before {
	content: "\f434";
}

.bi-input-cursor-text::before {
	content: "\f435";
}

.bi-input-cursor::before {
	content: "\f436";
}

.bi-instagram::before {
	content: "\f437";
}

.bi-intersect::before {
	content: "\f438";
}

.bi-journal-album::before {
	content: "\f439";
}

.bi-journal-arrow-down::before {
	content: "\f43a";
}

.bi-journal-arrow-up::before {
	content: "\f43b";
}

.bi-journal-bookmark-fill::before {
	content: "\f43c";
}

.bi-journal-bookmark::before {
	content: "\f43d";
}

.bi-journal-check::before {
	content: "\f43e";
}

.bi-journal-code::before {
	content: "\f43f";
}

.bi-journal-medical::before {
	content: "\f440";
}

.bi-journal-minus::before {
	content: "\f441";
}

.bi-journal-plus::before {
	content: "\f442";
}

.bi-journal-richtext::before {
	content: "\f443";
}

.bi-journal-text::before {
	content: "\f444";
}

.bi-journal-x::before {
	content: "\f445";
}

.bi-journal::before {
	content: "\f446";
}

.bi-journals::before {
	content: "\f447";
}

.bi-joystick::before {
	content: "\f448";
}

.bi-justify-left::before {
	content: "\f449";
}

.bi-justify-right::before {
	content: "\f44a";
}

.bi-justify::before {
	content: "\f44b";
}

.bi-kanban-fill::before {
	content: "\f44c";
}

.bi-kanban::before {
	content: "\f44d";
}

.bi-key-fill::before {
	content: "\f44e";
}

.bi-key::before {
	content: "\f44f";
}

.bi-keyboard-fill::before {
	content: "\f450";
}

.bi-keyboard::before {
	content: "\f451";
}

.bi-ladder::before {
	content: "\f452";
}

.bi-lamp-fill::before {
	content: "\f453";
}

.bi-lamp::before {
	content: "\f454";
}

.bi-laptop-fill::before {
	content: "\f455";
}

.bi-laptop::before {
	content: "\f456";
}

.bi-layer-backward::before {
	content: "\f457";
}

.bi-layer-forward::before {
	content: "\f458";
}

.bi-layers-fill::before {
	content: "\f459";
}

.bi-layers-half::before {
	content: "\f45a";
}

.bi-layers::before {
	content: "\f45b";
}

.bi-layout-sidebar-inset-reverse::before {
	content: "\f45c";
}

.bi-layout-sidebar-inset::before {
	content: "\f45d";
}

.bi-layout-sidebar-reverse::before {
	content: "\f45e";
}

.bi-layout-sidebar::before {
	content: "\f45f";
}

.bi-layout-split::before {
	content: "\f460";
}

.bi-layout-text-sidebar-reverse::before {
	content: "\f461";
}

.bi-layout-text-sidebar::before {
	content: "\f462";
}

.bi-layout-text-window-reverse::before {
	content: "\f463";
}

.bi-layout-text-window::before {
	content: "\f464";
}

.bi-layout-three-columns::before {
	content: "\f465";
}

.bi-layout-wtf::before {
	content: "\f466";
}

.bi-life-preserver::before {
	content: "\f467";
}

.bi-lightbulb-fill::before {
	content: "\f468";
}

.bi-lightbulb-off-fill::before {
	content: "\f469";
}

.bi-lightbulb-off::before {
	content: "\f46a";
}

.bi-lightbulb::before {
	content: "\f46b";
}

.bi-lightning-charge-fill::before {
	content: "\f46c";
}

.bi-lightning-charge::before {
	content: "\f46d";
}

.bi-lightning-fill::before {
	content: "\f46e";
}

.bi-lightning::before {
	content: "\f46f";
}

.bi-link-45deg::before {
	content: "\f470";
}

.bi-link::before {
	content: "\f471";
}

.bi-linkedin::before {
	content: "\f472";
}

.bi-list-check::before {
	content: "\f473";
}

.bi-list-nested::before {
	content: "\f474";
}

.bi-list-ol::before {
	content: "\f475";
}

.bi-list-stars::before {
	content: "\f476";
}

.bi-list-task::before {
	content: "\f477";
}

.bi-list-ul::before {
	content: "\f478";
}

.bi-list::before {
	content: "\f479";
}

.bi-lock-fill::before {
	content: "\f47a";
}

.bi-lock::before {
	content: "\f47b";
}

.bi-mailbox::before {
	content: "\f47c";
}

.bi-mailbox2::before {
	content: "\f47d";
}

.bi-map-fill::before {
	content: "\f47e";
}

.bi-map::before {
	content: "\f47f";
}

.bi-markdown-fill::before {
	content: "\f480";
}

.bi-markdown::before {
	content: "\f481";
}

.bi-mask::before {
	content: "\f482";
}

.bi-megaphone-fill::before {
	content: "\f483";
}

.bi-megaphone::before {
	content: "\f484";
}

.bi-menu-app-fill::before {
	content: "\f485";
}

.bi-menu-app::before {
	content: "\f486";
}

.bi-menu-button-fill::before {
	content: "\f487";
}

.bi-menu-button-wide-fill::before {
	content: "\f488";
}

.bi-menu-button-wide::before {
	content: "\f489";
}

.bi-menu-button::before {
	content: "\f48a";
}

.bi-menu-down::before {
	content: "\f48b";
}

.bi-menu-up::before {
	content: "\f48c";
}

.bi-mic-fill::before {
	content: "\f48d";
}

.bi-mic-mute-fill::before {
	content: "\f48e";
}

.bi-mic-mute::before {
	content: "\f48f";
}

.bi-mic::before {
	content: "\f490";
}

.bi-minecart-loaded::before {
	content: "\f491";
}

.bi-minecart::before {
	content: "\f492";
}

.bi-moisture::before {
	content: "\f493";
}

.bi-moon-fill::before {
	content: "\f494";
}

.bi-moon-stars-fill::before {
	content: "\f495";
}

.bi-moon-stars::before {
	content: "\f496";
}

.bi-moon::before {
	content: "\f497";
}

.bi-mouse-fill::before {
	content: "\f498";
}

.bi-mouse::before {
	content: "\f499";
}

.bi-mouse2-fill::before {
	content: "\f49a";
}

.bi-mouse2::before {
	content: "\f49b";
}

.bi-mouse3-fill::before {
	content: "\f49c";
}

.bi-mouse3::before {
	content: "\f49d";
}

.bi-music-note-beamed::before {
	content: "\f49e";
}

.bi-music-note-list::before {
	content: "\f49f";
}

.bi-music-note::before {
	content: "\f4a0";
}

.bi-music-player-fill::before {
	content: "\f4a1";
}

.bi-music-player::before {
	content: "\f4a2";
}

.bi-newspaper::before {
	content: "\f4a3";
}

.bi-node-minus-fill::before {
	content: "\f4a4";
}

.bi-node-minus::before {
	content: "\f4a5";
}

.bi-node-plus-fill::before {
	content: "\f4a6";
}

.bi-node-plus::before {
	content: "\f4a7";
}

.bi-nut-fill::before {
	content: "\f4a8";
}

.bi-nut::before {
	content: "\f4a9";
}

.bi-octagon-fill::before {
	content: "\f4aa";
}

.bi-octagon-half::before {
	content: "\f4ab";
}

.bi-octagon::before {
	content: "\f4ac";
}

.bi-option::before {
	content: "\f4ad";
}

.bi-outlet::before {
	content: "\f4ae";
}

.bi-paint-bucket::before {
	content: "\f4af";
}

.bi-palette-fill::before {
	content: "\f4b0";
}

.bi-palette::before {
	content: "\f4b1";
}

.bi-palette2::before {
	content: "\f4b2";
}

.bi-paperclip::before {
	content: "\f4b3";
}

.bi-paragraph::before {
	content: "\f4b4";
}

.bi-patch-check-fill::before {
	content: "\f4b5";
}

.bi-patch-check::before {
	content: "\f4b6";
}

.bi-patch-exclamation-fill::before {
	content: "\f4b7";
}

.bi-patch-exclamation::before {
	content: "\f4b8";
}

.bi-patch-minus-fill::before {
	content: "\f4b9";
}

.bi-patch-minus::before {
	content: "\f4ba";
}

.bi-patch-plus-fill::before {
	content: "\f4bb";
}

.bi-patch-plus::before {
	content: "\f4bc";
}

.bi-patch-question-fill::before {
	content: "\f4bd";
}

.bi-patch-question::before {
	content: "\f4be";
}

.bi-pause-btn-fill::before {
	content: "\f4bf";
}

.bi-pause-btn::before {
	content: "\f4c0";
}

.bi-pause-circle-fill::before {
	content: "\f4c1";
}

.bi-pause-circle::before {
	content: "\f4c2";
}

.bi-pause-fill::before {
	content: "\f4c3";
}

.bi-pause::before {
	content: "\f4c4";
}

.bi-peace-fill::before {
	content: "\f4c5";
}

.bi-peace::before {
	content: "\f4c6";
}

.bi-pen-fill::before {
	content: "\f4c7";
}

.bi-pen::before {
	content: "\f4c8";
}

.bi-pencil-fill::before {
	content: "\f4c9";
}

.bi-pencil-square::before {
	content: "\f4ca";
}

.bi-pencil::before {
	content: "\f4cb";
}

.bi-pentagon-fill::before {
	content: "\f4cc";
}

.bi-pentagon-half::before {
	content: "\f4cd";
}

.bi-pentagon::before {
	content: "\f4ce";
}

.bi-people-fill::before {
	content: "\f4cf";
}

.bi-people::before {
	content: "\f4d0";
}

.bi-percent::before {
	content: "\f4d1";
}

.bi-person-badge-fill::before {
	content: "\f4d2";
}

.bi-person-badge::before {
	content: "\f4d3";
}

.bi-person-bounding-box::before {
	content: "\f4d4";
}

.bi-person-check-fill::before {
	content: "\f4d5";
}

.bi-person-check::before {
	content: "\f4d6";
}

.bi-person-circle::before {
	content: "\f4d7";
}

.bi-person-dash-fill::before {
	content: "\f4d8";
}

.bi-person-dash::before {
	content: "\f4d9";
}

.bi-person-fill::before {
	content: "\f4da";
}

.bi-person-lines-fill::before {
	content: "\f4db";
}

.bi-person-plus-fill::before {
	content: "\f4dc";
}

.bi-person-plus::before {
	content: "\f4dd";
}

.bi-person-square::before {
	content: "\f4de";
}

.bi-person-x-fill::before {
	content: "\f4df";
}

.bi-person-x::before {
	content: "\f4e0";
}

.bi-person::before {
	content: "\f4e1";
}

.bi-phone-fill::before {
	content: "\f4e2";
}

.bi-phone-landscape-fill::before {
	content: "\f4e3";
}

.bi-phone-landscape::before {
	content: "\f4e4";
}

.bi-phone-vibrate-fill::before {
	content: "\f4e5";
}

.bi-phone-vibrate::before {
	content: "\f4e6";
}

.bi-phone::before {
	content: "\f4e7";
}

.bi-pie-chart-fill::before {
	content: "\f4e8";
}

.bi-pie-chart::before {
	content: "\f4e9";
}

.bi-pin-angle-fill::before {
	content: "\f4ea";
}

.bi-pin-angle::before {
	content: "\f4eb";
}

.bi-pin-fill::before {
	content: "\f4ec";
}

.bi-pin::before {
	content: "\f4ed";
}

.bi-pip-fill::before {
	content: "\f4ee";
}

.bi-pip::before {
	content: "\f4ef";
}

.bi-play-btn-fill::before {
	content: "\f4f0";
}

.bi-play-btn::before {
	content: "\f4f1";
}

.bi-play-circle-fill::before {
	content: "\f4f2";
}

.bi-play-circle::before {
	content: "\f4f3";
}

.bi-play-fill::before {
	content: "\f4f4";
}

.bi-play::before {
	content: "\f4f5";
}

.bi-plug-fill::before {
	content: "\f4f6";
}

.bi-plug::before {
	content: "\f4f7";
}

.bi-plus-circle-dotted::before {
	content: "\f4f8";
}

.bi-plus-circle-fill::before {
	content: "\f4f9";
}

.bi-plus-circle::before {
	content: "\f4fa";
}

.bi-plus-square-dotted::before {
	content: "\f4fb";
}

.bi-plus-square-fill::before {
	content: "\f4fc";
}

.bi-plus-square::before {
	content: "\f4fd";
}

.bi-plus::before {
	content: "\f4fe";
}

.bi-power::before {
	content: "\f4ff";
}

.bi-printer-fill::before {
	content: "\f500";
}

.bi-printer::before {
	content: "\f501";
}

.bi-puzzle-fill::before {
	content: "\f502";
}

.bi-puzzle::before {
	content: "\f503";
}

.bi-question-circle-fill::before {
	content: "\f504";
}

.bi-question-circle::before {
	content: "\f505";
}

.bi-question-diamond-fill::before {
	content: "\f506";
}

.bi-question-diamond::before {
	content: "\f507";
}

.bi-question-octagon-fill::before {
	content: "\f508";
}

.bi-question-octagon::before {
	content: "\f509";
}

.bi-question-square-fill::before {
	content: "\f50a";
}

.bi-question-square::before {
	content: "\f50b";
}

.bi-question::before {
	content: "\f50c";
}

.bi-rainbow::before {
	content: "\f50d";
}

.bi-receipt-cutoff::before {
	content: "\f50e";
}

.bi-receipt::before {
	content: "\f50f";
}

.bi-reception-0::before {
	content: "\f510";
}

.bi-reception-1::before {
	content: "\f511";
}

.bi-reception-2::before {
	content: "\f512";
}

.bi-reception-3::before {
	content: "\f513";
}

.bi-reception-4::before {
	content: "\f514";
}

.bi-record-btn-fill::before {
	content: "\f515";
}

.bi-record-btn::before {
	content: "\f516";
}

.bi-record-circle-fill::before {
	content: "\f517";
}

.bi-record-circle::before {
	content: "\f518";
}

.bi-record-fill::before {
	content: "\f519";
}

.bi-record::before {
	content: "\f51a";
}

.bi-record2-fill::before {
	content: "\f51b";
}

.bi-record2::before {
	content: "\f51c";
}

.bi-reply-all-fill::before {
	content: "\f51d";
}

.bi-reply-all::before {
	content: "\f51e";
}

.bi-reply-fill::before {
	content: "\f51f";
}

.bi-reply::before {
	content: "\f520";
}

.bi-rss-fill::before {
	content: "\f521";
}

.bi-rss::before {
	content: "\f522";
}

.bi-rulers::before {
	content: "\f523";
}

.bi-save-fill::before {
	content: "\f524";
}

.bi-save::before {
	content: "\f525";
}

.bi-save2-fill::before {
	content: "\f526";
}

.bi-save2::before {
	content: "\f527";
}

.bi-scissors::before {
	content: "\f528";
}

.bi-screwdriver::before {
	content: "\f529";
}

.bi-search::before {
	content: "\f52a";
}

.bi-segmented-nav::before {
	content: "\f52b";
}

.bi-server::before {
	content: "\f52c";
}

.bi-share-fill::before {
	content: "\f52d";
}

.bi-share::before {
	content: "\f52e";
}

.bi-shield-check::before {
	content: "\f52f";
}

.bi-shield-exclamation::before {
	content: "\f530";
}

.bi-shield-fill-check::before {
	content: "\f531";
}

.bi-shield-fill-exclamation::before {
	content: "\f532";
}

.bi-shield-fill-minus::before {
	content: "\f533";
}

.bi-shield-fill-plus::before {
	content: "\f534";
}

.bi-shield-fill-x::before {
	content: "\f535";
}

.bi-shield-fill::before {
	content: "\f536";
}

.bi-shield-lock-fill::before {
	content: "\f537";
}

.bi-shield-lock::before {
	content: "\f538";
}

.bi-shield-minus::before {
	content: "\f539";
}

.bi-shield-plus::before {
	content: "\f53a";
}

.bi-shield-shaded::before {
	content: "\f53b";
}

.bi-shield-slash-fill::before {
	content: "\f53c";
}

.bi-shield-slash::before {
	content: "\f53d";
}

.bi-shield-x::before {
	content: "\f53e";
}

.bi-shield::before {
	content: "\f53f";
}

.bi-shift-fill::before {
	content: "\f540";
}

.bi-shift::before {
	content: "\f541";
}

.bi-shop-window::before {
	content: "\f542";
}

.bi-shop::before {
	content: "\f543";
}

.bi-shuffle::before {
	content: "\f544";
}

.bi-signpost-2-fill::before {
	content: "\f545";
}

.bi-signpost-2::before {
	content: "\f546";
}

.bi-signpost-fill::before {
	content: "\f547";
}

.bi-signpost-split-fill::before {
	content: "\f548";
}

.bi-signpost-split::before {
	content: "\f549";
}

.bi-signpost::before {
	content: "\f54a";
}

.bi-sim-fill::before {
	content: "\f54b";
}

.bi-sim::before {
	content: "\f54c";
}

.bi-skip-backward-btn-fill::before {
	content: "\f54d";
}

.bi-skip-backward-btn::before {
	content: "\f54e";
}

.bi-skip-backward-circle-fill::before {
	content: "\f54f";
}

.bi-skip-backward-circle::before {
	content: "\f550";
}

.bi-skip-backward-fill::before {
	content: "\f551";
}

.bi-skip-backward::before {
	content: "\f552";
}

.bi-skip-end-btn-fill::before {
	content: "\f553";
}

.bi-skip-end-btn::before {
	content: "\f554";
}

.bi-skip-end-circle-fill::before {
	content: "\f555";
}

.bi-skip-end-circle::before {
	content: "\f556";
}

.bi-skip-end-fill::before {
	content: "\f557";
}

.bi-skip-end::before {
	content: "\f558";
}

.bi-skip-forward-btn-fill::before {
	content: "\f559";
}

.bi-skip-forward-btn::before {
	content: "\f55a";
}

.bi-skip-forward-circle-fill::before {
	content: "\f55b";
}

.bi-skip-forward-circle::before {
	content: "\f55c";
}

.bi-skip-forward-fill::before {
	content: "\f55d";
}

.bi-skip-forward::before {
	content: "\f55e";
}

.bi-skip-start-btn-fill::before {
	content: "\f55f";
}

.bi-skip-start-btn::before {
	content: "\f560";
}

.bi-skip-start-circle-fill::before {
	content: "\f561";
}

.bi-skip-start-circle::before {
	content: "\f562";
}

.bi-skip-start-fill::before {
	content: "\f563";
}

.bi-skip-start::before {
	content: "\f564";
}

.bi-slack::before {
	content: "\f565";
}

.bi-slash-circle-fill::before {
	content: "\f566";
}

.bi-slash-circle::before {
	content: "\f567";
}

.bi-slash-square-fill::before {
	content: "\f568";
}

.bi-slash-square::before {
	content: "\f569";
}

.bi-slash::before {
	content: "\f56a";
}

.bi-sliders::before {
	content: "\f56b";
}

.bi-smartwatch::before {
	content: "\f56c";
}

.bi-snow::before {
	content: "\f56d";
}

.bi-snow2::before {
	content: "\f56e";
}

.bi-snow3::before {
	content: "\f56f";
}

.bi-sort-alpha-down-alt::before {
	content: "\f570";
}

.bi-sort-alpha-down::before {
	content: "\f571";
}

.bi-sort-alpha-up-alt::before {
	content: "\f572";
}

.bi-sort-alpha-up::before {
	content: "\f573";
}

.bi-sort-down-alt::before {
	content: "\f574";
}

.bi-sort-down::before {
	content: "\f575";
}

.bi-sort-numeric-down-alt::before {
	content: "\f576";
}

.bi-sort-numeric-down::before {
	content: "\f577";
}

.bi-sort-numeric-up-alt::before {
	content: "\f578";
}

.bi-sort-numeric-up::before {
	content: "\f579";
}

.bi-sort-up-alt::before {
	content: "\f57a";
}

.bi-sort-up::before {
	content: "\f57b";
}

.bi-soundwave::before {
	content: "\f57c";
}

.bi-speaker-fill::before {
	content: "\f57d";
}

.bi-speaker::before {
	content: "\f57e";
}

.bi-speedometer::before {
	content: "\f57f";
}

.bi-speedometer2::before {
	content: "\f580";
}

.bi-spellcheck::before {
	content: "\f581";
}

.bi-square-fill::before {
	content: "\f582";
}

.bi-square-half::before {
	content: "\f583";
}

.bi-square::before {
	content: "\f584";
}

.bi-stack::before {
	content: "\f585";
}

.bi-star-fill::before {
	content: "\f586";
}

.bi-star-half::before {
	content: "\f587";
}

.bi-star::before {
	content: "\f588";
}

.bi-stars::before {
	content: "\f589";
}

.bi-stickies-fill::before {
	content: "\f58a";
}

.bi-stickies::before {
	content: "\f58b";
}

.bi-sticky-fill::before {
	content: "\f58c";
}

.bi-sticky::before {
	content: "\f58d";
}

.bi-stop-btn-fill::before {
	content: "\f58e";
}

.bi-stop-btn::before {
	content: "\f58f";
}

.bi-stop-circle-fill::before {
	content: "\f590";
}

.bi-stop-circle::before {
	content: "\f591";
}

.bi-stop-fill::before {
	content: "\f592";
}

.bi-stop::before {
	content: "\f593";
}

.bi-stoplights-fill::before {
	content: "\f594";
}

.bi-stoplights::before {
	content: "\f595";
}

.bi-stopwatch-fill::before {
	content: "\f596";
}

.bi-stopwatch::before {
	content: "\f597";
}

.bi-subtract::before {
	content: "\f598";
}

.bi-suit-club-fill::before {
	content: "\f599";
}

.bi-suit-club::before {
	content: "\f59a";
}

.bi-suit-diamond-fill::before {
	content: "\f59b";
}

.bi-suit-diamond::before {
	content: "\f59c";
}

.bi-suit-heart-fill::before {
	content: "\f59d";
}

.bi-suit-heart::before {
	content: "\f59e";
}

.bi-suit-spade-fill::before {
	content: "\f59f";
}

.bi-suit-spade::before {
	content: "\f5a0";
}

.bi-sun-fill::before {
	content: "\f5a1";
}

.bi-sun::before {
	content: "\f5a2";
}

.bi-sunglasses::before {
	content: "\f5a3";
}

.bi-sunrise-fill::before {
	content: "\f5a4";
}

.bi-sunrise::before {
	content: "\f5a5";
}

.bi-sunset-fill::before {
	content: "\f5a6";
}

.bi-sunset::before {
	content: "\f5a7";
}

.bi-symmetry-horizontal::before {
	content: "\f5a8";
}

.bi-symmetry-vertical::before {
	content: "\f5a9";
}

.bi-table::before {
	content: "\f5aa";
}

.bi-tablet-fill::before {
	content: "\f5ab";
}

.bi-tablet-landscape-fill::before {
	content: "\f5ac";
}

.bi-tablet-landscape::before {
	content: "\f5ad";
}

.bi-tablet::before {
	content: "\f5ae";
}

.bi-tag-fill::before {
	content: "\f5af";
}

.bi-tag::before {
	content: "\f5b0";
}

.bi-tags-fill::before {
	content: "\f5b1";
}

.bi-tags::before {
	content: "\f5b2";
}

.bi-telegram::before {
	content: "\f5b3";
}

.bi-telephone-fill::before {
	content: "\f5b4";
}

.bi-telephone-forward-fill::before {
	content: "\f5b5";
}

.bi-telephone-forward::before {
	content: "\f5b6";
}

.bi-telephone-inbound-fill::before {
	content: "\f5b7";
}

.bi-telephone-inbound::before {
	content: "\f5b8";
}

.bi-telephone-minus-fill::before {
	content: "\f5b9";
}

.bi-telephone-minus::before {
	content: "\f5ba";
}

.bi-telephone-outbound-fill::before {
	content: "\f5bb";
}

.bi-telephone-outbound::before {
	content: "\f5bc";
}

.bi-telephone-plus-fill::before {
	content: "\f5bd";
}

.bi-telephone-plus::before {
	content: "\f5be";
}

.bi-telephone-x-fill::before {
	content: "\f5bf";
}

.bi-telephone-x::before {
	content: "\f5c0";
}

.bi-telephone::before {
	content: "\f5c1";
}

.bi-terminal-fill::before {
	content: "\f5c2";
}

.bi-terminal::before {
	content: "\f5c3";
}

.bi-text-center::before {
	content: "\f5c4";
}

.bi-text-indent-left::before {
	content: "\f5c5";
}

.bi-text-indent-right::before {
	content: "\f5c6";
}

.bi-text-left::before {
	content: "\f5c7";
}

.bi-text-paragraph::before {
	content: "\f5c8";
}

.bi-text-right::before {
	content: "\f5c9";
}

.bi-textarea-resize::before {
	content: "\f5ca";
}

.bi-textarea-t::before {
	content: "\f5cb";
}

.bi-textarea::before {
	content: "\f5cc";
}

.bi-thermometer-half::before {
	content: "\f5cd";
}

.bi-thermometer-high::before {
	content: "\f5ce";
}

.bi-thermometer-low::before {
	content: "\f5cf";
}

.bi-thermometer-snow::before {
	content: "\f5d0";
}

.bi-thermometer-sun::before {
	content: "\f5d1";
}

.bi-thermometer::before {
	content: "\f5d2";
}

.bi-three-dots-vertical::before {
	content: "\f5d3";
}

.bi-three-dots::before {
	content: "\f5d4";
}

.bi-toggle-off::before {
	content: "\f5d5";
}

.bi-toggle-on::before {
	content: "\f5d6";
}

.bi-toggle2-off::before {
	content: "\f5d7";
}

.bi-toggle2-on::before {
	content: "\f5d8";
}

.bi-toggles::before {
	content: "\f5d9";
}

.bi-toggles2::before {
	content: "\f5da";
}

.bi-tools::before {
	content: "\f5db";
}

.bi-tornado::before {
	content: "\f5dc";
}

.bi-trash-fill::before {
	content: "\f5dd";
}

.bi-trash::before {
	content: "\f5de";
}

.bi-trash2-fill::before {
	content: "\f5df";
}

.bi-trash2::before {
	content: "\f5e0";
}

.bi-tree-fill::before {
	content: "\f5e1";
}

.bi-tree::before {
	content: "\f5e2";
}

.bi-triangle-fill::before {
	content: "\f5e3";
}

.bi-triangle-half::before {
	content: "\f5e4";
}

.bi-triangle::before {
	content: "\f5e5";
}

.bi-trophy-fill::before {
	content: "\f5e6";
}

.bi-trophy::before {
	content: "\f5e7";
}

.bi-tropical-storm::before {
	content: "\f5e8";
}

.bi-truck-flatbed::before {
	content: "\f5e9";
}

.bi-truck::before {
	content: "\f5ea";
}

.bi-tsunami::before {
	content: "\f5eb";
}

.bi-tv-fill::before {
	content: "\f5ec";
}

.bi-tv::before {
	content: "\f5ed";
}

.bi-twitch::before {
	content: "\f5ee";
}

.bi-twitter::before {
	content: "\f5ef";
}

.bi-type-bold::before {
	content: "\f5f0";
}

.bi-type-h1::before {
	content: "\f5f1";
}

.bi-type-h2::before {
	content: "\f5f2";
}

.bi-type-h3::before {
	content: "\f5f3";
}

.bi-type-italic::before {
	content: "\f5f4";
}

.bi-type-strikethrough::before {
	content: "\f5f5";
}

.bi-type-underline::before {
	content: "\f5f6";
}

.bi-type::before {
	content: "\f5f7";
}

.bi-ui-checks-grid::before {
	content: "\f5f8";
}

.bi-ui-checks::before {
	content: "\f5f9";
}

.bi-ui-radios-grid::before {
	content: "\f5fa";
}

.bi-ui-radios::before {
	content: "\f5fb";
}

.bi-umbrella-fill::before {
	content: "\f5fc";
}

.bi-umbrella::before {
	content: "\f5fd";
}

.bi-union::before {
	content: "\f5fe";
}

.bi-unlock-fill::before {
	content: "\f5ff";
}

.bi-unlock::before {
	content: "\f600";
}

.bi-upc-scan::before {
	content: "\f601";
}

.bi-upc::before {
	content: "\f602";
}

.bi-upload::before {
	content: "\f603";
}

.bi-vector-pen::before {
	content: "\f604";
}

.bi-view-list::before {
	content: "\f605";
}

.bi-view-stacked::before {
	content: "\f606";
}

.bi-vinyl-fill::before {
	content: "\f607";
}

.bi-vinyl::before {
	content: "\f608";
}

.bi-voicemail::before {
	content: "\f609";
}

.bi-volume-down-fill::before {
	content: "\f60a";
}

.bi-volume-down::before {
	content: "\f60b";
}

.bi-volume-mute-fill::before {
	content: "\f60c";
}

.bi-volume-mute::before {
	content: "\f60d";
}

.bi-volume-off-fill::before {
	content: "\f60e";
}

.bi-volume-off::before {
	content: "\f60f";
}

.bi-volume-up-fill::before {
	content: "\f610";
}

.bi-volume-up::before {
	content: "\f611";
}

.bi-vr::before {
	content: "\f612";
}

.bi-wallet-fill::before {
	content: "\f613";
}

.bi-wallet::before {
	content: "\f614";
}

.bi-wallet2::before {
	content: "\f615";
}

.bi-watch::before {
	content: "\f616";
}

.bi-water::before {
	content: "\f617";
}

.bi-whatsapp::before {
	content: "\f618";
}

.bi-wifi-1::before {
	content: "\f619";
}

.bi-wifi-2::before {
	content: "\f61a";
}

.bi-wifi-off::before {
	content: "\f61b";
}

.bi-wifi::before {
	content: "\f61c";
}

.bi-wind::before {
	content: "\f61d";
}

.bi-window-dock::before {
	content: "\f61e";
}

.bi-window-sidebar::before {
	content: "\f61f";
}

.bi-window::before {
	content: "\f620";
}

.bi-wrench::before {
	content: "\f621";
}

.bi-x-circle-fill::before {
	content: "\f622";
}

.bi-x-circle::before {
	content: "\f623";
}

.bi-x-diamond-fill::before {
	content: "\f624";
}

.bi-x-diamond::before {
	content: "\f625";
}

.bi-x-octagon-fill::before {
	content: "\f626";
}

.bi-x-octagon::before {
	content: "\f627";
}

.bi-x-square-fill::before {
	content: "\f628";
}

.bi-x-square::before {
	content: "\f629";
}

.bi-x::before {
	content: "\f62a";
}

.bi-youtube::before {
	content: "\f62b";
}

.bi-zoom-in::before {
	content: "\f62c";
}

.bi-zoom-out::before {
	content: "\f62d";
}

.bi-bank::before {
	content: "\f62e";
}

.bi-bank2::before {
	content: "\f62f";
}

.bi-bell-slash-fill::before {
	content: "\f630";
}

.bi-bell-slash::before {
	content: "\f631";
}

.bi-cash-coin::before {
	content: "\f632";
}

.bi-check-lg::before {
	content: "\f633";
}

.bi-coin::before {
	content: "\f634";
}

.bi-currency-bitcoin::before {
	content: "\f635";
}

.bi-currency-dollar::before {
	content: "\f636";
}

.bi-currency-euro::before {
	content: "\f637";
}

.bi-currency-exchange::before {
	content: "\f638";
}

.bi-currency-pound::before {
	content: "\f639";
}

.bi-currency-yen::before {
	content: "\f63a";
}

.bi-dash-lg::before {
	content: "\f63b";
}

.bi-exclamation-lg::before {
	content: "\f63c";
}

.bi-file-earmark-pdf-fill::before {
	content: "\f63d";
}

.bi-file-earmark-pdf::before {
	content: "\f63e";
}

.bi-file-pdf-fill::before {
	content: "\f63f";
}

.bi-file-pdf::before {
	content: "\f640";
}

.bi-gender-ambiguous::before {
	content: "\f641";
}

.bi-gender-female::before {
	content: "\f642";
}

.bi-gender-male::before {
	content: "\f643";
}

.bi-gender-trans::before {
	content: "\f644";
}

.bi-headset-vr::before {
	content: "\f645";
}

.bi-info-lg::before {
	content: "\f646";
}

.bi-mastodon::before {
	content: "\f647";
}

.bi-messenger::before {
	content: "\f648";
}

.bi-piggy-bank-fill::before {
	content: "\f649";
}

.bi-piggy-bank::before {
	content: "\f64a";
}

.bi-pin-map-fill::before {
	content: "\f64b";
}

.bi-pin-map::before {
	content: "\f64c";
}

.bi-plus-lg::before {
	content: "\f64d";
}

.bi-question-lg::before {
	content: "\f64e";
}

.bi-recycle::before {
	content: "\f64f";
}

.bi-reddit::before {
	content: "\f650";
}

.bi-safe-fill::before {
	content: "\f651";
}

.bi-safe2-fill::before {
	content: "\f652";
}

.bi-safe2::before {
	content: "\f653";
}

.bi-sd-card-fill::before {
	content: "\f654";
}

.bi-sd-card::before {
	content: "\f655";
}

.bi-skype::before {
	content: "\f656";
}

.bi-slash-lg::before {
	content: "\f657";
}

.bi-translate::before {
	content: "\f658";
}

.bi-x-lg::before {
	content: "\f659";
}

.bi-safe::before {
	content: "\f65a";
}

.bi-apple::before {
	content: "\f65b";
}

.bi-microsoft::before {
	content: "\f65d";
}

.bi-windows::before {
	content: "\f65e";
}

.bi-behance::before {
	content: "\f65c";
}

.bi-dribbble::before {
	content: "\f65f";
}

.bi-line::before {
	content: "\f660";
}

.bi-medium::before {
	content: "\f661";
}

.bi-paypal::before {
	content: "\f662";
}

.bi-pinterest::before {
	content: "\f663";
}

.bi-signal::before {
	content: "\f664";
}

.bi-snapchat::before {
	content: "\f665";
}

.bi-spotify::before {
	content: "\f666";
}

.bi-stack-overflow::before {
	content: "\f667";
}

.bi-strava::before {
	content: "\f668";
}

.bi-wordpress::before {
	content: "\f669";
}

.bi-vimeo::before {
	content: "\f66a";
}

.bi-activity::before {
	content: "\f66b";
}

.bi-easel2-fill::before {
	content: "\f66c";
}

.bi-easel2::before {
	content: "\f66d";
}

.bi-easel3-fill::before {
	content: "\f66e";
}

.bi-easel3::before {
	content: "\f66f";
}

.bi-fan::before {
	content: "\f670";
}

.bi-fingerprint::before {
	content: "\f671";
}

.bi-graph-down-arrow::before {
	content: "\f672";
}

.bi-graph-up-arrow::before {
	content: "\f673";
}

.bi-hypnotize::before {
	content: "\f674";
}

.bi-magic::before {
	content: "\f675";
}

.bi-person-rolodex::before {
	content: "\f676";
}

.bi-person-video::before {
	content: "\f677";
}

.bi-person-video2::before {
	content: "\f678";
}

.bi-person-video3::before {
	content: "\f679";
}

.bi-person-workspace::before {
	content: "\f67a";
}

.bi-radioactive::before {
	content: "\f67b";
}

.bi-webcam-fill::before {
	content: "\f67c";
}

.bi-webcam::before {
	content: "\f67d";
}

.bi-yin-yang::before {
	content: "\f67e";
}

.bi-bandaid-fill::before {
	content: "\f680";
}

.bi-bandaid::before {
	content: "\f681";
}

.bi-bluetooth::before {
	content: "\f682";
}

.bi-body-text::before {
	content: "\f683";
}

.bi-boombox::before {
	content: "\f684";
}

.bi-boxes::before {
	content: "\f685";
}

.bi-dpad-fill::before {
	content: "\f686";
}

.bi-dpad::before {
	content: "\f687";
}

.bi-ear-fill::before {
	content: "\f688";
}

.bi-ear::before {
	content: "\f689";
}

.bi-envelope-check-fill::before {
	content: "\f68b";
}

.bi-envelope-check::before {
	content: "\f68c";
}

.bi-envelope-dash-fill::before {
	content: "\f68e";
}

.bi-envelope-dash::before {
	content: "\f68f";
}

.bi-envelope-exclamation-fill::before {
	content: "\f691";
}

.bi-envelope-exclamation::before {
	content: "\f692";
}

.bi-envelope-plus-fill::before {
	content: "\f693";
}

.bi-envelope-plus::before {
	content: "\f694";
}

.bi-envelope-slash-fill::before {
	content: "\f696";
}

.bi-envelope-slash::before {
	content: "\f697";
}

.bi-envelope-x-fill::before {
	content: "\f699";
}

.bi-envelope-x::before {
	content: "\f69a";
}

.bi-explicit-fill::before {
	content: "\f69b";
}

.bi-explicit::before {
	content: "\f69c";
}

.bi-git::before {
	content: "\f69d";
}

.bi-infinity::before {
	content: "\f69e";
}

.bi-list-columns-reverse::before {
	content: "\f69f";
}

.bi-list-columns::before {
	content: "\f6a0";
}

.bi-meta::before {
	content: "\f6a1";
}

.bi-nintendo-switch::before {
	content: "\f6a4";
}

.bi-pc-display-horizontal::before {
	content: "\f6a5";
}

.bi-pc-display::before {
	content: "\f6a6";
}

.bi-pc-horizontal::before {
	content: "\f6a7";
}

.bi-pc::before {
	content: "\f6a8";
}

.bi-playstation::before {
	content: "\f6a9";
}

.bi-plus-slash-minus::before {
	content: "\f6aa";
}

.bi-projector-fill::before {
	content: "\f6ab";
}

.bi-projector::before {
	content: "\f6ac";
}

.bi-qr-code-scan::before {
	content: "\f6ad";
}

.bi-qr-code::before {
	content: "\f6ae";
}

.bi-quora::before {
	content: "\f6af";
}

.bi-quote::before {
	content: "\f6b0";
}

.bi-robot::before {
	content: "\f6b1";
}

.bi-send-check-fill::before {
	content: "\f6b2";
}

.bi-send-check::before {
	content: "\f6b3";
}

.bi-send-dash-fill::before {
	content: "\f6b4";
}

.bi-send-dash::before {
	content: "\f6b5";
}

.bi-send-exclamation-fill::before {
	content: "\f6b7";
}

.bi-send-exclamation::before {
	content: "\f6b8";
}

.bi-send-fill::before {
	content: "\f6b9";
}

.bi-send-plus-fill::before {
	content: "\f6ba";
}

.bi-send-plus::before {
	content: "\f6bb";
}

.bi-send-slash-fill::before {
	content: "\f6bc";
}

.bi-send-slash::before {
	content: "\f6bd";
}

.bi-send-x-fill::before {
	content: "\f6be";
}

.bi-send-x::before {
	content: "\f6bf";
}

.bi-send::before {
	content: "\f6c0";
}

.bi-steam::before {
	content: "\f6c1";
}

.bi-terminal-dash::before {
	content: "\f6c3";
}

.bi-terminal-plus::before {
	content: "\f6c4";
}

.bi-terminal-split::before {
	content: "\f6c5";
}

.bi-ticket-detailed-fill::before {
	content: "\f6c6";
}

.bi-ticket-detailed::before {
	content: "\f6c7";
}

.bi-ticket-fill::before {
	content: "\f6c8";
}

.bi-ticket-perforated-fill::before {
	content: "\f6c9";
}

.bi-ticket-perforated::before {
	content: "\f6ca";
}

.bi-ticket::before {
	content: "\f6cb";
}

.bi-tiktok::before {
	content: "\f6cc";
}

.bi-window-dash::before {
	content: "\f6cd";
}

.bi-window-desktop::before {
	content: "\f6ce";
}

.bi-window-fullscreen::before {
	content: "\f6cf";
}

.bi-window-plus::before {
	content: "\f6d0";
}

.bi-window-split::before {
	content: "\f6d1";
}

.bi-window-stack::before {
	content: "\f6d2";
}

.bi-window-x::before {
	content: "\f6d3";
}

.bi-xbox::before {
	content: "\f6d4";
}

.bi-ethernet::before {
	content: "\f6d5";
}

.bi-hdmi-fill::before {
	content: "\f6d6";
}

.bi-hdmi::before {
	content: "\f6d7";
}

.bi-usb-c-fill::before {
	content: "\f6d8";
}

.bi-usb-c::before {
	content: "\f6d9";
}

.bi-usb-fill::before {
	content: "\f6da";
}

.bi-usb-plug-fill::before {
	content: "\f6db";
}

.bi-usb-plug::before {
	content: "\f6dc";
}

.bi-usb-symbol::before {
	content: "\f6dd";
}

.bi-usb::before {
	content: "\f6de";
}

.bi-boombox-fill::before {
	content: "\f6df";
}

.bi-displayport::before {
	content: "\f6e1";
}

.bi-gpu-card::before {
	content: "\f6e2";
}

.bi-memory::before {
	content: "\f6e3";
}

.bi-modem-fill::before {
	content: "\f6e4";
}

.bi-modem::before {
	content: "\f6e5";
}

.bi-motherboard-fill::before {
	content: "\f6e6";
}

.bi-motherboard::before {
	content: "\f6e7";
}

.bi-optical-audio-fill::before {
	content: "\f6e8";
}

.bi-optical-audio::before {
	content: "\f6e9";
}

.bi-pci-card::before {
	content: "\f6ea";
}

.bi-router-fill::before {
	content: "\f6eb";
}

.bi-router::before {
	content: "\f6ec";
}

.bi-thunderbolt-fill::before {
	content: "\f6ef";
}

.bi-thunderbolt::before {
	content: "\f6f0";
}

.bi-usb-drive-fill::before {
	content: "\f6f1";
}

.bi-usb-drive::before {
	content: "\f6f2";
}

.bi-usb-micro-fill::before {
	content: "\f6f3";
}

.bi-usb-micro::before {
	content: "\f6f4";
}

.bi-usb-mini-fill::before {
	content: "\f6f5";
}

.bi-usb-mini::before {
	content: "\f6f6";
}

.bi-cloud-haze2::before {
	content: "\f6f7";
}

.bi-device-hdd-fill::before {
	content: "\f6f8";
}

.bi-device-hdd::before {
	content: "\f6f9";
}

.bi-device-ssd-fill::before {
	content: "\f6fa";
}

.bi-device-ssd::before {
	content: "\f6fb";
}

.bi-displayport-fill::before {
	content: "\f6fc";
}

.bi-mortarboard-fill::before {
	content: "\f6fd";
}

.bi-mortarboard::before {
	content: "\f6fe";
}

.bi-terminal-x::before {
	content: "\f6ff";
}

.bi-arrow-through-heart-fill::before {
	content: "\f700";
}

.bi-arrow-through-heart::before {
	content: "\f701";
}

.bi-badge-sd-fill::before {
	content: "\f702";
}

.bi-badge-sd::before {
	content: "\f703";
}

.bi-bag-heart-fill::before {
	content: "\f704";
}

.bi-bag-heart::before {
	content: "\f705";
}

.bi-balloon-fill::before {
	content: "\f706";
}

.bi-balloon-heart-fill::before {
	content: "\f707";
}

.bi-balloon-heart::before {
	content: "\f708";
}

.bi-balloon::before {
	content: "\f709";
}

.bi-box2-fill::before {
	content: "\f70a";
}

.bi-box2-heart-fill::before {
	content: "\f70b";
}

.bi-box2-heart::before {
	content: "\f70c";
}

.bi-box2::before {
	content: "\f70d";
}

.bi-braces-asterisk::before {
	content: "\f70e";
}

.bi-calendar-heart-fill::before {
	content: "\f70f";
}

.bi-calendar-heart::before {
	content: "\f710";
}

.bi-calendar2-heart-fill::before {
	content: "\f711";
}

.bi-calendar2-heart::before {
	content: "\f712";
}

.bi-chat-heart-fill::before {
	content: "\f713";
}

.bi-chat-heart::before {
	content: "\f714";
}

.bi-chat-left-heart-fill::before {
	content: "\f715";
}

.bi-chat-left-heart::before {
	content: "\f716";
}

.bi-chat-right-heart-fill::before {
	content: "\f717";
}

.bi-chat-right-heart::before {
	content: "\f718";
}

.bi-chat-square-heart-fill::before {
	content: "\f719";
}

.bi-chat-square-heart::before {
	content: "\f71a";
}

.bi-clipboard-check-fill::before {
	content: "\f71b";
}

.bi-clipboard-data-fill::before {
	content: "\f71c";
}

.bi-clipboard-fill::before {
	content: "\f71d";
}

.bi-clipboard-heart-fill::before {
	content: "\f71e";
}

.bi-clipboard-heart::before {
	content: "\f71f";
}

.bi-clipboard-minus-fill::before {
	content: "\f720";
}

.bi-clipboard-plus-fill::before {
	content: "\f721";
}

.bi-clipboard-pulse::before {
	content: "\f722";
}

.bi-clipboard-x-fill::before {
	content: "\f723";
}

.bi-clipboard2-check-fill::before {
	content: "\f724";
}

.bi-clipboard2-check::before {
	content: "\f725";
}

.bi-clipboard2-data-fill::before {
	content: "\f726";
}

.bi-clipboard2-data::before {
	content: "\f727";
}

.bi-clipboard2-fill::before {
	content: "\f728";
}

.bi-clipboard2-heart-fill::before {
	content: "\f729";
}

.bi-clipboard2-heart::before {
	content: "\f72a";
}

.bi-clipboard2-minus-fill::before {
	content: "\f72b";
}

.bi-clipboard2-minus::before {
	content: "\f72c";
}

.bi-clipboard2-plus-fill::before {
	content: "\f72d";
}

.bi-clipboard2-plus::before {
	content: "\f72e";
}

.bi-clipboard2-pulse-fill::before {
	content: "\f72f";
}

.bi-clipboard2-pulse::before {
	content: "\f730";
}

.bi-clipboard2-x-fill::before {
	content: "\f731";
}

.bi-clipboard2-x::before {
	content: "\f732";
}

.bi-clipboard2::before {
	content: "\f733";
}

.bi-emoji-kiss-fill::before {
	content: "\f734";
}

.bi-emoji-kiss::before {
	content: "\f735";
}

.bi-envelope-heart-fill::before {
	content: "\f736";
}

.bi-envelope-heart::before {
	content: "\f737";
}

.bi-envelope-open-heart-fill::before {
	content: "\f738";
}

.bi-envelope-open-heart::before {
	content: "\f739";
}

.bi-envelope-paper-fill::before {
	content: "\f73a";
}

.bi-envelope-paper-heart-fill::before {
	content: "\f73b";
}

.bi-envelope-paper-heart::before {
	content: "\f73c";
}

.bi-envelope-paper::before {
	content: "\f73d";
}

.bi-filetype-aac::before {
	content: "\f73e";
}

.bi-filetype-ai::before {
	content: "\f73f";
}

.bi-filetype-bmp::before {
	content: "\f740";
}

.bi-filetype-cs::before {
	content: "\f741";
}

.bi-filetype-css::before {
	content: "\f742";
}

.bi-filetype-csv::before {
	content: "\f743";
}

.bi-filetype-doc::before {
	content: "\f744";
}

.bi-filetype-docx::before {
	content: "\f745";
}

.bi-filetype-exe::before {
	content: "\f746";
}

.bi-filetype-gif::before {
	content: "\f747";
}

.bi-filetype-heic::before {
	content: "\f748";
}

.bi-filetype-html::before {
	content: "\f749";
}

.bi-filetype-java::before {
	content: "\f74a";
}

.bi-filetype-jpg::before {
	content: "\f74b";
}

.bi-filetype-js::before {
	content: "\f74c";
}

.bi-filetype-jsx::before {
	content: "\f74d";
}

.bi-filetype-key::before {
	content: "\f74e";
}

.bi-filetype-m4p::before {
	content: "\f74f";
}

.bi-filetype-md::before {
	content: "\f750";
}

.bi-filetype-mdx::before {
	content: "\f751";
}

.bi-filetype-mov::before {
	content: "\f752";
}

.bi-filetype-mp3::before {
	content: "\f753";
}

.bi-filetype-mp4::before {
	content: "\f754";
}

.bi-filetype-otf::before {
	content: "\f755";
}

.bi-filetype-pdf::before {
	content: "\f756";
}

.bi-filetype-php::before {
	content: "\f757";
}

.bi-filetype-png::before {
	content: "\f758";
}

.bi-filetype-ppt::before {
	content: "\f75a";
}

.bi-filetype-psd::before {
	content: "\f75b";
}

.bi-filetype-py::before {
	content: "\f75c";
}

.bi-filetype-raw::before {
	content: "\f75d";
}

.bi-filetype-rb::before {
	content: "\f75e";
}

.bi-filetype-sass::before {
	content: "\f75f";
}

.bi-filetype-scss::before {
	content: "\f760";
}

.bi-filetype-sh::before {
	content: "\f761";
}

.bi-filetype-svg::before {
	content: "\f762";
}

.bi-filetype-tiff::before {
	content: "\f763";
}

.bi-filetype-tsx::before {
	content: "\f764";
}

.bi-filetype-ttf::before {
	content: "\f765";
}

.bi-filetype-txt::before {
	content: "\f766";
}

.bi-filetype-wav::before {
	content: "\f767";
}

.bi-filetype-woff::before {
	content: "\f768";
}

.bi-filetype-xls::before {
	content: "\f76a";
}

.bi-filetype-xml::before {
	content: "\f76b";
}

.bi-filetype-yml::before {
	content: "\f76c";
}

.bi-heart-arrow::before {
	content: "\f76d";
}

.bi-heart-pulse-fill::before {
	content: "\f76e";
}

.bi-heart-pulse::before {
	content: "\f76f";
}

.bi-heartbreak-fill::before {
	content: "\f770";
}

.bi-heartbreak::before {
	content: "\f771";
}

.bi-hearts::before {
	content: "\f772";
}

.bi-hospital-fill::before {
	content: "\f773";
}

.bi-hospital::before {
	content: "\f774";
}

.bi-house-heart-fill::before {
	content: "\f775";
}

.bi-house-heart::before {
	content: "\f776";
}

.bi-incognito::before {
	content: "\f777";
}

.bi-magnet-fill::before {
	content: "\f778";
}

.bi-magnet::before {
	content: "\f779";
}

.bi-person-heart::before {
	content: "\f77a";
}

.bi-person-hearts::before {
	content: "\f77b";
}

.bi-phone-flip::before {
	content: "\f77c";
}

.bi-plugin::before {
	content: "\f77d";
}

.bi-postage-fill::before {
	content: "\f77e";
}

.bi-postage-heart-fill::before {
	content: "\f77f";
}

.bi-postage-heart::before {
	content: "\f780";
}

.bi-postage::before {
	content: "\f781";
}

.bi-postcard-fill::before {
	content: "\f782";
}

.bi-postcard-heart-fill::before {
	content: "\f783";
}

.bi-postcard-heart::before {
	content: "\f784";
}

.bi-postcard::before {
	content: "\f785";
}

.bi-search-heart-fill::before {
	content: "\f786";
}

.bi-search-heart::before {
	content: "\f787";
}

.bi-sliders2-vertical::before {
	content: "\f788";
}

.bi-sliders2::before {
	content: "\f789";
}

.bi-trash3-fill::before {
	content: "\f78a";
}

.bi-trash3::before {
	content: "\f78b";
}

.bi-valentine::before {
	content: "\f78c";
}

.bi-valentine2::before {
	content: "\f78d";
}

.bi-wrench-adjustable-circle-fill::before {
	content: "\f78e";
}

.bi-wrench-adjustable-circle::before {
	content: "\f78f";
}

.bi-wrench-adjustable::before {
	content: "\f790";
}

.bi-filetype-json::before {
	content: "\f791";
}

.bi-filetype-pptx::before {
	content: "\f792";
}

.bi-filetype-xlsx::before {
	content: "\f793";
}

.bi-1-circle-fill::before {
	content: "\f796";
}

.bi-1-circle::before {
	content: "\f797";
}

.bi-1-square-fill::before {
	content: "\f798";
}

.bi-1-square::before {
	content: "\f799";
}

.bi-2-circle-fill::before {
	content: "\f79c";
}

.bi-2-circle::before {
	content: "\f79d";
}

.bi-2-square-fill::before {
	content: "\f79e";
}

.bi-2-square::before {
	content: "\f79f";
}

.bi-3-circle-fill::before {
	content: "\f7a2";
}

.bi-3-circle::before {
	content: "\f7a3";
}

.bi-3-square-fill::before {
	content: "\f7a4";
}

.bi-3-square::before {
	content: "\f7a5";
}

.bi-4-circle-fill::before {
	content: "\f7a8";
}

.bi-4-circle::before {
	content: "\f7a9";
}

.bi-4-square-fill::before {
	content: "\f7aa";
}

.bi-4-square::before {
	content: "\f7ab";
}

.bi-5-circle-fill::before {
	content: "\f7ae";
}

.bi-5-circle::before {
	content: "\f7af";
}

.bi-5-square-fill::before {
	content: "\f7b0";
}

.bi-5-square::before {
	content: "\f7b1";
}

.bi-6-circle-fill::before {
	content: "\f7b4";
}

.bi-6-circle::before {
	content: "\f7b5";
}

.bi-6-square-fill::before {
	content: "\f7b6";
}

.bi-6-square::before {
	content: "\f7b7";
}

.bi-7-circle-fill::before {
	content: "\f7ba";
}

.bi-7-circle::before {
	content: "\f7bb";
}

.bi-7-square-fill::before {
	content: "\f7bc";
}

.bi-7-square::before {
	content: "\f7bd";
}

.bi-8-circle-fill::before {
	content: "\f7c0";
}

.bi-8-circle::before {
	content: "\f7c1";
}

.bi-8-square-fill::before {
	content: "\f7c2";
}

.bi-8-square::before {
	content: "\f7c3";
}

.bi-9-circle-fill::before {
	content: "\f7c6";
}

.bi-9-circle::before {
	content: "\f7c7";
}

.bi-9-square-fill::before {
	content: "\f7c8";
}

.bi-9-square::before {
	content: "\f7c9";
}

.bi-airplane-engines-fill::before {
	content: "\f7ca";
}

.bi-airplane-engines::before {
	content: "\f7cb";
}

.bi-airplane-fill::before {
	content: "\f7cc";
}

.bi-airplane::before {
	content: "\f7cd";
}

.bi-alexa::before {
	content: "\f7ce";
}

.bi-alipay::before {
	content: "\f7cf";
}

.bi-android::before {
	content: "\f7d0";
}

.bi-android2::before {
	content: "\f7d1";
}

.bi-box-fill::before {
	content: "\f7d2";
}

.bi-box-seam-fill::before {
	content: "\f7d3";
}

.bi-browser-chrome::before {
	content: "\f7d4";
}

.bi-browser-edge::before {
	content: "\f7d5";
}

.bi-browser-firefox::before {
	content: "\f7d6";
}

.bi-browser-safari::before {
	content: "\f7d7";
}

.bi-c-circle-fill::before {
	content: "\f7da";
}

.bi-c-circle::before {
	content: "\f7db";
}

.bi-c-square-fill::before {
	content: "\f7dc";
}

.bi-c-square::before {
	content: "\f7dd";
}

.bi-capsule-pill::before {
	content: "\f7de";
}

.bi-capsule::before {
	content: "\f7df";
}

.bi-car-front-fill::before {
	content: "\f7e0";
}

.bi-car-front::before {
	content: "\f7e1";
}

.bi-cassette-fill::before {
	content: "\f7e2";
}

.bi-cassette::before {
	content: "\f7e3";
}

.bi-cc-circle-fill::before {
	content: "\f7e6";
}

.bi-cc-circle::before {
	content: "\f7e7";
}

.bi-cc-square-fill::before {
	content: "\f7e8";
}

.bi-cc-square::before {
	content: "\f7e9";
}

.bi-cup-hot-fill::before {
	content: "\f7ea";
}

.bi-cup-hot::before {
	content: "\f7eb";
}

.bi-currency-rupee::before {
	content: "\f7ec";
}

.bi-dropbox::before {
	content: "\f7ed";
}

.bi-escape::before {
	content: "\f7ee";
}

.bi-fast-forward-btn-fill::before {
	content: "\f7ef";
}

.bi-fast-forward-btn::before {
	content: "\f7f0";
}

.bi-fast-forward-circle-fill::before {
	content: "\f7f1";
}

.bi-fast-forward-circle::before {
	content: "\f7f2";
}

.bi-fast-forward-fill::before {
	content: "\f7f3";
}

.bi-fast-forward::before {
	content: "\f7f4";
}

.bi-filetype-sql::before {
	content: "\f7f5";
}

.bi-fire::before {
	content: "\f7f6";
}

.bi-google-play::before {
	content: "\f7f7";
}

.bi-h-circle-fill::before {
	content: "\f7fa";
}

.bi-h-circle::before {
	content: "\f7fb";
}

.bi-h-square-fill::before {
	content: "\f7fc";
}

.bi-h-square::before {
	content: "\f7fd";
}

.bi-indent::before {
	content: "\f7fe";
}

.bi-lungs-fill::before {
	content: "\f7ff";
}

.bi-lungs::before {
	content: "\f800";
}

.bi-microsoft-teams::before {
	content: "\f801";
}

.bi-p-circle-fill::before {
	content: "\f804";
}

.bi-p-circle::before {
	content: "\f805";
}

.bi-p-square-fill::before {
	content: "\f806";
}

.bi-p-square::before {
	content: "\f807";
}

.bi-pass-fill::before {
	content: "\f808";
}

.bi-pass::before {
	content: "\f809";
}

.bi-prescription::before {
	content: "\f80a";
}

.bi-prescription2::before {
	content: "\f80b";
}

.bi-r-circle-fill::before {
	content: "\f80e";
}

.bi-r-circle::before {
	content: "\f80f";
}

.bi-r-square-fill::before {
	content: "\f810";
}

.bi-r-square::before {
	content: "\f811";
}

.bi-repeat-1::before {
	content: "\f812";
}

.bi-repeat::before {
	content: "\f813";
}

.bi-rewind-btn-fill::before {
	content: "\f814";
}

.bi-rewind-btn::before {
	content: "\f815";
}

.bi-rewind-circle-fill::before {
	content: "\f816";
}

.bi-rewind-circle::before {
	content: "\f817";
}

.bi-rewind-fill::before {
	content: "\f818";
}

.bi-rewind::before {
	content: "\f819";
}

.bi-train-freight-front-fill::before {
	content: "\f81a";
}

.bi-train-freight-front::before {
	content: "\f81b";
}

.bi-train-front-fill::before {
	content: "\f81c";
}

.bi-train-front::before {
	content: "\f81d";
}

.bi-train-lightrail-front-fill::before {
	content: "\f81e";
}

.bi-train-lightrail-front::before {
	content: "\f81f";
}

.bi-truck-front-fill::before {
	content: "\f820";
}

.bi-truck-front::before {
	content: "\f821";
}

.bi-ubuntu::before {
	content: "\f822";
}

.bi-unindent::before {
	content: "\f823";
}

.bi-unity::before {
	content: "\f824";
}

.bi-universal-access-circle::before {
	content: "\f825";
}

.bi-universal-access::before {
	content: "\f826";
}

.bi-virus::before {
	content: "\f827";
}

.bi-virus2::before {
	content: "\f828";
}

.bi-wechat::before {
	content: "\f829";
}

.bi-yelp::before {
	content: "\f82a";
}

.bi-sign-stop-fill::before {
	content: "\f82b";
}

.bi-sign-stop-lights-fill::before {
	content: "\f82c";
}

.bi-sign-stop-lights::before {
	content: "\f82d";
}

.bi-sign-stop::before {
	content: "\f82e";
}

.bi-sign-turn-left-fill::before {
	content: "\f82f";
}

.bi-sign-turn-left::before {
	content: "\f830";
}

.bi-sign-turn-right-fill::before {
	content: "\f831";
}

.bi-sign-turn-right::before {
	content: "\f832";
}

.bi-sign-turn-slight-left-fill::before {
	content: "\f833";
}

.bi-sign-turn-slight-left::before {
	content: "\f834";
}

.bi-sign-turn-slight-right-fill::before {
	content: "\f835";
}

.bi-sign-turn-slight-right::before {
	content: "\f836";
}

.bi-sign-yield-fill::before {
	content: "\f837";
}

.bi-sign-yield::before {
	content: "\f838";
}

.bi-ev-station-fill::before {
	content: "\f839";
}

.bi-ev-station::before {
	content: "\f83a";
}

.bi-fuel-pump-diesel-fill::before {
	content: "\f83b";
}

.bi-fuel-pump-diesel::before {
	content: "\f83c";
}

.bi-fuel-pump-fill::before {
	content: "\f83d";
}

.bi-fuel-pump::before {
	content: "\f83e";
}

.bi-0-circle-fill::before {
	content: "\f83f";
}

.bi-0-circle::before {
	content: "\f840";
}

.bi-0-square-fill::before {
	content: "\f841";
}

.bi-0-square::before {
	content: "\f842";
}

.bi-rocket-fill::before {
	content: "\f843";
}

.bi-rocket-takeoff-fill::before {
	content: "\f844";
}

.bi-rocket-takeoff::before {
	content: "\f845";
}

.bi-rocket::before {
	content: "\f846";
}

.bi-stripe::before {
	content: "\f847";
}

.bi-subscript::before {
	content: "\f848";
}

.bi-superscript::before {
	content: "\f849";
}

.bi-trello::before {
	content: "\f84a";
}

.bi-envelope-at-fill::before {
	content: "\f84b";
}

.bi-envelope-at::before {
	content: "\f84c";
}

.bi-regex::before {
	content: "\f84d";
}

.bi-text-wrap::before {
	content: "\f84e";
}

.bi-sign-dead-end-fill::before {
	content: "\f84f";
}

.bi-sign-dead-end::before {
	content: "\f850";
}

.bi-sign-do-not-enter-fill::before {
	content: "\f851";
}

.bi-sign-do-not-enter::before {
	content: "\f852";
}

.bi-sign-intersection-fill::before {
	content: "\f853";
}

.bi-sign-intersection-side-fill::before {
	content: "\f854";
}

.bi-sign-intersection-side::before {
	content: "\f855";
}

.bi-sign-intersection-t-fill::before {
	content: "\f856";
}

.bi-sign-intersection-t::before {
	content: "\f857";
}

.bi-sign-intersection-y-fill::before {
	content: "\f858";
}

.bi-sign-intersection-y::before {
	content: "\f859";
}

.bi-sign-intersection::before {
	content: "\f85a";
}

.bi-sign-merge-left-fill::before {
	content: "\f85b";
}

.bi-sign-merge-left::before {
	content: "\f85c";
}

.bi-sign-merge-right-fill::before {
	content: "\f85d";
}

.bi-sign-merge-right::before {
	content: "\f85e";
}

.bi-sign-no-left-turn-fill::before {
	content: "\f85f";
}

.bi-sign-no-left-turn::before {
	content: "\f860";
}

.bi-sign-no-parking-fill::before {
	content: "\f861";
}

.bi-sign-no-parking::before {
	content: "\f862";
}

.bi-sign-no-right-turn-fill::before {
	content: "\f863";
}

.bi-sign-no-right-turn::before {
	content: "\f864";
}

.bi-sign-railroad-fill::before {
	content: "\f865";
}

.bi-sign-railroad::before {
	content: "\f866";
}

.bi-building-add::before {
	content: "\f867";
}

.bi-building-check::before {
	content: "\f868";
}

.bi-building-dash::before {
	content: "\f869";
}

.bi-building-down::before {
	content: "\f86a";
}

.bi-building-exclamation::before {
	content: "\f86b";
}

.bi-building-fill-add::before {
	content: "\f86c";
}

.bi-building-fill-check::before {
	content: "\f86d";
}

.bi-building-fill-dash::before {
	content: "\f86e";
}

.bi-building-fill-down::before {
	content: "\f86f";
}

.bi-building-fill-exclamation::before {
	content: "\f870";
}

.bi-building-fill-gear::before {
	content: "\f871";
}

.bi-building-fill-lock::before {
	content: "\f872";
}

.bi-building-fill-slash::before {
	content: "\f873";
}

.bi-building-fill-up::before {
	content: "\f874";
}

.bi-building-fill-x::before {
	content: "\f875";
}

.bi-building-fill::before {
	content: "\f876";
}

.bi-building-gear::before {
	content: "\f877";
}

.bi-building-lock::before {
	content: "\f878";
}

.bi-building-slash::before {
	content: "\f879";
}

.bi-building-up::before {
	content: "\f87a";
}

.bi-building-x::before {
	content: "\f87b";
}

.bi-buildings-fill::before {
	content: "\f87c";
}

.bi-buildings::before {
	content: "\f87d";
}

.bi-bus-front-fill::before {
	content: "\f87e";
}

.bi-bus-front::before {
	content: "\f87f";
}

.bi-ev-front-fill::before {
	content: "\f880";
}

.bi-ev-front::before {
	content: "\f881";
}

.bi-globe-americas::before {
	content: "\f882";
}

.bi-globe-asia-australia::before {
	content: "\f883";
}

.bi-globe-central-south-asia::before {
	content: "\f884";
}

.bi-globe-europe-africa::before {
	content: "\f885";
}

.bi-house-add-fill::before {
	content: "\f886";
}

.bi-house-add::before {
	content: "\f887";
}

.bi-house-check-fill::before {
	content: "\f888";
}

.bi-house-check::before {
	content: "\f889";
}

.bi-house-dash-fill::before {
	content: "\f88a";
}

.bi-house-dash::before {
	content: "\f88b";
}

.bi-house-down-fill::before {
	content: "\f88c";
}

.bi-house-down::before {
	content: "\f88d";
}

.bi-house-exclamation-fill::before {
	content: "\f88e";
}

.bi-house-exclamation::before {
	content: "\f88f";
}

.bi-house-gear-fill::before {
	content: "\f890";
}

.bi-house-gear::before {
	content: "\f891";
}

.bi-house-lock-fill::before {
	content: "\f892";
}

.bi-house-lock::before {
	content: "\f893";
}

.bi-house-slash-fill::before {
	content: "\f894";
}

.bi-house-slash::before {
	content: "\f895";
}

.bi-house-up-fill::before {
	content: "\f896";
}

.bi-house-up::before {
	content: "\f897";
}

.bi-house-x-fill::before {
	content: "\f898";
}

.bi-house-x::before {
	content: "\f899";
}

.bi-person-add::before {
	content: "\f89a";
}

.bi-person-down::before {
	content: "\f89b";
}

.bi-person-exclamation::before {
	content: "\f89c";
}

.bi-person-fill-add::before {
	content: "\f89d";
}

.bi-person-fill-check::before {
	content: "\f89e";
}

.bi-person-fill-dash::before {
	content: "\f89f";
}

.bi-person-fill-down::before {
	content: "\f8a0";
}

.bi-person-fill-exclamation::before {
	content: "\f8a1";
}

.bi-person-fill-gear::before {
	content: "\f8a2";
}

.bi-person-fill-lock::before {
	content: "\f8a3";
}

.bi-person-fill-slash::before {
	content: "\f8a4";
}

.bi-person-fill-up::before {
	content: "\f8a5";
}

.bi-person-fill-x::before {
	content: "\f8a6";
}

.bi-person-gear::before {
	content: "\f8a7";
}

.bi-person-lock::before {
	content: "\f8a8";
}

.bi-person-slash::before {
	content: "\f8a9";
}

.bi-person-up::before {
	content: "\f8aa";
}

.bi-scooter::before {
	content: "\f8ab";
}

.bi-taxi-front-fill::before {
	content: "\f8ac";
}

.bi-taxi-front::before {
	content: "\f8ad";
}

.bi-amd::before {
	content: "\f8ae";
}

.bi-database-add::before {
	content: "\f8af";
}

.bi-database-check::before {
	content: "\f8b0";
}

.bi-database-dash::before {
	content: "\f8b1";
}

.bi-database-down::before {
	content: "\f8b2";
}

.bi-database-exclamation::before {
	content: "\f8b3";
}

.bi-database-fill-add::before {
	content: "\f8b4";
}

.bi-database-fill-check::before {
	content: "\f8b5";
}

.bi-database-fill-dash::before {
	content: "\f8b6";
}

.bi-database-fill-down::before {
	content: "\f8b7";
}

.bi-database-fill-exclamation::before {
	content: "\f8b8";
}

.bi-database-fill-gear::before {
	content: "\f8b9";
}

.bi-database-fill-lock::before {
	content: "\f8ba";
}

.bi-database-fill-slash::before {
	content: "\f8bb";
}

.bi-database-fill-up::before {
	content: "\f8bc";
}

.bi-database-fill-x::before {
	content: "\f8bd";
}

.bi-database-fill::before {
	content: "\f8be";
}

.bi-database-gear::before {
	content: "\f8bf";
}

.bi-database-lock::before {
	content: "\f8c0";
}

.bi-database-slash::before {
	content: "\f8c1";
}

.bi-database-up::before {
	content: "\f8c2";
}

.bi-database-x::before {
	content: "\f8c3";
}

.bi-database::before {
	content: "\f8c4";
}

.bi-houses-fill::before {
	content: "\f8c5";
}

.bi-houses::before {
	content: "\f8c6";
}

.bi-nvidia::before {
	content: "\f8c7";
}

.bi-person-vcard-fill::before {
	content: "\f8c8";
}

.bi-person-vcard::before {
	content: "\f8c9";
}

.bi-sina-weibo::before {
	content: "\f8ca";
}

.bi-tencent-qq::before {
	content: "\f8cb";
}

.bi-wikipedia::before {
	content: "\f8cc";
}

.bi-alphabet-uppercase::before {
	content: "\f2a5";
}

.bi-alphabet::before {
	content: "\f68a";
}

.bi-amazon::before {
	content: "\f68d";
}

.bi-arrows-collapse-vertical::before {
	content: "\f690";
}

.bi-arrows-expand-vertical::before {
	content: "\f695";
}

.bi-arrows-vertical::before {
	content: "\f698";
}

.bi-arrows::before {
	content: "\f6a2";
}

.bi-ban-fill::before {
	content: "\f6a3";
}

.bi-ban::before {
	content: "\f6b6";
}

.bi-bing::before {
	content: "\f6c2";
}

.bi-cake::before {
	content: "\f6e0";
}

.bi-cake2::before {
	content: "\f6ed";
}

.bi-cookie::before {
	content: "\f6ee";
}

.bi-copy::before {
	content: "\f759";
}

.bi-crosshair::before {
	content: "\f769";
}

.bi-crosshair2::before {
	content: "\f794";
}

.bi-emoji-astonished-fill::before {
	content: "\f795";
}

.bi-emoji-astonished::before {
	content: "\f79a";
}

.bi-emoji-grimace-fill::before {
	content: "\f79b";
}

.bi-emoji-grimace::before {
	content: "\f7a0";
}

.bi-emoji-grin-fill::before {
	content: "\f7a1";
}

.bi-emoji-grin::before {
	content: "\f7a6";
}

.bi-emoji-surprise-fill::before {
	content: "\f7a7";
}

.bi-emoji-surprise::before {
	content: "\f7ac";
}

.bi-emoji-tear-fill::before {
	content: "\f7ad";
}

.bi-emoji-tear::before {
	content: "\f7b2";
}

.bi-envelope-arrow-down-fill::before {
	content: "\f7b3";
}

.bi-envelope-arrow-down::before {
	content: "\f7b8";
}

.bi-envelope-arrow-up-fill::before {
	content: "\f7b9";
}

.bi-envelope-arrow-up::before {
	content: "\f7be";
}

.bi-feather::before {
	content: "\f7bf";
}

.bi-feather2::before {
	content: "\f7c4";
}

.bi-floppy-fill::before {
	content: "\f7c5";
}

.bi-floppy::before {
	content: "\f7d8";
}

.bi-floppy2-fill::before {
	content: "\f7d9";
}

.bi-floppy2::before {
	content: "\f7e4";
}

.bi-gitlab::before {
	content: "\f7e5";
}

.bi-highlighter::before {
	content: "\f7f8";
}

.bi-marker-tip::before {
	content: "\f802";
}

.bi-nvme-fill::before {
	content: "\f803";
}

.bi-nvme::before {
	content: "\f80c";
}

.bi-opencollective::before {
	content: "\f80d";
}

.bi-pci-card-network::before {
	content: "\f8cd";
}

.bi-pci-card-sound::before {
	content: "\f8ce";
}

.bi-radar::before {
	content: "\f8cf";
}

.bi-send-arrow-down-fill::before {
	content: "\f8d0";
}

.bi-send-arrow-down::before {
	content: "\f8d1";
}

.bi-send-arrow-up-fill::before {
	content: "\f8d2";
}

.bi-send-arrow-up::before {
	content: "\f8d3";
}

.bi-sim-slash-fill::before {
	content: "\f8d4";
}

.bi-sim-slash::before {
	content: "\f8d5";
}

.bi-sourceforge::before {
	content: "\f8d6";
}

.bi-substack::before {
	content: "\f8d7";
}

.bi-threads-fill::before {
	content: "\f8d8";
}

.bi-threads::before {
	content: "\f8d9";
}

.bi-transparency::before {
	content: "\f8da";
}

.bi-twitter-x::before {
	content: "\f8db";
}

.bi-type-h4::before {
	content: "\f8dc";
}

.bi-type-h5::before {
	content: "\f8dd";
}

.bi-type-h6::before {
	content: "\f8de";
}

.bi-backpack-fill::before {
	content: "\f8df";
}

.bi-backpack::before {
	content: "\f8e0";
}

.bi-backpack2-fill::before {
	content: "\f8e1";
}

.bi-backpack2::before {
	content: "\f8e2";
}

.bi-backpack3-fill::before {
	content: "\f8e3";
}

.bi-backpack3::before {
	content: "\f8e4";
}

.bi-backpack4-fill::before {
	content: "\f8e5";
}

.bi-backpack4::before {
	content: "\f8e6";
}

.bi-brilliance::before {
	content: "\f8e7";
}

.bi-cake-fill::before {
	content: "\f8e8";
}

.bi-cake2-fill::before {
	content: "\f8e9";
}

.bi-duffle-fill::before {
	content: "\f8ea";
}

.bi-duffle::before {
	content: "\f8eb";
}

.bi-exposure::before {
	content: "\f8ec";
}

.bi-gender-neuter::before {
	content: "\f8ed";
}

.bi-highlights::before {
	content: "\f8ee";
}

.bi-luggage-fill::before {
	content: "\f8ef";
}

.bi-luggage::before {
	content: "\f8f0";
}

.bi-mailbox-flag::before {
	content: "\f8f1";
}

.bi-mailbox2-flag::before {
	content: "\f8f2";
}

.bi-noise-reduction::before {
	content: "\f8f3";
}

.bi-passport-fill::before {
	content: "\f8f4";
}

.bi-passport::before {
	content: "\f8f5";
}

.bi-person-arms-up::before {
	content: "\f8f6";
}

.bi-person-raised-hand::before {
	content: "\f8f7";
}

.bi-person-standing-dress::before {
	content: "\f8f8";
}

.bi-person-standing::before {
	content: "\f8f9";
}

.bi-person-walking::before {
	content: "\f8fa";
}

.bi-person-wheelchair::before {
	content: "\f8fb";
}

.bi-shadows::before {
	content: "\f8fc";
}

.bi-suitcase-fill::before {
	content: "\f8fd";
}

.bi-suitcase-lg-fill::before {
	content: "\f8fe";
}

.bi-suitcase-lg::before {
	content: "\f8ff";
}

.bi-suitcase::before {
	content: "豈";
}

.bi-suitcase2-fill::before {
	content: "更";
}

.bi-suitcase2::before {
	content: "車";
}

.bi-vignette::before {
	content: "賈";
}

@-ms-viewport {
	width: device-width;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
	margin: 0;
	padding: 16px;
}

.col-lg-1 {
	max-width: 100px;
}

.col-lg-2 {
	max-width: 200px;
}

.col-lg-3 {
	max-width: 300px;
}

.col-lg-4 {
	max-width: 400px;
}

.col-lg-5 {
	max-width: 500px;
}

.col-lg-6 {
	max-width: 600px;
}

.col-lg-7 {
	max-width: 700px;
}

.col-lg-8 {
	max-width: 800px;
}

.col-lg-9 {
	max-width: 900px;
}

.col-lg-10 {
	max-width: 1000px;
}

.col-lg-11 {
	max-width: 1100px;
}

.col-lg-12 {
	max-width: 1200px;
	padding: 0;
}

#header-nav.col-lg-3 {
	max-width: 100%;
}

.first {
	padding-left: 0;
}

.last {
	padding-right: 0;
}

.container {
	padding-left: 0;
	padding-right: 0;
	max-width: 1200px;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

#footer {
	padding: 0 32px;
}

#content {
	margin: 32px 0;
}

.tools #content,
.tactics #content {
	padding: 0 32px;
}

.blog #content {
	padding: 0;
}

.sprite {
	background-image: url(data:image/png;base64,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);
	background-repeat: no-repeat;
	display: block;
}

.sprite-bubble {
	width: 218px;
	height: 66px;
	/*rtl:ignore*/
	background-position: -5px -5px;
}

.sprite-creative-commons {
	width: 88px;
	height: 31px;
	/*rtl:ignore*/
	background-position: -233px -5px;
	margin-right: 8px;
}

.sprite-eye {
	width: 66px;
	height: 28px;
	/*rtl:ignore*/
	background-position: -331px -5px;
}

.sprite-frontline-defenders-logo {
	display: inline-block;
	width: 130px;
	height: 40px;
	/*rtl:ignore*/
	background-position: -407px -5px;
}

.sprite-logo-background {
	width: 1224px;
	height: 81px;
	/*rtl:ignore*/
	background-position: 0px -81px;
}

.sprite-tactical-tech-logo {
	display: inline-block;
	width: 75px;
	height: 50px;
	background-position: -547px -5px;
	margin-right: 16px;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
	margin: 0;
	padding: 16px;
}

.col-lg-1 {
	max-width: 100px;
}

.col-lg-2 {
	max-width: 200px;
}

.col-lg-3 {
	max-width: 300px;
}

.col-lg-4 {
	max-width: 400px;
}

.col-lg-5 {
	max-width: 500px;
}

.col-lg-6 {
	max-width: 600px;
}

.col-lg-7 {
	max-width: 700px;
}

.col-lg-8 {
	max-width: 800px;
}

.col-lg-9 {
	max-width: 900px;
}

.col-lg-10 {
	max-width: 1000px;
}

.col-lg-11 {
	max-width: 1100px;
}

.col-lg-12 {
	max-width: 1200px;
	padding: 0;
}

#header-nav.col-lg-3 {
	max-width: 100%;
}

.first {
	padding-left: 0;
}

.last {
	padding-right: 0;
}

.container {
	padding-left: 0;
	padding-right: 0;
	max-width: 1200px;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

#footer {
	padding: 0 32px;
}

#content {
	margin: 32px 0;
}

.tools #content,
.tactics #content {
	padding: 0 32px;
}

.blog #content {
	padding: 0;
}

#header {
	background-color: #65BAAD;
}

html,
#footer {
	background-color: #C9D0CE;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
	margin: 0;
	padding: 16px;
}

.col-lg-1 {
	max-width: 100px;
}

.col-lg-2 {
	max-width: 200px;
}

.col-lg-3 {
	max-width: 300px;
}

.col-lg-4 {
	max-width: 400px;
}

.col-lg-5 {
	max-width: 500px;
}

.col-lg-6 {
	max-width: 600px;
}

.col-lg-7 {
	max-width: 700px;
}

.col-lg-8 {
	max-width: 800px;
}

.col-lg-9 {
	max-width: 900px;
}

.col-lg-10 {
	max-width: 1000px;
}

.col-lg-11 {
	max-width: 1100px;
}

.col-lg-12 {
	max-width: 1200px;
	padding: 0;
}

#header-nav.col-lg-3 {
	max-width: 100%;
}

.first {
	padding-left: 0;
}

.last {
	padding-right: 0;
}

.container {
	padding-left: 0;
	padding-right: 0;
	max-width: 1200px;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

#footer {
	padding: 0 32px;
}

#content {
	margin: 32px 0;
}

.tools #content,
.tactics #content {
	padding: 0 32px;
}

.blog #content {
	padding: 0;
}

.invisible {
	display: none;
}

.inline,
a.read-more {
	display: inline-block;
}

.right {
	float: right;
	width: auto;
}

.loading,
.toc-invisible {
	background: url("../images/loading.gif") 50% 50% no-repeat;
}

a.read-more {
	color: #7EB438 !important;
	font-size: 80%;
	text-align: right;
	text-decoration: none;
	width: 100%;
}

.see-all {
	color: #7EB438 !important;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}

.blog-heading {
	text-transform: uppercase;
	text-decoration: underline;
}

.post {
	margin-bottom: 75px;
}

.post .thumbnail {
	padding-bottom: 10px;
}

.post .title {
	text-decoration: none;
}

.post .title:hover {
	text-decoration: underline;
}

.meta {
	font-size: 80%;
}

.blog .meta {
	color: #7EB438;
}

.preprocess-wrapper {
	display: block;
	padding: 16px;
}

.snippet .preprocess-wrapper {
	background-color: #FFA178;
}

.tool-metadata .preprocess-wrapper {
	background-color: #97E5E8;
}

.toc-invisible {
	background-color: transparent !important;
}

.toc-invisible h2,
.toc-invisible .h2 {
	display: none;
}

#toc {
	background-color: #FFA178;
	margin: 16px 0;
	padding: 4px 16px 8px 16px;
}

#toc ul {
	padding: 0 24px;
}

#toc li a {
	text-decoration: none;
}

#toc li.active a {
	color: #E85412;
}

#toc li:hover a {
	color: #FFF;
	background-color: transparent;
}

#toc-modal-trigger {
	border: 2px solid black;
	border-radius: 6px;
	background-color: #FFA178;
	display: none;
	padding: 3px 8px 6px !important;
	position: fixed;
	right: 16px;
}

#toc-modal-trigger .icon-bar {
	border-radius: 1px;
	background-color: #000;
	display: block;
	margin-top: 4px;
	height: 2px;
	width: 22px;
}

#toc-modal-trigger:hover {
	background-color: #65BAAD;
}

#toc-modal #toc {
	margin: 0;
}

#toc-modal .modal-body,
#toc-modal .modal-header,
#toc-modal .modal-footer {
	background-color: #FFA178;
}

#toc-modal .modal-footer button {
	background-color: #FFFFFF;
}

#scroll-top {
	bottom: 24px;
	right: 24px;
	display: none;
	position: fixed;
	background-color: #97E5E8;
	border-radius: 50%;
	cursor: pointer;
	height: 38px;
	width: 38px;
	border: 2px solid #000;
	font-size: 145%;
	text-align: center;
}

#scroll-top:hover {
	background-color: #65BAAD;
}

table {
	margin: 16px 0;
}

table,
tr,
td,
th {
	border: 1px solid #000;
}

td,
th {
	padding: 8px;
}

.blog section {
	border-bottom: 1px solid #e7e7e7;
}

.breadcrumbs {
	padding-left: 0;
}

.breadcrumbs li {
	display: inline-block;
	list-style-type: none;
	margin-right: 4px;
	width: auto;
}

.breadcrumbs li:before {
	content: "› ";
}

.breadcrumbs a {
	font-size: 80%;
	text-decoration: none;
}

.unmaintainedalert {
	color: #E85412;
}

/* noto-sans-cyrillic-wght-normal */
@font-face {
	font-family: "Noto Sans Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	src: url("../fonts/noto-sans-cyrillic-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-cyrillic-ext-wght-normal */
@font-face {
	font-family: "Noto Sans Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	src: url("../fonts/noto-sans-cyrillic-ext-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-devanagari-wght-normal */
@font-face {
	font-family: "Noto Sans Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
	src: url("../fonts/noto-sans-devanagari-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-greek-wght-normal */
@font-face {
	font-family: "Noto Sans Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0370-03FF;
	src: url("../fonts/noto-sans-greek-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-greek-ext-wght-normal */
@font-face {
	font-family: "Noto Sans Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+1F00-1FFF;
	src: url("../fonts/noto-sans-greek-ext-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-latin-wght-normal */
@font-face {
	font-family: "Noto Sans Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	src: url("../fonts/noto-sans-latin-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-latin-ext-wght-normal */
@font-face {
	font-family: "Noto Sans Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
	src: url("../fonts/noto-sans-latin-ext-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-vietnamese-wght-normal */
@font-face {
	font-family: "Noto Sans Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	src: url("../fonts/noto-sans-vietnamese-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-cyrillic-wght-normal */
@font-face {
	font-family: "Noto Serif Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	src: url("../fonts/noto-serif-cyrillic-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-cyrillic-ext-wght-normal */
@font-face {
	font-family: "Noto Serif Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	src: url("../fonts/noto-serif-cyrillic-ext-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-greek-wght-normal */
@font-face {
	font-family: "Noto Serif Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
	src: url("../fonts/noto-serif-greek-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-greek-ext-wght-normal */
@font-face {
	font-family: "Noto Serif Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+1F00-1FFF;
	src: url("../fonts/noto-serif-greek-ext-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-latin-wght-normal */
@font-face {
	font-family: "Noto Serif Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	src: url("../fonts/noto-serif-latin-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-latin-ext-wght-normal */
@font-face {
	font-family: "Noto Serif Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	src: url("../fonts/noto-serif-latin-ext-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-vietnamese-wght-normal */
@font-face {
	font-family: "Noto Serif Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	src: url("../fonts/noto-serif-vietnamese-wght-normal.woff2") format("woff2-variations");
}

/* noto-naskh-arabic-arabic-wght-normal */
@font-face {
	font-family: "Noto Naskh Arabic Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 400 700;
	unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EFD-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
	src: url("../fonts/noto-naskh-arabic-arabic-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-arabic-arabic-wght-normal */
@font-face {
	font-family: "Noto Sans Arabic Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EFD-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	src: url("../fonts/noto-sans-arabic-arabic-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-tibetan-tibetan-wght-normal */
@font-face {
	font-family: "Noto Serif Tibetan Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0F00-0FFF, U+200C-200D, U+25CC;
	src: url("../fonts/noto-serif-tibetan-tibetan-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-devanagari-devanagari-wght-normal */
@font-face {
	font-family: "Noto Sans Devanagari Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
	src: url("../fonts/noto-sans-devanagari-devanagari-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-devanagari-devanagari-wght-normal */
@font-face {
	font-family: "Noto Serif Devanagari Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
	src: url("../fonts/noto-serif-devanagari-devanagari-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-myanmar-myanmar-400-normal */
@font-face {
	font-family: "Noto Sans Myanmar";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+1000-109F, U+200C-200D, U+25CC, U+A92E, U+A9E0-A9FE, U+AA60-AA7F, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	src: url("../fonts/noto-sans-myanmar-myanmar-400-normal.woff2") format("woff2"), url("../fonts/noto-sans-myanmar-myanmar-400-normal.woff") format("woff");
}

/* noto-serif-myanmar-myanmar-400-normal */
@font-face {
	font-family: "Noto Serif Myanmar";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+1000-109F, U+200C-200D, U+25CC, U+A92E, U+A9E0-A9FE, U+AA60-AA7F, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	src: url("../fonts/noto-serif-myanmar-myanmar-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-myanmar-myanmar-400-normal.woff") format("woff");
}

/* noto-sans-thai-thai-wght-normal */
@font-face {
	font-family: "Noto Sans Thai Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
	src: url("../fonts/noto-sans-thai-thai-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-thai-thai-wght-normal */
@font-face {
	font-family: "Noto Serif Thai Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
	src: url("../fonts/noto-serif-thai-thai-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-cyrillic-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	src: url("../fonts/noto-sans-sc-cyrillic-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-4-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+1f1e9-1f1f5, U+1f1f7-1f1ff, U+1f21a, U+1f232, U+1f234-1f237, U+1f250-1f251, U+1f300, U+1f302-1f308, U+1f30a-1f311, U+1f315, U+1f319-1f320, U+1f324, U+1f327, U+1f32a, U+1f32c-1f32d, U+1f330-1f357, U+1f359-1f37e;
	src: url("../fonts/noto-sans-sc-4-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-5-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+fee3, U+fef3, U+ff03-ff04, U+ff07, U+ff0a, U+ff17-ff19, U+ff1c-ff1d, U+ff20-ff3a, U+ff3c, U+ff3e-ff5b, U+ff5d, U+ff61-ff65, U+ff67-ff6a, U+ff6c, U+ff6f-ff78, U+ff7a-ff7d, U+ff80-ff84, U+ff86, U+ff89-ff8e, U+ff92, U+ff97-ff9b, U+ff9d-ff9f, U+ffe0-ffe4, U+ffe6, U+ffe9, U+ffeb, U+ffed, U+fffc, U+1f004, U+1f170-1f171, U+1f192-1f195, U+1f198-1f19a, U+1f1e6-1f1e8;
	src: url("../fonts/noto-sans-sc-5-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-6-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+f0a7, U+f0b2, U+f0b7, U+f0c9, U+f0d8, U+f0da, U+f0dc-f0dd, U+f0e0, U+f0e6, U+f0eb, U+f0fc, U+f101, U+f104-f105, U+f107, U+f10b, U+f11b, U+f14b, U+f18a, U+f193, U+f1d6-f1d7, U+f244, U+f27a, U+f296, U+f2ae, U+f471, U+f4b3, U+f610-f611, U+f880-f881, U+f8ec, U+f8f5, U+f8ff, U+f901, U+f90a, U+f92c-f92d, U+f934, U+f937, U+f941, U+f965, U+f967, U+f969, U+f96b, U+f96f, U+f974, U+f978-f979, U+f97e, U+f981, U+f98a, U+f98e, U+f997, U+f99c, U+f9b2, U+f9b5, U+f9ba, U+f9be, U+f9ca, U+f9d0-f9d1, U+f9dd, U+f9e0-f9e1, U+f9e4, U+f9f7, U+fa00-fa01, U+fa08, U+fa0a, U+fa11, U+fb01-fb02, U+fdfc, U+fe0e, U+fe30-fe31, U+fe33-fe44, U+fe49-fe52, U+fe54-fe57, U+fe59-fe66, U+fe68-fe6b, U+fe8e, U+fe92-fe93, U+feae, U+feb8, U+fecb-fecc, U+fee0;
	src: url("../fonts/noto-sans-sc-6-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-21-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+9f3d-9f3e, U+9f41, U+9f4a-9f4b, U+9f51-9f52, U+9f61-9f63, U+9f66-9f67, U+9f80-9f81, U+9f83, U+9f85-9f8d, U+9f90-9f91, U+9f94-9f96, U+9f98, U+9f9b-9f9c, U+9f9e, U+9fa0, U+9fa2, U+9ff4, U+a001, U+a007, U+a025, U+a046-a047, U+a057, U+a072, U+a078-a079, U+a083, U+a085, U+a100, U+a118, U+a132, U+a134, U+a1f4, U+a242, U+a4a6, U+a4aa, U+a4b0-a4b1, U+a4b3, U+a9c1-a9c2, U+ac00-ac01, U+ac04, U+ac08, U+ac10-ac11, U+ac13-ac16, U+ac19, U+ac1c-ac1d, U+ac24, U+ac70-ac71, U+ac74, U+ac77-ac78, U+ac80-ac81, U+ac83, U+ac8c, U+ac90, U+ac9f-aca0, U+aca8-aca9, U+acac, U+acb0, U+acbd, U+acc1, U+acc4, U+ace0-ace1, U+ace4, U+ace8, U+acf3, U+acf5, U+acfc-acfd, U+ad00, U+ad0c, U+ad11, U+ad1c, U+ad34, U+ad50, U+ad64, U+ad6c, U+ad70, U+ad74, U+ad7f, U+ad81, U+ad8c, U+adc0, U+adc8, U+addc, U+ade0, U+adf8-adf9, U+adfc, U+ae00, U+ae08-ae09, U+ae0b, U+ae30, U+ae34, U+ae38, U+ae40, U+ae4a, U+ae4c, U+ae54, U+ae68, U+aebc, U+aed8, U+af2c-af2d, U+af34;
	src: url("../fonts/noto-sans-sc-21-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-22-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+9dfa, U+9e0a, U+9e11, U+9e1a, U+9e1e, U+9e20, U+9e22, U+9e28-9e2c, U+9e2e-9e33, U+9e35-9e3b, U+9e3e, U+9e40-9e44, U+9e46-9e4e, U+9e51, U+9e53, U+9e55-9e58, U+9e5a-9e5c, U+9e5e-9e63, U+9e66-9e6e, U+9e71, U+9e73, U+9e75, U+9e78-9e79, U+9e7c-9e7e, U+9e82, U+9e86-9e88, U+9e8b-9e8c, U+9e90-9e91, U+9e93, U+9e95, U+9e97, U+9e9d, U+9ea4-9ea5, U+9ea9-9eaa, U+9eb4-9eb5, U+9eb8-9eba, U+9ebc-9ebf, U+9ec3, U+9ec9, U+9ecd, U+9ed0, U+9ed2-9ed3, U+9ed5-9ed6, U+9ed9, U+9edc-9edd, U+9edf-9ee0, U+9ee2, U+9ee5, U+9ee7-9eea, U+9eef, U+9ef1, U+9ef3-9ef4, U+9ef6, U+9ef9, U+9efb-9efc, U+9efe, U+9f0b, U+9f0d, U+9f10, U+9f14, U+9f17, U+9f19, U+9f22, U+9f29, U+9f2c, U+9f2f, U+9f31, U+9f37, U+9f39;
	src: url("../fonts/noto-sans-sc-22-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-23-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+9c3b, U+9c40, U+9c47-9c49, U+9c53, U+9c57, U+9c64, U+9c72, U+9c77-9c78, U+9c7b, U+9c7f-9c80, U+9c82-9c83, U+9c85-9c8c, U+9c8e-9c92, U+9c94-9c9b, U+9c9e-9ca3, U+9ca5-9ca7, U+9ca9, U+9cab, U+9cad-9cae, U+9cb1-9cb7, U+9cb9-9cbd, U+9cbf-9cc0, U+9cc3, U+9cc5-9cc7, U+9cc9-9cd1, U+9cd3-9cda, U+9cdc-9cdd, U+9cdf, U+9ce1-9ce3, U+9ce5, U+9ce9, U+9cee-9cef, U+9cf3-9cf4, U+9cf6, U+9cfc-9cfd, U+9d02, U+9d08-9d09, U+9d12, U+9d1b, U+9d1e, U+9d26, U+9d28, U+9d37, U+9d3b, U+9d3f, U+9d51, U+9d59, U+9d5c-9d5d, U+9d5f-9d61, U+9d6c, U+9d70, U+9d72, U+9d7a, U+9d7e, U+9d84, U+9d89, U+9d8f, U+9d92, U+9daf, U+9db4, U+9db8, U+9dbc, U+9dc4, U+9dc7, U+9dc9, U+9dd7, U+9ddf, U+9df2, U+9df9;
	src: url("../fonts/noto-sans-sc-23-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-24-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+9a5f, U+9a62, U+9a65, U+9a69, U+9a6b, U+9a6e, U+9a75, U+9a77-9a7a, U+9a7d, U+9a80, U+9a83, U+9a85, U+9a87-9a8a, U+9a8d-9a8e, U+9a90, U+9a92-9a93, U+9a95-9a96, U+9a98-9a99, U+9a9b-9aa2, U+9aa5, U+9aa7, U+9aaf-9ab1, U+9ab5-9ab6, U+9ab9-9aba, U+9abc, U+9ac0-9ac4, U+9ac8, U+9acb-9acc, U+9ace-9acf, U+9ad1-9ad2, U+9ad9, U+9adf, U+9ae1, U+9ae3, U+9aea-9aeb, U+9aed-9aef, U+9af4, U+9af9, U+9afb, U+9b03-9b04, U+9b06, U+9b08, U+9b0d, U+9b0f-9b10, U+9b13, U+9b18, U+9b1a, U+9b1f, U+9b22-9b23, U+9b25, U+9b27-9b28, U+9b2a, U+9b2f, U+9b31-9b32, U+9b3b, U+9b43, U+9b46-9b49, U+9b4d-9b4e, U+9b51, U+9b56, U+9b58, U+9b5a, U+9b5c, U+9b5f, U+9b61-9b62, U+9b6f, U+9b77, U+9b80, U+9b88, U+9b8b, U+9b8e, U+9b91, U+9b9f-9ba0, U+9ba8, U+9baa-9bab, U+9bad-9bae, U+9bb0-9bb1, U+9bb8, U+9bc9-9bca, U+9bd3, U+9bd6, U+9bdb, U+9be8, U+9bf0-9bf1, U+9c02, U+9c10, U+9c15, U+9c24, U+9c2d, U+9c32, U+9c39;
	src: url("../fonts/noto-sans-sc-24-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-25-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+98c8, U+98cf-98d6, U+98da-98db, U+98dd, U+98e1-98e2, U+98e7-98ea, U+98ec, U+98ee-98ef, U+98f2, U+98f4, U+98fc-98fe, U+9903, U+9905, U+9908, U+990a, U+990c-990d, U+9913-9914, U+9918, U+991a-991b, U+991e, U+9921, U+9928, U+992c, U+992e, U+9935, U+9938-9939, U+993d-993e, U+9945, U+994b-994c, U+9951-9952, U+9954-9955, U+9957, U+995e, U+9963, U+9966-9969, U+996b-996c, U+996f, U+9974-9975, U+9977-9979, U+997d-997e, U+9980-9981, U+9983-9984, U+9987, U+998a-998b, U+998d-9991, U+9993-9995, U+9997-9998, U+99a5, U+99ab-99ae, U+99b1, U+99b3-99b4, U+99bc, U+99bf, U+99c1, U+99c3-99c6, U+99cc, U+99d0, U+99d2, U+99d5, U+99db, U+99dd, U+99e1, U+99ed, U+99f1, U+99ff, U+9a01, U+9a03-9a04, U+9a0e-9a0f, U+9a11-9a13, U+9a19, U+9a1b, U+9a28, U+9a2b, U+9a30, U+9a32, U+9a37, U+9a40, U+9a45, U+9a4a, U+9a4d-9a4e, U+9a52, U+9a55, U+9a57, U+9a5a-9a5b;
	src: url("../fonts/noto-sans-sc-25-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-26-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+972a, U+972d, U+9730, U+973d, U+9742, U+9744, U+9748-9749, U+9750-9751, U+975a-975c, U+9763, U+9765-9766, U+976c-976d, U+9773, U+9776, U+977a, U+977c, U+9784-9785, U+978e-978f, U+9791-9792, U+9794-9795, U+9798, U+979a, U+979e, U+97a3, U+97a5-97a6, U+97a8, U+97ab-97ac, U+97ae-97af, U+97b2, U+97b4, U+97c6, U+97cb-97cc, U+97d3, U+97d8, U+97dc, U+97e1, U+97ea-97eb, U+97ee, U+97fb, U+97fe-97ff, U+9801-9803, U+9805-9806, U+9808, U+980c, U+9810-9814, U+9817-9818, U+981e, U+9820-9821, U+9824, U+9828, U+982b-982d, U+9830, U+9834, U+9838-9839, U+983c, U+9846, U+984d-984f, U+9851-9852, U+9854-9855, U+9857-9858, U+985a-985b, U+9862-9863, U+9865, U+9867, U+986b, U+986f-9871, U+9877-9878, U+987c, U+9880, U+9883, U+9885, U+9889, U+988b-988f, U+9893-9895, U+9899-989b, U+989e-989f, U+98a1-98a2, U+98a5-98a7, U+98a9, U+98af, U+98b1, U+98b6, U+98ba, U+98be, U+98c3-98c4, U+98c6-98c7;
	src: url("../fonts/noto-sans-sc-26-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-27-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+95b9-95ca, U+95cc-95cd, U+95d4-95d6, U+95d8, U+95e1-95e2, U+95e9, U+95f0-95f1, U+95f3, U+95f6, U+95fc, U+95fe-95ff, U+9602-9604, U+9606-960d, U+960f, U+9611-9613, U+9615-9617, U+9619-961b, U+961d, U+9621, U+9628, U+962f, U+963c-963e, U+9641-9642, U+9649, U+9654, U+965b-965f, U+9661, U+9663, U+9665, U+9667-9668, U+966c, U+9670, U+9672-9674, U+9678, U+967a, U+967d, U+9682, U+9685, U+9688, U+968a, U+968d-968e, U+9695, U+9697-9698, U+969e, U+96a0, U+96a3-96a4, U+96a8, U+96aa, U+96b0-96b1, U+96b3-96b4, U+96b7-96b9, U+96bb-96bd, U+96c9, U+96cb, U+96ce, U+96d1-96d2, U+96d6, U+96d9, U+96db-96dc, U+96de, U+96e0, U+96e3, U+96e9, U+96eb, U+96f0-96f2, U+96f9, U+96ff, U+9701-9702, U+9705, U+9708, U+970a, U+970e-970f, U+9711, U+9719, U+9727;
	src: url("../fonts/noto-sans-sc-27-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-28-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+94e7-94ec, U+94ee-94f1, U+94f3, U+94f5, U+94f7, U+94f9, U+94fb-94fd, U+94ff, U+9503-9504, U+9506-9507, U+9509-950a, U+950d-950f, U+9511-9518, U+951a-9520, U+9522, U+9528-952d, U+9530-953a, U+953c-953f, U+9543-9546, U+9548-9550, U+9552-9555, U+9557-955b, U+955d-9568, U+956a-956d, U+9570-9574, U+9583, U+9586, U+9589, U+958e-958f, U+9591-9592, U+9594, U+9598-9599, U+959e-95a0, U+95a2-95a6, U+95a8-95b2, U+95b4, U+95b8;
	src: url("../fonts/noto-sans-sc-28-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-29-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+9410-941a, U+941c-942b, U+942d-942e, U+9432-9433, U+9435, U+9438, U+943a, U+943e, U+9444, U+944a, U+9451-9452, U+945a, U+9462-9463, U+9465, U+9470-9487, U+948a-9492, U+9494-9498, U+949a, U+949c-949d, U+94a1, U+94a3-94a4, U+94a8, U+94aa-94ad, U+94af, U+94b2, U+94b4-94ba, U+94bc-94c0, U+94c4, U+94c6-94db, U+94de-94e6;
	src: url("../fonts/noto-sans-sc-29-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-30-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+92b7, U+92b9, U+92c1, U+92c5-92c6, U+92c8, U+92cc, U+92d0, U+92d2, U+92e4, U+92ea, U+92ec-92ed, U+92f0, U+92f3, U+92f8, U+92fc, U+9304, U+9306, U+9310, U+9312, U+9315, U+9318, U+931a, U+931e, U+9320-9322, U+9324, U+9326-9329, U+932b-932c, U+932f, U+9331-9332, U+9335-9336, U+933e, U+9340-9341, U+934a-9360, U+9362-9363, U+9365-936b, U+936e, U+9375, U+937e, U+9382, U+938a, U+938c, U+938f, U+9393-9394, U+9396-9397, U+939a, U+93a2, U+93a7, U+93ac-93cd, U+93d0-93d1, U+93d6-93d8, U+93de-93df, U+93e1-93e2, U+93e4, U+93f8, U+93fb, U+93fd, U+940e-940f;
	src: url("../fonts/noto-sans-sc-30-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-31-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+914c, U+914e-9150, U+9154, U+9157, U+915a, U+915d-915e, U+9161-9164, U+9169, U+9170, U+9172, U+9174, U+9179-917a, U+917d-917e, U+9182-9183, U+9185, U+918c-918d, U+9190-9191, U+919a, U+919c, U+91a1-91a4, U+91a8, U+91aa-91af, U+91b4-91b5, U+91b8, U+91ba, U+91be, U+91c0-91c1, U+91c6, U+91c8, U+91cb, U+91d0, U+91d2, U+91d7-91d8, U+91dd, U+91e3, U+91e6-91e7, U+91ed, U+91f0, U+91f5, U+91f9, U+9200, U+9205, U+9207-920a, U+920d-920e, U+9210, U+9214-9215, U+921c, U+921e, U+9221, U+9223-9227, U+9229-922a, U+922d, U+9234-9235, U+9237, U+9239-923a, U+923c-9240, U+9244-9246, U+9249, U+924e-924f, U+9251, U+9253, U+9257, U+925b, U+925e, U+9262, U+9264-9266, U+9268, U+926c, U+926f, U+9271, U+927b, U+927e, U+9280, U+9283, U+9285-928a, U+928e, U+9291, U+9293, U+9296, U+9298, U+929c-929d, U+92a8, U+92ab-92ae, U+92b3, U+92b6;
	src: url("../fonts/noto-sans-sc-31-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-32-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+8fe2-8fe5, U+8fe8-8fe9, U+8fee, U+8ff3-8ff4, U+8ff8, U+8ffa, U+9004, U+900b, U+9011, U+9015-9016, U+901e, U+9021, U+9026, U+902d, U+902f, U+9031, U+9035-9036, U+9039-903a, U+9041, U+9044-9046, U+904a, U+904f-9052, U+9054-9055, U+9058-9059, U+905b-905e, U+9060-9062, U+9068-9069, U+906f, U+9072, U+9074, U+9076-907a, U+907c-907d, U+9081, U+9083, U+9085, U+9087-908b, U+908f, U+9095, U+9097, U+9099-909b, U+909d, U+90a0-90a1, U+90a8-90a9, U+90ac, U+90b0, U+90b2-90b4, U+90b6, U+90b8, U+90ba, U+90bd-90be, U+90c3-90c5, U+90c7-90c8, U+90cf-90d0, U+90d3, U+90d5, U+90d7, U+90da-90dc, U+90de, U+90e2, U+90e4, U+90e6-90e7, U+90ea-90eb, U+90ef, U+90f4-90f5, U+90f7, U+90fe-9100, U+9104, U+9109, U+910c, U+9112, U+9114-9115, U+9118, U+911c, U+911e, U+9120, U+9122-9123, U+9127, U+912d, U+912f-9132, U+9139-913a, U+9143, U+9146, U+9149-914a;
	src: url("../fonts/noto-sans-sc-32-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-33-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+8e2d-8e31, U+8e34-8e35, U+8e39-8e3a, U+8e3d, U+8e40-8e42, U+8e47, U+8e49-8e4b, U+8e50-8e53, U+8e59-8e5a, U+8e5f-8e60, U+8e64, U+8e69, U+8e6c, U+8e70, U+8e74, U+8e76, U+8e7a-8e7c, U+8e7f, U+8e84-8e85, U+8e87, U+8e89, U+8e8b, U+8e8d, U+8e8f-8e90, U+8e94, U+8e99, U+8e9c, U+8e9e, U+8eaa, U+8eac, U+8eb0, U+8eb6, U+8ec0, U+8ec6, U+8eca-8ece, U+8ed2, U+8eda, U+8edf, U+8ee2, U+8eeb, U+8ef8, U+8efb-8efe, U+8f03, U+8f09, U+8f0b, U+8f12-8f15, U+8f1b, U+8f1d, U+8f1f, U+8f29-8f2a, U+8f2f, U+8f36, U+8f38, U+8f3b, U+8f3e-8f3f, U+8f44-8f45, U+8f49, U+8f4d-8f4e, U+8f5f, U+8f6b, U+8f6d, U+8f71-8f73, U+8f75-8f76, U+8f78-8f7a, U+8f7c, U+8f7e, U+8f81-8f82, U+8f84, U+8f87, U+8f8a-8f8b, U+8f8d-8f8f, U+8f94-8f95, U+8f97-8f9a, U+8fa6, U+8fad-8faf, U+8fb2, U+8fb5-8fb7, U+8fba-8fbc, U+8fbf, U+8fc2, U+8fcb, U+8fcd, U+8fd3, U+8fd5, U+8fd7, U+8fda;
	src: url("../fonts/noto-sans-sc-33-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-34-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+8caf-8cb0, U+8cb3-8cb4, U+8cb6-8cb9, U+8cbb-8cbd, U+8cbf-8cc4, U+8cc7-8cc8, U+8cca, U+8ccd, U+8cd1, U+8cd3, U+8cdb-8cdc, U+8cde, U+8ce0, U+8ce2-8ce4, U+8ce6-8ce8, U+8cea, U+8ced, U+8cf4, U+8cf8, U+8cfa, U+8cfc-8cfd, U+8d04-8d05, U+8d07-8d08, U+8d0a, U+8d0d, U+8d0f, U+8d13-8d14, U+8d16, U+8d1b, U+8d20, U+8d2e, U+8d30, U+8d32-8d33, U+8d36, U+8d3b, U+8d3d, U+8d40, U+8d42-8d43, U+8d45-8d46, U+8d48-8d4a, U+8d4d, U+8d51, U+8d53, U+8d55, U+8d59, U+8d5c-8d5d, U+8d5f, U+8d61, U+8d66-8d67, U+8d6a, U+8d6d, U+8d71, U+8d73, U+8d84, U+8d90-8d91, U+8d94-8d95, U+8d99, U+8da8, U+8daf, U+8db1, U+8db5, U+8db8, U+8dba, U+8dbc, U+8dbf, U+8dc2, U+8dc4, U+8dc6, U+8dcb, U+8dce-8dcf, U+8dd6-8dd7, U+8dda-8ddb, U+8dde, U+8de1, U+8de3-8de4, U+8de9, U+8deb-8dec, U+8df0-8df1, U+8df6-8dfd, U+8e05, U+8e07, U+8e09-8e0a, U+8e0c, U+8e0e, U+8e10, U+8e14, U+8e1d-8e1f, U+8e23, U+8e26, U+8e2b-8e2c;
	src: url("../fonts/noto-sans-sc-34-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-35-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+8b5e, U+8b60, U+8b6c, U+8b6f-8b70, U+8b72, U+8b74, U+8b77, U+8b7d, U+8b80, U+8b83, U+8b8a, U+8b8c, U+8b90, U+8b93, U+8b99-8b9a, U+8ba0, U+8ba3, U+8ba5-8ba7, U+8baa-8bac, U+8bb3-8bb5, U+8bb7, U+8bb9, U+8bc2-8bc3, U+8bc5, U+8bcb-8bcc, U+8bce-8bd0, U+8bd2-8bd4, U+8bd6, U+8bd8-8bd9, U+8bdc, U+8bdf, U+8be3-8be4, U+8be7-8be9, U+8beb-8bec, U+8bee, U+8bf0, U+8bf2-8bf3, U+8bf6, U+8bf9, U+8bfc-8bfd, U+8bff-8c00, U+8c02, U+8c04, U+8c06-8c07, U+8c0c, U+8c0f, U+8c11-8c12, U+8c14-8c1b, U+8c1d-8c21, U+8c24-8c25, U+8c27, U+8c2a-8c2c, U+8c2e-8c30, U+8c32-8c36, U+8c3f, U+8c47-8c4c, U+8c4e-8c50, U+8c54-8c56, U+8c62, U+8c68, U+8c6c, U+8c73, U+8c78, U+8c7a, U+8c82, U+8c85, U+8c89-8c8a, U+8c8d-8c8e, U+8c90, U+8c93-8c94, U+8c98, U+8c9d-8c9e, U+8ca0-8ca2, U+8ca7-8cac;
	src: url("../fonts/noto-sans-sc-35-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-36-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+8a02-8a03, U+8a07-8a0a, U+8a0e-8a0f, U+8a13, U+8a15-8a18, U+8a1a-8a1b, U+8a1d, U+8a1f, U+8a22-8a23, U+8a25, U+8a2b, U+8a2d, U+8a31, U+8a33-8a34, U+8a36-8a38, U+8a3a, U+8a3c, U+8a3e, U+8a40-8a41, U+8a46, U+8a48, U+8a50, U+8a52, U+8a54-8a55, U+8a58, U+8a5b, U+8a5d-8a63, U+8a66, U+8a69-8a6b, U+8a6d-8a6e, U+8a70, U+8a72-8a73, U+8a7a, U+8a85, U+8a87, U+8a8a, U+8a8c-8a8d, U+8a90-8a92, U+8a95, U+8a98, U+8aa0-8aa1, U+8aa3-8aa6, U+8aa8-8aa9, U+8aac-8aae, U+8ab0, U+8ab2, U+8ab8-8ab9, U+8abc, U+8abe-8abf, U+8ac7, U+8acf, U+8ad2, U+8ad6-8ad7, U+8adb-8adc, U+8adf, U+8ae1, U+8ae6-8ae8, U+8aeb, U+8aed-8aee, U+8af1, U+8af3-8af4, U+8af7-8af8, U+8afa, U+8afe, U+8b00-8b02, U+8b07, U+8b0a, U+8b0c, U+8b0e, U+8b10, U+8b17, U+8b19, U+8b1b, U+8b1d, U+8b20-8b21, U+8b26, U+8b28, U+8b2c, U+8b33, U+8b39, U+8b3e-8b3f, U+8b41, U+8b45, U+8b49, U+8b4c, U+8b4f, U+8b57-8b58, U+8b5a, U+8b5c;
	src: url("../fonts/noto-sans-sc-36-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-37-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+8869-886a, U+886e-886f, U+8872, U+8879, U+887d-887f, U+8882, U+8884-8886, U+8888, U+888f, U+8892-8893, U+889b, U+88a2, U+88a4, U+88a6, U+88a8, U+88aa, U+88ae, U+88b1, U+88b4, U+88b7, U+88bc, U+88c0, U+88c6-88c9, U+88ce-88cf, U+88d1-88d3, U+88d8, U+88db-88dd, U+88df, U+88e1-88e3, U+88e5, U+88e8, U+88ec, U+88f0-88f1, U+88f3-88f4, U+88fc-88fe, U+8900, U+8902, U+8906-8907, U+8909-890c, U+8912-8915, U+8918-891b, U+8921, U+8925, U+892b, U+8930, U+8932, U+8934, U+8936, U+893b, U+893d, U+8941, U+894c, U+8955-8956, U+8959, U+895c, U+895e-8960, U+8966, U+896a, U+896c, U+896f-8970, U+8972, U+897b, U+897e, U+8980, U+8983, U+8985, U+8987-8988, U+898c, U+898f, U+8993, U+8997, U+899a, U+89a1, U+89a7, U+89a9-89aa, U+89b2-89b3, U+89b7, U+89c0, U+89c7, U+89ca-89cc, U+89ce-89d1, U+89d6, U+89da, U+89dc, U+89de, U+89e5, U+89e7, U+89eb, U+89ef, U+89f1, U+89f3-89f4, U+89f8, U+89ff, U+8a01;
	src: url("../fonts/noto-sans-sc-37-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-38-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+86e4, U+86e6, U+86e9, U+86ed, U+86ef-86f4, U+86f8-86f9, U+86fb, U+86fe, U+8703, U+8706-870a, U+870d, U+8711-8713, U+871a, U+871e, U+8722-8723, U+8725, U+8729, U+872e, U+8731, U+8734, U+8737, U+873a-873b, U+873e-8740, U+8742, U+8747-8748, U+8753, U+8755, U+8757-8758, U+875d, U+875f, U+8762-8766, U+8768, U+876e, U+8770, U+8772, U+8775, U+8778, U+877b-877e, U+8782, U+8785, U+8788, U+878b, U+8793, U+8797, U+879a, U+879e-87a0, U+87a2-87a3, U+87a8, U+87ab-87ad, U+87af, U+87b3, U+87b5, U+87bd, U+87c0, U+87c4, U+87c6, U+87ca-87cb, U+87d1-87d2, U+87db-87dc, U+87de, U+87e0, U+87e5, U+87ea, U+87ec, U+87ee, U+87f2-87f3, U+87fb, U+87fd-87fe, U+8802-8803, U+8805, U+880a-880b, U+880d, U+8813-8816, U+8819, U+881b, U+881f, U+8821, U+8823, U+8831-8832, U+8835-8836, U+8839, U+883b-883c, U+8844, U+8846, U+884a, U+884e, U+8852-8853, U+8855, U+8859, U+885b, U+885d-885e, U+8862, U+8864;
	src: url("../fonts/noto-sans-sc-38-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-39-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+8532, U+8534-8535, U+8538-853a, U+853c, U+8543, U+8545, U+8548, U+854e, U+8553, U+8556-8557, U+8559, U+855e, U+8561, U+8564-8565, U+8568-856a, U+856d, U+856f-8570, U+8572, U+8576, U+8579-857b, U+8580, U+8585-8586, U+8588, U+858a, U+858f, U+8591, U+8594, U+8599, U+859c, U+85a2, U+85a4, U+85a6, U+85a8-85a9, U+85ab-85ac, U+85ae, U+85b7-85b9, U+85be, U+85c1, U+85c7, U+85cd, U+85d0, U+85d3, U+85d5, U+85dc-85dd, U+85df-85e0, U+85e5-85e6, U+85e8-85ea, U+85f4, U+85f9, U+85fe-85ff, U+8602, U+8605-8607, U+860a-860b, U+8616, U+8618, U+861a, U+8627, U+8629, U+862d, U+8638, U+863c, U+863f, U+864d, U+864f, U+8652-8655, U+865b-865c, U+865f, U+8662, U+8667, U+866c, U+866e, U+8671, U+8675, U+867a-867c, U+867f, U+868b, U+868d, U+8693, U+869c-869d, U+86a1, U+86a3-86a4, U+86a7-86a9, U+86ac, U+86af-86b1, U+86b4-86b6, U+86ba, U+86c0, U+86c4, U+86c6, U+86c9-86ca, U+86cd-86d1, U+86d4, U+86d8, U+86de-86df;
	src: url("../fonts/noto-sans-sc-39-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-40-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+83b4, U+83b6, U+83b8, U+83ba, U+83bc-83bd, U+83bf-83c0, U+83c2, U+83c5, U+83c8-83c9, U+83cb, U+83d1, U+83d3-83d6, U+83d8, U+83db, U+83dd, U+83df, U+83e1, U+83e5, U+83ea-83eb, U+83f0, U+83f4, U+83f8-83f9, U+83fb, U+83fd, U+83ff, U+8401, U+8406, U+840a-840b, U+840f, U+8411, U+8418, U+841c, U+8420, U+8422-8424, U+8426, U+8429, U+842c, U+8438-8439, U+843b-843c, U+843f, U+8446-8447, U+8449, U+844e, U+8451-8452, U+8456, U+8459-845a, U+845c, U+8462, U+8466, U+846d, U+846f-8470, U+8473, U+8476-8478, U+847a, U+847d, U+8484-8485, U+8487, U+8489, U+848c, U+848e, U+8490, U+8493-8494, U+8497, U+849b, U+849e-849f, U+84a1, U+84a5, U+84a8, U+84af, U+84b4, U+84b9-84bf, U+84c1-84c2, U+84c5-84c7, U+84ca-84cb, U+84cd, U+84d0-84d1, U+84d3, U+84d6, U+84df-84e0, U+84e2-84e3, U+84e5-84e7, U+84ee, U+84f3, U+84f6, U+84fa, U+84fc, U+84ff-8500, U+850c, U+8511, U+8514-8515, U+8517-8518, U+851f, U+8523, U+8525-8526, U+8529, U+852b, U+852d;
	src: url("../fonts/noto-sans-sc-40-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-41-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+82a9-82ab, U+82ae, U+82b0, U+82b2, U+82b4-82b6, U+82bc, U+82be, U+82c0-82c2, U+82c4-82c8, U+82ca-82cc, U+82ce, U+82d0, U+82d2-82d3, U+82d5-82d6, U+82d8-82d9, U+82dc-82de, U+82e0-82e4, U+82e7, U+82e9-82eb, U+82ed-82ee, U+82f3-82f4, U+82f7-82f8, U+82fa-8301, U+8306-8308, U+830c-830d, U+830f, U+8311, U+8313-8315, U+8318, U+831a-831b, U+831d, U+8324, U+8327, U+832a, U+832c-832d, U+832f, U+8331-8334, U+833a-833c, U+8340, U+8343-8345, U+8347-8348, U+834a, U+834c, U+834f, U+8351, U+8356, U+8358-835c, U+835e, U+8360, U+8364-8366, U+8368-836a, U+836c-836e, U+8373, U+8378, U+837b-837d, U+837f-8380, U+8382, U+8388, U+838a-838b, U+8392, U+8394, U+8396, U+8398-8399, U+839b-839c, U+83a0, U+83a2-83a3, U+83a8-83aa, U+83ae-83b0, U+83b3;
	src: url("../fonts/noto-sans-sc-41-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-42-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+814d-814e, U+8151, U+8153, U+8158-815a, U+815e, U+8160, U+8166-8169, U+816b, U+816d, U+8171, U+8173-8174, U+8178, U+817c-817d, U+8182, U+8188, U+8191, U+8198-819b, U+81a0, U+81a3, U+81a5-81a6, U+81a9, U+81b6, U+81ba-81bb, U+81bd, U+81bf, U+81c1, U+81c3, U+81c6, U+81c9-81ca, U+81cc-81cd, U+81d1, U+81d3-81d4, U+81d8, U+81db-81dc, U+81de-81df, U+81e5, U+81e7-81e9, U+81eb-81ec, U+81ee-81ef, U+81f5, U+81f8, U+81fa, U+81fc, U+81fe, U+8200-8202, U+8204, U+8208-820a, U+820e-8210, U+8216-8218, U+821b-821c, U+8221-8224, U+8226-8228, U+822b, U+822d, U+822f, U+8232-8234, U+8237-8238, U+823a-823b, U+823e, U+8244, U+8249, U+824b, U+824f, U+8259-825a, U+825f, U+8266, U+8268, U+826e, U+8271, U+8276-8279, U+827d, U+827f, U+8283-8284, U+8288-828a, U+828d-8291, U+8293-8294, U+8296-8298, U+829f-82a1, U+82a3-82a4, U+82a7-82a8;
	src: url("../fonts/noto-sans-sc-42-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-43-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+7ffa, U+7ffe, U+8004, U+8006, U+800b, U+800e, U+8011-8012, U+8014, U+8016, U+8018-8019, U+801c, U+801e, U+8026-802a, U+8031, U+8034-8035, U+8037, U+8043, U+804b, U+804d, U+8052, U+8056, U+8059, U+805e, U+8061, U+8068-8069, U+806e-8074, U+8076-8078, U+807c-8080, U+8082, U+8084-8085, U+8088, U+808f, U+8093, U+809c, U+809f, U+80ab, U+80ad-80ae, U+80b1, U+80b6-80b8, U+80bc-80bd, U+80c2, U+80c4, U+80ca, U+80cd, U+80d1, U+80d4, U+80d7, U+80d9-80db, U+80dd, U+80e0, U+80e4-80e5, U+80e7-80ed, U+80ef-80f1, U+80f3-80f4, U+80fc, U+8101, U+8104-8105, U+8107-8108, U+810c-810e, U+8112-8115, U+8117-8119, U+811b-811f, U+8121-8130, U+8132-8134, U+8137, U+8139, U+813f-8140, U+8142, U+8146, U+8148;
	src: url("../fonts/noto-sans-sc-43-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-44-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+7ed7, U+7edb, U+7ee0-7ee2, U+7ee5-7ee6, U+7ee8, U+7eeb, U+7ef0-7ef2, U+7ef6, U+7efa-7efb, U+7efe, U+7f01-7f04, U+7f08, U+7f0a-7f12, U+7f17, U+7f19, U+7f1b-7f1c, U+7f1f, U+7f21-7f23, U+7f25-7f28, U+7f2a-7f33, U+7f35-7f37, U+7f3d, U+7f42, U+7f44-7f45, U+7f4c-7f4d, U+7f52, U+7f54, U+7f58-7f59, U+7f5d, U+7f5f-7f61, U+7f63, U+7f65, U+7f68, U+7f70-7f71, U+7f73-7f75, U+7f77, U+7f79, U+7f7d-7f7e, U+7f85-7f86, U+7f88-7f89, U+7f8b-7f8c, U+7f90-7f91, U+7f94-7f96, U+7f98-7f9b, U+7f9d, U+7f9f, U+7fa3, U+7fa7-7fa9, U+7fac-7fb2, U+7fb4, U+7fb6, U+7fb8, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fca, U+7fcc, U+7fce, U+7fd2, U+7fd5, U+7fd9-7fdb, U+7fdf, U+7fe3, U+7fe5-7fe7, U+7fe9, U+7feb-7fec, U+7fee-7fef, U+7ff1, U+7ff3-7ff4, U+7ff9;
	src: url("../fonts/noto-sans-sc-44-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-45-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+7dc4, U+7dc7-7dc8, U+7dca-7dcd, U+7dcf, U+7dd1-7dd2, U+7dd4, U+7dd6-7dd8, U+7dda-7de0, U+7de2-7de6, U+7de8-7ded, U+7def, U+7df1-7df5, U+7df7, U+7df9, U+7dfb-7dfc, U+7dfe-7e02, U+7e04, U+7e08-7e0b, U+7e12, U+7e1b, U+7e1e, U+7e20, U+7e22-7e23, U+7e26, U+7e29, U+7e2b, U+7e2e-7e2f, U+7e31, U+7e37, U+7e39-7e3e, U+7e40, U+7e43-7e44, U+7e46-7e47, U+7e4a-7e4b, U+7e4d-7e4e, U+7e51, U+7e54-7e56, U+7e58-7e5b, U+7e5d-7e5e, U+7e61, U+7e66-7e67, U+7e69-7e6b, U+7e6d, U+7e70, U+7e73, U+7e77, U+7e79, U+7e7b-7e7d, U+7e81-7e82, U+7e8c-7e8d, U+7e8f, U+7e92-7e94, U+7e96, U+7e98, U+7e9a-7e9c, U+7e9e-7e9f, U+7ea1, U+7ea3, U+7ea5, U+7ea8-7ea9, U+7eab, U+7ead-7eae, U+7eb0, U+7ebb, U+7ebe, U+7ec0-7ec2, U+7ec9, U+7ecb-7ecc, U+7ed0, U+7ed4;
	src: url("../fonts/noto-sans-sc-45-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-46-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+7ccc-7ccd, U+7cd7, U+7cdc, U+7cde, U+7ce0, U+7ce4-7ce5, U+7ce7-7ce8, U+7cec, U+7cf0, U+7cf5-7cf9, U+7cfc, U+7cfe, U+7d00, U+7d04-7d0b, U+7d0d, U+7d10-7d14, U+7d17-7d19, U+7d1b-7d1f, U+7d21, U+7d24-7d26, U+7d28-7d2a, U+7d2c-7d2e, U+7d30-7d31, U+7d33, U+7d35-7d36, U+7d38-7d3a, U+7d40, U+7d42-7d44, U+7d46, U+7d4b-7d4c, U+7d4f, U+7d51, U+7d54-7d56, U+7d58, U+7d5b-7d5c, U+7d5e, U+7d61-7d63, U+7d66, U+7d68, U+7d6a-7d6c, U+7d6f, U+7d71-7d73, U+7d75-7d77, U+7d79-7d7a, U+7d7e, U+7d81, U+7d84-7d8b, U+7d8d, U+7d8f, U+7d91, U+7d94, U+7d96, U+7d98-7d9a, U+7d9c-7da0, U+7da2, U+7da6, U+7daa-7db1, U+7db4-7db8, U+7dba-7dbf, U+7dc1;
	src: url("../fonts/noto-sans-sc-46-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-47-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+7bc3-7bc4, U+7bc6, U+7bc8-7bcc, U+7bd1, U+7bd3-7bd4, U+7bd9-7bda, U+7bdd, U+7be0-7be1, U+7be4-7be6, U+7be9-7bea, U+7bef, U+7bf4, U+7bf6, U+7bfc, U+7bfe, U+7c01, U+7c03, U+7c07-7c08, U+7c0a-7c0d, U+7c0f, U+7c11, U+7c15-7c16, U+7c19, U+7c1e-7c21, U+7c23-7c24, U+7c26, U+7c28-7c33, U+7c35, U+7c37-7c3b, U+7c3d-7c3e, U+7c40-7c41, U+7c43, U+7c47-7c48, U+7c4c, U+7c50, U+7c53-7c54, U+7c59, U+7c5f-7c60, U+7c63-7c65, U+7c6c, U+7c6e, U+7c72, U+7c74, U+7c79-7c7a, U+7c7c, U+7c81-7c82, U+7c84-7c85, U+7c88, U+7c8a-7c91, U+7c93-7c96, U+7c99, U+7c9b-7c9e, U+7ca0-7ca2, U+7ca6-7ca9, U+7cac, U+7caf-7cb3, U+7cb5-7cb7, U+7cba-7cbd, U+7cbf-7cc2, U+7cc5, U+7cc7-7cc9;
	src: url("../fonts/noto-sans-sc-47-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-48-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+7aca, U+7ad1-7ad2, U+7ada-7add, U+7ae1, U+7ae4, U+7ae6, U+7af4-7af7, U+7afa-7afb, U+7afd-7b0a, U+7b0c, U+7b0e-7b0f, U+7b13, U+7b15-7b16, U+7b18-7b19, U+7b1e-7b20, U+7b22-7b25, U+7b29-7b2b, U+7b2d-7b2e, U+7b30-7b3b, U+7b3e-7b3f, U+7b41-7b42, U+7b44-7b47, U+7b4a, U+7b4c-7b50, U+7b58, U+7b5a, U+7b5c, U+7b60, U+7b66-7b67, U+7b69, U+7b6c-7b6f, U+7b72-7b76, U+7b7b-7b7d, U+7b7f, U+7b82, U+7b85, U+7b87, U+7b8b-7b96, U+7b98-7b99, U+7b9b-7b9f, U+7ba2-7ba4, U+7ba6-7bac, U+7bae-7bb0, U+7bb4, U+7bb7-7bb9, U+7bbb, U+7bc0-7bc1;
	src: url("../fonts/noto-sans-sc-48-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-49-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+797c, U+797e-7980, U+7982, U+7986-7987, U+7989-798e, U+7992, U+7994-7995, U+7997-7998, U+799a-799c, U+799f, U+79a3-79a6, U+79a8-79ac, U+79ae-79b1, U+79b3-79b5, U+79b8, U+79ba, U+79bf, U+79c2, U+79c6, U+79c8, U+79cf, U+79d5-79d6, U+79dd-79de, U+79e3, U+79e7-79e8, U+79eb, U+79ed, U+79f4, U+79f7-79f8, U+79fa, U+79fe, U+7a02-7a03, U+7a05, U+7a0a, U+7a14, U+7a17, U+7a19, U+7a1c, U+7a1e-7a1f, U+7a23, U+7a25-7a26, U+7a2c, U+7a2e, U+7a30-7a32, U+7a36-7a37, U+7a39, U+7a3c, U+7a40, U+7a42, U+7a47, U+7a49, U+7a4c-7a4f, U+7a51, U+7a55, U+7a5b, U+7a5d-7a5e, U+7a62-7a63, U+7a66, U+7a68-7a69, U+7a6b, U+7a70, U+7a78, U+7a80, U+7a85-7a88, U+7a8a, U+7a90, U+7a93-7a96, U+7a98, U+7a9b-7a9c, U+7a9e, U+7aa0-7aa1, U+7aa3, U+7aa8-7aaa, U+7aac-7ab0, U+7ab3, U+7ab8, U+7aba, U+7abd-7abf, U+7ac4-7ac5, U+7ac7-7ac8;
	src: url("../fonts/noto-sans-sc-49-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-50-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+783e, U+7841-7844, U+7847-7849, U+784b-784c, U+784e-7854, U+7856-7857, U+7859-785a, U+7865, U+7869-786a, U+786d, U+786f, U+7876-7877, U+787c, U+787e-787f, U+7881, U+7887-7889, U+7893-7894, U+7898-789e, U+78a1, U+78a3, U+78a5, U+78a9, U+78ad, U+78b2, U+78b4, U+78b6, U+78b9-78ba, U+78bc, U+78bf, U+78c3, U+78c9, U+78cb, U+78d0-78d2, U+78d4, U+78d9-78da, U+78dc, U+78de, U+78e1, U+78e5-78e6, U+78ea, U+78ec, U+78ef, U+78f1-78f2, U+78f4, U+78fa-78fb, U+78fe, U+7901-7902, U+7905, U+7907, U+7909, U+790b-790c, U+790e, U+7910, U+7913, U+7919-791b, U+791e-791f, U+7921, U+7924, U+7926, U+792a-792b, U+7934, U+7936, U+7939, U+793b, U+793d, U+7940, U+7942-7943, U+7945-7947, U+7949-794a, U+794c, U+794e-7951, U+7953-7955, U+7957-795a, U+795c, U+795f-7960, U+7962, U+7964, U+7966-7967, U+7969, U+796b, U+796f, U+7972, U+7974, U+7979, U+797b;
	src: url("../fonts/noto-sans-sc-50-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-51-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+770f, U+7712, U+7714, U+7716, U+7719-771b, U+771e, U+7721-7722, U+7726, U+7728, U+772b-7730, U+7732-7736, U+7739-773a, U+773d-773f, U+7743, U+7746-7747, U+774c-774f, U+7751-7752, U+7758-775a, U+775c-775e, U+7762, U+7765-7766, U+7768-776a, U+776c-776d, U+7771-7772, U+777a, U+777c-777e, U+7780, U+7785, U+7787, U+778b-778d, U+778f-7791, U+7793, U+779e-77a0, U+77a2, U+77a5, U+77ad, U+77af, U+77b4-77b7, U+77bd-77c0, U+77c2, U+77c5, U+77c7, U+77cd, U+77d6-77d7, U+77d9-77da, U+77dd-77de, U+77e7, U+77ea, U+77ec, U+77ef, U+77f8, U+77fb, U+77fd-77fe, U+7800, U+7803, U+7806, U+7809, U+780f-7812, U+7815, U+7817-7818, U+781a-781f, U+7821-7823, U+7825-7827, U+7829, U+782b-7830, U+7832-7833, U+7835, U+7837, U+7839-783c;
	src: url("../fonts/noto-sans-sc-51-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-52-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+760a-760e, U+7610-7619, U+761b-761d, U+761f-7622, U+7625, U+7627-762a, U+762e-7630, U+7632-7635, U+7638-763a, U+763c-763d, U+763f-7640, U+7642-7643, U+7647-7648, U+764d-764e, U+7652, U+7654, U+7658, U+765a, U+765c, U+765e-765f, U+7661-7663, U+7665, U+7669, U+766c, U+766e-766f, U+7671-7673, U+7675-7676, U+7678-767a, U+767f, U+7681, U+7683, U+7688, U+768a-768c, U+768e, U+7690-7692, U+7695, U+7698, U+769a-769b, U+769d-76a0, U+76a2, U+76a4-76a7, U+76ab-76ac, U+76af-76b0, U+76b2, U+76b4-76b5, U+76ba-76bb, U+76bf, U+76c2-76c3, U+76c5, U+76c9, U+76cc-76ce, U+76dc-76de, U+76e1-76ea, U+76f1, U+76f9-76fb, U+76fd, U+76ff-7700, U+7703-7704, U+7707-7708, U+770c-770e;
	src: url("../fonts/noto-sans-sc-52-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-53-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+74ef, U+74f4, U+74ff, U+7501, U+7503, U+7505, U+7508, U+750d, U+750f, U+7511, U+7513, U+7515, U+7517, U+7519, U+7521-7527, U+752a, U+752c-752d, U+752f, U+7534, U+7536, U+753a, U+753e, U+7540, U+7544, U+7547-754b, U+754d-754e, U+7550-7553, U+7556-7557, U+755a-755b, U+755d-755e, U+7560, U+7562, U+7564, U+7566-7568, U+756b-756c, U+756f-7573, U+7575, U+7579-757c, U+757e-757f, U+7581-7584, U+7587, U+7589-758e, U+7590, U+7592, U+7594, U+7596, U+7599-759a, U+759d, U+759f-75a0, U+75a3, U+75a5, U+75a8, U+75ac-75ad, U+75b0-75b1, U+75b3-75b5, U+75b8, U+75bd, U+75c1-75c4, U+75c8-75ca, U+75cc-75cd, U+75d4, U+75d6, U+75d9, U+75de, U+75e0, U+75e2-75e4, U+75e6-75ea, U+75f1-75f3, U+75f7, U+75f9-75fa, U+75fc, U+75fe-7601, U+7603, U+7605-7606, U+7608-7609;
	src: url("../fonts/noto-sans-sc-53-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-54-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+73e7-73ea, U+73ee-73f0, U+73f2, U+73f4-73f5, U+73f7, U+73f9-73fa, U+73fc-73fd, U+73ff-7402, U+7404, U+7407-7408, U+740a-740f, U+7418, U+741a-741c, U+741e, U+7424-7425, U+7428-7429, U+742c-7430, U+7432, U+7435-7436, U+7438-743b, U+743e-7441, U+7443-7446, U+7448, U+744a-744b, U+7452, U+7457, U+745b, U+745d, U+7460, U+7462-7465, U+7467-746a, U+746d, U+746f, U+7471, U+7473-7474, U+7477, U+747a, U+747e, U+7481-7482, U+7484, U+7486, U+7488-748b, U+748e-748f, U+7493, U+7498, U+749a, U+749c-74a0, U+74a3, U+74a6, U+74a9-74aa, U+74ae, U+74b0-74b2, U+74b6, U+74b8-74ba, U+74bd, U+74bf, U+74c1, U+74c3, U+74c5, U+74c8, U+74ca, U+74cc, U+74cf, U+74d1-74d2, U+74d4-74d5, U+74d8-74db, U+74de-74e0, U+74e2, U+74e4-74e5, U+74e7-74e9, U+74ee;
	src: url("../fonts/noto-sans-sc-54-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-55-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+72dd-72df, U+72e1, U+72e5-72e6, U+72e8, U+72ef-72f0, U+72f2-72f4, U+72f6-72f7, U+72f9-72fb, U+72fd, U+7300-7304, U+7307, U+730a-730c, U+7313-7317, U+731d-7322, U+7327, U+7329, U+732c-732d, U+7330-7331, U+7333, U+7335-7337, U+7339, U+733d-733e, U+7340, U+7342, U+7344-7345, U+734a, U+734d-7350, U+7352, U+7355, U+7357, U+7359, U+735f-7360, U+7362-7363, U+7365, U+7368, U+736c-736d, U+736f-7370, U+7372, U+7374-7376, U+7378, U+737a-737b, U+737d-737e, U+7382-7383, U+7386, U+7388, U+738a, U+738c-7393, U+7395, U+7397-739a, U+739c, U+739e, U+73a0-73a3, U+73a5-73a8, U+73aa, U+73ad, U+73b1, U+73b3, U+73b6-73b7, U+73b9, U+73c2, U+73c5-73c9, U+73cc, U+73ce-73d0, U+73d2, U+73d6, U+73d9, U+73db-73de, U+73e3, U+73e5-73e6;
	src: url("../fonts/noto-sans-sc-55-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-56-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+719c, U+71a0, U+71a4-71a5, U+71a8, U+71af, U+71b1-71bc, U+71be, U+71c1-71c2, U+71c4, U+71c8-71cb, U+71ce-71d0, U+71d2, U+71d4, U+71d9-71da, U+71dc, U+71df-71e0, U+71e6-71e8, U+71ea, U+71ed-71ee, U+71f4, U+71f6, U+71f9, U+71fb-71fc, U+71ff-7200, U+7207, U+720c-720d, U+7210, U+7216, U+721a-721e, U+7223, U+7228, U+722b, U+722d-722e, U+7230, U+7232, U+723a-723c, U+723e-7242, U+7246, U+724b, U+724d-724e, U+7252, U+7256, U+7258, U+725a, U+725c-725d, U+7260, U+7264-7266, U+726a, U+726c, U+726e-726f, U+7271, U+7273-7274, U+7278, U+727b, U+727d-727e, U+7281-7282, U+7284, U+7287, U+728a, U+728d, U+728f, U+7292, U+729b, U+729f-72a0, U+72a7, U+72ad-72ae, U+72b0-72b5, U+72b7-72b8, U+72ba-72be, U+72c0-72c1, U+72c3, U+72c5-72c6, U+72c8, U+72cc-72ce, U+72d2, U+72d6, U+72db;
	src: url("../fonts/noto-sans-sc-56-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-57-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+7005-7006, U+7009, U+700b, U+700d, U+7015, U+7018, U+701b, U+701d-701f, U+7023, U+7026-7028, U+702c, U+702e-7030, U+7035, U+7037, U+7039-703a, U+703c-703e, U+7044, U+7049-704b, U+704f, U+7051, U+7058, U+705a, U+705c-705e, U+7061, U+7064, U+7066, U+706c, U+707d, U+7080-7081, U+7085-7086, U+708a, U+708f, U+7091, U+7094-7095, U+7098-7099, U+709c-709d, U+709f, U+70a4, U+70a9-70aa, U+70af-70b2, U+70b4-70b7, U+70bb, U+70c0, U+70c3, U+70c7, U+70cb, U+70ce-70cf, U+70d4, U+70d9-70da, U+70dc-70dd, U+70e0, U+70e9, U+70ec, U+70f7, U+70fa, U+70fd, U+70ff, U+7104, U+7108-7109, U+710c, U+7110, U+7113-7114, U+7116-7118, U+711c, U+711e, U+7120, U+712e-712f, U+7131, U+713c, U+7142, U+7144-7147, U+7149-714b, U+7150, U+7152, U+7155-7156, U+7159-715a, U+715c, U+7161, U+7165-7166, U+7168-7169, U+716d, U+7173-7174, U+7176, U+7178, U+717a, U+717d, U+717f-7180, U+7184, U+7186-7188, U+7192, U+7198;
	src: url("../fonts/noto-sans-sc-57-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-58-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+6ed8-6ed9, U+6edb, U+6edd, U+6edf-6ee0, U+6ee2, U+6ee6, U+6eea, U+6eec, U+6eee-6eef, U+6ef2-6ef3, U+6ef7-6efa, U+6efe, U+6f01, U+6f03, U+6f08-6f09, U+6f15-6f16, U+6f19, U+6f22-6f25, U+6f28-6f2a, U+6f2c-6f2d, U+6f2f, U+6f31-6f32, U+6f36-6f38, U+6f3f, U+6f43-6f46, U+6f48, U+6f4b, U+6f4e-6f4f, U+6f51, U+6f54-6f57, U+6f59-6f5b, U+6f5e-6f5f, U+6f61, U+6f64-6f67, U+6f69-6f6c, U+6f6f-6f72, U+6f74-6f76, U+6f78-6f7e, U+6f80-6f83, U+6f86, U+6f89, U+6f8b-6f8d, U+6f90, U+6f92, U+6f94, U+6f97-6f98, U+6f9b, U+6fa3-6fa5, U+6fa7, U+6faa, U+6faf, U+6fb1, U+6fb4, U+6fb6, U+6fb9, U+6fc1-6fcb, U+6fd1-6fd3, U+6fd5, U+6fdb, U+6fde-6fe1, U+6fe4, U+6fe9, U+6feb-6fec, U+6fee-6ff1, U+6ffa, U+6ffe;
	src: url("../fonts/noto-sans-sc-58-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-59-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+6dc3, U+6dc5-6dc6, U+6dc9, U+6dcc, U+6dcf, U+6dd2-6dd3, U+6dd6, U+6dd9-6dde, U+6de0, U+6de4, U+6de6, U+6de8-6dea, U+6dec, U+6def-6df0, U+6df5-6df6, U+6df8, U+6dfa, U+6dfc, U+6e03-6e04, U+6e07-6e09, U+6e0b-6e0c, U+6e0e, U+6e11, U+6e13, U+6e15-6e16, U+6e19-6e1b, U+6e1e-6e1f, U+6e22, U+6e25-6e27, U+6e2b-6e2c, U+6e36-6e37, U+6e39-6e3a, U+6e3c-6e41, U+6e44-6e45, U+6e47, U+6e49-6e4b, U+6e4d-6e4e, U+6e51, U+6e53-6e55, U+6e5c-6e5f, U+6e61-6e63, U+6e65-6e67, U+6e6a-6e6b, U+6e6d-6e70, U+6e72-6e74, U+6e76-6e78, U+6e7c, U+6e80-6e82, U+6e86-6e87, U+6e89, U+6e8d, U+6e8f, U+6e96, U+6e98, U+6e9d-6e9f, U+6ea1, U+6ea5-6ea7, U+6eab, U+6eb1-6eb2, U+6eb4, U+6eb7, U+6ebb-6ebd, U+6ebf-6ec6, U+6ec8-6ec9, U+6ecc, U+6ecf-6ed0, U+6ed3-6ed4, U+6ed7;
	src: url("../fonts/noto-sans-sc-59-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-60-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+6cb2, U+6cb4-6cb5, U+6cb7, U+6cba, U+6cbc-6cbd, U+6cc1-6cc3, U+6cc5-6cc7, U+6cd0-6cd4, U+6cd6-6cd7, U+6cd9-6cda, U+6cde-6ce0, U+6ce4, U+6ce6, U+6ce9, U+6ceb-6cef, U+6cf1-6cf2, U+6cf6-6cf7, U+6cfa, U+6cfe, U+6d03-6d05, U+6d07-6d08, U+6d0a, U+6d0c, U+6d0e-6d11, U+6d13-6d14, U+6d16, U+6d18-6d1a, U+6d1c, U+6d1f, U+6d22-6d23, U+6d26-6d29, U+6d2b, U+6d2e-6d30, U+6d33, U+6d35-6d36, U+6d38-6d3a, U+6d3c, U+6d3f, U+6d42-6d44, U+6d48-6d49, U+6d4d, U+6d50, U+6d52, U+6d54, U+6d56-6d58, U+6d5a-6d5c, U+6d5e, U+6d60-6d61, U+6d63-6d65, U+6d67, U+6d6c-6d6d, U+6d6f, U+6d75, U+6d7b-6d7d, U+6d87, U+6d8a, U+6d8e, U+6d90-6d9a, U+6d9c-6da0, U+6da2-6da3, U+6da7, U+6daa-6dac, U+6dae, U+6db3-6db4, U+6db6, U+6db8, U+6dbc, U+6dbf, U+6dc2;
	src: url("../fonts/noto-sans-sc-60-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-61-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+6b85-6b86, U+6b89, U+6b8d, U+6b91-6b93, U+6b95, U+6b97-6b98, U+6b9a-6b9b, U+6b9e, U+6ba1-6ba4, U+6ba9-6baa, U+6bad, U+6baf-6bb0, U+6bb2-6bb3, U+6bba-6bbd, U+6bc0, U+6bc2, U+6bc6, U+6bca-6bcc, U+6bce, U+6bd0-6bd1, U+6bd3, U+6bd6-6bd8, U+6bda, U+6be1, U+6be6, U+6bec, U+6bf1, U+6bf3-6bf5, U+6bf9, U+6bfd, U+6c05-6c08, U+6c0d, U+6c10, U+6c15-6c1a, U+6c21, U+6c23-6c26, U+6c29-6c2d, U+6c30-6c33, U+6c35-6c37, U+6c39-6c3a, U+6c3c-6c3f, U+6c46, U+6c4a-6c4c, U+6c4e-6c50, U+6c54, U+6c56, U+6c59-6c5c, U+6c5e, U+6c63, U+6c67-6c69, U+6c6b, U+6c6d, U+6c6f, U+6c72-6c74, U+6c78-6c7a, U+6c7c, U+6c84-6c87, U+6c8b-6c8c, U+6c8f, U+6c91, U+6c93-6c96, U+6c98, U+6c9a, U+6c9d, U+6ca2-6ca4, U+6ca8-6ca9, U+6cac-6cae, U+6cb1;
	src: url("../fonts/noto-sans-sc-61-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-62-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+6a01, U+6a06, U+6a09, U+6a0b, U+6a11, U+6a13, U+6a17-6a19, U+6a1b, U+6a1e, U+6a23, U+6a28-6a29, U+6a2b, U+6a2f-6a30, U+6a35, U+6a38-6a40, U+6a46-6a48, U+6a4a-6a4b, U+6a4e, U+6a50, U+6a52, U+6a5b, U+6a5e, U+6a62, U+6a65-6a67, U+6a6b, U+6a79, U+6a7c, U+6a7e-6a7f, U+6a84, U+6a86, U+6a8e, U+6a90-6a91, U+6a94, U+6a97, U+6a9c, U+6a9e, U+6aa0, U+6aa2, U+6aa4, U+6aa9, U+6aab, U+6aae-6ab0, U+6ab2-6ab3, U+6ab5, U+6ab7-6ab8, U+6aba-6abb, U+6abd, U+6abf, U+6ac2-6ac4, U+6ac6, U+6ac8, U+6acc, U+6ace, U+6ad2-6ad3, U+6ad8-6adc, U+6adf-6ae0, U+6ae4-6ae5, U+6ae7-6ae8, U+6afb, U+6b04-6b05, U+6b0d-6b13, U+6b16-6b17, U+6b19, U+6b24-6b25, U+6b2c, U+6b37-6b39, U+6b3b, U+6b3d, U+6b43, U+6b46, U+6b4e, U+6b50, U+6b53-6b54, U+6b58-6b59, U+6b5b, U+6b60, U+6b69, U+6b6d, U+6b6f-6b70, U+6b73-6b74, U+6b77-6b7a, U+6b80-6b84;
	src: url("../fonts/noto-sans-sc-62-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-63-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+68e1, U+68e3-68e4, U+68e6-68ed, U+68ef-68f0, U+68f2, U+68f4, U+68f6-68f7, U+68f9, U+68fb-68fd, U+68ff-6902, U+6906-6908, U+690b, U+6910, U+691a-691c, U+691f-6920, U+6924-6925, U+692a, U+692d, U+6934, U+6939, U+693c-6945, U+694a-694b, U+6952-6954, U+6957, U+6959, U+695b, U+695d, U+695f, U+6962-6964, U+6966, U+6968-696c, U+696e-696f, U+6971, U+6973-6974, U+6978-6979, U+697d, U+697f-6980, U+6985, U+6987-698a, U+698d-698e, U+6994-6999, U+699b, U+69a3-69a4, U+69a6-69a7, U+69ab, U+69ad-69ae, U+69b1, U+69b7, U+69bb-69bc, U+69c1, U+69c3-69c5, U+69c7, U+69ca-69ce, U+69d0-69d1, U+69d3-69d4, U+69d7-69da, U+69e0, U+69e4, U+69e6, U+69ec-69ed, U+69f1-69f3, U+69f8, U+69fa-69fc, U+69fe-6a00;
	src: url("../fonts/noto-sans-sc-63-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-64-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+6792-6793, U+6796, U+6798, U+679e-67a1, U+67a5, U+67a7-67a9, U+67ac-67ad, U+67b0-67b1, U+67b3, U+67b5, U+67b7, U+67b9, U+67bb-67bc, U+67c0-67c1, U+67c3, U+67c5-67ca, U+67d1-67d2, U+67d7-67d9, U+67dd-67df, U+67e2-67e4, U+67e6-67e9, U+67f0, U+67f5, U+67f7-67f8, U+67fa-67fb, U+67fd-67fe, U+6800-6801, U+6803-6804, U+6806, U+6809-680a, U+680c, U+680e, U+6812, U+681d-681f, U+6822, U+6824-6829, U+682b-682d, U+6831-6835, U+683b, U+683e, U+6840-6841, U+6844-6845, U+6849, U+684e, U+6853, U+6855-6856, U+685c-685d, U+685f-6862, U+6864, U+6866-6868, U+686b, U+686f, U+6872, U+6874, U+6877, U+687f, U+6883, U+6886, U+688f, U+689b, U+689f-68a0, U+68a2-68a3, U+68b1, U+68b6, U+68b9-68ba, U+68bc-68bf, U+68c1-68c4, U+68c6, U+68c8, U+68ca, U+68cc, U+68d0-68d1, U+68d3, U+68d7, U+68dd, U+68df;
	src: url("../fonts/noto-sans-sc-64-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-65-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+663a-663b, U+663d, U+6641, U+6644-6645, U+6649, U+664c, U+664f, U+6654, U+6659, U+665b, U+665d-665e, U+6660-6667, U+6669, U+666b-666c, U+6671, U+6673, U+6677-6679, U+667c, U+6680-6681, U+6684-6685, U+6688-6689, U+668b-668e, U+6690, U+6692, U+6695, U+6698, U+669a, U+669d, U+669f-66a0, U+66a2-66a3, U+66a6, U+66aa-66ab, U+66b1-66b2, U+66b5, U+66b8-66b9, U+66bb, U+66be, U+66c1, U+66c6-66c9, U+66cc, U+66d5-66d8, U+66da-66dc, U+66de-66e2, U+66e8-66ea, U+66ec, U+66f1, U+66f3, U+66f7, U+66fa, U+66fd, U+6702, U+6705, U+670a, U+670f-6710, U+6713, U+6715, U+6719, U+6722-6723, U+6725-6727, U+6729, U+672d-672e, U+6732-6733, U+6736, U+6739, U+673b, U+673f, U+6744, U+6748, U+674c-674d, U+6753, U+6755, U+6762, U+6767, U+6769-676c, U+676e, U+6772-6773, U+6775, U+6777, U+677a-677d, U+6782-6783, U+6787, U+678a-678d, U+678f;
	src: url("../fonts/noto-sans-sc-65-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-66-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+64f8, U+64fa, U+64fc, U+64fe-64ff, U+6503, U+6509, U+650f, U+6514, U+6518, U+651c-651e, U+6522-6525, U+652a-652c, U+652e, U+6530-6532, U+6534-6535, U+6537-6538, U+653a, U+653c-653d, U+6542, U+6549-654b, U+654d-654e, U+6553-6555, U+6557-6558, U+655d, U+6564, U+6569, U+656b, U+656d-656f, U+6571, U+6573, U+6575-6576, U+6578-657e, U+6581-6583, U+6585-6586, U+6589, U+658e-658f, U+6592-6593, U+6595-6596, U+659b, U+659d, U+659f-65a1, U+65a3, U+65ab-65ac, U+65b2, U+65b6-65b7, U+65ba-65bb, U+65be-65c0, U+65c2-65c4, U+65c6-65c8, U+65cc, U+65ce, U+65d0, U+65d2-65d3, U+65d6, U+65db, U+65dd, U+65e1, U+65e3, U+65ee-65f0, U+65f3-65f5, U+65f8, U+65fb-65fc, U+65fe-6600, U+6603, U+6607, U+6609, U+660b, U+6610-6611, U+6619-661a, U+661c-661e, U+6621, U+6624, U+6626, U+662a-662c, U+662e, U+6630-6631, U+6633-6634, U+6636;
	src: url("../fonts/noto-sans-sc-66-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-67-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+63bc, U+63be, U+63c0, U+63c3-63c4, U+63c6, U+63c8, U+63cd-63ce, U+63d1, U+63d6, U+63da-63db, U+63de, U+63e0, U+63e3, U+63e9-63ea, U+63ee, U+63f2, U+63f5-63fa, U+63fc, U+63fe-6400, U+6406, U+640b-640d, U+6410, U+6414, U+6416-6417, U+641b, U+6420-6423, U+6425-6428, U+642a, U+6431-6432, U+6434-6437, U+643d-6442, U+6445, U+6448, U+6450-6452, U+645b-645f, U+6462, U+6465, U+6468, U+646d, U+646f-6471, U+6473, U+6477, U+6479-647d, U+6482-6485, U+6487-6488, U+648c, U+6490, U+6493, U+6496-649a, U+649d, U+64a0, U+64a5, U+64ab-64ac, U+64b1-64b7, U+64b9-64bb, U+64be-64c1, U+64c4, U+64c7, U+64c9-64cb, U+64d0, U+64d4, U+64d7-64d8, U+64da, U+64de, U+64e0-64e2, U+64e4, U+64e9, U+64ec, U+64f0-64f2, U+64f4, U+64f7;
	src: url("../fonts/noto-sans-sc-67-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-68-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+623b, U+623d-623e, U+6243, U+6246, U+6248-6249, U+624c, U+6255, U+6259, U+625e, U+6260-6261, U+6265-6266, U+626a, U+6271, U+627a, U+627c-627d, U+6283, U+6286, U+6289, U+628e, U+6294, U+629c, U+629e-629f, U+62a1, U+62a8, U+62ba-62bb, U+62bf, U+62c2, U+62c4, U+62c8, U+62ca-62cb, U+62ce-62cf, U+62d1, U+62d7, U+62d9-62da, U+62dd, U+62e0-62e1, U+62e3-62e4, U+62e7, U+62eb, U+62ee, U+62f0, U+62f4-62f6, U+6308, U+630a-630e, U+6310, U+6312-6313, U+6317, U+6319, U+631b, U+631d-631f, U+6322, U+6326, U+6329, U+6331-6332, U+6334-6337, U+6339, U+633b-633c, U+633e-6340, U+6343, U+6347, U+634b-634e, U+6354, U+635c-635d, U+6368-6369, U+636d, U+636f-6372, U+6376, U+637a-637b, U+637d, U+6382-6383, U+6387, U+638a-638b, U+638d-638e, U+6391, U+6393-6397, U+6399, U+639b, U+639e-639f, U+63a1, U+63a3-63a4, U+63ac-63ae, U+63b1-63b5, U+63b7-63bb;
	src: url("../fonts/noto-sans-sc-68-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-69-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+60fa, U+6100, U+6106, U+610d-610e, U+6112, U+6114-6115, U+6119, U+611c, U+6120, U+6122-6123, U+6126, U+6128-6130, U+6136-6137, U+613a, U+613d-613e, U+6144, U+6146-6147, U+614a-614b, U+6151, U+6153, U+6158, U+615a, U+615c-615d, U+615f, U+6161, U+6163-6165, U+616b-616c, U+616e, U+6171, U+6173-6177, U+617e, U+6182, U+6187, U+618a, U+618d-618e, U+6190-6191, U+6194, U+6199-619a, U+619c, U+619f, U+61a1, U+61a3-61a4, U+61a7-61a9, U+61ab-61ad, U+61b2-61b3, U+61b5-61b7, U+61ba-61bb, U+61bf, U+61c3-61c4, U+61c6-61c7, U+61c9-61cb, U+61d0-61d1, U+61d3-61d4, U+61d7, U+61da, U+61df-61e1, U+61e6, U+61ee, U+61f0, U+61f2, U+61f6-61f8, U+61fa, U+61fc-61fe, U+6200, U+6206-6207, U+6209, U+620b, U+620d-620e, U+6213-6215, U+6217, U+6219, U+621b-6223, U+6225-6226, U+622c, U+622e-6230, U+6232, U+6238;
	src: url("../fonts/noto-sans-sc-69-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-70-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+5fd1-5fd6, U+5fda-5fde, U+5fe1-5fe2, U+5fe4-5fe5, U+5fea, U+5fed-5fee, U+5ff1-5ff3, U+5ff6, U+5ff8, U+5ffb, U+5ffe-5fff, U+6002-6006, U+600a, U+600d, U+600f, U+6014, U+6019, U+601b, U+6020, U+6023, U+6026, U+6029, U+602b, U+602e-602f, U+6031, U+6033, U+6035, U+6039, U+603f, U+6041-6043, U+6046, U+604f, U+6053-6054, U+6058-605b, U+605d-605e, U+6060, U+6063, U+6065, U+6067, U+606a-606c, U+6075, U+6078-6079, U+607b, U+607d, U+607f, U+6083, U+6085-6087, U+608a, U+608c, U+608e-608f, U+6092-6093, U+6095-6097, U+609b-609d, U+60a2, U+60a7, U+60a9-60ab, U+60ad, U+60af-60b1, U+60b3-60b6, U+60b8, U+60bb, U+60bd-60be, U+60c0-60c3, U+60c6-60c9, U+60cb, U+60ce, U+60d3-60d4, U+60d7-60db, U+60dd, U+60e1-60e4, U+60e6, U+60ea, U+60ec-60ee, U+60f0-60f1, U+60f4, U+60f6;
	src: url("../fonts/noto-sans-sc-70-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-71-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+5ea3-5ea5, U+5ea8, U+5eab, U+5eaf, U+5eb3, U+5eb5-5eb6, U+5eb9, U+5ebe, U+5ec1-5ec3, U+5ec6, U+5ec8, U+5ecb-5ecc, U+5ed1-5ed2, U+5ed4, U+5ed9-5edb, U+5edd, U+5edf-5ee0, U+5ee2-5ee3, U+5ee8, U+5eea, U+5eec, U+5eef-5ef0, U+5ef3-5ef4, U+5ef8, U+5efb-5efc, U+5efe-5eff, U+5f01, U+5f07, U+5f0b-5f0e, U+5f10-5f12, U+5f14, U+5f1a, U+5f22, U+5f28-5f29, U+5f2c-5f2d, U+5f35-5f36, U+5f38, U+5f3b-5f43, U+5f45-5f4a, U+5f4c-5f4e, U+5f50, U+5f54, U+5f56-5f59, U+5f5b-5f5f, U+5f61, U+5f63, U+5f65, U+5f67-5f68, U+5f6b, U+5f6e-5f6f, U+5f72-5f78, U+5f7a, U+5f7e-5f7f, U+5f82-5f83, U+5f87, U+5f89-5f8a, U+5f8d, U+5f91, U+5f93, U+5f95, U+5f98-5f99, U+5f9c, U+5f9e, U+5fa0, U+5fa6-5fa9, U+5fac-5fad, U+5faf, U+5fb3-5fb5, U+5fb9, U+5fbc, U+5fc4, U+5fc9, U+5fcb, U+5fce-5fd0;
	src: url("../fonts/noto-sans-sc-71-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-72-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+5d32-5d34, U+5d3c-5d3e, U+5d41-5d44, U+5d46-5d48, U+5d4a-5d4b, U+5d4e, U+5d50, U+5d52, U+5d55-5d58, U+5d5a-5d5d, U+5d68-5d69, U+5d6b-5d6c, U+5d6f, U+5d74, U+5d7f, U+5d82-5d89, U+5d8b-5d8c, U+5d8f, U+5d92-5d93, U+5d99, U+5d9d, U+5db2, U+5db6-5db7, U+5dba, U+5dbc-5dbd, U+5dc2-5dc3, U+5dc6-5dc7, U+5dc9, U+5dcc, U+5dd2, U+5dd4, U+5dd6-5dd8, U+5ddb-5ddc, U+5de3, U+5ded, U+5def, U+5df3, U+5df6, U+5dfa-5dfd, U+5dff-5e00, U+5e07, U+5e0f, U+5e11, U+5e13-5e14, U+5e19-5e1b, U+5e22, U+5e25, U+5e28, U+5e2a, U+5e2f-5e31, U+5e33-5e34, U+5e36, U+5e39-5e3c, U+5e3e, U+5e40, U+5e44, U+5e46-5e48, U+5e4c, U+5e4f, U+5e53-5e54, U+5e57, U+5e59, U+5e5b, U+5e5e-5e5f, U+5e61, U+5e63, U+5e6a-5e6b, U+5e75, U+5e77, U+5e79-5e7a, U+5e7e, U+5e80-5e81, U+5e83, U+5e85, U+5e87, U+5e8b, U+5e91-5e92, U+5e96, U+5e98, U+5e9b, U+5e9d, U+5ea0-5ea2;
	src: url("../fonts/noto-sans-sc-72-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-73-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+5bf5-5bf6, U+5bfe, U+5c02-5c03, U+5c05, U+5c07-5c09, U+5c0b-5c0c, U+5c0e, U+5c10, U+5c12-5c13, U+5c15, U+5c17, U+5c19, U+5c1b-5c1c, U+5c1e-5c1f, U+5c22, U+5c25, U+5c28, U+5c2a-5c2b, U+5c2f-5c30, U+5c37, U+5c3b, U+5c43-5c44, U+5c46-5c47, U+5c4d, U+5c50, U+5c59, U+5c5b-5c5c, U+5c62-5c64, U+5c66, U+5c6c, U+5c6e, U+5c74, U+5c78-5c7e, U+5c80, U+5c83-5c84, U+5c88, U+5c8b-5c8d, U+5c91, U+5c94-5c96, U+5c98-5c99, U+5c9c, U+5c9e, U+5ca1-5ca3, U+5cab-5cac, U+5cb1, U+5cb5, U+5cb7, U+5cba, U+5cbd-5cbf, U+5cc1, U+5cc3-5cc4, U+5cc7, U+5ccb, U+5cd2, U+5cd8-5cd9, U+5cdf-5ce0, U+5ce3-5ce6, U+5ce8-5cea, U+5ced, U+5cef, U+5cf3-5cf4, U+5cf6, U+5cf8, U+5cfd, U+5d00-5d04, U+5d06, U+5d08, U+5d0b-5d0d, U+5d0f-5d13, U+5d15, U+5d17-5d1a, U+5d1d-5d22, U+5d24-5d27, U+5d2e-5d31;
	src: url("../fonts/noto-sans-sc-73-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-74-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+5ab2, U+5ab4-5ab5, U+5ab7-5aba, U+5abd-5abf, U+5ac3-5ac4, U+5ac6-5ac8, U+5aca-5acb, U+5acd, U+5acf-5ad2, U+5ad4, U+5ad8-5ada, U+5adc, U+5adf-5ae2, U+5ae4, U+5ae6, U+5ae8, U+5aea-5aed, U+5af0-5af3, U+5af5, U+5af9-5afb, U+5afd, U+5b01, U+5b05, U+5b08, U+5b0b-5b0c, U+5b11, U+5b16-5b17, U+5b1b, U+5b21-5b22, U+5b24, U+5b27-5b2e, U+5b30, U+5b32, U+5b34, U+5b36-5b38, U+5b3e-5b40, U+5b43, U+5b45, U+5b4a-5b4b, U+5b51-5b53, U+5b56, U+5b5a-5b5b, U+5b62, U+5b65, U+5b67, U+5b6a-5b6e, U+5b70-5b71, U+5b73, U+5b7a-5b7b, U+5b7f-5b80, U+5b84, U+5b8d, U+5b91, U+5b93-5b95, U+5b9f, U+5ba5-5ba6, U+5bac, U+5bae, U+5bb8, U+5bc0, U+5bc3, U+5bcb, U+5bd0-5bd1, U+5bd4-5bd8, U+5bda-5bdc, U+5be2, U+5be4-5be7, U+5be9, U+5beb-5bec, U+5bee-5bf0, U+5bf2-5bf3;
	src: url("../fonts/noto-sans-sc-74-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-75-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+5981, U+598f, U+5997-5998, U+599a, U+599c-599d, U+59a0-59a1, U+59a3-59a4, U+59a7, U+59aa-59ad, U+59af, U+59b2-59b3, U+59b5-59b6, U+59b8, U+59ba, U+59bd-59be, U+59c0-59c1, U+59c3-59c4, U+59c7-59ca, U+59cc-59cd, U+59cf, U+59d2, U+59d5-59d6, U+59d8-59d9, U+59db, U+59dd-59e0, U+59e2-59e7, U+59e9-59eb, U+59ee, U+59f1, U+59f3, U+59f5, U+59f7-59f9, U+59fd, U+5a06, U+5a08-5a0a, U+5a0c-5a0d, U+5a11-5a13, U+5a15-5a16, U+5a1a-5a1b, U+5a21-5a23, U+5a2d-5a2f, U+5a32, U+5a38, U+5a3c, U+5a3e-5a45, U+5a47, U+5a4a, U+5a4c-5a4d, U+5a4f-5a51, U+5a53, U+5a55-5a57, U+5a5e, U+5a60, U+5a62, U+5a65-5a67, U+5a6a, U+5a6c-5a6d, U+5a72-5a73, U+5a75-5a76, U+5a79-5a7c, U+5a81-5a84, U+5a8c, U+5a8e, U+5a93, U+5a96-5a97, U+5a9c, U+5a9e, U+5aa0, U+5aa3-5aa4, U+5aaa, U+5aae-5aaf, U+5ab1;
	src: url("../fonts/noto-sans-sc-75-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-76-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+5831, U+583a, U+583d, U+583f-5842, U+5844-5846, U+5848, U+584a, U+584d, U+5852, U+5857, U+5859-585a, U+585c-585d, U+5862, U+5868-5869, U+586c-586d, U+586f-5873, U+5875, U+5879, U+587d-587e, U+5880-5881, U+5888-588a, U+588d, U+5892, U+5896-5898, U+589a, U+589c-589d, U+58a0-58a1, U+58a3, U+58a6, U+58a9, U+58ab-58ae, U+58b0, U+58b3, U+58bb-58bf, U+58c2-58c3, U+58c5-58c8, U+58ca, U+58cc, U+58ce, U+58d1-58d3, U+58d5, U+58d8-58d9, U+58de-58df, U+58e2, U+58e9, U+58ec, U+58ef, U+58f1-58f2, U+58f5, U+58f7-58f8, U+58fa, U+58fd, U+5900, U+5902, U+5906, U+5908-590c, U+590e, U+5910, U+5914, U+5919, U+591b, U+591d-591e, U+5920, U+5922-5925, U+5928, U+592c-592d, U+592f, U+5932, U+5936, U+593c, U+593e, U+5940-5942, U+5944, U+594c-594d, U+5950, U+5953, U+5958, U+595a, U+5961, U+5966-5968, U+596a, U+596c-596e, U+5977, U+597b-597c;
	src: url("../fonts/noto-sans-sc-76-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-77-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+570a, U+570c-570d, U+570f, U+5712-5713, U+5718-5719, U+571c, U+571e, U+5725, U+5727, U+5729-572a, U+572c, U+572e-572f, U+5734-5735, U+5739, U+573b, U+5741, U+5743, U+5745, U+5749, U+574c-574d, U+575c, U+5763, U+5768-5769, U+576b, U+576d-576e, U+5770, U+5773, U+5775, U+5777, U+577b-577c, U+5785-5786, U+5788, U+578c, U+578e-578f, U+5793-5795, U+5799-57a1, U+57a3-57a4, U+57a6-57aa, U+57ac-57ad, U+57af-57b2, U+57b4-57b6, U+57b8-57b9, U+57bd-57bf, U+57c2, U+57c4-57c8, U+57cc-57cd, U+57cf, U+57d2, U+57d5-57de, U+57e1-57e2, U+57e4-57e5, U+57e7, U+57eb, U+57ed, U+57ef, U+57f4-57f8, U+57fc-57fd, U+5800-5801, U+5803, U+5805, U+5807, U+5809, U+580b-580e, U+5811, U+5814, U+5819, U+581b-5820, U+5822-5823, U+5825-5826, U+582c, U+582f;
	src: url("../fonts/noto-sans-sc-77-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-78-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+5605-5606, U+5608, U+560c-560d, U+560f, U+5614, U+5616-5617, U+561a, U+561c, U+561e, U+5621-5625, U+5627, U+5629, U+562b-5630, U+5636, U+5638-563a, U+563c, U+5640-5642, U+5649, U+564c-5650, U+5653-5655, U+5657-565b, U+5660, U+5663-5664, U+5666, U+566b, U+566f-5671, U+5673-567c, U+567e, U+5684-5687, U+568c, U+568e-5693, U+5695, U+5697, U+569b-569c, U+569e-569f, U+56a1-56a2, U+56a4-56a9, U+56ac-56af, U+56b1, U+56b4, U+56b6-56b8, U+56bf, U+56c1-56c3, U+56c9, U+56cd, U+56d1, U+56d4, U+56d6-56d9, U+56dd, U+56df, U+56e1, U+56e3-56e6, U+56e8-56ec, U+56ee-56ef, U+56f1-56f3, U+56f5, U+56f7-56f9, U+56fc, U+56ff-5700, U+5703-5704, U+5709;
	src: url("../fonts/noto-sans-sc-78-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-79-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+5519, U+551b, U+551d-551e, U+5520, U+5522-5523, U+5526-5527, U+552a-552c, U+5530, U+5532-5535, U+5537-5538, U+553b-5541, U+5543-5544, U+5547-5549, U+554b, U+554d, U+5550, U+5553, U+5555-5558, U+555b-555f, U+5567-5569, U+556b-5572, U+5574-5577, U+557b-557c, U+557e-557f, U+5581, U+5583, U+5585-5586, U+5588, U+558b-558c, U+558e-5591, U+5593, U+5599-559a, U+559f, U+55a5-55a6, U+55a8-55ac, U+55ae, U+55b0-55b3, U+55b6, U+55b9-55ba, U+55bc-55be, U+55c4, U+55c6-55c7, U+55c9, U+55cc-55d2, U+55d4-55db, U+55dd-55df, U+55e1, U+55e3-55e6, U+55ea-55ee, U+55f0-55f3, U+55f5-55f7, U+55fb, U+55fe, U+5600-5601;
	src: url("../fonts/noto-sans-sc-79-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-80-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+53fb-5400, U+5402, U+5405-5407, U+540b, U+540f, U+5412, U+5414, U+5416, U+5418-541a, U+541d, U+5420-5423, U+5425, U+5429-542a, U+542d-542e, U+5431-5433, U+5436, U+543d, U+543f, U+5442-5443, U+5449, U+544b-544c, U+544e, U+5451-5454, U+5456, U+5459, U+545b-545c, U+5461, U+5463-5464, U+546a-5472, U+5474, U+5476-5478, U+547a, U+547e-5484, U+5486, U+548a, U+548d-548e, U+5490-5491, U+5494, U+5497-5499, U+549b, U+549d, U+54a1-54a7, U+54a9, U+54ab, U+54ad, U+54b4-54b5, U+54b9, U+54bb, U+54be-54bf, U+54c2-54c3, U+54c9-54cc, U+54cf-54d0, U+54d3, U+54d5-54d6, U+54d9-54da, U+54dc-54de, U+54e2, U+54e7, U+54f3-54f4, U+54f8-54f9, U+54fd-54ff, U+5501, U+5504-5506, U+550c-550f, U+5511-5514, U+5516-5517;
	src: url("../fonts/noto-sans-sc-80-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-81-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+52a2, U+52a6-52a7, U+52ac-52ad, U+52af, U+52b4-52b5, U+52b9, U+52bb-52bc, U+52be, U+52c1, U+52c5, U+52ca, U+52cd, U+52d0, U+52d6-52d7, U+52d9, U+52db, U+52dd-52de, U+52e0, U+52e2-52e3, U+52e5, U+52e7-52f0, U+52f2-52f3, U+52f5-52f9, U+52fb-52fc, U+5302, U+5304, U+530b, U+530d, U+530f-5310, U+5315, U+531a, U+531c-531d, U+5321, U+5323, U+5326, U+532e-5331, U+5338, U+533c-533e, U+5340, U+5344-5345, U+534b-534d, U+5350, U+5354, U+5358, U+535d-535f, U+5363, U+5368-5369, U+536c, U+536e-536f, U+5372, U+5379-537b, U+537d, U+538d-538e, U+5390, U+5393-5394, U+5396, U+539b-539d, U+53a0-53a1, U+53a3-53a5, U+53a9, U+53ad-53ae, U+53b0, U+53b2-53b3, U+53b5-53b8, U+53bc, U+53be, U+53c1, U+53c3-53c7, U+53ce-53cf, U+53d2-53d3, U+53d5, U+53da, U+53de-53df, U+53e1-53e2, U+53e7-53e9, U+53f1, U+53f4-53f5, U+53fa;
	src: url("../fonts/noto-sans-sc-81-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-82-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+5110, U+5113, U+5115, U+5117-5118, U+511a-511c, U+511e-511f, U+5121, U+5128, U+512b-512d, U+5131-5135, U+5137-5139, U+513c, U+5140, U+5142, U+5147, U+514c, U+514e-5150, U+5155-5158, U+5162, U+5169, U+5172, U+517f, U+5181-5184, U+5186-5187, U+518b, U+518f, U+5191, U+5195-5197, U+519a, U+51a2-51a3, U+51a6-51ab, U+51ad-51ae, U+51b1, U+51b4, U+51bc-51bd, U+51bf, U+51c3, U+51c7-51c8, U+51ca-51cb, U+51cd-51ce, U+51d4, U+51d6, U+51db-51dc, U+51e6, U+51e8-51eb, U+51f1, U+51f5, U+51fc, U+51ff, U+5202, U+5205, U+5208, U+520b, U+520d-520e, U+5215-5216, U+5228, U+522a, U+522c-522d, U+5233, U+523c-523d, U+523f-5240, U+5245, U+5247, U+5249, U+524b-524c, U+524e, U+5250, U+525b-525f, U+5261, U+5263-5264, U+5270, U+5273, U+5275, U+5277, U+527d, U+527f, U+5281-5285, U+5287, U+5289, U+528b, U+528d, U+528f, U+5291-5293, U+529a;
	src: url("../fonts/noto-sans-sc-82-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-83-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+4fe3-4fe4, U+4fe6, U+4fe8, U+4feb-4fed, U+4ff3, U+4ff5-4ff6, U+4ff8, U+4ffe, U+5001, U+5005-5006, U+5009, U+500c, U+500f, U+5013-5018, U+501b-501e, U+5022-5025, U+5027-5028, U+502b-502e, U+5030, U+5033-5034, U+5036-5039, U+503b, U+5041-5043, U+5045-5046, U+5048-504a, U+504c-504e, U+5051, U+5053, U+5055-5057, U+505b, U+505e, U+5060, U+5062-5063, U+5067, U+506a, U+506c, U+5070-5072, U+5074-5075, U+5078, U+507b, U+507d-507e, U+5080, U+5088-5089, U+5091-5092, U+5095, U+5097-509e, U+50a2-50a3, U+50a5-50a7, U+50a9, U+50ad, U+50b3, U+50b5, U+50b7, U+50ba, U+50be, U+50c4-50c5, U+50c7, U+50ca, U+50cd, U+50d1, U+50d5-50d6, U+50da, U+50de, U+50e5-50e6, U+50ec-50ee, U+50f0-50f1, U+50f3, U+50f9-50fb, U+50fe-5102, U+5104, U+5106-5107, U+5109-510b, U+510d, U+510f;
	src: url("../fonts/noto-sans-sc-83-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-84-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+4eb8-4eb9, U+4ebb-4ebe, U+4ec2-4ec4, U+4ec8-4ec9, U+4ecc, U+4ecf-4ed0, U+4ed2, U+4eda-4edb, U+4edd-4ee1, U+4ee6-4ee9, U+4eeb, U+4eee-4eef, U+4ef3-4ef5, U+4ef8-4efa, U+4efc, U+4f00, U+4f03-4f05, U+4f08-4f09, U+4f0b, U+4f0e, U+4f12-4f13, U+4f15, U+4f1b, U+4f1d, U+4f21-4f22, U+4f25, U+4f27-4f29, U+4f2b-4f2e, U+4f31-4f33, U+4f36-4f37, U+4f39, U+4f3e, U+4f40-4f41, U+4f43, U+4f47-4f49, U+4f54, U+4f57-4f58, U+4f5d-4f5e, U+4f61-4f62, U+4f64-4f65, U+4f67, U+4f6a, U+4f6e-4f6f, U+4f72, U+4f74-4f7e, U+4f80-4f82, U+4f84, U+4f89-4f8a, U+4f8e-4f98, U+4f9e, U+4fa1, U+4fa5, U+4fa9-4faa, U+4fac, U+4fb3, U+4fb6-4fb8, U+4fbd, U+4fc2, U+4fc5-4fc6, U+4fcd-4fce, U+4fd0-4fd1, U+4fd3, U+4fda-4fdc, U+4fdf-4fe0, U+4fe2;
	src: url("../fonts/noto-sans-sc-84-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-85-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+3127-3129, U+3131, U+3134, U+3137, U+3139, U+3141-3142, U+3145, U+3147-3148, U+314b, U+314d-314e, U+315c, U+3160-3161, U+3163-3164, U+3186, U+318d, U+3192, U+3196-3198, U+319e-319f, U+3220-3229, U+3231, U+3268, U+3297, U+3299, U+32a3, U+338e-338f, U+3395, U+339c-339e, U+33c4, U+33d1-33d2, U+33d5, U+3434, U+34dc, U+34ee, U+353e, U+355d, U+3566, U+3575, U+3592, U+35a0-35a1, U+35ad, U+35ce, U+36a2, U+36ab, U+38a8, U+3dab, U+3de7, U+3deb, U+3e1a, U+3f1b, U+3f6d, U+4495, U+4723, U+48fa, U+4ca3, U+4e02, U+4e04-4e06, U+4e0c, U+4e0f, U+4e15, U+4e17, U+4e1f-4e21, U+4e26, U+4e29, U+4e2c, U+4e2f, U+4e31, U+4e35, U+4e37, U+4e3c, U+4e3f-4e42, U+4e44, U+4e46-4e47, U+4e57, U+4e5a-4e5c, U+4e64-4e65, U+4e67, U+4e69, U+4e6d, U+4e78, U+4e7f-4e82, U+4e85, U+4e87, U+4e8a, U+4e8d, U+4e93, U+4e96, U+4e98-4e99, U+4e9c, U+4e9e-4ea0, U+4ea2-4ea3, U+4ea5, U+4eb0-4eb1, U+4eb3-4eb6;
	src: url("../fonts/noto-sans-sc-85-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-86-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+279c, U+279f-27a2, U+27a4-27a5, U+27a8, U+27b0, U+27b2-27b3, U+27b9, U+27e8-27e9, U+27f6, U+2800, U+28ec, U+2913, U+2921-2922, U+2934-2935, U+2a2f, U+2b05-2b07, U+2b50, U+2b55, U+2bc5-2bc6, U+2e1c-2e1d, U+2ebb, U+2f00, U+2f08, U+2f24, U+2f2d, U+2f2f-2f30, U+2f3c, U+2f45, U+2f63-2f64, U+2f74, U+2f83, U+2f8f, U+2fbc, U+3003, U+3005-3007, U+3012-3013, U+301c-301e, U+3021, U+3023-3024, U+3030, U+3034-3035, U+3041, U+3043, U+3045, U+3047, U+3049, U+3056, U+3058, U+305c, U+305e, U+3062, U+306c, U+3074, U+3077, U+307a, U+307c-307d, U+3080, U+308e, U+3090-3091, U+3099-309b, U+309d-309e, U+30a5, U+30bc, U+30be, U+30c2, U+30c5, U+30cc, U+30d8, U+30e2, U+30e8, U+30ee, U+30f0-30f2, U+30f4-30f6, U+30fd-30fe, U+3105-3126;
	src: url("../fonts/noto-sans-sc-86-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-87-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+2650-2655, U+2658, U+265a-265b, U+265d-265e, U+2660-266d, U+266f, U+267b, U+2688, U+2693-2696, U+2698-2699, U+269c, U+26a0-26a1, U+26a4, U+26aa-26ab, U+26bd-26be, U+26c4-26c5, U+26d4, U+26e9, U+26f0-26f1, U+26f3, U+26f5, U+26fd, U+2702, U+2704-2706, U+2708-270f, U+2712-2718, U+271a-271b, U+271d, U+271f, U+2721, U+2724-2730, U+2732-2734, U+273a, U+273d-2744, U+2747-2749, U+274c, U+274e-274f, U+2753-2757, U+275b, U+275d-275e, U+2763, U+2765-2767, U+276e-276f, U+2776-277e, U+2780-2782, U+278a-278c, U+278e, U+2794-2796;
	src: url("../fonts/noto-sans-sc-87-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-88-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+254b, U+2550-2551, U+2554, U+2557, U+255a-255b, U+255d, U+255f-2560, U+2562-2563, U+2565-2567, U+2569-256a, U+256c-2572, U+2579, U+2580-2595, U+25a1, U+25a3, U+25a9-25ad, U+25b0, U+25b3-25bb, U+25bd-25c2, U+25c4, U+25c8-25cb, U+25cd, U+25d0-25d1, U+25d4-25d5, U+25d8, U+25dc-25e6, U+25ea-25eb, U+25ef, U+25fe, U+2600-2604, U+2609, U+260e-260f, U+2611, U+2614-2615, U+2618, U+261a-2620, U+2622-2623, U+262a, U+262d-2630, U+2639-2640, U+2642, U+2648-264f;
	src: url("../fonts/noto-sans-sc-88-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-89-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+23e9, U+23f0, U+23f3, U+2445, U+2449, U+2465-2471, U+2474-249b, U+24b8, U+24c2, U+24c7, U+24c9, U+24d0, U+24d2, U+24d4, U+24d8, U+24dd-24de, U+24e3, U+24e6, U+24e8, U+2500-2509, U+250b-2526, U+2528-2534, U+2536-2537, U+253b-2548, U+254a;
	src: url("../fonts/noto-sans-sc-89-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-90-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+207b-2083, U+208c-208e, U+2092, U+20a6, U+20a8-20ad, U+20af, U+20b1, U+20b4-20b5, U+20b8-20ba, U+20bd, U+20db, U+20dd, U+20e0, U+20e3, U+2105, U+2109, U+2113, U+2116-2117, U+2120-2121, U+2126, U+212b, U+2133, U+2139, U+2194, U+2196-2199, U+21a0, U+21a9-21aa, U+21af, U+21b3, U+21b5, U+21ba-21bb, U+21c4, U+21ca, U+21cc, U+21d0-21d4, U+21e1, U+21e6-21e9, U+2200, U+2202, U+2205-2208, U+220f, U+2211-2212, U+2215, U+2217-2219, U+221d-2220, U+2223, U+2225, U+2227-222b, U+222e, U+2234-2237, U+223c-223d, U+2248, U+224c, U+2252, U+2256, U+2260-2261, U+2266-2267, U+226a-226b, U+226e-226f, U+2282-2283, U+2295, U+2297, U+2299, U+22a5, U+22b0-22b1, U+22b9, U+22bf, U+22c5-22c6, U+22ef, U+2304, U+2307, U+230b, U+2312-2314, U+2318, U+231a-231b, U+2323, U+239b, U+239d-239e, U+23a0;
	src: url("../fonts/noto-sans-sc-90-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-91-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+1d34-1d35, U+1d38-1d3a, U+1d3c, U+1d3f-1d40, U+1d49, U+1d4e-1d4f, U+1d52, U+1d55, U+1d5b, U+1d5e, U+1d9c, U+1da0, U+1dc4-1dc5, U+1e69, U+1e73, U+1ea0-1ea9, U+1eab-1ead, U+1eaf, U+1eb1, U+1eb3, U+1eb5, U+1eb7, U+1eb9, U+1ebb, U+1ebd-1ebe, U+1ec0-1ec3, U+1ec5-1ec6, U+1ec9-1ecd, U+1ecf-1ed3, U+1ed5, U+1ed7-1edf, U+1ee1, U+1ee3, U+1ee5-1eeb, U+1eed, U+1eef-1ef1, U+1ef3, U+1ef7, U+1ef9, U+1f62, U+1f7b, U+2001-2002, U+2004-2006, U+2009-200a, U+200c-2012, U+2015-2016, U+201a, U+201e-2021, U+2023, U+2025, U+2027-2028, U+202a-202d, U+202f-2030, U+2032-2033, U+2035, U+2038, U+203c, U+203e-203f, U+2043-2044, U+2049, U+204d-204e, U+2060-2061, U+2070, U+2074-2078, U+207a;
	src: url("../fonts/noto-sans-sc-91-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-97-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+2ae-2b3, U+2b5-2bf, U+2c2-2c3, U+2c6-2d1, U+2d8-2da, U+2dc, U+2e1-2e3, U+2e5, U+2eb, U+2ee-2f0, U+2f2-2f7, U+2f9-2ff, U+302-30d, U+311, U+31b, U+321-325, U+327-329, U+32b-32c, U+32e-32f, U+331-339, U+33c-33d, U+33f, U+348, U+352, U+35c, U+35e-35f, U+361, U+363, U+368, U+36c, U+36f, U+530-540, U+55d-55e, U+561, U+563, U+565, U+56b, U+56e-579;
	src: url("../fonts/noto-sans-sc-97-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-98-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+176-17f, U+192, U+194, U+19a-19b, U+19d, U+1a0-1a1, U+1a3-1a4, U+1aa, U+1ac-1ad, U+1af-1bf, U+1d2, U+1d4, U+1d6, U+1d8, U+1da, U+1dc, U+1e3, U+1e7, U+1e9, U+1ee, U+1f0-1f1, U+1f3, U+1f5-1ff, U+219-21b, U+221, U+223-226, U+228, U+22b, U+22f, U+231, U+234-237, U+23a-23b, U+23d, U+250-252, U+254-255, U+259-25e, U+261-263, U+265, U+268, U+26a-26b, U+26f-277, U+279, U+27b-280, U+282-283, U+285, U+28a, U+28c, U+28f, U+292, U+294-296, U+298-29a, U+29c, U+29f, U+2a1-2a4, U+2a6-2a7, U+2a9, U+2ab;
	src: url("../fonts/noto-sans-sc-98-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-99-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+a1-a4, U+a6-a8, U+aa, U+ac, U+af, U+b1, U+b3-b6, U+b8-ba, U+bc-d6, U+d8-de, U+e6, U+eb, U+ee-f0, U+f5, U+f7-f8, U+fb, U+fd-100, U+102, U+104-107, U+10d, U+10f-112, U+115, U+117, U+119, U+11b, U+11e-11f, U+121, U+123, U+125-127, U+129-12a, U+12d, U+12f-13f, U+141-142, U+144, U+146, U+14b-14c, U+14f-153, U+158-15b, U+15e-160, U+163-165, U+168-16a, U+16d-175;
	src: url("../fonts/noto-sans-sc-99-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-100-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+221a, U+2264, U+2464, U+25a0, U+3008, U+4e10, U+512a, U+5152, U+5201, U+5241, U+5352, U+549a, U+54b2, U+54c6, U+54d7, U+54e1, U+5509, U+55c5, U+560e, U+5618, U+565c, U+56bc, U+5716, U+576f, U+5784, U+57a2, U+589f, U+5a20, U+5a25, U+5a29, U+5a34, U+5a7f, U+5ac9, U+5ad6, U+5b09, U+5b5c, U+5bc7, U+5c27, U+5d2d, U+5dcd, U+5f1b, U+5f37, U+604d, U+6055, U+6073, U+60eb, U+61ff, U+620c, U+62c7, U+62ed, U+6320, U+6345, U+6390, U+63b0, U+64ae, U+64c2, U+64d2, U+6556, U+663c, U+667e, U+66d9, U+66f8, U+6756, U+6789, U+689d, U+68f1, U+695e, U+6975, U+6a1f, U+6b0a, U+6b61, U+6b87, U+6c5d, U+6c7e, U+6c92, U+6d31, U+6df9, U+6e0d, U+6e2d, U+6f3e, U+70b3, U+70bd, U+70ca, U+70e8, U+725f, U+72e9, U+733f, U+7396, U+739f, U+7459-745a, U+74a7, U+75a1, U+75f0, U+76cf, U+76d4, U+7729, U+77aa, U+77b0, U+77e3, U+780c, U+78d5, U+7941, U+7977, U+797a, U+79c3, U+7a20, U+7a92, U+7b71, U+7bf1, U+7c9f, U+7eb6, U+7eca, U+7ef7, U+7f07, U+7f09, U+7f15, U+7f81, U+7fb9, U+8038, U+8098, U+80b4, U+8110, U+814b-814c, U+816e, U+818a, U+8205, U+8235, U+828b, U+82a5, U+82b7, U+82d4, U+82db, U+82df, U+8317, U+8338, U+8385-8386, U+83c1, U+83cf, U+8537, U+853b, U+854a, U+8715, U+8783, U+892a, U+8a71, U+8aaa, U+8d58, U+8dbe, U+8f67, U+8fab, U+8fc4, U+8fe6, U+9023, U+9084, U+9091, U+916a, U+91c9, U+91dc, U+94b3, U+9502, U+9523, U+9551, U+956f, U+960e, U+962a, U+962e, U+9647, U+96f3, U+9739, U+97a0, U+97ed, U+983b, U+985e, U+988a, U+9a6f, U+9a8b, U+9ab7, U+9ac5, U+9e25, U+e608, U+ff06, U+ff14-ff16;
	src: url("../fonts/noto-sans-sc-100-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-101-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+161, U+926, U+928, U+939, U+93f-940, U+94d, U+e17, U+e22, U+e44, U+2463, U+25c7, U+25ce, U+2764, U+3009, U+3016-3017, U+4e4d, U+4e53, U+4f5a, U+4f70, U+4fae, U+4fd8, U+4ffa, U+5011, U+501a, U+516e, U+51c4, U+5225, U+5364, U+547b, U+5495, U+54e8, U+54ee, U+5594, U+55d3, U+55dc, U+55fd, U+5662, U+5669, U+566c, U+5742, U+5824, U+5834, U+598a, U+5992, U+59a9, U+5a04, U+5b75, U+5b7d, U+5bc5, U+5c49, U+5c90, U+5e1c, U+5e27, U+5e2b, U+5e37, U+5e90, U+618b, U+61f5, U+620a, U+6273, U+62f7, U+6342, U+6401-6402, U+6413, U+6512, U+655b, U+65a7, U+65f1, U+65f7, U+665f, U+6687, U+66a7, U+673d, U+67b8, U+6854, U+68d8, U+68fa, U+696d, U+6a02, U+6a0a, U+6a80, U+6b7c, U+6bd9, U+6c2e, U+6c76, U+6cf8, U+6d4a, U+6d85, U+6e24, U+6e32, U+6ec7, U+6ed5, U+6f88, U+700f, U+701a, U+7078, U+707c, U+70ac, U+70c1, U+7409, U+7422, U+7480, U+74a8, U+752b, U+7574, U+7656, U+7699, U+7737, U+785d, U+78be, U+79b9, U+7a3d, U+7a91, U+7a9f, U+7ae3, U+7b77, U+7c3f, U+7d1a, U+7d50, U+7d93, U+803f, U+8042, U+808b, U+8236, U+82b8-82b9, U+82ef, U+8309, U+836b, U+83ef, U+8431, U+85c9, U+865e, U+868c, U+8759, U+8760, U+8845, U+89ba, U+8a2a, U+8c41, U+8cec, U+8d2c, U+8d4e, U+8e66, U+8e6d, U+8eaf, U+902e, U+914b, U+916e, U+919b, U+949b, U+94a0, U+94b0, U+9541-9542, U+9556, U+95eb, U+95f5, U+964b, U+968b, U+96cc-96cd, U+96cf, U+9704, U+9713, U+9890, U+98a8, U+9985, U+9992, U+9a6d, U+9a81, U+9a86, U+9ab8, U+9ca4, U+9f9a, U+e606-e607, U+e60a, U+e60c, U+e60e, U+fe0f, U+ff02, U+ff1e, U+ff3d;
	src: url("../fonts/noto-sans-sc-101-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-102-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+10c, U+627-629, U+639, U+644, U+64a, U+203b, U+2265, U+2573, U+25b2, U+3448-3449, U+4e1e, U+4e5e, U+4f3a, U+4f5f, U+4fea, U+5026, U+508d, U+5189, U+5254, U+5288, U+52d8, U+52fa, U+5306, U+5308, U+5384, U+53ed, U+543c, U+5450, U+5455, U+5466, U+54c4, U+5578, U+55a7, U+561f, U+5631, U+572d, U+575f, U+57ae, U+57e0, U+5830, U+594e, U+5984, U+5993, U+5bdd, U+5c0d, U+5c7f, U+5c82, U+5e62, U+5ed3, U+5f08, U+607a, U+60bc, U+60df, U+625b, U+6292, U+62e2, U+6363, U+6467, U+6714, U+675e, U+6771, U+67a2, U+67ff, U+6805, U+6813, U+6869, U+68a7, U+68e0, U+6930, U+6986, U+69a8, U+69df, U+6a44, U+6a5f, U+6c13, U+6c1f, U+6c22, U+6c2f, U+6c40, U+6c81, U+6c9b, U+6ca5, U+6da4, U+6df3, U+6e85, U+6eba, U+6f13, U+6f33, U+6f62, U+715e, U+72c4, U+73d1, U+73fe, U+7405, U+7455, U+7487, U+7578, U+75a4, U+75eb, U+7693, U+7738, U+7741, U+776b, U+7792, U+77a7, U+77a9, U+77b3, U+788c, U+7984, U+79a7, U+79e4, U+7a1a, U+7a57, U+7aa6, U+7b0b, U+7b5d, U+7c27, U+7c7d, U+7caa, U+7cd9, U+7cef, U+7eda, U+7ede, U+7f24, U+8046, U+80fa, U+81b3, U+81fb, U+8207, U+8258, U+8335, U+8339, U+8354, U+840e, U+85b0, U+85fb, U+8695, U+86aa, U+8717, U+8749, U+874c, U+8996, U+89bd, U+89c5, U+8bdb, U+8bf5, U+8c5a, U+8d3f, U+8d9f, U+8e44, U+8fed, U+9005, U+9019, U+904e, U+9082, U+90af, U+90dd, U+90e1, U+90f8, U+9119, U+916f, U+9176, U+949e, U+94a7, U+94c2, U+9525, U+9580, U+95dc, U+96e2, U+96fb, U+9a7c, U+9a7f, U+9b41, U+9ca8, U+9cc4, U+9cde, U+9e92, U+9ede, U+e60b, U+e610, U+ff10, U+ff13, U+ff3b, U+f012b;
	src: url("../fonts/noto-sans-sc-102-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-103-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+60, U+631, U+2606, U+3014-3015, U+309c, U+33a1, U+4e52, U+4ec6, U+4f86, U+4f8d, U+4fde, U+4fef, U+500b, U+502a, U+515c, U+518a, U+51a5, U+51f3, U+5243, U+52c9, U+52d5, U+53a2, U+53ee, U+54ce, U+54fa, U+54fc, U+5580, U+5587, U+563f, U+56da, U+5792, U+5815, U+5960, U+59d7, U+5a1f, U+5b78, U+5b9b, U+5be1, U+5c4e, U+5c51, U+5c6f, U+5c9a, U+5cfb, U+5d16, U+5ed6, U+5f27, U+5f6a, U+5f6c, U+603c, U+609a, U+6168, U+61c8, U+6236, U+62d0, U+62f1, U+62fd, U+631a, U+6328, U+632b, U+6346, U+638f, U+63a0, U+63c9, U+655e, U+6590, U+6615, U+6627, U+66ae, U+66e6, U+66f0, U+6703, U+67da, U+67ec, U+6816, U+6893, U+68ad, U+68f5, U+6977, U+6984, U+69db, U+6b72, U+6bb7, U+6ce3, U+6cfb, U+6d47, U+6da1, U+6dc4, U+6e43, U+6eaf, U+6eff, U+6f8e, U+7011, U+7063, U+7076, U+7096, U+70ba, U+70db, U+70ef, U+7119-711a, U+7172, U+718f, U+7194, U+727a, U+72d9, U+72ed, U+7325, U+73ae, U+73ba, U+73c0, U+7410, U+7426, U+7554, U+7576, U+75ae, U+75b9, U+762b, U+766b, U+7682, U+7750, U+7779, U+7784, U+77eb, U+77ee, U+78f7, U+79e9, U+7a79, U+7b1b, U+7b28, U+7bf7, U+7db2, U+7ec5, U+7eee, U+7f14, U+7f1a, U+7fe1, U+8087, U+809b, U+8231, U+830e, U+835f, U+83e9, U+849c, U+851a, U+868a, U+8718, U+874e, U+8822, U+8910, U+8944, U+8a3b, U+8bb6, U+8bbc, U+8d50, U+8e72, U+8f9c, U+900d, U+904b, U+9063, U+90a2, U+90b9, U+94f2, U+952f, U+9576-9577, U+9593, U+95f8, U+961c, U+9631, U+969b, U+96a7, U+96c1, U+9716, U+9761, U+97ad, U+97e7, U+98a4, U+997a, U+9a73, U+9b44, U+9e3d, U+9ecf, U+9ed4, U+ff11-ff12, U+fffd;
	src: url("../fonts/noto-sans-sc-103-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-104-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+2003, U+2193, U+2462, U+4e19, U+4e2b, U+4e36, U+4ea8, U+4ed1, U+4ed7, U+4f51, U+4f63, U+4f83, U+50e7, U+5112, U+5167, U+51a4, U+51b6, U+5239, U+5265, U+532a, U+5351, U+537f, U+5401, U+548f, U+5492, U+54af, U+54b3, U+54bd, U+54d1, U+54df, U+554f, U+5564, U+5598, U+5632, U+56a3, U+56e7, U+574e, U+575d-575e, U+57d4, U+584c, U+58e4, U+5937, U+5955, U+5a05, U+5a49, U+5ac2, U+5bb0, U+5c39, U+5c61, U+5d0e, U+5de9, U+5e9a, U+5eb8, U+5f0a, U+5f13, U+5f8c, U+608d, U+611b, U+6127, U+62a0, U+634f, U+635e, U+63fd, U+6577, U+658b, U+65bc, U+660a, U+6643, U+6656, U+6760, U+67af, U+67c4, U+67e0, U+6817, U+68cd, U+690e, U+6960, U+69b4, U+6a71, U+6aac, U+6b67, U+6bb4, U+6c55, U+6c70, U+6c82, U+6ca6, U+6cb8, U+6cbe, U+6e9c, U+6ede, U+6ee5, U+6f4d, U+6f84, U+6f9c, U+7115, U+7121, U+722a, U+7261, U+7272, U+7280, U+72f8, U+7504, U+754f, U+75d8, U+767c, U+76ef, U+778e, U+77bb, U+77f6, U+786b, U+78b1, U+7948, U+7985, U+79be, U+7a83, U+7a8d, U+7eac, U+7eef, U+7ef8, U+7efd, U+7f00, U+803d, U+8086, U+810a, U+8165, U+819d, U+81a8, U+8214, U+829c, U+831c, U+8328, U+832b, U+8367, U+83e0, U+83f1, U+8403, U+846b, U+8475, U+84b2, U+8513, U+8574, U+85af, U+86d9, U+86db, U+8acb, U+8bbd, U+8be0-8be1, U+8c0e, U+8d29, U+8d63, U+8e81, U+8f7f, U+9032, U+9042, U+90b1, U+90b5, U+9165, U+9175, U+94a6, U+94c5, U+950c, U+9540, U+9610, U+9699, U+96c7, U+973e, U+978d, U+97ec, U+97f6, U+984c, U+987d, U+9882, U+9965, U+996a, U+9972, U+9a8f, U+9ad3, U+9ae6, U+9cb8, U+9edb, U+e600, U+e60f, U+e611, U+ff05, U+ff0b;
	src: url("../fonts/noto-sans-sc-104-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-105-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+5e, U+2190, U+250a, U+25bc, U+25cf, U+300f, U+4e56, U+4ea9, U+4f3d, U+4f6c, U+4f88, U+4fa8, U+4fcf, U+5029, U+5188, U+51f9, U+5203, U+524a, U+5256, U+529d, U+5375, U+53db, U+541f, U+5435, U+5457, U+548b, U+54b1, U+54c7, U+54d4, U+54e9, U+556a, U+5589, U+55bb, U+55e8, U+55ef, U+563b, U+566a, U+576a, U+58f9, U+598d, U+599e, U+59a8, U+5a9b, U+5ae3, U+5bde, U+5c4c, U+5c60, U+5d1b, U+5deb, U+5df7, U+5e18, U+5f26, U+5f64, U+601c, U+6084, U+60e9, U+614c, U+61be, U+6208, U+621a, U+6233, U+6254, U+62d8, U+62e6, U+62ef, U+6323, U+632a, U+633d, U+6361, U+6380, U+6405, U+640f, U+6614, U+6642, U+6657, U+67a3, U+6808, U+683d, U+6850, U+6897, U+68b3, U+68b5, U+68d5, U+6a58, U+6b47, U+6b6a, U+6c28, U+6c90, U+6ca7, U+6cf5, U+6d51, U+6da9, U+6dc7, U+6dd1, U+6e0a, U+6e5b, U+6f47, U+6f6d, U+70ad, U+70f9, U+710a, U+7130, U+71ac, U+745f, U+7476, U+7490, U+7529, U+7538, U+75d2, U+7696, U+76b1, U+76fc, U+777f, U+77dc, U+789f, U+795b, U+79bd, U+79c9, U+7a3b, U+7a46, U+7aa5, U+7ad6, U+7ca5, U+7cb9, U+7cdf, U+7d6e, U+7f06, U+7f38, U+7fa1, U+7fc1, U+8015, U+803b, U+80a2, U+80aa, U+8116, U+813e, U+82ad, U+82bd, U+8305, U+8346, U+846c, U+8549, U+859b, U+8611, U+8680, U+87f9, U+884d, U+8877, U+888d, U+88d4, U+898b, U+8a79, U+8a93, U+8c05, U+8c0d, U+8c26, U+8d1e, U+8d31, U+8d81, U+8e22, U+8f90, U+8f96, U+90ca, U+916c, U+917f, U+9187, U+918b, U+9499, U+94a9, U+9524, U+958b, U+9600, U+9640, U+96b6, U+96ef, U+98d9, U+9976, U+997f, U+9a74, U+9a84, U+9c8d, U+9e26, U+9e9f, U+ad6d, U+c5b4, U+d55c, U+ff0f;
	src: url("../fonts/noto-sans-sc-105-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-106-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+b0, U+2191, U+2460-2461, U+25c6, U+300e, U+4e1b, U+4e7e, U+4ed5, U+4ef2, U+4f10, U+4f1e, U+4f50, U+4fa6, U+4faf, U+5021, U+50f5, U+5179, U+5180, U+51d1, U+522e, U+52a3, U+52c3, U+52cb, U+5300, U+5319, U+5320, U+5349, U+5395, U+53d9, U+541e, U+5428, U+543e, U+54c0, U+54d2, U+570b, U+5858, U+58f6, U+5974, U+59a5, U+59e8, U+59ec, U+5a36, U+5a9a, U+5ab3, U+5b99, U+5baa, U+5ce1, U+5d14, U+5d4c, U+5dc5, U+5de2, U+5e99, U+5e9e, U+5f18, U+5f66, U+5f70, U+6070, U+60d5, U+60e7, U+6101, U+611a, U+6241, U+6252, U+626f, U+6296, U+62bc, U+62cc, U+63a9, U+644a, U+6454, U+64a9, U+64b8, U+6500, U+6572, U+65a5, U+65a9, U+65ec, U+660f, U+6749, U+6795, U+67ab, U+68da, U+6912, U+6bbf, U+6bef, U+6cab, U+6cca, U+6ccc, U+6cfc, U+6d3d, U+6d78, U+6dee, U+6e17, U+6e34, U+6e83, U+6ea2, U+6eb6, U+6f20, U+6fa1, U+707f, U+70d8, U+70eb, U+714c, U+714e, U+7235, U+7239, U+73ca, U+743c, U+745c, U+7624, U+763e, U+76f2, U+77db, U+77e9, U+780d, U+7838, U+7845, U+78ca, U+796d, U+7a84, U+7aed, U+7b3c, U+7eb2, U+7f05, U+7f20, U+7f34, U+7f62, U+7fc5, U+7fd8, U+7ff0, U+800d, U+8036, U+80ba, U+80be, U+80c0-80c1, U+8155, U+817a, U+8180, U+81e3, U+8206, U+8247, U+8270, U+8299, U+8304, U+8393, U+83b9, U+83ca, U+840d, U+8427, U+8469, U+8471, U+84c4, U+84ec, U+853d, U+8681-8682, U+8721, U+8854, U+88d5, U+88f9, U+8bc0, U+8c0a, U+8c29, U+8c2d, U+8d41, U+8dea, U+8eb2, U+8f9f, U+903b, U+903e, U+9102, U+9493, U+94a5, U+94f8, U+95ef, U+95f7, U+9706, U+9709, U+9774, U+9887, U+98a0, U+9e64, U+9f9f, U+e601, U+e603;
	src: url("../fonts/noto-sans-sc-106-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-107-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+200b, U+2103, U+4e18, U+4e27-4e28, U+4e38, U+4e59, U+4e8f, U+4ead, U+4ec7, U+4fe9, U+503a, U+5085, U+5146, U+51af, U+51f8, U+52ab, U+5339, U+535c, U+5378, U+538c, U+5398, U+53f9, U+5415, U+5475, U+54aa, U+54ac, U+54b8, U+5582, U+5760, U+5764, U+57cb, U+5835, U+5885, U+5951, U+5983, U+59da, U+5a77, U+5b5d, U+5b5f, U+5bb5, U+5bc2, U+5be8, U+5bfa, U+5c2c, U+5c34, U+5c41, U+5c48, U+5c65, U+5cad, U+5e06, U+5e42, U+5ef7, U+5f17, U+5f25, U+5f6d, U+5f79, U+6028, U+6064, U+6068, U+606d, U+607c, U+6094, U+6109, U+6124, U+6247, U+626d, U+6291, U+629a, U+62ac, U+62b9, U+62fe, U+6324, U+6349, U+6367, U+6398, U+6495, U+64a4, U+64b0, U+64bc, U+64ce, U+658c, U+65ed, U+6602, U+6674, U+6691, U+66a8, U+674f, U+679a, U+67ef, U+67f4, U+680b, U+6876, U+68a8, U+6a59, U+6a61, U+6b20, U+6bc5, U+6d12, U+6d46, U+6d8c, U+6dc0, U+6e14, U+6e23, U+6f06, U+7164, U+716e, U+7199, U+71e5, U+72ac, U+742a, U+755c, U+75ab, U+75b2, U+75f4, U+7897, U+78b3, U+78c5, U+7978, U+79fd, U+7a74, U+7b4b, U+7b5b, U+7ece, U+7ed2, U+7ee3, U+7ef3, U+7f50, U+7f55, U+7f9e, U+7fe0, U+809d, U+8106, U+814a, U+8154, U+817b, U+818f, U+81c2, U+81ed, U+821f, U+82a6, U+82d1, U+8302, U+83c7, U+845b, U+848b, U+84c9, U+85e4, U+86ee, U+8700, U+8774, U+886c, U+8881, U+8c1c, U+8c79, U+8d2a, U+8d3c, U+8eba, U+8f70, U+8fa9, U+8fb1, U+900a, U+9017, U+901d, U+9022, U+906e, U+946b, U+94dd, U+94ed, U+953b, U+95fa, U+95fd, U+964c, U+96c0, U+971c, U+971e, U+9753, U+9756, U+97e6, U+9881, U+9b4f, U+9e2d, U+9f0e, U+e602, U+e604-e605, U+ff5c;
	src: url("../fonts/noto-sans-sc-107-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-108-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+24, U+4e08, U+4e43, U+4e4f, U+4ef0, U+4f2a, U+507f, U+50ac, U+50bb, U+5151, U+51bb, U+51f6, U+51fd, U+5272, U+52fe, U+5362, U+53c9, U+53d4, U+53e0, U+543b, U+54f2, U+5507, U+5524, U+558a, U+55b5, U+561b, U+56ca, U+5782, U+57c3, U+5893, U+5915, U+5949, U+5962, U+59ae, U+59dc, U+59fb, U+5bd3, U+5c38, U+5cb3, U+5d07, U+5d29, U+5de1, U+5dfe, U+5e15, U+5eca, U+5f2f, U+5f7c, U+5fcc, U+6021, U+609f, U+60f9, U+6108, U+6148, U+6155, U+6170, U+61d2, U+6251, U+629b, U+62ab, U+62e8, U+62f3, U+6321, U+6350, U+6566, U+659c, U+65e8, U+6635, U+6655, U+6670, U+66f9, U+6734, U+679d, U+6851, U+6905, U+6b49, U+6b96, U+6c1b, U+6c41, U+6c6a, U+6c83, U+6cf3, U+6d9b, U+6dcb, U+6e1d, U+6e20-6e21, U+6eaa, U+6ee4, U+6ee9, U+6f58, U+70e4, U+722c, U+7262, U+7267, U+72b9, U+72e0, U+72ee, U+72f1, U+7334, U+73ab, U+7433, U+7470, U+758f, U+75d5, U+764c, U+7686, U+76c6, U+76fe, U+7720, U+77e2, U+7802, U+7816, U+788d, U+7891, U+7a00, U+7a9d, U+7b52, U+7bad, U+7c98, U+7cca, U+7eba, U+7eea, U+7ef5, U+7f1d, U+7f69, U+806a, U+809a, U+80bf, U+80c3, U+81c0, U+820c, U+82ac, U+82af, U+82cd, U+82d7, U+838e, U+839e, U+8404, U+84b8, U+852c, U+8587, U+85aa, U+8650, U+8679, U+86c7, U+8702, U+87ba, U+886b, U+8870, U+8c10, U+8c23, U+8c6b, U+8d3e, U+8d4b-8d4c, U+8d64, U+8d6b, U+8d74, U+8e29, U+8f69, U+8f74, U+8fb0, U+8fdf, U+901b, U+9038, U+9093, U+90aa, U+9171, U+9489, U+94ae, U+94c3, U+9508, U+9510, U+9601, U+9614, U+9675, U+97f5, U+9888, U+98d8, U+9971, U+9aa4, U+9e3f, U+9e45, U+9e4f, U+9e70, U+9f7f, U+e715;
	src: url("../fonts/noto-sans-sc-108-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-109-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+a5, U+2022, U+2192, U+2605, U+4e11, U+4e22, U+4e32, U+4f0d, U+4f0f, U+4f69, U+4ff1, U+50b2, U+5154, U+51dd, U+51f0, U+5211, U+5269, U+533f, U+5366-5367, U+5389, U+5413, U+5440, U+5446, U+5561, U+574a, U+5751, U+57ab, U+5806, U+5821, U+582a, U+58f3, U+5938, U+5948, U+5978, U+59d1, U+5a03, U+5a07, U+5ac1, U+5acc, U+5ae9, U+5bb4, U+5bc4, U+5c3f, U+5e3d, U+5e7d, U+5f92, U+5faa, U+5fe0, U+5ffd, U+6016, U+60a0, U+60dc, U+60e8, U+614e, U+6212, U+6284, U+62c6, U+62d3-62d4, U+63f4, U+642c, U+6478, U+6491-6492, U+64e6, U+6591, U+65a4, U+664b, U+6735, U+6746, U+67f1, U+67f3, U+6842, U+68af, U+68c9, U+68cb, U+6a31, U+6b3a, U+6bc1, U+6c0f, U+6c27, U+6c57, U+6cc4, U+6ce5, U+6d2a, U+6d66, U+6d69, U+6daf, U+6e58, U+6ecb, U+6ef4, U+707e, U+7092, U+70ab, U+71d5, U+7275, U+7384, U+73b2, U+7434, U+74e6, U+74f7, U+75bc, U+76c8, U+76d0, U+7709, U+77ac, U+7855, U+78a7, U+78c1, U+7a77, U+7b79, U+7c92, U+7cae, U+7cd5, U+7ea4, U+7eb5, U+7ebd, U+7f5a, U+7fd4, U+7ffc, U+8083, U+8096, U+80a0, U+80d6, U+80de, U+8102, U+8109, U+810f, U+8179, U+8292, U+82b3, U+8352, U+8361, U+83cc, U+841d, U+8461, U+8482, U+8521, U+857e, U+866b, U+8776, U+8896, U+889c, U+88f8, U+8a9e, U+8bc8, U+8bf8, U+8c0b, U+8c28, U+8d2b, U+8d2f, U+8d37, U+8d3a, U+8d54, U+8dc3, U+8dcc, U+8df5, U+8e0f, U+8e48, U+8f86, U+8f88, U+8f9e, U+8fc1, U+8fc8, U+8feb, U+9065, U+90a6, U+90bb, U+90c1, U+94dc, U+9521, U+9676, U+96d5, U+970d, U+9897, U+997c, U+9a70, U+9a76, U+9a9a, U+9ad4, U+9e23, U+9e7f, U+9f3b, U+e675, U+e6b9, U+ffe5;
	src: url("../fonts/noto-sans-sc-109-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-110-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+300c-300d, U+4e54, U+4e58, U+4e95, U+4ec1, U+4f2f, U+4f38, U+4fa3, U+4fca, U+503e, U+5141, U+5144, U+517c, U+51cc, U+51ed, U+5242, U+52b2, U+52d2, U+52e4, U+540a, U+5439, U+5448, U+5496, U+54ed, U+5565, U+5761, U+5766, U+58ee, U+593a, U+594b, U+594f, U+5954, U+5996, U+59c6, U+59ff, U+5b64, U+5bff, U+5c18, U+5c1d, U+5c97, U+5ca9, U+5cb8, U+5e9f, U+5ec9, U+5f04, U+5f7b, U+5fa1, U+5fcd, U+6012, U+60a6, U+60ac, U+60b2, U+60ef, U+626e, U+6270, U+6276, U+62d6, U+62dc, U+6316, U+632f, U+633a, U+6355, U+63aa, U+6447, U+649e, U+64c5, U+654c, U+65c1, U+65cb, U+65e6, U+6606, U+6731, U+675c, U+67cf, U+67dc, U+6846, U+6b8b, U+6beb, U+6c61, U+6c88, U+6cbf, U+6cdb, U+6cea, U+6d45, U+6d53, U+6d74, U+6d82, U+6da8, U+6db5, U+6deb, U+6eda, U+6ee8, U+6f0f, U+706d, U+708e, U+70ae, U+70bc, U+70c2, U+70e6, U+7237-7238, U+72fc, U+730e, U+731b, U+739b, U+73bb, U+7483, U+74dc, U+74f6, U+7586, U+7626, U+775b, U+77ff, U+788e, U+78b0, U+7956, U+7965, U+79e6, U+7af9, U+7bee, U+7c97, U+7eb1, U+7eb7, U+7ed1, U+7ed5, U+7f6a, U+7f72, U+7fbd, U+8017, U+808c, U+80a9, U+80c6, U+80ce, U+8150, U+8170, U+819c, U+820d, U+8230, U+8239, U+827e, U+8377, U+8389, U+83b2, U+8428, U+8463, U+867e, U+88c2, U+88d9, U+8986, U+8bca, U+8bde, U+8c13, U+8c8c, U+8d21, U+8d24, U+8d56, U+8d60, U+8d8b, U+8db4, U+8e2a, U+8f68, U+8f89, U+8f9b, U+8fa8, U+8fbd, U+9003, U+90ce, U+90ed, U+9189, U+94bb, U+9505, U+95f9, U+963b, U+9655, U+966a, U+9677, U+96fe, U+9896, U+99a8, U+9a71, U+9a82, U+9a91, U+9b45, U+9ece, U+9f20, U+feff, U+ff0d;
	src: url("../fonts/noto-sans-sc-110-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-111-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+4e4c, U+4e88, U+4ea1, U+4ea6, U+4ed3-4ed4, U+4eff, U+4f30, U+4fa7, U+4fc4, U+4fd7, U+500d, U+504f, U+5076-5077, U+517d, U+5192, U+51c9, U+51ef, U+5238, U+5251, U+526a, U+52c7, U+52df, U+52ff, U+53a6, U+53a8, U+53ec, U+5410, U+559d, U+55b7, U+5634, U+573e, U+5783, U+585e, U+586b, U+58a8, U+5999, U+59d3, U+5a1c, U+5a46, U+5b54-5b55, U+5b85, U+5b8b, U+5b8f, U+5bbf, U+5bd2, U+5c16, U+5c24, U+5e05, U+5e45, U+5e7c, U+5e84, U+5f03, U+5f1f, U+5f31, U+5f84, U+5f90, U+5fbd, U+5fc6, U+5fd9, U+5fe7, U+6052, U+6062, U+6089, U+60a3, U+60d1, U+6167, U+622a, U+6234, U+624e, U+6269, U+626c, U+62b5, U+62d2, U+6325, U+63e1, U+643a, U+6446, U+6562, U+656c, U+65e2, U+65fa, U+660c, U+6628, U+6652, U+6668, U+6676, U+66fc, U+66ff, U+6717, U+676d, U+67aa, U+67d4, U+6843, U+6881, U+68d2, U+695a, U+69fd, U+6a2a, U+6b8a, U+6c60, U+6c64, U+6c9f, U+6caa, U+6cc9, U+6ce1, U+6cfd, U+6d1b, U+6d1e, U+6d6e, U+6de1, U+6e10, U+6e7f, U+6f5c, U+704c, U+7070, U+7089, U+70b8, U+718a, U+71c3, U+723d, U+732a, U+73cd, U+7518, U+756a, U+75af, U+75be, U+75c7, U+76d2, U+76d7, U+7763, U+78e8, U+795d, U+79df, U+7c4d, U+7d2f, U+7ee9, U+7f13, U+7f8a, U+8000, U+8010, U+80af, U+80f6, U+80f8, U+8212, U+8273, U+82f9, U+83ab, U+83b1, U+83f2, U+8584, U+871c, U+8861, U+888b, U+88c1, U+88e4, U+8bd1, U+8bf1, U+8c31, U+8d5a, U+8d75-8d76, U+8de8, U+8f85, U+8fa3, U+8fc5, U+9006, U+903c, U+904d, U+9075, U+9178, U+9274, U+950b, U+9526, U+95ea, U+9636, U+9686, U+978b, U+987f, U+9a7e, U+9b42, U+9e1f, U+9ea6, U+9f13, U+9f84, U+ff5e;
	src: url("../fonts/noto-sans-sc-111-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-112-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+23, U+3d, U+4e01, U+4e39, U+4e73, U+4ecd, U+4ed9, U+4eea, U+4f0a, U+4f1f, U+4f5b, U+4fa0, U+4fc3, U+501f, U+50a8, U+515a, U+5175, U+51a0, U+51c0, U+51e1, U+51e4, U+5200, U+520a, U+5224, U+523a, U+52aa, U+52b1, U+52b3, U+5348, U+5353, U+5360, U+5371, U+5377, U+539a, U+541b, U+5434, U+547c, U+54e6, U+5510, U+5531, U+5609, U+56f0, U+56fa, U+5733, U+574f, U+5851, U+5854, U+5899, U+58c1, U+592e, U+5939, U+5976, U+5986, U+59bb, U+5a18, U+5a74, U+5b59, U+5b87, U+5b97, U+5ba0, U+5bab, U+5bbd-5bbe, U+5bf8, U+5c0a, U+5c3a, U+5c4a, U+5e16, U+5e1d, U+5e2d, U+5e8a, U+6015, U+602a, U+6050, U+6069, U+6162, U+61c2, U+6293, U+6297, U+62b1, U+62bd, U+62df, U+62fc, U+6302, U+635f, U+638c, U+63ed, U+6458, U+6469, U+6563, U+6620, U+6653, U+6696-6697, U+66dd, U+675f, U+676f-6770, U+67d0, U+67d3, U+684c, U+6865, U+6885, U+68b0, U+68ee, U+690d, U+6b23, U+6b32, U+6bd5, U+6c89, U+6d01, U+6d25, U+6d89, U+6da6, U+6db2, U+6df7, U+6ed1, U+6f02, U+70c8, U+70df, U+70e7, U+7126, U+7236, U+7259, U+731c, U+745e, U+74e3, U+751a, U+751c, U+7532, U+7545, U+75db, U+7761, U+7a0d, U+7b51, U+7ca4, U+7cd6, U+7d2b, U+7ea0, U+7eb9, U+7ed8, U+7f18, U+7f29, U+8033, U+804a, U+80a4-80a5, U+80e1, U+817f, U+829d, U+82e6, U+8336, U+840c, U+8499, U+864e, U+8651, U+865a, U+88ad, U+89e6, U+8bd7, U+8bfa, U+8c37, U+8d25, U+8d38, U+8ddd, U+8fea, U+9010, U+9012, U+906d, U+907f-9080, U+90d1, U+9177, U+91ca, U+94fa, U+9501, U+9634-9635, U+9694, U+9707, U+9738, U+9769, U+9a7b, U+9a97, U+9aa8, U+9b3c, U+9c81, U+9ed8;
	src: url("../fonts/noto-sans-sc-112-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-113-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+26, U+3c, U+d7, U+4e4e, U+4e61, U+4e71, U+4ebf, U+4ee4, U+4f26, U+5012, U+51ac, U+51b0, U+51b2, U+51b7, U+5218, U+521a, U+5220, U+5237, U+523b, U+526f, U+5385, U+53bf, U+53e5, U+53eb, U+53f3, U+53f6, U+5409, U+5438, U+54c8, U+54e5, U+552f, U+5584, U+5706, U+5723, U+5750, U+575a, U+5987-5988, U+59b9, U+59d0, U+59d4, U+5b88, U+5b9c, U+5bdf, U+5bfb, U+5c01, U+5c04, U+5c3e, U+5c4b, U+5c4f, U+5c9b, U+5cf0, U+5ddd, U+5de6, U+5de8, U+5e01, U+5e78, U+5e7b, U+5e9c, U+5ead, U+5ef6, U+5f39, U+5fd8, U+6000, U+6025, U+604b, U+6076, U+613f, U+6258, U+6263, U+6267, U+6298, U+62a2, U+62e5, U+62ec, U+6311, U+6377, U+6388-6389, U+63a2, U+63d2, U+641e, U+642d, U+654f, U+6551, U+6597, U+65cf, U+65d7, U+65e7, U+6682, U+66f2, U+671d, U+672b, U+6751, U+6768, U+6811, U+6863, U+6982, U+6bd2, U+6cf0, U+6d0b, U+6d17, U+6d59, U+6dd8, U+6dfb, U+6e7e, U+6f6e, U+6fb3, U+706f, U+719f, U+72af, U+72d0, U+72d7, U+732b, U+732e, U+7389, U+73e0, U+7530, U+7687, U+76d6, U+76db, U+7840, U+786c, U+79cb, U+79d2, U+7a0e, U+7a33, U+7a3f, U+7a97, U+7ade-7adf, U+7b26, U+7e41, U+7ec3, U+7f3a, U+8089, U+80dc, U+811a, U+8131, U+8138, U+821e, U+8349, U+83dc, U+8457, U+867d, U+86cb, U+8a89, U+8ba8, U+8bad, U+8bef, U+8bfe, U+8c6a, U+8d1d, U+8d4f, U+8d62, U+8dd1, U+8df3, U+8f6e, U+8ff9, U+900f, U+9014, U+9057, U+9192, U+91ce, U+9488, U+94a2, U+9547, U+955c, U+95f2, U+9644, U+964d, U+96c4-96c5, U+96e8, U+96f6-96f7, U+9732, U+9759, U+9760, U+987a, U+989c, U+9910, U+996d-996e, U+9b54, U+9e21, U+9ebb, U+9f50;
	src: url("../fonts/noto-sans-sc-113-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-114-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+7e, U+2026, U+4e03, U+4e25, U+4e30, U+4e34, U+4e45, U+4e5d, U+4e89, U+4eae, U+4ed8, U+4f11, U+4f19, U+4f24, U+4f34, U+4f59, U+4f73, U+4f9d, U+4fb5, U+5047, U+505c, U+5170, U+519c, U+51cf, U+5267, U+5356, U+5374, U+5382, U+538b, U+53e6, U+5426, U+542b, U+542f, U+5462, U+5473, U+554a, U+5566, U+5708, U+571f, U+5757, U+57df, U+57f9, U+5802, U+590f, U+591c, U+591f, U+592b, U+5965, U+5979, U+5a01, U+5a5a, U+5b69, U+5b81, U+5ba1, U+5ba3, U+5c3c, U+5c42, U+5c81, U+5de7, U+5dee, U+5e0c, U+5e10, U+5e55, U+5e86, U+5e8f, U+5ea7, U+5f02, U+5f52, U+5f81, U+5ff5, U+60ca, U+60e0, U+6279, U+62c5, U+62ff, U+63cf, U+6444, U+64cd, U+653b, U+65bd, U+65e9, U+665a, U+66b4, U+66fe, U+6728, U+6740, U+6742, U+677e, U+67b6, U+680f, U+68a6, U+68c0, U+699c, U+6b4c, U+6b66, U+6b7b, U+6bcd, U+6bdb, U+6c38, U+6c47, U+6c49, U+6cb3, U+6cb9, U+6ce2, U+6d32, U+6d3e, U+6d4f, U+6e56, U+6fc0, U+7075, U+7206, U+725b, U+72c2, U+73ed, U+7565, U+7591, U+7597, U+75c5, U+76ae, U+76d1, U+76df, U+7834, U+7968, U+7981, U+79c0, U+7a7f, U+7a81, U+7ae5, U+7b14, U+7c89, U+7d27, U+7eaf, U+7eb3, U+7eb8, U+7ec7, U+7ee7, U+7eff, U+7f57, U+7ffb, U+805a, U+80a1, U+822c, U+82cf, U+82e5, U+8363, U+836f, U+84dd, U+878d, U+8840, U+8857, U+8863, U+8865, U+8b66, U+8bb2, U+8bda, U+8c01, U+8c08, U+8c46, U+8d1f, U+8d35, U+8d5b, U+8d5e, U+8da3, U+8ddf, U+8f93, U+8fdd, U+8ff0, U+8ff7, U+8ffd, U+9000, U+9047, U+9152, U+949f, U+94c1, U+94f6, U+9646, U+9648, U+9669, U+969c, U+96ea, U+97e9, U+987b, U+987e, U+989d, U+9970, U+9986, U+9c7c, U+9c9c;
	src: url("../fonts/noto-sans-sc-114-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-115-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+25, U+4e14, U+4e1d, U+4e3d, U+4e49, U+4e60, U+4e9a, U+4eb2, U+4ec5, U+4efd, U+4f3c, U+4f4f, U+4f8b, U+4fbf, U+5019, U+5145, U+514b, U+516b, U+516d, U+5174, U+5178, U+517b, U+5199, U+519b, U+51b3, U+51b5, U+5207, U+5212, U+5219, U+521d, U+52bf, U+533b, U+5343, U+5347, U+534a, U+536b, U+5370, U+53e4, U+53f2, U+5403, U+542c, U+547d, U+54a8, U+54cd, U+54ea, U+552e, U+56f4, U+5747, U+575b, U+5883, U+589e, U+5931, U+5947, U+5956-5957, U+5a92, U+5b63, U+5b83, U+5ba4, U+5bb3, U+5bcc, U+5c14, U+5c1a, U+5c3d, U+5c40, U+5c45, U+5c5e, U+5df4, U+5e72, U+5e95, U+5f80, U+5f85, U+5fb7, U+5fd7, U+601d, U+626b, U+627f, U+62c9, U+62cd, U+6309, U+63a7, U+6545, U+65ad, U+65af, U+65c5, U+666e, U+667a, U+670b, U+671b, U+674e, U+677f, U+6781, U+6790, U+6797, U+6821, U+6838-6839, U+697c, U+6b27, U+6b62, U+6bb5, U+6c7d, U+6c99, U+6d4e, U+6d6a, U+6e29, U+6e2f, U+6ee1, U+6f14, U+6f2b, U+72b6, U+72ec, U+7387, U+7533, U+753b, U+76ca, U+76d8, U+7701, U+773c, U+77ed, U+77f3, U+7814, U+793c, U+79bb, U+79c1, U+79d8, U+79ef, U+79fb, U+7a76, U+7b11, U+7b54, U+7b56, U+7b97, U+7bc7, U+7c73, U+7d20, U+7eaa, U+7ec8, U+7edd, U+7eed, U+7efc, U+7fa4, U+804c, U+8058, U+80cc, U+8111, U+817e, U+826f, U+8303, U+843d, U+89c9, U+89d2, U+8ba2, U+8bbf, U+8bc9, U+8bcd, U+8be6, U+8c22, U+8c61, U+8d22, U+8d26-8d27, U+8d8a, U+8f6f, U+8f7b, U+8f83, U+8f91, U+8fb9, U+8fd4, U+8fdc, U+9002, U+94b1, U+9519, U+95ed, U+961f, U+9632-9633, U+963f, U+968f-9690, U+96be, U+9876, U+9884, U+98de, U+9988, U+9999, U+9ec4, U+ff1b;
	src: url("../fonts/noto-sans-sc-115-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-116-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+2b, U+40, U+3000, U+300a-300b, U+4e16, U+4e66, U+4e70, U+4e91-4e92, U+4e94, U+4e9b, U+4ec0, U+4eca, U+4f01, U+4f17-4f18, U+4f46, U+4f4e, U+4f9b, U+4fee, U+503c, U+5065, U+50cf, U+513f, U+5148, U+518d, U+51c6, U+51e0, U+5217, U+529e-529f, U+5341, U+534f, U+5361, U+5386, U+53c2, U+53c8, U+53cc, U+53d7-53d8, U+5404, U+5411, U+5417, U+5427, U+5468, U+559c, U+5668, U+56e0, U+56e2, U+56ed, U+5740, U+57fa, U+58eb, U+5904, U+592a, U+59cb, U+5a31, U+5b58, U+5b9d, U+5bc6, U+5c71, U+5dde, U+5df1, U+5e08, U+5e26, U+5e2e, U+5e93, U+5e97, U+5eb7, U+5f15, U+5f20, U+5f3a, U+5f62, U+5f69, U+5f88, U+5f8b, U+5fc5, U+600e, U+620f, U+6218, U+623f, U+627e, U+628a, U+62a4, U+62db, U+62e9, U+6307, U+6362, U+636e, U+64ad, U+6539, U+653f, U+6548, U+6574, U+6613, U+6625, U+663e, U+666f, U+672a, U+6750, U+6784, U+6a21, U+6b3e, U+6b65, U+6bcf, U+6c11, U+6c5f, U+6d4b, U+6df1, U+706b, U+7167, U+724c, U+738b, U+73a9, U+73af, U+7403, U+7537, U+754c, U+7559, U+767d, U+7740, U+786e, U+795e, U+798f, U+79f0, U+7aef, U+7b7e, U+7bb1, U+7ea2, U+7ea6, U+7ec4, U+7ec6, U+7ecd, U+7edc, U+7ef4, U+8003, U+80b2, U+81f3-81f4, U+822a, U+827a, U+82f1, U+83b7, U+8425, U+89c2, U+89c8, U+8ba9, U+8bb8, U+8bc6, U+8bd5, U+8be2, U+8be5, U+8bed, U+8c03, U+8d23, U+8d2d, U+8d34, U+8d70, U+8db3, U+8fbe, U+8fce, U+8fd1, U+8fde, U+9001, U+901f-9020, U+90a3, U+914d, U+91c7, U+94fe, U+9500, U+952e, U+9605, U+9645, U+9662, U+9664, U+9700, U+9752, U+975e, U+97f3, U+9879, U+9886, U+98df, U+9a6c, U+9a8c, U+9ed1, U+9f99;
	src: url("../fonts/noto-sans-sc-116-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-117-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+4e, U+201c-201d, U+3010-3011, U+4e07, U+4e1c, U+4e24, U+4e3e, U+4e48, U+4e50, U+4e5f, U+4e8b-4e8c, U+4ea4, U+4eab-4eac, U+4ecb, U+4ece, U+4ed6, U+4ee3, U+4ef6-4ef7, U+4efb, U+4f20, U+4f55, U+4f7f, U+4fdd, U+505a, U+5143, U+5149, U+514d, U+5171, U+5177, U+518c, U+51fb, U+521b, U+5229, U+522b, U+52a9, U+5305, U+5317, U+534e, U+5355, U+5357, U+535a, U+5373, U+539f, U+53bb, U+53ca, U+53cd, U+53d6, U+53e3, U+53ea, U+53f0, U+5458, U+5546, U+56db, U+573a, U+578b, U+57ce, U+58f0, U+590d, U+5934, U+5973, U+5b57, U+5b8c, U+5b98, U+5bb9, U+5bfc, U+5c06, U+5c11, U+5c31, U+5c55, U+5df2, U+5e03, U+5e76, U+5e94, U+5efa, U+5f71, U+5f97, U+5feb, U+6001, U+603b, U+60f3, U+611f, U+6216, U+624d, U+6253, U+6295, U+6301, U+6392, U+641c, U+652f, U+653e, U+6559, U+6599, U+661f, U+671f, U+672f, U+6761, U+67e5, U+6807, U+6837, U+683c, U+6848, U+6b22, U+6b64, U+6bd4, U+6c14, U+6c34, U+6c42, U+6ca1, U+6d41, U+6d77, U+6d88, U+6e05, U+6e38, U+6e90, U+7136, U+7231, U+7531, U+767e, U+76ee, U+76f4, U+771f, U+7801, U+793a, U+79cd, U+7a0b, U+7a7a, U+7acb, U+7ae0, U+7b2c, U+7b80, U+7ba1, U+7cbe, U+7d22, U+7ea7, U+7ed3, U+7ed9, U+7edf, U+7f16, U+7f6e, U+8001, U+800c, U+8272, U+8282, U+82b1, U+8350, U+88ab, U+88c5, U+897f, U+89c1, U+89c4, U+89e3, U+8a00, U+8ba1, U+8ba4, U+8bae-8bb0, U+8bbe, U+8bc1, U+8bc4, U+8bfb, U+8d28, U+8d39, U+8d77, U+8d85, U+8def, U+8eab, U+8f66, U+8f6c, U+8f7d, U+8fd0, U+9009, U+90ae, U+90fd, U+91cc-91cd, U+91cf, U+95fb, U+9650, U+96c6, U+9891, U+98ce, U+ff1f;
	src: url("../fonts/noto-sans-sc-117-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-118-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+d, U+3e, U+5f, U+7c, U+a0, U+a9, U+4e09-4e0b, U+4e0d-4e0e, U+4e13, U+4e1a, U+4e2a, U+4e3a-4e3b, U+4e4b, U+4e86, U+4e8e, U+4ea7, U+4eba, U+4ee5, U+4eec, U+4f1a, U+4f4d, U+4f53, U+4f5c, U+4f60, U+4fe1, U+5165, U+5168, U+516c, U+5173, U+5176, U+5185, U+51fa, U+5206, U+5230, U+5236, U+524d, U+529b, U+52a0-52a1, U+52a8, U+5316, U+533a, U+53cb, U+53d1, U+53ef, U+53f7-53f8, U+5408, U+540c-540e, U+544a, U+548c, U+54c1, U+56de, U+56fd-56fe, U+5728, U+5730, U+5907, U+5916, U+591a, U+5927, U+5929, U+597d, U+5982, U+5b50, U+5b66, U+5b89, U+5b9a, U+5b9e, U+5ba2, U+5bb6, U+5bf9, U+5c0f, U+5de5, U+5e02, U+5e38, U+5e73-5e74, U+5e7f, U+5ea6, U+5f00, U+5f0f, U+5f53, U+5f55, U+5fae, U+5fc3, U+6027, U+606f, U+60a8, U+60c5, U+610f, U+6210-6211, U+6237, U+6240, U+624b, U+6280, U+62a5, U+63a5, U+63a8, U+63d0, U+6536, U+6570, U+6587, U+65b9, U+65e0, U+65f6, U+660e, U+662d, U+662f, U+66f4, U+6700, U+670d, U+672c, U+673a, U+6743, U+6765, U+679c, U+682a, U+6b21, U+6b63, U+6cbb, U+6cd5, U+6ce8, U+6d3b, U+70ed, U+7247-7248, U+7269, U+7279, U+73b0, U+7406, U+751f, U+7528, U+7535, U+767b, U+76f8, U+770b, U+77e5, U+793e, U+79d1, U+7ad9, U+7b49, U+7c7b, U+7cfb, U+7ebf, U+7ecf, U+7f8e, U+8005, U+8054, U+80fd, U+81ea, U+85cf, U+884c, U+8868, U+8981, U+89c6, U+8bba, U+8bdd, U+8bf4, U+8bf7, U+8d44, U+8fc7, U+8fd8-8fd9, U+8fdb, U+901a, U+9053, U+90e8, U+91d1, U+957f, U+95e8, U+95ee, U+95f4, U+9762, U+9875, U+9898, U+9996, U+9ad8, U+ff01, U+ff08-ff09;
	src: url("../fonts/noto-sans-sc-118-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-119-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+20-22, U+27-2a, U+2c-3b, U+3f, U+41-4d, U+4f-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2, U+b7, U+bb, U+df-e5, U+e7-ea, U+ec-ed, U+f1-f4, U+f6, U+f9-fa, U+fc, U+101, U+103, U+113, U+12b, U+148, U+14d, U+16b, U+1ce, U+1d0, U+300-301, U+1ebf, U+1ec7, U+2013-2014, U+2039-203a, U+2122, U+3001-3002, U+3042, U+3044, U+3046, U+3048, U+304a-3055, U+3057, U+3059-305b, U+305d, U+305f-3061, U+3063-306b, U+306d-3073, U+3075-3076, U+3078-3079, U+307b, U+307e-307f, U+3081-308d, U+308f, U+3092-3093, U+30a1-30a4, U+30a6-30bb, U+30bd, U+30bf-30c1, U+30c3-30c4, U+30c6-30cb, U+30cd-30d7, U+30d9-30e1, U+30e3-30e7, U+30e9-30ed, U+30ef, U+30f3, U+30fb-30fc, U+4e00, U+4e2d, U+65b0, U+65e5, U+6708-6709, U+70b9, U+7684, U+7f51, U+ff0c, U+ff0e, U+ff1a;
	src: url("../fonts/noto-sans-sc-119-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-latin-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	src: url("../fonts/noto-sans-sc-latin-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-latin-ext-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	src: url("../fonts/noto-sans-sc-latin-ext-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-sc-vietnamese-wght-normal */
@font-face {
	font-family: "Noto Sans SC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	src: url("../fonts/noto-sans-sc-vietnamese-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-sc-4-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+1f1e9-1f1f5, U+1f1f7-1f1ff, U+1f21a, U+1f232, U+1f234-1f237, U+1f250-1f251, U+1f300, U+1f302-1f308, U+1f30a-1f311, U+1f315, U+1f319-1f320, U+1f324, U+1f327, U+1f32a, U+1f32c-1f32d, U+1f330-1f357, U+1f359-1f37e;
	src: url("../fonts/noto-serif-sc-4-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-4-400-normal.woff") format("woff");
}

/* noto-serif-sc-5-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+fee3, U+fef3, U+ff03-ff04, U+ff07, U+ff0a, U+ff17-ff19, U+ff1c-ff1d, U+ff20-ff3a, U+ff3c, U+ff3e-ff5b, U+ff5d, U+ff61-ff65, U+ff67-ff6a, U+ff6c, U+ff6f-ff78, U+ff7a-ff7d, U+ff80-ff84, U+ff86, U+ff89-ff8e, U+ff92, U+ff97-ff9b, U+ff9d-ff9f, U+ffe0-ffe4, U+ffe6, U+ffe9, U+ffeb, U+ffed, U+fffc, U+1f004, U+1f170-1f171, U+1f192-1f195, U+1f198-1f19a, U+1f1e6-1f1e8;
	src: url("../fonts/noto-serif-sc-5-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-5-400-normal.woff") format("woff");
}

/* noto-serif-sc-6-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+f0a7, U+f0b2, U+f0b7, U+f0c9, U+f0d8, U+f0da, U+f0dc-f0dd, U+f0e0, U+f0e6, U+f0eb, U+f0fc, U+f101, U+f104-f105, U+f107, U+f10b, U+f11b, U+f14b, U+f18a, U+f193, U+f1d6-f1d7, U+f244, U+f27a, U+f296, U+f2ae, U+f471, U+f4b3, U+f610-f611, U+f880-f881, U+f8ec, U+f8f5, U+f8ff, U+f901, U+f90a, U+f92c-f92d, U+f934, U+f937, U+f941, U+f965, U+f967, U+f969, U+f96b, U+f96f, U+f974, U+f978-f979, U+f97e, U+f981, U+f98a, U+f98e, U+f997, U+f99c, U+f9b2, U+f9b5, U+f9ba, U+f9be, U+f9ca, U+f9d0-f9d1, U+f9dd, U+f9e0-f9e1, U+f9e4, U+f9f7, U+fa00-fa01, U+fa08, U+fa0a, U+fa11, U+fb01-fb02, U+fdfc, U+fe0e, U+fe30-fe31, U+fe33-fe44, U+fe49-fe52, U+fe54-fe57, U+fe59-fe66, U+fe68-fe6b, U+fe8e, U+fe92-fe93, U+feae, U+feb8, U+fecb-fecc, U+fee0;
	src: url("../fonts/noto-serif-sc-6-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-6-400-normal.woff") format("woff");
}

/* noto-serif-sc-21-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+9f3d-9f3e, U+9f41, U+9f4a-9f4b, U+9f51-9f52, U+9f61-9f63, U+9f66-9f67, U+9f80-9f81, U+9f83, U+9f85-9f8d, U+9f90-9f91, U+9f94-9f96, U+9f98, U+9f9b-9f9c, U+9f9e, U+9fa0, U+9fa2, U+9ff4, U+a001, U+a007, U+a025, U+a046-a047, U+a057, U+a072, U+a078-a079, U+a083, U+a085, U+a100, U+a118, U+a132, U+a134, U+a1f4, U+a242, U+a4a6, U+a4aa, U+a4b0-a4b1, U+a4b3, U+a9c1-a9c2, U+ac00-ac01, U+ac04, U+ac08, U+ac10-ac11, U+ac13-ac16, U+ac19, U+ac1c-ac1d, U+ac24, U+ac70-ac71, U+ac74, U+ac77-ac78, U+ac80-ac81, U+ac83, U+ac8c, U+ac90, U+ac9f-aca0, U+aca8-aca9, U+acac, U+acb0, U+acbd, U+acc1, U+acc4, U+ace0-ace1, U+ace4, U+ace8, U+acf3, U+acf5, U+acfc-acfd, U+ad00, U+ad0c, U+ad11, U+ad1c, U+ad34, U+ad50, U+ad64, U+ad6c, U+ad70, U+ad74, U+ad7f, U+ad81, U+ad8c, U+adc0, U+adc8, U+addc, U+ade0, U+adf8-adf9, U+adfc, U+ae00, U+ae08-ae09, U+ae0b, U+ae30, U+ae34, U+ae38, U+ae40, U+ae4a, U+ae4c, U+ae54, U+ae68, U+aebc, U+aed8, U+af2c-af2d, U+af34;
	src: url("../fonts/noto-serif-sc-21-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-21-400-normal.woff") format("woff");
}

/* noto-serif-sc-22-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+9dfa, U+9e0a, U+9e11, U+9e1a, U+9e1e, U+9e20, U+9e22, U+9e28-9e2c, U+9e2e-9e33, U+9e35-9e3b, U+9e3e, U+9e40-9e44, U+9e46-9e4e, U+9e51, U+9e53, U+9e55-9e58, U+9e5a-9e5c, U+9e5e-9e63, U+9e66-9e6e, U+9e71, U+9e73, U+9e75, U+9e78-9e79, U+9e7c-9e7e, U+9e82, U+9e86-9e88, U+9e8b-9e8c, U+9e90-9e91, U+9e93, U+9e95, U+9e97, U+9e9d, U+9ea4-9ea5, U+9ea9-9eaa, U+9eb4-9eb5, U+9eb8-9eba, U+9ebc-9ebf, U+9ec3, U+9ec9, U+9ecd, U+9ed0, U+9ed2-9ed3, U+9ed5-9ed6, U+9ed9, U+9edc-9edd, U+9edf-9ee0, U+9ee2, U+9ee5, U+9ee7-9eea, U+9eef, U+9ef1, U+9ef3-9ef4, U+9ef6, U+9ef9, U+9efb-9efc, U+9efe, U+9f0b, U+9f0d, U+9f10, U+9f14, U+9f17, U+9f19, U+9f22, U+9f29, U+9f2c, U+9f2f, U+9f31, U+9f37, U+9f39;
	src: url("../fonts/noto-serif-sc-22-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-22-400-normal.woff") format("woff");
}

/* noto-serif-sc-23-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+9c3b, U+9c40, U+9c47-9c49, U+9c53, U+9c57, U+9c64, U+9c72, U+9c77-9c78, U+9c7b, U+9c7f-9c80, U+9c82-9c83, U+9c85-9c8c, U+9c8e-9c92, U+9c94-9c9b, U+9c9e-9ca3, U+9ca5-9ca7, U+9ca9, U+9cab, U+9cad-9cae, U+9cb1-9cb7, U+9cb9-9cbd, U+9cbf-9cc0, U+9cc3, U+9cc5-9cc7, U+9cc9-9cd1, U+9cd3-9cda, U+9cdc-9cdd, U+9cdf, U+9ce1-9ce3, U+9ce5, U+9ce9, U+9cee-9cef, U+9cf3-9cf4, U+9cf6, U+9cfc-9cfd, U+9d02, U+9d08-9d09, U+9d12, U+9d1b, U+9d1e, U+9d26, U+9d28, U+9d37, U+9d3b, U+9d3f, U+9d51, U+9d59, U+9d5c-9d5d, U+9d5f-9d61, U+9d6c, U+9d70, U+9d72, U+9d7a, U+9d7e, U+9d84, U+9d89, U+9d8f, U+9d92, U+9daf, U+9db4, U+9db8, U+9dbc, U+9dc4, U+9dc7, U+9dc9, U+9dd7, U+9ddf, U+9df2, U+9df9;
	src: url("../fonts/noto-serif-sc-23-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-23-400-normal.woff") format("woff");
}

/* noto-serif-sc-24-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+9a5f, U+9a62, U+9a65, U+9a69, U+9a6b, U+9a6e, U+9a75, U+9a77-9a7a, U+9a7d, U+9a80, U+9a83, U+9a85, U+9a87-9a8a, U+9a8d-9a8e, U+9a90, U+9a92-9a93, U+9a95-9a96, U+9a98-9a99, U+9a9b-9aa2, U+9aa5, U+9aa7, U+9aaf-9ab1, U+9ab5-9ab6, U+9ab9-9aba, U+9abc, U+9ac0-9ac4, U+9ac8, U+9acb-9acc, U+9ace-9acf, U+9ad1-9ad2, U+9ad9, U+9adf, U+9ae1, U+9ae3, U+9aea-9aeb, U+9aed-9aef, U+9af4, U+9af9, U+9afb, U+9b03-9b04, U+9b06, U+9b08, U+9b0d, U+9b0f-9b10, U+9b13, U+9b18, U+9b1a, U+9b1f, U+9b22-9b23, U+9b25, U+9b27-9b28, U+9b2a, U+9b2f, U+9b31-9b32, U+9b3b, U+9b43, U+9b46-9b49, U+9b4d-9b4e, U+9b51, U+9b56, U+9b58, U+9b5a, U+9b5c, U+9b5f, U+9b61-9b62, U+9b6f, U+9b77, U+9b80, U+9b88, U+9b8b, U+9b8e, U+9b91, U+9b9f-9ba0, U+9ba8, U+9baa-9bab, U+9bad-9bae, U+9bb0-9bb1, U+9bb8, U+9bc9-9bca, U+9bd3, U+9bd6, U+9bdb, U+9be8, U+9bf0-9bf1, U+9c02, U+9c10, U+9c15, U+9c24, U+9c2d, U+9c32, U+9c39;
	src: url("../fonts/noto-serif-sc-24-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-24-400-normal.woff") format("woff");
}

/* noto-serif-sc-25-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+98c8, U+98cf-98d6, U+98da-98db, U+98dd, U+98e1-98e2, U+98e7-98ea, U+98ec, U+98ee-98ef, U+98f2, U+98f4, U+98fc-98fe, U+9903, U+9905, U+9908, U+990a, U+990c-990d, U+9913-9914, U+9918, U+991a-991b, U+991e, U+9921, U+9928, U+992c, U+992e, U+9935, U+9938-9939, U+993d-993e, U+9945, U+994b-994c, U+9951-9952, U+9954-9955, U+9957, U+995e, U+9963, U+9966-9969, U+996b-996c, U+996f, U+9974-9975, U+9977-9979, U+997d-997e, U+9980-9981, U+9983-9984, U+9987, U+998a-998b, U+998d-9991, U+9993-9995, U+9997-9998, U+99a5, U+99ab-99ae, U+99b1, U+99b3-99b4, U+99bc, U+99bf, U+99c1, U+99c3-99c6, U+99cc, U+99d0, U+99d2, U+99d5, U+99db, U+99dd, U+99e1, U+99ed, U+99f1, U+99ff, U+9a01, U+9a03-9a04, U+9a0e-9a0f, U+9a11-9a13, U+9a19, U+9a1b, U+9a28, U+9a2b, U+9a30, U+9a32, U+9a37, U+9a40, U+9a45, U+9a4a, U+9a4d-9a4e, U+9a52, U+9a55, U+9a57, U+9a5a-9a5b;
	src: url("../fonts/noto-serif-sc-25-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-25-400-normal.woff") format("woff");
}

/* noto-serif-sc-26-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+972a, U+972d, U+9730, U+973d, U+9742, U+9744, U+9748-9749, U+9750-9751, U+975a-975c, U+9763, U+9765-9766, U+976c-976d, U+9773, U+9776, U+977a, U+977c, U+9784-9785, U+978e-978f, U+9791-9792, U+9794-9795, U+9798, U+979a, U+979e, U+97a3, U+97a5-97a6, U+97a8, U+97ab-97ac, U+97ae-97af, U+97b2, U+97b4, U+97c6, U+97cb-97cc, U+97d3, U+97d8, U+97dc, U+97e1, U+97ea-97eb, U+97ee, U+97fb, U+97fe-97ff, U+9801-9803, U+9805-9806, U+9808, U+980c, U+9810-9814, U+9817-9818, U+981e, U+9820-9821, U+9824, U+9828, U+982b-982d, U+9830, U+9834, U+9838-9839, U+983c, U+9846, U+984d-984f, U+9851-9852, U+9854-9855, U+9857-9858, U+985a-985b, U+9862-9863, U+9865, U+9867, U+986b, U+986f-9871, U+9877-9878, U+987c, U+9880, U+9883, U+9885, U+9889, U+988b-988f, U+9893-9895, U+9899-989b, U+989e-989f, U+98a1-98a2, U+98a5-98a7, U+98a9, U+98af, U+98b1, U+98b6, U+98ba, U+98be, U+98c3-98c4, U+98c6-98c7;
	src: url("../fonts/noto-serif-sc-26-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-26-400-normal.woff") format("woff");
}

/* noto-serif-sc-27-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+95b9-95ca, U+95cc-95cd, U+95d4-95d6, U+95d8, U+95e1-95e2, U+95e9, U+95f0-95f1, U+95f3, U+95f6, U+95fc, U+95fe-95ff, U+9602-9604, U+9606-960d, U+960f, U+9611-9613, U+9615-9617, U+9619-961b, U+961d, U+9621, U+9628, U+962f, U+963c-963e, U+9641-9642, U+9649, U+9654, U+965b-965f, U+9661, U+9663, U+9665, U+9667-9668, U+966c, U+9670, U+9672-9674, U+9678, U+967a, U+967d, U+9682, U+9685, U+9688, U+968a, U+968d-968e, U+9695, U+9697-9698, U+969e, U+96a0, U+96a3-96a4, U+96a8, U+96aa, U+96b0-96b1, U+96b3-96b4, U+96b7-96b9, U+96bb-96bd, U+96c9, U+96cb, U+96ce, U+96d1-96d2, U+96d6, U+96d9, U+96db-96dc, U+96de, U+96e0, U+96e3, U+96e9, U+96eb, U+96f0-96f2, U+96f9, U+96ff, U+9701-9702, U+9705, U+9708, U+970a, U+970e-970f, U+9711, U+9719, U+9727;
	src: url("../fonts/noto-serif-sc-27-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-27-400-normal.woff") format("woff");
}

/* noto-serif-sc-28-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+94e7-94ec, U+94ee-94f1, U+94f3, U+94f5, U+94f7, U+94f9, U+94fb-94fd, U+94ff, U+9503-9504, U+9506-9507, U+9509-950a, U+950d-950f, U+9511-9518, U+951a-9520, U+9522, U+9528-952d, U+9530-953a, U+953c-953f, U+9543-9546, U+9548-9550, U+9552-9555, U+9557-955b, U+955d-9568, U+956a-956d, U+9570-9574, U+9583, U+9586, U+9589, U+958e-958f, U+9591-9592, U+9594, U+9598-9599, U+959e-95a0, U+95a2-95a6, U+95a8-95b2, U+95b4, U+95b8;
	src: url("../fonts/noto-serif-sc-28-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-28-400-normal.woff") format("woff");
}

/* noto-serif-sc-29-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+9410-941a, U+941c-942b, U+942d-942e, U+9432-9433, U+9435, U+9438, U+943a, U+943e, U+9444, U+944a, U+9451-9452, U+945a, U+9462-9463, U+9465, U+9470-9487, U+948a-9492, U+9494-9498, U+949a, U+949c-949d, U+94a1, U+94a3-94a4, U+94a8, U+94aa-94ad, U+94af, U+94b2, U+94b4-94ba, U+94bc-94c0, U+94c4, U+94c6-94db, U+94de-94e6;
	src: url("../fonts/noto-serif-sc-29-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-29-400-normal.woff") format("woff");
}

/* noto-serif-sc-30-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+92b7, U+92b9, U+92c1, U+92c5-92c6, U+92c8, U+92cc, U+92d0, U+92d2, U+92e4, U+92ea, U+92ec-92ed, U+92f0, U+92f3, U+92f8, U+92fc, U+9304, U+9306, U+9310, U+9312, U+9315, U+9318, U+931a, U+931e, U+9320-9322, U+9324, U+9326-9329, U+932b-932c, U+932f, U+9331-9332, U+9335-9336, U+933e, U+9340-9341, U+934a-9360, U+9362-9363, U+9365-936b, U+936e, U+9375, U+937e, U+9382, U+938a, U+938c, U+938f, U+9393-9394, U+9396-9397, U+939a, U+93a2, U+93a7, U+93ac-93cd, U+93d0-93d1, U+93d6-93d8, U+93de-93df, U+93e1-93e2, U+93e4, U+93f8, U+93fb, U+93fd, U+940e-940f;
	src: url("../fonts/noto-serif-sc-30-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-30-400-normal.woff") format("woff");
}

/* noto-serif-sc-31-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+914c, U+914e-9150, U+9154, U+9157, U+915a, U+915d-915e, U+9161-9164, U+9169, U+9170, U+9172, U+9174, U+9179-917a, U+917d-917e, U+9182-9183, U+9185, U+918c-918d, U+9190-9191, U+919a, U+919c, U+91a1-91a4, U+91a8, U+91aa-91af, U+91b4-91b5, U+91b8, U+91ba, U+91be, U+91c0-91c1, U+91c6, U+91c8, U+91cb, U+91d0, U+91d2, U+91d7-91d8, U+91dd, U+91e3, U+91e6-91e7, U+91ed, U+91f0, U+91f5, U+91f9, U+9200, U+9205, U+9207-920a, U+920d-920e, U+9210, U+9214-9215, U+921c, U+921e, U+9221, U+9223-9227, U+9229-922a, U+922d, U+9234-9235, U+9237, U+9239-923a, U+923c-9240, U+9244-9246, U+9249, U+924e-924f, U+9251, U+9253, U+9257, U+925b, U+925e, U+9262, U+9264-9266, U+9268, U+926c, U+926f, U+9271, U+927b, U+927e, U+9280, U+9283, U+9285-928a, U+928e, U+9291, U+9293, U+9296, U+9298, U+929c-929d, U+92a8, U+92ab-92ae, U+92b3, U+92b6;
	src: url("../fonts/noto-serif-sc-31-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-31-400-normal.woff") format("woff");
}

/* noto-serif-sc-32-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+8fe2-8fe5, U+8fe8-8fe9, U+8fee, U+8ff3-8ff4, U+8ff8, U+8ffa, U+9004, U+900b, U+9011, U+9015-9016, U+901e, U+9021, U+9026, U+902d, U+902f, U+9031, U+9035-9036, U+9039-903a, U+9041, U+9044-9046, U+904a, U+904f-9052, U+9054-9055, U+9058-9059, U+905b-905e, U+9060-9062, U+9068-9069, U+906f, U+9072, U+9074, U+9076-907a, U+907c-907d, U+9081, U+9083, U+9085, U+9087-908b, U+908f, U+9095, U+9097, U+9099-909b, U+909d, U+90a0-90a1, U+90a8-90a9, U+90ac, U+90b0, U+90b2-90b4, U+90b6, U+90b8, U+90ba, U+90bd-90be, U+90c3-90c5, U+90c7-90c8, U+90cf-90d0, U+90d3, U+90d5, U+90d7, U+90da-90dc, U+90de, U+90e2, U+90e4, U+90e6-90e7, U+90ea-90eb, U+90ef, U+90f4-90f5, U+90f7, U+90fe-9100, U+9104, U+9109, U+910c, U+9112, U+9114-9115, U+9118, U+911c, U+911e, U+9120, U+9122-9123, U+9127, U+912d, U+912f-9132, U+9139-913a, U+9143, U+9146, U+9149-914a;
	src: url("../fonts/noto-serif-sc-32-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-32-400-normal.woff") format("woff");
}

/* noto-serif-sc-33-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+8e2d-8e31, U+8e34-8e35, U+8e39-8e3a, U+8e3d, U+8e40-8e42, U+8e47, U+8e49-8e4b, U+8e50-8e53, U+8e59-8e5a, U+8e5f-8e60, U+8e64, U+8e69, U+8e6c, U+8e70, U+8e74, U+8e76, U+8e7a-8e7c, U+8e7f, U+8e84-8e85, U+8e87, U+8e89, U+8e8b, U+8e8d, U+8e8f-8e90, U+8e94, U+8e99, U+8e9c, U+8e9e, U+8eaa, U+8eac, U+8eb0, U+8eb6, U+8ec0, U+8ec6, U+8eca-8ece, U+8ed2, U+8eda, U+8edf, U+8ee2, U+8eeb, U+8ef8, U+8efb-8efe, U+8f03, U+8f09, U+8f0b, U+8f12-8f15, U+8f1b, U+8f1d, U+8f1f, U+8f29-8f2a, U+8f2f, U+8f36, U+8f38, U+8f3b, U+8f3e-8f3f, U+8f44-8f45, U+8f49, U+8f4d-8f4e, U+8f5f, U+8f6b, U+8f6d, U+8f71-8f73, U+8f75-8f76, U+8f78-8f7a, U+8f7c, U+8f7e, U+8f81-8f82, U+8f84, U+8f87, U+8f8a-8f8b, U+8f8d-8f8f, U+8f94-8f95, U+8f97-8f9a, U+8fa6, U+8fad-8faf, U+8fb2, U+8fb5-8fb7, U+8fba-8fbc, U+8fbf, U+8fc2, U+8fcb, U+8fcd, U+8fd3, U+8fd5, U+8fd7, U+8fda;
	src: url("../fonts/noto-serif-sc-33-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-33-400-normal.woff") format("woff");
}

/* noto-serif-sc-34-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+8caf-8cb0, U+8cb3-8cb4, U+8cb6-8cb9, U+8cbb-8cbd, U+8cbf-8cc4, U+8cc7-8cc8, U+8cca, U+8ccd, U+8cd1, U+8cd3, U+8cdb-8cdc, U+8cde, U+8ce0, U+8ce2-8ce4, U+8ce6-8ce8, U+8cea, U+8ced, U+8cf4, U+8cf8, U+8cfa, U+8cfc-8cfd, U+8d04-8d05, U+8d07-8d08, U+8d0a, U+8d0d, U+8d0f, U+8d13-8d14, U+8d16, U+8d1b, U+8d20, U+8d2e, U+8d30, U+8d32-8d33, U+8d36, U+8d3b, U+8d3d, U+8d40, U+8d42-8d43, U+8d45-8d46, U+8d48-8d4a, U+8d4d, U+8d51, U+8d53, U+8d55, U+8d59, U+8d5c-8d5d, U+8d5f, U+8d61, U+8d66-8d67, U+8d6a, U+8d6d, U+8d71, U+8d73, U+8d84, U+8d90-8d91, U+8d94-8d95, U+8d99, U+8da8, U+8daf, U+8db1, U+8db5, U+8db8, U+8dba, U+8dbc, U+8dbf, U+8dc2, U+8dc4, U+8dc6, U+8dcb, U+8dce-8dcf, U+8dd6-8dd7, U+8dda-8ddb, U+8dde, U+8de1, U+8de3-8de4, U+8de9, U+8deb-8dec, U+8df0-8df1, U+8df6-8dfd, U+8e05, U+8e07, U+8e09-8e0a, U+8e0c, U+8e0e, U+8e10, U+8e14, U+8e1d-8e1f, U+8e23, U+8e26, U+8e2b-8e2c;
	src: url("../fonts/noto-serif-sc-34-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-34-400-normal.woff") format("woff");
}

/* noto-serif-sc-35-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+8b5e, U+8b60, U+8b6c, U+8b6f-8b70, U+8b72, U+8b74, U+8b77, U+8b7d, U+8b80, U+8b83, U+8b8a, U+8b8c, U+8b90, U+8b93, U+8b99-8b9a, U+8ba0, U+8ba3, U+8ba5-8ba7, U+8baa-8bac, U+8bb3-8bb5, U+8bb7, U+8bb9, U+8bc2-8bc3, U+8bc5, U+8bcb-8bcc, U+8bce-8bd0, U+8bd2-8bd4, U+8bd6, U+8bd8-8bd9, U+8bdc, U+8bdf, U+8be3-8be4, U+8be7-8be9, U+8beb-8bec, U+8bee, U+8bf0, U+8bf2-8bf3, U+8bf6, U+8bf9, U+8bfc-8bfd, U+8bff-8c00, U+8c02, U+8c04, U+8c06-8c07, U+8c0c, U+8c0f, U+8c11-8c12, U+8c14-8c1b, U+8c1d-8c21, U+8c24-8c25, U+8c27, U+8c2a-8c2c, U+8c2e-8c30, U+8c32-8c36, U+8c3f, U+8c47-8c4c, U+8c4e-8c50, U+8c54-8c56, U+8c62, U+8c68, U+8c6c, U+8c73, U+8c78, U+8c7a, U+8c82, U+8c85, U+8c89-8c8a, U+8c8d-8c8e, U+8c90, U+8c93-8c94, U+8c98, U+8c9d-8c9e, U+8ca0-8ca2, U+8ca7-8cac;
	src: url("../fonts/noto-serif-sc-35-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-35-400-normal.woff") format("woff");
}

/* noto-serif-sc-36-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+8a02-8a03, U+8a07-8a0a, U+8a0e-8a0f, U+8a13, U+8a15-8a18, U+8a1a-8a1b, U+8a1d, U+8a1f, U+8a22-8a23, U+8a25, U+8a2b, U+8a2d, U+8a31, U+8a33-8a34, U+8a36-8a38, U+8a3a, U+8a3c, U+8a3e, U+8a40-8a41, U+8a46, U+8a48, U+8a50, U+8a52, U+8a54-8a55, U+8a58, U+8a5b, U+8a5d-8a63, U+8a66, U+8a69-8a6b, U+8a6d-8a6e, U+8a70, U+8a72-8a73, U+8a7a, U+8a85, U+8a87, U+8a8a, U+8a8c-8a8d, U+8a90-8a92, U+8a95, U+8a98, U+8aa0-8aa1, U+8aa3-8aa6, U+8aa8-8aa9, U+8aac-8aae, U+8ab0, U+8ab2, U+8ab8-8ab9, U+8abc, U+8abe-8abf, U+8ac7, U+8acf, U+8ad2, U+8ad6-8ad7, U+8adb-8adc, U+8adf, U+8ae1, U+8ae6-8ae8, U+8aeb, U+8aed-8aee, U+8af1, U+8af3-8af4, U+8af7-8af8, U+8afa, U+8afe, U+8b00-8b02, U+8b07, U+8b0a, U+8b0c, U+8b0e, U+8b10, U+8b17, U+8b19, U+8b1b, U+8b1d, U+8b20-8b21, U+8b26, U+8b28, U+8b2c, U+8b33, U+8b39, U+8b3e-8b3f, U+8b41, U+8b45, U+8b49, U+8b4c, U+8b4f, U+8b57-8b58, U+8b5a, U+8b5c;
	src: url("../fonts/noto-serif-sc-36-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-36-400-normal.woff") format("woff");
}

/* noto-serif-sc-37-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+8869-886a, U+886e-886f, U+8872, U+8879, U+887d-887f, U+8882, U+8884-8886, U+8888, U+888f, U+8892-8893, U+889b, U+88a2, U+88a4, U+88a6, U+88a8, U+88aa, U+88ae, U+88b1, U+88b4, U+88b7, U+88bc, U+88c0, U+88c6-88c9, U+88ce-88cf, U+88d1-88d3, U+88d8, U+88db-88dd, U+88df, U+88e1-88e3, U+88e5, U+88e8, U+88ec, U+88f0-88f1, U+88f3-88f4, U+88fc-88fe, U+8900, U+8902, U+8906-8907, U+8909-890c, U+8912-8915, U+8918-891b, U+8921, U+8925, U+892b, U+8930, U+8932, U+8934, U+8936, U+893b, U+893d, U+8941, U+894c, U+8955-8956, U+8959, U+895c, U+895e-8960, U+8966, U+896a, U+896c, U+896f-8970, U+8972, U+897b, U+897e, U+8980, U+8983, U+8985, U+8987-8988, U+898c, U+898f, U+8993, U+8997, U+899a, U+89a1, U+89a7, U+89a9-89aa, U+89b2-89b3, U+89b7, U+89c0, U+89c7, U+89ca-89cc, U+89ce-89d1, U+89d6, U+89da, U+89dc, U+89de, U+89e5, U+89e7, U+89eb, U+89ef, U+89f1, U+89f3-89f4, U+89f8, U+89ff, U+8a01;
	src: url("../fonts/noto-serif-sc-37-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-37-400-normal.woff") format("woff");
}

/* noto-serif-sc-38-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+86e4, U+86e6, U+86e9, U+86ed, U+86ef-86f4, U+86f8-86f9, U+86fb, U+86fe, U+8703, U+8706-870a, U+870d, U+8711-8713, U+871a, U+871e, U+8722-8723, U+8725, U+8729, U+872e, U+8731, U+8734, U+8737, U+873a-873b, U+873e-8740, U+8742, U+8747-8748, U+8753, U+8755, U+8757-8758, U+875d, U+875f, U+8762-8766, U+8768, U+876e, U+8770, U+8772, U+8775, U+8778, U+877b-877e, U+8782, U+8785, U+8788, U+878b, U+8793, U+8797, U+879a, U+879e-87a0, U+87a2-87a3, U+87a8, U+87ab-87ad, U+87af, U+87b3, U+87b5, U+87bd, U+87c0, U+87c4, U+87c6, U+87ca-87cb, U+87d1-87d2, U+87db-87dc, U+87de, U+87e0, U+87e5, U+87ea, U+87ec, U+87ee, U+87f2-87f3, U+87fb, U+87fd-87fe, U+8802-8803, U+8805, U+880a-880b, U+880d, U+8813-8816, U+8819, U+881b, U+881f, U+8821, U+8823, U+8831-8832, U+8835-8836, U+8839, U+883b-883c, U+8844, U+8846, U+884a, U+884e, U+8852-8853, U+8855, U+8859, U+885b, U+885d-885e, U+8862, U+8864;
	src: url("../fonts/noto-serif-sc-38-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-38-400-normal.woff") format("woff");
}

/* noto-serif-sc-39-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+8532, U+8534-8535, U+8538-853a, U+853c, U+8543, U+8545, U+8548, U+854e, U+8553, U+8556-8557, U+8559, U+855e, U+8561, U+8564-8565, U+8568-856a, U+856d, U+856f-8570, U+8572, U+8576, U+8579-857b, U+8580, U+8585-8586, U+8588, U+858a, U+858f, U+8591, U+8594, U+8599, U+859c, U+85a2, U+85a4, U+85a6, U+85a8-85a9, U+85ab-85ac, U+85ae, U+85b7-85b9, U+85be, U+85c1, U+85c7, U+85cd, U+85d0, U+85d3, U+85d5, U+85dc-85dd, U+85df-85e0, U+85e5-85e6, U+85e8-85ea, U+85f4, U+85f9, U+85fe-85ff, U+8602, U+8605-8607, U+860a-860b, U+8616, U+8618, U+861a, U+8627, U+8629, U+862d, U+8638, U+863c, U+863f, U+864d, U+864f, U+8652-8655, U+865b-865c, U+865f, U+8662, U+8667, U+866c, U+866e, U+8671, U+8675, U+867a-867c, U+867f, U+868b, U+868d, U+8693, U+869c-869d, U+86a1, U+86a3-86a4, U+86a7-86a9, U+86ac, U+86af-86b1, U+86b4-86b6, U+86ba, U+86c0, U+86c4, U+86c6, U+86c9-86ca, U+86cd-86d1, U+86d4, U+86d8, U+86de-86df;
	src: url("../fonts/noto-serif-sc-39-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-39-400-normal.woff") format("woff");
}

/* noto-serif-sc-40-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+83b4, U+83b6, U+83b8, U+83ba, U+83bc-83bd, U+83bf-83c0, U+83c2, U+83c5, U+83c8-83c9, U+83cb, U+83d1, U+83d3-83d6, U+83d8, U+83db, U+83dd, U+83df, U+83e1, U+83e5, U+83ea-83eb, U+83f0, U+83f4, U+83f8-83f9, U+83fb, U+83fd, U+83ff, U+8401, U+8406, U+840a-840b, U+840f, U+8411, U+8418, U+841c, U+8420, U+8422-8424, U+8426, U+8429, U+842c, U+8438-8439, U+843b-843c, U+843f, U+8446-8447, U+8449, U+844e, U+8451-8452, U+8456, U+8459-845a, U+845c, U+8462, U+8466, U+846d, U+846f-8470, U+8473, U+8476-8478, U+847a, U+847d, U+8484-8485, U+8487, U+8489, U+848c, U+848e, U+8490, U+8493-8494, U+8497, U+849b, U+849e-849f, U+84a1, U+84a5, U+84a8, U+84af, U+84b4, U+84b9-84bf, U+84c1-84c2, U+84c5-84c7, U+84ca-84cb, U+84cd, U+84d0-84d1, U+84d3, U+84d6, U+84df-84e0, U+84e2-84e3, U+84e5-84e7, U+84ee, U+84f3, U+84f6, U+84fa, U+84fc, U+84ff-8500, U+850c, U+8511, U+8514-8515, U+8517-8518, U+851f, U+8523, U+8525-8526, U+8529, U+852b, U+852d;
	src: url("../fonts/noto-serif-sc-40-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-40-400-normal.woff") format("woff");
}

/* noto-serif-sc-41-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+82a9-82ab, U+82ae, U+82b0, U+82b2, U+82b4-82b6, U+82bc, U+82be, U+82c0-82c2, U+82c4-82c8, U+82ca-82cc, U+82ce, U+82d0, U+82d2-82d3, U+82d5-82d6, U+82d8-82d9, U+82dc-82de, U+82e0-82e4, U+82e7, U+82e9-82eb, U+82ed-82ee, U+82f3-82f4, U+82f7-82f8, U+82fa-8301, U+8306-8308, U+830c-830d, U+830f, U+8311, U+8313-8315, U+8318, U+831a-831b, U+831d, U+8324, U+8327, U+832a, U+832c-832d, U+832f, U+8331-8334, U+833a-833c, U+8340, U+8343-8345, U+8347-8348, U+834a, U+834c, U+834f, U+8351, U+8356, U+8358-835c, U+835e, U+8360, U+8364-8366, U+8368-836a, U+836c-836e, U+8373, U+8378, U+837b-837d, U+837f-8380, U+8382, U+8388, U+838a-838b, U+8392, U+8394, U+8396, U+8398-8399, U+839b-839c, U+83a0, U+83a2-83a3, U+83a8-83aa, U+83ae-83b0, U+83b3;
	src: url("../fonts/noto-serif-sc-41-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-41-400-normal.woff") format("woff");
}

/* noto-serif-sc-42-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+814d-814e, U+8151, U+8153, U+8158-815a, U+815e, U+8160, U+8166-8169, U+816b, U+816d, U+8171, U+8173-8174, U+8178, U+817c-817d, U+8182, U+8188, U+8191, U+8198-819b, U+81a0, U+81a3, U+81a5-81a6, U+81a9, U+81b6, U+81ba-81bb, U+81bd, U+81bf, U+81c1, U+81c3, U+81c6, U+81c9-81ca, U+81cc-81cd, U+81d1, U+81d3-81d4, U+81d8, U+81db-81dc, U+81de-81df, U+81e5, U+81e7-81e9, U+81eb-81ec, U+81ee-81ef, U+81f5, U+81f8, U+81fa, U+81fc, U+81fe, U+8200-8202, U+8204, U+8208-820a, U+820e-8210, U+8216-8218, U+821b-821c, U+8221-8224, U+8226-8228, U+822b, U+822d, U+822f, U+8232-8234, U+8237-8238, U+823a-823b, U+823e, U+8244, U+8249, U+824b, U+824f, U+8259-825a, U+825f, U+8266, U+8268, U+826e, U+8271, U+8276-8279, U+827d, U+827f, U+8283-8284, U+8288-828a, U+828d-8291, U+8293-8294, U+8296-8298, U+829f-82a1, U+82a3-82a4, U+82a7-82a8;
	src: url("../fonts/noto-serif-sc-42-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-42-400-normal.woff") format("woff");
}

/* noto-serif-sc-43-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+7ffa, U+7ffe, U+8004, U+8006, U+800b, U+800e, U+8011-8012, U+8014, U+8016, U+8018-8019, U+801c, U+801e, U+8026-802a, U+8031, U+8034-8035, U+8037, U+8043, U+804b, U+804d, U+8052, U+8056, U+8059, U+805e, U+8061, U+8068-8069, U+806e-8074, U+8076-8078, U+807c-8080, U+8082, U+8084-8085, U+8088, U+808f, U+8093, U+809c, U+809f, U+80ab, U+80ad-80ae, U+80b1, U+80b6-80b8, U+80bc-80bd, U+80c2, U+80c4, U+80ca, U+80cd, U+80d1, U+80d4, U+80d7, U+80d9-80db, U+80dd, U+80e0, U+80e4-80e5, U+80e7-80ed, U+80ef-80f1, U+80f3-80f4, U+80fc, U+8101, U+8104-8105, U+8107-8108, U+810c-810e, U+8112-8115, U+8117-8119, U+811b-811f, U+8121-8130, U+8132-8134, U+8137, U+8139, U+813f-8140, U+8142, U+8146, U+8148;
	src: url("../fonts/noto-serif-sc-43-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-43-400-normal.woff") format("woff");
}

/* noto-serif-sc-44-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+7ed7, U+7edb, U+7ee0-7ee2, U+7ee5-7ee6, U+7ee8, U+7eeb, U+7ef0-7ef2, U+7ef6, U+7efa-7efb, U+7efe, U+7f01-7f04, U+7f08, U+7f0a-7f12, U+7f17, U+7f19, U+7f1b-7f1c, U+7f1f, U+7f21-7f23, U+7f25-7f28, U+7f2a-7f33, U+7f35-7f37, U+7f3d, U+7f42, U+7f44-7f45, U+7f4c-7f4d, U+7f52, U+7f54, U+7f58-7f59, U+7f5d, U+7f5f-7f61, U+7f63, U+7f65, U+7f68, U+7f70-7f71, U+7f73-7f75, U+7f77, U+7f79, U+7f7d-7f7e, U+7f85-7f86, U+7f88-7f89, U+7f8b-7f8c, U+7f90-7f91, U+7f94-7f96, U+7f98-7f9b, U+7f9d, U+7f9f, U+7fa3, U+7fa7-7fa9, U+7fac-7fb2, U+7fb4, U+7fb6, U+7fb8, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fca, U+7fcc, U+7fce, U+7fd2, U+7fd5, U+7fd9-7fdb, U+7fdf, U+7fe3, U+7fe5-7fe7, U+7fe9, U+7feb-7fec, U+7fee-7fef, U+7ff1, U+7ff3-7ff4, U+7ff9;
	src: url("../fonts/noto-serif-sc-44-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-44-400-normal.woff") format("woff");
}

/* noto-serif-sc-45-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+7dc4, U+7dc7-7dc8, U+7dca-7dcd, U+7dcf, U+7dd1-7dd2, U+7dd4, U+7dd6-7dd8, U+7dda-7de0, U+7de2-7de6, U+7de8-7ded, U+7def, U+7df1-7df5, U+7df7, U+7df9, U+7dfb-7dfc, U+7dfe-7e02, U+7e04, U+7e08-7e0b, U+7e12, U+7e1b, U+7e1e, U+7e20, U+7e22-7e23, U+7e26, U+7e29, U+7e2b, U+7e2e-7e2f, U+7e31, U+7e37, U+7e39-7e3e, U+7e40, U+7e43-7e44, U+7e46-7e47, U+7e4a-7e4b, U+7e4d-7e4e, U+7e51, U+7e54-7e56, U+7e58-7e5b, U+7e5d-7e5e, U+7e61, U+7e66-7e67, U+7e69-7e6b, U+7e6d, U+7e70, U+7e73, U+7e77, U+7e79, U+7e7b-7e7d, U+7e81-7e82, U+7e8c-7e8d, U+7e8f, U+7e92-7e94, U+7e96, U+7e98, U+7e9a-7e9c, U+7e9e-7e9f, U+7ea1, U+7ea3, U+7ea5, U+7ea8-7ea9, U+7eab, U+7ead-7eae, U+7eb0, U+7ebb, U+7ebe, U+7ec0-7ec2, U+7ec9, U+7ecb-7ecc, U+7ed0, U+7ed4;
	src: url("../fonts/noto-serif-sc-45-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-45-400-normal.woff") format("woff");
}

/* noto-serif-sc-46-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+7ccc-7ccd, U+7cd7, U+7cdc, U+7cde, U+7ce0, U+7ce4-7ce5, U+7ce7-7ce8, U+7cec, U+7cf0, U+7cf5-7cf9, U+7cfc, U+7cfe, U+7d00, U+7d04-7d0b, U+7d0d, U+7d10-7d14, U+7d17-7d19, U+7d1b-7d1f, U+7d21, U+7d24-7d26, U+7d28-7d2a, U+7d2c-7d2e, U+7d30-7d31, U+7d33, U+7d35-7d36, U+7d38-7d3a, U+7d40, U+7d42-7d44, U+7d46, U+7d4b-7d4c, U+7d4f, U+7d51, U+7d54-7d56, U+7d58, U+7d5b-7d5c, U+7d5e, U+7d61-7d63, U+7d66, U+7d68, U+7d6a-7d6c, U+7d6f, U+7d71-7d73, U+7d75-7d77, U+7d79-7d7a, U+7d7e, U+7d81, U+7d84-7d8b, U+7d8d, U+7d8f, U+7d91, U+7d94, U+7d96, U+7d98-7d9a, U+7d9c-7da0, U+7da2, U+7da6, U+7daa-7db1, U+7db4-7db8, U+7dba-7dbf, U+7dc1;
	src: url("../fonts/noto-serif-sc-46-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-46-400-normal.woff") format("woff");
}

/* noto-serif-sc-47-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+7bc3-7bc4, U+7bc6, U+7bc8-7bcc, U+7bd1, U+7bd3-7bd4, U+7bd9-7bda, U+7bdd, U+7be0-7be1, U+7be4-7be6, U+7be9-7bea, U+7bef, U+7bf4, U+7bf6, U+7bfc, U+7bfe, U+7c01, U+7c03, U+7c07-7c08, U+7c0a-7c0d, U+7c0f, U+7c11, U+7c15-7c16, U+7c19, U+7c1e-7c21, U+7c23-7c24, U+7c26, U+7c28-7c33, U+7c35, U+7c37-7c3b, U+7c3d-7c3e, U+7c40-7c41, U+7c43, U+7c47-7c48, U+7c4c, U+7c50, U+7c53-7c54, U+7c59, U+7c5f-7c60, U+7c63-7c65, U+7c6c, U+7c6e, U+7c72, U+7c74, U+7c79-7c7a, U+7c7c, U+7c81-7c82, U+7c84-7c85, U+7c88, U+7c8a-7c91, U+7c93-7c96, U+7c99, U+7c9b-7c9e, U+7ca0-7ca2, U+7ca6-7ca9, U+7cac, U+7caf-7cb3, U+7cb5-7cb7, U+7cba-7cbd, U+7cbf-7cc2, U+7cc5, U+7cc7-7cc9;
	src: url("../fonts/noto-serif-sc-47-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-47-400-normal.woff") format("woff");
}

/* noto-serif-sc-48-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+7aca, U+7ad1-7ad2, U+7ada-7add, U+7ae1, U+7ae4, U+7ae6, U+7af4-7af7, U+7afa-7afb, U+7afd-7b0a, U+7b0c, U+7b0e-7b0f, U+7b13, U+7b15-7b16, U+7b18-7b19, U+7b1e-7b20, U+7b22-7b25, U+7b29-7b2b, U+7b2d-7b2e, U+7b30-7b3b, U+7b3e-7b3f, U+7b41-7b42, U+7b44-7b47, U+7b4a, U+7b4c-7b50, U+7b58, U+7b5a, U+7b5c, U+7b60, U+7b66-7b67, U+7b69, U+7b6c-7b6f, U+7b72-7b76, U+7b7b-7b7d, U+7b7f, U+7b82, U+7b85, U+7b87, U+7b8b-7b96, U+7b98-7b99, U+7b9b-7b9f, U+7ba2-7ba4, U+7ba6-7bac, U+7bae-7bb0, U+7bb4, U+7bb7-7bb9, U+7bbb, U+7bc0-7bc1;
	src: url("../fonts/noto-serif-sc-48-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-48-400-normal.woff") format("woff");
}

/* noto-serif-sc-49-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+797c, U+797e-7980, U+7982, U+7986-7987, U+7989-798e, U+7992, U+7994-7995, U+7997-7998, U+799a-799c, U+799f, U+79a3-79a6, U+79a8-79ac, U+79ae-79b1, U+79b3-79b5, U+79b8, U+79ba, U+79bf, U+79c2, U+79c6, U+79c8, U+79cf, U+79d5-79d6, U+79dd-79de, U+79e3, U+79e7-79e8, U+79eb, U+79ed, U+79f4, U+79f7-79f8, U+79fa, U+79fe, U+7a02-7a03, U+7a05, U+7a0a, U+7a14, U+7a17, U+7a19, U+7a1c, U+7a1e-7a1f, U+7a23, U+7a25-7a26, U+7a2c, U+7a2e, U+7a30-7a32, U+7a36-7a37, U+7a39, U+7a3c, U+7a40, U+7a42, U+7a47, U+7a49, U+7a4c-7a4f, U+7a51, U+7a55, U+7a5b, U+7a5d-7a5e, U+7a62-7a63, U+7a66, U+7a68-7a69, U+7a6b, U+7a70, U+7a78, U+7a80, U+7a85-7a88, U+7a8a, U+7a90, U+7a93-7a96, U+7a98, U+7a9b-7a9c, U+7a9e, U+7aa0-7aa1, U+7aa3, U+7aa8-7aaa, U+7aac-7ab0, U+7ab3, U+7ab8, U+7aba, U+7abd-7abf, U+7ac4-7ac5, U+7ac7-7ac8;
	src: url("../fonts/noto-serif-sc-49-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-49-400-normal.woff") format("woff");
}

/* noto-serif-sc-50-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+783e, U+7841-7844, U+7847-7849, U+784b-784c, U+784e-7854, U+7856-7857, U+7859-785a, U+7865, U+7869-786a, U+786d, U+786f, U+7876-7877, U+787c, U+787e-787f, U+7881, U+7887-7889, U+7893-7894, U+7898-789e, U+78a1, U+78a3, U+78a5, U+78a9, U+78ad, U+78b2, U+78b4, U+78b6, U+78b9-78ba, U+78bc, U+78bf, U+78c3, U+78c9, U+78cb, U+78d0-78d2, U+78d4, U+78d9-78da, U+78dc, U+78de, U+78e1, U+78e5-78e6, U+78ea, U+78ec, U+78ef, U+78f1-78f2, U+78f4, U+78fa-78fb, U+78fe, U+7901-7902, U+7905, U+7907, U+7909, U+790b-790c, U+790e, U+7910, U+7913, U+7919-791b, U+791e-791f, U+7921, U+7924, U+7926, U+792a-792b, U+7934, U+7936, U+7939, U+793b, U+793d, U+7940, U+7942-7943, U+7945-7947, U+7949-794a, U+794c, U+794e-7951, U+7953-7955, U+7957-795a, U+795c, U+795f-7960, U+7962, U+7964, U+7966-7967, U+7969, U+796b, U+796f, U+7972, U+7974, U+7979, U+797b;
	src: url("../fonts/noto-serif-sc-50-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-50-400-normal.woff") format("woff");
}

/* noto-serif-sc-51-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+770f, U+7712, U+7714, U+7716, U+7719-771b, U+771e, U+7721-7722, U+7726, U+7728, U+772b-7730, U+7732-7736, U+7739-773a, U+773d-773f, U+7743, U+7746-7747, U+774c-774f, U+7751-7752, U+7758-775a, U+775c-775e, U+7762, U+7765-7766, U+7768-776a, U+776c-776d, U+7771-7772, U+777a, U+777c-777e, U+7780, U+7785, U+7787, U+778b-778d, U+778f-7791, U+7793, U+779e-77a0, U+77a2, U+77a5, U+77ad, U+77af, U+77b4-77b7, U+77bd-77c0, U+77c2, U+77c5, U+77c7, U+77cd, U+77d6-77d7, U+77d9-77da, U+77dd-77de, U+77e7, U+77ea, U+77ec, U+77ef, U+77f8, U+77fb, U+77fd-77fe, U+7800, U+7803, U+7806, U+7809, U+780f-7812, U+7815, U+7817-7818, U+781a-781f, U+7821-7823, U+7825-7827, U+7829, U+782b-7830, U+7832-7833, U+7835, U+7837, U+7839-783c;
	src: url("../fonts/noto-serif-sc-51-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-51-400-normal.woff") format("woff");
}

/* noto-serif-sc-52-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+760a-760e, U+7610-7619, U+761b-761d, U+761f-7622, U+7625, U+7627-762a, U+762e-7630, U+7632-7635, U+7638-763a, U+763c-763d, U+763f-7640, U+7642-7643, U+7647-7648, U+764d-764e, U+7652, U+7654, U+7658, U+765a, U+765c, U+765e-765f, U+7661-7663, U+7665, U+7669, U+766c, U+766e-766f, U+7671-7673, U+7675-7676, U+7678-767a, U+767f, U+7681, U+7683, U+7688, U+768a-768c, U+768e, U+7690-7692, U+7695, U+7698, U+769a-769b, U+769d-76a0, U+76a2, U+76a4-76a7, U+76ab-76ac, U+76af-76b0, U+76b2, U+76b4-76b5, U+76ba-76bb, U+76bf, U+76c2-76c3, U+76c5, U+76c9, U+76cc-76ce, U+76dc-76de, U+76e1-76ea, U+76f1, U+76f9-76fb, U+76fd, U+76ff-7700, U+7703-7704, U+7707-7708, U+770c-770e;
	src: url("../fonts/noto-serif-sc-52-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-52-400-normal.woff") format("woff");
}

/* noto-serif-sc-53-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+74ef, U+74f4, U+74ff, U+7501, U+7503, U+7505, U+7508, U+750d, U+750f, U+7511, U+7513, U+7515, U+7517, U+7519, U+7521-7527, U+752a, U+752c-752d, U+752f, U+7534, U+7536, U+753a, U+753e, U+7540, U+7544, U+7547-754b, U+754d-754e, U+7550-7553, U+7556-7557, U+755a-755b, U+755d-755e, U+7560, U+7562, U+7564, U+7566-7568, U+756b-756c, U+756f-7573, U+7575, U+7579-757c, U+757e-757f, U+7581-7584, U+7587, U+7589-758e, U+7590, U+7592, U+7594, U+7596, U+7599-759a, U+759d, U+759f-75a0, U+75a3, U+75a5, U+75a8, U+75ac-75ad, U+75b0-75b1, U+75b3-75b5, U+75b8, U+75bd, U+75c1-75c4, U+75c8-75ca, U+75cc-75cd, U+75d4, U+75d6, U+75d9, U+75de, U+75e0, U+75e2-75e4, U+75e6-75ea, U+75f1-75f3, U+75f7, U+75f9-75fa, U+75fc, U+75fe-7601, U+7603, U+7605-7606, U+7608-7609;
	src: url("../fonts/noto-serif-sc-53-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-53-400-normal.woff") format("woff");
}

/* noto-serif-sc-54-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+73e7-73ea, U+73ee-73f0, U+73f2, U+73f4-73f5, U+73f7, U+73f9-73fa, U+73fc-73fd, U+73ff-7402, U+7404, U+7407-7408, U+740a-740f, U+7418, U+741a-741c, U+741e, U+7424-7425, U+7428-7429, U+742c-7430, U+7432, U+7435-7436, U+7438-743b, U+743e-7441, U+7443-7446, U+7448, U+744a-744b, U+7452, U+7457, U+745b, U+745d, U+7460, U+7462-7465, U+7467-746a, U+746d, U+746f, U+7471, U+7473-7474, U+7477, U+747a, U+747e, U+7481-7482, U+7484, U+7486, U+7488-748b, U+748e-748f, U+7493, U+7498, U+749a, U+749c-74a0, U+74a3, U+74a6, U+74a9-74aa, U+74ae, U+74b0-74b2, U+74b6, U+74b8-74ba, U+74bd, U+74bf, U+74c1, U+74c3, U+74c5, U+74c8, U+74ca, U+74cc, U+74cf, U+74d1-74d2, U+74d4-74d5, U+74d8-74db, U+74de-74e0, U+74e2, U+74e4-74e5, U+74e7-74e9, U+74ee;
	src: url("../fonts/noto-serif-sc-54-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-54-400-normal.woff") format("woff");
}

/* noto-serif-sc-55-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+72dd-72df, U+72e1, U+72e5-72e6, U+72e8, U+72ef-72f0, U+72f2-72f4, U+72f6-72f7, U+72f9-72fb, U+72fd, U+7300-7304, U+7307, U+730a-730c, U+7313-7317, U+731d-7322, U+7327, U+7329, U+732c-732d, U+7330-7331, U+7333, U+7335-7337, U+7339, U+733d-733e, U+7340, U+7342, U+7344-7345, U+734a, U+734d-7350, U+7352, U+7355, U+7357, U+7359, U+735f-7360, U+7362-7363, U+7365, U+7368, U+736c-736d, U+736f-7370, U+7372, U+7374-7376, U+7378, U+737a-737b, U+737d-737e, U+7382-7383, U+7386, U+7388, U+738a, U+738c-7393, U+7395, U+7397-739a, U+739c, U+739e, U+73a0-73a3, U+73a5-73a8, U+73aa, U+73ad, U+73b1, U+73b3, U+73b6-73b7, U+73b9, U+73c2, U+73c5-73c9, U+73cc, U+73ce-73d0, U+73d2, U+73d6, U+73d9, U+73db-73de, U+73e3, U+73e5-73e6;
	src: url("../fonts/noto-serif-sc-55-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-55-400-normal.woff") format("woff");
}

/* noto-serif-sc-56-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+719c, U+71a0, U+71a4-71a5, U+71a8, U+71af, U+71b1-71bc, U+71be, U+71c1-71c2, U+71c4, U+71c8-71cb, U+71ce-71d0, U+71d2, U+71d4, U+71d9-71da, U+71dc, U+71df-71e0, U+71e6-71e8, U+71ea, U+71ed-71ee, U+71f4, U+71f6, U+71f9, U+71fb-71fc, U+71ff-7200, U+7207, U+720c-720d, U+7210, U+7216, U+721a-721e, U+7223, U+7228, U+722b, U+722d-722e, U+7230, U+7232, U+723a-723c, U+723e-7242, U+7246, U+724b, U+724d-724e, U+7252, U+7256, U+7258, U+725a, U+725c-725d, U+7260, U+7264-7266, U+726a, U+726c, U+726e-726f, U+7271, U+7273-7274, U+7278, U+727b, U+727d-727e, U+7281-7282, U+7284, U+7287, U+728a, U+728d, U+728f, U+7292, U+729b, U+729f-72a0, U+72a7, U+72ad-72ae, U+72b0-72b5, U+72b7-72b8, U+72ba-72be, U+72c0-72c1, U+72c3, U+72c5-72c6, U+72c8, U+72cc-72ce, U+72d2, U+72d6, U+72db;
	src: url("../fonts/noto-serif-sc-56-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-56-400-normal.woff") format("woff");
}

/* noto-serif-sc-57-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+7005-7006, U+7009, U+700b, U+700d, U+7015, U+7018, U+701b, U+701d-701f, U+7023, U+7026-7028, U+702c, U+702e-7030, U+7035, U+7037, U+7039-703a, U+703c-703e, U+7044, U+7049-704b, U+704f, U+7051, U+7058, U+705a, U+705c-705e, U+7061, U+7064, U+7066, U+706c, U+707d, U+7080-7081, U+7085-7086, U+708a, U+708f, U+7091, U+7094-7095, U+7098-7099, U+709c-709d, U+709f, U+70a4, U+70a9-70aa, U+70af-70b2, U+70b4-70b7, U+70bb, U+70c0, U+70c3, U+70c7, U+70cb, U+70ce-70cf, U+70d4, U+70d9-70da, U+70dc-70dd, U+70e0, U+70e9, U+70ec, U+70f7, U+70fa, U+70fd, U+70ff, U+7104, U+7108-7109, U+710c, U+7110, U+7113-7114, U+7116-7118, U+711c, U+711e, U+7120, U+712e-712f, U+7131, U+713c, U+7142, U+7144-7147, U+7149-714b, U+7150, U+7152, U+7155-7156, U+7159-715a, U+715c, U+7161, U+7165-7166, U+7168-7169, U+716d, U+7173-7174, U+7176, U+7178, U+717a, U+717d, U+717f-7180, U+7184, U+7186-7188, U+7192, U+7198;
	src: url("../fonts/noto-serif-sc-57-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-57-400-normal.woff") format("woff");
}

/* noto-serif-sc-58-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+6ed8-6ed9, U+6edb, U+6edd, U+6edf-6ee0, U+6ee2, U+6ee6, U+6eea, U+6eec, U+6eee-6eef, U+6ef2-6ef3, U+6ef7-6efa, U+6efe, U+6f01, U+6f03, U+6f08-6f09, U+6f15-6f16, U+6f19, U+6f22-6f25, U+6f28-6f2a, U+6f2c-6f2d, U+6f2f, U+6f31-6f32, U+6f36-6f38, U+6f3f, U+6f43-6f46, U+6f48, U+6f4b, U+6f4e-6f4f, U+6f51, U+6f54-6f57, U+6f59-6f5b, U+6f5e-6f5f, U+6f61, U+6f64-6f67, U+6f69-6f6c, U+6f6f-6f72, U+6f74-6f76, U+6f78-6f7e, U+6f80-6f83, U+6f86, U+6f89, U+6f8b-6f8d, U+6f90, U+6f92, U+6f94, U+6f97-6f98, U+6f9b, U+6fa3-6fa5, U+6fa7, U+6faa, U+6faf, U+6fb1, U+6fb4, U+6fb6, U+6fb9, U+6fc1-6fcb, U+6fd1-6fd3, U+6fd5, U+6fdb, U+6fde-6fe1, U+6fe4, U+6fe9, U+6feb-6fec, U+6fee-6ff1, U+6ffa, U+6ffe;
	src: url("../fonts/noto-serif-sc-58-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-58-400-normal.woff") format("woff");
}

/* noto-serif-sc-59-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+6dc3, U+6dc5-6dc6, U+6dc9, U+6dcc, U+6dcf, U+6dd2-6dd3, U+6dd6, U+6dd9-6dde, U+6de0, U+6de4, U+6de6, U+6de8-6dea, U+6dec, U+6def-6df0, U+6df5-6df6, U+6df8, U+6dfa, U+6dfc, U+6e03-6e04, U+6e07-6e09, U+6e0b-6e0c, U+6e0e, U+6e11, U+6e13, U+6e15-6e16, U+6e19-6e1b, U+6e1e-6e1f, U+6e22, U+6e25-6e27, U+6e2b-6e2c, U+6e36-6e37, U+6e39-6e3a, U+6e3c-6e41, U+6e44-6e45, U+6e47, U+6e49-6e4b, U+6e4d-6e4e, U+6e51, U+6e53-6e55, U+6e5c-6e5f, U+6e61-6e63, U+6e65-6e67, U+6e6a-6e6b, U+6e6d-6e70, U+6e72-6e74, U+6e76-6e78, U+6e7c, U+6e80-6e82, U+6e86-6e87, U+6e89, U+6e8d, U+6e8f, U+6e96, U+6e98, U+6e9d-6e9f, U+6ea1, U+6ea5-6ea7, U+6eab, U+6eb1-6eb2, U+6eb4, U+6eb7, U+6ebb-6ebd, U+6ebf-6ec6, U+6ec8-6ec9, U+6ecc, U+6ecf-6ed0, U+6ed3-6ed4, U+6ed7;
	src: url("../fonts/noto-serif-sc-59-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-59-400-normal.woff") format("woff");
}

/* noto-serif-sc-60-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+6cb2, U+6cb4-6cb5, U+6cb7, U+6cba, U+6cbc-6cbd, U+6cc1-6cc3, U+6cc5-6cc7, U+6cd0-6cd4, U+6cd6-6cd7, U+6cd9-6cda, U+6cde-6ce0, U+6ce4, U+6ce6, U+6ce9, U+6ceb-6cef, U+6cf1-6cf2, U+6cf6-6cf7, U+6cfa, U+6cfe, U+6d03-6d05, U+6d07-6d08, U+6d0a, U+6d0c, U+6d0e-6d11, U+6d13-6d14, U+6d16, U+6d18-6d1a, U+6d1c, U+6d1f, U+6d22-6d23, U+6d26-6d29, U+6d2b, U+6d2e-6d30, U+6d33, U+6d35-6d36, U+6d38-6d3a, U+6d3c, U+6d3f, U+6d42-6d44, U+6d48-6d49, U+6d4d, U+6d50, U+6d52, U+6d54, U+6d56-6d58, U+6d5a-6d5c, U+6d5e, U+6d60-6d61, U+6d63-6d65, U+6d67, U+6d6c-6d6d, U+6d6f, U+6d75, U+6d7b-6d7d, U+6d87, U+6d8a, U+6d8e, U+6d90-6d9a, U+6d9c-6da0, U+6da2-6da3, U+6da7, U+6daa-6dac, U+6dae, U+6db3-6db4, U+6db6, U+6db8, U+6dbc, U+6dbf, U+6dc2;
	src: url("../fonts/noto-serif-sc-60-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-60-400-normal.woff") format("woff");
}

/* noto-serif-sc-61-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+6b85-6b86, U+6b89, U+6b8d, U+6b91-6b93, U+6b95, U+6b97-6b98, U+6b9a-6b9b, U+6b9e, U+6ba1-6ba4, U+6ba9-6baa, U+6bad, U+6baf-6bb0, U+6bb2-6bb3, U+6bba-6bbd, U+6bc0, U+6bc2, U+6bc6, U+6bca-6bcc, U+6bce, U+6bd0-6bd1, U+6bd3, U+6bd6-6bd8, U+6bda, U+6be1, U+6be6, U+6bec, U+6bf1, U+6bf3-6bf5, U+6bf9, U+6bfd, U+6c05-6c08, U+6c0d, U+6c10, U+6c15-6c1a, U+6c21, U+6c23-6c26, U+6c29-6c2d, U+6c30-6c33, U+6c35-6c37, U+6c39-6c3a, U+6c3c-6c3f, U+6c46, U+6c4a-6c4c, U+6c4e-6c50, U+6c54, U+6c56, U+6c59-6c5c, U+6c5e, U+6c63, U+6c67-6c69, U+6c6b, U+6c6d, U+6c6f, U+6c72-6c74, U+6c78-6c7a, U+6c7c, U+6c84-6c87, U+6c8b-6c8c, U+6c8f, U+6c91, U+6c93-6c96, U+6c98, U+6c9a, U+6c9d, U+6ca2-6ca4, U+6ca8-6ca9, U+6cac-6cae, U+6cb1;
	src: url("../fonts/noto-serif-sc-61-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-61-400-normal.woff") format("woff");
}

/* noto-serif-sc-62-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+6a01, U+6a06, U+6a09, U+6a0b, U+6a11, U+6a13, U+6a17-6a19, U+6a1b, U+6a1e, U+6a23, U+6a28-6a29, U+6a2b, U+6a2f-6a30, U+6a35, U+6a38-6a40, U+6a46-6a48, U+6a4a-6a4b, U+6a4e, U+6a50, U+6a52, U+6a5b, U+6a5e, U+6a62, U+6a65-6a67, U+6a6b, U+6a79, U+6a7c, U+6a7e-6a7f, U+6a84, U+6a86, U+6a8e, U+6a90-6a91, U+6a94, U+6a97, U+6a9c, U+6a9e, U+6aa0, U+6aa2, U+6aa4, U+6aa9, U+6aab, U+6aae-6ab0, U+6ab2-6ab3, U+6ab5, U+6ab7-6ab8, U+6aba-6abb, U+6abd, U+6abf, U+6ac2-6ac4, U+6ac6, U+6ac8, U+6acc, U+6ace, U+6ad2-6ad3, U+6ad8-6adc, U+6adf-6ae0, U+6ae4-6ae5, U+6ae7-6ae8, U+6afb, U+6b04-6b05, U+6b0d-6b13, U+6b16-6b17, U+6b19, U+6b24-6b25, U+6b2c, U+6b37-6b39, U+6b3b, U+6b3d, U+6b43, U+6b46, U+6b4e, U+6b50, U+6b53-6b54, U+6b58-6b59, U+6b5b, U+6b60, U+6b69, U+6b6d, U+6b6f-6b70, U+6b73-6b74, U+6b77-6b7a, U+6b80-6b84;
	src: url("../fonts/noto-serif-sc-62-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-62-400-normal.woff") format("woff");
}

/* noto-serif-sc-63-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+68e1, U+68e3-68e4, U+68e6-68ed, U+68ef-68f0, U+68f2, U+68f4, U+68f6-68f7, U+68f9, U+68fb-68fd, U+68ff-6902, U+6906-6908, U+690b, U+6910, U+691a-691c, U+691f-6920, U+6924-6925, U+692a, U+692d, U+6934, U+6939, U+693c-6945, U+694a-694b, U+6952-6954, U+6957, U+6959, U+695b, U+695d, U+695f, U+6962-6964, U+6966, U+6968-696c, U+696e-696f, U+6971, U+6973-6974, U+6978-6979, U+697d, U+697f-6980, U+6985, U+6987-698a, U+698d-698e, U+6994-6999, U+699b, U+69a3-69a4, U+69a6-69a7, U+69ab, U+69ad-69ae, U+69b1, U+69b7, U+69bb-69bc, U+69c1, U+69c3-69c5, U+69c7, U+69ca-69ce, U+69d0-69d1, U+69d3-69d4, U+69d7-69da, U+69e0, U+69e4, U+69e6, U+69ec-69ed, U+69f1-69f3, U+69f8, U+69fa-69fc, U+69fe-6a00;
	src: url("../fonts/noto-serif-sc-63-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-63-400-normal.woff") format("woff");
}

/* noto-serif-sc-64-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+6792-6793, U+6796, U+6798, U+679e-67a1, U+67a5, U+67a7-67a9, U+67ac-67ad, U+67b0-67b1, U+67b3, U+67b5, U+67b7, U+67b9, U+67bb-67bc, U+67c0-67c1, U+67c3, U+67c5-67ca, U+67d1-67d2, U+67d7-67d9, U+67dd-67df, U+67e2-67e4, U+67e6-67e9, U+67f0, U+67f5, U+67f7-67f8, U+67fa-67fb, U+67fd-67fe, U+6800-6801, U+6803-6804, U+6806, U+6809-680a, U+680c, U+680e, U+6812, U+681d-681f, U+6822, U+6824-6829, U+682b-682d, U+6831-6835, U+683b, U+683e, U+6840-6841, U+6844-6845, U+6849, U+684e, U+6853, U+6855-6856, U+685c-685d, U+685f-6862, U+6864, U+6866-6868, U+686b, U+686f, U+6872, U+6874, U+6877, U+687f, U+6883, U+6886, U+688f, U+689b, U+689f-68a0, U+68a2-68a3, U+68b1, U+68b6, U+68b9-68ba, U+68bc-68bf, U+68c1-68c4, U+68c6, U+68c8, U+68ca, U+68cc, U+68d0-68d1, U+68d3, U+68d7, U+68dd, U+68df;
	src: url("../fonts/noto-serif-sc-64-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-64-400-normal.woff") format("woff");
}

/* noto-serif-sc-65-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+663a-663b, U+663d, U+6641, U+6644-6645, U+6649, U+664c, U+664f, U+6654, U+6659, U+665b, U+665d-665e, U+6660-6667, U+6669, U+666b-666c, U+6671, U+6673, U+6677-6679, U+667c, U+6680-6681, U+6684-6685, U+6688-6689, U+668b-668e, U+6690, U+6692, U+6695, U+6698, U+669a, U+669d, U+669f-66a0, U+66a2-66a3, U+66a6, U+66aa-66ab, U+66b1-66b2, U+66b5, U+66b8-66b9, U+66bb, U+66be, U+66c1, U+66c6-66c9, U+66cc, U+66d5-66d8, U+66da-66dc, U+66de-66e2, U+66e8-66ea, U+66ec, U+66f1, U+66f3, U+66f7, U+66fa, U+66fd, U+6702, U+6705, U+670a, U+670f-6710, U+6713, U+6715, U+6719, U+6722-6723, U+6725-6727, U+6729, U+672d-672e, U+6732-6733, U+6736, U+6739, U+673b, U+673f, U+6744, U+6748, U+674c-674d, U+6753, U+6755, U+6762, U+6767, U+6769-676c, U+676e, U+6772-6773, U+6775, U+6777, U+677a-677d, U+6782-6783, U+6787, U+678a-678d, U+678f;
	src: url("../fonts/noto-serif-sc-65-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-65-400-normal.woff") format("woff");
}

/* noto-serif-sc-66-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+64f8, U+64fa, U+64fc, U+64fe-64ff, U+6503, U+6509, U+650f, U+6514, U+6518, U+651c-651e, U+6522-6525, U+652a-652c, U+652e, U+6530-6532, U+6534-6535, U+6537-6538, U+653a, U+653c-653d, U+6542, U+6549-654b, U+654d-654e, U+6553-6555, U+6557-6558, U+655d, U+6564, U+6569, U+656b, U+656d-656f, U+6571, U+6573, U+6575-6576, U+6578-657e, U+6581-6583, U+6585-6586, U+6589, U+658e-658f, U+6592-6593, U+6595-6596, U+659b, U+659d, U+659f-65a1, U+65a3, U+65ab-65ac, U+65b2, U+65b6-65b7, U+65ba-65bb, U+65be-65c0, U+65c2-65c4, U+65c6-65c8, U+65cc, U+65ce, U+65d0, U+65d2-65d3, U+65d6, U+65db, U+65dd, U+65e1, U+65e3, U+65ee-65f0, U+65f3-65f5, U+65f8, U+65fb-65fc, U+65fe-6600, U+6603, U+6607, U+6609, U+660b, U+6610-6611, U+6619-661a, U+661c-661e, U+6621, U+6624, U+6626, U+662a-662c, U+662e, U+6630-6631, U+6633-6634, U+6636;
	src: url("../fonts/noto-serif-sc-66-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-66-400-normal.woff") format("woff");
}

/* noto-serif-sc-67-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+63bc, U+63be, U+63c0, U+63c3-63c4, U+63c6, U+63c8, U+63cd-63ce, U+63d1, U+63d6, U+63da-63db, U+63de, U+63e0, U+63e3, U+63e9-63ea, U+63ee, U+63f2, U+63f5-63fa, U+63fc, U+63fe-6400, U+6406, U+640b-640d, U+6410, U+6414, U+6416-6417, U+641b, U+6420-6423, U+6425-6428, U+642a, U+6431-6432, U+6434-6437, U+643d-6442, U+6445, U+6448, U+6450-6452, U+645b-645f, U+6462, U+6465, U+6468, U+646d, U+646f-6471, U+6473, U+6477, U+6479-647d, U+6482-6485, U+6487-6488, U+648c, U+6490, U+6493, U+6496-649a, U+649d, U+64a0, U+64a5, U+64ab-64ac, U+64b1-64b7, U+64b9-64bb, U+64be-64c1, U+64c4, U+64c7, U+64c9-64cb, U+64d0, U+64d4, U+64d7-64d8, U+64da, U+64de, U+64e0-64e2, U+64e4, U+64e9, U+64ec, U+64f0-64f2, U+64f4, U+64f7;
	src: url("../fonts/noto-serif-sc-67-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-67-400-normal.woff") format("woff");
}

/* noto-serif-sc-68-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+623b, U+623d-623e, U+6243, U+6246, U+6248-6249, U+624c, U+6255, U+6259, U+625e, U+6260-6261, U+6265-6266, U+626a, U+6271, U+627a, U+627c-627d, U+6283, U+6286, U+6289, U+628e, U+6294, U+629c, U+629e-629f, U+62a1, U+62a8, U+62ba-62bb, U+62bf, U+62c2, U+62c4, U+62c8, U+62ca-62cb, U+62ce-62cf, U+62d1, U+62d7, U+62d9-62da, U+62dd, U+62e0-62e1, U+62e3-62e4, U+62e7, U+62eb, U+62ee, U+62f0, U+62f4-62f6, U+6308, U+630a-630e, U+6310, U+6312-6313, U+6317, U+6319, U+631b, U+631d-631f, U+6322, U+6326, U+6329, U+6331-6332, U+6334-6337, U+6339, U+633b-633c, U+633e-6340, U+6343, U+6347, U+634b-634e, U+6354, U+635c-635d, U+6368-6369, U+636d, U+636f-6372, U+6376, U+637a-637b, U+637d, U+6382-6383, U+6387, U+638a-638b, U+638d-638e, U+6391, U+6393-6397, U+6399, U+639b, U+639e-639f, U+63a1, U+63a3-63a4, U+63ac-63ae, U+63b1-63b5, U+63b7-63bb;
	src: url("../fonts/noto-serif-sc-68-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-68-400-normal.woff") format("woff");
}

/* noto-serif-sc-69-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+60fa, U+6100, U+6106, U+610d-610e, U+6112, U+6114-6115, U+6119, U+611c, U+6120, U+6122-6123, U+6126, U+6128-6130, U+6136-6137, U+613a, U+613d-613e, U+6144, U+6146-6147, U+614a-614b, U+6151, U+6153, U+6158, U+615a, U+615c-615d, U+615f, U+6161, U+6163-6165, U+616b-616c, U+616e, U+6171, U+6173-6177, U+617e, U+6182, U+6187, U+618a, U+618d-618e, U+6190-6191, U+6194, U+6199-619a, U+619c, U+619f, U+61a1, U+61a3-61a4, U+61a7-61a9, U+61ab-61ad, U+61b2-61b3, U+61b5-61b7, U+61ba-61bb, U+61bf, U+61c3-61c4, U+61c6-61c7, U+61c9-61cb, U+61d0-61d1, U+61d3-61d4, U+61d7, U+61da, U+61df-61e1, U+61e6, U+61ee, U+61f0, U+61f2, U+61f6-61f8, U+61fa, U+61fc-61fe, U+6200, U+6206-6207, U+6209, U+620b, U+620d-620e, U+6213-6215, U+6217, U+6219, U+621b-6223, U+6225-6226, U+622c, U+622e-6230, U+6232, U+6238;
	src: url("../fonts/noto-serif-sc-69-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-69-400-normal.woff") format("woff");
}

/* noto-serif-sc-70-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+5fd1-5fd6, U+5fda-5fde, U+5fe1-5fe2, U+5fe4-5fe5, U+5fea, U+5fed-5fee, U+5ff1-5ff3, U+5ff6, U+5ff8, U+5ffb, U+5ffe-5fff, U+6002-6006, U+600a, U+600d, U+600f, U+6014, U+6019, U+601b, U+6020, U+6023, U+6026, U+6029, U+602b, U+602e-602f, U+6031, U+6033, U+6035, U+6039, U+603f, U+6041-6043, U+6046, U+604f, U+6053-6054, U+6058-605b, U+605d-605e, U+6060, U+6063, U+6065, U+6067, U+606a-606c, U+6075, U+6078-6079, U+607b, U+607d, U+607f, U+6083, U+6085-6087, U+608a, U+608c, U+608e-608f, U+6092-6093, U+6095-6097, U+609b-609d, U+60a2, U+60a7, U+60a9-60ab, U+60ad, U+60af-60b1, U+60b3-60b6, U+60b8, U+60bb, U+60bd-60be, U+60c0-60c3, U+60c6-60c9, U+60cb, U+60ce, U+60d3-60d4, U+60d7-60db, U+60dd, U+60e1-60e4, U+60e6, U+60ea, U+60ec-60ee, U+60f0-60f1, U+60f4, U+60f6;
	src: url("../fonts/noto-serif-sc-70-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-70-400-normal.woff") format("woff");
}

/* noto-serif-sc-71-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+5ea3-5ea5, U+5ea8, U+5eab, U+5eaf, U+5eb3, U+5eb5-5eb6, U+5eb9, U+5ebe, U+5ec1-5ec3, U+5ec6, U+5ec8, U+5ecb-5ecc, U+5ed1-5ed2, U+5ed4, U+5ed9-5edb, U+5edd, U+5edf-5ee0, U+5ee2-5ee3, U+5ee8, U+5eea, U+5eec, U+5eef-5ef0, U+5ef3-5ef4, U+5ef8, U+5efb-5efc, U+5efe-5eff, U+5f01, U+5f07, U+5f0b-5f0e, U+5f10-5f12, U+5f14, U+5f1a, U+5f22, U+5f28-5f29, U+5f2c-5f2d, U+5f35-5f36, U+5f38, U+5f3b-5f43, U+5f45-5f4a, U+5f4c-5f4e, U+5f50, U+5f54, U+5f56-5f59, U+5f5b-5f5f, U+5f61, U+5f63, U+5f65, U+5f67-5f68, U+5f6b, U+5f6e-5f6f, U+5f72-5f78, U+5f7a, U+5f7e-5f7f, U+5f82-5f83, U+5f87, U+5f89-5f8a, U+5f8d, U+5f91, U+5f93, U+5f95, U+5f98-5f99, U+5f9c, U+5f9e, U+5fa0, U+5fa6-5fa9, U+5fac-5fad, U+5faf, U+5fb3-5fb5, U+5fb9, U+5fbc, U+5fc4, U+5fc9, U+5fcb, U+5fce-5fd0;
	src: url("../fonts/noto-serif-sc-71-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-71-400-normal.woff") format("woff");
}

/* noto-serif-sc-72-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+5d32-5d34, U+5d3c-5d3e, U+5d41-5d44, U+5d46-5d48, U+5d4a-5d4b, U+5d4e, U+5d50, U+5d52, U+5d55-5d58, U+5d5a-5d5d, U+5d68-5d69, U+5d6b-5d6c, U+5d6f, U+5d74, U+5d7f, U+5d82-5d89, U+5d8b-5d8c, U+5d8f, U+5d92-5d93, U+5d99, U+5d9d, U+5db2, U+5db6-5db7, U+5dba, U+5dbc-5dbd, U+5dc2-5dc3, U+5dc6-5dc7, U+5dc9, U+5dcc, U+5dd2, U+5dd4, U+5dd6-5dd8, U+5ddb-5ddc, U+5de3, U+5ded, U+5def, U+5df3, U+5df6, U+5dfa-5dfd, U+5dff-5e00, U+5e07, U+5e0f, U+5e11, U+5e13-5e14, U+5e19-5e1b, U+5e22, U+5e25, U+5e28, U+5e2a, U+5e2f-5e31, U+5e33-5e34, U+5e36, U+5e39-5e3c, U+5e3e, U+5e40, U+5e44, U+5e46-5e48, U+5e4c, U+5e4f, U+5e53-5e54, U+5e57, U+5e59, U+5e5b, U+5e5e-5e5f, U+5e61, U+5e63, U+5e6a-5e6b, U+5e75, U+5e77, U+5e79-5e7a, U+5e7e, U+5e80-5e81, U+5e83, U+5e85, U+5e87, U+5e8b, U+5e91-5e92, U+5e96, U+5e98, U+5e9b, U+5e9d, U+5ea0-5ea2;
	src: url("../fonts/noto-serif-sc-72-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-72-400-normal.woff") format("woff");
}

/* noto-serif-sc-73-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+5bf5-5bf6, U+5bfe, U+5c02-5c03, U+5c05, U+5c07-5c09, U+5c0b-5c0c, U+5c0e, U+5c10, U+5c12-5c13, U+5c15, U+5c17, U+5c19, U+5c1b-5c1c, U+5c1e-5c1f, U+5c22, U+5c25, U+5c28, U+5c2a-5c2b, U+5c2f-5c30, U+5c37, U+5c3b, U+5c43-5c44, U+5c46-5c47, U+5c4d, U+5c50, U+5c59, U+5c5b-5c5c, U+5c62-5c64, U+5c66, U+5c6c, U+5c6e, U+5c74, U+5c78-5c7e, U+5c80, U+5c83-5c84, U+5c88, U+5c8b-5c8d, U+5c91, U+5c94-5c96, U+5c98-5c99, U+5c9c, U+5c9e, U+5ca1-5ca3, U+5cab-5cac, U+5cb1, U+5cb5, U+5cb7, U+5cba, U+5cbd-5cbf, U+5cc1, U+5cc3-5cc4, U+5cc7, U+5ccb, U+5cd2, U+5cd8-5cd9, U+5cdf-5ce0, U+5ce3-5ce6, U+5ce8-5cea, U+5ced, U+5cef, U+5cf3-5cf4, U+5cf6, U+5cf8, U+5cfd, U+5d00-5d04, U+5d06, U+5d08, U+5d0b-5d0d, U+5d0f-5d13, U+5d15, U+5d17-5d1a, U+5d1d-5d22, U+5d24-5d27, U+5d2e-5d31;
	src: url("../fonts/noto-serif-sc-73-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-73-400-normal.woff") format("woff");
}

/* noto-serif-sc-74-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+5ab2, U+5ab4-5ab5, U+5ab7-5aba, U+5abd-5abf, U+5ac3-5ac4, U+5ac6-5ac8, U+5aca-5acb, U+5acd, U+5acf-5ad2, U+5ad4, U+5ad8-5ada, U+5adc, U+5adf-5ae2, U+5ae4, U+5ae6, U+5ae8, U+5aea-5aed, U+5af0-5af3, U+5af5, U+5af9-5afb, U+5afd, U+5b01, U+5b05, U+5b08, U+5b0b-5b0c, U+5b11, U+5b16-5b17, U+5b1b, U+5b21-5b22, U+5b24, U+5b27-5b2e, U+5b30, U+5b32, U+5b34, U+5b36-5b38, U+5b3e-5b40, U+5b43, U+5b45, U+5b4a-5b4b, U+5b51-5b53, U+5b56, U+5b5a-5b5b, U+5b62, U+5b65, U+5b67, U+5b6a-5b6e, U+5b70-5b71, U+5b73, U+5b7a-5b7b, U+5b7f-5b80, U+5b84, U+5b8d, U+5b91, U+5b93-5b95, U+5b9f, U+5ba5-5ba6, U+5bac, U+5bae, U+5bb8, U+5bc0, U+5bc3, U+5bcb, U+5bd0-5bd1, U+5bd4-5bd8, U+5bda-5bdc, U+5be2, U+5be4-5be7, U+5be9, U+5beb-5bec, U+5bee-5bf0, U+5bf2-5bf3;
	src: url("../fonts/noto-serif-sc-74-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-74-400-normal.woff") format("woff");
}

/* noto-serif-sc-75-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+5981, U+598f, U+5997-5998, U+599a, U+599c-599d, U+59a0-59a1, U+59a3-59a4, U+59a7, U+59aa-59ad, U+59af, U+59b2-59b3, U+59b5-59b6, U+59b8, U+59ba, U+59bd-59be, U+59c0-59c1, U+59c3-59c4, U+59c7-59ca, U+59cc-59cd, U+59cf, U+59d2, U+59d5-59d6, U+59d8-59d9, U+59db, U+59dd-59e0, U+59e2-59e7, U+59e9-59eb, U+59ee, U+59f1, U+59f3, U+59f5, U+59f7-59f9, U+59fd, U+5a06, U+5a08-5a0a, U+5a0c-5a0d, U+5a11-5a13, U+5a15-5a16, U+5a1a-5a1b, U+5a21-5a23, U+5a2d-5a2f, U+5a32, U+5a38, U+5a3c, U+5a3e-5a45, U+5a47, U+5a4a, U+5a4c-5a4d, U+5a4f-5a51, U+5a53, U+5a55-5a57, U+5a5e, U+5a60, U+5a62, U+5a65-5a67, U+5a6a, U+5a6c-5a6d, U+5a72-5a73, U+5a75-5a76, U+5a79-5a7c, U+5a81-5a84, U+5a8c, U+5a8e, U+5a93, U+5a96-5a97, U+5a9c, U+5a9e, U+5aa0, U+5aa3-5aa4, U+5aaa, U+5aae-5aaf, U+5ab1;
	src: url("../fonts/noto-serif-sc-75-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-75-400-normal.woff") format("woff");
}

/* noto-serif-sc-76-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+5831, U+583a, U+583d, U+583f-5842, U+5844-5846, U+5848, U+584a, U+584d, U+5852, U+5857, U+5859-585a, U+585c-585d, U+5862, U+5868-5869, U+586c-586d, U+586f-5873, U+5875, U+5879, U+587d-587e, U+5880-5881, U+5888-588a, U+588d, U+5892, U+5896-5898, U+589a, U+589c-589d, U+58a0-58a1, U+58a3, U+58a6, U+58a9, U+58ab-58ae, U+58b0, U+58b3, U+58bb-58bf, U+58c2-58c3, U+58c5-58c8, U+58ca, U+58cc, U+58ce, U+58d1-58d3, U+58d5, U+58d8-58d9, U+58de-58df, U+58e2, U+58e9, U+58ec, U+58ef, U+58f1-58f2, U+58f5, U+58f7-58f8, U+58fa, U+58fd, U+5900, U+5902, U+5906, U+5908-590c, U+590e, U+5910, U+5914, U+5919, U+591b, U+591d-591e, U+5920, U+5922-5925, U+5928, U+592c-592d, U+592f, U+5932, U+5936, U+593c, U+593e, U+5940-5942, U+5944, U+594c-594d, U+5950, U+5953, U+5958, U+595a, U+5961, U+5966-5968, U+596a, U+596c-596e, U+5977, U+597b-597c;
	src: url("../fonts/noto-serif-sc-76-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-76-400-normal.woff") format("woff");
}

/* noto-serif-sc-77-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+570a, U+570c-570d, U+570f, U+5712-5713, U+5718-5719, U+571c, U+571e, U+5725, U+5727, U+5729-572a, U+572c, U+572e-572f, U+5734-5735, U+5739, U+573b, U+5741, U+5743, U+5745, U+5749, U+574c-574d, U+575c, U+5763, U+5768-5769, U+576b, U+576d-576e, U+5770, U+5773, U+5775, U+5777, U+577b-577c, U+5785-5786, U+5788, U+578c, U+578e-578f, U+5793-5795, U+5799-57a1, U+57a3-57a4, U+57a6-57aa, U+57ac-57ad, U+57af-57b2, U+57b4-57b6, U+57b8-57b9, U+57bd-57bf, U+57c2, U+57c4-57c8, U+57cc-57cd, U+57cf, U+57d2, U+57d5-57de, U+57e1-57e2, U+57e4-57e5, U+57e7, U+57eb, U+57ed, U+57ef, U+57f4-57f8, U+57fc-57fd, U+5800-5801, U+5803, U+5805, U+5807, U+5809, U+580b-580e, U+5811, U+5814, U+5819, U+581b-5820, U+5822-5823, U+5825-5826, U+582c, U+582f;
	src: url("../fonts/noto-serif-sc-77-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-77-400-normal.woff") format("woff");
}

/* noto-serif-sc-78-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+5605-5606, U+5608, U+560c-560d, U+560f, U+5614, U+5616-5617, U+561a, U+561c, U+561e, U+5621-5625, U+5627, U+5629, U+562b-5630, U+5636, U+5638-563a, U+563c, U+5640-5642, U+5649, U+564c-5650, U+5653-5655, U+5657-565b, U+5660, U+5663-5664, U+5666, U+566b, U+566f-5671, U+5673-567c, U+567e, U+5684-5687, U+568c, U+568e-5693, U+5695, U+5697, U+569b-569c, U+569e-569f, U+56a1-56a2, U+56a4-56a9, U+56ac-56af, U+56b1, U+56b4, U+56b6-56b8, U+56bf, U+56c1-56c3, U+56c9, U+56cd, U+56d1, U+56d4, U+56d6-56d9, U+56dd, U+56df, U+56e1, U+56e3-56e6, U+56e8-56ec, U+56ee-56ef, U+56f1-56f3, U+56f5, U+56f7-56f9, U+56fc, U+56ff-5700, U+5703-5704, U+5709;
	src: url("../fonts/noto-serif-sc-78-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-78-400-normal.woff") format("woff");
}

/* noto-serif-sc-79-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+5519, U+551b, U+551d-551e, U+5520, U+5522-5523, U+5526-5527, U+552a-552c, U+5530, U+5532-5535, U+5537-5538, U+553b-5541, U+5543-5544, U+5547-5549, U+554b, U+554d, U+5550, U+5553, U+5555-5558, U+555b-555f, U+5567-5569, U+556b-5572, U+5574-5577, U+557b-557c, U+557e-557f, U+5581, U+5583, U+5585-5586, U+5588, U+558b-558c, U+558e-5591, U+5593, U+5599-559a, U+559f, U+55a5-55a6, U+55a8-55ac, U+55ae, U+55b0-55b3, U+55b6, U+55b9-55ba, U+55bc-55be, U+55c4, U+55c6-55c7, U+55c9, U+55cc-55d2, U+55d4-55db, U+55dd-55df, U+55e1, U+55e3-55e6, U+55ea-55ee, U+55f0-55f3, U+55f5-55f7, U+55fb, U+55fe, U+5600-5601;
	src: url("../fonts/noto-serif-sc-79-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-79-400-normal.woff") format("woff");
}

/* noto-serif-sc-80-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+53fb-5400, U+5402, U+5405-5407, U+540b, U+540f, U+5412, U+5414, U+5416, U+5418-541a, U+541d, U+5420-5423, U+5425, U+5429-542a, U+542d-542e, U+5431-5433, U+5436, U+543d, U+543f, U+5442-5443, U+5449, U+544b-544c, U+544e, U+5451-5454, U+5456, U+5459, U+545b-545c, U+5461, U+5463-5464, U+546a-5472, U+5474, U+5476-5478, U+547a, U+547e-5484, U+5486, U+548a, U+548d-548e, U+5490-5491, U+5494, U+5497-5499, U+549b, U+549d, U+54a1-54a7, U+54a9, U+54ab, U+54ad, U+54b4-54b5, U+54b9, U+54bb, U+54be-54bf, U+54c2-54c3, U+54c9-54cc, U+54cf-54d0, U+54d3, U+54d5-54d6, U+54d9-54da, U+54dc-54de, U+54e2, U+54e7, U+54f3-54f4, U+54f8-54f9, U+54fd-54ff, U+5501, U+5504-5506, U+550c-550f, U+5511-5514, U+5516-5517;
	src: url("../fonts/noto-serif-sc-80-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-80-400-normal.woff") format("woff");
}

/* noto-serif-sc-81-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+52a2, U+52a6-52a7, U+52ac-52ad, U+52af, U+52b4-52b5, U+52b9, U+52bb-52bc, U+52be, U+52c1, U+52c5, U+52ca, U+52cd, U+52d0, U+52d6-52d7, U+52d9, U+52db, U+52dd-52de, U+52e0, U+52e2-52e3, U+52e5, U+52e7-52f0, U+52f2-52f3, U+52f5-52f9, U+52fb-52fc, U+5302, U+5304, U+530b, U+530d, U+530f-5310, U+5315, U+531a, U+531c-531d, U+5321, U+5323, U+5326, U+532e-5331, U+5338, U+533c-533e, U+5340, U+5344-5345, U+534b-534d, U+5350, U+5354, U+5358, U+535d-535f, U+5363, U+5368-5369, U+536c, U+536e-536f, U+5372, U+5379-537b, U+537d, U+538d-538e, U+5390, U+5393-5394, U+5396, U+539b-539d, U+53a0-53a1, U+53a3-53a5, U+53a9, U+53ad-53ae, U+53b0, U+53b2-53b3, U+53b5-53b8, U+53bc, U+53be, U+53c1, U+53c3-53c7, U+53ce-53cf, U+53d2-53d3, U+53d5, U+53da, U+53de-53df, U+53e1-53e2, U+53e7-53e9, U+53f1, U+53f4-53f5, U+53fa;
	src: url("../fonts/noto-serif-sc-81-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-81-400-normal.woff") format("woff");
}

/* noto-serif-sc-82-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+5110, U+5113, U+5115, U+5117-5118, U+511a-511c, U+511e-511f, U+5121, U+5128, U+512b-512d, U+5131-5135, U+5137-5139, U+513c, U+5140, U+5142, U+5147, U+514c, U+514e-5150, U+5155-5158, U+5162, U+5169, U+5172, U+517f, U+5181-5184, U+5186-5187, U+518b, U+518f, U+5191, U+5195-5197, U+519a, U+51a2-51a3, U+51a6-51ab, U+51ad-51ae, U+51b1, U+51b4, U+51bc-51bd, U+51bf, U+51c3, U+51c7-51c8, U+51ca-51cb, U+51cd-51ce, U+51d4, U+51d6, U+51db-51dc, U+51e6, U+51e8-51eb, U+51f1, U+51f5, U+51fc, U+51ff, U+5202, U+5205, U+5208, U+520b, U+520d-520e, U+5215-5216, U+5228, U+522a, U+522c-522d, U+5233, U+523c-523d, U+523f-5240, U+5245, U+5247, U+5249, U+524b-524c, U+524e, U+5250, U+525b-525f, U+5261, U+5263-5264, U+5270, U+5273, U+5275, U+5277, U+527d, U+527f, U+5281-5285, U+5287, U+5289, U+528b, U+528d, U+528f, U+5291-5293, U+529a;
	src: url("../fonts/noto-serif-sc-82-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-82-400-normal.woff") format("woff");
}

/* noto-serif-sc-83-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+4fe3-4fe4, U+4fe6, U+4fe8, U+4feb-4fed, U+4ff3, U+4ff5-4ff6, U+4ff8, U+4ffe, U+5001, U+5005-5006, U+5009, U+500c, U+500f, U+5013-5018, U+501b-501e, U+5022-5025, U+5027-5028, U+502b-502e, U+5030, U+5033-5034, U+5036-5039, U+503b, U+5041-5043, U+5045-5046, U+5048-504a, U+504c-504e, U+5051, U+5053, U+5055-5057, U+505b, U+505e, U+5060, U+5062-5063, U+5067, U+506a, U+506c, U+5070-5072, U+5074-5075, U+5078, U+507b, U+507d-507e, U+5080, U+5088-5089, U+5091-5092, U+5095, U+5097-509e, U+50a2-50a3, U+50a5-50a7, U+50a9, U+50ad, U+50b3, U+50b5, U+50b7, U+50ba, U+50be, U+50c4-50c5, U+50c7, U+50ca, U+50cd, U+50d1, U+50d5-50d6, U+50da, U+50de, U+50e5-50e6, U+50ec-50ee, U+50f0-50f1, U+50f3, U+50f9-50fb, U+50fe-5102, U+5104, U+5106-5107, U+5109-510b, U+510d, U+510f;
	src: url("../fonts/noto-serif-sc-83-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-83-400-normal.woff") format("woff");
}

/* noto-serif-sc-84-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+4eb8-4eb9, U+4ebb-4ebe, U+4ec2-4ec4, U+4ec8-4ec9, U+4ecc, U+4ecf-4ed0, U+4ed2, U+4eda-4edb, U+4edd-4ee1, U+4ee6-4ee9, U+4eeb, U+4eee-4eef, U+4ef3-4ef5, U+4ef8-4efa, U+4efc, U+4f00, U+4f03-4f05, U+4f08-4f09, U+4f0b, U+4f0e, U+4f12-4f13, U+4f15, U+4f1b, U+4f1d, U+4f21-4f22, U+4f25, U+4f27-4f29, U+4f2b-4f2e, U+4f31-4f33, U+4f36-4f37, U+4f39, U+4f3e, U+4f40-4f41, U+4f43, U+4f47-4f49, U+4f54, U+4f57-4f58, U+4f5d-4f5e, U+4f61-4f62, U+4f64-4f65, U+4f67, U+4f6a, U+4f6e-4f6f, U+4f72, U+4f74-4f7e, U+4f80-4f82, U+4f84, U+4f89-4f8a, U+4f8e-4f98, U+4f9e, U+4fa1, U+4fa5, U+4fa9-4faa, U+4fac, U+4fb3, U+4fb6-4fb8, U+4fbd, U+4fc2, U+4fc5-4fc6, U+4fcd-4fce, U+4fd0-4fd1, U+4fd3, U+4fda-4fdc, U+4fdf-4fe0, U+4fe2;
	src: url("../fonts/noto-serif-sc-84-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-84-400-normal.woff") format("woff");
}

/* noto-serif-sc-85-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+3127-3129, U+3131, U+3134, U+3137, U+3139, U+3141-3142, U+3145, U+3147-3148, U+314b, U+314d-314e, U+315c, U+3160-3161, U+3163-3164, U+3186, U+318d, U+3192, U+3196-3198, U+319e-319f, U+3220-3229, U+3231, U+3268, U+3297, U+3299, U+32a3, U+338e-338f, U+3395, U+339c-339e, U+33c4, U+33d1-33d2, U+33d5, U+3434, U+34dc, U+34ee, U+353e, U+355d, U+3566, U+3575, U+3592, U+35a0-35a1, U+35ad, U+35ce, U+36a2, U+36ab, U+38a8, U+3dab, U+3de7, U+3deb, U+3e1a, U+3f1b, U+3f6d, U+4495, U+4723, U+48fa, U+4ca3, U+4e02, U+4e04-4e06, U+4e0c, U+4e0f, U+4e15, U+4e17, U+4e1f-4e21, U+4e26, U+4e29, U+4e2c, U+4e2f, U+4e31, U+4e35, U+4e37, U+4e3c, U+4e3f-4e42, U+4e44, U+4e46-4e47, U+4e57, U+4e5a-4e5c, U+4e64-4e65, U+4e67, U+4e69, U+4e6d, U+4e78, U+4e7f-4e82, U+4e85, U+4e87, U+4e8a, U+4e8d, U+4e93, U+4e96, U+4e98-4e99, U+4e9c, U+4e9e-4ea0, U+4ea2-4ea3, U+4ea5, U+4eb0-4eb1, U+4eb3-4eb6;
	src: url("../fonts/noto-serif-sc-85-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-85-400-normal.woff") format("woff");
}

/* noto-serif-sc-86-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+279c, U+279f-27a2, U+27a4-27a5, U+27a8, U+27b0, U+27b2-27b3, U+27b9, U+27e8-27e9, U+27f6, U+2800, U+28ec, U+2913, U+2921-2922, U+2934-2935, U+2a2f, U+2b05-2b07, U+2b50, U+2b55, U+2bc5-2bc6, U+2e1c-2e1d, U+2ebb, U+2f00, U+2f08, U+2f24, U+2f2d, U+2f2f-2f30, U+2f3c, U+2f45, U+2f63-2f64, U+2f74, U+2f83, U+2f8f, U+2fbc, U+3003, U+3005-3007, U+3012-3013, U+301c-301e, U+3021, U+3023-3024, U+3030, U+3034-3035, U+3041, U+3043, U+3045, U+3047, U+3049, U+3056, U+3058, U+305c, U+305e, U+3062, U+306c, U+3074, U+3077, U+307a, U+307c-307d, U+3080, U+308e, U+3090-3091, U+3099-309b, U+309d-309e, U+30a5, U+30bc, U+30be, U+30c2, U+30c5, U+30cc, U+30d8, U+30e2, U+30e8, U+30ee, U+30f0-30f2, U+30f4-30f6, U+30fd-30fe, U+3105-3126;
	src: url("../fonts/noto-serif-sc-86-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-86-400-normal.woff") format("woff");
}

/* noto-serif-sc-87-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+2650-2655, U+2658, U+265a-265b, U+265d-265e, U+2660-266d, U+266f, U+267b, U+2688, U+2693-2696, U+2698-2699, U+269c, U+26a0-26a1, U+26a4, U+26aa-26ab, U+26bd-26be, U+26c4-26c5, U+26d4, U+26e9, U+26f0-26f1, U+26f3, U+26f5, U+26fd, U+2702, U+2704-2706, U+2708-270f, U+2712-2718, U+271a-271b, U+271d, U+271f, U+2721, U+2724-2730, U+2732-2734, U+273a, U+273d-2744, U+2747-2749, U+274c, U+274e-274f, U+2753-2757, U+275b, U+275d-275e, U+2763, U+2765-2767, U+276e-276f, U+2776-277e, U+2780-2782, U+278a-278c, U+278e, U+2794-2796;
	src: url("../fonts/noto-serif-sc-87-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-87-400-normal.woff") format("woff");
}

/* noto-serif-sc-88-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+254b, U+2550-2551, U+2554, U+2557, U+255a-255b, U+255d, U+255f-2560, U+2562-2563, U+2565-2567, U+2569-256a, U+256c-2572, U+2579, U+2580-2595, U+25a1, U+25a3, U+25a9-25ad, U+25b0, U+25b3-25bb, U+25bd-25c2, U+25c4, U+25c8-25cb, U+25cd, U+25d0-25d1, U+25d4-25d5, U+25d8, U+25dc-25e6, U+25ea-25eb, U+25ef, U+25fe, U+2600-2604, U+2609, U+260e-260f, U+2611, U+2614-2615, U+2618, U+261a-2620, U+2622-2623, U+262a, U+262d-2630, U+2639-2640, U+2642, U+2648-264f;
	src: url("../fonts/noto-serif-sc-88-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-88-400-normal.woff") format("woff");
}

/* noto-serif-sc-89-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+23e9, U+23f0, U+23f3, U+2445, U+2449, U+2465-2471, U+2474-249b, U+24b8, U+24c2, U+24c7, U+24c9, U+24d0, U+24d2, U+24d4, U+24d8, U+24dd-24de, U+24e3, U+24e6, U+24e8, U+2500-2509, U+250b-2526, U+2528-2534, U+2536-2537, U+253b-2548, U+254a;
	src: url("../fonts/noto-serif-sc-89-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-89-400-normal.woff") format("woff");
}

/* noto-serif-sc-90-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+207b-2083, U+208c-208e, U+2092, U+20a6, U+20a8-20ad, U+20af, U+20b1, U+20b4-20b5, U+20b8-20ba, U+20bd, U+20db, U+20dd, U+20e0, U+20e3, U+2105, U+2109, U+2113, U+2116-2117, U+2120-2121, U+2126, U+212b, U+2133, U+2139, U+2194, U+2196-2199, U+21a0, U+21a9-21aa, U+21af, U+21b3, U+21b5, U+21ba-21bb, U+21c4, U+21ca, U+21cc, U+21d0-21d4, U+21e1, U+21e6-21e9, U+2200, U+2202, U+2205-2208, U+220f, U+2211-2212, U+2215, U+2217-2219, U+221d-2220, U+2223, U+2225, U+2227-222b, U+222e, U+2234-2237, U+223c-223d, U+2248, U+224c, U+2252, U+2256, U+2260-2261, U+2266-2267, U+226a-226b, U+226e-226f, U+2282-2283, U+2295, U+2297, U+2299, U+22a5, U+22b0-22b1, U+22b9, U+22bf, U+22c5-22c6, U+22ef, U+2304, U+2307, U+230b, U+2312-2314, U+2318, U+231a-231b, U+2323, U+239b, U+239d-239e, U+23a0;
	src: url("../fonts/noto-serif-sc-90-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-90-400-normal.woff") format("woff");
}

/* noto-serif-sc-91-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+1d34-1d35, U+1d38-1d3a, U+1d3c, U+1d3f-1d40, U+1d49, U+1d4e-1d4f, U+1d52, U+1d55, U+1d5b, U+1d5e, U+1d9c, U+1da0, U+1dc4-1dc5, U+1e69, U+1e73, U+1ea0-1ea9, U+1eab-1ead, U+1eaf, U+1eb1, U+1eb3, U+1eb5, U+1eb7, U+1eb9, U+1ebb, U+1ebd-1ebe, U+1ec0-1ec3, U+1ec5-1ec6, U+1ec9-1ecd, U+1ecf-1ed3, U+1ed5, U+1ed7-1edf, U+1ee1, U+1ee3, U+1ee5-1eeb, U+1eed, U+1eef-1ef1, U+1ef3, U+1ef7, U+1ef9, U+1f62, U+1f7b, U+2001-2002, U+2004-2006, U+2009-200a, U+200c-2012, U+2015-2016, U+201a, U+201e-2021, U+2023, U+2025, U+2027-2028, U+202a-202d, U+202f-2030, U+2032-2033, U+2035, U+2038, U+203c, U+203e-203f, U+2043-2044, U+2049, U+204d-204e, U+2060-2061, U+2070, U+2074-2078, U+207a;
	src: url("../fonts/noto-serif-sc-91-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-91-400-normal.woff") format("woff");
}

/* noto-serif-sc-97-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+2ae-2b3, U+2b5-2bf, U+2c2-2c3, U+2c6-2d1, U+2d8-2da, U+2dc, U+2e1-2e3, U+2e5, U+2eb, U+2ee-2f0, U+2f2-2f7, U+2f9-2ff, U+302-30d, U+311, U+31b, U+321-325, U+327-329, U+32b-32c, U+32e-32f, U+331-339, U+33c-33d, U+33f, U+348, U+352, U+35c, U+35e-35f, U+361, U+363, U+368, U+36c, U+36f, U+530-540, U+55d-55e, U+561, U+563, U+565, U+56b, U+56e-579;
	src: url("../fonts/noto-serif-sc-97-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-97-400-normal.woff") format("woff");
}

/* noto-serif-sc-98-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+176-17f, U+192, U+194, U+19a-19b, U+19d, U+1a0-1a1, U+1a3-1a4, U+1aa, U+1ac-1ad, U+1af-1bf, U+1d2, U+1d4, U+1d6, U+1d8, U+1da, U+1dc, U+1e3, U+1e7, U+1e9, U+1ee, U+1f0-1f1, U+1f3, U+1f5-1ff, U+219-21b, U+221, U+223-226, U+228, U+22b, U+22f, U+231, U+234-237, U+23a-23b, U+23d, U+250-252, U+254-255, U+259-25e, U+261-263, U+265, U+268, U+26a-26b, U+26f-277, U+279, U+27b-280, U+282-283, U+285, U+28a, U+28c, U+28f, U+292, U+294-296, U+298-29a, U+29c, U+29f, U+2a1-2a4, U+2a6-2a7, U+2a9, U+2ab;
	src: url("../fonts/noto-serif-sc-98-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-98-400-normal.woff") format("woff");
}

/* noto-serif-sc-99-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+a1-a4, U+a6-a8, U+aa, U+ac, U+af, U+b1, U+b3-b6, U+b8-ba, U+bc-d6, U+d8-de, U+e6, U+eb, U+ee-f0, U+f5, U+f7-f8, U+fb, U+fd-100, U+102, U+104-107, U+10d, U+10f-112, U+115, U+117, U+119, U+11b, U+11e-11f, U+121, U+123, U+125-127, U+129-12a, U+12d, U+12f-13f, U+141-142, U+144, U+146, U+14b-14c, U+14f-153, U+158-15b, U+15e-160, U+163-165, U+168-16a, U+16d-175;
	src: url("../fonts/noto-serif-sc-99-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-99-400-normal.woff") format("woff");
}

/* noto-serif-sc-100-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+221a, U+2264, U+2464, U+25a0, U+3008, U+4e10, U+512a, U+5152, U+5201, U+5241, U+5352, U+549a, U+54b2, U+54c6, U+54d7, U+54e1, U+5509, U+55c5, U+560e, U+5618, U+565c, U+56bc, U+5716, U+576f, U+5784, U+57a2, U+589f, U+5a20, U+5a25, U+5a29, U+5a34, U+5a7f, U+5ac9, U+5ad6, U+5b09, U+5b5c, U+5bc7, U+5c27, U+5d2d, U+5dcd, U+5f1b, U+5f37, U+604d, U+6055, U+6073, U+60eb, U+61ff, U+620c, U+62c7, U+62ed, U+6320, U+6345, U+6390, U+63b0, U+64ae, U+64c2, U+64d2, U+6556, U+663c, U+667e, U+66d9, U+66f8, U+6756, U+6789, U+689d, U+68f1, U+695e, U+6975, U+6a1f, U+6b0a, U+6b61, U+6b87, U+6c5d, U+6c7e, U+6c92, U+6d31, U+6df9, U+6e0d, U+6e2d, U+6f3e, U+70b3, U+70bd, U+70ca, U+70e8, U+725f, U+72e9, U+733f, U+7396, U+739f, U+7459-745a, U+74a7, U+75a1, U+75f0, U+76cf, U+76d4, U+7729, U+77aa, U+77b0, U+77e3, U+780c, U+78d5, U+7941, U+7977, U+797a, U+79c3, U+7a20, U+7a92, U+7b71, U+7bf1, U+7c9f, U+7eb6, U+7eca, U+7ef7, U+7f07, U+7f09, U+7f15, U+7f81, U+7fb9, U+8038, U+8098, U+80b4, U+8110, U+814b-814c, U+816e, U+818a, U+8205, U+8235, U+828b, U+82a5, U+82b7, U+82d4, U+82db, U+82df, U+8317, U+8338, U+8385-8386, U+83c1, U+83cf, U+8537, U+853b, U+854a, U+8715, U+8783, U+892a, U+8a71, U+8aaa, U+8d58, U+8dbe, U+8f67, U+8fab, U+8fc4, U+8fe6, U+9023, U+9084, U+9091, U+916a, U+91c9, U+91dc, U+94b3, U+9502, U+9523, U+9551, U+956f, U+960e, U+962a, U+962e, U+9647, U+96f3, U+9739, U+97a0, U+97ed, U+983b, U+985e, U+988a, U+9a6f, U+9a8b, U+9ab7, U+9ac5, U+9e25, U+e608, U+ff06, U+ff14-ff16;
	src: url("../fonts/noto-serif-sc-100-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-100-400-normal.woff") format("woff");
}

/* noto-serif-sc-101-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+161, U+926, U+928, U+939, U+93f-940, U+94d, U+e17, U+e22, U+e44, U+2463, U+25c7, U+25ce, U+2764, U+3009, U+3016-3017, U+4e4d, U+4e53, U+4f5a, U+4f70, U+4fae, U+4fd8, U+4ffa, U+5011, U+501a, U+516e, U+51c4, U+5225, U+5364, U+547b, U+5495, U+54e8, U+54ee, U+5594, U+55d3, U+55dc, U+55fd, U+5662, U+5669, U+566c, U+5742, U+5824, U+5834, U+598a, U+5992, U+59a9, U+5a04, U+5b75, U+5b7d, U+5bc5, U+5c49, U+5c90, U+5e1c, U+5e27, U+5e2b, U+5e37, U+5e90, U+618b, U+61f5, U+620a, U+6273, U+62f7, U+6342, U+6401-6402, U+6413, U+6512, U+655b, U+65a7, U+65f1, U+65f7, U+665f, U+6687, U+66a7, U+673d, U+67b8, U+6854, U+68d8, U+68fa, U+696d, U+6a02, U+6a0a, U+6a80, U+6b7c, U+6bd9, U+6c2e, U+6c76, U+6cf8, U+6d4a, U+6d85, U+6e24, U+6e32, U+6ec7, U+6ed5, U+6f88, U+700f, U+701a, U+7078, U+707c, U+70ac, U+70c1, U+7409, U+7422, U+7480, U+74a8, U+752b, U+7574, U+7656, U+7699, U+7737, U+785d, U+78be, U+79b9, U+7a3d, U+7a91, U+7a9f, U+7ae3, U+7b77, U+7c3f, U+7d1a, U+7d50, U+7d93, U+803f, U+8042, U+808b, U+8236, U+82b8-82b9, U+82ef, U+8309, U+836b, U+83ef, U+8431, U+85c9, U+865e, U+868c, U+8759, U+8760, U+8845, U+89ba, U+8a2a, U+8c41, U+8cec, U+8d2c, U+8d4e, U+8e66, U+8e6d, U+8eaf, U+902e, U+914b, U+916e, U+919b, U+949b, U+94a0, U+94b0, U+9541-9542, U+9556, U+95eb, U+95f5, U+964b, U+968b, U+96cc-96cd, U+96cf, U+9704, U+9713, U+9890, U+98a8, U+9985, U+9992, U+9a6d, U+9a81, U+9a86, U+9ab8, U+9ca4, U+9f9a, U+e606-e607, U+e60a, U+e60c, U+e60e, U+fe0f, U+ff02, U+ff1e, U+ff3d;
	src: url("../fonts/noto-serif-sc-101-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-101-400-normal.woff") format("woff");
}

/* noto-serif-sc-102-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+10c, U+627-629, U+639, U+644, U+64a, U+203b, U+2265, U+2573, U+25b2, U+3448-3449, U+4e1e, U+4e5e, U+4f3a, U+4f5f, U+4fea, U+5026, U+508d, U+5189, U+5254, U+5288, U+52d8, U+52fa, U+5306, U+5308, U+5384, U+53ed, U+543c, U+5450, U+5455, U+5466, U+54c4, U+5578, U+55a7, U+561f, U+5631, U+572d, U+575f, U+57ae, U+57e0, U+5830, U+594e, U+5984, U+5993, U+5bdd, U+5c0d, U+5c7f, U+5c82, U+5e62, U+5ed3, U+5f08, U+607a, U+60bc, U+60df, U+625b, U+6292, U+62e2, U+6363, U+6467, U+6714, U+675e, U+6771, U+67a2, U+67ff, U+6805, U+6813, U+6869, U+68a7, U+68e0, U+6930, U+6986, U+69a8, U+69df, U+6a44, U+6a5f, U+6c13, U+6c1f, U+6c22, U+6c2f, U+6c40, U+6c81, U+6c9b, U+6ca5, U+6da4, U+6df3, U+6e85, U+6eba, U+6f13, U+6f33, U+6f62, U+715e, U+72c4, U+73d1, U+73fe, U+7405, U+7455, U+7487, U+7578, U+75a4, U+75eb, U+7693, U+7738, U+7741, U+776b, U+7792, U+77a7, U+77a9, U+77b3, U+788c, U+7984, U+79a7, U+79e4, U+7a1a, U+7a57, U+7aa6, U+7b0b, U+7b5d, U+7c27, U+7c7d, U+7caa, U+7cd9, U+7cef, U+7eda, U+7ede, U+7f24, U+8046, U+80fa, U+81b3, U+81fb, U+8207, U+8258, U+8335, U+8339, U+8354, U+840e, U+85b0, U+85fb, U+8695, U+86aa, U+8717, U+8749, U+874c, U+8996, U+89bd, U+89c5, U+8bdb, U+8bf5, U+8c5a, U+8d3f, U+8d9f, U+8e44, U+8fed, U+9005, U+9019, U+904e, U+9082, U+90af, U+90dd, U+90e1, U+90f8, U+9119, U+916f, U+9176, U+949e, U+94a7, U+94c2, U+9525, U+9580, U+95dc, U+96e2, U+96fb, U+9a7c, U+9a7f, U+9b41, U+9ca8, U+9cc4, U+9cde, U+9e92, U+9ede, U+e60b, U+e610, U+ff10, U+ff13, U+ff3b, U+f012b;
	src: url("../fonts/noto-serif-sc-102-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-102-400-normal.woff") format("woff");
}

/* noto-serif-sc-103-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+60, U+631, U+2606, U+3014-3015, U+309c, U+33a1, U+4e52, U+4ec6, U+4f86, U+4f8d, U+4fde, U+4fef, U+500b, U+502a, U+515c, U+518a, U+51a5, U+51f3, U+5243, U+52c9, U+52d5, U+53a2, U+53ee, U+54ce, U+54fa, U+54fc, U+5580, U+5587, U+563f, U+56da, U+5792, U+5815, U+5960, U+59d7, U+5a1f, U+5b78, U+5b9b, U+5be1, U+5c4e, U+5c51, U+5c6f, U+5c9a, U+5cfb, U+5d16, U+5ed6, U+5f27, U+5f6a, U+5f6c, U+603c, U+609a, U+6168, U+61c8, U+6236, U+62d0, U+62f1, U+62fd, U+631a, U+6328, U+632b, U+6346, U+638f, U+63a0, U+63c9, U+655e, U+6590, U+6615, U+6627, U+66ae, U+66e6, U+66f0, U+6703, U+67da, U+67ec, U+6816, U+6893, U+68ad, U+68f5, U+6977, U+6984, U+69db, U+6b72, U+6bb7, U+6ce3, U+6cfb, U+6d47, U+6da1, U+6dc4, U+6e43, U+6eaf, U+6eff, U+6f8e, U+7011, U+7063, U+7076, U+7096, U+70ba, U+70db, U+70ef, U+7119-711a, U+7172, U+718f, U+7194, U+727a, U+72d9, U+72ed, U+7325, U+73ae, U+73ba, U+73c0, U+7410, U+7426, U+7554, U+7576, U+75ae, U+75b9, U+762b, U+766b, U+7682, U+7750, U+7779, U+7784, U+77eb, U+77ee, U+78f7, U+79e9, U+7a79, U+7b1b, U+7b28, U+7bf7, U+7db2, U+7ec5, U+7eee, U+7f14, U+7f1a, U+7fe1, U+8087, U+809b, U+8231, U+830e, U+835f, U+83e9, U+849c, U+851a, U+868a, U+8718, U+874e, U+8822, U+8910, U+8944, U+8a3b, U+8bb6, U+8bbc, U+8d50, U+8e72, U+8f9c, U+900d, U+904b, U+9063, U+90a2, U+90b9, U+94f2, U+952f, U+9576-9577, U+9593, U+95f8, U+961c, U+9631, U+969b, U+96a7, U+96c1, U+9716, U+9761, U+97ad, U+97e7, U+98a4, U+997a, U+9a73, U+9b44, U+9e3d, U+9ecf, U+9ed4, U+ff11-ff12, U+fffd;
	src: url("../fonts/noto-serif-sc-103-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-103-400-normal.woff") format("woff");
}

/* noto-serif-sc-104-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+2003, U+2193, U+2462, U+4e19, U+4e2b, U+4e36, U+4ea8, U+4ed1, U+4ed7, U+4f51, U+4f63, U+4f83, U+50e7, U+5112, U+5167, U+51a4, U+51b6, U+5239, U+5265, U+532a, U+5351, U+537f, U+5401, U+548f, U+5492, U+54af, U+54b3, U+54bd, U+54d1, U+54df, U+554f, U+5564, U+5598, U+5632, U+56a3, U+56e7, U+574e, U+575d-575e, U+57d4, U+584c, U+58e4, U+5937, U+5955, U+5a05, U+5a49, U+5ac2, U+5bb0, U+5c39, U+5c61, U+5d0e, U+5de9, U+5e9a, U+5eb8, U+5f0a, U+5f13, U+5f8c, U+608d, U+611b, U+6127, U+62a0, U+634f, U+635e, U+63fd, U+6577, U+658b, U+65bc, U+660a, U+6643, U+6656, U+6760, U+67af, U+67c4, U+67e0, U+6817, U+68cd, U+690e, U+6960, U+69b4, U+6a71, U+6aac, U+6b67, U+6bb4, U+6c55, U+6c70, U+6c82, U+6ca6, U+6cb8, U+6cbe, U+6e9c, U+6ede, U+6ee5, U+6f4d, U+6f84, U+6f9c, U+7115, U+7121, U+722a, U+7261, U+7272, U+7280, U+72f8, U+7504, U+754f, U+75d8, U+767c, U+76ef, U+778e, U+77bb, U+77f6, U+786b, U+78b1, U+7948, U+7985, U+79be, U+7a83, U+7a8d, U+7eac, U+7eef, U+7ef8, U+7efd, U+7f00, U+803d, U+8086, U+810a, U+8165, U+819d, U+81a8, U+8214, U+829c, U+831c, U+8328, U+832b, U+8367, U+83e0, U+83f1, U+8403, U+846b, U+8475, U+84b2, U+8513, U+8574, U+85af, U+86d9, U+86db, U+8acb, U+8bbd, U+8be0-8be1, U+8c0e, U+8d29, U+8d63, U+8e81, U+8f7f, U+9032, U+9042, U+90b1, U+90b5, U+9165, U+9175, U+94a6, U+94c5, U+950c, U+9540, U+9610, U+9699, U+96c7, U+973e, U+978d, U+97ec, U+97f6, U+984c, U+987d, U+9882, U+9965, U+996a, U+9972, U+9a8f, U+9ad3, U+9ae6, U+9cb8, U+9edb, U+e600, U+e60f, U+e611, U+ff05, U+ff0b;
	src: url("../fonts/noto-serif-sc-104-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-104-400-normal.woff") format("woff");
}

/* noto-serif-sc-105-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+5e, U+2190, U+250a, U+25bc, U+25cf, U+300f, U+4e56, U+4ea9, U+4f3d, U+4f6c, U+4f88, U+4fa8, U+4fcf, U+5029, U+5188, U+51f9, U+5203, U+524a, U+5256, U+529d, U+5375, U+53db, U+541f, U+5435, U+5457, U+548b, U+54b1, U+54c7, U+54d4, U+54e9, U+556a, U+5589, U+55bb, U+55e8, U+55ef, U+563b, U+566a, U+576a, U+58f9, U+598d, U+599e, U+59a8, U+5a9b, U+5ae3, U+5bde, U+5c4c, U+5c60, U+5d1b, U+5deb, U+5df7, U+5e18, U+5f26, U+5f64, U+601c, U+6084, U+60e9, U+614c, U+61be, U+6208, U+621a, U+6233, U+6254, U+62d8, U+62e6, U+62ef, U+6323, U+632a, U+633d, U+6361, U+6380, U+6405, U+640f, U+6614, U+6642, U+6657, U+67a3, U+6808, U+683d, U+6850, U+6897, U+68b3, U+68b5, U+68d5, U+6a58, U+6b47, U+6b6a, U+6c28, U+6c90, U+6ca7, U+6cf5, U+6d51, U+6da9, U+6dc7, U+6dd1, U+6e0a, U+6e5b, U+6f47, U+6f6d, U+70ad, U+70f9, U+710a, U+7130, U+71ac, U+745f, U+7476, U+7490, U+7529, U+7538, U+75d2, U+7696, U+76b1, U+76fc, U+777f, U+77dc, U+789f, U+795b, U+79bd, U+79c9, U+7a3b, U+7a46, U+7aa5, U+7ad6, U+7ca5, U+7cb9, U+7cdf, U+7d6e, U+7f06, U+7f38, U+7fa1, U+7fc1, U+8015, U+803b, U+80a2, U+80aa, U+8116, U+813e, U+82ad, U+82bd, U+8305, U+8346, U+846c, U+8549, U+859b, U+8611, U+8680, U+87f9, U+884d, U+8877, U+888d, U+88d4, U+898b, U+8a79, U+8a93, U+8c05, U+8c0d, U+8c26, U+8d1e, U+8d31, U+8d81, U+8e22, U+8f90, U+8f96, U+90ca, U+916c, U+917f, U+9187, U+918b, U+9499, U+94a9, U+9524, U+958b, U+9600, U+9640, U+96b6, U+96ef, U+98d9, U+9976, U+997f, U+9a74, U+9a84, U+9c8d, U+9e26, U+9e9f, U+ad6d, U+c5b4, U+d55c, U+ff0f;
	src: url("../fonts/noto-serif-sc-105-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-105-400-normal.woff") format("woff");
}

/* noto-serif-sc-106-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+b0, U+2191, U+2460-2461, U+25c6, U+300e, U+4e1b, U+4e7e, U+4ed5, U+4ef2, U+4f10, U+4f1e, U+4f50, U+4fa6, U+4faf, U+5021, U+50f5, U+5179, U+5180, U+51d1, U+522e, U+52a3, U+52c3, U+52cb, U+5300, U+5319, U+5320, U+5349, U+5395, U+53d9, U+541e, U+5428, U+543e, U+54c0, U+54d2, U+570b, U+5858, U+58f6, U+5974, U+59a5, U+59e8, U+59ec, U+5a36, U+5a9a, U+5ab3, U+5b99, U+5baa, U+5ce1, U+5d14, U+5d4c, U+5dc5, U+5de2, U+5e99, U+5e9e, U+5f18, U+5f66, U+5f70, U+6070, U+60d5, U+60e7, U+6101, U+611a, U+6241, U+6252, U+626f, U+6296, U+62bc, U+62cc, U+63a9, U+644a, U+6454, U+64a9, U+64b8, U+6500, U+6572, U+65a5, U+65a9, U+65ec, U+660f, U+6749, U+6795, U+67ab, U+68da, U+6912, U+6bbf, U+6bef, U+6cab, U+6cca, U+6ccc, U+6cfc, U+6d3d, U+6d78, U+6dee, U+6e17, U+6e34, U+6e83, U+6ea2, U+6eb6, U+6f20, U+6fa1, U+707f, U+70d8, U+70eb, U+714c, U+714e, U+7235, U+7239, U+73ca, U+743c, U+745c, U+7624, U+763e, U+76f2, U+77db, U+77e9, U+780d, U+7838, U+7845, U+78ca, U+796d, U+7a84, U+7aed, U+7b3c, U+7eb2, U+7f05, U+7f20, U+7f34, U+7f62, U+7fc5, U+7fd8, U+7ff0, U+800d, U+8036, U+80ba, U+80be, U+80c0-80c1, U+8155, U+817a, U+8180, U+81e3, U+8206, U+8247, U+8270, U+8299, U+8304, U+8393, U+83b9, U+83ca, U+840d, U+8427, U+8469, U+8471, U+84c4, U+84ec, U+853d, U+8681-8682, U+8721, U+8854, U+88d5, U+88f9, U+8bc0, U+8c0a, U+8c29, U+8c2d, U+8d41, U+8dea, U+8eb2, U+8f9f, U+903b, U+903e, U+9102, U+9493, U+94a5, U+94f8, U+95ef, U+95f7, U+9706, U+9709, U+9774, U+9887, U+98a0, U+9e64, U+9f9f, U+e601, U+e603;
	src: url("../fonts/noto-serif-sc-106-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-106-400-normal.woff") format("woff");
}

/* noto-serif-sc-107-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+200b, U+2103, U+4e18, U+4e27-4e28, U+4e38, U+4e59, U+4e8f, U+4ead, U+4ec7, U+4fe9, U+503a, U+5085, U+5146, U+51af, U+51f8, U+52ab, U+5339, U+535c, U+5378, U+538c, U+5398, U+53f9, U+5415, U+5475, U+54aa, U+54ac, U+54b8, U+5582, U+5760, U+5764, U+57cb, U+5835, U+5885, U+5951, U+5983, U+59da, U+5a77, U+5b5d, U+5b5f, U+5bb5, U+5bc2, U+5be8, U+5bfa, U+5c2c, U+5c34, U+5c41, U+5c48, U+5c65, U+5cad, U+5e06, U+5e42, U+5ef7, U+5f17, U+5f25, U+5f6d, U+5f79, U+6028, U+6064, U+6068, U+606d, U+607c, U+6094, U+6109, U+6124, U+6247, U+626d, U+6291, U+629a, U+62ac, U+62b9, U+62fe, U+6324, U+6349, U+6367, U+6398, U+6495, U+64a4, U+64b0, U+64bc, U+64ce, U+658c, U+65ed, U+6602, U+6674, U+6691, U+66a8, U+674f, U+679a, U+67ef, U+67f4, U+680b, U+6876, U+68a8, U+6a59, U+6a61, U+6b20, U+6bc5, U+6d12, U+6d46, U+6d8c, U+6dc0, U+6e14, U+6e23, U+6f06, U+7164, U+716e, U+7199, U+71e5, U+72ac, U+742a, U+755c, U+75ab, U+75b2, U+75f4, U+7897, U+78b3, U+78c5, U+7978, U+79fd, U+7a74, U+7b4b, U+7b5b, U+7ece, U+7ed2, U+7ee3, U+7ef3, U+7f50, U+7f55, U+7f9e, U+7fe0, U+809d, U+8106, U+814a, U+8154, U+817b, U+818f, U+81c2, U+81ed, U+821f, U+82a6, U+82d1, U+8302, U+83c7, U+845b, U+848b, U+84c9, U+85e4, U+86ee, U+8700, U+8774, U+886c, U+8881, U+8c1c, U+8c79, U+8d2a, U+8d3c, U+8eba, U+8f70, U+8fa9, U+8fb1, U+900a, U+9017, U+901d, U+9022, U+906e, U+946b, U+94dd, U+94ed, U+953b, U+95fa, U+95fd, U+964c, U+96c0, U+971c, U+971e, U+9753, U+9756, U+97e6, U+9881, U+9b4f, U+9e2d, U+9f0e, U+e602, U+e604-e605, U+ff5c;
	src: url("../fonts/noto-serif-sc-107-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-107-400-normal.woff") format("woff");
}

/* noto-serif-sc-108-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+24, U+4e08, U+4e43, U+4e4f, U+4ef0, U+4f2a, U+507f, U+50ac, U+50bb, U+5151, U+51bb, U+51f6, U+51fd, U+5272, U+52fe, U+5362, U+53c9, U+53d4, U+53e0, U+543b, U+54f2, U+5507, U+5524, U+558a, U+55b5, U+561b, U+56ca, U+5782, U+57c3, U+5893, U+5915, U+5949, U+5962, U+59ae, U+59dc, U+59fb, U+5bd3, U+5c38, U+5cb3, U+5d07, U+5d29, U+5de1, U+5dfe, U+5e15, U+5eca, U+5f2f, U+5f7c, U+5fcc, U+6021, U+609f, U+60f9, U+6108, U+6148, U+6155, U+6170, U+61d2, U+6251, U+629b, U+62ab, U+62e8, U+62f3, U+6321, U+6350, U+6566, U+659c, U+65e8, U+6635, U+6655, U+6670, U+66f9, U+6734, U+679d, U+6851, U+6905, U+6b49, U+6b96, U+6c1b, U+6c41, U+6c6a, U+6c83, U+6cf3, U+6d9b, U+6dcb, U+6e1d, U+6e20-6e21, U+6eaa, U+6ee4, U+6ee9, U+6f58, U+70e4, U+722c, U+7262, U+7267, U+72b9, U+72e0, U+72ee, U+72f1, U+7334, U+73ab, U+7433, U+7470, U+758f, U+75d5, U+764c, U+7686, U+76c6, U+76fe, U+7720, U+77e2, U+7802, U+7816, U+788d, U+7891, U+7a00, U+7a9d, U+7b52, U+7bad, U+7c98, U+7cca, U+7eba, U+7eea, U+7ef5, U+7f1d, U+7f69, U+806a, U+809a, U+80bf, U+80c3, U+81c0, U+820c, U+82ac, U+82af, U+82cd, U+82d7, U+838e, U+839e, U+8404, U+84b8, U+852c, U+8587, U+85aa, U+8650, U+8679, U+86c7, U+8702, U+87ba, U+886b, U+8870, U+8c10, U+8c23, U+8c6b, U+8d3e, U+8d4b-8d4c, U+8d64, U+8d6b, U+8d74, U+8e29, U+8f69, U+8f74, U+8fb0, U+8fdf, U+901b, U+9038, U+9093, U+90aa, U+9171, U+9489, U+94ae, U+94c3, U+9508, U+9510, U+9601, U+9614, U+9675, U+97f5, U+9888, U+98d8, U+9971, U+9aa4, U+9e3f, U+9e45, U+9e4f, U+9e70, U+9f7f, U+e715;
	src: url("../fonts/noto-serif-sc-108-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-108-400-normal.woff") format("woff");
}

/* noto-serif-sc-109-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+a5, U+2022, U+2192, U+2605, U+4e11, U+4e22, U+4e32, U+4f0d, U+4f0f, U+4f69, U+4ff1, U+50b2, U+5154, U+51dd, U+51f0, U+5211, U+5269, U+533f, U+5366-5367, U+5389, U+5413, U+5440, U+5446, U+5561, U+574a, U+5751, U+57ab, U+5806, U+5821, U+582a, U+58f3, U+5938, U+5948, U+5978, U+59d1, U+5a03, U+5a07, U+5ac1, U+5acc, U+5ae9, U+5bb4, U+5bc4, U+5c3f, U+5e3d, U+5e7d, U+5f92, U+5faa, U+5fe0, U+5ffd, U+6016, U+60a0, U+60dc, U+60e8, U+614e, U+6212, U+6284, U+62c6, U+62d3-62d4, U+63f4, U+642c, U+6478, U+6491-6492, U+64e6, U+6591, U+65a4, U+664b, U+6735, U+6746, U+67f1, U+67f3, U+6842, U+68af, U+68c9, U+68cb, U+6a31, U+6b3a, U+6bc1, U+6c0f, U+6c27, U+6c57, U+6cc4, U+6ce5, U+6d2a, U+6d66, U+6d69, U+6daf, U+6e58, U+6ecb, U+6ef4, U+707e, U+7092, U+70ab, U+71d5, U+7275, U+7384, U+73b2, U+7434, U+74e6, U+74f7, U+75bc, U+76c8, U+76d0, U+7709, U+77ac, U+7855, U+78a7, U+78c1, U+7a77, U+7b79, U+7c92, U+7cae, U+7cd5, U+7ea4, U+7eb5, U+7ebd, U+7f5a, U+7fd4, U+7ffc, U+8083, U+8096, U+80a0, U+80d6, U+80de, U+8102, U+8109, U+810f, U+8179, U+8292, U+82b3, U+8352, U+8361, U+83cc, U+841d, U+8461, U+8482, U+8521, U+857e, U+866b, U+8776, U+8896, U+889c, U+88f8, U+8a9e, U+8bc8, U+8bf8, U+8c0b, U+8c28, U+8d2b, U+8d2f, U+8d37, U+8d3a, U+8d54, U+8dc3, U+8dcc, U+8df5, U+8e0f, U+8e48, U+8f86, U+8f88, U+8f9e, U+8fc1, U+8fc8, U+8feb, U+9065, U+90a6, U+90bb, U+90c1, U+94dc, U+9521, U+9676, U+96d5, U+970d, U+9897, U+997c, U+9a70, U+9a76, U+9a9a, U+9ad4, U+9e23, U+9e7f, U+9f3b, U+e675, U+e6b9, U+ffe5;
	src: url("../fonts/noto-serif-sc-109-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-109-400-normal.woff") format("woff");
}

/* noto-serif-sc-110-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+300c-300d, U+4e54, U+4e58, U+4e95, U+4ec1, U+4f2f, U+4f38, U+4fa3, U+4fca, U+503e, U+5141, U+5144, U+517c, U+51cc, U+51ed, U+5242, U+52b2, U+52d2, U+52e4, U+540a, U+5439, U+5448, U+5496, U+54ed, U+5565, U+5761, U+5766, U+58ee, U+593a, U+594b, U+594f, U+5954, U+5996, U+59c6, U+59ff, U+5b64, U+5bff, U+5c18, U+5c1d, U+5c97, U+5ca9, U+5cb8, U+5e9f, U+5ec9, U+5f04, U+5f7b, U+5fa1, U+5fcd, U+6012, U+60a6, U+60ac, U+60b2, U+60ef, U+626e, U+6270, U+6276, U+62d6, U+62dc, U+6316, U+632f, U+633a, U+6355, U+63aa, U+6447, U+649e, U+64c5, U+654c, U+65c1, U+65cb, U+65e6, U+6606, U+6731, U+675c, U+67cf, U+67dc, U+6846, U+6b8b, U+6beb, U+6c61, U+6c88, U+6cbf, U+6cdb, U+6cea, U+6d45, U+6d53, U+6d74, U+6d82, U+6da8, U+6db5, U+6deb, U+6eda, U+6ee8, U+6f0f, U+706d, U+708e, U+70ae, U+70bc, U+70c2, U+70e6, U+7237-7238, U+72fc, U+730e, U+731b, U+739b, U+73bb, U+7483, U+74dc, U+74f6, U+7586, U+7626, U+775b, U+77ff, U+788e, U+78b0, U+7956, U+7965, U+79e6, U+7af9, U+7bee, U+7c97, U+7eb1, U+7eb7, U+7ed1, U+7ed5, U+7f6a, U+7f72, U+7fbd, U+8017, U+808c, U+80a9, U+80c6, U+80ce, U+8150, U+8170, U+819c, U+820d, U+8230, U+8239, U+827e, U+8377, U+8389, U+83b2, U+8428, U+8463, U+867e, U+88c2, U+88d9, U+8986, U+8bca, U+8bde, U+8c13, U+8c8c, U+8d21, U+8d24, U+8d56, U+8d60, U+8d8b, U+8db4, U+8e2a, U+8f68, U+8f89, U+8f9b, U+8fa8, U+8fbd, U+9003, U+90ce, U+90ed, U+9189, U+94bb, U+9505, U+95f9, U+963b, U+9655, U+966a, U+9677, U+96fe, U+9896, U+99a8, U+9a71, U+9a82, U+9a91, U+9b45, U+9ece, U+9f20, U+feff, U+ff0d;
	src: url("../fonts/noto-serif-sc-110-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-110-400-normal.woff") format("woff");
}

/* noto-serif-sc-111-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+4e4c, U+4e88, U+4ea1, U+4ea6, U+4ed3-4ed4, U+4eff, U+4f30, U+4fa7, U+4fc4, U+4fd7, U+500d, U+504f, U+5076-5077, U+517d, U+5192, U+51c9, U+51ef, U+5238, U+5251, U+526a, U+52c7, U+52df, U+52ff, U+53a6, U+53a8, U+53ec, U+5410, U+559d, U+55b7, U+5634, U+573e, U+5783, U+585e, U+586b, U+58a8, U+5999, U+59d3, U+5a1c, U+5a46, U+5b54-5b55, U+5b85, U+5b8b, U+5b8f, U+5bbf, U+5bd2, U+5c16, U+5c24, U+5e05, U+5e45, U+5e7c, U+5e84, U+5f03, U+5f1f, U+5f31, U+5f84, U+5f90, U+5fbd, U+5fc6, U+5fd9, U+5fe7, U+6052, U+6062, U+6089, U+60a3, U+60d1, U+6167, U+622a, U+6234, U+624e, U+6269, U+626c, U+62b5, U+62d2, U+6325, U+63e1, U+643a, U+6446, U+6562, U+656c, U+65e2, U+65fa, U+660c, U+6628, U+6652, U+6668, U+6676, U+66fc, U+66ff, U+6717, U+676d, U+67aa, U+67d4, U+6843, U+6881, U+68d2, U+695a, U+69fd, U+6a2a, U+6b8a, U+6c60, U+6c64, U+6c9f, U+6caa, U+6cc9, U+6ce1, U+6cfd, U+6d1b, U+6d1e, U+6d6e, U+6de1, U+6e10, U+6e7f, U+6f5c, U+704c, U+7070, U+7089, U+70b8, U+718a, U+71c3, U+723d, U+732a, U+73cd, U+7518, U+756a, U+75af, U+75be, U+75c7, U+76d2, U+76d7, U+7763, U+78e8, U+795d, U+79df, U+7c4d, U+7d2f, U+7ee9, U+7f13, U+7f8a, U+8000, U+8010, U+80af, U+80f6, U+80f8, U+8212, U+8273, U+82f9, U+83ab, U+83b1, U+83f2, U+8584, U+871c, U+8861, U+888b, U+88c1, U+88e4, U+8bd1, U+8bf1, U+8c31, U+8d5a, U+8d75-8d76, U+8de8, U+8f85, U+8fa3, U+8fc5, U+9006, U+903c, U+904d, U+9075, U+9178, U+9274, U+950b, U+9526, U+95ea, U+9636, U+9686, U+978b, U+987f, U+9a7e, U+9b42, U+9e1f, U+9ea6, U+9f13, U+9f84, U+ff5e;
	src: url("../fonts/noto-serif-sc-111-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-111-400-normal.woff") format("woff");
}

/* noto-serif-sc-112-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+23, U+3d, U+4e01, U+4e39, U+4e73, U+4ecd, U+4ed9, U+4eea, U+4f0a, U+4f1f, U+4f5b, U+4fa0, U+4fc3, U+501f, U+50a8, U+515a, U+5175, U+51a0, U+51c0, U+51e1, U+51e4, U+5200, U+520a, U+5224, U+523a, U+52aa, U+52b1, U+52b3, U+5348, U+5353, U+5360, U+5371, U+5377, U+539a, U+541b, U+5434, U+547c, U+54e6, U+5510, U+5531, U+5609, U+56f0, U+56fa, U+5733, U+574f, U+5851, U+5854, U+5899, U+58c1, U+592e, U+5939, U+5976, U+5986, U+59bb, U+5a18, U+5a74, U+5b59, U+5b87, U+5b97, U+5ba0, U+5bab, U+5bbd-5bbe, U+5bf8, U+5c0a, U+5c3a, U+5c4a, U+5e16, U+5e1d, U+5e2d, U+5e8a, U+6015, U+602a, U+6050, U+6069, U+6162, U+61c2, U+6293, U+6297, U+62b1, U+62bd, U+62df, U+62fc, U+6302, U+635f, U+638c, U+63ed, U+6458, U+6469, U+6563, U+6620, U+6653, U+6696-6697, U+66dd, U+675f, U+676f-6770, U+67d0, U+67d3, U+684c, U+6865, U+6885, U+68b0, U+68ee, U+690d, U+6b23, U+6b32, U+6bd5, U+6c89, U+6d01, U+6d25, U+6d89, U+6da6, U+6db2, U+6df7, U+6ed1, U+6f02, U+70c8, U+70df, U+70e7, U+7126, U+7236, U+7259, U+731c, U+745e, U+74e3, U+751a, U+751c, U+7532, U+7545, U+75db, U+7761, U+7a0d, U+7b51, U+7ca4, U+7cd6, U+7d2b, U+7ea0, U+7eb9, U+7ed8, U+7f18, U+7f29, U+8033, U+804a, U+80a4-80a5, U+80e1, U+817f, U+829d, U+82e6, U+8336, U+840c, U+8499, U+864e, U+8651, U+865a, U+88ad, U+89e6, U+8bd7, U+8bfa, U+8c37, U+8d25, U+8d38, U+8ddd, U+8fea, U+9010, U+9012, U+906d, U+907f-9080, U+90d1, U+9177, U+91ca, U+94fa, U+9501, U+9634-9635, U+9694, U+9707, U+9738, U+9769, U+9a7b, U+9a97, U+9aa8, U+9b3c, U+9c81, U+9ed8;
	src: url("../fonts/noto-serif-sc-112-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-112-400-normal.woff") format("woff");
}

/* noto-serif-sc-113-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+26, U+3c, U+d7, U+4e4e, U+4e61, U+4e71, U+4ebf, U+4ee4, U+4f26, U+5012, U+51ac, U+51b0, U+51b2, U+51b7, U+5218, U+521a, U+5220, U+5237, U+523b, U+526f, U+5385, U+53bf, U+53e5, U+53eb, U+53f3, U+53f6, U+5409, U+5438, U+54c8, U+54e5, U+552f, U+5584, U+5706, U+5723, U+5750, U+575a, U+5987-5988, U+59b9, U+59d0, U+59d4, U+5b88, U+5b9c, U+5bdf, U+5bfb, U+5c01, U+5c04, U+5c3e, U+5c4b, U+5c4f, U+5c9b, U+5cf0, U+5ddd, U+5de6, U+5de8, U+5e01, U+5e78, U+5e7b, U+5e9c, U+5ead, U+5ef6, U+5f39, U+5fd8, U+6000, U+6025, U+604b, U+6076, U+613f, U+6258, U+6263, U+6267, U+6298, U+62a2, U+62e5, U+62ec, U+6311, U+6377, U+6388-6389, U+63a2, U+63d2, U+641e, U+642d, U+654f, U+6551, U+6597, U+65cf, U+65d7, U+65e7, U+6682, U+66f2, U+671d, U+672b, U+6751, U+6768, U+6811, U+6863, U+6982, U+6bd2, U+6cf0, U+6d0b, U+6d17, U+6d59, U+6dd8, U+6dfb, U+6e7e, U+6f6e, U+6fb3, U+706f, U+719f, U+72af, U+72d0, U+72d7, U+732b, U+732e, U+7389, U+73e0, U+7530, U+7687, U+76d6, U+76db, U+7840, U+786c, U+79cb, U+79d2, U+7a0e, U+7a33, U+7a3f, U+7a97, U+7ade-7adf, U+7b26, U+7e41, U+7ec3, U+7f3a, U+8089, U+80dc, U+811a, U+8131, U+8138, U+821e, U+8349, U+83dc, U+8457, U+867d, U+86cb, U+8a89, U+8ba8, U+8bad, U+8bef, U+8bfe, U+8c6a, U+8d1d, U+8d4f, U+8d62, U+8dd1, U+8df3, U+8f6e, U+8ff9, U+900f, U+9014, U+9057, U+9192, U+91ce, U+9488, U+94a2, U+9547, U+955c, U+95f2, U+9644, U+964d, U+96c4-96c5, U+96e8, U+96f6-96f7, U+9732, U+9759, U+9760, U+987a, U+989c, U+9910, U+996d-996e, U+9b54, U+9e21, U+9ebb, U+9f50;
	src: url("../fonts/noto-serif-sc-113-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-113-400-normal.woff") format("woff");
}

/* noto-serif-sc-114-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+7e, U+2026, U+4e03, U+4e25, U+4e30, U+4e34, U+4e45, U+4e5d, U+4e89, U+4eae, U+4ed8, U+4f11, U+4f19, U+4f24, U+4f34, U+4f59, U+4f73, U+4f9d, U+4fb5, U+5047, U+505c, U+5170, U+519c, U+51cf, U+5267, U+5356, U+5374, U+5382, U+538b, U+53e6, U+5426, U+542b, U+542f, U+5462, U+5473, U+554a, U+5566, U+5708, U+571f, U+5757, U+57df, U+57f9, U+5802, U+590f, U+591c, U+591f, U+592b, U+5965, U+5979, U+5a01, U+5a5a, U+5b69, U+5b81, U+5ba1, U+5ba3, U+5c3c, U+5c42, U+5c81, U+5de7, U+5dee, U+5e0c, U+5e10, U+5e55, U+5e86, U+5e8f, U+5ea7, U+5f02, U+5f52, U+5f81, U+5ff5, U+60ca, U+60e0, U+6279, U+62c5, U+62ff, U+63cf, U+6444, U+64cd, U+653b, U+65bd, U+65e9, U+665a, U+66b4, U+66fe, U+6728, U+6740, U+6742, U+677e, U+67b6, U+680f, U+68a6, U+68c0, U+699c, U+6b4c, U+6b66, U+6b7b, U+6bcd, U+6bdb, U+6c38, U+6c47, U+6c49, U+6cb3, U+6cb9, U+6ce2, U+6d32, U+6d3e, U+6d4f, U+6e56, U+6fc0, U+7075, U+7206, U+725b, U+72c2, U+73ed, U+7565, U+7591, U+7597, U+75c5, U+76ae, U+76d1, U+76df, U+7834, U+7968, U+7981, U+79c0, U+7a7f, U+7a81, U+7ae5, U+7b14, U+7c89, U+7d27, U+7eaf, U+7eb3, U+7eb8, U+7ec7, U+7ee7, U+7eff, U+7f57, U+7ffb, U+805a, U+80a1, U+822c, U+82cf, U+82e5, U+8363, U+836f, U+84dd, U+878d, U+8840, U+8857, U+8863, U+8865, U+8b66, U+8bb2, U+8bda, U+8c01, U+8c08, U+8c46, U+8d1f, U+8d35, U+8d5b, U+8d5e, U+8da3, U+8ddf, U+8f93, U+8fdd, U+8ff0, U+8ff7, U+8ffd, U+9000, U+9047, U+9152, U+949f, U+94c1, U+94f6, U+9646, U+9648, U+9669, U+969c, U+96ea, U+97e9, U+987b, U+987e, U+989d, U+9970, U+9986, U+9c7c, U+9c9c;
	src: url("../fonts/noto-serif-sc-114-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-114-400-normal.woff") format("woff");
}

/* noto-serif-sc-115-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+25, U+4e14, U+4e1d, U+4e3d, U+4e49, U+4e60, U+4e9a, U+4eb2, U+4ec5, U+4efd, U+4f3c, U+4f4f, U+4f8b, U+4fbf, U+5019, U+5145, U+514b, U+516b, U+516d, U+5174, U+5178, U+517b, U+5199, U+519b, U+51b3, U+51b5, U+5207, U+5212, U+5219, U+521d, U+52bf, U+533b, U+5343, U+5347, U+534a, U+536b, U+5370, U+53e4, U+53f2, U+5403, U+542c, U+547d, U+54a8, U+54cd, U+54ea, U+552e, U+56f4, U+5747, U+575b, U+5883, U+589e, U+5931, U+5947, U+5956-5957, U+5a92, U+5b63, U+5b83, U+5ba4, U+5bb3, U+5bcc, U+5c14, U+5c1a, U+5c3d, U+5c40, U+5c45, U+5c5e, U+5df4, U+5e72, U+5e95, U+5f80, U+5f85, U+5fb7, U+5fd7, U+601d, U+626b, U+627f, U+62c9, U+62cd, U+6309, U+63a7, U+6545, U+65ad, U+65af, U+65c5, U+666e, U+667a, U+670b, U+671b, U+674e, U+677f, U+6781, U+6790, U+6797, U+6821, U+6838-6839, U+697c, U+6b27, U+6b62, U+6bb5, U+6c7d, U+6c99, U+6d4e, U+6d6a, U+6e29, U+6e2f, U+6ee1, U+6f14, U+6f2b, U+72b6, U+72ec, U+7387, U+7533, U+753b, U+76ca, U+76d8, U+7701, U+773c, U+77ed, U+77f3, U+7814, U+793c, U+79bb, U+79c1, U+79d8, U+79ef, U+79fb, U+7a76, U+7b11, U+7b54, U+7b56, U+7b97, U+7bc7, U+7c73, U+7d20, U+7eaa, U+7ec8, U+7edd, U+7eed, U+7efc, U+7fa4, U+804c, U+8058, U+80cc, U+8111, U+817e, U+826f, U+8303, U+843d, U+89c9, U+89d2, U+8ba2, U+8bbf, U+8bc9, U+8bcd, U+8be6, U+8c22, U+8c61, U+8d22, U+8d26-8d27, U+8d8a, U+8f6f, U+8f7b, U+8f83, U+8f91, U+8fb9, U+8fd4, U+8fdc, U+9002, U+94b1, U+9519, U+95ed, U+961f, U+9632-9633, U+963f, U+968f-9690, U+96be, U+9876, U+9884, U+98de, U+9988, U+9999, U+9ec4, U+ff1b;
	src: url("../fonts/noto-serif-sc-115-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-115-400-normal.woff") format("woff");
}

/* noto-serif-sc-116-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+2b, U+40, U+3000, U+300a-300b, U+4e16, U+4e66, U+4e70, U+4e91-4e92, U+4e94, U+4e9b, U+4ec0, U+4eca, U+4f01, U+4f17-4f18, U+4f46, U+4f4e, U+4f9b, U+4fee, U+503c, U+5065, U+50cf, U+513f, U+5148, U+518d, U+51c6, U+51e0, U+5217, U+529e-529f, U+5341, U+534f, U+5361, U+5386, U+53c2, U+53c8, U+53cc, U+53d7-53d8, U+5404, U+5411, U+5417, U+5427, U+5468, U+559c, U+5668, U+56e0, U+56e2, U+56ed, U+5740, U+57fa, U+58eb, U+5904, U+592a, U+59cb, U+5a31, U+5b58, U+5b9d, U+5bc6, U+5c71, U+5dde, U+5df1, U+5e08, U+5e26, U+5e2e, U+5e93, U+5e97, U+5eb7, U+5f15, U+5f20, U+5f3a, U+5f62, U+5f69, U+5f88, U+5f8b, U+5fc5, U+600e, U+620f, U+6218, U+623f, U+627e, U+628a, U+62a4, U+62db, U+62e9, U+6307, U+6362, U+636e, U+64ad, U+6539, U+653f, U+6548, U+6574, U+6613, U+6625, U+663e, U+666f, U+672a, U+6750, U+6784, U+6a21, U+6b3e, U+6b65, U+6bcf, U+6c11, U+6c5f, U+6d4b, U+6df1, U+706b, U+7167, U+724c, U+738b, U+73a9, U+73af, U+7403, U+7537, U+754c, U+7559, U+767d, U+7740, U+786e, U+795e, U+798f, U+79f0, U+7aef, U+7b7e, U+7bb1, U+7ea2, U+7ea6, U+7ec4, U+7ec6, U+7ecd, U+7edc, U+7ef4, U+8003, U+80b2, U+81f3-81f4, U+822a, U+827a, U+82f1, U+83b7, U+8425, U+89c2, U+89c8, U+8ba9, U+8bb8, U+8bc6, U+8bd5, U+8be2, U+8be5, U+8bed, U+8c03, U+8d23, U+8d2d, U+8d34, U+8d70, U+8db3, U+8fbe, U+8fce, U+8fd1, U+8fde, U+9001, U+901f-9020, U+90a3, U+914d, U+91c7, U+94fe, U+9500, U+952e, U+9605, U+9645, U+9662, U+9664, U+9700, U+9752, U+975e, U+97f3, U+9879, U+9886, U+98df, U+9a6c, U+9a8c, U+9ed1, U+9f99;
	src: url("../fonts/noto-serif-sc-116-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-116-400-normal.woff") format("woff");
}

/* noto-serif-sc-117-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+4e, U+201c-201d, U+3010-3011, U+4e07, U+4e1c, U+4e24, U+4e3e, U+4e48, U+4e50, U+4e5f, U+4e8b-4e8c, U+4ea4, U+4eab-4eac, U+4ecb, U+4ece, U+4ed6, U+4ee3, U+4ef6-4ef7, U+4efb, U+4f20, U+4f55, U+4f7f, U+4fdd, U+505a, U+5143, U+5149, U+514d, U+5171, U+5177, U+518c, U+51fb, U+521b, U+5229, U+522b, U+52a9, U+5305, U+5317, U+534e, U+5355, U+5357, U+535a, U+5373, U+539f, U+53bb, U+53ca, U+53cd, U+53d6, U+53e3, U+53ea, U+53f0, U+5458, U+5546, U+56db, U+573a, U+578b, U+57ce, U+58f0, U+590d, U+5934, U+5973, U+5b57, U+5b8c, U+5b98, U+5bb9, U+5bfc, U+5c06, U+5c11, U+5c31, U+5c55, U+5df2, U+5e03, U+5e76, U+5e94, U+5efa, U+5f71, U+5f97, U+5feb, U+6001, U+603b, U+60f3, U+611f, U+6216, U+624d, U+6253, U+6295, U+6301, U+6392, U+641c, U+652f, U+653e, U+6559, U+6599, U+661f, U+671f, U+672f, U+6761, U+67e5, U+6807, U+6837, U+683c, U+6848, U+6b22, U+6b64, U+6bd4, U+6c14, U+6c34, U+6c42, U+6ca1, U+6d41, U+6d77, U+6d88, U+6e05, U+6e38, U+6e90, U+7136, U+7231, U+7531, U+767e, U+76ee, U+76f4, U+771f, U+7801, U+793a, U+79cd, U+7a0b, U+7a7a, U+7acb, U+7ae0, U+7b2c, U+7b80, U+7ba1, U+7cbe, U+7d22, U+7ea7, U+7ed3, U+7ed9, U+7edf, U+7f16, U+7f6e, U+8001, U+800c, U+8272, U+8282, U+82b1, U+8350, U+88ab, U+88c5, U+897f, U+89c1, U+89c4, U+89e3, U+8a00, U+8ba1, U+8ba4, U+8bae-8bb0, U+8bbe, U+8bc1, U+8bc4, U+8bfb, U+8d28, U+8d39, U+8d77, U+8d85, U+8def, U+8eab, U+8f66, U+8f6c, U+8f7d, U+8fd0, U+9009, U+90ae, U+90fd, U+91cc-91cd, U+91cf, U+95fb, U+9650, U+96c6, U+9891, U+98ce, U+ff1f;
	src: url("../fonts/noto-serif-sc-117-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-117-400-normal.woff") format("woff");
}

/* noto-serif-sc-118-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+d, U+3e, U+5f, U+7c, U+a0, U+a9, U+4e09-4e0b, U+4e0d-4e0e, U+4e13, U+4e1a, U+4e2a, U+4e3a-4e3b, U+4e4b, U+4e86, U+4e8e, U+4ea7, U+4eba, U+4ee5, U+4eec, U+4f1a, U+4f4d, U+4f53, U+4f5c, U+4f60, U+4fe1, U+5165, U+5168, U+516c, U+5173, U+5176, U+5185, U+51fa, U+5206, U+5230, U+5236, U+524d, U+529b, U+52a0-52a1, U+52a8, U+5316, U+533a, U+53cb, U+53d1, U+53ef, U+53f7-53f8, U+5408, U+540c-540e, U+544a, U+548c, U+54c1, U+56de, U+56fd-56fe, U+5728, U+5730, U+5907, U+5916, U+591a, U+5927, U+5929, U+597d, U+5982, U+5b50, U+5b66, U+5b89, U+5b9a, U+5b9e, U+5ba2, U+5bb6, U+5bf9, U+5c0f, U+5de5, U+5e02, U+5e38, U+5e73-5e74, U+5e7f, U+5ea6, U+5f00, U+5f0f, U+5f53, U+5f55, U+5fae, U+5fc3, U+6027, U+606f, U+60a8, U+60c5, U+610f, U+6210-6211, U+6237, U+6240, U+624b, U+6280, U+62a5, U+63a5, U+63a8, U+63d0, U+6536, U+6570, U+6587, U+65b9, U+65e0, U+65f6, U+660e, U+662d, U+662f, U+66f4, U+6700, U+670d, U+672c, U+673a, U+6743, U+6765, U+679c, U+682a, U+6b21, U+6b63, U+6cbb, U+6cd5, U+6ce8, U+6d3b, U+70ed, U+7247-7248, U+7269, U+7279, U+73b0, U+7406, U+751f, U+7528, U+7535, U+767b, U+76f8, U+770b, U+77e5, U+793e, U+79d1, U+7ad9, U+7b49, U+7c7b, U+7cfb, U+7ebf, U+7ecf, U+7f8e, U+8005, U+8054, U+80fd, U+81ea, U+85cf, U+884c, U+8868, U+8981, U+89c6, U+8bba, U+8bdd, U+8bf4, U+8bf7, U+8d44, U+8fc7, U+8fd8-8fd9, U+8fdb, U+901a, U+9053, U+90e8, U+91d1, U+957f, U+95e8, U+95ee, U+95f4, U+9762, U+9875, U+9898, U+9996, U+9ad8, U+ff01, U+ff08-ff09;
	src: url("../fonts/noto-serif-sc-118-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-118-400-normal.woff") format("woff");
}

/* noto-serif-sc-119-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+20-22, U+27-2a, U+2c-3b, U+3f, U+41-4d, U+4f-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2, U+b7, U+bb, U+df-e5, U+e7-ea, U+ec-ed, U+f1-f4, U+f6, U+f9-fa, U+fc, U+101, U+103, U+113, U+12b, U+148, U+14d, U+16b, U+1ce, U+1d0, U+300-301, U+1ebf, U+1ec7, U+2013-2014, U+2039-203a, U+2122, U+3001-3002, U+3042, U+3044, U+3046, U+3048, U+304a-3055, U+3057, U+3059-305b, U+305d, U+305f-3061, U+3063-306b, U+306d-3073, U+3075-3076, U+3078-3079, U+307b, U+307e-307f, U+3081-308d, U+308f, U+3092-3093, U+30a1-30a4, U+30a6-30bb, U+30bd, U+30bf-30c1, U+30c3-30c4, U+30c6-30cb, U+30cd-30d7, U+30d9-30e1, U+30e3-30e7, U+30e9-30ed, U+30ef, U+30f3, U+30fb-30fc, U+4e00, U+4e2d, U+65b0, U+65e5, U+6708-6709, U+70b9, U+7684, U+7f51, U+ff0c, U+ff0e, U+ff1a;
	src: url("../fonts/noto-serif-sc-119-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-119-400-normal.woff") format("woff");
}

/* noto-serif-sc-latin-400-normal */
@font-face {
	font-family: "Noto Serif SC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	src: url("../fonts/noto-serif-sc-latin-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-sc-latin-400-normal.woff") format("woff");
}

/* noto-sans-hk-cyrillic-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	src: url("../fonts/noto-sans-hk-cyrillic-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-0-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+28eb2-28eb3, U+28ed9, U+28ee7, U+28fc5, U+29079, U+29088, U+2908b, U+29093, U+290af-290b1, U+290c0, U+290e4-290e5, U+290ec-290ed, U+2910d, U+29110, U+2913c, U+2914d, U+2915b, U+2915e, U+29170, U+2919c, U+291a8, U+291d5, U+291eb, U+2941d, U+29420, U+29433, U+2943f, U+29448, U+294d0, U+294d9-294da, U+294e5, U+294e7, U+2959e, U+295b0, U+295b8, U+295d7, U+295e9, U+295f4, U+29720, U+29732, U+297d4, U+29810, U+29857, U+298a4, U+298d1, U+298ea, U+298f1, U+298fa, U+29903, U+29905, U+2992f, U+29945, U+29947-29949, U+2995d, U+2996a, U+2999d, U+299c3, U+299c9, U+29a28, U+29a4d, U+29b05, U+29b0e, U+29bd5, U+29c73, U+29cad, U+29d3e, U+29d5a, U+29d7c, U+29d98, U+29d9b, U+29df6, U+29e06, U+29e2d, U+29e68, U+29eac, U+29eb0, U+29ec3, U+29ef8, U+29f23, U+29f30, U+29fb7, U+29fde, U+2a014, U+2a087, U+2a0b9, U+2a0e1, U+2a0ed, U+2a0f3, U+2a0f8, U+2a0fe, U+2a107, U+2a123, U+2a133-2a134, U+2a150, U+2a192-2a193, U+2a1ab, U+2a1b4-2a1b5, U+2a1df, U+2a1f5, U+2a220, U+2a233, U+2a293, U+2a29f, U+2a2b2, U+2a2b4, U+2a2b6, U+2a2ba, U+2a2bd, U+2a2df, U+2a2ff, U+2a351, U+2a3a9, U+2a3ed, U+2a434, U+2a45b, U+2a5c6, U+2a5cb, U+2a601, U+2a632, U+2a64a, U+2a65b, U+2a6a9, U+2adff, U+2f825, U+2f83b, U+2f840, U+2f878, U+2f894, U+2f8a6, U+2f8cd, U+2f994, U+2f9b2, U+2f9bc, U+2f9d4, U+f0001-f0005, U+f0019, U+f009b, U+f0101-f0104, U+f012b, U+f01ba, U+f01d6, U+f0209, U+f0217, U+f0223-f0224, U+fc355, U+fe327, U+fe517, U+feb97, U+fffb4;
	src: url("../fonts/noto-sans-hk-0-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-1-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+28189, U+281af, U+281bc, U+28207, U+28218, U+2821a, U+28256, U+2827c, U+2829b, U+282cd, U+282e2, U+28306, U+28318, U+2832f, U+2833a, U+28365, U+2836d, U+2837d, U+2838a, U+28412, U+28468, U+2846c, U+28473, U+28482, U+28501, U+2853c-2853d, U+2856c, U+285e8, U+285f4, U+28600, U+2860b, U+28625, U+2863b, U+286aa-286ab, U+286b2, U+286bc, U+286d8, U+286e6, U+2870f, U+28713, U+28804, U+2882b, U+2890d, U+28933, U+28948-28949, U+28956, U+28964, U+28968, U+2896c-2896d, U+2897e, U+28989, U+2898d, U+289a8, U+289aa-289ab, U+289b8, U+289bc, U+289c0, U+289dc, U+289de, U+289e1, U+289e3-289e4, U+289e7-289e8, U+289f9-289fc, U+28a0f, U+28a16, U+28a25, U+28a29, U+28a32, U+28a36, U+28a44-28a4b, U+28a59-28a5a, U+28a81-28a83, U+28a9a-28a9c, U+28ac0, U+28ac6, U+28acb-28acc, U+28ace, U+28ade-28ae3, U+28ae5, U+28aea, U+28afc, U+28b0c, U+28b13, U+28b21-28b22, U+28b2b-28b2d, U+28b2f, U+28b46, U+28b4c, U+28b4e, U+28b50, U+28b63-28b66, U+28b6c, U+28b8f, U+28b99, U+28b9c-28b9d, U+28bb9, U+28bc2, U+28bc5, U+28bd4, U+28bd7, U+28bd9-28bda, U+28be7-28bec, U+28bf5, U+28bff, U+28c03, U+28c09, U+28c1c-28c1d, U+28c23, U+28c26, U+28c2b, U+28c30, U+28c39, U+28c3b, U+28cca, U+28ccd, U+28cd2, U+28d34, U+28d99, U+28db9, U+28e0f, U+28e36, U+28e39, U+28e65-28e66, U+28e97, U+28eac;
	src: url("../fonts/noto-sans-hk-1-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-2-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+26da0-26da7, U+26dae, U+26ddc, U+26dea-26deb, U+26df0, U+26e00, U+26e05, U+26e07, U+26e12, U+26e42-26e45, U+26e6e, U+26e72, U+26e77, U+26e84, U+26e88, U+26e8b, U+26e99, U+26ed0-26ed7, U+26f26, U+26f73-26f74, U+26f9f, U+26fa1, U+26fbe, U+26fde-26fdf, U+2700e, U+2704b, U+27052-27053, U+27088, U+270ad-270af, U+270cd, U+270d2, U+270f0, U+270f8, U+27109, U+2710c-2710d, U+27126-27127, U+27164-27165, U+27175, U+271cd, U+2721b, U+27267, U+27280, U+27285, U+2728b, U+272b2, U+272b6, U+272e6, U+27352, U+2739a, U+273ff, U+27422, U+27450, U+27484, U+27486, U+27574, U+275a3, U+275e0, U+275e4, U+275fd-275fe, U+27607, U+2760c, U+27632, U+27639, U+27655-27657, U+27694, U+2770f, U+27735-27736, U+27741, U+2775e, U+27784-27785, U+277cc, U+27858, U+27870, U+2789d, U+278b2, U+278c8, U+27924, U+27967, U+2797a, U+279a0, U+279dd, U+279fd, U+27a0a, U+27a0e, U+27a3e, U+27a53, U+27a59, U+27a79, U+27a84, U+27abd-27abe, U+27af4, U+27b06, U+27b0b, U+27b18, U+27b38-27b3a, U+27b48, U+27b65, U+27bef, U+27bf4, U+27c12, U+27c6c, U+27cb1, U+27cc5, U+27d2f, U+27d53-27d54, U+27d66, U+27d73, U+27d84, U+27d8f, U+27d98, U+27dbd, U+27ddc, U+27e4d, U+27e4f, U+27f2e, U+27ff9, U+28002, U+28009, U+2801e, U+28023-28024, U+28048, U+28083, U+28090, U+280bd-280be, U+280e8-280e9, U+280f4, U+2812e, U+2814f, U+2815d, U+2816f;
	src: url("../fonts/noto-sans-hk-2-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-3-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+25a9c, U+25aae-25aaf, U+25ae9, U+25b74, U+25b89, U+25bb3-25bb4, U+25bc6, U+25be4, U+25be8, U+25c01, U+25c06, U+25c21, U+25c4a, U+25c65, U+25c91, U+25ca4, U+25cc0-25cc1, U+25cfe, U+25d20, U+25d30, U+25d43, U+25d99, U+25db9, U+25e0e, U+25e49, U+25e81-25e83, U+25ea6, U+25ebc, U+25ed7-25ed8, U+25f1a, U+25f4b, U+25fe1-25fe2, U+26021, U+26029, U+26048, U+26064, U+26083, U+26097, U+260a4-260a5, U+26102, U+26121, U+26159-2615c, U+261ad-261ae, U+261b2, U+261dd, U+26258, U+26261, U+2626a-2626b, U+262d0, U+26335, U+2634b-2634c, U+26351, U+263be, U+263f5, U+263f8, U+26402, U+26410-26412, U+2644a, U+26469, U+26484, U+26488-26489, U+2648d, U+26498, U+26512, U+26572, U+265a0, U+265ad, U+265bf, U+26612, U+26626, U+266af, U+266b1, U+266b5, U+266da, U+266e8, U+266fc, U+26716, U+26741, U+26799, U+267b3-267b4, U+267cc, U+2681c, U+26846, U+2685e, U+2686e, U+26888, U+2688a, U+26893, U+268c7, U+2690e, U+26911, U+26926, U+26939, U+26951, U+269a8, U+269b5, U+269f2, U+269fa, U+26a2d-26a2e, U+26a34, U+26a42, U+26a51-26a52, U+26b05, U+26b0a, U+26b13, U+26b15, U+26b23, U+26b28, U+26b50-26b53, U+26b5b, U+26b75, U+26b82, U+26b96-26b97, U+26b9d, U+26bb3, U+26bc0, U+26bf7, U+26c21, U+26c40-26c41, U+26c46, U+26c7e-26c82, U+26ca4, U+26cb7-26cb8, U+26cbd, U+26cc0, U+26cc3, U+26cd1, U+26d22-26d2a, U+26d51, U+26d74;
	src: url("../fonts/noto-sans-hk-3-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-4-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+249bb, U+249c5, U+249d0, U+249da, U+249de-249df, U+249e3, U+249e5, U+249ec-249ed, U+249f6-249f9, U+249fb, U+24a0e, U+24a12-24a13, U+24a15, U+24a21-24a2a, U+24a3e, U+24a42, U+24a45, U+24a4a, U+24a4e-24a51, U+24a5d, U+24a65-24a67, U+24a71, U+24a77-24a7a, U+24a8c, U+24a93-24a96, U+24aa4-24aa7, U+24ab1-24ab3, U+24aba-24abc, U+24ac0, U+24ac7, U+24aca, U+24ad1, U+24adf, U+24ae2, U+24ae9, U+24b0f, U+24b6e, U+24bf5, U+24c09, U+24c9e-24c9f, U+24cc9, U+24cd9, U+24d06, U+24d13, U+24db8, U+24dea-24deb, U+24e3b, U+24e50, U+24ea5, U+24ea7, U+24f0e, U+24f5c, U+24f82, U+24f86, U+24f97, U+24f9a, U+24fa9, U+24fb8, U+24fc2, U+2502c, U+25052, U+2509d, U+2512b, U+25148, U+2517d-2517e, U+251cd, U+251e3, U+251e6-251e7, U+25220-25221, U+25250, U+25299, U+252c7, U+252d8, U+2530e, U+25311, U+25313, U+25419, U+25425, U+2542f-25430, U+25446, U+2546c, U+2546e, U+2549a, U+25531, U+25535, U+2553f, U+2555b-2555e, U+25562, U+25565-25566, U+25581, U+25584, U+2558f, U+255b9, U+255d5, U+255db, U+255e0, U+25605, U+25635, U+25651, U+25683, U+25695, U+256e3, U+256f6, U+25706, U+2571d, U+25725, U+2573d, U+25772, U+257c7, U+257df-257e1, U+25857, U+2585d, U+25872, U+258c8, U+258de, U+258e1, U+25903, U+25946, U+25956, U+259ac, U+259cc, U+25a54, U+25a95;
	src: url("../fonts/noto-sans-hk-4-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-5-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+23f61, U+23f7f-23f82, U+23f8f, U+23fb4, U+23fb7, U+23fc0, U+23fc5, U+23feb-23ff0, U+24011, U+24039-2403d, U+24057, U+24085, U+2408b-2408d, U+24091, U+240c9, U+240e1, U+240ec, U+24104, U+2410f, U+24119, U+2413f-24140, U+24144, U+2414e, U+24155-24157, U+2415c, U+2415f, U+24161, U+24177, U+2417a, U+241a3-241a5, U+241ac, U+241b5, U+241cd, U+241e2, U+241fc, U+2421b, U+2424b, U+24256, U+24259, U+24276-24278, U+24284, U+24293, U+24295, U+242a5, U+242bf, U+242c1, U+242c9-242ca, U+242ee, U+242fa, U+2430d, U+2431a, U+24334, U+24348, U+24362-24365, U+2438c, U+24396, U+2439c, U+243bd, U+243c1, U+243e9-243ea, U+243f2, U+243f8, U+24404, U+24435-24436, U+2445a-2445b, U+24473, U+24487-24488, U+244b9, U+244bc, U+244ce, U+244d3, U+244d6, U+24505, U+24521, U+24578, U+245c8, U+24618, U+2462a, U+24665, U+24674, U+24697, U+246d4, U+24706, U+24725, U+2472f, U+2478f, U+247e0, U+24812, U+24823, U+24882, U+248e9, U+248f0-248f3, U+248fb, U+248ff-24901, U+2490c, U+24916-24917, U+24919, U+2492f, U+24933-24934, U+2493e-24943, U+24962-24963, U+24974-24976, U+2497b, U+2497f, U+24982, U+24988-2498f, U+24994, U+249a4, U+249a7, U+249a9, U+249ab-249ad, U+249b7-249ba;
	src: url("../fonts/noto-sans-hk-5-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-6-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+22e8b, U+22eb3, U+22eef, U+22f74, U+22fcc, U+22fe3, U+23033, U+23044, U+2304b, U+23066, U+2307d-2307e, U+2308e, U+230b7, U+230bc, U+230da, U+23103, U+2313d, U+2317d, U+23182, U+231a4-231a5, U+231b3, U+231c8-231c9, U+231ea, U+231f7-231f9, U+2320f, U+23225, U+2322f, U+23231-23234, U+23256, U+2325e, U+23262, U+23281, U+23289-2328a, U+232ab-232ad, U+232d2, U+232e0-232e1, U+23300, U+2330a, U+2331f, U+233b4, U+233cc, U+233de, U+233e6, U+233f4-233f5, U+233f9-233fa, U+233fe, U+23400, U+2343f, U+23450, U+2346f, U+23472, U+234e5, U+23519, U+23530, U+23551, U+2355a, U+23567, U+23595, U+23599, U+2359c, U+235bb, U+235cd-235cf, U+235f3, U+23600, U+23617, U+2361a, U+2363c, U+23640, U+23659, U+2365f, U+23677, U+2368e, U+2369e, U+236a6, U+236ad, U+236ba, U+236df, U+236ee, U+23703, U+23716, U+23720, U+2372d, U+2372f, U+2373f, U+23766, U+23781, U+237a2, U+237bc, U+237c2, U+237d5-237d7, U+2383a, U+239c2, U+23aa7, U+23adb, U+23aee, U+23afa, U+23b1a, U+23b5a, U+23c63, U+23c99-23c9b, U+23cb5, U+23cb7, U+23cc7-23cc9, U+23cfc-23cff, U+23d40, U+23d5b, U+23d7e, U+23d8f, U+23db6-23dbd, U+23de3, U+23df8, U+23e06, U+23e11, U+23e2c-23e31, U+23e39, U+23e88-23e8b, U+23eb9, U+23ebf, U+23ed7, U+23ef7-23efc, U+23f35, U+23f41, U+23f4a;
	src: url("../fonts/noto-sans-hk-6-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-7-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+21927, U+2193b, U+21944, U+21958, U+2196a, U+2197c, U+21980, U+21983, U+21988, U+21996, U+219db, U+219f3, U+21a2d, U+21a34, U+21a45, U+21a4b, U+21a63, U+21b44, U+21bc1-21bc2, U+21c2a, U+21c70, U+21ca2, U+21ca5, U+21cac, U+21d46, U+21d53, U+21d5e, U+21d90, U+21db6, U+21dba, U+21dca, U+21dd1, U+21deb, U+21df9, U+21e1c, U+21e23, U+21e37, U+21e3d, U+21e89, U+21ea4, U+21ea8, U+21ec8, U+21ed5, U+21f0f, U+21f15, U+21f6a, U+21f9e, U+21fa1, U+21fe8, U+22045, U+22049, U+2207e, U+2209a, U+220c7, U+220fc, U+2212a, U+2215b, U+22173, U+2217a, U+221a1, U+221c1, U+221c3, U+22208, U+2227c, U+22321, U+22325, U+223bd, U+223d0, U+223d7, U+223fa, U+22465, U+22471, U+2248b, U+22491, U+224b0, U+224bc, U+224c1, U+224c9, U+224cc, U+224ed, U+22513, U+2251b, U+22530, U+22554, U+2258d, U+225af, U+225be, U+2261b-2261c, U+2262b, U+22668, U+2267a, U+22696, U+22698, U+226f4-226f6, U+22712, U+22714, U+2271b, U+2271f, U+2272a, U+22775, U+22781, U+22796, U+227b4-227b5, U+227cd, U+22803, U+2285f-22860, U+22871, U+228ad, U+228c1, U+228f7, U+22926, U+22939, U+2294f, U+22967, U+2296b, U+22980, U+22993, U+22a66, U+22acf, U+22ad5, U+22ae6, U+22ae8, U+22b0e, U+22b22, U+22b3f, U+22b43, U+22b6a, U+22bca, U+22bce, U+22c26-22c27, U+22c38, U+22c4c, U+22c51, U+22c55, U+22c62, U+22c88, U+22c9b, U+22ca1, U+22ca9, U+22cb2, U+22cb7, U+22cc2, U+22cc6, U+22cc9, U+22d07-22d08, U+22d12, U+22d44, U+22d4c, U+22d67, U+22d8d, U+22d95, U+22da0, U+22da3-22da4, U+22db7, U+22dee, U+22e0d, U+22e36, U+22e42, U+22e78;
	src: url("../fonts/noto-sans-hk-7-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-8-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+21076-21078, U+2107b, U+21088, U+21096, U+2109d, U+210b4, U+210bf-210c1, U+210c7-210c9, U+210cf, U+210d3, U+210e4, U+210f4-210f6, U+2112f, U+2113b, U+2113d, U+21145, U+21148, U+2114f, U+21180, U+21187, U+211d9, U+2123c, U+2124f, U+2127c, U+212a8-212a9, U+212b0, U+212e3, U+212fe, U+21302-21305, U+21336, U+2133a, U+21375-21376, U+2138e, U+21398, U+2139c, U+213c5-213c6, U+213ed, U+213fe, U+21413, U+21416, U+21424, U+2143f, U+21452, U+21454-21455, U+2148a, U+21497, U+214b6, U+214e8, U+214fd, U+21577, U+21582, U+21596, U+2160a, U+21613, U+21619, U+2163e, U+21661, U+21692, U+216b8, U+216ba, U+216c0-216c2, U+216d3, U+216d5, U+216df, U+216e6-216e8, U+216fa-216fc, U+216fe, U+2170d, U+21710, U+21726, U+2173a-2173c, U+21757, U+2176c-21771, U+21773-21774, U+217ab, U+217b0-217b5, U+217c3, U+217c7, U+217d9-217dc, U+217df, U+217ef, U+217f5-217f6, U+217f8-217fc, U+21820, U+21828-2182a, U+2182d, U+21839-2183b, U+21840, U+21845, U+21852, U+2185e, U+21861-21864, U+21877, U+2187b, U+21883-21885, U+2189e-218a2, U+218be-218bf, U+218d1, U+218d6-218d9, U+218fa, U+21903-21905, U+21910-21912, U+21915, U+2191c, U+21922;
	src: url("../fonts/noto-sans-hk-8-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-9-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+2048e, U+20491-20492, U+204a3, U+204d7, U+204fc, U+204fe, U+20547, U+2058e, U+205a5, U+205b3, U+205c3, U+205ca, U+205d0, U+205d5, U+205df-205e0, U+205eb, U+20611, U+20615, U+20619-2061a, U+20630, U+20656, U+20676, U+2070e, U+20731, U+20779, U+2082c, U+20873, U+208d5, U+20916, U+20923, U+20954, U+20979, U+209e7, U+20a11, U+20a50, U+20a6f, U+20a8a, U+20ab4, U+20ac2, U+20acd, U+20b0d, U+20b8f, U+20b9f, U+20ba8-20ba9, U+20bbf, U+20bc6, U+20bcb, U+20be2, U+20beb, U+20bfb, U+20bff, U+20c0b, U+20c0d, U+20c20, U+20c34, U+20c3a-20c3b, U+20c41-20c43, U+20c53, U+20c65, U+20c77-20c78, U+20c7c, U+20c8d, U+20c96, U+20c9c, U+20cb5, U+20cb8, U+20ccf, U+20cd3-20cd6, U+20cdd, U+20ced, U+20cff, U+20d15, U+20d28, U+20d31-20d32, U+20d46-20d49, U+20d4c-20d4e, U+20d6f, U+20d71, U+20d74, U+20d7c, U+20d7e-20d7f, U+20d96, U+20d9c, U+20da7, U+20db2, U+20dc8, U+20e04, U+20e09-20e0a, U+20e0d-20e11, U+20e16, U+20e1d, U+20e4c, U+20e6d, U+20e73, U+20e75-20e7b, U+20e8c, U+20e96, U+20e98, U+20e9d, U+20ea2, U+20eaa-20eac, U+20eb6, U+20ed7-20ed8, U+20edd, U+20ef8-20efb, U+20f1d, U+20f26, U+20f2d-20f2e, U+20f30-20f31, U+20f3b, U+20f4c, U+20f64, U+20f8d, U+20f90, U+20fad, U+20fb4-20fb6, U+20fbc, U+20fdf, U+20fea-20fed, U+21014, U+2101d-2101e, U+2104f, U+2105c, U+2106f, U+21075;
	src: url("../fonts/noto-sans-hk-9-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-10-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+1f6f5, U+1f6f8, U+1f910-1f930, U+1f932-1f935, U+1f937-1f939, U+1f940-1f944, U+1f947-1f94a, U+1f950-1f95f, U+1f962-1f967, U+1f969-1f96a, U+1f980-1f981, U+1f984-1f98d, U+1f990-1f992, U+1f994-1f996, U+1f9c0, U+1f9d0, U+1f9d2, U+1f9d4, U+1f9d6, U+1f9d8, U+1f9da, U+1f9dc-1f9dd, U+1f9df-1f9e2, U+1f9e5-1f9e6, U+20021, U+20024, U+2003e, U+20046, U+2004e, U+20068, U+20086-20087, U+2008a, U+20094, U+200ca-200cd, U+200d1, U+200ee, U+2010c, U+2010e, U+20118, U+201a4, U+201a9, U+201ab, U+201c1, U+201d4, U+201f2, U+20204, U+2020c, U+20214, U+20239, U+2025b, U+20274-20275, U+20299, U+2029e, U+202a0, U+202b7, U+202bf-202c0, U+202e5, U+2030a, U+20325, U+20341, U+20345-20347, U+2037e-20380, U+203a0, U+203a7, U+203b5, U+203c9, U+203cb, U+203f5, U+203fc, U+20413-20414, U+2041f, U+20465, U+20487;
	src: url("../fonts/noto-sans-hk-10-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-15-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+ff37, U+ff39-ff3a, U+ff3c, U+ff3e-ff5b, U+ff5d, U+ff61-ff65, U+ff67-ff68, U+ff6a, U+ff6c-ff7e, U+ff80-ff86, U+ff89-ff94, U+ff97-ff9e, U+ffb9, U+ffe0-ffe3, U+ffe9, U+ffeb, U+ffed, U+fffc, U+1d7c7, U+1f004, U+1f0cf, U+1f141-1f142, U+1f150, U+1f154, U+1f158, U+1f15b, U+1f15d-1f15e, U+1f162-1f163, U+1f170-1f171, U+1f174, U+1f177-1f178, U+1f17d-1f17f, U+1f192-1f195, U+1f197-1f19a, U+1f1e6-1f1f5, U+1f1f7-1f1ff, U+1f21a, U+1f22f, U+1f232-1f237, U+1f239-1f23a, U+1f250-1f251, U+1f300, U+1f302-1f304;
	src: url("../fonts/noto-sans-hk-15-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-16-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+f94f, U+f95a, U+f95d-f95e, U+f961-f963, U+f965-f970, U+f974, U+f976-f97a, U+f97c, U+f97e-f97f, U+f981, U+f983, U+f988, U+f98a, U+f98c, U+f98e, U+f996-f997, U+f999-f99a, U+f99c, U+f99f-f9a0, U+f9a3, U+f9a8, U+f9ad, U+f9b2-f9b6, U+f9b9-f9ba, U+f9bd-f9be, U+f9c1, U+f9c4, U+f9c7, U+f9ca, U+f9cd, U+f9d0-f9d1, U+f9d3-f9d4, U+f9d7-f9d8, U+f9dc-f9dd, U+f9df-f9e1, U+f9e4, U+f9e8-f9ea, U+f9f4, U+f9f6-f9f7, U+f9f9-f9fa, U+f9fc-fa01, U+fa03-fa04, U+fa06, U+fa08-fa0a, U+fa0c, U+fa11, U+fa17, U+fa19, U+fa1b, U+fa1d, U+fa26, U+fa2c, U+fb01, U+fdfc, U+fe0e, U+fe33-fe36, U+fe38-fe44, U+fe49-fe51, U+fe54, U+fe56-fe57, U+fe59-fe5c, U+fe5f-fe6a, U+fe8e, U+fe92-fe93, U+feae, U+fecb-fecc, U+fee0, U+feec, U+fef3, U+ff04, U+ff07, U+ff26-ff2c, U+ff31-ff32, U+ff35-ff36;
	src: url("../fonts/noto-sans-hk-16-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-17-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+f0b2, U+f0b7, U+f0be, U+f0c9, U+f0d8, U+f0e0, U+f0e6, U+f0fc, U+f104-f105, U+f16a, U+f16d, U+f18a, U+f1e0, U+f232, U+f308, U+f400, U+f442, U+f4df, U+f610-f611, U+f6b1-f6b5, U+f6ba-f6bc, U+f6c7, U+f6dd, U+f6e2, U+f6f3-f6f4, U+f6f8, U+f6fa, U+f6fc, U+f6fe, U+f700-f703, U+f705, U+f707, U+f709-f70b, U+f70d-f70f, U+f711, U+f713, U+f715-f717, U+f719-f71a, U+f71c-f721, U+f724-f725, U+f728, U+f734-f735, U+f737-f738, U+f73a, U+f73e-f742, U+f745, U+f748-f749, U+f74b-f74d, U+f74f-f751, U+f753-f756, U+f758-f75a, U+f75c, U+f75e, U+f760-f764, U+f768-f76a, U+f76c, U+f76f-f774, U+f776-f77a, U+f77c, U+f77e-f780, U+f785, U+f787-f78c, U+f78e, U+f792-f796, U+f798, U+f79c, U+f7f5, U+f812, U+f815, U+f876, U+f8f5, U+f8f8, U+f8ff, U+f901-f902, U+f904, U+f906-f907, U+f909-f90a, U+f90f, U+f914, U+f918-f919, U+f91b, U+f91d, U+f91f, U+f923, U+f925, U+f92d-f92f, U+f934, U+f937-f938, U+f93d, U+f93f, U+f941, U+f949, U+f94c, U+f94e;
	src: url("../fonts/noto-sans-hk-17-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-25-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+9f27, U+9f29, U+9f2c, U+9f2f, U+9f31, U+9f34, U+9f37, U+9f39, U+9f3d-9f3e, U+9f41, U+9f44-9f45, U+9f4c-9f50, U+9f53-9f54, U+9f57, U+9f59-9f5a, U+9f5c, U+9f5f-9f60, U+9f62-9f63, U+9f66-9f67, U+9f69-9f6a, U+9f6c, U+9f72, U+9f76-9f77, U+9f7f, U+9f84-9f85, U+9f88, U+9f8e, U+9f91, U+9f94-9f98, U+9f9a-9f9b, U+9f9f-9fa0, U+9fa2, U+9fa4-9fb3, U+9fc7-9fcb, U+9fd0, U+a1f4, U+a4b0-a4b1, U+a4b3, U+a9c1-a9c2, U+aa31, U+ab34, U+ac00-ac01, U+ac04, U+ac08, U+ac10-ac11, U+ac13-ac16, U+ac19, U+ac1c-ac1d, U+ac24, U+ac70-ac71, U+ac74, U+ac77-ac78, U+ac80-ac81, U+ac83, U+ac8c, U+ac90, U+aca0, U+aca8-aca9, U+acac, U+acb0, U+acb8-acb9, U+acbc-acbd, U+acc1, U+acc4, U+ace0-ace1, U+ace4, U+ace8, U+acf0-acf1, U+acf3, U+acf5, U+acfc-acfd, U+ad00, U+ad0c, U+ad11, U+ad1c, U+ad2b, U+ad34, U+ad3a, U+ad50, U+ad6c, U+ad70, U+ad74, U+ad7f, U+ad81, U+ad8c, U+adc0, U+adc8, U+addc, U+ade0, U+adf8-adf9, U+adfc, U+ae00, U+ae08-ae09, U+ae30, U+ae34, U+ae38, U+ae40, U+ae4a, U+ae4c, U+ae54, U+ae5d, U+ae68, U+aebc, U+aed8, U+aef4, U+af2c-af2d, U+af34, U+af43, U+afb8;
	src: url("../fonts/noto-sans-hk-25-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-26-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+9d9a, U+9da1-9da2, U+9da5, U+9da9, U+9dab-9dac, U+9db1-9db2, U+9db5, U+9db9-9dbd, U+9dbf-9dc2, U+9dc4, U+9dc7-9dc9, U+9dd3-9dd4, U+9dd6, U+9dd9-9dda, U+9dde-9ddf, U+9de2, U+9de5-9de6, U+9de8, U+9def-9df0, U+9df2-9df4, U+9df8, U+9dfa, U+9dfc-9dfd, U+9dff, U+9e02, U+9e07, U+9e0a, U+9e0c, U+9e0e, U+9e11, U+9e15, U+9e18, U+9e1a-9e1e, U+9e20-9e23, U+9e25-9e26, U+9e2d, U+9e2f, U+9e33, U+9e35, U+9e3d-9e3f, U+9e42-9e43, U+9e45, U+9e48-9e4a, U+9e4c, U+9e4f, U+9e51, U+9e55, U+9e64, U+9e66, U+9e6b, U+9e6d-9e6e, U+9e70, U+9e73, U+9e75, U+9e78, U+9e7b, U+9e80-9e85, U+9e87-9e88, U+9e8b-9e8c, U+9e90-9e91, U+9e93, U+9e95-9e96, U+9e98, U+9e9d-9e9e, U+9ea1-9ea2, U+9ea4, U+9ea6, U+9ea8-9ead, U+9eaf, U+9eb1, U+9eb4, U+9eb7-9eba, U+9ebe-9ebf, U+9ec1, U+9ec6-9ec7, U+9ecc-9ecd, U+9ed0, U+9ed2, U+9ed4, U+9ed9-9eda, U+9edc-9edd, U+9edf-9ee0, U+9ee2, U+9ee5, U+9ee7, U+9eee, U+9ef1, U+9ef3-9ef4, U+9ef6-9ef9, U+9efb-9eff, U+9f02, U+9f07-9f09, U+9f10, U+9f14-9f15, U+9f17, U+9f19, U+9f22, U+9f26;
	src: url("../fonts/noto-sans-hk-26-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-27-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+9bea, U+9bed-9bee, U+9bf0-9bf1, U+9bf4-9bf5, U+9bf7, U+9bf9, U+9bfd, U+9bff, U+9c02, U+9c06, U+9c08-9c0a, U+9c0c-9c0d, U+9c10, U+9c12-9c13, U+9c15, U+9c1b-9c1c, U+9c1f-9c21, U+9c23-9c26, U+9c28-9c29, U+9c2d-9c2f, U+9c31-9c33, U+9c35-9c37, U+9c39-9c3b, U+9c3d-9c3e, U+9c40, U+9c42, U+9c45-9c49, U+9c4f, U+9c52-9c54, U+9c56, U+9c58-9c5a, U+9c5d, U+9c5f-9c60, U+9c63, U+9c67-9c68, U+9c72, U+9c75, U+9c78, U+9c7a-9c7c, U+9c7f-9c81, U+9c87-9c88, U+9c8d, U+9c91, U+9c94, U+9c97, U+9c9b, U+9ca4, U+9ca8, U+9cab, U+9cad, U+9cb1-9cb3, U+9cb6-9cb8, U+9cc4-9cc5, U+9ccc-9ccd, U+9cd5-9cd7, U+9cdd-9cdf, U+9ce7, U+9ce9, U+9cee-9cf0, U+9cf2, U+9cfc-9cfe, U+9d02-9d03, U+9d06-9d08, U+9d0c, U+9d0e, U+9d10, U+9d12, U+9d15-9d17, U+9d1d-9d1f, U+9d21, U+9d23, U+9d2b, U+9d2f-9d30, U+9d34, U+9d37, U+9d39, U+9d3d, U+9d42, U+9d44, U+9d49, U+9d4e, U+9d50, U+9d52-9d53, U+9d59, U+9d5c, U+9d5e-9d61, U+9d6a, U+9d6d-9d70, U+9d77, U+9d7a, U+9d7c, U+9d7e, U+9d83, U+9d87, U+9d89, U+9d8f, U+9d91-9d93, U+9d96, U+9d98;
	src: url("../fonts/noto-sans-hk-27-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-28-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+9a6b, U+9a6d, U+9a6f-9a71, U+9a73-9a74, U+9a76, U+9a78-9a79, U+9a7b-9a7c, U+9a7e-9a7f, U+9a81-9a82, U+9a84-9a87, U+9a8a-9a8b, U+9a8f-9a91, U+9a97, U+9a9a, U+9a9e, U+9aa0-9aa1, U+9aa4-9aa5, U+9aaf-9ab2, U+9ab6-9ab7, U+9ab9-9aba, U+9abd-9abe, U+9ac0-9ac5, U+9ac8, U+9acb-9acc, U+9ace-9acf, U+9ad1, U+9ad5-9ad7, U+9ad9, U+9adf-9ae3, U+9aea-9aeb, U+9aed, U+9aef, U+9af2, U+9af4, U+9af9, U+9afb, U+9afd, U+9aff, U+9b02-9b04, U+9b08-9b09, U+9b0f, U+9b13-9b14, U+9b18, U+9b1f, U+9b22-9b23, U+9b28-9b2a, U+9b2c-9b30, U+9b32, U+9b34, U+9b39, U+9b3b, U+9b40, U+9b43, U+9b46-9b49, U+9b4b-9b4e, U+9b50-9b51, U+9b55, U+9b58, U+9b5b, U+9b5e-9b60, U+9b63, U+9b68-9b69, U+9b74, U+9b7d, U+9b7f-9b81, U+9b83-9b84, U+9b87-9b88, U+9b8a-9b8b, U+9b8d-9b90, U+9b92-9b95, U+9b97, U+9b9d, U+9b9f-9ba0, U+9ba2-9ba3, U+9ba8, U+9bab, U+9bb0, U+9bb8, U+9bc0-9bc1, U+9bc3, U+9bc6-9bc8, U+9bcf, U+9bd3-9bd7, U+9bd9, U+9bdb, U+9bdd, U+9be1-9be2, U+9be4-9be5, U+9be7, U+9be9;
	src: url("../fonts/noto-sans-hk-28-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-29-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+98ec-98ee, U+98f1, U+98f4-98f5, U+9901, U+9908-9909, U+990c, U+990e, U+9911-9912, U+9914, U+9916-9917, U+9919, U+991b-991c, U+991e, U+9920, U+9927, U+992b-992c, U+992e, U+9931-9933, U+9937-9940, U+9942-9944, U+9948-994a, U+994c-994e, U+9951, U+9954, U+995c-995f, U+9961-9963, U+9965, U+9968, U+996a, U+996d-9972, U+9975-9976, U+997a, U+997c, U+997f-9980, U+9984-9985, U+9988, U+998b, U+998d, U+998f, U+9992, U+9994-9995, U+9997-9998, U+999b-999c, U+999e, U+99a0-99a1, U+99a4, U+99aa-99ab, U+99af, U+99b1, U+99b4, U+99b8-99b9, U+99bc, U+99c4-99c6, U+99cf, U+99d1-99d2, U+99d4, U+99d6, U+99d8-99da, U+99df-99e2, U+99e6, U+99e9, U+99ee, U+99f0, U+99f5, U+99f8, U+99fb, U+9a01-9a05, U+9a0c, U+9a0f-9a13, U+9a16, U+9a1b-9a1c, U+9a1f-9a21, U+9a24, U+9a26, U+9a28, U+9a2b, U+9a2d-9a2f, U+9a34-9a36, U+9a38, U+9a3b-9a3c, U+9a3e, U+9a40-9a44, U+9a4a, U+9a4c-9a4e, U+9a52, U+9a56, U+9a58, U+9a5c, U+9a62-9a65, U+9a69-9a6a;
	src: url("../fonts/noto-sans-hk-29-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-30-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+9798, U+979b, U+979d-979f, U+97a3, U+97a5-97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b1-97b2, U+97b4, U+97b6-97ba, U+97bd-97c3, U+97c6, U+97c8-97c9, U+97cd, U+97d2, U+97d6, U+97d8-97d9, U+97dc-97de, U+97e0-97e1, U+97e6-97e7, U+97ec-97ee, U+97f0-97f2, U+97f5, U+97f9-97fa, U+97fe, U+9804, U+9807, U+980a, U+980e-980f, U+9814-9816, U+981a, U+981c, U+981e-9821, U+9823, U+9826, U+9828, U+982a-982c, U+982e, U+9832-9835, U+9837, U+9839, U+983c-983d, U+9845, U+9847-9849, U+984b, U+984e, U+9852-9857, U+9859-985a, U+9862-9863, U+9865-9866, U+9868, U+986c, U+9870-9871, U+9873-9874, U+9877, U+987a-987f, U+9881-9882, U+9885, U+9887-988a, U+988c-988d, U+9890, U+9893, U+9896-9897, U+989a, U+989c-989e, U+98a0, U+98a4, U+98a6-98a7, U+98a9, U+98ae-98af, U+98b2-98b4, U+98b6-98bd, U+98bf, U+98c3, U+98c7-98c8, U+98ca, U+98d2-98d3, U+98d8-98da, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5-98e9, U+98eb;
	src: url("../fonts/noto-sans-hk-30-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-31-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+9602, U+9607-9609, U+960e, U+9610-9611, U+9614, U+9616, U+9619-961a, U+961c-961d, U+961f, U+9621, U+9624, U+9628, U+962f, U+9633-9636, U+9638, U+963c, U+9641-9643, U+9645, U+9647-9648, U+964e-964f, U+9651, U+9653-9656, U+9658, U+965b-965f, U+9661, U+9665, U+9668-9669, U+966c, U+9672, U+9674, U+967a-967b, U+9681-9685, U+9688-9689, U+968b, U+968d, U+9695-9698, U+969e, U+96a0-96a5, U+96a9, U+96ac, U+96ae, U+96b0, U+96b2-96b4, U+96b6-96b7, U+96b9, U+96bc-96be, U+96c3, U+96c9-96cb, U+96ce-96cf, U+96d1-96d2, U+96d8, U+96dd, U+96e9, U+96eb, U+96f0-96f1, U+96f3-96f4, U+96f9, U+96fe-96ff, U+9701-9703, U+9705, U+9708, U+970a, U+970e-9711, U+9719, U+971b, U+971d, U+971f-9721, U+9728, U+972a, U+972d, U+9730-9731, U+9733-9734, U+9736, U+973a, U+973d-973e, U+9740-9741, U+9744, U+9746-9747, U+9749-974a, U+9750-9751, U+9753, U+9755, U+9757-9759, U+975b, U+975d, U+975f, U+9763, U+9765-9766, U+9768, U+976c-976d, U+9771, U+9773, U+9776, U+977a, U+977c, U+9780, U+9784-9789, U+978e-978f;
	src: url("../fonts/noto-sans-hk-31-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-32-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+949d-94a3, U+94a5-94a9, U+94ac, U+94ae-94b1, U+94b3-94b5, U+94bb-94bc, U+94be-94c3, U+94c5-94c6, U+94c9, U+94ce-94d0, U+94db-94dd, U+94e0, U+94e2-94e3, U+94e8, U+94ec-94ee, U+94f0, U+94f2, U+94f5-94f6, U+94f8, U+94fa, U+94ff-9502, U+9504-9506, U+9508, U+950b-950c, U+950f-9510, U+9519-951b, U+951d, U+951f, U+9521-9526, U+952d-9530, U+9535, U+953a-953b, U+9540-9542, U+9547, U+9549-954a, U+954d, U+9550-9551, U+9554-9556, U+955c, U+956c-956d, U+956f-9570, U+9573, U+9576, U+9578, U+9582, U+9585-9586, U+9588, U+958e-958f, U+9596-9597, U+9599, U+959c, U+959e-95a2, U+95a4, U+95a6-95a7, U+95aa-95ae, U+95b0, U+95b2, U+95b6, U+95b9-95bf, U+95c2-95c4, U+95c7-95c9, U+95cb-95cd, U+95d0, U+95d3-95d5, U+95d7-95d8, U+95da, U+95de, U+95e0-95e1, U+95e4-95e5, U+95ea-95eb, U+95ef-95f0, U+95f2-95f3, U+95f5, U+95f7-95fa, U+95fd, U+9600-9601;
	src: url("../fonts/noto-sans-hk-32-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-33-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+9370-9371, U+9373-9374, U+9376, U+9378-937a, U+937c-937d, U+9381, U+9384-9387, U+938c, U+938f-9390, U+9394, U+9397-9398, U+939a-939e, U+93a0-93a3, U+93a6-93a7, U+93a9-93aa, U+93ac-93ad, U+93af-93b0, U+93b3-93bb, U+93bd-93c4, U+93c6-93c7, U+93ca-93cd, U+93d0-93d1, U+93d3, U+93d6-93d8, U+93db-93de, U+93e0, U+93e4, U+93e8, U+93ee, U+93f0-93f1, U+93f3-93f5, U+93f7-93f9, U+93fb, U+9401, U+9403-9404, U+9407-9408, U+940f-9410, U+9413-9414, U+9417, U+9419-941e, U+9420-942b, U+942d-942f, U+9432-9433, U+9436, U+9438, U+943a, U+943d-9440, U+9442-9443, U+9445, U+944a, U+944c-944d, U+9454-9455, U+9458, U+945a-945b, U+945e, U+9460, U+9462-9463, U+9465, U+9467-9468, U+946a, U+946c-946d, U+946f, U+9471, U+9474-9477, U+9479, U+947b, U+947e-9481, U+9485, U+9488-948a, U+948e, U+9492-9493, U+9497, U+9499, U+949b-949c;
	src: url("../fonts/noto-sans-hk-33-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-34-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+926b-926f, U+9271-9272, U+9274, U+9276-9278, U+927a-927c, U+927e-927f, U+9281-9284, U+9286, U+9288-928a, U+928d-928f, U+9291, U+9295-9296, U+9299-929b, U+929d, U+92a0-92ae, U+92b1-92b2, U+92b5-92b6, U+92ba-92bc, U+92be-92bf, U+92c2-92c3, U+92c6-92cd, U+92cf-92d1, U+92d4-92d5, U+92d7, U+92d9, U+92db, U+92dd, U+92df, U+92e3-92e6, U+92e8-92e9, U+92eb-92ef, U+92f1-92f4, U+92f6, U+92f9, U+92fb, U+92fd, U+9300-9303, U+9306-9307, U+930b, U+930f, U+9312, U+9315, U+9319-931b, U+931d-931f, U+9321, U+9323-9325, U+9327-932a, U+932c-932e, U+9330-9333, U+9335, U+9338, U+933c, U+9340-9349, U+934f-9352, U+9354, U+9356-935a, U+935c-9360, U+9362-936c, U+936e;
	src: url("../fonts/noto-sans-hk-34-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-35-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+913a, U+9143, U+9146, U+9148-914a, U+914e-9151, U+9154, U+9156-9157, U+9159-915a, U+915c-915e, U+9161-9164, U+9167, U+916b, U+916e, U+9170-9172, U+9174, U+9176, U+9179-917a, U+917c, U+917f, U+9181-9182, U+9184-9186, U+918c-918e, U+9190-9191, U+9196, U+919a-919b, U+919e, U+91a1-91a4, U+91a7, U+91a9-91aa, U+91ae-91b2, U+91b4-91b6, U+91b8, U+91bb, U+91bd-91be, U+91c1, U+91c3-91c6, U+91c8-91ca, U+91d2-91d7, U+91d9, U+91df, U+91e1, U+91e4-91e9, U+91ec-91ed, U+91f0-91f1, U+91f5-91fa, U+91fd-9201, U+9203-920a, U+920d-920e, U+9210-9211, U+9213, U+9217-9219, U+921c, U+9221, U+9224-9225, U+9227-9228, U+922a-922b, U+922d-922e, U+9230-9231, U+9233, U+9235-9239, U+923b-9241, U+9244, U+9246, U+9248-9249, U+924b-9251, U+9253, U+9255, U+9258, U+925a, U+925d-925f, U+9262, U+9265-9267;
	src: url("../fonts/noto-sans-hk-35-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-36-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+8fa9, U+8fab, U+8fae, U+8fb3, U+8fb5-8fb8, U+8fba-8fbd, U+8fbf, U+8fc1-8fc2, U+8fc6, U+8fc8, U+8fca, U+8fcc-8fcd, U+8fcf, U+8fd2-8fd3, U+8fd5, U+8fda, U+8fdc-8fdd, U+8fdf, U+8fe2-8fe5, U+8fe8-8fe9, U+8fed-8fee, U+8ff3, U+8ff5, U+8ff8, U+8ffa-8ffc, U+8ffe, U+9002, U+9004, U+9008, U+900a-900b, U+9011-9013, U+9016, U+901e, U+9021, U+9024, U+902d, U+902f-9030, U+9033-9037, U+9039-903b, U+9041, U+9044-9046, U+904c, U+904f-9052, U+9056-9058, U+905b, U+905d, U+9061-9062, U+9064-9065, U+9068, U+906c, U+906f, U+9074, U+9079, U+907d, U+9083, U+9085, U+9087-9089, U+908b, U+9090, U+9093, U+9095, U+9097, U+9099, U+909b, U+909d-909e, U+90a0-90a2, U+90ac, U+90af-90b0, U+90b2-90b4, U+90b6, U+90b9, U+90bb, U+90bd-90be, U+90c3-90c5, U+90c7, U+90d1, U+90d4-90d5, U+90d7, U+90db-90df, U+90e2-90e4, U+90ea-90eb, U+90ef, U+90f4, U+90f7-90f8, U+90fc, U+90fe-9100, U+9102, U+9104, U+9106, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9129, U+912b, U+912f, U+9131-9132, U+9134, U+9136, U+9139;
	src: url("../fonts/noto-sans-hk-36-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-37-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+8e39-8e3a, U+8e3c-8e3d, U+8e40-8e42, U+8e46-8e47, U+8e49-8e50, U+8e53-8e55, U+8e59-8e5b, U+8e60, U+8e62-8e63, U+8e67-8e69, U+8e6c-8e6d, U+8e6f, U+8e71, U+8e74-8e77, U+8e7a-8e7c, U+8e7e, U+8e80, U+8e82, U+8e84-8e85, U+8e87, U+8e89-8e8b, U+8e8f-8e95, U+8e99-8e9a, U+8e9d-8e9e, U+8ea1, U+8ea3, U+8ea5-8ea7, U+8eaa, U+8eac-8ead, U+8eaf-8eb1, U+8eb6, U+8eb9, U+8ebc, U+8ebe, U+8ec3, U+8ec6, U+8ecb, U+8ece-8ecf, U+8ed1, U+8ed4, U+8ed7, U+8eda-8edb, U+8ee2, U+8ee4, U+8ee8, U+8eeb, U+8eed, U+8ef2, U+8ef9-8efe, U+8f05, U+8f07-8f08, U+8f0a-8f0c, U+8f12-8f13, U+8f17, U+8f19-8f1a, U+8f1c, U+8f1e-8f1f, U+8f25-8f26, U+8f2d, U+8f30, U+8f33, U+8f36, U+8f3c, U+8f3e, U+8f40-8f42, U+8f45-8f47, U+8f4a, U+8f4d, U+8f54-8f55, U+8f5c-8f5d, U+8f61-8f62, U+8f64, U+8f67-8f69, U+8f6d-8f72, U+8f74, U+8f76, U+8f7b-8f7c, U+8f7f, U+8f83-8f86, U+8f88-8f8a, U+8f8d, U+8f90, U+8f93, U+8f95-8f97, U+8f99, U+8f9e-8fa0, U+8fa2, U+8fa5, U+8fa7;
	src: url("../fonts/noto-sans-hk-37-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-38-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+8cc1-8cc2, U+8cc4-8cc5, U+8ccd, U+8ccf-8cd2, U+8cd4-8cd6, U+8cd9-8cdb, U+8ce1, U+8ce8-8ce9, U+8ceb, U+8cf0, U+8cf2, U+8cf7-8cf8, U+8cfb, U+8cfe, U+8d03-8d04, U+8d07, U+8d0b-8d0d, U+8d10-8d14, U+8d17-8d18, U+8d1b-8d1f, U+8d21-8d27, U+8d29-8d2c, U+8d2e-8d32, U+8d34-8d35, U+8d37-8d38, U+8d3a-8d3c, U+8d3e-8d3f, U+8d41-8d43, U+8d48, U+8d4b-8d4c, U+8d4e-8d50, U+8d54, U+8d56, U+8d58, U+8d5a-8d5b, U+8d5f-8d60, U+8d62-8d63, U+8d66-8d69, U+8d6c-8d6e, U+8d73, U+8d75-8d76, U+8d7a-8d7b, U+8d7d, U+8d82, U+8d84, U+8d8b, U+8d90-8d91, U+8d94, U+8d96, U+8d9c, U+8da6, U+8da9, U+8dab, U+8daf, U+8db2, U+8db5, U+8db7, U+8dba, U+8dbc, U+8dbf-8dc0, U+8dc2-8dc3, U+8dc6, U+8dcb, U+8dce-8dd0, U+8dd4, U+8dd6-8dd7, U+8dda-8ddb, U+8de3-8de4, U+8de9, U+8deb-8dec, U+8df1, U+8df5-8df7, U+8dfa-8dfd, U+8e01, U+8e05, U+8e08-8e0a, U+8e0e, U+8e14, U+8e16, U+8e18, U+8e1d-8e21, U+8e23, U+8e26-8e28, U+8e2a-8e2b, U+8e2d-8e2e, U+8e30-8e31, U+8e35;
	src: url("../fonts/noto-sans-hk-38-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-39-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+8b26, U+8b28, U+8b2b, U+8b2d-8b2e, U+8b33, U+8b3f, U+8b41, U+8b43, U+8b46, U+8b4c-8b4f, U+8b53-8b54, U+8b56, U+8b59, U+8b5e-8b60, U+8b62, U+8b64, U+8b69-8b6d, U+8b72, U+8b7e, U+8b81, U+8b83, U+8b89, U+8b8c, U+8b8e-8b90, U+8b92, U+8b95-8b96, U+8b99, U+8b9b-8b9c, U+8b9e-8ba0, U+8ba3, U+8ba5, U+8ba7, U+8baa, U+8bad, U+8bb2-8bb4, U+8bb6-8bb9, U+8bbc-8bbd, U+8bbf-8bc0, U+8bc3, U+8bc5, U+8bc8-8bcb, U+8bcf, U+8bd1, U+8bd7-8bdc, U+8bde-8be1, U+8be3, U+8be5-8be7, U+8be9, U+8beb-8bec, U+8bef, U+8bf1-8bf2, U+8bf5-8bf6, U+8bf8, U+8bfa, U+8bfd-8bfe, U+8c01-8c02, U+8c05, U+8c08, U+8c0a-8c11, U+8c13-8c15, U+8c18-8c1c, U+8c1f, U+8c23-8c29, U+8c2c-8c2d, U+8c31, U+8c34, U+8c36, U+8c39, U+8c3f, U+8c47, U+8c49-8c4c, U+8c4f, U+8c51, U+8c55, U+8c62, U+8c68, U+8c73, U+8c78, U+8c7a-8c7c, U+8c82, U+8c85, U+8c89-8c8a, U+8c8d-8c8e, U+8c90, U+8c94, U+8c98-8c99, U+8c9b, U+8c9f, U+8ca3-8ca4, U+8cad-8cb0, U+8cb2, U+8cb9-8cba, U+8cbd;
	src: url("../fonts/noto-sans-hk-39-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-40-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+8983, U+8987-898a, U+898c, U+8991, U+8994-8995, U+8997-8998, U+899a, U+899c, U+89a1, U+89a4-89a7, U+89a9, U+89ac, U+89af, U+89b2-89b3, U+89b7, U+89bb-89bc, U+89bf, U+89c5, U+89c9-89ca, U+89d1, U+89d4-89d5, U+89da, U+89dc-89de, U+89e5-89e7, U+89ed, U+89f1, U+89f3-89f4, U+89f6, U+89ff, U+8a01, U+8a03, U+8a07, U+8a09, U+8a0c, U+8a0f-8a12, U+8a16, U+8a1b-8a1c, U+8a22, U+8a25, U+8a27, U+8a29, U+8a2b, U+8a33, U+8a36, U+8a38, U+8a3d-8a3e, U+8a41, U+8a45-8a46, U+8a48-8a49, U+8a4e, U+8a51-8a52, U+8a54, U+8a56-8a58, U+8a5b, U+8a5d, U+8a61, U+8a63, U+8a67, U+8a6a-8a6c, U+8a70, U+8a74-8a76, U+8a7a-8a7c, U+8a7e, U+8a82, U+8a84-8a86, U+8a89, U+8a8f-8a92, U+8a94, U+8a9a, U+8a9c, U+8aa1, U+8aa3, U+8aa5, U+8aa7-8aa9, U+8aad, U+8aaf, U+8ab1, U+8ab4, U+8ab6, U+8abe, U+8ac2, U+8ac4, U+8ac6, U+8ac9, U+8acc-8acf, U+8ad1, U+8ada-8adb, U+8add-8ae2, U+8ae4, U+8ae6, U+8aea-8aeb, U+8aed, U+8af1-8af6, U+8af9-8afa, U+8afc, U+8b01, U+8b04-8b05, U+8b07, U+8b0b-8b0d, U+8b0f-8b10, U+8b13-8b14, U+8b16, U+8b1a, U+8b1c, U+8b1f, U+8b21-8b22;
	src: url("../fonts/noto-sans-hk-40-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-41-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+8804-8806, U+880a-880b, U+880e-8811, U+8813, U+8815-8816, U+8818, U+881b, U+8821, U+8823, U+8827, U+882d, U+8831-8832, U+8835, U+8839-883a, U+883c, U+8842, U+8844-8846, U+884a, U+884e-884f, U+8852, U+8854-8856, U+8859-885a, U+885e, U+8860, U+8862, U+8864-8865, U+8869-886a, U+886c-886e, U+8871-8872, U+8875, U+8879, U+887d-887f, U+8882, U+8884-8885, U+8887-8888, U+888f-8890, U+8892-8893, U+8897-8898, U+889a-889e, U+88a0, U+88a2, U+88a4, U+88a8, U+88aa, U+88ad-88ae, U+88b1, U+88b4-88b5, U+88b7-88b8, U+88bc-88c0, U+88c4, U+88c6-88c7, U+88c9-88cc, U+88ce, U+88d2, U+88d6, U+88d8, U+88db, U+88df, U+88e4, U+88e6, U+88e8-88e9, U+88ec, U+88ef-88f1, U+88f3-88f5, U+88fc, U+88fe-8900, U+8902, U+8906, U+890a-890c, U+8912-8915, U+8918-891a, U+891f, U+8921, U+8923-8925, U+892a-892b, U+892d, U+8930, U+8933, U+8935-8936, U+8938, U+893d, U+8941-8943, U+8946-8947, U+8949, U+894c-894d, U+8954, U+8956-8957, U+8959, U+895c, U+895e-8960, U+8964-8966, U+896c, U+8971, U+8974, U+8977, U+897b, U+897e, U+8980, U+8982;
	src: url("../fonts/noto-sans-hk-41-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-42-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+8696, U+869a, U+869c-869d, U+86a0-86a1, U+86a3-86a4, U+86a7-86aa, U+86ad, U+86af-86b4, U+86b6, U+86b9-86ba, U+86c0-86c2, U+86c4, U+86c6, U+86c9-86ca, U+86cc-86ce, U+86d0, U+86d3-86d4, U+86de-86df, U+86e9, U+86ed-86f0, U+86f3, U+86f8-86fc, U+86fe, U+8703, U+8706-870a, U+870d-870e, U+8711-8712, U+8715, U+8717, U+8719-871a, U+871e, U+8721-8723, U+8725, U+8728-8729, U+872e, U+8731, U+8734, U+8737, U+873a, U+873e-8740, U+8742, U+8747, U+8749, U+874b-874c, U+874e-874f, U+8753, U+8757-8758, U+875d, U+875f, U+8761-8765, U+8768, U+876a, U+876c-8772, U+8777, U+877a-877b, U+877d, U+8781, U+8784-8786, U+8788, U+878b-878c, U+8793, U+8797-8798, U+879f, U+87a3, U+87a5, U+87a8-87a9, U+87ab-87ad, U+87af, U+87b1, U+87b3, U+87b5, U+87b9, U+87bb, U+87bd-87c1, U+87c4-87c8, U+87ca-87cc, U+87ce, U+87d2, U+87d6, U+87da-87dc, U+87e0-87e1, U+87e3, U+87e5, U+87e7, U+87ea-87eb, U+87ee-87ef, U+87f3-87f7, U+87fe, U+8802-8803;
	src: url("../fonts/noto-sans-hk-42-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-43-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+8511, U+8515, U+8517, U+851d-851f, U+8524, U+852b, U+852f, U+8532-8535, U+8537-8538, U+853a, U+853c, U+853e, U+8541-8542, U+8545, U+8548, U+854b-854e, U+8552-8553, U+8555-8558, U+855a, U+855e-855f, U+8561-8565, U+8568, U+856a-856c, U+856f-8570, U+8573-8574, U+8577-857b, U+8580-8581, U+8585-8586, U+858a, U+858c, U+858f-8590, U+8593-8594, U+8597-8599, U+859c, U+859f, U+85a1-85a2, U+85a4, U+85a8, U+85ab-85ac, U+85ae, U+85b3-85b4, U+85b7, U+85b9-85ba, U+85bd-85be, U+85c1-85c2, U+85cb, U+85ce, U+85d0, U+85d3, U+85d5-85d6, U+85dc, U+85e0, U+85e6, U+85e8, U+85ea, U+85ed-85ee, U+85f4, U+85f6-85f7, U+85f9-85fa, U+85fc, U+85ff, U+8602, U+8604-8605, U+860d, U+860f-8610, U+8613-8614, U+8616-8618, U+861a, U+861e, U+8621-8622, U+8627-862a, U+862f, U+8634-8636, U+8638, U+863a, U+863c, U+8640, U+8642, U+8645-8646, U+864c-864d, U+864f, U+8651-8654, U+8657, U+8659-865a, U+865c, U+8662, U+866b-866c, U+866f-8673, U+8677, U+867a-867b, U+867d-867e, U+8680-8682, U+868b-868d, U+8692-8695;
	src: url("../fonts/noto-sans-hk-43-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-44-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+83bc-83c0, U+83c2, U+83c4-83c5, U+83c8-83c9, U+83cb, U+83cd-83cf, U+83d1, U+83d4-83d6, U+83d8, U+83dd, U+83df, U+83e1-83e2, U+83e5, U+83ea-83eb, U+83ed, U+83f0, U+83f3-83f4, U+83f9, U+83fb-83fe, U+8405-8407, U+840b, U+840f, U+8411, U+8413-8414, U+8416, U+8418, U+841b-841d, U+8420-8421, U+8423-8424, U+8426-8429, U+842b, U+842d-842e, U+8432-8433, U+8435, U+8437-8439, U+843b-843c, U+843e, U+8445-8448, U+844a, U+844e, U+8451-8453, U+8455-8456, U+8458-845a, U+845c, U+845f, U+8462, U+8464, U+8466-8467, U+846d, U+846f-8474, U+8476-8478, U+847a, U+847f-8480, U+8484, U+8488, U+848b, U+848d-848e, U+8492-8494, U+8496-8497, U+849d, U+849f, U+84a1, U+84a3, U+84a8, U+84ad, U+84af, U+84b1, U+84b4, U+84b9-84bb, U+84bd-84c0, U+84c2, U+84c6-84c7, U+84ca, U+84cd-84d3, U+84d6, U+84da, U+84dd-84df, U+84e1-84e2, U+84e4-84e8, U+84ea, U+84ef-84f0, U+84f3-84f4, U+84f7-84f8, U+84fa, U+84fc-84fd, U+84ff-8500, U+8503-8506, U+850c, U+8510;
	src: url("../fonts/noto-sans-hk-44-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-45-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+828d-8291, U+8293-8294, U+8298, U+829a-829c, U+829e-82a4, U+82a6-82ab, U+82ae, U+82b0, U+82b4, U+82b6, U+82ba-82bc, U+82be-82bf, U+82c1, U+82c4-82c5, U+82c7, U+82ca-82cb, U+82cd, U+82cf-82d0, U+82d2, U+82d5-82d6, U+82d8-82d9, U+82db-82dc, U+82de-82e4, U+82e7, U+82ea-82eb, U+82ee-82f0, U+82f3-82f4, U+82f6-8301, U+8306-8308, U+830b-830e, U+8316, U+8318, U+831a-831b, U+831d-831e, U+8327, U+832a, U+832c-832d, U+832f, U+8331, U+8333-8334, U+8337, U+833a-833d, U+833f-8340, U+8342, U+8344-8347, U+834b-834c, U+834f, U+8351, U+8356-8358, U+835a, U+835e-8364, U+8366-8368, U+836b, U+836f, U+8373, U+8375, U+8378, U+837a-8380, U+8383, U+8385-8386, U+8391-8392, U+8394-8395, U+8398-8399, U+839b-839c, U+83a0, U+83a2, U+83a4, U+83a7-83aa, U+83ac, U+83af-83b5, U+83b7, U+83b9-83ba;
	src: url("../fonts/noto-sans-hk-45-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-46-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+8115, U+8117-8118, U+811a-811b, U+811e, U+8121-8127, U+8129-812a, U+812c, U+812f-8134, U+8137-8138, U+813a, U+813d, U+8142, U+8144, U+8146, U+8148, U+814a, U+814c-814d, U+8151, U+8153, U+8156, U+8158-815a, U+8160, U+8167, U+8169, U+816c-816d, U+816f, U+8171, U+8174, U+817b-817e, U+8182, U+8184, U+8188, U+818a, U+8193-8195, U+8198, U+819b, U+819e, U+81a3, U+81a5-81a7, U+81aa-81ab, U+81af-81b0, U+81b5-81b6, U+81b8, U+81ba-81bb, U+81be-81bf, U+81c1, U+81c3, U+81c6, U+81c8, U+81ca, U+81cc-81cd, U+81cf, U+81d1-81d3, U+81d6-81d7, U+81d9-81da, U+81dd-81de, U+81e0-81e2, U+81e4, U+81e7, U+81ec, U+81ef, U+81f6, U+81fc, U+81fe, U+8200-8202, U+8204-8206, U+820b, U+820e, U+8210, U+8215, U+8217-8218, U+821a-821b, U+821d, U+8221-8222, U+8224, U+8226, U+8228-8229, U+822b, U+822d, U+822f-8234, U+8236-8238, U+823a, U+823e, U+8240, U+8244-8245, U+8249, U+824b, U+824e-824f, U+8254, U+8257, U+825a, U+825f, U+8262, U+8264-8265, U+8268, U+826b, U+826e, U+8270, U+8273, U+8276, U+8278-8279, U+827b, U+827d, U+827f, U+8283-8284, U+8287-828a;
	src: url("../fonts/noto-sans-hk-46-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-47-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+7f9a, U+7f9d, U+7f9f, U+7fa1-7fa3, U+7fa5, U+7fa7, U+7fad-7fb2, U+7fb4, U+7fb6, U+7fb8, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fcb-7fcc, U+7fce-7fcf, U+7fd1, U+7fd5, U+7fd8, U+7fdb, U+7fdd-7fdf, U+7fe5-7fe7, U+7fe9, U+7feb-7fec, U+7fee, U+7ff2-7ff3, U+7ffa, U+7ffd-7ffe, U+8002, U+8004, U+8006, U+8008, U+800b, U+800e, U+8011-8012, U+8014, U+8016, U+8018-8019, U+801c-801d, U+8020, U+8024-8026, U+8028, U+802c, U+802e-8031, U+8035, U+8037-8039, U+803b-803c, U+8042-8043, U+804b-804c, U+8052, U+805b, U+8061-8063, U+8066, U+8068, U+806a, U+806e, U+8071, U+8073-8076, U+8079, U+807c, U+807e-8080, U+8083-8084, U+808f, U+8093, U+8095, U+8098, U+809c, U+809f-80a0, U+80a4, U+80a7, U+80ab, U+80ad-80ae, U+80b0-80b1, U+80b4-80b8, U+80bc-80c2, U+80c4, U+80c6-80c7, U+80cb, U+80cd, U+80cf, U+80d4, U+80d7, U+80d9, U+80db-80dd, U+80e0, U+80e3-80e5, U+80e7, U+80e9, U+80eb-80ed, U+80ef-80f1, U+80f3-80f4, U+80f6-80f7, U+80fc, U+80fe-80ff, U+8101, U+8103, U+8107, U+8109, U+810c, U+810e-8114;
	src: url("../fonts/noto-sans-hk-47-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-48-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+7e5b, U+7e62, U+7e65, U+7e67-7e68, U+7e6c-7e70, U+7e76, U+7e78, U+7e7b, U+7e7e-7e7f, U+7e81-7e82, U+7e86-7e88, U+7e8a, U+7e8d-7e8e, U+7e92-7e94, U+7e98-7e9b, U+7e9e-7ea0, U+7ea3-7ea4, U+7ea8, U+7eaa-7eaf, U+7eb1-7eb3, U+7eb5-7eba, U+7ebd-7ebe, U+7ec0-7ec1, U+7ec3, U+7ec5, U+7ec7-7eca, U+7ecd-7ece, U+7ed1-7ed2, U+7ed4-7ed5, U+7ed7-7ed8, U+7eda-7edb, U+7edd-7ede, U+7ee2-7ee3, U+7ee5, U+7ee7, U+7ee9-7eeb, U+7eee-7ef0, U+7ef3, U+7ef5, U+7ef7-7ef8, U+7efd-7f01, U+7f03, U+7f05-7f09, U+7f0e, U+7f10, U+7f13-7f15, U+7f18-7f1a, U+7f1c-7f1d, U+7f20, U+7f24-7f25, U+7f28-7f2a, U+7f2d-7f2e, U+7f30, U+7f34, U+7f36-7f37, U+7f3d, U+7f40-7f45, U+7f47-7f4e, U+7f52-7f54, U+7f58, U+7f5a, U+7f5d, U+7f5f-7f63, U+7f65, U+7f68, U+7f6b, U+7f71, U+7f78, U+7f7d-7f7e, U+7f81-7f83, U+7f86-7f87, U+7f8b-7f8d, U+7f8f, U+7f91, U+7f93-7f95, U+7f97, U+7f99;
	src: url("../fonts/noto-sans-hk-48-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-49-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+7d07-7d0a, U+7d0f, U+7d11-7d12, U+7d15, U+7d18, U+7d1c-7d1e, U+7d25, U+7d27, U+7d29, U+7d2c, U+7d31-7d32, U+7d35, U+7d38, U+7d3a, U+7d3c, U+7d3e-7d41, U+7d43, U+7d45-7d46, U+7d4c-7d4f, U+7d53-7d54, U+7d56, U+7d5a-7d5d, U+7d5f, U+7d63, U+7d67, U+7d6a, U+7d6d, U+7d70, U+7d73, U+7d75, U+7d79-7d7b, U+7d7d, U+7d80, U+7d83-7d84, U+7d86-7d89, U+7d8b-7d8f, U+7d91, U+7d95-7d9a, U+7d9d-7d9e, U+7da2-7da4, U+7da6, U+7da8, U+7daa, U+7dac, U+7dae-7db0, U+7db3, U+7db5, U+7db7, U+7db9, U+7dbd, U+7dc1, U+7dc3-7dc7, U+7dcc-7dd1, U+7dd3-7dd4, U+7dd6-7dd9, U+7ddb-7ddc, U+7de1-7de2, U+7de4-7de6, U+7df0-7df3, U+7df5-7df6, U+7dfc-7dfe, U+7e01-7e02, U+7e04, U+7e07-7e0b, U+7e10-7e11, U+7e13, U+7e15, U+7e1d-7e20, U+7e22, U+7e25-7e27, U+7e29, U+7e2d, U+7e2f-7e30, U+7e32-7e37, U+7e39, U+7e3b, U+7e44-7e45, U+7e47-7e48, U+7e4a-7e4b, U+7e4d, U+7e50-7e52, U+7e56, U+7e58-7e5a;
	src: url("../fonts/noto-sans-hk-49-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-50-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+7b91-7b93, U+7b95-7b96, U+7b98, U+7b9c-7b9d, U+7ba0, U+7ba2-7ba3, U+7ba7, U+7ba9-7bac, U+7bae, U+7bb0, U+7bb2, U+7bb4, U+7bb6, U+7bb8-7bb9, U+7bc1, U+7bc3, U+7bc5-7bc6, U+7bcb-7bcc, U+7bcf-7bd0, U+7bd4, U+7bd9-7bdb, U+7bdd, U+7be0-7be1, U+7be5-7be6, U+7bea, U+7bec-7bee, U+7bf1-7bf3, U+7bf8-7bfa, U+7bfc-7c01, U+7c03, U+7c07, U+7c0a-7c0d, U+7c0f, U+7c11-7c12, U+7c15, U+7c1b, U+7c1e-7c20, U+7c23, U+7c25-7c26, U+7c2a-7c2b, U+7c35, U+7c37-7c39, U+7c40-7c42, U+7c44, U+7c48-7c49, U+7c50-7c51, U+7c53-7c54, U+7c56-7c57, U+7c59-7c5d, U+7c5f, U+7c63, U+7c65, U+7c69, U+7c6c-7c6e, U+7c70, U+7c74-7c75, U+7c79, U+7c7c, U+7c7e, U+7c83-7c84, U+7c86, U+7c8b, U+7c8d-7c8e, U+7c91, U+7c94-7c95, U+7c9b-7c9c, U+7c9f, U+7ca2, U+7ca4, U+7ca6, U+7ca8-7caa, U+7cac, U+7cae, U+7cb1-7cb3, U+7cb8, U+7cba, U+7cbc, U+7cbf-7cc0, U+7cc2-7cc3, U+7cc5, U+7cc7-7cc9, U+7ccc-7cce, U+7cd3, U+7cd7, U+7cda, U+7cdc-7cdd, U+7ce0, U+7ce2, U+7ce6, U+7ce8, U+7cea, U+7ced, U+7cf2-7cf6, U+7cf8-7cfa, U+7cfc, U+7d02, U+7d06;
	src: url("../fonts/noto-sans-hk-50-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-51-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+7a2c-7a2d, U+7a32-7a33, U+7a37, U+7a39-7a3a, U+7a3c, U+7a3e, U+7a42-7a43, U+7a45, U+7a49, U+7a4f, U+7a56, U+7a5a, U+7a5c, U+7a60-7a61, U+7a63, U+7a65, U+7a68, U+7a6d-7a6e, U+7a70-7a72, U+7a77-7a79, U+7a7d, U+7a80, U+7a83, U+7a85-7a86, U+7a88, U+7a8d, U+7a90-7a91, U+7a93-7a96, U+7a98, U+7a9c-7a9d, U+7aa0, U+7aa3, U+7aa5-7aa6, U+7aa8, U+7aaa, U+7aac, U+7ab0, U+7ab3, U+7ab6, U+7ab8, U+7abb-7abc, U+7abe-7abf, U+7ac2-7ac3, U+7ac8-7ac9, U+7acf, U+7ad1-7ad3, U+7ad6, U+7ada-7ade, U+7ae2, U+7ae4, U+7ae6-7ae7, U+7ae9-7aeb, U+7af4, U+7af8, U+7afa-7afe, U+7b01-7b06, U+7b09-7b0c, U+7b0e-7b10, U+7b14, U+7b18, U+7b1a, U+7b1e-7b1f, U+7b22-7b25, U+7b27, U+7b29-7b2b, U+7b2d-7b2e, U+7b31-7b35, U+7b38-7b3c, U+7b42-7b43, U+7b45, U+7b47-7b48, U+7b4a, U+7b4c, U+7b4e-7b50, U+7b55, U+7b58, U+7b5b, U+7b5d, U+7b60, U+7b62, U+7b65-7b67, U+7b69, U+7b6c-7b6f, U+7b72-7b76, U+7b79, U+7b7b, U+7b7e, U+7b82, U+7b84-7b85, U+7b87, U+7b8b, U+7b8d-7b90;
	src: url("../fonts/noto-sans-hk-51-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-52-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+78d2-78d5, U+78d7-78d8, U+78de, U+78e3-78e4, U+78e6-78e7, U+78ea, U+78ec, U+78ee, U+78f0-78f5, U+78fa-78fb, U+78fd-7900, U+7904-7906, U+790a, U+790c, U+7910-7912, U+791c, U+791e, U+7920-7921, U+792a-792c, U+792e, U+7931-7934, U+7936, U+7938, U+793b, U+793d, U+793f, U+7941-7942, U+7945-7947, U+7949, U+794c, U+794e, U+7953-7954, U+7957-795c, U+795f, U+7961-7962, U+7964, U+7967, U+7969, U+796b-796c, U+796f, U+7971-7973, U+7977-7979, U+797b-797c, U+797e, U+7980, U+7982-7988, U+798a-798b, U+7991, U+7993-7996, U+7998-799b, U+799d, U+799f-79a2, U+79a4-79a5, U+79a8-79a9, U+79af-79b0, U+79b3, U+79b5, U+79b8, U+79ba, U+79c3-79c4, U+79c6, U+79c8, U+79ca, U+79cc, U+79cf-79d0, U+79d4-79d6, U+79dc-79de, U+79e2-79e3, U+79e7, U+79ea-79ed, U+79ef-79f1, U+79f4, U+79f6-79f8, U+79fd, U+7a02-7a03, U+7a06, U+7a08-7a0a, U+7a0c, U+7a0e, U+7a10-7a11, U+7a14, U+7a17-7a19, U+7a1c, U+7a1e-7a1f, U+7a23, U+7a26, U+7a2a;
	src: url("../fonts/noto-sans-hk-52-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-53-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+776c-776e, U+7771-7772, U+7777-7778, U+777a-777b, U+777d-777e, U+7780, U+7785, U+7787, U+7789, U+778b-778d, U+7791-7793, U+7798, U+779c, U+779f-77a0, U+77a2, U+77a5, U+77a9, U+77af-77b1, U+77b4, U+77b6-77b7, U+77b9, U+77bc-77bf, U+77c3, U+77c5, U+77c7, U+77cb-77cd, U+77d3, U+77d6-77d7, U+77dc-77de, U+77e3, U+77e6-77e7, U+77eb-77ec, U+77f0, U+77f2, U+77f4, U+77f6, U+77f8, U+77fa-77fc, U+77fe-7800, U+7803, U+7805-7806, U+7808-7809, U+7810-7812, U+7815-7816, U+7818, U+781a, U+781c-7823, U+7825-7827, U+7829, U+782c-7830, U+7833, U+7835, U+7837, U+7839-783a, U+783c-783e, U+7840, U+7842-7845, U+7847, U+784a-7855, U+7858, U+785a, U+785c-785d, U+7864, U+7866, U+7868, U+786a, U+786f, U+7874, U+7876, U+787a, U+787c, U+787f, U+7886-7889, U+788d, U+788f, U+7893, U+7895-7896, U+7898, U+789a, U+789e, U+78a1, U+78a3, U+78a5, U+78aa, U+78ad, U+78af, U+78b1-78b2, U+78b4, U+78b6, U+78b8-78b9, U+78be, U+78c7-78c9, U+78cb, U+78ce, U+78d0-78d1;
	src: url("../fonts/noto-sans-hk-53-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-54-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+7601-7602, U+7607-760a, U+760c-760d, U+7610, U+7615-7616, U+7618-7620, U+7622-7623, U+7625, U+7627, U+7629, U+762b-762c, U+762e, U+7630, U+7632-7635, U+7638, U+763a-763c, U+763e, U+7640, U+7643, U+7646, U+7648-7649, U+764d-764f, U+7651, U+7654, U+7658, U+765c, U+765f, U+7663-7667, U+7669, U+766b-766d, U+766f-7670, U+7673-7674, U+7676, U+7678-767a, U+767f-7681, U+7683, U+7688, U+768a-768b, U+768e, U+7690, U+7695-7696, U+769a-769e, U+76a1, U+76a3-76a5, U+76aa, U+76b0-76b1, U+76b4, U+76b7-76b8, U+76c2, U+76c5, U+76c9, U+76cc-76cd, U+76cf-76d1, U+76d6-76d9, U+76e5-76e6, U+76e9, U+76ec, U+76f1, U+76f7, U+76f9-76fb, U+76ff-7700, U+7704-7705, U+7707-7708, U+770a, U+770c, U+770e-770f, U+7715, U+7719-771b, U+771d-771e, U+7722, U+7724-7726, U+7728, U+772b, U+772d, U+772f, U+7733-7736, U+7738, U+773b, U+773d, U+7741, U+7743-7744, U+7746, U+774c, U+774e-7752, U+7755, U+7758-775a, U+775f-7760, U+7762, U+7765-7766, U+7768-776a;
	src: url("../fonts/noto-sans-hk-54-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-55-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+74aa-74ab, U+74ae, U+74b1-74b2, U+74b4-74b5, U+74b8-74ba, U+74bf, U+74c5-74c6, U+74c8, U+74cc-74cd, U+74d0, U+74d2-74d4, U+74d6, U+74d8, U+74da, U+74de-74e0, U+74e2, U+74e4, U+74e7-74e9, U+74ee-74f2, U+74f4, U+74f8-74f9, U+74fb, U+74ff-7501, U+7503, U+7505, U+7507, U+750c-750e, U+7511, U+7513, U+7515-7517, U+7519, U+751e, U+7521, U+7525, U+752a, U+752c-752f, U+7534, U+753e, U+7542, U+7545-7548, U+754a-754b, U+754d-754e, U+7551, U+7553, U+7555, U+755a-755b, U+755d, U+7560, U+7563-7564, U+7566-7568, U+756c-756f, U+7572-7575, U+7577-757a, U+757c, U+757e-757f, U+7583-7584, U+7587, U+7589, U+758b-758e, U+7590, U+7592, U+7594-7595, U+7597, U+7599-759a, U+759d-759f, U+75a1-75a3, U+75a5, U+75a7, U+75aa, U+75ac, U+75ae-75b1, U+75b3-75b4, U+75b8, U+75bd, U+75c0, U+75c2-75c4, U+75c8-75ca, U+75cc-75cd, U+75d2, U+75d4, U+75d9, U+75dc, U+75df, U+75e2-75e4, U+75e6-75e7, U+75e9-75ec, U+75f0-75f3, U+75f7, U+75f9-75fa, U+75fc, U+75fe-7600;
	src: url("../fonts/noto-sans-hk-55-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-56-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+73b9-73ba, U+73bc, U+73bf, U+73c2, U+73c4-73c6, U+73c9, U+73cb-73cc, U+73ce-73d2, U+73d5-73d7, U+73d9, U+73db-73de, U+73e1-73eb, U+73ef, U+73f3, U+73f5-73f7, U+73f9-73fd, U+7400-7402, U+7404-7405, U+7407-7408, U+740a-740d, U+740f-7412, U+7414-7417, U+7419-7425, U+7428-7429, U+742c-7432, U+7435-743a, U+743c-7443, U+7445-744a, U+744c, U+7451-7454, U+7456-7457, U+7459, U+745d, U+7460-7462, U+7465, U+7467-7468, U+746b-746e, U+7471-7477, U+7479-747a, U+747c-747f, U+7481-7482, U+7484-7486, U+7488-748a, U+748c-7490, U+7492, U+7498-74a1, U+74a3-74a7, U+74a9;
	src: url("../fonts/noto-sans-hk-56-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-57-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+7265-7266, U+726a-726b, U+726e-7270, U+7273-7275, U+7277, U+727a-727b, U+727e-727f, U+7281-7282, U+7284, U+7287, U+728a, U+728d, U+728f, U+7292, U+7294, U+7296, U+7298, U+729b, U+729f-72a2, U+72ad-72ae, U+72b0-72b5, U+72b8-72b9, U+72bc-72bd, U+72c1, U+72c3, U+72c5-72c6, U+72c8, U+72cc-72ce, U+72d2, U+72d4, U+72db, U+72dd, U+72df, U+72e1-72e2, U+72e8, U+72ec-72ee, U+72f1, U+72f3-72f4, U+72f7, U+72fa-72fb, U+72fd, U+7300-7302, U+7304, U+7307, U+730a-730b, U+730e, U+7310, U+7313, U+7315-7317, U+7319, U+731e-731f, U+7322, U+7328-732e, U+7330-7331, U+7337-733c, U+733e, U+7340-7341, U+7343, U+7348, U+734c-734d, U+734f-7350, U+7352, U+7355, U+7357, U+7359-735a, U+7360-7363, U+7365, U+7369-7371, U+7373-7374, U+7377, U+737a, U+737c, U+737e, U+7380, U+7385-7386, U+738a, U+738c, U+738e-738f, U+7391-7395, U+7397-7398, U+739b-739c, U+739e, U+73a0-73a2, U+73a5-73a8, U+73aa, U+73ad-73ae, U+73b3-73b8;
	src: url("../fonts/noto-sans-hk-57-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-58-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+70fe-70ff, U+7104-7106, U+7109, U+710c, U+7110, U+7113-7116, U+7118, U+711c-711e, U+7120, U+7122, U+7129, U+712b-712c, U+712e-712f, U+7131, U+7133-7135, U+713b-713c, U+713e-7140, U+7143, U+7145-7147, U+714a-714b, U+714f-7153, U+7155-7157, U+715a, U+7160, U+7162, U+7166, U+7168, U+716b-716c, U+7171, U+7173-7178, U+717a-717e, U+7180-7181, U+7185, U+7187-7188, U+718b-718c, U+718e-7192, U+7196-7198, U+719a-719c, U+71a0, U+71a2-71a4, U+71a8, U+71ad, U+71af, U+71b2-71b5, U+71b7-71ba, U+71be, U+71c1, U+71c4, U+71ca-71cb, U+71ce-71d1, U+71d4, U+71d7-71d8, U+71da, U+71dc-71dd, U+71e0-71e1, U+71e7, U+71eb-71ec, U+71ee, U+71f4-71f6, U+71f9, U+71fc, U+71fe-7201, U+7203, U+7207, U+7209, U+720c, U+720e-720f, U+7213-7217, U+721a, U+721d, U+7222-7225, U+7228, U+722b, U+722e, U+7230, U+7237, U+723b, U+723f-7242, U+724b, U+724d, U+7250, U+7252-7253, U+7255-7258, U+725c-725d, U+7263-7264;
	src: url("../fonts/noto-sans-hk-58-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-59-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+6fbc, U+6fbe, U+6fc2, U+6fc6-6fcb, U+6fce, U+6fd1-6fd4, U+6fd8-6fda, U+6fde, U+6fe0-6fe2, U+6fe8-6fe9, U+6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ff8, U+6ffa, U+6ffc, U+6fff-7001, U+7003, U+7005-7007, U+700b, U+700d, U+7015, U+7018, U+701b, U+701e, U+7020-7021, U+7023, U+7026-7027, U+702c, U+702f-7032, U+7034-7035, U+7037-703c, U+7040, U+7042-7044, U+7046, U+7049, U+704b, U+704d, U+704f-7050, U+7052, U+7054-7055, U+705c-7061, U+7064-7069, U+706c-706f, U+7073-7075, U+7077-707a, U+707e-7081, U+7085-7086, U+7089, U+708b, U+708f-7091, U+7094-7096, U+7098, U+709c, U+709f-70a1, U+70a3-70a7, U+70a9, U+70ac, U+70af-70b2, U+70b4-70b5, U+70b7, U+70bb-70be, U+70c0-70c4, U+70ca-70cc, U+70d0, U+70d2, U+70d4-70d6, U+70d9-70dd, U+70df, U+70e6-70e9, U+70eb-70ec, U+70ef, U+70f1, U+70f4-70f5, U+70f7, U+70fa, U+70fd;
	src: url("../fonts/noto-sans-hk-59-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-60-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+6e88-6e89, U+6e8b, U+6e8d-6e8f, U+6e93, U+6e98-6e9a, U+6e9f, U+6ea1, U+6ea4-6ea7, U+6eae, U+6eb1-6eb2, U+6eb4-6eb5, U+6eb7-6eb8, U+6ebb, U+6ebd, U+6ec1-6ec3, U+6ec7-6ec9, U+6ecd-6ed0, U+6ed3-6ed6, U+6ed8, U+6eda-6edb, U+6edd-6ede, U+6ee2, U+6ee4-6ee5, U+6ee8-6ee9, U+6eeb, U+6eee, U+6ef3, U+6ef8-6efb, U+6f00, U+6f04, U+6f08-6f0e, U+6f11-6f13, U+6f15-6f17, U+6f19-6f1a, U+6f23-6f2a, U+6f2d-6f31, U+6f33-6f36, U+6f3a-6f3d, U+6f40-6f41, U+6f43-6f44, U+6f47, U+6f4d-6f4f, U+6f53, U+6f56-6f57, U+6f59-6f5a, U+6f5c, U+6f5e-6f61, U+6f63, U+6f66-6f67, U+6f69-6f6c, U+6f6f, U+6f72-6f7f, U+6f81-6f82, U+6f87, U+6f89-6f8d, U+6f90, U+6f92, U+6f94-6f97, U+6f9c-6f9d, U+6f9f-6fa0, U+6fa2-6fa3, U+6fa5-6fa8, U+6faa-6fab, U+6fae-6faf, U+6fb4-6fb6, U+6fb9-6fbb;
	src: url("../fonts/noto-sans-hk-60-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-61-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+6d64-6d65, U+6d67, U+6d6c-6d6d, U+6d6f-6d72, U+6d75, U+6d79, U+6d7c, U+6d7f, U+6d81-6d82, U+6d85, U+6d87, U+6d8e-6d8f, U+6d91-6d9b, U+6d9d, U+6d9f, U+6da1, U+6da4-6dac, U+6db1, U+6db3-6db4, U+6db7-6db9, U+6dbe-6dc0, U+6dc2, U+6dc4-6dc5, U+6dc8-6dca, U+6dcc-6dcd, U+6dcf-6dd0, U+6dd2-6dd3, U+6dd5-6dd6, U+6dd9, U+6ddb-6de0, U+6de2-6de6, U+6de9, U+6dec, U+6def-6df0, U+6df2, U+6df4, U+6df6, U+6df8, U+6dfc-6dfe, U+6e00, U+6e02-6e04, U+6e07-6e0b, U+6e0d-6e10, U+6e13-6e15, U+6e17-6e1a, U+6e1d, U+6e1f, U+6e22, U+6e24-6e25, U+6e27, U+6e2a-6e2b, U+6e2d-6e2e, U+6e30-6e31, U+6e36, U+6e39-6e3a, U+6e3c-6e3d, U+6e40-6e41, U+6e44-6e45, U+6e47, U+6e49, U+6e4b, U+6e4d-6e51, U+6e53-6e54, U+6e57, U+6e59, U+6e5c, U+6e5e-6e61, U+6e63-6e66, U+6e69-6e6b, U+6e6e, U+6e70-6e76, U+6e78, U+6e7c, U+6e7f-6e80, U+6e83, U+6e85-6e86;
	src: url("../fonts/noto-sans-hk-61-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-62-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+6c3f, U+6c43, U+6c46, U+6c49-6c4f, U+6c54-6c55, U+6c58, U+6c5a-6c5c, U+6c5e, U+6c64-6c69, U+6c6b-6c6f, U+6c71-6c75, U+6c78-6c79, U+6c7c, U+6c7e-6c7f, U+6c82, U+6c84-6c87, U+6c8c-6c8d, U+6c8f, U+6c93-6c94, U+6c98, U+6c9a, U+6c9d, U+6c9f, U+6ca2, U+6ca5-6ca8, U+6caa, U+6cac-6cb2, U+6cb4-6cb5, U+6cba, U+6cbc, U+6cc2-6cc3, U+6cc5-6cc7, U+6ccb, U+6cce, U+6cd0-6cd2, U+6cd4, U+6cd6-6cd7, U+6cd9-6cda, U+6cdc-6ce0, U+6ce7, U+6ce9-6cec, U+6cee-6cef, U+6cf1, U+6cf7-6cf8, U+6cfb-6d02, U+6d04-6d07, U+6d09-6d0a, U+6d0c, U+6d0e-6d12, U+6d18-6d1a, U+6d1f, U+6d22-6d24, U+6d26-6d28, U+6d2b, U+6d2d-6d31, U+6d33-6d3a, U+6d3c, U+6d3f, U+6d43-6d47, U+6d4a-6d4b, U+6d4e-6d4f, U+6d51-6d53, U+6d57-6d58, U+6d5a-6d5c, U+6d5e-6d63;
	src: url("../fonts/noto-sans-hk-62-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-63-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+6a9c-6aa1, U+6aa3-6aa5, U+6aa7-6aa8, U+6aab, U+6aae, U+6ab1-6ab2, U+6ab5, U+6aba, U+6abe, U+6ac2, U+6ac5-6ac6, U+6ac8-6aca, U+6acc, U+6ad3-6ad4, U+6ad8, U+6ada-6adb, U+6add-6adf, U+6ae3, U+6ae7-6ae8, U+6aea-6aec, U+6af1, U+6af3, U+6af6, U+6af8, U+6afa, U+6afc, U+6b05, U+6b09, U+6b0e-6b13, U+6b17, U+6b1d-6b1e, U+6b25, U+6b2c, U+6b31, U+6b35-6b37, U+6b39, U+6b3b, U+6b40, U+6b43, U+6b46, U+6b48, U+6b52-6b55, U+6b57, U+6b59, U+6b5b, U+6b5f-6b60, U+6b68-6b69, U+6b6f, U+6b74, U+6b7a, U+6b7c, U+6b7f-6b84, U+6b86-6b87, U+6b89, U+6b8b, U+6b8d, U+6b91-6b93, U+6b9b, U+6b9e, U+6ba1-6ba2, U+6ba4, U+6baa-6bab, U+6bad-6bae, U+6bb2-6bb4, U+6bbb, U+6bbd, U+6bc1-6bc2, U+6bcc, U+6bce, U+6bd0-6bd1, U+6bd5-6bd9, U+6bdc, U+6bde, U+6be1, U+6bea, U+6bec, U+6bf3, U+6bf9-6bfa, U+6bfd, U+6bff-6c00, U+6c02, U+6c05-6c06, U+6c0a, U+6c0c-6c0d, U+6c10, U+6c13, U+6c16, U+6c18-6c1a, U+6c1c, U+6c1f, U+6c21-6c22, U+6c24, U+6c26, U+6c28-6c2a, U+6c2c, U+6c2e-6c33, U+6c35-6c37, U+6c39-6c3a, U+6c3d-6c3e;
	src: url("../fonts/noto-sans-hk-63-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-64-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+6957, U+6959, U+695b-695f, U+6961-696c, U+696e-6970, U+6972-6974, U+6976, U+6978-697a, U+697c, U+6980, U+6984-6986, U+6988-698a, U+698d-698e, U+6990-6991, U+6994, U+6996-699b, U+699e-699f, U+69a2-69a7, U+69ab, U+69ad, U+69af, U+69b1-69b3, U+69b6-69b7, U+69bb-69bc, U+69bf-69c1, U+69c3-69c5, U+69c7, U+69ca, U+69cc, U+69ce, U+69d0-69d1, U+69d4-69d6, U+69d8-69d9, U+69db, U+69df, U+69e1, U+69e4, U+69e8-69ea, U+69ed-69ee, U+69f1-69f4, U+69f6, U+69f8-69fb, U+69ff-6a00, U+6a03, U+6a05, U+6a0a-6a0c, U+6a17-6a18, U+6a1a-6a1c, U+6a28-6a2d, U+6a31-6a33, U+6a35, U+6a3b, U+6a3e-6a40, U+6a43, U+6a45, U+6a47-6a48, U+6a4c, U+6a50, U+6a52-6a53, U+6a55-6a57, U+6a5a-6a5b, U+6a5e, U+6a62-6a63, U+6a65-6a66, U+6a6a, U+6a71, U+6a74, U+6a79-6a7a, U+6a7c, U+6a7e-6a82, U+6a84, U+6a87, U+6a89-6a8a, U+6a8d-6a92, U+6a97, U+6a99;
	src: url("../fonts/noto-sans-hk-64-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-65-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+67fe, U+6800-6805, U+6808-6809, U+680b, U+680d-6812, U+6814, U+6816, U+6818, U+681b-681e, U+6820, U+6822, U+6825, U+6827-6829, U+682b, U+682e-682f, U+6831-6834, U+6836, U+683a-683b, U+683e, U+6840-6841, U+6844-6845, U+6847, U+6849-684a, U+684e, U+6853, U+6855-6856, U+685c-685d, U+685f, U+6861-6863, U+6865-6869, U+686b, U+686d, U+686f, U+6871-6872, U+6874-6875, U+6877, U+6879, U+687b-687c, U+687e, U+6880, U+6882-6884, U+6886, U+6888, U+688f, U+6891-6892, U+6894, U+6896, U+6898, U+689b-689c, U+689f-68a0, U+68a2-68a3, U+68a6, U+68a9, U+68b1-68b2, U+68b4, U+68b6, U+68b9, U+68bd, U+68c0-68c1, U+68c3, U+68c5-68c6, U+68c8, U+68ca, U+68d0-68d1, U+68d3, U+68d6, U+68e1, U+68e3, U+68e6, U+68e8-68ec, U+68ef-68f1, U+68f3, U+68f6-68f7, U+68f9-68fd, U+6900-6904, U+6906-6907, U+6909, U+690b, U+690f-6910, U+6917-691c, U+6925, U+692a, U+692c-692d, U+6932, U+6934, U+6936, U+6939, U+693c-6940, U+6942-6943, U+6946, U+6949, U+6952, U+6954-6956;
	src: url("../fonts/noto-sans-hk-65-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-66-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+66b3, U+66b5-66b6, U+66b8-66bc, U+66be-66bf, U+66c1, U+66c4, U+66c7-66c8, U+66cc-66cf, U+66d5, U+66d8-66db, U+66df, U+66e1-66e2, U+66e7-66e9, U+66ef, U+66f1, U+66f5, U+66f7, U+66fa, U+66fd, U+6702, U+6705, U+670a, U+670c, U+670e-6710, U+6713-6716, U+6718-6719, U+671e, U+6720, U+6722-6727, U+6729, U+672e, U+6733, U+6736, U+6738-6739, U+673f-6740, U+6742, U+6744-6745, U+6747-6748, U+674b-674d, U+6753, U+6755, U+6759, U+675d-675e, U+6760, U+6762-6763, U+6767-676c, U+676e, U+6772-6777, U+677a-677c, U+6782, U+6786-6787, U+678a-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679f-67a5, U+67aa-67ae, U+67b0-67b5, U+67b7-67bc, U+67bf-67c3, U+67c5-67c6, U+67c8-67ca, U+67ce, U+67d2, U+67d6-67d9, U+67db-67e0, U+67e2, U+67e4, U+67e9-67ea, U+67f0, U+67f2, U+67f6-67fb;
	src: url("../fonts/noto-sans-hk-66-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-67-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+6535, U+6537-6538, U+653a, U+653d, U+6542-6543, U+6549, U+654c-654e, U+6554-6555, U+655a-655b, U+655d, U+655f, U+6561, U+6564-6565, U+6567, U+656b, U+656d-656e, U+6573, U+6576, U+6579-657b, U+6581, U+6585-6586, U+6588-6589, U+658b, U+658e, U+6593, U+6595, U+659b, U+659d, U+659f-65a1, U+65a9, U+65ab, U+65ad, U+65b2-65b3, U+65b5, U+65bb, U+65be-65bf, U+65c2-65c4, U+65c6, U+65cc, U+65ce, U+65d1-65d2, U+65d4, U+65d6, U+65db, U+65e1, U+65e3, U+65e7, U+65ee-65f0, U+65f2-65f4, U+65f7-65f8, U+65fc-65fd, U+65ff-6600, U+6603-6605, U+6609, U+660d, U+6610-6611, U+6618-6619, U+661c-661e, U+6621-6624, U+6626, U+6629, U+662b, U+6630, U+6633-6636, U+6639-663d, U+6640-6641, U+6644-6645, U+6648, U+664a-664d, U+6653-6657, U+6659, U+665b, U+665d-665e, U+6660-6667, U+6669, U+666b-666c, U+6672-6673, U+6677-6679, U+667b-667e, U+6681-6685, U+668b-6690, U+6692, U+6698, U+669a, U+669d, U+669f-66a0, U+66a4, U+66a6-66a7, U+66aa, U+66ad, U+66b2;
	src: url("../fonts/noto-sans-hk-67-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-68-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+63f2-63f3, U+63f5-63f8, U+63fa-63fe, U+6400-6402, U+6405-6407, U+6409-640c, U+6410, U+6414-6415, U+6418, U+641b, U+641f-6423, U+6425-6428, U+642a-642b, U+642f-6430, U+6432, U+6434, U+6437-6438, U+643a-643b, U+643d-6444, U+6446-6447, U+644a-644b, U+644e, U+6450-6453, U+6456, U+6459-645c, U+645e, U+6460-6461, U+6463-6465, U+6468, U+646c-646e, U+6470-6477, U+6479, U+647b-647d, U+6480, U+6482, U+6485, U+648b-648d, U+6491, U+6493, U+6496-649a, U+649d, U+649f-64a0, U+64a2-64a3, U+64ac, U+64af, U+64b1, U+64b3-64b4, U+64b6-64b9, U+64bb, U+64be, U+64c0, U+64c3-64c4, U+64d0, U+64d2-64d3, U+64d5, U+64d7-64d8, U+64dd, U+64e1-64e5, U+64e7, U+64e9-64ea, U+64ed, U+64ef-64f0, U+64f3, U+64f8, U+64fb-64fc, U+64ff, U+6504-6506, U+6509-650a, U+6511-6512, U+6516, U+6518-6519, U+651b, U+651f-6523, U+6525-6526, U+6529, U+652b, U+652e, U+6530, U+6532, U+6534;
	src: url("../fonts/noto-sans-hk-68-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-69-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+628e, U+6290, U+6294, U+629a-629e, U+62a0, U+62a2, U+62a6, U+62a8, U+62af, U+62b3, U+62b6, U+62ba-62bb, U+62be-62bf, U+62c1-62c5, U+62c8, U+62ca, U+62cf, U+62d1, U+62d5, U+62d7, U+62d9, U+62dd, U+62df-62e3, U+62e5-62e8, U+62ee, U+62f4-62fb, U+62fd, U+6300, U+6302, U+6308, U+630c-630e, U+6310, U+6312-6313, U+6318-631b, U+631d-6321, U+6323-6325, U+632d-632e, U+6331-6332, U+6334-6339, U+633b-633c, U+633e-6340, U+6342-6346, U+634b-634c, U+634e, U+6352, U+6357, U+635a, U+635c-635f, U+6361, U+6363-6365, U+6369, U+636b-636d, U+636f-6370, U+6373, U+6375-6376, U+6379-637b, U+637d, U+637f, U+6381, U+6384, U+6387, U+638a-638b, U+638d-638e, U+6390, U+6394-6397, U+639e-639f, U+63a3-63a4, U+63a6, U+63ac-63af, U+63b1-63b4, U+63b7, U+63b9-63bb, U+63bd-63be, U+63c1, U+63c3-63c4, U+63c8, U+63cd-63ce, U+63d1, U+63d6, U+63dc, U+63de, U+63e0, U+63e2-63e4, U+63e6, U+63e9, U+63f0;
	src: url("../fonts/noto-sans-hk-69-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-70-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+612f-6130, U+6134, U+6136, U+613c-613f, U+6142, U+6144, U+6146-6147, U+6149-614a, U+614d, U+6150-6153, U+6159-615a, U+615c-6160, U+6164-6165, U+6169-616d, U+616f, U+6171-6175, U+6177, U+617a, U+617c-617d, U+617f-6181, U+6187, U+618a-618e, U+6192-6195, U+6198-619c, U+619f, U+61a1, U+61a7-61a8, U+61aa-61af, U+61b7-61ba, U+61bf-61c0, U+61c3, U+61c6, U+61ca-61cd, U+61cf-61d0, U+61d2-61d3, U+61da, U+61de-61e0, U+61e2-61e3, U+61e6, U+61e8, U+61ed-61ee, U+61f5, U+61f9-61fa, U+61fd-61fe, U+6207, U+6209, U+620d-620e, U+6213-6215, U+6219, U+621b, U+621d-6223, U+6225-6227, U+6229, U+622b-622c, U+622e-622f, U+6231, U+6238-6239, U+623b, U+623d-623e, U+6242-6243, U+6246, U+6248-6249, U+624c, U+6251, U+6255, U+6259-625a, U+625e, U+6260-6262, U+6265-6269, U+626b-626c, U+6270-6273, U+6275, U+627a-627d, U+6282-6283, U+6285-6286, U+6289, U+628c;
	src: url("../fonts/noto-sans-hk-70-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-71-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+5fe7, U+5fea, U+5fec-5fee, U+5ff1, U+5ff3, U+5ff8, U+5ffa-5ffc, U+5fff-6000, U+6002, U+6005, U+600a, U+600d, U+600f-6010, U+6014, U+6017, U+6019-601c, U+601e, U+6020, U+6022-6023, U+6026, U+6029, U+602b-602c, U+602e-602f, U+6031, U+6033-6035, U+6039, U+603c, U+6040-6043, U+6045, U+6047, U+604a-604c, U+604f, U+6053, U+6059-605b, U+605d, U+6060, U+6063, U+6067, U+606a-606b, U+606e, U+6072-6078, U+607a, U+607c, U+607e-6081, U+6083, U+6086, U+608a, U+608c, U+608e, U+6092-6093, U+6095-6097, U+609b, U+609d-609e, U+60a2, U+60a4, U+60a6-60a7, U+60a9-60aa, U+60ac-60ad, U+60af-60b1, U+60b3-60b5, U+60b8, U+60bb, U+60bd-60be, U+60c0, U+60c6-60c7, U+60ca-60cb, U+60d3-60d5, U+60d7-60db, U+60dd-60de, U+60e2-60e3, U+60e6-60f0, U+60f2, U+60f4, U+60f6, U+60fa-60fb, U+60fd, U+60ff-6100, U+6103, U+6106-6107, U+610a-610e, U+6110, U+6112-6116, U+6119, U+6120, U+6122-6124, U+6128-612e;
	src: url("../fonts/noto-sans-hk-71-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-72-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+5e6c, U+5e6e, U+5e75, U+5e77, U+5e7a, U+5e80-5e81, U+5e83, U+5e86, U+5e88, U+5e8b, U+5e90, U+5e92, U+5e96, U+5e99, U+5e9b, U+5e9d-5ea2, U+5ea4-5ea5, U+5eb3-5eb6, U+5eb9, U+5ebd-5ebe, U+5ec3-5ec4, U+5ec6, U+5ecb-5ecd, U+5ed0-5ed2, U+5ed4-5ed5, U+5ed8-5ed9, U+5edb, U+5edd, U+5ee1, U+5ee8-5ee9, U+5eec, U+5eef-5ef0, U+5ef4-5ef5, U+5ef8-5ef9, U+5efb-5efc, U+5efe, U+5f01-5f03, U+5f05, U+5f07-5f09, U+5f0b-5f0e, U+5f10-5f12, U+5f14, U+5f16, U+5f1b, U+5f1d, U+5f22, U+5f25, U+5f28-5f29, U+5f2d, U+5f2f-5f30, U+5f36, U+5f38-5f39, U+5f3b-5f3c, U+5f3e, U+5f40-5f42, U+5f45-5f46, U+5f4a, U+5f4d, U+5f50-5f52, U+5f54, U+5f56-5f58, U+5f5a-5f5e, U+5f61, U+5f63, U+5f66-5f67, U+5f6b, U+5f72-5f74, U+5f76, U+5f78, U+5f7b, U+5f7d, U+5f82-5f84, U+5f87, U+5f89-5f8a, U+5f8d, U+5f93, U+5f95, U+5f98-5f99, U+5f9b-5f9c, U+5fa0, U+5fa4, U+5fa6-5fa8, U+5fab-5fad, U+5fb1, U+5fb3-5fb4, U+5fba, U+5fbc, U+5fc2, U+5fc4, U+5fc6, U+5fc9, U+5fcb, U+5fce-5fd6, U+5fdb-5fdf, U+5fe1, U+5fe4;
	src: url("../fonts/noto-sans-hk-72-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-73-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+5cee, U+5cf1, U+5cf4-5cf5, U+5cf8, U+5cfc, U+5cfe-5d00, U+5d06, U+5d08, U+5d0a-5d0d, U+5d15, U+5d18, U+5d1a, U+5d1d, U+5d1f-5d22, U+5d24, U+5d26-5d28, U+5d2c-5d2f, U+5d33-5d35, U+5d3d-5d3f, U+5d42-5d43, U+5d46-5d4b, U+5d4e, U+5d52-5d53, U+5d56-5d59, U+5d5b-5d5c, U+5d65, U+5d68-5d69, U+5d6b-5d6c, U+5d6f-5d70, U+5d74-5d75, U+5d78, U+5d7b, U+5d7e-5d7f, U+5d81-5d82, U+5d85-5d88, U+5d8b-5d8c, U+5d8e, U+5d92, U+5d94, U+5d97, U+5d99, U+5d9d, U+5da0-5da2, U+5da4, U+5da7, U+5da9-5dab, U+5dae, U+5db2, U+5db4, U+5db6-5db9, U+5dbd, U+5dc1-5dc5, U+5dc9, U+5dcb-5dcd, U+5dd2, U+5dd6-5dd8, U+5ddb-5ddc, U+5de0, U+5de3, U+5de9, U+5df0, U+5df3, U+5df5, U+5df9, U+5dfb-5dfd, U+5e00-5e01, U+5e04-5e05, U+5e09-5e0b, U+5e11-5e12, U+5e14, U+5e18-5e1c, U+5e1f-5e22, U+5e27-5e28, U+5e2f-5e30, U+5e34, U+5e37, U+5e3a, U+5e3c, U+5e40, U+5e42-5e44, U+5e47-5e48, U+5e4c, U+5e54, U+5e57-5e5b, U+5e5e-5e5f, U+5e61-5e62, U+5e64, U+5e6a;
	src: url("../fonts/noto-sans-hk-73-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-74-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+5b6d-5b6e, U+5b70-5b76, U+5b7a-5b7d, U+5b7f-5b82, U+5b84, U+5b8d, U+5b90, U+5b92-5b93, U+5b95-5b96, U+5b9f-5ba1, U+5ba6-5ba8, U+5baa-5bad, U+5bb7, U+5bbd-5bbe, U+5bc0-5bc1, U+5bc3, U+5bd0-5bd1, U+5bd4-5bd8, U+5bdb-5bdd, U+5be4-5be5, U+5bef, U+5bf3, U+5bfb, U+5bfe-5bff, U+5c02-5c03, U+5c05, U+5c09, U+5c0c, U+5c10, U+5c12-5c13, U+5c15, U+5c18-5c19, U+5c1b-5c20, U+5c22-5c23, U+5c25, U+5c27-5c28, U+5c2a-5c2b, U+5c34, U+5c38, U+5c3d, U+5c42, U+5c44, U+5c47, U+5c49-5c4a, U+5c50, U+5c53, U+5c58-5c59, U+5c5b, U+5c5d, U+5c61, U+5c63, U+5c68, U+5c6d-5c6e, U+5c74, U+5c78-5c86, U+5c88, U+5c8a-5c8d, U+5c92-5c9c, U+5c9e, U+5ca0, U+5ca2-5ca3, U+5ca5-5ca7, U+5cab-5cad, U+5cb5, U+5cb7, U+5cba-5cbb, U+5cc1-5cc2, U+5cc8, U+5cca-5ccb, U+5cce, U+5cd1-5cd2, U+5cd5-5cd6, U+5cd8-5cda, U+5cdf-5ce1, U+5ce5-5ce6, U+5ce8-5cea, U+5ced;
	src: url("../fonts/noto-sans-hk-74-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-75-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+5a33-5a34, U+5a38, U+5a3c-5a3d, U+5a3f-5a45, U+5a47-5a48, U+5a4a, U+5a4c-5a4d, U+5a50-5a51, U+5a53-5a54, U+5a56-5a57, U+5a59, U+5a5d-5a5e, U+5a60-5a63, U+5a65, U+5a67-5a68, U+5a6a-5a6e, U+5a71, U+5a73-5a76, U+5a79-5a7c, U+5a7e, U+5a81-5a84, U+5a86, U+5a88, U+5a8c, U+5a90-5a91, U+5a93, U+5a96-5a97, U+5a99, U+5a9c, U+5a9e-5aa1, U+5aa4, U+5aa7, U+5aaa-5aac, U+5aae-5aaf, U+5ab1, U+5ab4-5ab5, U+5ab8, U+5aba-5abc, U+5abe-5abf, U+5ac3-5ac4, U+5ac6-5acb, U+5ace-5adc, U+5ae0-5ae1, U+5ae3-5ae6, U+5ae8, U+5aea-5aeb, U+5aee, U+5af0, U+5af2, U+5af5, U+5afa, U+5afe-5aff, U+5b01, U+5b05, U+5b08, U+5b0b, U+5b0d, U+5b11, U+5b15-5b17, U+5b19, U+5b1b, U+5b1d, U+5b1f, U+5b21-5b23, U+5b28, U+5b2a-5b2d, U+5b32, U+5b34, U+5b36-5b38, U+5b3e-5b41, U+5b43-5b46, U+5b4a-5b4c, U+5b4f, U+5b51, U+5b53, U+5b59, U+5b5b-5b5c, U+5b62, U+5b65, U+5b68, U+5b6c;
	src: url("../fonts/noto-sans-hk-75-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-76-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+58bc, U+58c2, U+58c5-58c6, U+58ca-58cc, U+58ce, U+58d0-58d1, U+58d5, U+58d9-58da, U+58dc, U+58df-58e0, U+58e9, U+58ec, U+58ee, U+58f1-58f3, U+58f6-58f7, U+58fb-58fc, U+5900, U+5902, U+5905-5906, U+5909-590c, U+590e, U+5910-5911, U+5914, U+5919, U+591b, U+591d, U+591f, U+5923-5924, U+592c, U+5932, U+5938-593a, U+5940, U+5942, U+5944, U+594b-594c, U+594e, U+5950, U+5953, U+5956, U+5958, U+595a, U+5961, U+5966, U+5968-5969, U+596c-596d, U+5975, U+5977, U+597b-597c, U+597e, U+5980-5981, U+5986-598a, U+598f, U+5994, U+5997-5998, U+599a, U+599f-59a3, U+59a6-59a7, U+59a9, U+59ab-59ac, U+59af-59b2, U+59b6-59b8, U+59ba, U+59be-59bf, U+59c1, U+59c3-59c4, U+59c7-59c9, U+59cd-59ce, U+59d2, U+59d6-59d9, U+59dd-59de, U+59e0, U+59e3-59e5, U+59e9-59eb, U+59ee-59f3, U+59f5-59f9, U+59fc-59fd, U+5a00, U+5a02, U+5a04-5a07, U+5a09, U+5a0b-5a0d, U+5a11-5a13, U+5a16-5a17, U+5a1a, U+5a1e, U+5a20-5a21, U+5a23-5a24, U+5a27, U+5a29-5a2f, U+5a32;
	src: url("../fonts/noto-sans-hk-76-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-77-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+575b-5760, U+5763, U+5767-5769, U+576b, U+576d, U+576f-5770, U+5772-5775, U+5777, U+577a-5780, U+5784, U+5788, U+578a, U+578c-578e, U+5790, U+5792-5793, U+5795, U+579a-579c, U+579f-57a1, U+57a4, U+57a6-57a7, U+57a9-57ab, U+57b3-57b5, U+57b8-57bb, U+57be, U+57c2, U+57c4-57c8, U+57cc, U+57cf, U+57d2, U+57dc-57de, U+57e1-57e2, U+57e5-57e7, U+57ed-57f0, U+57f3-57f6, U+57f8, U+57fb-57fe, U+5800-5801, U+5803-5804, U+5807, U+5809-580b, U+580d-580e, U+5810-5812, U+5814-5815, U+5818-5819, U+581d-581e, U+5820, U+5822-5823, U+5826, U+582c-582d, U+5830, U+583a, U+583f-5841, U+5844, U+5847-5848, U+584b, U+584d, U+584f, U+5852, U+5859-585a, U+585c, U+585f, U+5861, U+5864, U+5868-5869, U+586c-586d, U+5871-5873, U+5879, U+587c-5881, U+5887-5889, U+588e, U+5890-5892, U+5896-589a, U+589d, U+58a1, U+58a3, U+58a6-58a7, U+58a9-58aa, U+58ac, U+58b0-58b1, U+58b5-58b6, U+58bb;
	src: url("../fonts/noto-sans-hk-77-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-78-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+5611-5613, U+5615-5616, U+5618, U+561a, U+561c, U+561e, U+5620-5621, U+5623-5625, U+5627, U+562a, U+562c-562e, U+5630-5631, U+5635-563a, U+5640, U+5642-5643, U+5649, U+564c-5650, U+5652, U+5654, U+5658-565d, U+5661, U+5664-5666, U+5669, U+566b, U+566d, U+566f, U+5671-5672, U+5676, U+567a-567c, U+5680, U+5684-5686, U+5689-568c, U+568e-568f, U+5692-5693, U+5697-5699, U+569c, U+569e, U+56a1-56a7, U+56a9, U+56ab-56ad, U+56af, U+56b1, U+56b3, U+56b5-56b6, U+56b8-56b9, U+56bf-56c1, U+56c3, U+56c5, U+56c7-56c8, U+56cb-56cc, U+56d1-56d4, U+56d6-56d9, U+56dd, U+56df, U+56e1-56e5, U+56ea-56ec, U+56ee-56ef, U+56f1-56f4, U+56f7, U+56f9, U+56fb, U+56ff-5700, U+5703-5704, U+5706-5707, U+5709-570a, U+570c, U+570f, U+5711, U+5715, U+5717, U+571c-571d, U+5723-5724, U+5727, U+5729-572a, U+572c, U+572e-572f, U+5732, U+5734-5735, U+573b, U+573d, U+573f, U+5741, U+5743, U+5746, U+574b-574d, U+574f, U+5752, U+5754, U+575a;
	src: url("../fonts/noto-sans-hk-78-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-79-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+54bf, U+54c4, U+54ca, U+54cc, U+54cf-54d2, U+54d4, U+54d6-54d7, U+54da, U+54de-54df, U+54e2-54e4, U+54e7, U+54eb, U+54ef, U+54f3, U+54fd, U+54ff, U+5501-5502, U+5504-5506, U+550a, U+550c-550f, U+5511-5513, U+5516-5518, U+551a-551b, U+551e, U+5520, U+5523-5528, U+552a-552d, U+5530, U+5532-5533, U+5535-5536, U+553b-553c, U+553e-553f, U+5541-5542, U+5544-5545, U+5547, U+5549, U+554b, U+554d-554e, U+5550-5551, U+5553, U+5555-5557, U+555c-555d, U+5562-5563, U+5567, U+5569, U+556b-556c, U+5570, U+5573, U+5575-5579, U+557b-557c, U+557f, U+5581, U+5583, U+5586, U+5588, U+558b, U+558f-5591, U+5599, U+559f, U+55a1, U+55a3, U+55a5-55a6, U+55a8-55a9, U+55ab, U+55ad, U+55b0-55b1, U+55b3-55b4, U+55b6-55b7, U+55b9, U+55bc-55bd, U+55c1, U+55c4-55c5, U+55c7, U+55c9, U+55cc-55cd, U+55d0, U+55d2, U+55d4-55d9, U+55db, U+55dd-55df, U+55e1-55e6, U+55e9-55ea, U+55ec, U+55ee, U+55f1-55f3, U+55f5-55f7, U+55f9-55fb, U+55fd-55fe, U+5600-5602, U+5608, U+560c, U+560f;
	src: url("../fonts/noto-sans-hk-79-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-80-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+536e-536f, U+5372, U+5374, U+5379-537a, U+537c-537e, U+5382, U+5385, U+5389, U+538b-538c, U+538e, U+5392-5396, U+5399, U+53a0-53a2, U+53a4-53a6, U+53a8-53ab, U+53ae, U+53b0, U+53b3-53b4, U+53b6-53b7, U+53b9, U+53bf, U+53c1, U+53c4-53c5, U+53ce-53d0, U+53d2, U+53d5, U+53d9-53da, U+53df-53e1, U+53e7-53e9, U+53f1, U+53f5-53f6, U+53f9, U+53fb-53fe, U+5400-5402, U+5405-5407, U+540f, U+5412, U+5414-5417, U+541a, U+5420-5421, U+5423-5425, U+5428-5429, U+542c-542f, U+5431-5432, U+5434, U+5437, U+543d, U+543f, U+5441, U+5444-5445, U+5447, U+5449, U+544b-544d, U+5450-5455, U+5457, U+545b-545c, U+545f-5460, U+5463-5464, U+5469-5472, U+5474, U+5476, U+5478, U+547b, U+547e-547f, U+5482-5488, U+548a, U+548d-5491, U+5493-5494, U+5498-549e, U+54a1-54a5, U+54ab, U+54ad-54af, U+54b4-54b5, U+54b7, U+54b9, U+54bb-54bc, U+54be;
	src: url("../fonts/noto-sans-hk-80-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-81-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+51d0-51d4, U+51d6, U+51d9, U+51db-51dc, U+51df, U+51e2, U+51e4, U+51e6, U+51e9-51ea, U+51ed, U+51ef, U+51f4-51f5, U+51fc, U+51fe-51ff, U+5201-5202, U+5204-5205, U+5208, U+520b, U+520d-520e, U+5213, U+5215-5216, U+5218, U+521a, U+521f-5220, U+5223, U+5226-5228, U+5232-5234, U+5239, U+523c, U+5241-5242, U+5244, U+5249, U+524c, U+524f, U+5251-5252, U+5255, U+5257, U+5259, U+525c, U+525e, U+5260-5261, U+5263-5265, U+5268, U+526e, U+5270, U+5273-5274, U+5277, U+5279, U+527d, U+527f, U+5281-5282, U+5284, U+528a, U+528c, U+528f-5290, U+5292-5294, U+529a, U+529d, U+52a4, U+52a6, U+52ac-52ad, U+52b1-52b5, U+52b9, U+52bb-52bc, U+52be-52c0, U+52c5, U+52cb-52cd, U+52d0-52d1, U+52d6-52d7, U+52db, U+52e0-52e1, U+52e3, U+52e6-52e7, U+52eb, U+52ed-52ee, U+52f0-52f2, U+52f7, U+52f9-52fa, U+5300-5302, U+530a-530b, U+530d, U+530f-5310, U+5315, U+531a, U+531c-531d, U+5324, U+5327, U+532c-532e, U+5331-5333, U+5338, U+533b-533e, U+5342, U+5344-5345, U+534b-534d, U+534f-5350, U+5358, U+535d-535f, U+5362-5364, U+5367, U+5369, U+536b-536d;
	src: url("../fonts/noto-sans-hk-81-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-82-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+505d-5060, U+5063, U+5066, U+506a, U+506c, U+506f-5072, U+5078, U+507a-507b, U+507f-5081, U+5088-5089, U+508b-508c, U+508e, U+5090, U+5092, U+5095-5096, U+509a-509d, U+50a3, U+50a5-50a6, U+50a8, U+50af, U+50b1, U+50b4, U+50ba, U+50bc, U+50c2, U+50c6-50ca, U+50cd-50ce, U+50d0, U+50d6, U+50d9, U+50dd-50df, U+50e1, U+50e3, U+50e5-50e6, U+50e8-50ea, U+50ec-50f0, U+50f3-50f4, U+50fb-50fc, U+50fe, U+5101-5102, U+5105-5109, U+510b-510e, U+5110, U+5113-5115, U+5117, U+511a-511c, U+511e, U+5120-5121, U+5125, U+512b, U+5131, U+5134-5135, U+5138-513c, U+5140, U+514e, U+5150-5151, U+5155-5157, U+515a, U+515f-5160, U+5162, U+516a, U+516e, U+5172, U+5174, U+5179, U+517b, U+517d, U+5182, U+5186, U+5188-5189, U+518b, U+518f, U+5191, U+5193, U+5195-5197, U+519a-519c, U+519e, U+51a2, U+51a6-51a9, U+51ab, U+51ad-51af, U+51b1-51b6, U+51b8, U+51ba-51c0, U+51c3-51c5, U+51c7, U+51c9-51cb, U+51ce-51cf;
	src: url("../fonts/noto-sans-hk-82-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-83-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+4f22, U+4f24, U+4f28-4f2b, U+4f2d, U+4f31-4f32, U+4f35, U+4f37, U+4f39, U+4f3b, U+4f3e, U+4f41-4f43, U+4f45, U+4f47, U+4f49, U+4f4b-4f4c, U+4f52, U+4f57-4f58, U+4f5a, U+4f5d-4f5f, U+4f61, U+4f63-4f64, U+4f67, U+4f6a, U+4f6e-4f6f, U+4f72, U+4f74, U+4f76-4f7b, U+4f7d-4f7e, U+4f80-4f82, U+4f84, U+4f89-4f8a, U+4f8e-4f94, U+4f96-4f98, U+4f9a, U+4f9e, U+4fa0-4fa3, U+4fa5-4fa8, U+4faa-4fac, U+4fb0, U+4fb2-4fb4, U+4fb7-4fba, U+4fbd, U+4fc0-4fc1, U+4fc5-4fc8, U+4fcb-4fce, U+4fd1, U+4fd3-4fd4, U+4fd8-4fdc, U+4fdf, U+4fe2-4fe5, U+4fe8-4fea, U+4fec-4fed, U+4ff0, U+4ff2-4ff6, U+4ff8-4ffa, U+4ffd, U+5000, U+5002-5003, U+5005, U+5008, U+500c, U+500f, U+5013-5015, U+501b-501c, U+501e, U+5022-5025, U+5027-5028, U+502c-502e, U+5030-5032, U+5034, U+5036, U+503a-503b, U+503e, U+5040-5041, U+5043, U+5045-5046, U+5048, U+504a-504e, U+5051-5053, U+5056, U+5058;
	src: url("../fonts/noto-sans-hk-83-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-84-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+4ad1, U+4ae4, U+4aff, U+4b10, U+4b19, U+4b20, U+4b2c, U+4b37, U+4b6f-4b70, U+4b72, U+4b7b, U+4b7e, U+4b8e, U+4b90, U+4b93, U+4b96-4b97, U+4b9d, U+4bbd-4bbe, U+4bc0, U+4c04, U+4c07, U+4c0e, U+4c32, U+4c3b, U+4c3e, U+4c40, U+4c47, U+4c57, U+4c5b, U+4c6d, U+4c77, U+4c7b, U+4c7d, U+4c81, U+4c85, U+4ca4, U+4cae, U+4cb0, U+4cb7, U+4ccd, U+4ce1-4ce2, U+4ced, U+4d07, U+4d09, U+4d10, U+4d34, U+4d76-4d77, U+4d89, U+4d91, U+4d9c, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e10, U+4e15, U+4e17, U+4e1b, U+4e21-4e22, U+4e25, U+4e27, U+4e2c, U+4e2f, U+4e31, U+4e34, U+4e36-4e37, U+4e3d, U+4e3f-4e42, U+4e44, U+4e47, U+4e49, U+4e4c, U+4e52-4e54, U+4e57, U+4e5a-4e5b, U+4e60-4e61, U+4e69-4e6a, U+4e6d, U+4e78, U+4e80-4e81, U+4e85, U+4e87, U+4e89-4e8a, U+4e8d, U+4e8f, U+4e93, U+4e96, U+4e98-4e99, U+4e9c, U+4e9f-4ea0, U+4ea2-4ea3, U+4ea5, U+4ea9, U+4eb0, U+4eb2-4eb3, U+4eb5-4eb7, U+4eb9, U+4ebb-4ebc, U+4ebf, U+4ec2-4ec6, U+4ec8-4ec9, U+4ecf, U+4ed1, U+4ed3, U+4edc-4ee1, U+4ee7-4eeb, U+4eee-4eef, U+4ef1, U+4ef3-4ef5, U+4ef8, U+4efa, U+4efc, U+4f00, U+4f02-4f03, U+4f05, U+4f07-4f09, U+4f0b, U+4f0e, U+4f15, U+4f17, U+4f1d-4f1f;
	src: url("../fonts/noto-sans-hk-84-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-85-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+41db, U+41ed, U+41ef, U+41f9, U+4211, U+4223, U+4240, U+4260, U+426a, U+4276, U+427a, U+428c, U+4294, U+42a2, U+42b5, U+42b9, U+42bc, U+42f4, U+42fb-42fc, U+430a, U+432b, U+436e, U+4397, U+439a, U+43ba, U+43c1, U+43c8, U+43d9, U+43df, U+43ed, U+43f0, U+43f2, U+4401-4402, U+4413, U+4425, U+442d, U+447a, U+448f, U+4491, U+449f-44a0, U+44a2, U+44b0, U+44b7, U+44bd, U+44c0, U+44c3, U+44c5, U+44ce, U+44dd-44df, U+44e1, U+44e4, U+44e9-44ec, U+44f4, U+4503-4504, U+4509, U+450b, U+4516, U+451b, U+451d, U+4527, U+452e, U+4533, U+4536, U+453b, U+453d, U+453f, U+4543, U+4551-4552, U+4555, U+4558, U+455c, U+4561-4562, U+456a, U+456d, U+4576-4578, U+4585, U+45a6, U+45b3, U+45da, U+45e9-45ea, U+4603, U+4606, U+460f, U+4615, U+4617, U+465b, U+467a, U+4680, U+46a1, U+46ae, U+46bb, U+46cf-46d0, U+46e5, U+46f5, U+46f7, U+4713, U+4718, U+4736, U+4744, U+474e-474f, U+477c, U+4798, U+47a6, U+47d5, U+47ed, U+47f4, U+4800, U+480b, U+4837, U+485d, U+4871, U+489b, U+48ad-48ae, U+48d0, U+48dd, U+48ed, U+48f3, U+48fa, U+4906, U+4911, U+491e, U+4925, U+492a, U+492d, U+492f-4930, U+4935, U+493c-493e, U+4945, U+4951, U+4953, U+4965, U+496a, U+4972, U+4989, U+49a1, U+49a7, U+49df, U+49e5, U+49e7, U+4a0f, U+4a1d, U+4a24, U+4a35, U+4a3b, U+4a96, U+4aa4, U+4ab4, U+4ab8;
	src: url("../fonts/noto-sans-hk-85-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-86-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+3b95-3b96, U+3b99, U+3ba1, U+3bbc, U+3bbe, U+3bc2, U+3bc4, U+3bd7, U+3bdd, U+3bec, U+3bf2-3bf4, U+3bff, U+3c0d, U+3c11, U+3c15, U+3c18, U+3c54, U+3c8b, U+3ca5, U+3ccb, U+3ccd, U+3cd1, U+3cd6, U+3cdc, U+3ceb, U+3cef, U+3d12-3d13, U+3d1d, U+3d32, U+3d3b, U+3d46, U+3d4c, U+3d4e, U+3d51, U+3d5f, U+3d62, U+3d68-3d6a, U+3d6f, U+3d75, U+3d7d, U+3d85, U+3d88, U+3d8a, U+3d8f, U+3d91, U+3da5, U+3dad, U+3db4, U+3dbf, U+3dc6-3dc7, U+3dc9, U+3dcc-3dcd, U+3dd3, U+3ddb, U+3de7-3de8, U+3deb, U+3df3-3df4, U+3df7, U+3dfc-3dfd, U+3e03, U+3e06, U+3e40, U+3e43, U+3e48, U+3e55, U+3e74, U+3ea8-3eaa, U+3ead, U+3eb1, U+3eb8, U+3ebf, U+3ec2, U+3ec7, U+3eca, U+3ecc, U+3ed0-3ed1, U+3ed6-3ed7, U+3eda-3edb, U+3ede, U+3ee1-3ee2, U+3ee7, U+3ee9, U+3eeb-3eec, U+3ef0, U+3ef3-3ef4, U+3efa, U+3efc, U+3eff-3f00, U+3f04, U+3f06-3f08, U+3f0e, U+3f21, U+3f53, U+3f58-3f59, U+3f63, U+3f7c, U+3f93, U+3f97, U+3fc0, U+3fc8, U+3fd7, U+3fdc, U+3fe5, U+3fed, U+3ff9-3ffa, U+4004, U+4009, U+401d, U+4039, U+4045, U+4053, U+4057, U+4062, U+4065, U+406a, U+406f, U+4071, U+40a8, U+40b4, U+40bb, U+40bf, U+40c8, U+40d8, U+40df, U+40f8, U+40fa, U+4102-4104, U+4109, U+410e, U+411b, U+4131-4132, U+4167, U+416c, U+416e, U+417c, U+417f, U+4181, U+4190, U+41b2, U+41c4, U+41ca, U+41cf;
	src: url("../fonts/noto-sans-hk-86-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-87-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+3572, U+3577-3578, U+3584, U+3597-3598, U+35a1, U+35a5, U+35ad, U+35bf, U+35c1, U+35c5, U+35c7, U+35ca, U+35ce, U+35d2, U+35d6, U+35db, U+35dd, U+35f1-35f3, U+35fb, U+35fe, U+3609, U+3618, U+361a, U+3623, U+3625, U+362d, U+3635, U+3639, U+363e, U+3647-3649, U+364e, U+365f, U+3661, U+367a, U+3681, U+369a, U+36a5, U+36aa, U+36ac, U+36b0-36b1, U+36b5, U+36b9, U+36bc, U+36c1, U+36c3-36c5, U+36c7-36c8, U+36d3-36d4, U+36d6, U+36dd, U+36e1-36e2, U+36e5-36e6, U+36f5, U+3701, U+3703, U+3708, U+370a, U+370d, U+371c, U+3722-3723, U+3725, U+372c-372d, U+3730, U+3732-3733, U+373a, U+3740, U+3743, U+3762, U+376f, U+3797, U+37a0, U+37b9, U+37be, U+37d6, U+37f2, U+37f8, U+37fb, U+380f, U+3819, U+3820, U+382d, U+3836, U+3838, U+3863, U+3875, U+38a0, U+38c3, U+38cc, U+38d1, U+38d4, U+38ec, U+38fa, U+3908, U+3914, U+3927, U+3932, U+393f, U+394d, U+3963, U+3978, U+3980, U+3989-398a, U+3992, U+3999, U+399b, U+39a1, U+39a4, U+39b8, U+39dc, U+39e2, U+39e5, U+39ec, U+39f8, U+39fb, U+39fe, U+3a01-3a03, U+3a06, U+3a17-3a18, U+3a29-3a2a, U+3a34, U+3a4b, U+3a52, U+3a57, U+3a5c, U+3a5e, U+3a66-3a67, U+3a97, U+3aab, U+3abd, U+3ade, U+3ae0, U+3af0, U+3af2, U+3af5, U+3afb, U+3b0e, U+3b19, U+3b22, U+3b2b, U+3b39, U+3b42, U+3b58, U+3b60, U+3b71-3b72, U+3b7b-3b7c, U+3b80;
	src: url("../fonts/noto-sans-hk-87-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-88-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+2f3f, U+2f42, U+2f45, U+2f63-2f64, U+2f83, U+2f8f, U+3003-3007, U+3012-3013, U+3016-3019, U+3020-3025, U+3030, U+303d, U+3041, U+3043, U+3045, U+3047, U+3049, U+3052, U+305c, U+3062, U+306d, U+307a, U+307c, U+3080, U+308e, U+3090-3091, U+3099-309e, U+30a5, U+30c2, U+30c5, U+30ee, U+30f0-30f2, U+30f4-30f6, U+30fd-30fe, U+3105-3106, U+3108, U+310a-310b, U+310d-3112, U+3115-3117, U+3119, U+3131, U+3134, U+3137, U+3139, U+3141-3142, U+3145, U+3147-3148, U+314b, U+314d-314f, U+3153, U+315c, U+3160-3161, U+3163-3164, U+3181, U+318d, U+3192-3193, U+3196-3198, U+319d-319f, U+3220-3226, U+3231, U+3268, U+3281, U+328b, U+3291-3292, U+3295-3297, U+3299, U+329d, U+329f, U+32a3-32a4, U+32d6, U+32e1, U+3314, U+3322, U+337f, U+338e-338f, U+339c-339e, U+33a1, U+33c4, U+33d1-33d2, U+3435, U+3440, U+3449-344a, U+344c, U+3464, U+3473, U+3479-347a, U+347d-347e, U+3493, U+3496, U+34a5, U+34af, U+34bc, U+34c1, U+34c8, U+34df, U+34e4, U+34e6, U+34fb, U+3506, U+353e, U+3551, U+3553, U+3559, U+3561, U+3569, U+356d, U+3570;
	src: url("../fonts/noto-sans-hk-88-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-89-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+26fd, U+2701-2702, U+2704-2706, U+2708, U+270a-2712, U+2714, U+2716-2727, U+2729-273e, U+2740-274f, U+2752-275b, U+275d-275e, U+2761, U+2763, U+2765-2769, U+276e-276f, U+2771, U+2776-277e, U+2780-2782, U+278a-278c, U+2794-2796, U+2798-2799, U+279c-27a6, U+27a8-27ab, U+27ad, U+27af-27b0, U+27b2-27b3, U+27b7-27b9, U+27bc-27bd, U+27bf, U+27e9-27eb, U+27f5-27f6, U+2800, U+28ec, U+2922, U+2934-2935, U+29bf, U+2a2f, U+2b05-2b07, U+2b1b, U+2b50, U+2b55, U+2cf5, U+2e1c-2e1d, U+2f00, U+2f08, U+2f12, U+2f24, U+2f29, U+2f2f, U+2f3c;
	src: url("../fonts/noto-sans-hk-89-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-90-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+25a1, U+25a3-25a4, U+25a6-25ac, U+25b0, U+25b4, U+25b7-25b9, U+25bb, U+25bd, U+25bf-25c2, U+25c7-25ca, U+25cc-25cd, U+25d0-25d9, U+25dc-25e6, U+25ea-25eb, U+25ef, U+25fb-25fe, U+2600-2604, U+2607, U+2609-260b, U+260d-2615, U+2618, U+261a-2623, U+262a, U+262d-2630, U+2638-263e, U+2641-2642, U+2648-2656, U+2658-265c, U+265e-2660, U+2662-2664, U+2666-2669, U+266b-266f, U+267b, U+2692-2696, U+2698, U+269b-269c, U+26a0-26a1, U+26a3-26a5, U+26aa-26ac, U+26bd-26be, U+26c4-26c5, U+26c8, U+26d1, U+26d3-26d4, U+26e4, U+26e9-26ea, U+26f0-26f5, U+26f9-26fa;
	src: url("../fonts/noto-sans-hk-90-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-91-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+2477-2481, U+2488-2491, U+24b6-24c5, U+24c7-24ca, U+24cc, U+24ce, U+24d0-24df, U+24e1-24ea, U+24f5, U+24ff, U+2501, U+2503-250d, U+250f-2511, U+2513-2515, U+2517-2518, U+251b-251d, U+2520, U+2523-2524, U+2528, U+252b-252c, U+252f, U+2533-2534, U+2537, U+253b-253c, U+2541, U+2543-2545, U+254b, U+2550-2570, U+2572, U+2574, U+2579, U+2580-258a, U+258c-2595, U+2597;
	src: url("../fonts/noto-sans-hk-91-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-92-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+208d-208e, U+20a1, U+20a4, U+20a6, U+20a8-20ab, U+20ad-20ae, U+20b1-20b3, U+20b5, U+20b8-20ba, U+20bd, U+20dd, U+20e3, U+2105, U+2109, U+2112-2113, U+2115-2117, U+2120-2121, U+2126, U+212b, U+2139, U+2153, U+2194-2197, U+2199, U+219d-219e, U+21a0, U+21a9-21aa, U+21ac, U+21af-21b1, U+21b3-21b5, U+21ba-21bb, U+21c4, U+21ca, U+21cc, U+21d0, U+21d2-21d4, U+21d8, U+21dd, U+21e2-21e9, U+2200, U+2202, U+2205-2208, U+220e-220f, U+2211-2212, U+2215, U+2217-221a, U+221d-2220, U+2225, U+2227-222b, U+222e, U+2234-2237, U+223c-223d, U+2248, U+2256, U+2260-2261, U+2264-2265, U+226a-226b, U+226e-226f, U+2282-2283, U+2295-2296, U+2299, U+22a5, U+22b0-22b1, U+22b9, U+22bf, U+22c5-22c6, U+22c8, U+22d0-22d1, U+22ee, U+2312-2313, U+2318, U+231a-231b, U+2323, U+2328, U+239d, U+23a0, U+23af, U+23e4, U+23e9-23ea, U+23ec, U+23f0-23f3, U+23fa, U+2445, U+2460-2471, U+2474-2476;
	src: url("../fonts/noto-sans-hk-92-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-93-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+1d0a-1d0b, U+1d0d, U+1d0f, U+1d17-1d18, U+1d1b-1d1c, U+1d20-1d22, U+1d25, U+1d2c, U+1d2e, U+1d30-1d31, U+1d33-1d3a, U+1d3c, U+1d3e-1d42, U+1d52, U+1d55, U+1d5b, U+1d5e, U+1d9c, U+1da0, U+1dc4-1dc5, U+1e3b, U+1e43, U+1e45, U+1e47, U+1e63, U+1e6d, U+1e73, U+1ea0, U+1ea2, U+1ea4-1ea9, U+1eab-1eaf, U+1eb1, U+1eb3, U+1eb5, U+1eb7, U+1eb9, U+1ebb, U+1ebd-1ebe, U+1ec0-1ec3, U+1ec5-1ec6, U+1ec9, U+1ecb-1ecd, U+1ecf-1ed1, U+1ed3-1ed5, U+1ed7-1edd, U+1edf, U+1ee1, U+1ee3-1ee7, U+1ee9, U+1eeb, U+1eed, U+1eef-1ef1, U+1ef3, U+1ef7, U+1ef9, U+1f62, U+1fa2, U+2001-2006, U+2009-200a, U+200c-200d, U+200f-2012, U+2015-2016, U+201a, U+201e, U+2020-2021, U+2023-2025, U+2028, U+202a-202d, U+202f-2030, U+2032-2033, U+2035, U+2038, U+203e-203f, U+2042-2044, U+2049, U+204d-204e, U+2060-2061, U+2063, U+2070, U+2074-207b, U+207d-2083, U+208a;
	src: url("../fonts/noto-sans-hk-93-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-98-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+1fb-1ff, U+219, U+221, U+225-226, U+228-22b, U+22e-22f, U+231-235, U+239, U+23b, U+23e, U+250-252, U+254-255, U+259-25e, U+261-263, U+268-26b, U+26d, U+26f-277, U+279-27a, U+27d-281, U+283, U+28a-28c, U+28f, U+292, U+294-296, U+298-29a, U+29c, U+29f, U+2a1-2a2, U+2a4-2a7, U+2a9-2aa, U+2ae-2b3, U+2b5-2b7, U+2b9-2bf, U+2c2-2c4, U+2c6-2c9, U+2cc-2cd, U+2d0, U+2d8, U+2da, U+2dc, U+2e1-2e3, U+2e7, U+2eb, U+2ee, U+2f1-2ff, U+302-304, U+306-309, U+30c-30d, U+311, U+31b, U+321, U+323-325, U+328-329, U+32b-32c, U+32e-32f, U+331-33a, U+33c-33f, U+348, U+353, U+358-359;
	src: url("../fonts/noto-sans-hk-98-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-99-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+a1-a2, U+a4, U+a6-a8, U+aa, U+ac, U+af, U+b1, U+b5-b6, U+b8-ba, U+bc-be, U+c0-c8, U+ca-cc, U+ce-d5, U+d8-df, U+f0, U+f5, U+f8, U+fb, U+fe-100, U+102, U+105, U+107, U+109-10b, U+10f, U+112, U+115, U+117, U+119, U+11b, U+11f, U+121, U+123-124, U+127, U+129, U+12c-12d, U+130-13f, U+141-142, U+144, U+148, U+14b-14c, U+14f-153, U+159-15b, U+15e-160, U+163-166, U+169-16a, U+16d-171, U+173-17e, U+192, U+1a0, U+1a4, U+1aa, U+1ac-1ad, U+1af, U+1b1, U+1b4-1be, U+1d0, U+1d2, U+1d4, U+1da, U+1dc-1dd, U+1e1, U+1e3-1e4, U+1e7, U+1e9, U+1eb-1ec, U+1f0-1f1, U+1f3-1f5, U+1f7, U+1f9-1fa;
	src: url("../fonts/noto-sans-hk-99-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-100-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+a3, U+2ca, U+6cc, U+200e, U+2223, U+2640, U+273f, U+301c-301d, U+3107, U+310c, U+4e30, U+4e3e, U+4e5e, U+4e71, U+4f26, U+4f7c, U+4f83, U+50da, U+5243, U+5267, U+529e, U+5321, U+5352, U+5477, U+548b, U+54a6, U+54b2, U+54c2, U+54c6, U+54cd, U+54ee, U+5543, U+55d1, U+55d3, U+55f0, U+560d, U+5629, U+5660, U+57ae, U+57e0, U+57e4, U+5904, U+592d, U+5965, U+5a31, U+5a7f, U+5b5a, U+5bb8, U+5c14, U+5c3b, U+5c5c, U+5c5e, U+5d10, U+5e10, U+603b, U+604d, U+611c, U+6137, U+61c8, U+6292, U+62c7, U+6371, U+6382, U+645f, U+64ae, U+64c2, U+651e, U+65f1, U+660a, U+663e, U+673d, U+6784, U+6789, U+67ff, U+6813, U+6854, U+68d8, U+697d, U+6a01, U+6a1e, U+6baf, U+6c08, U+6c17, U+6c2b, U+6c81, U+6cbd, U+6dc6, U+6df9, U+6ed9, U+6ee1, U+6f86, U+6fc1, U+6fdb, U+701f, U+7076, U+715c, U+7194, U+71fb, U+720d, U+72b6, U+7396, U+739f, U+73af, U+745b, U+746f, U+748b, U+7647, U+7699, U+76bf, U+76ce, U+76de, U+77aa, U+786b, U+7881, U+78ca, U+793c, U+797a, U+79b9, U+79bb, U+79bf, U+7a92, U+7ac7, U+7ae3, U+7b19, U+7b20, U+7b51, U+7b94, U+7cbd, U+7cde, U+7cef, U+7dde, U+7f88, U+80da, U+814b, U+8235, U+8258, U+8282, U+82b9, U+8401, U+846b, U+84c1, U+8518, U+8611, U+8778, U+8783, U+8814, U+8a15, U+8aa6, U+8b2c, U+8ba8-8ba9, U+8bc6, U+8be2, U+8c22, U+8d05, U+8dbe, U+8e34, U+8e66, U+8ec0, U+8f91, U+9005, U+9082, U+9091, U+914b, U+916f, U+92c5, U+92f0, U+9318, U+9382, U+938a, U+93e2, U+964b, U+968f, U+96c1, U+96cc-96cd, U+96db, U+97a0, U+9803, U+9876, U+9879, U+9886, U+9955, U+9986, U+99f1, U+9a5b, U+9abc, U+9b77, U+9c57, U+9c9c, U+9d1b, U+9d26, U+9d51, U+9eef, U+9f99, U+c2a4, U+e253, U+e313-e314, U+e5c7, U+e5c9, U+e8db-e8dc, U+ff25, U+ff2d-ff2e, U+ff34, U+ffe5, U+1f60a, U+1f618, U+1f62d;
	src: url("../fonts/noto-sans-hk-100-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-101-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+b4, U+10d, U+2d9, U+641, U+e20, U+e29, U+20ac, U+2266, U+25be, U+301e, U+3058, U+4e07, U+4e1d, U+4e66, U+4ece, U+4f88, U+4fde, U+5016, U+5180, U+5199, U+51aa, U+5306, U+5386, U+53d8, U+5413, U+541d, U+5436, U+54ce, U+54e8, U+54fc, U+5571, U+557e, U+558e, U+55a7, U+56a8, U+57a2-57a3, U+58b3, U+5960, U+5992-5993, U+59a4, U+5a55, U+5ab2, U+5afb, U+5b56, U+5bc5, U+5bc7, U+5bf0, U+5cb1, U+5cc7, U+5d84, U+5dff, U+5e93, U+5ed3, U+5f6a, U+60bc, U+61c7, U+61ff, U+6218, U+6254, U+634d, U+6467, U+64f1-64f2, U+6582, U+65fb, U+6615, U+6687, U+66ae, U+66e0, U+66e6, U+66f0, U+6781, U+67f5, U+6837, U+68a7, U+6a1f, U+6b27, U+6b4e, U+6b73, U+6b79, U+6bcb, U+6c5d, U+6cf5, U+6dee, U+6ec4, U+6ecc, U+6f88, U+6fef, U+701d, U+703e, U+707c, U+7099, U+710a, U+725f, U+72d9, U+72e9, U+731d, U+7325, U+7463, U+7480, U+74a8, U+7523, U+7526, U+75e0, U+7613, U+7656, U+76d4, U+773a, U+775c, U+775e, U+780c, U+78e1, U+78f7, U+7960, U+7a20, U+7aaf, U+7b08, U+7b71, U+7be4, U+7cec, U+7cf0, U+7d5e, U+7d62, U+7dbe, U+7e1b, U+7ea2, U+7ec4, U+7ec6, U+7edc, U+7eed, U+7efc, U+7f16, U+7f57, U+7fb9, U+7fca, U+803d, U+816e, U+82a5, U+82b7, U+8317, U+8338, U+834a, U+83d3, U+8469, U+849e, U+854a, U+8559, U+865e, U+86e4, U+8700, U+8759, U+8760, U+8782, U+879e, U+87d1, U+880d, U+8836, U+8944, U+89c8, U+8aac, U+8b74, U+8ba2, U+8ba4, U+8bae, U+8bfb, U+8c4e, U+8cb3, U+8cb6, U+8d16, U+8d28, U+8e44, U+8f3b, U+8f3f, U+8fb9, U+8fc4, U+8fde, U+8ff9, U+9076, U+90ae, U+90b8, U+9257, U+9310, U+93df, U+94fe, U+95a5, U+95a9, U+962e, U+9690, U+9704, U+9713, U+97f6, U+9824, U+986b, U+9884, U+98e2, U+991a, U+99a5, U+99dd, U+9ab8, U+9b41, U+9bad, U+9dd7, U+c774, U+e5d4, U+fe52, U+fe5d, U+ff02, U+1f389, U+1f449, U+1f495;
	src: url("../fonts/noto-sans-hk-101-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-102-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+2cb, U+5d1, U+5d9, U+5e2, U+5e8, U+5ea, U+633, U+e32, U+2252, U+2267, U+2573, U+25b3, U+25c4, U+2713, U+2715, U+30e2, U+4e28, U+4e3c, U+4e4d, U+4e70, U+4f18, U+4fef, U+5018, U+501a, U+5026, U+5137, U+513f, U+51a5, U+51f3, U+524b, U+5254, U+52d8, U+5308, U+5384, U+53cc, U+5443, U+5466, U+54a7-54a8, U+54bd, U+54c9, U+54cb, U+555e, U+556a, U+5580, U+560e, U+5614, U+561f, U+562f, U+566c, U+5679, U+56bc, U+56cd, U+56e7, U+56ed, U+572d, U+5742, U+57d7, U+582f, U+589f, U+5b09, U+5ba5, U+5c51, U+5c90, U+5cef, U+5d16, U+5dd4, U+5e08, U+5e26, U+5f0a, U+5f20, U+606c, U+620f, U+625b, U+62a4, U+62ce, U+62d0, U+62f1, U+63a0, U+63c6, U+63f9, U+6413, U+6417, U+6483, U+64f7, U+650f, U+65a7, U+665f, U+66d6, U+6746, U+6756, U+67d1, U+68d7, U+68e0, U+68f5, U+6977, U+6995, U+69a8, U+69b4, U+69d3, U+6a3d, U+6abb, U+6bb7, U+6bd3, U+6c47, U+6cc4, U+6cd3, U+6dae, U+6e26, U+6e29, U+6e5b, U+6eaf, U+6eba, U+7028, U+70b3, U+711a, U+733f, U+73c0, U+73ee, U+7444, U+745a, U+7487, U+7540, U+75a4, U+7729, U+779e, U+798e, U+79bd, U+79cd, U+79e9, U+7a3d, U+7a4c, U+7a9f, U+7ac4, U+7aff, U+7b77, U+7c27, U+7ca7, U+7cd9, U+7d76, U+7e43, U+7e55, U+7ea6, U+7ed9, U+7ff1, U+808b, U+809b, U+80fa, U+81a8, U+827a, U+8309, U+8328, U+832b, U+8396, U+83e0, U+840e, U+8425, U+852d, U+853b, U+8588, U+85e9, U+86b5, U+8718, U+87ec, U+8910, U+893b, U+89c1-89c2, U+8b3e, U+8baf, U+8bc1, U+8bcd, U+8bdd, U+8c41, U+8c48, U+8d2d, U+8d5e, U+8fbe, U+9015, U+90a8, U+90b5, U+90e1, U+9169, U+9183, U+91d0, U+91dc, U+9293, U+92f8, U+9472, U+9598, U+95ed, U+95fb, U+9605, U+96c7, U+9739, U+9742, U+9761, U+99ad, U+9ae6, U+9b1a, U+9b44, U+9bc9, U+9d3f, U+9e7c, U+9e92, U+fe5e, U+ff22-ff24, U+ff2f-ff30, U+ff33;
	src: url("../fonts/noto-sans-hk-102-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-103-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+60, U+f7, U+161, U+2198, U+2571, U+258b, U+25b6, U+2661, U+3051, U+3109, U+4e11, U+4e1c, U+4e24, U+4e2b, U+4ef7, U+4f36, U+4fd0, U+5029-502a, U+5055, U+508d, U+50ad, U+50d5, U+50e7, U+50f1, U+50f5, U+51c8, U+51fb, U+5203, U+524e, U+5288, U+5323, U+53c2, U+5458, U+54b1, U+54b3, U+54b8, U+5582, U+55b2, U+55ba, U+55da, U+55dc, U+5662, U+5678, U+56ae, U+56c2, U+57d5, U+5862, U+58e4, U+58f0, U+5907, U+590d, U+5934, U+5978, U+5984, U+5a25, U+5be1, U+5c06, U+5c62, U+5c91, U+5cfb, U+5d01, U+5d11, U+5d1b, U+5e87, U+5eb8, U+5eff, U+5f27, U+5f3a, U+5f53, U+5f64, U+6001, U+6168, U+61a9, U+6233, U+62a5, U+62ed, U+638f, U+6399, U+63c0, U+646f, U+6590, U+6631, U+664f, U+6689, U+66dc, U+672f, U+67af, U+67ec, U+6807, U+6a44, U+6c14, U+6c40, U+6c70, U+6c76, U+6cb8, U+6ce3, U+6df3, U+6e20, U+6e43, U+6ebc, U+6eec, U+6f2c, U+6fb1, U+7009, U+7011, U+701a, U+7117, U+7184, U+71ed, U+72f9, U+7426, U+74bd, U+74cf, U+752b, U+7554, U+75b9, U+7621, U+7671-7672, U+7693, U+76ef, U+7737, U+77a7, U+77b3, U+77bb, U+77da, U+77e2, U+77e9, U+77ef, U+7801, U+7940, U+797f, U+79a7, U+79b1, U+7a6b, U+7ac5, U+7b1b, U+7dab, U+7db4, U+7db8, U+7dcb, U+7ddd, U+7de0, U+7e9c, U+7ed3, U+7ef4, U+803f, U+8046, U+8087, U+8116, U+8214, U+821c, U+82d4, U+8305, U+831c, U+8335, U+8339, U+8350, U+8354, U+8526, U+860a, U+86db, U+8713, U+873b, U+8822, U+88c5, U+8993, U+8a1f, U+8ab9, U+8ad7, U+8e72, U+8f44, U+8f4e, U+8f9c, U+8fd0, U+8fd8, U+8fe6, U+9042, U+907c, U+91ba, U+9452, U+9591, U+95e2, U+9631, U+9699, U+96b8, U+9709, U+978d, U+9811, U+9830, U+98ce, U+9945, U+99ed, U+9a8c, U+9ad3, U+9baa, U+9be8, U+9c77, U+9cf6, U+9d72, U+9e1f, U+9ec4, U+fe31, U+fe55, U+ff03, U+ff20, U+ff3b, U+ff3d, U+1f3fb, U+1f44d, U+1f60d;
	src: url("../fonts/noto-sans-hk-103-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-104-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+10c, U+e17, U+e44, U+2728, U+3081, U+4e13, U+4e19, U+4e1e, U+4e5c, U+4ea7, U+4ed7, U+4f20, U+4f8d, U+4ffe, U+5021, U+515c, U+51a4, U+51e0, U+521b, U+522b, U+532a, U+534e, U+5355, U+537f, U+5398, U+539d, U+541f, U+543c, U+544e, U+5509, U+5598, U+5622, U+5632, U+563f, U+5641, U+566a, U+5695, U+569f, U+56da, U+573a, U+574e, U+5835, U+584c, U+5885, U+58ae, U+5a1f, U+5ac2, U+5b24, U+5bb0, U+5bde, U+5bfc, U+5c39, U+5c4c, U+5c60, U+5e76, U+5e7f, U+5e9a, U+5f13, U+5f6c, U+6127, U+61f2, U+6208, U+620a, U+620c, U+6252, U+62ef, U+6328, U+633d, U+6362, U+63b0, U+63c9, U+640f, U+64a9, U+6514, U+652c, U+655e, U+6583, U+658c, U+6627, U+66f3, U+6734, U+6743, U+676d, U+67c4, U+67da, U+68cd, U+68f2, U+690e, U+6ab3, U+6b16, U+6b38, U+6b3d, U+6bc6, U+6ca1, U+6cab, U+6d8c, U+6dea, U+6e32, U+6e3e, U+6e58, U+6eef, U+6ef2, U+6fe4, U+708a, U+7130, U+7165, U+7172, U+71c9, U+7232, U+7239, U+7261, U+7280, U+72a7, U+72f8, U+73c8, U+7464, U+753b, U+754f, U+755c, U+75d8, U+76ea, U+776b, U+7779, U+777f, U+7784, U+778e, U+77db, U+77ee, U+79e4, U+7a46, U+7a57, U+7aba, U+7aed, U+7b4d, U+7c7b, U+7c7d, U+7d13, U+7d33, U+7dbb, U+7dec, U+7df9, U+7e46, U+7ea7, U+7edf, U+8085, U+8165, U+81fb, U+82b8, U+82d3, U+8343, U+839e, U+83e9, U+840d, U+851a, U+853d, U+8543, U+859b, U+85fb, U+87fb, U+888d, U+8adc, U+8b0a, U+8bb0, U+8bbe, U+8bc4, U+8bf4, U+8c5a, U+8cc3, U+8ce4, U+8d44, U+8e81, U+8f66, U+8fdb, U+900d, U+9063, U+914c, U+9223, U+9226, U+923a, U+925b, U+9264, U+929c, U+92b9, U+9320, U+934d, U+935b, U+9444, U+957f, U+96a7, U+9756, U+97ad, U+97cc, U+9898, U+98ea, U+9921, U+9952, U+9a55, U+9b0d, U+9b91, U+9bca, U+9ebd, U+9f4b, U+e60f-e611, U+ff1c-ff1d, U+ff21, U+ff38, U+ff9f, U+fffd, U+1f602;
	src: url("../fonts/noto-sans-hk-104-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-105-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+e22, U+2103, U+25a0, U+266a, U+2699, U+3014-3015, U+4e1a, U+4e50, U+4f10, U+4f3d, U+4f6c, U+4f70, U+4fcf, U+5006, U+50d1, U+5170, U+518c, U+51f0, U+51f6, U+51f9, U+5219, U+5256, U+525d, U+52c9, U+5349, U+5351, U+5356, U+5375, U+53db, U+53ee, U+53f7, U+5492, U+5497, U+54fa, U+5538, U+55bb, U+55e8, U+56b7, U+5757, U+58be, U+5937, U+59dc, U+59e8, U+5a49, U+5a9a-5a9b, U+5ab3, U+5b9b, U+5b9e, U+5be8, U+5c37, U+5c4e, U+5d14, U+5d19, U+5d4c, U+5d50, U+5deb, U+5e84, U+5e94, U+5ec2, U+5f17, U+5f26, U+5f55, U+5f77, U+5f7f, U+5fbd, U+6052, U+6064-6065, U+608d, U+609a, U+6101, U+611a, U+614c, U+621a, U+6237, U+6284, U+6296, U+62e9, U+632a-632b, U+634f, U+6488, U+6500, U+652a, U+6556, U+65e0, U+65ec, U+6643, U+679a, U+6850, U+6893, U+6897, U+68b3, U+68d5, U+6930, U+6960, U+6a11, U+6a38, U+6a3a, U+6b22, U+6b67, U+6b6a, U+6c59, U+6c83, U+6ccc, U+6df5, U+6ef7, U+6f3e, U+6f80, U+70ed, U+7164, U+722a, U+7260, U+7272, U+73b0, U+74ca, U+74e3, U+7538, U+7586, U+75b5, U+7624, U+7661-7662, U+7838, U+786e, U+788c, U+7950, U+79a6, U+79aa, U+7a40, U+7a62, U+7bf7, U+7c3e, U+7c98, U+7ca5, U+7d21, U+7d2e, U+7dba, U+7e79, U+7ecf, U+7f79, U+8086, U+810a, U+8139, U+813e, U+817a, U+81b3, U+821f, U+8247, U+8259, U+8271, U+8431, U+846c, U+849c, U+84b2, U+84c4, U+8513-8514, U+8549, U+8755, U+8877, U+8881, U+88f9, U+8a1d, U+8a3c, U+8a6d-8a6e, U+8a93, U+8ae7, U+8af7, U+8b17, U+8b5a, U+8ba1, U+8bba, U+8cdc, U+8dea, U+8f6c, U+8f7d, U+8fc7, U+8fd9, U+902e, U+90ca, U+916a, U+916c, U+921e, U+9245, U+947c, U+9594, U+95a8, U+95ee, U+95f4, U+9706, U+971e, U+980c, U+9891, U+98b1, U+98fc, U+9903, U+9957, U+99ae, U+99ff, U+9db4, U+e602-e605, U+ff16-ff19;
	src: url("../fonts/noto-sans-hk-105-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-106-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+a5, U+2190-2191, U+2193, U+22c1, U+2302, U+25cb, U+25ce, U+2709, U+4e0e, U+4e18, U+4e3a, U+4e48, U+4e91, U+4eec, U+5112, U+524a, U+52a3, U+52ab, U+52c3, U+52f3, U+52fb, U+5320, U+5339, U+533f, U+53e2, U+5435, U+543e, U+5480, U+5495, U+5564, U+5572, U+55c6, U+55ef, U+563b, U+5653, U+5657, U+5764, U+5824, U+58d8, U+5955, U+5983, U+598d, U+59a8, U+59da, U+59e6, U+5a36, U+5bb5, U+5bc2, U+5bee, U+5bf9, U+5cb3, U+5d17, U+5dbc, U+5e2e, U+6070, U+60df, U+6190, U+61a4, U+61be, U+61fc, U+62ac, U+62bc, U+636e, U+6398, U+63a9, U+6435, U+6487, U+6495, U+64ab, U+64bf, U+6577, U+65ac, U+6602, U+6652, U+66f9, U+672d, U+6761, U+683d, U+68ad, U+68b5, U+68da, U+68e7, U+6a59, U+6a61, U+6ae5, U+6b47, U+6bef, U+6c50, U+6c9b, U+6e23, U+6e34, U+6e4a, U+6e67, U+6ea2, U+6eb6, U+6f20, U+6feb, U+7149, U+714c, U+715e, U+7199, U+71ac, U+7231, U+7262, U+7409, U+745f, U+7469, U+7504, U+7535, U+753a, U+75f4, U+7682, U+76ba, U+76f2, U+77fd, U+780d, U+7832, U+78c5, U+78ef, U+7901, U+79be, U+79c9, U+79e6, U+7a1a, U+7a84, U+7aca, U+7cb5, U+7cb9, U+7cdf, U+7ce7, U+7d6e, U+7db1, U+7def, U+7e61, U+7e7d, U+7e8f, U+7f38, U+7f77, U+7fa8, U+7fc5, U+7fe1, U+7ff9, U+800d, U+8015, U+8054, U+80a2, U+80aa, U+80ba, U+814e, U+8180, U+819d, U+81c0, U+828b, U+82ad, U+82af, U+83f1, U+83f8, U+8403, U+8475, U+84bc, U+84c9, U+84ec, U+8523, U+8569, U+8591, U+85b0, U+86d9, U+8774, U+881f, U+884d, U+88d4, U+89c4, U+89c6, U+8a60, U+8a79, U+8b19, U+8bd5, U+8bf7, U+8c03, U+8c79, U+8cc8, U+8d9f, U+8e10, U+8e48, U+8eba, U+8faf, U+9009, U+9017, U+9175, U+9187, U+918b, U+91d8, U+9214, U+946b, U+9470, U+9640, U+9675, U+96ef, U+9716, U+97cb, U+97e9, U+985b, U+99b3, U+9b4f, U+9d09, U+9e9f, U+9edb, U+9f90, U+ff05, U+ff14, U+1f464;
	src: url("../fonts/noto-sans-hk-106-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-107-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+4e08, U+4e2a, U+4e56, U+4e9a, U+4ea8, U+4ead, U+4ec7, U+4f3a, U+4f51, U+4f62, U+4faf, U+507d, U+5098, U+50ac, U+5147, U+5173, U+5187, U+51f8, U+51fd, U+52a1, U+52a8, U+52f8, U+535c, U+53ed, U+541e, U+5475, U+54a9, U+54c0, U+54c7, U+5589, U+5605, U+5690, U+5733, U+5782, U+57c3, U+5858, U+5893, U+589c, U+58e2, U+5974, U+599e, U+59a5, U+59ec, U+5b66, U+5b99, U+5b9d, U+5c2c, U+5c48, U+5c65, U+5cfd, U+5d0e, U+5dba, U+5de2, U+5e06, U+5e15, U+5ec1, U+5ed6, U+5f00, U+5f4c, U+5f65, U+6055, U+609f, U+60b6, U+6241, U+624e, U+626f, U+6291, U+62cc, U+62d3, U+62d8, U+62da, U+62fe, U+6349, U+6367, U+63ea, U+6454, U+64a4, U+64b2, U+64bc, U+64c5, U+64ce, U+6558, U+6572, U+65a5, U+65e8, U+65ed, U+6606, U+6614, U+6670, U+6688, U+673a, U+674f, U+6770, U+6795, U+68cb, U+6912, U+6953, U+6aac, U+6aaf, U+6ab8, U+6b20, U+6b96, U+6bbf, U+6bc5, U+6c6a, U+6cbe, U+6d59, U+6d78, U+6dc7, U+6deb, U+6e7e, U+6e9c, U+6f3f, U+6f51, U+6f70, U+6f84, U+6fa1, U+704c, U+7051, U+70ab, U+70ad, U+70f9, U+7119, U+714e, U+71d9, U+71e5-71e6, U+72c4, U+72d0, U+72e0, U+7334, U+744b, U+7455, U+74f7, U+7529, U+75ab, U+75b2, U+766e, U+76c3, U+76fc, U+76fe, U+7891, U+7948, U+7a74, U+7b28, U+7c60, U+7c72, U+7cca, U+7ebf, U+7f55, U+7ff0, U+8154, U+81c2, U+81d8, U+81e3, U+81e5, U+8292, U+8299, U+8302, U+8304, U+8332, U+83c1, U+83c7, U+83ca, U+845b, U+8490, U+85af, U+8650, U+8667, U+8abc, U+8b0e, U+8b39, U+8bed, U+8c54, U+8c6b, U+8c9e, U+8ca7, U+8caa-8cab, U+8ce6, U+8cec-8ced, U+8eb2, U+8fb0, U+901d, U+908f, U+9127, U+91c0, U+9215, U+92b3, U+932b, U+93fd, U+95ca, U+964c, U+96c0, U+970d, U+9774, U+97fb, U+9812, U+9817, U+9913, U+9935, U+99c1, U+9b31, U+9d5d, U+9d6c, U+9e79, U+fe0f, U+fe30, U+ff0b, U+ff10, U+ff15;
	src: url("../fonts/noto-sans-hk-107-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-108-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+b0, U+926, U+928, U+939, U+93f-940, U+94d, U+200b, U+22ef, U+25ba, U+25c6, U+2665, U+4e4f, U+4e59, U+4f0d, U+4f0f, U+4f19, U+4f59, U+4fae, U+5075, U+50b2, U+50b5, U+511f, U+5141, U+5146, U+514c, U+5185, U+51dd, U+522e, U+5319, U+533a, U+5378, U+53ad, U+53c9, U+53d1, U+53d4, U+543b, U+5442, U+5446, U+5481, U+54e9, U+5507, U+5565, U+559a, U+55aa, U+5606, U+56ca, U+56fe, U+582a, U+58fa, U+5915, U+5949, U+5962, U+5996, U+59fb, U+5a77, U+5b0c, U+5b5f, U+5bd3, U+5be2, U+5bfa, U+5c41, U+5ca9, U+5d07, U+5ec8, U+5eca, U+5f18, U+5f4e, U+5f59, U+5f6d, U+5f79, U+5fb9, U+6028, U+6062, U+6068, U+606d, U+6094, U+60f1, U+6108-6109, U+614e, U+6170, U+617e, U+61b2, U+61f8, U+6247, U+626d, U+6276, U+62ab, U+62cb, U+62f3, U+6368, U+6380, U+6492, U+64b0, U+64e0, U+6570, U+660f, U+6649, U+6691, U+66a8, U+6749, U+67f1, U+67f3-67f4, U+6842, U+6851, U+687f, U+68df, U+69fd, U+6a58, U+6c27, U+6c88, U+6cca, U+6cdb, U+6d29, U+6d66, U+6daf, U+6f01, U+6f06, U+6f58, U+6f62, U+6f6d, U+6ff1, U+6ffe, U+7058, U+70ae, U+7235, U+7267, U+73ca, U+742a, U+758f, U+75bc, U+76c6, U+7740, U+7955, U+7a00, U+7a3b, U+7b4b, U+7bad, U+7be9, U+7c4c, U+7cfe, U+7dbf, U+7e2b, U+7e31, U+7e73, U+7f9e, U+7fc1, U+7ffc, U+8096, U+809d, U+80de, U+8108, U+8155, U+816b, U+81df, U+8277, U+82bd, U+8352, U+8393, U+8404, U+8525, U+856d, U+8587, U+8606, U+868a, U+8776, U+87ba, U+87f9, U+886b, U+8870, U+88d5, U+896a, U+896f, U+8a23, U+8a87, U+8ad2, U+8b00, U+8b20, U+8cb8, U+8cca, U+8ce0, U+8d39, U+8d6b, U+8d81, U+8db4, U+8e29, U+8ef8, U+8f1b, U+8f5f, U+8fa8, U+906e, U+9077, U+90aa, U+90b1, U+90c1, U+9165, U+919c, U+92c1, U+95d6, U+95e8, U+975a, U+98c6, U+9ecf, U+9f0e, U+9f52, U+feff, U+ff06, U+ff0a, U+ff12-ff13;
	src: url("../fonts/noto-sans-hk-108-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-109-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+627-629, U+631, U+639, U+644, U+64a, U+25cf, U+2606, U+2764, U+3008-3009, U+4e1f, U+4e38, U+4e43, U+4ed5, U+4ef0, U+4eff, U+4fb6, U+4fe0, U+5085, U+50a2, U+50be, U+5118, U+5211-5212, U+5272, U+52fe, U+5366, U+53b2, U+53ec, U+54ac, U+5587, U+55b5, U+561b, U+5751, U+576a, U+57cb, U+58ef, U+592f, U+594f, U+5951, U+5954, U+596e, U+59d1, U+5ac1, U+5acc, U+5b8b, U+5c4d, U+5c6f, U+5ca1, U+5d29, U+5de1, U+5dfe, U+5e7d, U+5edf, U+5ef7, U+5f7c, U+5f81, U+5fa1, U+5faa, U+5fcc, U+5ffd, U+6021, U+6046, U+6155, U+6212, U+62b9, U+6316, U+6350, U+6478, U+647a, U+6490, U+64e6, U+6524, U+6591, U+659c, U+65a4, U+65e6, U+65f6, U+6607, U+6674, U+6765, U+679d, U+68a8, U+6b3a, U+6c57, U+6c61, U+6c90, U+6cbf, U+6d69, U+6db5, U+6dcb, U+6dd1, U+6e21, U+70d8, U+71c3, U+71d5, U+722c, U+727d, U+72ac, U+72fc, U+731c, U+7336, U+7344, U+7384, U+73ab, U+7433-7434, U+745c, U+7470, U+758a, U+75d5, U+7652, U+76c8, U+76e7, U+7709, U+7720, U+7747, U+7763, U+77ac-77ad, U+7802, U+78a7, U+78a9, U+78b3, U+78c1, U+78da, U+7926, U+796d, U+798d, U+7aae, U+7b52, U+7c92, U+7d68, U+7d81, U+7e5e, U+7e69, U+7f50, U+7f70, U+7f75, U+8058, U+8070, U+80c3, U+8105-8106, U+8179, U+818f, U+81a9, U+81ed, U+820c-820d, U+82d1, U+838e, U+83cc, U+8461, U+84b8, U+852c, U+857e, U+85e4, U+863f, U+8679, U+86c7, U+8702, U+8896, U+88c2, U+88f8, U+8af8, U+8b7d, U+8ca2, U+8cc0, U+8d64, U+8d74, U+8d99, U+8e5f, U+8e8d, U+8ecc, U+8ed2, U+8fb1, U+8fc5, U+9022, U+9038, U+903e, U+905c, U+9072, U+9081, U+9189, U+9234, U+92d2, U+934a, U+95a3, U+962a, U+9646, U+9676, U+96d5, U+971c, U+9838, U+9875, U+98c4, U+99db, U+9a45, U+9a5f, U+9a6c, U+9ad2, U+9cf4, U+9d28, U+9daf, U+9df9, U+9e7d, U+9f9c, U+ff11, U+ff1e;
	src: url("../fonts/noto-sans-hk-109-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-110-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+2500, U+25bc, U+4e95, U+4f50, U+4f54, U+4f69, U+4fc4, U+4fca, U+5009, U+50bb, U+5154, U+51cc, U+528d, U+5291, U+52d2, U+52e4, U+5353, U+5360, U+540a-540b, U+5410, U+54f2, U+5510, U+5514, U+5537, U+558a, U+55ac, U+5617, U+56fd, U+573e, U+5766, U+5783, U+57d4, U+5806, U+5821, U+5857, U+5875, U+58f9, U+596a, U+59ae, U+59c6, U+59ca, U+59ff, U+5a03, U+5ae9, U+5b64, U+5bb4, U+5c3f, U+5e16, U+5e45, U+5e72, U+5ec9, U+5f90-5f92, U+6012, U+6016, U+6084-6085, U+6089, U+60a0, U+60a3, U+60b2, U+60d1, U+60f9, U+6148, U+6158, U+6191, U+626e, U+62d4, U+632f, U+633a, U+6355, U+63aa, U+642c, U+64a5, U+64cb, U+6566, U+6575, U+6597, U+660c, U+66b1, U+66ec, U+6731, U+6735, U+675c, U+67ef, U+6846, U+6876, U+6881, U+68af-68b0, U+68c9, U+6905, U+6b98, U+6bc0, U+6beb, U+6c0f, U+6c1b, U+6c41, U+6ce5, U+6cf3, U+6d25, U+6d2a, U+6d3d, U+6d6e, U+6dd8, U+6dda, U+6dfa, U+6e9d, U+6eaa, U+6ec5, U+6ecb, U+6ef4, U+6f0f, U+6f32, U+707d, U+708e, U+7092, U+716e, U+723a, U+731b, U+7345, U+7375, U+7378, U+73b2, U+74e6, U+75be, U+75de, U+764c, U+76dc, U+788e, U+7897, U+789f, U+78b0, U+790e, U+7965, U+7a4e, U+7aa9, U+7c43, U+7d17, U+7dd2, U+7e96, U+7f51, U+7f69, U+7f72, U+7fd4, U+7fe0, U+8017, U+80a9, U+80d6, U+8102, U+8150, U+8178, U+81bd, U+829d, U+82ac, U+8303, U+840c, U+8482, U+8499, U+85a9-85aa, U+883b, U+8861, U+88c1, U+88cf, U+88d9, U+8a3a, U+8a98, U+8aee, U+8c8c, U+8ce2, U+8d0f, U+8da8, U+8dcc, U+8e0f, U+8e22, U+8f1d, U+8f29, U+8fad, U+9003, U+9006, U+903c, U+904d, U+9059, U+9075, U+90ce, U+90ed, U+9130, U+91ac, U+91e3, U+9285, U+9298, U+92ea, U+9326, U+937e, U+93c8, U+95c6, U+9677, U+9727, U+994b, U+99a8, U+99d0, U+9a30, U+9a37, U+9b42, U+9b45, U+9d3b, U+9e7f, U+9ee8, U+9f3b, U+c5b4;
	src: url("../fonts/noto-sans-hk-110-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-111-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+5e, U+2502, U+2605, U+4e32, U+4e58, U+4ea1, U+4ef2, U+4f2f-4f30, U+4f75, U+4fd7, U+4ff1, U+501f, U+5049, U+5074, U+5091, U+5144, U+517c, U+51c6, U+51cd, U+5269-526a, U+52aa, U+52c1, U+52c7, U+52df, U+5377, U+541b, U+5439, U+5440, U+5448, U+54aa, U+54e6, U+54ed, U+5674, U+5687, U+585e, U+588a, U+58a8, U+58c1, U+5925, U+5948, U+5999, U+59b3, U+5a1c, U+5a46, U+5b54, U+5b5d, U+5b6b, U+5b8f, U+5bd2, U+5be9, U+5c0a, U+5c16, U+5c46, U+5cf0, U+5e25, U+5e3d, U+5e79, U+5ee2, U+5f04, U+5f31, U+5fcd, U+5fe0, U+60dc, U+6163, U+616e, U+6182, U+61f6, U+622a, U+6258, U+6293, U+62c6, U+62d2, U+6372, U+63da, U+63ed-63ee, U+6416, U+6458, U+649e, U+64ec, U+64f4, U+651c, U+65cb, U+65e2, U+65fa, U+6628, U+6668, U+66a2, U+66c9, U+66fc, U+6717, U+67cf, U+67d4, U+6817, U+6885, U+69cd, U+6a6b, U+6afb, U+6b32, U+6b49, U+6bbc, U+6c89, U+6c96, U+6cc9, U+6d1b, U+6d1e, U+6dfb, U+6efe, U+6f38, U+6f5b, U+6f64, U+6f8e, U+6fa4, U+7070, U+70b8, U+70cf, U+70e4, U+7159, U+7169, U+7210, U+721b, U+7238, U+737b, U+73bb, U+746a, U+7483, U+74dc, U+74f6, U+7518, U+756a, U+75c7, U+775b, U+78e8, U+7919, U+7956, U+795d, U+7a0d, U+7bc9, U+7c97, U+7cd5, U+7d10, U+7d1b, U+7de9, U+7dfb, U+7e3e, U+7e6a, U+7f6a, U+7f8a, U+7fbd, U+8000, U+8036, U+809a, U+80ce, U+80e1, U+80f8, U+8170, U+819c, U+8216, U+8239, U+8266, U+827e, U+82b3, U+8377, U+83ab, U+85c9, U+865b, U+8766, U+87a2, U+87f2, U+8972, U+8a17, U+8a50, U+8a95, U+8b02, U+8b6f, U+8c6c, U+8ca9, U+8cfa, U+8d95, U+8de1, U+8f14, U+8f9b, U+8fa3, U+8feb, U+8ff4, U+9010, U+901b, U+905e, U+9080, U+912d, U+9177, U+91c7, U+9336, U+9451, U+947d, U+963b, U+966a, U+9670, U+9769, U+9813, U+98fd, U+99d5, U+9a19, U+9b27, U+9b6f, U+9ece, U+9ed8, U+9f13, U+9f20, U+ad6d, U+d55c;
	src: url("../fonts/noto-sans-hk-111-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-112-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+201c-201d, U+203b, U+2192, U+25b2, U+300f, U+4e01, U+4e39, U+4e73, U+4e88, U+4e8e, U+4ed9, U+4f0a, U+4f38, U+4f5b, U+4fc3, U+500d, U+504f, U+5076-5077, U+5100, U+5104, U+5132, U+5175, U+5192, U+51a0, U+51ac, U+51e1, U+51f1, U+5200, U+5224, U+5237-5238, U+523a, U+526f, U+5289, U+52de, U+52f5, U+5371, U+539a, U+53e5, U+540e, U+547c, U+552f, U+5531, U+5634, U+56c9, U+56f0, U+574a, U+5761, U+57f7, U+57f9, U+5805, U+5851, U+5854, U+586b, U+58fd, U+592e, U+5967, U+59bb, U+59d3, U+5a18, U+5b30, U+5b55, U+5b87, U+5b97, U+5be7, U+5bec, U+5bf8, U+5c24, U+5cb8, U+5df7, U+5e1d, U+5e2d, U+5e7b, U+5f1f, U+5f70, U+5fd9, U+61b6, U+6234, U+62b5, U+62d6, U+62dc, U+62fc, U+6383, U+63cf, U+63d2, U+63e1, U+640d, U+64cd, U+64fa, U+64fe, U+654f, U+6562, U+656c, U+65c1, U+65d7, U+6620, U+6676, U+6697, U+66ab, U+66c6, U+66dd, U+66ff, U+671d, U+672b, U+677e, U+67d0, U+67d3, U+68c4, U+690d, U+694a, U+695a, U+6ac3, U+6b04, U+6b23, U+6b78, U+6b8a, U+6c60, U+6d74, U+6d89, U+6db2, U+6dbc, U+6de1, U+6df7, U+6e38, U+6e6f, U+6f02, U+6fc3, U+6fd5, U+70c8, U+7126, U+718a, U+723d, U+7246, U+72af, U+73cd, U+760b, U+7626, U+7687, U+79df, U+7a05, U+7a3f, U+7a69, U+7af6, U+7c3d, U+7c3f, U+7c4d, U+7cd6, U+7d0b, U+7d2b, U+7de3, U+7e2e, U+8010, U+808c, U+80a5, U+80af, U+812b, U+817f, U+819a, U+82d7, U+8389-838a, U+83f2, U+840a, U+8463, U+8521, U+8584, U+860b, U+864e, U+871c, U+878d, U+885d, U+8932, U+89f8, U+8a69, U+8afe, U+8b5c, U+8c37, U+8c46, U+8cbf, U+8cd3, U+8cf4, U+8d08, U+8d0a, U+8ddd, U+8fea, U+9014, U+9055, U+907a, U+9178, U+92fc, U+934b, U+9396, U+93ae, U+9583, U+9663, U+96bb, U+9707, U+9738, U+9846, U+9905, U+9a0e, U+9aa8, U+9b25, U+9b3c, U+9ce5, U+9cf3, U+9ea5, U+9eb5, U+9f4a, U+9f61, U+ff0d;
	src: url("../fonts/noto-sans-hk-112-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-113-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+3c, U+d7, U+300e, U+4e4e, U+4e82, U+4e92, U+4ec1, U+4ecd, U+4f48, U+4f53, U+4fb5, U+5012, U+502b, U+522a, U+52dd, U+52ff, U+532f, U+53eb, U+53f3, U+5409, U+5433, U+5496, U+54c8, U+554a, U+5561, U+5594, U+559d, U+56b4, U+56fa, U+5713, U+5750, U+57df, U+584a, U+58c7, U+58de, U+593e, U+5976, U+59d0, U+59d4, U+5a66, U+5b85, U+5b88, U+5ba3, U+5bae, U+5bbf, U+5bdf, U+5c01, U+5c04, U+5c3a, U+5c3e, U+5c4f, U+5ddd-5dde, U+5de8, U+5e63, U+5e7c, U+5e8a, U+5eda, U+5ef3, U+5ef6, U+5f48, U+6015, U+6025, U+602a, U+6050, U+6069, U+60e1, U+6162, U+6176, U+61c2, U+6200, U+6263, U+6279, U+6297, U+62b1, U+62bd, U+62ec, U+6311, U+6377, U+6388-6389, U+638c, U+63a2, U+63f4, U+641e, U+6436, U+64c1, U+6551, U+6557, U+6563, U+6696, U+66b4, U+66f2, U+6751, U+675f, U+676f, U+6790, U+6838, U+684c, U+68d2, U+6982, U+699c, U+69ae, U+69cb, U+6a39, U+6a4b, U+6b66, U+6bd2, U+6cb3, U+6ce1, U+6d3e, U+6de8, U+6ed1, U+6f22, U+6f54, U+6fc0, U+6fdf, U+719f, U+71c8, U+7236, U+7259, U+72d7, U+7389, U+73e0, U+745e, U+751a, U+7532-7533, U+7562, U+7591, U+75c5, U+75db, U+7686, U+76d2, U+76db, U+76df, U+76e3, U+7701, U+7761, U+786c, U+7981, U+79cb, U+79d2, U+79fb, U+7a81, U+7a97, U+7aef, U+7b26, U+7b80, U+7c64, U+7d0d, U+7d14, U+7d2f, U+7dca, U+7df4, U+7e54, U+7e6b, U+7f3a, U+8033, U+804a, U+805a, U+81a0, U+81e8, U+8212, U+821e, U+82e6, U+8336, U+8449, U+84cb, U+84ee, U+85e5, U+8607, U+888b, U+8a13, U+8a5e, U+8aa0, U+8aa4, U+8ab0, U+8ab2, U+8ac7, U+8b66, U+8c6a, U+8c93, U+8c9d, U+8de8, U+8f2a, U+8fb2, U+906d, U+907f, U+90a6, U+9109, U+9192, U+91cb, U+91dd, U+964d, U+9686, U+968e, U+9694, U+969c, U+96de, U+96e8, U+96ea, U+96f7, U+975c, U+9760, U+978b, U+9858, U+9918, U+9aee, U+9ebb, U+ff0e-ff0f, U+ff5c;
	src: url("../fonts/noto-sans-hk-113-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-114-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+b7, U+2022, U+2027, U+3042, U+3044, U+3046, U+3048, U+304a-3050, U+3053-3057, U+3059-305b, U+305d-3061, U+3063-306c, U+306e-3079, U+307b, U+307d-307f, U+3082-308d, U+308f, U+3092-3093, U+30a1-30a4, U+30a6-30c1, U+30c3-30c4, U+30c6-30e1, U+30e3-30ed, U+30ef, U+30f3, U+30fb-30fc, U+4e7e, U+4ea6, U+4eac, U+4f34, U+50b7, U+51b0, U+523b, U+5283, U+5348, U+5354, U+54e5, U+5708, U+590f, U+592b, U+599d, U+59b9, U+5a01, U+5a5a, U+5de7, U+5e78, U+5e9c, U+5fb5, U+6167, U+61f7, U+627f, U+63a1, U+64d4, U+65bd, U+68ee, U+6b4c, U+6bba, U+6c5f, U+6d0b, U+6d6a, U+6e1b, U+6e56, U+6f6e, U+71d2, U+722d, U+72c2, U+751c, U+7530, U+7642, U+76e1, U+79c0, U+7adf, U+7af9, U+7d9c, U+7da0, U+7e23, U+7e41, U+8056, U+8173, U+822a, U+8349, U+83dc, U+8840, U+885b, U+8907, U+8a34, U+8cb4, U+8dd1, U+8fd4, U+8ff0, U+93e1, U+984f, U+98ef, U+9b54;
	src: url("../fonts/noto-sans-hk-114-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-115-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+23-25, U+3d, U+2026, U+4e03, U+4e45, U+4e5d, U+4eae, U+4ed4, U+4ed8, U+4ee4, U+4f01, U+4f3c, U+4f8b, U+4fc2, U+5019, U+505c, U+50c5, U+5145, U+51b7, U+5207, U+521d, U+525b, U+5287, U+52e2, U+535a, U+537b, U+5426, U+542b, U+5438, U+5462, U+54ea, U+555f, U+5566, U+5584, U+5609, U+570d, U+571f, U+5747, U+5802, U+58d3, U+591c, U+5920, U+5922, U+5957, U+5979, U+5a92, U+5abd, U+5b63, U+5b69, U+5b83, U+5b9c, U+5bb3, U+5bc4, U+5bf5, U+5c3c, U+5c40, U+5c4b, U+5c64, U+5cf6, U+5de6, U+5e0c, U+5e55, U+5eab, U+5ead, U+5ee0, U+5f85, U+5f8b, U+5fa9, U+5fd7-5fd8, U+5ff5, U+600e, U+6298, U+62db, U+62ff, U+639b, U+63a7, U+642d, U+6469, U+64ad, U+651d, U+653b, U+65b7, U+65cf, U+665a, U+666e, U+66fe, U+6728, U+674e, U+67b6, U+6821, U+6839, U+6843, U+6a94, U+6b50, U+6b62, U+6b72, U+6b7b, U+6bcd, U+6bdb, U+6c38, U+6c7a, U+6c7d, U+6c99, U+6cb9, U+6ce2, U+6cf0, U+6d17, U+6d32, U+6e2c, U+6fb3, U+7206, U+723e, U+725b, U+734e, U+7387, U+73ed, U+7565, U+7570, U+76ca, U+76e4, U+773e, U+77ed, U+77f3, U+7814, U+7834, U+7968, U+79d8, U+7a76, U+7a7f, U+7b11, U+7b46, U+7b54, U+7bc4, U+7d19, U+7d20, U+7d22, U+7d42, U+7d55, U+7e7c, U+7f85, U+7ffb, U+8077, U+8089, U+80cc, U+81c9, U+81f4, U+81fa, U+820a, U+822c, U+826f, U+85cd, U+86cb, U+88dc, U+8986, U+8a0e, U+8a2a, U+8a73, U+8a8c, U+8b1b, U+8b9a, U+8c50, U+8c61, U+8ca0, U+8cde, U+8cfd, U+8d8a, U+8df3, U+8e64, U+8ecd, U+8edf, U+8f38, U+8ff7, U+9000, U+9047, U+9060, U+90f5, U+9152, U+91ce, U+9280, U+9418, U+9435, U+9589, U+9592, U+9678, U+967d, U+968a, U+96aa, U+96c5, U+96d6, U+96dc, U+96f6, U+9732, U+9748, U+9802, U+9806, U+9808, U+9818, U+983b, U+984d, U+9867, U+98db, U+98f2, U+98fe, U+9a5a, U+9b06, U+9b5a, U+9bae, U+9e97, U+ff1b, U+ff5e;
	src: url("../fonts/noto-sans-hk-115-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-116-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+26, U+40, U+4e14, U+4e9e, U+4ec0, U+4f11, U+4f4e-4f4f, U+4f73, U+4fee, U+503c, U+5047, U+514b, U+516b, U+516d, U+5178, U+520a, U+5236, U+5343, U+5347, U+534a, U+5370, U+53cd, U+53e4, U+53e6, U+53f2, U+5403, U+5411, U+5427, U+5468, U+5473, U+547d, U+552e, U+55ce, U+5740, U+57ce, U+5883, U+589e, U+5931, U+5947, U+59cb, U+5a1b, U+5b58, U+5b98, U+5ba4, U+5bc6, U+5bcc, U+5beb, U+5bf6, U+5c45, U+5c6c, U+5dee, U+5df4, U+5e03, U+5e33, U+5e6b, U+5e7e, U+5e8f, U+5e95, U+5ea7, U+5f15, U+5f62, U+5f69, U+5f80, U+5fae, U+5fb7, U+601d, U+60e0, U+614b, U+6230, U+6236, U+623f, U+628a, U+6295, U+62c9, U+6309, U+63db, U+64c7, U+64ca, U+64da, U+652f, U+6545, U+6548, U+65af, U+65e9, U+6625, U+666f, U+667a, U+670b, U+671b, U+6750, U+677f, U+6848, U+6975, U+6a13, U+6a21, U+6aa2, U+6b65, U+6b77, U+6bb5, U+6cc1, U+6ce8, U+6df1, U+6e90, U+6e96, U+6eab, U+6f14, U+6f2b, U+700f, U+706b, U+724c, U+72c0, U+7368, U+7372, U+74b0, U+756b, U+76ae, U+773c, U+78ba, U+78bc, U+798f, U+79ae, U+7a4d, U+7ae5, U+7b56, U+7b97, U+7bb1, U+7bc7, U+7c73, U+7c89, U+7d00, U+7d30, U+7d39, U+7d72, U+7dad, U+7e8c, U+7f6e, U+7fa4, U+7fa9, U+7fd2, U+8003, U+807d, U+80a1, U+80b2, U+8166, U+8208-8209, U+82e5, U+843d, U+85cf, U+85dd, U+862d, U+8857, U+8863, U+88e1, U+89ba, U+89d2, U+8a31, U+8a62, U+8a66, U+8a72, U+8abf, U+8b1d, U+8b58, U+8b70, U+8b80, U+8ca1, U+8ca8, U+8cac, U+8cbc, U+8d70, U+8da3, U+8db3, U+8ddf, U+8f03, U+8f15, U+8f2f, U+8fa6, U+8fce, U+8ffd, U+900f, U+9031, U+9069, U+908a, U+91ab, U+91cc, U+92b7, U+9322, U+932f, U+9375, U+9632, U+963f, U+9644, U+9662, U+9673, U+96a8, U+96c4, U+96d9, U+96e2-96e3, U+96f2, U+9752, U+97d3, U+97ff, U+9805, U+9810, U+986f, U+990a, U+9910, U+9928, U+9ec3, U+9ed1, U+9f8d;
	src: url("../fonts/noto-sans-hk-116-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-117-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+3e, U+5f, U+7e, U+3000, U+300a-300b, U+3010-3011, U+4e16, U+4e26, U+4e94, U+4e9b, U+4ea4, U+4eca-4ecb, U+4efb, U+4efd, U+4f46, U+4f55, U+4f9b, U+4f9d, U+4fbf, U+505a, U+5065, U+5099, U+50cf, U+50f9, U+512a, U+5143, U+5148, U+514d, U+5152, U+5169, U+5171, U+5177, U+518a, U+5217, U+5225, U+5247, U+5275, U+529f, U+52a9, U+5305, U+5341, U+5357, U+5361, U+5373, U+53bb, U+53c3, U+53c8, U+53d6-53d7, U+53e3, U+53ea, U+53f8, U+5404, U+559c, U+5668, U+56db, U+56e0, U+5712, U+5718, U+578b, U+57fa, U+58eb, U+592a, U+5c0b, U+5c0e, U+5c11, U+5c1a, U+5c55, U+5c71, U+5df1, U+5e2b, U+5e36, U+5e97, U+5eb7, U+5ee3, U+5efa, U+5f35, U+5f37, U+5f88, U+5f9e, U+5fc5, U+606f, U+60a8, U+6232, U+624d, U+6253, U+627e, U+6280, U+62cd, U+6301, U+6307, U+6392, U+6539, U+653e-653f, U+6559, U+6574, U+65c5, U+6613, U+66f8, U+672a, U+6797, U+67e5, U+6a19, U+6a23, U+6b61, U+6bcf, U+6bd4, U+6c11, U+6c42, U+6d41, U+6d77, U+6d88, U+6e05, U+6e2f, U+6eff, U+7136, U+7167, U+71df, U+738b, U+73a9, U+7403, U+7531, U+7537, U+754c, U+7559, U+767d-767e, U+76f4, U+793a, U+795e, U+79c1, U+79d1, U+7a2e, U+7a31, U+7a7a, U+7ae0, U+7ba1, U+7bc0, U+7c21, U+7cfb, U+7d04-7d05, U+7d1a, U+7d44, U+7d66, U+7d71, U+7de8, U+7e3d, U+8001, U+800c, U+805e, U+8072, U+81f3, U+82b1, U+82f1, U+83ef, U+842c, U+8457, U+85a6, U+8655, U+8853, U+88ab, U+88dd, U+88fd, U+897f, U+898f, U+89aa, U+89bd, U+89c0, U+89e3, U+8a02, U+8a3b, U+8a55, U+8a8d, U+8a9e, U+8ad6, U+8b49, U+8b77, U+8b8a, U+8b93, U+8cb7, U+8ce3, U+8cea, U+8cfc, U+8f09, U+8fd1, U+9001, U+901f-9020, U+9054, U+90a3, U+914d, U+91cf, U+9304, U+95b1, U+9650, U+9664, U+969b, U+96b1, U+96c6, U+9700, U+975e, U+97f3, U+98a8, U+98df, U+9999, U+99ac, U+9a57, U+9ebc;
	src: url("../fonts/noto-sans-hk-117-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-118-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+d, U+2b, U+7c, U+a0, U+a9, U+300c-300d, U+4e09, U+4e3b, U+4e4b, U+4e5f, U+4e86, U+4e8b-4e8c, U+4eab, U+4ed6, U+4ee3, U+4ef6, U+4f1a, U+4f4d, U+4f60, U+4f7f, U+4f86, U+4fdd, U+4fe1, U+5011, U+50b3, U+5149, U+5167, U+5176, U+518d, U+5229, U+524d, U+529b, U+52a0, U+52d9, U+5316-5317, U+5340, U+539f, U+53ca-53cb, U+5408, U+540c-540d, U+544a, U+548c, U+54c1, U+54e1, U+5546, U+554f, U+55ae, U+56de, U+5716, U+5831, U+5834, U+5916, U+5929, U+5973, U+597d, U+5982, U+5b57, U+5b78, U+5b89, U+5b8c, U+5b9a, U+5ba2, U+5bb9, U+5be6, U+5c07-5c08, U+5c0d, U+5c31, U+5de5, U+5df2, U+5e02, U+5e38, U+5e73-5e74, U+5ea6, U+5f0f, U+5f71, U+5f8c, U+5f97, U+5feb, U+6027, U+60c5, U+60f3, U+610f, U+611b, U+611f, U+61c9, U+6210, U+6216, U+6240, U+624b, U+63a5, U+63a8, U+63d0, U+641c, U+6536, U+6578, U+6599, U+65b9, U+660e, U+661f, U+662d, U+66f4, U+670d, U+671f, U+6771, U+679c, U+682a, U+683c, U+689d, U+696d, U+6a02, U+6a5f, U+6b0a, U+6b21, U+6b3e, U+6b64, U+6c23, U+6c34, U+6c92, U+6cbb, U+6cd5, U+6d3b, U+7063, U+7121, U+71b1, U+7247-7248, U+7269, U+7279, U+73fe, U+7406, U+7522, U+7576, U+767b, U+76ee, U+76f8, U+770b, U+771f, U+77e5, U+793e, U+7a0b, U+7acb, U+7ad9, U+7b2c, U+7b49, U+7cbe, U+7d50, U+7d61, U+7d93, U+7dda, U+7f8e, U+8005, U+806f, U+80fd, U+81ea, U+8207, U+8272, U+865f, U+8868, U+8981, U+898b, U+8996, U+8a00, U+8a08, U+8a0a, U+8a18, U+8a2d, U+8a71, U+8aaa, U+8acb, U+8cbb, U+8cc7, U+8d77, U+8d85, U+8def, U+8eab, U+8eca, U+8f49, U+9019-901a, U+9023, U+9032, U+904a-904b, U+904e, U+9053, U+9078, U+9084, U+90e8, U+90fd, U+91cd, U+91d1, U+9577, U+9580, U+9593, U+9762, U+982d, U+984c, U+985e, U+9996, U+9ad4, U+9ad8, U+9ede, U+ff01, U+ff08-ff09, U+ff1f;
	src: url("../fonts/noto-sans-hk-118-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-119-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+20-22, U+27-2a, U+2c-3b, U+3f, U+41-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2-b3, U+bb, U+bf, U+c9, U+cd, U+d6, U+e0-ef, U+f1-f4, U+f6, U+f9-fa, U+fc-fd, U+101, U+103, U+110-111, U+113, U+12b, U+14d, U+16b, U+1a1, U+1b0, U+1ce, U+300-301, U+1ea1, U+1ea3, U+1ebf, U+1ec7, U+2013-2014, U+2039-203a, U+203c, U+2122, U+3001-3002, U+3113-3114, U+3118, U+311a-3129, U+4e00, U+4e0a-4e0b, U+4e0d, U+4e2d, U+4eba, U+4ee5, U+4f5c, U+500b, U+5165, U+5168, U+516c, U+51fa, U+5206, U+5230, U+52d5, U+53ef-53f0, U+570b, U+5728, U+5730, U+591a, U+5927, U+5b50, U+5bb6, U+5c0f, U+5fc3, U+6211, U+6587, U+65b0, U+65bc, U+65e5, U+662f, U+6642, U+6700, U+6703, U+6708-6709, U+672c, U+6b63, U+70b9-70ba, U+751f, U+7528, U+767c, U+7684, U+7db2, U+884c, U+958b, U+95dc, U+96fb, U+9801, U+ff0c, U+ff1a;
	src: url("../fonts/noto-sans-hk-119-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-latin-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	src: url("../fonts/noto-sans-hk-latin-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-latin-ext-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	src: url("../fonts/noto-sans-hk-latin-ext-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-hk-vietnamese-wght-normal */
@font-face {
	font-family: "Noto Sans HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	src: url("../fonts/noto-sans-hk-vietnamese-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-cyrillic-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	src: url("../fonts/noto-serif-hk-cyrillic-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-0-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+28eb2-28eb3, U+28ed9, U+28ee7, U+28fc5, U+29079, U+29088, U+2908b, U+29093, U+290af-290b1, U+290c0, U+290e4-290e5, U+290ec-290ed, U+2910d, U+29110, U+2913c, U+2914d, U+2915b, U+2915e, U+29170, U+2919c, U+291a8, U+291d5, U+291eb, U+2941d, U+29420, U+29433, U+2943f, U+29448, U+294d0, U+294d9-294da, U+294e5, U+294e7, U+2959e, U+295b0, U+295b8, U+295d7, U+295e9, U+295f4, U+29720, U+29732, U+297d4, U+29810, U+29857, U+298a4, U+298d1, U+298ea, U+298f1, U+298fa, U+29903, U+29905, U+2992f, U+29945, U+29947-29949, U+2995d, U+2996a, U+2999d, U+299c3, U+299c9, U+29a28, U+29a4d, U+29b05, U+29b0e, U+29bd5, U+29c73, U+29cad, U+29d3e, U+29d5a, U+29d7c, U+29d98, U+29d9b, U+29df6, U+29e06, U+29e2d, U+29e68, U+29eac, U+29eb0, U+29ec3, U+29ef8, U+29f23, U+29f30, U+29fb7, U+29fde, U+2a014, U+2a087, U+2a0b9, U+2a0e1, U+2a0ed, U+2a0f3, U+2a0f8, U+2a0fe, U+2a107, U+2a123, U+2a133-2a134, U+2a150, U+2a192-2a193, U+2a1ab, U+2a1b4-2a1b5, U+2a1df, U+2a1f5, U+2a220, U+2a233, U+2a293, U+2a29f, U+2a2b2, U+2a2b4, U+2a2b6, U+2a2ba, U+2a2bd, U+2a2df, U+2a2ff, U+2a351, U+2a3a9, U+2a3ed, U+2a434, U+2a45b, U+2a5c6, U+2a5cb, U+2a601, U+2a632, U+2a64a, U+2a65b, U+2a6a9, U+2adff, U+2f825, U+2f83b, U+2f840, U+2f878, U+2f894, U+2f8a6, U+2f8cd, U+2f994, U+2f9b2, U+2f9bc, U+2f9d4, U+f0001-f0005, U+f0019, U+f009b, U+f0101-f0104, U+f012b, U+f01ba, U+f01d6, U+f0209, U+f0217, U+f0223-f0224, U+fc355, U+fe327, U+fe517, U+feb97, U+fffb4;
	src: url("../fonts/noto-serif-hk-0-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-1-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+28189, U+281af, U+281bc, U+28207, U+28218, U+2821a, U+28256, U+2827c, U+2829b, U+282cd, U+282e2, U+28306, U+28318, U+2832f, U+2833a, U+28365, U+2836d, U+2837d, U+2838a, U+28412, U+28468, U+2846c, U+28473, U+28482, U+28501, U+2853c-2853d, U+2856c, U+285e8, U+285f4, U+28600, U+2860b, U+28625, U+2863b, U+286aa-286ab, U+286b2, U+286bc, U+286d8, U+286e6, U+2870f, U+28713, U+28804, U+2882b, U+2890d, U+28933, U+28948-28949, U+28956, U+28964, U+28968, U+2896c-2896d, U+2897e, U+28989, U+2898d, U+289a8, U+289aa-289ab, U+289b8, U+289bc, U+289c0, U+289dc, U+289de, U+289e1, U+289e3-289e4, U+289e7-289e8, U+289f9-289fc, U+28a0f, U+28a16, U+28a25, U+28a29, U+28a32, U+28a36, U+28a44-28a4b, U+28a59-28a5a, U+28a81-28a83, U+28a9a-28a9c, U+28ac0, U+28ac6, U+28acb-28acc, U+28ace, U+28ade-28ae3, U+28ae5, U+28aea, U+28afc, U+28b0c, U+28b13, U+28b21-28b22, U+28b2b-28b2d, U+28b2f, U+28b46, U+28b4c, U+28b4e, U+28b50, U+28b63-28b66, U+28b6c, U+28b8f, U+28b99, U+28b9c-28b9d, U+28bb9, U+28bc2, U+28bc5, U+28bd4, U+28bd7, U+28bd9-28bda, U+28be7-28bec, U+28bf5, U+28bff, U+28c03, U+28c09, U+28c1c-28c1d, U+28c23, U+28c26, U+28c2b, U+28c30, U+28c39, U+28c3b, U+28cca, U+28ccd, U+28cd2, U+28d34, U+28d99, U+28db9, U+28e0f, U+28e36, U+28e39, U+28e65-28e66, U+28e97, U+28eac;
	src: url("../fonts/noto-serif-hk-1-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-2-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+26da0-26da7, U+26dae, U+26ddc, U+26dea-26deb, U+26df0, U+26e00, U+26e05, U+26e07, U+26e12, U+26e42-26e45, U+26e6e, U+26e72, U+26e77, U+26e84, U+26e88, U+26e8b, U+26e99, U+26ed0-26ed7, U+26f26, U+26f73-26f74, U+26f9f, U+26fa1, U+26fbe, U+26fde-26fdf, U+2700e, U+2704b, U+27052-27053, U+27088, U+270ad-270af, U+270cd, U+270d2, U+270f0, U+270f8, U+27109, U+2710c-2710d, U+27126-27127, U+27164-27165, U+27175, U+271cd, U+2721b, U+27267, U+27280, U+27285, U+2728b, U+272b2, U+272b6, U+272e6, U+27352, U+2739a, U+273ff, U+27422, U+27450, U+27484, U+27486, U+27574, U+275a3, U+275e0, U+275e4, U+275fd-275fe, U+27607, U+2760c, U+27632, U+27639, U+27655-27657, U+27694, U+2770f, U+27735-27736, U+27741, U+2775e, U+27784-27785, U+277cc, U+27858, U+27870, U+2789d, U+278b2, U+278c8, U+27924, U+27967, U+2797a, U+279a0, U+279dd, U+279fd, U+27a0a, U+27a0e, U+27a3e, U+27a53, U+27a59, U+27a79, U+27a84, U+27abd-27abe, U+27af4, U+27b06, U+27b0b, U+27b18, U+27b38-27b3a, U+27b48, U+27b65, U+27bef, U+27bf4, U+27c12, U+27c6c, U+27cb1, U+27cc5, U+27d2f, U+27d53-27d54, U+27d66, U+27d73, U+27d84, U+27d8f, U+27d98, U+27dbd, U+27ddc, U+27e4d, U+27e4f, U+27f2e, U+27ff9, U+28002, U+28009, U+2801e, U+28023-28024, U+28048, U+28083, U+28090, U+280bd-280be, U+280e8-280e9, U+280f4, U+2812e, U+2814f, U+2815d, U+2816f;
	src: url("../fonts/noto-serif-hk-2-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-3-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+25a9c, U+25aae-25aaf, U+25ae9, U+25b74, U+25b89, U+25bb3-25bb4, U+25bc6, U+25be4, U+25be8, U+25c01, U+25c06, U+25c21, U+25c4a, U+25c65, U+25c91, U+25ca4, U+25cc0-25cc1, U+25cfe, U+25d20, U+25d30, U+25d43, U+25d99, U+25db9, U+25e0e, U+25e49, U+25e81-25e83, U+25ea6, U+25ebc, U+25ed7-25ed8, U+25f1a, U+25f4b, U+25fe1-25fe2, U+26021, U+26029, U+26048, U+26064, U+26083, U+26097, U+260a4-260a5, U+26102, U+26121, U+26159-2615c, U+261ad-261ae, U+261b2, U+261dd, U+26258, U+26261, U+2626a-2626b, U+262d0, U+26335, U+2634b-2634c, U+26351, U+263be, U+263f5, U+263f8, U+26402, U+26410-26412, U+2644a, U+26469, U+26484, U+26488-26489, U+2648d, U+26498, U+26512, U+26572, U+265a0, U+265ad, U+265bf, U+26612, U+26626, U+266af, U+266b1, U+266b5, U+266da, U+266e8, U+266fc, U+26716, U+26741, U+26799, U+267b3-267b4, U+267cc, U+2681c, U+26846, U+2685e, U+2686e, U+26888, U+2688a, U+26893, U+268c7, U+2690e, U+26911, U+26926, U+26939, U+26951, U+269a8, U+269b5, U+269f2, U+269fa, U+26a2d-26a2e, U+26a34, U+26a42, U+26a51-26a52, U+26b05, U+26b0a, U+26b13, U+26b15, U+26b23, U+26b28, U+26b50-26b53, U+26b5b, U+26b75, U+26b82, U+26b96-26b97, U+26b9d, U+26bb3, U+26bc0, U+26bf7, U+26c21, U+26c40-26c41, U+26c46, U+26c7e-26c82, U+26ca4, U+26cb7-26cb8, U+26cbd, U+26cc0, U+26cc3, U+26cd1, U+26d22-26d2a, U+26d51, U+26d74;
	src: url("../fonts/noto-serif-hk-3-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-4-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+249bb, U+249c5, U+249d0, U+249da, U+249de-249df, U+249e3, U+249e5, U+249ec-249ed, U+249f6-249f9, U+249fb, U+24a0e, U+24a12-24a13, U+24a15, U+24a21-24a2a, U+24a3e, U+24a42, U+24a45, U+24a4a, U+24a4e-24a51, U+24a5d, U+24a65-24a67, U+24a71, U+24a77-24a7a, U+24a8c, U+24a93-24a96, U+24aa4-24aa7, U+24ab1-24ab3, U+24aba-24abc, U+24ac0, U+24ac7, U+24aca, U+24ad1, U+24adf, U+24ae2, U+24ae9, U+24b0f, U+24b6e, U+24bf5, U+24c09, U+24c9e-24c9f, U+24cc9, U+24cd9, U+24d06, U+24d13, U+24db8, U+24dea-24deb, U+24e3b, U+24e50, U+24ea5, U+24ea7, U+24f0e, U+24f5c, U+24f82, U+24f86, U+24f97, U+24f9a, U+24fa9, U+24fb8, U+24fc2, U+2502c, U+25052, U+2509d, U+2512b, U+25148, U+2517d-2517e, U+251cd, U+251e3, U+251e6-251e7, U+25220-25221, U+25250, U+25299, U+252c7, U+252d8, U+2530e, U+25311, U+25313, U+25419, U+25425, U+2542f-25430, U+25446, U+2546c, U+2546e, U+2549a, U+25531, U+25535, U+2553f, U+2555b-2555e, U+25562, U+25565-25566, U+25581, U+25584, U+2558f, U+255b9, U+255d5, U+255db, U+255e0, U+25605, U+25635, U+25651, U+25683, U+25695, U+256e3, U+256f6, U+25706, U+2571d, U+25725, U+2573d, U+25772, U+257c7, U+257df-257e1, U+25857, U+2585d, U+25872, U+258c8, U+258de, U+258e1, U+25903, U+25946, U+25956, U+259ac, U+259cc, U+25a54, U+25a95;
	src: url("../fonts/noto-serif-hk-4-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-5-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+23f61, U+23f7f-23f82, U+23f8f, U+23fb4, U+23fb7, U+23fc0, U+23fc5, U+23feb-23ff0, U+24011, U+24039-2403d, U+24057, U+24085, U+2408b-2408d, U+24091, U+240c9, U+240e1, U+240ec, U+24104, U+2410f, U+24119, U+2413f-24140, U+24144, U+2414e, U+24155-24157, U+2415c, U+2415f, U+24161, U+24177, U+2417a, U+241a3-241a5, U+241ac, U+241b5, U+241cd, U+241e2, U+241fc, U+2421b, U+2424b, U+24256, U+24259, U+24276-24278, U+24284, U+24293, U+24295, U+242a5, U+242bf, U+242c1, U+242c9-242ca, U+242ee, U+242fa, U+2430d, U+2431a, U+24334, U+24348, U+24362-24365, U+2438c, U+24396, U+2439c, U+243bd, U+243c1, U+243e9-243ea, U+243f2, U+243f8, U+24404, U+24435-24436, U+2445a-2445b, U+24473, U+24487-24488, U+244b9, U+244bc, U+244ce, U+244d3, U+244d6, U+24505, U+24521, U+24578, U+245c8, U+24618, U+2462a, U+24665, U+24674, U+24697, U+246d4, U+24706, U+24725, U+2472f, U+2478f, U+247e0, U+24812, U+24823, U+24882, U+248e9, U+248f0-248f3, U+248fb, U+248ff-24901, U+2490c, U+24916-24917, U+24919, U+2492f, U+24933-24934, U+2493e-24943, U+24962-24963, U+24974-24976, U+2497b, U+2497f, U+24982, U+24988-2498f, U+24994, U+249a4, U+249a7, U+249a9, U+249ab-249ad, U+249b7-249ba;
	src: url("../fonts/noto-serif-hk-5-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-6-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+22e8b, U+22eb3, U+22eef, U+22f74, U+22fcc, U+22fe3, U+23033, U+23044, U+2304b, U+23066, U+2307d-2307e, U+2308e, U+230b7, U+230bc, U+230da, U+23103, U+2313d, U+2317d, U+23182, U+231a4-231a5, U+231b3, U+231c8-231c9, U+231ea, U+231f7-231f9, U+2320f, U+23225, U+2322f, U+23231-23234, U+23256, U+2325e, U+23262, U+23281, U+23289-2328a, U+232ab-232ad, U+232d2, U+232e0-232e1, U+23300, U+2330a, U+2331f, U+233b4, U+233cc, U+233de, U+233e6, U+233f4-233f5, U+233f9-233fa, U+233fe, U+23400, U+2343f, U+23450, U+2346f, U+23472, U+234e5, U+23519, U+23530, U+23551, U+2355a, U+23567, U+23595, U+23599, U+2359c, U+235bb, U+235cd-235cf, U+235f3, U+23600, U+23617, U+2361a, U+2363c, U+23640, U+23659, U+2365f, U+23677, U+2368e, U+2369e, U+236a6, U+236ad, U+236ba, U+236df, U+236ee, U+23703, U+23716, U+23720, U+2372d, U+2372f, U+2373f, U+23766, U+23781, U+237a2, U+237bc, U+237c2, U+237d5-237d7, U+2383a, U+239c2, U+23aa7, U+23adb, U+23aee, U+23afa, U+23b1a, U+23b5a, U+23c63, U+23c99-23c9b, U+23cb5, U+23cb7, U+23cc7-23cc9, U+23cfc-23cff, U+23d40, U+23d5b, U+23d7e, U+23d8f, U+23db6-23dbd, U+23de3, U+23df8, U+23e06, U+23e11, U+23e2c-23e31, U+23e39, U+23e88-23e8b, U+23eb9, U+23ebf, U+23ed7, U+23ef7-23efc, U+23f35, U+23f41, U+23f4a;
	src: url("../fonts/noto-serif-hk-6-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-7-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+21927, U+2193b, U+21944, U+21958, U+2196a, U+2197c, U+21980, U+21983, U+21988, U+21996, U+219db, U+219f3, U+21a2d, U+21a34, U+21a45, U+21a4b, U+21a63, U+21b44, U+21bc1-21bc2, U+21c2a, U+21c70, U+21ca2, U+21ca5, U+21cac, U+21d46, U+21d53, U+21d5e, U+21d90, U+21db6, U+21dba, U+21dca, U+21dd1, U+21deb, U+21df9, U+21e1c, U+21e23, U+21e37, U+21e3d, U+21e89, U+21ea4, U+21ea8, U+21ec8, U+21ed5, U+21f0f, U+21f15, U+21f6a, U+21f9e, U+21fa1, U+21fe8, U+22045, U+22049, U+2207e, U+2209a, U+220c7, U+220fc, U+2212a, U+2215b, U+22173, U+2217a, U+221a1, U+221c1, U+221c3, U+22208, U+2227c, U+22321, U+22325, U+223bd, U+223d0, U+223d7, U+223fa, U+22465, U+22471, U+2248b, U+22491, U+224b0, U+224bc, U+224c1, U+224c9, U+224cc, U+224ed, U+22513, U+2251b, U+22530, U+22554, U+2258d, U+225af, U+225be, U+2261b-2261c, U+2262b, U+22668, U+2267a, U+22696, U+22698, U+226f4-226f6, U+22712, U+22714, U+2271b, U+2271f, U+2272a, U+22775, U+22781, U+22796, U+227b4-227b5, U+227cd, U+22803, U+2285f-22860, U+22871, U+228ad, U+228c1, U+228f7, U+22926, U+22939, U+2294f, U+22967, U+2296b, U+22980, U+22993, U+22a66, U+22acf, U+22ad5, U+22ae6, U+22ae8, U+22b0e, U+22b22, U+22b3f, U+22b43, U+22b6a, U+22bca, U+22bce, U+22c26-22c27, U+22c38, U+22c4c, U+22c51, U+22c55, U+22c62, U+22c88, U+22c9b, U+22ca1, U+22ca9, U+22cb2, U+22cb7, U+22cc2, U+22cc6, U+22cc9, U+22d07-22d08, U+22d12, U+22d44, U+22d4c, U+22d67, U+22d8d, U+22d95, U+22da0, U+22da3-22da4, U+22db7, U+22dee, U+22e0d, U+22e36, U+22e42, U+22e78;
	src: url("../fonts/noto-serif-hk-7-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-8-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+21076-21078, U+2107b, U+21088, U+21096, U+2109d, U+210b4, U+210bf-210c1, U+210c7-210c9, U+210cf, U+210d3, U+210e4, U+210f4-210f6, U+2112f, U+2113b, U+2113d, U+21145, U+21148, U+2114f, U+21180, U+21187, U+211d9, U+2123c, U+2124f, U+2127c, U+212a8-212a9, U+212b0, U+212e3, U+212fe, U+21302-21305, U+21336, U+2133a, U+21375-21376, U+2138e, U+21398, U+2139c, U+213c5-213c6, U+213ed, U+213fe, U+21413, U+21416, U+21424, U+2143f, U+21452, U+21454-21455, U+2148a, U+21497, U+214b6, U+214e8, U+214fd, U+21577, U+21582, U+21596, U+2160a, U+21613, U+21619, U+2163e, U+21661, U+21692, U+216b8, U+216ba, U+216c0-216c2, U+216d3, U+216d5, U+216df, U+216e6-216e8, U+216fa-216fc, U+216fe, U+2170d, U+21710, U+21726, U+2173a-2173c, U+21757, U+2176c-21771, U+21773-21774, U+217ab, U+217b0-217b5, U+217c3, U+217c7, U+217d9-217dc, U+217df, U+217ef, U+217f5-217f6, U+217f8-217fc, U+21820, U+21828-2182a, U+2182d, U+21839-2183b, U+21840, U+21845, U+21852, U+2185e, U+21861-21864, U+21877, U+2187b, U+21883-21885, U+2189e-218a2, U+218be-218bf, U+218d1, U+218d6-218d9, U+218fa, U+21903-21905, U+21910-21912, U+21915, U+2191c, U+21922;
	src: url("../fonts/noto-serif-hk-8-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-9-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+2048e, U+20491-20492, U+204a3, U+204d7, U+204fc, U+204fe, U+20547, U+2058e, U+205a5, U+205b3, U+205c3, U+205ca, U+205d0, U+205d5, U+205df-205e0, U+205eb, U+20611, U+20615, U+20619-2061a, U+20630, U+20656, U+20676, U+2070e, U+20731, U+20779, U+2082c, U+20873, U+208d5, U+20916, U+20923, U+20954, U+20979, U+209e7, U+20a11, U+20a50, U+20a6f, U+20a8a, U+20ab4, U+20ac2, U+20acd, U+20b0d, U+20b8f, U+20b9f, U+20ba8-20ba9, U+20bbf, U+20bc6, U+20bcb, U+20be2, U+20beb, U+20bfb, U+20bff, U+20c0b, U+20c0d, U+20c20, U+20c34, U+20c3a-20c3b, U+20c41-20c43, U+20c53, U+20c65, U+20c77-20c78, U+20c7c, U+20c8d, U+20c96, U+20c9c, U+20cb5, U+20cb8, U+20ccf, U+20cd3-20cd6, U+20cdd, U+20ced, U+20cff, U+20d15, U+20d28, U+20d31-20d32, U+20d46-20d49, U+20d4c-20d4e, U+20d6f, U+20d71, U+20d74, U+20d7c, U+20d7e-20d7f, U+20d96, U+20d9c, U+20da7, U+20db2, U+20dc8, U+20e04, U+20e09-20e0a, U+20e0d-20e11, U+20e16, U+20e1d, U+20e4c, U+20e6d, U+20e73, U+20e75-20e7b, U+20e8c, U+20e96, U+20e98, U+20e9d, U+20ea2, U+20eaa-20eac, U+20eb6, U+20ed7-20ed8, U+20edd, U+20ef8-20efb, U+20f1d, U+20f26, U+20f2d-20f2e, U+20f30-20f31, U+20f3b, U+20f4c, U+20f64, U+20f8d, U+20f90, U+20fad, U+20fb4-20fb6, U+20fbc, U+20fdf, U+20fea-20fed, U+21014, U+2101d-2101e, U+2104f, U+2105c, U+2106f, U+21075;
	src: url("../fonts/noto-serif-hk-9-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-10-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+1f6f5, U+1f6f8, U+1f910-1f930, U+1f932-1f935, U+1f937-1f939, U+1f940-1f944, U+1f947-1f94a, U+1f950-1f95f, U+1f962-1f967, U+1f969-1f96a, U+1f980-1f981, U+1f984-1f98d, U+1f990-1f992, U+1f994-1f996, U+1f9c0, U+1f9d0, U+1f9d2, U+1f9d4, U+1f9d6, U+1f9d8, U+1f9da, U+1f9dc-1f9dd, U+1f9df-1f9e2, U+1f9e5-1f9e6, U+20021, U+20024, U+2003e, U+20046, U+2004e, U+20068, U+20086-20087, U+2008a, U+20094, U+200ca-200cd, U+200d1, U+200ee, U+2010c, U+2010e, U+20118, U+201a4, U+201a9, U+201ab, U+201c1, U+201d4, U+201f2, U+20204, U+2020c, U+20214, U+20239, U+2025b, U+20274-20275, U+20299, U+2029e, U+202a0, U+202b7, U+202bf-202c0, U+202e5, U+2030a, U+20325, U+20341, U+20345-20347, U+2037e-20380, U+203a0, U+203a7, U+203b5, U+203c9, U+203cb, U+203f5, U+203fc, U+20413-20414, U+2041f, U+20465, U+20487;
	src: url("../fonts/noto-serif-hk-10-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-15-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+ff37, U+ff39-ff3a, U+ff3c, U+ff3e-ff5b, U+ff5d, U+ff61-ff65, U+ff67-ff68, U+ff6a, U+ff6c-ff7e, U+ff80-ff86, U+ff89-ff94, U+ff97-ff9e, U+ffb9, U+ffe0-ffe3, U+ffe9, U+ffeb, U+ffed, U+fffc, U+1d7c7, U+1f004, U+1f0cf, U+1f141-1f142, U+1f150, U+1f154, U+1f158, U+1f15b, U+1f15d-1f15e, U+1f162-1f163, U+1f170-1f171, U+1f174, U+1f177-1f178, U+1f17d-1f17f, U+1f192-1f195, U+1f197-1f19a, U+1f1e6-1f1f5, U+1f1f7-1f1ff, U+1f21a, U+1f22f, U+1f232-1f237, U+1f239-1f23a, U+1f250-1f251, U+1f300, U+1f302-1f304;
	src: url("../fonts/noto-serif-hk-15-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-16-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+f94f, U+f95a, U+f95d-f95e, U+f961-f963, U+f965-f970, U+f974, U+f976-f97a, U+f97c, U+f97e-f97f, U+f981, U+f983, U+f988, U+f98a, U+f98c, U+f98e, U+f996-f997, U+f999-f99a, U+f99c, U+f99f-f9a0, U+f9a3, U+f9a8, U+f9ad, U+f9b2-f9b6, U+f9b9-f9ba, U+f9bd-f9be, U+f9c1, U+f9c4, U+f9c7, U+f9ca, U+f9cd, U+f9d0-f9d1, U+f9d3-f9d4, U+f9d7-f9d8, U+f9dc-f9dd, U+f9df-f9e1, U+f9e4, U+f9e8-f9ea, U+f9f4, U+f9f6-f9f7, U+f9f9-f9fa, U+f9fc-fa01, U+fa03-fa04, U+fa06, U+fa08-fa0a, U+fa0c, U+fa11, U+fa17, U+fa19, U+fa1b, U+fa1d, U+fa26, U+fa2c, U+fb01, U+fdfc, U+fe0e, U+fe33-fe36, U+fe38-fe44, U+fe49-fe51, U+fe54, U+fe56-fe57, U+fe59-fe5c, U+fe5f-fe6a, U+fe8e, U+fe92-fe93, U+feae, U+fecb-fecc, U+fee0, U+feec, U+fef3, U+ff04, U+ff07, U+ff26-ff2c, U+ff31-ff32, U+ff35-ff36;
	src: url("../fonts/noto-serif-hk-16-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-17-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+f0b2, U+f0b7, U+f0be, U+f0c9, U+f0d8, U+f0e0, U+f0e6, U+f0fc, U+f104-f105, U+f16a, U+f16d, U+f18a, U+f1e0, U+f232, U+f308, U+f400, U+f442, U+f4df, U+f610-f611, U+f6b1-f6b5, U+f6ba-f6bc, U+f6c7, U+f6dd, U+f6e2, U+f6f3-f6f4, U+f6f8, U+f6fa, U+f6fc, U+f6fe, U+f700-f703, U+f705, U+f707, U+f709-f70b, U+f70d-f70f, U+f711, U+f713, U+f715-f717, U+f719-f71a, U+f71c-f721, U+f724-f725, U+f728, U+f734-f735, U+f737-f738, U+f73a, U+f73e-f742, U+f745, U+f748-f749, U+f74b-f74d, U+f74f-f751, U+f753-f756, U+f758-f75a, U+f75c, U+f75e, U+f760-f764, U+f768-f76a, U+f76c, U+f76f-f774, U+f776-f77a, U+f77c, U+f77e-f780, U+f785, U+f787-f78c, U+f78e, U+f792-f796, U+f798, U+f79c, U+f7f5, U+f812, U+f815, U+f876, U+f8f5, U+f8f8, U+f8ff, U+f901-f902, U+f904, U+f906-f907, U+f909-f90a, U+f90f, U+f914, U+f918-f919, U+f91b, U+f91d, U+f91f, U+f923, U+f925, U+f92d-f92f, U+f934, U+f937-f938, U+f93d, U+f93f, U+f941, U+f949, U+f94c, U+f94e;
	src: url("../fonts/noto-serif-hk-17-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-20-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+cf70, U+cf8c, U+cfc4, U+cfe0-cfe1, U+cfe8, U+cff5, U+d034, U+d050, U+d06c, U+d070, U+d074, U+d07c, U+d0a4, U+d0a8, U+d0ac, U+d0b4, U+d0b9, U+d0bd, U+d0c0-d0c1, U+d0c4, U+d0c8, U+d0d0-d0d1, U+d0d5, U+d0dc-d0dd, U+d130, U+d134, U+d138, U+d140, U+d14c-d14d, U+d150, U+d154, U+d15c, U+d1a0-d1a1, U+d1a4, U+d1b0, U+d1b5, U+d1f4, U+d22c, U+d280, U+d29c, U+d2b8-d2b9, U+d2bc, U+d2c0, U+d2f0-d2f1, U+d2f4, U+d300, U+d305, U+d30c, U+d310, U+d314, U+d31d, U+d328-d329, U+d32c, U+d37c-d37d, U+d380, U+d391, U+d398-d399, U+d39c, U+d3b8, U+d3c9, U+d3ec-d3ed, U+d3f0, U+d3f4, U+d3fc, U+d45c, U+d478, U+d480, U+d488, U+d48d, U+d4e8, U+d4f8, U+d504, U+d508, U+d50c, U+d514, U+d53c-d53d, U+d540, U+d544, U+d54f, U+d551, U+d558-d559, U+d560, U+d568-d569, U+d56b, U+d56d, U+d574-d575, U+d578, U+d587-d589, U+d5a5, U+d5c8, U+d5cc, U+d5d8, U+d5dd, U+d5e4, U+d5e8, U+d5ec, U+d600-d601, U+d604, U+d611, U+d615, U+d61c, U+d638-d639, U+d63c, U+d640, U+d648-d649, U+d64d, U+d654-d655, U+d658, U+d65c, U+d669, U+d68c-d68d, U+d6a8, U+d6c4, U+d6c8, U+d718, U+d734, U+d749, U+d750-d751, U+d754, U+d758, U+d760, U+d765, U+d76c, U+d788, U+d78c, U+d790, U+d798, U+d7e1, U+e000-e00a, U+e00c, U+e00f-e011, U+e018;
	src: url("../fonts/noto-serif-hk-20-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-21-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+c719, U+c720-c721, U+c724, U+c728, U+c73c, U+c740, U+c744, U+c74c-c74d, U+c751, U+c758, U+c775, U+c778, U+c77c-c77d, U+c783-c785, U+c787-c78a, U+c78e, U+c790-c791, U+c794, U+c796, U+c798, U+c7a0-c7a1, U+c7a3, U+c7a5, U+c7ac, U+c7bc, U+c7c1, U+c800-c801, U+c804, U+c808, U+c810-c811, U+c815, U+c81c-c81d, U+c820, U+c824, U+c838, U+c84c, U+c863, U+c870-c871, U+c874, U+c878, U+c880, U+c885, U+c88b-c88c, U+c8c4, U+c8e0, U+c8fc-c8fd, U+c900, U+c904, U+c90c-c90d, U+c911, U+c918, U+c96c, U+c988, U+c98c, U+c990, U+c998, U+c99d, U+c9c0-c9c1, U+c9c4, U+c9c8, U+c9d0-c9d1, U+c9d3, U+c9d5, U+c9dc-c9dd, U+c9e0, U+c9e7, U+c9ec, U+c9f1, U+c9f8, U+ca4c, U+ca54, U+cabd, U+cb48, U+cbd4, U+cbff, U+cc0c-cc0d, U+cc1c, U+cc28-cc29, U+cc2c, U+cc2e, U+cc30, U+cc38, U+cc3d-cc3e, U+cc44-cc45, U+cc54, U+cc60, U+cc98-cc99, U+cc9c, U+cca0, U+cca8-cca9, U+ccab, U+ccad, U+ccb4, U+ccb8, U+ccd0, U+cce4, U+cd08-cd09, U+cd0c, U+cd1d, U+cd2c, U+cd5c, U+cd94-cd95, U+cd98, U+cd9c, U+cda4, U+cda9, U+cdb0, U+cde8, U+ce04, U+ce20, U+ce35, U+ce58-ce59, U+ce5c, U+ce60, U+ce68, U+ce6d, U+ce74, U+ce78, U+ce7c, U+ce84, U+ce90, U+ce94, U+ce98, U+cea0-cea1, U+cee4, U+cee8, U+ceec, U+cef4-cef5, U+cef7, U+cf00, U+cf13, U+cf1c, U+cf54, U+cf58, U+cf5c, U+cf64, U+cf69;
	src: url("../fonts/noto-serif-hk-21-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-22-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+bee4-bee5, U+bf40, U+bf55, U+bfcc, U+bfd0, U+c058, U+c05c, U+c068, U+c090, U+c0ac-c0ad, U+c0b0, U+c0b4, U+c0b6, U+c0bc, U+c0c1, U+c0c8-c0c9, U+c0d8, U+c0dd, U+c0e4, U+c0ec, U+c0f5, U+c0f7, U+c11c-c11d, U+c120, U+c124, U+c12c-c12d, U+c12f, U+c131, U+c138-c139, U+c13c, U+c140, U+c148, U+c14b, U+c154, U+c158, U+c15c, U+c168, U+c18c-c18d, U+c190, U+c194, U+c1a1, U+c1e0, U+c1fc, U+c218-c219, U+c21c, U+c220, U+c228, U+c22d, U+c232, U+c250, U+c258, U+c26c, U+c27d, U+c288, U+c2a8, U+c2ac, U+c2b4-c2b5, U+c2b9, U+c2dc-c2dd, U+c2e0, U+c2e4, U+c2eb-c2ed, U+c2f1, U+c2f6, U+c2f8, U+c300, U+c308, U+c30d, U+c368, U+c378, U+c388, U+c3d8, U+c4f0, U+c4f8, U+c528-c529, U+c52c, U+c544-c545, U+c548, U+c54a, U+c54c, U+c554-c555, U+c557-c559, U+c55e, U+c560-c561, U+c564, U+c568, U+c575, U+c57c-c57d, U+c580, U+c591, U+c598, U+c5b5, U+c5b8, U+c5bc, U+c5c4-c5c9, U+c5d0-c5d1, U+c5d4, U+c5d8, U+c5e0, U+c5e3, U+c5ec-c5ed, U+c5f0, U+c5f4, U+c5fc-c5fd, U+c600-c601, U+c606, U+c608, U+c61b, U+c624-c625, U+c628, U+c62c, U+c635, U+c637, U+c639, U+c640, U+c644, U+c654-c655, U+c65c, U+c678, U+c694-c695, U+c6a9, U+c6b0-c6b1, U+c6b4, U+c6b8, U+c6c0, U+c6c3, U+c6c5, U+c6cc, U+c6d0, U+c6d4, U+c6e0, U+c6e8, U+c6ec, U+c6f9, U+c704, U+c708;
	src: url("../fonts/noto-serif-hk-22-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-23-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+b7ed, U+b7f0, U+b7f4, U+b7fc-b7fd, U+b7ff, U+b801, U+b807-b809, U+b80c, U+b81b, U+b824-b825, U+b828, U+b838-b839, U+b840, U+b85c-b85d, U+b860, U+b864, U+b86c-b86d, U+b86f, U+b871, U+b8cc, U+b8e1, U+b8e8-b8e9, U+b8ec, U+b8f8-b8fa, U+b958-b959, U+b960, U+b974, U+b978, U+b97c, U+b984, U+b989, U+b9ac-b9ad, U+b9b0, U+b9b4, U+b9bc-b9bd, U+b9bf, U+b9c1, U+b9c8-b9c9, U+b9cc, U+b9ce, U+b9d0-b9d1, U+b9d8-b9d9, U+b9db, U+b9dd-b9de, U+b9e4-b9e5, U+b9e8, U+b9f9, U+ba38-ba39, U+ba3c, U+ba40, U+ba48, U+ba4b, U+ba4d, U+ba54-ba55, U+ba58, U+ba5c, U+ba64, U+ba70, U+ba74, U+ba85, U+ba87, U+baa8-baa9, U+baac, U+bab0, U+bab8, U+babb, U+babd, U+bb18, U+bb34-bb35, U+bb38, U+bb3c, U+bb49, U+bb50, U+bb54, U+bba4, U+bbf8-bbf9, U+bbfc, U+bbff-bc00, U+bc0d, U+bc0f, U+bc14-bc16, U+bc18, U+bc1b-bc1c, U+bc24-bc25, U+bc29, U+bc30-bc31, U+bc34, U+bc45, U+bc7e, U+bc84-bc85, U+bc88, U+bc8c, U+bc94-bc95, U+bc9a, U+bca0, U+bca4, U+bca8, U+bcb3, U+bcbc-bcbd, U+bcc0, U+bcc4, U+bcd1, U+bcf4-bcf6, U+bcf8, U+bcfc, U+bd04, U+bd07, U+bd09, U+bd10, U+bd24, U+bd80-bd81, U+bd84, U+bd88, U+bd90, U+bd95, U+bd99, U+bdd4, U+bdf0, U+be0c, U+be10, U+be14, U+be44-be45, U+be48, U+be4c, U+be54, U+be59, U+be5b, U+be60, U+be68, U+be75, U+be7c, U+bed0;
	src: url("../fonts/noto-serif-hk-23-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-24-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+afbc, U+afc0, U+afc8, U+b004, U+b010, U+b021, U+b044, U+b049, U+b04c, U+b054, U+b056-b057, U+b05d, U+b078, U+b07c, U+b086, U+b08c-b08d, U+b098-b099, U+b09c-b09e, U+b0a0, U+b0a8, U+b0ac-b0ae, U+b0b4, U+b0c9, U+b0d0, U+b0e5, U+b0ef, U+b108, U+b10c, U+b110, U+b113, U+b118, U+b124-b125, U+b12c, U+b137, U+b140-b141, U+b144, U+b150, U+b155, U+b161, U+b164, U+b174, U+b178-b179, U+b17c, U+b180, U+b188, U+b18d, U+b192-b193, U+b204, U+b207-b209, U+b231, U+b245, U+b274, U+b290, U+b294, U+b298, U+b2a5-b2a6, U+b2c8-b2c9, U+b2cc, U+b2d0, U+b2d8, U+b2db, U+b2dd, U+b2e4-b2e5, U+b2e8, U+b2eb-b2ed, U+b2f4-b2f5, U+b2f7, U+b2f9, U+b2ff-b300, U+b304, U+b313, U+b334, U+b340, U+b354-b355, U+b358, U+b35c, U+b370, U+b374, U+b378, U+b3c4-b3c5, U+b3c8, U+b3cc, U+b3d4, U+b3d9, U+b3fc, U+b410, U+b418, U+b41c, U+b420, U+b429, U+b450-b451, U+b454, U+b458, U+b465, U+b4a4, U+b4c0, U+b4dc-b4dd, U+b4e0, U+b4e3-b4e4, U+b4ef, U+b4f1, U+b514, U+b518, U+b51c, U+b526, U+b529, U+b530-b531, U+b538, U+b540, U+b545, U+b54c, U+b5a0-b5a1, U+b5a4, U+b5a8, U+b5bb-b5bc, U+b610-b611, U+b625, U+b69c-b69d, U+b6f0, U+b728, U+b72c, U+b73b, U+b760, U+b77c-b77d, U+b780, U+b784, U+b78c-b78d, U+b790-b791, U+b798-b799, U+b79c, U+b7a8-b7a9, U+b7c9, U+b7ec;
	src: url("../fonts/noto-serif-hk-24-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-25-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+9f27, U+9f29, U+9f2c, U+9f2f, U+9f31, U+9f34, U+9f37, U+9f39, U+9f3d-9f3e, U+9f41, U+9f44-9f45, U+9f4c-9f50, U+9f53-9f54, U+9f57, U+9f59-9f5a, U+9f5c, U+9f5f-9f60, U+9f62-9f63, U+9f66-9f67, U+9f69-9f6a, U+9f6c, U+9f72, U+9f76-9f77, U+9f7f, U+9f84-9f85, U+9f88, U+9f8e, U+9f91, U+9f94-9f98, U+9f9a-9f9b, U+9f9f-9fa0, U+9fa2, U+9fa4-9fb3, U+9fc7-9fcb, U+9fd0, U+a1f4, U+a4b0-a4b1, U+a4b3, U+a9c1-a9c2, U+aa31, U+ab34, U+ac00-ac01, U+ac04, U+ac08, U+ac10-ac11, U+ac13-ac16, U+ac19, U+ac1c-ac1d, U+ac24, U+ac70-ac71, U+ac74, U+ac77-ac78, U+ac80-ac81, U+ac83, U+ac8c, U+ac90, U+aca0, U+aca8-aca9, U+acac, U+acb0, U+acb8-acb9, U+acbc-acbd, U+acc1, U+acc4, U+ace0-ace1, U+ace4, U+ace8, U+acf0-acf1, U+acf3, U+acf5, U+acfc-acfd, U+ad00, U+ad0c, U+ad11, U+ad1c, U+ad2b, U+ad34, U+ad3a, U+ad50, U+ad6c, U+ad70, U+ad74, U+ad7f, U+ad81, U+ad8c, U+adc0, U+adc8, U+addc, U+ade0, U+adf8-adf9, U+adfc, U+ae00, U+ae08-ae09, U+ae30, U+ae34, U+ae38, U+ae40, U+ae4a, U+ae4c, U+ae54, U+ae5d, U+ae68, U+aebc, U+aed8, U+aef4, U+af2c-af2d, U+af34, U+af43, U+afb8;
	src: url("../fonts/noto-serif-hk-25-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-26-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+9d9a, U+9da1-9da2, U+9da5, U+9da9, U+9dab-9dac, U+9db1-9db2, U+9db5, U+9db9-9dbd, U+9dbf-9dc2, U+9dc4, U+9dc7-9dc9, U+9dd3-9dd4, U+9dd6, U+9dd9-9dda, U+9dde-9ddf, U+9de2, U+9de5-9de6, U+9de8, U+9def-9df0, U+9df2-9df4, U+9df8, U+9dfa, U+9dfc-9dfd, U+9dff, U+9e02, U+9e07, U+9e0a, U+9e0c, U+9e0e, U+9e11, U+9e15, U+9e18, U+9e1a-9e1e, U+9e20-9e23, U+9e25-9e26, U+9e2d, U+9e2f, U+9e33, U+9e35, U+9e3d-9e3f, U+9e42-9e43, U+9e45, U+9e48-9e4a, U+9e4c, U+9e4f, U+9e51, U+9e55, U+9e64, U+9e66, U+9e6b, U+9e6d-9e6e, U+9e70, U+9e73, U+9e75, U+9e78, U+9e7b, U+9e80-9e85, U+9e87-9e88, U+9e8b-9e8c, U+9e90-9e91, U+9e93, U+9e95-9e96, U+9e98, U+9e9d-9e9e, U+9ea1-9ea2, U+9ea4, U+9ea6, U+9ea8-9ead, U+9eaf, U+9eb1, U+9eb4, U+9eb7-9eba, U+9ebe-9ebf, U+9ec1, U+9ec6-9ec7, U+9ecc-9ecd, U+9ed0, U+9ed2, U+9ed4, U+9ed9-9eda, U+9edc-9edd, U+9edf-9ee0, U+9ee2, U+9ee5, U+9ee7, U+9eee, U+9ef1, U+9ef3-9ef4, U+9ef6-9ef9, U+9efb-9eff, U+9f02, U+9f07-9f09, U+9f10, U+9f14-9f15, U+9f17, U+9f19, U+9f22, U+9f26;
	src: url("../fonts/noto-serif-hk-26-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-27-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+9bea, U+9bed-9bee, U+9bf0-9bf1, U+9bf4-9bf5, U+9bf7, U+9bf9, U+9bfd, U+9bff, U+9c02, U+9c06, U+9c08-9c0a, U+9c0c-9c0d, U+9c10, U+9c12-9c13, U+9c15, U+9c1b-9c1c, U+9c1f-9c21, U+9c23-9c26, U+9c28-9c29, U+9c2d-9c2f, U+9c31-9c33, U+9c35-9c37, U+9c39-9c3b, U+9c3d-9c3e, U+9c40, U+9c42, U+9c45-9c49, U+9c4f, U+9c52-9c54, U+9c56, U+9c58-9c5a, U+9c5d, U+9c5f-9c60, U+9c63, U+9c67-9c68, U+9c72, U+9c75, U+9c78, U+9c7a-9c7c, U+9c7f-9c81, U+9c87-9c88, U+9c8d, U+9c91, U+9c94, U+9c97, U+9c9b, U+9ca4, U+9ca8, U+9cab, U+9cad, U+9cb1-9cb3, U+9cb6-9cb8, U+9cc4-9cc5, U+9ccc-9ccd, U+9cd5-9cd7, U+9cdd-9cdf, U+9ce7, U+9ce9, U+9cee-9cf0, U+9cf2, U+9cfc-9cfe, U+9d02-9d03, U+9d06-9d08, U+9d0c, U+9d0e, U+9d10, U+9d12, U+9d15-9d17, U+9d1d-9d1f, U+9d21, U+9d23, U+9d2b, U+9d2f-9d30, U+9d34, U+9d37, U+9d39, U+9d3d, U+9d42, U+9d44, U+9d49, U+9d4e, U+9d50, U+9d52-9d53, U+9d59, U+9d5c, U+9d5e-9d61, U+9d6a, U+9d6d-9d70, U+9d77, U+9d7a, U+9d7c, U+9d7e, U+9d83, U+9d87, U+9d89, U+9d8f, U+9d91-9d93, U+9d96, U+9d98;
	src: url("../fonts/noto-serif-hk-27-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-28-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+9a6b, U+9a6d, U+9a6f-9a71, U+9a73-9a74, U+9a76, U+9a78-9a79, U+9a7b-9a7c, U+9a7e-9a7f, U+9a81-9a82, U+9a84-9a87, U+9a8a-9a8b, U+9a8f-9a91, U+9a97, U+9a9a, U+9a9e, U+9aa0-9aa1, U+9aa4-9aa5, U+9aaf-9ab2, U+9ab6-9ab7, U+9ab9-9aba, U+9abd-9abe, U+9ac0-9ac5, U+9ac8, U+9acb-9acc, U+9ace-9acf, U+9ad1, U+9ad5-9ad7, U+9ad9, U+9adf-9ae3, U+9aea-9aeb, U+9aed, U+9aef, U+9af2, U+9af4, U+9af9, U+9afb, U+9afd, U+9aff, U+9b02-9b04, U+9b08-9b09, U+9b0f, U+9b13-9b14, U+9b18, U+9b1f, U+9b22-9b23, U+9b28-9b2a, U+9b2c-9b30, U+9b32, U+9b34, U+9b39, U+9b3b, U+9b40, U+9b43, U+9b46-9b49, U+9b4b-9b4e, U+9b50-9b51, U+9b55, U+9b58, U+9b5b, U+9b5e-9b60, U+9b63, U+9b68-9b69, U+9b74, U+9b7d, U+9b7f-9b81, U+9b83-9b84, U+9b87-9b88, U+9b8a-9b8b, U+9b8d-9b90, U+9b92-9b95, U+9b97, U+9b9d, U+9b9f-9ba0, U+9ba2-9ba3, U+9ba8, U+9bab, U+9bb0, U+9bb8, U+9bc0-9bc1, U+9bc3, U+9bc6-9bc8, U+9bcf, U+9bd3-9bd7, U+9bd9, U+9bdb, U+9bdd, U+9be1-9be2, U+9be4-9be5, U+9be7, U+9be9;
	src: url("../fonts/noto-serif-hk-28-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-29-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+98ec-98ee, U+98f1, U+98f4-98f5, U+9901, U+9908-9909, U+990c, U+990e, U+9911-9912, U+9914, U+9916-9917, U+9919, U+991b-991c, U+991e, U+9920, U+9927, U+992b-992c, U+992e, U+9931-9933, U+9937-9940, U+9942-9944, U+9948-994a, U+994c-994e, U+9951, U+9954, U+995c-995f, U+9961-9963, U+9965, U+9968, U+996a, U+996d-9972, U+9975-9976, U+997a, U+997c, U+997f-9980, U+9984-9985, U+9988, U+998b, U+998d, U+998f, U+9992, U+9994-9995, U+9997-9998, U+999b-999c, U+999e, U+99a0-99a1, U+99a4, U+99aa-99ab, U+99af, U+99b1, U+99b4, U+99b8-99b9, U+99bc, U+99c4-99c6, U+99cf, U+99d1-99d2, U+99d4, U+99d6, U+99d8-99da, U+99df-99e2, U+99e6, U+99e9, U+99ee, U+99f0, U+99f5, U+99f8, U+99fb, U+9a01-9a05, U+9a0c, U+9a0f-9a13, U+9a16, U+9a1b-9a1c, U+9a1f-9a21, U+9a24, U+9a26, U+9a28, U+9a2b, U+9a2d-9a2f, U+9a34-9a36, U+9a38, U+9a3b-9a3c, U+9a3e, U+9a40-9a44, U+9a4a, U+9a4c-9a4e, U+9a52, U+9a56, U+9a58, U+9a5c, U+9a62-9a65, U+9a69-9a6a;
	src: url("../fonts/noto-serif-hk-29-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-30-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+9798, U+979b, U+979d-979f, U+97a3, U+97a5-97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b1-97b2, U+97b4, U+97b6-97ba, U+97bd-97c3, U+97c6, U+97c8-97c9, U+97cd, U+97d2, U+97d6, U+97d8-97d9, U+97dc-97de, U+97e0-97e1, U+97e6-97e7, U+97ec-97ee, U+97f0-97f2, U+97f5, U+97f9-97fa, U+97fe, U+9804, U+9807, U+980a, U+980e-980f, U+9814-9816, U+981a, U+981c, U+981e-9821, U+9823, U+9826, U+9828, U+982a-982c, U+982e, U+9832-9835, U+9837, U+9839, U+983c-983d, U+9845, U+9847-9849, U+984b, U+984e, U+9852-9857, U+9859-985a, U+9862-9863, U+9865-9866, U+9868, U+986c, U+9870-9871, U+9873-9874, U+9877, U+987a-987f, U+9881-9882, U+9885, U+9887-988a, U+988c-988d, U+9890, U+9893, U+9896-9897, U+989a, U+989c-989e, U+98a0, U+98a4, U+98a6-98a7, U+98a9, U+98ae-98af, U+98b2-98b4, U+98b6-98bd, U+98bf, U+98c3, U+98c7-98c8, U+98ca, U+98d2-98d3, U+98d8-98da, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5-98e9, U+98eb;
	src: url("../fonts/noto-serif-hk-30-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-31-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+9602, U+9607-9609, U+960e, U+9610-9611, U+9614, U+9616, U+9619-961a, U+961c-961d, U+961f, U+9621, U+9624, U+9628, U+962f, U+9633-9636, U+9638, U+963c, U+9641-9643, U+9645, U+9647-9648, U+964e-964f, U+9651, U+9653-9656, U+9658, U+965b-965f, U+9661, U+9665, U+9668-9669, U+966c, U+9672, U+9674, U+967a-967b, U+9681-9685, U+9688-9689, U+968b, U+968d, U+9695-9698, U+969e, U+96a0-96a5, U+96a9, U+96ac, U+96ae, U+96b0, U+96b2-96b4, U+96b6-96b7, U+96b9, U+96bc-96be, U+96c3, U+96c9-96cb, U+96ce-96cf, U+96d1-96d2, U+96d8, U+96dd, U+96e9, U+96eb, U+96f0-96f1, U+96f3-96f4, U+96f9, U+96fe-96ff, U+9701-9703, U+9705, U+9708, U+970a, U+970e-9711, U+9719, U+971b, U+971d, U+971f-9721, U+9728, U+972a, U+972d, U+9730-9731, U+9733-9734, U+9736, U+973a, U+973d-973e, U+9740-9741, U+9744, U+9746-9747, U+9749-974a, U+9750-9751, U+9753, U+9755, U+9757-9759, U+975b, U+975d, U+975f, U+9763, U+9765-9766, U+9768, U+976c-976d, U+9771, U+9773, U+9776, U+977a, U+977c, U+9780, U+9784-9789, U+978e-978f;
	src: url("../fonts/noto-serif-hk-31-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-32-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+949d-94a3, U+94a5-94a9, U+94ac, U+94ae-94b1, U+94b3-94b5, U+94bb-94bc, U+94be-94c3, U+94c5-94c6, U+94c9, U+94ce-94d0, U+94db-94dd, U+94e0, U+94e2-94e3, U+94e8, U+94ec-94ee, U+94f0, U+94f2, U+94f5-94f6, U+94f8, U+94fa, U+94ff-9502, U+9504-9506, U+9508, U+950b-950c, U+950f-9510, U+9519-951b, U+951d, U+951f, U+9521-9526, U+952d-9530, U+9535, U+953a-953b, U+9540-9542, U+9547, U+9549-954a, U+954d, U+9550-9551, U+9554-9556, U+955c, U+956c-956d, U+956f-9570, U+9573, U+9576, U+9578, U+9582, U+9585-9586, U+9588, U+958e-958f, U+9596-9597, U+9599, U+959c, U+959e-95a2, U+95a4, U+95a6-95a7, U+95aa-95ae, U+95b0, U+95b2, U+95b6, U+95b9-95bf, U+95c2-95c4, U+95c7-95c9, U+95cb-95cd, U+95d0, U+95d3-95d5, U+95d7-95d8, U+95da, U+95de, U+95e0-95e1, U+95e4-95e5, U+95ea-95eb, U+95ef-95f0, U+95f2-95f3, U+95f5, U+95f7-95fa, U+95fd, U+9600-9601;
	src: url("../fonts/noto-serif-hk-32-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-33-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+9370-9371, U+9373-9374, U+9376, U+9378-937a, U+937c-937d, U+9381, U+9384-9387, U+938c, U+938f-9390, U+9394, U+9397-9398, U+939a-939e, U+93a0-93a3, U+93a6-93a7, U+93a9-93aa, U+93ac-93ad, U+93af-93b0, U+93b3-93bb, U+93bd-93c4, U+93c6-93c7, U+93ca-93cd, U+93d0-93d1, U+93d3, U+93d6-93d8, U+93db-93de, U+93e0, U+93e4, U+93e8, U+93ee, U+93f0-93f1, U+93f3-93f5, U+93f7-93f9, U+93fb, U+9401, U+9403-9404, U+9407-9408, U+940f-9410, U+9413-9414, U+9417, U+9419-941e, U+9420-942b, U+942d-942f, U+9432-9433, U+9436, U+9438, U+943a, U+943d-9440, U+9442-9443, U+9445, U+944a, U+944c-944d, U+9454-9455, U+9458, U+945a-945b, U+945e, U+9460, U+9462-9463, U+9465, U+9467-9468, U+946a, U+946c-946d, U+946f, U+9471, U+9474-9477, U+9479, U+947b, U+947e-9481, U+9485, U+9488-948a, U+948e, U+9492-9493, U+9497, U+9499, U+949b-949c;
	src: url("../fonts/noto-serif-hk-33-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-34-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+926b-926f, U+9271-9272, U+9274, U+9276-9278, U+927a-927c, U+927e-927f, U+9281-9284, U+9286, U+9288-928a, U+928d-928f, U+9291, U+9295-9296, U+9299-929b, U+929d, U+92a0-92ae, U+92b1-92b2, U+92b5-92b6, U+92ba-92bc, U+92be-92bf, U+92c2-92c3, U+92c6-92cd, U+92cf-92d1, U+92d4-92d5, U+92d7, U+92d9, U+92db, U+92dd, U+92df, U+92e3-92e6, U+92e8-92e9, U+92eb-92ef, U+92f1-92f4, U+92f6, U+92f9, U+92fb, U+92fd, U+9300-9303, U+9306-9307, U+930b, U+930f, U+9312, U+9315, U+9319-931b, U+931d-931f, U+9321, U+9323-9325, U+9327-932a, U+932c-932e, U+9330-9333, U+9335, U+9338, U+933c, U+9340-9349, U+934f-9352, U+9354, U+9356-935a, U+935c-9360, U+9362-936c, U+936e;
	src: url("../fonts/noto-serif-hk-34-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-35-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+913a, U+9143, U+9146, U+9148-914a, U+914e-9151, U+9154, U+9156-9157, U+9159-915a, U+915c-915e, U+9161-9164, U+9167, U+916b, U+916e, U+9170-9172, U+9174, U+9176, U+9179-917a, U+917c, U+917f, U+9181-9182, U+9184-9186, U+918c-918e, U+9190-9191, U+9196, U+919a-919b, U+919e, U+91a1-91a4, U+91a7, U+91a9-91aa, U+91ae-91b2, U+91b4-91b6, U+91b8, U+91bb, U+91bd-91be, U+91c1, U+91c3-91c6, U+91c8-91ca, U+91d2-91d7, U+91d9, U+91df, U+91e1, U+91e4-91e9, U+91ec-91ed, U+91f0-91f1, U+91f5-91fa, U+91fd-9201, U+9203-920a, U+920d-920e, U+9210-9211, U+9213, U+9217-9219, U+921c, U+9221, U+9224-9225, U+9227-9228, U+922a-922b, U+922d-922e, U+9230-9231, U+9233, U+9235-9239, U+923b-9241, U+9244, U+9246, U+9248-9249, U+924b-9251, U+9253, U+9255, U+9258, U+925a, U+925d-925f, U+9262, U+9265-9267;
	src: url("../fonts/noto-serif-hk-35-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-36-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+8fa9, U+8fab, U+8fae, U+8fb3, U+8fb5-8fb8, U+8fba-8fbd, U+8fbf, U+8fc1-8fc2, U+8fc6, U+8fc8, U+8fca, U+8fcc-8fcd, U+8fcf, U+8fd2-8fd3, U+8fd5, U+8fda, U+8fdc-8fdd, U+8fdf, U+8fe2-8fe5, U+8fe8-8fe9, U+8fed-8fee, U+8ff3, U+8ff5, U+8ff8, U+8ffa-8ffc, U+8ffe, U+9002, U+9004, U+9008, U+900a-900b, U+9011-9013, U+9016, U+901e, U+9021, U+9024, U+902d, U+902f-9030, U+9033-9037, U+9039-903b, U+9041, U+9044-9046, U+904c, U+904f-9052, U+9056-9058, U+905b, U+905d, U+9061-9062, U+9064-9065, U+9068, U+906c, U+906f, U+9074, U+9079, U+907d, U+9083, U+9085, U+9087-9089, U+908b, U+9090, U+9093, U+9095, U+9097, U+9099, U+909b, U+909d-909e, U+90a0-90a2, U+90ac, U+90af-90b0, U+90b2-90b4, U+90b6, U+90b9, U+90bb, U+90bd-90be, U+90c3-90c5, U+90c7, U+90d1, U+90d4-90d5, U+90d7, U+90db-90df, U+90e2-90e4, U+90ea-90eb, U+90ef, U+90f4, U+90f7-90f8, U+90fc, U+90fe-9100, U+9102, U+9104, U+9106, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9129, U+912b, U+912f, U+9131-9132, U+9134, U+9136, U+9139;
	src: url("../fonts/noto-serif-hk-36-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-37-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+8e39-8e3a, U+8e3c-8e3d, U+8e40-8e42, U+8e46-8e47, U+8e49-8e50, U+8e53-8e55, U+8e59-8e5b, U+8e60, U+8e62-8e63, U+8e67-8e69, U+8e6c-8e6d, U+8e6f, U+8e71, U+8e74-8e77, U+8e7a-8e7c, U+8e7e, U+8e80, U+8e82, U+8e84-8e85, U+8e87, U+8e89-8e8b, U+8e8f-8e95, U+8e99-8e9a, U+8e9d-8e9e, U+8ea1, U+8ea3, U+8ea5-8ea7, U+8eaa, U+8eac-8ead, U+8eaf-8eb1, U+8eb6, U+8eb9, U+8ebc, U+8ebe, U+8ec3, U+8ec6, U+8ecb, U+8ece-8ecf, U+8ed1, U+8ed4, U+8ed7, U+8eda-8edb, U+8ee2, U+8ee4, U+8ee8, U+8eeb, U+8eed, U+8ef2, U+8ef9-8efe, U+8f05, U+8f07-8f08, U+8f0a-8f0c, U+8f12-8f13, U+8f17, U+8f19-8f1a, U+8f1c, U+8f1e-8f1f, U+8f25-8f26, U+8f2d, U+8f30, U+8f33, U+8f36, U+8f3c, U+8f3e, U+8f40-8f42, U+8f45-8f47, U+8f4a, U+8f4d, U+8f54-8f55, U+8f5c-8f5d, U+8f61-8f62, U+8f64, U+8f67-8f69, U+8f6d-8f72, U+8f74, U+8f76, U+8f7b-8f7c, U+8f7f, U+8f83-8f86, U+8f88-8f8a, U+8f8d, U+8f90, U+8f93, U+8f95-8f97, U+8f99, U+8f9e-8fa0, U+8fa2, U+8fa5, U+8fa7;
	src: url("../fonts/noto-serif-hk-37-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-38-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+8cc1-8cc2, U+8cc4-8cc5, U+8ccd, U+8ccf-8cd2, U+8cd4-8cd6, U+8cd9-8cdb, U+8ce1, U+8ce8-8ce9, U+8ceb, U+8cf0, U+8cf2, U+8cf7-8cf8, U+8cfb, U+8cfe, U+8d03-8d04, U+8d07, U+8d0b-8d0d, U+8d10-8d14, U+8d17-8d18, U+8d1b-8d1f, U+8d21-8d27, U+8d29-8d2c, U+8d2e-8d32, U+8d34-8d35, U+8d37-8d38, U+8d3a-8d3c, U+8d3e-8d3f, U+8d41-8d43, U+8d48, U+8d4b-8d4c, U+8d4e-8d50, U+8d54, U+8d56, U+8d58, U+8d5a-8d5b, U+8d5f-8d60, U+8d62-8d63, U+8d66-8d69, U+8d6c-8d6e, U+8d73, U+8d75-8d76, U+8d7a-8d7b, U+8d7d, U+8d82, U+8d84, U+8d8b, U+8d90-8d91, U+8d94, U+8d96, U+8d9c, U+8da6, U+8da9, U+8dab, U+8daf, U+8db2, U+8db5, U+8db7, U+8dba, U+8dbc, U+8dbf-8dc0, U+8dc2-8dc3, U+8dc6, U+8dcb, U+8dce-8dd0, U+8dd4, U+8dd6-8dd7, U+8dda-8ddb, U+8de3-8de4, U+8de9, U+8deb-8dec, U+8df1, U+8df5-8df7, U+8dfa-8dfd, U+8e01, U+8e05, U+8e08-8e0a, U+8e0e, U+8e14, U+8e16, U+8e18, U+8e1d-8e21, U+8e23, U+8e26-8e28, U+8e2a-8e2b, U+8e2d-8e2e, U+8e30-8e31, U+8e35;
	src: url("../fonts/noto-serif-hk-38-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-39-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+8b26, U+8b28, U+8b2b, U+8b2d-8b2e, U+8b33, U+8b3f, U+8b41, U+8b43, U+8b46, U+8b4c-8b4f, U+8b53-8b54, U+8b56, U+8b59, U+8b5e-8b60, U+8b62, U+8b64, U+8b69-8b6d, U+8b72, U+8b7e, U+8b81, U+8b83, U+8b89, U+8b8c, U+8b8e-8b90, U+8b92, U+8b95-8b96, U+8b99, U+8b9b-8b9c, U+8b9e-8ba0, U+8ba3, U+8ba5, U+8ba7, U+8baa, U+8bad, U+8bb2-8bb4, U+8bb6-8bb9, U+8bbc-8bbd, U+8bbf-8bc0, U+8bc3, U+8bc5, U+8bc8-8bcb, U+8bcf, U+8bd1, U+8bd7-8bdc, U+8bde-8be1, U+8be3, U+8be5-8be7, U+8be9, U+8beb-8bec, U+8bef, U+8bf1-8bf2, U+8bf5-8bf6, U+8bf8, U+8bfa, U+8bfd-8bfe, U+8c01-8c02, U+8c05, U+8c08, U+8c0a-8c11, U+8c13-8c15, U+8c18-8c1c, U+8c1f, U+8c23-8c29, U+8c2c-8c2d, U+8c31, U+8c34, U+8c36, U+8c39, U+8c3f, U+8c47, U+8c49-8c4c, U+8c4f, U+8c51, U+8c55, U+8c62, U+8c68, U+8c73, U+8c78, U+8c7a-8c7c, U+8c82, U+8c85, U+8c89-8c8a, U+8c8d-8c8e, U+8c90, U+8c94, U+8c98-8c99, U+8c9b, U+8c9f, U+8ca3-8ca4, U+8cad-8cb0, U+8cb2, U+8cb9-8cba, U+8cbd;
	src: url("../fonts/noto-serif-hk-39-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-40-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+8983, U+8987-898a, U+898c, U+8991, U+8994-8995, U+8997-8998, U+899a, U+899c, U+89a1, U+89a4-89a7, U+89a9, U+89ac, U+89af, U+89b2-89b3, U+89b7, U+89bb-89bc, U+89bf, U+89c5, U+89c9-89ca, U+89d1, U+89d4-89d5, U+89da, U+89dc-89de, U+89e5-89e7, U+89ed, U+89f1, U+89f3-89f4, U+89f6, U+89ff, U+8a01, U+8a03, U+8a07, U+8a09, U+8a0c, U+8a0f-8a12, U+8a16, U+8a1b-8a1c, U+8a22, U+8a25, U+8a27, U+8a29, U+8a2b, U+8a33, U+8a36, U+8a38, U+8a3d-8a3e, U+8a41, U+8a45-8a46, U+8a48-8a49, U+8a4e, U+8a51-8a52, U+8a54, U+8a56-8a58, U+8a5b, U+8a5d, U+8a61, U+8a63, U+8a67, U+8a6a-8a6c, U+8a70, U+8a74-8a76, U+8a7a-8a7c, U+8a7e, U+8a82, U+8a84-8a86, U+8a89, U+8a8f-8a92, U+8a94, U+8a9a, U+8a9c, U+8aa1, U+8aa3, U+8aa5, U+8aa7-8aa9, U+8aad, U+8aaf, U+8ab1, U+8ab4, U+8ab6, U+8abe, U+8ac2, U+8ac4, U+8ac6, U+8ac9, U+8acc-8acf, U+8ad1, U+8ada-8adb, U+8add-8ae2, U+8ae4, U+8ae6, U+8aea-8aeb, U+8aed, U+8af1-8af6, U+8af9-8afa, U+8afc, U+8b01, U+8b04-8b05, U+8b07, U+8b0b-8b0d, U+8b0f-8b10, U+8b13-8b14, U+8b16, U+8b1a, U+8b1c, U+8b1f, U+8b21-8b22;
	src: url("../fonts/noto-serif-hk-40-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-41-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+8804-8806, U+880a-880b, U+880e-8811, U+8813, U+8815-8816, U+8818, U+881b, U+8821, U+8823, U+8827, U+882d, U+8831-8832, U+8835, U+8839-883a, U+883c, U+8842, U+8844-8846, U+884a, U+884e-884f, U+8852, U+8854-8856, U+8859-885a, U+885e, U+8860, U+8862, U+8864-8865, U+8869-886a, U+886c-886e, U+8871-8872, U+8875, U+8879, U+887d-887f, U+8882, U+8884-8885, U+8887-8888, U+888f-8890, U+8892-8893, U+8897-8898, U+889a-889e, U+88a0, U+88a2, U+88a4, U+88a8, U+88aa, U+88ad-88ae, U+88b1, U+88b4-88b5, U+88b7-88b8, U+88bc-88c0, U+88c4, U+88c6-88c7, U+88c9-88cc, U+88ce, U+88d2, U+88d6, U+88d8, U+88db, U+88df, U+88e4, U+88e6, U+88e8-88e9, U+88ec, U+88ef-88f1, U+88f3-88f5, U+88fc, U+88fe-8900, U+8902, U+8906, U+890a-890c, U+8912-8915, U+8918-891a, U+891f, U+8921, U+8923-8925, U+892a-892b, U+892d, U+8930, U+8933, U+8935-8936, U+8938, U+893d, U+8941-8943, U+8946-8947, U+8949, U+894c-894d, U+8954, U+8956-8957, U+8959, U+895c, U+895e-8960, U+8964-8966, U+896c, U+8971, U+8974, U+8977, U+897b, U+897e, U+8980, U+8982;
	src: url("../fonts/noto-serif-hk-41-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-42-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+8696, U+869a, U+869c-869d, U+86a0-86a1, U+86a3-86a4, U+86a7-86aa, U+86ad, U+86af-86b4, U+86b6, U+86b9-86ba, U+86c0-86c2, U+86c4, U+86c6, U+86c9-86ca, U+86cc-86ce, U+86d0, U+86d3-86d4, U+86de-86df, U+86e9, U+86ed-86f0, U+86f3, U+86f8-86fc, U+86fe, U+8703, U+8706-870a, U+870d-870e, U+8711-8712, U+8715, U+8717, U+8719-871a, U+871e, U+8721-8723, U+8725, U+8728-8729, U+872e, U+8731, U+8734, U+8737, U+873a, U+873e-8740, U+8742, U+8747, U+8749, U+874b-874c, U+874e-874f, U+8753, U+8757-8758, U+875d, U+875f, U+8761-8765, U+8768, U+876a, U+876c-8772, U+8777, U+877a-877b, U+877d, U+8781, U+8784-8786, U+8788, U+878b-878c, U+8793, U+8797-8798, U+879f, U+87a3, U+87a5, U+87a8-87a9, U+87ab-87ad, U+87af, U+87b1, U+87b3, U+87b5, U+87b9, U+87bb, U+87bd-87c1, U+87c4-87c8, U+87ca-87cc, U+87ce, U+87d2, U+87d6, U+87da-87dc, U+87e0-87e1, U+87e3, U+87e5, U+87e7, U+87ea-87eb, U+87ee-87ef, U+87f3-87f7, U+87fe, U+8802-8803;
	src: url("../fonts/noto-serif-hk-42-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-43-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+8511, U+8515, U+8517, U+851d-851f, U+8524, U+852b, U+852f, U+8532-8535, U+8537-8538, U+853a, U+853c, U+853e, U+8541-8542, U+8545, U+8548, U+854b-854e, U+8552-8553, U+8555-8558, U+855a, U+855e-855f, U+8561-8565, U+8568, U+856a-856c, U+856f-8570, U+8573-8574, U+8577-857b, U+8580-8581, U+8585-8586, U+858a, U+858c, U+858f-8590, U+8593-8594, U+8597-8599, U+859c, U+859f, U+85a1-85a2, U+85a4, U+85a8, U+85ab-85ac, U+85ae, U+85b3-85b4, U+85b7, U+85b9-85ba, U+85bd-85be, U+85c1-85c2, U+85cb, U+85ce, U+85d0, U+85d3, U+85d5-85d6, U+85dc, U+85e0, U+85e6, U+85e8, U+85ea, U+85ed-85ee, U+85f4, U+85f6-85f7, U+85f9-85fa, U+85fc, U+85ff, U+8602, U+8604-8605, U+860d, U+860f-8610, U+8613-8614, U+8616-8618, U+861a, U+861e, U+8621-8622, U+8627-862a, U+862f, U+8634-8636, U+8638, U+863a, U+863c, U+8640, U+8642, U+8645-8646, U+864c-864d, U+864f, U+8651-8654, U+8657, U+8659-865a, U+865c, U+8662, U+866b-866c, U+866f-8673, U+8677, U+867a-867b, U+867d-867e, U+8680-8682, U+868b-868d, U+8692-8695;
	src: url("../fonts/noto-serif-hk-43-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-44-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+83bc-83c0, U+83c2, U+83c4-83c5, U+83c8-83c9, U+83cb, U+83cd-83cf, U+83d1, U+83d4-83d6, U+83d8, U+83dd, U+83df, U+83e1-83e2, U+83e5, U+83ea-83eb, U+83ed, U+83f0, U+83f3-83f4, U+83f9, U+83fb-83fe, U+8405-8407, U+840b, U+840f, U+8411, U+8413-8414, U+8416, U+8418, U+841b-841d, U+8420-8421, U+8423-8424, U+8426-8429, U+842b, U+842d-842e, U+8432-8433, U+8435, U+8437-8439, U+843b-843c, U+843e, U+8445-8448, U+844a, U+844e, U+8451-8453, U+8455-8456, U+8458-845a, U+845c, U+845f, U+8462, U+8464, U+8466-8467, U+846d, U+846f-8474, U+8476-8478, U+847a, U+847f-8480, U+8484, U+8488, U+848b, U+848d-848e, U+8492-8494, U+8496-8497, U+849d, U+849f, U+84a1, U+84a3, U+84a8, U+84ad, U+84af, U+84b1, U+84b4, U+84b9-84bb, U+84bd-84c0, U+84c2, U+84c6-84c7, U+84ca, U+84cd-84d3, U+84d6, U+84da, U+84dd-84df, U+84e1-84e2, U+84e4-84e8, U+84ea, U+84ef-84f0, U+84f3-84f4, U+84f7-84f8, U+84fa, U+84fc-84fd, U+84ff-8500, U+8503-8506, U+850c, U+8510;
	src: url("../fonts/noto-serif-hk-44-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-45-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+828d-8291, U+8293-8294, U+8298, U+829a-829c, U+829e-82a4, U+82a6-82ab, U+82ae, U+82b0, U+82b4, U+82b6, U+82ba-82bc, U+82be-82bf, U+82c1, U+82c4-82c5, U+82c7, U+82ca-82cb, U+82cd, U+82cf-82d0, U+82d2, U+82d5-82d6, U+82d8-82d9, U+82db-82dc, U+82de-82e4, U+82e7, U+82ea-82eb, U+82ee-82f0, U+82f3-82f4, U+82f6-8301, U+8306-8308, U+830b-830e, U+8316, U+8318, U+831a-831b, U+831d-831e, U+8327, U+832a, U+832c-832d, U+832f, U+8331, U+8333-8334, U+8337, U+833a-833d, U+833f-8340, U+8342, U+8344-8347, U+834b-834c, U+834f, U+8351, U+8356-8358, U+835a, U+835e-8364, U+8366-8368, U+836b, U+836f, U+8373, U+8375, U+8378, U+837a-8380, U+8383, U+8385-8386, U+8391-8392, U+8394-8395, U+8398-8399, U+839b-839c, U+83a0, U+83a2, U+83a4, U+83a7-83aa, U+83ac, U+83af-83b5, U+83b7, U+83b9-83ba;
	src: url("../fonts/noto-serif-hk-45-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-46-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+8115, U+8117-8118, U+811a-811b, U+811e, U+8121-8127, U+8129-812a, U+812c, U+812f-8134, U+8137-8138, U+813a, U+813d, U+8142, U+8144, U+8146, U+8148, U+814a, U+814c-814d, U+8151, U+8153, U+8156, U+8158-815a, U+8160, U+8167, U+8169, U+816c-816d, U+816f, U+8171, U+8174, U+817b-817e, U+8182, U+8184, U+8188, U+818a, U+8193-8195, U+8198, U+819b, U+819e, U+81a3, U+81a5-81a7, U+81aa-81ab, U+81af-81b0, U+81b5-81b6, U+81b8, U+81ba-81bb, U+81be-81bf, U+81c1, U+81c3, U+81c6, U+81c8, U+81ca, U+81cc-81cd, U+81cf, U+81d1-81d3, U+81d6-81d7, U+81d9-81da, U+81dd-81de, U+81e0-81e2, U+81e4, U+81e7, U+81ec, U+81ef, U+81f6, U+81fc, U+81fe, U+8200-8202, U+8204-8206, U+820b, U+820e, U+8210, U+8215, U+8217-8218, U+821a-821b, U+821d, U+8221-8222, U+8224, U+8226, U+8228-8229, U+822b, U+822d, U+822f-8234, U+8236-8238, U+823a, U+823e, U+8240, U+8244-8245, U+8249, U+824b, U+824e-824f, U+8254, U+8257, U+825a, U+825f, U+8262, U+8264-8265, U+8268, U+826b, U+826e, U+8270, U+8273, U+8276, U+8278-8279, U+827b, U+827d, U+827f, U+8283-8284, U+8287-828a;
	src: url("../fonts/noto-serif-hk-46-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-47-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+7f9a, U+7f9d, U+7f9f, U+7fa1-7fa3, U+7fa5, U+7fa7, U+7fad-7fb2, U+7fb4, U+7fb6, U+7fb8, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fcb-7fcc, U+7fce-7fcf, U+7fd1, U+7fd5, U+7fd8, U+7fdb, U+7fdd-7fdf, U+7fe5-7fe7, U+7fe9, U+7feb-7fec, U+7fee, U+7ff2-7ff3, U+7ffa, U+7ffd-7ffe, U+8002, U+8004, U+8006, U+8008, U+800b, U+800e, U+8011-8012, U+8014, U+8016, U+8018-8019, U+801c-801d, U+8020, U+8024-8026, U+8028, U+802c, U+802e-8031, U+8035, U+8037-8039, U+803b-803c, U+8042-8043, U+804b-804c, U+8052, U+805b, U+8061-8063, U+8066, U+8068, U+806a, U+806e, U+8071, U+8073-8076, U+8079, U+807c, U+807e-8080, U+8083-8084, U+808f, U+8093, U+8095, U+8098, U+809c, U+809f-80a0, U+80a4, U+80a7, U+80ab, U+80ad-80ae, U+80b0-80b1, U+80b4-80b8, U+80bc-80c2, U+80c4, U+80c6-80c7, U+80cb, U+80cd, U+80cf, U+80d4, U+80d7, U+80d9, U+80db-80dd, U+80e0, U+80e3-80e5, U+80e7, U+80e9, U+80eb-80ed, U+80ef-80f1, U+80f3-80f4, U+80f6-80f7, U+80fc, U+80fe-80ff, U+8101, U+8103, U+8107, U+8109, U+810c, U+810e-8114;
	src: url("../fonts/noto-serif-hk-47-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-48-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+7e5b, U+7e62, U+7e65, U+7e67-7e68, U+7e6c-7e70, U+7e76, U+7e78, U+7e7b, U+7e7e-7e7f, U+7e81-7e82, U+7e86-7e88, U+7e8a, U+7e8d-7e8e, U+7e92-7e94, U+7e98-7e9b, U+7e9e-7ea0, U+7ea3-7ea4, U+7ea8, U+7eaa-7eaf, U+7eb1-7eb3, U+7eb5-7eba, U+7ebd-7ebe, U+7ec0-7ec1, U+7ec3, U+7ec5, U+7ec7-7eca, U+7ecd-7ece, U+7ed1-7ed2, U+7ed4-7ed5, U+7ed7-7ed8, U+7eda-7edb, U+7edd-7ede, U+7ee2-7ee3, U+7ee5, U+7ee7, U+7ee9-7eeb, U+7eee-7ef0, U+7ef3, U+7ef5, U+7ef7-7ef8, U+7efd-7f01, U+7f03, U+7f05-7f09, U+7f0e, U+7f10, U+7f13-7f15, U+7f18-7f1a, U+7f1c-7f1d, U+7f20, U+7f24-7f25, U+7f28-7f2a, U+7f2d-7f2e, U+7f30, U+7f34, U+7f36-7f37, U+7f3d, U+7f40-7f45, U+7f47-7f4e, U+7f52-7f54, U+7f58, U+7f5a, U+7f5d, U+7f5f-7f63, U+7f65, U+7f68, U+7f6b, U+7f71, U+7f78, U+7f7d-7f7e, U+7f81-7f83, U+7f86-7f87, U+7f8b-7f8d, U+7f8f, U+7f91, U+7f93-7f95, U+7f97, U+7f99;
	src: url("../fonts/noto-serif-hk-48-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-49-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+7d07-7d0a, U+7d0f, U+7d11-7d12, U+7d15, U+7d18, U+7d1c-7d1e, U+7d25, U+7d27, U+7d29, U+7d2c, U+7d31-7d32, U+7d35, U+7d38, U+7d3a, U+7d3c, U+7d3e-7d41, U+7d43, U+7d45-7d46, U+7d4c-7d4f, U+7d53-7d54, U+7d56, U+7d5a-7d5d, U+7d5f, U+7d63, U+7d67, U+7d6a, U+7d6d, U+7d70, U+7d73, U+7d75, U+7d79-7d7b, U+7d7d, U+7d80, U+7d83-7d84, U+7d86-7d89, U+7d8b-7d8f, U+7d91, U+7d95-7d9a, U+7d9d-7d9e, U+7da2-7da4, U+7da6, U+7da8, U+7daa, U+7dac, U+7dae-7db0, U+7db3, U+7db5, U+7db7, U+7db9, U+7dbd, U+7dc1, U+7dc3-7dc7, U+7dcc-7dd1, U+7dd3-7dd4, U+7dd6-7dd9, U+7ddb-7ddc, U+7de1-7de2, U+7de4-7de6, U+7df0-7df3, U+7df5-7df6, U+7dfc-7dfe, U+7e01-7e02, U+7e04, U+7e07-7e0b, U+7e10-7e11, U+7e13, U+7e15, U+7e1d-7e20, U+7e22, U+7e25-7e27, U+7e29, U+7e2d, U+7e2f-7e30, U+7e32-7e37, U+7e39, U+7e3b, U+7e44-7e45, U+7e47-7e48, U+7e4a-7e4b, U+7e4d, U+7e50-7e52, U+7e56, U+7e58-7e5a;
	src: url("../fonts/noto-serif-hk-49-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-50-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+7b91-7b93, U+7b95-7b96, U+7b98, U+7b9c-7b9d, U+7ba0, U+7ba2-7ba3, U+7ba7, U+7ba9-7bac, U+7bae, U+7bb0, U+7bb2, U+7bb4, U+7bb6, U+7bb8-7bb9, U+7bc1, U+7bc3, U+7bc5-7bc6, U+7bcb-7bcc, U+7bcf-7bd0, U+7bd4, U+7bd9-7bdb, U+7bdd, U+7be0-7be1, U+7be5-7be6, U+7bea, U+7bec-7bee, U+7bf1-7bf3, U+7bf8-7bfa, U+7bfc-7c01, U+7c03, U+7c07, U+7c0a-7c0d, U+7c0f, U+7c11-7c12, U+7c15, U+7c1b, U+7c1e-7c20, U+7c23, U+7c25-7c26, U+7c2a-7c2b, U+7c35, U+7c37-7c39, U+7c40-7c42, U+7c44, U+7c48-7c49, U+7c50-7c51, U+7c53-7c54, U+7c56-7c57, U+7c59-7c5d, U+7c5f, U+7c63, U+7c65, U+7c69, U+7c6c-7c6e, U+7c70, U+7c74-7c75, U+7c79, U+7c7c, U+7c7e, U+7c83-7c84, U+7c86, U+7c8b, U+7c8d-7c8e, U+7c91, U+7c94-7c95, U+7c9b-7c9c, U+7c9f, U+7ca2, U+7ca4, U+7ca6, U+7ca8-7caa, U+7cac, U+7cae, U+7cb1-7cb3, U+7cb8, U+7cba, U+7cbc, U+7cbf-7cc0, U+7cc2-7cc3, U+7cc5, U+7cc7-7cc9, U+7ccc-7cce, U+7cd3, U+7cd7, U+7cda, U+7cdc-7cdd, U+7ce0, U+7ce2, U+7ce6, U+7ce8, U+7cea, U+7ced, U+7cf2-7cf6, U+7cf8-7cfa, U+7cfc, U+7d02, U+7d06;
	src: url("../fonts/noto-serif-hk-50-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-51-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+7a2c-7a2d, U+7a32-7a33, U+7a37, U+7a39-7a3a, U+7a3c, U+7a3e, U+7a42-7a43, U+7a45, U+7a49, U+7a4f, U+7a56, U+7a5a, U+7a5c, U+7a60-7a61, U+7a63, U+7a65, U+7a68, U+7a6d-7a6e, U+7a70-7a72, U+7a77-7a79, U+7a7d, U+7a80, U+7a83, U+7a85-7a86, U+7a88, U+7a8d, U+7a90-7a91, U+7a93-7a96, U+7a98, U+7a9c-7a9d, U+7aa0, U+7aa3, U+7aa5-7aa6, U+7aa8, U+7aaa, U+7aac, U+7ab0, U+7ab3, U+7ab6, U+7ab8, U+7abb-7abc, U+7abe-7abf, U+7ac2-7ac3, U+7ac8-7ac9, U+7acf, U+7ad1-7ad3, U+7ad6, U+7ada-7ade, U+7ae2, U+7ae4, U+7ae6-7ae7, U+7ae9-7aeb, U+7af4, U+7af8, U+7afa-7afe, U+7b01-7b06, U+7b09-7b0c, U+7b0e-7b10, U+7b14, U+7b18, U+7b1a, U+7b1e-7b1f, U+7b22-7b25, U+7b27, U+7b29-7b2b, U+7b2d-7b2e, U+7b31-7b35, U+7b38-7b3c, U+7b42-7b43, U+7b45, U+7b47-7b48, U+7b4a, U+7b4c, U+7b4e-7b50, U+7b55, U+7b58, U+7b5b, U+7b5d, U+7b60, U+7b62, U+7b65-7b67, U+7b69, U+7b6c-7b6f, U+7b72-7b76, U+7b79, U+7b7b, U+7b7e, U+7b82, U+7b84-7b85, U+7b87, U+7b8b, U+7b8d-7b90;
	src: url("../fonts/noto-serif-hk-51-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-52-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+78d2-78d5, U+78d7-78d8, U+78de, U+78e3-78e4, U+78e6-78e7, U+78ea, U+78ec, U+78ee, U+78f0-78f5, U+78fa-78fb, U+78fd-7900, U+7904-7906, U+790a, U+790c, U+7910-7912, U+791c, U+791e, U+7920-7921, U+792a-792c, U+792e, U+7931-7934, U+7936, U+7938, U+793b, U+793d, U+793f, U+7941-7942, U+7945-7947, U+7949, U+794c, U+794e, U+7953-7954, U+7957-795c, U+795f, U+7961-7962, U+7964, U+7967, U+7969, U+796b-796c, U+796f, U+7971-7973, U+7977-7979, U+797b-797c, U+797e, U+7980, U+7982-7988, U+798a-798b, U+7991, U+7993-7996, U+7998-799b, U+799d, U+799f-79a2, U+79a4-79a5, U+79a8-79a9, U+79af-79b0, U+79b3, U+79b5, U+79b8, U+79ba, U+79c3-79c4, U+79c6, U+79c8, U+79ca, U+79cc, U+79cf-79d0, U+79d4-79d6, U+79dc-79de, U+79e2-79e3, U+79e7, U+79ea-79ed, U+79ef-79f1, U+79f4, U+79f6-79f8, U+79fd, U+7a02-7a03, U+7a06, U+7a08-7a0a, U+7a0c, U+7a0e, U+7a10-7a11, U+7a14, U+7a17-7a19, U+7a1c, U+7a1e-7a1f, U+7a23, U+7a26, U+7a2a;
	src: url("../fonts/noto-serif-hk-52-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-53-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+776c-776e, U+7771-7772, U+7777-7778, U+777a-777b, U+777d-777e, U+7780, U+7785, U+7787, U+7789, U+778b-778d, U+7791-7793, U+7798, U+779c, U+779f-77a0, U+77a2, U+77a5, U+77a9, U+77af-77b1, U+77b4, U+77b6-77b7, U+77b9, U+77bc-77bf, U+77c3, U+77c5, U+77c7, U+77cb-77cd, U+77d3, U+77d6-77d7, U+77dc-77de, U+77e3, U+77e6-77e7, U+77eb-77ec, U+77f0, U+77f2, U+77f4, U+77f6, U+77f8, U+77fa-77fc, U+77fe-7800, U+7803, U+7805-7806, U+7808-7809, U+7810-7812, U+7815-7816, U+7818, U+781a, U+781c-7823, U+7825-7827, U+7829, U+782c-7830, U+7833, U+7835, U+7837, U+7839-783a, U+783c-783e, U+7840, U+7842-7845, U+7847, U+784a-7855, U+7858, U+785a, U+785c-785d, U+7864, U+7866, U+7868, U+786a, U+786f, U+7874, U+7876, U+787a, U+787c, U+787f, U+7886-7889, U+788d, U+788f, U+7893, U+7895-7896, U+7898, U+789a, U+789e, U+78a1, U+78a3, U+78a5, U+78aa, U+78ad, U+78af, U+78b1-78b2, U+78b4, U+78b6, U+78b8-78b9, U+78be, U+78c7-78c9, U+78cb, U+78ce, U+78d0-78d1;
	src: url("../fonts/noto-serif-hk-53-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-54-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+7601-7602, U+7607-760a, U+760c-760d, U+7610, U+7615-7616, U+7618-7620, U+7622-7623, U+7625, U+7627, U+7629, U+762b-762c, U+762e, U+7630, U+7632-7635, U+7638, U+763a-763c, U+763e, U+7640, U+7643, U+7646, U+7648-7649, U+764d-764f, U+7651, U+7654, U+7658, U+765c, U+765f, U+7663-7667, U+7669, U+766b-766d, U+766f-7670, U+7673-7674, U+7676, U+7678-767a, U+767f-7681, U+7683, U+7688, U+768a-768b, U+768e, U+7690, U+7695-7696, U+769a-769e, U+76a1, U+76a3-76a5, U+76aa, U+76b0-76b1, U+76b4, U+76b7-76b8, U+76c2, U+76c5, U+76c9, U+76cc-76cd, U+76cf-76d1, U+76d6-76d9, U+76e5-76e6, U+76e9, U+76ec, U+76f1, U+76f7, U+76f9-76fb, U+76ff-7700, U+7704-7705, U+7707-7708, U+770a, U+770c, U+770e-770f, U+7715, U+7719-771b, U+771d-771e, U+7722, U+7724-7726, U+7728, U+772b, U+772d, U+772f, U+7733-7736, U+7738, U+773b, U+773d, U+7741, U+7743-7744, U+7746, U+774c, U+774e-7752, U+7755, U+7758-775a, U+775f-7760, U+7762, U+7765-7766, U+7768-776a;
	src: url("../fonts/noto-serif-hk-54-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-55-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+74aa-74ab, U+74ae, U+74b1-74b2, U+74b4-74b5, U+74b8-74ba, U+74bf, U+74c5-74c6, U+74c8, U+74cc-74cd, U+74d0, U+74d2-74d4, U+74d6, U+74d8, U+74da, U+74de-74e0, U+74e2, U+74e4, U+74e7-74e9, U+74ee-74f2, U+74f4, U+74f8-74f9, U+74fb, U+74ff-7501, U+7503, U+7505, U+7507, U+750c-750e, U+7511, U+7513, U+7515-7517, U+7519, U+751e, U+7521, U+7525, U+752a, U+752c-752f, U+7534, U+753e, U+7542, U+7545-7548, U+754a-754b, U+754d-754e, U+7551, U+7553, U+7555, U+755a-755b, U+755d, U+7560, U+7563-7564, U+7566-7568, U+756c-756f, U+7572-7575, U+7577-757a, U+757c, U+757e-757f, U+7583-7584, U+7587, U+7589, U+758b-758e, U+7590, U+7592, U+7594-7595, U+7597, U+7599-759a, U+759d-759f, U+75a1-75a3, U+75a5, U+75a7, U+75aa, U+75ac, U+75ae-75b1, U+75b3-75b4, U+75b8, U+75bd, U+75c0, U+75c2-75c4, U+75c8-75ca, U+75cc-75cd, U+75d2, U+75d4, U+75d9, U+75dc, U+75df, U+75e2-75e4, U+75e6-75e7, U+75e9-75ec, U+75f0-75f3, U+75f7, U+75f9-75fa, U+75fc, U+75fe-7600;
	src: url("../fonts/noto-serif-hk-55-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-56-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+73b9-73ba, U+73bc, U+73bf, U+73c2, U+73c4-73c6, U+73c9, U+73cb-73cc, U+73ce-73d2, U+73d5-73d7, U+73d9, U+73db-73de, U+73e1-73eb, U+73ef, U+73f3, U+73f5-73f7, U+73f9-73fd, U+7400-7402, U+7404-7405, U+7407-7408, U+740a-740d, U+740f-7412, U+7414-7417, U+7419-7425, U+7428-7429, U+742c-7432, U+7435-743a, U+743c-7443, U+7445-744a, U+744c, U+7451-7454, U+7456-7457, U+7459, U+745d, U+7460-7462, U+7465, U+7467-7468, U+746b-746e, U+7471-7477, U+7479-747a, U+747c-747f, U+7481-7482, U+7484-7486, U+7488-748a, U+748c-7490, U+7492, U+7498-74a1, U+74a3-74a7, U+74a9;
	src: url("../fonts/noto-serif-hk-56-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-57-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+7265-7266, U+726a-726b, U+726e-7270, U+7273-7275, U+7277, U+727a-727b, U+727e-727f, U+7281-7282, U+7284, U+7287, U+728a, U+728d, U+728f, U+7292, U+7294, U+7296, U+7298, U+729b, U+729f-72a2, U+72ad-72ae, U+72b0-72b5, U+72b8-72b9, U+72bc-72bd, U+72c1, U+72c3, U+72c5-72c6, U+72c8, U+72cc-72ce, U+72d2, U+72d4, U+72db, U+72dd, U+72df, U+72e1-72e2, U+72e8, U+72ec-72ee, U+72f1, U+72f3-72f4, U+72f7, U+72fa-72fb, U+72fd, U+7300-7302, U+7304, U+7307, U+730a-730b, U+730e, U+7310, U+7313, U+7315-7317, U+7319, U+731e-731f, U+7322, U+7328-732e, U+7330-7331, U+7337-733c, U+733e, U+7340-7341, U+7343, U+7348, U+734c-734d, U+734f-7350, U+7352, U+7355, U+7357, U+7359-735a, U+7360-7363, U+7365, U+7369-7371, U+7373-7374, U+7377, U+737a, U+737c, U+737e, U+7380, U+7385-7386, U+738a, U+738c, U+738e-738f, U+7391-7395, U+7397-7398, U+739b-739c, U+739e, U+73a0-73a2, U+73a5-73a8, U+73aa, U+73ad-73ae, U+73b3-73b8;
	src: url("../fonts/noto-serif-hk-57-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-58-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+70fe-70ff, U+7104-7106, U+7109, U+710c, U+7110, U+7113-7116, U+7118, U+711c-711e, U+7120, U+7122, U+7129, U+712b-712c, U+712e-712f, U+7131, U+7133-7135, U+713b-713c, U+713e-7140, U+7143, U+7145-7147, U+714a-714b, U+714f-7153, U+7155-7157, U+715a, U+7160, U+7162, U+7166, U+7168, U+716b-716c, U+7171, U+7173-7178, U+717a-717e, U+7180-7181, U+7185, U+7187-7188, U+718b-718c, U+718e-7192, U+7196-7198, U+719a-719c, U+71a0, U+71a2-71a4, U+71a8, U+71ad, U+71af, U+71b2-71b5, U+71b7-71ba, U+71be, U+71c1, U+71c4, U+71ca-71cb, U+71ce-71d1, U+71d4, U+71d7-71d8, U+71da, U+71dc-71dd, U+71e0-71e1, U+71e7, U+71eb-71ec, U+71ee, U+71f4-71f6, U+71f9, U+71fc, U+71fe-7201, U+7203, U+7207, U+7209, U+720c, U+720e-720f, U+7213-7217, U+721a, U+721d, U+7222-7225, U+7228, U+722b, U+722e, U+7230, U+7237, U+723b, U+723f-7242, U+724b, U+724d, U+7250, U+7252-7253, U+7255-7258, U+725c-725d, U+7263-7264;
	src: url("../fonts/noto-serif-hk-58-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-59-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+6fbc, U+6fbe, U+6fc2, U+6fc6-6fcb, U+6fce, U+6fd1-6fd4, U+6fd8-6fda, U+6fde, U+6fe0-6fe2, U+6fe8-6fe9, U+6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ff8, U+6ffa, U+6ffc, U+6fff-7001, U+7003, U+7005-7007, U+700b, U+700d, U+7015, U+7018, U+701b, U+701e, U+7020-7021, U+7023, U+7026-7027, U+702c, U+702f-7032, U+7034-7035, U+7037-703c, U+7040, U+7042-7044, U+7046, U+7049, U+704b, U+704d, U+704f-7050, U+7052, U+7054-7055, U+705c-7061, U+7064-7069, U+706c-706f, U+7073-7075, U+7077-707a, U+707e-7081, U+7085-7086, U+7089, U+708b, U+708f-7091, U+7094-7096, U+7098, U+709c, U+709f-70a1, U+70a3-70a7, U+70a9, U+70ac, U+70af-70b2, U+70b4-70b5, U+70b7, U+70bb-70be, U+70c0-70c4, U+70ca-70cc, U+70d0, U+70d2, U+70d4-70d6, U+70d9-70dd, U+70df, U+70e6-70e9, U+70eb-70ec, U+70ef, U+70f1, U+70f4-70f5, U+70f7, U+70fa, U+70fd;
	src: url("../fonts/noto-serif-hk-59-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-60-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+6e88-6e89, U+6e8b, U+6e8d-6e8f, U+6e93, U+6e98-6e9a, U+6e9f, U+6ea1, U+6ea4-6ea7, U+6eae, U+6eb1-6eb2, U+6eb4-6eb5, U+6eb7-6eb8, U+6ebb, U+6ebd, U+6ec1-6ec3, U+6ec7-6ec9, U+6ecd-6ed0, U+6ed3-6ed6, U+6ed8, U+6eda-6edb, U+6edd-6ede, U+6ee2, U+6ee4-6ee5, U+6ee8-6ee9, U+6eeb, U+6eee, U+6ef3, U+6ef8-6efb, U+6f00, U+6f04, U+6f08-6f0e, U+6f11-6f13, U+6f15-6f17, U+6f19-6f1a, U+6f23-6f2a, U+6f2d-6f31, U+6f33-6f36, U+6f3a-6f3d, U+6f40-6f41, U+6f43-6f44, U+6f47, U+6f4d-6f4f, U+6f53, U+6f56-6f57, U+6f59-6f5a, U+6f5c, U+6f5e-6f61, U+6f63, U+6f66-6f67, U+6f69-6f6c, U+6f6f, U+6f72-6f7f, U+6f81-6f82, U+6f87, U+6f89-6f8d, U+6f90, U+6f92, U+6f94-6f97, U+6f9c-6f9d, U+6f9f-6fa0, U+6fa2-6fa3, U+6fa5-6fa8, U+6faa-6fab, U+6fae-6faf, U+6fb4-6fb6, U+6fb9-6fbb;
	src: url("../fonts/noto-serif-hk-60-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-61-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+6d64-6d65, U+6d67, U+6d6c-6d6d, U+6d6f-6d72, U+6d75, U+6d79, U+6d7c, U+6d7f, U+6d81-6d82, U+6d85, U+6d87, U+6d8e-6d8f, U+6d91-6d9b, U+6d9d, U+6d9f, U+6da1, U+6da4-6dac, U+6db1, U+6db3-6db4, U+6db7-6db9, U+6dbe-6dc0, U+6dc2, U+6dc4-6dc5, U+6dc8-6dca, U+6dcc-6dcd, U+6dcf-6dd0, U+6dd2-6dd3, U+6dd5-6dd6, U+6dd9, U+6ddb-6de0, U+6de2-6de6, U+6de9, U+6dec, U+6def-6df0, U+6df2, U+6df4, U+6df6, U+6df8, U+6dfc-6dfe, U+6e00, U+6e02-6e04, U+6e07-6e0b, U+6e0d-6e10, U+6e13-6e15, U+6e17-6e1a, U+6e1d, U+6e1f, U+6e22, U+6e24-6e25, U+6e27, U+6e2a-6e2b, U+6e2d-6e2e, U+6e30-6e31, U+6e36, U+6e39-6e3a, U+6e3c-6e3d, U+6e40-6e41, U+6e44-6e45, U+6e47, U+6e49, U+6e4b, U+6e4d-6e51, U+6e53-6e54, U+6e57, U+6e59, U+6e5c, U+6e5e-6e61, U+6e63-6e66, U+6e69-6e6b, U+6e6e, U+6e70-6e76, U+6e78, U+6e7c, U+6e7f-6e80, U+6e83, U+6e85-6e86;
	src: url("../fonts/noto-serif-hk-61-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-62-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+6c3f, U+6c43, U+6c46, U+6c49-6c4f, U+6c54-6c55, U+6c58, U+6c5a-6c5c, U+6c5e, U+6c64-6c69, U+6c6b-6c6f, U+6c71-6c75, U+6c78-6c79, U+6c7c, U+6c7e-6c7f, U+6c82, U+6c84-6c87, U+6c8c-6c8d, U+6c8f, U+6c93-6c94, U+6c98, U+6c9a, U+6c9d, U+6c9f, U+6ca2, U+6ca5-6ca8, U+6caa, U+6cac-6cb2, U+6cb4-6cb5, U+6cba, U+6cbc, U+6cc2-6cc3, U+6cc5-6cc7, U+6ccb, U+6cce, U+6cd0-6cd2, U+6cd4, U+6cd6-6cd7, U+6cd9-6cda, U+6cdc-6ce0, U+6ce7, U+6ce9-6cec, U+6cee-6cef, U+6cf1, U+6cf7-6cf8, U+6cfb-6d02, U+6d04-6d07, U+6d09-6d0a, U+6d0c, U+6d0e-6d12, U+6d18-6d1a, U+6d1f, U+6d22-6d24, U+6d26-6d28, U+6d2b, U+6d2d-6d31, U+6d33-6d3a, U+6d3c, U+6d3f, U+6d43-6d47, U+6d4a-6d4b, U+6d4e-6d4f, U+6d51-6d53, U+6d57-6d58, U+6d5a-6d5c, U+6d5e-6d63;
	src: url("../fonts/noto-serif-hk-62-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-63-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+6a9c-6aa1, U+6aa3-6aa5, U+6aa7-6aa8, U+6aab, U+6aae, U+6ab1-6ab2, U+6ab5, U+6aba, U+6abe, U+6ac2, U+6ac5-6ac6, U+6ac8-6aca, U+6acc, U+6ad3-6ad4, U+6ad8, U+6ada-6adb, U+6add-6adf, U+6ae3, U+6ae7-6ae8, U+6aea-6aec, U+6af1, U+6af3, U+6af6, U+6af8, U+6afa, U+6afc, U+6b05, U+6b09, U+6b0e-6b13, U+6b17, U+6b1d-6b1e, U+6b25, U+6b2c, U+6b31, U+6b35-6b37, U+6b39, U+6b3b, U+6b40, U+6b43, U+6b46, U+6b48, U+6b52-6b55, U+6b57, U+6b59, U+6b5b, U+6b5f-6b60, U+6b68-6b69, U+6b6f, U+6b74, U+6b7a, U+6b7c, U+6b7f-6b84, U+6b86-6b87, U+6b89, U+6b8b, U+6b8d, U+6b91-6b93, U+6b9b, U+6b9e, U+6ba1-6ba2, U+6ba4, U+6baa-6bab, U+6bad-6bae, U+6bb2-6bb4, U+6bbb, U+6bbd, U+6bc1-6bc2, U+6bcc, U+6bce, U+6bd0-6bd1, U+6bd5-6bd9, U+6bdc, U+6bde, U+6be1, U+6bea, U+6bec, U+6bf3, U+6bf9-6bfa, U+6bfd, U+6bff-6c00, U+6c02, U+6c05-6c06, U+6c0a, U+6c0c-6c0d, U+6c10, U+6c13, U+6c16, U+6c18-6c1a, U+6c1c, U+6c1f, U+6c21-6c22, U+6c24, U+6c26, U+6c28-6c2a, U+6c2c, U+6c2e-6c33, U+6c35-6c37, U+6c39-6c3a, U+6c3d-6c3e;
	src: url("../fonts/noto-serif-hk-63-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-64-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+6957, U+6959, U+695b-695f, U+6961-696c, U+696e-6970, U+6972-6974, U+6976, U+6978-697a, U+697c, U+6980, U+6984-6986, U+6988-698a, U+698d-698e, U+6990-6991, U+6994, U+6996-699b, U+699e-699f, U+69a2-69a7, U+69ab, U+69ad, U+69af, U+69b1-69b3, U+69b6-69b7, U+69bb-69bc, U+69bf-69c1, U+69c3-69c5, U+69c7, U+69ca, U+69cc, U+69ce, U+69d0-69d1, U+69d4-69d6, U+69d8-69d9, U+69db, U+69df, U+69e1, U+69e4, U+69e8-69ea, U+69ed-69ee, U+69f1-69f4, U+69f6, U+69f8-69fb, U+69ff-6a00, U+6a03, U+6a05, U+6a0a-6a0c, U+6a17-6a18, U+6a1a-6a1c, U+6a28-6a2d, U+6a31-6a33, U+6a35, U+6a3b, U+6a3e-6a40, U+6a43, U+6a45, U+6a47-6a48, U+6a4c, U+6a50, U+6a52-6a53, U+6a55-6a57, U+6a5a-6a5b, U+6a5e, U+6a62-6a63, U+6a65-6a66, U+6a6a, U+6a71, U+6a74, U+6a79-6a7a, U+6a7c, U+6a7e-6a82, U+6a84, U+6a87, U+6a89-6a8a, U+6a8d-6a92, U+6a97, U+6a99;
	src: url("../fonts/noto-serif-hk-64-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-65-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+67fe, U+6800-6805, U+6808-6809, U+680b, U+680d-6812, U+6814, U+6816, U+6818, U+681b-681e, U+6820, U+6822, U+6825, U+6827-6829, U+682b, U+682e-682f, U+6831-6834, U+6836, U+683a-683b, U+683e, U+6840-6841, U+6844-6845, U+6847, U+6849-684a, U+684e, U+6853, U+6855-6856, U+685c-685d, U+685f, U+6861-6863, U+6865-6869, U+686b, U+686d, U+686f, U+6871-6872, U+6874-6875, U+6877, U+6879, U+687b-687c, U+687e, U+6880, U+6882-6884, U+6886, U+6888, U+688f, U+6891-6892, U+6894, U+6896, U+6898, U+689b-689c, U+689f-68a0, U+68a2-68a3, U+68a6, U+68a9, U+68b1-68b2, U+68b4, U+68b6, U+68b9, U+68bd, U+68c0-68c1, U+68c3, U+68c5-68c6, U+68c8, U+68ca, U+68d0-68d1, U+68d3, U+68d6, U+68e1, U+68e3, U+68e6, U+68e8-68ec, U+68ef-68f1, U+68f3, U+68f6-68f7, U+68f9-68fd, U+6900-6904, U+6906-6907, U+6909, U+690b, U+690f-6910, U+6917-691c, U+6925, U+692a, U+692c-692d, U+6932, U+6934, U+6936, U+6939, U+693c-6940, U+6942-6943, U+6946, U+6949, U+6952, U+6954-6956;
	src: url("../fonts/noto-serif-hk-65-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-66-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+66b3, U+66b5-66b6, U+66b8-66bc, U+66be-66bf, U+66c1, U+66c4, U+66c7-66c8, U+66cc-66cf, U+66d5, U+66d8-66db, U+66df, U+66e1-66e2, U+66e7-66e9, U+66ef, U+66f1, U+66f5, U+66f7, U+66fa, U+66fd, U+6702, U+6705, U+670a, U+670c, U+670e-6710, U+6713-6716, U+6718-6719, U+671e, U+6720, U+6722-6727, U+6729, U+672e, U+6733, U+6736, U+6738-6739, U+673f-6740, U+6742, U+6744-6745, U+6747-6748, U+674b-674d, U+6753, U+6755, U+6759, U+675d-675e, U+6760, U+6762-6763, U+6767-676c, U+676e, U+6772-6777, U+677a-677c, U+6782, U+6786-6787, U+678a-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679f-67a5, U+67aa-67ae, U+67b0-67b5, U+67b7-67bc, U+67bf-67c3, U+67c5-67c6, U+67c8-67ca, U+67ce, U+67d2, U+67d6-67d9, U+67db-67e0, U+67e2, U+67e4, U+67e9-67ea, U+67f0, U+67f2, U+67f6-67fb;
	src: url("../fonts/noto-serif-hk-66-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-67-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+6535, U+6537-6538, U+653a, U+653d, U+6542-6543, U+6549, U+654c-654e, U+6554-6555, U+655a-655b, U+655d, U+655f, U+6561, U+6564-6565, U+6567, U+656b, U+656d-656e, U+6573, U+6576, U+6579-657b, U+6581, U+6585-6586, U+6588-6589, U+658b, U+658e, U+6593, U+6595, U+659b, U+659d, U+659f-65a1, U+65a9, U+65ab, U+65ad, U+65b2-65b3, U+65b5, U+65bb, U+65be-65bf, U+65c2-65c4, U+65c6, U+65cc, U+65ce, U+65d1-65d2, U+65d4, U+65d6, U+65db, U+65e1, U+65e3, U+65e7, U+65ee-65f0, U+65f2-65f4, U+65f7-65f8, U+65fc-65fd, U+65ff-6600, U+6603-6605, U+6609, U+660d, U+6610-6611, U+6618-6619, U+661c-661e, U+6621-6624, U+6626, U+6629, U+662b, U+6630, U+6633-6636, U+6639-663d, U+6640-6641, U+6644-6645, U+6648, U+664a-664d, U+6653-6657, U+6659, U+665b, U+665d-665e, U+6660-6667, U+6669, U+666b-666c, U+6672-6673, U+6677-6679, U+667b-667e, U+6681-6685, U+668b-6690, U+6692, U+6698, U+669a, U+669d, U+669f-66a0, U+66a4, U+66a6-66a7, U+66aa, U+66ad, U+66b2;
	src: url("../fonts/noto-serif-hk-67-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-68-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+63f2-63f3, U+63f5-63f8, U+63fa-63fe, U+6400-6402, U+6405-6407, U+6409-640c, U+6410, U+6414-6415, U+6418, U+641b, U+641f-6423, U+6425-6428, U+642a-642b, U+642f-6430, U+6432, U+6434, U+6437-6438, U+643a-643b, U+643d-6444, U+6446-6447, U+644a-644b, U+644e, U+6450-6453, U+6456, U+6459-645c, U+645e, U+6460-6461, U+6463-6465, U+6468, U+646c-646e, U+6470-6477, U+6479, U+647b-647d, U+6480, U+6482, U+6485, U+648b-648d, U+6491, U+6493, U+6496-649a, U+649d, U+649f-64a0, U+64a2-64a3, U+64ac, U+64af, U+64b1, U+64b3-64b4, U+64b6-64b9, U+64bb, U+64be, U+64c0, U+64c3-64c4, U+64d0, U+64d2-64d3, U+64d5, U+64d7-64d8, U+64dd, U+64e1-64e5, U+64e7, U+64e9-64ea, U+64ed, U+64ef-64f0, U+64f3, U+64f8, U+64fb-64fc, U+64ff, U+6504-6506, U+6509-650a, U+6511-6512, U+6516, U+6518-6519, U+651b, U+651f-6523, U+6525-6526, U+6529, U+652b, U+652e, U+6530, U+6532, U+6534;
	src: url("../fonts/noto-serif-hk-68-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-69-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+628e, U+6290, U+6294, U+629a-629e, U+62a0, U+62a2, U+62a6, U+62a8, U+62af, U+62b3, U+62b6, U+62ba-62bb, U+62be-62bf, U+62c1-62c5, U+62c8, U+62ca, U+62cf, U+62d1, U+62d5, U+62d7, U+62d9, U+62dd, U+62df-62e3, U+62e5-62e8, U+62ee, U+62f4-62fb, U+62fd, U+6300, U+6302, U+6308, U+630c-630e, U+6310, U+6312-6313, U+6318-631b, U+631d-6321, U+6323-6325, U+632d-632e, U+6331-6332, U+6334-6339, U+633b-633c, U+633e-6340, U+6342-6346, U+634b-634c, U+634e, U+6352, U+6357, U+635a, U+635c-635f, U+6361, U+6363-6365, U+6369, U+636b-636d, U+636f-6370, U+6373, U+6375-6376, U+6379-637b, U+637d, U+637f, U+6381, U+6384, U+6387, U+638a-638b, U+638d-638e, U+6390, U+6394-6397, U+639e-639f, U+63a3-63a4, U+63a6, U+63ac-63af, U+63b1-63b4, U+63b7, U+63b9-63bb, U+63bd-63be, U+63c1, U+63c3-63c4, U+63c8, U+63cd-63ce, U+63d1, U+63d6, U+63dc, U+63de, U+63e0, U+63e2-63e4, U+63e6, U+63e9, U+63f0;
	src: url("../fonts/noto-serif-hk-69-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-70-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+612f-6130, U+6134, U+6136, U+613c-613f, U+6142, U+6144, U+6146-6147, U+6149-614a, U+614d, U+6150-6153, U+6159-615a, U+615c-6160, U+6164-6165, U+6169-616d, U+616f, U+6171-6175, U+6177, U+617a, U+617c-617d, U+617f-6181, U+6187, U+618a-618e, U+6192-6195, U+6198-619c, U+619f, U+61a1, U+61a7-61a8, U+61aa-61af, U+61b7-61ba, U+61bf-61c0, U+61c3, U+61c6, U+61ca-61cd, U+61cf-61d0, U+61d2-61d3, U+61da, U+61de-61e0, U+61e2-61e3, U+61e6, U+61e8, U+61ed-61ee, U+61f5, U+61f9-61fa, U+61fd-61fe, U+6207, U+6209, U+620d-620e, U+6213-6215, U+6219, U+621b, U+621d-6223, U+6225-6227, U+6229, U+622b-622c, U+622e-622f, U+6231, U+6238-6239, U+623b, U+623d-623e, U+6242-6243, U+6246, U+6248-6249, U+624c, U+6251, U+6255, U+6259-625a, U+625e, U+6260-6262, U+6265-6269, U+626b-626c, U+6270-6273, U+6275, U+627a-627d, U+6282-6283, U+6285-6286, U+6289, U+628c;
	src: url("../fonts/noto-serif-hk-70-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-71-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+5fe7, U+5fea, U+5fec-5fee, U+5ff1, U+5ff3, U+5ff8, U+5ffa-5ffc, U+5fff-6000, U+6002, U+6005, U+600a, U+600d, U+600f-6010, U+6014, U+6017, U+6019-601c, U+601e, U+6020, U+6022-6023, U+6026, U+6029, U+602b-602c, U+602e-602f, U+6031, U+6033-6035, U+6039, U+603c, U+6040-6043, U+6045, U+6047, U+604a-604c, U+604f, U+6053, U+6059-605b, U+605d, U+6060, U+6063, U+6067, U+606a-606b, U+606e, U+6072-6078, U+607a, U+607c, U+607e-6081, U+6083, U+6086, U+608a, U+608c, U+608e, U+6092-6093, U+6095-6097, U+609b, U+609d-609e, U+60a2, U+60a4, U+60a6-60a7, U+60a9-60aa, U+60ac-60ad, U+60af-60b1, U+60b3-60b5, U+60b8, U+60bb, U+60bd-60be, U+60c0, U+60c6-60c7, U+60ca-60cb, U+60d3-60d5, U+60d7-60db, U+60dd-60de, U+60e2-60e3, U+60e6-60f0, U+60f2, U+60f4, U+60f6, U+60fa-60fb, U+60fd, U+60ff-6100, U+6103, U+6106-6107, U+610a-610e, U+6110, U+6112-6116, U+6119, U+6120, U+6122-6124, U+6128-612e;
	src: url("../fonts/noto-serif-hk-71-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-72-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+5e6c, U+5e6e, U+5e75, U+5e77, U+5e7a, U+5e80-5e81, U+5e83, U+5e86, U+5e88, U+5e8b, U+5e90, U+5e92, U+5e96, U+5e99, U+5e9b, U+5e9d-5ea2, U+5ea4-5ea5, U+5eb3-5eb6, U+5eb9, U+5ebd-5ebe, U+5ec3-5ec4, U+5ec6, U+5ecb-5ecd, U+5ed0-5ed2, U+5ed4-5ed5, U+5ed8-5ed9, U+5edb, U+5edd, U+5ee1, U+5ee8-5ee9, U+5eec, U+5eef-5ef0, U+5ef4-5ef5, U+5ef8-5ef9, U+5efb-5efc, U+5efe, U+5f01-5f03, U+5f05, U+5f07-5f09, U+5f0b-5f0e, U+5f10-5f12, U+5f14, U+5f16, U+5f1b, U+5f1d, U+5f22, U+5f25, U+5f28-5f29, U+5f2d, U+5f2f-5f30, U+5f36, U+5f38-5f39, U+5f3b-5f3c, U+5f3e, U+5f40-5f42, U+5f45-5f46, U+5f4a, U+5f4d, U+5f50-5f52, U+5f54, U+5f56-5f58, U+5f5a-5f5e, U+5f61, U+5f63, U+5f66-5f67, U+5f6b, U+5f72-5f74, U+5f76, U+5f78, U+5f7b, U+5f7d, U+5f82-5f84, U+5f87, U+5f89-5f8a, U+5f8d, U+5f93, U+5f95, U+5f98-5f99, U+5f9b-5f9c, U+5fa0, U+5fa4, U+5fa6-5fa8, U+5fab-5fad, U+5fb1, U+5fb3-5fb4, U+5fba, U+5fbc, U+5fc2, U+5fc4, U+5fc6, U+5fc9, U+5fcb, U+5fce-5fd6, U+5fdb-5fdf, U+5fe1, U+5fe4;
	src: url("../fonts/noto-serif-hk-72-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-73-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+5cee, U+5cf1, U+5cf4-5cf5, U+5cf8, U+5cfc, U+5cfe-5d00, U+5d06, U+5d08, U+5d0a-5d0d, U+5d15, U+5d18, U+5d1a, U+5d1d, U+5d1f-5d22, U+5d24, U+5d26-5d28, U+5d2c-5d2f, U+5d33-5d35, U+5d3d-5d3f, U+5d42-5d43, U+5d46-5d4b, U+5d4e, U+5d52-5d53, U+5d56-5d59, U+5d5b-5d5c, U+5d65, U+5d68-5d69, U+5d6b-5d6c, U+5d6f-5d70, U+5d74-5d75, U+5d78, U+5d7b, U+5d7e-5d7f, U+5d81-5d82, U+5d85-5d88, U+5d8b-5d8c, U+5d8e, U+5d92, U+5d94, U+5d97, U+5d99, U+5d9d, U+5da0-5da2, U+5da4, U+5da7, U+5da9-5dab, U+5dae, U+5db2, U+5db4, U+5db6-5db9, U+5dbd, U+5dc1-5dc5, U+5dc9, U+5dcb-5dcd, U+5dd2, U+5dd6-5dd8, U+5ddb-5ddc, U+5de0, U+5de3, U+5de9, U+5df0, U+5df3, U+5df5, U+5df9, U+5dfb-5dfd, U+5e00-5e01, U+5e04-5e05, U+5e09-5e0b, U+5e11-5e12, U+5e14, U+5e18-5e1c, U+5e1f-5e22, U+5e27-5e28, U+5e2f-5e30, U+5e34, U+5e37, U+5e3a, U+5e3c, U+5e40, U+5e42-5e44, U+5e47-5e48, U+5e4c, U+5e54, U+5e57-5e5b, U+5e5e-5e5f, U+5e61-5e62, U+5e64, U+5e6a;
	src: url("../fonts/noto-serif-hk-73-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-74-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+5b6d-5b6e, U+5b70-5b76, U+5b7a-5b7d, U+5b7f-5b82, U+5b84, U+5b8d, U+5b90, U+5b92-5b93, U+5b95-5b96, U+5b9f-5ba1, U+5ba6-5ba8, U+5baa-5bad, U+5bb7, U+5bbd-5bbe, U+5bc0-5bc1, U+5bc3, U+5bd0-5bd1, U+5bd4-5bd8, U+5bdb-5bdd, U+5be4-5be5, U+5bef, U+5bf3, U+5bfb, U+5bfe-5bff, U+5c02-5c03, U+5c05, U+5c09, U+5c0c, U+5c10, U+5c12-5c13, U+5c15, U+5c18-5c19, U+5c1b-5c20, U+5c22-5c23, U+5c25, U+5c27-5c28, U+5c2a-5c2b, U+5c34, U+5c38, U+5c3d, U+5c42, U+5c44, U+5c47, U+5c49-5c4a, U+5c50, U+5c53, U+5c58-5c59, U+5c5b, U+5c5d, U+5c61, U+5c63, U+5c68, U+5c6d-5c6e, U+5c74, U+5c78-5c86, U+5c88, U+5c8a-5c8d, U+5c92-5c9c, U+5c9e, U+5ca0, U+5ca2-5ca3, U+5ca5-5ca7, U+5cab-5cad, U+5cb5, U+5cb7, U+5cba-5cbb, U+5cc1-5cc2, U+5cc8, U+5cca-5ccb, U+5cce, U+5cd1-5cd2, U+5cd5-5cd6, U+5cd8-5cda, U+5cdf-5ce1, U+5ce5-5ce6, U+5ce8-5cea, U+5ced;
	src: url("../fonts/noto-serif-hk-74-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-75-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+5a33-5a34, U+5a38, U+5a3c-5a3d, U+5a3f-5a45, U+5a47-5a48, U+5a4a, U+5a4c-5a4d, U+5a50-5a51, U+5a53-5a54, U+5a56-5a57, U+5a59, U+5a5d-5a5e, U+5a60-5a63, U+5a65, U+5a67-5a68, U+5a6a-5a6e, U+5a71, U+5a73-5a76, U+5a79-5a7c, U+5a7e, U+5a81-5a84, U+5a86, U+5a88, U+5a8c, U+5a90-5a91, U+5a93, U+5a96-5a97, U+5a99, U+5a9c, U+5a9e-5aa1, U+5aa4, U+5aa7, U+5aaa-5aac, U+5aae-5aaf, U+5ab1, U+5ab4-5ab5, U+5ab8, U+5aba-5abc, U+5abe-5abf, U+5ac3-5ac4, U+5ac6-5acb, U+5ace-5adc, U+5ae0-5ae1, U+5ae3-5ae6, U+5ae8, U+5aea-5aeb, U+5aee, U+5af0, U+5af2, U+5af5, U+5afa, U+5afe-5aff, U+5b01, U+5b05, U+5b08, U+5b0b, U+5b0d, U+5b11, U+5b15-5b17, U+5b19, U+5b1b, U+5b1d, U+5b1f, U+5b21-5b23, U+5b28, U+5b2a-5b2d, U+5b32, U+5b34, U+5b36-5b38, U+5b3e-5b41, U+5b43-5b46, U+5b4a-5b4c, U+5b4f, U+5b51, U+5b53, U+5b59, U+5b5b-5b5c, U+5b62, U+5b65, U+5b68, U+5b6c;
	src: url("../fonts/noto-serif-hk-75-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-76-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+58bc, U+58c2, U+58c5-58c6, U+58ca-58cc, U+58ce, U+58d0-58d1, U+58d5, U+58d9-58da, U+58dc, U+58df-58e0, U+58e9, U+58ec, U+58ee, U+58f1-58f3, U+58f6-58f7, U+58fb-58fc, U+5900, U+5902, U+5905-5906, U+5909-590c, U+590e, U+5910-5911, U+5914, U+5919, U+591b, U+591d, U+591f, U+5923-5924, U+592c, U+5932, U+5938-593a, U+5940, U+5942, U+5944, U+594b-594c, U+594e, U+5950, U+5953, U+5956, U+5958, U+595a, U+5961, U+5966, U+5968-5969, U+596c-596d, U+5975, U+5977, U+597b-597c, U+597e, U+5980-5981, U+5986-598a, U+598f, U+5994, U+5997-5998, U+599a, U+599f-59a3, U+59a6-59a7, U+59a9, U+59ab-59ac, U+59af-59b2, U+59b6-59b8, U+59ba, U+59be-59bf, U+59c1, U+59c3-59c4, U+59c7-59c9, U+59cd-59ce, U+59d2, U+59d6-59d9, U+59dd-59de, U+59e0, U+59e3-59e5, U+59e9-59eb, U+59ee-59f3, U+59f5-59f9, U+59fc-59fd, U+5a00, U+5a02, U+5a04-5a07, U+5a09, U+5a0b-5a0d, U+5a11-5a13, U+5a16-5a17, U+5a1a, U+5a1e, U+5a20-5a21, U+5a23-5a24, U+5a27, U+5a29-5a2f, U+5a32;
	src: url("../fonts/noto-serif-hk-76-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-77-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+575b-5760, U+5763, U+5767-5769, U+576b, U+576d, U+576f-5770, U+5772-5775, U+5777, U+577a-5780, U+5784, U+5788, U+578a, U+578c-578e, U+5790, U+5792-5793, U+5795, U+579a-579c, U+579f-57a1, U+57a4, U+57a6-57a7, U+57a9-57ab, U+57b3-57b5, U+57b8-57bb, U+57be, U+57c2, U+57c4-57c8, U+57cc, U+57cf, U+57d2, U+57dc-57de, U+57e1-57e2, U+57e5-57e7, U+57ed-57f0, U+57f3-57f6, U+57f8, U+57fb-57fe, U+5800-5801, U+5803-5804, U+5807, U+5809-580b, U+580d-580e, U+5810-5812, U+5814-5815, U+5818-5819, U+581d-581e, U+5820, U+5822-5823, U+5826, U+582c-582d, U+5830, U+583a, U+583f-5841, U+5844, U+5847-5848, U+584b, U+584d, U+584f, U+5852, U+5859-585a, U+585c, U+585f, U+5861, U+5864, U+5868-5869, U+586c-586d, U+5871-5873, U+5879, U+587c-5881, U+5887-5889, U+588e, U+5890-5892, U+5896-589a, U+589d, U+58a1, U+58a3, U+58a6-58a7, U+58a9-58aa, U+58ac, U+58b0-58b1, U+58b5-58b6, U+58bb;
	src: url("../fonts/noto-serif-hk-77-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-78-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+5611-5613, U+5615-5616, U+5618, U+561a, U+561c, U+561e, U+5620-5621, U+5623-5625, U+5627, U+562a, U+562c-562e, U+5630-5631, U+5635-563a, U+5640, U+5642-5643, U+5649, U+564c-5650, U+5652, U+5654, U+5658-565d, U+5661, U+5664-5666, U+5669, U+566b, U+566d, U+566f, U+5671-5672, U+5676, U+567a-567c, U+5680, U+5684-5686, U+5689-568c, U+568e-568f, U+5692-5693, U+5697-5699, U+569c, U+569e, U+56a1-56a7, U+56a9, U+56ab-56ad, U+56af, U+56b1, U+56b3, U+56b5-56b6, U+56b8-56b9, U+56bf-56c1, U+56c3, U+56c5, U+56c7-56c8, U+56cb-56cc, U+56d1-56d4, U+56d6-56d9, U+56dd, U+56df, U+56e1-56e5, U+56ea-56ec, U+56ee-56ef, U+56f1-56f4, U+56f7, U+56f9, U+56fb, U+56ff-5700, U+5703-5704, U+5706-5707, U+5709-570a, U+570c, U+570f, U+5711, U+5715, U+5717, U+571c-571d, U+5723-5724, U+5727, U+5729-572a, U+572c, U+572e-572f, U+5732, U+5734-5735, U+573b, U+573d, U+573f, U+5741, U+5743, U+5746, U+574b-574d, U+574f, U+5752, U+5754, U+575a;
	src: url("../fonts/noto-serif-hk-78-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-79-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+54bf, U+54c4, U+54ca, U+54cc, U+54cf-54d2, U+54d4, U+54d6-54d7, U+54da, U+54de-54df, U+54e2-54e4, U+54e7, U+54eb, U+54ef, U+54f3, U+54fd, U+54ff, U+5501-5502, U+5504-5506, U+550a, U+550c-550f, U+5511-5513, U+5516-5518, U+551a-551b, U+551e, U+5520, U+5523-5528, U+552a-552d, U+5530, U+5532-5533, U+5535-5536, U+553b-553c, U+553e-553f, U+5541-5542, U+5544-5545, U+5547, U+5549, U+554b, U+554d-554e, U+5550-5551, U+5553, U+5555-5557, U+555c-555d, U+5562-5563, U+5567, U+5569, U+556b-556c, U+5570, U+5573, U+5575-5579, U+557b-557c, U+557f, U+5581, U+5583, U+5586, U+5588, U+558b, U+558f-5591, U+5599, U+559f, U+55a1, U+55a3, U+55a5-55a6, U+55a8-55a9, U+55ab, U+55ad, U+55b0-55b1, U+55b3-55b4, U+55b6-55b7, U+55b9, U+55bc-55bd, U+55c1, U+55c4-55c5, U+55c7, U+55c9, U+55cc-55cd, U+55d0, U+55d2, U+55d4-55d9, U+55db, U+55dd-55df, U+55e1-55e6, U+55e9-55ea, U+55ec, U+55ee, U+55f1-55f3, U+55f5-55f7, U+55f9-55fb, U+55fd-55fe, U+5600-5602, U+5608, U+560c, U+560f;
	src: url("../fonts/noto-serif-hk-79-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-80-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+536e-536f, U+5372, U+5374, U+5379-537a, U+537c-537e, U+5382, U+5385, U+5389, U+538b-538c, U+538e, U+5392-5396, U+5399, U+53a0-53a2, U+53a4-53a6, U+53a8-53ab, U+53ae, U+53b0, U+53b3-53b4, U+53b6-53b7, U+53b9, U+53bf, U+53c1, U+53c4-53c5, U+53ce-53d0, U+53d2, U+53d5, U+53d9-53da, U+53df-53e1, U+53e7-53e9, U+53f1, U+53f5-53f6, U+53f9, U+53fb-53fe, U+5400-5402, U+5405-5407, U+540f, U+5412, U+5414-5417, U+541a, U+5420-5421, U+5423-5425, U+5428-5429, U+542c-542f, U+5431-5432, U+5434, U+5437, U+543d, U+543f, U+5441, U+5444-5445, U+5447, U+5449, U+544b-544d, U+5450-5455, U+5457, U+545b-545c, U+545f-5460, U+5463-5464, U+5469-5472, U+5474, U+5476, U+5478, U+547b, U+547e-547f, U+5482-5488, U+548a, U+548d-5491, U+5493-5494, U+5498-549e, U+54a1-54a5, U+54ab, U+54ad-54af, U+54b4-54b5, U+54b7, U+54b9, U+54bb-54bc, U+54be;
	src: url("../fonts/noto-serif-hk-80-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-81-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+51d0-51d4, U+51d6, U+51d9, U+51db-51dc, U+51df, U+51e2, U+51e4, U+51e6, U+51e9-51ea, U+51ed, U+51ef, U+51f4-51f5, U+51fc, U+51fe-51ff, U+5201-5202, U+5204-5205, U+5208, U+520b, U+520d-520e, U+5213, U+5215-5216, U+5218, U+521a, U+521f-5220, U+5223, U+5226-5228, U+5232-5234, U+5239, U+523c, U+5241-5242, U+5244, U+5249, U+524c, U+524f, U+5251-5252, U+5255, U+5257, U+5259, U+525c, U+525e, U+5260-5261, U+5263-5265, U+5268, U+526e, U+5270, U+5273-5274, U+5277, U+5279, U+527d, U+527f, U+5281-5282, U+5284, U+528a, U+528c, U+528f-5290, U+5292-5294, U+529a, U+529d, U+52a4, U+52a6, U+52ac-52ad, U+52b1-52b5, U+52b9, U+52bb-52bc, U+52be-52c0, U+52c5, U+52cb-52cd, U+52d0-52d1, U+52d6-52d7, U+52db, U+52e0-52e1, U+52e3, U+52e6-52e7, U+52eb, U+52ed-52ee, U+52f0-52f2, U+52f7, U+52f9-52fa, U+5300-5302, U+530a-530b, U+530d, U+530f-5310, U+5315, U+531a, U+531c-531d, U+5324, U+5327, U+532c-532e, U+5331-5333, U+5338, U+533b-533e, U+5342, U+5344-5345, U+534b-534d, U+534f-5350, U+5358, U+535d-535f, U+5362-5364, U+5367, U+5369, U+536b-536d;
	src: url("../fonts/noto-serif-hk-81-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-82-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+505d-5060, U+5063, U+5066, U+506a, U+506c, U+506f-5072, U+5078, U+507a-507b, U+507f-5081, U+5088-5089, U+508b-508c, U+508e, U+5090, U+5092, U+5095-5096, U+509a-509d, U+50a3, U+50a5-50a6, U+50a8, U+50af, U+50b1, U+50b4, U+50ba, U+50bc, U+50c2, U+50c6-50ca, U+50cd-50ce, U+50d0, U+50d6, U+50d9, U+50dd-50df, U+50e1, U+50e3, U+50e5-50e6, U+50e8-50ea, U+50ec-50f0, U+50f3-50f4, U+50fb-50fc, U+50fe, U+5101-5102, U+5105-5109, U+510b-510e, U+5110, U+5113-5115, U+5117, U+511a-511c, U+511e, U+5120-5121, U+5125, U+512b, U+5131, U+5134-5135, U+5138-513c, U+5140, U+514e, U+5150-5151, U+5155-5157, U+515a, U+515f-5160, U+5162, U+516a, U+516e, U+5172, U+5174, U+5179, U+517b, U+517d, U+5182, U+5186, U+5188-5189, U+518b, U+518f, U+5191, U+5193, U+5195-5197, U+519a-519c, U+519e, U+51a2, U+51a6-51a9, U+51ab, U+51ad-51af, U+51b1-51b6, U+51b8, U+51ba-51c0, U+51c3-51c5, U+51c7, U+51c9-51cb, U+51ce-51cf;
	src: url("../fonts/noto-serif-hk-82-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-83-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+4f22, U+4f24, U+4f28-4f2b, U+4f2d, U+4f31-4f32, U+4f35, U+4f37, U+4f39, U+4f3b, U+4f3e, U+4f41-4f43, U+4f45, U+4f47, U+4f49, U+4f4b-4f4c, U+4f52, U+4f57-4f58, U+4f5a, U+4f5d-4f5f, U+4f61, U+4f63-4f64, U+4f67, U+4f6a, U+4f6e-4f6f, U+4f72, U+4f74, U+4f76-4f7b, U+4f7d-4f7e, U+4f80-4f82, U+4f84, U+4f89-4f8a, U+4f8e-4f94, U+4f96-4f98, U+4f9a, U+4f9e, U+4fa0-4fa3, U+4fa5-4fa8, U+4faa-4fac, U+4fb0, U+4fb2-4fb4, U+4fb7-4fba, U+4fbd, U+4fc0-4fc1, U+4fc5-4fc8, U+4fcb-4fce, U+4fd1, U+4fd3-4fd4, U+4fd8-4fdc, U+4fdf, U+4fe2-4fe5, U+4fe8-4fea, U+4fec-4fed, U+4ff0, U+4ff2-4ff6, U+4ff8-4ffa, U+4ffd, U+5000, U+5002-5003, U+5005, U+5008, U+500c, U+500f, U+5013-5015, U+501b-501c, U+501e, U+5022-5025, U+5027-5028, U+502c-502e, U+5030-5032, U+5034, U+5036, U+503a-503b, U+503e, U+5040-5041, U+5043, U+5045-5046, U+5048, U+504a-504e, U+5051-5053, U+5056, U+5058;
	src: url("../fonts/noto-serif-hk-83-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-84-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+4ad1, U+4ae4, U+4aff, U+4b10, U+4b19, U+4b20, U+4b2c, U+4b37, U+4b6f-4b70, U+4b72, U+4b7b, U+4b7e, U+4b8e, U+4b90, U+4b93, U+4b96-4b97, U+4b9d, U+4bbd-4bbe, U+4bc0, U+4c04, U+4c07, U+4c0e, U+4c32, U+4c3b, U+4c3e, U+4c40, U+4c47, U+4c57, U+4c5b, U+4c6d, U+4c77, U+4c7b, U+4c7d, U+4c81, U+4c85, U+4ca4, U+4cae, U+4cb0, U+4cb7, U+4ccd, U+4ce1-4ce2, U+4ced, U+4d07, U+4d09, U+4d10, U+4d34, U+4d76-4d77, U+4d89, U+4d91, U+4d9c, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e10, U+4e15, U+4e17, U+4e1b, U+4e21-4e22, U+4e25, U+4e27, U+4e2c, U+4e2f, U+4e31, U+4e34, U+4e36-4e37, U+4e3d, U+4e3f-4e42, U+4e44, U+4e47, U+4e49, U+4e4c, U+4e52-4e54, U+4e57, U+4e5a-4e5b, U+4e60-4e61, U+4e69-4e6a, U+4e6d, U+4e78, U+4e80-4e81, U+4e85, U+4e87, U+4e89-4e8a, U+4e8d, U+4e8f, U+4e93, U+4e96, U+4e98-4e99, U+4e9c, U+4e9f-4ea0, U+4ea2-4ea3, U+4ea5, U+4ea9, U+4eb0, U+4eb2-4eb3, U+4eb5-4eb7, U+4eb9, U+4ebb-4ebc, U+4ebf, U+4ec2-4ec6, U+4ec8-4ec9, U+4ecf, U+4ed1, U+4ed3, U+4edc-4ee1, U+4ee7-4eeb, U+4eee-4eef, U+4ef1, U+4ef3-4ef5, U+4ef8, U+4efa, U+4efc, U+4f00, U+4f02-4f03, U+4f05, U+4f07-4f09, U+4f0b, U+4f0e, U+4f15, U+4f17, U+4f1d-4f1f;
	src: url("../fonts/noto-serif-hk-84-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-85-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+41db, U+41ed, U+41ef, U+41f9, U+4211, U+4223, U+4240, U+4260, U+426a, U+4276, U+427a, U+428c, U+4294, U+42a2, U+42b5, U+42b9, U+42bc, U+42f4, U+42fb-42fc, U+430a, U+432b, U+436e, U+4397, U+439a, U+43ba, U+43c1, U+43c8, U+43d9, U+43df, U+43ed, U+43f0, U+43f2, U+4401-4402, U+4413, U+4425, U+442d, U+447a, U+448f, U+4491, U+449f-44a0, U+44a2, U+44b0, U+44b7, U+44bd, U+44c0, U+44c3, U+44c5, U+44ce, U+44dd-44df, U+44e1, U+44e4, U+44e9-44ec, U+44f4, U+4503-4504, U+4509, U+450b, U+4516, U+451b, U+451d, U+4527, U+452e, U+4533, U+4536, U+453b, U+453d, U+453f, U+4543, U+4551-4552, U+4555, U+4558, U+455c, U+4561-4562, U+456a, U+456d, U+4576-4578, U+4585, U+45a6, U+45b3, U+45da, U+45e9-45ea, U+4603, U+4606, U+460f, U+4615, U+4617, U+465b, U+467a, U+4680, U+46a1, U+46ae, U+46bb, U+46cf-46d0, U+46e5, U+46f5, U+46f7, U+4713, U+4718, U+4736, U+4744, U+474e-474f, U+477c, U+4798, U+47a6, U+47d5, U+47ed, U+47f4, U+4800, U+480b, U+4837, U+485d, U+4871, U+489b, U+48ad-48ae, U+48d0, U+48dd, U+48ed, U+48f3, U+48fa, U+4906, U+4911, U+491e, U+4925, U+492a, U+492d, U+492f-4930, U+4935, U+493c-493e, U+4945, U+4951, U+4953, U+4965, U+496a, U+4972, U+4989, U+49a1, U+49a7, U+49df, U+49e5, U+49e7, U+4a0f, U+4a1d, U+4a24, U+4a35, U+4a3b, U+4a96, U+4aa4, U+4ab4, U+4ab8;
	src: url("../fonts/noto-serif-hk-85-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-86-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+3b95-3b96, U+3b99, U+3ba1, U+3bbc, U+3bbe, U+3bc2, U+3bc4, U+3bd7, U+3bdd, U+3bec, U+3bf2-3bf4, U+3bff, U+3c0d, U+3c11, U+3c15, U+3c18, U+3c54, U+3c8b, U+3ca5, U+3ccb, U+3ccd, U+3cd1, U+3cd6, U+3cdc, U+3ceb, U+3cef, U+3d12-3d13, U+3d1d, U+3d32, U+3d3b, U+3d46, U+3d4c, U+3d4e, U+3d51, U+3d5f, U+3d62, U+3d68-3d6a, U+3d6f, U+3d75, U+3d7d, U+3d85, U+3d88, U+3d8a, U+3d8f, U+3d91, U+3da5, U+3dad, U+3db4, U+3dbf, U+3dc6-3dc7, U+3dc9, U+3dcc-3dcd, U+3dd3, U+3ddb, U+3de7-3de8, U+3deb, U+3df3-3df4, U+3df7, U+3dfc-3dfd, U+3e03, U+3e06, U+3e40, U+3e43, U+3e48, U+3e55, U+3e74, U+3ea8-3eaa, U+3ead, U+3eb1, U+3eb8, U+3ebf, U+3ec2, U+3ec7, U+3eca, U+3ecc, U+3ed0-3ed1, U+3ed6-3ed7, U+3eda-3edb, U+3ede, U+3ee1-3ee2, U+3ee7, U+3ee9, U+3eeb-3eec, U+3ef0, U+3ef3-3ef4, U+3efa, U+3efc, U+3eff-3f00, U+3f04, U+3f06-3f08, U+3f0e, U+3f21, U+3f53, U+3f58-3f59, U+3f63, U+3f7c, U+3f93, U+3f97, U+3fc0, U+3fc8, U+3fd7, U+3fdc, U+3fe5, U+3fed, U+3ff9-3ffa, U+4004, U+4009, U+401d, U+4039, U+4045, U+4053, U+4057, U+4062, U+4065, U+406a, U+406f, U+4071, U+40a8, U+40b4, U+40bb, U+40bf, U+40c8, U+40d8, U+40df, U+40f8, U+40fa, U+4102-4104, U+4109, U+410e, U+411b, U+4131-4132, U+4167, U+416c, U+416e, U+417c, U+417f, U+4181, U+4190, U+41b2, U+41c4, U+41ca, U+41cf;
	src: url("../fonts/noto-serif-hk-86-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-87-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+3572, U+3577-3578, U+3584, U+3597-3598, U+35a1, U+35a5, U+35ad, U+35bf, U+35c1, U+35c5, U+35c7, U+35ca, U+35ce, U+35d2, U+35d6, U+35db, U+35dd, U+35f1-35f3, U+35fb, U+35fe, U+3609, U+3618, U+361a, U+3623, U+3625, U+362d, U+3635, U+3639, U+363e, U+3647-3649, U+364e, U+365f, U+3661, U+367a, U+3681, U+369a, U+36a5, U+36aa, U+36ac, U+36b0-36b1, U+36b5, U+36b9, U+36bc, U+36c1, U+36c3-36c5, U+36c7-36c8, U+36d3-36d4, U+36d6, U+36dd, U+36e1-36e2, U+36e5-36e6, U+36f5, U+3701, U+3703, U+3708, U+370a, U+370d, U+371c, U+3722-3723, U+3725, U+372c-372d, U+3730, U+3732-3733, U+373a, U+3740, U+3743, U+3762, U+376f, U+3797, U+37a0, U+37b9, U+37be, U+37d6, U+37f2, U+37f8, U+37fb, U+380f, U+3819, U+3820, U+382d, U+3836, U+3838, U+3863, U+3875, U+38a0, U+38c3, U+38cc, U+38d1, U+38d4, U+38ec, U+38fa, U+3908, U+3914, U+3927, U+3932, U+393f, U+394d, U+3963, U+3978, U+3980, U+3989-398a, U+3992, U+3999, U+399b, U+39a1, U+39a4, U+39b8, U+39dc, U+39e2, U+39e5, U+39ec, U+39f8, U+39fb, U+39fe, U+3a01-3a03, U+3a06, U+3a17-3a18, U+3a29-3a2a, U+3a34, U+3a4b, U+3a52, U+3a57, U+3a5c, U+3a5e, U+3a66-3a67, U+3a97, U+3aab, U+3abd, U+3ade, U+3ae0, U+3af0, U+3af2, U+3af5, U+3afb, U+3b0e, U+3b19, U+3b22, U+3b2b, U+3b39, U+3b42, U+3b58, U+3b60, U+3b71-3b72, U+3b7b-3b7c, U+3b80;
	src: url("../fonts/noto-serif-hk-87-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-88-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+2f3f, U+2f42, U+2f45, U+2f63-2f64, U+2f83, U+2f8f, U+3003-3007, U+3012-3013, U+3016-3019, U+3020-3025, U+3030, U+303d, U+3041, U+3043, U+3045, U+3047, U+3049, U+3052, U+305c, U+3062, U+306d, U+307a, U+307c, U+3080, U+308e, U+3090-3091, U+3099-309e, U+30a5, U+30c2, U+30c5, U+30ee, U+30f0-30f2, U+30f4-30f6, U+30fd-30fe, U+3105-3106, U+3108, U+310a-310b, U+310d-3112, U+3115-3117, U+3119, U+3131, U+3134, U+3137, U+3139, U+3141-3142, U+3145, U+3147-3148, U+314b, U+314d-314f, U+3153, U+315c, U+3160-3161, U+3163-3164, U+3181, U+318d, U+3192-3193, U+3196-3198, U+319d-319f, U+3220-3226, U+3231, U+3268, U+3281, U+328b, U+3291-3292, U+3295-3297, U+3299, U+329d, U+329f, U+32a3-32a4, U+32d6, U+32e1, U+3314, U+3322, U+337f, U+338e-338f, U+339c-339e, U+33a1, U+33c4, U+33d1-33d2, U+3435, U+3440, U+3449-344a, U+344c, U+3464, U+3473, U+3479-347a, U+347d-347e, U+3493, U+3496, U+34a5, U+34af, U+34bc, U+34c1, U+34c8, U+34df, U+34e4, U+34e6, U+34fb, U+3506, U+353e, U+3551, U+3553, U+3559, U+3561, U+3569, U+356d, U+3570;
	src: url("../fonts/noto-serif-hk-88-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-89-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+26fd, U+2701-2702, U+2704-2706, U+2708, U+270a-2712, U+2714, U+2716-2727, U+2729-273e, U+2740-274f, U+2752-275b, U+275d-275e, U+2761, U+2763, U+2765-2769, U+276e-276f, U+2771, U+2776-277e, U+2780-2782, U+278a-278c, U+2794-2796, U+2798-2799, U+279c-27a6, U+27a8-27ab, U+27ad, U+27af-27b0, U+27b2-27b3, U+27b7-27b9, U+27bc-27bd, U+27bf, U+27e9-27eb, U+27f5-27f6, U+2800, U+28ec, U+2922, U+2934-2935, U+29bf, U+2a2f, U+2b05-2b07, U+2b1b, U+2b50, U+2b55, U+2cf5, U+2e1c-2e1d, U+2f00, U+2f08, U+2f12, U+2f24, U+2f29, U+2f2f, U+2f3c;
	src: url("../fonts/noto-serif-hk-89-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-90-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+25a1, U+25a3-25a4, U+25a6-25ac, U+25b0, U+25b4, U+25b7-25b9, U+25bb, U+25bd, U+25bf-25c2, U+25c7-25ca, U+25cc-25cd, U+25d0-25d9, U+25dc-25e6, U+25ea-25eb, U+25ef, U+25fb-25fe, U+2600-2604, U+2607, U+2609-260b, U+260d-2615, U+2618, U+261a-2623, U+262a, U+262d-2630, U+2638-263e, U+2641-2642, U+2648-2656, U+2658-265c, U+265e-2660, U+2662-2664, U+2666-2669, U+266b-266f, U+267b, U+2692-2696, U+2698, U+269b-269c, U+26a0-26a1, U+26a3-26a5, U+26aa-26ac, U+26bd-26be, U+26c4-26c5, U+26c8, U+26d1, U+26d3-26d4, U+26e4, U+26e9-26ea, U+26f0-26f5, U+26f9-26fa;
	src: url("../fonts/noto-serif-hk-90-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-91-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+2477-2481, U+2488-2491, U+24b6-24c5, U+24c7-24ca, U+24cc, U+24ce, U+24d0-24df, U+24e1-24ea, U+24f5, U+24ff, U+2501, U+2503-250d, U+250f-2511, U+2513-2515, U+2517-2518, U+251b-251d, U+2520, U+2523-2524, U+2528, U+252b-252c, U+252f, U+2533-2534, U+2537, U+253b-253c, U+2541, U+2543-2545, U+254b, U+2550-2570, U+2572, U+2574, U+2579, U+2580-258a, U+258c-2595, U+2597;
	src: url("../fonts/noto-serif-hk-91-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-92-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+208d-208e, U+20a1, U+20a4, U+20a6, U+20a8-20ab, U+20ad-20ae, U+20b1-20b3, U+20b5, U+20b8-20ba, U+20bd, U+20dd, U+20e3, U+2105, U+2109, U+2112-2113, U+2115-2117, U+2120-2121, U+2126, U+212b, U+2139, U+2153, U+2194-2197, U+2199, U+219d-219e, U+21a0, U+21a9-21aa, U+21ac, U+21af-21b1, U+21b3-21b5, U+21ba-21bb, U+21c4, U+21ca, U+21cc, U+21d0, U+21d2-21d4, U+21d8, U+21dd, U+21e2-21e9, U+2200, U+2202, U+2205-2208, U+220e-220f, U+2211-2212, U+2215, U+2217-221a, U+221d-2220, U+2225, U+2227-222b, U+222e, U+2234-2237, U+223c-223d, U+2248, U+2256, U+2260-2261, U+2264-2265, U+226a-226b, U+226e-226f, U+2282-2283, U+2295-2296, U+2299, U+22a5, U+22b0-22b1, U+22b9, U+22bf, U+22c5-22c6, U+22c8, U+22d0-22d1, U+22ee, U+2312-2313, U+2318, U+231a-231b, U+2323, U+2328, U+239d, U+23a0, U+23af, U+23e4, U+23e9-23ea, U+23ec, U+23f0-23f3, U+23fa, U+2445, U+2460-2471, U+2474-2476;
	src: url("../fonts/noto-serif-hk-92-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-93-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+1d0a-1d0b, U+1d0d, U+1d0f, U+1d17-1d18, U+1d1b-1d1c, U+1d20-1d22, U+1d25, U+1d2c, U+1d2e, U+1d30-1d31, U+1d33-1d3a, U+1d3c, U+1d3e-1d42, U+1d52, U+1d55, U+1d5b, U+1d5e, U+1d9c, U+1da0, U+1dc4-1dc5, U+1e3b, U+1e43, U+1e45, U+1e47, U+1e63, U+1e6d, U+1e73, U+1ea0, U+1ea2, U+1ea4-1ea9, U+1eab-1eaf, U+1eb1, U+1eb3, U+1eb5, U+1eb7, U+1eb9, U+1ebb, U+1ebd-1ebe, U+1ec0-1ec3, U+1ec5-1ec6, U+1ec9, U+1ecb-1ecd, U+1ecf-1ed1, U+1ed3-1ed5, U+1ed7-1edd, U+1edf, U+1ee1, U+1ee3-1ee7, U+1ee9, U+1eeb, U+1eed, U+1eef-1ef1, U+1ef3, U+1ef7, U+1ef9, U+1f62, U+1fa2, U+2001-2006, U+2009-200a, U+200c-200d, U+200f-2012, U+2015-2016, U+201a, U+201e, U+2020-2021, U+2023-2025, U+2028, U+202a-202d, U+202f-2030, U+2032-2033, U+2035, U+2038, U+203e-203f, U+2042-2044, U+2049, U+204d-204e, U+2060-2061, U+2063, U+2070, U+2074-207b, U+207d-2083, U+208a;
	src: url("../fonts/noto-serif-hk-93-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-94-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+f40-f42, U+f44, U+f46, U+f4f-f51, U+f53-f56, U+f58, U+f5a, U+f5e, U+f60-f63, U+f66-f67, U+f71-f72, U+f74, U+f7a, U+f7c, U+f90, U+f92, U+f9f, U+fb1-fb2, U+fea, U+1000-1001, U+1004-1006, U+1010, U+1014-1015, U+1017-101c, U+101e, U+1021, U+102c-102d, U+102f, U+1031, U+1037-103d, U+10d0, U+10d2-10d5, U+10d7-10d8, U+10da-10dd, U+10e0-10e1, U+10e3, U+10e5-10e6, U+1100, U+1102-1103, U+1105-1109, U+110b-110c, U+1110-1111, U+1161-1163, U+1165-1167, U+116a, U+116e, U+1173-1175, U+11a8, U+11ab, U+11af, U+11b7, U+11bc, U+121b, U+122d, U+129b, U+12a0, U+13a6, U+13a9, U+13ac, U+13af, U+13b3, U+13c2, U+13e3, U+141b, U+1555, U+1557, U+15dc, U+15e8, U+1780-1782, U+1784-1785, U+1787, U+178a, U+178e-1791, U+1793-179c, U+179f, U+17a2, U+17b6-17b9, U+17bb-17bc, U+17bf-17c7, U+17c9, U+17cb, U+17d0, U+17d2, U+17db, U+1871, U+18fa, U+1bff, U+1d00, U+1d04-1d05, U+1d07;
	src: url("../fonts/noto-serif-hk-94-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-98-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+1fb-1ff, U+219, U+221, U+225-226, U+228-22b, U+22e-22f, U+231-235, U+239, U+23b, U+23e, U+250-252, U+254-255, U+259-25e, U+261-263, U+268-26b, U+26d, U+26f-277, U+279-27a, U+27d-281, U+283, U+28a-28c, U+28f, U+292, U+294-296, U+298-29a, U+29c, U+29f, U+2a1-2a2, U+2a4-2a7, U+2a9-2aa, U+2ae-2b3, U+2b5-2b7, U+2b9-2bf, U+2c2-2c4, U+2c6-2c9, U+2cc-2cd, U+2d0, U+2d8, U+2da, U+2dc, U+2e1-2e3, U+2e7, U+2eb, U+2ee, U+2f1-2ff, U+302-304, U+306-309, U+30c-30d, U+311, U+31b, U+321, U+323-325, U+328-329, U+32b-32c, U+32e-32f, U+331-33a, U+33c-33f, U+348, U+353, U+358-359;
	src: url("../fonts/noto-serif-hk-98-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-99-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+a1-a2, U+a4, U+a6-a8, U+aa, U+ac, U+af, U+b1, U+b5-b6, U+b8-ba, U+bc-be, U+c0-c8, U+ca-cc, U+ce-d5, U+d8-df, U+f0, U+f5, U+f8, U+fb, U+fe-100, U+102, U+105, U+107, U+109-10b, U+10f, U+112, U+115, U+117, U+119, U+11b, U+11f, U+121, U+123-124, U+127, U+129, U+12c-12d, U+130-13f, U+141-142, U+144, U+148, U+14b-14c, U+14f-153, U+159-15b, U+15e-160, U+163-166, U+169-16a, U+16d-171, U+173-17e, U+192, U+1a0, U+1a4, U+1aa, U+1ac-1ad, U+1af, U+1b1, U+1b4-1be, U+1d0, U+1d2, U+1d4, U+1da, U+1dc-1dd, U+1e1, U+1e3-1e4, U+1e7, U+1e9, U+1eb-1ec, U+1f0-1f1, U+1f3-1f5, U+1f7, U+1f9-1fa;
	src: url("../fonts/noto-serif-hk-99-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-100-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+a3, U+2ca, U+6cc, U+200e, U+2223, U+2640, U+273f, U+301c-301d, U+3107, U+310c, U+4e30, U+4e3e, U+4e5e, U+4e71, U+4f26, U+4f7c, U+4f83, U+50da, U+5243, U+5267, U+529e, U+5321, U+5352, U+5477, U+548b, U+54a6, U+54b2, U+54c2, U+54c6, U+54cd, U+54ee, U+5543, U+55d1, U+55d3, U+55f0, U+560d, U+5629, U+5660, U+57ae, U+57e0, U+57e4, U+5904, U+592d, U+5965, U+5a31, U+5a7f, U+5b5a, U+5bb8, U+5c14, U+5c3b, U+5c5c, U+5c5e, U+5d10, U+5e10, U+603b, U+604d, U+611c, U+6137, U+61c8, U+6292, U+62c7, U+6371, U+6382, U+645f, U+64ae, U+64c2, U+651e, U+65f1, U+660a, U+663e, U+673d, U+6784, U+6789, U+67ff, U+6813, U+6854, U+68d8, U+697d, U+6a01, U+6a1e, U+6baf, U+6c08, U+6c17, U+6c2b, U+6c81, U+6cbd, U+6dc6, U+6df9, U+6ed9, U+6ee1, U+6f86, U+6fc1, U+6fdb, U+701f, U+7076, U+715c, U+7194, U+71fb, U+720d, U+72b6, U+7396, U+739f, U+73af, U+745b, U+746f, U+748b, U+7647, U+7699, U+76bf, U+76ce, U+76de, U+77aa, U+786b, U+7881, U+78ca, U+793c, U+797a, U+79b9, U+79bb, U+79bf, U+7a92, U+7ac7, U+7ae3, U+7b19, U+7b20, U+7b51, U+7b94, U+7cbd, U+7cde, U+7cef, U+7dde, U+7f88, U+80da, U+814b, U+8235, U+8258, U+8282, U+82b9, U+8401, U+846b, U+84c1, U+8518, U+8611, U+8778, U+8783, U+8814, U+8a15, U+8aa6, U+8b2c, U+8ba8-8ba9, U+8bc6, U+8be2, U+8c22, U+8d05, U+8dbe, U+8e34, U+8e66, U+8ec0, U+8f91, U+9005, U+9082, U+9091, U+914b, U+916f, U+92c5, U+92f0, U+9318, U+9382, U+938a, U+93e2, U+964b, U+968f, U+96c1, U+96cc-96cd, U+96db, U+97a0, U+9803, U+9876, U+9879, U+9886, U+9955, U+9986, U+99f1, U+9a5b, U+9abc, U+9b77, U+9c57, U+9c9c, U+9d1b, U+9d26, U+9d51, U+9eef, U+9f99, U+c2a4, U+e253, U+e313-e314, U+e5c7, U+e5c9, U+e8db-e8dc, U+ff25, U+ff2d-ff2e, U+ff34, U+ffe5, U+1f60a, U+1f618, U+1f62d;
	src: url("../fonts/noto-serif-hk-100-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-101-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+b4, U+10d, U+2d9, U+641, U+e20, U+e29, U+20ac, U+2266, U+25be, U+301e, U+3058, U+4e07, U+4e1d, U+4e66, U+4ece, U+4f88, U+4fde, U+5016, U+5180, U+5199, U+51aa, U+5306, U+5386, U+53d8, U+5413, U+541d, U+5436, U+54ce, U+54e8, U+54fc, U+5571, U+557e, U+558e, U+55a7, U+56a8, U+57a2-57a3, U+58b3, U+5960, U+5992-5993, U+59a4, U+5a55, U+5ab2, U+5afb, U+5b56, U+5bc5, U+5bc7, U+5bf0, U+5cb1, U+5cc7, U+5d84, U+5dff, U+5e93, U+5ed3, U+5f6a, U+60bc, U+61c7, U+61ff, U+6218, U+6254, U+634d, U+6467, U+64f1-64f2, U+6582, U+65fb, U+6615, U+6687, U+66ae, U+66e0, U+66e6, U+66f0, U+6781, U+67f5, U+6837, U+68a7, U+6a1f, U+6b27, U+6b4e, U+6b73, U+6b79, U+6bcb, U+6c5d, U+6cf5, U+6dee, U+6ec4, U+6ecc, U+6f88, U+6fef, U+701d, U+703e, U+707c, U+7099, U+710a, U+725f, U+72d9, U+72e9, U+731d, U+7325, U+7463, U+7480, U+74a8, U+7523, U+7526, U+75e0, U+7613, U+7656, U+76d4, U+773a, U+775c, U+775e, U+780c, U+78e1, U+78f7, U+7960, U+7a20, U+7aaf, U+7b08, U+7b71, U+7be4, U+7cec, U+7cf0, U+7d5e, U+7d62, U+7dbe, U+7e1b, U+7ea2, U+7ec4, U+7ec6, U+7edc, U+7eed, U+7efc, U+7f16, U+7f57, U+7fb9, U+7fca, U+803d, U+816e, U+82a5, U+82b7, U+8317, U+8338, U+834a, U+83d3, U+8469, U+849e, U+854a, U+8559, U+865e, U+86e4, U+8700, U+8759, U+8760, U+8782, U+879e, U+87d1, U+880d, U+8836, U+8944, U+89c8, U+8aac, U+8b74, U+8ba2, U+8ba4, U+8bae, U+8bfb, U+8c4e, U+8cb3, U+8cb6, U+8d16, U+8d28, U+8e44, U+8f3b, U+8f3f, U+8fb9, U+8fc4, U+8fde, U+8ff9, U+9076, U+90ae, U+90b8, U+9257, U+9310, U+93df, U+94fe, U+95a5, U+95a9, U+962e, U+9690, U+9704, U+9713, U+97f6, U+9824, U+986b, U+9884, U+98e2, U+991a, U+99a5, U+99dd, U+9ab8, U+9b41, U+9bad, U+9dd7, U+c774, U+e5d4, U+fe52, U+fe5d, U+ff02, U+1f389, U+1f449, U+1f495;
	src: url("../fonts/noto-serif-hk-101-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-102-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+2cb, U+5d1, U+5d9, U+5e2, U+5e8, U+5ea, U+633, U+e32, U+2252, U+2267, U+2573, U+25b3, U+25c4, U+2713, U+2715, U+30e2, U+4e28, U+4e3c, U+4e4d, U+4e70, U+4f18, U+4fef, U+5018, U+501a, U+5026, U+5137, U+513f, U+51a5, U+51f3, U+524b, U+5254, U+52d8, U+5308, U+5384, U+53cc, U+5443, U+5466, U+54a7-54a8, U+54bd, U+54c9, U+54cb, U+555e, U+556a, U+5580, U+560e, U+5614, U+561f, U+562f, U+566c, U+5679, U+56bc, U+56cd, U+56e7, U+56ed, U+572d, U+5742, U+57d7, U+582f, U+589f, U+5b09, U+5ba5, U+5c51, U+5c90, U+5cef, U+5d16, U+5dd4, U+5e08, U+5e26, U+5f0a, U+5f20, U+606c, U+620f, U+625b, U+62a4, U+62ce, U+62d0, U+62f1, U+63a0, U+63c6, U+63f9, U+6413, U+6417, U+6483, U+64f7, U+650f, U+65a7, U+665f, U+66d6, U+6746, U+6756, U+67d1, U+68d7, U+68e0, U+68f5, U+6977, U+6995, U+69a8, U+69b4, U+69d3, U+6a3d, U+6abb, U+6bb7, U+6bd3, U+6c47, U+6cc4, U+6cd3, U+6dae, U+6e26, U+6e29, U+6e5b, U+6eaf, U+6eba, U+7028, U+70b3, U+711a, U+733f, U+73c0, U+73ee, U+7444, U+745a, U+7487, U+7540, U+75a4, U+7729, U+779e, U+798e, U+79bd, U+79cd, U+79e9, U+7a3d, U+7a4c, U+7a9f, U+7ac4, U+7aff, U+7b77, U+7c27, U+7ca7, U+7cd9, U+7d76, U+7e43, U+7e55, U+7ea6, U+7ed9, U+7ff1, U+808b, U+809b, U+80fa, U+81a8, U+827a, U+8309, U+8328, U+832b, U+8396, U+83e0, U+840e, U+8425, U+852d, U+853b, U+8588, U+85e9, U+86b5, U+8718, U+87ec, U+8910, U+893b, U+89c1-89c2, U+8b3e, U+8baf, U+8bc1, U+8bcd, U+8bdd, U+8c41, U+8c48, U+8d2d, U+8d5e, U+8fbe, U+9015, U+90a8, U+90b5, U+90e1, U+9169, U+9183, U+91d0, U+91dc, U+9293, U+92f8, U+9472, U+9598, U+95ed, U+95fb, U+9605, U+96c7, U+9739, U+9742, U+9761, U+99ad, U+9ae6, U+9b1a, U+9b44, U+9bc9, U+9d3f, U+9e7c, U+9e92, U+fe5e, U+ff22-ff24, U+ff2f-ff30, U+ff33;
	src: url("../fonts/noto-serif-hk-102-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-103-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+60, U+f7, U+161, U+2198, U+2571, U+258b, U+25b6, U+2661, U+3051, U+3109, U+4e11, U+4e1c, U+4e24, U+4e2b, U+4ef7, U+4f36, U+4fd0, U+5029-502a, U+5055, U+508d, U+50ad, U+50d5, U+50e7, U+50f1, U+50f5, U+51c8, U+51fb, U+5203, U+524e, U+5288, U+5323, U+53c2, U+5458, U+54b1, U+54b3, U+54b8, U+5582, U+55b2, U+55ba, U+55da, U+55dc, U+5662, U+5678, U+56ae, U+56c2, U+57d5, U+5862, U+58e4, U+58f0, U+5907, U+590d, U+5934, U+5978, U+5984, U+5a25, U+5be1, U+5c06, U+5c62, U+5c91, U+5cfb, U+5d01, U+5d11, U+5d1b, U+5e87, U+5eb8, U+5eff, U+5f27, U+5f3a, U+5f53, U+5f64, U+6001, U+6168, U+61a9, U+6233, U+62a5, U+62ed, U+638f, U+6399, U+63c0, U+646f, U+6590, U+6631, U+664f, U+6689, U+66dc, U+672f, U+67af, U+67ec, U+6807, U+6a44, U+6c14, U+6c40, U+6c70, U+6c76, U+6cb8, U+6ce3, U+6df3, U+6e20, U+6e43, U+6ebc, U+6eec, U+6f2c, U+6fb1, U+7009, U+7011, U+701a, U+7117, U+7184, U+71ed, U+72f9, U+7426, U+74bd, U+74cf, U+752b, U+7554, U+75b9, U+7621, U+7671-7672, U+7693, U+76ef, U+7737, U+77a7, U+77b3, U+77bb, U+77da, U+77e2, U+77e9, U+77ef, U+7801, U+7940, U+797f, U+79a7, U+79b1, U+7a6b, U+7ac5, U+7b1b, U+7dab, U+7db4, U+7db8, U+7dcb, U+7ddd, U+7de0, U+7e9c, U+7ed3, U+7ef4, U+803f, U+8046, U+8087, U+8116, U+8214, U+821c, U+82d4, U+8305, U+831c, U+8335, U+8339, U+8350, U+8354, U+8526, U+860a, U+86db, U+8713, U+873b, U+8822, U+88c5, U+8993, U+8a1f, U+8ab9, U+8ad7, U+8e72, U+8f44, U+8f4e, U+8f9c, U+8fd0, U+8fd8, U+8fe6, U+9042, U+907c, U+91ba, U+9452, U+9591, U+95e2, U+9631, U+9699, U+96b8, U+9709, U+978d, U+9811, U+9830, U+98ce, U+9945, U+99ed, U+9a8c, U+9ad3, U+9baa, U+9be8, U+9c77, U+9cf6, U+9d72, U+9e1f, U+9ec4, U+fe31, U+fe55, U+ff03, U+ff20, U+ff3b, U+ff3d, U+1f3fb, U+1f44d, U+1f60d;
	src: url("../fonts/noto-serif-hk-103-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-104-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+10c, U+e17, U+e44, U+2728, U+3081, U+4e13, U+4e19, U+4e1e, U+4e5c, U+4ea7, U+4ed7, U+4f20, U+4f8d, U+4ffe, U+5021, U+515c, U+51a4, U+51e0, U+521b, U+522b, U+532a, U+534e, U+5355, U+537f, U+5398, U+539d, U+541f, U+543c, U+544e, U+5509, U+5598, U+5622, U+5632, U+563f, U+5641, U+566a, U+5695, U+569f, U+56da, U+573a, U+574e, U+5835, U+584c, U+5885, U+58ae, U+5a1f, U+5ac2, U+5b24, U+5bb0, U+5bde, U+5bfc, U+5c39, U+5c4c, U+5c60, U+5e76, U+5e7f, U+5e9a, U+5f13, U+5f6c, U+6127, U+61f2, U+6208, U+620a, U+620c, U+6252, U+62ef, U+6328, U+633d, U+6362, U+63b0, U+63c9, U+640f, U+64a9, U+6514, U+652c, U+655e, U+6583, U+658c, U+6627, U+66f3, U+6734, U+6743, U+676d, U+67c4, U+67da, U+68cd, U+68f2, U+690e, U+6ab3, U+6b16, U+6b38, U+6b3d, U+6bc6, U+6ca1, U+6cab, U+6d8c, U+6dea, U+6e32, U+6e3e, U+6e58, U+6eef, U+6ef2, U+6fe4, U+708a, U+7130, U+7165, U+7172, U+71c9, U+7232, U+7239, U+7261, U+7280, U+72a7, U+72f8, U+73c8, U+7464, U+753b, U+754f, U+755c, U+75d8, U+76ea, U+776b, U+7779, U+777f, U+7784, U+778e, U+77db, U+77ee, U+79e4, U+7a46, U+7a57, U+7aba, U+7aed, U+7b4d, U+7c7b, U+7c7d, U+7d13, U+7d33, U+7dbb, U+7dec, U+7df9, U+7e46, U+7ea7, U+7edf, U+8085, U+8165, U+81fb, U+82b8, U+82d3, U+8343, U+839e, U+83e9, U+840d, U+851a, U+853d, U+8543, U+859b, U+85fb, U+87fb, U+888d, U+8adc, U+8b0a, U+8bb0, U+8bbe, U+8bc4, U+8bf4, U+8c5a, U+8cc3, U+8ce4, U+8d44, U+8e81, U+8f66, U+8fdb, U+900d, U+9063, U+914c, U+9223, U+9226, U+923a, U+925b, U+9264, U+929c, U+92b9, U+9320, U+934d, U+935b, U+9444, U+957f, U+96a7, U+9756, U+97ad, U+97cc, U+9898, U+98ea, U+9921, U+9952, U+9a55, U+9b0d, U+9b91, U+9bca, U+9ebd, U+9f4b, U+e60f-e611, U+ff1c-ff1d, U+ff21, U+ff38, U+ff9f, U+fffd, U+1f602;
	src: url("../fonts/noto-serif-hk-104-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-105-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+e22, U+2103, U+25a0, U+266a, U+2699, U+3014-3015, U+4e1a, U+4e50, U+4f10, U+4f3d, U+4f6c, U+4f70, U+4fcf, U+5006, U+50d1, U+5170, U+518c, U+51f0, U+51f6, U+51f9, U+5219, U+5256, U+525d, U+52c9, U+5349, U+5351, U+5356, U+5375, U+53db, U+53ee, U+53f7, U+5492, U+5497, U+54fa, U+5538, U+55bb, U+55e8, U+56b7, U+5757, U+58be, U+5937, U+59dc, U+59e8, U+5a49, U+5a9a-5a9b, U+5ab3, U+5b9b, U+5b9e, U+5be8, U+5c37, U+5c4e, U+5d14, U+5d19, U+5d4c, U+5d50, U+5deb, U+5e84, U+5e94, U+5ec2, U+5f17, U+5f26, U+5f55, U+5f77, U+5f7f, U+5fbd, U+6052, U+6064-6065, U+608d, U+609a, U+6101, U+611a, U+614c, U+621a, U+6237, U+6284, U+6296, U+62e9, U+632a-632b, U+634f, U+6488, U+6500, U+652a, U+6556, U+65e0, U+65ec, U+6643, U+679a, U+6850, U+6893, U+6897, U+68b3, U+68d5, U+6930, U+6960, U+6a11, U+6a38, U+6a3a, U+6b22, U+6b67, U+6b6a, U+6c59, U+6c83, U+6ccc, U+6df5, U+6ef7, U+6f3e, U+6f80, U+70ed, U+7164, U+722a, U+7260, U+7272, U+73b0, U+74ca, U+74e3, U+7538, U+7586, U+75b5, U+7624, U+7661-7662, U+7838, U+786e, U+788c, U+7950, U+79a6, U+79aa, U+7a40, U+7a62, U+7bf7, U+7c3e, U+7c98, U+7ca5, U+7d21, U+7d2e, U+7dba, U+7e79, U+7ecf, U+7f79, U+8086, U+810a, U+8139, U+813e, U+817a, U+81b3, U+821f, U+8247, U+8259, U+8271, U+8431, U+846c, U+849c, U+84b2, U+84c4, U+8513-8514, U+8549, U+8755, U+8877, U+8881, U+88f9, U+8a1d, U+8a3c, U+8a6d-8a6e, U+8a93, U+8ae7, U+8af7, U+8b17, U+8b5a, U+8ba1, U+8bba, U+8cdc, U+8dea, U+8f6c, U+8f7d, U+8fc7, U+8fd9, U+902e, U+90ca, U+916a, U+916c, U+921e, U+9245, U+947c, U+9594, U+95a8, U+95ee, U+95f4, U+9706, U+971e, U+980c, U+9891, U+98b1, U+98fc, U+9903, U+9957, U+99ae, U+99ff, U+9db4, U+e602-e605, U+ff16-ff19;
	src: url("../fonts/noto-serif-hk-105-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-106-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+a5, U+2190-2191, U+2193, U+22c1, U+2302, U+25cb, U+25ce, U+2709, U+4e0e, U+4e18, U+4e3a, U+4e48, U+4e91, U+4eec, U+5112, U+524a, U+52a3, U+52ab, U+52c3, U+52f3, U+52fb, U+5320, U+5339, U+533f, U+53e2, U+5435, U+543e, U+5480, U+5495, U+5564, U+5572, U+55c6, U+55ef, U+563b, U+5653, U+5657, U+5764, U+5824, U+58d8, U+5955, U+5983, U+598d, U+59a8, U+59da, U+59e6, U+5a36, U+5bb5, U+5bc2, U+5bee, U+5bf9, U+5cb3, U+5d17, U+5dbc, U+5e2e, U+6070, U+60df, U+6190, U+61a4, U+61be, U+61fc, U+62ac, U+62bc, U+636e, U+6398, U+63a9, U+6435, U+6487, U+6495, U+64ab, U+64bf, U+6577, U+65ac, U+6602, U+6652, U+66f9, U+672d, U+6761, U+683d, U+68ad, U+68b5, U+68da, U+68e7, U+6a59, U+6a61, U+6ae5, U+6b47, U+6bef, U+6c50, U+6c9b, U+6e23, U+6e34, U+6e4a, U+6e67, U+6ea2, U+6eb6, U+6f20, U+6feb, U+7149, U+714c, U+715e, U+7199, U+71ac, U+7231, U+7262, U+7409, U+745f, U+7469, U+7504, U+7535, U+753a, U+75f4, U+7682, U+76ba, U+76f2, U+77fd, U+780d, U+7832, U+78c5, U+78ef, U+7901, U+79be, U+79c9, U+79e6, U+7a1a, U+7a84, U+7aca, U+7cb5, U+7cb9, U+7cdf, U+7ce7, U+7d6e, U+7db1, U+7def, U+7e61, U+7e7d, U+7e8f, U+7f38, U+7f77, U+7fa8, U+7fc5, U+7fe1, U+7ff9, U+800d, U+8015, U+8054, U+80a2, U+80aa, U+80ba, U+814e, U+8180, U+819d, U+81c0, U+828b, U+82ad, U+82af, U+83f1, U+83f8, U+8403, U+8475, U+84bc, U+84c9, U+84ec, U+8523, U+8569, U+8591, U+85b0, U+86d9, U+8774, U+881f, U+884d, U+88d4, U+89c4, U+89c6, U+8a60, U+8a79, U+8b19, U+8bd5, U+8bf7, U+8c03, U+8c79, U+8cc8, U+8d9f, U+8e10, U+8e48, U+8eba, U+8faf, U+9009, U+9017, U+9175, U+9187, U+918b, U+91d8, U+9214, U+946b, U+9470, U+9640, U+9675, U+96ef, U+9716, U+97cb, U+97e9, U+985b, U+99b3, U+9b4f, U+9d09, U+9e9f, U+9edb, U+9f90, U+ff05, U+ff14, U+1f464;
	src: url("../fonts/noto-serif-hk-106-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-107-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+4e08, U+4e2a, U+4e56, U+4e9a, U+4ea8, U+4ead, U+4ec7, U+4f3a, U+4f51, U+4f62, U+4faf, U+507d, U+5098, U+50ac, U+5147, U+5173, U+5187, U+51f8, U+51fd, U+52a1, U+52a8, U+52f8, U+535c, U+53ed, U+541e, U+5475, U+54a9, U+54c0, U+54c7, U+5589, U+5605, U+5690, U+5733, U+5782, U+57c3, U+5858, U+5893, U+589c, U+58e2, U+5974, U+599e, U+59a5, U+59ec, U+5b66, U+5b99, U+5b9d, U+5c2c, U+5c48, U+5c65, U+5cfd, U+5d0e, U+5dba, U+5de2, U+5e06, U+5e15, U+5ec1, U+5ed6, U+5f00, U+5f4c, U+5f65, U+6055, U+609f, U+60b6, U+6241, U+624e, U+626f, U+6291, U+62cc, U+62d3, U+62d8, U+62da, U+62fe, U+6349, U+6367, U+63ea, U+6454, U+64a4, U+64b2, U+64bc, U+64c5, U+64ce, U+6558, U+6572, U+65a5, U+65e8, U+65ed, U+6606, U+6614, U+6670, U+6688, U+673a, U+674f, U+6770, U+6795, U+68cb, U+6912, U+6953, U+6aac, U+6aaf, U+6ab8, U+6b20, U+6b96, U+6bbf, U+6bc5, U+6c6a, U+6cbe, U+6d59, U+6d78, U+6dc7, U+6deb, U+6e7e, U+6e9c, U+6f3f, U+6f51, U+6f70, U+6f84, U+6fa1, U+704c, U+7051, U+70ab, U+70ad, U+70f9, U+7119, U+714e, U+71d9, U+71e5-71e6, U+72c4, U+72d0, U+72e0, U+7334, U+744b, U+7455, U+74f7, U+7529, U+75ab, U+75b2, U+766e, U+76c3, U+76fc, U+76fe, U+7891, U+7948, U+7a74, U+7b28, U+7c60, U+7c72, U+7cca, U+7ebf, U+7f55, U+7ff0, U+8154, U+81c2, U+81d8, U+81e3, U+81e5, U+8292, U+8299, U+8302, U+8304, U+8332, U+83c1, U+83c7, U+83ca, U+845b, U+8490, U+85af, U+8650, U+8667, U+8abc, U+8b0e, U+8b39, U+8bed, U+8c54, U+8c6b, U+8c9e, U+8ca7, U+8caa-8cab, U+8ce6, U+8cec-8ced, U+8eb2, U+8fb0, U+901d, U+908f, U+9127, U+91c0, U+9215, U+92b3, U+932b, U+93fd, U+95ca, U+964c, U+96c0, U+970d, U+9774, U+97fb, U+9812, U+9817, U+9913, U+9935, U+99c1, U+9b31, U+9d5d, U+9d6c, U+9e79, U+fe0f, U+fe30, U+ff0b, U+ff10, U+ff15;
	src: url("../fonts/noto-serif-hk-107-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-108-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+b0, U+926, U+928, U+939, U+93f-940, U+94d, U+200b, U+22ef, U+25ba, U+25c6, U+2665, U+4e4f, U+4e59, U+4f0d, U+4f0f, U+4f19, U+4f59, U+4fae, U+5075, U+50b2, U+50b5, U+511f, U+5141, U+5146, U+514c, U+5185, U+51dd, U+522e, U+5319, U+533a, U+5378, U+53ad, U+53c9, U+53d1, U+53d4, U+543b, U+5442, U+5446, U+5481, U+54e9, U+5507, U+5565, U+559a, U+55aa, U+5606, U+56ca, U+56fe, U+582a, U+58fa, U+5915, U+5949, U+5962, U+5996, U+59fb, U+5a77, U+5b0c, U+5b5f, U+5bd3, U+5be2, U+5bfa, U+5c41, U+5ca9, U+5d07, U+5ec8, U+5eca, U+5f18, U+5f4e, U+5f59, U+5f6d, U+5f79, U+5fb9, U+6028, U+6062, U+6068, U+606d, U+6094, U+60f1, U+6108-6109, U+614e, U+6170, U+617e, U+61b2, U+61f8, U+6247, U+626d, U+6276, U+62ab, U+62cb, U+62f3, U+6368, U+6380, U+6492, U+64b0, U+64e0, U+6570, U+660f, U+6649, U+6691, U+66a8, U+6749, U+67f1, U+67f3-67f4, U+6842, U+6851, U+687f, U+68df, U+69fd, U+6a58, U+6c27, U+6c88, U+6cca, U+6cdb, U+6d29, U+6d66, U+6daf, U+6f01, U+6f06, U+6f58, U+6f62, U+6f6d, U+6ff1, U+6ffe, U+7058, U+70ae, U+7235, U+7267, U+73ca, U+742a, U+758f, U+75bc, U+76c6, U+7740, U+7955, U+7a00, U+7a3b, U+7b4b, U+7bad, U+7be9, U+7c4c, U+7cfe, U+7dbf, U+7e2b, U+7e31, U+7e73, U+7f9e, U+7fc1, U+7ffc, U+8096, U+809d, U+80de, U+8108, U+8155, U+816b, U+81df, U+8277, U+82bd, U+8352, U+8393, U+8404, U+8525, U+856d, U+8587, U+8606, U+868a, U+8776, U+87ba, U+87f9, U+886b, U+8870, U+88d5, U+896a, U+896f, U+8a23, U+8a87, U+8ad2, U+8b00, U+8b20, U+8cb8, U+8cca, U+8ce0, U+8d39, U+8d6b, U+8d81, U+8db4, U+8e29, U+8ef8, U+8f1b, U+8f5f, U+8fa8, U+906e, U+9077, U+90aa, U+90b1, U+90c1, U+9165, U+919c, U+92c1, U+95d6, U+95e8, U+975a, U+98c6, U+9ecf, U+9f0e, U+9f52, U+feff, U+ff06, U+ff0a, U+ff12-ff13;
	src: url("../fonts/noto-serif-hk-108-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-109-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+627-629, U+631, U+639, U+644, U+64a, U+25cf, U+2606, U+2764, U+3008-3009, U+4e1f, U+4e38, U+4e43, U+4ed5, U+4ef0, U+4eff, U+4fb6, U+4fe0, U+5085, U+50a2, U+50be, U+5118, U+5211-5212, U+5272, U+52fe, U+5366, U+53b2, U+53ec, U+54ac, U+5587, U+55b5, U+561b, U+5751, U+576a, U+57cb, U+58ef, U+592f, U+594f, U+5951, U+5954, U+596e, U+59d1, U+5ac1, U+5acc, U+5b8b, U+5c4d, U+5c6f, U+5ca1, U+5d29, U+5de1, U+5dfe, U+5e7d, U+5edf, U+5ef7, U+5f7c, U+5f81, U+5fa1, U+5faa, U+5fcc, U+5ffd, U+6021, U+6046, U+6155, U+6212, U+62b9, U+6316, U+6350, U+6478, U+647a, U+6490, U+64e6, U+6524, U+6591, U+659c, U+65a4, U+65e6, U+65f6, U+6607, U+6674, U+6765, U+679d, U+68a8, U+6b3a, U+6c57, U+6c61, U+6c90, U+6cbf, U+6d69, U+6db5, U+6dcb, U+6dd1, U+6e21, U+70d8, U+71c3, U+71d5, U+722c, U+727d, U+72ac, U+72fc, U+731c, U+7336, U+7344, U+7384, U+73ab, U+7433-7434, U+745c, U+7470, U+758a, U+75d5, U+7652, U+76c8, U+76e7, U+7709, U+7720, U+7747, U+7763, U+77ac-77ad, U+7802, U+78a7, U+78a9, U+78b3, U+78c1, U+78da, U+7926, U+796d, U+798d, U+7aae, U+7b52, U+7c92, U+7d68, U+7d81, U+7e5e, U+7e69, U+7f50, U+7f70, U+7f75, U+8058, U+8070, U+80c3, U+8105-8106, U+8179, U+818f, U+81a9, U+81ed, U+820c-820d, U+82d1, U+838e, U+83cc, U+8461, U+84b8, U+852c, U+857e, U+85e4, U+863f, U+8679, U+86c7, U+8702, U+8896, U+88c2, U+88f8, U+8af8, U+8b7d, U+8ca2, U+8cc0, U+8d64, U+8d74, U+8d99, U+8e5f, U+8e8d, U+8ecc, U+8ed2, U+8fb1, U+8fc5, U+9022, U+9038, U+903e, U+905c, U+9072, U+9081, U+9189, U+9234, U+92d2, U+934a, U+95a3, U+962a, U+9646, U+9676, U+96d5, U+971c, U+9838, U+9875, U+98c4, U+99db, U+9a45, U+9a5f, U+9a6c, U+9ad2, U+9cf4, U+9d28, U+9daf, U+9df9, U+9e7d, U+9f9c, U+ff11, U+ff1e;
	src: url("../fonts/noto-serif-hk-109-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-110-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+2500, U+25bc, U+4e95, U+4f50, U+4f54, U+4f69, U+4fc4, U+4fca, U+5009, U+50bb, U+5154, U+51cc, U+528d, U+5291, U+52d2, U+52e4, U+5353, U+5360, U+540a-540b, U+5410, U+54f2, U+5510, U+5514, U+5537, U+558a, U+55ac, U+5617, U+56fd, U+573e, U+5766, U+5783, U+57d4, U+5806, U+5821, U+5857, U+5875, U+58f9, U+596a, U+59ae, U+59c6, U+59ca, U+59ff, U+5a03, U+5ae9, U+5b64, U+5bb4, U+5c3f, U+5e16, U+5e45, U+5e72, U+5ec9, U+5f90-5f92, U+6012, U+6016, U+6084-6085, U+6089, U+60a0, U+60a3, U+60b2, U+60d1, U+60f9, U+6148, U+6158, U+6191, U+626e, U+62d4, U+632f, U+633a, U+6355, U+63aa, U+642c, U+64a5, U+64cb, U+6566, U+6575, U+6597, U+660c, U+66b1, U+66ec, U+6731, U+6735, U+675c, U+67ef, U+6846, U+6876, U+6881, U+68af-68b0, U+68c9, U+6905, U+6b98, U+6bc0, U+6beb, U+6c0f, U+6c1b, U+6c41, U+6ce5, U+6cf3, U+6d25, U+6d2a, U+6d3d, U+6d6e, U+6dd8, U+6dda, U+6dfa, U+6e9d, U+6eaa, U+6ec5, U+6ecb, U+6ef4, U+6f0f, U+6f32, U+707d, U+708e, U+7092, U+716e, U+723a, U+731b, U+7345, U+7375, U+7378, U+73b2, U+74e6, U+75be, U+75de, U+764c, U+76dc, U+788e, U+7897, U+789f, U+78b0, U+790e, U+7965, U+7a4e, U+7aa9, U+7c43, U+7d17, U+7dd2, U+7e96, U+7f51, U+7f69, U+7f72, U+7fd4, U+7fe0, U+8017, U+80a9, U+80d6, U+8102, U+8150, U+8178, U+81bd, U+829d, U+82ac, U+8303, U+840c, U+8482, U+8499, U+85a9-85aa, U+883b, U+8861, U+88c1, U+88cf, U+88d9, U+8a3a, U+8a98, U+8aee, U+8c8c, U+8ce2, U+8d0f, U+8da8, U+8dcc, U+8e0f, U+8e22, U+8f1d, U+8f29, U+8fad, U+9003, U+9006, U+903c, U+904d, U+9059, U+9075, U+90ce, U+90ed, U+9130, U+91ac, U+91e3, U+9285, U+9298, U+92ea, U+9326, U+937e, U+93c8, U+95c6, U+9677, U+9727, U+994b, U+99a8, U+99d0, U+9a30, U+9a37, U+9b42, U+9b45, U+9d3b, U+9e7f, U+9ee8, U+9f3b, U+c5b4;
	src: url("../fonts/noto-serif-hk-110-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-111-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+5e, U+2502, U+2605, U+4e32, U+4e58, U+4ea1, U+4ef2, U+4f2f-4f30, U+4f75, U+4fd7, U+4ff1, U+501f, U+5049, U+5074, U+5091, U+5144, U+517c, U+51c6, U+51cd, U+5269-526a, U+52aa, U+52c1, U+52c7, U+52df, U+5377, U+541b, U+5439, U+5440, U+5448, U+54aa, U+54e6, U+54ed, U+5674, U+5687, U+585e, U+588a, U+58a8, U+58c1, U+5925, U+5948, U+5999, U+59b3, U+5a1c, U+5a46, U+5b54, U+5b5d, U+5b6b, U+5b8f, U+5bd2, U+5be9, U+5c0a, U+5c16, U+5c46, U+5cf0, U+5e25, U+5e3d, U+5e79, U+5ee2, U+5f04, U+5f31, U+5fcd, U+5fe0, U+60dc, U+6163, U+616e, U+6182, U+61f6, U+622a, U+6258, U+6293, U+62c6, U+62d2, U+6372, U+63da, U+63ed-63ee, U+6416, U+6458, U+649e, U+64ec, U+64f4, U+651c, U+65cb, U+65e2, U+65fa, U+6628, U+6668, U+66a2, U+66c9, U+66fc, U+6717, U+67cf, U+67d4, U+6817, U+6885, U+69cd, U+6a6b, U+6afb, U+6b32, U+6b49, U+6bbc, U+6c89, U+6c96, U+6cc9, U+6d1b, U+6d1e, U+6dfb, U+6efe, U+6f38, U+6f5b, U+6f64, U+6f8e, U+6fa4, U+7070, U+70b8, U+70cf, U+70e4, U+7159, U+7169, U+7210, U+721b, U+7238, U+737b, U+73bb, U+746a, U+7483, U+74dc, U+74f6, U+7518, U+756a, U+75c7, U+775b, U+78e8, U+7919, U+7956, U+795d, U+7a0d, U+7bc9, U+7c97, U+7cd5, U+7d10, U+7d1b, U+7de9, U+7dfb, U+7e3e, U+7e6a, U+7f6a, U+7f8a, U+7fbd, U+8000, U+8036, U+809a, U+80ce, U+80e1, U+80f8, U+8170, U+819c, U+8216, U+8239, U+8266, U+827e, U+82b3, U+8377, U+83ab, U+85c9, U+865b, U+8766, U+87a2, U+87f2, U+8972, U+8a17, U+8a50, U+8a95, U+8b02, U+8b6f, U+8c6c, U+8ca9, U+8cfa, U+8d95, U+8de1, U+8f14, U+8f9b, U+8fa3, U+8feb, U+8ff4, U+9010, U+901b, U+905e, U+9080, U+912d, U+9177, U+91c7, U+9336, U+9451, U+947d, U+963b, U+966a, U+9670, U+9769, U+9813, U+98fd, U+99d5, U+9a19, U+9b27, U+9b6f, U+9ece, U+9ed8, U+9f13, U+9f20, U+ad6d, U+d55c;
	src: url("../fonts/noto-serif-hk-111-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-112-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+201c-201d, U+203b, U+2192, U+25b2, U+300f, U+4e01, U+4e39, U+4e73, U+4e88, U+4e8e, U+4ed9, U+4f0a, U+4f38, U+4f5b, U+4fc3, U+500d, U+504f, U+5076-5077, U+5100, U+5104, U+5132, U+5175, U+5192, U+51a0, U+51ac, U+51e1, U+51f1, U+5200, U+5224, U+5237-5238, U+523a, U+526f, U+5289, U+52de, U+52f5, U+5371, U+539a, U+53e5, U+540e, U+547c, U+552f, U+5531, U+5634, U+56c9, U+56f0, U+574a, U+5761, U+57f7, U+57f9, U+5805, U+5851, U+5854, U+586b, U+58fd, U+592e, U+5967, U+59bb, U+59d3, U+5a18, U+5b30, U+5b55, U+5b87, U+5b97, U+5be7, U+5bec, U+5bf8, U+5c24, U+5cb8, U+5df7, U+5e1d, U+5e2d, U+5e7b, U+5f1f, U+5f70, U+5fd9, U+61b6, U+6234, U+62b5, U+62d6, U+62dc, U+62fc, U+6383, U+63cf, U+63d2, U+63e1, U+640d, U+64cd, U+64fa, U+64fe, U+654f, U+6562, U+656c, U+65c1, U+65d7, U+6620, U+6676, U+6697, U+66ab, U+66c6, U+66dd, U+66ff, U+671d, U+672b, U+677e, U+67d0, U+67d3, U+68c4, U+690d, U+694a, U+695a, U+6ac3, U+6b04, U+6b23, U+6b78, U+6b8a, U+6c60, U+6d74, U+6d89, U+6db2, U+6dbc, U+6de1, U+6df7, U+6e38, U+6e6f, U+6f02, U+6fc3, U+6fd5, U+70c8, U+7126, U+718a, U+723d, U+7246, U+72af, U+73cd, U+760b, U+7626, U+7687, U+79df, U+7a05, U+7a3f, U+7a69, U+7af6, U+7c3d, U+7c3f, U+7c4d, U+7cd6, U+7d0b, U+7d2b, U+7de3, U+7e2e, U+8010, U+808c, U+80a5, U+80af, U+812b, U+817f, U+819a, U+82d7, U+8389-838a, U+83f2, U+840a, U+8463, U+8521, U+8584, U+860b, U+864e, U+871c, U+878d, U+885d, U+8932, U+89f8, U+8a69, U+8afe, U+8b5c, U+8c37, U+8c46, U+8cbf, U+8cd3, U+8cf4, U+8d08, U+8d0a, U+8ddd, U+8fea, U+9014, U+9055, U+907a, U+9178, U+92fc, U+934b, U+9396, U+93ae, U+9583, U+9663, U+96bb, U+9707, U+9738, U+9846, U+9905, U+9a0e, U+9aa8, U+9b25, U+9b3c, U+9ce5, U+9cf3, U+9ea5, U+9eb5, U+9f4a, U+9f61, U+ff0d;
	src: url("../fonts/noto-serif-hk-112-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-113-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+3c, U+d7, U+300e, U+4e4e, U+4e82, U+4e92, U+4ec1, U+4ecd, U+4f48, U+4f53, U+4fb5, U+5012, U+502b, U+522a, U+52dd, U+52ff, U+532f, U+53eb, U+53f3, U+5409, U+5433, U+5496, U+54c8, U+554a, U+5561, U+5594, U+559d, U+56b4, U+56fa, U+5713, U+5750, U+57df, U+584a, U+58c7, U+58de, U+593e, U+5976, U+59d0, U+59d4, U+5a66, U+5b85, U+5b88, U+5ba3, U+5bae, U+5bbf, U+5bdf, U+5c01, U+5c04, U+5c3a, U+5c3e, U+5c4f, U+5ddd-5dde, U+5de8, U+5e63, U+5e7c, U+5e8a, U+5eda, U+5ef3, U+5ef6, U+5f48, U+6015, U+6025, U+602a, U+6050, U+6069, U+60e1, U+6162, U+6176, U+61c2, U+6200, U+6263, U+6279, U+6297, U+62b1, U+62bd, U+62ec, U+6311, U+6377, U+6388-6389, U+638c, U+63a2, U+63f4, U+641e, U+6436, U+64c1, U+6551, U+6557, U+6563, U+6696, U+66b4, U+66f2, U+6751, U+675f, U+676f, U+6790, U+6838, U+684c, U+68d2, U+6982, U+699c, U+69ae, U+69cb, U+6a39, U+6a4b, U+6b66, U+6bd2, U+6cb3, U+6ce1, U+6d3e, U+6de8, U+6ed1, U+6f22, U+6f54, U+6fc0, U+6fdf, U+719f, U+71c8, U+7236, U+7259, U+72d7, U+7389, U+73e0, U+745e, U+751a, U+7532-7533, U+7562, U+7591, U+75c5, U+75db, U+7686, U+76d2, U+76db, U+76df, U+76e3, U+7701, U+7761, U+786c, U+7981, U+79cb, U+79d2, U+79fb, U+7a81, U+7a97, U+7aef, U+7b26, U+7b80, U+7c64, U+7d0d, U+7d14, U+7d2f, U+7dca, U+7df4, U+7e54, U+7e6b, U+7f3a, U+8033, U+804a, U+805a, U+81a0, U+81e8, U+8212, U+821e, U+82e6, U+8336, U+8449, U+84cb, U+84ee, U+85e5, U+8607, U+888b, U+8a13, U+8a5e, U+8aa0, U+8aa4, U+8ab0, U+8ab2, U+8ac7, U+8b66, U+8c6a, U+8c93, U+8c9d, U+8de8, U+8f2a, U+8fb2, U+906d, U+907f, U+90a6, U+9109, U+9192, U+91cb, U+91dd, U+964d, U+9686, U+968e, U+9694, U+969c, U+96de, U+96e8, U+96ea, U+96f7, U+975c, U+9760, U+978b, U+9858, U+9918, U+9aee, U+9ebb, U+ff0e-ff0f, U+ff5c;
	src: url("../fonts/noto-serif-hk-113-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-114-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+b7, U+2022, U+2027, U+3042, U+3044, U+3046, U+3048, U+304a-3050, U+3053-3057, U+3059-305b, U+305d-3061, U+3063-306c, U+306e-3079, U+307b, U+307d-307f, U+3082-308d, U+308f, U+3092-3093, U+30a1-30a4, U+30a6-30c1, U+30c3-30c4, U+30c6-30e1, U+30e3-30ed, U+30ef, U+30f3, U+30fb-30fc, U+4e7e, U+4ea6, U+4eac, U+4f34, U+50b7, U+51b0, U+523b, U+5283, U+5348, U+5354, U+54e5, U+5708, U+590f, U+592b, U+599d, U+59b9, U+5a01, U+5a5a, U+5de7, U+5e78, U+5e9c, U+5fb5, U+6167, U+61f7, U+627f, U+63a1, U+64d4, U+65bd, U+68ee, U+6b4c, U+6bba, U+6c5f, U+6d0b, U+6d6a, U+6e1b, U+6e56, U+6f6e, U+71d2, U+722d, U+72c2, U+751c, U+7530, U+7642, U+76e1, U+79c0, U+7adf, U+7af9, U+7d9c, U+7da0, U+7e23, U+7e41, U+8056, U+8173, U+822a, U+8349, U+83dc, U+8840, U+885b, U+8907, U+8a34, U+8cb4, U+8dd1, U+8fd4, U+8ff0, U+93e1, U+984f, U+98ef, U+9b54;
	src: url("../fonts/noto-serif-hk-114-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-115-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+23-25, U+3d, U+2026, U+4e03, U+4e45, U+4e5d, U+4eae, U+4ed4, U+4ed8, U+4ee4, U+4f01, U+4f3c, U+4f8b, U+4fc2, U+5019, U+505c, U+50c5, U+5145, U+51b7, U+5207, U+521d, U+525b, U+5287, U+52e2, U+535a, U+537b, U+5426, U+542b, U+5438, U+5462, U+54ea, U+555f, U+5566, U+5584, U+5609, U+570d, U+571f, U+5747, U+5802, U+58d3, U+591c, U+5920, U+5922, U+5957, U+5979, U+5a92, U+5abd, U+5b63, U+5b69, U+5b83, U+5b9c, U+5bb3, U+5bc4, U+5bf5, U+5c3c, U+5c40, U+5c4b, U+5c64, U+5cf6, U+5de6, U+5e0c, U+5e55, U+5eab, U+5ead, U+5ee0, U+5f85, U+5f8b, U+5fa9, U+5fd7-5fd8, U+5ff5, U+600e, U+6298, U+62db, U+62ff, U+639b, U+63a7, U+642d, U+6469, U+64ad, U+651d, U+653b, U+65b7, U+65cf, U+665a, U+666e, U+66fe, U+6728, U+674e, U+67b6, U+6821, U+6839, U+6843, U+6a94, U+6b50, U+6b62, U+6b72, U+6b7b, U+6bcd, U+6bdb, U+6c38, U+6c7a, U+6c7d, U+6c99, U+6cb9, U+6ce2, U+6cf0, U+6d17, U+6d32, U+6e2c, U+6fb3, U+7206, U+723e, U+725b, U+734e, U+7387, U+73ed, U+7565, U+7570, U+76ca, U+76e4, U+773e, U+77ed, U+77f3, U+7814, U+7834, U+7968, U+79d8, U+7a76, U+7a7f, U+7b11, U+7b46, U+7b54, U+7bc4, U+7d19, U+7d20, U+7d22, U+7d42, U+7d55, U+7e7c, U+7f85, U+7ffb, U+8077, U+8089, U+80cc, U+81c9, U+81f4, U+81fa, U+820a, U+822c, U+826f, U+85cd, U+86cb, U+88dc, U+8986, U+8a0e, U+8a2a, U+8a73, U+8a8c, U+8b1b, U+8b9a, U+8c50, U+8c61, U+8ca0, U+8cde, U+8cfd, U+8d8a, U+8df3, U+8e64, U+8ecd, U+8edf, U+8f38, U+8ff7, U+9000, U+9047, U+9060, U+90f5, U+9152, U+91ce, U+9280, U+9418, U+9435, U+9589, U+9592, U+9678, U+967d, U+968a, U+96aa, U+96c5, U+96d6, U+96dc, U+96f6, U+9732, U+9748, U+9802, U+9806, U+9808, U+9818, U+983b, U+984d, U+9867, U+98db, U+98f2, U+98fe, U+9a5a, U+9b06, U+9b5a, U+9bae, U+9e97, U+ff1b, U+ff5e;
	src: url("../fonts/noto-serif-hk-115-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-116-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+26, U+40, U+4e14, U+4e9e, U+4ec0, U+4f11, U+4f4e-4f4f, U+4f73, U+4fee, U+503c, U+5047, U+514b, U+516b, U+516d, U+5178, U+520a, U+5236, U+5343, U+5347, U+534a, U+5370, U+53cd, U+53e4, U+53e6, U+53f2, U+5403, U+5411, U+5427, U+5468, U+5473, U+547d, U+552e, U+55ce, U+5740, U+57ce, U+5883, U+589e, U+5931, U+5947, U+59cb, U+5a1b, U+5b58, U+5b98, U+5ba4, U+5bc6, U+5bcc, U+5beb, U+5bf6, U+5c45, U+5c6c, U+5dee, U+5df4, U+5e03, U+5e33, U+5e6b, U+5e7e, U+5e8f, U+5e95, U+5ea7, U+5f15, U+5f62, U+5f69, U+5f80, U+5fae, U+5fb7, U+601d, U+60e0, U+614b, U+6230, U+6236, U+623f, U+628a, U+6295, U+62c9, U+6309, U+63db, U+64c7, U+64ca, U+64da, U+652f, U+6545, U+6548, U+65af, U+65e9, U+6625, U+666f, U+667a, U+670b, U+671b, U+6750, U+677f, U+6848, U+6975, U+6a13, U+6a21, U+6aa2, U+6b65, U+6b77, U+6bb5, U+6cc1, U+6ce8, U+6df1, U+6e90, U+6e96, U+6eab, U+6f14, U+6f2b, U+700f, U+706b, U+724c, U+72c0, U+7368, U+7372, U+74b0, U+756b, U+76ae, U+773c, U+78ba, U+78bc, U+798f, U+79ae, U+7a4d, U+7ae5, U+7b56, U+7b97, U+7bb1, U+7bc7, U+7c73, U+7c89, U+7d00, U+7d30, U+7d39, U+7d72, U+7dad, U+7e8c, U+7f6e, U+7fa4, U+7fa9, U+7fd2, U+8003, U+807d, U+80a1, U+80b2, U+8166, U+8208-8209, U+82e5, U+843d, U+85cf, U+85dd, U+862d, U+8857, U+8863, U+88e1, U+89ba, U+89d2, U+8a31, U+8a62, U+8a66, U+8a72, U+8abf, U+8b1d, U+8b58, U+8b70, U+8b80, U+8ca1, U+8ca8, U+8cac, U+8cbc, U+8d70, U+8da3, U+8db3, U+8ddf, U+8f03, U+8f15, U+8f2f, U+8fa6, U+8fce, U+8ffd, U+900f, U+9031, U+9069, U+908a, U+91ab, U+91cc, U+92b7, U+9322, U+932f, U+9375, U+9632, U+963f, U+9644, U+9662, U+9673, U+96a8, U+96c4, U+96d9, U+96e2-96e3, U+96f2, U+9752, U+97d3, U+97ff, U+9805, U+9810, U+986f, U+990a, U+9910, U+9928, U+9ec3, U+9ed1, U+9f8d;
	src: url("../fonts/noto-serif-hk-116-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-117-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+3e, U+5f, U+7e, U+3000, U+300a-300b, U+3010-3011, U+4e16, U+4e26, U+4e94, U+4e9b, U+4ea4, U+4eca-4ecb, U+4efb, U+4efd, U+4f46, U+4f55, U+4f9b, U+4f9d, U+4fbf, U+505a, U+5065, U+5099, U+50cf, U+50f9, U+512a, U+5143, U+5148, U+514d, U+5152, U+5169, U+5171, U+5177, U+518a, U+5217, U+5225, U+5247, U+5275, U+529f, U+52a9, U+5305, U+5341, U+5357, U+5361, U+5373, U+53bb, U+53c3, U+53c8, U+53d6-53d7, U+53e3, U+53ea, U+53f8, U+5404, U+559c, U+5668, U+56db, U+56e0, U+5712, U+5718, U+578b, U+57fa, U+58eb, U+592a, U+5c0b, U+5c0e, U+5c11, U+5c1a, U+5c55, U+5c71, U+5df1, U+5e2b, U+5e36, U+5e97, U+5eb7, U+5ee3, U+5efa, U+5f35, U+5f37, U+5f88, U+5f9e, U+5fc5, U+606f, U+60a8, U+6232, U+624d, U+6253, U+627e, U+6280, U+62cd, U+6301, U+6307, U+6392, U+6539, U+653e-653f, U+6559, U+6574, U+65c5, U+6613, U+66f8, U+672a, U+6797, U+67e5, U+6a19, U+6a23, U+6b61, U+6bcf, U+6bd4, U+6c11, U+6c42, U+6d41, U+6d77, U+6d88, U+6e05, U+6e2f, U+6eff, U+7136, U+7167, U+71df, U+738b, U+73a9, U+7403, U+7531, U+7537, U+754c, U+7559, U+767d-767e, U+76f4, U+793a, U+795e, U+79c1, U+79d1, U+7a2e, U+7a31, U+7a7a, U+7ae0, U+7ba1, U+7bc0, U+7c21, U+7cfb, U+7d04-7d05, U+7d1a, U+7d44, U+7d66, U+7d71, U+7de8, U+7e3d, U+8001, U+800c, U+805e, U+8072, U+81f3, U+82b1, U+82f1, U+83ef, U+842c, U+8457, U+85a6, U+8655, U+8853, U+88ab, U+88dd, U+88fd, U+897f, U+898f, U+89aa, U+89bd, U+89c0, U+89e3, U+8a02, U+8a3b, U+8a55, U+8a8d, U+8a9e, U+8ad6, U+8b49, U+8b77, U+8b8a, U+8b93, U+8cb7, U+8ce3, U+8cea, U+8cfc, U+8f09, U+8fd1, U+9001, U+901f-9020, U+9054, U+90a3, U+914d, U+91cf, U+9304, U+95b1, U+9650, U+9664, U+969b, U+96b1, U+96c6, U+9700, U+975e, U+97f3, U+98a8, U+98df, U+9999, U+99ac, U+9a57, U+9ebc;
	src: url("../fonts/noto-serif-hk-117-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-118-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+d, U+2b, U+7c, U+a0, U+a9, U+300c-300d, U+4e09, U+4e3b, U+4e4b, U+4e5f, U+4e86, U+4e8b-4e8c, U+4eab, U+4ed6, U+4ee3, U+4ef6, U+4f1a, U+4f4d, U+4f60, U+4f7f, U+4f86, U+4fdd, U+4fe1, U+5011, U+50b3, U+5149, U+5167, U+5176, U+518d, U+5229, U+524d, U+529b, U+52a0, U+52d9, U+5316-5317, U+5340, U+539f, U+53ca-53cb, U+5408, U+540c-540d, U+544a, U+548c, U+54c1, U+54e1, U+5546, U+554f, U+55ae, U+56de, U+5716, U+5831, U+5834, U+5916, U+5929, U+5973, U+597d, U+5982, U+5b57, U+5b78, U+5b89, U+5b8c, U+5b9a, U+5ba2, U+5bb9, U+5be6, U+5c07-5c08, U+5c0d, U+5c31, U+5de5, U+5df2, U+5e02, U+5e38, U+5e73-5e74, U+5ea6, U+5f0f, U+5f71, U+5f8c, U+5f97, U+5feb, U+6027, U+60c5, U+60f3, U+610f, U+611b, U+611f, U+61c9, U+6210, U+6216, U+6240, U+624b, U+63a5, U+63a8, U+63d0, U+641c, U+6536, U+6578, U+6599, U+65b9, U+660e, U+661f, U+662d, U+66f4, U+670d, U+671f, U+6771, U+679c, U+682a, U+683c, U+689d, U+696d, U+6a02, U+6a5f, U+6b0a, U+6b21, U+6b3e, U+6b64, U+6c23, U+6c34, U+6c92, U+6cbb, U+6cd5, U+6d3b, U+7063, U+7121, U+71b1, U+7247-7248, U+7269, U+7279, U+73fe, U+7406, U+7522, U+7576, U+767b, U+76ee, U+76f8, U+770b, U+771f, U+77e5, U+793e, U+7a0b, U+7acb, U+7ad9, U+7b2c, U+7b49, U+7cbe, U+7d50, U+7d61, U+7d93, U+7dda, U+7f8e, U+8005, U+806f, U+80fd, U+81ea, U+8207, U+8272, U+865f, U+8868, U+8981, U+898b, U+8996, U+8a00, U+8a08, U+8a0a, U+8a18, U+8a2d, U+8a71, U+8aaa, U+8acb, U+8cbb, U+8cc7, U+8d77, U+8d85, U+8def, U+8eab, U+8eca, U+8f49, U+9019-901a, U+9023, U+9032, U+904a-904b, U+904e, U+9053, U+9078, U+9084, U+90e8, U+90fd, U+91cd, U+91d1, U+9577, U+9580, U+9593, U+9762, U+982d, U+984c, U+985e, U+9996, U+9ad4, U+9ad8, U+9ede, U+ff01, U+ff08-ff09, U+ff1f;
	src: url("../fonts/noto-serif-hk-118-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-119-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+20-22, U+27-2a, U+2c-3b, U+3f, U+41-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2-b3, U+bb, U+bf, U+c9, U+cd, U+d6, U+e0-ef, U+f1-f4, U+f6, U+f9-fa, U+fc-fd, U+101, U+103, U+110-111, U+113, U+12b, U+14d, U+16b, U+1a1, U+1b0, U+1ce, U+300-301, U+1ea1, U+1ea3, U+1ebf, U+1ec7, U+2013-2014, U+2039-203a, U+203c, U+2122, U+3001-3002, U+3113-3114, U+3118, U+311a-3129, U+4e00, U+4e0a-4e0b, U+4e0d, U+4e2d, U+4eba, U+4ee5, U+4f5c, U+500b, U+5165, U+5168, U+516c, U+51fa, U+5206, U+5230, U+52d5, U+53ef-53f0, U+570b, U+5728, U+5730, U+591a, U+5927, U+5b50, U+5bb6, U+5c0f, U+5fc3, U+6211, U+6587, U+65b0, U+65bc, U+65e5, U+662f, U+6642, U+6700, U+6703, U+6708-6709, U+672c, U+6b63, U+70b9-70ba, U+751f, U+7528, U+767c, U+7684, U+7db2, U+884c, U+958b, U+95dc, U+96fb, U+9801, U+ff0c, U+ff1a;
	src: url("../fonts/noto-serif-hk-119-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-latin-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	src: url("../fonts/noto-serif-hk-latin-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-latin-ext-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	src: url("../fonts/noto-serif-hk-latin-ext-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-hk-vietnamese-wght-normal */
@font-face {
	font-family: "Noto Serif HK Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 200 900;
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	src: url("../fonts/noto-serif-hk-vietnamese-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-cyrillic-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
	src: url("../fonts/noto-sans-tc-cyrillic-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-0-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+1f921-1f930, U+1f932-1f935, U+1f937-1f939, U+1f940-1f944, U+1f947-1f94a, U+1f950-1f95f, U+1f962-1f967, U+1f969-1f96a, U+1f980-1f981, U+1f984-1f98d, U+1f990-1f992, U+1f994-1f996, U+1f9c0, U+1f9d0, U+1f9d2, U+1f9d4, U+1f9d6, U+1f9d8, U+1f9da, U+1f9dc-1f9dd, U+1f9df-1f9e2, U+1f9e5-1f9e6, U+20024, U+20487, U+20779, U+20c41, U+20c78, U+20d71, U+20e98, U+20ef9, U+2107b, U+210c1, U+22c51, U+233b4, U+24a12, U+2512b, U+2546e, U+25683, U+267cc, U+269f2, U+27657, U+282e2, U+2898d, U+29d5a, U+f0001-f0005, U+f0019, U+f009b, U+f0101-f0104, U+f012b, U+f01ba, U+f01d6, U+f0209, U+f0217, U+f0223-f0224, U+fc355, U+fe327, U+fe517, U+feb97, U+fffb4;
	src: url("../fonts/noto-sans-tc-0-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-6-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+ff78-ff7e, U+ff80-ff86, U+ff89-ff94, U+ff97-ff9e, U+ffb9, U+ffe0-ffe3, U+ffe9, U+ffeb, U+ffed, U+fffc, U+1d7c7, U+1f004, U+1f0cf, U+1f141-1f142, U+1f150, U+1f154, U+1f158, U+1f15b, U+1f15d-1f15e, U+1f162-1f163, U+1f170-1f171, U+1f174, U+1f177-1f178, U+1f17d-1f17f, U+1f192-1f195, U+1f197-1f19a, U+1f1e6-1f1f5, U+1f1f7-1f1ff, U+1f21a, U+1f22f, U+1f232-1f237, U+1f239-1f23a, U+1f250-1f251, U+1f300, U+1f302-1f319;
	src: url("../fonts/noto-sans-tc-6-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-7-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+fa0a, U+fa0c, U+fa11, U+fa17, U+fa19, U+fa1b, U+fa1d, U+fa26, U+fa2c, U+fb01, U+fdfc, U+fe0e, U+fe33-fe36, U+fe38-fe44, U+fe49-fe51, U+fe54, U+fe56-fe57, U+fe59-fe5c, U+fe5f-fe6a, U+fe8e, U+fe92-fe93, U+feae, U+fecb-fecc, U+fee0, U+feec, U+fef3, U+ff04, U+ff07, U+ff26-ff2c, U+ff31-ff32, U+ff35-ff37, U+ff39-ff3a, U+ff3c, U+ff3e-ff5b, U+ff5d, U+ff61-ff65, U+ff67-ff68, U+ff6a, U+ff6c-ff77;
	src: url("../fonts/noto-sans-tc-7-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-8-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+f78a-f78c, U+f78e, U+f792-f796, U+f798, U+f79c, U+f7f5, U+f812, U+f815, U+f876, U+f8f5, U+f8f8, U+f8ff, U+f901-f902, U+f904, U+f906, U+f909-f90a, U+f90f, U+f914, U+f918-f919, U+f91b, U+f91d, U+f91f, U+f923, U+f925, U+f92d-f92f, U+f934, U+f937-f938, U+f93d, U+f93f, U+f941, U+f949, U+f94c, U+f94e-f94f, U+f95a, U+f95d-f95e, U+f961-f963, U+f965-f970, U+f974, U+f976-f97a, U+f97c, U+f97e-f97f, U+f981, U+f983, U+f988, U+f98a, U+f98c, U+f98e, U+f996-f997, U+f999-f99a, U+f99c, U+f99f-f9a0, U+f9a3, U+f9a8, U+f9ad, U+f9b2-f9b6, U+f9b9-f9ba, U+f9bd-f9be, U+f9c1, U+f9c4, U+f9c7, U+f9ca, U+f9cd, U+f9d0-f9d1, U+f9d3-f9d4, U+f9d7-f9d8, U+f9dc-f9dd, U+f9df-f9e1, U+f9e4, U+f9e8-f9ea, U+f9f4, U+f9f6-f9f7, U+f9f9-f9fa, U+f9fc-fa01, U+fa03-fa04, U+fa06, U+fa08-fa09;
	src: url("../fonts/noto-sans-tc-8-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-19-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+9eb9-9eba, U+9ebe-9ebf, U+9ecc-9ecd, U+9ed0, U+9ed2, U+9ed4, U+9ed9-9eda, U+9edc-9edd, U+9edf-9ee0, U+9ee2, U+9ee5, U+9ee7, U+9eee, U+9ef3-9ef4, U+9ef6-9ef7, U+9ef9, U+9efb-9efd, U+9eff, U+9f07-9f09, U+9f10, U+9f14-9f15, U+9f19, U+9f22, U+9f29, U+9f2c, U+9f2f, U+9f31, U+9f34, U+9f37, U+9f39, U+9f3d-9f3e, U+9f41, U+9f4c-9f50, U+9f54, U+9f57, U+9f59, U+9f5c, U+9f5f-9f60, U+9f62-9f63, U+9f66-9f67, U+9f6a, U+9f6c, U+9f72, U+9f76-9f77, U+9f7f, U+9f84-9f85, U+9f88, U+9f8e, U+9f91, U+9f94-9f96, U+9f98, U+9f9a-9f9b, U+9f9f-9fa0, U+9fa2, U+9fa4, U+a1f4, U+a4b0-a4b1, U+a4b3, U+a9c1-a9c2, U+aa31, U+ab34, U+ac00-ac01, U+ac04, U+ac08, U+ac10-ac11, U+ac13-ac16, U+ac19, U+ac1c-ac1d, U+ac24, U+ac70-ac71, U+ac74, U+ac77-ac78, U+ac80-ac81, U+ac83, U+ac8c, U+ac90, U+aca0, U+aca8-aca9, U+acac, U+acb0, U+acb8-acb9, U+acbc-acbd, U+acc1, U+acc4, U+ace0-ace1, U+ace4, U+ace8, U+acf0-acf1, U+acf3, U+acf5, U+acfc;
	src: url("../fonts/noto-sans-tc-19-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-20-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+9d34, U+9d37, U+9d3d, U+9d42, U+9d50, U+9d52-9d53, U+9d59, U+9d5c, U+9d5e-9d61, U+9d6a, U+9d6f-9d70, U+9d77, U+9d7a, U+9d7e, U+9d87, U+9d89, U+9d8f, U+9d91-9d93, U+9d96, U+9d98, U+9d9a, U+9da1-9da2, U+9da5, U+9da9, U+9dab-9dac, U+9db1-9db2, U+9db5, U+9db9-9dbc, U+9dbf-9dc2, U+9dc4, U+9dc7-9dc9, U+9dd3, U+9dd6, U+9dd9-9dda, U+9dde-9ddf, U+9de2, U+9de5-9de6, U+9de8, U+9def-9df0, U+9df2-9df4, U+9df8, U+9dfa, U+9dfd, U+9dff, U+9e02, U+9e07, U+9e0a, U+9e11, U+9e15, U+9e18, U+9e1a-9e1b, U+9e1d-9e1e, U+9e20-9e23, U+9e25-9e26, U+9e2d, U+9e2f, U+9e33, U+9e35, U+9e3d-9e3f, U+9e42-9e43, U+9e45, U+9e48-9e4a, U+9e4c, U+9e4f, U+9e51, U+9e55, U+9e64, U+9e66, U+9e6b, U+9e6d-9e6e, U+9e70, U+9e73, U+9e75, U+9e78, U+9e80-9e83, U+9e87-9e88, U+9e8b-9e8c, U+9e90-9e91, U+9e93, U+9e96, U+9e9d, U+9ea1, U+9ea4, U+9ea6, U+9ea9-9eab, U+9ead, U+9eaf, U+9eb4, U+9eb7-9eb8;
	src: url("../fonts/noto-sans-tc-20-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-21-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+9bd3-9bd7, U+9bd9, U+9bdb, U+9bdd, U+9be1-9be2, U+9be4-9be5, U+9be7, U+9bea, U+9bed-9bee, U+9bf0-9bf1, U+9bf5, U+9bf7, U+9bf9, U+9bfd, U+9bff, U+9c02, U+9c06, U+9c08-9c0a, U+9c0d, U+9c10, U+9c12-9c13, U+9c15, U+9c1c, U+9c1f, U+9c21, U+9c23-9c25, U+9c28-9c29, U+9c2d-9c2e, U+9c31-9c33, U+9c35-9c37, U+9c39-9c3b, U+9c3d-9c3e, U+9c40, U+9c42, U+9c45-9c49, U+9c52, U+9c54, U+9c56, U+9c58-9c5a, U+9c5d, U+9c5f-9c60, U+9c63, U+9c67-9c68, U+9c72, U+9c75, U+9c78, U+9c7a-9c7c, U+9c7f-9c81, U+9c87-9c88, U+9c8d, U+9c91, U+9c94, U+9c97, U+9c9b, U+9ca4, U+9ca8, U+9cab, U+9cad, U+9cb1-9cb3, U+9cb6-9cb8, U+9cc4-9cc5, U+9ccc-9ccd, U+9cd5-9cd7, U+9cdd-9cdf, U+9ce7, U+9ce9, U+9cee-9cf0, U+9cf2, U+9cfc-9cfe, U+9d03, U+9d06-9d08, U+9d0e, U+9d10, U+9d12, U+9d15, U+9d17, U+9d1d-9d1f, U+9d23, U+9d2b, U+9d2f-9d30;
	src: url("../fonts/noto-sans-tc-21-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-22-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+9a6f-9a71, U+9a73-9a74, U+9a76, U+9a78-9a79, U+9a7b-9a7c, U+9a7e-9a7f, U+9a81-9a82, U+9a84-9a87, U+9a8a-9a8b, U+9a8f-9a91, U+9a97, U+9a9a, U+9a9e, U+9aa0-9aa1, U+9aa4-9aa5, U+9aaf-9ab1, U+9ab6, U+9ab9-9aba, U+9abe, U+9ac0-9ac5, U+9ac8, U+9acb-9acc, U+9ace-9acf, U+9ad1, U+9ad5-9ad7, U+9ad9, U+9adf, U+9ae1, U+9ae3, U+9aea-9aeb, U+9aed, U+9aef, U+9af2, U+9af4, U+9af9, U+9afb, U+9afd, U+9b03-9b04, U+9b08, U+9b13, U+9b18, U+9b1f, U+9b22-9b23, U+9b28-9b2a, U+9b2c-9b30, U+9b32, U+9b3b, U+9b43, U+9b46-9b49, U+9b4b-9b4e, U+9b51, U+9b55, U+9b58, U+9b5b, U+9b5e-9b60, U+9b63, U+9b68-9b69, U+9b74, U+9b7d, U+9b80-9b81, U+9b83-9b84, U+9b87-9b88, U+9b8a-9b8b, U+9b8d-9b8e, U+9b90, U+9b92-9b95, U+9b97, U+9b9f-9ba0, U+9ba2-9ba3, U+9ba8, U+9bab, U+9bb0, U+9bb8, U+9bc0-9bc1, U+9bc3, U+9bc6-9bc8;
	src: url("../fonts/noto-sans-tc-22-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-23-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+9912, U+9914, U+9916-9917, U+991b-991c, U+991e, U+9920, U+9927, U+992b-992c, U+992e, U+9931-9933, U+9938, U+993a, U+993c-9940, U+9943-9944, U+9948-994a, U+994c-994e, U+9951, U+9954, U+995c, U+995e-995f, U+9961-9962, U+9965, U+9968, U+996a, U+996d-9972, U+9975-9976, U+997a, U+997c, U+997f-9980, U+9984-9985, U+9988, U+998b, U+998d, U+998f, U+9992, U+9994-9995, U+9997-9998, U+999c, U+999e, U+99a0-99a1, U+99ab, U+99af, U+99b1, U+99b4, U+99b9, U+99c4-99c6, U+99cf, U+99d1-99d2, U+99d4, U+99d6, U+99d8-99d9, U+99df, U+99e1-99e2, U+99e9, U+99ee, U+99f0, U+99f8, U+99fb, U+9a01-9a05, U+9a0c, U+9a0f-9a13, U+9a16, U+9a1b-9a1c, U+9a20, U+9a24, U+9a28, U+9a2b, U+9a2d-9a2e, U+9a34-9a36, U+9a38, U+9a3e, U+9a40-9a44, U+9a4a, U+9a4c-9a4e, U+9a52, U+9a56, U+9a62-9a65, U+9a69-9a6b, U+9a6d;
	src: url("../fonts/noto-sans-tc-23-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-24-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+97c6, U+97c9, U+97cd, U+97d6, U+97d8-97d9, U+97dc-97de, U+97e1, U+97e6-97e7, U+97ec-97ee, U+97f0-97f1, U+97f5, U+97f9-97fa, U+97fe, U+9804, U+9807, U+980a, U+980e-980f, U+9814, U+9816, U+981a, U+981c, U+981e, U+9820-9821, U+9823, U+9826, U+9828, U+982a-982c, U+9832, U+9834-9835, U+9837, U+9839, U+983c-983d, U+9845, U+9848-9849, U+984e, U+9852-9857, U+9859-985a, U+9862-9863, U+9865, U+9870-9871, U+9873-9874, U+9877, U+987a-987f, U+9881-9882, U+9885, U+9887-988a, U+988c-988d, U+9890, U+9893, U+9896-9897, U+989a, U+989c-989e, U+98a0, U+98a4, U+98a6-98a7, U+98a9, U+98ae-98af, U+98b2-98b3, U+98b6-98b8, U+98ba-98bd, U+98bf, U+98c7-98c8, U+98ca, U+98d2-98d3, U+98d8-98da, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5, U+98e7-98e9, U+98eb-98ee, U+98f1, U+98f4, U+9901, U+9908-9909, U+990c, U+9911;
	src: url("../fonts/noto-sans-tc-24-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-25-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+964e-964f, U+9651, U+9653-9655, U+9658, U+965b-965f, U+9661, U+9665, U+9668-9669, U+966c, U+9672, U+9674, U+967a, U+9682-9685, U+9688-9689, U+968b, U+968d, U+9695, U+9697-9698, U+969e, U+96a0-96a4, U+96a9, U+96ac, U+96ae, U+96b0, U+96b2-96b4, U+96b6-96b7, U+96b9, U+96bc-96be, U+96c3, U+96c9-96cb, U+96ce-96cf, U+96d1-96d2, U+96d8, U+96dd, U+96e9, U+96eb, U+96f0-96f1, U+96f3-96f4, U+96f9, U+96fe-96ff, U+9701-9702, U+9705, U+9708, U+970a, U+970e-9711, U+9719, U+971d, U+971f-9720, U+9728, U+972a, U+972d, U+9730, U+9733, U+973a, U+973d, U+9744, U+9746-9747, U+9749, U+9750-9751, U+9753, U+9758-9759, U+975b, U+975d, U+9763, U+9765-9766, U+9768, U+976c-976d, U+9771, U+9773, U+9776, U+977a, U+977c, U+9780, U+9784-9786, U+9788, U+978e-978f, U+9798, U+979d-979e, U+97a3, U+97a5-97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b6-97b7, U+97b9, U+97bf, U+97c1, U+97c3;
	src: url("../fonts/noto-sans-tc-25-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-26-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+950c, U+950f-9510, U+9519-951b, U+951d, U+951f, U+9521-9526, U+952d-9530, U+9535, U+953a-953b, U+9540-9542, U+9547, U+9549-954a, U+954d, U+9550-9551, U+9554-9556, U+955c, U+956c-956d, U+956f-9570, U+9573, U+9576, U+9578, U+9582, U+9586, U+9588, U+958e-958f, U+9599, U+959c, U+959e-959f, U+95a1-95a2, U+95a4, U+95a6-95a7, U+95aa-95ae, U+95b0, U+95b2, U+95b6, U+95b9-95bf, U+95c2-95c4, U+95c7-95c9, U+95cb-95cd, U+95d0, U+95d3-95d5, U+95d7-95d8, U+95da, U+95de, U+95e0-95e1, U+95e4-95e5, U+95ea-95eb, U+95ef-95f0, U+95f2-95f3, U+95f5, U+95f7-95fa, U+95fd, U+9600-9602, U+9607-9609, U+960e, U+9610-9611, U+9614, U+9616, U+9619-961a, U+961c-961d, U+961f, U+9621, U+9624, U+9628, U+962f, U+9633-9636, U+963c, U+9641-9643, U+9645, U+9647-9648;
	src: url("../fonts/noto-sans-tc-26-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-27-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+93e4, U+93e8, U+93ee, U+93f0, U+93f5, U+93f7-93f9, U+93fb, U+9403, U+9407, U+940f-9410, U+9413-9414, U+9417, U+9419-941a, U+941c, U+941e, U+9420-9425, U+9427-942b, U+942e, U+9432-9433, U+9436, U+9438, U+943a, U+943d, U+943f-9440, U+9445, U+944a, U+944c, U+9454-9455, U+945a-945b, U+945e, U+9460, U+9462-9463, U+9468, U+946a, U+946d, U+946f, U+9471, U+9474-9477, U+9479, U+947e-9481, U+9488-948a, U+948e, U+9492-9493, U+9497, U+9499, U+949b-94a3, U+94a5-94a9, U+94ac, U+94ae-94b1, U+94b3-94b5, U+94bb-94bc, U+94be-94c3, U+94c5-94c6, U+94c9, U+94ce-94d0, U+94db-94dd, U+94e0, U+94e2-94e3, U+94e8, U+94ec-94ee, U+94f0, U+94f2, U+94f5-94f6, U+94f8, U+94fa, U+94ff-9502, U+9504-9506, U+9508, U+950b;
	src: url("../fonts/noto-sans-tc-27-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-28-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+92e5-92e6, U+92e8-92e9, U+92ed-92ef, U+92f1-92f3, U+92f6, U+92f9, U+92fb, U+9300-9302, U+9306, U+930b, U+930f, U+9312, U+9315, U+9319-931b, U+931d-931f, U+9321, U+9323-9325, U+9327-932a, U+932c-932e, U+9331-9333, U+9335, U+9338, U+933c, U+9340-9341, U+9345-9349, U+934f-9352, U+9354, U+9356-935a, U+935c-9360, U+9363-9367, U+9369-936a, U+936c, U+936e, U+9370-9371, U+9373, U+9376, U+9379-937a, U+937c, U+9385, U+9387, U+938c, U+938f, U+9394, U+9397-9398, U+939a-939b, U+939d-939e, U+93a1-93a3, U+93a6-93a7, U+93a9-93aa, U+93ac-93ad, U+93af-93b0, U+93b3-93bb, U+93bd-93be, U+93c0-93c4, U+93c7, U+93ca-93cd, U+93d0-93d1, U+93d6-93d8, U+93dc-93de, U+93e0;
	src: url("../fonts/noto-sans-tc-28-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-29-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+91f0-91f1, U+91f5-91fa, U+91fd, U+91ff-9201, U+9203-920a, U+920d-920e, U+9210-9211, U+9217, U+9219, U+921c, U+9221, U+9224-9225, U+9227, U+922a, U+922d-922e, U+9230-9231, U+9233, U+9235-9239, U+923b, U+923d-9241, U+9244, U+9246, U+9248-9249, U+924b-9251, U+9253, U+925a, U+925d-925e, U+9262, U+9265-9267, U+926b-926d, U+926f, U+9271-9272, U+9274, U+9276, U+9278, U+927a-927c, U+927e-927f, U+9282-9283, U+9286, U+9288, U+928a, U+928d-928e, U+9291, U+9295-9296, U+9299-929b, U+929d, U+92a0-92ae, U+92b2, U+92b5-92b6, U+92bb-92bc, U+92c2-92c3, U+92c6-92cd, U+92cf-92d1, U+92d5, U+92d7, U+92d9, U+92dd, U+92df, U+92e4;
	src: url("../fonts/noto-sans-tc-29-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-30-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+90bb, U+90bd-90be, U+90c3-90c5, U+90c7, U+90d1, U+90d4-90d5, U+90d7, U+90db-90df, U+90e2-90e4, U+90ea-90eb, U+90ef, U+90f4, U+90f7-90f8, U+90fc, U+90fe-9100, U+9102, U+9104, U+9106, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9129, U+912b, U+912f, U+9131-9132, U+9134, U+9136, U+9139-913a, U+9143, U+9146, U+9148-914a, U+914e-9150, U+9154, U+9156-9157, U+9159-915a, U+915d-915e, U+9161-9164, U+916b, U+916e, U+9170-9172, U+9174, U+9176, U+9179-917a, U+917f, U+9181-9182, U+9184-9186, U+918c-918e, U+9190-9191, U+9196, U+919a-919b, U+919e, U+91a1-91a4, U+91a7, U+91aa, U+91ae-91b2, U+91b4-91b5, U+91b8, U+91bd-91be, U+91c1, U+91c3, U+91c5-91c6, U+91c8-91ca, U+91d2-91d5, U+91d7, U+91d9, U+91e1, U+91e4, U+91e6-91e9, U+91ec-91ed;
	src: url("../fonts/noto-sans-tc-30-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-31-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+8f68-8f69, U+8f6d-8f72, U+8f74, U+8f76, U+8f7b-8f7c, U+8f7f, U+8f83-8f86, U+8f88-8f8a, U+8f8d, U+8f90, U+8f93, U+8f95-8f97, U+8f99, U+8f9e-8f9f, U+8fa2, U+8fa7, U+8fa9, U+8fab, U+8fae, U+8fb3, U+8fb5-8fb6, U+8fba-8fbd, U+8fbf, U+8fc1-8fc2, U+8fc6, U+8fc8, U+8fcc-8fcd, U+8fd2-8fd3, U+8fd5, U+8fdc-8fdd, U+8fdf, U+8fe2-8fe5, U+8fe8-8fe9, U+8fed-8fee, U+8ff3, U+8ff5, U+8ff8, U+8ffa-8ffc, U+8ffe, U+9002, U+9004, U+9008, U+900a-900b, U+9011-9013, U+9016, U+901e, U+9021, U+9024, U+902d, U+902f-9030, U+9034-9036, U+9039-903b, U+9041, U+9044-9045, U+904f-9052, U+9057-9058, U+905b, U+905d, U+9061-9062, U+9065, U+9068, U+906f, U+9074, U+9079, U+907d, U+9083, U+9085, U+9087-9089, U+908b, U+9090, U+9093, U+9095, U+9097, U+9099, U+909b, U+909d-909e, U+90a0-90a2, U+90ac, U+90af-90b0, U+90b2-90b4, U+90b6, U+90b9;
	src: url("../fonts/noto-sans-tc-31-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-32-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+8e18, U+8e1d-8e21, U+8e23, U+8e26-8e28, U+8e2a-8e2b, U+8e2d-8e2e, U+8e30-8e31, U+8e35, U+8e39, U+8e3c-8e3d, U+8e40-8e42, U+8e47, U+8e49-8e4e, U+8e50, U+8e53-8e55, U+8e59-8e5b, U+8e60, U+8e62-8e63, U+8e67, U+8e69, U+8e6c-8e6d, U+8e6f, U+8e74, U+8e76, U+8e7a-8e7c, U+8e82, U+8e84-8e85, U+8e87, U+8e89-8e8b, U+8e8f-8e95, U+8e99-8e9a, U+8e9d-8e9e, U+8ea1, U+8ea3, U+8ea5-8ea6, U+8eaa, U+8eac-8ead, U+8eaf-8eb1, U+8eb9, U+8ebc, U+8ebe, U+8ec6, U+8ecb, U+8ecf, U+8ed1, U+8ed4, U+8ed7, U+8eda-8edb, U+8ee2, U+8ee8, U+8eeb, U+8ef2, U+8ef9-8efe, U+8f05, U+8f07-8f08, U+8f0a-8f0c, U+8f12-8f13, U+8f17, U+8f19-8f1a, U+8f1c, U+8f1e-8f1f, U+8f25-8f26, U+8f2d, U+8f30, U+8f33, U+8f36, U+8f3e, U+8f40-8f42, U+8f45-8f47, U+8f4d, U+8f54-8f55, U+8f5d, U+8f61-8f62, U+8f64, U+8f67;
	src: url("../fonts/noto-sans-tc-32-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-33-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+8cc1-8cc2, U+8cc4-8cc5, U+8ccf-8cd2, U+8cd4-8cd5, U+8cd9-8cdb, U+8ce1, U+8ce8, U+8ceb, U+8cf0, U+8cf8, U+8cfb, U+8cfe, U+8d04, U+8d07, U+8d0b, U+8d0d, U+8d10, U+8d12-8d14, U+8d17, U+8d1b-8d1f, U+8d21-8d26, U+8d29-8d2c, U+8d2e-8d32, U+8d34-8d35, U+8d37-8d38, U+8d3a-8d3c, U+8d3e-8d3f, U+8d41-8d43, U+8d48, U+8d4b-8d4c, U+8d4e-8d50, U+8d54, U+8d56, U+8d58, U+8d5a-8d5b, U+8d5f-8d60, U+8d62-8d63, U+8d66-8d69, U+8d6c-8d6e, U+8d73, U+8d75-8d76, U+8d7b, U+8d7d, U+8d84, U+8d8b, U+8d90-8d91, U+8d94, U+8d96, U+8d9c, U+8dab, U+8daf, U+8db2, U+8db5, U+8db7, U+8dba, U+8dbc, U+8dbf, U+8dc2-8dc3, U+8dc6, U+8dcb, U+8dce-8dd0, U+8dd6-8dd7, U+8dda-8ddb, U+8de3-8de4, U+8de9, U+8deb-8dec, U+8df1, U+8df5-8df7, U+8dfa-8dfd, U+8e05, U+8e08-8e0a, U+8e0e, U+8e14, U+8e16;
	src: url("../fonts/noto-sans-tc-33-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-34-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+8b6c-8b6d, U+8b72, U+8b7e, U+8b83, U+8b89, U+8b8c, U+8b8e, U+8b90, U+8b92, U+8b95-8b96, U+8b99, U+8b9c, U+8b9e-8b9f, U+8ba3, U+8ba5, U+8ba7, U+8baa, U+8bad, U+8bb2-8bb4, U+8bb6-8bb9, U+8bbc-8bbd, U+8bbf-8bc0, U+8bc3, U+8bc5, U+8bc8-8bcb, U+8bcf, U+8bd1, U+8bd7-8bdc, U+8bde-8be1, U+8be3, U+8be7, U+8be9, U+8beb-8bec, U+8bef, U+8bf1-8bf2, U+8bf5-8bf6, U+8bf8, U+8bfa, U+8bfd-8bfe, U+8c01-8c02, U+8c05, U+8c08, U+8c0a-8c11, U+8c13-8c15, U+8c18-8c1c, U+8c1f, U+8c23-8c29, U+8c2c-8c2d, U+8c31, U+8c34, U+8c36, U+8c39, U+8c3f, U+8c47, U+8c49-8c4c, U+8c4f, U+8c51, U+8c55, U+8c62, U+8c68, U+8c73, U+8c78, U+8c7a-8c7c, U+8c82, U+8c85, U+8c89-8c8a, U+8c8d-8c8e, U+8c90, U+8c94, U+8c98-8c99, U+8ca3-8ca4, U+8cad-8cb0, U+8cb2, U+8cb9-8cba, U+8cbd;
	src: url("../fonts/noto-sans-tc-34-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-35-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+89f6, U+89ff, U+8a01, U+8a03, U+8a07, U+8a09, U+8a0c, U+8a0f-8a12, U+8a16, U+8a1b, U+8a22, U+8a25, U+8a27, U+8a2b, U+8a33, U+8a36, U+8a38, U+8a3d-8a3e, U+8a41, U+8a45-8a46, U+8a48, U+8a4e, U+8a51-8a52, U+8a54, U+8a56-8a58, U+8a5b, U+8a5d, U+8a61, U+8a63, U+8a67, U+8a6a-8a6c, U+8a70, U+8a74-8a76, U+8a7a-8a7c, U+8a82, U+8a84-8a86, U+8a89, U+8a8f-8a92, U+8a94, U+8a9a, U+8aa1, U+8aa3, U+8aa5, U+8aa7-8aa8, U+8aad, U+8ab1, U+8ab6, U+8abe, U+8ac2, U+8ac4, U+8ac6, U+8ac9, U+8acc-8acf, U+8ad1, U+8adb, U+8add-8ae2, U+8ae4, U+8ae6, U+8aea-8aeb, U+8aed, U+8af1-8af6, U+8afa, U+8afc, U+8b01, U+8b04-8b05, U+8b07, U+8b0b-8b0d, U+8b0f-8b10, U+8b13-8b14, U+8b16, U+8b1a, U+8b1c, U+8b21-8b22, U+8b26, U+8b28, U+8b2b, U+8b2e, U+8b33, U+8b41, U+8b46, U+8b4c-8b4f, U+8b53-8b54, U+8b56, U+8b59, U+8b5e-8b60, U+8b64, U+8b6a-8b6b;
	src: url("../fonts/noto-sans-tc-35-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-36-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+889b-889c, U+889e, U+88a2, U+88a4, U+88a8, U+88aa, U+88ad-88ae, U+88b1, U+88b4, U+88b7-88b8, U+88bc-88be, U+88c0, U+88c4, U+88c6-88c7, U+88c9-88cc, U+88ce, U+88d2, U+88d6, U+88d8, U+88db, U+88df, U+88e4, U+88e8-88e9, U+88ec, U+88ef-88f1, U+88f3-88f5, U+88fc, U+88fe, U+8900, U+8902, U+8906, U+890a-890c, U+8912-8915, U+8918-891a, U+891f, U+8921, U+8923, U+8925, U+892a-892b, U+892d, U+8930, U+8933, U+8935-8936, U+8938, U+893d, U+8941-8943, U+8946-8947, U+8949, U+894c-894d, U+8956-8957, U+8959, U+895c, U+895e-8960, U+8964, U+8966, U+896c, U+8971, U+8974, U+897b, U+897e, U+8980, U+8982-8983, U+8987-8988, U+898a, U+898c, U+8991, U+8994-8995, U+8997-8998, U+899a, U+899c, U+89a1, U+89a4-89a7, U+89a9, U+89ac, U+89af, U+89b2-89b3, U+89b7, U+89bb, U+89bf, U+89c5, U+89c9-89ca, U+89d1, U+89d4-89d5, U+89da, U+89dc-89de, U+89e5-89e7, U+89ed, U+89f1, U+89f3-89f4;
	src: url("../fonts/noto-sans-tc-36-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-37-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+874c, U+874e-874f, U+8753, U+8757-8758, U+875d, U+875f, U+8761-8765, U+8768, U+876a, U+876c-8770, U+8772, U+8777, U+877a-877b, U+877d, U+8781, U+8784-8785, U+8788, U+878b, U+8793, U+8797-8798, U+879f, U+87a3, U+87a8, U+87ab-87ad, U+87af, U+87b3, U+87b5, U+87b9, U+87bb, U+87bd-87c0, U+87c4-87c8, U+87ca-87cc, U+87ce, U+87d2, U+87db-87dc, U+87e0-87e1, U+87e3, U+87e5, U+87e7, U+87ea-87eb, U+87ee-87ef, U+87f3-87f4, U+87f6-87f7, U+87fe, U+8802-8806, U+880a-880b, U+880e, U+8810-8811, U+8813, U+8815-8816, U+881b, U+8821, U+8823, U+8827, U+8831-8832, U+8835, U+8839-883a, U+883c, U+8844-8846, U+884a, U+884e, U+8852, U+8854-8856, U+8859-885a, U+885e, U+8862, U+8864-8865, U+8869-886a, U+886c-886e, U+8871-8872, U+8875, U+8879, U+887d-887f, U+8882, U+8884-8885, U+8888, U+8890, U+8892-8893, U+8897-8898, U+889a;
	src: url("../fonts/noto-sans-tc-37-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-38-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+8602, U+8604-8605, U+8610, U+8616-8618, U+861a, U+861e, U+8621-8622, U+8627, U+8629-862a, U+8634-8636, U+8638, U+863a, U+863c, U+8640, U+8642, U+8646, U+864c-864d, U+864f, U+8651-8654, U+8657, U+8659-865a, U+865c, U+8662, U+866b-866c, U+866f-8671, U+8673, U+8677, U+867a-867b, U+867d-867e, U+8680-8682, U+868b-868d, U+8693-8696, U+869a, U+869c-869d, U+86a1, U+86a3-86a4, U+86a7-86aa, U+86af-86b1, U+86b3-86b4, U+86b6, U+86b9-86ba, U+86c0-86c2, U+86c4, U+86c6, U+86c9-86ca, U+86cc-86ce, U+86d0, U+86d3-86d4, U+86de-86df, U+86e9, U+86ed-86f0, U+86f3, U+86f8-86fc, U+86fe, U+8703, U+8706-870a, U+870d-870e, U+8711-8712, U+8715, U+8717, U+8719-871a, U+871e, U+8721-8723, U+8725, U+8728-8729, U+872e, U+8731, U+8734, U+8737, U+873a, U+873e-8740, U+8742, U+8747, U+8749, U+874b;
	src: url("../fonts/noto-sans-tc-38-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-39-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+84b1, U+84b4, U+84b9-84bb, U+84bd-84c0, U+84c2, U+84c6-84c7, U+84ca, U+84cd-84d2, U+84d6, U+84dd, U+84df, U+84e2, U+84e6-84e8, U+84ea, U+84ef-84f0, U+84f3-84f4, U+84f7, U+84fa, U+84fc-84fd, U+84ff-8500, U+8506, U+850c, U+8511, U+8515, U+8517, U+851d-851f, U+8524, U+852b, U+852f, U+8532, U+8534-8535, U+8537-8538, U+853a, U+853c, U+853e, U+8541-8542, U+8545, U+8548, U+854b, U+854d-854e, U+8552-8553, U+8555-8558, U+855a, U+855e, U+8561-8565, U+8568, U+856a-856c, U+856f, U+8574, U+8577-857b, U+8580-8581, U+8585-8586, U+858a, U+858c, U+858f-8590, U+8594, U+8597-8599, U+859c, U+859f, U+85a1-85a2, U+85a4, U+85a8, U+85ab-85ac, U+85ae, U+85b3-85b4, U+85b7, U+85b9-85ba, U+85bd-85be, U+85c1-85c2, U+85cb, U+85ce, U+85d0, U+85d3, U+85d5, U+85dc, U+85e0, U+85e6, U+85e8, U+85ea, U+85ed, U+85f4, U+85f6-85f7, U+85f9-85fa, U+85ff;
	src: url("../fonts/noto-sans-tc-39-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-40-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+8378, U+837a-8380, U+8383, U+8385-8386, U+8392, U+8394-8395, U+8398-8399, U+839b-839c, U+83a0, U+83a2, U+83a4, U+83a7-83aa, U+83af-83b5, U+83b7, U+83b9-83ba, U+83bc-83c0, U+83c2, U+83c4-83c5, U+83c8-83c9, U+83cb, U+83ce-83cf, U+83d1, U+83d4-83d6, U+83d8, U+83dd, U+83df, U+83e1-83e2, U+83e5, U+83ea-83eb, U+83f0, U+83f3-83f4, U+83f9, U+83fb-83fe, U+8406-8407, U+840b, U+840f, U+8411, U+8413, U+8418, U+841b-841d, U+8420-8421, U+8423-8424, U+8426-8429, U+842b, U+842d-842e, U+8432-8433, U+8435, U+8437-8439, U+843b-843c, U+843e, U+8445-8447, U+844e, U+8451-8452, U+8456, U+8459-845a, U+845c, U+845f, U+8462, U+8466-8467, U+846d, U+846f-8471, U+8473-8474, U+8476-8478, U+847a, U+8484, U+848b, U+848d-848e, U+8493-8494, U+8497, U+849d, U+849f, U+84a1, U+84a8, U+84af;
	src: url("../fonts/noto-sans-tc-40-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-41-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+826e, U+8270, U+8273, U+8276, U+8278-8279, U+827d, U+827f, U+8283-8284, U+8288-828a, U+828d-8291, U+8293-8294, U+8298, U+829a-829c, U+829e-82a4, U+82a6-82ab, U+82ae, U+82b0, U+82b4, U+82b6, U+82ba-82bc, U+82be, U+82c1, U+82c4-82c5, U+82c7, U+82cb, U+82cd, U+82cf-82d0, U+82d2, U+82d5-82d6, U+82d9, U+82db-82dc, U+82de-82e1, U+82e3-82e4, U+82e7, U+82ea-82eb, U+82ef-82f0, U+82f3-82f4, U+82f6-82f7, U+82f9-82fc, U+82fe-8301, U+8306-8308, U+830b-830e, U+8316, U+8318, U+831a-831b, U+831d-831e, U+8327, U+832a, U+832c-832d, U+832f, U+8331, U+8333-8334, U+8337, U+833a-833c, U+833f-8340, U+8342, U+8344-8347, U+834b-834c, U+834f, U+8351, U+8356-8358, U+835a, U+835e-8361, U+8363-8364, U+8367-8368, U+836b, U+836f, U+8373, U+8375;
	src: url("../fonts/noto-sans-tc-41-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-42-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+8113, U+8115, U+8117-8118, U+811a-811b, U+811e, U+8121-8127, U+8129, U+812c, U+812f-8134, U+8137-8138, U+813a, U+813d, U+8144, U+8146, U+8148, U+814a, U+814c-814d, U+8151, U+8153, U+8156, U+8158, U+815a, U+8160, U+8167, U+8169, U+816d, U+816f, U+8171, U+8174, U+817b-817c, U+817e, U+8182, U+8188, U+818a, U+8194-8195, U+8198, U+819b, U+819e, U+81a3, U+81a6-81a7, U+81ab, U+81af-81b0, U+81b5-81b6, U+81b8, U+81ba-81bb, U+81be-81bf, U+81c3, U+81c6, U+81ca, U+81cc, U+81cf, U+81d1-81d3, U+81d6-81d7, U+81d9-81da, U+81dd-81de, U+81e0-81e2, U+81e7, U+81ec, U+81ef, U+81fc, U+81fe, U+8200-8202, U+8204-8206, U+820b, U+820e, U+8210, U+8215, U+8217-8218, U+821b, U+821d, U+8221-8222, U+8224, U+8228-8229, U+822b, U+822f-8234, U+8236-8238, U+823a, U+823e, U+8240, U+8244-8245, U+8249, U+824b, U+824e-824f, U+8257, U+825a, U+825f, U+8264, U+8268, U+826b;
	src: url("../fonts/noto-sans-tc-42-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-43-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+7fb1-7fb2, U+7fb4, U+7fb6, U+7fb8, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fcb-7fcc, U+7fce-7fcf, U+7fd1, U+7fd5, U+7fd8, U+7fdb, U+7fde-7fdf, U+7fe5-7fe6, U+7fe9, U+7feb-7fec, U+7fee, U+7ff2-7ff3, U+7ffa, U+7ffd-7ffe, U+8002, U+8004, U+8006, U+800b, U+800e, U+8011-8012, U+8014, U+8016, U+8018-8019, U+801c, U+8024, U+8026, U+8028, U+802c, U+8030, U+8035, U+8037-8039, U+803b, U+8042-8043, U+804b-804c, U+8052, U+8061, U+8068, U+806a, U+806e, U+8071, U+8073-8076, U+8079, U+807c, U+807e-807f, U+8083-8084, U+808f, U+8093, U+8095, U+8098, U+809c, U+809f-80a0, U+80a4, U+80a7, U+80ab, U+80ad-80ae, U+80b0-80b1, U+80b4-80b6, U+80b8, U+80bc-80c2, U+80c4, U+80c6-80c7, U+80cb, U+80cd, U+80cf, U+80d4, U+80d7, U+80d9, U+80db-80dd, U+80e0, U+80e3-80e5, U+80e7, U+80eb-80ed, U+80ef-80f1, U+80f3-80f4, U+80f6-80f7, U+80fc, U+80fe-80ff, U+8101, U+8107, U+8109, U+810f-8112;
	src: url("../fonts/noto-sans-tc-43-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-44-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+7eaf, U+7eb1-7eb3, U+7eb5-7eba, U+7ebd-7ebe, U+7ec0-7ec1, U+7ec3, U+7ec5, U+7ec7-7eca, U+7ecd-7ece, U+7ed1-7ed2, U+7ed4-7ed5, U+7ed7-7ed8, U+7eda-7edb, U+7edd-7ede, U+7ee2-7ee3, U+7ee5, U+7ee7, U+7ee9-7eeb, U+7eee-7ef0, U+7ef3, U+7ef5, U+7ef7-7ef8, U+7efd-7f01, U+7f03, U+7f05-7f09, U+7f0e, U+7f10, U+7f13-7f15, U+7f18-7f1a, U+7f1c-7f1d, U+7f20, U+7f24-7f25, U+7f28-7f2a, U+7f2d-7f2e, U+7f30, U+7f34, U+7f36-7f37, U+7f3d, U+7f42-7f45, U+7f47-7f4e, U+7f52, U+7f54, U+7f58, U+7f5a, U+7f5d, U+7f5f-7f63, U+7f65, U+7f68, U+7f6b, U+7f78, U+7f7d-7f7e, U+7f81-7f83, U+7f86-7f87, U+7f8b-7f8d, U+7f91, U+7f93-7f95, U+7f97, U+7f99-7f9a, U+7f9d, U+7f9f, U+7fa1-7fa3, U+7fa5, U+7fa7, U+7fad-7fb0;
	src: url("../fonts/noto-sans-tc-44-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-45-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+7d89, U+7d8b-7d8f, U+7d91, U+7d95-7d96, U+7d98-7d9a, U+7d9d-7d9e, U+7da2-7da3, U+7da6, U+7daa, U+7dac, U+7dae-7db0, U+7db3, U+7db5, U+7db7, U+7db9, U+7dbd, U+7dc1, U+7dc3-7dc7, U+7dcc-7dcf, U+7dd1, U+7dd6-7dd9, U+7ddb-7ddc, U+7de1-7de2, U+7de6, U+7df0-7df3, U+7df6, U+7dfe, U+7e01-7e02, U+7e04, U+7e08-7e0b, U+7e10-7e11, U+7e13, U+7e15, U+7e1d-7e20, U+7e22, U+7e25-7e27, U+7e29, U+7e2d, U+7e2f-7e30, U+7e32-7e37, U+7e39, U+7e3b, U+7e44-7e45, U+7e47-7e48, U+7e4a-7e4b, U+7e4d, U+7e50-7e52, U+7e56, U+7e58-7e5b, U+7e62, U+7e68, U+7e6d-7e70, U+7e76, U+7e78, U+7e7b, U+7e7e, U+7e81-7e82, U+7e86-7e88, U+7e8a, U+7e8d-7e8e, U+7e92-7e94, U+7e98-7e9b, U+7e9e, U+7ea0, U+7ea3-7ea4, U+7ea8, U+7eaa-7eae;
	src: url("../fonts/noto-sans-tc-45-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-46-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+7c20, U+7c23, U+7c25-7c26, U+7c2a-7c2b, U+7c37-7c39, U+7c40-7c41, U+7c48-7c49, U+7c50, U+7c53-7c54, U+7c56-7c57, U+7c59-7c5c, U+7c5f, U+7c63, U+7c65, U+7c69, U+7c6c-7c6e, U+7c74-7c75, U+7c79, U+7c7c, U+7c7e, U+7c84, U+7c8b, U+7c8d, U+7c91, U+7c94-7c95, U+7c9b, U+7c9f, U+7ca2, U+7ca4, U+7ca6, U+7ca8-7caa, U+7cae, U+7cb1-7cb3, U+7cba, U+7cbc, U+7cbf-7cc0, U+7cc5, U+7cc8-7cc9, U+7ccc-7cce, U+7cd7, U+7cdc-7cdd, U+7ce0, U+7ce2, U+7ce8, U+7cea, U+7ced, U+7cf2, U+7cf4, U+7cf6, U+7cf8-7cfa, U+7cfc, U+7d02, U+7d06-7d0a, U+7d0f, U+7d11-7d12, U+7d15, U+7d18, U+7d1c-7d1e, U+7d25, U+7d27, U+7d29, U+7d2c, U+7d31-7d32, U+7d35, U+7d38, U+7d3a, U+7d3c, U+7d3e-7d41, U+7d43, U+7d45, U+7d4c, U+7d4e-7d4f, U+7d53-7d54, U+7d56, U+7d5b-7d5d, U+7d5f, U+7d63, U+7d67, U+7d6a, U+7d6d, U+7d70, U+7d73, U+7d75, U+7d79-7d7b, U+7d7d, U+7d80, U+7d83-7d84, U+7d86-7d88;
	src: url("../fonts/noto-sans-tc-46-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-47-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+7afb, U+7afd-7afe, U+7b01-7b06, U+7b09-7b0b, U+7b0e-7b10, U+7b14, U+7b18, U+7b1a, U+7b1e-7b1f, U+7b22-7b25, U+7b29-7b2b, U+7b2d-7b2e, U+7b31-7b35, U+7b38-7b3c, U+7b45, U+7b47-7b48, U+7b4a, U+7b4c, U+7b4e-7b50, U+7b58, U+7b5b, U+7b5d, U+7b60, U+7b62, U+7b65-7b67, U+7b69, U+7b6d-7b6f, U+7b72-7b76, U+7b79, U+7b7e, U+7b82, U+7b84-7b85, U+7b87, U+7b8b, U+7b8d-7b93, U+7b95-7b96, U+7b98, U+7b9c-7b9d, U+7ba0, U+7ba7, U+7ba9-7bac, U+7bb0, U+7bb4, U+7bb6, U+7bb8-7bb9, U+7bc1, U+7bc3, U+7bc6, U+7bcb-7bcc, U+7bcf, U+7bd4, U+7bd9-7bdb, U+7bdd, U+7be0-7be1, U+7be5-7be6, U+7bea, U+7bed-7bee, U+7bf1-7bf3, U+7bf8-7bf9, U+7bfc-7c01, U+7c03, U+7c07, U+7c0a-7c0d, U+7c0f, U+7c11-7c12, U+7c15, U+7c1e-7c1f;
	src: url("../fonts/noto-sans-tc-47-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-48-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+7988, U+798a-798b, U+7991, U+7993-7996, U+7998, U+799a-799b, U+799f-79a2, U+79a4, U+79a8-79a9, U+79af-79b0, U+79b3, U+79b5, U+79b8, U+79ba, U+79c3, U+79c6, U+79c8, U+79cf, U+79d5-79d6, U+79dc-79de, U+79e3, U+79e7, U+79ea-79ed, U+79ef-79f0, U+79f4, U+79f6-79f8, U+79fd, U+7a02-7a03, U+7a08-7a0a, U+7a0c, U+7a0e, U+7a10-7a11, U+7a14, U+7a17-7a19, U+7a1c, U+7a1e-7a1f, U+7a23, U+7a26, U+7a2d, U+7a32-7a33, U+7a37, U+7a39, U+7a3c, U+7a42, U+7a45, U+7a49, U+7a4f, U+7a56, U+7a5a, U+7a5c, U+7a60-7a61, U+7a63, U+7a68, U+7a6d-7a6e, U+7a70-7a71, U+7a77-7a79, U+7a80, U+7a83, U+7a85-7a86, U+7a88, U+7a8d, U+7a90-7a91, U+7a93-7a96, U+7a98, U+7a9c-7a9d, U+7aa0, U+7aa3, U+7aa5-7aa6, U+7aa8, U+7aaa, U+7aac, U+7ab0, U+7ab3, U+7ab6, U+7ab8, U+7abb, U+7abe-7abf, U+7ac2, U+7ac8-7ac9, U+7ad1-7ad2, U+7ad6, U+7ada, U+7adc-7ade, U+7ae4, U+7ae6, U+7ae9-7aeb, U+7af4, U+7af8, U+7afa;
	src: url("../fonts/noto-sans-tc-48-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-49-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+7840, U+7842-7843, U+7845, U+7847, U+784a, U+784c-7850, U+7852-7853, U+7855, U+7858, U+785a, U+785c-785d, U+7864, U+7866, U+7868, U+786a, U+786f, U+7874, U+7876, U+787c, U+787f, U+7886-7887, U+7889, U+788d, U+788f, U+7893, U+7895-7896, U+7898, U+789a, U+789e, U+78a1, U+78a3, U+78a5, U+78aa, U+78ad, U+78b1-78b2, U+78b4, U+78b6, U+78b8, U+78be, U+78c8-78c9, U+78cb, U+78ce, U+78d0-78d1, U+78d4-78d5, U+78d7-78d8, U+78de, U+78e3, U+78e6-78e7, U+78ea, U+78ec, U+78f2-78f4, U+78fa-78fb, U+78fd-7900, U+7904-7906, U+790a, U+790c, U+7910-7912, U+791c, U+791e, U+7920-7921, U+792a-792c, U+792e, U+7931, U+7934, U+7938, U+793b, U+793d, U+793f, U+7941-7942, U+7945-7947, U+7949, U+794c, U+794e, U+7953-7954, U+7957-795c, U+795f, U+7961-7962, U+7964, U+7967, U+7969, U+796b-796c, U+796f, U+7972-7973, U+7977-7979, U+797b-797c, U+797e, U+7980, U+7982, U+7984-7987;
	src: url("../fonts/noto-sans-tc-49-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-50-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+7705, U+7707-7708, U+770a, U+770c, U+770f, U+7715, U+7719-771b, U+771d-771e, U+7722, U+7725-7726, U+7728, U+772d, U+772f, U+7733-7736, U+7738, U+773b, U+773d, U+7741, U+7744, U+7746, U+774c, U+774e-7752, U+7755, U+7759-775a, U+775f-7760, U+7762, U+7765-7766, U+7768-776a, U+776c-776e, U+7771, U+7778, U+777a, U+777d-777e, U+7780, U+7785, U+7787, U+7789, U+778b-778d, U+7791-7793, U+779c, U+779f-77a0, U+77a2, U+77a5, U+77a9, U+77b0-77b1, U+77b4, U+77b6-77b7, U+77b9, U+77bc-77bf, U+77c5, U+77c7, U+77cc-77cd, U+77d3, U+77d6-77d7, U+77dc, U+77de, U+77e3, U+77e7, U+77eb-77ec, U+77f0, U+77f2, U+77f6, U+77f8, U+77fa-77fc, U+77fe-7800, U+7803, U+7805-7806, U+7809, U+7810-7812, U+7815-7816, U+781a, U+781c-781d, U+781f-7823, U+7825-7827, U+7829, U+782c-7830, U+7833, U+7835, U+7837, U+7839-783a, U+783c, U+783e;
	src: url("../fonts/noto-sans-tc-50-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-51-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+75cc-75cd, U+75d2, U+75d4, U+75d9, U+75df, U+75e2-75e4, U+75e6-75e7, U+75e9-75ec, U+75f0-75f3, U+75f7, U+75f9-75fa, U+75fc, U+75fe-7602, U+7608-760a, U+760c-760d, U+7610, U+7615-7616, U+7618-7620, U+7622-7623, U+7625, U+7627, U+7629, U+762b, U+762e, U+7630, U+7632-7635, U+7638, U+763a-763c, U+763e, U+7640, U+7643, U+7646, U+7648-7649, U+764d-764e, U+7654, U+7658, U+765c, U+765f, U+7663-7667, U+7669, U+766b-766d, U+766f-7670, U+7676, U+7678-767a, U+767f-7681, U+7683, U+7688, U+768a-768b, U+768e, U+7690, U+7695-7696, U+769a-769e, U+76a3-76a4, U+76aa, U+76b0-76b1, U+76b4, U+76b7-76b8, U+76c2, U+76c5, U+76c9, U+76cc-76cd, U+76cf-76d1, U+76d6-76d8, U+76e5-76e6, U+76e9, U+76ec, U+76f1, U+76f7, U+76f9-76fb, U+76ff-7700, U+7704;
	src: url("../fonts/noto-sans-tc-51-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-52-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+749a, U+749c-74a1, U+74a3, U+74a5-74a7, U+74a9-74ab, U+74ae, U+74b1-74b2, U+74b5, U+74b8, U+74ba, U+74bf, U+74c5, U+74c8, U+74cc-74cd, U+74d2, U+74d4, U+74d6, U+74d8, U+74da, U+74de-74e0, U+74e2, U+74e4, U+74e8-74e9, U+74ee-74ef, U+74f4, U+74f9, U+74fb, U+74ff-7501, U+7503, U+7507, U+750c-750d, U+7511, U+7513, U+7515-7517, U+7519, U+751e, U+7521, U+7525, U+752a, U+752c-752f, U+7534, U+753e, U+7542, U+7545, U+7547-7548, U+754a-754b, U+754e, U+7551, U+755a-755b, U+755d, U+7560, U+7563-7564, U+7566-7568, U+756c-756f, U+7572-7575, U+7577-757a, U+757c, U+757e-757f, U+7583-7584, U+7587, U+7589, U+758b-758e, U+7590, U+7592, U+7594-7595, U+7597, U+7599-759a, U+759d, U+759f, U+75a1-75a3, U+75a5, U+75a7, U+75aa, U+75ac, U+75ae-75b1, U+75b3-75b4, U+75b8, U+75bd, U+75c0, U+75c2-75c4, U+75c9-75ca;
	src: url("../fonts/noto-sans-tc-52-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-53-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+73b3-73ba, U+73bc, U+73bf, U+73c2, U+73c4-73c6, U+73c9, U+73cb-73cc, U+73ce-73d2, U+73d6-73d7, U+73d9, U+73db-73de, U+73e3, U+73e5-73eb, U+73ef, U+73f5-73f7, U+73f9-73fa, U+73fc-73fd, U+7400-7401, U+7404-7405, U+7407-7408, U+740a-740d, U+740f-7410, U+7416, U+741a-741b, U+741d-741e, U+7420-7425, U+7428-7429, U+742c-7432, U+7435-7436, U+7438-743a, U+743c-7442, U+7445-7446, U+7448-744a, U+7451-7452, U+7454, U+7457, U+7459, U+745d, U+7460-7462, U+7465, U+7467-7468, U+746c-746e, U+7471-7477, U+7479-747a, U+747c-747f, U+7481-7482, U+7484-7486, U+7488-748a, U+748e-7490, U+7492, U+7498;
	src: url("../fonts/noto-sans-tc-53-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-54-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+727f, U+7281-7282, U+7284, U+7287, U+728a, U+728d, U+7292, U+7296, U+7298, U+729b, U+729f-72a2, U+72ad-72ae, U+72b0-72b5, U+72b8-72b9, U+72bc-72bd, U+72c1, U+72c3, U+72c5-72c6, U+72c8, U+72cc-72ce, U+72d2, U+72d4, U+72db, U+72dd, U+72df, U+72e1, U+72e8, U+72ec-72ee, U+72f1, U+72f3-72f4, U+72f7, U+72fa-72fb, U+72fd, U+7300-7301, U+7304, U+7307, U+730a-730b, U+730e, U+7313, U+7315-7317, U+7319, U+731e-731f, U+7322, U+7328-732e, U+7330-7331, U+7337, U+733a-733c, U+733e, U+7340-7341, U+7343, U+734c-734d, U+734f-7350, U+7352, U+7355, U+7357, U+7359-735a, U+7360-7363, U+7365, U+7369-7370, U+7373-7374, U+7377, U+737a, U+737c, U+737e, U+7380, U+7385-7386, U+738a, U+738e-738f, U+7391-7395, U+7397-7398, U+739b, U+73a0-73a2, U+73a5-73a8, U+73ad-73ae;
	src: url("../fonts/noto-sans-tc-54-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-55-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+7113-7116, U+7118, U+711c, U+711e, U+7120, U+7122, U+712e-712f, U+7131, U+7134, U+713c, U+713f, U+7143, U+7145-7147, U+714a-714b, U+7150-7153, U+7155-7156, U+715a, U+7160, U+7162, U+7166, U+7168, U+716c, U+7171, U+7173, U+7178, U+717a-717b, U+717d, U+7180-7181, U+7185, U+7187-7188, U+718b, U+718f-7190, U+7192, U+7196-7198, U+719a-719c, U+71a0, U+71a4, U+71a8, U+71af, U+71b2-71b3, U+71b5, U+71b7-71ba, U+71be, U+71c1, U+71c4, U+71ca-71cb, U+71ce-71d0, U+71d4, U+71d7-71d8, U+71da, U+71dc, U+71e0-71e1, U+71e7, U+71ec, U+71f4-71f6, U+71f9, U+71fc, U+71fe-7201, U+7203, U+7207, U+7209, U+720c, U+7213-7215, U+7217, U+721a, U+721d, U+7222-7223, U+7228, U+722b, U+7230, U+7237, U+723b, U+723f-7242, U+724b, U+724d, U+7252-7253, U+7256, U+7258, U+725d, U+7263-7266, U+726a-726b, U+726e-7270, U+7273-7275, U+7277, U+727a-727b, U+727e;
	src: url("../fonts/noto-sans-tc-55-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-56-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+6fe8-6fe9, U+6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ffa, U+6ffc, U+6fff-7001, U+7003, U+7005-7007, U+700b, U+700d, U+7015, U+7018, U+701b, U+701e, U+7020-7021, U+7023, U+7026-7027, U+702c, U+702f-7032, U+7034-7035, U+7037-703c, U+7040, U+7042-7044, U+7046, U+7049, U+704b, U+704f, U+7052, U+7054-7055, U+705c-7061, U+7064-7069, U+706c-706d, U+706f, U+7073-7075, U+7078, U+707a, U+707e-7081, U+7085-7086, U+7089, U+7090-7091, U+7094-7096, U+7098, U+709c, U+709f, U+70a1, U+70a4, U+70a9, U+70ac, U+70af-70b2, U+70b4-70b5, U+70b7, U+70bb-70be, U+70c0-70c3, U+70ca-70cb, U+70d2, U+70d4-70d5, U+70d9-70dd, U+70df, U+70e6-70e9, U+70eb-70ec, U+70ef, U+70f1, U+70f4, U+70f7, U+70fa, U+70fd, U+70ff, U+7104, U+7106, U+7109, U+710c, U+7110;
	src: url("../fonts/noto-sans-tc-56-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-57-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+6ed6, U+6ed8, U+6eda-6edb, U+6edd-6ede, U+6ee2, U+6ee4-6ee5, U+6ee8-6ee9, U+6eeb, U+6eee, U+6ef3, U+6ef8-6efb, U+6f00, U+6f08-6f0a, U+6f0d-6f0e, U+6f11-6f13, U+6f15, U+6f19-6f1a, U+6f23, U+6f25-6f2a, U+6f2d-6f31, U+6f33-6f36, U+6f3a-6f3c, U+6f40-6f41, U+6f43-6f44, U+6f47, U+6f4d-6f4f, U+6f53, U+6f57, U+6f59-6f5a, U+6f5c, U+6f5e-6f61, U+6f63, U+6f66-6f67, U+6f69-6f6c, U+6f6f, U+6f72-6f78, U+6f7a-6f7f, U+6f81-6f82, U+6f87, U+6f89, U+6f8b-6f8d, U+6f90, U+6f92, U+6f94-6f97, U+6f9c, U+6f9f-6fa0, U+6fa2-6fa3, U+6fa5-6fa8, U+6faa-6fab, U+6fae-6faf, U+6fb4, U+6fb6, U+6fb9-6fba, U+6fbc, U+6fc2, U+6fc6-6fcb, U+6fce, U+6fd1-6fd2, U+6fd4, U+6fd8, U+6fda, U+6fde, U+6fe0-6fe2;
	src: url("../fonts/noto-sans-tc-57-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-58-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+6dd3, U+6dd5-6dd6, U+6dd9, U+6ddb-6de0, U+6de2-6de6, U+6de9, U+6dec, U+6def-6df0, U+6df2, U+6df4, U+6df6, U+6df8, U+6dfc-6dfd, U+6e00, U+6e02-6e03, U+6e07-6e0b, U+6e0d-6e0e, U+6e10, U+6e13-6e15, U+6e17, U+6e19-6e1a, U+6e1d, U+6e1f, U+6e22, U+6e24-6e25, U+6e27, U+6e2b, U+6e2d-6e2e, U+6e30-6e31, U+6e36, U+6e39-6e3a, U+6e3c-6e3d, U+6e40-6e41, U+6e44-6e45, U+6e47, U+6e49, U+6e4b, U+6e4d-6e4f, U+6e51, U+6e53-6e54, U+6e59, U+6e5c, U+6e5e-6e61, U+6e63-6e66, U+6e69-6e6b, U+6e6e, U+6e70-6e76, U+6e78, U+6e7c, U+6e7f-6e80, U+6e83, U+6e85-6e86, U+6e88-6e89, U+6e8b, U+6e8d-6e8f, U+6e93, U+6e98-6e9a, U+6e9f, U+6ea1, U+6ea4-6ea7, U+6eae, U+6eb1-6eb2, U+6eb4-6eb5, U+6eb7, U+6ebd, U+6ec1-6ec3, U+6ec7-6ec9, U+6ecd-6ed0, U+6ed3-6ed5;
	src: url("../fonts/noto-sans-tc-58-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-59-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+6cda, U+6cdc-6cde, U+6ce0, U+6ce7, U+6ce9-6cec, U+6cee-6cef, U+6cf1, U+6cf7-6cf8, U+6cfb-6cfe, U+6d00-6d02, U+6d04, U+6d06-6d07, U+6d09-6d0a, U+6d0c, U+6d0e-6d12, U+6d18-6d1a, U+6d1f, U+6d22-6d24, U+6d27-6d28, U+6d2b, U+6d2d-6d31, U+6d33-6d3a, U+6d3c, U+6d3f, U+6d43-6d47, U+6d4a-6d4b, U+6d4e-6d4f, U+6d51-6d53, U+6d57-6d58, U+6d5a, U+6d5c, U+6d5e-6d65, U+6d67, U+6d6c-6d6d, U+6d6f-6d70, U+6d72, U+6d75, U+6d79, U+6d7c, U+6d7f, U+6d82, U+6d85, U+6d87, U+6d8e-6d8f, U+6d91-6d95, U+6d97-6d99, U+6d9b, U+6d9d, U+6d9f, U+6da1, U+6da4, U+6da6-6dac, U+6db3-6db4, U+6db7-6db8, U+6dbe-6dc0, U+6dc2, U+6dc4-6dc5, U+6dc8-6dca, U+6dcc-6dcd, U+6dcf-6dd0, U+6dd2;
	src: url("../fonts/noto-sans-tc-59-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-60-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+6bbb, U+6bbd, U+6bc1-6bc2, U+6bcc, U+6bce, U+6bd0-6bd1, U+6bd5-6bd9, U+6bde, U+6be1, U+6bec, U+6bf3, U+6bf9, U+6bfd, U+6bff-6c00, U+6c02, U+6c05-6c06, U+6c0a, U+6c0c-6c0d, U+6c10, U+6c13, U+6c16, U+6c18-6c1a, U+6c1f, U+6c21-6c22, U+6c24, U+6c26, U+6c28-6c2a, U+6c2c, U+6c2e-6c33, U+6c35-6c37, U+6c39-6c3a, U+6c3d-6c3f, U+6c43, U+6c46, U+6c49-6c4f, U+6c54-6c55, U+6c58, U+6c5a-6c5c, U+6c5e, U+6c64-6c69, U+6c6b-6c6f, U+6c71-6c75, U+6c78-6c79, U+6c7c, U+6c7e, U+6c82, U+6c84-6c87, U+6c8c-6c8d, U+6c8f, U+6c93-6c94, U+6c98, U+6c9a, U+6c9d, U+6c9f, U+6ca2, U+6ca5-6ca8, U+6caa, U+6cac-6cb2, U+6cb4-6cb5, U+6cba, U+6cbc, U+6cc2-6cc3, U+6cc5-6cc7, U+6cd0-6cd2, U+6cd4, U+6cd6-6cd7, U+6cd9;
	src: url("../fonts/noto-sans-tc-60-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-61-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+6a31-6a32, U+6a35, U+6a3b, U+6a3e-6a40, U+6a47-6a48, U+6a50, U+6a52, U+6a55-6a57, U+6a5a-6a5b, U+6a5e, U+6a62, U+6a66, U+6a6a, U+6a71, U+6a79, U+6a7c, U+6a7e-6a81, U+6a84, U+6a87, U+6a89, U+6a8d-6a8e, U+6a90-6a92, U+6a97, U+6a9c, U+6a9e-6aa1, U+6aa3-6aa5, U+6aa8, U+6aab, U+6aae, U+6ab5, U+6aba, U+6abe, U+6ac2, U+6ac5-6ac6, U+6ac8-6ac9, U+6acc, U+6ad3, U+6ada-6adb, U+6add-6adf, U+6ae3, U+6ae7-6ae8, U+6aea-6aec, U+6af1, U+6af3, U+6af8, U+6afa, U+6afc, U+6b05, U+6b09, U+6b0e-6b13, U+6b17, U+6b1d-6b1e, U+6b25, U+6b2c, U+6b31, U+6b35-6b37, U+6b39, U+6b3b, U+6b40, U+6b43, U+6b46, U+6b48, U+6b53-6b55, U+6b59, U+6b5b, U+6b5f-6b60, U+6b68-6b69, U+6b6f, U+6b74, U+6b7a, U+6b7c, U+6b7f-6b84, U+6b86-6b87, U+6b89, U+6b8b, U+6b8d, U+6b91-6b93, U+6b9b, U+6b9e, U+6ba1-6ba2, U+6ba4, U+6baa-6bab, U+6bad-6bae, U+6bb2-6bb4;
	src: url("../fonts/noto-sans-tc-61-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-62-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+6900, U+6902, U+6904, U+6906-6907, U+6909, U+690b, U+690f-6910, U+6917, U+691a-691c, U+6925, U+692a, U+692c-692d, U+6932, U+6934, U+6939, U+693c-6940, U+6942, U+6949, U+6952, U+6954-6957, U+6959, U+695b-695f, U+6961-696c, U+696e-6970, U+6973-6974, U+6976, U+6978-697a, U+697c, U+6980, U+6984-6986, U+6988-698a, U+698d-698e, U+6990-6991, U+6994, U+6996-699b, U+699e, U+69a3-69a7, U+69ab, U+69ad, U+69af, U+69b1, U+69b3, U+69b6-69b7, U+69bb-69bc, U+69bf, U+69c1, U+69c3-69c5, U+69c7, U+69ca, U+69cc, U+69ce, U+69d0-69d1, U+69d4, U+69d8-69d9, U+69db, U+69df, U+69e4, U+69e8-69ea, U+69ed-69ee, U+69f1-69f4, U+69f6, U+69f8, U+69fa-69fb, U+69ff-6a00, U+6a05, U+6a0a-6a0b, U+6a17-6a18, U+6a1b, U+6a28-6a2b;
	src: url("../fonts/noto-sans-tc-62-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-63-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+67d9, U+67db-67e0, U+67e2, U+67e4, U+67e9-67ea, U+67f0, U+67f2, U+67f6-67f8, U+67fa-67fb, U+67fe, U+6800-6805, U+6808-6809, U+680b, U+680e-680f, U+6811-6812, U+6814, U+6816, U+6818, U+681c-681e, U+6820, U+6822, U+6825, U+6827-6829, U+682b, U+682e-682f, U+6831-6834, U+683a-683b, U+683e, U+6840-6841, U+6844-6845, U+6849, U+684e, U+6853, U+6855-6856, U+685c-685d, U+685f, U+6861-6863, U+6865-6869, U+686b, U+686d, U+686f, U+6871-6872, U+6874-6875, U+6877, U+6879, U+687b-687c, U+687e, U+6880, U+6882-6883, U+6886, U+688f, U+6891-6892, U+6894, U+6896, U+6898, U+689b-689c, U+689f-68a0, U+68a2-68a3, U+68a6, U+68a9, U+68b1-68b2, U+68b4, U+68b6, U+68c0, U+68c3, U+68c6, U+68c8, U+68ca, U+68d0-68d1, U+68d3, U+68d6, U+68e1, U+68e3, U+68e6, U+68e8-68ec, U+68ef-68f1, U+68f3, U+68f6-68f7, U+68f9, U+68fb-68fd;
	src: url("../fonts/noto-sans-tc-63-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-64-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+66a7, U+66aa, U+66b2-66b3, U+66b5, U+66b8-66bc, U+66be, U+66c1, U+66c4, U+66c7-66c8, U+66cc, U+66cf, U+66d5, U+66d8-66db, U+66df, U+66e1-66e2, U+66e8-66e9, U+66ef, U+66f1, U+66f5, U+66f7, U+66fa, U+66fd, U+6705, U+670a, U+670f-6710, U+6713-6715, U+6718-6719, U+6720, U+6722-6727, U+6729, U+672e, U+6733, U+6736, U+6738-6739, U+673f-6740, U+6742, U+6745, U+6747-6748, U+674b-674d, U+6753, U+6755, U+6759, U+675d-675e, U+6760, U+6762-6763, U+6767-676a, U+676c, U+676e, U+6772-6777, U+677a-677c, U+6782, U+6786-6787, U+678a-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679f-67a3, U+67a5, U+67aa-67ae, U+67b0, U+67b2-67b5, U+67b7-67bc, U+67c0-67c3, U+67c5-67c6, U+67c8-67ca, U+67ce, U+67d2, U+67d8;
	src: url("../fonts/noto-sans-tc-64-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-65-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+655d, U+6561, U+6564-6565, U+6567, U+656b, U+656d-656e, U+6573, U+6576, U+6579-657b, U+6581, U+6586, U+6588-6589, U+658b, U+658e, U+6593, U+6595, U+659b, U+659d, U+659f-65a1, U+65a9, U+65ab, U+65ad, U+65b2-65b3, U+65b5, U+65bb, U+65be-65bf, U+65c2-65c4, U+65c6, U+65cc, U+65ce, U+65d2, U+65d6, U+65db, U+65e1, U+65e3, U+65e7, U+65ee-65f0, U+65f2-65f4, U+65f7-65f8, U+65fc-65fd, U+6600, U+6603-6605, U+6609, U+660d, U+6610-6611, U+6619, U+661c-661e, U+6621-6622, U+6624, U+6626, U+6629, U+662b, U+6630, U+6633-6636, U+6639-663d, U+6640-6641, U+6644-6645, U+664a-664c, U+6653-6657, U+6659, U+665b, U+665d-665e, U+6661-6667, U+6669, U+666c, U+6672-6673, U+6677-6679, U+667b-667e, U+6681-6684, U+668b-6690, U+6692, U+6698, U+669d, U+669f-66a0, U+66a6;
	src: url("../fonts/noto-sans-tc-65-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-66-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+6427-6428, U+642a-642b, U+642f-6430, U+6432, U+6434, U+6437, U+643a, U+643d-6444, U+6446-6447, U+644a-644b, U+644e, U+6450-6453, U+6456, U+6459, U+645b-645c, U+645e, U+6460-6461, U+6463-6465, U+6468, U+646c-646e, U+6470, U+6472-6477, U+6479, U+647b, U+647d, U+6480, U+6482, U+6485, U+648b-648c, U+6491, U+6493, U+6496-649a, U+649d, U+649f-64a0, U+64a2-64a3, U+64ac, U+64b1, U+64b3-64b4, U+64b7-64b9, U+64bb, U+64be, U+64c0, U+64c3-64c4, U+64d0, U+64d2, U+64d5, U+64d7-64d8, U+64e1-64e4, U+64e7, U+64e9, U+64ed, U+64ef-64f0, U+64f3, U+64f8, U+64fb-64fc, U+64ff, U+6504-6506, U+6509, U+6511-6512, U+6516, U+6518-6519, U+651b, U+6520-6523, U+6525-6526, U+6529, U+652b, U+652e, U+6530, U+6532, U+6534-6535, U+6537-6538, U+653a, U+653d, U+6542-6543, U+6549, U+654c-654e, U+6554-6555, U+655b;
	src: url("../fonts/noto-sans-tc-66-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-67-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+630d-630e, U+6310, U+6312-6313, U+6319-631b, U+631d-6321, U+6323-6325, U+632d-632e, U+6332, U+6334-6339, U+633b-633c, U+633e-6340, U+6342-6346, U+634b-634c, U+634e, U+6352, U+6357, U+635a, U+635c, U+635e-635f, U+6361, U+6363, U+6365, U+6369, U+636b-636d, U+636f-6370, U+6373, U+6375-6376, U+637a-637b, U+637d, U+6381, U+6384, U+6387, U+638a, U+638d-638e, U+6390, U+6394-6397, U+639e-639f, U+63a3-63a4, U+63a6, U+63ac-63af, U+63b1-63b4, U+63b7, U+63b9-63bb, U+63bd-63be, U+63c3-63c4, U+63c8, U+63cd-63ce, U+63d1, U+63d6, U+63dc, U+63de, U+63e0, U+63e3-63e4, U+63e6, U+63e9, U+63f0, U+63f2-63f3, U+63f5-63f8, U+63fa, U+63fc-63fe, U+6400-6402, U+6405-6406, U+6409-640c, U+6410, U+6414-6415, U+6418, U+641b, U+641f-6423, U+6425-6426;
	src: url("../fonts/noto-sans-tc-67-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-68-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+61c6, U+61ca-61cd, U+61d0, U+61d2, U+61de-61e0, U+61e3, U+61e6, U+61e8, U+61ed-61ee, U+61f5, U+61f9-61fa, U+61fd-61fe, U+6207, U+6209, U+620d-620e, U+6213-6215, U+6219, U+621b, U+621d-6223, U+6225-6227, U+6229, U+622b-622c, U+622e-622f, U+6231, U+6238, U+623b, U+623d-623e, U+6242-6243, U+6246, U+6248-6249, U+624c, U+6251, U+6255, U+6259-625a, U+625e, U+6260-6262, U+6265-6267, U+6269, U+626b-626c, U+6270-6273, U+6275, U+627a-627d, U+6283, U+6285-6286, U+6289, U+628c, U+628e, U+6294, U+629a-629e, U+62a0, U+62a2, U+62a6, U+62a8, U+62af, U+62b3, U+62b6, U+62ba-62bb, U+62be-62bf, U+62c2, U+62c4-62c5, U+62c8, U+62ca, U+62cf, U+62d1, U+62d5, U+62d7, U+62d9, U+62dd, U+62df-62e3, U+62e5-62e8, U+62ee, U+62f4-62fb, U+62fd, U+6300, U+6302, U+6308, U+630c;
	src: url("../fonts/noto-sans-tc-68-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-69-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+60ac-60ad, U+60af-60b1, U+60b3-60b5, U+60b8, U+60bb, U+60bd-60be, U+60c0, U+60c6-60c7, U+60ca-60cb, U+60d3-60d5, U+60d7-60db, U+60dd, U+60e2-60e3, U+60e6-60f0, U+60f2, U+60f4, U+60f6, U+60fa-60fb, U+60ff-6100, U+6103, U+6106, U+610a-610b, U+610d-610e, U+6110, U+6112-6116, U+6120, U+6123-6124, U+6128-6130, U+6134, U+6136, U+613c-613f, U+6144, U+6146-6147, U+6149-614a, U+614d, U+6151-6153, U+6159-615a, U+615c-615f, U+6164-6165, U+6169-616d, U+616f, U+6171-6175, U+6177, U+617a, U+617c, U+617f-6180, U+6187, U+618a-618e, U+6192-6194, U+6199-619b, U+619f, U+61a1, U+61a7-61a8, U+61aa-61af, U+61b8, U+61ba, U+61bf, U+61c3;
	src: url("../fonts/noto-sans-tc-69-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-70-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+5f78, U+5f7b, U+5f7d, U+5f82-5f84, U+5f87, U+5f89-5f8a, U+5f8d, U+5f93, U+5f95, U+5f98-5f99, U+5f9b-5f9c, U+5fa0, U+5fa4, U+5fa6-5fa8, U+5fab-5fad, U+5fb3-5fb4, U+5fbc, U+5fc4, U+5fc6, U+5fc9, U+5fcb, U+5fce-5fd6, U+5fdc-5fdf, U+5fe1, U+5fe4, U+5fe7, U+5fea, U+5fec-5fee, U+5ff1, U+5ff3, U+5ff8, U+5ffa-5ffc, U+5fff-6000, U+6002, U+6005, U+600a, U+600d, U+600f-6010, U+6014, U+6017, U+6019-601c, U+601e, U+6020, U+6022, U+6026, U+6029, U+602b-602c, U+602e-602f, U+6031, U+6033-6035, U+6039, U+603c, U+6040-6043, U+6045, U+6047, U+604a-604c, U+604f, U+6053, U+6059-605b, U+605d, U+6060, U+6063, U+6067, U+606a-606b, U+606e, U+6072-6076, U+6078, U+607a, U+607c, U+607f-6081, U+6083, U+6086, U+608a, U+608c, U+608e, U+6092-6093, U+6095-6097, U+609b, U+609d, U+60a2, U+60a6-60a7, U+60a9-60aa;
	src: url("../fonts/noto-sans-tc-70-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-71-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+5e34, U+5e37, U+5e3a, U+5e3c, U+5e40, U+5e42-5e44, U+5e47, U+5e54, U+5e57-5e5b, U+5e5e-5e5f, U+5e61-5e62, U+5e64, U+5e6a, U+5e6c, U+5e6e, U+5e75, U+5e77, U+5e7a, U+5e80-5e81, U+5e83, U+5e86, U+5e88, U+5e8b, U+5e90, U+5e92, U+5e96, U+5e99, U+5e9b, U+5e9d-5ea2, U+5ea4-5ea5, U+5eb3-5eb6, U+5eb9, U+5ebe, U+5ec3-5ec4, U+5ec6, U+5ecb-5ecd, U+5ed0-5ed2, U+5ed4-5ed5, U+5ed8-5ed9, U+5edb, U+5edd, U+5ee1, U+5ee8-5ee9, U+5eec, U+5eef-5ef0, U+5ef4-5ef5, U+5ef8, U+5efb-5efc, U+5efe, U+5f01-5f03, U+5f05, U+5f07-5f09, U+5f0b-5f0e, U+5f10-5f12, U+5f14, U+5f16, U+5f1b, U+5f1d, U+5f22, U+5f25, U+5f28-5f29, U+5f2d, U+5f2f-5f30, U+5f36, U+5f38-5f39, U+5f3c, U+5f3e, U+5f40-5f42, U+5f45-5f46, U+5f4a, U+5f50-5f52, U+5f54, U+5f56-5f58, U+5f5a-5f5e, U+5f61, U+5f63, U+5f66-5f67, U+5f6b, U+5f72-5f74, U+5f76;
	src: url("../fonts/noto-sans-tc-71-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-72-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+5ce0-5ce1, U+5ce5-5ce6, U+5ce8-5cea, U+5ced-5cee, U+5cf1, U+5cf4-5cf5, U+5cf8, U+5cfe-5d00, U+5d06, U+5d08, U+5d0a-5d0d, U+5d15, U+5d18, U+5d1a, U+5d1d, U+5d1f-5d22, U+5d24, U+5d26-5d28, U+5d2c-5d2e, U+5d33-5d35, U+5d3d, U+5d3f, U+5d42-5d43, U+5d46-5d47, U+5d49-5d4b, U+5d4e, U+5d52-5d53, U+5d57-5d59, U+5d5b-5d5c, U+5d65, U+5d68-5d69, U+5d6b-5d6c, U+5d6f, U+5d74-5d75, U+5d7e-5d7f, U+5d81-5d82, U+5d85-5d88, U+5d8b-5d8c, U+5d92, U+5d94, U+5d97, U+5d99, U+5d9d, U+5da0-5da2, U+5da7, U+5da9-5daa, U+5dae, U+5db2, U+5db4, U+5db7-5db8, U+5dbd, U+5dc2-5dc5, U+5dc9, U+5dcb-5dcd, U+5dd2, U+5dd6, U+5dd8, U+5ddb-5ddc, U+5de0, U+5de3, U+5de9, U+5df0, U+5df3, U+5df5, U+5df9, U+5dfb-5dfd, U+5e00-5e01, U+5e04-5e05, U+5e0a, U+5e11, U+5e14, U+5e18-5e1c, U+5e1f-5e22, U+5e27-5e28, U+5e2f-5e30;
	src: url("../fonts/noto-sans-tc-72-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-73-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+5b80-5b82, U+5b84, U+5b8d, U+5b92-5b93, U+5b95-5b96, U+5b9f-5ba1, U+5ba6-5ba8, U+5baa-5bad, U+5bbd-5bbe, U+5bc0-5bc1, U+5bc3, U+5bd0-5bd1, U+5bd4-5bd8, U+5bdb-5bdd, U+5be4-5be5, U+5bef, U+5bf3, U+5bfb, U+5bfe-5bff, U+5c02-5c03, U+5c05, U+5c09, U+5c0c, U+5c10, U+5c12-5c13, U+5c15, U+5c18-5c19, U+5c1b, U+5c1d-5c1f, U+5c22, U+5c25, U+5c27-5c28, U+5c2a-5c2b, U+5c34, U+5c38, U+5c3d, U+5c42, U+5c44, U+5c47, U+5c49-5c4a, U+5c50, U+5c53, U+5c58-5c59, U+5c5b, U+5c5d, U+5c61, U+5c63, U+5c68, U+5c6d-5c6e, U+5c74, U+5c79-5c84, U+5c86, U+5c88, U+5c8a-5c8d, U+5c92-5c9c, U+5ca0, U+5ca2-5ca3, U+5ca5-5ca7, U+5cab-5cad, U+5cb5, U+5cb7, U+5cba-5cbb, U+5cc1, U+5cc8, U+5cca-5ccb, U+5cce, U+5cd2, U+5cd6, U+5cd8-5cda, U+5cdf;
	src: url("../fonts/noto-sans-tc-73-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-74-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+5a51, U+5a53, U+5a56-5a57, U+5a5d-5a5e, U+5a60-5a62, U+5a65, U+5a67, U+5a6a, U+5a6c-5a6d, U+5a73-5a76, U+5a7a-5a7c, U+5a81-5a84, U+5a8c, U+5a90, U+5a93, U+5a96-5a97, U+5a9c, U+5a9e-5aa0, U+5aa4, U+5aa7, U+5aab-5aac, U+5aae-5aaf, U+5ab1, U+5ab4-5ab5, U+5ab8, U+5aba-5abc, U+5abe-5abf, U+5ac3-5ac4, U+5ac6-5acb, U+5acf-5ad2, U+5ad4-5adc, U+5ae0-5ae1, U+5ae3, U+5ae5-5ae6, U+5ae8, U+5aea-5aeb, U+5aee, U+5af0, U+5af2, U+5af5, U+5afa, U+5aff, U+5b01, U+5b05, U+5b08, U+5b0b, U+5b11, U+5b16-5b17, U+5b19, U+5b1b, U+5b1d, U+5b21-5b23, U+5b28, U+5b2a-5b2d, U+5b32, U+5b34, U+5b36-5b38, U+5b3e-5b40, U+5b43-5b46, U+5b4b-5b4c, U+5b51, U+5b53, U+5b59, U+5b5b-5b5c, U+5b62, U+5b65, U+5b6c-5b6e, U+5b70-5b73, U+5b75, U+5b7a-5b7b, U+5b7d, U+5b7f;
	src: url("../fonts/noto-sans-tc-74-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-75-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+590b-590c, U+590e, U+5910-5911, U+5914, U+5919, U+591b, U+591f, U+5923-5924, U+592c, U+5932, U+5938-593a, U+5940, U+5942, U+5944, U+594b-594c, U+594e, U+5950, U+5953, U+5956, U+5958, U+595a, U+5961, U+5966, U+5968-5969, U+596c-596d, U+5975, U+5977, U+597b-597c, U+597e, U+5980-5981, U+5986-5988, U+598a, U+598f, U+5997-5998, U+599f-59a3, U+59a6-59a7, U+59a9, U+59ab-59ac, U+59af, U+59b1-59b2, U+59b6, U+59b8, U+59ba, U+59be, U+59c1, U+59c3, U+59c7-59c9, U+59cd-59ce, U+59d2, U+59d6-59d9, U+59dd-59de, U+59e0, U+59e3-59e5, U+59e9-59eb, U+59ee, U+59f1-59f3, U+59f5-59f9, U+59fc-59fd, U+5a00, U+5a04-5a07, U+5a09, U+5a0c, U+5a11, U+5a13, U+5a16-5a17, U+5a1a, U+5a1e, U+5a20, U+5a23-5a24, U+5a29-5a2b, U+5a2d-5a2f, U+5a32-5a34, U+5a38, U+5a3c, U+5a3f-5a44, U+5a47-5a48, U+5a4a, U+5a4c-5a4d, U+5a50;
	src: url("../fonts/noto-sans-tc-75-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-76-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+57a1, U+57a4, U+57a6, U+57a9, U+57ab, U+57b5, U+57b8-57bb, U+57c2, U+57c5-57c8, U+57cc, U+57cf, U+57d2, U+57dc-57de, U+57e1-57e2, U+57e5, U+57e7, U+57ed-57ee, U+57f0, U+57f3-57f6, U+57f8, U+57fb-57fd, U+5800-5801, U+5803-5804, U+5807, U+5809-580b, U+580d-580e, U+5810-5811, U+5814-5815, U+5819, U+581d-581e, U+5820, U+5823, U+5826, U+582c-582d, U+5830, U+583a, U+583f-5841, U+5848, U+584b, U+584d, U+584f, U+5852, U+5859-585a, U+585c, U+5861, U+5864, U+5868-5869, U+586c-586d, U+5871-5872, U+5879, U+587c-5881, U+5887-5889, U+588e, U+5890-5892, U+5896-5899, U+589d, U+58a1, U+58a3, U+58a6, U+58a9, U+58ac, U+58b0-58b1, U+58bb-58bc, U+58c2, U+58c5-58c6, U+58ca, U+58cc, U+58ce, U+58d0-58d1, U+58d5, U+58d9-58da, U+58df-58e0, U+58e9, U+58ec, U+58ee, U+58f1-58f3, U+58f6-58f7, U+58fb-58fc, U+5900, U+5902, U+5906, U+5909-590a;
	src: url("../fonts/noto-sans-tc-76-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-77-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+566f, U+5671-5672, U+5676, U+567a-567c, U+5680, U+5684-5686, U+568c, U+568e-568f, U+5692-5693, U+5697-5699, U+569c, U+569e, U+56a1-56a7, U+56a9, U+56ab-56ad, U+56af, U+56b3, U+56b5-56b6, U+56b8, U+56bf-56c1, U+56c3, U+56c5, U+56c7-56c8, U+56cb-56cc, U+56d2-56d4, U+56d6-56d9, U+56df, U+56e1-56e5, U+56ea-56ec, U+56ee-56ef, U+56f1-56f4, U+56f7, U+56f9, U+56ff-5700, U+5703-5704, U+5706-5707, U+5709-570a, U+570c, U+570f, U+5711, U+5717, U+571c, U+5723-5724, U+5727, U+5729-572a, U+572c, U+572e-572f, U+5734-5735, U+573b, U+5741, U+574b-574d, U+574f, U+5752, U+5754, U+575a-5760, U+5763, U+5768-5769, U+576b, U+576d, U+576f-5770, U+5772-5775, U+5777, U+577b-577d, U+5780, U+5784, U+5788, U+578c, U+578e, U+5792-5793, U+5795, U+579a-579b, U+579f-57a0;
	src: url("../fonts/noto-sans-tc-77-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-78-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+5551, U+5553, U+5555-5557, U+555c, U+5562-5563, U+5567, U+5569, U+556b-556c, U+5570, U+5575-5579, U+557b-557c, U+557f, U+5581, U+5583, U+5586, U+5588, U+558b, U+558f, U+5591, U+5599, U+559f, U+55a1, U+55a3, U+55a5-55a6, U+55a8-55a9, U+55ab, U+55ad, U+55b0-55b1, U+55b3, U+55b6-55b7, U+55b9, U+55bc-55bd, U+55c4-55c5, U+55c7, U+55c9, U+55cc-55cd, U+55d0, U+55d2, U+55d4-55d9, U+55db, U+55dd-55df, U+55e1-55e6, U+55e9-55ea, U+55ec, U+55ee, U+55f1-55f3, U+55f5-55f7, U+55f9-55fa, U+55fe, U+5600-5602, U+5608, U+560c, U+560f, U+5612-5613, U+5615-5616, U+5618, U+561a, U+561c, U+561e, U+5620, U+5623-5625, U+5627, U+562a, U+562c-562e, U+5630-5631, U+5635-5636, U+5638-563a, U+5640, U+5642-5643, U+5649, U+564c-5650, U+5654, U+5658-565d, U+5664-5666, U+5669, U+566b, U+566d;
	src: url("../fonts/noto-sans-tc-78-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-79-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+543d, U+543f, U+5441, U+5444-5445, U+5447, U+5449, U+544b-544d, U+5450-5455, U+5457, U+545b-545c, U+545f-5460, U+5463-5464, U+546a-5472, U+5474, U+5476, U+5478, U+547b, U+547e-547f, U+5482-5488, U+548a, U+548d-5491, U+5494, U+5498-549d, U+54a1-54a5, U+54ab, U+54ad-54af, U+54b5, U+54b7, U+54bb-54bc, U+54be-54bf, U+54ca, U+54cc, U+54cf-54d2, U+54d4, U+54d6-54d7, U+54da, U+54de-54df, U+54e2, U+54e4, U+54e7, U+54eb, U+54f3, U+54fd, U+54ff, U+5501-5502, U+5504-5506, U+550a, U+550c, U+550e-550f, U+5511-5513, U+5516-5517, U+551a-551b, U+551e, U+5520, U+5524, U+5526-5527, U+552a, U+552c-552d, U+5530, U+5532-5533, U+5535-5536, U+553b-553c, U+553e-553f, U+5541-5542, U+5544-5545, U+5547, U+5549, U+554b, U+554d-554e, U+5550;
	src: url("../fonts/noto-sans-tc-79-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-80-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+52db, U+52e0, U+52e3, U+52e6-52e7, U+52eb, U+52ed-52ee, U+52f0-52f2, U+52f7, U+52f9-52fa, U+5300-5302, U+530a-530b, U+530d, U+530f-5310, U+5315, U+531a, U+531c-531d, U+532d-532e, U+5331, U+5338, U+533b-533e, U+5344-5345, U+534b-534d, U+534f-5350, U+5358, U+535e-535f, U+5362-5364, U+5367, U+5369, U+536b-536c, U+536e-536f, U+5372, U+5374, U+5379-537a, U+537c-537d, U+5382, U+5385, U+5389, U+538b-538c, U+538e, U+5392-5396, U+5399, U+53a0-53a2, U+53a4-53a6, U+53a8-53a9, U+53ae, U+53b0, U+53b3-53b4, U+53b6-53b7, U+53b9, U+53bf, U+53c1, U+53c4, U+53ce-53cf, U+53d2, U+53d5, U+53d9-53da, U+53df-53e1, U+53e7-53e9, U+53f1, U+53f5-53f6, U+53f9, U+53fb-53fd, U+5400-5402, U+5405-5407, U+540f, U+5412, U+5414-5417, U+541a, U+5420-5421, U+5424-5425, U+5428-5429, U+542c-542f, U+5431-5432, U+5434, U+5437;
	src: url("../fonts/noto-sans-tc-80-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-81-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+518f, U+5191, U+5193, U+5195-5197, U+519a-519c, U+519e, U+51a2, U+51a6-51a9, U+51ab, U+51ad-51af, U+51b1-51b6, U+51ba-51c0, U+51c3-51c5, U+51c7, U+51c9-51cb, U+51ce-51d1, U+51d4, U+51d6, U+51d9, U+51db-51dc, U+51df, U+51e4, U+51e6, U+51e9-51ea, U+51ed, U+51ef, U+51f4-51f5, U+51fc, U+51ff, U+5201-5202, U+5204-5205, U+5208, U+520b, U+520d-520e, U+5213, U+5215-5216, U+5218, U+521a, U+5220, U+5223, U+5226-5228, U+5232-5234, U+5239, U+523c, U+5241-5242, U+5244, U+5249, U+524c, U+5251-5252, U+5255, U+5257, U+525c, U+525e, U+5261, U+5263-5265, U+526e, U+5270, U+5273-5274, U+5277, U+527d, U+527f, U+5281-5282, U+5284, U+528a, U+528c, U+528f, U+5292-5294, U+529d, U+52a6, U+52ac-52ad, U+52b1-52b5, U+52b9, U+52bb-52bc, U+52be-52c0, U+52c5, U+52cb, U+52cd, U+52d0-52d1, U+52d6-52d7;
	src: url("../fonts/noto-sans-tc-81-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-82-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+5032, U+5036, U+503a-503b, U+503e, U+5040-5041, U+5043, U+5045-5046, U+5048, U+504a-504e, U+5051-5053, U+505d-5060, U+5063, U+506a, U+506f-5072, U+5078, U+507a-507b, U+507f-5080, U+5088-5089, U+508b-508c, U+508e, U+5092, U+5095-5096, U+509a-509d, U+50a3, U+50a5, U+50a8, U+50af, U+50b1, U+50b4, U+50ba, U+50c2, U+50c6-50ca, U+50cd-50ce, U+50d6, U+50d9, U+50dd-50df, U+50e1, U+50e3, U+50e5-50e6, U+50e8-50ea, U+50ec-50f0, U+50f3, U+50fb, U+50fe, U+5101-5102, U+5105-5109, U+510b-510e, U+5110, U+5113-5115, U+5117, U+511a-511c, U+511e, U+5120-5121, U+5125, U+512b, U+5131, U+5134-5135, U+5138-513c, U+5140, U+514e, U+5150-5151, U+5155-5157, U+515a, U+515f, U+5162, U+516a, U+516e, U+5172, U+5174, U+5179, U+517b, U+517d, U+5182, U+5186, U+5188-5189, U+518b;
	src: url("../fonts/noto-sans-tc-82-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-83-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+4f22, U+4f24, U+4f29-4f2b, U+4f2d, U+4f31-4f32, U+4f35, U+4f37, U+4f39, U+4f3b, U+4f3e, U+4f41-4f43, U+4f47, U+4f49, U+4f4c, U+4f52, U+4f57-4f58, U+4f5a, U+4f5d-4f5f, U+4f61, U+4f63-4f64, U+4f67, U+4f6a, U+4f6e-4f6f, U+4f72, U+4f74, U+4f76-4f7b, U+4f7d-4f7e, U+4f80-4f82, U+4f84, U+4f89-4f8a, U+4f8e-4f94, U+4f96-4f98, U+4f9a, U+4f9e, U+4fa0-4fa3, U+4fa5-4fa8, U+4faa-4fac, U+4fb2-4fb3, U+4fb7-4fba, U+4fc0-4fc1, U+4fc5-4fc7, U+4fcb, U+4fcd-4fce, U+4fd1, U+4fd3-4fd4, U+4fd8-4fdc, U+4fdf, U+4fe2-4fe5, U+4fe8-4fea, U+4fec-4fed, U+4ff3-4ff6, U+4ff8-4ffa, U+4ffd, U+5000, U+5002, U+5005, U+5008, U+500c, U+500f, U+5013-5015, U+501b-501c, U+501e, U+5022-5025, U+5027-5028, U+502c-502e, U+5030-5031;
	src: url("../fonts/noto-sans-tc-83-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-84-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+3a17, U+3a52, U+3b22, U+3bd7, U+3bff, U+3ca5, U+3d68, U+3ddb, U+3de7, U+3deb, U+3e03, U+3e74, U+3f08, U+3f0e, U+3f21, U+3f97, U+4102, U+411b, U+4181, U+43c8, U+4552, U+4576, U+46e5, U+4837, U+493d, U+4a3b, U+4d09, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e10, U+4e15, U+4e17, U+4e1b, U+4e21-4e22, U+4e25, U+4e27, U+4e31, U+4e34, U+4e36-4e37, U+4e3d, U+4e3f-4e42, U+4e44, U+4e47, U+4e49, U+4e4c, U+4e52-4e54, U+4e57, U+4e5a-4e5b, U+4e60-4e61, U+4e69, U+4e6d, U+4e78, U+4e80-4e81, U+4e85, U+4e87, U+4e89-4e8a, U+4e8d, U+4e8f, U+4e93, U+4e96, U+4e98-4e99, U+4e9c, U+4e9f-4ea0, U+4ea2, U+4ea5, U+4ea9, U+4eb0, U+4eb2-4eb3, U+4eb5-4eb7, U+4eb9, U+4ebb-4ebc, U+4ebf, U+4ec2-4ec6, U+4ec8-4ec9, U+4ecf, U+4ed1, U+4ed3, U+4edc-4ee1, U+4ee7-4eeb, U+4eee-4eef, U+4ef1, U+4ef3-4ef5, U+4efa, U+4efc, U+4f00, U+4f02-4f03, U+4f05, U+4f07-4f09, U+4f0b, U+4f0e, U+4f15, U+4f17, U+4f1d-4f1f;
	src: url("../fonts/noto-sans-tc-84-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-85-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+305c, U+3062, U+306d, U+307a, U+307c, U+3080, U+308e, U+3090-3091, U+3099-309e, U+30a5, U+30c2, U+30c5, U+30ee, U+30f0-30f2, U+30f4-30f6, U+30fd-30fe, U+3105-3106, U+3108, U+310a-310b, U+310d-3119, U+311b-311e, U+3120-3126, U+3128-3129, U+3131, U+3134, U+3137, U+3139, U+3141-3142, U+3145, U+3147-3148, U+314b, U+314d-314f, U+3153, U+315c, U+3160-3161, U+3163-3164, U+3181, U+318d, U+3192-3193, U+3196-3198, U+319d-319f, U+3220-3226, U+3231, U+3268, U+3281, U+328b, U+3291-3292, U+3295-3297, U+3299, U+329d, U+329f, U+32a3-32a4, U+32d6, U+32e1, U+3314, U+3322, U+337f, U+338e-338f, U+339c-339e, U+33a1, U+33c4, U+33d1-33d2, U+3440, U+3449, U+3479, U+3551, U+3569, U+35ad, U+35ce, U+36ac, U+373a, U+3863, U+38ec, U+39b8, U+3a02;
	src: url("../fonts/noto-sans-tc-85-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-86-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+2749-274f, U+2752-275b, U+275d-275e, U+2761, U+2763, U+2765-2769, U+276e-276f, U+2771, U+2776-277e, U+2780-2782, U+278a-278c, U+2794-2796, U+2798-2799, U+279c-27a6, U+27a8-27ab, U+27ad, U+27af-27b0, U+27b2-27b3, U+27b7-27b9, U+27bc-27bd, U+27bf, U+27e9-27eb, U+27f5-27f6, U+2800, U+28ec, U+2922, U+2934-2935, U+29bf, U+2a2f, U+2b05-2b07, U+2b1b, U+2b50, U+2b55, U+2cf5, U+2e1c-2e1d, U+2f00, U+2f08, U+2f12, U+2f24, U+2f29, U+2f2f, U+2f3c, U+2f3f, U+2f42, U+2f45, U+2f63-2f64, U+2f83, U+2f8f, U+3003-3007, U+3012-3013, U+3016-3019, U+3020-3025, U+3030, U+303d, U+3041, U+3043, U+3045, U+3047, U+3049, U+3052;
	src: url("../fonts/noto-sans-tc-86-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-87-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+264a-2656, U+2658-265c, U+265e-2660, U+2662-2664, U+2666-2669, U+266b-266f, U+267b, U+2692-2696, U+2698, U+269b-269c, U+26a0-26a1, U+26a3-26a5, U+26aa-26ac, U+26bd-26be, U+26c4-26c5, U+26c8, U+26d1, U+26d3-26d4, U+26e4, U+26e9-26ea, U+26f0-26f5, U+26f9-26fa, U+26fd, U+2701-2702, U+2704-2706, U+2708, U+270a-2712, U+2714, U+2716-2727, U+2729-273e, U+2740-2748;
	src: url("../fonts/noto-sans-tc-87-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-88-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+2567-2570, U+2572, U+2574, U+2579, U+2580-258a, U+258c-2595, U+2597, U+25a1, U+25a3-25a4, U+25a6-25ac, U+25b0, U+25b4, U+25b7-25b9, U+25bb, U+25bd, U+25bf-25c2, U+25c7-25ca, U+25cc-25cd, U+25d0-25d9, U+25dc-25e6, U+25ea-25eb, U+25ef, U+25fb-25fe, U+2600-2604, U+2607, U+2609-260b, U+260d-2615, U+2618, U+261a-2623, U+262a, U+262d-2630, U+2638-263e, U+2641-2642, U+2648-2649;
	src: url("../fonts/noto-sans-tc-88-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-89-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+2476-2481, U+2488-2491, U+24b6-24c5, U+24c7-24ca, U+24cc, U+24ce, U+24d0-24df, U+24e1-24ea, U+24f5, U+24ff, U+2501, U+2503-250d, U+250f-2511, U+2513-2515, U+2517-2518, U+251b-251d, U+2520, U+2523-2524, U+2528, U+252b-252c, U+252f, U+2533-2534, U+2537, U+253b-253c, U+2541, U+2543-2545, U+254b, U+2550-2566;
	src: url("../fonts/noto-sans-tc-89-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-90-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+2139, U+2153, U+2194-2197, U+2199, U+219d-219e, U+21a0, U+21a9-21aa, U+21ac, U+21af-21b1, U+21b3-21b5, U+21ba-21bb, U+21c4, U+21ca, U+21cc, U+21d0, U+21d2-21d4, U+21d8, U+21dd, U+21e2-21e9, U+2200, U+2202, U+2205-2208, U+220e-220f, U+2211-2212, U+2215, U+2217-221a, U+221d-2220, U+2225, U+2227-222b, U+222e, U+2234-2237, U+223c-223d, U+2248, U+2256, U+2260-2261, U+2264-2265, U+226a-226b, U+226e-226f, U+2282-2283, U+2295-2296, U+2299, U+22a5, U+22b0-22b1, U+22b9, U+22bf, U+22c5-22c6, U+22c8, U+22d0-22d1, U+22ee, U+2312-2313, U+2318, U+231a-231b, U+2323, U+2328, U+239d, U+23a0, U+23af, U+23e4, U+23e9-23ea, U+23ec, U+23f0-23f3, U+23fa, U+2445, U+2461-2471, U+2474-2475;
	src: url("../fonts/noto-sans-tc-90-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-91-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+1ec0-1ec3, U+1ec5-1ec6, U+1ec9, U+1ecb-1ecd, U+1ecf-1ed1, U+1ed3-1ed5, U+1ed7-1edd, U+1edf, U+1ee1, U+1ee3-1ee7, U+1ee9, U+1eeb, U+1eed, U+1eef-1ef1, U+1ef3, U+1ef7, U+1ef9, U+1f62, U+1fa2, U+2001-2006, U+2009-200a, U+200c-200d, U+200f-2012, U+2015-2016, U+201a, U+201e, U+2020-2021, U+2023-2025, U+2028, U+202a-202d, U+202f-2030, U+2032-2033, U+2035, U+2038, U+203e-203f, U+2042-2044, U+2049, U+204d-204e, U+2060-2061, U+2063, U+2070, U+2074-207b, U+207d-2083, U+208a, U+208d-208e, U+20a1, U+20a4, U+20a6, U+20a8-20ab, U+20ad-20ae, U+20b1-20b3, U+20b5, U+20b8-20ba, U+20bd, U+20dd, U+20e3, U+2105, U+2109, U+2112-2113, U+2115-2117, U+2120-2121, U+2126, U+212b;
	src: url("../fonts/noto-sans-tc-91-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-92-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+11af, U+11b7, U+11bc, U+121b, U+122d, U+129b, U+12a0, U+13a6, U+13a9, U+13ac, U+13af, U+13b3, U+13c2, U+13e3, U+141b, U+1555, U+1557, U+15dc, U+15e8, U+1780-1782, U+1784-1785, U+1787, U+178a, U+178e-1791, U+1793-179c, U+179f, U+17a2, U+17b6-17b9, U+17bb-17bc, U+17bf-17c7, U+17c9, U+17cb, U+17d0, U+17d2, U+17db, U+1871, U+18fa, U+1bff, U+1d00, U+1d04-1d05, U+1d07, U+1d0a-1d0b, U+1d0d, U+1d0f, U+1d17-1d18, U+1d1b-1d1c, U+1d20-1d22, U+1d25, U+1d2c, U+1d2e, U+1d30-1d31, U+1d33-1d3a, U+1d3c, U+1d3e-1d42, U+1d52, U+1d55, U+1d5b, U+1d5e, U+1d9c, U+1da0, U+1dc4-1dc5, U+1e3b, U+1e43, U+1e45, U+1e47, U+1e63, U+1e6d, U+1e73, U+1ea0, U+1ea2, U+1ea4-1ea9, U+1eab-1eaf, U+1eb1, U+1eb3, U+1eb5, U+1eb7, U+1eb9, U+1ebb, U+1ebd-1ebe;
	src: url("../fonts/noto-sans-tc-92-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-97-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+2c8-2c9, U+2cc-2cd, U+2d0, U+2d8, U+2da, U+2dc, U+2e1-2e3, U+2e7, U+2eb, U+2ee, U+2f1-2ff, U+302-304, U+306-309, U+30c-30d, U+311, U+31b, U+321, U+323-325, U+328-329, U+32b-32c, U+32e-32f, U+331-33a, U+33c-33f, U+348, U+353, U+358-359, U+35c, U+35e-35f, U+361, U+363, U+367-368, U+36c, U+36f, U+530-535, U+537-540, U+55e, U+561-565, U+568-56d, U+56f-576, U+578-582, U+584, U+5a1, U+5a3-5a4, U+5aa, U+5ae, U+5b0-5b4;
	src: url("../fonts/noto-sans-tc-97-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-98-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+1af, U+1b1, U+1b4-1be, U+1d0, U+1d2, U+1d4, U+1da, U+1dc-1dd, U+1e1, U+1e3-1e4, U+1e7, U+1e9, U+1eb-1ec, U+1f0-1f1, U+1f3-1f5, U+1f7, U+1f9-1ff, U+219, U+221, U+225-226, U+228-22b, U+22e-22f, U+231-235, U+239, U+23b, U+23e, U+250-252, U+254-255, U+259-25e, U+261-263, U+268-26b, U+26d, U+26f-277, U+279-27a, U+27d-281, U+283, U+28a-28c, U+28f, U+292, U+294-296, U+298-29a, U+29c, U+29f, U+2a1-2a2, U+2a4-2a7, U+2a9-2aa, U+2ae-2b3, U+2b5-2b7, U+2b9-2bf, U+2c2-2c4, U+2c6-2c7;
	src: url("../fonts/noto-sans-tc-98-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-99-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+a1-a2, U+a4, U+a6-a8, U+aa, U+ac, U+af, U+b1, U+b5-b6, U+b8-ba, U+bc-be, U+c0-c8, U+ca-cc, U+ce-d5, U+d8-df, U+f0, U+f5, U+f8, U+fb, U+fe-100, U+102, U+105, U+107, U+109-10b, U+10f, U+112, U+115, U+117, U+119, U+11b, U+11f, U+121, U+123-124, U+127, U+129, U+12c-12d, U+130-13f, U+141-142, U+144, U+148, U+14b-14c, U+14f-153, U+159-15b, U+15e-160, U+163-166, U+169-16a, U+16d-171, U+173-17e, U+192, U+1a0, U+1a4, U+1aa, U+1ac-1ad;
	src: url("../fonts/noto-sans-tc-99-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-100-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+a3, U+2ca, U+2223, U+2460, U+2640, U+273f, U+301c, U+3107, U+310c, U+4e30, U+4e3e, U+4e5e, U+4e71, U+4f26, U+4f7c, U+4f83, U+50da, U+5243, U+5267, U+529e, U+5321, U+5352, U+5477, U+548b, U+54a6, U+54b2, U+54c2, U+54c4, U+54c6, U+54cd, U+54ee, U+5543, U+55d1, U+55d3, U+55f0, U+55fd, U+560d, U+5629, U+5660, U+56d1, U+56dd, U+57ae, U+57e0, U+57e4, U+5904, U+592d, U+5965, U+5a31, U+5a7f, U+5b5a, U+5bb8, U+5c14, U+5c3b, U+5c5c, U+5c5e, U+5d10, U+5e10, U+5e4c, U+603b, U+604d, U+611c, U+6137, U+61c8, U+62c7, U+6371, U+6382, U+645f, U+64ae, U+64c2, U+651e, U+65f1, U+660a, U+663e, U+673d, U+6784, U+6789, U+67b1, U+67ff, U+6813, U+6854, U+68d8, U+68fa, U+697d, U+6a01, U+6a1e, U+6baf, U+6c08, U+6c17, U+6c2b, U+6c81, U+6cbd, U+6dc6, U+6df9, U+6ed9, U+6ee1, U+6f86, U+6fc1, U+6fdb, U+701f, U+7076, U+715c, U+7194, U+71ee, U+71fb, U+720d, U+72b6, U+7396, U+73af, U+745b, U+746f, U+748b, U+7647, U+7699, U+76ce, U+76de, U+77aa, U+786b, U+7881, U+78ca, U+793c, U+797a, U+79b9, U+79bb, U+79bf, U+7a92, U+7ac7, U+7ae3, U+7b19, U+7b20, U+7b51, U+7b94, U+7cbd, U+7cde, U+7cef, U+7d46, U+7dde, U+7f88, U+80da, U+814b, U+81cd, U+8235, U+8282, U+82b9, U+846b, U+84c1, U+84d3, U+8518, U+8611, U+8783, U+8814, U+8a15, U+8aa6, U+8b2c, U+8ba8-8ba9, U+8bc6, U+8be2, U+8be5-8be6, U+8c22, U+8d05, U+8d27, U+8dbe, U+8e34, U+8e66, U+8ec0, U+9005, U+9082, U+914b, U+916f, U+92c5, U+92f0, U+9318, U+938a, U+93e2, U+964b, U+96c1, U+96cc-96cd, U+96db, U+973e, U+97a0, U+9803, U+9876, U+9879, U+9955, U+99f1, U+9a5b, U+9ab7, U+9abc, U+9c57, U+9c9c, U+9d1b, U+9d26, U+9d51, U+9eef, U+9f99, U+c2a4, U+e253, U+e313-e314, U+e5c7, U+e5c9, U+e8db-e8dc, U+ff2d-ff2e, U+ff34, U+ffe5, U+1f60a, U+1f618, U+1f62d;
	src: url("../fonts/noto-sans-tc-100-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-101-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+b4, U+10d, U+2d9, U+641, U+6cc, U+e20, U+e29, U+200e, U+20ac, U+2266, U+25be, U+301d-301e, U+3058, U+4e07, U+4e1d, U+4e66, U+4ece, U+4fde, U+5016, U+5180, U+5199, U+51aa, U+5306, U+5386, U+53d8, U+5413, U+541d, U+54ce, U+54e8, U+54fc, U+5571, U+557e, U+558e, U+55a7, U+56a8, U+57a2-57a3, U+58b3, U+5960, U+5992-5993, U+59a4, U+5a55, U+5ab2, U+5afb, U+5b56, U+5bc5, U+5bc7, U+5bf0, U+5cb1, U+5cc7, U+5dff, U+5e93, U+5ed3, U+5f6a, U+60bc, U+61ff, U+6218, U+6292, U+634d, U+6467, U+64f1-64f2, U+6582, U+65fb, U+6615, U+6687, U+66e6, U+66f0, U+6781, U+67f5, U+68a7, U+6a1f, U+6b27, U+6b4e, U+6b73, U+6b79, U+6bcb, U+6c5d, U+6cf5, U+6dee, U+6ec4, U+6ecc, U+6f88, U+701d, U+703e, U+707c, U+7099, U+710a, U+72d9, U+72e9, U+731d, U+739f, U+7463, U+7480, U+74a8, U+7523, U+7526, U+75e0, U+7613, U+7656, U+76bf, U+76d4, U+773a, U+775c, U+775e, U+780c, U+78e1, U+78f7, U+7960, U+7a20, U+7aaf, U+7b08, U+7b71, U+7be4, U+7cec, U+7cf0, U+7d5e, U+7d62, U+7dbe, U+7e1b, U+7ea2, U+7ec4, U+7ec6, U+7edc, U+7eed, U+7efc, U+7f16, U+7f57, U+7fb9, U+7fca, U+803d, U+816e, U+8258, U+82a5, U+82b7, U+8317, U+8338, U+834a, U+83d3, U+8401, U+8469, U+849e, U+854a, U+8559, U+865e, U+8700, U+8759, U+8760, U+8778, U+8782, U+879e, U+87d1, U+8836, U+8944, U+89c8, U+8aac, U+8b74, U+8ba2, U+8ba4, U+8bae, U+8bfb, U+8c4e, U+8cb3, U+8d16, U+8d28, U+8e44, U+8f3b, U+8f3f, U+8f91, U+8fb9, U+8fc4, U+8fde, U+8ff9, U+9076, U+9091, U+90ae, U+90b8, U+9257, U+9310, U+9382, U+93df, U+94fe, U+95a5, U+962e, U+968f-9690, U+9704, U+9713, U+97f6, U+9824, U+986b, U+9884, U+9886, U+98e2, U+991a, U+9986, U+99a5, U+99dd, U+9ab8, U+9b41, U+9b77, U+9bad, U+c774, U+e5d4, U+fe52, U+ff02, U+ff25, U+1f389, U+1f449, U+1f495;
	src: url("../fonts/noto-sans-tc-101-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-102-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+2cb, U+5d1, U+5d9, U+5e2, U+5e8, U+5ea, U+633, U+e32, U+2252, U+2267, U+2573, U+25b3, U+25c4, U+2713, U+2715, U+30e2, U+4e28, U+4e3c, U+4e4d, U+4e70, U+4f88, U+4fef, U+5018, U+501a, U+5026, U+5137, U+513f, U+51f3, U+524b, U+5254, U+52d8, U+5308, U+5384, U+53cc, U+5436, U+5443, U+5466, U+54a8, U+54bd, U+54c9, U+54cb, U+555e, U+5580, U+560e, U+561f, U+562f, U+566c, U+5679, U+56bc, U+56cd, U+56e7, U+56ed, U+572d, U+57d7, U+582f, U+589f, U+5b09, U+5ba5, U+5c51, U+5c90, U+5cef, U+5d16, U+5d84, U+5dd4, U+5e08, U+5e26, U+5f0a, U+5f20, U+606c, U+61c7, U+620f, U+6254, U+625b, U+62a4, U+62d0, U+62f1, U+63a0, U+63c6, U+63f9, U+6413, U+6417, U+6483, U+64f7, U+650f, U+65a7, U+665f, U+66ae, U+66d6, U+66e0, U+6746, U+6756, U+67d1, U+6837, U+68e0, U+68f5, U+6995, U+69a8, U+69b4, U+69d3, U+6a3d, U+6abb, U+6bb7, U+6bd3, U+6c47, U+6cc4, U+6cd3, U+6dae, U+6e26, U+6e29, U+6eaf, U+6eba, U+6fef, U+7028, U+70b3, U+711a, U+725f, U+7325, U+733f, U+73c0, U+73ee, U+7444, U+745a, U+7487, U+7540, U+75a4, U+7729, U+779e, U+798e, U+79e9, U+7a3d, U+7a4c, U+7a9f, U+7ac4, U+7aff, U+7c27, U+7cd9, U+7d76, U+7e43, U+7ea6, U+7ed9, U+7ff1, U+808b, U+809b, U+80fa, U+827a, U+8309, U+8328, U+832b, U+8396, U+83e0, U+840e, U+8425, U+852d, U+853b, U+8588, U+85e9, U+86b5, U+86e4, U+8718, U+87ec, U+880d, U+8910, U+893b, U+89c1-89c2, U+8b3e, U+8baf, U+8bc1, U+8bdd, U+8c41, U+8c48, U+8cb6, U+8d2d, U+8d5e, U+8fbe, U+9015, U+90a8, U+90b5, U+90e1, U+9169, U+9183, U+91d0, U+91dc, U+9293, U+92f8, U+9472, U+9598, U+95a9, U+95ed, U+95fb, U+9605, U+96c7, U+9739, U+9742, U+9761, U+99ad, U+9ae6, U+9b1a, U+9b44, U+9bc9, U+9d3f, U+9dd7, U+9e7c, U+9e92, U+fe5d-fe5e, U+ff22-ff24, U+ff2f-ff30, U+ff33;
	src: url("../fonts/noto-sans-tc-102-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-103-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+60, U+f7, U+2198, U+2571, U+258b, U+25b6, U+2661, U+3051, U+3109, U+311a, U+4e11, U+4e24, U+4e2b, U+4ef7, U+4f18, U+4f36, U+4fd0, U+5029-502a, U+5055, U+508d, U+50ad, U+50e7, U+50f1, U+50f5, U+51a5, U+51c8, U+51fb, U+5203, U+524e, U+5288, U+5323, U+53c2, U+5458, U+54a7, U+54b1, U+54b3, U+54b8, U+556a, U+5582, U+55b2, U+55ba, U+55da, U+55dc, U+5614, U+5662, U+5678, U+56c2, U+5742, U+57d5, U+5862, U+58e4, U+58f0, U+5907, U+590d, U+5934, U+5978, U+5984, U+5a25, U+5c06, U+5c62, U+5c91, U+5d01, U+5d1b, U+5e87, U+5eff, U+5f27, U+5f3a, U+5f53, U+6001, U+6168, U+61a9, U+6233, U+62a5, U+62ce, U+62ed, U+638f, U+6399, U+646f, U+6590, U+6631, U+664f, U+6689, U+66dc, U+672f, U+67af, U+67ec, U+68d7, U+6977, U+6a44, U+6c14, U+6c40, U+6c70, U+6c76, U+6cb8, U+6ce3, U+6df3, U+6e20, U+6e43, U+6e5b, U+6ebc, U+6eec, U+6f2c, U+6fb1, U+7009, U+7011, U+701a, U+7117, U+7184, U+72f9, U+7426, U+74bd, U+74cf, U+752b, U+7554, U+75b9, U+7621, U+7671-7672, U+7693, U+76ef, U+7737, U+77a7, U+77b3, U+77bb, U+77da, U+77e2, U+77e9, U+77ef, U+7801, U+7940, U+797f, U+79a7, U+79b1, U+79bd, U+79cd, U+7a6b, U+7ac5, U+7b1b, U+7b77, U+7ca7, U+7dab, U+7db4, U+7db8, U+7dcb, U+7ddd, U+7de0, U+7e55, U+7e9c, U+7ed3, U+7ef4, U+803f, U+8046, U+8087, U+8116, U+81a8, U+8214, U+821c, U+82d4, U+831c, U+8339, U+8350, U+8354, U+8526, U+860a, U+86db, U+8713, U+873b, U+8822, U+8993, U+8a1f, U+8ab9, U+8ad7, U+8bcd, U+8e72, U+8f4e, U+8f9c, U+8fd0, U+8fd8, U+8fe6, U+9042, U+907c, U+91ba, U+9452, U+95e2, U+9631, U+9699, U+96b8, U+9709, U+978d, U+9830, U+98ce, U+9945, U+99ed, U+9a8c, U+9ad3, U+9baa, U+9be8, U+9c77, U+9cf6, U+9d72, U+9e1f, U+9ec4, U+fe31, U+fe55, U+ff03, U+ff20, U+ff3b, U+ff3d, U+1f3fb, U+1f44d, U+1f60d;
	src: url("../fonts/noto-sans-tc-103-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-104-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+10c, U+161, U+e44, U+2728, U+3081, U+4e13, U+4e19, U+4e1c, U+4e1e, U+4e5c, U+4ea7, U+4ed7, U+4f20, U+4f8d, U+4ffe, U+5021, U+50d5, U+515c, U+51a4, U+51e0, U+521b, U+522b, U+532a, U+534e, U+5355, U+537f, U+5398, U+541f, U+543c, U+544e, U+5509, U+5598, U+5622, U+563f, U+5641, U+566a, U+5695, U+569f, U+56ae, U+56da, U+573a, U+574e, U+584c, U+5885, U+58ae, U+5a1f, U+5ac2, U+5b24, U+5bb0, U+5bde, U+5be1, U+5bfc, U+5c39, U+5c4c, U+5c60, U+5cfb, U+5d11, U+5e76, U+5e7f, U+5e9a, U+5eb8, U+5f13, U+5f64, U+5f6c, U+6127, U+61f2, U+6208, U+620a, U+620c, U+6252, U+62ef, U+6328, U+633d, U+6362, U+63b0, U+63c0, U+63c9, U+640f, U+64a9, U+6514, U+652c, U+655e, U+6583, U+658c, U+6627, U+66f3, U+6734, U+6743, U+676d, U+67c4, U+67da, U+6807, U+68cd, U+68f2, U+690e, U+6b16, U+6b38, U+6b3d, U+6bc6, U+6ca1, U+6cab, U+6d8c, U+6e32, U+6e3e, U+6e58, U+6eef, U+6ef2, U+708a, U+7130, U+7165, U+7172, U+71ed, U+7232, U+7239, U+7261, U+7280, U+72a7, U+72f8, U+73c8, U+7464, U+753b, U+754f, U+755c, U+75d8, U+76ea, U+776b, U+7779, U+777f, U+7784, U+778e, U+77ee, U+79e4, U+7a46, U+7a57, U+7aba, U+7aed, U+7b4d, U+7c7b, U+7c7d, U+7d13, U+7d33, U+7dbb, U+7df9, U+7e46, U+7ea7, U+8085, U+8165, U+81fb, U+82b8, U+82d3, U+8305, U+8335, U+8343, U+83e9, U+840d, U+851a, U+853d, U+8543, U+859b, U+85fb, U+87fb, U+888d, U+88c5, U+8adc, U+8b0a, U+8bb0, U+8bbe, U+8bc4, U+8bf4, U+8c5a, U+8cc3, U+8ce4, U+8d44, U+8e81, U+8f44, U+8f66, U+8fdb, U+900d, U+9063, U+914c, U+9223, U+9226, U+923a, U+925b, U+9264, U+929c, U+92b9, U+9320, U+934d, U+9444, U+957f, U+9591, U+96a7, U+97ad, U+97cc, U+9811, U+9898, U+98ea, U+9921, U+9952, U+9a55, U+9b0d, U+9bca, U+9ebd, U+e60f, U+ff1c-ff1d, U+ff21, U+ff38, U+ff9f, U+fffd, U+1f602;
	src: url("../fonts/noto-sans-tc-104-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-105-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+e17, U+e22, U+2103, U+25a0, U+266a, U+3014-3015, U+311f, U+4e1a, U+4e50, U+4f10, U+4f6c, U+4f70, U+5006, U+50d1, U+5170, U+518c, U+51f0, U+51f6, U+51f9, U+5219, U+5256, U+525d, U+52c9, U+5349, U+5351, U+5356, U+5375, U+539d, U+53db, U+53ee, U+53f7, U+5492, U+54fa, U+5538, U+55bb, U+55e8, U+5632, U+5757, U+5835, U+58be, U+5937, U+59dc, U+59e8, U+5a49, U+5a9a-5a9b, U+5ab3, U+5b9b, U+5b9e, U+5be8, U+5c37, U+5c4e, U+5d14, U+5d19, U+5d4c, U+5d50, U+5deb, U+5e84, U+5e94, U+5ec2, U+5f17, U+5f26, U+5f55, U+5f77, U+5f7f, U+5fbd, U+6052, U+6064-6065, U+608d, U+609a, U+6101, U+614c, U+621a, U+6237, U+6296, U+62e9, U+632a-632b, U+6488, U+6500, U+652a, U+6556, U+65e0, U+65ec, U+6643, U+6850, U+6893, U+6897, U+68b3, U+68d5, U+6930, U+6960, U+6a11, U+6a3a, U+6ab3, U+6b22, U+6c59, U+6c83, U+6ccc, U+6dea, U+6df5, U+6ef7, U+6f3e, U+6f80, U+6fe4, U+7164, U+71c9, U+722a, U+7260, U+7272, U+73b0, U+74e3, U+7538, U+7586, U+75b5, U+7661-7662, U+77db, U+7838, U+786e, U+788c, U+7950, U+79a6, U+79aa, U+7a40, U+7bf7, U+7c3e, U+7c98, U+7ca5, U+7d21, U+7d2e, U+7dba, U+7dec, U+7e79, U+7ecf, U+7edf, U+7f79, U+8086, U+810a, U+8139, U+813e, U+817a, U+81b3, U+821f, U+8247, U+8259, U+8271, U+839e, U+8431, U+846c, U+849c, U+84b2, U+84c4, U+8513-8514, U+8755, U+8877, U+8881, U+88f9, U+8a1d, U+8a3c, U+8a6d-8a6e, U+8a93, U+8ae7, U+8af7, U+8b17, U+8b5a, U+8ba1, U+8bba, U+8cdc, U+8dea, U+8f6c, U+8f7d, U+8fc7, U+8fd9, U+902e, U+90ca, U+916a, U+916c, U+921e, U+9245, U+935b, U+9594, U+95a8, U+95ee, U+95f4, U+9706, U+971e, U+9756, U+980c, U+9891, U+98b1, U+98fc, U+9903, U+9957, U+99ff, U+9b91, U+9db4, U+9f4b, U+e602-e605, U+e610-e611, U+ff16-ff19;
	src: url("../fonts/noto-sans-tc-105-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-106-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+2190-2191, U+2193, U+22c1, U+2302, U+25cb, U+2699, U+2709, U+3127, U+4e0e, U+4e18, U+4e3a, U+4e48, U+4e91, U+4eec, U+4f3d, U+4fcf, U+5112, U+524a, U+52a3, U+52ab, U+52c3, U+52f3, U+52fb, U+5320, U+5339, U+533f, U+53e2, U+543e, U+5480, U+5495, U+5497, U+5564, U+5572, U+55c6, U+55ef, U+563b, U+5653, U+5657, U+56b7, U+5824, U+58d8, U+5955, U+5983, U+598d, U+59da, U+59e6, U+5a36, U+5bb5, U+5bc2, U+5bf9, U+5cb3, U+5d17, U+5dbc, U+5e2e, U+60df, U+611a, U+6190, U+61a4, U+61be, U+61fc, U+6284, U+62ac, U+62bc, U+634f, U+636e, U+6398, U+63a9, U+6487, U+6495, U+64ab, U+6577, U+65ac, U+6602, U+6652, U+66f9, U+6761, U+679a, U+683d, U+68ad, U+68b5, U+68da, U+68e7, U+6a38, U+6a59, U+6ae5, U+6b47, U+6b67, U+6b6a, U+6bef, U+6c50, U+6c9b, U+6e23, U+6e34, U+6e4a, U+6e67, U+6ea2, U+6eb6, U+6f20, U+6feb, U+70ed, U+714c, U+715e, U+7199, U+71ac, U+7231, U+7262, U+7409, U+745f, U+7469, U+74ca, U+7535, U+753a, U+75f4, U+7624, U+7682, U+76ba, U+76f2, U+77fd, U+780d, U+7832, U+78c5, U+78ef, U+7901, U+79be, U+79c9, U+79e6, U+7a1a, U+7a62, U+7a84, U+7aca, U+7cb5, U+7cb9, U+7cdf, U+7ce7, U+7d6e, U+7db1, U+7def, U+7e61, U+7e7d, U+7e8f, U+7f38, U+7f77, U+7fa8, U+7fc5, U+7fe1, U+7ff9, U+800d, U+8015, U+8054, U+80a2, U+80aa, U+80ba, U+814e, U+8180, U+819d, U+81c0, U+828b, U+82ad, U+82af, U+83f1, U+83f8, U+8403, U+84bc, U+84c9, U+84ec, U+8523, U+8549, U+8569, U+8591, U+85b0, U+881f, U+884d, U+88d4, U+89c4, U+89c6, U+8a60, U+8a79, U+8b19, U+8bd5, U+8bf7, U+8c03, U+8c79, U+8cc8, U+8d9f, U+8e10, U+8e48, U+8faf, U+9009, U+9017, U+9175, U+9187, U+918b, U+9214, U+946b, U+9470, U+947c, U+9640, U+9675, U+96ef, U+97cb, U+97e9, U+985b, U+99ae, U+99b3, U+9b4f, U+9d09, U+9e9f, U+9edb, U+9f90, U+ff14, U+1f464;
	src: url("../fonts/noto-sans-tc-106-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-107-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+a5, U+25ce, U+4e56, U+4e9a, U+4ea8, U+4ead, U+4f3a, U+4f51, U+4f62, U+4faf, U+5098, U+50ac, U+5147, U+5173, U+5187, U+51f8, U+52a1, U+52a8, U+52f8, U+535c, U+53ed, U+541e, U+5435, U+5475, U+54a9, U+54c0, U+54c7, U+5589, U+5605, U+5733, U+5764, U+5782, U+57c3, U+5858, U+5893, U+589c, U+58e2, U+5974, U+599e, U+59a8, U+59ec, U+5b66, U+5b99, U+5b9d, U+5bee, U+5c2c, U+5c65, U+5cfd, U+5d0e, U+5dba, U+5de2, U+5e06, U+5e15, U+5ec1, U+5ed6, U+5f00, U+5f4c, U+5f65, U+6055, U+6070, U+609f, U+60b6, U+6241, U+624e, U+626f, U+6291, U+62cc, U+62d8, U+62da, U+62fe, U+6349, U+6367, U+63ea, U+6435, U+6454, U+64a4, U+64b2, U+64bc, U+64bf, U+64c5, U+64ce, U+6558, U+6572, U+65a5, U+65e8, U+65ed, U+6614, U+6670, U+6688, U+672d, U+673a, U+6770, U+68cb, U+6912, U+6953, U+6a61, U+6aac, U+6aaf, U+6ab8, U+6b20, U+6b96, U+6bbf, U+6bc5, U+6c6a, U+6cbe, U+6d59, U+6d78, U+6dc7, U+6deb, U+6e7e, U+6e9c, U+6f3f, U+6f51, U+6f84, U+704c, U+7051, U+70ab, U+70ad, U+70f9, U+7119, U+7149, U+714e, U+71e6, U+72c4, U+72d0, U+72e0, U+7334, U+744b, U+7455, U+7504, U+75ab, U+75b2, U+766e, U+76c3, U+76fc, U+76fe, U+7891, U+7948, U+7a74, U+7b28, U+7c72, U+7cca, U+7ebf, U+7f55, U+7ff0, U+8154, U+81c2, U+81d8, U+81e3, U+81e5, U+8292, U+8299, U+8302, U+8304, U+8332, U+83c1, U+83c7, U+83ca, U+845b, U+8475, U+8490, U+85af, U+8650, U+8667, U+86d9, U+8774, U+8abc, U+8b0e, U+8b39, U+8bed, U+8c54, U+8c6b, U+8c9e, U+8ca7, U+8caa-8cab, U+8ce6, U+8cec-8ced, U+8eb2, U+8eba, U+8fb0, U+901d, U+908f, U+9127, U+91c0, U+91d8, U+9215, U+92b3, U+932b, U+93fd, U+95ca, U+964c, U+96c0, U+970d, U+9716, U+9774, U+97fb, U+9812, U+9913, U+9935, U+99c1, U+9b31, U+9d5d, U+9d6c, U+9e79, U+fe0f, U+fe30, U+ff05, U+ff0b, U+ff10, U+ff15;
	src: url("../fonts/noto-sans-tc-107-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-108-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+b0, U+926, U+928, U+939, U+93f-940, U+94d, U+200b, U+22ef, U+25ba, U+25c6, U+2665, U+4e08, U+4e2a, U+4e4f, U+4e59, U+4ec7, U+4f0d, U+4f0f, U+4f19, U+4f59, U+4fae, U+5075, U+507d, U+50b2, U+50b5, U+511f, U+5141, U+5146, U+514c, U+5185, U+51dd, U+51fd, U+522e, U+5319, U+533a, U+5378, U+53ad, U+53c9, U+53d1, U+53d4, U+543b, U+5442, U+5446, U+5481, U+54e9, U+5507, U+5565, U+559a, U+55aa, U+5690, U+56ca, U+56fe, U+582a, U+5915, U+5949, U+5962, U+5996, U+59a5, U+59fb, U+5a77, U+5b0c, U+5b5f, U+5bd3, U+5be2, U+5bfa, U+5c41, U+5c48, U+5ca9, U+5d07, U+5ec8, U+5eca, U+5f18, U+5f4e, U+5f59, U+5f6d, U+5f79, U+5fb9, U+6028, U+6068, U+606d, U+6094, U+60f1, U+6108-6109, U+614e, U+6170, U+617e, U+61b2, U+61f8, U+6247, U+626d, U+6276, U+62ab, U+62cb, U+62d3, U+62f3, U+6368, U+6380, U+6492, U+64e0, U+6570, U+6606, U+660f, U+6649, U+6691, U+66a8, U+6749, U+674f, U+6795, U+67f1, U+67f3, U+6842, U+6851, U+687f, U+68df, U+69fd, U+6a58, U+6c27, U+6c88, U+6cca, U+6d29, U+6d66, U+6daf, U+6f01, U+6f58, U+6f6d, U+6f70, U+6fa1, U+6ff1, U+6ffe, U+7058, U+70ae, U+71d9, U+71e5, U+7235, U+7267, U+73ca, U+742a, U+74f7, U+7529, U+758f, U+75bc, U+76c6, U+7955, U+7a00, U+7a3b, U+7b4b, U+7bad, U+7be9, U+7c4c, U+7c60, U+7cfe, U+7dbf, U+7e2b, U+7f9e, U+7fc1, U+7ffc, U+8096, U+809d, U+80de, U+8155, U+816b, U+81df, U+82bd, U+8352, U+8393, U+8404, U+8525, U+856d, U+8606, U+868a, U+87f9, U+886b, U+8870, U+896a, U+896f, U+8a23, U+8a87, U+8ad2, U+8b00, U+8b20, U+8cb8, U+8cca, U+8ce0, U+8d39, U+8d6b, U+8db4, U+8e29, U+8ef8, U+8f1b, U+8f5f, U+8fa8, U+906e, U+9077, U+90aa, U+90b1, U+90c1, U+9165, U+919c, U+92c1, U+95d6, U+95e8, U+975a, U+9817, U+98c6, U+9ecf, U+feff, U+ff06, U+ff0a, U+ff12-ff13;
	src: url("../fonts/noto-sans-tc-108-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-109-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+627-629, U+631, U+639, U+644, U+64a, U+25cf, U+2606, U+2764, U+3008-3009, U+4e38, U+4e43, U+4ed5, U+4ef0, U+4eff, U+4fe0, U+5085, U+50a2, U+50be, U+5118, U+5211-5212, U+5272, U+52fe, U+5366, U+53b2, U+53ec, U+54ac, U+5587, U+55b5, U+5606, U+561b, U+5751, U+576a, U+57cb, U+58ef, U+58fa, U+594f, U+5951, U+596e, U+59d1, U+5ac1, U+5acc, U+5b8b, U+5c4d, U+5ca1, U+5d29, U+5dfe, U+5e7d, U+5edf, U+5ef7, U+5fa1, U+5faa, U+5fcc, U+5ffd, U+6021, U+6046, U+6062, U+62b9, U+6316, U+6350, U+6478, U+647a, U+6490, U+64b0, U+64e6, U+6524, U+6591, U+659c, U+65a4, U+65e6, U+65f6, U+6607, U+6674, U+6765, U+679d, U+67f4, U+68a8, U+6b3a, U+6c57, U+6c61, U+6c90, U+6cbf, U+6cdb, U+6d69, U+6db5, U+6dd1, U+6e21, U+6f06, U+6f62, U+70d8, U+71c3, U+71d5, U+722c, U+727d, U+72ac, U+72fc, U+731c, U+7336, U+7344, U+7384, U+73ab, U+7433, U+745c, U+7470, U+75d5, U+7652, U+76c8, U+76e7, U+7709, U+7720, U+7740, U+7747, U+7763, U+77ac-77ad, U+7802, U+78a7, U+78b3, U+78c1, U+78da, U+7926, U+796d, U+798d, U+7aae, U+7b52, U+7c92, U+7d68, U+7d81, U+7e31, U+7e5e, U+7e69, U+7e73, U+7f50, U+7f70, U+7f75, U+8058, U+8070, U+80c3, U+8105-8106, U+8108, U+8179, U+818f, U+81a9, U+81ed, U+820c-820d, U+8277, U+82d1, U+8461, U+84b8, U+852c, U+857e, U+8587, U+85e4, U+863f, U+8679, U+86c7, U+8702, U+8776, U+87ba, U+8896, U+88c2, U+88d5, U+88f8, U+8af8, U+8b7d, U+8ca2, U+8d64, U+8d74, U+8d81, U+8d99, U+8e5f, U+8e8d, U+8ecc, U+8ed2, U+8fb1, U+8fc5, U+9022, U+9038, U+905c, U+9081, U+9189, U+9234, U+92d2, U+934a, U+95a3, U+962a, U+9646, U+96d5, U+971c, U+9838, U+9875, U+98c4, U+99db, U+9a45, U+9a5f, U+9a6c, U+9ad2, U+9cf4, U+9d28, U+9daf, U+9df9, U+9e7d, U+9f0e, U+9f52, U+9f9c, U+ff11, U+ff1e;
	src: url("../fonts/noto-sans-tc-109-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-110-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+2022, U+2500, U+25bc, U+4e1f, U+4e95, U+4f50, U+4f54, U+4f69, U+4fb6, U+4fc4, U+4fca, U+5009, U+50bb, U+5154, U+51cc, U+528d, U+5291, U+52d2, U+52e4, U+5353, U+5360, U+540a-540b, U+5410, U+54f2, U+5514, U+5537, U+558a, U+55ac, U+5617, U+56fd, U+573e, U+5766, U+5783, U+57d4, U+5806, U+5821, U+5857, U+5875, U+58f9, U+592f, U+5954, U+596a, U+59ae, U+59c6, U+59ca, U+59ff, U+5a03, U+5ae9, U+5b64, U+5bb4, U+5c3f, U+5c6f, U+5de1, U+5e16, U+5e45, U+5e72, U+5ec9, U+5f7c, U+5f81, U+5f90-5f92, U+6016, U+6085, U+6089, U+60a0, U+60a3, U+60b2, U+60d1, U+60f9, U+6155, U+6158, U+6191, U+6212, U+626e, U+62d4, U+632f, U+633a, U+63aa, U+642c, U+64a5, U+64cb, U+6566, U+6597, U+66b1, U+66ec, U+6731, U+6735, U+67ef, U+6846, U+6876, U+6881, U+68af-68b0, U+68c9, U+6905, U+6bc0, U+6beb, U+6c0f, U+6c1b, U+6c41, U+6ce5, U+6cf3, U+6d25, U+6d2a, U+6d3d, U+6dcb, U+6dd8, U+6dfa, U+6e9d, U+6eaa, U+6ec5, U+6ecb, U+6f0f, U+6f32, U+707d, U+708e, U+7092, U+716e, U+723a, U+731b, U+7345, U+7375, U+73b2, U+7434, U+74e6, U+758a, U+75be, U+75de, U+764c, U+76dc, U+788e, U+7897, U+789f, U+78a9, U+78b0, U+790e, U+7965, U+7a4e, U+7c43, U+7d17, U+7dd2, U+7e96, U+7f51, U+7f69, U+7f72, U+7fd4, U+7fe0, U+8017, U+80a9, U+80d6, U+8150, U+8178, U+81bd, U+829d, U+82ac, U+8303, U+838e, U+83cc, U+840c, U+8482, U+8499, U+85a9-85aa, U+883b, U+8861, U+88c1, U+88cf, U+88d9, U+8a3a, U+8a98, U+8aee, U+8c8c, U+8cc0, U+8ce2, U+8d0f, U+8da8, U+8dcc, U+8e0f, U+8f1d, U+8f29, U+8fad, U+9003, U+9006, U+903c, U+903e, U+9059, U+9072, U+9075, U+90ce, U+9130, U+91ac, U+91e3, U+9285, U+9298, U+92ea, U+9326, U+937e, U+95c6, U+9676-9677, U+9727, U+994b, U+99a8, U+99d0, U+9a30, U+9b42, U+9b45, U+9d3b, U+9e7f, U+9ee8, U+9f3b;
	src: url("../fonts/noto-sans-tc-110-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-111-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+5e, U+3042, U+3044, U+3046, U+3048, U+304a-3050, U+3053-3057, U+3059-305b, U+305d-3061, U+3063-306c, U+306e-3079, U+307b, U+307d-307f, U+3082-308d, U+308f, U+3092-3093, U+30a1-30a4, U+30a6-30c1, U+30c3-30c4, U+30c6-30e1, U+30e3-30ed, U+30ef, U+30f3, U+30fb-30fc, U+4e32, U+4ef2, U+4fd7, U+501f, U+5144, U+51c6, U+52c1, U+5440, U+54e6, U+54ed, U+5510, U+5687, U+58c1, U+5b5d, U+5bd2, U+5ee2, U+5f31, U+6012, U+6084, U+6148, U+6182, U+622a, U+6355, U+6372, U+63ee, U+6416, U+6575, U+660c, U+66c9, U+675c, U+6a6b, U+6b32, U+6b49, U+6b98, U+6d6e, U+6dda, U+6ef4, U+6efe, U+7159, U+7378, U+775b, U+78e8, U+7aa9, U+7d1b, U+7de9, U+7f6a, U+7f8a, U+7fbd, U+8000, U+809a, U+8102, U+8170, U+819c, U+8266, U+82b3, U+87f2, U+8972, U+8a17, U+8b02, U+8e22, U+904d, U+90ed, U+91c7, U+93c8, U+9451, U+9a37, U+9b27, U+ad6d, U+c5b4, U+d55c;
	src: url("../fonts/noto-sans-tc-111-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-112-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+2502, U+2605, U+4e39, U+4e58, U+4ea1, U+4ed9, U+4f2f-4f30, U+4f38, U+4f75, U+4fc3, U+4ff1, U+500d, U+5049, U+5074, U+5077, U+5091, U+5175, U+517c, U+51cd, U+51e1, U+5269-526a, U+52aa, U+52c7, U+52df, U+5377, U+541b, U+5439, U+5448, U+54aa, U+5674, U+56f0, U+5761, U+585e, U+588a, U+58a8, U+58fd, U+5925, U+592e, U+5948, U+5999, U+59b3, U+5a18, U+5a1c, U+5a46, U+5b30, U+5b54, U+5b6b, U+5b8f, U+5be9, U+5bf8, U+5c0a, U+5c16, U+5c24, U+5c46, U+5cf0, U+5e1d, U+5e25, U+5e2d, U+5e3d, U+5e79, U+5f04, U+5fcd, U+5fe0, U+60dc, U+6163, U+616e, U+61f6, U+6258, U+6293, U+62c6, U+62d2, U+62d6, U+62fc, U+63da, U+63ed, U+640d, U+6458, U+649e, U+64ec, U+64f4, U+64fe, U+651c, U+6562, U+65cb, U+65e2, U+65fa, U+6628, U+6668, U+66a2, U+66dd, U+66fc, U+66ff, U+6717, U+67cf, U+67d4, U+6817, U+6885, U+695a, U+69cd, U+6afb, U+6bbc, U+6c89, U+6c96, U+6cc9, U+6d1b, U+6d1e, U+6d74, U+6db2, U+6dbc, U+6df7, U+6dfb, U+6e38, U+6f38, U+6f5b, U+6f64, U+6f8e, U+6fa4, U+6fc3, U+6fd5, U+7070, U+70b8, U+70cf, U+70e4, U+7169, U+7210, U+721b, U+7238, U+737b, U+73bb, U+746a, U+7483, U+74dc, U+74f6, U+7518, U+756a, U+75c7, U+7919, U+7956, U+795d, U+7a05, U+7a0d, U+7a3f, U+7bc9, U+7c97, U+7cd5, U+7d0b, U+7d10, U+7dfb, U+7e3e, U+7e6a, U+8036, U+808c, U+80af, U+80ce, U+80e1, U+80f8, U+817f, U+8216, U+8239, U+827e, U+8377, U+8389, U+83ab, U+83f2, U+840a, U+8584, U+85c9, U+865b, U+8766, U+87a2, U+8932, U+8a50, U+8a69, U+8a95, U+8b6f, U+8c37, U+8c6c, U+8ca9, U+8cfa, U+8d95, U+8de1, U+8f14, U+8f9b, U+8fa3, U+8feb, U+8ff4, U+9010, U+901b, U+905e, U+9080, U+912d, U+9177, U+9336, U+947d, U+963b, U+966a, U+9670, U+9769, U+9813, U+9846, U+98fd, U+99d5, U+9a0e, U+9a19, U+9b6f, U+9ce5, U+9cf3, U+9ece, U+9ed8, U+9f13, U+9f20;
	src: url("../fonts/noto-sans-tc-112-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-113-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+201c-201d, U+203b, U+2192, U+25b2, U+300e-300f, U+4e01, U+4e73, U+4e82, U+4e88, U+4e8e, U+4f0a, U+4f5b, U+502b, U+504f, U+5076, U+5100, U+5104, U+5132, U+5192, U+51a0, U+51ac, U+51f1, U+5200, U+5224, U+522a, U+5237-5238, U+523a, U+526f, U+5289, U+52de, U+52f5, U+52ff, U+5371, U+539a, U+53e5, U+540e, U+5433, U+547c, U+552f, U+5531, U+5634, U+56c9, U+574a, U+57f7, U+57f9, U+5805, U+5851, U+5854, U+586b, U+58c7, U+58de, U+5967, U+59bb, U+59d3-59d4, U+5b55, U+5b87, U+5b97, U+5bae, U+5bbf, U+5be7, U+5bec, U+5cb8, U+5df7, U+5e7b-5e7c, U+5f1f, U+5f70, U+5fd9, U+60e1, U+61b6, U+61c2, U+6200, U+6234, U+6263, U+62b5, U+62dc, U+62ec, U+6383, U+638c, U+63cf, U+63d2, U+63e1, U+63f4, U+641e, U+64cd, U+64fa, U+654f, U+6557, U+656c, U+65c1, U+65d7, U+6620, U+6676, U+6696-6697, U+66ab, U+66c6, U+671d, U+672b, U+676f, U+677e, U+67d0, U+67d3, U+684c, U+68c4, U+690d, U+694a, U+699c, U+6a4b, U+6ac3, U+6b04, U+6b23, U+6b78, U+6b8a, U+6bd2, U+6c60, U+6cb3, U+6d89, U+6de1, U+6de8, U+6e6f, U+6f02, U+70c8, U+7126, U+718a, U+7236, U+723d, U+7246, U+72af, U+72d7, U+73cd, U+7532, U+760b, U+7626, U+7687, U+76df, U+7761, U+79cb, U+79d2, U+79df, U+7a69, U+7af6, U+7b80, U+7c3d, U+7c3f, U+7c4d, U+7cd6, U+7d2b, U+7de3, U+7e2e, U+7e54, U+7e6b, U+8010, U+80a5, U+812b, U+819a, U+81a0, U+82d7, U+838a, U+8463, U+84cb, U+8521, U+8607, U+860b, U+864e, U+871c, U+878d, U+885d, U+89f8, U+8a13, U+8aa0, U+8afe, U+8b5c, U+8c46, U+8cbf, U+8cd3, U+8cf4, U+8d08, U+8d0a, U+8ddd, U+8de8, U+8fea, U+9014, U+9055, U+906d, U+907a, U+907f, U+90a6, U+9178, U+92fc, U+934b, U+9396, U+93ae, U+9583, U+9663, U+9694, U+96bb, U+9707, U+9738, U+9905, U+9aa8, U+9b25, U+9b3c, U+9ea5, U+9eb5, U+9f4a, U+9f61, U+ff0d-ff0e;
	src: url("../fonts/noto-sans-tc-113-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-114-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+3c, U+d7, U+2027, U+4e4e, U+4e92, U+4ea6, U+4ec1, U+4ecd, U+4f34, U+4f48, U+4f53, U+4fb5, U+5012, U+50b7, U+51b0, U+5283, U+52dd, U+532f, U+5354, U+53eb, U+53f3, U+5409, U+5496, U+54c8, U+54e5, U+554a, U+5561, U+5594, U+559d, U+56b4, U+56fa, U+5713, U+5750, U+57df, U+584a, U+590f, U+592b, U+593e, U+5976, U+599d, U+59b9, U+59d0, U+5a5a, U+5a66, U+5b85, U+5b88, U+5ba3, U+5bdf, U+5c01, U+5c04, U+5c3a, U+5c3e, U+5c4f, U+5ddd-5dde, U+5de7-5de8, U+5e63, U+5e8a, U+5e9c, U+5eda, U+5ef3, U+5ef6, U+5f48, U+5fb5, U+6015, U+6025, U+602a, U+6050, U+6069, U+6162, U+6176, U+61f7, U+6279, U+627f, U+6297, U+62b1, U+62bd, U+6311, U+6377, U+6388-6389, U+63a1-63a2, U+6436, U+64c1, U+64d4, U+6551, U+6563, U+65bd, U+66b4, U+66f2, U+6751, U+675f, U+6790, U+6838, U+68d2, U+68ee, U+6982, U+69ae, U+69cb, U+6a39, U+6b66, U+6bba, U+6c5f, U+6ce1, U+6d0b, U+6d3e, U+6d6a, U+6e1b, U+6ed1, U+6f22, U+6f54, U+6f6e, U+6fc0, U+6fdf, U+719f, U+71c8, U+71d2, U+7259, U+72c2, U+7389, U+73e0, U+745e, U+751a, U+751c, U+7530, U+7533, U+7562, U+7591, U+75c5, U+75db, U+7642, U+7686, U+76d2, U+76db, U+76e1, U+76e3, U+7701, U+786c, U+7981, U+79c0, U+79fb, U+7a81, U+7a97, U+7adf, U+7aef, U+7b26, U+7c64, U+7d0d, U+7d14, U+7d2f, U+7d9c, U+7dca, U+7df4, U+7e23, U+7f3a, U+8033, U+804a, U+8056, U+805a, U+8173, U+81e8, U+8212, U+821e, U+822a, U+82e6, U+8336, U+83dc, U+8449, U+84ee, U+85e5, U+885b, U+888b, U+8907, U+8a34, U+8a5e, U+8aa4, U+8ab0, U+8ab2, U+8ac7, U+8b66, U+8c6a, U+8c93, U+8c9d, U+8cb4, U+8dd1, U+8f2a, U+8fb2, U+9109, U+9192, U+91cb, U+91dd, U+93e1, U+964d, U+9686, U+968e, U+969c, U+96de, U+96e8, U+96ea, U+96f7, U+975c, U+9760, U+978b, U+9858, U+98ef, U+9918, U+9aee, U+9b54, U+9ebb, U+ff0f, U+ff5c;
	src: url("../fonts/noto-sans-tc-114-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-115-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+23-25, U+3d, U+4e45, U+4e5d, U+4e7e, U+4eac, U+4eae, U+4ed4, U+4ee4, U+4f01, U+4f3c, U+4f8b, U+4fc2, U+505c, U+50c5, U+5145, U+51b7, U+521d, U+523b, U+525b, U+5287, U+52e2, U+5348, U+535a, U+537b, U+5426, U+542b, U+5438, U+5462, U+54ea, U+555f, U+5566, U+5584, U+5609, U+5708, U+570d, U+571f, U+5747, U+5802, U+58d3, U+5920, U+5922, U+5957, U+5979, U+5a01, U+5a92, U+5abd, U+5b63, U+5b69, U+5b83, U+5bb3, U+5bc4, U+5bf5, U+5c3c, U+5c40, U+5c4b, U+5c64, U+5cf6, U+5de6, U+5e0c, U+5e55, U+5e78, U+5eab, U+5ead, U+5ee0, U+5f85, U+5f8b, U+5fd7-5fd8, U+6167, U+6298, U+62db, U+62ff, U+639b, U+63a7, U+642d, U+6469, U+64ad, U+651d, U+653b, U+65b7, U+65cf, U+665a, U+666e, U+66fe, U+6728, U+674e, U+67b6, U+6821, U+6839, U+6843, U+6a94, U+6b4c, U+6b50, U+6b62, U+6b72, U+6b7b, U+6bcd, U+6bdb, U+6c38, U+6c7a, U+6c7d, U+6c99, U+6cb9, U+6ce2, U+6cf0, U+6d17, U+6d32, U+6e2c, U+6e56, U+6fb3, U+722d, U+723e, U+725b, U+734e, U+7387, U+73ed, U+7565, U+7570, U+76ca, U+76e4, U+773e, U+77ed, U+77f3, U+7814, U+7834, U+7968, U+79d8, U+7a7f, U+7af9, U+7b11, U+7b46, U+7b54, U+7bc4, U+7d19, U+7d22, U+7d42, U+7d55, U+7da0, U+7e41, U+7e7c, U+7f85, U+7ffb, U+8077, U+8089, U+80cc, U+81c9, U+81f4, U+81fa, U+820a, U+822c, U+826f, U+8349, U+85cd, U+86cb, U+8840, U+88dc, U+8986, U+8a0e, U+8a73, U+8a8c, U+8b1b, U+8b9a, U+8c50, U+8ca0, U+8cde, U+8cfd, U+8d8a, U+8df3, U+8e64, U+8ecd, U+8edf, U+8f38, U+8fd4, U+8ff0, U+8ff7, U+9000, U+9047, U+9060, U+90f5, U+9152, U+91ce, U+9280, U+9418, U+9435, U+9589, U+9592, U+9678, U+968a, U+96aa, U+96c5, U+96d6, U+96dc, U+96f6, U+9732, U+9748, U+9802, U+9806, U+9808, U+983b, U+984d, U+984f, U+9867, U+98db, U+98f2, U+98fe, U+9a5a, U+9b06, U+9b5a, U+9bae, U+ff5e;
	src: url("../fonts/noto-sans-tc-115-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-116-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+40, U+2026, U+4e03, U+4e14, U+4e9e, U+4ec0, U+4ed8, U+4f11, U+4f4e-4f4f, U+4f73, U+4fee, U+5019, U+503c, U+5047, U+514b, U+516b, U+5178, U+5207, U+520a, U+5236, U+5343, U+5347, U+534a, U+5370, U+53cd, U+53e4, U+53e6, U+53f2, U+5403, U+5411, U+5427, U+5468, U+5473, U+547d, U+552e, U+5740, U+5883, U+589e, U+591c, U+5931, U+59cb, U+5a1b, U+5b58, U+5b98, U+5b9c, U+5ba4, U+5bcc, U+5beb, U+5c45, U+5c6c, U+5dee, U+5df4, U+5e03, U+5e33, U+5e6b, U+5e7e, U+5e8f, U+5e95, U+5ea7, U+5f15, U+5f62, U+5f69, U+5f80, U+5fa9, U+5fae, U+5fb7, U+5ff5, U+600e, U+601d, U+60e0, U+614b, U+6230, U+623f, U+628a, U+6295, U+62c9, U+6309, U+64c7, U+64ca, U+652f, U+6545, U+6548, U+65af, U+65e9, U+6625, U+666f, U+667a, U+670b, U+671b, U+6750, U+677f, U+6975, U+6a13, U+6a21, U+6aa2, U+6b65, U+6b77, U+6bb5, U+6cc1, U+6ce8, U+6df1, U+6e90, U+6e96, U+6eab, U+6f14, U+6f2b, U+700f, U+706b, U+7206, U+724c, U+72c0, U+7368, U+7372, U+74b0, U+756b, U+76ae, U+773c, U+78ba, U+798f, U+79ae, U+7a4d, U+7a76, U+7ae5, U+7b56, U+7b97, U+7bb1, U+7bc7, U+7c73, U+7c89, U+7d00, U+7d20, U+7d39, U+7d72, U+7dad, U+7e8c, U+7fa4, U+7fd2, U+8003, U+807d, U+80a1, U+80b2, U+8166, U+8208-8209, U+82e5, U+843d, U+85cf, U+85dd, U+862d, U+8857, U+8863, U+89ba, U+89d2, U+8a2a, U+8a31, U+8a62, U+8a66, U+8a72, U+8abf, U+8b1d, U+8b58, U+8c61, U+8ca1, U+8ca8, U+8cac, U+8cbc, U+8d70, U+8da3, U+8db3, U+8ddf, U+8f03, U+8f15, U+8f2f, U+8fa6, U+8fce, U+8ffd, U+900f, U+9031, U+9069, U+908a, U+91ab, U+91cc, U+92b7, U+9322, U+932f, U+9375, U+9632, U+963f, U+9644, U+9662, U+9673, U+967d, U+96a8, U+96c4, U+96d9, U+96e2-96e3, U+96f2, U+9752, U+97d3, U+97ff, U+9805, U+9810, U+9818, U+986f, U+990a, U+9910, U+9928, U+9e97, U+9ec3, U+9f8d, U+ff1b;
	src: url("../fonts/noto-sans-tc-116-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-117-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+26, U+3e, U+5f, U+7e, U+3000, U+300a-300b, U+3010-3011, U+4e16, U+4e26, U+4e94, U+4e9b, U+4ea4, U+4eca-4ecb, U+4efb, U+4efd, U+4f46, U+4f55, U+4f9b, U+4f9d, U+4fbf, U+505a, U+5065, U+5099, U+50cf, U+512a, U+5143, U+5148, U+5152, U+5169, U+516d, U+5171, U+5177, U+518a, U+5225, U+5247, U+5275, U+529f, U+52a9, U+5305, U+5341, U+5357, U+5361, U+5373, U+53bb, U+53c3, U+53c8, U+53d6-53d7, U+53e3, U+5404, U+559c, U+55ce, U+5668, U+56db, U+5712, U+5718, U+57ce, U+57fa, U+58eb, U+592a, U+5947, U+5bc6, U+5bf6, U+5c0e, U+5c11, U+5c1a, U+5c55, U+5c71, U+5df1, U+5e2b, U+5e36, U+5e97, U+5eb7, U+5ee3, U+5efa, U+5f35, U+5f37, U+5f88, U+5f9e, U+5fc5, U+606f, U+60a8, U+6232, U+6236, U+624d, U+627e, U+6280, U+62cd, U+6301, U+6307, U+6392, U+63db, U+64da, U+6539, U+653e-653f, U+6559, U+6574, U+65c5, U+6613, U+66f8, U+6797, U+67e5, U+6848, U+6a19, U+6a23, U+6b61, U+6bcf, U+6c11, U+6c42, U+6d41, U+6d77, U+6e2f, U+6eff, U+7167, U+71df, U+738b, U+73a9, U+7403, U+7537, U+754c, U+7559, U+767d-767e, U+78bc, U+793a, U+795e, U+79c1, U+79d1, U+7a2e, U+7a31, U+7a7a, U+7ae0, U+7ba1, U+7bc0, U+7c21, U+7cfb, U+7d04-7d05, U+7d1a, U+7d30, U+7d44, U+7d66, U+7d71, U+7de8, U+7e3d, U+7f6e, U+7fa9, U+8001, U+805e, U+8072, U+81f3, U+82f1, U+83ef, U+842c, U+8457, U+85a6, U+8655, U+8853, U+88ab, U+88dd, U+88e1, U+88fd, U+897f, U+898f, U+89aa, U+89bd, U+89c0, U+89e3, U+8a02, U+8a3b, U+8a55, U+8a8d, U+8a9e, U+8ad6, U+8b49, U+8b70, U+8b77, U+8b80, U+8b8a, U+8b93, U+8cb7, U+8ce3, U+8cea, U+8cfc, U+8f09, U+8fd1, U+9001, U+901f-9020, U+9054, U+90a3, U+914d, U+91cf, U+9304, U+95b1, U+9664, U+969b, U+96b1, U+96c6, U+9700, U+975e, U+97f3, U+98a8, U+98df, U+9999, U+99ac, U+9a57, U+9ebc, U+9ed1;
	src: url("../fonts/noto-sans-tc-117-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-118-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+d, U+2b, U+7c, U+a9, U+300c-300d, U+4e09, U+4e3b, U+4e4b, U+4e5f, U+4e86, U+4e8b-4e8c, U+4eab, U+4ed6, U+4ee3, U+4ef6, U+4f1a, U+4f4d, U+4f60, U+4f7f, U+4fdd, U+4fe1, U+50b3, U+50f9, U+5149, U+514d, U+5167, U+5176, U+518d, U+5217, U+5229, U+524d, U+529b, U+52a0, U+52d9, U+5316-5317, U+5340, U+539f, U+53ca-53cb, U+53ea, U+53f8, U+5408, U+540c-540d, U+544a, U+548c, U+54c1, U+54e1, U+5546, U+554f, U+55ae, U+56de, U+56e0, U+5716, U+578b, U+5831, U+5834, U+5916, U+5973, U+5982, U+5b57, U+5b78, U+5b89, U+5b8c, U+5b9a, U+5ba2, U+5bb9, U+5be6, U+5c07-5c08, U+5c0b, U+5c0d, U+5c31, U+5de5, U+5df2, U+5e02, U+5e38, U+5ea6, U+5f0f, U+5f71, U+5f8c, U+5f97, U+5feb, U+6027, U+60c5, U+60f3, U+610f, U+611b, U+611f, U+61c9, U+6216, U+624b, U+6253, U+63a5, U+63a8, U+63d0, U+641c, U+6536, U+6578, U+6599, U+661f, U+662d, U+670d, U+671f, U+672a, U+6771, U+679c, U+682a, U+683c, U+689d, U+696d, U+6a02, U+6a5f, U+6b0a, U+6b21, U+6b3e, U+6b64, U+6bd4, U+6c23, U+6c34, U+6c92, U+6cd5, U+6d3b, U+6d88, U+6e05, U+7063, U+7121, U+7136, U+71b1, U+7247-7248, U+7269, U+7279, U+73fe, U+7406, U+7522, U+7531, U+7576, U+767b, U+76ee, U+76f4, U+770b, U+771f, U+77e5, U+793e, U+7a0b, U+7acb, U+7ad9, U+7b2c, U+7b49, U+7cbe, U+7d50, U+7d61, U+7d93, U+7dda, U+8005, U+800c, U+806f, U+8207, U+8272, U+82b1, U+865f, U+8868, U+898b, U+8996, U+8a00, U+8a08, U+8a0a, U+8a18, U+8a2d, U+8a71, U+8aaa, U+8acb, U+8cbb, U+8cc7, U+8d77, U+8d85, U+8def, U+8eab, U+8eca, U+8f49, U+9019-901a, U+9023, U+9032, U+904a-904b, U+904e, U+9053, U+9078, U+9084, U+90e8, U+90fd, U+91cd, U+91d1, U+9577, U+9580, U+9593, U+9650, U+9762, U+982d, U+984c, U+985e, U+9ad4, U+9ad8, U+9ede, U+ff01, U+ff08-ff09, U+ff1f;
	src: url("../fonts/noto-sans-tc-118-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-119-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+20-22, U+27-2a, U+2c-3b, U+3f, U+41-5d, U+61-7b, U+7d, U+a0, U+ab, U+ae, U+b2-b3, U+b7, U+bb, U+bf, U+c9, U+cd, U+d6, U+e0-ef, U+f1-f4, U+f6, U+f9-fa, U+fc-fd, U+101, U+103, U+110-111, U+113, U+12b, U+14d, U+16b, U+1a1, U+1b0, U+1ce, U+300-301, U+1ea1, U+1ea3, U+1ebf, U+1ec7, U+2013-2014, U+2039-203a, U+203c, U+2122, U+3001-3002, U+4e00, U+4e0a-4e0b, U+4e0d, U+4e2d, U+4eba, U+4ee5, U+4f5c, U+4f86, U+500b, U+5011, U+5165, U+5168, U+516c, U+51fa, U+5206, U+5230, U+52d5, U+53ef-53f0, U+570b, U+5728, U+5730, U+591a, U+5927, U+5929, U+597d, U+5b50, U+5bb6, U+5c0f, U+5e73-5e74, U+5fc3, U+6210-6211, U+6240, U+6587, U+65b0, U+65b9, U+65bc, U+65e5, U+660e, U+662f, U+6642, U+66f4, U+6700, U+6703, U+6708-6709, U+672c, U+6b63, U+6cbb, U+70b9-70ba, U+751f, U+7528, U+767c, U+7684, U+76f8, U+7db2, U+7f8e, U+80fd, U+81ea, U+884c, U+8981, U+958b, U+95dc, U+96fb, U+9801, U+9996, U+ff0c, U+ff1a;
	src: url("../fonts/noto-sans-tc-119-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-latin-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	src: url("../fonts/noto-sans-tc-latin-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-latin-ext-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
	src: url("../fonts/noto-sans-tc-latin-ext-wght-normal.woff2") format("woff2-variations");
}

/* noto-sans-tc-vietnamese-wght-normal */
@font-face {
	font-family: "Noto Sans TC Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
	src: url("../fonts/noto-sans-tc-vietnamese-wght-normal.woff2") format("woff2-variations");
}

/* noto-serif-tc-6-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+ff78-ff7e, U+ff80-ff86, U+ff89-ff94, U+ff97-ff9e, U+ffb9, U+ffe0-ffe3, U+ffe9, U+ffeb, U+ffed, U+fffc, U+1d7c7, U+1f004, U+1f0cf, U+1f141-1f142, U+1f150, U+1f154, U+1f158, U+1f15b, U+1f15d-1f15e, U+1f162-1f163, U+1f170-1f171, U+1f174, U+1f177-1f178, U+1f17d-1f17f, U+1f192-1f195, U+1f197-1f19a, U+1f1e6-1f1f5, U+1f1f7-1f1ff, U+1f21a, U+1f22f, U+1f232-1f237, U+1f239-1f23a, U+1f250-1f251, U+1f300, U+1f302-1f319;
	src: url("../fonts/noto-serif-tc-6-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-6-400-normal.woff") format("woff");
}

/* noto-serif-tc-7-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+fa0a, U+fa0c, U+fa11, U+fa17, U+fa19, U+fa1b, U+fa1d, U+fa26, U+fa2c, U+fb01, U+fdfc, U+fe0e, U+fe33-fe36, U+fe38-fe44, U+fe49-fe51, U+fe54, U+fe56-fe57, U+fe59-fe5c, U+fe5f-fe6a, U+fe8e, U+fe92-fe93, U+feae, U+fecb-fecc, U+fee0, U+feec, U+fef3, U+ff04, U+ff07, U+ff26-ff2c, U+ff31-ff32, U+ff35-ff37, U+ff39-ff3a, U+ff3c, U+ff3e-ff5b, U+ff5d, U+ff61-ff65, U+ff67-ff68, U+ff6a, U+ff6c-ff77;
	src: url("../fonts/noto-serif-tc-7-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-7-400-normal.woff") format("woff");
}

/* noto-serif-tc-8-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+f78a-f78c, U+f78e, U+f792-f796, U+f798, U+f79c, U+f7f5, U+f812, U+f815, U+f876, U+f8f5, U+f8f8, U+f8ff, U+f901-f902, U+f904, U+f906, U+f909-f90a, U+f90f, U+f914, U+f918-f919, U+f91b, U+f91d, U+f91f, U+f923, U+f925, U+f92d-f92f, U+f934, U+f937-f938, U+f93d, U+f93f, U+f941, U+f949, U+f94c, U+f94e-f94f, U+f95a, U+f95d-f95e, U+f961-f963, U+f965-f970, U+f974, U+f976-f97a, U+f97c, U+f97e-f97f, U+f981, U+f983, U+f988, U+f98a, U+f98c, U+f98e, U+f996-f997, U+f999-f99a, U+f99c, U+f99f-f9a0, U+f9a3, U+f9a8, U+f9ad, U+f9b2-f9b6, U+f9b9-f9ba, U+f9bd-f9be, U+f9c1, U+f9c4, U+f9c7, U+f9ca, U+f9cd, U+f9d0-f9d1, U+f9d3-f9d4, U+f9d7-f9d8, U+f9dc-f9dd, U+f9df-f9e1, U+f9e4, U+f9e8-f9ea, U+f9f4, U+f9f6-f9f7, U+f9f9-f9fa, U+f9fc-fa01, U+fa03-fa04, U+fa06, U+fa08-fa09;
	src: url("../fonts/noto-serif-tc-8-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-8-400-normal.woff") format("woff");
}

/* noto-serif-tc-19-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+9eb9-9eba, U+9ebe-9ebf, U+9ecc-9ecd, U+9ed0, U+9ed2, U+9ed4, U+9ed9-9eda, U+9edc-9edd, U+9edf-9ee0, U+9ee2, U+9ee5, U+9ee7, U+9eee, U+9ef3-9ef4, U+9ef6-9ef7, U+9ef9, U+9efb-9efd, U+9eff, U+9f07-9f09, U+9f10, U+9f14-9f15, U+9f19, U+9f22, U+9f29, U+9f2c, U+9f2f, U+9f31, U+9f34, U+9f37, U+9f39, U+9f3d-9f3e, U+9f41, U+9f4c-9f50, U+9f54, U+9f57, U+9f59, U+9f5c, U+9f5f-9f60, U+9f62-9f63, U+9f66-9f67, U+9f6a, U+9f6c, U+9f72, U+9f76-9f77, U+9f7f, U+9f84-9f85, U+9f88, U+9f8e, U+9f91, U+9f94-9f96, U+9f98, U+9f9a-9f9b, U+9f9f-9fa0, U+9fa2, U+9fa4, U+a1f4, U+a4b0-a4b1, U+a4b3, U+a9c1-a9c2, U+aa31, U+ab34, U+ac00-ac01, U+ac04, U+ac08, U+ac10-ac11, U+ac13-ac16, U+ac19, U+ac1c-ac1d, U+ac24, U+ac70-ac71, U+ac74, U+ac77-ac78, U+ac80-ac81, U+ac83, U+ac8c, U+ac90, U+aca0, U+aca8-aca9, U+acac, U+acb0, U+acb8-acb9, U+acbc-acbd, U+acc1, U+acc4, U+ace0-ace1, U+ace4, U+ace8, U+acf0-acf1, U+acf3, U+acf5, U+acfc;
	src: url("../fonts/noto-serif-tc-19-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-19-400-normal.woff") format("woff");
}

/* noto-serif-tc-20-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+9d34, U+9d37, U+9d3d, U+9d42, U+9d50, U+9d52-9d53, U+9d59, U+9d5c, U+9d5e-9d61, U+9d6a, U+9d6f-9d70, U+9d77, U+9d7a, U+9d7e, U+9d87, U+9d89, U+9d8f, U+9d91-9d93, U+9d96, U+9d98, U+9d9a, U+9da1-9da2, U+9da5, U+9da9, U+9dab-9dac, U+9db1-9db2, U+9db5, U+9db9-9dbc, U+9dbf-9dc2, U+9dc4, U+9dc7-9dc9, U+9dd3, U+9dd6, U+9dd9-9dda, U+9dde-9ddf, U+9de2, U+9de5-9de6, U+9de8, U+9def-9df0, U+9df2-9df4, U+9df8, U+9dfa, U+9dfd, U+9dff, U+9e02, U+9e07, U+9e0a, U+9e11, U+9e15, U+9e18, U+9e1a-9e1b, U+9e1d-9e1e, U+9e20-9e23, U+9e25-9e26, U+9e2d, U+9e2f, U+9e33, U+9e35, U+9e3d-9e3f, U+9e42-9e43, U+9e45, U+9e48-9e4a, U+9e4c, U+9e4f, U+9e51, U+9e55, U+9e64, U+9e66, U+9e6b, U+9e6d-9e6e, U+9e70, U+9e73, U+9e75, U+9e78, U+9e80-9e83, U+9e87-9e88, U+9e8b-9e8c, U+9e90-9e91, U+9e93, U+9e96, U+9e9d, U+9ea1, U+9ea4, U+9ea6, U+9ea9-9eab, U+9ead, U+9eaf, U+9eb4, U+9eb7-9eb8;
	src: url("../fonts/noto-serif-tc-20-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-20-400-normal.woff") format("woff");
}

/* noto-serif-tc-21-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+9bd3-9bd7, U+9bd9, U+9bdb, U+9bdd, U+9be1-9be2, U+9be4-9be5, U+9be7, U+9bea, U+9bed-9bee, U+9bf0-9bf1, U+9bf5, U+9bf7, U+9bf9, U+9bfd, U+9bff, U+9c02, U+9c06, U+9c08-9c0a, U+9c0d, U+9c10, U+9c12-9c13, U+9c15, U+9c1c, U+9c1f, U+9c21, U+9c23-9c25, U+9c28-9c29, U+9c2d-9c2e, U+9c31-9c33, U+9c35-9c37, U+9c39-9c3b, U+9c3d-9c3e, U+9c40, U+9c42, U+9c45-9c49, U+9c52, U+9c54, U+9c56, U+9c58-9c5a, U+9c5d, U+9c5f-9c60, U+9c63, U+9c67-9c68, U+9c72, U+9c75, U+9c78, U+9c7a-9c7c, U+9c7f-9c81, U+9c87-9c88, U+9c8d, U+9c91, U+9c94, U+9c97, U+9c9b, U+9ca4, U+9ca8, U+9cab, U+9cad, U+9cb1-9cb3, U+9cb6-9cb8, U+9cc4-9cc5, U+9ccc-9ccd, U+9cd5-9cd7, U+9cdd-9cdf, U+9ce7, U+9ce9, U+9cee-9cf0, U+9cf2, U+9cfc-9cfe, U+9d03, U+9d06-9d08, U+9d0e, U+9d10, U+9d12, U+9d15, U+9d17, U+9d1d-9d1f, U+9d23, U+9d2b, U+9d2f-9d30;
	src: url("../fonts/noto-serif-tc-21-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-21-400-normal.woff") format("woff");
}

/* noto-serif-tc-22-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+9a6f-9a71, U+9a73-9a74, U+9a76, U+9a78-9a79, U+9a7b-9a7c, U+9a7e-9a7f, U+9a81-9a82, U+9a84-9a87, U+9a8a-9a8b, U+9a8f-9a91, U+9a97, U+9a9a, U+9a9e, U+9aa0-9aa1, U+9aa4-9aa5, U+9aaf-9ab1, U+9ab6, U+9ab9-9aba, U+9abe, U+9ac0-9ac5, U+9ac8, U+9acb-9acc, U+9ace-9acf, U+9ad1, U+9ad5-9ad7, U+9ad9, U+9adf, U+9ae1, U+9ae3, U+9aea-9aeb, U+9aed, U+9aef, U+9af2, U+9af4, U+9af9, U+9afb, U+9afd, U+9b03-9b04, U+9b08, U+9b13, U+9b18, U+9b1f, U+9b22-9b23, U+9b28-9b2a, U+9b2c-9b30, U+9b32, U+9b3b, U+9b43, U+9b46-9b49, U+9b4b-9b4e, U+9b51, U+9b55, U+9b58, U+9b5b, U+9b5e-9b60, U+9b63, U+9b68-9b69, U+9b74, U+9b7d, U+9b80-9b81, U+9b83-9b84, U+9b87-9b88, U+9b8a-9b8b, U+9b8d-9b8e, U+9b90, U+9b92-9b95, U+9b97, U+9b9f-9ba0, U+9ba2-9ba3, U+9ba8, U+9bab, U+9bb0, U+9bb8, U+9bc0-9bc1, U+9bc3, U+9bc6-9bc8;
	src: url("../fonts/noto-serif-tc-22-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-22-400-normal.woff") format("woff");
}

/* noto-serif-tc-23-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+9912, U+9914, U+9916-9917, U+991b-991c, U+991e, U+9920, U+9927, U+992b-992c, U+992e, U+9931-9933, U+9938, U+993a, U+993c-9940, U+9943-9944, U+9948-994a, U+994c-994e, U+9951, U+9954, U+995c, U+995e-995f, U+9961-9962, U+9965, U+9968, U+996a, U+996d-9972, U+9975-9976, U+997a, U+997c, U+997f-9980, U+9984-9985, U+9988, U+998b, U+998d, U+998f, U+9992, U+9994-9995, U+9997-9998, U+999c, U+999e, U+99a0-99a1, U+99ab, U+99af, U+99b1, U+99b4, U+99b9, U+99c4-99c6, U+99cf, U+99d1-99d2, U+99d4, U+99d6, U+99d8-99d9, U+99df, U+99e1-99e2, U+99e9, U+99ee, U+99f0, U+99f8, U+99fb, U+9a01-9a05, U+9a0c, U+9a0f-9a13, U+9a16, U+9a1b-9a1c, U+9a20, U+9a24, U+9a28, U+9a2b, U+9a2d-9a2e, U+9a34-9a36, U+9a38, U+9a3e, U+9a40-9a44, U+9a4a, U+9a4c-9a4e, U+9a52, U+9a56, U+9a62-9a65, U+9a69-9a6b, U+9a6d;
	src: url("../fonts/noto-serif-tc-23-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-23-400-normal.woff") format("woff");
}

/* noto-serif-tc-24-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+97c6, U+97c9, U+97cd, U+97d6, U+97d8-97d9, U+97dc-97de, U+97e1, U+97e6-97e7, U+97ec-97ee, U+97f0-97f1, U+97f5, U+97f9-97fa, U+97fe, U+9804, U+9807, U+980a, U+980e-980f, U+9814, U+9816, U+981a, U+981c, U+981e, U+9820-9821, U+9823, U+9826, U+9828, U+982a-982c, U+9832, U+9834-9835, U+9837, U+9839, U+983c-983d, U+9845, U+9848-9849, U+984e, U+9852-9857, U+9859-985a, U+9862-9863, U+9865, U+9870-9871, U+9873-9874, U+9877, U+987a-987f, U+9881-9882, U+9885, U+9887-988a, U+988c-988d, U+9890, U+9893, U+9896-9897, U+989a, U+989c-989e, U+98a0, U+98a4, U+98a6-98a7, U+98a9, U+98ae-98af, U+98b2-98b3, U+98b6-98b8, U+98ba-98bd, U+98bf, U+98c7-98c8, U+98ca, U+98d2-98d3, U+98d8-98da, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5, U+98e7-98e9, U+98eb-98ee, U+98f1, U+98f4, U+9901, U+9908-9909, U+990c, U+9911;
	src: url("../fonts/noto-serif-tc-24-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-24-400-normal.woff") format("woff");
}

/* noto-serif-tc-25-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+964e-964f, U+9651, U+9653-9655, U+9658, U+965b-965f, U+9661, U+9665, U+9668-9669, U+966c, U+9672, U+9674, U+967a, U+9682-9685, U+9688-9689, U+968b, U+968d, U+9695, U+9697-9698, U+969e, U+96a0-96a4, U+96a9, U+96ac, U+96ae, U+96b0, U+96b2-96b4, U+96b6-96b7, U+96b9, U+96bc-96be, U+96c3, U+96c9-96cb, U+96ce-96cf, U+96d1-96d2, U+96d8, U+96dd, U+96e9, U+96eb, U+96f0-96f1, U+96f3-96f4, U+96f9, U+96fe-96ff, U+9701-9702, U+9705, U+9708, U+970a, U+970e-9711, U+9719, U+971d, U+971f-9720, U+9728, U+972a, U+972d, U+9730, U+9733, U+973a, U+973d, U+9744, U+9746-9747, U+9749, U+9750-9751, U+9753, U+9758-9759, U+975b, U+975d, U+9763, U+9765-9766, U+9768, U+976c-976d, U+9771, U+9773, U+9776, U+977a, U+977c, U+9780, U+9784-9786, U+9788, U+978e-978f, U+9798, U+979d-979e, U+97a3, U+97a5-97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b6-97b7, U+97b9, U+97bf, U+97c1, U+97c3;
	src: url("../fonts/noto-serif-tc-25-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-25-400-normal.woff") format("woff");
}

/* noto-serif-tc-26-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+950c, U+950f-9510, U+9519-951b, U+951d, U+951f, U+9521-9526, U+952d-9530, U+9535, U+953a-953b, U+9540-9542, U+9547, U+9549-954a, U+954d, U+9550-9551, U+9554-9556, U+955c, U+956c-956d, U+956f-9570, U+9573, U+9576, U+9578, U+9582, U+9586, U+9588, U+958e-958f, U+9599, U+959c, U+959e-959f, U+95a1-95a2, U+95a4, U+95a6-95a7, U+95aa-95ae, U+95b0, U+95b2, U+95b6, U+95b9-95bf, U+95c2-95c4, U+95c7-95c9, U+95cb-95cd, U+95d0, U+95d3-95d5, U+95d7-95d8, U+95da, U+95de, U+95e0-95e1, U+95e4-95e5, U+95ea-95eb, U+95ef-95f0, U+95f2-95f3, U+95f5, U+95f7-95fa, U+95fd, U+9600-9602, U+9607-9609, U+960e, U+9610-9611, U+9614, U+9616, U+9619-961a, U+961c-961d, U+961f, U+9621, U+9624, U+9628, U+962f, U+9633-9636, U+963c, U+9641-9643, U+9645, U+9647-9648;
	src: url("../fonts/noto-serif-tc-26-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-26-400-normal.woff") format("woff");
}

/* noto-serif-tc-27-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+93e4, U+93e8, U+93ee, U+93f0, U+93f5, U+93f7-93f9, U+93fb, U+9403, U+9407, U+940f-9410, U+9413-9414, U+9417, U+9419-941a, U+941c, U+941e, U+9420-9425, U+9427-942b, U+942e, U+9432-9433, U+9436, U+9438, U+943a, U+943d, U+943f-9440, U+9445, U+944a, U+944c, U+9454-9455, U+945a-945b, U+945e, U+9460, U+9462-9463, U+9468, U+946a, U+946d, U+946f, U+9471, U+9474-9477, U+9479, U+947e-9481, U+9488-948a, U+948e, U+9492-9493, U+9497, U+9499, U+949b-94a3, U+94a5-94a9, U+94ac, U+94ae-94b1, U+94b3-94b5, U+94bb-94bc, U+94be-94c3, U+94c5-94c6, U+94c9, U+94ce-94d0, U+94db-94dd, U+94e0, U+94e2-94e3, U+94e8, U+94ec-94ee, U+94f0, U+94f2, U+94f5-94f6, U+94f8, U+94fa, U+94ff-9502, U+9504-9506, U+9508, U+950b;
	src: url("../fonts/noto-serif-tc-27-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-27-400-normal.woff") format("woff");
}

/* noto-serif-tc-28-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+92e5-92e6, U+92e8-92e9, U+92ed-92ef, U+92f1-92f3, U+92f6, U+92f9, U+92fb, U+9300-9302, U+9306, U+930b, U+930f, U+9312, U+9315, U+9319-931b, U+931d-931f, U+9321, U+9323-9325, U+9327-932a, U+932c-932e, U+9331-9333, U+9335, U+9338, U+933c, U+9340-9341, U+9345-9349, U+934f-9352, U+9354, U+9356-935a, U+935c-9360, U+9363-9367, U+9369-936a, U+936c, U+936e, U+9370-9371, U+9373, U+9376, U+9379-937a, U+937c, U+9385, U+9387, U+938c, U+938f, U+9394, U+9397-9398, U+939a-939b, U+939d-939e, U+93a1-93a3, U+93a6-93a7, U+93a9-93aa, U+93ac-93ad, U+93af-93b0, U+93b3-93bb, U+93bd-93be, U+93c0-93c4, U+93c7, U+93ca-93cd, U+93d0-93d1, U+93d6-93d8, U+93dc-93de, U+93e0;
	src: url("../fonts/noto-serif-tc-28-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-28-400-normal.woff") format("woff");
}

/* noto-serif-tc-29-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+91f0-91f1, U+91f5-91fa, U+91fd, U+91ff-9201, U+9203-920a, U+920d-920e, U+9210-9211, U+9217, U+9219, U+921c, U+9221, U+9224-9225, U+9227, U+922a, U+922d-922e, U+9230-9231, U+9233, U+9235-9239, U+923b, U+923d-9241, U+9244, U+9246, U+9248-9249, U+924b-9251, U+9253, U+925a, U+925d-925e, U+9262, U+9265-9267, U+926b-926d, U+926f, U+9271-9272, U+9274, U+9276, U+9278, U+927a-927c, U+927e-927f, U+9282-9283, U+9286, U+9288, U+928a, U+928d-928e, U+9291, U+9295-9296, U+9299-929b, U+929d, U+92a0-92ae, U+92b2, U+92b5-92b6, U+92bb-92bc, U+92c2-92c3, U+92c6-92cd, U+92cf-92d1, U+92d5, U+92d7, U+92d9, U+92dd, U+92df, U+92e4;
	src: url("../fonts/noto-serif-tc-29-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-29-400-normal.woff") format("woff");
}

/* noto-serif-tc-30-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+90bb, U+90bd-90be, U+90c3-90c5, U+90c7, U+90d1, U+90d4-90d5, U+90d7, U+90db-90df, U+90e2-90e4, U+90ea-90eb, U+90ef, U+90f4, U+90f7-90f8, U+90fc, U+90fe-9100, U+9102, U+9104, U+9106, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9129, U+912b, U+912f, U+9131-9132, U+9134, U+9136, U+9139-913a, U+9143, U+9146, U+9148-914a, U+914e-9150, U+9154, U+9156-9157, U+9159-915a, U+915d-915e, U+9161-9164, U+916b, U+916e, U+9170-9172, U+9174, U+9176, U+9179-917a, U+917f, U+9181-9182, U+9184-9186, U+918c-918e, U+9190-9191, U+9196, U+919a-919b, U+919e, U+91a1-91a4, U+91a7, U+91aa, U+91ae-91b2, U+91b4-91b5, U+91b8, U+91bd-91be, U+91c1, U+91c3, U+91c5-91c6, U+91c8-91ca, U+91d2-91d5, U+91d7, U+91d9, U+91e1, U+91e4, U+91e6-91e9, U+91ec-91ed;
	src: url("../fonts/noto-serif-tc-30-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-30-400-normal.woff") format("woff");
}

/* noto-serif-tc-31-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+8f68-8f69, U+8f6d-8f72, U+8f74, U+8f76, U+8f7b-8f7c, U+8f7f, U+8f83-8f86, U+8f88-8f8a, U+8f8d, U+8f90, U+8f93, U+8f95-8f97, U+8f99, U+8f9e-8f9f, U+8fa2, U+8fa7, U+8fa9, U+8fab, U+8fae, U+8fb3, U+8fb5-8fb6, U+8fba-8fbd, U+8fbf, U+8fc1-8fc2, U+8fc6, U+8fc8, U+8fcc-8fcd, U+8fd2-8fd3, U+8fd5, U+8fdc-8fdd, U+8fdf, U+8fe2-8fe5, U+8fe8-8fe9, U+8fed-8fee, U+8ff3, U+8ff5, U+8ff8, U+8ffa-8ffc, U+8ffe, U+9002, U+9004, U+9008, U+900a-900b, U+9011-9013, U+9016, U+901e, U+9021, U+9024, U+902d, U+902f-9030, U+9034-9036, U+9039-903b, U+9041, U+9044-9045, U+904f-9052, U+9057-9058, U+905b, U+905d, U+9061-9062, U+9065, U+9068, U+906f, U+9074, U+9079, U+907d, U+9083, U+9085, U+9087-9089, U+908b, U+9090, U+9093, U+9095, U+9097, U+9099, U+909b, U+909d-909e, U+90a0-90a2, U+90ac, U+90af-90b0, U+90b2-90b4, U+90b6, U+90b9;
	src: url("../fonts/noto-serif-tc-31-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-31-400-normal.woff") format("woff");
}

/* noto-serif-tc-32-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+8e18, U+8e1d-8e21, U+8e23, U+8e26-8e28, U+8e2a-8e2b, U+8e2d-8e2e, U+8e30-8e31, U+8e35, U+8e39, U+8e3c-8e3d, U+8e40-8e42, U+8e47, U+8e49-8e4e, U+8e50, U+8e53-8e55, U+8e59-8e5b, U+8e60, U+8e62-8e63, U+8e67, U+8e69, U+8e6c-8e6d, U+8e6f, U+8e74, U+8e76, U+8e7a-8e7c, U+8e82, U+8e84-8e85, U+8e87, U+8e89-8e8b, U+8e8f-8e95, U+8e99-8e9a, U+8e9d-8e9e, U+8ea1, U+8ea3, U+8ea5-8ea6, U+8eaa, U+8eac-8ead, U+8eaf-8eb1, U+8eb9, U+8ebc, U+8ebe, U+8ec6, U+8ecb, U+8ecf, U+8ed1, U+8ed4, U+8ed7, U+8eda-8edb, U+8ee2, U+8ee8, U+8eeb, U+8ef2, U+8ef9-8efe, U+8f05, U+8f07-8f08, U+8f0a-8f0c, U+8f12-8f13, U+8f17, U+8f19-8f1a, U+8f1c, U+8f1e-8f1f, U+8f25-8f26, U+8f2d, U+8f30, U+8f33, U+8f36, U+8f3e, U+8f40-8f42, U+8f45-8f47, U+8f4d, U+8f54-8f55, U+8f5d, U+8f61-8f62, U+8f64, U+8f67;
	src: url("../fonts/noto-serif-tc-32-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-32-400-normal.woff") format("woff");
}

/* noto-serif-tc-33-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+8cc1-8cc2, U+8cc4-8cc5, U+8ccf-8cd2, U+8cd4-8cd5, U+8cd9-8cdb, U+8ce1, U+8ce8, U+8ceb, U+8cf0, U+8cf8, U+8cfb, U+8cfe, U+8d04, U+8d07, U+8d0b, U+8d0d, U+8d10, U+8d12-8d14, U+8d17, U+8d1b-8d1f, U+8d21-8d26, U+8d29-8d2c, U+8d2e-8d32, U+8d34-8d35, U+8d37-8d38, U+8d3a-8d3c, U+8d3e-8d3f, U+8d41-8d43, U+8d48, U+8d4b-8d4c, U+8d4e-8d50, U+8d54, U+8d56, U+8d58, U+8d5a-8d5b, U+8d5f-8d60, U+8d62-8d63, U+8d66-8d69, U+8d6c-8d6e, U+8d73, U+8d75-8d76, U+8d7b, U+8d7d, U+8d84, U+8d8b, U+8d90-8d91, U+8d94, U+8d96, U+8d9c, U+8dab, U+8daf, U+8db2, U+8db5, U+8db7, U+8dba, U+8dbc, U+8dbf, U+8dc2-8dc3, U+8dc6, U+8dcb, U+8dce-8dd0, U+8dd6-8dd7, U+8dda-8ddb, U+8de3-8de4, U+8de9, U+8deb-8dec, U+8df1, U+8df5-8df7, U+8dfa-8dfd, U+8e05, U+8e08-8e0a, U+8e0e, U+8e14, U+8e16;
	src: url("../fonts/noto-serif-tc-33-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-33-400-normal.woff") format("woff");
}

/* noto-serif-tc-34-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+8b6c-8b6d, U+8b72, U+8b7e, U+8b83, U+8b89, U+8b8c, U+8b8e, U+8b90, U+8b92, U+8b95-8b96, U+8b99, U+8b9c, U+8b9e-8b9f, U+8ba3, U+8ba5, U+8ba7, U+8baa, U+8bad, U+8bb2-8bb4, U+8bb6-8bb9, U+8bbc-8bbd, U+8bbf-8bc0, U+8bc3, U+8bc5, U+8bc8-8bcb, U+8bcf, U+8bd1, U+8bd7-8bdc, U+8bde-8be1, U+8be3, U+8be7, U+8be9, U+8beb-8bec, U+8bef, U+8bf1-8bf2, U+8bf5-8bf6, U+8bf8, U+8bfa, U+8bfd-8bfe, U+8c01-8c02, U+8c05, U+8c08, U+8c0a-8c11, U+8c13-8c15, U+8c18-8c1c, U+8c1f, U+8c23-8c29, U+8c2c-8c2d, U+8c31, U+8c34, U+8c36, U+8c39, U+8c3f, U+8c47, U+8c49-8c4c, U+8c4f, U+8c51, U+8c55, U+8c62, U+8c68, U+8c73, U+8c78, U+8c7a-8c7c, U+8c82, U+8c85, U+8c89-8c8a, U+8c8d-8c8e, U+8c90, U+8c94, U+8c98-8c99, U+8ca3-8ca4, U+8cad-8cb0, U+8cb2, U+8cb9-8cba, U+8cbd;
	src: url("../fonts/noto-serif-tc-34-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-34-400-normal.woff") format("woff");
}

/* noto-serif-tc-35-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+89f6, U+89ff, U+8a01, U+8a03, U+8a07, U+8a09, U+8a0c, U+8a0f-8a12, U+8a16, U+8a1b, U+8a22, U+8a25, U+8a27, U+8a2b, U+8a33, U+8a36, U+8a38, U+8a3d-8a3e, U+8a41, U+8a45-8a46, U+8a48, U+8a4e, U+8a51-8a52, U+8a54, U+8a56-8a58, U+8a5b, U+8a5d, U+8a61, U+8a63, U+8a67, U+8a6a-8a6c, U+8a70, U+8a74-8a76, U+8a7a-8a7c, U+8a82, U+8a84-8a86, U+8a89, U+8a8f-8a92, U+8a94, U+8a9a, U+8aa1, U+8aa3, U+8aa5, U+8aa7-8aa8, U+8aad, U+8ab1, U+8ab6, U+8abe, U+8ac2, U+8ac4, U+8ac6, U+8ac9, U+8acc-8acf, U+8ad1, U+8adb, U+8add-8ae2, U+8ae4, U+8ae6, U+8aea-8aeb, U+8aed, U+8af1-8af6, U+8afa, U+8afc, U+8b01, U+8b04-8b05, U+8b07, U+8b0b-8b0d, U+8b0f-8b10, U+8b13-8b14, U+8b16, U+8b1a, U+8b1c, U+8b21-8b22, U+8b26, U+8b28, U+8b2b, U+8b2e, U+8b33, U+8b41, U+8b46, U+8b4c-8b4f, U+8b53-8b54, U+8b56, U+8b59, U+8b5e-8b60, U+8b64, U+8b6a-8b6b;
	src: url("../fonts/noto-serif-tc-35-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-35-400-normal.woff") format("woff");
}

/* noto-serif-tc-36-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+889b-889c, U+889e, U+88a2, U+88a4, U+88a8, U+88aa, U+88ad-88ae, U+88b1, U+88b4, U+88b7-88b8, U+88bc-88be, U+88c0, U+88c4, U+88c6-88c7, U+88c9-88cc, U+88ce, U+88d2, U+88d6, U+88d8, U+88db, U+88df, U+88e4, U+88e8-88e9, U+88ec, U+88ef-88f1, U+88f3-88f5, U+88fc, U+88fe, U+8900, U+8902, U+8906, U+890a-890c, U+8912-8915, U+8918-891a, U+891f, U+8921, U+8923, U+8925, U+892a-892b, U+892d, U+8930, U+8933, U+8935-8936, U+8938, U+893d, U+8941-8943, U+8946-8947, U+8949, U+894c-894d, U+8956-8957, U+8959, U+895c, U+895e-8960, U+8964, U+8966, U+896c, U+8971, U+8974, U+897b, U+897e, U+8980, U+8982-8983, U+8987-8988, U+898a, U+898c, U+8991, U+8994-8995, U+8997-8998, U+899a, U+899c, U+89a1, U+89a4-89a7, U+89a9, U+89ac, U+89af, U+89b2-89b3, U+89b7, U+89bb, U+89bf, U+89c5, U+89c9-89ca, U+89d1, U+89d4-89d5, U+89da, U+89dc-89de, U+89e5-89e7, U+89ed, U+89f1, U+89f3-89f4;
	src: url("../fonts/noto-serif-tc-36-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-36-400-normal.woff") format("woff");
}

/* noto-serif-tc-37-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+874c, U+874e-874f, U+8753, U+8757-8758, U+875d, U+875f, U+8761-8765, U+8768, U+876a, U+876c-8770, U+8772, U+8777, U+877a-877b, U+877d, U+8781, U+8784-8785, U+8788, U+878b, U+8793, U+8797-8798, U+879f, U+87a3, U+87a8, U+87ab-87ad, U+87af, U+87b3, U+87b5, U+87b9, U+87bb, U+87bd-87c0, U+87c4-87c8, U+87ca-87cc, U+87ce, U+87d2, U+87db-87dc, U+87e0-87e1, U+87e3, U+87e5, U+87e7, U+87ea-87eb, U+87ee-87ef, U+87f3-87f4, U+87f6-87f7, U+87fe, U+8802-8806, U+880a-880b, U+880e, U+8810-8811, U+8813, U+8815-8816, U+881b, U+8821, U+8823, U+8827, U+8831-8832, U+8835, U+8839-883a, U+883c, U+8844-8846, U+884a, U+884e, U+8852, U+8854-8856, U+8859-885a, U+885e, U+8862, U+8864-8865, U+8869-886a, U+886c-886e, U+8871-8872, U+8875, U+8879, U+887d-887f, U+8882, U+8884-8885, U+8888, U+8890, U+8892-8893, U+8897-8898, U+889a;
	src: url("../fonts/noto-serif-tc-37-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-37-400-normal.woff") format("woff");
}

/* noto-serif-tc-38-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+8602, U+8604-8605, U+8610, U+8616-8618, U+861a, U+861e, U+8621-8622, U+8627, U+8629-862a, U+8634-8636, U+8638, U+863a, U+863c, U+8640, U+8642, U+8646, U+864c-864d, U+864f, U+8651-8654, U+8657, U+8659-865a, U+865c, U+8662, U+866b-866c, U+866f-8671, U+8673, U+8677, U+867a-867b, U+867d-867e, U+8680-8682, U+868b-868d, U+8693-8696, U+869a, U+869c-869d, U+86a1, U+86a3-86a4, U+86a7-86aa, U+86af-86b1, U+86b3-86b4, U+86b6, U+86b9-86ba, U+86c0-86c2, U+86c4, U+86c6, U+86c9-86ca, U+86cc-86ce, U+86d0, U+86d3-86d4, U+86de-86df, U+86e9, U+86ed-86f0, U+86f3, U+86f8-86fc, U+86fe, U+8703, U+8706-870a, U+870d-870e, U+8711-8712, U+8715, U+8717, U+8719-871a, U+871e, U+8721-8723, U+8725, U+8728-8729, U+872e, U+8731, U+8734, U+8737, U+873a, U+873e-8740, U+8742, U+8747, U+8749, U+874b;
	src: url("../fonts/noto-serif-tc-38-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-38-400-normal.woff") format("woff");
}

/* noto-serif-tc-39-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+84b1, U+84b4, U+84b9-84bb, U+84bd-84c0, U+84c2, U+84c6-84c7, U+84ca, U+84cd-84d2, U+84d6, U+84dd, U+84df, U+84e2, U+84e6-84e8, U+84ea, U+84ef-84f0, U+84f3-84f4, U+84f7, U+84fa, U+84fc-84fd, U+84ff-8500, U+8506, U+850c, U+8511, U+8515, U+8517, U+851d-851f, U+8524, U+852b, U+852f, U+8532, U+8534-8535, U+8537-8538, U+853a, U+853c, U+853e, U+8541-8542, U+8545, U+8548, U+854b, U+854d-854e, U+8552-8553, U+8555-8558, U+855a, U+855e, U+8561-8565, U+8568, U+856a-856c, U+856f, U+8574, U+8577-857b, U+8580-8581, U+8585-8586, U+858a, U+858c, U+858f-8590, U+8594, U+8597-8599, U+859c, U+859f, U+85a1-85a2, U+85a4, U+85a8, U+85ab-85ac, U+85ae, U+85b3-85b4, U+85b7, U+85b9-85ba, U+85bd-85be, U+85c1-85c2, U+85cb, U+85ce, U+85d0, U+85d3, U+85d5, U+85dc, U+85e0, U+85e6, U+85e8, U+85ea, U+85ed, U+85f4, U+85f6-85f7, U+85f9-85fa, U+85ff;
	src: url("../fonts/noto-serif-tc-39-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-39-400-normal.woff") format("woff");
}

/* noto-serif-tc-40-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+8378, U+837a-8380, U+8383, U+8385-8386, U+8392, U+8394-8395, U+8398-8399, U+839b-839c, U+83a0, U+83a2, U+83a4, U+83a7-83aa, U+83af-83b5, U+83b7, U+83b9-83ba, U+83bc-83c0, U+83c2, U+83c4-83c5, U+83c8-83c9, U+83cb, U+83ce-83cf, U+83d1, U+83d4-83d6, U+83d8, U+83dd, U+83df, U+83e1-83e2, U+83e5, U+83ea-83eb, U+83f0, U+83f3-83f4, U+83f9, U+83fb-83fe, U+8406-8407, U+840b, U+840f, U+8411, U+8413, U+8418, U+841b-841d, U+8420-8421, U+8423-8424, U+8426-8429, U+842b, U+842d-842e, U+8432-8433, U+8435, U+8437-8439, U+843b-843c, U+843e, U+8445-8447, U+844e, U+8451-8452, U+8456, U+8459-845a, U+845c, U+845f, U+8462, U+8466-8467, U+846d, U+846f-8471, U+8473-8474, U+8476-8478, U+847a, U+8484, U+848b, U+848d-848e, U+8493-8494, U+8497, U+849d, U+849f, U+84a1, U+84a8, U+84af;
	src: url("../fonts/noto-serif-tc-40-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-40-400-normal.woff") format("woff");
}

/* noto-serif-tc-41-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+826e, U+8270, U+8273, U+8276, U+8278-8279, U+827d, U+827f, U+8283-8284, U+8288-828a, U+828d-8291, U+8293-8294, U+8298, U+829a-829c, U+829e-82a4, U+82a6-82ab, U+82ae, U+82b0, U+82b4, U+82b6, U+82ba-82bc, U+82be, U+82c1, U+82c4-82c5, U+82c7, U+82cb, U+82cd, U+82cf-82d0, U+82d2, U+82d5-82d6, U+82d9, U+82db-82dc, U+82de-82e1, U+82e3-82e4, U+82e7, U+82ea-82eb, U+82ef-82f0, U+82f3-82f4, U+82f6-82f7, U+82f9-82fc, U+82fe-8301, U+8306-8308, U+830b-830e, U+8316, U+8318, U+831a-831b, U+831d-831e, U+8327, U+832a, U+832c-832d, U+832f, U+8331, U+8333-8334, U+8337, U+833a-833c, U+833f-8340, U+8342, U+8344-8347, U+834b-834c, U+834f, U+8351, U+8356-8358, U+835a, U+835e-8361, U+8363-8364, U+8367-8368, U+836b, U+836f, U+8373, U+8375;
	src: url("../fonts/noto-serif-tc-41-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-41-400-normal.woff") format("woff");
}

/* noto-serif-tc-42-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+8113, U+8115, U+8117-8118, U+811a-811b, U+811e, U+8121-8127, U+8129, U+812c, U+812f-8134, U+8137-8138, U+813a, U+813d, U+8144, U+8146, U+8148, U+814a, U+814c-814d, U+8151, U+8153, U+8156, U+8158, U+815a, U+8160, U+8167, U+8169, U+816d, U+816f, U+8171, U+8174, U+817b-817c, U+817e, U+8182, U+8188, U+818a, U+8194-8195, U+8198, U+819b, U+819e, U+81a3, U+81a6-81a7, U+81ab, U+81af-81b0, U+81b5-81b6, U+81b8, U+81ba-81bb, U+81be-81bf, U+81c3, U+81c6, U+81ca, U+81cc, U+81cf, U+81d1-81d3, U+81d6-81d7, U+81d9-81da, U+81dd-81de, U+81e0-81e2, U+81e7, U+81ec, U+81ef, U+81fc, U+81fe, U+8200-8202, U+8204-8206, U+820b, U+820e, U+8210, U+8215, U+8217-8218, U+821b, U+821d, U+8221-8222, U+8224, U+8228-8229, U+822b, U+822f-8234, U+8236-8238, U+823a, U+823e, U+8240, U+8244-8245, U+8249, U+824b, U+824e-824f, U+8257, U+825a, U+825f, U+8264, U+8268, U+826b;
	src: url("../fonts/noto-serif-tc-42-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-42-400-normal.woff") format("woff");
}

/* noto-serif-tc-43-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+7fb1-7fb2, U+7fb4, U+7fb6, U+7fb8, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fcb-7fcc, U+7fce-7fcf, U+7fd1, U+7fd5, U+7fd8, U+7fdb, U+7fde-7fdf, U+7fe5-7fe6, U+7fe9, U+7feb-7fec, U+7fee, U+7ff2-7ff3, U+7ffa, U+7ffd-7ffe, U+8002, U+8004, U+8006, U+800b, U+800e, U+8011-8012, U+8014, U+8016, U+8018-8019, U+801c, U+8024, U+8026, U+8028, U+802c, U+8030, U+8035, U+8037-8039, U+803b, U+8042-8043, U+804b-804c, U+8052, U+8061, U+8068, U+806a, U+806e, U+8071, U+8073-8076, U+8079, U+807c, U+807e-807f, U+8083-8084, U+808f, U+8093, U+8095, U+8098, U+809c, U+809f-80a0, U+80a4, U+80a7, U+80ab, U+80ad-80ae, U+80b0-80b1, U+80b4-80b6, U+80b8, U+80bc-80c2, U+80c4, U+80c6-80c7, U+80cb, U+80cd, U+80cf, U+80d4, U+80d7, U+80d9, U+80db-80dd, U+80e0, U+80e3-80e5, U+80e7, U+80eb-80ed, U+80ef-80f1, U+80f3-80f4, U+80f6-80f7, U+80fc, U+80fe-80ff, U+8101, U+8107, U+8109, U+810f-8112;
	src: url("../fonts/noto-serif-tc-43-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-43-400-normal.woff") format("woff");
}

/* noto-serif-tc-44-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+7eaf, U+7eb1-7eb3, U+7eb5-7eba, U+7ebd-7ebe, U+7ec0-7ec1, U+7ec3, U+7ec5, U+7ec7-7eca, U+7ecd-7ece, U+7ed1-7ed2, U+7ed4-7ed5, U+7ed7-7ed8, U+7eda-7edb, U+7edd-7ede, U+7ee2-7ee3, U+7ee5, U+7ee7, U+7ee9-7eeb, U+7eee-7ef0, U+7ef3, U+7ef5, U+7ef7-7ef8, U+7efd-7f01, U+7f03, U+7f05-7f09, U+7f0e, U+7f10, U+7f13-7f15, U+7f18-7f1a, U+7f1c-7f1d, U+7f20, U+7f24-7f25, U+7f28-7f2a, U+7f2d-7f2e, U+7f30, U+7f34, U+7f36-7f37, U+7f3d, U+7f42-7f45, U+7f47-7f4e, U+7f52, U+7f54, U+7f58, U+7f5a, U+7f5d, U+7f5f-7f63, U+7f65, U+7f68, U+7f6b, U+7f78, U+7f7d-7f7e, U+7f81-7f83, U+7f86-7f87, U+7f8b-7f8d, U+7f91, U+7f93-7f95, U+7f97, U+7f99-7f9a, U+7f9d, U+7f9f, U+7fa1-7fa3, U+7fa5, U+7fa7, U+7fad-7fb0;
	src: url("../fonts/noto-serif-tc-44-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-44-400-normal.woff") format("woff");
}

/* noto-serif-tc-45-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+7d89, U+7d8b-7d8f, U+7d91, U+7d95-7d96, U+7d98-7d9a, U+7d9d-7d9e, U+7da2-7da3, U+7da6, U+7daa, U+7dac, U+7dae-7db0, U+7db3, U+7db5, U+7db7, U+7db9, U+7dbd, U+7dc1, U+7dc3-7dc7, U+7dcc-7dcf, U+7dd1, U+7dd6-7dd9, U+7ddb-7ddc, U+7de1-7de2, U+7de6, U+7df0-7df3, U+7df6, U+7dfe, U+7e01-7e02, U+7e04, U+7e08-7e0b, U+7e10-7e11, U+7e13, U+7e15, U+7e1d-7e20, U+7e22, U+7e25-7e27, U+7e29, U+7e2d, U+7e2f-7e30, U+7e32-7e37, U+7e39, U+7e3b, U+7e44-7e45, U+7e47-7e48, U+7e4a-7e4b, U+7e4d, U+7e50-7e52, U+7e56, U+7e58-7e5b, U+7e62, U+7e68, U+7e6d-7e70, U+7e76, U+7e78, U+7e7b, U+7e7e, U+7e81-7e82, U+7e86-7e88, U+7e8a, U+7e8d-7e8e, U+7e92-7e94, U+7e98-7e9b, U+7e9e, U+7ea0, U+7ea3-7ea4, U+7ea8, U+7eaa-7eae;
	src: url("../fonts/noto-serif-tc-45-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-45-400-normal.woff") format("woff");
}

/* noto-serif-tc-46-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+7c20, U+7c23, U+7c25-7c26, U+7c2a-7c2b, U+7c37-7c39, U+7c40-7c41, U+7c48-7c49, U+7c50, U+7c53-7c54, U+7c56-7c57, U+7c59-7c5c, U+7c5f, U+7c63, U+7c65, U+7c69, U+7c6c-7c6e, U+7c74-7c75, U+7c79, U+7c7c, U+7c7e, U+7c84, U+7c8b, U+7c8d, U+7c91, U+7c94-7c95, U+7c9b, U+7c9f, U+7ca2, U+7ca4, U+7ca6, U+7ca8-7caa, U+7cae, U+7cb1-7cb3, U+7cba, U+7cbc, U+7cbf-7cc0, U+7cc5, U+7cc8-7cc9, U+7ccc-7cce, U+7cd7, U+7cdc-7cdd, U+7ce0, U+7ce2, U+7ce8, U+7cea, U+7ced, U+7cf2, U+7cf4, U+7cf6, U+7cf8-7cfa, U+7cfc, U+7d02, U+7d06-7d0a, U+7d0f, U+7d11-7d12, U+7d15, U+7d18, U+7d1c-7d1e, U+7d25, U+7d27, U+7d29, U+7d2c, U+7d31-7d32, U+7d35, U+7d38, U+7d3a, U+7d3c, U+7d3e-7d41, U+7d43, U+7d45, U+7d4c, U+7d4e-7d4f, U+7d53-7d54, U+7d56, U+7d5b-7d5d, U+7d5f, U+7d63, U+7d67, U+7d6a, U+7d6d, U+7d70, U+7d73, U+7d75, U+7d79-7d7b, U+7d7d, U+7d80, U+7d83-7d84, U+7d86-7d88;
	src: url("../fonts/noto-serif-tc-46-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-46-400-normal.woff") format("woff");
}

/* noto-serif-tc-47-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+7afb, U+7afd-7afe, U+7b01-7b06, U+7b09-7b0b, U+7b0e-7b10, U+7b14, U+7b18, U+7b1a, U+7b1e-7b1f, U+7b22-7b25, U+7b29-7b2b, U+7b2d-7b2e, U+7b31-7b35, U+7b38-7b3c, U+7b45, U+7b47-7b48, U+7b4a, U+7b4c, U+7b4e-7b50, U+7b58, U+7b5b, U+7b5d, U+7b60, U+7b62, U+7b65-7b67, U+7b69, U+7b6d-7b6f, U+7b72-7b76, U+7b79, U+7b7e, U+7b82, U+7b84-7b85, U+7b87, U+7b8b, U+7b8d-7b93, U+7b95-7b96, U+7b98, U+7b9c-7b9d, U+7ba0, U+7ba7, U+7ba9-7bac, U+7bb0, U+7bb4, U+7bb6, U+7bb8-7bb9, U+7bc1, U+7bc3, U+7bc6, U+7bcb-7bcc, U+7bcf, U+7bd4, U+7bd9-7bdb, U+7bdd, U+7be0-7be1, U+7be5-7be6, U+7bea, U+7bed-7bee, U+7bf1-7bf3, U+7bf8-7bf9, U+7bfc-7c01, U+7c03, U+7c07, U+7c0a-7c0d, U+7c0f, U+7c11-7c12, U+7c15, U+7c1e-7c1f;
	src: url("../fonts/noto-serif-tc-47-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-47-400-normal.woff") format("woff");
}

/* noto-serif-tc-48-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+7988, U+798a-798b, U+7991, U+7993-7996, U+7998, U+799a-799b, U+799f-79a2, U+79a4, U+79a8-79a9, U+79af-79b0, U+79b3, U+79b5, U+79b8, U+79ba, U+79c3, U+79c6, U+79c8, U+79cf, U+79d5-79d6, U+79dc-79de, U+79e3, U+79e7, U+79ea-79ed, U+79ef-79f0, U+79f4, U+79f6-79f8, U+79fd, U+7a02-7a03, U+7a08-7a0a, U+7a0c, U+7a0e, U+7a10-7a11, U+7a14, U+7a17-7a19, U+7a1c, U+7a1e-7a1f, U+7a23, U+7a26, U+7a2d, U+7a32-7a33, U+7a37, U+7a39, U+7a3c, U+7a42, U+7a45, U+7a49, U+7a4f, U+7a56, U+7a5a, U+7a5c, U+7a60-7a61, U+7a63, U+7a68, U+7a6d-7a6e, U+7a70-7a71, U+7a77-7a79, U+7a80, U+7a83, U+7a85-7a86, U+7a88, U+7a8d, U+7a90-7a91, U+7a93-7a96, U+7a98, U+7a9c-7a9d, U+7aa0, U+7aa3, U+7aa5-7aa6, U+7aa8, U+7aaa, U+7aac, U+7ab0, U+7ab3, U+7ab6, U+7ab8, U+7abb, U+7abe-7abf, U+7ac2, U+7ac8-7ac9, U+7ad1-7ad2, U+7ad6, U+7ada, U+7adc-7ade, U+7ae4, U+7ae6, U+7ae9-7aeb, U+7af4, U+7af8, U+7afa;
	src: url("../fonts/noto-serif-tc-48-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-48-400-normal.woff") format("woff");
}

/* noto-serif-tc-49-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+7840, U+7842-7843, U+7845, U+7847, U+784a, U+784c-7850, U+7852-7853, U+7855, U+7858, U+785a, U+785c-785d, U+7864, U+7866, U+7868, U+786a, U+786f, U+7874, U+7876, U+787c, U+787f, U+7886-7887, U+7889, U+788d, U+788f, U+7893, U+7895-7896, U+7898, U+789a, U+789e, U+78a1, U+78a3, U+78a5, U+78aa, U+78ad, U+78b1-78b2, U+78b4, U+78b6, U+78b8, U+78be, U+78c8-78c9, U+78cb, U+78ce, U+78d0-78d1, U+78d4-78d5, U+78d7-78d8, U+78de, U+78e3, U+78e6-78e7, U+78ea, U+78ec, U+78f2-78f4, U+78fa-78fb, U+78fd-7900, U+7904-7906, U+790a, U+790c, U+7910-7912, U+791c, U+791e, U+7920-7921, U+792a-792c, U+792e, U+7931, U+7934, U+7938, U+793b, U+793d, U+793f, U+7941-7942, U+7945-7947, U+7949, U+794c, U+794e, U+7953-7954, U+7957-795c, U+795f, U+7961-7962, U+7964, U+7967, U+7969, U+796b-796c, U+796f, U+7972-7973, U+7977-7979, U+797b-797c, U+797e, U+7980, U+7982, U+7984-7987;
	src: url("../fonts/noto-serif-tc-49-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-49-400-normal.woff") format("woff");
}

/* noto-serif-tc-50-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+7705, U+7707-7708, U+770a, U+770c, U+770f, U+7715, U+7719-771b, U+771d-771e, U+7722, U+7725-7726, U+7728, U+772d, U+772f, U+7733-7736, U+7738, U+773b, U+773d, U+7741, U+7744, U+7746, U+774c, U+774e-7752, U+7755, U+7759-775a, U+775f-7760, U+7762, U+7765-7766, U+7768-776a, U+776c-776e, U+7771, U+7778, U+777a, U+777d-777e, U+7780, U+7785, U+7787, U+7789, U+778b-778d, U+7791-7793, U+779c, U+779f-77a0, U+77a2, U+77a5, U+77a9, U+77b0-77b1, U+77b4, U+77b6-77b7, U+77b9, U+77bc-77bf, U+77c5, U+77c7, U+77cc-77cd, U+77d3, U+77d6-77d7, U+77dc, U+77de, U+77e3, U+77e7, U+77eb-77ec, U+77f0, U+77f2, U+77f6, U+77f8, U+77fa-77fc, U+77fe-7800, U+7803, U+7805-7806, U+7809, U+7810-7812, U+7815-7816, U+781a, U+781c-781d, U+781f-7823, U+7825-7827, U+7829, U+782c-7830, U+7833, U+7835, U+7837, U+7839-783a, U+783c, U+783e;
	src: url("../fonts/noto-serif-tc-50-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-50-400-normal.woff") format("woff");
}

/* noto-serif-tc-51-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+75cc-75cd, U+75d2, U+75d4, U+75d9, U+75df, U+75e2-75e4, U+75e6-75e7, U+75e9-75ec, U+75f0-75f3, U+75f7, U+75f9-75fa, U+75fc, U+75fe-7602, U+7608-760a, U+760c-760d, U+7610, U+7615-7616, U+7618-7620, U+7622-7623, U+7625, U+7627, U+7629, U+762b, U+762e, U+7630, U+7632-7635, U+7638, U+763a-763c, U+763e, U+7640, U+7643, U+7646, U+7648-7649, U+764d-764e, U+7654, U+7658, U+765c, U+765f, U+7663-7667, U+7669, U+766b-766d, U+766f-7670, U+7676, U+7678-767a, U+767f-7681, U+7683, U+7688, U+768a-768b, U+768e, U+7690, U+7695-7696, U+769a-769e, U+76a3-76a4, U+76aa, U+76b0-76b1, U+76b4, U+76b7-76b8, U+76c2, U+76c5, U+76c9, U+76cc-76cd, U+76cf-76d1, U+76d6-76d8, U+76e5-76e6, U+76e9, U+76ec, U+76f1, U+76f7, U+76f9-76fb, U+76ff-7700, U+7704;
	src: url("../fonts/noto-serif-tc-51-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-51-400-normal.woff") format("woff");
}

/* noto-serif-tc-52-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+749a, U+749c-74a1, U+74a3, U+74a5-74a7, U+74a9-74ab, U+74ae, U+74b1-74b2, U+74b5, U+74b8, U+74ba, U+74bf, U+74c5, U+74c8, U+74cc-74cd, U+74d2, U+74d4, U+74d6, U+74d8, U+74da, U+74de-74e0, U+74e2, U+74e4, U+74e8-74e9, U+74ee-74ef, U+74f4, U+74f9, U+74fb, U+74ff-7501, U+7503, U+7507, U+750c-750d, U+7511, U+7513, U+7515-7517, U+7519, U+751e, U+7521, U+7525, U+752a, U+752c-752f, U+7534, U+753e, U+7542, U+7545, U+7547-7548, U+754a-754b, U+754e, U+7551, U+755a-755b, U+755d, U+7560, U+7563-7564, U+7566-7568, U+756c-756f, U+7572-7575, U+7577-757a, U+757c, U+757e-757f, U+7583-7584, U+7587, U+7589, U+758b-758e, U+7590, U+7592, U+7594-7595, U+7597, U+7599-759a, U+759d, U+759f, U+75a1-75a3, U+75a5, U+75a7, U+75aa, U+75ac, U+75ae-75b1, U+75b3-75b4, U+75b8, U+75bd, U+75c0, U+75c2-75c4, U+75c9-75ca;
	src: url("../fonts/noto-serif-tc-52-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-52-400-normal.woff") format("woff");
}

/* noto-serif-tc-53-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+73b3-73ba, U+73bc, U+73bf, U+73c2, U+73c4-73c6, U+73c9, U+73cb-73cc, U+73ce-73d2, U+73d6-73d7, U+73d9, U+73db-73de, U+73e3, U+73e5-73eb, U+73ef, U+73f5-73f7, U+73f9-73fa, U+73fc-73fd, U+7400-7401, U+7404-7405, U+7407-7408, U+740a-740d, U+740f-7410, U+7416, U+741a-741b, U+741d-741e, U+7420-7425, U+7428-7429, U+742c-7432, U+7435-7436, U+7438-743a, U+743c-7442, U+7445-7446, U+7448-744a, U+7451-7452, U+7454, U+7457, U+7459, U+745d, U+7460-7462, U+7465, U+7467-7468, U+746c-746e, U+7471-7477, U+7479-747a, U+747c-747f, U+7481-7482, U+7484-7486, U+7488-748a, U+748e-7490, U+7492, U+7498;
	src: url("../fonts/noto-serif-tc-53-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-53-400-normal.woff") format("woff");
}

/* noto-serif-tc-54-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+727f, U+7281-7282, U+7284, U+7287, U+728a, U+728d, U+7292, U+7296, U+7298, U+729b, U+729f-72a2, U+72ad-72ae, U+72b0-72b5, U+72b8-72b9, U+72bc-72bd, U+72c1, U+72c3, U+72c5-72c6, U+72c8, U+72cc-72ce, U+72d2, U+72d4, U+72db, U+72dd, U+72df, U+72e1, U+72e8, U+72ec-72ee, U+72f1, U+72f3-72f4, U+72f7, U+72fa-72fb, U+72fd, U+7300-7301, U+7304, U+7307, U+730a-730b, U+730e, U+7313, U+7315-7317, U+7319, U+731e-731f, U+7322, U+7328-732e, U+7330-7331, U+7337, U+733a-733c, U+733e, U+7340-7341, U+7343, U+734c-734d, U+734f-7350, U+7352, U+7355, U+7357, U+7359-735a, U+7360-7363, U+7365, U+7369-7370, U+7373-7374, U+7377, U+737a, U+737c, U+737e, U+7380, U+7385-7386, U+738a, U+738e-738f, U+7391-7395, U+7397-7398, U+739b, U+73a0-73a2, U+73a5-73a8, U+73ad-73ae;
	src: url("../fonts/noto-serif-tc-54-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-54-400-normal.woff") format("woff");
}

/* noto-serif-tc-55-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+7113-7116, U+7118, U+711c, U+711e, U+7120, U+7122, U+712e-712f, U+7131, U+7134, U+713c, U+713f, U+7143, U+7145-7147, U+714a-714b, U+7150-7153, U+7155-7156, U+715a, U+7160, U+7162, U+7166, U+7168, U+716c, U+7171, U+7173, U+7178, U+717a-717b, U+717d, U+7180-7181, U+7185, U+7187-7188, U+718b, U+718f-7190, U+7192, U+7196-7198, U+719a-719c, U+71a0, U+71a4, U+71a8, U+71af, U+71b2-71b3, U+71b5, U+71b7-71ba, U+71be, U+71c1, U+71c4, U+71ca-71cb, U+71ce-71d0, U+71d4, U+71d7-71d8, U+71da, U+71dc, U+71e0-71e1, U+71e7, U+71ec, U+71f4-71f6, U+71f9, U+71fc, U+71fe-7201, U+7203, U+7207, U+7209, U+720c, U+7213-7215, U+7217, U+721a, U+721d, U+7222-7223, U+7228, U+722b, U+7230, U+7237, U+723b, U+723f-7242, U+724b, U+724d, U+7252-7253, U+7256, U+7258, U+725d, U+7263-7266, U+726a-726b, U+726e-7270, U+7273-7275, U+7277, U+727a-727b, U+727e;
	src: url("../fonts/noto-serif-tc-55-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-55-400-normal.woff") format("woff");
}

/* noto-serif-tc-56-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+6fe8-6fe9, U+6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ffa, U+6ffc, U+6fff-7001, U+7003, U+7005-7007, U+700b, U+700d, U+7015, U+7018, U+701b, U+701e, U+7020-7021, U+7023, U+7026-7027, U+702c, U+702f-7032, U+7034-7035, U+7037-703c, U+7040, U+7042-7044, U+7046, U+7049, U+704b, U+704f, U+7052, U+7054-7055, U+705c-7061, U+7064-7069, U+706c-706d, U+706f, U+7073-7075, U+7078, U+707a, U+707e-7081, U+7085-7086, U+7089, U+7090-7091, U+7094-7096, U+7098, U+709c, U+709f, U+70a1, U+70a4, U+70a9, U+70ac, U+70af-70b2, U+70b4-70b5, U+70b7, U+70bb-70be, U+70c0-70c3, U+70ca-70cb, U+70d2, U+70d4-70d5, U+70d9-70dd, U+70df, U+70e6-70e9, U+70eb-70ec, U+70ef, U+70f1, U+70f4, U+70f7, U+70fa, U+70fd, U+70ff, U+7104, U+7106, U+7109, U+710c, U+7110;
	src: url("../fonts/noto-serif-tc-56-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-56-400-normal.woff") format("woff");
}

/* noto-serif-tc-57-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+6ed6, U+6ed8, U+6eda-6edb, U+6edd-6ede, U+6ee2, U+6ee4-6ee5, U+6ee8-6ee9, U+6eeb, U+6eee, U+6ef3, U+6ef8-6efb, U+6f00, U+6f08-6f0a, U+6f0d-6f0e, U+6f11-6f13, U+6f15, U+6f19-6f1a, U+6f23, U+6f25-6f2a, U+6f2d-6f31, U+6f33-6f36, U+6f3a-6f3c, U+6f40-6f41, U+6f43-6f44, U+6f47, U+6f4d-6f4f, U+6f53, U+6f57, U+6f59-6f5a, U+6f5c, U+6f5e-6f61, U+6f63, U+6f66-6f67, U+6f69-6f6c, U+6f6f, U+6f72-6f78, U+6f7a-6f7f, U+6f81-6f82, U+6f87, U+6f89, U+6f8b-6f8d, U+6f90, U+6f92, U+6f94-6f97, U+6f9c, U+6f9f-6fa0, U+6fa2-6fa3, U+6fa5-6fa8, U+6faa-6fab, U+6fae-6faf, U+6fb4, U+6fb6, U+6fb9-6fba, U+6fbc, U+6fc2, U+6fc6-6fcb, U+6fce, U+6fd1-6fd2, U+6fd4, U+6fd8, U+6fda, U+6fde, U+6fe0-6fe2;
	src: url("../fonts/noto-serif-tc-57-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-57-400-normal.woff") format("woff");
}

/* noto-serif-tc-58-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+6dd3, U+6dd5-6dd6, U+6dd9, U+6ddb-6de0, U+6de2-6de6, U+6de9, U+6dec, U+6def-6df0, U+6df2, U+6df4, U+6df6, U+6df8, U+6dfc-6dfd, U+6e00, U+6e02-6e03, U+6e07-6e0b, U+6e0d-6e0e, U+6e10, U+6e13-6e15, U+6e17, U+6e19-6e1a, U+6e1d, U+6e1f, U+6e22, U+6e24-6e25, U+6e27, U+6e2b, U+6e2d-6e2e, U+6e30-6e31, U+6e36, U+6e39-6e3a, U+6e3c-6e3d, U+6e40-6e41, U+6e44-6e45, U+6e47, U+6e49, U+6e4b, U+6e4d-6e4f, U+6e51, U+6e53-6e54, U+6e59, U+6e5c, U+6e5e-6e61, U+6e63-6e66, U+6e69-6e6b, U+6e6e, U+6e70-6e76, U+6e78, U+6e7c, U+6e7f-6e80, U+6e83, U+6e85-6e86, U+6e88-6e89, U+6e8b, U+6e8d-6e8f, U+6e93, U+6e98-6e9a, U+6e9f, U+6ea1, U+6ea4-6ea7, U+6eae, U+6eb1-6eb2, U+6eb4-6eb5, U+6eb7, U+6ebd, U+6ec1-6ec3, U+6ec7-6ec9, U+6ecd-6ed0, U+6ed3-6ed5;
	src: url("../fonts/noto-serif-tc-58-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-58-400-normal.woff") format("woff");
}

/* noto-serif-tc-59-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+6cda, U+6cdc-6cde, U+6ce0, U+6ce7, U+6ce9-6cec, U+6cee-6cef, U+6cf1, U+6cf7-6cf8, U+6cfb-6cfe, U+6d00-6d02, U+6d04, U+6d06-6d07, U+6d09-6d0a, U+6d0c, U+6d0e-6d12, U+6d18-6d1a, U+6d1f, U+6d22-6d24, U+6d27-6d28, U+6d2b, U+6d2d-6d31, U+6d33-6d3a, U+6d3c, U+6d3f, U+6d43-6d47, U+6d4a-6d4b, U+6d4e-6d4f, U+6d51-6d53, U+6d57-6d58, U+6d5a, U+6d5c, U+6d5e-6d65, U+6d67, U+6d6c-6d6d, U+6d6f-6d70, U+6d72, U+6d75, U+6d79, U+6d7c, U+6d7f, U+6d82, U+6d85, U+6d87, U+6d8e-6d8f, U+6d91-6d95, U+6d97-6d99, U+6d9b, U+6d9d, U+6d9f, U+6da1, U+6da4, U+6da6-6dac, U+6db3-6db4, U+6db7-6db8, U+6dbe-6dc0, U+6dc2, U+6dc4-6dc5, U+6dc8-6dca, U+6dcc-6dcd, U+6dcf-6dd0, U+6dd2;
	src: url("../fonts/noto-serif-tc-59-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-59-400-normal.woff") format("woff");
}

/* noto-serif-tc-60-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+6bbb, U+6bbd, U+6bc1-6bc2, U+6bcc, U+6bce, U+6bd0-6bd1, U+6bd5-6bd9, U+6bde, U+6be1, U+6bec, U+6bf3, U+6bf9, U+6bfd, U+6bff-6c00, U+6c02, U+6c05-6c06, U+6c0a, U+6c0c-6c0d, U+6c10, U+6c13, U+6c16, U+6c18-6c1a, U+6c1f, U+6c21-6c22, U+6c24, U+6c26, U+6c28-6c2a, U+6c2c, U+6c2e-6c33, U+6c35-6c37, U+6c39-6c3a, U+6c3d-6c3f, U+6c43, U+6c46, U+6c49-6c4f, U+6c54-6c55, U+6c58, U+6c5a-6c5c, U+6c5e, U+6c64-6c69, U+6c6b-6c6f, U+6c71-6c75, U+6c78-6c79, U+6c7c, U+6c7e, U+6c82, U+6c84-6c87, U+6c8c-6c8d, U+6c8f, U+6c93-6c94, U+6c98, U+6c9a, U+6c9d, U+6c9f, U+6ca2, U+6ca5-6ca8, U+6caa, U+6cac-6cb2, U+6cb4-6cb5, U+6cba, U+6cbc, U+6cc2-6cc3, U+6cc5-6cc7, U+6cd0-6cd2, U+6cd4, U+6cd6-6cd7, U+6cd9;
	src: url("../fonts/noto-serif-tc-60-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-60-400-normal.woff") format("woff");
}

/* noto-serif-tc-61-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+6a31-6a32, U+6a35, U+6a3b, U+6a3e-6a40, U+6a47-6a48, U+6a50, U+6a52, U+6a55-6a57, U+6a5a-6a5b, U+6a5e, U+6a62, U+6a66, U+6a6a, U+6a71, U+6a79, U+6a7c, U+6a7e-6a81, U+6a84, U+6a87, U+6a89, U+6a8d-6a8e, U+6a90-6a92, U+6a97, U+6a9c, U+6a9e-6aa1, U+6aa3-6aa5, U+6aa8, U+6aab, U+6aae, U+6ab5, U+6aba, U+6abe, U+6ac2, U+6ac5-6ac6, U+6ac8-6ac9, U+6acc, U+6ad3, U+6ada-6adb, U+6add-6adf, U+6ae3, U+6ae7-6ae8, U+6aea-6aec, U+6af1, U+6af3, U+6af8, U+6afa, U+6afc, U+6b05, U+6b09, U+6b0e-6b13, U+6b17, U+6b1d-6b1e, U+6b25, U+6b2c, U+6b31, U+6b35-6b37, U+6b39, U+6b3b, U+6b40, U+6b43, U+6b46, U+6b48, U+6b53-6b55, U+6b59, U+6b5b, U+6b5f-6b60, U+6b68-6b69, U+6b6f, U+6b74, U+6b7a, U+6b7c, U+6b7f-6b84, U+6b86-6b87, U+6b89, U+6b8b, U+6b8d, U+6b91-6b93, U+6b9b, U+6b9e, U+6ba1-6ba2, U+6ba4, U+6baa-6bab, U+6bad-6bae, U+6bb2-6bb4;
	src: url("../fonts/noto-serif-tc-61-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-61-400-normal.woff") format("woff");
}

/* noto-serif-tc-62-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+6900, U+6902, U+6904, U+6906-6907, U+6909, U+690b, U+690f-6910, U+6917, U+691a-691c, U+6925, U+692a, U+692c-692d, U+6932, U+6934, U+6939, U+693c-6940, U+6942, U+6949, U+6952, U+6954-6957, U+6959, U+695b-695f, U+6961-696c, U+696e-6970, U+6973-6974, U+6976, U+6978-697a, U+697c, U+6980, U+6984-6986, U+6988-698a, U+698d-698e, U+6990-6991, U+6994, U+6996-699b, U+699e, U+69a3-69a7, U+69ab, U+69ad, U+69af, U+69b1, U+69b3, U+69b6-69b7, U+69bb-69bc, U+69bf, U+69c1, U+69c3-69c5, U+69c7, U+69ca, U+69cc, U+69ce, U+69d0-69d1, U+69d4, U+69d8-69d9, U+69db, U+69df, U+69e4, U+69e8-69ea, U+69ed-69ee, U+69f1-69f4, U+69f6, U+69f8, U+69fa-69fb, U+69ff-6a00, U+6a05, U+6a0a-6a0b, U+6a17-6a18, U+6a1b, U+6a28-6a2b;
	src: url("../fonts/noto-serif-tc-62-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-62-400-normal.woff") format("woff");
}

/* noto-serif-tc-63-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+67d9, U+67db-67e0, U+67e2, U+67e4, U+67e9-67ea, U+67f0, U+67f2, U+67f6-67f8, U+67fa-67fb, U+67fe, U+6800-6805, U+6808-6809, U+680b, U+680e-680f, U+6811-6812, U+6814, U+6816, U+6818, U+681c-681e, U+6820, U+6822, U+6825, U+6827-6829, U+682b, U+682e-682f, U+6831-6834, U+683a-683b, U+683e, U+6840-6841, U+6844-6845, U+6849, U+684e, U+6853, U+6855-6856, U+685c-685d, U+685f, U+6861-6863, U+6865-6869, U+686b, U+686d, U+686f, U+6871-6872, U+6874-6875, U+6877, U+6879, U+687b-687c, U+687e, U+6880, U+6882-6883, U+6886, U+688f, U+6891-6892, U+6894, U+6896, U+6898, U+689b-689c, U+689f-68a0, U+68a2-68a3, U+68a6, U+68a9, U+68b1-68b2, U+68b4, U+68b6, U+68c0, U+68c3, U+68c6, U+68c8, U+68ca, U+68d0-68d1, U+68d3, U+68d6, U+68e1, U+68e3, U+68e6, U+68e8-68ec, U+68ef-68f1, U+68f3, U+68f6-68f7, U+68f9, U+68fb-68fd;
	src: url("../fonts/noto-serif-tc-63-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-63-400-normal.woff") format("woff");
}

/* noto-serif-tc-64-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+66a7, U+66aa, U+66b2-66b3, U+66b5, U+66b8-66bc, U+66be, U+66c1, U+66c4, U+66c7-66c8, U+66cc, U+66cf, U+66d5, U+66d8-66db, U+66df, U+66e1-66e2, U+66e8-66e9, U+66ef, U+66f1, U+66f5, U+66f7, U+66fa, U+66fd, U+6705, U+670a, U+670f-6710, U+6713-6715, U+6718-6719, U+6720, U+6722-6727, U+6729, U+672e, U+6733, U+6736, U+6738-6739, U+673f-6740, U+6742, U+6745, U+6747-6748, U+674b-674d, U+6753, U+6755, U+6759, U+675d-675e, U+6760, U+6762-6763, U+6767-676a, U+676c, U+676e, U+6772-6777, U+677a-677c, U+6782, U+6786-6787, U+678a-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679f-67a3, U+67a5, U+67aa-67ae, U+67b0, U+67b2-67b5, U+67b7-67bc, U+67c0-67c3, U+67c5-67c6, U+67c8-67ca, U+67ce, U+67d2, U+67d8;
	src: url("../fonts/noto-serif-tc-64-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-64-400-normal.woff") format("woff");
}

/* noto-serif-tc-65-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+655d, U+6561, U+6564-6565, U+6567, U+656b, U+656d-656e, U+6573, U+6576, U+6579-657b, U+6581, U+6586, U+6588-6589, U+658b, U+658e, U+6593, U+6595, U+659b, U+659d, U+659f-65a1, U+65a9, U+65ab, U+65ad, U+65b2-65b3, U+65b5, U+65bb, U+65be-65bf, U+65c2-65c4, U+65c6, U+65cc, U+65ce, U+65d2, U+65d6, U+65db, U+65e1, U+65e3, U+65e7, U+65ee-65f0, U+65f2-65f4, U+65f7-65f8, U+65fc-65fd, U+6600, U+6603-6605, U+6609, U+660d, U+6610-6611, U+6619, U+661c-661e, U+6621-6622, U+6624, U+6626, U+6629, U+662b, U+6630, U+6633-6636, U+6639-663d, U+6640-6641, U+6644-6645, U+664a-664c, U+6653-6657, U+6659, U+665b, U+665d-665e, U+6661-6667, U+6669, U+666c, U+6672-6673, U+6677-6679, U+667b-667e, U+6681-6684, U+668b-6690, U+6692, U+6698, U+669d, U+669f-66a0, U+66a6;
	src: url("../fonts/noto-serif-tc-65-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-65-400-normal.woff") format("woff");
}

/* noto-serif-tc-66-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+6427-6428, U+642a-642b, U+642f-6430, U+6432, U+6434, U+6437, U+643a, U+643d-6444, U+6446-6447, U+644a-644b, U+644e, U+6450-6453, U+6456, U+6459, U+645b-645c, U+645e, U+6460-6461, U+6463-6465, U+6468, U+646c-646e, U+6470, U+6472-6477, U+6479, U+647b, U+647d, U+6480, U+6482, U+6485, U+648b-648c, U+6491, U+6493, U+6496-649a, U+649d, U+649f-64a0, U+64a2-64a3, U+64ac, U+64b1, U+64b3-64b4, U+64b7-64b9, U+64bb, U+64be, U+64c0, U+64c3-64c4, U+64d0, U+64d2, U+64d5, U+64d7-64d8, U+64e1-64e4, U+64e7, U+64e9, U+64ed, U+64ef-64f0, U+64f3, U+64f8, U+64fb-64fc, U+64ff, U+6504-6506, U+6509, U+6511-6512, U+6516, U+6518-6519, U+651b, U+6520-6523, U+6525-6526, U+6529, U+652b, U+652e, U+6530, U+6532, U+6534-6535, U+6537-6538, U+653a, U+653d, U+6542-6543, U+6549, U+654c-654e, U+6554-6555, U+655b;
	src: url("../fonts/noto-serif-tc-66-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-66-400-normal.woff") format("woff");
}

/* noto-serif-tc-67-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+630d-630e, U+6310, U+6312-6313, U+6319-631b, U+631d-6321, U+6323-6325, U+632d-632e, U+6332, U+6334-6339, U+633b-633c, U+633e-6340, U+6342-6346, U+634b-634c, U+634e, U+6352, U+6357, U+635a, U+635c, U+635e-635f, U+6361, U+6363, U+6365, U+6369, U+636b-636d, U+636f-6370, U+6373, U+6375-6376, U+637a-637b, U+637d, U+6381, U+6384, U+6387, U+638a, U+638d-638e, U+6390, U+6394-6397, U+639e-639f, U+63a3-63a4, U+63a6, U+63ac-63af, U+63b1-63b4, U+63b7, U+63b9-63bb, U+63bd-63be, U+63c3-63c4, U+63c8, U+63cd-63ce, U+63d1, U+63d6, U+63dc, U+63de, U+63e0, U+63e3-63e4, U+63e6, U+63e9, U+63f0, U+63f2-63f3, U+63f5-63f8, U+63fa, U+63fc-63fe, U+6400-6402, U+6405-6406, U+6409-640c, U+6410, U+6414-6415, U+6418, U+641b, U+641f-6423, U+6425-6426;
	src: url("../fonts/noto-serif-tc-67-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-67-400-normal.woff") format("woff");
}

/* noto-serif-tc-68-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+61c6, U+61ca-61cd, U+61d0, U+61d2, U+61de-61e0, U+61e3, U+61e6, U+61e8, U+61ed-61ee, U+61f5, U+61f9-61fa, U+61fd-61fe, U+6207, U+6209, U+620d-620e, U+6213-6215, U+6219, U+621b, U+621d-6223, U+6225-6227, U+6229, U+622b-622c, U+622e-622f, U+6231, U+6238, U+623b, U+623d-623e, U+6242-6243, U+6246, U+6248-6249, U+624c, U+6251, U+6255, U+6259-625a, U+625e, U+6260-6262, U+6265-6267, U+6269, U+626b-626c, U+6270-6273, U+6275, U+627a-627d, U+6283, U+6285-6286, U+6289, U+628c, U+628e, U+6294, U+629a-629e, U+62a0, U+62a2, U+62a6, U+62a8, U+62af, U+62b3, U+62b6, U+62ba-62bb, U+62be-62bf, U+62c2, U+62c4-62c5, U+62c8, U+62ca, U+62cf, U+62d1, U+62d5, U+62d7, U+62d9, U+62dd, U+62df-62e3, U+62e5-62e8, U+62ee, U+62f4-62fb, U+62fd, U+6300, U+6302, U+6308, U+630c;
	src: url("../fonts/noto-serif-tc-68-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-68-400-normal.woff") format("woff");
}

/* noto-serif-tc-69-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+60ac-60ad, U+60af-60b1, U+60b3-60b5, U+60b8, U+60bb, U+60bd-60be, U+60c0, U+60c6-60c7, U+60ca-60cb, U+60d3-60d5, U+60d7-60db, U+60dd, U+60e2-60e3, U+60e6-60f0, U+60f2, U+60f4, U+60f6, U+60fa-60fb, U+60ff-6100, U+6103, U+6106, U+610a-610b, U+610d-610e, U+6110, U+6112-6116, U+6120, U+6123-6124, U+6128-6130, U+6134, U+6136, U+613c-613f, U+6144, U+6146-6147, U+6149-614a, U+614d, U+6151-6153, U+6159-615a, U+615c-615f, U+6164-6165, U+6169-616d, U+616f, U+6171-6175, U+6177, U+617a, U+617c, U+617f-6180, U+6187, U+618a-618e, U+6192-6194, U+6199-619b, U+619f, U+61a1, U+61a7-61a8, U+61aa-61af, U+61b8, U+61ba, U+61bf, U+61c3;
	src: url("../fonts/noto-serif-tc-69-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-69-400-normal.woff") format("woff");
}

/* noto-serif-tc-70-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+5f78, U+5f7b, U+5f7d, U+5f82-5f84, U+5f87, U+5f89-5f8a, U+5f8d, U+5f93, U+5f95, U+5f98-5f99, U+5f9b-5f9c, U+5fa0, U+5fa4, U+5fa6-5fa8, U+5fab-5fad, U+5fb3-5fb4, U+5fbc, U+5fc4, U+5fc6, U+5fc9, U+5fcb, U+5fce-5fd6, U+5fdc-5fdf, U+5fe1, U+5fe4, U+5fe7, U+5fea, U+5fec-5fee, U+5ff1, U+5ff3, U+5ff8, U+5ffa-5ffc, U+5fff-6000, U+6002, U+6005, U+600a, U+600d, U+600f-6010, U+6014, U+6017, U+6019-601c, U+601e, U+6020, U+6022, U+6026, U+6029, U+602b-602c, U+602e-602f, U+6031, U+6033-6035, U+6039, U+603c, U+6040-6043, U+6045, U+6047, U+604a-604c, U+604f, U+6053, U+6059-605b, U+605d, U+6060, U+6063, U+6067, U+606a-606b, U+606e, U+6072-6076, U+6078, U+607a, U+607c, U+607f-6081, U+6083, U+6086, U+608a, U+608c, U+608e, U+6092-6093, U+6095-6097, U+609b, U+609d, U+60a2, U+60a6-60a7, U+60a9-60aa;
	src: url("../fonts/noto-serif-tc-70-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-70-400-normal.woff") format("woff");
}

/* noto-serif-tc-71-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+5e34, U+5e37, U+5e3a, U+5e3c, U+5e40, U+5e42-5e44, U+5e47, U+5e54, U+5e57-5e5b, U+5e5e-5e5f, U+5e61-5e62, U+5e64, U+5e6a, U+5e6c, U+5e6e, U+5e75, U+5e77, U+5e7a, U+5e80-5e81, U+5e83, U+5e86, U+5e88, U+5e8b, U+5e90, U+5e92, U+5e96, U+5e99, U+5e9b, U+5e9d-5ea2, U+5ea4-5ea5, U+5eb3-5eb6, U+5eb9, U+5ebe, U+5ec3-5ec4, U+5ec6, U+5ecb-5ecd, U+5ed0-5ed2, U+5ed4-5ed5, U+5ed8-5ed9, U+5edb, U+5edd, U+5ee1, U+5ee8-5ee9, U+5eec, U+5eef-5ef0, U+5ef4-5ef5, U+5ef8, U+5efb-5efc, U+5efe, U+5f01-5f03, U+5f05, U+5f07-5f09, U+5f0b-5f0e, U+5f10-5f12, U+5f14, U+5f16, U+5f1b, U+5f1d, U+5f22, U+5f25, U+5f28-5f29, U+5f2d, U+5f2f-5f30, U+5f36, U+5f38-5f39, U+5f3c, U+5f3e, U+5f40-5f42, U+5f45-5f46, U+5f4a, U+5f50-5f52, U+5f54, U+5f56-5f58, U+5f5a-5f5e, U+5f61, U+5f63, U+5f66-5f67, U+5f6b, U+5f72-5f74, U+5f76;
	src: url("../fonts/noto-serif-tc-71-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-71-400-normal.woff") format("woff");
}

/* noto-serif-tc-72-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+5ce0-5ce1, U+5ce5-5ce6, U+5ce8-5cea, U+5ced-5cee, U+5cf1, U+5cf4-5cf5, U+5cf8, U+5cfe-5d00, U+5d06, U+5d08, U+5d0a-5d0d, U+5d15, U+5d18, U+5d1a, U+5d1d, U+5d1f-5d22, U+5d24, U+5d26-5d28, U+5d2c-5d2e, U+5d33-5d35, U+5d3d, U+5d3f, U+5d42-5d43, U+5d46-5d47, U+5d49-5d4b, U+5d4e, U+5d52-5d53, U+5d57-5d59, U+5d5b-5d5c, U+5d65, U+5d68-5d69, U+5d6b-5d6c, U+5d6f, U+5d74-5d75, U+5d7e-5d7f, U+5d81-5d82, U+5d85-5d88, U+5d8b-5d8c, U+5d92, U+5d94, U+5d97, U+5d99, U+5d9d, U+5da0-5da2, U+5da7, U+5da9-5daa, U+5dae, U+5db2, U+5db4, U+5db7-5db8, U+5dbd, U+5dc2-5dc5, U+5dc9, U+5dcb-5dcd, U+5dd2, U+5dd6, U+5dd8, U+5ddb-5ddc, U+5de0, U+5de3, U+5de9, U+5df0, U+5df3, U+5df5, U+5df9, U+5dfb-5dfd, U+5e00-5e01, U+5e04-5e05, U+5e0a, U+5e11, U+5e14, U+5e18-5e1c, U+5e1f-5e22, U+5e27-5e28, U+5e2f-5e30;
	src: url("../fonts/noto-serif-tc-72-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-72-400-normal.woff") format("woff");
}

/* noto-serif-tc-73-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+5b80-5b82, U+5b84, U+5b8d, U+5b92-5b93, U+5b95-5b96, U+5b9f-5ba1, U+5ba6-5ba8, U+5baa-5bad, U+5bbd-5bbe, U+5bc0-5bc1, U+5bc3, U+5bd0-5bd1, U+5bd4-5bd8, U+5bdb-5bdd, U+5be4-5be5, U+5bef, U+5bf3, U+5bfb, U+5bfe-5bff, U+5c02-5c03, U+5c05, U+5c09, U+5c0c, U+5c10, U+5c12-5c13, U+5c15, U+5c18-5c19, U+5c1b, U+5c1d-5c1f, U+5c22, U+5c25, U+5c27-5c28, U+5c2a-5c2b, U+5c34, U+5c38, U+5c3d, U+5c42, U+5c44, U+5c47, U+5c49-5c4a, U+5c50, U+5c53, U+5c58-5c59, U+5c5b, U+5c5d, U+5c61, U+5c63, U+5c68, U+5c6d-5c6e, U+5c74, U+5c79-5c84, U+5c86, U+5c88, U+5c8a-5c8d, U+5c92-5c9c, U+5ca0, U+5ca2-5ca3, U+5ca5-5ca7, U+5cab-5cad, U+5cb5, U+5cb7, U+5cba-5cbb, U+5cc1, U+5cc8, U+5cca-5ccb, U+5cce, U+5cd2, U+5cd6, U+5cd8-5cda, U+5cdf;
	src: url("../fonts/noto-serif-tc-73-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-73-400-normal.woff") format("woff");
}

/* noto-serif-tc-74-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+5a51, U+5a53, U+5a56-5a57, U+5a5d-5a5e, U+5a60-5a62, U+5a65, U+5a67, U+5a6a, U+5a6c-5a6d, U+5a73-5a76, U+5a7a-5a7c, U+5a81-5a84, U+5a8c, U+5a90, U+5a93, U+5a96-5a97, U+5a9c, U+5a9e-5aa0, U+5aa4, U+5aa7, U+5aab-5aac, U+5aae-5aaf, U+5ab1, U+5ab4-5ab5, U+5ab8, U+5aba-5abc, U+5abe-5abf, U+5ac3-5ac4, U+5ac6-5acb, U+5acf-5ad2, U+5ad4-5adc, U+5ae0-5ae1, U+5ae3, U+5ae5-5ae6, U+5ae8, U+5aea-5aeb, U+5aee, U+5af0, U+5af2, U+5af5, U+5afa, U+5aff, U+5b01, U+5b05, U+5b08, U+5b0b, U+5b11, U+5b16-5b17, U+5b19, U+5b1b, U+5b1d, U+5b21-5b23, U+5b28, U+5b2a-5b2d, U+5b32, U+5b34, U+5b36-5b38, U+5b3e-5b40, U+5b43-5b46, U+5b4b-5b4c, U+5b51, U+5b53, U+5b59, U+5b5b-5b5c, U+5b62, U+5b65, U+5b6c-5b6e, U+5b70-5b73, U+5b75, U+5b7a-5b7b, U+5b7d, U+5b7f;
	src: url("../fonts/noto-serif-tc-74-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-74-400-normal.woff") format("woff");
}

/* noto-serif-tc-75-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+590b-590c, U+590e, U+5910-5911, U+5914, U+5919, U+591b, U+591f, U+5923-5924, U+592c, U+5932, U+5938-593a, U+5940, U+5942, U+5944, U+594b-594c, U+594e, U+5950, U+5953, U+5956, U+5958, U+595a, U+5961, U+5966, U+5968-5969, U+596c-596d, U+5975, U+5977, U+597b-597c, U+597e, U+5980-5981, U+5986-5988, U+598a, U+598f, U+5997-5998, U+599f-59a3, U+59a6-59a7, U+59a9, U+59ab-59ac, U+59af, U+59b1-59b2, U+59b6, U+59b8, U+59ba, U+59be, U+59c1, U+59c3, U+59c7-59c9, U+59cd-59ce, U+59d2, U+59d6-59d9, U+59dd-59de, U+59e0, U+59e3-59e5, U+59e9-59eb, U+59ee, U+59f1-59f3, U+59f5-59f9, U+59fc-59fd, U+5a00, U+5a04-5a07, U+5a09, U+5a0c, U+5a11, U+5a13, U+5a16-5a17, U+5a1a, U+5a1e, U+5a20, U+5a23-5a24, U+5a29-5a2b, U+5a2d-5a2f, U+5a32-5a34, U+5a38, U+5a3c, U+5a3f-5a44, U+5a47-5a48, U+5a4a, U+5a4c-5a4d, U+5a50;
	src: url("../fonts/noto-serif-tc-75-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-75-400-normal.woff") format("woff");
}

/* noto-serif-tc-76-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+57a1, U+57a4, U+57a6, U+57a9, U+57ab, U+57b5, U+57b8-57bb, U+57c2, U+57c5-57c8, U+57cc, U+57cf, U+57d2, U+57dc-57de, U+57e1-57e2, U+57e5, U+57e7, U+57ed-57ee, U+57f0, U+57f3-57f6, U+57f8, U+57fb-57fd, U+5800-5801, U+5803-5804, U+5807, U+5809-580b, U+580d-580e, U+5810-5811, U+5814-5815, U+5819, U+581d-581e, U+5820, U+5823, U+5826, U+582c-582d, U+5830, U+583a, U+583f-5841, U+5848, U+584b, U+584d, U+584f, U+5852, U+5859-585a, U+585c, U+5861, U+5864, U+5868-5869, U+586c-586d, U+5871-5872, U+5879, U+587c-5881, U+5887-5889, U+588e, U+5890-5892, U+5896-5899, U+589d, U+58a1, U+58a3, U+58a6, U+58a9, U+58ac, U+58b0-58b1, U+58bb-58bc, U+58c2, U+58c5-58c6, U+58ca, U+58cc, U+58ce, U+58d0-58d1, U+58d5, U+58d9-58da, U+58df-58e0, U+58e9, U+58ec, U+58ee, U+58f1-58f3, U+58f6-58f7, U+58fb-58fc, U+5900, U+5902, U+5906, U+5909-590a;
	src: url("../fonts/noto-serif-tc-76-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-76-400-normal.woff") format("woff");
}

/* noto-serif-tc-77-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+566f, U+5671-5672, U+5676, U+567a-567c, U+5680, U+5684-5686, U+568c, U+568e-568f, U+5692-5693, U+5697-5699, U+569c, U+569e, U+56a1-56a7, U+56a9, U+56ab-56ad, U+56af, U+56b3, U+56b5-56b6, U+56b8, U+56bf-56c1, U+56c3, U+56c5, U+56c7-56c8, U+56cb-56cc, U+56d2-56d4, U+56d6-56d9, U+56df, U+56e1-56e5, U+56ea-56ec, U+56ee-56ef, U+56f1-56f4, U+56f7, U+56f9, U+56ff-5700, U+5703-5704, U+5706-5707, U+5709-570a, U+570c, U+570f, U+5711, U+5717, U+571c, U+5723-5724, U+5727, U+5729-572a, U+572c, U+572e-572f, U+5734-5735, U+573b, U+5741, U+574b-574d, U+574f, U+5752, U+5754, U+575a-5760, U+5763, U+5768-5769, U+576b, U+576d, U+576f-5770, U+5772-5775, U+5777, U+577b-577d, U+5780, U+5784, U+5788, U+578c, U+578e, U+5792-5793, U+5795, U+579a-579b, U+579f-57a0;
	src: url("../fonts/noto-serif-tc-77-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-77-400-normal.woff") format("woff");
}

/* noto-serif-tc-78-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+5551, U+5553, U+5555-5557, U+555c, U+5562-5563, U+5567, U+5569, U+556b-556c, U+5570, U+5575-5579, U+557b-557c, U+557f, U+5581, U+5583, U+5586, U+5588, U+558b, U+558f, U+5591, U+5599, U+559f, U+55a1, U+55a3, U+55a5-55a6, U+55a8-55a9, U+55ab, U+55ad, U+55b0-55b1, U+55b3, U+55b6-55b7, U+55b9, U+55bc-55bd, U+55c4-55c5, U+55c7, U+55c9, U+55cc-55cd, U+55d0, U+55d2, U+55d4-55d9, U+55db, U+55dd-55df, U+55e1-55e6, U+55e9-55ea, U+55ec, U+55ee, U+55f1-55f3, U+55f5-55f7, U+55f9-55fa, U+55fe, U+5600-5602, U+5608, U+560c, U+560f, U+5612-5613, U+5615-5616, U+5618, U+561a, U+561c, U+561e, U+5620, U+5623-5625, U+5627, U+562a, U+562c-562e, U+5630-5631, U+5635-5636, U+5638-563a, U+5640, U+5642-5643, U+5649, U+564c-5650, U+5654, U+5658-565d, U+5664-5666, U+5669, U+566b, U+566d;
	src: url("../fonts/noto-serif-tc-78-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-78-400-normal.woff") format("woff");
}

/* noto-serif-tc-79-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+543d, U+543f, U+5441, U+5444-5445, U+5447, U+5449, U+544b-544d, U+5450-5455, U+5457, U+545b-545c, U+545f-5460, U+5463-5464, U+546a-5472, U+5474, U+5476, U+5478, U+547b, U+547e-547f, U+5482-5488, U+548a, U+548d-5491, U+5494, U+5498-549d, U+54a1-54a5, U+54ab, U+54ad-54af, U+54b5, U+54b7, U+54bb-54bc, U+54be-54bf, U+54ca, U+54cc, U+54cf-54d2, U+54d4, U+54d6-54d7, U+54da, U+54de-54df, U+54e2, U+54e4, U+54e7, U+54eb, U+54f3, U+54fd, U+54ff, U+5501-5502, U+5504-5506, U+550a, U+550c, U+550e-550f, U+5511-5513, U+5516-5517, U+551a-551b, U+551e, U+5520, U+5524, U+5526-5527, U+552a, U+552c-552d, U+5530, U+5532-5533, U+5535-5536, U+553b-553c, U+553e-553f, U+5541-5542, U+5544-5545, U+5547, U+5549, U+554b, U+554d-554e, U+5550;
	src: url("../fonts/noto-serif-tc-79-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-79-400-normal.woff") format("woff");
}

/* noto-serif-tc-80-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+52db, U+52e0, U+52e3, U+52e6-52e7, U+52eb, U+52ed-52ee, U+52f0-52f2, U+52f7, U+52f9-52fa, U+5300-5302, U+530a-530b, U+530d, U+530f-5310, U+5315, U+531a, U+531c-531d, U+532d-532e, U+5331, U+5338, U+533b-533e, U+5344-5345, U+534b-534d, U+534f-5350, U+5358, U+535e-535f, U+5362-5364, U+5367, U+5369, U+536b-536c, U+536e-536f, U+5372, U+5374, U+5379-537a, U+537c-537d, U+5382, U+5385, U+5389, U+538b-538c, U+538e, U+5392-5396, U+5399, U+53a0-53a2, U+53a4-53a6, U+53a8-53a9, U+53ae, U+53b0, U+53b3-53b4, U+53b6-53b7, U+53b9, U+53bf, U+53c1, U+53c4, U+53ce-53cf, U+53d2, U+53d5, U+53d9-53da, U+53df-53e1, U+53e7-53e9, U+53f1, U+53f5-53f6, U+53f9, U+53fb-53fd, U+5400-5402, U+5405-5407, U+540f, U+5412, U+5414-5417, U+541a, U+5420-5421, U+5424-5425, U+5428-5429, U+542c-542f, U+5431-5432, U+5434, U+5437;
	src: url("../fonts/noto-serif-tc-80-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-80-400-normal.woff") format("woff");
}

/* noto-serif-tc-81-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+518f, U+5191, U+5193, U+5195-5197, U+519a-519c, U+519e, U+51a2, U+51a6-51a9, U+51ab, U+51ad-51af, U+51b1-51b6, U+51ba-51c0, U+51c3-51c5, U+51c7, U+51c9-51cb, U+51ce-51d1, U+51d4, U+51d6, U+51d9, U+51db-51dc, U+51df, U+51e4, U+51e6, U+51e9-51ea, U+51ed, U+51ef, U+51f4-51f5, U+51fc, U+51ff, U+5201-5202, U+5204-5205, U+5208, U+520b, U+520d-520e, U+5213, U+5215-5216, U+5218, U+521a, U+5220, U+5223, U+5226-5228, U+5232-5234, U+5239, U+523c, U+5241-5242, U+5244, U+5249, U+524c, U+5251-5252, U+5255, U+5257, U+525c, U+525e, U+5261, U+5263-5265, U+526e, U+5270, U+5273-5274, U+5277, U+527d, U+527f, U+5281-5282, U+5284, U+528a, U+528c, U+528f, U+5292-5294, U+529d, U+52a6, U+52ac-52ad, U+52b1-52b5, U+52b9, U+52bb-52bc, U+52be-52c0, U+52c5, U+52cb, U+52cd, U+52d0-52d1, U+52d6-52d7;
	src: url("../fonts/noto-serif-tc-81-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-81-400-normal.woff") format("woff");
}

/* noto-serif-tc-82-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+5032, U+5036, U+503a-503b, U+503e, U+5040-5041, U+5043, U+5045-5046, U+5048, U+504a-504e, U+5051-5053, U+505d-5060, U+5063, U+506a, U+506f-5072, U+5078, U+507a-507b, U+507f-5080, U+5088-5089, U+508b-508c, U+508e, U+5092, U+5095-5096, U+509a-509d, U+50a3, U+50a5, U+50a8, U+50af, U+50b1, U+50b4, U+50ba, U+50c2, U+50c6-50ca, U+50cd-50ce, U+50d6, U+50d9, U+50dd-50df, U+50e1, U+50e3, U+50e5-50e6, U+50e8-50ea, U+50ec-50f0, U+50f3, U+50fb, U+50fe, U+5101-5102, U+5105-5109, U+510b-510e, U+5110, U+5113-5115, U+5117, U+511a-511c, U+511e, U+5120-5121, U+5125, U+512b, U+5131, U+5134-5135, U+5138-513c, U+5140, U+514e, U+5150-5151, U+5155-5157, U+515a, U+515f, U+5162, U+516a, U+516e, U+5172, U+5174, U+5179, U+517b, U+517d, U+5182, U+5186, U+5188-5189, U+518b;
	src: url("../fonts/noto-serif-tc-82-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-82-400-normal.woff") format("woff");
}

/* noto-serif-tc-83-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+4f22, U+4f24, U+4f29-4f2b, U+4f2d, U+4f31-4f32, U+4f35, U+4f37, U+4f39, U+4f3b, U+4f3e, U+4f41-4f43, U+4f47, U+4f49, U+4f4c, U+4f52, U+4f57-4f58, U+4f5a, U+4f5d-4f5f, U+4f61, U+4f63-4f64, U+4f67, U+4f6a, U+4f6e-4f6f, U+4f72, U+4f74, U+4f76-4f7b, U+4f7d-4f7e, U+4f80-4f82, U+4f84, U+4f89-4f8a, U+4f8e-4f94, U+4f96-4f98, U+4f9a, U+4f9e, U+4fa0-4fa3, U+4fa5-4fa8, U+4faa-4fac, U+4fb2-4fb3, U+4fb7-4fba, U+4fc0-4fc1, U+4fc5-4fc7, U+4fcb, U+4fcd-4fce, U+4fd1, U+4fd3-4fd4, U+4fd8-4fdc, U+4fdf, U+4fe2-4fe5, U+4fe8-4fea, U+4fec-4fed, U+4ff3-4ff6, U+4ff8-4ffa, U+4ffd, U+5000, U+5002, U+5005, U+5008, U+500c, U+500f, U+5013-5015, U+501b-501c, U+501e, U+5022-5025, U+5027-5028, U+502c-502e, U+5030-5031;
	src: url("../fonts/noto-serif-tc-83-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-83-400-normal.woff") format("woff");
}

/* noto-serif-tc-84-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+3a17, U+3a52, U+3b22, U+3bd7, U+3bff, U+3ca5, U+3d68, U+3ddb, U+3de7, U+3deb, U+3e03, U+3e74, U+3f08, U+3f0e, U+3f21, U+3f97, U+4102, U+411b, U+4181, U+43c8, U+4552, U+4576, U+46e5, U+4837, U+493d, U+4a3b, U+4d09, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e10, U+4e15, U+4e17, U+4e1b, U+4e21-4e22, U+4e25, U+4e27, U+4e31, U+4e34, U+4e36-4e37, U+4e3d, U+4e3f-4e42, U+4e44, U+4e47, U+4e49, U+4e4c, U+4e52-4e54, U+4e57, U+4e5a-4e5b, U+4e60-4e61, U+4e69, U+4e6d, U+4e78, U+4e80-4e81, U+4e85, U+4e87, U+4e89-4e8a, U+4e8d, U+4e8f, U+4e93, U+4e96, U+4e98-4e99, U+4e9c, U+4e9f-4ea0, U+4ea2, U+4ea5, U+4ea9, U+4eb0, U+4eb2-4eb3, U+4eb5-4eb7, U+4eb9, U+4ebb-4ebc, U+4ebf, U+4ec2-4ec6, U+4ec8-4ec9, U+4ecf, U+4ed1, U+4ed3, U+4edc-4ee1, U+4ee7-4eeb, U+4eee-4eef, U+4ef1, U+4ef3-4ef5, U+4efa, U+4efc, U+4f00, U+4f02-4f03, U+4f05, U+4f07-4f09, U+4f0b, U+4f0e, U+4f15, U+4f17, U+4f1d-4f1f;
	src: url("../fonts/noto-serif-tc-84-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-84-400-normal.woff") format("woff");
}

/* noto-serif-tc-85-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+305c, U+3062, U+306d, U+307a, U+307c, U+3080, U+308e, U+3090-3091, U+3099-309e, U+30a5, U+30c2, U+30c5, U+30ee, U+30f0-30f2, U+30f4-30f6, U+30fd-30fe, U+3105-3106, U+3108, U+310a-310b, U+310d-3119, U+311b-311e, U+3120-3126, U+3128-3129, U+3131, U+3134, U+3137, U+3139, U+3141-3142, U+3145, U+3147-3148, U+314b, U+314d-314f, U+3153, U+315c, U+3160-3161, U+3163-3164, U+3181, U+318d, U+3192-3193, U+3196-3198, U+319d-319f, U+3220-3226, U+3231, U+3268, U+3281, U+328b, U+3291-3292, U+3295-3297, U+3299, U+329d, U+329f, U+32a3-32a4, U+32d6, U+32e1, U+3314, U+3322, U+337f, U+338e-338f, U+339c-339e, U+33a1, U+33c4, U+33d1-33d2, U+3440, U+3449, U+3479, U+3551, U+3569, U+35ad, U+35ce, U+36ac, U+373a, U+3863, U+38ec, U+39b8, U+3a02;
	src: url("../fonts/noto-serif-tc-85-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-85-400-normal.woff") format("woff");
}

/* noto-serif-tc-86-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+2749-274f, U+2752-275b, U+275d-275e, U+2761, U+2763, U+2765-2769, U+276e-276f, U+2771, U+2776-277e, U+2780-2782, U+278a-278c, U+2794-2796, U+2798-2799, U+279c-27a6, U+27a8-27ab, U+27ad, U+27af-27b0, U+27b2-27b3, U+27b7-27b9, U+27bc-27bd, U+27bf, U+27e9-27eb, U+27f5-27f6, U+2800, U+28ec, U+2922, U+2934-2935, U+29bf, U+2a2f, U+2b05-2b07, U+2b1b, U+2b50, U+2b55, U+2cf5, U+2e1c-2e1d, U+2f00, U+2f08, U+2f12, U+2f24, U+2f29, U+2f2f, U+2f3c, U+2f3f, U+2f42, U+2f45, U+2f63-2f64, U+2f83, U+2f8f, U+3003-3007, U+3012-3013, U+3016-3019, U+3020-3025, U+3030, U+303d, U+3041, U+3043, U+3045, U+3047, U+3049, U+3052;
	src: url("../fonts/noto-serif-tc-86-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-86-400-normal.woff") format("woff");
}

/* noto-serif-tc-87-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+264a-2656, U+2658-265c, U+265e-2660, U+2662-2664, U+2666-2669, U+266b-266f, U+267b, U+2692-2696, U+2698, U+269b-269c, U+26a0-26a1, U+26a3-26a5, U+26aa-26ac, U+26bd-26be, U+26c4-26c5, U+26c8, U+26d1, U+26d3-26d4, U+26e4, U+26e9-26ea, U+26f0-26f5, U+26f9-26fa, U+26fd, U+2701-2702, U+2704-2706, U+2708, U+270a-2712, U+2714, U+2716-2727, U+2729-273e, U+2740-2748;
	src: url("../fonts/noto-serif-tc-87-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-87-400-normal.woff") format("woff");
}

/* noto-serif-tc-88-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+2567-2570, U+2572, U+2574, U+2579, U+2580-258a, U+258c-2595, U+2597, U+25a1, U+25a3-25a4, U+25a6-25ac, U+25b0, U+25b4, U+25b7-25b9, U+25bb, U+25bd, U+25bf-25c2, U+25c7-25ca, U+25cc-25cd, U+25d0-25d9, U+25dc-25e6, U+25ea-25eb, U+25ef, U+25fb-25fe, U+2600-2604, U+2607, U+2609-260b, U+260d-2615, U+2618, U+261a-2623, U+262a, U+262d-2630, U+2638-263e, U+2641-2642, U+2648-2649;
	src: url("../fonts/noto-serif-tc-88-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-88-400-normal.woff") format("woff");
}

/* noto-serif-tc-89-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+2476-2481, U+2488-2491, U+24b6-24c5, U+24c7-24ca, U+24cc, U+24ce, U+24d0-24df, U+24e1-24ea, U+24f5, U+24ff, U+2501, U+2503-250d, U+250f-2511, U+2513-2515, U+2517-2518, U+251b-251d, U+2520, U+2523-2524, U+2528, U+252b-252c, U+252f, U+2533-2534, U+2537, U+253b-253c, U+2541, U+2543-2545, U+254b, U+2550-2566;
	src: url("../fonts/noto-serif-tc-89-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-89-400-normal.woff") format("woff");
}

/* noto-serif-tc-90-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+2139, U+2153, U+2194-2197, U+2199, U+219d-219e, U+21a0, U+21a9-21aa, U+21ac, U+21af-21b1, U+21b3-21b5, U+21ba-21bb, U+21c4, U+21ca, U+21cc, U+21d0, U+21d2-21d4, U+21d8, U+21dd, U+21e2-21e9, U+2200, U+2202, U+2205-2208, U+220e-220f, U+2211-2212, U+2215, U+2217-221a, U+221d-2220, U+2225, U+2227-222b, U+222e, U+2234-2237, U+223c-223d, U+2248, U+2256, U+2260-2261, U+2264-2265, U+226a-226b, U+226e-226f, U+2282-2283, U+2295-2296, U+2299, U+22a5, U+22b0-22b1, U+22b9, U+22bf, U+22c5-22c6, U+22c8, U+22d0-22d1, U+22ee, U+2312-2313, U+2318, U+231a-231b, U+2323, U+2328, U+239d, U+23a0, U+23af, U+23e4, U+23e9-23ea, U+23ec, U+23f0-23f3, U+23fa, U+2445, U+2461-2471, U+2474-2475;
	src: url("../fonts/noto-serif-tc-90-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-90-400-normal.woff") format("woff");
}

/* noto-serif-tc-91-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+1ec0-1ec3, U+1ec5-1ec6, U+1ec9, U+1ecb-1ecd, U+1ecf-1ed1, U+1ed3-1ed5, U+1ed7-1edd, U+1edf, U+1ee1, U+1ee3-1ee7, U+1ee9, U+1eeb, U+1eed, U+1eef-1ef1, U+1ef3, U+1ef7, U+1ef9, U+1f62, U+1fa2, U+2001-2006, U+2009-200a, U+200c-200d, U+200f-2012, U+2015-2016, U+201a, U+201e, U+2020-2021, U+2023-2025, U+2028, U+202a-202d, U+202f-2030, U+2032-2033, U+2035, U+2038, U+203e-203f, U+2042-2044, U+2049, U+204d-204e, U+2060-2061, U+2063, U+2070, U+2074-207b, U+207d-2083, U+208a, U+208d-208e, U+20a1, U+20a4, U+20a6, U+20a8-20ab, U+20ad-20ae, U+20b1-20b3, U+20b5, U+20b8-20ba, U+20bd, U+20dd, U+20e3, U+2105, U+2109, U+2112-2113, U+2115-2117, U+2120-2121, U+2126, U+212b;
	src: url("../fonts/noto-serif-tc-91-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-91-400-normal.woff") format("woff");
}

/* noto-serif-tc-92-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+11af, U+11b7, U+11bc, U+121b, U+122d, U+129b, U+12a0, U+13a6, U+13a9, U+13ac, U+13af, U+13b3, U+13c2, U+13e3, U+141b, U+1555, U+1557, U+15dc, U+15e8, U+1780-1782, U+1784-1785, U+1787, U+178a, U+178e-1791, U+1793-179c, U+179f, U+17a2, U+17b6-17b9, U+17bb-17bc, U+17bf-17c7, U+17c9, U+17cb, U+17d0, U+17d2, U+17db, U+1871, U+18fa, U+1bff, U+1d00, U+1d04-1d05, U+1d07, U+1d0a-1d0b, U+1d0d, U+1d0f, U+1d17-1d18, U+1d1b-1d1c, U+1d20-1d22, U+1d25, U+1d2c, U+1d2e, U+1d30-1d31, U+1d33-1d3a, U+1d3c, U+1d3e-1d42, U+1d52, U+1d55, U+1d5b, U+1d5e, U+1d9c, U+1da0, U+1dc4-1dc5, U+1e3b, U+1e43, U+1e45, U+1e47, U+1e63, U+1e6d, U+1e73, U+1ea0, U+1ea2, U+1ea4-1ea9, U+1eab-1eaf, U+1eb1, U+1eb3, U+1eb5, U+1eb7, U+1eb9, U+1ebb, U+1ebd-1ebe;
	src: url("../fonts/noto-serif-tc-92-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-92-400-normal.woff") format("woff");
}

/* noto-serif-tc-97-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+2c8-2c9, U+2cc-2cd, U+2d0, U+2d8, U+2da, U+2dc, U+2e1-2e3, U+2e7, U+2eb, U+2ee, U+2f1-2ff, U+302-304, U+306-309, U+30c-30d, U+311, U+31b, U+321, U+323-325, U+328-329, U+32b-32c, U+32e-32f, U+331-33a, U+33c-33f, U+348, U+353, U+358-359, U+35c, U+35e-35f, U+361, U+363, U+367-368, U+36c, U+36f, U+530-535, U+537-540, U+55e, U+561-565, U+568-56d, U+56f-576, U+578-582, U+584, U+5a1, U+5a3-5a4, U+5aa, U+5ae, U+5b0-5b4;
	src: url("../fonts/noto-serif-tc-97-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-97-400-normal.woff") format("woff");
}

/* noto-serif-tc-98-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+1af, U+1b1, U+1b4-1be, U+1d0, U+1d2, U+1d4, U+1da, U+1dc-1dd, U+1e1, U+1e3-1e4, U+1e7, U+1e9, U+1eb-1ec, U+1f0-1f1, U+1f3-1f5, U+1f7, U+1f9-1ff, U+219, U+221, U+225-226, U+228-22b, U+22e-22f, U+231-235, U+239, U+23b, U+23e, U+250-252, U+254-255, U+259-25e, U+261-263, U+268-26b, U+26d, U+26f-277, U+279-27a, U+27d-281, U+283, U+28a-28c, U+28f, U+292, U+294-296, U+298-29a, U+29c, U+29f, U+2a1-2a2, U+2a4-2a7, U+2a9-2aa, U+2ae-2b3, U+2b5-2b7, U+2b9-2bf, U+2c2-2c4, U+2c6-2c7;
	src: url("../fonts/noto-serif-tc-98-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-98-400-normal.woff") format("woff");
}

/* noto-serif-tc-99-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+a1-a2, U+a4, U+a6-a8, U+aa, U+ac, U+af, U+b1, U+b5-b6, U+b8-ba, U+bc-be, U+c0-c8, U+ca-cc, U+ce-d5, U+d8-df, U+f0, U+f5, U+f8, U+fb, U+fe-100, U+102, U+105, U+107, U+109-10b, U+10f, U+112, U+115, U+117, U+119, U+11b, U+11f, U+121, U+123-124, U+127, U+129, U+12c-12d, U+130-13f, U+141-142, U+144, U+148, U+14b-14c, U+14f-153, U+159-15b, U+15e-160, U+163-166, U+169-16a, U+16d-171, U+173-17e, U+192, U+1a0, U+1a4, U+1aa, U+1ac-1ad;
	src: url("../fonts/noto-serif-tc-99-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-99-400-normal.woff") format("woff");
}

/* noto-serif-tc-100-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+a3, U+2ca, U+2223, U+2460, U+2640, U+273f, U+301c, U+3107, U+310c, U+4e30, U+4e3e, U+4e5e, U+4e71, U+4f26, U+4f7c, U+4f83, U+50da, U+5243, U+5267, U+529e, U+5321, U+5352, U+5477, U+548b, U+54a6, U+54b2, U+54c2, U+54c4, U+54c6, U+54cd, U+54ee, U+5543, U+55d1, U+55d3, U+55f0, U+55fd, U+560d, U+5629, U+5660, U+56d1, U+56dd, U+57ae, U+57e0, U+57e4, U+5904, U+592d, U+5965, U+5a31, U+5a7f, U+5b5a, U+5bb8, U+5c14, U+5c3b, U+5c5c, U+5c5e, U+5d10, U+5e10, U+5e4c, U+603b, U+604d, U+611c, U+6137, U+61c8, U+62c7, U+6371, U+6382, U+645f, U+64ae, U+64c2, U+651e, U+65f1, U+660a, U+663e, U+673d, U+6784, U+6789, U+67b1, U+67ff, U+6813, U+6854, U+68d8, U+68fa, U+697d, U+6a01, U+6a1e, U+6baf, U+6c08, U+6c17, U+6c2b, U+6c81, U+6cbd, U+6dc6, U+6df9, U+6ed9, U+6ee1, U+6f86, U+6fc1, U+6fdb, U+701f, U+7076, U+715c, U+7194, U+71ee, U+71fb, U+720d, U+72b6, U+7396, U+73af, U+745b, U+746f, U+748b, U+7647, U+7699, U+76ce, U+76de, U+77aa, U+786b, U+7881, U+78ca, U+793c, U+797a, U+79b9, U+79bb, U+79bf, U+7a92, U+7ac7, U+7ae3, U+7b19, U+7b20, U+7b51, U+7b94, U+7cbd, U+7cde, U+7cef, U+7d46, U+7dde, U+7f88, U+80da, U+814b, U+81cd, U+8235, U+8282, U+82b9, U+846b, U+84c1, U+84d3, U+8518, U+8611, U+8783, U+8814, U+8a15, U+8aa6, U+8b2c, U+8ba8-8ba9, U+8bc6, U+8be2, U+8be5-8be6, U+8c22, U+8d05, U+8d27, U+8dbe, U+8e34, U+8e66, U+8ec0, U+9005, U+9082, U+914b, U+916f, U+92c5, U+92f0, U+9318, U+938a, U+93e2, U+964b, U+96c1, U+96cc-96cd, U+96db, U+973e, U+97a0, U+9803, U+9876, U+9879, U+9955, U+99f1, U+9a5b, U+9ab7, U+9abc, U+9c57, U+9c9c, U+9d1b, U+9d26, U+9d51, U+9eef, U+9f99, U+c2a4, U+e253, U+e313-e314, U+e5c7, U+e5c9, U+e8db-e8dc, U+ff2d-ff2e, U+ff34, U+ffe5, U+1f60a, U+1f618, U+1f62d;
	src: url("../fonts/noto-serif-tc-100-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-100-400-normal.woff") format("woff");
}

/* noto-serif-tc-101-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+b4, U+10d, U+2d9, U+641, U+6cc, U+e20, U+e29, U+200e, U+20ac, U+2266, U+25be, U+301d-301e, U+3058, U+4e07, U+4e1d, U+4e66, U+4ece, U+4fde, U+5016, U+5180, U+5199, U+51aa, U+5306, U+5386, U+53d8, U+5413, U+541d, U+54ce, U+54e8, U+54fc, U+5571, U+557e, U+558e, U+55a7, U+56a8, U+57a2-57a3, U+58b3, U+5960, U+5992-5993, U+59a4, U+5a55, U+5ab2, U+5afb, U+5b56, U+5bc5, U+5bc7, U+5bf0, U+5cb1, U+5cc7, U+5dff, U+5e93, U+5ed3, U+5f6a, U+60bc, U+61ff, U+6218, U+6292, U+634d, U+6467, U+64f1-64f2, U+6582, U+65fb, U+6615, U+6687, U+66e6, U+66f0, U+6781, U+67f5, U+68a7, U+6a1f, U+6b27, U+6b4e, U+6b73, U+6b79, U+6bcb, U+6c5d, U+6cf5, U+6dee, U+6ec4, U+6ecc, U+6f88, U+701d, U+703e, U+707c, U+7099, U+710a, U+72d9, U+72e9, U+731d, U+739f, U+7463, U+7480, U+74a8, U+7523, U+7526, U+75e0, U+7613, U+7656, U+76bf, U+76d4, U+773a, U+775c, U+775e, U+780c, U+78e1, U+78f7, U+7960, U+7a20, U+7aaf, U+7b08, U+7b71, U+7be4, U+7cec, U+7cf0, U+7d5e, U+7d62, U+7dbe, U+7e1b, U+7ea2, U+7ec4, U+7ec6, U+7edc, U+7eed, U+7efc, U+7f16, U+7f57, U+7fb9, U+7fca, U+803d, U+816e, U+8258, U+82a5, U+82b7, U+8317, U+8338, U+834a, U+83d3, U+8401, U+8469, U+849e, U+854a, U+8559, U+865e, U+8700, U+8759, U+8760, U+8778, U+8782, U+879e, U+87d1, U+8836, U+8944, U+89c8, U+8aac, U+8b74, U+8ba2, U+8ba4, U+8bae, U+8bfb, U+8c4e, U+8cb3, U+8d16, U+8d28, U+8e44, U+8f3b, U+8f3f, U+8f91, U+8fb9, U+8fc4, U+8fde, U+8ff9, U+9076, U+9091, U+90ae, U+90b8, U+9257, U+9310, U+9382, U+93df, U+94fe, U+95a5, U+962e, U+968f-9690, U+9704, U+9713, U+97f6, U+9824, U+986b, U+9884, U+9886, U+98e2, U+991a, U+9986, U+99a5, U+99dd, U+9ab8, U+9b41, U+9b77, U+9bad, U+c774, U+e5d4, U+fe52, U+ff02, U+ff25, U+1f389, U+1f449, U+1f495;
	src: url("../fonts/noto-serif-tc-101-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-101-400-normal.woff") format("woff");
}

/* noto-serif-tc-102-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+2cb, U+5d1, U+5d9, U+5e2, U+5e8, U+5ea, U+633, U+e32, U+2252, U+2267, U+2573, U+25b3, U+25c4, U+2713, U+2715, U+30e2, U+4e28, U+4e3c, U+4e4d, U+4e70, U+4f88, U+4fef, U+5018, U+501a, U+5026, U+5137, U+513f, U+51f3, U+524b, U+5254, U+52d8, U+5308, U+5384, U+53cc, U+5436, U+5443, U+5466, U+54a8, U+54bd, U+54c9, U+54cb, U+555e, U+5580, U+560e, U+561f, U+562f, U+566c, U+5679, U+56bc, U+56cd, U+56e7, U+56ed, U+572d, U+57d7, U+582f, U+589f, U+5b09, U+5ba5, U+5c51, U+5c90, U+5cef, U+5d16, U+5d84, U+5dd4, U+5e08, U+5e26, U+5f0a, U+5f20, U+606c, U+61c7, U+620f, U+6254, U+625b, U+62a4, U+62d0, U+62f1, U+63a0, U+63c6, U+63f9, U+6413, U+6417, U+6483, U+64f7, U+650f, U+65a7, U+665f, U+66ae, U+66d6, U+66e0, U+6746, U+6756, U+67d1, U+6837, U+68e0, U+68f5, U+6995, U+69a8, U+69b4, U+69d3, U+6a3d, U+6abb, U+6bb7, U+6bd3, U+6c47, U+6cc4, U+6cd3, U+6dae, U+6e26, U+6e29, U+6eaf, U+6eba, U+6fef, U+7028, U+70b3, U+711a, U+725f, U+7325, U+733f, U+73c0, U+73ee, U+7444, U+745a, U+7487, U+7540, U+75a4, U+7729, U+779e, U+798e, U+79e9, U+7a3d, U+7a4c, U+7a9f, U+7ac4, U+7aff, U+7c27, U+7cd9, U+7d76, U+7e43, U+7ea6, U+7ed9, U+7ff1, U+808b, U+809b, U+80fa, U+827a, U+8309, U+8328, U+832b, U+8396, U+83e0, U+840e, U+8425, U+852d, U+853b, U+8588, U+85e9, U+86b5, U+86e4, U+8718, U+87ec, U+880d, U+8910, U+893b, U+89c1-89c2, U+8b3e, U+8baf, U+8bc1, U+8bdd, U+8c41, U+8c48, U+8cb6, U+8d2d, U+8d5e, U+8fbe, U+9015, U+90a8, U+90b5, U+90e1, U+9169, U+9183, U+91d0, U+91dc, U+9293, U+92f8, U+9472, U+9598, U+95a9, U+95ed, U+95fb, U+9605, U+96c7, U+9739, U+9742, U+9761, U+99ad, U+9ae6, U+9b1a, U+9b44, U+9bc9, U+9d3f, U+9dd7, U+9e7c, U+9e92, U+fe5d-fe5e, U+ff22-ff24, U+ff2f-ff30, U+ff33;
	src: url("../fonts/noto-serif-tc-102-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-102-400-normal.woff") format("woff");
}

/* noto-serif-tc-103-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+60, U+f7, U+2198, U+2571, U+258b, U+25b6, U+2661, U+3051, U+3109, U+311a, U+4e11, U+4e24, U+4e2b, U+4ef7, U+4f18, U+4f36, U+4fd0, U+5029-502a, U+5055, U+508d, U+50ad, U+50e7, U+50f1, U+50f5, U+51a5, U+51c8, U+51fb, U+5203, U+524e, U+5288, U+5323, U+53c2, U+5458, U+54a7, U+54b1, U+54b3, U+54b8, U+556a, U+5582, U+55b2, U+55ba, U+55da, U+55dc, U+5614, U+5662, U+5678, U+56c2, U+5742, U+57d5, U+5862, U+58e4, U+58f0, U+5907, U+590d, U+5934, U+5978, U+5984, U+5a25, U+5c06, U+5c62, U+5c91, U+5d01, U+5d1b, U+5e87, U+5eff, U+5f27, U+5f3a, U+5f53, U+6001, U+6168, U+61a9, U+6233, U+62a5, U+62ce, U+62ed, U+638f, U+6399, U+646f, U+6590, U+6631, U+664f, U+6689, U+66dc, U+672f, U+67af, U+67ec, U+68d7, U+6977, U+6a44, U+6c14, U+6c40, U+6c70, U+6c76, U+6cb8, U+6ce3, U+6df3, U+6e20, U+6e43, U+6e5b, U+6ebc, U+6eec, U+6f2c, U+6fb1, U+7009, U+7011, U+701a, U+7117, U+7184, U+72f9, U+7426, U+74bd, U+74cf, U+752b, U+7554, U+75b9, U+7621, U+7671-7672, U+7693, U+76ef, U+7737, U+77a7, U+77b3, U+77bb, U+77da, U+77e2, U+77e9, U+77ef, U+7801, U+7940, U+797f, U+79a7, U+79b1, U+79bd, U+79cd, U+7a6b, U+7ac5, U+7b1b, U+7b77, U+7ca7, U+7dab, U+7db4, U+7db8, U+7dcb, U+7ddd, U+7de0, U+7e55, U+7e9c, U+7ed3, U+7ef4, U+803f, U+8046, U+8087, U+8116, U+81a8, U+8214, U+821c, U+82d4, U+831c, U+8339, U+8350, U+8354, U+8526, U+860a, U+86db, U+8713, U+873b, U+8822, U+8993, U+8a1f, U+8ab9, U+8ad7, U+8bcd, U+8e72, U+8f4e, U+8f9c, U+8fd0, U+8fd8, U+8fe6, U+9042, U+907c, U+91ba, U+9452, U+95e2, U+9631, U+9699, U+96b8, U+9709, U+978d, U+9830, U+98ce, U+9945, U+99ed, U+9a8c, U+9ad3, U+9baa, U+9be8, U+9c77, U+9cf6, U+9d72, U+9e1f, U+9ec4, U+fe31, U+fe55, U+ff03, U+ff20, U+ff3b, U+ff3d, U+1f3fb, U+1f44d, U+1f60d;
	src: url("../fonts/noto-serif-tc-103-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-103-400-normal.woff") format("woff");
}

/* noto-serif-tc-104-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+10c, U+161, U+e44, U+2728, U+3081, U+4e13, U+4e19, U+4e1c, U+4e1e, U+4e5c, U+4ea7, U+4ed7, U+4f20, U+4f8d, U+4ffe, U+5021, U+50d5, U+515c, U+51a4, U+51e0, U+521b, U+522b, U+532a, U+534e, U+5355, U+537f, U+5398, U+541f, U+543c, U+544e, U+5509, U+5598, U+5622, U+563f, U+5641, U+566a, U+5695, U+569f, U+56ae, U+56da, U+573a, U+574e, U+584c, U+5885, U+58ae, U+5a1f, U+5ac2, U+5b24, U+5bb0, U+5bde, U+5be1, U+5bfc, U+5c39, U+5c4c, U+5c60, U+5cfb, U+5d11, U+5e76, U+5e7f, U+5e9a, U+5eb8, U+5f13, U+5f64, U+5f6c, U+6127, U+61f2, U+6208, U+620a, U+620c, U+6252, U+62ef, U+6328, U+633d, U+6362, U+63b0, U+63c0, U+63c9, U+640f, U+64a9, U+6514, U+652c, U+655e, U+6583, U+658c, U+6627, U+66f3, U+6734, U+6743, U+676d, U+67c4, U+67da, U+6807, U+68cd, U+68f2, U+690e, U+6b16, U+6b38, U+6b3d, U+6bc6, U+6ca1, U+6cab, U+6d8c, U+6e32, U+6e3e, U+6e58, U+6eef, U+6ef2, U+708a, U+7130, U+7165, U+7172, U+71ed, U+7232, U+7239, U+7261, U+7280, U+72a7, U+72f8, U+73c8, U+7464, U+753b, U+754f, U+755c, U+75d8, U+76ea, U+776b, U+7779, U+777f, U+7784, U+778e, U+77ee, U+79e4, U+7a46, U+7a57, U+7aba, U+7aed, U+7b4d, U+7c7b, U+7c7d, U+7d13, U+7d33, U+7dbb, U+7df9, U+7e46, U+7ea7, U+8085, U+8165, U+81fb, U+82b8, U+82d3, U+8305, U+8335, U+8343, U+83e9, U+840d, U+851a, U+853d, U+8543, U+859b, U+85fb, U+87fb, U+888d, U+88c5, U+8adc, U+8b0a, U+8bb0, U+8bbe, U+8bc4, U+8bf4, U+8c5a, U+8cc3, U+8ce4, U+8d44, U+8e81, U+8f44, U+8f66, U+8fdb, U+900d, U+9063, U+914c, U+9223, U+9226, U+923a, U+925b, U+9264, U+929c, U+92b9, U+9320, U+934d, U+9444, U+957f, U+9591, U+96a7, U+97ad, U+97cc, U+9811, U+9898, U+98ea, U+9921, U+9952, U+9a55, U+9b0d, U+9bca, U+9ebd, U+e60f, U+ff1c-ff1d, U+ff21, U+ff38, U+ff9f, U+fffd, U+1f602;
	src: url("../fonts/noto-serif-tc-104-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-104-400-normal.woff") format("woff");
}

/* noto-serif-tc-105-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+e17, U+e22, U+2103, U+25a0, U+266a, U+3014-3015, U+311f, U+4e1a, U+4e50, U+4f10, U+4f6c, U+4f70, U+5006, U+50d1, U+5170, U+518c, U+51f0, U+51f6, U+51f9, U+5219, U+5256, U+525d, U+52c9, U+5349, U+5351, U+5356, U+5375, U+539d, U+53db, U+53ee, U+53f7, U+5492, U+54fa, U+5538, U+55bb, U+55e8, U+5632, U+5757, U+5835, U+58be, U+5937, U+59dc, U+59e8, U+5a49, U+5a9a-5a9b, U+5ab3, U+5b9b, U+5b9e, U+5be8, U+5c37, U+5c4e, U+5d14, U+5d19, U+5d4c, U+5d50, U+5deb, U+5e84, U+5e94, U+5ec2, U+5f17, U+5f26, U+5f55, U+5f77, U+5f7f, U+5fbd, U+6052, U+6064-6065, U+608d, U+609a, U+6101, U+614c, U+621a, U+6237, U+6296, U+62e9, U+632a-632b, U+6488, U+6500, U+652a, U+6556, U+65e0, U+65ec, U+6643, U+6850, U+6893, U+6897, U+68b3, U+68d5, U+6930, U+6960, U+6a11, U+6a3a, U+6ab3, U+6b22, U+6c59, U+6c83, U+6ccc, U+6dea, U+6df5, U+6ef7, U+6f3e, U+6f80, U+6fe4, U+7164, U+71c9, U+722a, U+7260, U+7272, U+73b0, U+74e3, U+7538, U+7586, U+75b5, U+7661-7662, U+77db, U+7838, U+786e, U+788c, U+7950, U+79a6, U+79aa, U+7a40, U+7bf7, U+7c3e, U+7c98, U+7ca5, U+7d21, U+7d2e, U+7dba, U+7dec, U+7e79, U+7ecf, U+7edf, U+7f79, U+8086, U+810a, U+8139, U+813e, U+817a, U+81b3, U+821f, U+8247, U+8259, U+8271, U+839e, U+8431, U+846c, U+849c, U+84b2, U+84c4, U+8513-8514, U+8755, U+8877, U+8881, U+88f9, U+8a1d, U+8a3c, U+8a6d-8a6e, U+8a93, U+8ae7, U+8af7, U+8b17, U+8b5a, U+8ba1, U+8bba, U+8cdc, U+8dea, U+8f6c, U+8f7d, U+8fc7, U+8fd9, U+902e, U+90ca, U+916a, U+916c, U+921e, U+9245, U+935b, U+9594, U+95a8, U+95ee, U+95f4, U+9706, U+971e, U+9756, U+980c, U+9891, U+98b1, U+98fc, U+9903, U+9957, U+99ff, U+9b91, U+9db4, U+9f4b, U+e602-e605, U+e610-e611, U+ff16-ff19;
	src: url("../fonts/noto-serif-tc-105-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-105-400-normal.woff") format("woff");
}

/* noto-serif-tc-106-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+2190-2191, U+2193, U+22c1, U+2302, U+25cb, U+2699, U+2709, U+3127, U+4e0e, U+4e18, U+4e3a, U+4e48, U+4e91, U+4eec, U+4f3d, U+4fcf, U+5112, U+524a, U+52a3, U+52ab, U+52c3, U+52f3, U+52fb, U+5320, U+5339, U+533f, U+53e2, U+543e, U+5480, U+5495, U+5497, U+5564, U+5572, U+55c6, U+55ef, U+563b, U+5653, U+5657, U+56b7, U+5824, U+58d8, U+5955, U+5983, U+598d, U+59da, U+59e6, U+5a36, U+5bb5, U+5bc2, U+5bf9, U+5cb3, U+5d17, U+5dbc, U+5e2e, U+60df, U+611a, U+6190, U+61a4, U+61be, U+61fc, U+6284, U+62ac, U+62bc, U+634f, U+636e, U+6398, U+63a9, U+6487, U+6495, U+64ab, U+6577, U+65ac, U+6602, U+6652, U+66f9, U+6761, U+679a, U+683d, U+68ad, U+68b5, U+68da, U+68e7, U+6a38, U+6a59, U+6ae5, U+6b47, U+6b67, U+6b6a, U+6bef, U+6c50, U+6c9b, U+6e23, U+6e34, U+6e4a, U+6e67, U+6ea2, U+6eb6, U+6f20, U+6feb, U+70ed, U+714c, U+715e, U+7199, U+71ac, U+7231, U+7262, U+7409, U+745f, U+7469, U+74ca, U+7535, U+753a, U+75f4, U+7624, U+7682, U+76ba, U+76f2, U+77fd, U+780d, U+7832, U+78c5, U+78ef, U+7901, U+79be, U+79c9, U+79e6, U+7a1a, U+7a62, U+7a84, U+7aca, U+7cb5, U+7cb9, U+7cdf, U+7ce7, U+7d6e, U+7db1, U+7def, U+7e61, U+7e7d, U+7e8f, U+7f38, U+7f77, U+7fa8, U+7fc5, U+7fe1, U+7ff9, U+800d, U+8015, U+8054, U+80a2, U+80aa, U+80ba, U+814e, U+8180, U+819d, U+81c0, U+828b, U+82ad, U+82af, U+83f1, U+83f8, U+8403, U+84bc, U+84c9, U+84ec, U+8523, U+8549, U+8569, U+8591, U+85b0, U+881f, U+884d, U+88d4, U+89c4, U+89c6, U+8a60, U+8a79, U+8b19, U+8bd5, U+8bf7, U+8c03, U+8c79, U+8cc8, U+8d9f, U+8e10, U+8e48, U+8faf, U+9009, U+9017, U+9175, U+9187, U+918b, U+9214, U+946b, U+9470, U+947c, U+9640, U+9675, U+96ef, U+97cb, U+97e9, U+985b, U+99ae, U+99b3, U+9b4f, U+9d09, U+9e9f, U+9edb, U+9f90, U+ff14, U+1f464;
	src: url("../fonts/noto-serif-tc-106-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-106-400-normal.woff") format("woff");
}

/* noto-serif-tc-107-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+a5, U+25ce, U+4e56, U+4e9a, U+4ea8, U+4ead, U+4f3a, U+4f51, U+4f62, U+4faf, U+5098, U+50ac, U+5147, U+5173, U+5187, U+51f8, U+52a1, U+52a8, U+52f8, U+535c, U+53ed, U+541e, U+5435, U+5475, U+54a9, U+54c0, U+54c7, U+5589, U+5605, U+5733, U+5764, U+5782, U+57c3, U+5858, U+5893, U+589c, U+58e2, U+5974, U+599e, U+59a8, U+59ec, U+5b66, U+5b99, U+5b9d, U+5bee, U+5c2c, U+5c65, U+5cfd, U+5d0e, U+5dba, U+5de2, U+5e06, U+5e15, U+5ec1, U+5ed6, U+5f00, U+5f4c, U+5f65, U+6055, U+6070, U+609f, U+60b6, U+6241, U+624e, U+626f, U+6291, U+62cc, U+62d8, U+62da, U+62fe, U+6349, U+6367, U+63ea, U+6435, U+6454, U+64a4, U+64b2, U+64bc, U+64bf, U+64c5, U+64ce, U+6558, U+6572, U+65a5, U+65e8, U+65ed, U+6614, U+6670, U+6688, U+672d, U+673a, U+6770, U+68cb, U+6912, U+6953, U+6a61, U+6aac, U+6aaf, U+6ab8, U+6b20, U+6b96, U+6bbf, U+6bc5, U+6c6a, U+6cbe, U+6d59, U+6d78, U+6dc7, U+6deb, U+6e7e, U+6e9c, U+6f3f, U+6f51, U+6f84, U+704c, U+7051, U+70ab, U+70ad, U+70f9, U+7119, U+7149, U+714e, U+71e6, U+72c4, U+72d0, U+72e0, U+7334, U+744b, U+7455, U+7504, U+75ab, U+75b2, U+766e, U+76c3, U+76fc, U+76fe, U+7891, U+7948, U+7a74, U+7b28, U+7c72, U+7cca, U+7ebf, U+7f55, U+7ff0, U+8154, U+81c2, U+81d8, U+81e3, U+81e5, U+8292, U+8299, U+8302, U+8304, U+8332, U+83c1, U+83c7, U+83ca, U+845b, U+8475, U+8490, U+85af, U+8650, U+8667, U+86d9, U+8774, U+8abc, U+8b0e, U+8b39, U+8bed, U+8c54, U+8c6b, U+8c9e, U+8ca7, U+8caa-8cab, U+8ce6, U+8cec-8ced, U+8eb2, U+8eba, U+8fb0, U+901d, U+908f, U+9127, U+91c0, U+91d8, U+9215, U+92b3, U+932b, U+93fd, U+95ca, U+964c, U+96c0, U+970d, U+9716, U+9774, U+97fb, U+9812, U+9913, U+9935, U+99c1, U+9b31, U+9d5d, U+9d6c, U+9e79, U+fe0f, U+fe30, U+ff05, U+ff0b, U+ff10, U+ff15;
	src: url("../fonts/noto-serif-tc-107-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-107-400-normal.woff") format("woff");
}

/* noto-serif-tc-108-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+b0, U+926, U+928, U+939, U+93f-940, U+94d, U+200b, U+22ef, U+25ba, U+25c6, U+2665, U+4e08, U+4e2a, U+4e4f, U+4e59, U+4ec7, U+4f0d, U+4f0f, U+4f19, U+4f59, U+4fae, U+5075, U+507d, U+50b2, U+50b5, U+511f, U+5141, U+5146, U+514c, U+5185, U+51dd, U+51fd, U+522e, U+5319, U+533a, U+5378, U+53ad, U+53c9, U+53d1, U+53d4, U+543b, U+5442, U+5446, U+5481, U+54e9, U+5507, U+5565, U+559a, U+55aa, U+5690, U+56ca, U+56fe, U+582a, U+5915, U+5949, U+5962, U+5996, U+59a5, U+59fb, U+5a77, U+5b0c, U+5b5f, U+5bd3, U+5be2, U+5bfa, U+5c41, U+5c48, U+5ca9, U+5d07, U+5ec8, U+5eca, U+5f18, U+5f4e, U+5f59, U+5f6d, U+5f79, U+5fb9, U+6028, U+6068, U+606d, U+6094, U+60f1, U+6108-6109, U+614e, U+6170, U+617e, U+61b2, U+61f8, U+6247, U+626d, U+6276, U+62ab, U+62cb, U+62d3, U+62f3, U+6368, U+6380, U+6492, U+64e0, U+6570, U+6606, U+660f, U+6649, U+6691, U+66a8, U+6749, U+674f, U+6795, U+67f1, U+67f3, U+6842, U+6851, U+687f, U+68df, U+69fd, U+6a58, U+6c27, U+6c88, U+6cca, U+6d29, U+6d66, U+6daf, U+6f01, U+6f58, U+6f6d, U+6f70, U+6fa1, U+6ff1, U+6ffe, U+7058, U+70ae, U+71d9, U+71e5, U+7235, U+7267, U+73ca, U+742a, U+74f7, U+7529, U+758f, U+75bc, U+76c6, U+7955, U+7a00, U+7a3b, U+7b4b, U+7bad, U+7be9, U+7c4c, U+7c60, U+7cfe, U+7dbf, U+7e2b, U+7f9e, U+7fc1, U+7ffc, U+8096, U+809d, U+80de, U+8155, U+816b, U+81df, U+82bd, U+8352, U+8393, U+8404, U+8525, U+856d, U+8606, U+868a, U+87f9, U+886b, U+8870, U+896a, U+896f, U+8a23, U+8a87, U+8ad2, U+8b00, U+8b20, U+8cb8, U+8cca, U+8ce0, U+8d39, U+8d6b, U+8db4, U+8e29, U+8ef8, U+8f1b, U+8f5f, U+8fa8, U+906e, U+9077, U+90aa, U+90b1, U+90c1, U+9165, U+919c, U+92c1, U+95d6, U+95e8, U+975a, U+9817, U+98c6, U+9ecf, U+feff, U+ff06, U+ff0a, U+ff12-ff13;
	src: url("../fonts/noto-serif-tc-108-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-108-400-normal.woff") format("woff");
}

/* noto-serif-tc-109-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+627-629, U+631, U+639, U+644, U+64a, U+25cf, U+2606, U+2764, U+3008-3009, U+4e38, U+4e43, U+4ed5, U+4ef0, U+4eff, U+4fe0, U+5085, U+50a2, U+50be, U+5118, U+5211-5212, U+5272, U+52fe, U+5366, U+53b2, U+53ec, U+54ac, U+5587, U+55b5, U+5606, U+561b, U+5751, U+576a, U+57cb, U+58ef, U+58fa, U+594f, U+5951, U+596e, U+59d1, U+5ac1, U+5acc, U+5b8b, U+5c4d, U+5ca1, U+5d29, U+5dfe, U+5e7d, U+5edf, U+5ef7, U+5fa1, U+5faa, U+5fcc, U+5ffd, U+6021, U+6046, U+6062, U+62b9, U+6316, U+6350, U+6478, U+647a, U+6490, U+64b0, U+64e6, U+6524, U+6591, U+659c, U+65a4, U+65e6, U+65f6, U+6607, U+6674, U+6765, U+679d, U+67f4, U+68a8, U+6b3a, U+6c57, U+6c61, U+6c90, U+6cbf, U+6cdb, U+6d69, U+6db5, U+6dd1, U+6e21, U+6f06, U+6f62, U+70d8, U+71c3, U+71d5, U+722c, U+727d, U+72ac, U+72fc, U+731c, U+7336, U+7344, U+7384, U+73ab, U+7433, U+745c, U+7470, U+75d5, U+7652, U+76c8, U+76e7, U+7709, U+7720, U+7740, U+7747, U+7763, U+77ac-77ad, U+7802, U+78a7, U+78b3, U+78c1, U+78da, U+7926, U+796d, U+798d, U+7aae, U+7b52, U+7c92, U+7d68, U+7d81, U+7e31, U+7e5e, U+7e69, U+7e73, U+7f50, U+7f70, U+7f75, U+8058, U+8070, U+80c3, U+8105-8106, U+8108, U+8179, U+818f, U+81a9, U+81ed, U+820c-820d, U+8277, U+82d1, U+8461, U+84b8, U+852c, U+857e, U+8587, U+85e4, U+863f, U+8679, U+86c7, U+8702, U+8776, U+87ba, U+8896, U+88c2, U+88d5, U+88f8, U+8af8, U+8b7d, U+8ca2, U+8d64, U+8d74, U+8d81, U+8d99, U+8e5f, U+8e8d, U+8ecc, U+8ed2, U+8fb1, U+8fc5, U+9022, U+9038, U+905c, U+9081, U+9189, U+9234, U+92d2, U+934a, U+95a3, U+962a, U+9646, U+96d5, U+971c, U+9838, U+9875, U+98c4, U+99db, U+9a45, U+9a5f, U+9a6c, U+9ad2, U+9cf4, U+9d28, U+9daf, U+9df9, U+9e7d, U+9f0e, U+9f52, U+9f9c, U+ff11, U+ff1e;
	src: url("../fonts/noto-serif-tc-109-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-109-400-normal.woff") format("woff");
}

/* noto-serif-tc-110-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+2022, U+2500, U+25bc, U+4e1f, U+4e95, U+4f50, U+4f54, U+4f69, U+4fb6, U+4fc4, U+4fca, U+5009, U+50bb, U+5154, U+51cc, U+528d, U+5291, U+52d2, U+52e4, U+5353, U+5360, U+540a-540b, U+5410, U+54f2, U+5514, U+5537, U+558a, U+55ac, U+5617, U+56fd, U+573e, U+5766, U+5783, U+57d4, U+5806, U+5821, U+5857, U+5875, U+58f9, U+592f, U+5954, U+596a, U+59ae, U+59c6, U+59ca, U+59ff, U+5a03, U+5ae9, U+5b64, U+5bb4, U+5c3f, U+5c6f, U+5de1, U+5e16, U+5e45, U+5e72, U+5ec9, U+5f7c, U+5f81, U+5f90-5f92, U+6016, U+6085, U+6089, U+60a0, U+60a3, U+60b2, U+60d1, U+60f9, U+6155, U+6158, U+6191, U+6212, U+626e, U+62d4, U+632f, U+633a, U+63aa, U+642c, U+64a5, U+64cb, U+6566, U+6597, U+66b1, U+66ec, U+6731, U+6735, U+67ef, U+6846, U+6876, U+6881, U+68af-68b0, U+68c9, U+6905, U+6bc0, U+6beb, U+6c0f, U+6c1b, U+6c41, U+6ce5, U+6cf3, U+6d25, U+6d2a, U+6d3d, U+6dcb, U+6dd8, U+6dfa, U+6e9d, U+6eaa, U+6ec5, U+6ecb, U+6f0f, U+6f32, U+707d, U+708e, U+7092, U+716e, U+723a, U+731b, U+7345, U+7375, U+73b2, U+7434, U+74e6, U+758a, U+75be, U+75de, U+764c, U+76dc, U+788e, U+7897, U+789f, U+78a9, U+78b0, U+790e, U+7965, U+7a4e, U+7c43, U+7d17, U+7dd2, U+7e96, U+7f51, U+7f69, U+7f72, U+7fd4, U+7fe0, U+8017, U+80a9, U+80d6, U+8150, U+8178, U+81bd, U+829d, U+82ac, U+8303, U+838e, U+83cc, U+840c, U+8482, U+8499, U+85a9-85aa, U+883b, U+8861, U+88c1, U+88cf, U+88d9, U+8a3a, U+8a98, U+8aee, U+8c8c, U+8cc0, U+8ce2, U+8d0f, U+8da8, U+8dcc, U+8e0f, U+8f1d, U+8f29, U+8fad, U+9003, U+9006, U+903c, U+903e, U+9059, U+9072, U+9075, U+90ce, U+9130, U+91ac, U+91e3, U+9285, U+9298, U+92ea, U+9326, U+937e, U+95c6, U+9676-9677, U+9727, U+994b, U+99a8, U+99d0, U+9a30, U+9b42, U+9b45, U+9d3b, U+9e7f, U+9ee8, U+9f3b;
	src: url("../fonts/noto-serif-tc-110-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-110-400-normal.woff") format("woff");
}

/* noto-serif-tc-111-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+5e, U+3042, U+3044, U+3046, U+3048, U+304a-3050, U+3053-3057, U+3059-305b, U+305d-3061, U+3063-306c, U+306e-3079, U+307b, U+307d-307f, U+3082-308d, U+308f, U+3092-3093, U+30a1-30a4, U+30a6-30c1, U+30c3-30c4, U+30c6-30e1, U+30e3-30ed, U+30ef, U+30f3, U+30fb-30fc, U+4e32, U+4ef2, U+4fd7, U+501f, U+5144, U+51c6, U+52c1, U+5440, U+54e6, U+54ed, U+5510, U+5687, U+58c1, U+5b5d, U+5bd2, U+5ee2, U+5f31, U+6012, U+6084, U+6148, U+6182, U+622a, U+6355, U+6372, U+63ee, U+6416, U+6575, U+660c, U+66c9, U+675c, U+6a6b, U+6b32, U+6b49, U+6b98, U+6d6e, U+6dda, U+6ef4, U+6efe, U+7159, U+7378, U+775b, U+78e8, U+7aa9, U+7d1b, U+7de9, U+7f6a, U+7f8a, U+7fbd, U+8000, U+809a, U+8102, U+8170, U+819c, U+8266, U+82b3, U+87f2, U+8972, U+8a17, U+8b02, U+8e22, U+904d, U+90ed, U+91c7, U+93c8, U+9451, U+9a37, U+9b27, U+ad6d, U+c5b4, U+d55c;
	src: url("../fonts/noto-serif-tc-111-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-111-400-normal.woff") format("woff");
}

/* noto-serif-tc-112-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+2502, U+2605, U+4e39, U+4e58, U+4ea1, U+4ed9, U+4f2f-4f30, U+4f38, U+4f75, U+4fc3, U+4ff1, U+500d, U+5049, U+5074, U+5077, U+5091, U+5175, U+517c, U+51cd, U+51e1, U+5269-526a, U+52aa, U+52c7, U+52df, U+5377, U+541b, U+5439, U+5448, U+54aa, U+5674, U+56f0, U+5761, U+585e, U+588a, U+58a8, U+58fd, U+5925, U+592e, U+5948, U+5999, U+59b3, U+5a18, U+5a1c, U+5a46, U+5b30, U+5b54, U+5b6b, U+5b8f, U+5be9, U+5bf8, U+5c0a, U+5c16, U+5c24, U+5c46, U+5cf0, U+5e1d, U+5e25, U+5e2d, U+5e3d, U+5e79, U+5f04, U+5fcd, U+5fe0, U+60dc, U+6163, U+616e, U+61f6, U+6258, U+6293, U+62c6, U+62d2, U+62d6, U+62fc, U+63da, U+63ed, U+640d, U+6458, U+649e, U+64ec, U+64f4, U+64fe, U+651c, U+6562, U+65cb, U+65e2, U+65fa, U+6628, U+6668, U+66a2, U+66dd, U+66fc, U+66ff, U+6717, U+67cf, U+67d4, U+6817, U+6885, U+695a, U+69cd, U+6afb, U+6bbc, U+6c89, U+6c96, U+6cc9, U+6d1b, U+6d1e, U+6d74, U+6db2, U+6dbc, U+6df7, U+6dfb, U+6e38, U+6f38, U+6f5b, U+6f64, U+6f8e, U+6fa4, U+6fc3, U+6fd5, U+7070, U+70b8, U+70cf, U+70e4, U+7169, U+7210, U+721b, U+7238, U+737b, U+73bb, U+746a, U+7483, U+74dc, U+74f6, U+7518, U+756a, U+75c7, U+7919, U+7956, U+795d, U+7a05, U+7a0d, U+7a3f, U+7bc9, U+7c97, U+7cd5, U+7d0b, U+7d10, U+7dfb, U+7e3e, U+7e6a, U+8036, U+808c, U+80af, U+80ce, U+80e1, U+80f8, U+817f, U+8216, U+8239, U+827e, U+8377, U+8389, U+83ab, U+83f2, U+840a, U+8584, U+85c9, U+865b, U+8766, U+87a2, U+8932, U+8a50, U+8a69, U+8a95, U+8b6f, U+8c37, U+8c6c, U+8ca9, U+8cfa, U+8d95, U+8de1, U+8f14, U+8f9b, U+8fa3, U+8feb, U+8ff4, U+9010, U+901b, U+905e, U+9080, U+912d, U+9177, U+9336, U+947d, U+963b, U+966a, U+9670, U+9769, U+9813, U+9846, U+98fd, U+99d5, U+9a0e, U+9a19, U+9b6f, U+9ce5, U+9cf3, U+9ece, U+9ed8, U+9f13, U+9f20;
	src: url("../fonts/noto-serif-tc-112-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-112-400-normal.woff") format("woff");
}

/* noto-serif-tc-113-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+201c-201d, U+203b, U+2192, U+25b2, U+300e-300f, U+4e01, U+4e73, U+4e82, U+4e88, U+4e8e, U+4f0a, U+4f5b, U+502b, U+504f, U+5076, U+5100, U+5104, U+5132, U+5192, U+51a0, U+51ac, U+51f1, U+5200, U+5224, U+522a, U+5237-5238, U+523a, U+526f, U+5289, U+52de, U+52f5, U+52ff, U+5371, U+539a, U+53e5, U+540e, U+5433, U+547c, U+552f, U+5531, U+5634, U+56c9, U+574a, U+57f7, U+57f9, U+5805, U+5851, U+5854, U+586b, U+58c7, U+58de, U+5967, U+59bb, U+59d3-59d4, U+5b55, U+5b87, U+5b97, U+5bae, U+5bbf, U+5be7, U+5bec, U+5cb8, U+5df7, U+5e7b-5e7c, U+5f1f, U+5f70, U+5fd9, U+60e1, U+61b6, U+61c2, U+6200, U+6234, U+6263, U+62b5, U+62dc, U+62ec, U+6383, U+638c, U+63cf, U+63d2, U+63e1, U+63f4, U+641e, U+64cd, U+64fa, U+654f, U+6557, U+656c, U+65c1, U+65d7, U+6620, U+6676, U+6696-6697, U+66ab, U+66c6, U+671d, U+672b, U+676f, U+677e, U+67d0, U+67d3, U+684c, U+68c4, U+690d, U+694a, U+699c, U+6a4b, U+6ac3, U+6b04, U+6b23, U+6b78, U+6b8a, U+6bd2, U+6c60, U+6cb3, U+6d89, U+6de1, U+6de8, U+6e6f, U+6f02, U+70c8, U+7126, U+718a, U+7236, U+723d, U+7246, U+72af, U+72d7, U+73cd, U+7532, U+760b, U+7626, U+7687, U+76df, U+7761, U+79cb, U+79d2, U+79df, U+7a69, U+7af6, U+7b80, U+7c3d, U+7c3f, U+7c4d, U+7cd6, U+7d2b, U+7de3, U+7e2e, U+7e54, U+7e6b, U+8010, U+80a5, U+812b, U+819a, U+81a0, U+82d7, U+838a, U+8463, U+84cb, U+8521, U+8607, U+860b, U+864e, U+871c, U+878d, U+885d, U+89f8, U+8a13, U+8aa0, U+8afe, U+8b5c, U+8c46, U+8cbf, U+8cd3, U+8cf4, U+8d08, U+8d0a, U+8ddd, U+8de8, U+8fea, U+9014, U+9055, U+906d, U+907a, U+907f, U+90a6, U+9178, U+92fc, U+934b, U+9396, U+93ae, U+9583, U+9663, U+9694, U+96bb, U+9707, U+9738, U+9905, U+9aa8, U+9b25, U+9b3c, U+9ea5, U+9eb5, U+9f4a, U+9f61, U+ff0d-ff0e;
	src: url("../fonts/noto-serif-tc-113-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-113-400-normal.woff") format("woff");
}

/* noto-serif-tc-114-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+3c, U+d7, U+2027, U+4e4e, U+4e92, U+4ea6, U+4ec1, U+4ecd, U+4f34, U+4f48, U+4f53, U+4fb5, U+5012, U+50b7, U+51b0, U+5283, U+52dd, U+532f, U+5354, U+53eb, U+53f3, U+5409, U+5496, U+54c8, U+54e5, U+554a, U+5561, U+5594, U+559d, U+56b4, U+56fa, U+5713, U+5750, U+57df, U+584a, U+590f, U+592b, U+593e, U+5976, U+599d, U+59b9, U+59d0, U+5a5a, U+5a66, U+5b85, U+5b88, U+5ba3, U+5bdf, U+5c01, U+5c04, U+5c3a, U+5c3e, U+5c4f, U+5ddd-5dde, U+5de7-5de8, U+5e63, U+5e8a, U+5e9c, U+5eda, U+5ef3, U+5ef6, U+5f48, U+5fb5, U+6015, U+6025, U+602a, U+6050, U+6069, U+6162, U+6176, U+61f7, U+6279, U+627f, U+6297, U+62b1, U+62bd, U+6311, U+6377, U+6388-6389, U+63a1-63a2, U+6436, U+64c1, U+64d4, U+6551, U+6563, U+65bd, U+66b4, U+66f2, U+6751, U+675f, U+6790, U+6838, U+68d2, U+68ee, U+6982, U+69ae, U+69cb, U+6a39, U+6b66, U+6bba, U+6c5f, U+6ce1, U+6d0b, U+6d3e, U+6d6a, U+6e1b, U+6ed1, U+6f22, U+6f54, U+6f6e, U+6fc0, U+6fdf, U+719f, U+71c8, U+71d2, U+7259, U+72c2, U+7389, U+73e0, U+745e, U+751a, U+751c, U+7530, U+7533, U+7562, U+7591, U+75c5, U+75db, U+7642, U+7686, U+76d2, U+76db, U+76e1, U+76e3, U+7701, U+786c, U+7981, U+79c0, U+79fb, U+7a81, U+7a97, U+7adf, U+7aef, U+7b26, U+7c64, U+7d0d, U+7d14, U+7d2f, U+7d9c, U+7dca, U+7df4, U+7e23, U+7f3a, U+8033, U+804a, U+8056, U+805a, U+8173, U+81e8, U+8212, U+821e, U+822a, U+82e6, U+8336, U+83dc, U+8449, U+84ee, U+85e5, U+885b, U+888b, U+8907, U+8a34, U+8a5e, U+8aa4, U+8ab0, U+8ab2, U+8ac7, U+8b66, U+8c6a, U+8c93, U+8c9d, U+8cb4, U+8dd1, U+8f2a, U+8fb2, U+9109, U+9192, U+91cb, U+91dd, U+93e1, U+964d, U+9686, U+968e, U+969c, U+96de, U+96e8, U+96ea, U+96f7, U+975c, U+9760, U+978b, U+9858, U+98ef, U+9918, U+9aee, U+9b54, U+9ebb, U+ff0f, U+ff5c;
	src: url("../fonts/noto-serif-tc-114-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-114-400-normal.woff") format("woff");
}

/* noto-serif-tc-115-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+23-25, U+3d, U+4e45, U+4e5d, U+4e7e, U+4eac, U+4eae, U+4ed4, U+4ee4, U+4f01, U+4f3c, U+4f8b, U+4fc2, U+505c, U+50c5, U+5145, U+51b7, U+521d, U+523b, U+525b, U+5287, U+52e2, U+5348, U+535a, U+537b, U+5426, U+542b, U+5438, U+5462, U+54ea, U+555f, U+5566, U+5584, U+5609, U+5708, U+570d, U+571f, U+5747, U+5802, U+58d3, U+5920, U+5922, U+5957, U+5979, U+5a01, U+5a92, U+5abd, U+5b63, U+5b69, U+5b83, U+5bb3, U+5bc4, U+5bf5, U+5c3c, U+5c40, U+5c4b, U+5c64, U+5cf6, U+5de6, U+5e0c, U+5e55, U+5e78, U+5eab, U+5ead, U+5ee0, U+5f85, U+5f8b, U+5fd7-5fd8, U+6167, U+6298, U+62db, U+62ff, U+639b, U+63a7, U+642d, U+6469, U+64ad, U+651d, U+653b, U+65b7, U+65cf, U+665a, U+666e, U+66fe, U+6728, U+674e, U+67b6, U+6821, U+6839, U+6843, U+6a94, U+6b4c, U+6b50, U+6b62, U+6b72, U+6b7b, U+6bcd, U+6bdb, U+6c38, U+6c7a, U+6c7d, U+6c99, U+6cb9, U+6ce2, U+6cf0, U+6d17, U+6d32, U+6e2c, U+6e56, U+6fb3, U+722d, U+723e, U+725b, U+734e, U+7387, U+73ed, U+7565, U+7570, U+76ca, U+76e4, U+773e, U+77ed, U+77f3, U+7814, U+7834, U+7968, U+79d8, U+7a7f, U+7af9, U+7b11, U+7b46, U+7b54, U+7bc4, U+7d19, U+7d22, U+7d42, U+7d55, U+7da0, U+7e41, U+7e7c, U+7f85, U+7ffb, U+8077, U+8089, U+80cc, U+81c9, U+81f4, U+81fa, U+820a, U+822c, U+826f, U+8349, U+85cd, U+86cb, U+8840, U+88dc, U+8986, U+8a0e, U+8a73, U+8a8c, U+8b1b, U+8b9a, U+8c50, U+8ca0, U+8cde, U+8cfd, U+8d8a, U+8df3, U+8e64, U+8ecd, U+8edf, U+8f38, U+8fd4, U+8ff0, U+8ff7, U+9000, U+9047, U+9060, U+90f5, U+9152, U+91ce, U+9280, U+9418, U+9435, U+9589, U+9592, U+9678, U+968a, U+96aa, U+96c5, U+96d6, U+96dc, U+96f6, U+9732, U+9748, U+9802, U+9806, U+9808, U+983b, U+984d, U+984f, U+9867, U+98db, U+98f2, U+98fe, U+9a5a, U+9b06, U+9b5a, U+9bae, U+ff5e;
	src: url("../fonts/noto-serif-tc-115-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-115-400-normal.woff") format("woff");
}

/* noto-serif-tc-116-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+40, U+2026, U+4e03, U+4e14, U+4e9e, U+4ec0, U+4ed8, U+4f11, U+4f4e-4f4f, U+4f73, U+4fee, U+5019, U+503c, U+5047, U+514b, U+516b, U+5178, U+5207, U+520a, U+5236, U+5343, U+5347, U+534a, U+5370, U+53cd, U+53e4, U+53e6, U+53f2, U+5403, U+5411, U+5427, U+5468, U+5473, U+547d, U+552e, U+5740, U+5883, U+589e, U+591c, U+5931, U+59cb, U+5a1b, U+5b58, U+5b98, U+5b9c, U+5ba4, U+5bcc, U+5beb, U+5c45, U+5c6c, U+5dee, U+5df4, U+5e03, U+5e33, U+5e6b, U+5e7e, U+5e8f, U+5e95, U+5ea7, U+5f15, U+5f62, U+5f69, U+5f80, U+5fa9, U+5fae, U+5fb7, U+5ff5, U+600e, U+601d, U+60e0, U+614b, U+6230, U+623f, U+628a, U+6295, U+62c9, U+6309, U+64c7, U+64ca, U+652f, U+6545, U+6548, U+65af, U+65e9, U+6625, U+666f, U+667a, U+670b, U+671b, U+6750, U+677f, U+6975, U+6a13, U+6a21, U+6aa2, U+6b65, U+6b77, U+6bb5, U+6cc1, U+6ce8, U+6df1, U+6e90, U+6e96, U+6eab, U+6f14, U+6f2b, U+700f, U+706b, U+7206, U+724c, U+72c0, U+7368, U+7372, U+74b0, U+756b, U+76ae, U+773c, U+78ba, U+798f, U+79ae, U+7a4d, U+7a76, U+7ae5, U+7b56, U+7b97, U+7bb1, U+7bc7, U+7c73, U+7c89, U+7d00, U+7d20, U+7d39, U+7d72, U+7dad, U+7e8c, U+7fa4, U+7fd2, U+8003, U+807d, U+80a1, U+80b2, U+8166, U+8208-8209, U+82e5, U+843d, U+85cf, U+85dd, U+862d, U+8857, U+8863, U+89ba, U+89d2, U+8a2a, U+8a31, U+8a62, U+8a66, U+8a72, U+8abf, U+8b1d, U+8b58, U+8c61, U+8ca1, U+8ca8, U+8cac, U+8cbc, U+8d70, U+8da3, U+8db3, U+8ddf, U+8f03, U+8f15, U+8f2f, U+8fa6, U+8fce, U+8ffd, U+900f, U+9031, U+9069, U+908a, U+91ab, U+91cc, U+92b7, U+9322, U+932f, U+9375, U+9632, U+963f, U+9644, U+9662, U+9673, U+967d, U+96a8, U+96c4, U+96d9, U+96e2-96e3, U+96f2, U+9752, U+97d3, U+97ff, U+9805, U+9810, U+9818, U+986f, U+990a, U+9910, U+9928, U+9e97, U+9ec3, U+9f8d, U+ff1b;
	src: url("../fonts/noto-serif-tc-116-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-116-400-normal.woff") format("woff");
}

/* noto-serif-tc-117-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+26, U+3e, U+5f, U+7e, U+3000, U+300a-300b, U+3010-3011, U+4e16, U+4e26, U+4e94, U+4e9b, U+4ea4, U+4eca-4ecb, U+4efb, U+4efd, U+4f46, U+4f55, U+4f9b, U+4f9d, U+4fbf, U+505a, U+5065, U+5099, U+50cf, U+512a, U+5143, U+5148, U+5152, U+5169, U+516d, U+5171, U+5177, U+518a, U+5225, U+5247, U+5275, U+529f, U+52a9, U+5305, U+5341, U+5357, U+5361, U+5373, U+53bb, U+53c3, U+53c8, U+53d6-53d7, U+53e3, U+5404, U+559c, U+55ce, U+5668, U+56db, U+5712, U+5718, U+57ce, U+57fa, U+58eb, U+592a, U+5947, U+5bc6, U+5bf6, U+5c0e, U+5c11, U+5c1a, U+5c55, U+5c71, U+5df1, U+5e2b, U+5e36, U+5e97, U+5eb7, U+5ee3, U+5efa, U+5f35, U+5f37, U+5f88, U+5f9e, U+5fc5, U+606f, U+60a8, U+6232, U+6236, U+624d, U+627e, U+6280, U+62cd, U+6301, U+6307, U+6392, U+63db, U+64da, U+6539, U+653e-653f, U+6559, U+6574, U+65c5, U+6613, U+66f8, U+6797, U+67e5, U+6848, U+6a19, U+6a23, U+6b61, U+6bcf, U+6c11, U+6c42, U+6d41, U+6d77, U+6e2f, U+6eff, U+7167, U+71df, U+738b, U+73a9, U+7403, U+7537, U+754c, U+7559, U+767d-767e, U+78bc, U+793a, U+795e, U+79c1, U+79d1, U+7a2e, U+7a31, U+7a7a, U+7ae0, U+7ba1, U+7bc0, U+7c21, U+7cfb, U+7d04-7d05, U+7d1a, U+7d30, U+7d44, U+7d66, U+7d71, U+7de8, U+7e3d, U+7f6e, U+7fa9, U+8001, U+805e, U+8072, U+81f3, U+82f1, U+83ef, U+842c, U+8457, U+85a6, U+8655, U+8853, U+88ab, U+88dd, U+88e1, U+88fd, U+897f, U+898f, U+89aa, U+89bd, U+89c0, U+89e3, U+8a02, U+8a3b, U+8a55, U+8a8d, U+8a9e, U+8ad6, U+8b49, U+8b70, U+8b77, U+8b80, U+8b8a, U+8b93, U+8cb7, U+8ce3, U+8cea, U+8cfc, U+8f09, U+8fd1, U+9001, U+901f-9020, U+9054, U+90a3, U+914d, U+91cf, U+9304, U+95b1, U+9664, U+969b, U+96b1, U+96c6, U+9700, U+975e, U+97f3, U+98a8, U+98df, U+9999, U+99ac, U+9a57, U+9ebc, U+9ed1;
	src: url("../fonts/noto-serif-tc-117-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-117-400-normal.woff") format("woff");
}

/* noto-serif-tc-118-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+d, U+2b, U+7c, U+a9, U+300c-300d, U+4e09, U+4e3b, U+4e4b, U+4e5f, U+4e86, U+4e8b-4e8c, U+4eab, U+4ed6, U+4ee3, U+4ef6, U+4f1a, U+4f4d, U+4f60, U+4f7f, U+4fdd, U+4fe1, U+50b3, U+50f9, U+5149, U+514d, U+5167, U+5176, U+518d, U+5217, U+5229, U+524d, U+529b, U+52a0, U+52d9, U+5316-5317, U+5340, U+539f, U+53ca-53cb, U+53ea, U+53f8, U+5408, U+540c-540d, U+544a, U+548c, U+54c1, U+54e1, U+5546, U+554f, U+55ae, U+56de, U+56e0, U+5716, U+578b, U+5831, U+5834, U+5916, U+5973, U+5982, U+5b57, U+5b78, U+5b89, U+5b8c, U+5b9a, U+5ba2, U+5bb9, U+5be6, U+5c07-5c08, U+5c0b, U+5c0d, U+5c31, U+5de5, U+5df2, U+5e02, U+5e38, U+5ea6, U+5f0f, U+5f71, U+5f8c, U+5f97, U+5feb, U+6027, U+60c5, U+60f3, U+610f, U+611b, U+611f, U+61c9, U+6216, U+624b, U+6253, U+63a5, U+63a8, U+63d0, U+641c, U+6536, U+6578, U+6599, U+661f, U+662d, U+670d, U+671f, U+672a, U+6771, U+679c, U+682a, U+683c, U+689d, U+696d, U+6a02, U+6a5f, U+6b0a, U+6b21, U+6b3e, U+6b64, U+6bd4, U+6c23, U+6c34, U+6c92, U+6cd5, U+6d3b, U+6d88, U+6e05, U+7063, U+7121, U+7136, U+71b1, U+7247-7248, U+7269, U+7279, U+73fe, U+7406, U+7522, U+7531, U+7576, U+767b, U+76ee, U+76f4, U+770b, U+771f, U+77e5, U+793e, U+7a0b, U+7acb, U+7ad9, U+7b2c, U+7b49, U+7cbe, U+7d50, U+7d61, U+7d93, U+7dda, U+8005, U+800c, U+806f, U+8207, U+8272, U+82b1, U+865f, U+8868, U+898b, U+8996, U+8a00, U+8a08, U+8a0a, U+8a18, U+8a2d, U+8a71, U+8aaa, U+8acb, U+8cbb, U+8cc7, U+8d77, U+8d85, U+8def, U+8eab, U+8eca, U+8f49, U+9019-901a, U+9023, U+9032, U+904a-904b, U+904e, U+9053, U+9078, U+9084, U+90e8, U+90fd, U+91cd, U+91d1, U+9577, U+9580, U+9593, U+9650, U+9762, U+982d, U+984c, U+985e, U+9ad4, U+9ad8, U+9ede, U+ff01, U+ff08-ff09, U+ff1f;
	src: url("../fonts/noto-serif-tc-118-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-118-400-normal.woff") format("woff");
}

/* noto-serif-tc-119-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+20-22, U+27-2a, U+2c-3b, U+3f, U+41-5d, U+61-7b, U+7d, U+a0, U+ab, U+ae, U+b2-b3, U+b7, U+bb, U+bf, U+c9, U+cd, U+d6, U+e0-ef, U+f1-f4, U+f6, U+f9-fa, U+fc-fd, U+101, U+103, U+110-111, U+113, U+12b, U+14d, U+16b, U+1a1, U+1b0, U+1ce, U+300-301, U+1ea1, U+1ea3, U+1ebf, U+1ec7, U+2013-2014, U+2039-203a, U+203c, U+2122, U+3001-3002, U+4e00, U+4e0a-4e0b, U+4e0d, U+4e2d, U+4eba, U+4ee5, U+4f5c, U+4f86, U+500b, U+5011, U+5165, U+5168, U+516c, U+51fa, U+5206, U+5230, U+52d5, U+53ef-53f0, U+570b, U+5728, U+5730, U+591a, U+5927, U+5929, U+597d, U+5b50, U+5bb6, U+5c0f, U+5e73-5e74, U+5fc3, U+6210-6211, U+6240, U+6587, U+65b0, U+65b9, U+65bc, U+65e5, U+660e, U+662f, U+6642, U+66f4, U+6700, U+6703, U+6708-6709, U+672c, U+6b63, U+6cbb, U+70b9-70ba, U+751f, U+7528, U+767c, U+7684, U+76f8, U+7db2, U+7f8e, U+80fd, U+81ea, U+884c, U+8981, U+958b, U+95dc, U+96fb, U+9801, U+9996, U+ff0c, U+ff1a;
	src: url("../fonts/noto-serif-tc-119-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-119-400-normal.woff") format("woff");
}

/* noto-serif-tc-latin-400-normal */
@font-face {
	font-family: "Noto Serif TC";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	src: url("../fonts/noto-serif-tc-latin-400-normal.woff2") format("woff2"), url("../fonts/noto-serif-tc-latin-400-normal.woff") format("woff");
}

body,
.site-name {
	color: #000;
	font-family: "Noto Sans Variable", "Noto Sans Arabic Variable", "Noto Serif Tibetan Variable", "Noto Sans Devanagari Variable", "Noto Sans Myanmar", "Noto Sans Thai Variable", "Noto Sans SC Variable", "Noto Sans HK Variable", "Noto Sans TC Variable", sans-serif;
	font-size: 18px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "Noto Serif Variable", "Noto Naskh Arabic Variable", "Noto Serif Tibetan Variable", "Noto Serif Devanagari Variable", "Noto Serif Myanmar", "Noto Serif Thai Variable", "Noto Serif SC", "Noto Serif HK Variable", "Noto Serif TC", serif;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
}

h1,
.h1 {
	font-size: 140%;
}

h1 a,
.h1 a,
h2 a,
.h2 a {
	text-decoration: none;
	text-transform: none;
}

h2,
.h2 {
	font-size: 130%;
}

h3,
.h3 {
	font-size: 125%;
}

h4,
.h4 {
	font-size: 120%;
}

h5,
.h5 {
	font-size: 115%;
}

h2.noupper,
.noupper.h2 {
	text-transform: none;
}

a,
a:visited,
a:hover {
	color: #000;
	text-decoration: underline;
}

.anchorjs-link {
	transition: all 0.25s linear;
}

.anchorjs-link:hover {
	text-decoration: none;
}

*:hover>.anchorjs-link {
	margin-left: -1.125em !important;
}

#header {
	background-color: #65BAAD;
}

html,
#footer {
	background-color: #C9D0CE;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
	margin: 0;
	padding: 16px;
}

.col-lg-1 {
	max-width: 100px;
}

.col-lg-2 {
	max-width: 200px;
}

.col-lg-3 {
	max-width: 300px;
}

.col-lg-4 {
	max-width: 400px;
}

.col-lg-5 {
	max-width: 500px;
}

.col-lg-6 {
	max-width: 600px;
}

.col-lg-7 {
	max-width: 700px;
}

.col-lg-8 {
	max-width: 800px;
}

.col-lg-9 {
	max-width: 900px;
}

.col-lg-10 {
	max-width: 1000px;
}

.col-lg-11 {
	max-width: 1100px;
}

.col-lg-12 {
	max-width: 1200px;
	padding: 0;
}

#header-nav.col-lg-3 {
	max-width: 100%;
}

.first {
	padding-left: 0;
}

.last {
	padding-right: 0;
}

.container {
	padding-left: 0;
	padding-right: 0;
	max-width: 1200px;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

#footer {
	padding: 0 32px;
}

#content {
	margin: 32px 0;
}

.tools #content,
.tactics #content {
	padding: 0 32px;
}

.blog #content {
	padding: 0;
}

#header {
	background-color: #65BAAD;
}

html,
#footer {
	background-color: #C9D0CE;
}

#masthead {
	padding: 0;
}

#header-nav {
	padding: 0;
}

#header .row {
	padding: 8px 0;
}

.site-name a {
	text-decoration: none !important;
}

.site-name a:hover {
	text-decoration: underline !important;
}

#top-nav {
	border-bottom: 1px solid #E7E7E7 !important;
	font-size: 90%;
	margin: auto 20px;
}

#top-nav #menu-site {
	max-width: 100%;
}

#top-nav .navbar-brand {
	margin: 0;
	padding: 0;
}

#top-nav .menu-main {
	margin-right: auto;
}

#top-nav li>a {
	color: #000000;
}

#top-nav li>a:hover {
	text-decoration: none !important;
	color: #FFFFFF;
}

#top-nav .nav-item:hover {
	background-color: #E85412;
}

#top-nav .nav-link {
	padding-left: 16px !important;
}

#top-nav .dropdown-menu {
	border: #E85412 solid 3px;
	border-radius: 0px;
	margin: 0;
	padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
}

#top-nav .dropdown>a.show {
	background-color: #E85412;
	color: #FFFFFF;
}

#top-nav .dropdown-item:hover {
	background-color: #E85412;
}

#top-nav .navbar-toggler {
	margin: 8px 0px;
}

#top-nav .menu-wrapper .dropdown-menu {
	right: 0;
	left: auto;
}

#top-nav .link {
	text-overflow: ellipsis;
	overflow: hidden;
}

#top-nav #search-button {
	color: #000000;
	border-radius: 0;
	text-align: left;
}

#top-nav #search-button:hover {
	color: #FFFFFF;
	background-color: #E85412;
	border-radius: 0;
}

.sprite-eye {
	display: none;
}

.sprite-logo-background {
	max-width: 100%;
}

.sprite-twitter {
	background-color: #FFF;
	background-position: -543px 0;
	border-radius: 50%;
	height: 22px;
	margin-bottom: 4px;
	width: 22px;
}

.sprite-bubble {
	display: inline-block;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 52px;
	margin-right: 8px;
}

.site-name,
.site-slogan {
	margin: 0;
	text-align: center;
	width: 100%;
}

.site-name {
	font-size: 100%;
	margin-top: 8px;
}

.site-slogan {
	font-size: 50%;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
	margin: 0;
	padding: 16px;
}

.col-lg-1 {
	max-width: 100px;
}

.col-lg-2 {
	max-width: 200px;
}

.col-lg-3 {
	max-width: 300px;
}

.col-lg-4 {
	max-width: 400px;
}

.col-lg-5 {
	max-width: 500px;
}

.col-lg-6 {
	max-width: 600px;
}

.col-lg-7 {
	max-width: 700px;
}

.col-lg-8 {
	max-width: 800px;
}

.col-lg-9 {
	max-width: 900px;
}

.col-lg-10 {
	max-width: 1000px;
}

.col-lg-11 {
	max-width: 1100px;
}

.col-lg-12 {
	max-width: 1200px;
	padding: 0;
}

#header-nav.col-lg-3 {
	max-width: 100%;
}

.first {
	padding-left: 0;
}

.last {
	padding-right: 0;
}

.container {
	padding-left: 0;
	padding-right: 0;
	max-width: 1200px;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

#footer {
	padding: 0 32px;
}

#content {
	margin: 32px 0;
}

.tools #content,
.tactics #content {
	padding: 0 32px;
}

.blog #content {
	padding: 0;
}

#header {
	background-color: #65BAAD;
}

html,
#footer {
	background-color: #C9D0CE;
}

body {
	overflow-x: hidden;
}

body details {
	font-style: italic;
}

body details summary {
	display: list-item inline;
	cursor: help;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

#content img,
#footer img {
	max-width: 100%;
}

#content {
	word-wrap: break-word;
}

aside section {
	margin-bottom: 48px;
}

aside ul {
	padding: 0;
}

aside li {
	list-style-type: none;
	margin-top: 12px;
}

.overview-block {
	background-color: #65BAAD;
	margin-bottom: 16px;
	padding: 4px 16px;
}

.overview-block ul {
	padding: 0;
}

.overview-block li {
	list-style-type: none;
	margin: 8px 0;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
	margin: 0;
	padding: 16px;
}

.col-lg-1 {
	max-width: 100px;
}

.col-lg-2 {
	max-width: 200px;
}

.col-lg-3 {
	max-width: 300px;
}

.col-lg-4 {
	max-width: 400px;
}

.col-lg-5 {
	max-width: 500px;
}

.col-lg-6 {
	max-width: 600px;
}

.col-lg-7 {
	max-width: 700px;
}

.col-lg-8 {
	max-width: 800px;
}

.col-lg-9 {
	max-width: 900px;
}

.col-lg-10 {
	max-width: 1000px;
}

.col-lg-11 {
	max-width: 1100px;
}

.col-lg-12 {
	max-width: 1200px;
	padding: 0;
}

#header-nav.col-lg-3 {
	max-width: 100%;
}

.first {
	padding-left: 0;
}

.last {
	padding-right: 0;
}

.container {
	padding-left: 0;
	padding-right: 0;
	max-width: 1200px;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

#footer {
	padding: 0 32px;
}

#content {
	margin: 32px 0;
}

.tools #content,
.tactics #content {
	padding: 0 32px;
}

.blog #content {
	padding: 0;
}

.tool-metadata ul {
	padding: 0;
}

.tool-metadata li {
	list-style-type: none;
	margin: 8px 0;
}

.tool-metadata .link {
	display: inline-block;
	background-color: #ffffff;
	border-radius: 8px;
	margin-bottom: 16px;
	padding: 1px 6px;
	text-decoration: none;
	text-transform: uppercase;
}

.tool-metadata .requirement {
	display: inline-block;
}

.tool-metadata a {
	text-decoration: none;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
	margin: 0;
	padding: 16px;
}

.col-lg-1 {
	max-width: 100px;
}

.col-lg-2 {
	max-width: 200px;
}

.col-lg-3 {
	max-width: 300px;
}

.col-lg-4 {
	max-width: 400px;
}

.col-lg-5 {
	max-width: 500px;
}

.col-lg-6 {
	max-width: 600px;
}

.col-lg-7 {
	max-width: 700px;
}

.col-lg-8 {
	max-width: 800px;
}

.col-lg-9 {
	max-width: 900px;
}

.col-lg-10 {
	max-width: 1000px;
}

.col-lg-11 {
	max-width: 1100px;
}

.col-lg-12 {
	max-width: 1200px;
	padding: 0;
}

#header-nav.col-lg-3 {
	max-width: 100%;
}

.first {
	padding-left: 0;
}

.last {
	padding-right: 0;
}

.container {
	padding-left: 0;
	padding-right: 0;
	max-width: 1200px;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

#footer {
	padding: 0 32px;
}

#content {
	margin: 32px 0;
}

.tools #content,
.tactics #content {
	padding: 0 32px;
}

.blog #content {
	padding: 0;
}

#footer {
	font-size: 90%;
	padding-bottom: 16px !important;
}

#footer .col-md-3 {
	padding: 16px 0;
}

#footer .sprite-bubble {
	margin: 0;
}

#footer-nav {
	text-align: right;
}

#footer-nav li {
	display: inline-block;
	list-style-type: none;
	margin-left: 16px;
}

#footer-nav li a {
	text-decoration: none;
}

#footer-nav li a:hover {
	text-decoration: underline;
}

@media (max-width: 767.98px) {
	#header {
		background-color: #65BAAD;
	}

	html,
	#footer {
		background-color: #C9D0CE;
	}

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		margin: 0;
		padding: 16px;
	}

	.col-lg-1 {
		max-width: 100px;
	}

	.col-lg-2 {
		max-width: 200px;
	}

	.col-lg-3 {
		max-width: 300px;
	}

	.col-lg-4 {
		max-width: 400px;
	}

	.col-lg-5 {
		max-width: 500px;
	}

	.col-lg-6 {
		max-width: 600px;
	}

	.col-lg-7 {
		max-width: 700px;
	}

	.col-lg-8 {
		max-width: 800px;
	}

	.col-lg-9 {
		max-width: 900px;
	}

	.col-lg-10 {
		max-width: 1000px;
	}

	.col-lg-11 {
		max-width: 1100px;
	}

	.col-lg-12 {
		max-width: 1200px;
		padding: 0;
	}

	#header-nav.col-lg-3 {
		max-width: 100%;
	}

	.first {
		padding-left: 0;
	}

	.last {
		padding-right: 0;
	}

	.container {
		padding-left: 0;
		padding-right: 0;
		max-width: 1200px;
	}

	.row {
		margin-left: 0;
		margin-right: 0;
	}

	#footer {
		padding: 0 32px;
	}

	#content {
		margin: 32px 0;
	}

	.tools #content,
	.tactics #content {
		padding: 0 32px;
	}

	.blog #content {
		padding: 0;
	}

	body {
		font-size: 19px;
	}

	.table-wrapper {
		overflow-x: auto;
	}

	#footer .col-md-9 {
		padding: 8px 0;
	}

	#footer-nav {
		padding: 0;
	}

	#footer-nav li {
		margin-left: 0;
		text-align: left;
		width: 100%;
	}
}

@media (min-width: 768px) {

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		margin: 0;
		padding: 16px;
	}

	.col-lg-1 {
		max-width: 100px;
	}

	.col-lg-2 {
		max-width: 200px;
	}

	.col-lg-3 {
		max-width: 300px;
	}

	.col-lg-4 {
		max-width: 400px;
	}

	.col-lg-5 {
		max-width: 500px;
	}

	.col-lg-6 {
		max-width: 600px;
	}

	.col-lg-7 {
		max-width: 700px;
	}

	.col-lg-8 {
		max-width: 800px;
	}

	.col-lg-9 {
		max-width: 900px;
	}

	.col-lg-10 {
		max-width: 1000px;
	}

	.col-lg-11 {
		max-width: 1100px;
	}

	.col-lg-12 {
		max-width: 1200px;
		padding: 0;
	}

	#header-nav.col-lg-3 {
		max-width: 100%;
	}

	.first {
		padding-left: 0;
	}

	.last {
		padding-right: 0;
	}

	.container {
		padding-left: 0;
		padding-right: 0;
		max-width: 1200px;
	}

	.row {
		margin-left: 0;
		margin-right: 0;
	}

	#footer {
		padding: 0 32px;
	}

	#content {
		margin: 32px 0;
	}

	.tools #content,
	.tactics #content {
		padding: 0 32px;
	}

	.blog #content {
		padding: 0;
	}

	.sprite-eye {
		display: inline-block;
		margin: 0 32px;
	}

	#content {
		padding: 0;
	}

	.overview-block ul {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
		-webkit-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px;
	}

	.overview-block li {
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
	}

	.tool-metadata ul {
		-webkit-columns: 3;
		-moz-columns: 3;
		columns: 3;
		-webkit-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px;
	}
}

@media (min-width: 1200px) {
	.menu-wrapper {
		margin-right: 8px;
	}

	#top-nav #menu-site {
		align-items: stretch;
	}

	#top-nav .dropdown-toggle-icon {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	#top-nav .dropdown-toggle-icon::after {
		content: none;
	}

	.menu-main {
		display: flex;
		align-items: stretch;
	}

	.nav-item a {
		display: block;
		height: 100%;
	}
}

@media print {
	.container {
		width: auto !important;
	}

	.sprite-bubble,
	#top-nav,
	#footer-nav,
	.breadcrumbs {
		display: none !important;
	}

	#masthead,
	.sprite-tactical-tech-logo,
	.sprite-frontline-defenders-logo {
		background: none;
		background-image: none;
	}

	#masthead:before {
		content: url("../images/siab-header-for-print.png");
	}

	.sprite-tactical-tech-logo:before {
		content: url("../images/tactical-tech-logo.png");
	}

	.sprite-frontline-defenders-logo:before {
		content: url("../images/frontline-defenders-logo.png");
	}
}

@media only screen and (min-resolution: 400dpi) {
	body {
		font-size: 16px !important;
	}
}

/*# sourceMappingURL=global.css.map */