HEX
Server: LiteSpeed
System: Linux atali.colombiahosting.com.co 5.14.0-570.12.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 13 06:11:55 EDT 2025 x86_64
User: coopserp (1713)
PHP: 8.2.29
Disabled: dl,exec,passthru,proc_open,proc_close,shell_exec,memory_limit,system,popen,curl_multi_exec,show_source,symlink,link,leak,listen,diskfreespace,tmpfile,ignore_user_abord,highlight_file,source,show_source,fpaththru,virtual,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,posix_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setid,posix_times,posix_ttyname,posix_uname,proc_get_status,proc_nice,proc_terminate
Upload Files
File: //proc/thread-self/root/proc/thread-self/root/proc/thread-self/cwd/assets.tar
css/ai.css000064400000015327151526434470006462 0ustar00/* AI Styles */
.spro-chat{
width: 25vw;
position: fixed;
right: -25vw;
height: 100%;
top:0;
bottom:0;
display:flex;
visibility:hidden;
box-shadow: 0 1px 5px #cdcdcd;
z-index:999999;
background-color:white;
justify-content:space-between;
flex-direction:column;
box-sizing:border-box;
overflow:hidden;
-webkit-transition: right 0.3s ease-in-out;
-moz-transition: right 0.3s ease-in-out;
-ms-transition: right 0.3s ease-in-out;
-o-transition: right 0.3s ease-in-out;
transition: right 0.3s ease-in-out;
}

.spro-ai-chat-overlay{
display:none;
width: 100%;
height:100%;
position:absolute;
top:0;
left:0;
cursor:pointer;
z-index:100;
}

.spro-chat * {
box-sizing:border-box;
}

.spro-chat > div{
padding: 20px;
}

.spro-chat-header{
display:flex;
justify-content:space-between;
padding: 10px 5px;
font-size: 18px;
font-weight: 500;
background-color:#b8a5f11a;
text-align:center;
height: 60px;
}

.spro-chat-header .dashicons,
.spro-chat-history-header .dashicons{
cursor:pointer;
}

.spro-chat-response-section{
position:relative;
height:100%;
max-height: 70%;
overflow-y:scroll;
padding: 10px;
}

.spro-chat textarea{
width: 100%;
}

.soft-btn{	
display: inline-flex;
outline: 0;
text-align: center;
cursor: pointer;
padding: 6px 12px;
border-radius: 3px;
border: 1px solid transparent;
transition: all .3s ease;
font-weight: 600;
text-transform: uppercase;
font-size: 11px;
text-decoration: none;
gap: 8px;
align-items:center;
justify-content:center;
}

.soft-btn-black{
background: #0f172a;
border-color: #0f172a;
color: #fff;
}

.spro-ai-select{
display: inline-flex;
outline: 0;
cursor: pointer;
padding: 6px 12px;
border-radius: 3px;
border: 1px solid #dedede !important;
transition: all .3s ease;
font-weight: 600;
text-transform: uppercase;
font-size: 11px !important;
text-decoration: none;
gap: 8px;
align-items:center;
justify-content:center;
}

.spro-ai-select:hover{
color:rgb(85 33 181) !important;
}

.spro-chat-response{
padding: 10px;
border: 1px solid #e2e8f0;
border-radius: 6px;
margin-bottom: 10px;
}

.spro-chat-response p{
font-size: 14px;
line-height:1.5;	
margin: 5px 0;
}

.spro-chat-response h1{
	font-size:16px;
}

.spro-chat .spro-prompt-action{
display:flex;
}

.spro-response-actions{
margin-top:10px !important;
display:flex;
gap:4px;
}

.spro-response-actions button{
padding: 0.4rem 1rem;
border-radius: 5px;
background-color: white;
line-height: 1.25rem;
outline: none;
border: transparent;
cursor:pointer;
border: 1px solid #e2e8f0;
}

.spro-ai-use-this{
position:relative;
}

.spro-spinner{
display:none;
border-radius:50%;
animation: spro-spinner 1s linear infinite;
}

.spro-spinner__light{
border: 2px solid #dddcdc80;
border-left-color: #e3e3e3;
}

.spro-spinner__dark{
border: 2px solid #96939380;
border-left-color: #343434;
}

.spro-spinner__default{
height: 0.9375rem;
width: 0.9375rem;
}

.spro-spinner__md{
height: 20px;
width: 20px;
}

.spro-spinner__lg{
height: 30px;
width: 30px;
}

.spro-spinner-active{
display:inline-block;
}

@keyframes spro-spinner{
0% {
transform: rotate(0deg);
}

100% {
transform: rotate(360deg);
}	
}

#spro_prompt_input{
resize:none;
}

.spro-prompt-shortcuts{
display:flex;
flex-wrap:wrap;
gap:4px;
margin-bottom:15px;
}

.spro-prompt-shortcuts button{
background:transparent;
border: 1px solid #dedede;
}

.spro-ai-chat-options-section{
background-color:#b8a5f11a;
padding-bottom: 10px!important;
padding-top: 15px!important;
border-top: 1px solid #eee;
}

.spro-ai-token-count{
position:relative;
display:flex;
gap:7px;
align-items:center;
justify-content:center;
top:0;
padding: 1px !important;
font-size: 10px;
text-align:center;
background-color:#b8a5f175;
font-weight:500;
}

.spro-ai-token-count span.dashicons{
font-size:10px;
width:10px;
height:10px;
cursor:pointer;
}

.spro-copy-ai-response{
position:relative;
}

.spro-copy-ai-response::before{
content: "Copied";
display:none;
position:absolute;
top:-28px;
padding: 1px 4px;
font-size:10px;
left: 50%;
transform: translateX(-50%); 
background-color:black;
color:white;
border-radius:2px;
transition: all 0.6s ease-in-out;
}

.spro-copy-ai-response::after{
content: "";
display:none;
position:absolute;
top:-10px;
left: 50%;
transform: translateX(-50%) rotate(225deg);
width: 7px;
height:7px;
background-color:black;
}

.spro-ai-shortcut:hover{
color:rgb(85 33 181);
}

.spro-copy-ai-response.active::before,
.spro-copy-ai-response.active::after{
display:block;
}

.spro-ai-chat-options-section.disabled{
pointer-events:none;
opacity: 0.6;
}

.spro-ai-chat-history{
display:none;
height:100%;
overflow-y:auto;
}

.spro-chat-history-header{
display:flex;
align-items:center;
justify-content:space-between;
gap:5px;
padding-bottom:10px;
font-size:14px;
font-weight:500;
}

.spro-chat-history-link{
cursor:pointer;
user-select:none;
}

.spro-history-header-label{
display:flex;
align-items:center;
justify-content:center;
gap:5px;
}

.spro-ai-history-single-close{
visibility:hidden;
}

.spro-dot-loader{
width: 10px;
margin-left:3px;
display:inline-block;
aspect-ratio: 2;
--_g: no-repeat radial-gradient(circle closest-side,#000 90%,#0000);
background: 
var(--_g) 0%   50%,
var(--_g) 50%  50%,
var(--_g) 100% 50%;
background-size: calc(100%/3) 50%;
animation: spro-dot-loader 1s infinite linear;
}

@keyframes spro-dot-loader {
    20%{background-position:0%   0%, 50%  50%,100%  50%}
    40%{background-position:0% 100%, 50%   0%,100%  50%}
    60%{background-position:0%  50%, 50% 100%,100%   0%}
    80%{background-position:0%  50%, 50%  50%,100% 100%}
}

.spro-snackbar {
visibility:hidden;
display:flex;
align-self:center;
max-width: 500px;
width: 90%;
background-color: #333;
color: #fff;
text-align: center;
border-radius: 2px;
padding: 16px;
position: absolute;
z-index: 1;
bottom: 30px;
}

.spro-snackbar.show{
visibility: visible;
animation: spro-fadein 0.5s, spro-fadeout 0.5s 3s;
}

@keyframes spro-fadein{
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes spro-fadeout{
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

img.spro-ai-icon {
transition: transform .8s ease-in-out;
}
img.spro-ai-icon:hover {
transform: rotate(360deg);
}

.spro-chat-startup-placeholder{
display:flex;
flex-direction:column;
justify-content:center;
height:100%;
}

.spro-prompt-suggestions{
display:flex;
flex-wrap:wrap;
gap:10px;
margin-top: 1rem;
}

.spro-prompt-suggestions button{
outline:none;
background:white;
border: 1px solid #e2e2e2;
padding: 5px 10px;
border-radius:50px;
line-height:1.2;
cursor:pointer;
}

.spro-prompt-suggestions p{
width:100%;
margin:0;
font-weight:500;
}

.spro-chat-response[data-type="assistant"] {
background-color: rgb(232 240 248);
}

.spro-chat-history-link{
display:flex;
justify-content:space-between;
align-items:center;
}

.spro-token-used{
color:rgb(155 28 28);
background-color: rgb(253 232 232);
padding:2px 7px;
border-radius:50px;
font-weight:400;
}css/onboarding.css000064400000065405151526434470010215 0ustar00html.wp-toolbar {
	padding: 0px !important;
}

.folded #wpcontent{
margin-left:0px;
}

#wpcontent,
#wpfooter,
#wpbody-content,
ol {
	margin: 0;
	padding: 0;
}

li {
	margin: 0px;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover,
a:active,
a:focus {
	color: #fff;
}

a:focus {
	box-shadow: none;
}

body {
	background-color: #f6f7f7;
}

input[type="button"] {
	margin: 0px;
	border: none;
	font-size: 16px;
	cursor: pointer;
}

input[type=checkbox]:focus {
	box-shadow: none;
}

#wpbody-content {
	height: 100%;
}

.softaculous-pro-wizard {
	display: flex;
	height: 100vh;
	overflow: hidden;
}

/* sidebar */
.softaculous-pro-setup-logo {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 15px;
}

.softaculous-pro-wizard-sidebar {
	height: 100%;
	box-shadow: rgba(0, 0, 0, 0.12) 4px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	display: flex;
	flex-direction: column;
	justify-content: start;
	background-color: #070F2B;
}

.softaculous-pro-steps-holder {
	padding: 10px 15px;
	flex: 1;
}

.softaculous-pro-wizard-steps {
	list-style: none;
	counter-reset: step-counter;
}

.softaculous-pro-wizard-steps li {
	display: flex;
	align-items: center;
	padding: 20px 0px;
	font-size: 16px;
	position: relative;
	color: #fff;
	transition: all 200ms ease-in-out;
}

.softaculous-pro-wizard-steps li::before {
	content: counter(step-counter);
	counter-increment: step-counter;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	line-height: 22px;
	display: inline-block;
	text-align: center;
	margin-right: 20px;
	transition: border 200ms ease-in-out;
}

.softaculous-pro-wizard-steps li:not(:last-child)::after {
	content: "";
	position: absolute;
	width: 1px;
	background: linear-gradient(to bottom, #7e5ce7, transparent);
	height: 40px;
	top: calc(100% - 20px);
	left: 12px;
	transition: border 200ms ease-in-out;
}

.softaculous-pro-wizard-content {
	width: calc(100% - 200px);
	padding: 30px 60px 0px 60px;
	overflow: auto;
}

.softaculous-pro-wizard-inner {
	display: none;
}

[data-active-panel="welcome"] [data-panel="welcome"],
[data-active-panel="type"] [data-panel="type"],
[data-active-panel="title"] [data-panel="title"],
[data-active-panel="features"] [data-panel="features"],
[data-active-panel="import_theme"] [data-panel="import_theme"],
[data-active-panel="select_theme"] [data-panel="select_theme"] {
	display: block;
}

.softaculous-pro-wizard-inner-content h1,
.softaculous-pro-modal-header h1 {
	font-size: 25px;
	margin-bottom: 10px;
}

.softaculous-pro-wizard-inner-content p {
	font-size: 16px;
	margin-bottom: 30px;
}

.softaculous-pro-wizard-buttons {
	display: flex;
	position: sticky;
	bottom: 0;
	left: 0;
	padding: 10px 0;
	background-color: #f6f7f7;
	border-top: 1px solid #ddd;
}

.softaculous-pro-wizard-buttons .step_btn,
.softaculous-pro-import {
	padding: 10px 25px;
	font-size: 16px;
	outline: none;
	border: none;
	background-color: #28527A;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 5px;
	margin: 0px 5px;
}

.softaculous-pro-wizard-buttons .step_btn:hover,
.softaculous_pro_return_btn:hover,
.softaculous-pro-import:hover {
	background-color: #28527A !important;
	color: #fff;
}

.step_dismiss_btn {
	background-color: #6D6D6D !important;
	color: #fff;
}

.step_dismiss_btn:hover {
	background-color: #373737 !important;
	color: #fff;
}

.step_btn span {
	line-height: initial;
	margin-left: 5px;
}

.softaculous-pro-category-input,
.softaculous-pro-title-input,
.softaculous-pro-theme-input {
	width: 60%;
	margin-bottom: 30px;
	position: relative;
}

.softaculous-pro-category-holder {
	margin-bottom: 30px;
}

.softaculous-pro-categories-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
}

.softaculous-pro-category-input .softaculous_pro_input,
.softaculous-pro-title-input .softaculous_pro_input,
.softaculous-pro-theme-input .softaculous_pro_input {
	width: 100%;
	padding: 8px 20px;
	border-color: #28527A;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
	border-radius: 5px;
	font-size: 16px;
}

.category_btn {
	padding: 13px 25px;
	text-align:center;
	min-width:110px;
	font-size: 16px;
	background-color: #3c434a;
	box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.03), 0px 8px 10px -4px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	cursor: pointer;
	border: 1px solid transparent;
	transition: all 200ms ease-in-out;
}

.softaculous-pro-features-container {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-column-gap: 30px;
	grid-row-gap: 15px;
	margin-bottom: 30px;
}

.softaculous-pro-features {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	background: #fff;
	padding: 10px 15px;
	border-radius: 10px;
	border: 1px solid transparent;
	transition: all 200ms ease-in-out;
	border-radius: 13px;
	box-shadow: 0 0 #0000, 0 0 rgba(0, 0, 0, 0), 0 0 #0000, 0 0 rgba(0, 0, 0, 0), 0px 8px 6px 4px rgba(0, 0, 0, 0.05);
}

.category_btn input {
	background-color: inherit;
	color: #ffffff;
}

.softaculous-pro-features-text {
	flex: 1;
}

.softaculous-pro-features-text h3 {
	font-size: 17px;
	margin: 5px 0px;
}

.softaculous-pro-features-text p {
	font-size: 13px;
	margin: 5px 0px;
}

.softaculous-pro-themes-holder {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-column-gap: 30px;
	grid-row-gap: 15px;
	margin-bottom: 30px;
}

.softaculous-pro-themes-row {
	padding: 15px;
	border: 1px solid #ccc;
	cursor: pointer;
	transition: all 200ms ease-in-out;
}

.softaculous-pro-theme-screenshot img {
	width: 100%;
}

.softaculous-pro-theme-name {
	padding: 10px 10px;
	background: #fff;
	border-top: 1px solid #ccc;
	text-align: left;
}

.active_category {
	border-color: #013601 !important;
	background-color: green;
}

.softaculous-pro-features-input input,
.spro_page_selector input {
	border-color: #28527A;
}

.softaculous-pro-features-input input[type=checkbox]:checked::before,
.spro_page_selector input[type=checkbox]:checked::before {
	border-color: #28527A;
	filter: hue-rotate(56deg);
}

.softaculous-pro-features-icon span {
	font-size: 24px;
	color: #28527A;
}

.feature-border {
	border: 1px solid #28527A;
}

.feature-border {
	border: 1px solid #28527A;
}

.softaculous-pro-features-input input:focus,
.spro_page_selector input:focus {
	border-color: #28527A;
	box-shadow: 0 0 0 1px #28527A;
}

.active_step>span {
	font-size: 17px;
	border-bottom: 3px solid #28527a;
	padding-bottom:10px;
	min-width:40%;
}

.active_step~li::before {
	border-color: #757575 !important;
}

.active_step~li::after {
	background: linear-gradient(to bottom, #757575, transparent) !important;
}
.softaculous_pro_return_btn {
	padding: 10px 20px;
	background-color: #28527A;
	margin: 10px 35px;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
}

.softaculous-pro-wizard-buttons .step_btn:hover {
	background-color: #28527A !important;
}

.softaculous-pro-themes-row:hover {
	margin-top: -2px;
	box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.1), 0 3px 20px 0 rgba(0, 0, 0, 0.1);
}

#softaculous_pro_search {
	width: 100%;
}

#softaculous_pro_search .softaculous-pro-search-field,
#softaculous_pro_search .softaculous-pro-categories,
#softaculous_pro_search .softaculous-pro-sortby {
	padding: 7px 15px;
	border: 1px solid #28527A;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
	border-radius: 5px;
	font-size: 16px;
}

.softaculous-pro-search {
	margin-right: 20px;
	flex: 2;
}

.softaculous-pro-search-field {
	width: 100%;
}

.softaculous-pro-categories {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	min-width: 100px;
	margin-right: 20px;
	flex: 1;
}

.softaculous-pro-sortby {
	flex: 1;
}

.softaculous-pro-sort label {
	font-size: 16px;
}

.softaculous-pro-dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 420px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	padding: 12px 16px;
	z-index: 1;
	color: #111;
	top: 48px;
	left: -1px;
}

.softaculous-pro-dropdown:hover .softaculous-pro-dropdown-content {
	display: block;
}

.softaculous-pro-page {
	width: 100%;
	margin-bottom: 80px;
	text-align: center;
	margin: 0px;
	position: relative;
}

#softaculous-pro-pagination {
	width: fit-content;
	margin: 30px auto;
}

#softaculous-pro-pagination ul li a {
	color: #111;
	padding: 8px 15px;
	background: #fff;
}

#softaculous-pro-pagination ul {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.6rem;
	background: #ffffff;
	box-shadow: 0 0.8rem 2rem rgba(90, 97, 129, 0.05);
}

#softaculous-pro-pagination ul li {
	cursor: pointer;
}

#softaculous-pro-pagination ul li:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#softaculous-pro-pagination ul li:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

#softaculous-pro-pagination ul li.active a {
	color: #fff;
	background: #28527A;
}

#softaculous-pro-pagination ul li a:focus {
	box-shadow: none;
}

.softaculous-pro-row {
	box-sizing: border-box;
	display: flex;
	flex: 1 0 auto;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	align-content: stretch;
	position: relative;
	justify-content: center;
}

.softaculous-pro-md-3 {
	width: 33%;
}

.softaculous-pro-md-4 {
	width: 25%;
}

.softaculous-pro-theme-details {
	margin-right: 30px;
	margin-bottom: 30px;
	border-radius: 2px;
	border: 1px solid #ccc;
	cursor: pointer;
	transition: all 200ms ease-in-out;
}

.softaculous-pro-theme-details:hover {
	margin-top: -2px;
	box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.1), 0 3px 20px 0 rgba(0, 0, 0, 0.1);
}

.softaculous-pro-theme-screenshot img {
	max-width: 100%;
}

.softaculous-pro-theme-screenshot {
	position: relative;
}

.softaculous-pro-theme-name {
	background: #1D2327;
	color: #fff;
	padding: 15px;
	font-size: 16px;
	font-weight: 500;
}

.softaculous-pro-premium-themes {
	position: absolute;
	right: -10px;
	top: 10px;
	font-size: 14px;
	background: red;
	color: #fff;
	padding: 5px 12px;
	border-radius: 3px;
	font-weight: bold;
}

#softaculous-pro-demo {
	display: inline-block;
	vertical-align: middle;
	margin-left: 40px;
}

.softaculous-pro-demo-btn {
	padding: 2px 25px !important;
	font-size: 15px !important;
	font-weight: bold;
	background: #28527A !important;
	color: #fff !important;
	border: 1px solid #28527A !important;
	transition: all .3s linear;
}

.softaculous-pro-demo-btn:hover {
	background: #fff !important;
	color: #28527A !important;
}

.single-templates-content::-webkit-scrollbar {
	width: 8px;
}

.single-templates-content::-webkit-scrollbar-thumb {
	background: rgba(204, 204, 204, 1);
}

.button-softaculous-pro {
	padding: 3px 15px !important;
	font-size: 15px !important;
	font-weight: bold;
	background: #28527A !important;
	color: #fff !important;
	border: 1px solid #28527A !important;
	transition: all .3s linear;
	cursor: pointer;
}

.button-softaculous-pro:hover {
	background: #fff !important;
	color: #28527A !important;
}

.button-softaculous-pro-single,
.button-softaculous-pro-selected {
	padding: 12px 25px !important;
	font-size: 15px !important;
	font-weight: bold;
	background: #28527A !important;
	color: #fff !important;
	border: 1px solid #28527A !important;
	transition: all .3s linear;
	cursor: pointer;
}

.button-softaculous-pro-single:hover {
	background: #fff !important;
	color: #28527A !important;
}

.softaculous-pro-template-screen {
	padding: 10px 0px;
}

.single-template-div {
	position: relative;
	display: flex;
	flex-direction: row;
	gap: 0px 30px;
}

#softaculous_pro_screenshots {
	display: flex;
	vertical-align: top;
	text-align: left;
	flex-direction: column;
}


.softaculous_pro_img_screen {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #00000017;
	margin: 0px 15px 10px 15px;
	border-radius: 3px;
	cursor: pointer;
	align-items: center;
}

.softaculous_pro_img_screen * {
	padding: 10px;
}

.softaculous_pro_img_screen input {
	margin: 0px;
}

.softaculous_pro_img_screen a {
	position: relative;
	color: black;
	background: #00000017;
	border-left: 1px solid white;

}

.softaculous_pro_img_screen a::after {
	content: "";
	position: absolute;
	top: 19px;
	left: 10px;
	width: 53%;
	height: 2px;
	transform: rotate(47deg);
	box-sizing: border-box;
	background: black;
}

.spro_page_selector {
	width: 100%;
	cursor: pointer;
}

.softaculous_pro_img_name {
	cursor: pointer;
	text-transform: capitalize;
}

.softaculous_pro_img_name:hover {
	color: #28527A;
}

.spro_img_inview::after {
	display: none;
}

.spro_img_inview:focus {
	box-shadow: none;
}

.softaculous_pro_img_screen .spro_img_inview {
	color: #fff !important;
	background-color: #28527A;
}

.softaculous_pro_single_content h1 {
	font-size: 20px;
	line-height: 1.30;
	text-align: center;

}

.softaculous_pro_import_img_notice{
text-align:left;
margin:0px 15px 10px 15px;
border: 1px solid #fff3cd;
border-radius: 3px;
align-items: center;
padding: 10px;
color: #856404;
background-color: #fff3cd;
}

.softaculous_pro_import_img_notice i{
font-size:11px;
}

.softaculous_pro_single_content p {
	font-size: 16px;
	line-height: 1.30;
	text-align: center;

}
.softaculous_pro_single_content{
width: 20%;
}

.softaculous_pro_img_name input[type=checkbox] {
	position: relative;
	border: 2px solid #000;
	border-radius: 2px;
	background: none;
	cursor: pointer;
	line-height: 0;
	margin: 0 .6em 0 0;
	outline: 0;
	padding: 0 !important;
	vertical-align: text-top;
	height: 20px;
	width: 20px;
	-webkit-appearance: none;
	opacity: .5;
}

.softaculous_pro_img_name input[type=checkbox]:hover {
	opacity: 1;
}

.softaculous_pro_img_name input[type=checkbox]:checked {
	background-color: #000;
	opacity: 1;
}

.softaculous_pro_img_name input[type=checkbox]:before {
	content: '';
	position: absolute;
	right: 50%;
	top: 50%;
	width: 4px;
	height: 10px;
	border: solid #FFF;
	border-width: 0 2px 2px 0;
	margin: -1px -1px 0 -1px;
	transform: rotate(45deg) translate(-50%, -50%);
	z-index: 2;
}


.softaculous-pro-finishing-bar {
	width: 100%;
	display: flex;
	gap: 15px;
	height: 5px;
	margin: 20px 0px;
}

.inner-finishing-bar {
	width: 25%;
	height: 100%;
	background-color: red;
}

.progress-text {
	font-size: 30px;
}

#softaculous-pro-step-progress-txt {
	font-size: 20px;
	margin-top: 25px;
}

.setup-progress-bar {
	width: 70%;
	margin: 20px 0px;
}

.setup-progress-bar>span {
	font-size: 15px;
}

.setup-progress-counter {
	width: 100%;
	height: 100%;
	background-color: blue !important;
	border-radius: 15px;
}

.progress-bar-par {
	margin: 11px 0px;
	width: 100%;
	height: 15px;
	background-color: rgba(128, 128, 128, 0.3);
	border-radius: 10px;
}

.progress-time {
	font-size: 14px;
}

.progress-float-r {
	float: right;
}

#softaculous-pro-error-template {
	display: none;
	background: #f7dbdb;
	padding: 1px 10px;
	margin-bottom: 15px;
}

.setup-error {
	padding: 10px 10px;
	background: #ff000014;
	border-left: 5px solid red;
}

.setup-error-message {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.setup-error-message h1 {
	font-size: 25px;
	margin-left: 20px;
}

.setup-error-message span {
	font-size: 25px;
}

.spro-full h3 {
	font-size: 20px;
}

#softaculous-pro-import-form>div {
	padding: 10px 0px;
	font-size: 14px
}

.spro-full>p {
	font-size: 14px;
}

.spro-sub-head,
.spro-content {
	margin: 5px 0px;
}

.spro-content li {
	font-size: 14px;
	margin-bottom: 5px;
}

.skeleton-loader {
	height: 235px;
	overflow: hidden;
	position: relative;
	width: 250px;
	margin: 20px auto;
	border: 1px solid #8080803f;
	padding: 20px;
	z-index: 1;
}

.skeleton-row {
	height: 200px;
	margin-bottom: 60px;
	animation: skeletonAnimation 6s infinite linear;
	position: relative;
	/* Ensure positioning context for z-index to work */
	z-index: 0;
}

.skeleton-row>div {
	position: relative;
	margin-bottom: 10px;
	background-color: #d3cccc;
	border-radius: 2px;
}

.skeleton-row .skeleton-img {
	height: 100px;
}

.skeleton-loader-shadow {
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: 0px;
	left: 0px;
	background-color: #fff;
	z-index: 5;
	filter: blur(4px);
}

@keyframes skeletonAnimation {
	0% {
		opacity: 0.5;
		transform: translateY(0%);
	}

	100% {
		opacity: 1;
		transform: translateY(-100%);
	}
}

.spro-setup-progress-logs{
	font-size: 16px;
	color: brown;
	margin: 20px 0px;
	display : none;
}

.spro-failed-ins-li{
	font-size: 0.8rem;
	color: black;
}

.softaculous-pro-search .softaculous-pro-sf-empty {
	right: 0;
	left: auto;
	font-weight: bolder;
	cursor: pointer;
}

#softaculous-pro-suggestion {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 420px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	padding: 12px 16px;
	z-index: 1;
	color: #111;
	top: 38px;
	left: -1px;
}

#softaculous-pro-single-template {
	display: none;
}

#softaculous_pro_notification {
	position: fixed;
	bottom: 0px;
	margin-left: -20px;
	width: 100%;
	z-index: 10000;
	background: #F90716;
	color: #FFF;
	padding: 10px;
}

.softaculous-pro-notification-div {
	width: 90%;
}

.softaculous-pro-notification-text {
	text-align: center;
}

.softaculous-pro-notification-text a {
	color: #ffffff;
	font-weight: bold;
}

.softaculous-pro-cat {
	padding: 7px 10px;
	box-sizing: border-box;
	cursor: pointer;
}

.softaculous-pro-modal {
	display: none;
}

.softaculous-pro-modal-close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.softaculous-pro-modal-close:hover,
.softaculous-pro-modal-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.softaculous-pro-modal-header,
.softaculous-pro-modal-content,
.softaculous-pro-modal-footer {
	width: 100%;
	box-sizing: border-box;
}

.softaculous-pro-exp {
	font-size: 12px;
}

#softaculous_pro_license_div {
	display: none;
}

#softaculous-pro-progress-template {
	display: none;
	background: #dcf1f9;
	padding: 10px;
	margin-bottom: 15px;
}

#softaculous-pro-progress-template img {
	vertical-align: middle;
	margin-right: 10px;
}

#wpbody div#setting-error-tgmpa,
#wpbody .update-nag,
#wpbody .notice,
#wpbody div.error {
	display: none;
}

#wpfooter {
	position: relative;
}

#softaculous-pro-sortby {
	height: 100%;
}

/* compact sidebar */
.other_suggestions {
	max-height: 150px;
	overflow: auto;
	border-radius: 5px;
	position: absolute;
	width: 100%;
	top: 100%;
	z-index: 1000;
	background: white;
}

.other_suggestions * {
	font-size: 16px;
	margin: 10px 0px;
	padding: 10px;
	cursor: pointer;
}

/* changes */
.softaculous-pro-wizard-sidebar.compact .softaculous-pro-setup-logo {
	padding: 10px;
	transition: padding 0.8s ease-in-out;
}

.softaculous-pro-wizard-sidebar.compact .softaculous-pro-setup-logo h1 {
	font-size: 0;
	display: none;
	transition: font-size 1s ease-in-out;
}

.softaculous-pro-wizard-sidebar.compact .softaculous-pro-wizard-steps li {
	padding-left: 0;
}

.softaculous-pro-wizard-sidebar.compact .softaculous-pro-wizard-steps li span {
	font-size: 0;
  
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.softaculous-pro-wizard-sidebar.compact .softaculous-pro-steps-holder {
	padding: 10px 25px;
	transition: padding 0.8s ease-in-out;
}

.softaculous-pro-wizard-sidebar.compact .softaculous-pro-wizard-steps li::before {
	margin-right: 0;
}

.softaculous-pro-wizard-sidebar.compact .softaculous-pro-wizard-steps li::after {
	left: 6px;
}

.softaculous-pro-wizard-sidebar.compact .softaculous_pro_return_btn {
	padding: 0px;
	background-color: transparent;
	margin: 10px 30px;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
}

.softaculous-pro-wizard-sidebar.compact .softaculous_pro_return_btn:hover {
	padding: 0px;
	background-color: transparent !important;
}

.softaculous-pro-wizard-sidebar.compact .softaculous_pro_return_btn span:first-child {
	display: block;
}

.softaculous-pro-wizard-sidebar.compact .softaculous_pro_return_btn span:last-child {
	display: none;
}

.loader-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.loader {
	width: 48px;
	height: 48px;
	border: 5px solid #FFF;
	border-bottom-color: #FF3D00;
	border-radius: 50%;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}



/* responsive tablet*/
@media screen and (max-width: 768px) {

	#wpcontent,
	#wpfooter,
	#wpbody-content,
	ol {
		margin: 0 !important;
		padding: 0 !important;
	}
	.softaculous-pro-wizard{
		height: auto;
	}
	.softaculous-pro-wizard-content{
		padding: 20px 30px 0px 30px;
		margin-top: 80px;
		width: auto;
	}
	#softaculous-pro-pagination{
		margin: 25px auto;
	}
	#softaculous-pro-templates .softaculous-pro-md-4{
		width:50%;
	}
	.softaculous-pro-wizard{
		flex-direction: column;

	}
	.softaculous-pro-wizard-sidebar{
		flex-direction: row;
		height: 12%;
		position: relative;
		justify-content: space-between;
		align-items: center;
	}
	.softaculous-pro-setup-logo{
		padding: 10px;
	}
	.softaculous-pro-setup-logo::after{
		height: 0px;
	}
	.softaculous-pro-setup-logo img{
		width: 40px;
	}
	.softaculous-pro-setup-logo h1{
		font-size: 22px;
	}
	.softaculous_pro_return_btn{
		margin: 0px 20px;
		text-align: center;
		font-size: 16px;
		border-radius: 5px;
		padding: 0px;
		background-color: inherit; 
	}
	.softaculous-pro-steps-holder{
	   position: absolute;
	   top: 100%;
	   background-color: #f6f7f7;
	   padding: 15px 0px 5px 0px;
		margin: auto;
		width: 100%;
	}
	.softaculous-pro-wizard-steps li::before{
		margin-right:0px;
		color: #000;
		background: white;
		z-index: 2;


	}
	.softaculous-pro-wizard-steps li{
		color: #000;
		font-size: 14px;
		/* margin-right: 10px; */
		padding: 10px 5px;
		flex-direction: column;
	}
	.softaculous-pro-steps-holder .softaculous-pro-wizard-steps{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.softaculous-pro-wizard-steps{
		justify-content: space-evenly !important;
		margin: 0px 15px !important;
	}
	.softaculous-pro-wizard-steps li span{
		margin-top: 5px;
		text-align: center;
	}
	.active_step>span{
		font-weight: 500;
		font-size: 15px ;
	}
	.active_step::before{
		font-weight: 500;
	}
	.softaculous-pro-wizard-inner-content h1, .softaculous-pro-modal-header h1{
		font-size: 24px;
		line-height: 1.2;
	}
	.softaculous-pro-wizard-inner-content p{
		font-size: 14px;
	}
	.softaculous-pro-wizard-buttons .step_btn, .softaculous-pro-import{
		padding: 7px 15px;
		font-size: 14px;
	}
	.softaculous-pro-category-input, .softaculous-pro-title-input, .softaculous-pro-theme-input{
		width: 100%;
	}
	.softaculous-pro-categories-list{
		gap: 15px 15px;
		justify-content: center;
	}
	.category_btn{
		padding: 10px 20px;
		font-size: 14px;
	}
	
/* changes */
.softaculous-pro-wizard-sidebar.compact .softaculous-pro-setup-logo {
	padding: 10px;
	
}

.softaculous-pro-wizard-sidebar.compact .softaculous-pro-setup-logo h1 {
	font-size: 22px;
	opacity: 100%;
	display: block;
}

.softaculous-pro-wizard-sidebar.compact .softaculous-pro-wizard-steps li {
	padding: 20px 0px;
	flex-direction: column;
}

.softaculous-pro-wizard-sidebar.compact .softaculous-pro-wizard-steps li span {
	font-size: 14px;
	opacity: 100%;
	color: #000;
	margin-top: 5px;
}

.softaculous-pro-wizard-sidebar.compact .softaculous-pro-steps-holder {
	padding: 10px 0px;
}

.softaculous-pro-wizard-sidebar.compact .softaculous-pro-wizard-steps li::before {
		color: #000;
}

.softaculous-pro-wizard-sidebar.compact .softaculous-pro-wizard-steps li::after {
	left: 0px;
}

.softaculous-pro-wizard-sidebar.compact .softaculous_pro_return_btn {
	padding: 0px;
	background-color: transparent;
	margin: 10px 30px;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
}

.softaculous-pro-wizard-sidebar.compact .softaculous_pro_return_btn:hover {
	padding: 0px;
	background-color: transparent !important;
}

.softaculous-pro-wizard-sidebar.compact .softaculous_pro_return_btn span:first-child {
	display: inline-block;
}

.softaculous-pro-wizard-sidebar.compact .softaculous_pro_return_btn span:last-child {
	display: inline-block;
}
.single-templates-content{
	max-height: 400px !important;
}
.button-softaculous-pro {
	padding: 4px 15px !important;
	font-size: 12px !important;
}
.softaculous-pro-wizard-steps a:last-child li{
	margin-right: 0px !important;
}
#softaculous-pro-single-template > div:first-child{
	margin-bottom: 10px !important;
}
#softaculous-pro-single-template > div:first-child h1{
	font-size: 24px;
}
#softaculous-pro-single-template > div:last-child{
	bottom: 0 !important;
}

.softaculous-pro-wizard-sidebar.compact .softaculous-pro-wizard-steps li {
	padding: 10px 5px;
	flex-direction: column;
}
.progress-text{
	text-align: center;
	line-height: 1.2;
}
.setup-progress-bar{
	width: 100%;
}
.skeleton-loader{
	width: auto;
	max-width: 250px;
}
.softaculous-pro-wizard-steps a{
	position: relative;
	flex: 1;
}

.softaculous-pro-wizard-steps a:not(:first-child)::before{
	content: "";
	position: absolute;
	width: 100%;
	top: 33%;
	height: 1.5px;
	background:linear-gradient(to bottom, #7e5ce7, transparent);
	right: 61%;
	/* transform: translateY(-50%); */
}
.softaculous_pro_single_content{
	margin-bottom: 40px;
}
}
/* for resetting wordpress margin and padding */

@media screen and (max-width: 600px) {
	#wpcontent,
	#wpfooter,
	#wpbody-content,
	#wpbody,
	ol {
		margin: 0 !important;
		padding: 0 !important;
	}
	.single-template-div {
		flex-wrap: wrap;
		justify-content: center;
	}
	#softaculous-pro-single-template > div:last-child{
		bottom: 0 !important;
		z-index: 10;
	}
	.softaculous-pro-features-container{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.softaculous-pro-wizard-steps a:not(:first-child)::before{
		top: 25%;
	}
	.softaculous_pro_single_content{
		width: 75%;
	}
}
/* for resetting wordpress margin and padding */
@media screen and (max-width: 960px) {
	#wpcontent,
	#wpfooter,
	#wpbody-content,
	#wpbody,
	ol {
		margin: 0 !important;
		padding: 0 !important;
	}
	.softaculous-pro-features-container{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.button-softaculous-pro{
		font-size: 12px !important;
	}
	
}
/* responsive mobile*/
@media screen and (max-width: 426px) {
	#wpcontent,
	#wpfooter,
	#wpbody-content,
	#wpbody,
	ol {
		margin: 0 !important;
		padding: 0 !important;
	}
	.softaculous-pro-wizard-content{
		padding: 30px 15px 0px 15px;
	}
	#softaculous-pro-pagination{
		margin: 25px auto;
	}
	#softaculous-pro-templates .softaculous-pro-md-4{
		width:100%;
	}
	.softaculous-pro-theme-details{
		margin-right: 0px;
	}
	.softaculous-pro-search,#softaculous_pro_search .softaculous-pro-search-field, #softaculous_pro_search .softaculous-pro-categories, #softaculous_pro_search .softaculous-pro-sortby{
		margin-right: 0px;
	}
	.softaculous-pro-categories{
		padding: 12px 15px !important;
	}
	#softaculous_pro_search{
		flex-direction: column;
		gap: 10px;
	}
	.softaculous-pro-dropdown-content{
		min-width: 0;
		top: 100%;
	}
	.softaculous-pro-cat-holder .softaculous-pro-md-4{
		width: 50%;
	}
}
.spro-tool-tip[tooltip-title]:hover:after {
  content: attr(tooltip-title);
  position: absolute;
  padding: 10px;
  display: block;
  z-index: 100;
  background-color: #000000;
  color: #ffffff;
  max-width: 200px;
  text-decoration: none;
  text-align:center;
  border-radius: 4px;
}
css/admin.css000064400000013170151526434470007153 0ustar00.siteseopro-setting-content{
display:flex;
}

.siteseopro-tab-group{
padding:0;
}

.siteseopro-license-table{
background-color: #FFF;
border-radius:5px;
border: 1px solid #ccc;
padding: 10px;
}

.siteseopro-btn-primary{
background-color: #00308F;
border: 1px solid #3d5afe;
color: #FFF;
}

.siteseopro-btn-primary:hover,
a.siteseopro-btn-primary:hover{
background-color:#0529f7;
transform: translateY(-1px);
transition: background-color 0.6s, transform 0.4s;
color:#FFF;
}

.siteseopro-btn{
outline: none;
border: none;
border-radius: 3px;
box-shadow: 1px 0 5px 0 #ccc;
padding: 8px 10px;
font-weight: bold;
font-size:0.7rem;
cursor:pointer;
vertical-align:top;
}

a.siteseopro-btn{
text-decoration: none;
vertical-align:baseline;
text-align:center;
padding:5px 10px;
}

.siteseopro_license_notices{
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 999;
backdrop-filter: blur(1px);
background-color: rgba(255, 255, 255, 0.5);
padding-left:35%;
padding-right:20%;
padding-top:21%;
}

.spinner{
display: none;
}

.spinner.is-active{
display: inline-block;

}
.tab-content{
display: none;
}

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

.siteseo-analysis-block{
clear: both;
}

.siteseo-audit-title{
display:flex;
align-items:center;
gap: 10px;
position: relative;
}

/* main below code*/
.siteseo-audit-title:focus{
color: #191e23;
border: none;
box-shadow: none;
outline-offset: -2px;
outline: 1px dotted #555d66;
}

.siteseo-audit-title:hover{
background: #f3f4f5;
}

.siteseo-audit-title {
display:flex;
position: relative;
background: #fff;
color: #1e1e1e;
width: 100%;
border: 0;
margin: 0;
padding: 15px 5px;
line-height: unset;
text-align: center;
font-size: 14px;
font-weight: 600;
cursor: pointer;
transition: all 300ms linear;
}

.description{
padding: 0 1rem 0.5rem 1rem;
display: none;
width: 100%;
}

.siteseo-pro-fechtime{
padding: 3px 12px;
margin-top:5px;
border-radius: 50px;
display:inline-flex;
justify-content:center;
align-self:center;
background: #00308f05;
border:1px solid #00308f45;
}

.siteseo-pro-details{
display:inline-flex;
padding: 3px 17px;
justify-content:center;
align-self:center;
border:1px solid #d3d3d3;
border-radius: 50px;
margin:10px 0;
}

.siteseopro-flex-wrapper{
display: flex;
justify-content:center;
}

.siteseo-circular-chart.siteseopro-flex-wrapper{
display: flex;
flex-flow: row nowrap;
}

.siteseo-single-chart{
width: 33%;
justify-content: space-around;
}

.siteseo-circular-chart{
display: block;
margin: 10px auto;
max-width: 80%;
max-height: 160px;
}

.siteseo-circle-bg{
fill: none;
stroke: #eee;
stroke-width: 3.8;
}

.siteseo-circle{
fill: none;
stroke-width: 2.8;
stroke-linecap: round;
animation: siteseo-progress 1s ease-out forwards;
}

@keyframes siteseo-progress{
  0%{
    stroke-dasharray: 0 100;
  }
}

.siteseo-percentage{
fill: #666;
font-family: sans-serif;
font-size: 0.5em;
text-anchor: middle;
} 

.siteseo-circle{
stroke: #3c9ee5;
}

.siteseo_notice {
padding:10px,12px;
margin-left:35%;
background: #00308f05;
border-radius:5px;
border: 1px solid #00308f45;
}

.siteseo-inner-tab:hover {
background-color:#f3f4f5;
}

.siteseo-pagespeed-input-wrapper{
display:flex;
justify-content:center;
gap:5px;
align-items:center;
}

.siteseo-pagespeed-input-wrapper input{
width: 35%;
}

#siteseopro-pagespeed-results ul.siteseo-inner-tabs{
width: unset !important;
max-width: unset !important;
padding: unset !important;
}

#siteseopro-pagespeed-results ul.siteseo-inner-tabs li{
padding: 0 20px;
}

.siteseo-audit-tabs{
display:flex;
flex-direction:column;
width: 50%;
align-self:center;	
}

.siteseo-ps-device-toggle{
cursor: pointer;
display:flex;
height:60px;
width:100px;
align-items:center;
justify-content:center;
border: 2px solid transparent;
background-color:transparent;
}

input[name=ps_device_type]:checked + label{
border-bottom: 2px solid #00308F !important;
color: #00308F;
}

.siteseo-toggleCnt{
display: flex;
align-items: center;
padding-left:20px;
}

.siteseo-toggleSw{
position: relative;
width: 47px;
height: 20px;
background-color: #ccc;
border-radius: 20px;
cursor: pointer;
margin-right: 10px;
transition: background-color 0.3s;
}

.siteseo-toggleSw::before{
content: '';
position: absolute;
width: 24px;
height: 24px;
background-color: white;
border: 2px solid #ccc;
border-radius: 50%;
top: -4px;
left: -2px;
transition: 0.3s;
}

.siteseo-toggleCnt span{
font-size: 14px;
color: #555;
font-weight: bold;
}

.siteseo-toggleSw.active{
background-color: #003399;
}

.siteseo-toggleSw.active::before{
left: 27px;
border-color: #003399;
}

.siteseo-arrow{
margin-right: 5px;
font-size: 14px;
color: #555;
font-weight: bold;
}
.siteseo-toggle-label{
font-style: italic;
font-size: 11px;
font-weight: normal;
}

.siteseo-arrow-icon{
font-size: 10%;
padding-top:3px;
}

.siteseo-metabox-subtabs{
display:flex;
flex-wrap:nowrap;
justify-content:center;
font-weight:500;
font-size:1.05em;
}

.siteseo-metabox-subtabs input{
display:none;
}

.siteseo-metabox-subtabs > div{
cursor:pointer;
padding: 20px;
display:inline-flex;
align-items:center;
justify-content:center;
text-align:center;
user-select: none;
}

.siteseo-metabox-subtabs > div{
border-bottom: 2px solid transparent;
}

.siteseo-metabox-tab-label-active{
border-bottom: 2px solid #00308F !important;
color: #00308F;
}

.siteseo-notice-pro{  
position: relative;
display: grid;
flex-direction: column;
background: #00308f05;
padding: 10px;
width: calc(100% - 20px);
z-index: 10;
border-radius: 5px;
width: auto;
display: flex;
border:1px solid #00308f45;
}

/* UTILITY CLASSES 
   NOTE: WRITE ALL YOUR CSS ABOVE THIS
*/
.siteseo-flex{
display:flex;
}

.siteseo-justify-center{
justify-content:center;
}

.siteseo-direction-column{
flex-direction:column;
}
/* DO NOT WRITE ANY CSS AFTER THIS */
css/intro.css000064400000014656151526434470007230 0ustar00.introjs-overlay{position:absolute;box-sizing:content-box;z-index:999999;opacity:0;transition:all .3s ease-out}.introjs-showElement{z-index:9999999!important}tr.introjs-showElement>td{z-index:9999999!important;position:relative}tr.introjs-showElement>th{z-index:9999999!important;position:relative}.introjs-disableInteraction{z-index:99999999!important;position:absolute;background-color:#fff;opacity:0}.introjs-relativePosition{position:relative}.introjs-helperLayer{box-sizing:content-box;position:absolute;z-index:9999998;border-radius:4px;transition:all .3s ease-out}.introjs-helperLayer *{box-sizing:content-box}.introjs-helperLayer :before{box-sizing:content-box}.introjs-helperLayer :after{box-sizing:content-box}.introjs-tooltipReferenceLayer{font-family:"Helvetica Neue",Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif;box-sizing:content-box;position:absolute;visibility:hidden;z-index:100000000;background-color:transparent;transition:all .3s ease-out}.introjs-tooltipReferenceLayer *{font-family:"Helvetica Neue",Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.introjs-helperNumberLayer{font-family:"Helvetica Neue",Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif;color:#9e9e9e;text-align:center;padding-top:10px;padding-bottom:10px}.introjs-arrow{border:5px solid transparent;content:"";position:absolute}.introjs-arrow.top{top:-10px;left:10px;border-bottom-color:#fff}.introjs-arrow.top-right{top:-10px;right:10px;border-bottom-color:#fff}.introjs-arrow.top-middle{top:-10px;left:50%;margin-left:-5px;border-bottom-color:#fff}.introjs-arrow.right{right:-10px;top:10px;border-left-color:#fff}.introjs-arrow.right-bottom{bottom:10px;right:-10px;border-left-color:#fff}.introjs-arrow.bottom{bottom:-10px;left:10px;border-top-color:#fff}.introjs-arrow.bottom-right{bottom:-10px;right:10px;border-top-color:#fff}.introjs-arrow.bottom-middle{bottom:-10px;left:50%;margin-left:-5px;border-top-color:#fff}.introjs-arrow.left{left:-10px;top:10px;border-right-color:#fff}.introjs-arrow.left-bottom{left:-10px;bottom:10px;border-right-color:#fff}.introjs-tooltip{box-sizing:content-box;position:absolute;visibility:visible;background-color:#fff;min-width:250px;max-width:300px;border-radius:5px;box-shadow:0 3px 30px rgba(33,33,33,.3);transition:opacity .1s ease-out}.introjs-tooltiptext{padding:20px}.introjs-dontShowAgain{padding-left:20px;padding-right:20px}.introjs-dontShowAgain input{padding:0;margin:0;margin-bottom:2px;display:inline;width:10px;height:10px}.introjs-dontShowAgain label{font-size:14px;display:inline-block;font-weight:400;margin:0 0 0 5px;padding:0;background-color:#fff;color:#616161;-webkit-user-select:none;user-select:none}.introjs-tooltip-title{font-size:18px;width:90%;min-height:1.5em;margin:0;padding:0;font-weight:700;line-height:1.5}.introjs-tooltip-header{position:relative;padding-left:20px;padding-right:20px;padding-top:10px;min-height:1.5em}.introjs-tooltipbuttons{border-top:1px solid #e0e0e0;padding:10px;text-align:right;white-space:nowrap}.introjs-tooltipbuttons:after{content:"";visibility:hidden;display:block;height:0;clear:both}.introjs-button{box-sizing:content-box;position:relative;overflow:visible;padding:.5rem 1rem;border:1px solid #bdbdbd;text-decoration:none;text-shadow:1px 1px 0 #fff;font-size:14px;color:#424242;white-space:nowrap;cursor:pointer;outline:0;background-color:#f4f4f4;border-radius:.2em;zoom:1;display:inline}.introjs-button:hover{outline:0;text-decoration:none;border-color:#9e9e9e;background-color:#e0e0e0;color:#212121}.introjs-button:focus{outline:0;text-decoration:none;background-color:#eee;box-shadow:0 0 0 .2rem rgba(158,158,158,.5);border:1px solid #616161;color:#212121}.introjs-button:active{outline:0;text-decoration:none;background-color:#e0e0e0;border-color:#9e9e9e;color:#212121}.introjs-button::-moz-focus-inner{padding:0;border:0}.introjs-skipbutton{position:absolute;top:0;right:0;display:inline-block;width:45px;height:45px;line-height:45px;color:#616161;font-size:22px;cursor:pointer;font-weight:700;text-align:center;text-decoration:none}.introjs-skipbutton:focus,.introjs-skipbutton:hover{color:#212121;outline:0;text-decoration:none}.introjs-prevbutton{float:left}.introjs-nextbutton{float:right}.introjs-disabled{color:#9e9e9e;border-color:#bdbdbd;box-shadow:none;cursor:default;background-color:#f4f4f4;background-image:none;text-decoration:none}.introjs-disabled:focus,.introjs-disabled:hover{color:#9e9e9e;border-color:#bdbdbd;box-shadow:none;cursor:default;background-color:#f4f4f4;background-image:none;text-decoration:none}.introjs-hidden{display:none}.introjs-bullets{text-align:center;padding-top:10px;padding-bottom:10px}.introjs-bullets ul{box-sizing:content-box;clear:both;margin:0 auto 0;padding:0;display:inline-block}.introjs-bullets ul li{box-sizing:content-box;list-style:none;float:left;margin:0 2px}.introjs-bullets ul li a{transition:width .1s ease-in;box-sizing:content-box;display:block;width:6px;height:6px;background:#ccc;border-radius:10px;text-decoration:none;cursor:pointer}.introjs-bullets ul li a:focus,.introjs-bullets ul li a:hover{width:15px;background:#999;text-decoration:none;outline:0}.introjs-bullets ul li a.active{width:15px;background:#999}.introjs-progress{box-sizing:content-box;overflow:hidden;height:10px;margin:10px;border-radius:4px;background-color:#e0e0e0}.introjs-progressbar{box-sizing:content-box;float:left;width:0%;height:100%;font-size:10px;line-height:10px;text-align:center;background-color:#08c}.introjsFloatingElement{position:absolute;height:0;width:0;left:50%;top:50%}.introjs-fixedTooltip{position:fixed}.introjs-hint{box-sizing:content-box;position:absolute;background:0 0;width:20px;height:15px;cursor:pointer}.introjs-hint:focus{border:0;outline:0}.introjs-hint:hover>.introjs-hint-pulse{background-color:rgba(60,60,60,.57)}.introjs-hidehint{display:none}.introjs-fixedhint{position:fixed}@keyframes introjspulse{0%{transform:scale(.95);box-shadow:0 0 0 0 rgba(0,0,0,.7)}70%{transform:scale(1);box-shadow:0 0 0 10px transparent}100%{transform:scale(.95);box-shadow:0 0 0 0 transparent}}.introjs-hint-pulse{box-sizing:content-box;width:15px;height:15px;border-radius:30px;background-color:rgba(136,136,136,.24);z-index:10;position:absolute;transition:all .2s ease-out;animation:introjspulse 2s infinite}.introjs-hint-no-anim .introjs-hint-pulse{animation:none}.introjs-hint-dot{box-sizing:content-box;background:0 0;border-radius:60px;height:50px;width:50px;position:absolute;top:-18px;left:-18px;z-index:1;opacity:0}
/*# sourceMappingURL=introjs.css.map */font-awesome/css/all.min.css000064400000274406151526434470012034 0ustar00/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp-solid,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}

.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-thumb-tack-slash:before,.fa-thumbtack-slash:before{content:"\e68f"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-table-cells-column-lock:before{content:"\e678"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-table-cells-row-lock:before{content:"\e67a"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-table-cells-row-unlock:before{content:"\e691"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-jxl:before{content:"\e67b"}.fa-dart-lang:before{content:"\e693"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before,.fa-square-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-web-awesome:before{content:"\e682"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-square-web-awesome-stroke:before{content:"\e684"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-flutter:before{content:"\e694"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-square-upwork:before{content:"\e67c"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-square-web-awesome:before{content:"\e683"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-bluesky:before{content:"\e671"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-v4compatibility.woff2) format("woff2"),url(../webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}font-awesome/webfonts/fa-regular-400.ttf000064400000204610151526434470014062 0ustar00
� OS/2_n^_(`cmapJ�����glyf�+ޯ�|head*"k�6hheaJ�$hmtx�^
�Ploca��u�X�maxp�� nameV
���post9;���	��H��_<���w��w�����������������
��LfGLf��AWSM�!�����H?� �� �@�����@��@��@�����@��@@@@�����@���@����@@��@@@@ ���@�@@�������@������������@�@��@��������@���@���@�����������@���@�����������������������@@ ����� @�������@� @�@����@���@@��@��� �����@$4$
4��!%+9Zabcdefghijklmnopqrstuvwxyz��#(#�#�%�%�%�%�&&&&9&Z&[&\&]&^&_&e&�&�&�''	'''1'D'F'S'T'U'W'd'�+++$+P�������������"�$�.�>�D�E�F�Y�\�]�g�i�n�p�s�u�|���������������������������������������#�(�*�3�D�F�G�J�N�R�U�\�e�������������������������
�I�J�M�P�R�[�]�t�x�z�{�������������������������������(�[�����%�:�?�A�C�E�G�\�}�����,�1�6�A�V�g�z����������������!#*0<abcdefghijklmnopqrstuvwxyz��#(#�#�%�%�%�%�&&&&9&Z&[&\&]&^&_&e&�&�&�''	'''1'D'F'S'T'U'W'd'�+++$+P�������������"�$�.�>�D�E�F�W�\�]�g�i�n�p�s�u�{���������������������������������������#�(�*�3�D�F�G�J�M�P�U�[�d������������������������
�G�J�M�P�R�T�]�q�x�y�{������������������������������(�X�����%�:�?�A�C�E�G�\�}�����,�1�6�A�V�g�y����������������������3.-
�����������������qha]XF@?)
����������s740/.
�
�
�
�
�
�
�
�
�
z
K
��plkjihT�]M<8/(��������������������������"* �������6::.00��������`dbNL�R�����������jj��D^FZ>B^fF,,(��4�d`(
"�B�jl������..(  !"#$%&'()*+,-./23478;<=ABCEFHLPQTUVWY[]^_`efghijmxy{|�����������������������������LE!!#%*+09<Zaabbccddeeffgghhiijjkk ll!mm"nn#oo$pp%qq&rr'ss(tt)uu*vv+ww,xx-yy.zz/��|���#(#([#�#��#�#�j%�%�P%�%�W%�%�P%�%�P&&i&&_&&L&9&9Y&Z&Z�&[&[�&\&\�&]&]�&^&^�&_&_�&e&e2&�&�W&�&�W&�&�y''_'	'	Q''�''�'1'1'D'D�'F'F�'S'S'T'T'U'U'W'W'd'd2'�'�++�++�+$+$W+P+P3��0��1��Q��2��3��4�����e��5��������]�"�"6�$�$7�.�.8�>�>9�D�D:�E�E`�F�F_�W�Y;�\�\;�]�]<�g�g�i�i�n�n>�p�p?�s�s@�u�uA�{�|B��D��E��g��h��F��2��G��P��8��H��I��T��J����N����O����Q����A����E����R����T��f��m��U��V��W��W��B��C��X��[��7�#�#F�(�(�*�*�3�3\�D�D]�F�F^�G�G^�J�J_�M�N`�P�Rb�U�U�[�\e�d�eg��i��������k��V��m���n����w����x����x����W����y����z��{��{��|���
�
}�G�I~�J�J��M�M��P�P��R�R��T�[��]�]��q�t��x�x��y�z��{�{���H������������������=��������������������������4���������������������������������(�(��X�[�������������%�%��:�:��?�?��A�A��C�C��E�E��G�G��\�\��}�}U��������������,�,�1�1�6�6�A�A�V�V��g�g��y�z������������������������������������������j�K�KG����m����U����7�A�A>�M�Mg�N�Nh�d�d4�����2��2��2��2��S�������H��O��B����C����e����\����\���������z��T��{��8��l�4�4W�5�5W�S�S5����Q���������2����O����I����f����r����B����C����e����f��������������A����E���������������������������	�	��
�
��
�
���Z������������������� � ��"�"��&�&��+�+��,�,��-�-��.�.��3�3��6�6��B�BX�D�D�����W����W����W����W����W������������������������������������
�
2��2����#�#��)�)�����2����aP��t��,p��4l�(��@f�L|�d��$V���		D	t	�

`
�6Z���"Hx�
*
�z���6�.��n$�2��4�*�<�r4��.��8�\�#�$$P$�%�&0'X'�((j(�)�**n*�+"+h+�,�-2..z.�/F/�0�11�22~3"3�44�5:5�6>6�7l7�8�9(:f:�;;z;�<�=N>>~?.?�@�AhA�BNB�CFC�DDvD�E0F$F�G$G�HBH�IDI�I�JJ�K�LLxL�M<M�N,N|OOvPP�Q6Q�R@R�SS�TfU U�V�WJXX�Y^ZJ[\\\�]�^�_�`�adb@b�c�e^f�g8h(h�iti�j�kzl*mmtn
n�����
5777'13#3'17'17#3#17!671167!11!1&'&'0ssss���ss�ssssV���ss��
 

��
������*����L��

�`

� ��`�&'1672711654'&#"3X								��� �X								����HQ131716131#1131#11'&771#11'&771#1&'673171#1&'673171673171#�oGQNWoHQNXoo�KUK�UKUK�U�������4�]&'1"#31'&'&'&112231675167676'&'&'&''1&'&'&76767676'&'5�$!	
4
!63

4
*�0*
	


	21	4
	2%6'&17&'&767&'&767q��@��O��@�������0171611''11&'511'&771'1&7615167��
��

��
��

���Q

TT

Q��Q

TT

Q�����&'1#131167513167&'#15�����x������@�,6711671&'&'57111676751&'&'--DD----DD--�0  00  0D----D�D----D�p 0�0  0�0 �����4'&17711#13367&'#1�
h	DPhhP�@

)��x����@�+1'&7716731131!1&'&77167&'&'#�*$$+><(',�����'p$#+'(<=*��('����@�:67!1131#1"'&''1&761316767&'&'#1&'&771#1&'�(8%&&%8[![$$d����&%88%&$$�������'6'&1331167513167&'#151&'1#17�	�
�((�}}	��hh�������@�76731#1131#1"'&''1&761316767&'&'#1"'&77 ���8%&&%8__$$� ��&%88%&$$	���@�,%&'11&'16767'63&'&'67716 02  00 ~D----DD--)�I�0 #'0  0�--DD----D@,�Z��C�67!121'&71#1&'�

����p	
l��@�"Dc&'11&'#13167674'&'673#3#1&'&'67673101013101015011101#10101&'&'6767310##5(5##)##5H5##)|  H  ((  (  $5####5:$"5####5"$:|    0    ��@�,11677165&'&'#&'&'67671'&770 02  00 ~D----DD--)�I0 #'0  0�--DD----D@,�Z����11'%1&'47%16~��%��
Ps����P�0!167&'!!167&'!(p��p��0�������117%1674'%1&%��P
��s������0�4G6711673111167514771676551&'&'#1672711654'&#"3@" "4#5%$6 6%$`								 ""&"*
"6$%%$6��								���JW11&'&'&'6767671&'&'&'676767113276551&'&'&'&767X;;;;XH9:"""":9HH9:""'1#63""""3, 


;;XH#$$##$$#�;;XX;;"":9HH9:"""":9H'%%""33""
P

X;;�))))������&'177131176'#3#71��
"�"
�F���[\��p
QQ
�������@�1B11113167674'&'67&'&'##3#5167313#3#1&'58�5##$##5lltttl  ttt�  ����##5%#65##Ȑ  0  �������(&#11"3276'&'&'&767676'X6EE6226EE6,8888,,,,8888,<446FF644++-9999,,,����-1316767&'&'#67116731#1&'&'8hK1221Kh8h?2332?hp��21KK1232??23P��@�-11113167&'#1&'513167&'#151673167&'#8�������������@�#111167513167&'#151673167&'#8�������������2116767#1&'67312&'&'&'676767'&'�K1221KD00
��	>>Z?2332?X=
0Ep21KK12+*BY9:32??237
,����"%5675151&'1!151&'16751!P�� ��������p���@�311#1!167&'#113167&'#pppp����`��@� 1&'&'516716767167(--DD-- 00 ���D----D((0  0��G�!&'11675171176''1716'&150P�
������vP�ڗ�� ��@�131#1&'1678����������$61161&'11#"''11&'167
��
�

�����p@�������611671'11&'167&�����N�p^�������5"1132767654'&'&#11#"'&'&'6767632�0((((00((((0�45;;5445;;54p)*..*))*..*)�=3333==3333=��@�,3#3#151673#36767&'&'#1116758ppp,,xxxxA*++*App,,��+*AA*+�x����871167'1&76167&'&'&'&'&'6767671''021K6+[
[*21KK1208H?2332??23:6
6�K12k
k0DK1221K�'32??2332?Z>A
@��G�#61111675131176''16767&'&'##3#516731#8nwe.'&:�x����%%������$$1:&'�%%����D�^201'11&'&'"1&'&767676'&'&''101&'&'&'&71'1676'&'&'711&[$#;96G	>&$#:

96G
>&e!
	
$=		!

	$=	����3116713167&'#������x���� 1676751671&'&'5167()==)(66RR66��=)(()=��R6666R�������61161&'1&7
��
�����[
�p�
����D�$611671161&'11"'1&7
wccw
�aa����J��K
�pC���
������6'&1'1&11771176''17z
��
��
��
��y
��
��
��
��������&116751716'&1'+����������������67!11!1!1&'&71!1&'P
����
/���
��
i���&H013311!15167312711!!!1!1&'57''&##11!167671&'&'#1"'���`�""+���`����+++���@ `""+p���+++������
5777'13#3'17'17#3#17!671167!11!1&'&'0ssss���ss�ssssV���ss��
 

��
������*����L��

�`

����+b'''1&'5167676676701016111#"'0'1101'11101&'&11716751&'&'&01011001#"'��/! 5>22>5 !/�


# �� #

�-A6('#	
#
((6A-�C%,��,%��+�(G1111''11'&771'1&76771716771117161'1&771'1&'' D�
o
��
o
�D555
vVji	Vv
5�
�
n�
II		�n
�
OlllU	x88x	Ul����'5L&'&767#471167632#"'&'&5!!!&'&'#167116731#!1"'&50'((''(('�""""/^��^#$2\2#$123K\K32	
�|
	@----####��11K3223K
		
���5I%11#"'&'&54767632!113276767&'&'&#"75176''151&'�117711117711�0!"<=CC=<"!!"<=CC=<"!�`U�9////99////9F::$""$::FF::$""$::F����
@9{��@�)<IVcv�1!1671&'!671167!11!1&'&'4711632#"'&536731#1&'6731#1&'6731#1&''"'11&547632#4711632#"'&5@��@@��@`								h������H								 								p��@��@@								``@								@								����-B&'11116751716771671&'&1#"'&15776711'&150P@;EI"
	$&&#7;Uaaa)'*--+53KPE�(��1Xd"
		N
�	$�����+6711671171611!151!11''11'&'
���� 


��
�
0�w\		\�0
�Hnn����9F1'1'1&#"1'1&#"1111167!%111!167671&'&'!676'&'��SP������Pp���		l+

p@0��@�����
9k'1'17167711171677717716771654''1&#"111!1676751&'1#!1"'&5147633167&'#�.熆�.�:����


d
���%%%��pp�.ņ��.�:����d
	
�'%��%%pp���5V211#"'&'&5476763671167654'&'&'11771176''1716'&1'1&9////99////9F::$""$::FF::$""$::FQ////////�117711117711�0!"<=CC=<"!!"<=CC=<"!Q////////���5G211#"'&'&5476763671167654'&'&'6'&1'1&1779////99////9F::$""$::FF::$""$::Fqo/@��117711117711�0!"<=CC=<"!!"<=CC=<"!/o/@����5_r%4'11&'&#"3276765!671167632#"'&'&'7671163311&'51477165&'#1"1'&774711632#"'&5�117711117711�0!"<=CC=<"!!"<=CC=<"!�: ,:
6								�9////99////9F::$""$::FF::$""$::F[

$
		�								����C�"Ih�1167676767&'&'&'&'671167&'&'&'&'&76767671167&'&'"10#"'105211#"'&'&5476763 1((((11((((1�$00==00$##$00==00$##�"""####p!""!####!""!####!�"""�""""������9Igx&176''167676'&'&'&'&''67'165&'&''''654'23&'&'&'&'67'167''1127'1&''1'Pi#$00=3+*!p�6L1((
6$%61#.�RRR"	&.1((
&"$#00=H6*�$%68%8��0R ##!"Xv)* 6%$$�@@@
"
�$.$##!"!�6%$,	!,
����3<ENW`kt�&'1#1111!1676715151&'&'#151&'1#153#31#153#31#1533#31#1533#31#157#3#51315#1513#5#1513#5#1&'5137#3#5131�(@(�hPPPPPPPP�````�PPPPPPPPP@P�``�@P�````�(0�0(((�88h@@@@@@088�(((88888888(�88�����L7636767&'&'676767&'676767"'0#0##01"1#"'&767671|(0_8888__88$
	g/"":9HH9:"""":9H80#9/0>>0//0>1(
)%4E:////:://


���76711673121311!1&'&'71!1671&'#1"''1&##�+���@��-
�`+�@��-��D�@3#367716'&'!1116731213113151&'&'#1"''1&##113�000
p
�p
Dv!/u0uu �u   �����#1?1!1!1&'&'1676731#1&'3#3#1&'67!!!!1&'67��`h�������������`hH`������;v76'&56767"'&6767671167&'&'6767327676'&'&'4'67&'&'1&'&'&#&'&'X!++II++++IxX;;;;XX;;-B9�9B
-87UB'&!/##21>�"+2&&&&22&&+21KK1221K@.�
.@I11%%/+"-��8�+11'&771'1&76771716711171%�
o
�D	
vV]��O		�n
�;;;U	x2
������0[n"'&327676767676'&767654'&#511'&#&'&'476'&76767676311'&767676p,..'&		,..'&		"--;:;
"-.::;
y(&'3p&'..,		&'..,		0"
;:;--"
;::.-�(3'&��@�2>J1!15167!5!1&'51!%111!167671&'&'!3167&'#33167&'#� ��@�0��@800�ppp  ��������@�����!>GP163!1251&'!5!16751&'!1#556767!111!1&'&'567&'7&'67@������0���xp���````����``0�
=my��#3#13367&'4'11&#0101#11&567&547&55167167515'01110131#1##&'&'516767367&'##373367&'#1#3#3367&'#���� ��		3""$ �R"@G0//0G@0@  (((0@		""30(
((((P(

/0G0G0/���@�
=my��3#31##&'67471163010131165&'654'6551&'1&'5157011101#13133676751&'&'#&'6733#'##&'67313#3##&'673@��� ��		3""$ �R"@G0//0G@0@  (((0@		""30(
((((P(

/0G0G0/���@����=o}��563315151&'"1101011316767#&'#"'##1&'673167&'#01110167516767163636311#1&'&'5%&'11675'25151&'135675151&'@		""30(
(((x(

/0G0G0/P�@���� ��		3""$ �R"@G0//0G@0@  (((0����=o}��75533111&'7"'11&5010151676731&#&#"&##131#'0111011676751367367367675151&'&'#1&'5151672711&'5137556711&'5@		""30(
(((x(

/0G0G0/P�@��� ��		3""$ �R"@G0//0G@0@  (((0����-U%#3#&'16731113#36767514''1&##1111131676751#11#1&'1673151#�����D����D���0�  pD�0�D��  0����=FS!167514'711!1&'&'1676731211'1&11#1&'51#1753151#676'&'0@"���J"J�P��     `��@���"�@J"JdhPPPP�$$$$����)1!1&'167!%111!167671&'&'!���@��@��p��@0��@�$>113277151&'!5!167511#"'''671167!11!1&'&'@������$$�0���P��d����uuT����3<Nj#3#13151#1&'167313316731&'&##1&'&#"67&'#3#&'16731113#36767514''1&##11i)))``		H,>)'0����D����D����0		


�hD�0�D���p�Xk|%67&'&'0101#1&'&'0101010101&'&'6767101010101#1676701010101010167'11&'6767&'11&'51311)$%66%$1	21KK12	1i
""�"� )6%$$%6) 
 +9K1221K9+
 
y
"��""������,AM"11111!1676''1&'51&'&'514'&#111!167516767#3#32765�		8#$+	�+$#8		0 (��' 0@@@��		++;F7



7F;++		` 0J==J0 ����v�3V���111#1111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111110101!3010131676514'&'#1514'&'#3#31#1311#1311#1515!3#3101011111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111&'513167&'#1513167&'#151677673111#151&'&'1#15#11311316751316751&'#151&'#1�XhX��XXX8888X�hXXX8888��@

@X��� �(0h���h0(8���@

@�����)K1!1671&'!671167!11!1&'&'55#1&'67315167131#11&'@@��@@���@@@@p��@��@�@@@@@@���5%4'11&'&#"3276765!671167632#"'&'&'�117711117711�0!"<=CC=<"!!"<=CC=<"!�9////99////9F::$""$::FF::$""$::F���5Pcv%4'11&'&#"3276765!671167632#"'&'&'1167676&'&'&76'6711632#"'&'7211#"'&'6763�117711117711�0!"<=CC=<"!!"<=CC=<"!�
((
"		
				
		�				
				
�9////99////9F::$""$::FF::$""$::F>




n								 								���5Nat%4'11&'&#"3276765!671167632#"'&'&''&767632'&'&''6711632#"'&'7211#"'&'6763�117711117711�0!"<=CC=<"!!"<=CC=<"!�

#",,"#			
				
		�				
				
�9////99////9F::$""$::FF::$""$::F�
%%


�								 								���5H[g%11#"'&'&54767632116767654'&'&'2711654'&#"374'11&#"327653167&'#�117711117711�F::$""$::FF::$""$::FP				
				
�		
				
		����9////99////9!"<=CC=<"!!"<=CC=<"!�								 								x
@�);K]m������1!1671&'!671167!11!1&'&'3#31#1&'5167'67311#1&'573#31#1&'516767311#1&'573#31#1&'516767311#1&'573#31#1&'516767311#1&'573#31#1&'516767311#1&'573#31#1&'5167@��@@��@�����H@@@@P���H`````````����3@&'1#1111!1676715151&'&'#151&'1#15!!!1!1&'�(@(�h`��`���(0�0(((�����5H%4'11&'&#"3276765!671167632#"'&'&'7611'&55147�117711117711�0!"<=CC=<"!!"<=CC=<"!�
��
�9////99////9F::$""$::FF::$""$::FmX

X�����)71!1671&'!671167!11!1&'&'3#3#1&'67@@��@@�������p��@��@�����)=1!1671&'!671167!11!1&'&'7''1&761716@@��@@��Q���@/op��@��@q���@/o��0�o�%5551&'##&56767336751511'3#313312771654''1&#"1##33167&'0101410#&'05&'&1&'&'&567673'111!1676751&'1!1&'1673167&'#� >' 000jj@			��



0D--	�P��@@� $0  __0		}|	

---D-	���@@P���5K^%4'11&'&#"3276765!671167632#"'&'&'7'&771677161'4'11&#"32765�117711117711�0!"<=CC=<"!!"<=CC=<"!3���

8
�

8
								�9////99////9F::$""$::FF::$""$::FE888

�
8

�
E								����)<%671&'!11!711!1&'&'16767!1'"''1&767311#���@@��@�
h
�
h
@��@��@p

p����)<1!1671&'!671167!11!1&'&'21#1&'&77163@@��@@���
h
�
h
p��@��@@p

p����)<&'!11!167'111!1&'&'16767!1'&'516761���@��@@p

p`��@@��@�
h
�
h
����1671#1"'&551#11!67116731211!1&'&'@P		����Z� 		P���Z�������1=I&'1673113311!111!1676714''1&##3167&'#3167&'#@�		P�Z�8�����P		�����%Z�`���j�&1111771677161331#1"''1&13312767674'674'67&'&'#167716'&'"1113312765514'&##D	
4
3	�	
	a>="a\��				@				@�9
8

	

	)
) !
		�		�				�		���j�'11&''1&''1&761176''1&'&7673167&'&'&765&'&'&765&'&765&'#1"1'&7716331#11%"'11&55147633121##D	
4
3	�	
	a>="a\��				@				@99
	

	)
) 
		]		�				�		�����?q��&'&1'1&11111177117677171676''1716'&''1'77111111'1&1'1&''1716''171677117271167654'&'&#"3'676'&'x
SRb
99
b
SS
b
99
bjAAAN-		-NAAN-		-NA@    �
99
bRS
b
99
b
SRbZ---NAAN-		-NAAN-		��p$$$$����S#&'&'676771167676767676'&"#"#11&'&'4767670367676'&'&#"#01"#01#�!))CJ21,>Y::32?H8K11
]4AK8921K4*)B>>[?23(	

21K)##
����)<7!1671&'!1&'11&'16767!11!7477161''1&50@��@��@p

p @��@@���
h
�
h
���5P%4'11&'&#"3276765!671167632#"'&'&'%211#"'&'&5476763�117711117711�0!"<=CC=<"!!"<=CC=<"!







�9////99////9F::$""$::FF::$""$::F`







����7GYi{131516767131671&'!671167!11!1&'&'67311#1&'573#31#1&'516767311#1&'573#31#1&'5167@P

P�@�X00�0000�00�0000���@

@����(0000�0000����/ISiu�3#31#1&'&'1676731211#151#1"'&551#1173#3#11&'51516767&'#11373#31#1&'51676751&'#11376731#1131#11&'515@0000�Z0P		�p    `   

  P0   0�Z��		P��p 0PP0P
@
��@`p 0@@����3W7673113311!1&'111!1676714''1&##&16771167716'&1'1&'1'0�		P�Z�700����P		�����%Z��SS�TTTT����3S7673113311!1&'111!1676714''1&##&11771176''1716'&1'0�		P�Z�[--%%--%%����P		�����%Z�99009900����1IY&'1673113311!111!1676714''1&##116751316767&'&'##3#51312#@�		P�Z�H,  DD,,,,�P		�����%Z�h8   h8����1D^&'1673113311!111!1676714''1&##4'11&#"32765&#"1'1&#"1333276''@�		P�Z�`								E)		(	0�	H�P		�����%Z�								/<@		h����9FSky&'1673131673113311!111!1676714''1&##3167&'#13167&'#1767674''1&'#13#3#1&'67@0 0		P�Z�0        �P		�����%Zp@HXXXXX����3M^!!!671#1"'&551#1167116731211!1&'&'5''1#1&'5167317167'&7654'&76@�P		�@�Z��

$$
	V
		
 		P���Z���Ѐ��
#0#
&&	

	����1[671#1"'&551#11!67116731211!1&'&'471163312171631"''11##1"'&55@P		����Z�P		`		--		`		 		P���Z����				h				`����1CU&'1673113311!111!1676714''1&##6'&1176''177&117716''@�		P�Z�a00`00�P		�����%Z��00"00���;IWer%&'71327367&'716'&1&''1&1177167176'''''654'717&#"'1677&'6717676'&'�6KK6PPD99D__D99D__D"PPP

P,,"PPPP6KK6�PPP,,P

#,,P

PD__D99D__D99"PPPP6KK6$PPP

P,,�PPP6KK6P1�����(/7111132771176716'&%%11'''71�
	
>|

@�@4V��V�{O����0�	:g	
J4�	����3�EEE�����5<@HLRm�%''"1#"''1&'&#1&'71676''167132771113#3#1367'&'"'377''671167654'&'&'&113167716''�YYYYL"*EE*"L��K�K�F::$""$::FF::$""$::F0
<
0WWW&/0S"::"S0/&9�	��			��!"<=CC=<"!!"<=CC=<"!F		#88#���5ESao}1!1671&'!&'11&'16716716767!11!67311#1&'573#3#1&'673#3#1&'673#3#1&'673#3#1&'67�,��`��h``�        ���������p��
0�p(��0��XPPPPP������'9NZ&176''16''1&'51&'&'514'&#"1'671163331'''#167'111!#3#32765'PX+$#8				D$��
,�===�!/+@@���0E7F!:))
				9r�,!2-���0002;%E7

 ���5X211#"'&'&5476763671167654'&'&''&5114763276'&#"3276'&#"'9////99////9F::$""$::FF::$""$::F9  '33(%%(33'  �117711117711�0!"<=CC=<"!!"<=CC=<"!�  &&'33(%%��@�)Jm1!1&'167!%111!167671&'&'!76'&'676'&&'&'676767116776'&'676'&&'&'�@��@��@�
,)),


�

,)),

p��@0��@�
))


0

))

 �� �'7Qn&'6767!1671&'!1&'&'6771!1671&'!4711633121##1"'&553#36767513121##1"'&550
X

��
MF��		�				�		�   @				�		L

��

��@				`				`� 		`				 
����IRbkz����45116723&''111276731367674'&'516765&'&'"#1&'&#!67&'1#1&'51673&'67"#11&'4567%3#31#1&'51#11276731367674'&'516765&'&'"#117676'&7'&7676%'&'&760
0��p+

�

�;��
�...

�
0�EY		��		3				}
jj
j

j
�
(
j

%%j				�						����41315147633151&'!#3#&'&'16767!1111##@�		P������@Zp��P		��p@�Z���'9S3#36751311#1&'&'516767311#1173#36751&'#11'556767311#1&'&'@���0�@@�����@��@@�0������������4>J67!1#1111131!1&'6731516771'1&'51#1&'31&''176551#113P+RQ,��,QQ,o�RQ����?-QR,??,RQ-?��RQ�""����3BQ311111#1!167&'#151&''17167513167&'!'1#1516775''&'51311,QQ,P+RQ,���RRR�QQQQ�R�?-QR,??,RQ-?��QQQ++RDQQQ++Q �����67763763763116751676551&'&'"&'"&'"&'11'111711116751&'&'171'1&'5147716716751515�
&&&		
	

	+

�			h�v#h@"&! m� 6 B@����:�&#1'1&#"133323236767454551&'&'"51&'&'"&'1115167111167510101671010116751010167100"###&''1&76176751671675(
X$/.4F/0
($$5V>W

,�"�X$//F�"`  ��8PH�5$$<X

+������@�747116731'1&'&767616701716731211##&'&'47&'41411"'&'771336767514''1&'&##1"'111#11''1'1&11�&)"#""3`~@�	`9U��
��
'#$)}3""&}


**�Y31#131211&'51'1#1&'&'67673167&'#1&'&'676731211&'514''1&'#H�h�@/�h��#O N 2�P(
d*4ll$d'��$�:|&71167617167661#1&''1&'&76761'1&76767&1''1&1''1&1312767716'&1"'&7716'&1&''�



7((5"XE\3

M6	3
I?\9G"$	8
:o
kF�45G
�
�	�
�


2

G+#�h
	���������;p|��67176376376311##"'&''1&761767517111&'&133367675151&'&'"&'"&'"51&'&'&'1675716751&'&'1675�

8=C
	'
C##(t3"" 

"00P��
h

e
	:@�e!""3ha��``````����>Tbp��&111'1&'&101011316767515151&'&'"&'"1"1716'&'111&##1'17163''#1"'1&766711&'5271#1&'&'510101476331#131676741413277&'5151671�
5/0G0G0/
(	�7773
�&(""303""		P((
J�=1		�#G0//0GH "8�0�ZG����j 0l"
3""""3		  ���5Ud211#"'&'&5476763671167654'&'&'51675131176''167&'&'#155312##9////99////9F::$""$::FF::$""$::F`=%"""X0@				@�117711117711�0!"<=CC=<"!!"<=CC=<"!hppp`HRK,"X@@@				����3@a&'1#1111!1676715151&'&'#151&'1#15!!!1!1&'1#131167513167&'#151&'�(@(�h`��`���0000�(0�0(((��(0000����4AO1315167131111!1&'&'151516767315167!!!1!167#3#&'6731��(��(��`��@h�����(((0�0(�������4Ac1315167131111!1&'&'151516767315167!!!1!16771''11'&771'1&761716��(��(��`��@_//////////�(((0�0(��Y//////////����4AU1315167131111!1&'&'151516767315167!!!1!1677''1&761716��(��(��`��@Gppp@/_�(((0�0(��ippp@/_��@� )2;11''11'&51677161716711'11777116
�	��
�����xx8��0xxxx���@==P@>=e����..����0��0---.�����N7111716331671&'!11311111'&55151115151##&'&'16767!11#1�
I���`0		00��eP
6
 ��|

0 ��L���5CQ%4'11&'&#"3276765!671167632#"'&'&'75&'516735&'5167�117711117711�0!"<=CC=<"!!"<=CC=<"!�p�9////99////9F::$""$::FF::$""$::FH�����������5O%4'11&'&#"3276765!671167632#"'&'&'73#321##1"'&5514763�117711117711�0!"<=CC=<"!!"<=CC=<"!����				�				�9////99////9F::$""$::FF::$""$::F`		�				�		����)667&'&'111113151!1674''17165&'!!111!\0�>>��d00��`0�0@@�����ml��������71##11110101176767613276567676''11#"'&'4771671331##1&'#1'''&''1'1'1&'##1"'&551673327716731255#1"''1&#17716#113&'6767&'333 $

			
L$F+:8*'P		 	U#	$		 		(<+:
0	%&'FHKK� 333�$					
L!B'$�		
		$				�%����!B
C
K���,G210301111#"''151477'327711!1&'5"11!1676751&''1&#�����ώ��$$��p����
��
��
��uuuu��	����	 ���)6HTam1!1&'167!%111!167671&'&'!676'&'113167&'&'#%&'167516751&'&'1675��� �� ��$$$$ "�"@0����0����     ""�@@p@@�@@��@�)6HT`1!1&'167!%111!167671&'&'!676'&'113167&'&'#73167&'#3167&'#�@��@��@�$$$$ "�"@�PPPPp��@0��@�     ""�`���'BO\%&'11&'#1&'6767&'676731671167654'&'&'&'&767'767&'&� )@) 8;;XX;;7)0>>0@oF::$""$::FF::$""$::F



X*,,**,,*0$$:VX;;;;XV: P!"<=CC=<"!!"<=CC=<"!(2222���� :LY5##1"'&551#11!1671&'#671167!11!1&'&'3#3#1&'6767'676'&'		@		@@���@@@"�"     �				�������""`$$$$��@�2?KW#1&'&'#1#1&'1!%111!167671&'&'!&'&76773167&'#3167&'#�"@" �0��@�    hPPPP ��""���@�$$$$0`���"/11!167675151&'&'!1"#!!!1!1&'5���0��`���f����	
�����7!167&'!��0���-9S#3#"1#1516767311#151312765514'&#!16751!1!!!1!1&'&'16767����		0"�""				�������		""�"0		�		�p��@��������17161171716171611''11171611''11''1'111''11&'511'&7715111'&7711'&771'1&76171'11'&771'1&761'1&761151'1&7615167�9B%
	% NBBN%	
%B99B%
	%NBBN%	
%B9�.9M'M	&&	N&L9..9L&N	&&	N&L9.����
7HVdr731'1&##1"7'33#11#1&'&'1#1&'673371673133127651!5&'516735&'516735&'5167��^�$$$8"�">%^�		�		��PPP�777��""07g��0��				0@��������������@�#=Uh!!!1#1'1&#"1'1&#"1#1&'51675!1676751&'&'!1&'1!167&'!1&'&'54'11&#"32765�`��`g

4
E@`��0'&:@��%�								p��P

^������:&'%�								����$@I3#31!1&'&'1676733676731!1671&'#11##&'51#767&'(((�(

�XX����@0��@���5H"'11&'&54767632#116767654'&'&'517151#151#11#9////99////9F::$""$::FF::$""$::F���P`P117711117711�!"<=CC=<"!!"<=CC=<"!�   �� �����5H7471167632#"'&'&5!&'11&'&#"3276767%#3#1131513151#150117711117711�!"<=CC=<"!!"<=CC=<"!�   �� ���9////99////9F::$""$::FF::$""$::F���P`P���5W%11#"'&'&54767632!113276767&'&'&#"%&#1#1"133112771654''�117711117711�0!"<=CC=<"!!"<=CC=<"!'
`				`
TT�9////99////9F::$""$::FF::$""$::Fi*		 		*[[���5W211#"'&'&5476763671167654'&'&'31133127655131674''1&#"9////99////9F::$""$::FF::$""$::Fi*		 		*[[�117711117711�0!"<=CC=<"!!"<=CC=<"!'
`				`
TT�����
3'71#731'#3!17%3#3'1#"'1&771633121�WWWX��HHH�92�����������I8�����
p�p
x]]]]MMMM}��0MM(���

�@�3Ni111!1676751&'&'!671167!11!1&'&'471167632#"'&'&571#13367&'#151&'#1p`��p��@�PP����0@P���)J1!1671&'!671167!11!1&'&'6171611''11'&771'1&7@���@����////////p��@��@O////////��@�QZt131514'&'&'67676767671771131516767&'&'&'67&'#77311#7#3#133127654''1&'h0


B:


08k������
�	� -.6!

*%%

B:'-

!7-- �0    P4

4����AJb&'1#1311#1131'1&567331317165&'&'#1513167&'#153#31!17%&'!113!127654''�  �64>��>46�  ������	��	.� (}��}( �h  4

4����KTnw#3#1111771611#167&''1&'5147#1&54763311#17165&'&'7!1'1!%'#!1"'&5477167!1&'67�nnn


2262 

vP651'(<�6��<��	)	��
[
$$'"([

56P��
<('��    444

4��@�4=U&'&767#3#1#1'1##1#171#1&'67&'67673#3'1#171##1"'&54771673�#$$##$$#


0##0
""33""������	�	�())))xPPPP)3""""3)�  P4

4�����ENf676'&''#"'&131'1676767131716'&#"'&'&'&'&'3#31!17%&'!113!127654''_

^7S#::#
S7^


**
�����	��	.`

��**��
##��  4

4 ����HQi{511#171'1&'514763!12111#1'1&7716551#11&'51#11&'51#!!!'1#1%1#!1"'&5477167!'&'51476321#P3
1
)0)
03@@@���	��		�				 pppp']UxxU]'p��  P4

4`0				0���!11!%#3#1113!51151#�`��`0000�0��`��`�00�`00�0�����Obu�7&676'&56767"'11323271167230167673676767&'&'&'72711654'&#"374'11&#"327652711654'&#"3�
	
$88__8888_0(�
#08H:9"""":9HH9:""/v								�								P								?

(1>0//0>>0/'


//::////:E4%�								 								 								���5Pct%4'11&'&#"3276765!671167632#"'&'&'1167676&'&'&76'6711632#"'&''&7632'&#"�117711117711�0!"<=CC=<"!!"<=CC=<"!�
((
"		
				
		�		�9////99////9F::$""$::FF::$""$::F>




n								

���5Jg�211#"'&'&5476763671167654'&'&'76'&'&'7677'27116545176''1&1374'716'&1771327679////99////9F::$""$::FF::$""$::FH

�		`
			
�	`
		
		�117711117711�0!"<=CC=<"!!"<=CC=<"!v
		


z		 

			 	

 
				���5Bc�%4'11&'&#"3276765!671167632#"'&'&'&'&767'6171611''11'&771'1&736171611''11'&771'1&7�117711117711�0!"<=CC=<"!!"<=CC=<"!$$$$���9////99////9F::$""$::FF::$""$::F     �	���5>GS`mz�%11#"'&'&54767632116767654'&'&'67&'7&'673167&'#'&'&767676'&'7676'&'3&'&767�117711117711�F::$""$::FF::$""$::F`���� ----��'((''(('�9////99////9!"<=CC=<"!!"<=CC=<"!�p��'((''(('P----���5L_r%4'11&'&#"3276765!671167632#"'&'&''11&767632'&#"'6711632#"'&'7211#"'&'6763�117711117711�0!"<=CC=<"!!"<=CC=<"!�

  

"(("&		
				
		�				
				
�9////99////9F::$""$::FF::$""$::F

�								 									���5?HQ\r��"1132767654'&'&#11#"'&'&'67676323151#3#351#1355#11333#367&'#1'3#3#1&'&'6767'6711632#"'&'7211#"'&'67639////99////9!"<=CC=<"!!"<=CC=<"!��(    `   �����		
				
		�				
				
�117711117711�F::$""$::FF::$""$::F@000000000PP								 								���5L_r%4'11&'&#"3276765!671167632#"'&'&'611#"'&'&76327'6711632#"'&'7211#"'&'6763�117711117711�0!"<=CC=<"!!"<=CC=<"!^		&&	,22,�		
				
		�				
				
�9////99////9F::$""$::FF::$""$::F4		

		d								 								���5L_r%4'11&'&#"3276765!671167632#"'&'&'611#"'&'&76327'11&'&54767&'11&54767�117711117711�0!"<=CC=<"!!"<=CC=<"!^		&&	,22,~								`								�9////99////9F::$""$::FF::$""$::F4		

		t@���5L��%4'11&'&#"3276765!671167632#"'&'&'611#"'&'&76327'0111010101#14101&'&'&'010#1010101010101'&56767'01010101301#14101&'&'&'010#1010101'&56767'010101�117711117711�0!"<=CC=<"!!"<=CC=<"!^		&&	,22,���9////99////9F::$""$::FF::$""$::F4		

		O



���Md��671165&'&'&01327'&'6767674'#"'&'&'6767&567676'11&#"'&32767'01110101010101765&'&'701010101010131410167676701031010130101765&'&'7010101314101676767010310101�



R=NH9:"""":9HH9:""


;;XX;;;;XJ7		,22,	&&��B


U("":9HH9:"""":9H6/-7X;;;;XX;;,��
				
l



���5Li�%4'11&'&#"3276765!671167632#"'&'&'611#"'&'&76327'111''1&'&7676171676'7161''1&7676�117711117711�0!"<=CC=<"!!"<=CC=<"!^		&&	,22,�A{A
�9////99////9F::$""$::FF::$""$::F4		

		�AA���5Lf%4'11&'&#"3276765!671167632#"'&'&'611#"'&'&76327''1'&54771'1&547611''1&547716�117711117711�0!"<=CC=<"!!"<=CC=<"!^		&&	,22,�YYYY$$$$ZZ�9////99////9F::$""$::FF::$""$::F4		

		�000		0++
++0	0�����/H_y��63112"5676767116&&76767'6767767676'6763112'&5&767677761'&5'1'1"'&76771121'&771676&5114767672#"'�

��ASTK?HH75))
>�)
>ASTK?HG85)i	

	"""
&#$��aaa
8�8a
��

�

=>
))67HH?KTSA;KTSA>
)(67HH?]"""	

	#$&&
a8�9	b�f

���5]��211#"'&'&5476763671167654'&'&'&#"11117711765'1716'&''1'3&#"11117711765'1716'&''1'#"'&327676'&9////99////9F::$""$::FF::$""$::FI&""&�&""&,22,	&&		�117711117711�0!"<=CC=<"!!"<=CC=<"!{"%&""%&"�		

		����7Rs���%&'&'676767676711&6767&'&&'&''11&'&54767676721!&#114#0105&'&'432''11#"'&'&763276'01#14101&'&'&'010#1010101010101'&56767'01010130101#14101&'&'&'010#1010101'&56767'0101!<<LL<<!54EE45�N78

EFbbFE

87N�	
�	
z&&	,22,		��z
@&&&&@

=&&&&=./J_<==<_I/.��
		

				
l



���*EXk�%&'11&'&551&'&76327616767!671167632#"'&'&'7211#"'&'67636711632#"'&'55&'#1#"'&'#116767�;;XX;;5
		,22,		

5�0!"<=CC=<"!!"<=CC=<"!�				
				
�		
				
				�X;;;;X>114
				

411>F::$""$::FF::$""$::FP								 								�%%%		%���*E`z�%&'11&'&551&'&7667616767!671167632#"'&'&'74711611'&54771'1&5%61111''1&547755&'#1#"'&'#116767�;;XX;;5%
<GH<
%5�0!"<=CC=<"!!"<=CC=<"!tYY$$$$ZZ;		�X;;;;X>11*

*11>F::$""$::FF::$""$::Fc0	0++
++0	0��%%%		%���(CT]jw�%6551676'&#"'&1&'&'6767671167654'&'&'276'&#"76767&'5&'&767676'&'11&'&'5167313276731\
		,22,	

5;;XX;;5\F::$""$::FF::$""$::F`	
	�



----		4

				
411>X;;;;X>11F!"<=CC=<"!!"<=CC=<"!$
	H�'((''(('�%		%���5L_p%4'11&'&#"3276765!671167632#"'&'&'611#"'&'&76327'6711632#"'&''&7632'&#"�117711117711�0!"<=CC=<"!!"<=CC=<"!^		&&	,22,�		
				
		�		�9////99////9F::$""$::FF::$""$::F4		

		d								

���5���%4'11&'&#"3276765!671167632#"'&'&'"'&7010101010101010111030521676767654'&'&'&'0#'11111010101&547010101010111034121676767654'&'&'&'0'01"111010101010101&7632'6711632#"'&'7211#"'&'6763�117711117711�0!"<=CC=<"!!"<=CC=<"!1



�		
				
		�				
				
�9////99////9F::$""$::FF::$""$::F


J								 								���5�d%4'11&'&#"3276765!671167632#"'&'&'"'&7010101010101010111030521676767654'&'&'&'0#41"111010101010101&5470101010101010101010111030521676767654'&'&'&'0#41"111010101010101&763'0111010101#14101&'&'&'010#1010101010101'&56767'010101013011101#14101&'&'&'010#1010101010101'&56767'010101010101�117711117711�0!"<=CC=<"!!"<=CC=<"!1



W��9////99////9F::$""$::FF::$""$::F*


E



���-���%#&'&'6767665&'&'&'27&'''&'&'&'"01010101010111030210#1"1110101010101010101010101010101010111030210#1"11101010101010101013676767&'&'&'676767'2711654'&#"37276'&#"767&'11&1771676'&'&1'S&-X;;;;XX;;
"":9HH9:"""":9H5/+



x				
				
�	
	b	U	;;XX;;;;X"(,H9:"""":9HH9:""	�
L								
	�		Y		���5J]p%4'11&'&#"3276765!671167632#"'&'&'&71163312&'&'76711632#"'&'7211#"'&'6763�117711117711�0!"<=CC=<"!!"<=CC=<"!��""..""

		
				
		�				
				
�9////99////9F::$""$::FF::$""$::F:**z								 								���5J��%4'11&'&#"3276765!671167632#"'&'&'&71163312&'&'70111010101#14101&'&'&'010#1010101010101'&56767'010101013011101#14101&'&'&'010#1010101010101'&56767'010101010101�117711117711�0!"<=CC=<"!!"<=CC=<"!��""..""
W��9////99////9F::$""$::FF::$""$::F:**U



���5Jd}%4'11&'&#"3276765!671167632#"'&'&'&71163312&'&'7'1'&54771'1&547611''1&547716�117711117711�0!"<=CC=<"!!"<=CC=<"!��""..""
YYYY$$$$ZZ�9////99////9F::$""$::FF::$""$::F:**�000	0++
++0	0���5J]n%4'11&'&#"3276765!671167632#"'&'&'&71163312&'&'76711632#"'&''&7632'&#"�117711117711�0!"<=CC=<"!!"<=CC=<"!��""..""

		
				
		�		�9////99////9F::$""$::FF::$""$::F:**z								

���5H["1132767654'&'&#11#"'&'&'6767632%6711632#"'&'7211#"'&'67639////99////9!"<=CC=<"!!"<=CC=<"!��		
				
		�				
				
�117711117711�F::$""$::FF::$""$::F0								 								���5Ban��211#"'&'&5476763671167654'&'&''3167&'#1'&'11&'6701327654501676'&'7&'11&'67327654501676'&'9////99////9F::$""$::FF::$""$::FX��
				
----�
				
----�117711117711�0!"<=CC=<"!!"<=CC=<"!�h
				
 '((''((' 
				
 '((''(('���%@Qbx%55&'1#&'51&'1&'&56767671167654'&'&'276'&#"76763276'&#"75676751&'&'�,44,;;XX;;�F::$""$::FF::$""$::F`	
	�		
v



*vvv��v&&-X;;;;X-&&j!"<=CC=<"!!"<=CC=<"!$
	


Z   

 

���1FSfy7"'11&'&'6767"''113276767&'&'&#"1132767&'&'&776'&'71132767&'&#"271167&'&#"3�2;;XX;;;;X+%�!"<=CC=<"!!"<=CC=<"!�

�/!
.B0		
				
		�
				
				8QX;;;;XX;;�F::$""$::FF::$""$::Fq

A
*`								 								���5P��%4'11&'&#"3276765!671167632#"'&'&'1167676&'&'&7670111010101#14101&'&'&'010#1010101010101'&56767'01010101301#14101&'&'&'010#1010101'&56767'010101�117711117711�0!"<=CC=<"!!"<=CC=<"!�
((
(��9////99////9F::$""$::FF::$""$::F>




Y



��+�';&'1111771176''1716'&''1'1111'1&#6D�
o
��
o
�D5
vVi�

�
n�		II		�n
���2��2lU	x8���5H[h%4'11&'&#"3276765!671167632#"'&'&'7211#"'&'67636711632#"'&'&'&767�117711117711�0!"<=CC=<"!!"<=CC=<"!�				
				
�		
				
		0$$$$�9////99////9F::$""$::FF::$""$::FP								 								P    ���5Nh�%4'11&'&#"3276765!671167632#"'&'&'67''1&#"1'&567''1'&54771'1&547611''1&547716�117711117711�0!"<=CC=<"!!"<=CC=<"!�11"&&"*YYYY$$$$ZZ�9////99////9F::$""$::FF::$""$::F@##�000		0++
++0	0�<!2V�
,��C<	4�	6�	u	B3	6�	d�	0
	
X=	.�	&�	uFont Awesome 6 Free RegularFont Awesome 6 Free Regular-6.6.0RegularFont Awesome 6 FreeVersion 774.00390625 (Font Awesome version: 6.6.0)FontAwesome6Free-RegularThe web's most popular icon set and toolkit.https://fontawesome.comCopyright (c) Font AwesomeFont Awesome 6 Free RegularFont Awesome 6 Free Regular-6.6.0RegularFont Awesome 6 FreeVersion 774.00390625 (Font Awesome version: 6.6.0)FontAwesome6Free-RegularThe web's most popular icon set and toolkit.https://fontawesome.comCopyright (c) Font Awesome���
	

"# !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������exclamationhashtagdollar-sign0123456789	less-thanequalsgreater-thanabcdefghijklmnopqrstuvwxyz
folder-closednotdefheartstaruserclockrectangle-listflagbookmarkimage
pen-to-squarecircle-xmarkcircle-checkcircle-questioneye	eye-slash
calendar-dayscommentfolderfolder-open	chart-barcomments	star-halflemoncredit-card
hard-drivehand-point-righthand-point-left
hand-point-uphand-point-downcopyfloppy-disksquareenvelopepaste	lightbulbbellhospitalsquare-pluscircle
face-smile
face-frownface-mehkeyboardcalendarcircle-playsquare-minussquare-checkshare-from-squarecompasssquare-caret-downsquare-caret-upsquare-caret-rightfile
file-lines	thumbs-upthumbs-downsunmoonsquare-caret-left
circle-dotbuildingfile-pdf	file-word
file-excelfile-powerpoint
file-imagefile-zipper
file-audio
file-video	file-code	life-ringpaper-planefutbol	newspaper
bell-slash	copyrightclosed-captioningobject-groupobject-ungroupnote-stickyclonehourglass-half	hourglasshand-back-fisthand
hand-scissorshand-lizard
hand-spockhand-pointer
hand-peace
registered
calendar-pluscalendar-minuscalendar-xmarkcalendar-checkmapmessagecircle-pausecircle-stopfont-awesome	handshake
envelope-openaddress-bookaddress-cardcircle-userid-badgeid-cardwindow-maximizewindow-minimizewindow-restore	snowflake	trash-canimages	clipboardcircle-downcircle-leftcircle-right	circle-upgemmoney-bill-1rectangle-xmarkchess-bishop
chess-kingchess-knight
chess-pawnchess-queen
chess-rooksquare-fullcomment-dotsface-smile-wink
face-angry
face-dizzyface-flushedface-frown-openface-grimace	face-grinface-grin-wideface-grin-beamface-grin-beam-sweatface-grin-heartsface-grin-squintface-grin-squint-tearsface-grin-starsface-grin-tearsface-grin-tongueface-grin-tongue-squintface-grin-tongue-winkface-grin-wink	face-kissface-kiss-beamface-kiss-wink-heart
face-laughface-laugh-beamface-laugh-squintface-laugh-winkface-meh-blankface-rolling-eyesface-sad-cry
face-sad-tearface-smile-beamstar-half-stroke
face-surprise
face-tiredfont-awesome/webfonts/fa-solid-900.ttf000064400001473374151526434470013560 0ustar00
� OS/2akbS(`cmap�w9�XH�glyf_��v��head*"l�6hheaM��$hmtx����loca^�0`@�maxp�� nameH�v%��post�;�D)�MX,���_<���w��w����������tt��LfGLf��	AWSM�!�����KA� ���@
�����@��@��@�����@��@@@@�����@���@����@@��@@@@ ���@�@@�������@�����������@@@ @ ������@�@ ����������@ @���������!�!�������������������@@��@@���@� ��� � @�@���@�@��@@����������������@����@@�����@@@� �@������@����������������@��@��@��@@�
� �����@@ @ �@� � � � @���@�������@�@�����@����@�����@@��@@@@�@���������@���� ��@@@@@@@@�������@����������@��@@�@�������@�����@���@����@��@@�����������@��@��@��@��@��@���@��:�@��@��@ ��@
���@"����@@@@@@���� � � � �����@�������@@@���@@@���@@@���������������� ���@���@@��������������@��� � @@@��@���������@���������@��@�@�@���@@@��������@�������@����  @��@@��@ ����@���@�����@������������������
��@@��@��@@��@��@���@@�����@ ������� �� @� � @ @@� � ��������@�@�@�
�����@'���������@������@������@���@@���@�������@'@'@@@'@'� � @��@������@�����������@����@������������ �����������@ �@ @@�@ @�@@@�������`��� @� �������@@@@@@��@���������� @ ���������@ @@�@@����@ ���� @�@@@@@@��������@������@��@��@ ������@����@�����@������@��@���@��	�@��@�@��@���@��� @@�@��������������������@@@@��
����@�@�����@��������������������������@@@@�����@�
�������@@	@@���@�@���@@@@��@�����@����@����@�����@���@	��@���@�@@��������@@����@@��������������@@�@��@������ @���@�@��@��@ ��@@���@��@@���������@��@@�@��� ������� ��@���@@���@@���������@������ �@�����@@�@�����@��������������@����������@�����@@���@��������@������������@@�������������@���������������@���@����@� @@� ������������@�����������@'@'@@@'@'@����������$�$
���	�!%+9Zabcdefghijklmnopqrstuvwxyz���������    9 : � � � � � � � �!"!�!�!�!�!�!�!�!�!�!�""####(#)#*#+#�#�#�#�#�#�#�#�#�#�#�#�$�%�%�%�%�%�%�&&&&&&&& &"&#&%&*&,&.&/&8&9&?&@&B&Z&[&\&]&^&_&e&f&r&z&{&~&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�'''''	'
'''''''''''!'1'D'F'L'N'S'T'U'W'd'�'�'�)4)5+
+++$+P��
��A�v�����������������1�<�@�R�c�i�m�{�����������������������	�"�-�=�������������������<�E�H�l�s�w�{��������������������%�/�O�X�o�t���������x�z�������������������>�@�D�E�F�N�[�\�]�^�f�g�h�i�n�~�������������������������������������������������������"�#�'�(�)�*�.�5�:�>�F�G�N�T�U�Y�^�e�x�������������������������������������������-�6�9�I�J�N�P�]�l�w�x�z�{����������������������������������������������������(�2�8�[�]�`�c�����������������������������"�$�%�4�6�:�<�?�A�C�E�G�K�N�P�S�X�]�_�b�f�m�r�t�y�}�������������������������������	�+�,�0�1�5�6�@�A�������������������������������������!�%�*�0�7�<�A�D�G�J�O�Q�U�X�^�b�f�k�m�o�t�v�y�|������������������������������������������������"�)�+�/�=�@�C�G�M�S�V�[�_�i�l�p�s�}��������������������������������������������������
���
������*�/�>�J�L�P�S�^�c�m�y�}������������������!#*0<abcdefghijklmnopqrstuvwxyz���������    9 : � � � � � � � �!"!�!�!�!�!�!�!�!�!�!�""####(#)#*#+#�#�#�#�#�#�#�#�#�#�#�#�$�%�%�%�%�%�%�&&&&&&&& &"&#&%&*&,&.&/&8&9&?&@&B&Z&[&\&]&^&_&e&f&r&z&{&~&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�'''''	'
'''''''''''!'1'D'F'L'N'S'T'U'W'd'�'�'�)4)5+
+++$+P��
��?�Y�����������������1�9�@�R�c�i�m�{�����������������������	�!�-�=�������������������<�E�G�l�s�v�z���������������������'�2�Q�Z�q�v��������x�z�������������������!�@�A�E�F�G�P�\�]�^�`�g�h�i�j�p��������������������������������������������	��
�������� �#�$�(�)�*�+�0�7�=�@�G�H�P�U�V�[�`�u����������������������������������������
��!�3�8�@�J�M�P�Q�l�q�x�y�{������������������������������������������������	���(�2�7�X�]�`�b�����������������������������"�$�%�2�6�9�<�?�A�C�E�G�K�N�P�S�X�\�_�a�f�h�p�t�w�}�~�������������������������������,�-�1�2�6�7�A�B������������������������������������!�$�)�.�7�;�A�D�G�J�O�Q�S�X�]�b�d�i�m�o�t�v�x�{�������������������������������������������������"�(�+�.�;�@�C�G�M�Q�V�Z�^�i�k�o�r�|��������������������������������������������������
���
������'�/�>�J�L�P�S�^�c�m�y�{������������������������ + % !������������~2+(�����������������v_UF���������p���WON+%#!

������������������������
�����������}|zyxwvusqponmkhgfeXWSRQNMJIHGF@?>=<;:97654321"
����������������������������������vtsrokjc[ZXVSQOKHE65,�����������������vsmdSREDBA?>=<;8653/,+*'&$#!������������������������������������������|wvtqnhea_][WVUSOLKIHGCBA@>=;/.*%$!
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
~
}
|
z
y
s
q
o
n
m
l
i
h
g
f
b
Y
T
R
P
O
N
L
F
D
?
>
=
;
:
6
-
)





�������������t��������������������������FHf�Z���@*.J �
"h��������������B����|��~�xV,xx\�x�j�`������������z�||�t����488,..����B484,(,t��6,F��������RP�~�D.4"�6 �
<�����������T����TR><�B����~���v����8�����:4

j�r����4��@�<jj2d������R�zHr�z|���xvBD�fdb`t\|`��f�H��pnf\���4 !"#$%&'()*+,-./���������������������������������������� (235:;<@BHIJMNOPTUWY\tz|�����������������������������������
*,-./1=?@ACEKUVWXYZ\acdntx|~�����������������ef������������������)+279<0@!!#%*+09<Zaabbccddeeffgghhiijjkk ll!mm"nn#oo$pp%qq&rr'ss(tt)uu*vv+ww,xx-yy.zz/�����������I�������J������  �  T  U 9 9M : :N � �� � �� � �� � �� � �� � �� � �9 � ��!"!"!�!��!�!��!�!��!�!��!�!�U!�!�V!�!�\!�!�3!�!��!�!�:""�""�##O##P###(#(\#)#)�#*#*�#+#+#�#��#�#��#�#��#�#��#�#��#�#��#�#�E#�#�#�#��#�#��#�#��#�#��$�$��%�%� %�%��%�%�W%�%��%�%� %�%� &&�&&&&7&&&&&&)&&& & �&"&"+&#&#&%&%�&*&*�&,&,�&.&.�&/&/�&8&8�&9&9Y&?&?�&@&@�&B&B�&Z&Z~&[&[�&\&\�&]&]|&^&^&_&_�&e&e�&f&f�&r&r�&z&z�&{&{�&~&~�&�&��&�&��&�&��&�&��&�&��&�&��&�&�t&�&�&�&��&�&��&�&��&�&�5&�&��&�&��&�&��&�&��&�&��&�&��&�&��&�&��&�&�W&�&�W&�&��&�&��&�&�x&�&�7&�&��&�&��&�&�(&�&��&�&��&�&�2&�&��&�&��'''''''''	'	2'
'
�''
''''K''f''e''�''�''�''�''�'!'!�'1'1'D'D?'F'F?'L'L�'N'N='S'S'T'T'U'U'W'W'd'd�'�'�'�'��'�'��)4)4d)5)5c+
+
V++�++�+$+$W+P+P���0�
�
2��3�?�A4�Y�v7��U��W��Y��Z��[��\��]��^����<����_����`����a�1�1c�9�<d�@�@h�R�Ri�c�cj�i�ik�m�ml�{�{m��n��p��q��s��t��u����v����w����x����y����z����{����|��}��~�	�	�!�"��-�-��=�=���������������������������������������������������<�<��E�E��G�H��l�l��s�s��v�w��z�{������������������������������������������������������%��'�/�2�O�Q�X9�Z�oA�q�tW�v�[��m��t��~�������������x�x��z�z���������������2��������������C�����������W��Z�����z����!�>��@�@K�A�D��E�E��F�F�G�N��P�[��\�\��]�]��^�^��`�f��g�g�h�h��i�i�j�n��p�~�������������������������������� �����������@��	���������'����)����2����3�������������������5����=��A��������B��I��a�	�Q��W�
�T��V��n��������X�����]� �"^�#�#��$�'a�(�(�)�)e�*�*�+�.f�0�5j�7�:p�=�>t�@�Fv�G�G|�H�N}�P�T��U�U�V�Y��[�^��`�e��u�x���������Y��X��������H�����������������@����������������������������������W������������������������������������
������!�-��3�6��8�9��@�I��J�J�M�N�P�P�Q�]�l�l�q�w�x�x�y�z�{�{������������������� �����!��#��(��*��,��-��-��.��.��/��/������0����1����2����:����t����>����@����A����B����C����D��F��H��I��J�	�N��R��S�(�(T�2�2��7�8U�X�[W�]�][�`�`\�b�c]��;��<��_��a��b��c��e����f����g����h����k����l����m����n����o��p�����r��s��t�"�"u�$�$v�%�%*�2�4w�6�6z�9�:{�<�<}�?�?~�A�A�C�C��E�E��G�G��K�K��N�N��P�P��S�S��X�X��\�]��_�_��a�b��f�f��h�m��p�r��t�t��w�y��}�}B�~���������������������������������������������������������������������������������*��	���+��,�,�-�0��1�1�2�5��6�6�7�@��A�A�B������P����[����_����c����k����m����p����t����{�������������������������������������������������������������������������������!�!��$�%��)�*��.�0��7�7��;�<��A�A��D�D��G�G��J�J��O�O��Q�Q��S�U��X�X��]�^��b�b��d�f��i�k��m�m��o�o��t�t��v�v��x�y��{�|��������������������������������������������������������������������������������������������������������������������������������������������������������������������"�"��(�)��+�+��.�/��;�=��@�@��C�C��G�G��M�M��Q�S�V�V�Z�[�^�_�i�i�k�l	�o�p�r�s
�|�}���������������������������������������� ����#����&����(����*����,����-����/����0����2����4����7����8����9����=����@����A����B����D����E����F��H��I�
�
��������
�
L��M��O��P��R��S�'�*T�/�/X�>�>Y�J�JZ�L�L[�P�P\�S�S]�^�^^�c�c_�m�m`�y�ya�{�}b����e����g����k����l����m����o����p����q��������r����s��������
�
:��;��<������!�!4�&�&��'�'��)�)
�*�*�-�-M�1�1��2�2��6�6Q�K�K�N�N��O�O��h�hN�j�j!�t�tA�w�w��x�x9��������������g�����{�����������������y��]����6���������^��������������y������������������������~������������������������B����Q�������������������	�	���������6�A�A��M�M��N�N��Q�Q��U�U�d�d��e�e��{�{���
�����b��#��������������9��������I�����S������Q���������������������������m����m����T������������������������������������R��������P���������.������������������i��������p�����^��D����
�
��������
�
�����������@������������%�%��'�'�(�(��,�,��4�4W�5�5W�G�G��I�I��J�J��K�K��L�L��M�M��N�N��S�S��k�k�n�n��q�q��u�u��w�w��{�{�}�}a����2���������L����e���������J����
���������a������������������o�����������������������������������������������������;����:��������������������������>��W��F��?��@��A��C�	�	��
�
o�
�
B��Z��S��U��T��G��I��H� � �"�"l�&�&8�+�+|�,�,=�-�-k�.�.w�3�37�6�6_�B�BX�D�D`������������������������m����C�������������������(���������<���������������������������������1���������Z��������:����7����8��������� ��������������l���������i����h����-���������W����W����W����W����W������������������������������������
�
��������
����#�#D�)�)E�A�A'�B�B�C�C�D�D@�N�Nx�S�S>�U�U�Z�ZG�w�w�������������������������}������������������������i�������������������n�������������?��������������L�����y�y��z�z>��������������������8�(�l�l��H�	�
���
��X���H�D�(��8��8��8�L !0"�#�%H)++�,�.�1 2(3�56h7x99�:�=�??�@�A�CD0E�F�G�H�I�J�LhM�P(QxS,S�TTU4V4W@XhX�Y�Z�[�\�]�^x`aXb�c�e(ff�g�i4j,j�kXll�m�oLpp�q�r�sTtuTvPwtx<x�y�z�{�|X}p~X�`�`�����<�h�X�H�$������L����L�`�����������\���������������H�l����<��������,�h�P�H���x�������������hŒÈ���D��� �d�����������֠ؔ�|�L��ߴ��D��� ��l��X��4�@�T������������|�|�����`����x��	�
���
�0l�������(X� �"�#\$�%�&L((�)�*�+P,X-�.D/7�9 9�;(<�>D@�A�D�D�FhF�G�I�K�M\N�P�RSdT�U�V�XYDZ�[�]^�`a�b�c�eXfLg�h�j(k�m4nLoTq r�t�v\whx|y�z�|�~L����� ����������X������������P�,���X�����������t�p���x�D�(�����X�t��<��������X���d���,���\�����”�l�P��ǰȐɄʘ�����l����8��Ҽ���p�լ� ֘�$��ِڌ�`ۼ�@���p�T�x��������d�(�h��H������x��@�H����l����l����\�p���l�X�D�4�`�t��� ���@��PH|�|�8� �(�l�l�	�
0 �
l��l�l�����t4PP��(8���0� T �!�"(#,$$�''�(D)$)�*�+�,�-�.�//�0P11�2�3�4�67X8�::�;D;�<�=�>p?�@@�A�CD`D�E�F�G4HH�II�J�LPM�N|OO�P�Q�Q�R$RdR�S$S�S�T$T�UlVPV�XYY�Z�[|\@\�^L_�`L`�a�cd|e�f�g�h0h�ixjj�kdk�llhl�m8m�n@o0p qTq�r�s�t�u�xyhy�z�{�{�|�}�8������d���|�X���h�X� ���8���P���l���4�����4�(���0���L������|����������l�D�H��������P����|�d�H���,����������0��������������������l�����������(�@�p����<���Ȕ�pʜ˼̌�dΜ�L��ШѤ�(��ԤՐ֌ר�d�L��D�0�@���L���4����@������������(�����������p�������x��@D4�\hH0��
0
��<�
�
�8`�x��\ ��T��`0�� �!\"X#0#�$d%4%�&&�'x(L)H*L+`,`-�0X2t4<5�7P8`8�:H:�;�<�=�>�?�@�A�B�C�D�FpGdH�I`I�J�K4L�N�OPP�Q�R�SdT@UU�W(X4Y0Y�Z`Z�[ [�[�\�]�^h^�_X``�a\bb�c�dDe$e�f�g�h$h�ii�jHkTk�ldl�n4n�o�p0p�q\q�r`r�s�t<t�u�v�w�x�z<z�||�}�~8,� �0��X�����������t�h�����������\�|���8��D������D�T�D�������\�����|�l�4���h�D���p�0�X��������D�,��������,�������\���������������D���t�@�H��������̈͐΄��������`׀�H��l����ޔߤ�l�8�|����P���T����T��,�<�@��������,������<����L���\�(�$�P4������	�
�8
$�����t������\��� �"#D$|%x&�'l(�)P**�+�-�.�/�0�1T2P404�66�7�8�:;�=H>H?L@�B�D$EDG(H�J�L4M�N�O�QXR�S�T�U�WPYZ�\�_(alb`c�ee�g`hPidjkk�l�mxn n�pLp�q�r�s�t�uhv�w�x�z{�|�}d~$����H�L�0��T�������x�����d������p�@���T�L�����H�����������������T�4�������4�,�h�`�,�������������d�����8�L�d�����$Ĭ���p�T�`̴ϼ�tѠ��(����ܠ�\�P�D��D����h�X�X���L�D������,��,��p�X���,�(�������@�D@	d
��
|�d�d�4t4` h�P��� \!�##�%�'\(�)�+|-�/`0812 3�4�6`8d9t:�<\=L>??�A�B�C�EhF�GPH ILJ8K�M@N<O�P�R@ShS�U�V<V�W�XY�Z�[P\,\�]�^�`@a�b�c�d�e�ghTi�j�l|m�oxqq�r�tudvv�w�xLx�y�z�{�|h}�~@(�P��������4��������X�������h���@���l�\�����������|�`�����0�t���H���L�(���L�L�`��������
5777'13#3'17'17#3#17%671167!11!1&'&'@ZZZZ'���ZY�YYYY3���YZ��
 

��
:������:����������

�`

���m�"4'11&#"132765676'&'`								 



�				�				�`����js11131716761312##11312##11'&'&771#11'&'&771#1"'&547633171#1"'&54763317167673171#�
_

	:				E:				E

	_


	:				E:				E

__�

;E

;				�				E

;E

;				�				E�����
��4��2111230111''1&1211#"'&5510#01#10101&'&'&'&76767676'&'&''10101"'&'&'&'&7676767514763�		0

/01				
1
1

		�		$


 
!				#	
 
#		����"/65114'&#"1327&'&767&'&767w		


��		


@�        I


		��


		@	$$$$�$$$$������J211171611''11#"'&5511'&'&76771'1&'&76761514763�		p
rs
p				o
rr
p		�		�C
DE
C�				�B
EE
C�		����14'11&#"1#1"331132765513127654'&##15				�				�				�				�p				�				�				�				���@�,6711671&'&'57111676751&'&'--DD----DD--�))))D----D�D----D�`)�))�)�����)&'&17711#1"33327654'&##1�`
.@				``				@�		
@
��								`����@�0"1#"'&54771671312#!1&'&77167&'&'�"


		+<>())��				�	�"`		


*)(><+�				�""����@�D47116331131#1"'&''1&76761316767&'&'#1&'&771#1"'&5		�	�:&''&:O 
Oh	��		�		x'&::&'x		������96'11&'&1331132765513127654'&##1514'&#"1#17�
�	
�				 				 				�kr
��P				P				�				������@�?67312##1131#1"'&''1&76761316767&'&'#1"'&77!�				�r:&''&:S
S�
	!�				p'&::&'	���@�!<6'11&'&1116767&'&'711#"'&'&54767632�	

	�%--DD--*+@?







k
		
�+9D----DB,-K�







��D�471163!11'&'&71#1"'&5		
���		�		��
P		��@�"Dc&'11&'#13167674'&'673#3#1&'&'67673101013101015011101#10101&'&'6767310$%6 6%$#$%6@6%$#�@    6%$$%65$ 6%$$%6 $5�@��@�81132767654'&'&#"&'11&'67671'&'&77@







XA+*--DD--$�	

@







�-,BD----D7*�
		
K����1111'%1&'67%16}����@n���

�@�@+"113!127654'&#!"113!127654'&#!0				`				��				`				��@								�								������11117%167&'%1&��@��n���

���0�<I6711673111132765514771676551&'&'#132765676'&'P +'				*$%6 6%$				P



 "0				
"6%$$%6				�����P]112#&'&'&'6767671&'&'&'6767632113276551&'&'&'&767R6666R				H9:"""":9HH9:"")-$36%$$%6+ 
						66R@    �66RR66				"":9HH9:"""":9H )!!$%66%$		P 				 R66�$$$$������!(&'11767713117676''1#3#71�	x(
�
(x+���HH���`
LL
` ����@�/>11113167674'&'67&'&'##3#51313#3#15@�6%$$%6`````````�����$%6#"06%$��@�������,&#11"327632#"'&'&767632#"'I1<<1//1<<1


	

DVVD,,DVVD

	

1//1@@1//		


AA-9999,BB

		����+67116731#1&'&'3#3#1316767&'&'`?2332?`�````D----D`32??23@��--DD--��@�511113127654'&##1513127654'&##1513127654'&##@�				�				��				����				�				�				��@�-111132765513127654'&##1513127654'&##@				�				��				����				�				�				����:116767#1"'&54763312&'&'&'676767'&'�D----D;++}				�	>>Z?2332?X=
	

,?`--DD--$#8				X9:32??237	


	(����2%53276551514'&#"1!1514'&#"13276551!@								�								����				�				��				��				���@�1"113311#1"3!127654'&##113127654'&## 				``								``				��				��								@				��@�*2111&'&'51476321676714763 		--DD--				))		�		�D----D 				 ))		��B�565114'&#"11514'&#"1132765517117676''177	


�.								A�
��j

	
�/�				��x				kC�
ˍ ��@�2111312##1"'&514763@		�				�				�		��						�		����,617161#"'&511#"''11#"'&5167��				�

�				�����				���				�����$611476321'11#"'&5167				��				���(				��=��				�����5"1132767654'&'&#11#"'&'&'6767632�+%%%%++%%%%+�45;;5445;;54`%&**&%%&**&%�=3333==3333=��@�.67116731#11#"'&55153#36767&'&'#1`D----D`				@```))``--DD--`				��))�����@71167'1&7676167&'&'&'&'&'6767671'&''@--D,#H


	G--DD--5D?2332??2350


	.�D--V

	U*7D----D�"32??2332?V=9


	
8��B�+;111132765513117676''16767&'&'##3#5131@				_g
T(()=pppppp""���				��
x$#.=)(�""����D�j013'110101&'&'&'&#&'&767627676'&'&'01&#&'&'&'&71'1676'&'&'711&c
8
:7E

	
9 
8
  :7E


9 W
	
		
$@


	
		
$@

����#"1133113276513127654'&## 				�				�				��				��				`				����*2111676751476321&'&'514763 		$%66%$				66RR66		�		�6%$$%6�				�R6666R�		������611116761&'1&767��
�	�
�
��9
�������B�.6111167116761#&'11"'1&767
nUUn

�	QQ	�
�
��$��&

�����
������16'11&'&1'1&'&117677117676''17y


	��	

��


	��	


��k

	��	

��


	
��
	

��������%&'11&113276551716'&'&1':

�				�

���

ז				��

��������&471163!11312#!1&'&71#1"'&5		@	��				��	�		�		��				L		�+i5'1"37171331127654'&#1514'&#""111331673123312765&'&'#1'1&##151'111#1"1#�`				``				`				�				d!;;!$				@		--D 	
  
	``												�		@		..						D--	,,	���,j�2111712#'1'1##11"'&54763151476347116331716331517111312131##1"'&54'&##1&'#1"'&5563211#"'&551477�		`				``				`		�		`	
  
	 D--		@				$!;;!d		�				�												�			,,	--D						..		@�+				+��A�8H%11#11!1&'&'51#1&'&547%162151476331211%1316751&'#@		
 �� 		
	k		 		5��PP�
		��		

�	^%				y.
?PP��E�-@Sd&#11"13167675131676''67311#1&'567&'&'&'2711654'&#"3'67&'&'f

�B/0�
 	�F@@��N4444A								 %'&:�		�00B
p��@@044NA44�								�%:&' ��%�D[}6711671&'&'4767571110016767&'&'010151&'&'671167&'51&'1%#3#14'&#"1#11327716'&'�


""
00 ()==)( 0

P   				 	@


@P

�""�p 0�%3=)(()=3%�0 �`
!33!
@ 				��@		@ ��%�D[|6711671&'&'4767571110016767&'&'010151&'&'671167&'51&'13#3676''1&#"131132765�


""
00 ()==)( 0

0   	@


@	 				P

�""�p 0�%3=)(()=3%�0 �`
!��!
@		@��				 ����)4AMZhu�1113167673327654'&##151&'&'!15167"51671&#55671&'71&'51675&'5167676'&'5211#"'&547630

++�x				@
�@ `Ppp��----								�
�
**				�
@�	��qq����	���������'((''(('p								����������dp�&1&'1&1'1&1'1&1'1&10111111111"3201'1177117712327176''167176''167176''16767176''16'716'&1&'716'''01012337211#"'&54763767&'771767176''167176''167176''16767176''101656745614541515111112#"'01145716'&1&'716'&1"#"'1&1'1&1'1&1'1&117717011101&#&#11#"'&5476321




	
	






	�000
								@�




	
	


		


	�
0�								�



			

	





	��P								0��



			

	








	��								���������6'&1&'1&1'1&1'1&1'1&10101111111"301'1177117717176''167516751176''167176''16767176''16'716'&1&'70111011'7676'&'7&'67�
!
	

'
 %


#

 ��44��




 


$ 
��+����#HY3#331211!1'1'1&54763'#13!67&'#171311!15167673!!!1!1&'&'5]sss

U$�/
00

�
O�
�`
�[@@�
�@@@@
pp
�0

0��B�)]i5#11311316751316751&'#151&'#167116'&'&1#1&'673327654'&###"1#1"1333277%3#30101"101�880880P


wy@				@^-#-%				��,$���88808808��


X				$		@		^����^~��21116751476321675147632111#1&''1&54763214545147632167514763&#"11113277171654''1'''11#"''1'1&5477171632'11#"''1'1&5477171632@											/@]Cq
<						�000000�000000�		��				�p				�	

&?k
:				��		���0000��0000 �� �%2p���2711654'&#"32711654'&#"3&'&767545015147677167716'&1'&7716'&1010101011514'&#"%70716'&733010131716'&&'11&113167&'#1&'673167&'#1&'673167&'#1&'673167&'#101010101#171676'�								`								���.<
.	N
	>	
D+				,
	
/
 	@
<''3�\||��|�].�								�								��0III'#"7..%O
	�	
k	uK1				G***2
@///	(
	%('.

		
������Aa&176''1&''11'17161131676751&'&'##'1'1&#"1'171&#"1'5311767671767671'P�
�M�*

LH!YR#~'
l\	����0j
{<

�
�
/IBc����
S	%

������7Jbk|�&176''1&''11'17161151#1'1'1&#"1'171&#"1'''#1133127655%%131176767176767%&'67%5331276551#67&''P�
�M�H!YR#~9777)		 		>����\	���		 		` ��0j
{<

��/IBc�,,,�				�����S	f����				������H[dmv��76711671167311##101011111#11#10101#1"'&551&'&'!2711654'&#"367&'7&'6767&''&'67767&'&'6732?I77*

mk
P(�		.`								p�(((�>32--E5
 
		I=M								�x�x������8ajs|%'112121#1'1&76167311##10101%671111#11#10101#1"'&551&'&'&'67'&'67767&'�,,,
+'

��39MI77*

�@;>+"P(�		.h@(z""""�(,--E5
f:1�"		I=M�0 �� �,Zm74711#1"'&551&'&'''6767311#13#30101311#1311#1311##15167016372711654'&#"3 	��		.����56DI77*	�!8���
��
��
0								�!��		I=MG���:##--E5

	@ 
�

P								���6w��76711671167311##11#11##1"'&551&'&'7'&766767676'&76767&'&'&76'&'&'&'&'6767&'32?I77*

@		�		.�																(�>32--E5
@ 				I=M�																`P��A�7DW%6711676''1514'&##1"1'1&#&1311!16765513%&'&76767116731#1&' 
		5		 		j
��
		 @ �$$$$p"@"��		

/y				%^	�

		���    �""������-6X631121#151&'#11311#1&'&'51#1&'&7753151#'471163312131##&'&'67315�

�
�@@�
 	І��0		�		 
0�
 �		�	&@�
p��ِ���				�

�����_����2111&#"514763&'11&51676721"''1&'7'11654'&5456301636767&'&'"'"'4547654''&&'&'&'&76'&'&'67676'&7676767767#&'&'514567676767671&01#"227767&'&'67@		

		}
#&H 

																�HHH&# qH�		||		�
	'&,,,&

�																E&,,,&'	

� ��l�4Ag�676'&'67116731111#1&'&'51&'&77%676'&'&'673111#1&'&'5171654''5315167611'&'51#11''1&7716@    & ,+@0
 
�    *, 
 
0@�`@@`@@�$$$$� @/I

t2�$$$$� 2t

I/@(    @@
  
@@������%G11#11'1&761'1&73113%%1#1&771#11##1&'4771'1&567I����(8	et�(A��AB	81g+*
	�����?���r�:
nn
!����%?a531513121327654''1&##14'&##1"11131676''1&'&'#531#11&'51#1&'67315167��<"


		"!<		@		��c    �``` "		


"				���x      !����%?V531513121327654''1&##14'&##1"11131676''1&'&'#11#"'&'6767632��<"


		"!<		@		����``` "		


"				��������^gp&#"1767676'4'&''76'&&'&'&'&76'&'&'67676'&767676767&'&'67
�
/.VV./
�
																H�P3EEAB++BAEE3Pm																� ���[m471163232765&'&'1#151&'&'#1311#1"33327654'&##151673167&'#11#1555!11!16767 								))@00P				��				P88@��@))`								))�								���    ))���,]s676'&'676'&'74'11&#"32765#1&'&'676731&'#11!1676751&'&'11316767&'&'#�p$$$$`								)�))X�))@))�� `�    �								�+)))&)�))�)`����7N\�"1133116767&'71654'&#"1&'513127654'&##111&'&'51676756751&''"1'&771671131#1&'5147716551&'�				L11;;XX;; 		


+9				`pt	
%'	,@'�				"88PX;;;;X@1


		#
"				�``4````	", +������/=X&176''151#11'151#11'1!127654''1&'!11'3#3'113#3#51#11131676751'1'P7@�@+F
L�t#UUUe
���@
�
@��0+ʘd4"
	r�O	
���P

A3$������5@[&176''1515101#"'1'1676727676''1&#!1"1'327'155#"'11&'11!127'1#'PW	�())*:��8Ij!0@����0D�d�	%%%[

$,�S�����@
v������'?R&176''16767&'&''165&767!1'%%31276767711&'&54767'Pn&));
"��&9H��,��	
	
��								��0V55MR6666RK5.&,243'0-�����L55 		A�������1EUb&176''13167&'&'#1"'167&'&''167&'&''11310101&''1#11!167'1#7676'&''P��.*)0)"+'D.�	I�8&&J�@�----��0�.
."#)$  ""�.+9�&&8��'((''(('������4'11&#"1''1&#"1#1"3311327716132765516761327654''1&7673127654'&##1&'&771654'&#"1'&'5676'&'&'67 				 

		

&				&

		


	 				  






'				'





 p��				&

		


	 				 

		

&				&

		


 				 

		

&�8������IS�&176''1&7673127654'&##1&'&771654'&#"1'&'514'&#"1''1&#"'63'%%#1"3311327716132765516767'P�				'

		


 				 

`�


E�����				&

		


 				��0y				 

		

&				&

		K�
7����
				 

		

'				����`i|��17716131#11''1&1&'51&'&1'&7716'&'#1&'6731676''1&761767516767&''4'11&#"327651176'&&'&'&'&76'&'&'67676'&76767674'11&#"32765�


	

	





		


00								@																								�	





	

	





	�@								P																p								����jx�7''6711316767514''1&5515151&'&'#10101"101&'&'&'01"10101#1111113127&551477'''1&767761'&7�888//F
�
0

0
��000

0

��000

0

ӧ����

�HJ

JH�
�
"x000

0

0000

0

����kx��'11##1&'&'5147716551515167673101010301676767012101033111111#1&'&'514771&'676'&''11771176''1716'&1'1&513367&'#151&'�888�
0

0
�
F//7



 				� z���"
�
�HJ

JH�

���~�				  @`9%"113312765514'&#"1'1&#"1'1&#"1327711#�				�						�


i�


		�


i�S`						�				S�		j�		


�		j� @`9"'11&547633121#"'&5511#"''11#"'&54771632171#�				�						�


i�


		�


i�S 						�				S�		j�		


�		j�����)W&#11"132771132765511327654''4'11&#"1!16767514'&#"1#!1"'&55�


�		


I				I


		��				))						�		�		�


		J�				�J		


���				@))@				@				@����U\e&'1#1"3311#1"3311767713117676''13127654'&##1'13127654'&##1'#3#713#31#17�	H[				@
3				
�
				3
@				[G@@@  [vvv
�
��				 				4
LL
4				 				��MM@  ��@�>GS\k"111#1"1111331132765513167674'&'67&'&'514'&#5#1513555#15135531#�		JF				 0  0		 00@

@00@ 

 �		 z*v 				  0%0  		�````````

@````````

��@�Yhy4711632131514763211#"'&551#11#"'&551#1"'&55151515147633153#36767&'&'#1#3#1316767&'&'#0				 				# 0				 				
ppp

ppppp�

 �				  				 
'%0  				  				 v*z �

`@`

����+7776731213121##1"'&54771#1"'&5�.�
�		/�		����{
	���		����5F6711673117711767513321#12##!&'&'113!151!1")`	66	  								 ��)@		�		`)�
++
�		��		@				)@��		@		@��@�%Gi7#11!167671&'&'#1'1&'#1#1&'4771&#"1'&771677163673113277161&'1#&'5�


K�K
"z"�M
#21$
�M
#21$
��
""
M@
""
M ��a�;G4'11&#"11327655167676'&'&517676'&'&'55&'&'6767				F,--,F				/$	

	$/@**�				#
34II43
#				#	
�
	#d���"!..!"��� 7Mdz2111!12#!1&'&'147632111#"'&551476375#"'&551476322111#"'&551476375#"'&55147632 		�				�p"		�								�								@								�								�		��				"P		�		@				@		@���				�				 		`				`		`���				�				��� 7Mc2111!12#!1&'&'14763471163312##1"'&53#32##1"'&547633#32##1"'&54763 		�				�p"		`		`				`		`���				�				�@@@				@				�		��				"P		`								@								`								���%5F#3#11317171"#554'13'#3#1131717#111317171#!!!1!167675�VVV\@hv�\\\\�F������@@@h�@��������&#11#''1&##111312771621127716136767514''1&747636133167654''1&771654'&'#1"1'"'&5&7716551&'&'"1''�	 
		� 
			���3<py''1&547716131676751&'&567671#1&'67%67611'&'51#11&'&'476751676731567&'@
PP


""

$%6���
PP


""

$%6�(	HH	(�	""	�6%$(�8	HH	(�	""	�6%$(�h����]fo67&'7111331276551&'&567671#11&'&'476751#1&'&'51&'&5676767&'&'67PP

		�		

""

)0

""

0)

""�xX	'				'	""	')G	""	G)'	""�����4=clu1311&'&'476751&'&'#11''1&547716&'675&'&'476751&'&56767&'6767&'2
6%$

""


PP�

""



""

H�($%6�	""	�(	HH	NI���	""	�	""	�� ��b�U_i6'11&'&117677117677167676'&'&71676'&'0#&'716'&'&1&'77&'4767771&'�

B)*




2'	
6


\...	===>
�

-33F,%&G

4

*	
�
	<

0g���(%��� ����R76711677676'&'&'67676'&'&515167217676'&''1&#"&#"111&'&'`--D?,


		
=X?2332?X=
	

,?


		+�D--(	



	732??237	


	(`	
		7	S&'2��@�5>111311#1"3!127654'&##1'13167671&'&'!!11!@�E								E��@��@���� 								  @�� �� ����6CY"11#1"3311&#272765515127654'&#4'&#676'&'"113!127654'&#! 		 				 #6%$$%6%								�    `				@				���						1$%66%$		`�						�$$$$�								���+8Rly�731276''1&111!167671&'&'!&'&767671167311##1"'&553671167311##1"'&557676'&'77716'&'#1"�@@@
�
@E���`P
@
		`		�
@
		`		 5@
�
@�@@@
	

@

{�`�

				

				��

@
	

@����@�7W67!11&''1&551'1&7211#"'&'&54767636'&1'1&11771176''17�
k=''@
�
�'!!!!''!!!!';

%%

$$

%%

$$��
//A)$0
O��""&&""""&&""k

$$

%%

$$

%%����E"111#1"3311#1"3312767713127654'&##171673127654'&##;7k				P-	%				%7k				P-	%				%��				l				�				l				���)!!!&'&'51!11!!!516767311331������@��� 
� ��@@
��@�I"1111#1"331132765513127654'&##1513127654'&##1513127654'&##P										P				P�				��				��		�`				@				@				@				`				����:FP"1111327655167674'&##151327654'&'514'&#5&'&'67675531�		F,--,F				F,-		�"

	
*<		 **@\	"�		#
34II43
#				#
34I		\		



)#		����"!..!"�\\\"	��@�AM[&'1!1"13311331677131276771312771312765514'&##15#3#71311#'!!!!1&'67�@				
		(		`i
C				�\\\i��������		p		�
h

K			P		�@;������
`{�5&'5167'''1&766176751476321'&''1&76176''1&76176''1&76176''1&767655167514763211'&7716Pc   
	 
	f|						%166)d5		]]		uu		]*%)%				% 	
 	
�@@@@000
	0
	`|'				�+%$'d5		]]		uu		]��**0b(				�+%$�	
0	
0��A�(5G%11#11!1&'&'51#1&'&547%1621'&'&767113167&'&'#@		
 �� 		
	�    `"�"@�
		��		

�	�
 $$$$`""����@�P471163332##1312##11''1&767312767#1"'&5476331&'&###"'&5		@�				8#				#!!.�

�P	�				�	@		�										,g

�

				

		����I67116'&'&1514'&#"1#1"3311327655117676'&''13127654'&##17U
		
�				 				 				�
		
��				��h	

	�z				�				�				z�	

	�				�����j211163251476321'&'&'1#"'&551&#"1#"'&551312###"'&5476331&'6767514763�						*



#								.$%6�				��				/2		�		!!				1#$.

-D				__				D%?6%$								5K;..1		������94'11&#"1177113!127654'&##15171676'&'&15�				)

						�

w�				�

�						�'

"�����B"111132765516767132765113276551&'&'514'&#�		F,-				*				*				-,F		�		#
34I�				�.!"��				"!.�				�I43
#		��,>P]kx"1###116771676751&'&'##"''1&#''&'&55167311%76751311%6731#1&'3#3#1&'676731#1&'@*"%	X)l5DD5l)H&"*�(#�#(�����������U*  
#"  *U��U0E55E0U�0P����]6'11&'&1&'"&'"113276551676711767712765517163213276551&'&'7.
"	 0							

N
		$
				+�
_!
		P�				�

+�
<		�d�				�-5����#-7ANf5!1676751&'&'!111#157115135#16767'3#31&'&'676'&''&'1!167&'!1&'&'5`��`@@@@`@@@@@�'((''(('�""3��p`�����@�@�@@@�@p----X�3""�����CJQ&1#1"33113276551311767513127654'&##1514'&#"1#1'3#31''#3#51{ 				 				da 				 				9��w::::��				�				���				�				���@VV����
5777'13#3'17'17#3#17%671167!11!1&'&'@ZZZZ'���ZY�YYYY3���YZ��
 

��
:������:����������

�`

�����.A^"1113276767327671&'&#"&'&'&#4711632#"'&5!21'&''&77163217163.




EFllFE



EFllFE
2								
|	FccF		EW
�

��



d

�								�




W		!����5AL"111"31132765513167673127654'&##1&'&'##3#51313#3#15@										`;++				++;�ۻ��` ���� `�		`				`�				`$#8				8#$�@@@����OYdl"111"31"31132765513167673127654'&##1654'3127654'&##1&'&'##3#51313#3#15#1513@														P4))								))4p����P/������/P��		@				 				@`				@+								+` @ ` ���A671167111''1111"#'11"#&'514771511'&55147715���:
nn
:��bBw	99P+*
  
*+P99
vB���+:Zj471163311'&''1#11#"'&55153#36767&'&'#1%3#3#11#"'&551514763671167&'&'#113		P=)('4
8*				@000""0PPP0  00						P

00�		()=-#"�
��				��""�` 00 `				��		�

`��@�E471163312##11##11##11##1"'&547633151476331514763315�		�				`		`		`		�				`		`		`�						`		`		`						`		`		`����`ir&'67671165&'&'1#1"3!1167674'&'51!127654'&##1516765&'&'1!15%67&'&'67� 

""

@				

""

				@

""

��H�xa	""	7				7	""	7				7	""	77I�����1?Re671167!111##1"'&551!11##1"'&551&'7!1'1&'#14'11&#"327652711654'&#"3"`"		 		�		 		� �								 								p""��)0				  				0) HHHHH�								 								������b211171611716113167675167631#1"'&5511'&'&76771511'&'&76771514763`		w

�w

�@4$$
	
	66N`		

)

)		�		#"

'"

'�""5
		
N33		�



6		��@�)6Qg111311317131131713167671&'&'!676'&'5211#"'&'&54767635&'51&'6767@@�@�@�----+%%%%++%%%%+

���    `��'((''(('�%&**&%%&**&%�ssss!

!�� � :Cc�7113277171654''1'1&#"1113271654''1&#"7'171113277171654''1'1&#"1113277171654''1'1&#"1�&&&&&&�#}#���iiii�#8998`8998�&&&&��#}#��8iiii"9988�9988����6'&177'&111&''1&111&''1&111327711327716''1&'711327716''1&'711327716''1&'716'&1&6'716'&1&''�XX�

 
E		


E'&		",
&'		", &'		.; 
:.�XX		'&*!		&'*!		&'D


		E! ! .<	!!:.����Lg676'&'&1'&'&76771611311'&'&771#1&'&'6767271'271167654'&'&#"3@s	)
	)&,Z&b


F
--DD----D7*-







�I
++�

z"D----DD--6��







������_&1111#1"331131676751&'&'#1"33121#1"'&5513127654'&##151&'&''$


 				 ) R66)						$%6 		 				 %�


				�)66R )						 6%$		�				&���(GTao|����6731#1&'3#3#1&'673#3#1&'67471163!121#1&''1&'&'76731#1&'#6731#1&''3#3#1&'676731#1&''3#3#1&'676731#1&''3#3#1&'67'3#3#1&'67��8�0�0�`�x`�0Hk6))))6S`````H��`�P&'&767&'511'&'&7716763332311###1#"'&551##1#"'&55�H
:-"		(								���7
a'!$ 		`				``				a��A�k%6711676''1514'&##1"1'1&#&1311011331232323332767515147633121133323233127675145513 
		5		 		j
��
		  		@		  �		

/y				%^	�

		Ep@				@���A�=%6711676''1&#&131131'1&771'1&76111316767'13 
		�
��
		 f
U<		vQ&{ �		

�	�

		�4	GS	]
C@���A�'O%6711676''1&#&1311!16765513%67311311#11#1&'51#1&'5167315 
		�
��
		 @ �� 00 00�		

�	�

		��P0 00 0 ��a�B2111'&'6761#"'&551&'&'6767514763�		/$	
!,6%$$%6,!
	$/				F,--,F		�		#
$%66%$
	#				#
34II43
#		����1H4'11&#"1#1"331132765513127654'&##15113!127654'&#!1"�				p				p				p				p�		@				��		�				p				p				p				p�@								��=� 46761##1&'1#1"'&7716&7!11!1&'&''
�
�,�	��"!,��,!"�	��	@Q��
��**�����~�6767676'&'&'&'&"300101011'&'&'0101&'&#&2330101317676'&'676'&'&'&'#1&'&'&7''#1&'&'&76761A(

6,/"
))


5,/



)	M)	(	#`

	6
*
		

	4
&


�
		���%6>JZc11313151##"'&54763!167&'!3151'1&167'17674'1#3#131271&'&'67&'@//E8�				��p�H@
�7)Vy&}[��++8��D--�				�XH
"#F@/@W$�	]0@���`��21111''1&##1111#"'&551&''1&'&767613676751&''1&'&56767514763471163311'&''1#11#"'&55153#36767&'&'#1�		

!4"#				
 4"$		�p		P=)('4
8*				@000""0�		#%'				

#%(
		@		()=-#"�
��				��""�����3M671167311#1&'&'671167311#1&'&'5%3#31#1&'&'16767�
 

 
�
 

 
p   

 

p

��

`�

�

��
��

 
���1l11#11311''1&7673151#1&'&'516767!155#131676'311!1&'&'5167673131#11311327713�.FF.��@S
G��G
S�� @FF@@@�@@@@@@���"V%55!11!!!!&'&'516767!1111#1&'&'516767331311''1&7673151&'#1��������������"&FF&P @@@@@@@@@"FF@���"V%55&'&'!11!1676755331#355311#117716'&'#151&'&'##1316767����@���P&FF&"��� @@@@@@@@@@@FF"@���Vly��671167654'&'&''''&1'&''1&767716771671771632111#"''1&'7'#1"''1&7677166731#1&'7'''1&767'&7716F::$""$::FF::$""$::F/'''



#

		

A	+'�
   

 

@!"<=CC=<"!!"<=CC=<"!�




	�		
���
P   

 

������3Lrx&176''1653127654'&##1&'6771654'&#"1&##1"'%111331276551&'&'#3#"33113277151'167'1'P�@				@	@		


@p�)�)�@@@				@@		


?%5��8'_��0x				@


		@�))�				% @


		?!�m�&Jv��@�#*Ee6711673113311#!1&'&'#3#51211#"'&'&5476763&'1#131167513167&'#15�		�8$#"������0'!!!!''!!!!'0000��		'.->-%%�@��`""&&""""&&""P0000����<Mq!!!6767654''1&'!113#3#1#151#111316767515152111#15147635"13312765514'&#51&'&'%��c�//	
L�tL
[@@@�@
�
�		@		P				�				""

	rr	
 ���P

P �		00		 000		�				�		0""������6731#1171'1&761''113151671&'51#117161'&771'1131#1&'673151&'11''1&76171&'#11&'516713167'11'&7716116751#1&'&'&76767&'�P/#8""8$.P/#8""8$.0@�"8$.P/#8""8#/P/#8"�h������U�&176''1673116751&'1#1&'71176''1&11&'513167&'#1311'1716'&1'#151&'16751311'1&176''1711#13167&'#15167''P�""8#/P/#!_n""8$.P���0|#P/#8""!K�		P/#8""�������d�11#"'&54763267&'&'#1"3311#1&'&'51176''1&177113327&'#151513127654'&##4'11&'&#"3276765'1''1&761716@								))))				 0)88--DPP" 				+""&&""""&&""M

H(

=`								P4))4				�)88D--%P�				�'!!!!''!!!!'+H

(

<

������d��11#"'&54763267&'&'#1"3311#1&'&'51176''1&177113327&'#151513127654'&##271167654'&'&#"35&'6751&'5167@								))))				 0)88--DPP" 				�'!!!!''!!!!'`								P4))4				�)88D--%P�				��""&&""""&&""`�PP������d�11#"'&54763267&'&'#1"3311#1&'&'51176''1&177113327&'#151513127654'&##271167654'&'&#"3771''11'&771'1&761716@								))))				 0)88--DPP" 				�'!!!!''!!!!';$$$$

%%

$$

%%

`								P4))4				�)88D--%P�				��""&&""""&&""�%%%%

$$

%%

$$

������fw�11#"'&54763267&'&'#1"3311#1&'&'51176''1&177113327&551##1513127654'&##2111#15147635"13312765514'&#51&'&'@								))))				 0)88--DPP0 				�		@		P				�				""`								P4))4				�)88D--
!�				@		00		 000		�				�		0""��@�Yhw3112771654'&#"151!127654'&##1511327654''1&#"1327711##"3311'1&#"3#3514'&#"#3#1327655�


`		


)`				`)


		`


`		


)��				`)


		`	@@@				@@@@				7		`


		*s				s*		


`		`


		*s				s*		


`7�				���				�����Uds��77654'&#"151!15147#1511327654''1&#"1327711##"3311'1&#"1327554'&#"1353276551#72111#15147635"13312765514'&#51&'&'�```		


)K)


		`


`		


)��				@)


		`


					@�				@�		@		P				�				""7```


		*ss*		


`		`


		*s				s*		


`		7���				�����				�P		00		 000		�				�		0""����+=M_o��6711673113151671311##&'&'5316751&'#11316751&'#5316751&'#171316751&'#5316751&'#1%'1#"'&54771#1"'&5476331'1&547632 
`
(

�`
@      �    ��PPP		P


		s				s		


�

�HH
�

�     P  p      p    �PPP


P		


				


		����B�*cx�%271165511327654''1&#"13277113&'01&7676767677676'&'&'&0101&'&'#3#1676763635&'11&'#11010167625 		


		P


P		


		#+*#

&,21		12-&

#**#N���

�
�	`		�		


P		P


		�		F






�
�
�0
�
�����B�a�111#116767636367632327626551&'&'#1511327654''1&#"1327711#151&'&'#&&'01&7676767677676'&'&'&0101&'p

!
0


		P


P		


�
��#+*#

&,21		12-&

#**#�
�
`



`
�		


P		P


		��
�Z






��F�)6CP]jw����"11331132771132765514'&##&'&767&'&767676'&'&'&7673&'&767%676'&'&'&767676'&'%&'&767'676'&'�				3�		


�						���00���0��0�				�


		�3				�		P��PPP0�P��@�?j%!!!"3!127654'&#765114'&#"1514'&#"1'1&#"13277%&#11"1514'&#"1'1&#"132771654' ��										


)				)


		`


`��


)				)


		`


`		 								�


		*�				�*		


`		`.		*�				�*		


`		`



��v�'4A��1'1&17716'&151&'&'&767&'&767676'&''76''167711331276551117711331276551176''1&'&##1"'1&'&##1"1&##1"1771133127655'7716'&151&'1'1&�@@��8



��	$		0		$			0			&""&			0		�@@@@�v@@v�



`



(j111	D16				61D	1&				&1	G

?

?

G	1&				&!@@@@vv��Uk2111#"'&51476311131'1&54763211#"'&54771#11#"''1&54771632%#"'&5147632 								�		*�*		


`		`


		*�*		


`		`


�								�		��				@		I


))


		`


`		


))


		`


`		)��@��				@				 ����:Xu13167514'&1&'"163'76751&'#1"131&567#3#'1&131276''1674'&'716'&'#117712751#;* 
p

"=V|!!!
	p
"5A#ZAAA#!
	p
"5�;* 
p

"=V`#!
	p
"5A;   
p

"=V;*E;* 
p

"=V�#!
	p
"5A���[#11"'&547716321#"''11312##1&'&'&'&'#11#"''1&54771632131251�


		`


`		


)@				@6%$s*		


`		`


		*s#))		


`		`


		*��				$%6)


		`


`		


)�*����0=p��6311215147632111##1"'&5476331'1&547676'&'#3#"'&54763310101112111#"'&5511#"'&547747116321716321312##1"'11&'&51101015'#"''11#"'&5510101114767631101312##	


i				`				j		�    �				`					i


		j-				i


		j				`	mjjj		


i					`				�		j				`				i


�$$$$`					`				j		


i				j		


i					`�iii


		j				`					���"Df��2111311#"''1&76731514763776321#11#"'&551#1&'&7'3#35167611'&'51#1"'&54763&511477161312##11'''211#"'&54763		 	@


@ 		W@@@


@	 				 	�   @		@ 				)		@ 				 @I								�		 @		@ 		�w@@@		@ 				 � 	@


@ 				7


@	 				 	@7								���;Hb}�6151671#1&'6731'1&76711671167&'&'&'&7676'&'6131#1&'516717&771#1&'67311&'511'!''1&'516731#11'?`&?w%%11%%

%%11%%�$$$$?&`?��?&`?@???`&?�?&`?�L    1?`&?�?`&????&`?����6m6311211#"'&54771#11#"'&551676731'1&5476311211#"'&54771#1"1#"'&551676731'1&547)


`		`


		*�				$%6�*		`


`		`


		*�						)�*		�		`


`		


) 				 6%$)


�		`


`		


)		 				 ))


�����5kx�631121311#"'&5514'&##11#"''1&5477'1#"'&54771#1"1#"'&551676731'1&547632676'&'%&'&767�


		�)						�		


P		PPPP		P


		�						)�		


y    ��$$$$�		


) 				 		


		P


P�PPP


P		


		 				 )


		g$$$$�    ��@�?j!!!27654'&#!1"31132771132765511327654''1&#"3112771132765511327654''1&#"1 �				�						


)				)


		`


`@


)				)


		`


`		`								�


		*�				�*		


`		`.		*�				�*		


`		`


���J"1116767&'14'&#111!167671&'&'#1"1&'&'514'&##				�

�

P		))		P�		��%%			�
��

 
		�))�		 �� �?T11316767514'&'&'516767&'#101010101#101010101#"'11&'67676#`�p@

�A!��!A��





 �� �
>KW3#31#151676771633121#1&'&'67&'67&'67&'3167&'#13167&'#xPPP�XL�@````�((�

Hp���,K67116703036767267632632121!1&5471163!121#1&''1&'&'

	�	�0�0[6))))6����#>N_k671167!11#165516751&'&'#156''1&17711675117%67!11!1&'55#!1"'&551!3167&'#
 

�
p;

@@

%%��`��`		�		@�``�

�`
�! 
P��@

@

$yy$

�  P���				�@��@�OXaj"113311#11133127655167671331276551676751#1513127654'&#!5#1513#5#1513#5#1513 				(H)		 		))		 		)H(				��PP�PP�PP�				@�)@				@))@				@)�@				@@@@@@@@@@@@@ ����AJS\w�"113311#11133127655167672676751#1513127654'&#!5#1513#5#1513#5#15134'11&'&#"3276765'1''1&761716@				(H)		 		)		))5A/H(				��PP�PP�PP�""&&""""&&""M

H(

=�				@�)@				@),'H@				@@@@@@@@@@@@@��'!!!!''!!!!'+H

(

<

 ����AJS\w��"113311#11133127655167672676751#1513127654'&#!5#1513#5#1513#5#1513271167654'&'&#"35&'6751&'5167@				(H)		 		)		))5A/H(				��PP�PP�PP'!!!!''!!!!'�				@�)@				@),'H@				@@@@@@@@@@@@@�`""&&""""&&""`�PP ����AJS\w�"113311#11133127655167672676751#1513127654'&#!5#1513#5#1513#5#1513271167654'&'&#"3771''11'&771'1&761716@				(H)		 		)		))5A/H(				��PP�PP�PP'!!!!''!!!!';$$$$

%%

$$

%%

�				@�)@				@),'H@				@@@@@@@@@@@@@�`""&&""""&&""�%%%%

$$

%%

$$

 ����BKT]n�471163!12##11#11&'1##1"'&551&'&'513151#1"'&553151#55#113'53151#"11131514'&#671167121##1"'&55147635 						(0 	,)		 		)H(		xPP0PP�PPx		@		P""				�				�						@ 0 )@				@)�@		 @@@@@@@@@@@@@@�		00		 ""0		�				�		0����B�?x471163!121#1"01015151&'&'11&'&#51&'&'"'&5567016'&'&'&'&''&'&7676760101676				))3#**#

&-21		12,&

#*+#`				$}�))�}$��






����!H5#1516767311#151&'&'#1471163!12##11##1"'&''1#1"'&5`0+*A0A*+0,0,`		�				

�

		(A*++*A,,H						��		����C�U�776'&1'1&1#1'1&13111177171671176''1&''1513167716'&1#1&'776'&1714'"1'1716'&111'1&177117117716''17117716'&1'16'�!!!" &&&& LBBB4	
%
# "


UIII::I(
8((8
(�///%?P	'-$
&
5

	����+;M]o���671167!11#151&'&'1#1&'&'1316751&'#5316751&'#171316751&'#'5316751&'#171316751&'#5316751&'#1471167632#"'&'&571#13117716''1&
 
3`

`
P  P  p  �  p  P  `""&&""""&&""�

YY

8

8�

�##)L2P

P
��        p          �'!!!!''!!!!'C

88

	����+;M]o���1113151676713167&'476751&'&'!67311#1&'573#31#1&'516767311#1&'5'3#31#1&'516767311#1&'573#31#1&'51674'11&'&#"3276765'1''1&7617160

`

`3
��  p    P  �    P  p    p""&&""""&&""M

H(

=�
�`
P

P2L)##�
�      �      ��'!!!!''!!!!'+H

(

<


����+;M]o����1113151676713167&'476751&'&'!67311#1&'573#31#1&'516767311#1&'5'3#31#1&'516767311#1&'573#31#1&'5167271167654'&'&#"35&'6751&'51670

`

`3
��  p    P  �    P  p    �'!!!!''!!!!'�
�`
P

P2L)##�
�      �      �`""&&""""&&""`�PP	����+;M]o���1113151676713167&'476751&'&'!67311#1&'573#31#1&'516767311#1&'5'3#31#1&'516767311#1&'573#31#1&'5167271167654'&'&#"3771''11'&771'1&7617160

`

`3
��  p    P  �    P  p    �'!!!!''!!!!';$$$$

%%

$$

%%

�
�`
P

P2L)##�
�      �      �`""&&""""&&""�%%%%

$$

%%

$$

����'7IYk{��1113151676713167671&'&'!67311#1&'573#31#1&'516767311#1&'5'3#31#1&'516767311#1&'573#31#1&'51677"111311316751&'#14'&#0

`

`

��  p    P  �    P  p    �		@��		�
�`
P

P
�
�      �      `		� @�			��@�-=O_q����11131516767131&55167516751&'&'!67311#1&'573#31#1&'516767311#1&'5'3#31#1&'516767311#1&'573#31#1&'51672111#15147635"13312765514'&#51&'&'0

`

Y	
��  p    P  �    P  p    �		@		P				�				""�
�`
P

P�%/�
�      �      �		00		 000		�				�		0""����'7IYy���1113151676713167671&'&'!67311#1&'573#31#1&'516767311#1&'5'3#3#113151671#1&'516716751&'6711671&'&'5''51671''11&'516760

`

`

��  p    P  X000  �0



�###
#
�
�`
P

P
�
�      �@X   

 

 )444+`	4+`	��A�9I[m}���671167!111##1110##151&'&'1#1&'&'1316751&'#5316751&'#1'5316751&'#171316751&'#5316751&'#161'&'&'&7677''16767
 
*& 7	
`

`
P  P  `  p  P  �		x6		6xh___2�

� -88,P

P
��      �          r0!))&&&&))!0V&&&�**'����'7IYw�1113151676713167671&'&'!67311#1&'573#31#1&'516767311#1&'5''51671''11&'5167656751671&'&'51670

`

`

��  p    P  ###
#
}

�
�`
P

P
�
�      �444+`	4+`		@@@@@

@	����+;M]o���11131516767131&547675151&'&'!67311#1&'573#31#1&'516767311#1&'5'3#31#1&'516767311#1&'573#31#1&'5167&'&767113312765&'&'#10

`

Z

��  p    P  �    P  p    0'((''(('�

�

'f'�
�`
P

P$`�
�      �      �----�



''����'7IYk{�������671167!11#151&'&'1#1&'&'1316751&'#5316751&'#171316751&'#'5316751&'#171316751&'#5316751&'#15#1516767311#15167673111#1516767315#1&'&'51315#3#&'&'513155#1&'&'513171&'51675&'5167'1&'5167
 

`

`
P  P  p  �  p  P  �""""""�""""""`��

�`
P

P
��        p          P""�""p""@""`""�""�hh@      �����?&111177116771176''17167&''1716'&1'1&'1'&	pcg5
e!!e
5gj
G" ��	� !e
5gg5
e!"G
jcp����S\er�&'16753#31#17167'7111331276551!113312765515151&''1&'&##1"&'6767&'176''1&!77716'&^����K 								 
�	���00�0000�PP�
55
OOO%(@ 				  				 @(%O�I000000���:FT]f1111131&551677167633121131676751&'&'&'&551#113'731'1&##1"67&'7&'67H9:""+t+"":9Hk�֬�t��"":9H�	p!@

@!p	�H9:""�	((	�****��� �F�676'&'55311327655117676''1&'#1176771132765#3#11"13311316''1316751&'#151716751&'#11151&'51&'�$$$$				

4444
				 				<,05
@    ������				�R,,R
�				�d	 		�		`\T8m	t����r�Ta�&'&76755#1"'&7711'&'&771671'&''11##11#"'&551#11#"'&5&'&7675#"'&5511'&'&77167311'&''11#"'&551#�$$$$H	
:%::%;
								�$$$$				

4444
				�    � PPP]%	
N..N
	%]P				PP				�    ��```				�R,,R
�				`����+7671167&'&'1&'2716767&'765711'�"!�"""�""!%���%	�""!J""�
""+�J
J������$7at11#11!167671&'&'#1&'&'211#"'&54763671163311&'51477165&'#1"1'&754711632#"'&5� 
&% 								V: ,:
6								���@@								�

$
		�								����B�$2?MZ�2116731!1&'&'676767677'&7716%1'&77167'&771671'&771667016'&'&'&'&''&'&7676760101676�"��)S000

0
	G	0

0
�000

0
	g	0

0
1#**#

&-21		12,&

#*+#�)��PPP	P	!
P	P	!PPP	P	!
P	P	�






����>Xfs�5!151!%111311#1"3!127654'&##1'131676751&'&'!!1113167671&'&'#3#3#1&'676731#1&'211#"'&54763���@��u
K								K
u���

@

@       								`����@� 								 �
��

`
@P�								����3Mg��53312765514'&##1"111771676''1&'&7"1113312765514'&##"1113312765514'&##53312765514'&##1"'"1113312765514'&##�		@				@		m 
7 
7�				@				@@				@				@�		@				@		�				@				@�@@@				@				�
7 
7 		@				@		�		@				@		 @@@				@				 		@				@		����1L_11177167677167&'&'!#11"''11!1&'47%4'11&'&#"3276765'1''1&7617160
�:'&3
�`��('Z""&&""""&&""M

H(

=�
�+.
��

��/A	'!!!!''!!!!'+H

(

<

��@�;]j617161#1&'&#"#1'1&76167'1&761632371671011101!10101312#!1"'&5476331&'5167��a

WG  
PL
a?f

��L� 				�				 ����7W4h
X���K								�00����B�KT�3#32311!1'1&767314763!!!211#1&'&#"#1&'&'01'1&55147635!151!67016'&'&'&'&''&'&7676760101676��		K
��
K		�����		33		 @���#**#

&-21		12,&

#*+#�		





		�		|HH|		@````�






��@�#*EN[6711673113311#!1&'&'#3#51211#"'&'&547676367&'516751&'�		�8$#"������0'!!!!''!!!!'��		'.->-%%�@��`""&&""""&&""��PP��@�#*ER6711673113311#!1&'&'#3#51471167632#"'&'&53&'#13167�		�8$#"������`""&&""""&&""�����		'.->-%%�@���'!!!!''!!!!'��@�#*ENz6711673113311#!1&'&'#3#51211#"'&'&547676367&''56751673111675171674'&'#1�		�8$#"������0'!!!!''!!!!'@	(
 	

(��		'.->-%%�@��`""&&""""&&""��	
	
��A�#*BL67116731133111#!1&'&'#3#5161'&'&'&7677''16767�		�]!7
������'		x6		6xh___2��		/%%-::/�@��b0!))&&&&))!0V&&&�**'����$9w���77632&'&'6767630101&'11&'&32767471163312#1!151"'&54763312121#!1"'&551476352711654'&#"374'11&#"327652711654'&#"3Z		--DE-,"!&	
&		��		 				�				 						��				 								�								��								�


	**.D----D9/0 �0						@@						`		@				@		`�								 								 								����D�9L&1'1&117711771676767676'&'&'&'&''4711632#"'&5	]
..
]	N)#""#)Nm								�17
PP
71;;�								����(Sd7#&'&'1"'&54763332#153151#%3#32#11!1&'&'477151"'&5476335131'1&551#�)				@�				1O@@���				v
��
v				  0�1@;) 								�PF````@				����				@���	OO	�������("131676716'&#!''3111'&'' 	
!�!
	��)�!!�

�l  �

�]]]]������(="131676716'&#!''3111'&''7&'11&'&6767 	
!�!
	��3�
      
��

�l  �

������f����*U����67116'&'&&#7676723676745677&11237676'&'65&'&#"&'&'11&277676'&'&'45&'&'"#&'6'11&'&"#767367674'67%47176751&'#1"176'&'7'1&131276''167&'&'&�

!	

�



	 ��

	!

�



 	��
<!]!	=x

	!

=



!
��

!	





	!H=	-!';'=	-!����B�4Av�7&7116771633321##11###"'&547633367&'#11'&'%01110131010#111###"'&5514763317163332###31716011101#10103

$-��				%-#-NP				@yw
v�

$-��				%-#-NP				@yw
���
]		@		$				X

0�
^		@		$				X

0����%Pk����4711632#"'&5211#"'&54763211311&'&'6767&55167314763271167654'&'&#"374'67&551673147632311&'&'6534'11&'&#"3276765211#"'&54763211#"'&54763�								0								 		+--DD--,		







�5				+--D/%&�







�								P								�																P		''2D----D2''		��







`'"3				''2D--'"'







`								0								 ��`�u�4'11&#"111111#13!67&'#1716551515151514'&#"111'&7716'&'&111#151514''1&'&1''15155315131131513167&'#!3`				V `V				E



	/@/	


E@�@�  �� �				@;$cc$;@				@1\#
	
4&>  >&4
	
#\1@�@      ����3z�&'&767'"''1#11'&7711'&7716321''%21111117676''1'1&54763211010111#1"''1&'5151514763!2111111##1&'&'5167710101717163211771655151514763@



-
&&
��3
	 		


  
Cd0dC
  


		 
3��YYY##Y

d(P(3		 


		 !.O
d'f@88@f'd
O.! 		


 		3(P(����a�211#"'&'&547676321111117676''1'1&54763211010111#1"''1&'5151514763!2111111##1&'&'5167710101717163211771655151514763@####��3
	 		


  
Cd0dC
  


		 
3�""""@(P(3		 


		 !.O
d'f@88@f'd
O.! 		


 		3(P(��@�-He7'32771&'676726551&'&'&1'1&'&1271167654'&'&#"3713121'&771#1"'&77160���21K+$!!4#!  !#4!!/�'!!!!''!!!!'0$`$`����+8K12

6&'





'&6A,�""&&""""&&""�	6H6H��@�-H[7'32771&'676726551&'&'&1'1&'&14'11&'&#"3276765'1''1&7617160���21K+$!!4#!  !#4!!/""&&""""&&""M

H(

=����+8K12

6&'





'&6A,D'!!!!''!!!!'+H

(

<

��@�-HQ^7'32771&'676726551&'&'&1'1&'&1271167654'&'&#"35&'6751&'51670���21K+$!!4#!  !#4!!/�'!!!!''!!!!'����+8K12

6&'





'&6A,�""&&""""&&""`�PP��@�-HU7'32771&'676726551&'&'&1'1&'&14'11&'&#"3276765##1&'67310���21K+$!!4#!  !#4!!/""&&""""&&""@������+8K12

6&'





'&6A,D'!!!!''!!!!'��@�-Hj7'32771&'676726551&'&'&1'1&'&1271167654'&'&#"37531#11&'51#1&'673151670���21K+$!!4#!  !#4!!/�'!!!!''!!!!'0000����+8K12

6&'





'&6A,�""&&""""&&""�000000��@�-Hj7'32771&'676726551&'&'&1'1&'&1271167654'&'&#"3771''11'&771'1&7617160���21K+$!!4#!  !#4!!/�'!!!!''!!!!';$$$$

%%

$$

%%

����+8K12

6&'





'&6A,�""&&""""&&""�%%%%

$$

%%

$$

����
)7i%3#3&'&'1#3#16767!1151&'&'#53#367675174'11&#"1327655131132765514'&#"1#15�AAA=<Y=+*AAAA*+=Y<=�=<Y=+*AAAA*+=Y<=�								`								`�Y<=A*+=@=+*A=<YY<=A*+=@=+*A=<Y@				�				@@				�				@@���/8Vt%&'11&'133133167&'#1'1513327654'&#1''7131'51671''11&'5167656751671&'&'5167�	CBbC66  &p�	`VP 				�NNN .####
#
}

�`??  66C8&y�				�III8�:444+`	4+`		@@@@@

@��A�5H[o%71167654'&'&76#"''1674'&'65&'&'&'4'11&#"327652711654'&#"3%&111!1676'�R#"+#
7(																�d"=
	��.##
Q,	"!!
��R								�								i	
��"e��@�-EXk'33127716''1&##1"1'&111!1676'77165514''1&114'11&#"327652711654'&#"3�	6		6	�"=
	���0000��								�								X000000	
��"e��	6		6	T								�								����;Vi%6711672'1&#&13110113312323233327675151476334'11&'&#"3276765'1''1&761716A11F

�
��
		  		@@""&&""""&&""M

H(

=`E-,�	�

		Ep@		'!!!!''!!!!'+H

(

<

����;V_l%6711672'1&#&1311011331232323332767515147633271167654'&'&#"35&'6751&'5167A11F

�
��
		  		@�'!!!!''!!!!'`E-,�	�

		Ep@		�""&&""""&&""`�PP����;Vx%6711672'1&#&1311011331232323332767515147633271167654'&'&#"3771''11'&771'1&761716A11F

�
��
		  		@�'!!!!''!!!!';$$$$

%%

$$

%%

`E-,�	�

		Ep@		�""&&""""&&""�%%%%

$$

%%

$$

����=\q%5#1"11###"#"#"##1"'&5514551#1&'&547%1621&&'11&'67676321716727&'11&'&32767  		  		
	�6"
�D--""$	
.

+--D@		b		@pE		
�	y
16�--D:/0	.		,%%D--p������O"1111311316751&'#14'&#''&13113312765514763312133111#1�		@pp		@���� 		@				@				A�		���@�		�www��				`				`		a����B�'`�&131136763232763675131676''&'01&7676767677676'&'&'&0101&'&&'&&'01&7676767677676'&'&'&01013�!�%#+*#

&,21		12-&

#**#r*##+*#

&,21		12-&

#*��II���







�






��d�5\��4'11&'&#"3276765'611'&771#1&'6731'1&71167632327635131676''1&1&&'0101&7676767677676'&'&'&0101&'&&'0101&7676767677676'&'&'&0101&' ""&&""""&&""�8

8

YY

� �P#+*#

&,21		12-&

#**##+*#

&,21		12-&

#**#0'!!!!''!!!!'C

88

C+%$T�:%+�







p






����K\�#1"'&551514'&##1"11###"#"#"##1"'&5514551#1&'&547%162117"11131514'&#671167121##1"'&55147635�			@		  		
	�"�		@		P""				�				 @				@pE		
�	�%%��		00		 ""0		�				�		0����B]p%11!1&'&'51#1&'&547%1621&#"#151&'#11#1131131673471167632#"'&'&57&1'1&17716'@#�� 		
	�

)##( 00  ""&&""""&&""�=

(H

P-%&�		

�	�00 0'!!!!''!!!!'+

<

(

H����B]fs%11!1&'&'51#1&'&547%1621&#"#151&'#11#1131131677211#"'&'&547676367&'516751&'@#�� 		
	�

)##( 00 �'!!!!''!!!!'P-%&�		

�	�00 0�""&&""""&&""��PP����B]~%11!1&'&'51#1&'&547%1621&#"#151&'#11#1131131677211#"'&'&5476763776'&1'1&11771176''@#�� 		
	�

)##( 00 �'!!!!''!!!!'$$$

%%

$$

%%

$P-%&�		

�	�00 0�""&&""""&&""�%%%

$$

%%

$$

%������8b211311#11#11514763'13111!1"'&551#1&'&77165#11311316751316751&'#151&'#1�		pp@		ˋ����		 �500 00 �		���@�		(www��		���000 00 0����B�f��67116727676'&'&#323232301016767677676'&'&'&0101&'&0101"'&'&5676727676'&'&#7123276265'14''1&&'&&'01&7676767677676'&'&'&0101Q"!+

 $X;<%%C1		12-&

#**##+%#=*�
``3*##+*#

&,21		12-&

#*7!

88VF55



	%
(
y
�
HH��






��@�0J471163312##1"'&5671167311#1&'&'"1113312765514'&## 		�				�		 ��`				�				��								��� @		`				`		��@�0H_�471163312##1"'&5671167311#1&'&'3#3#336767&'#1&'&'#1336767&##1#3#3116751316767&##1&' 		�				�		 ��p***6*0*6*0****�								��� vJ  ���[&#"11151&'11167513111131516713167514''15131167515151&'1'1514''

,��:``;��,�

g
MT8 !3@@3! 8TM
g����1G6731131#1&'67315671167311!1&'&'5!532765514'&#"`P�`$%6�6%$�								��6%$$%6��```				`				�� �@Mdv���4'11&'&#"327676511&'&'6767316731#1&'#'&'&767131#1&'6731516755311#1&'&''3#3#1##1"'&5516767&'#1133#3#1&'67�







,'&4=)(()=4&'Hh

hH�$$$$`�`p�
�
�PP�

		@		������0







 1()==)(1

`    ��pppp

�

				P@ P��g�
3@L5&'51674711633121!1567!11!1&'&7761''1&7%61'&77X�		�		�MD	�h	Ohh
hh�������				  [77H
HH
H�����(]3#31#11312#!1"'&5476331516733#313151311315131131513113011!1&'&77121255PPPP�				�`				��@@@(@0@(@0�@0�@ 								p������  �����%BI111#13151#151!113151&'&'!#3#131676751#1"'&553531'�-!�@@���ppp

�
`		 ``��!`�  �
��

�		`````������,C6'11&'&17677&11176716'&'3"1113276514'&#�

�

�G

@

@[								v

��

�*��

�

		��				�		���+<`675167516767&'&'327&'&7672111#15147635"13312765514'&#51&'&'�)
44IR66''

$$$$�		@		P				�				""3_%*G-,66R-;;78!s    p		00		 000		�				�		0""����@�U\eqz31&##1'1&'&1'1&'&17711177131177131176''1316767010151&'&'&'#'#177#1711171#&'678L56@*
)

	�O+(4K
0P'
	"!!88E3/X0!�N&��-.Ha
72

��e7F*FD	
,"(E88!!�((((&)'a0���6%1#"''1&'&'6767'&1#13117716''�'		


~5FX;;;;XX;;�vvHH�F5~


		';;XX;;;;XYHH���*8F%1#"''1&'&'676756751&'756751&'56751&'�'		


~5FX;;;;XX;;��PP�F5~


		';;XX;;;;X@@@@`����@````����;V�11&'11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111#13111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111110100101110101010101010101010101010101010010101010101010101010101010101010101010010101010101010101010101010101010101010010101010101010101010101010101010101010010101010101010101010101010101010101010010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010131#167#131010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010141010101010101010101010101010101010101014101010101010101010101010101010101010101410101010101010101010101010101010101010141010101010101010101010101010101010101014101010101010101010101010101010111010141011111111111111111115111111111111111111151111111111111111111511111111111111111115111111111111111111151111111111111111111511111111111115111111111511111111151111111115111111111511111111151111111115111111111511111111151111111115111111111511111111151111111115111111111511111111151111111115111111111511111111151111111115111111111511111113167&'#1511111115111115111115111111151111151111151111111511111511111511111115111115111115111511111511151111151115111115111511111511151111151115111456767&'71176751&'#211#"'&'&5476763'&#"1'1&111177117&'47671'�'+=D--&&;;&&'ph







�L(B	N
	;;	)!<�'%--D=,+

+,=0%'
p�







n

J		E-

P663E.'&J����M_o'1&'&5516737#3#1151&'47676716771676751&'&'#1&'&'3#31165&'531514'&#"�g���)G#;



:$G)�"#'("#(ggg �@				D9U0U*  
/M))M/
  *U**0U9D�����				��!;#3#131!!!67671&'&'!14711633121##1"'&55����  �� ���		@				@		������� 				�				�	��@�3<ENW`iu671167311#1&'&'53312765514'&##1"67&'&'67767&'&'67767&'&'673167&'#��@		�				�		88�@@����`@@@				@				�88888h����9ku�&7611'&771#1&'6731'731#11''1&5477163#331327711#165&'&'#16'&#"1516767#3#1676711315271167654'&'&#"3@@���R��@@	���u�u@@@@�@�







�@

@��@

@9
�
�@@�@ 







���E_is}��010101011#"'&5511"''11'&'&767716171#1"'&5476331010121671167!11!1&'&'5531&'&'7#3#1676711315'1151#&'&767�				i

[[
		
pYU				`	�)
�

�`
00
0000
p
00
0`    �`				jNN	

	`LT					��

�

�p000
p0
p
0p
0P$$$$���*7DSbo~������11&'&'673#3#1&'673#3#1&'676731#1&'767&'&'711&'&'6711&'6767'&'676711&'6767671167!11!1&'&'5531&'&'7#3#1676711315'1151#&'&767�""x0000 pppp00�""�""P""�""`""�
�

�`
00
0000
p
00
0`    �""H`�""""�""""""�

�

�p000
p0
p
0p
0P$$$$�����6''1514''111176767&'&''1716''1716'&11151&'51&'11'1716''1&11117711111177165517116765511117�
*C�$#"�(&0	22	0&)�"#$�B*0				0:17	Wz*%)*3@
'2&99&2'
@3*(%*zW	71
8	8?
				
?8	8
������	&771514771511'&'&'676771'1&771'1&76111516751671171'1&77161111&'&''111'11&'&551111'%1315167131#1131#1131#11&'51#11&'51#11&'51#1&'673151#1&'673151#1&'6731516713151673#351#13#351#1'53151#53151#�
;u  �1
 -- 

1�"#
( +				  
W000000000000P0000
=,<f%*
*:
@%'++&&@
:*
* # +2
				
2 )@
�0000p00P00�0000P0000 %`67116321!1&'&77�&&--&&l		�>		l
''��������;M]m��111163311#1131676751&'&'#151&'1#151&'&'#3#31#1&'516767311#1&'567311#1&'53#31#1&'5167%'#11'177&'1!1676'P
G Iz

(
`       �      ��<<<=0J

�
	{	
��
\w z""
�
HH�
@  p  `  P  �ccc@)z,��:����,676'&'!!!67674''1&#"1'1&'10----�E��	�0~�	 '((''(('���O�����B�Yb&'11&111'1&'1151&'1#1"3!127654'&##1'111#17111#151%11771676''77311#	!
l�								�C>BK5)Q
!*��p�� 
['#'��								�NK��X^

!��}    
����1Q^fsz��676'&'571##1"'&551&'&56767315567&'67311##1"'&5676'&'5654'%&'&7675175654'111##1"'&551&'&5676731H�.		@		 0 %�.% 0 		@		x�$$$$P�@		@		 0 0 h    �T2*B4'				"0 �'4B* 0"				H    �TTT�    ��T*TTT*"+				+"0  0����/<�&'&767676'&'"113!127654'&#!%676'&''76''167711331276551117711331276551176''1&'&##1"'1&'&##1"1&##1"1771133127655h�



p				@				���



��	$		0		$			0			&""&			0		x



��								�j111	D16				61D	1&				&1	G

?

?

G	1&				&��C����676'&'11132717676''13117676'11230176767410171677103271117676''1&''171117676'&''1'1&'&#"1'1&##%676'&'71327716771'1&'P			



9t

	G

2	
"#&�5�r<		


=(` �		�

{�

6@!NX

\	6A
%"<	 �>>>;


		>	$-��2�?LY�11&'&''1&'&11327655131132765167716'&'&676'&'!676'&'1111132765513113276551133127654'&##1'1&'#�  	

	;								;	

	X��								
0				&+!�#

#D��				��				2 C#

#% `�				��				�				;$������(5B�%'%11'&'&767%16&'&767&'&767676'&'''1##1"'&5511'&77167633127167633121633121''11##1"'&5511'&771&''11##1"'&55111'P �� 
���
!



�



8�		0			&""&			0			$		0		$	����
��
��`(



�111&				&1	G

?

?

G	1&				&1	D16				61D	����R|676'&'55311###3#"33!27654'&#!15117676''1&'&##1"1767715'1&#"132771654'&#"1514'&#"�@XXX				x�				��
:

:
X


		P


P		


				`��````								�/
a

a
/�����		


P		P


		�				����R|676'&'55311###3#"33!27654'&#!15117676''1&'&##1"176771''&#"132771132765511327654'�@XXX				x�				��
:

:
�PPP


P		


				


		`��````								�/
a

a
/�GPPP		P


		�				�		


������Vc&'&7677'&'&7#1&'514'&#"11''1"'01&'&'&7477167633121'&'&767�----�???
<(				f	
�
C $L#3
u�'((''(('��OOO
-%				02
	P
eG


3



����J�676'&'55311327655117676''1&'&##1"176771132765&#"1'1&1111771176''17171'1716'&1'�				
:

:
				��L(B	N
	;;	
28(L`������				�/
a

a
/�				�

J		E-

P66O)&E		J����Gc&'&767'7676''1&'#1"176771132765513113276556716751&'&'1675///	


J-$
:
								X��999	

Y"
a
0�				��				��pp����l676'&'553113276513327654'&##151311#151#1131676751&'&'#11##"176771132765�				8P				��@
�

�
MB
:
				`������				 				@� 0

�

P
a
0�				����@�E`s676'&'5#"'&5511'&'&77167633121&''11#"'&551#471167632#"'&'&57&1'1&17716'p(				
:

-				�""&&""""&&""�=

(H

��Ѐ��				�0
a

J#/�				�'!!!!''!!!!'+

<

(

H����@�E`iv676'&'5#"'&5511'&'&77167633121&''11#"'&551#%211#"'&'&547676367&'516751&'p(				
:

-				'!!!!''!!!!'��Ѐ��				�0
a

J#/�				��""&&""""&&""��PP����@�E`m676'&'5#"'&5511'&'&77167633121&''11#"'&551#471167632#"'&'&53&'#13167p(				
:

-				�""&&""""&&""�����Ѐ��				�0
a

J#/�				�'!!!!''!!!!'����@�E`�676'&'5#"'&5511'&'&77167633121&''11#"'&551#%211#"'&'&5476763&'1#131167513167&'#15p(				
:

-				'!!!!''!!!!'0000��Ѐ��				�0
a

J#/�				��""&&""""&&""P0000����@�E`i�676'&'5#"'&5511'&'&77167633121&''11#"'&551#%211#"'&'&547676367&''56751673111675171674'&'#1p(				
:

-				'!!!!''!!!!'@	(
 	

(��Ѐ��				�0
a

J#/�				��""&&""""&&""��	
	
����@�E`�676'&'5#"'&5511'&'&77167633121&''11#"'&551#%211#"'&'&54767636'&1'1&11771176''17p(				
:

-				'!!!!''!!!!';

%%

$$

%%

$$��Ѐ��				�0
a

J#/�				��""&&""""&&""k

$$

%%

$$

%%����Z�&'&7673#313276551311327655131276''117676''1&'&##1"17677113&#"1'1&1111771176''17171'1716'&1'�								&"
55
"&�L(B	N
	;;	
27'L���`				``				`s8
YY
8sn

J		E-

P66O)&E		J����B�3@y4'11&#"1167632716771676'&'&1'&'&'5676'&'&&'01&7676767677676'&'&'&0101&'�				!i

i?=&�$$$$
#+*#

&,21		12-&

#**#�				 )$#�
a

 ( �    �






:����JW211111311'&''1##1'&''11#"'&55167676765514763&'&767 		!9W,
	&`\
�				.		��		
)##P:
	3�
�J				J1((
		 ��}�IV�4'11&#"1132765514717676''13317676''1&'#1'11167655&'&767'76''171676''1716'&1'1&#"1'1&110113121117				.				�
\P&	
,G9!�p;;;	
O
A'LL(B	$'�				
('2J				J�
�3	
:P##)
0�666O

-F		J

J		E-
1$����B�2^&'&767553121'&''11#"'&5510101'671167101011#"'&551#1"'&7711'&'&77�
;
				n				&"
5������
a
0�				���`				`s9
Z����@�HU}��676'&'7713276551311327655117676''1&'#1"1767%&'&7675'1&17677113676751&'&'3167&'#1&176''��								/	


J-$
:
�)07�88

0
0`�000�				��				�9	

Y"
a
Ah;;;*`87f(2


 ��#�
2HY316751&'1167674'#1"11331171&##7315117676''1&'5331276551#���""����i�����6	M�		�		��
b""pY����.Z		��   				 ����Rnw67711#1&'3#3&'&'47''101'16331271&76111111'&'#3#"'&5511'&'&771671#'67&'������""�666�2_8$L		V���		6		L��
9""��ZZZn��	
`
@�		4		nZ		�������
-;Hb~�316751&##3#67674'533123'16551&'&'#1"7676'&'111331276551&'&'#654''1&1#13117771767513167&'#151&'&1Goow{{{�		���@��$$$$ 		�		@�@
XX
@H@
XX
@�
A				�   		o+ j�      				 ��8
  
88
  
8�����IVbo}676'&'5#"'&5511'&'&77167633121'&''11#"'&551#61''1&7!61'&77&77161'!''&761'�(				
:

;
				�PP�PP�0PP�PPPP��Ѐ��				�/
a

a
/�				�YPPPP�PPPPPP
�� �&l21#1511'&'&77167633'676'&'%1171516731111311#11#1&'51#1"'&5514763516751&'673	' �6		L%2i'((''((' 
50,<				�ԮZ		� p----Pt	m8U\`		�		 	d���%2`&113276517111327651&''676'&'553116751176''1&'&##1"1771167�				��				�



	&&	��
��				-nn��				@
����XXXX�1	G

G	1�����Vn�676'&'4311271117676''1&''171117676'&''1'1&'&#"117677167771327716771'1&'31127654''1316767&'&'#1"331#171654'&#"1�TG

2	"#3

	<		


=([


		D----D�				�))		


P		P`i@!MX

\	6A
%5

�>>>;


		>	$-w		


--DD--				))


		P


P����Vn�676'&'4311271117676''1&''171117676'&''1'1&'&#"117677167771327716771'1&'%&#11"1#1"331132771654''�TG

2	"#3

	<		


=(�


		�				�		


P		P`i@!MX

\	6A
%5

�>>>;


		>	$-�		


				


		P


P����Vn�����676'&'4311271117676''1&''171117676'&''1'1&'&#"117677167771327716771'1&'%&#11"1#1"331132771654'''16751&'&'167516751&'&'1675�TG

2	"#3

	<		


=(�


		�				�		


P		P�`i@!MX

\	6A
%5

�>>>;


		>	$-�		


				


		P


P�00��x00"��#�Vn�676'&'4311271117676''1&''171117676'&''1'1&'&#"117677167771327716771'1&''&1'1&117677167716'�TG

1	"#3

	<		


=(>
	 6
@7
@,`i@!MX

\	6A
%5

�>>>;


		>	$->7o oL
	����6Qd11111771111237112367&'&54767'151&'&'4'11&'&#"3276765'1''1&761716��:
nn
#M�""&&""""&&""M

H(

=�Ti	B1G+*
  "#).&%,T��'!!!!''!!!!'+H

(

<

����6QZg11111771111237112367&'&54767'151&'&'271167654'&'&#"35&'6751&'5167��:
nn
#M�'!!!!''!!!!'�Ti	B1G+*
  "#).&%,T�""&&""""&&""`�PP����6Qs11111771111237112367&'&54767'151&'&'271167654'&'&#"3771''11'&771'1&761716��:
nn
#M�'!!!!''!!!!';$$$$

%%

$$

%%

�Ti	B1G+*
  "#).&%,T�""&&""""&&""�%%%%

$$

%%

$$

����?Pt671167111'11111"#'11"#&'514771511'5147715"11131514'&#671167121##1"'&55147635�f@:
nn
:��P		@		P""				�				bT:"G+
  
*+G1B	iT�		00		 ""0		�				�		0
���� .;K^p���111&'&'51673#3#1&'673#3#1&'676731#1&'7671&'&'57111&'&'51675&'516767'1&'5167675&'516767&71163!121#!1"'&551&'&'�""x0000 pppp00�""�""P""�""`""��%		�		%�"" H`�""""�""""""�&				&��@�!Mh�"11131514'&#3"11131514'&#"11311327655167&56767654'&#!271167654'&'&#"3713121'&771#1"'&7716`		@		�		@		�				$#8				##8		���'!!!!''!!!!'0$`$`�		``				``		�				 ;++C				C=.-		��""&&""""&&""�	6H6H��@�!Mh{"11131514'&#3"11131514'&#"11311327655167&56767654'&#!4'11&'&#"3276765'1''1&761716`		@		�		@		�				$#8				##8		�� ""&&""""&&""M

H(

=�		``				``		�				 ;++C				C=.-		�'!!!!''!!!!'+H

(

<

��@�!Mhq~"11131514'&#3"11131514'&#"11311327655167&56767654'&#!271167654'&'&#"35&'6751&'5167`		@		�		@		�				$#8				##8		���'!!!!''!!!!'�		``				``		�				 ;++C				C=.-		��""&&""""&&""`�PP��@�!Mhu"11131514'&#3"11131514'&#"11311327655167&56767654'&#!4'11&'&#"3276765##1&'6731`		@		�		@		�				$#8				##8		�� ""&&""""&&""@���		``				``		�				 ;++C				C=.-		�'!!!!''!!!!'��@�!Mh�"11131514'&#3"11131514'&#"11311327655167&56767654'&#!271167654'&'&#"37531#11&'51#1&'67315167`		@		�		@		�				$#8				##8		���'!!!!''!!!!'0000�		``				``		�				 ;++C				C=.-		��""&&""""&&""�000000��@�!Mh�"11131514'&#3"11131514'&#"11311327655167&56767654'&#!271167654'&'&#"3771''11'&771'1&761716`		@		�		@		�				$#8				##8		���'!!!!''!!!!';$$$$

%%

$$

%%

�		``				``		�				 ;++C				C=.-		��""&&""""&&""�%%%%

$$

%%

$$

����(B\v''&#"11117711765'1716'&''"1113312765514'&##"1113312765514'&##53312765514'&##1"b4&	//	&4b				�				��				�				��		�				�		�0000%54%�		�				�		@		�				�		`@@@				@				����)6C^"111327655171#1514'&##3#11317173#37171#11'71317171#3#313276514'&#"1 						UU		uJJJ[JZ*JJJ[J[�ZJZJ UUU								U�		��				�� 		@����������				�				6�����&2?s|!!!21#!1"'&51476316751&'&'167516751&'!!!1#113111##1"'&551&'&'513151#1"'&54763#3#1315`�				�				��@�(()		 		)H(				�PPPP�		�@				�		�@@�@@X@@8@@`)@				@)`@				@@@ ����Idw3#3132765513121&#"514'&#"1327#1"1#1&'&'4716763471167632#"'&'&57&1'1&17716'�KKK				K+-%&								�v�""&&""""&&""�=

(H

�@				@x#+				@				@		L��'!!!!''!!!!'+

<

(

H ����Idmz3#3132765513121&#"514'&#"1327#1"1#1&'&'4716763211#"'&'&547676367&'516751&'�KKK				K+-%&								�v'!!!!''!!!!'�@				@x#+				@				@		L�""&&""""&&""��PP ����Id�3#3132765513121&#"514'&#"1327#1"1#1&'&'4716763211#"'&'&5476763776'&1'1&11771176''�KKK				K+-%&								�v'!!!!''!!!!'$$$

%%

$$

%%

$�@				@x#+				@				@		L�""&&""""&&""�%%%

$$

%%

$$

% ����<Rc�#3#"13151476321315167516767'1&'&##11#"'&555#"'&551476322111#15147635"13312765514'&#51&'&' KKKv�				 ,K				@								�		@		P				�				""���		@				@�%-V@				@�@@@				@						00		 000		�				�		0""�^'=671161516761516761516761#!5!!!2#!1"'&54763@
c
c
c
�
	D�@ @��@				��				K
��
��
��
��								��=F�3#3111111##&'673151#1&'673151#1&'673151#1&'673151#1&'673!!!1!1#1131#1131#1131#1131##51515151515133  8 X��`��`  �XPPX(  (���(  (XPPX���<]3#3716'&'#1#3#0101010101!16767&'&'&'01&'&''''11'&771'1&761716����/
�
/����*)  )@)  )*//////////`G		G "#78R))R87#"�//////////����CUgz��&1#11!10101#1516767113167#&'&'676767251&'&'#1'3#31#1&'51673#31#1&'5167713167&'#151&'4'11&'&#"3276765'61''1&7617R�v

@$%%%,;-%&
v��        � @""&&""""&&""c

H(

=�

[
��
`:)%%% #{
[�@@�@@� �'!!!!''!!!!'+

H

(

<����CUgz���&1#11!10101#1516767113167#&'&'676767251&'&'#1'3#31#1&'51673#31#1&'5167713167&'#151&'271167654'&'&#"35&'6751&'5167R�v

@$%%%,;-%&
v��        � �'!!!!''!!!!'�

[
��
`:)%%% #{
[�@@�@@� ��""&&""""&&""`�PP����CUgz��&1#11!10101#1516767113167#&'&'676767251&'&'#1'3#31#1&'51673#31#1&'5167713167&'#151&'271167654'&'&#"37'''11'&771'1&761716R�v

@$%%%,;-%&
v��        � �'!!!!''!!!!'$$$

%%

$$

%%

$�

[
��
`:)%%% #{
[�@@�@@� ��""&&""""&&""�%%%

$$

%%

$$

%��@�=JZl|�3#31#11311#151&'&'1#1&'&'5167673171514763&'&767%1316751&'#5316751&'#11316751&'#!1316751&'# pppOYf�

�fZ		0�  p  ��  �  �@@�p

p�@@		�@@@@@@p@@@@����7I[h|��61311&'&'1#1111310101!1&'&'167673175316751&'#15316751&'#17676'&'7531#1&'5167"11131514'&#671167121##1"'&55147635.�v
 00 @@��

v��    �2222 �		@		P""				�				�

[
�0  0%`
@
[�@@@@�@@@@H*,,**,,*x `		00		 ""0		�				�		0����+9@71131514763311&'&'!17'&77167'&7716#3#17�		���```

`

`���

�

u�����		 ��u```

`

 ���

�

�뀀����?HQ&#"1767676'4'&''673121331277163111&'&'567&'7&'67
�
/.VV./
�m	(0(
))8`�P3EEAB++BAEE3P�	66	v))v�����EYb&#"1767676'4'&''3676751311311#11"''1&5477'3#311#"'&55167&'67
�
/.VV./
�l,	@"0c((0				��P3EEAB++BAEE3P��@ "3*~  				00����:&#"1767676'4'&''6711672171631''1&'
�
/.VV./
�}SS�P3EEAB++BAEE3P�R

R����6Vb671167!11!1&'&'16751176751&'1'1&5167513167&'#1513167&'#13&'1675@��LBB�000@�`��@A�fn
�fn
@@@`P ������&N111!167671&'&'!676'&'6711671"''11'&'&77167615@@��`P71)���@phf78`*;����Zmv111!167671&'&'!76'&&'&'&'&76'&'&'67676'&76767672711654'&#"3&'67@@��� 								X���@>�								 ������531#1513167&'##131#1513167&'#1111&'51'1#1"'&5476331'1#1&'&'6767131'1###1&'&'676733'1514105676321167&'�A))(((())+'$)#
#b	

	��))P�))Pd+ )$_�
		
E����@M`�"1'1&1111771132771176''17167&''1716'&1'1&#&'&7674'11&#"327654711632176765&'51&'&'1&#176765&'514763211!1"3!127654'&##151515�
9
7

7
9

9
7		7
9
$$$$ 								8				

"""

				�X				@				h�
7
9

9
7

7
9

9
7
`    @												5!
		
!5"""!
		
!				�								�`@�$7&'11&'!11!151476331577#1211#"'&54763@�@`		��������								@��		�������@								��@�<CV&'11&'67676'3#36767311#1"1!1&'&'1676755312711654'&#"3 ��
  ��		�������								  �		�������								����A�'611###&''1&#1###"'&71677
� 	
P	d			�
	 �����
�	�		
 �����@K1''1&7615167171661112#!1"'&547633151716773#3'1&#�
PP
(({�				��				��PPP=	PHH
$zz$
�
�								����z	v��@�+S&1!1716'&1176''1!11771654''&11333276551672133276''1&''�
"�m!
PP
!�!
PP��
	�			D	<
	
��

HH

HH��
�		v	�����@�'O6'&1176''1!116751&'&'!17&11333276551672133276''1&''x
PP
!q""3��!��
	�			D	<
	
��
HH
((3""}�
�		v	�����?�5]&151&'1'1&17716'!&151&'1'1&17716'&11333276551672133276''1&''�((
PP
`((
PP
��
	�			D	<
	
�P
$zz$
HH
$zz$
HH7�
�		v	���������A71131276''1&''1&&11333276551672133276''1&''����
��		���
	�			D	<
	
��zzz	�)��

��
�		v	�����@�,:5!1514'&#!1"#3#11675131167151#5&'5167@		�		�(�    				@��p�@@@@��@�*7Ibo3#321!15147633#!11&'51#11&'1516751&'73#321!15147633#!11&'51#11&'1516751&' ���		�		 ������		�		 ���		  		`��p�@@�		  		`��p�@@��@�5[dk|�&117676'&5476'&'!11767654'&'&65&'&'1767713117676'#3#7131''#17'6'&76'&547%&7654'?

�

���
�����Q&&&L&}&�2::2
'--'

'--'
2::2���
--.�  �SSSS�#''##''#���GNY`gs61#1##11312##1"10##1"10##1"'&547633171#1"'&551"'&7677''13'7171'1#771'''1'3167&'#��
		 E				_�_				E 		
�I;;;:uu??t.#n---"v���PP		�								�		PP�C1111�55SCCC&&&&C�����+=M_o��6711673113151671311##&'&'5316751&'#11316751&'#5316751&'#171316751&'#5316751&'#1%#11#"'&551#1&'&'67&56767 
`
(

�`
@      �    �� "
	
		#))�

�HH
�

�     P  p      p    �	)#�				�#)	))�����-%711'&71676171&547716321#"'XcccB�
P
Ac_`�cccA
P
Bc`_���(B\v1316731#1&'#11''1&'677164711633121##1"'&553#321##1"'&55147633!!!21#!1"'&5514763�YX

XY��/		�				�		�```				`				��				�				�	H

H		`

`	�				@				@�		@				@				@				@		����?JWd~671167!1131211112##1&'&'#1&'&'#1&'&'3#351'1#1676'&'%&'&767&1#13117716''
@
3M				 ))�))
����M3�p��'��'PP�

0M @				))))
@�M`�0A''PP����?JWdy671167!1131211112##1&'&'#1&'&'#1&'&'3#351'1#1676'&'%&'&767%671167&'&'&
@
3M				 ))�))
����M3�p���

0M @				))))
@�M`�0�!!

!!����MVcp671167313113112##1&'&'#1&'&'#1"'&5476351"'&551476353#3'1#1676'&'%&'&767 �%4)5				 ))�)) 								`VVV++�p`$w 				))))				 		`		 �``�0����OXer��111"131"33167673167673127654'&#51&'&'#1&505'1&'#1&'#3#31#15676'&'%&'&767''51671''11&'5167656751671&'&'5167`								 ))�)) 				5)4%� ++++V��p�###
#
}

� 		`		 				))))				 w$```�0�444+`	4+`		@@@@@

@����>ht}�111117711117711&551&'1151515151010151&'&'513167513113167516751&'&'!167311#17&'6767&'��{2[ZX�
�
P�����kQ	@%R( !"R�a����!+((+!�

O11a����&;Ohu�67!1!1&'67!1!1&'676'&'671167312#1"'&5&'11&'6331##'##1"'&54767633127676'&''&'&767P��P��S    3`V		�`		Rg3		
�		0
`
,    q--..��0H$$$$�			 			>0				/�$$$$@'((''(('����!5N[h~&'&767113316767&##13#32765&'&'#1"'&##1"3312767&'&'7&'&767676'&'"113!127654'&#!�    �		V`�RRR		`g
`
0		�
		3�    �--..��				@				��`$$$$�			 			>/				0�$$$$`'((''(('�								
������&2?Xew��&176''!77716'&7716'&1!76''1&%676'&'31674'&'&'&##1""'676'&'11316767&##67&'&'#1"3'676'&')HH.HHHH��HHPHH��$$$$l�&P($



8FpF85�HHHHHH�HHHH�    P

#	%p 
P
p����3@Qcx��111!167671&'&'!471163!121#!1"'&5&'&767316767&##13#367&'&'#1"'&##1"31674'&'7&'&767676'&'`))�))�@ 		�				�@		��8Fm888FYP)�)��$$$$�)��))@)`				��				@P�

/	&

&	qP    
����!3CXer���3#367&'#1"1675676'&'11316767&##67&'&'#1"3#&'&##1"31674'7676'&''&'&76773#3167514'&##155&'133167&'#!31276551&'1#0XXXh		�



8FpF8Y)P)�$P    xXXX		h�8		hX�h		X�		hX� 
P
&		&

p $$$$�Xh		�`XXXh				hX���"+FY471163332#1&'&'1"'&553151#471167632#"'&'&57&1'1&17716'		@�				3)		`@@�""&&""""&&""�=

(H

�						�,9&!') 		 ````��'!!!!''!!!!'+

<

(

H���1:}��"1131674741&'&'676705&547675127654'&##55311#11766767676'&76767&'&'&76'&'&'&''&7211#"'&5476367&' 				),				@@@@xh								(�				��)r				�````�X								`�������6'&177'&111&''1&111&''1&111327711327716''1&'7117414567&'71167&'716'&1&6'716'&1&''271167654'&'&#"35&'6751&'5167�XX�

 
E		


E'&		",
$. 	+F.; 
:.�'!!!!''!!!!'�XX		'&*!		&'*!		&'D


		E! "2(
 	5.<	!!:.�""&&""""&&""`�PP ����JS67116731111&'&'514'&#"1&'&'51676713276551#1&'&'7&'67)&&'&::&'

'&::&' )�`)&V�:&''&:P�

�:&''&:P�)������+Ll�"113!127654'&#!"113!127654'&#!'11771176''1716'&1'1&!&11771176''1716'&1'311771176''1716'&1'1& 				@				��				@				��7777777777777777�77777777�								��								�777777777777777777777777����A�S&'&76753276551311327655131276''117676''1&'176771133�    �								
;%::%:
	�$$$$��PPP				PP				P]%	
N..N
	%]��r�O&'&767&''1&'&11327655131132765167716'&'&1#"'"1"'    g%
+				 				,
�$$$$i
 
)��				``				+
��@�#*EX6711673113311#!1&'&'#3#51471167632#"'&'&57&1'1&17716'�		�8$#"������`""&&""""&&""�=

(H

��		'.->-%%�@���'!!!!''!!!!'+

<

(

H��@�#*Ee6711673113311#!1&'&'#3#51211#"'&'&54767636'&1'1&11771176''17�		�8$#"������0'!!!!''!!!!';

%%

$$

%%

$$��		'.->-%%�@��`""&&""""&&""k

$$

%%

$$

%%����/^kx3#3110101#1!3#31#1'1'1&##1'14#67655#3#13167671&'&'!11!117676''131##3#01015147&'&767@���.@ ���DLG)"I...+�

��

!
TJ(�JJJEJ�
('2J@��[?##)
��@
`

��
2
~0Jg���[67116713276765&'51&'&'1&#13276765&'516767113276551515 ..""33""3""..				H
66
3""""3""3
66
 �				� �����5>%51#!"'&54763!151!1"'&551'1&'&5477167632155%11!�
P�@				���			
$$$*)%F���@��
				0		u/!�9I������Oi|�"1'&77167!11''1&##113111#1"''1#11##1&'&771&'5167673151#"1113312765514'&##4'11&#"327652711654'&#"3W

**

q()#B(
	7�7	
(B#)(qI				�				� 								`								�  0)�/B	77	B/�)0p		 				 		�								 								����+4=FO`�671167!11#11311#11311!1&'&'353151#3#3#131553151#53151#%"11131514'&#671167121##1"'&55147635�C8���XX�XXXX�XXXX@		@		P""				�				`A@	%@@@@@@@@@�@@@@�@@@@p		00		 ""0		�				�		0����+4=FO`�671167!11#11311#11311!1&'&'53151#3#3#1315#3#1315353151#%"11131514'&#671167121##1"'&55147635�C8��@XX�XXXX�XXXX8XX@		@		P""				�				`A@	%@@@�@@@@@@�@@@@@@p		00		 ""0		�				�		0����:171&567671#1&''1&'&56767171&'6767tjh


q(�(q


hj�!]


�$$�


]!������/<K&176''1676''1&''13127654'&#!1"3311'''13353276551#'P�		9				�				���� 	
�%				@��0u@�								P���ttt+
 ```				`����+4=FO671167!11#11311#11311!1&'&'53151#3#3#1315#3#1315353151#%53321##1"'&5514763516767#14'&#"�C8��@XX�XXXX�XXXX8XX  P				�				""0				`A@	%@@@�@@@@@@�@@@@@@P000		�				�		0""				�����'.11#1"33327654'&##151716'&'!''!1 	�@				``				@�	�@��&��ֳ								��ӓ������211&'&'676725111&'&'67672515167%16�
)))�)))@
�
H��"""�M�"""�H`	���7%1#"''1&'&'6767271167654'&'&#"3�'		


~5FX;;;;XX;;�'!!!!''!!!!'�F5~


		';;XX;;;;X�""&&""""&&""���%7'327716751&'&'&1'1&'&10����/!!4#!  !#4!!/�����,A6&'





'&6A,��,�'&'1111771176''1716'&''1'=	
@�h��h
�@��g�	DD	�g�����07271167654'&'&#"3113!12765&'&'#�####.K32	
�
	23K\�""""023K
		
K32	���+;M]o��671167!11!1&'&'5316751&'#1%1316751&'#%5316751&'#1%1316751&'#%5316751&'#1%1316751&'#53312765514'&##1""1113312765514'&##���0  p  ��  p  ��  p  �		�				�		 				�				�`��@��      p      p       @@@				@				�		@				@		���#=5#15135#1513'#3#51313#31#15111!167671&'&'!�����ࠠ����������`���������@��@����@
���"+4=FOXaj111!167671&'&'!5#151333#31#1535#15133#31#1535#151333#31#155#151333#31#1535#1513@���XXX8XXXX�XX��XXXX�XX@XXXX�XX8XXXX�XX���@@@@@@@@@@@@�@@@@@@@@�@@@@@@@@@@���"+4=FO671167!11!1&'&'353151#!!!!1!1553151#!!!!1!1553151#!!!!1!15���@@@�����@@�����@@���`��@@@@@@@�@@@@@@�@@@@@@ �`111#"''1&547632171632�		�


�		


i�


W


�		�


		j�		  ``165114'&#"1'1&#"11327711327654''17W		


ii


		jj		


ii


		jj)


		jj		


ii


		jj		


ii���<%1#"''1&'&'676767513167&'#151&'1#131�'		


~5FX;;;;XX;;�@@@@�F5~


		';;XX;;;;XX@@@@���(%1#"''1&'&'6767%3167&'#�'		


~5FX;;;;XX;;�����F5~


		';;XX;;;;X����L4'11&#"132765567116'&'&6767674'&'&&'&'4767 								�
	

)  66CC66  (


	
21KK21�				�				�Y	

"/08C66    66C80/"


	##)K1221K)## ��`�-CZp2111#"'&5147632111#"'&514763#"'&51476322111#"'&55147635#"'&55147632@								�								`								�								`								�		�@				�		`		��				`		���								@		�				�		�@@@				@				����`m111''11#"'&''1&'1'&''1&'&771&547'1&76771676167716763217161676'&'�
,,
	

88

		
,,
		
88

	�----
(

(
	::	
'


(

99
�'((''(('��A�Z%11#111##1"#"###"'&551514'&##1"11###"#"#"##1"'&5514551#1&'&547%1621@		
 !		@		  		
	�
		�@				@pE		
�	�
���.11&'&'&54767675176''151&'F::$""$::FF::$""$::F`U�!"<=CC=<"!!"<=CC=<"!x���
@9{��@�8N#3#"131514763213167674'1&'&##11#"'&555#"'&55147632KKKv�				�vK				@								���		@				@		L@				@�@@@				@				���)MV4'11&#"1'1&#"132771654'&#"15111!1676751&'&'#11#"''1#&'67 				I


		�


�		


I��e.-fp�				�J		


�		�


		J�  --8���!:"1111!16767514''1&'&#!!!!1#11#1&''1&'#17y9�9����03		x
	30�
�\\�
@������F#3#"3312765514'&#"1'1&'&767654'&#"#"'&547632�222				�						,9999,,,,9999,

	

1@@1//1@@1 						�				3,,,9999,,,	

		//1@@1//����<7676321#1"3310101112765514'&#"1'1&'&76713276551101767676'&'&#"'11'13127654'&##1"##i1@@1"				p						,9999,%
B				,9999,%
1@@1"				p�"//						p				#,,%.
Vp				#,,%.
!//				��@�,?R^jv671167!11!1&'&'2711654'&#"374'11&#"327652711654'&#"373167&'#3167&'#3167&'#��@�								 								 								`������`��@�								�								�								�``����653151&'&'5567671311!1&'&'5167673��""@()==)(��00000""0000=)(()=0������54'11&#"11132765517167716751&'&1#"'&15@								@@;EI"
	$&&#7;E�				 ��p				�"
	�	���B11631&'&'515151676767111&'&'5167672&'&'Q99

""":9HH9:"""

99Qp32O
�
"00H9:"""":9H00"
�
O23��@�&'&1#11311767@�DD��	
x@x
	�����-1''1#1&'&'51676731716'&767&'&76-�DD�p!!�	��	
x@x
�//����1B_11'&767654'&'&7611'&767&'&76'&767&'&76'1''1#1&'&'5167673171611))=!!33<!!p�DD��(9:DD:9)!009900!K&'--'&*FF*K//�	��	
x@x
	����"<E_h���671167311#1&'&'553151#671167311#1&'&'553151#3#31#1&'&'516767#3#131567313167671#1&'&'1#1&'5&'673&'67
`

`
@@@@
`

`
@@@�```

`

P@@@@�@ @ p@p

`

`@@@@�

`

`@@@@@
`

`
@@@�`@�����,<N\131671&'#31671&'3131671&'#3131671&'#31671&'#1'671&'XH`�@��p��`��p��p��p��p��`��`�����.5132771654''1&##1211#"'&54763����
p								p������
 								���5H'1'&771654''1&7655676731211#"''1&574'11&#"32765Y���''pp���
�����								����*66*qq##�����
���V								����#3@N111!327654'&#51276514'&##!!!1!1"'&5476376731#1&'3#3#1&'67`))  								 ����				 �������)��)				@		@		��@				�0����277113671&'&'!1��
��
��H��Hll�

���,U^1113151311131514''1&##51!1515151!3#3276551&'&'!113311!167675'&'67�@�@��@   		��		 �``CC��   @@ 		``		@@����%@7#11!167671&'&'#1'1&'#1211#"'&'&5476763�


K�K
"z"k







�







����9@&'1#1"33127654'&##171311#1"33127654'&##1#3#71�		�				`				�				`				�ppp88���								00								k�������,<K47116333##"'&54763315151#1"'&5671167&'&'#1135316767&'&'#		0�6%$$%6�@						�ppp� �		$%60"#6%$				��		��@�������2471163312##11312##1"'&54763311#1"'&5�		�				;�@				�				;�@		�						��								@		��E�Ao55311#1"33127654'&##113113276551&'&'##132765%&#11"1311#11327716'&'#15131676''@@ 				�				 @				
pp
				�


@	  	@


@	  	@@   ��								@ 				0

0				W		@�@		@�@����Ao55311#1"33127654'&##1513113276551&'&'##13276511176751311771654''1&1#151&'&@�				`				�				
��
				7		@�@		@�@@   �								� 				0

0				�


@	  	@


@  @����-D[11##1"'&5476331211##1"'&54763312%471163!12#!1"'&511#!1"'&54763!12 		�				�				�				�		��		�				��		�		��				�		�								�								�								�								����-D[4'11&##1"33127654'11&#!1"3!12765113!127654'&#!1"%4'11&##1"3312765`		�				�		`		��				�		�@		�				��		`		�				�		�								�								�								�								����-D[11##1"'&5476331211##1"'&54763312%471163!12#!1"'&511#!1"'&54763!12�		�				�				�				�		�@		�				��		�		��				�		�								�								�								�								����-D[4'11&#!1"3!127654'11&#!1"3!12765%113!127654'&#!1"4'11&#!1"3!12765�		��				�				��				�		�@		�				��		�		��				�		�								�								�								�								���%;Qcs1316751&'#"113!127654'&#!"113!127654'&#!"113!127654'&#!'5316751&'#11316751&'#(00�				 				��				 				��				 				��0000�00								�								�								�0000�00�����-CZj471163!12#!1"'&5471163312##1"'&53#32##1"'&54763471163!12#!1"'&55&77161''		�				��		�		�				�		 ���				�				�		�				��		f		f�								�								`								�								�

O�
O����-CZl471163!12#!1"'&5471163312##1"'&53#32##1"'&54763471163!12#!1"'&577'&'516761		�				��		�		�				�		 ���				�				�		�				��		�fff		f�								�								`								�								�OOO�O

@�2671167!11!1&'&'%1''1'151515171716�/``@�	�		
@
�
@	���3@671167!11!1&'&'&#"1'1&#"133276'''676'&'���D
W@`�x�`��@k!		P



�����1111#"'&'&'&'6767�''

''66RR66-;;78!!87;;-R6666R���'%&'11&'16767!671167632#"'&'&'�66RR66�@!"<=CC=<"!!"<=CC=<"!�R66��66RF::$""$::FF::$""$::F����-&'11&'67676763312'&'67&'&'&'�R66!!''		''!!66R` 0"@66R/??7777??/R66�0 "����#]&#11"1171654''17716771'1'111!16767514'&#"1#!1"'&5147633127654'&##�b��	
Y	�b�L)))						�				`				`�b�	
X
	�b��)�))`				`										����&#11"1327711#171654'&#"11327654''1311'1&#"132771654'&#"15131132771654''1&#"1#1511327654''


@		


	s
		


@		@


		
s	


		@


@		


	s
		


@		@


		
s	


		@�		@


		
s	


		@


@		


	s
		


@		@


		
s	


		@


@		


	s
		


@��@�'%7671&'&11514'&#"132765511�								�	@	�
�				��				�
����4%''11''11#"'&5147632171617161���								���v	�v				@				v�	v�	��	���*%7671&'&111'555151&'&117675������	@	�**�Y```� 	�

�	@����&17%167&'%I ���
��
��@�31113167671&'&'#31113167671&'&'#0

 

 �

 

 �
��

 

��

 
��671167!11!1&'&'�@����*7'&'1676111755515167611'&'55�����	@	�**�Y```� 	�

�	@���47771177113276514'&#"1'1&1'1&1��								���v	�v				@				v�	v�	��	��@�'7'&'16761151476321#"'&55115�								�	@	�
�				��				�
�������)21!1&'&77163671167!1!1&'&'��
����
`

��
����p



���7111327654''171654'&#"			�


		��		


��


�		


��


		�@��@�%111#"'&54771'1&5476327		�


		��		


��


�		


��


		����<671167654'&'&''55#1&'67315167131#11&'F::$""$::FF::$""$::F@@@@@!"<=CC=<"!!"<=CC=<"!�@@@@@@���(671167654'&'&'3#3#1&'67F::$""$::FF::$""$::FH����@!"<=CC=<"!!"<=CC=<"!���;671167654'&'&'6171611''11'&771'1&7F::$""$::FF::$""$::FQ////////@!"<=CC=<"!!"<=CC=<"!Q////////���.671167654'&'&'7''1&761716F::$""$::FF::$""$::Fq���@/o@!"<=CC=<"!!"<=CC=<"!/���@/o���DW671167654'&'&'671163311&'51477165&'#1"1'&774711632#"'&5F::$""$::FF::$""$::FV: ,:
6								@!"<=CC=<"!!"<=CC=<"![

$
		�								���8K671167654'&'&''3#351#1&'6731131#1&'677211#"'&54763F::$""$::FF::$""$::F(0P(								@!"<=CC=<"!!"<=CC=<"!�@X�								���B��2111312##11#"'&551&'&'#1"'&5476331676751476311514763216767#1"'&5476331&'&'1#"'&551312##7211#"'&54763		H11
				
12G				H11
				
11H		�
 ,				, 
				
 ,				, 
				�								�		
12G				H11
				
11H				H11
		��, 
				
 ,				, 
				
 ,				@								���0%67767&'&'%671167632#"'&'&'o����#66R?0."66R?0�c!"<=CC=<"!!"<=CC=<"!#��0?R66".0?R66#��oF::$""$::FF::$""$::F��)7111327654''1!127654'&#!171654'&#"			�


		j3				��j		


��


�		


i				i


		���)%65114''1&#"1!1"3!113277�		�


		j��				3j		


��


�		


i				i


		�����)&#11"13277113276511327654''�


�		


i				i


		��		�


		j��				3j		


�����)3112771654'&#"114'&#"1'1&#"�


�		


i				i


		�		�


		j3				��j		


����01#1367&'&'&'6767311771654''1&3pK12
	)`���	@21K8%%
)@	
�

�
����;Yw"11132765513127654'&##4'11&#"133127654'&##15"11331132765514'&##4'11&#"1#1"33127655 						@				` 						`				@				@						`�				@				`		�		`				@				��				`						@@				@				`		��				@						`����;Yw4'11&#"1#1"33127655"11331132765514'&##4'11&#"133127654'&##15"11132765513127654'&##�				@				`		�				@						`@						`				@ 						@				`�				@						`�				@				`						`						@�		`				@				���%11#!1"'&54763!12�		��				`		�								���':671167654'&'&'1&'51674711632#"'&5F::$""$::FF::$""$::F 								@!"<=CC=<"!!"<=CC=<"!�pp�								���DWdq'##"'&5476331#1"13!12765514'&##165&'&'#11'1&'#1!11###716731253151#3#3676751#1�"""H

*				�				*
%33%PH#��
�����
�{;;;		@				@		%**)+%;Ȱ��
��
�����?116731##0101"011675167316767674'&#"##<--3=XH'!,4..>C66  h`"!7	./9K0:$$''BAQA7���� ;6676&'&'&'676727676'&1'&'&'&3�)%		32??32++GC% 




  1�&. @55    55@<HIC�e&%$ 4����C�&A^11676767676'&'&'&'&'471167632#"'&'&5711"'&7676'&'&' =00$##$00==00$##$00=�""&&""""&&""�	
!!('			�"!####!""!####!"�'!!!!''!!!!'@	
'	!!(
	������7Q&176''167676'&'&'&'&''67'16'&'&''#&'&'47'167''Pi#$00=3+*!p�(9=)('
		Z�=)(^"$#00=H6I��0R ##!"X�%()=&"
	F�
()=

J.$##!":�����21!1&'&716716751&'4'11&#"32765�

�P

� 								���p�pp�								��@�=11#11#1&771#11##1&'4771'1&567312131'1&73113�te	81g+*

*+g18	et��:
nn
:������.?Qcs���21113151476321311!151676731514763!!!1!1&'&'5316751&'#135316751&'#171316751&'#5316751&'#171316751&'#5316751&'#1�		�				0
�@
0		���@�
��
@  �  �  ��  �  p  �		  				 
00
 		���

P          �          ���"9i611'&'51#1"1'17167315167'1#1"'&5476331277'&'51#1&''1&##1"'&54763311331516761�@		@ 
*(/ �(((/@				@
* 0�
@				@/�
 @		@�@


@ 
85*% 	�555*%				
8�	 %�
				%�
 	@


@�����>%1111"'"'&70101010101010101510107676767&'676767"":9H80#&,
/"":9HH9:""�://

%4E:////:���� 1B567676751#11&'&'51#53#3514'&##1"!3#3514'&##1"32??23�))����		@		@���		@		 ```?2332?``))` @				@@				@ `�`631121#"''11#"'&5477�


�		


��


		�W		�


		��		


�  � 73112771654'&#"1'1&#"�


�		


��


		�)		�


		��		


���E�-[%2711654'&##1"'&55131676''1&#"13113"1133121#11327716'&'#151&'&'#				p		 	@


@ )p 				p		 	@


@	 )p 						�@		@�)@						�@		@�)��>�,9F6731!11#!11!1!1"'&'1&##1&'676'&'%&'&767."�)�� ��4.�P���H0���!!!!67671&'&'#1"''1&'#11@�����
 � 
������D�1771676731213311!167!11!1&'&77YYYYvu��$
�
p
�p
p�� �� �� �=&#11"1327711'1&#"132771654'&#"111327654''�


`		


))


		`


`		


))


		`�		`


		*��*		


`		`


		*&*		


`@@=%77654''1&#"1!171654'&#"11327654''1!11327�```		`


		*��*		


`		`


		*&*		


I```


`		


))


		`


`		


))


		��� 7Mc2111!12#!1&'&'14763471163312##1"'&53#32##1"'&54763!!!2#!1"'&54763 		�				�p"		`		�				�		 ���				�				�				�				�		��				"P		`								@								`								���?L77311#1&'#1513127!167671&'&'#1"1#151&'#11676'&'�222�s!,,!s����
3 @�*,,**,,*G`@�� ��@�2222���,9%671167&'&'113167513167513127713&'&767PK1221KK12�P((
!(



`21KK1221K�
P((!��x�an��6'&''1&'&1&''1&'&#11"1'1&11117711327677167176771676''1654'7676'&'76771676''1677167654'&''1&'716'&''1&'&1&#"'1&111111771327'&'&7675










��
	

	



	

	


)9
	

	



	

	


)��











�������(Y7671167&'&'1#10101676771167676'010101011105"1&'&'&'67&'&'�X;;;;XX;;'	"/:�=>Z66I:/"		'66S`21KK1221K;,
	
�V88	9#$
	,;G11����111177123# 
@�h����g�	D�����)W%65114''1&#"1#1"33113277%2711654'&##113127654'&##1"'&5147633�		�


		J�				�J		


���				@))@				@				@�


�		


I				I


		��				)�)								������.=471163!12##111#!1"'&7716771#1"'&53#31#"'&55 						9	
��
	9		�@@@				�						�@

@�		��`				`���)]"11331132771132765514'&##111!16767514'&#"1!1&'1673127654'&##@				S�		


�						��""@"				��p				p�				�


		�S				�		 "��""p				p@				���-W3#321##1"33167671&'&'#1"365114''1&#"1#1"33113277`@@@				@				@))@							�


		J�				�J		


�`		�						))				�


�		


I				I


		���@�M[h#3##1##1"33127654'&##1"'&5476767676767&'#1654'&'3#3&'&'&'676731����
j#!%%				�				%%""j
��TTT&#�#&T�
E21! 
								
 !12E
pC//!##1�!//C1##���(LU5#"'&5511#"'&547716321#"''3#36767311!1&'&'51676767&' 				I


		�


�		


I�����pS���				�J		


�		�


		J�  h������2E&'11&'"'&27676767676'&7676511'&767676�
	998,+
	998,+�* 
%%2
`+,899	
+,899	

 *
2%%���'&'11&167716'&''1&1&'&'716''�
X<<ee}
`(5*)1	(�
}ee<<X
(	1)*5(`����9111!167671&'&'!61171611&'&'&'677@@��[
6	0?23,���@a0
6
,32?����767116727676'&'&'1#11!1676751&'&'#15�"

"",=)(@�0"

%()=0��0��@�"0=111!151&'&'!!!!1!1676753#3#1&'676731#1&'@@�@��@����0@@@@p���  ��������+L471163#"'&5&'&'&'"'&5676'&'1111#"'&5&'&'&'"'&54763		t^^78				//OPb		     PAA'&				32?				�		87^^t				bPO//		��$$$$&'AAP				?23				���/BU671167!11&'!15!!!1!1&'&'5167672711654'&#"374'11&#"32765�&��&@������								�								`���@@�								 								���;O&'&1###1133127655131217675167654'&'551&'&##151312767�+%./3	�		@			3/.%+				@-77<		<77-�	,$`�				�$,	��M����(`(�����_&1'1&1111117711771176771176''171676''1716'&''1716'&1'1&'&1'�

>
	?
	//	
?	
>
--

>
	?
	..	
?	
>
--�	
?	
>
--

>
	?
	..	
?	
>
--

>
	?
	//�%<R�211##1513211##1"'&547633711##1"'&54763312211##1"'&547633'3#3#1&'&'51677167311#"'&551&'1�				�Р				@				@@		0				0		`				@				@X			D--.%5`				@�								@								�								`--D>B/%X88�%<R�"1133151#"1133127654'&##'1133127654'&##1""1133127654'&##7#3#31676751&''1&'#113276551671 				�Р				@				@@		0				0		`				@				@X			D--.&5`				@�								@								�								`--D>B/%X88����%<R�47116321#1547116321#"'&55'2111#"'&551476347116321#"'&55553273271#1&''1&'516767312##1316767 				@�								@								�								`--D>B/%X88�				�Р				@				@@		0				0		`				@				@X			D--.&5����%<R�113276551#171132765514'&#"271165514'&#"1371132765514'&#"'56326763251&'&'#1113127654'&##1&'6731 				@�								@								�								`--D>B/%X88 				�Р				@				@@		0				0		`				@				@X			D--.%5���4%&'11&'&#"3276767%6131#11''1&77!"<=CC=<"!!"<=CC=<"!��G��Gpp�F::$""$::FF::$""$::F�GGpp���47113276767&'&'&#"'&771#1&'6731'1&761!"<=CC=<"!!"<=CC=<"!)G��Gpp�F::$""$::FF::$""$::F�GGpp���4671167654'&'&'''11&'511'&7716F::$""$::FF::$""$::F�GGpp@!"<=CC=<"!!"<=CC=<"!)G��Gpp���4116767654'&'&'&761516717161''F::$""$::FF::$""$::F�GGpp�!"<=CC=<"!!"<=CC=<"!��G��Gpp	���$4>L[cm%#1&5473173#3#1654'7#3#&'##3#676766##3#67673#3#1&547&'31''&''&'&'3!11673`��{{{{pttt(<-,����		�ttt,-<({{{{�	�	<(<-,tf,-;'u�!!!!@!!!! b6'(87(##(78('6b !!!!�(77(##_b6'(88('6b���4=%6711674'&'&1##1&'5147716'&'&#127713&'67`D--M9MD--
�����--DL9M--D��	X�����)@Wn{1#"''1&7617161#"''1&7617167471163312##1"'&5471163312##1"'&5471163!12#!1"'&5'&'&767�
H
(7
H
(7H		�				�				�				�		@		 				��		p�P(=
�P(=
f								�								�								0�����67!111''1&551'1&7�
�@
�
��
0
O����
/P3#31#151675#113!51&'&'#151&'&'#1#3#1##1"'&551#11!167675�����8@�@@�����		@		���(((((``(� 				 �����a&#11"1311#151&'&1176751311#11327716'&'#151311771654''1&1#15131676''


@	 `@		@` 	@


@	 `@		@` 	@�		@` @


@	 `@		@` 	@


@	 `@����0Fat&'&767!&'&7676711673120101#1&'011101674'6331#'471167632#"'&'&567116731!1&'�----p----�.*)��)*.ֵ







`&&8v8&&���'((''((''((''(('��.
;%%;
.`







��8&&&&8��n�={%65114'&'&177161#"'&'&7716'&'&13277%11771676'&'&1'&'&547716321767716'&'&#"D**'43,
q  
&-9:-p��**'43-	
p  
&-9:,q�-:9-%

 !q
,43'**p-:9-%

 !q
,43'**p����(711!16767&'&'65&'&'"&'&'01()=p6%$,)$$-D--+p=)($%6/"#	)$--D$$0����.@#3#"311!167674''1&55127654'&##553111#17165 ���					m
6
l
				 `@#�"�				����				���$88$����0=JW''65&'&'2711&#67674'16'&#"'3276''1'676'&'&'&767''' 00  0''0  00 �vvv�@�0'''0  00 '( 00  0

��vvv

�@������=3#3211#1&'&'167673#31#113151311#1&'&'16767�|||D
�

�PPP@�@
�

�D�

 
�@� 0

 
����N&11"1327716321#"'&547716321#"'&547716321771654'l�  !++!�		�3AA300�%//%##��		�

�l�!++!  �		�003AA3�##%//%��		�

�����5B111!16767514''1&##4711633121##1"'&55&'&767@@M�		�				�		�$$$$����M`				@				@�    ����671167!11!1&'&'@��`��@��-D471163!12#!1"'&5471163!12#!1"'&511#!1"'&54763!12		�				��				�				��		�		��				�		`								�								�								
���"8N[h676'&'7"113!127654'&#!"113!127654'&#!"113!127654'&#!676'&'7&'&767@�				 				��				 				��				 				��00P								�								�								P����AWm�6731131#1&'673151#1&'&1'&771676131#1&'&7716'!!!2#!1"'&54763!!!2#!1"'&54763!!!2#!1"'&54763 P?
#!X	H��				�				�				�				�				�				�x`��&
N
								�								�								���@y6767676'&'&'&'&01#1"3!127654'&##111#1&'&'&7'&'&'"1&'&'&2010101010101117676'#1�!8



E7:
]				�				�7
�!8

E7:L
0


@#
								

�	


@	����F]471163312##11676751#1"'&54763312##11&'&'51#1"'&5471163!12#!1"'&5		`				))				`				--DD--				�				��		�						�))�								�D----D�		��								���#=755311#3#31#1555311#7#3#5131%111!167671&'&'!@������ࠠ�����������````@```````�``���@���"&51147163211#"''77'11}#��#Niiii}#��#iiii����?JWd1113167673167673127654'&#5151514''1&##151&'&'!3#311#15676'&'%&'&7670

))�)) 				M3
��p333M���p�
��
))))				@ M0
�M`�0@�#-7A\111!167671&'&'!#3#51'55316711671#7&'11&'31'211#"'&'&5476763@��@@@@@@@�@@@�







����@�@@@�@�@ 







��@E731127716'&'!1�


�	�	�I		�����E@&#11"1!1676''�


�		�7		���e7&511477161''			���


�	�	�@e765114''1&177�		���


�	�	����"+671167!11!1&'&'311#!#3#131���@�������`��@@�������E�'631121!1&'&77''&767!11#"'�


�	�	����		�


	�		���R����		����E�#11"''1&767!1�


�		�		�����E�&#11"1!1676''�


�		��		���,11177167&'&'!5!16767511#"''0
��
�`0����
��
p���У

�����F3#32##1"'&55147632171676'&'&547632327654'&#"~222				�						,9999,,,,9999,

	

1@@1//1@@1 						�				3,,,9999,,,	

		//1@@1//���9[&#11"113277111132771654''1&#"1'171654''&#11"1132771654''171'11'?


x		


j		


x		


j		�


p		0


p		;-;�		x


		j


		x


		j


��		p


0		p


;-;����6'&13117%16'&'#17]	�	pM	oL�
��
����@��671167311#11311311#1&'&'5167673151&'#11311#1&'&'5167673151#11311#1&'&'516767315167673151#1&'&'5�
@

�

@

�

@

�

@

�
p

@
( 
@

@
 (
@

@
( 
@

@
 (
@��>�>_2111'&'&#&'&'&'&'&'&'"'&5676751476321"'&''1&767613675163 		eEF	
		
	FEe		
"
�		@@``@@		��s"
s���"@I#1131167673151&'&'#1&'1111316767514''1&##'&'67�%9

�"0
9%p

�
DL��
��
"
�
��

�DX��p�#4E%67114101016767&'&'10101367116751#11&'6767 21KK12 �P"�"P 0"@.'+9K1221K9+
'/�""P0 "����)S65114''1&#"1!1"3!11327731127654''1!127654'&#!171654'&#"1�		`


		*��				3*		


`��


		*3				��*		


`		`)


`		


)				)


		`��		


)				)


		`


`����%A&'11&'676745676763!7'7716'&151&'1'1&�=)(+--D-$$),$%6��OPPPP'' ()=0$$D--$)	#"/6%$�PPPP'��'����%?&'11&'676745676763!777116751176''1&�=)(+--D-$$),$%6��O''PP ()=0$$D--$)	#"/6%$�'��'PP����t}7271167654'&'&#"3113!12765&'&'11#1&'67514'&#"1#1&'51476751&##1"1&'&'4767567&'�####`9##	
�
	##9
				
		\		�""""7.->
		
>-.3(				(9A;� ��0�^q1111676751'1&'&767611676751&'&567671&'&'&'&'5147677162711654'&#"3�
))

#$7,0 

""

21KG119#$
R								�
	y))y	

y;+*
+ 0G	""	GK12-.F++;y
�								���
&8J53151&'#155676731111!115#3#31#1&'&'16767#3#1311���0��@    �    �((((((((( ��` ������������,7"11111!1676''1&'51&'&'514'&#65##327�		8#$/
	�	
0$#8		-@@�		++;H7		6I;++		�����,B471163!3#1#1&'&'53#36767&'&'#1!!!2#!1"'&54763`		@@6%$$%6 )�)�    �@�				�				�		$%66%$))���								����Ek�671167311#151&'&'1#13#31#1&'&'513167&'#1513167&'#1516767!111#1311#1311#113%1#11311316751316751&'#151&'#�
�
P

P�pppp
PPPP
 
PPPP
pp���

�0P

P�0�`
�@0

0@�
� ����?JWd�671167!1131211112##1&'&'#1&'&'#1&'&'3#351'1#1676'&'%&'&7675#11311316751316751&'#151&'#1
@
3M				 ))�))
����M3�p��00 00 �

0M @				))))
@�M`�0P000 00 0���
'8Iq3#31#15167511!115151&'&'#1#3#1313#367671&'&'#167311311#11#1&'51#1&'5167315�����8�     @    � 00 00�((((( ��` ((������0 00 0����Xd6731#1131211##1131#1&'673151#11##1"'&551"'&5476351476331213151#1&'3167&'#�phtffthp 7	
								
	7 P@@��&&��7			@				@			7�� ���)6BNZ471163!12131111#1&'&'776551&'#1'&'16753&'16753&'1675 		 		3!
R�`8883�@@�				 !f
%"`�f������������=111!167671&'&'!51&'51#11&'51671315167@@�������@xhhhhPP�PP����;111!167671&'&'!55#1&'67315167131#11&'@@���@@@@���@��@@@@@@ ��;7111327654''171654'&#"%71327654''171654'&#")		�


		��		


�`���		�


		��		


�


�		


��


		�����


�		


��


		@��;%65114''1&#"11327777654''1&#"11327�		�


		��		


������		�


		��		


�


�		


��


		�����


�		


��


		 ��;&#11"1327711327654''''&#"1327711327654'�


�		


��


		�����


�		


��


		�		�


		��		


������		�


		��		


 ����;#11"''1&5476321716327#"''1&547632171632�


�		


��


		�����


�		


��


				�


		��		


�`���		�


		��		


 �7111327654''171654'&#")		�


		��		


��


�		


��


		�@ �%111#"'&54771'1&547632		�


		��		


��


�		


��


		� `�@631121#"''11#"'&5477�


�		


��


		�7		�


		��		


� @� 73112771654'&#"1'1&#"�


�		


��


		�I		�


		��		


�����)111311!11311&'&'!!16767&'!�@�@��m!�!�������!!����,111!167671&'&'!211#"'&54763@@���								�����p								��p�,1113167671&'&'#211#"'&54763P��p								�����p								 �`/_7671167312##11311#1&'&'51515!671167312##11311#1&'&'51515""3				@@""3				@@�3""				@  H3""				@  H �`/_%11#1"'&5476331676751#1&'&'5167673111!11#1"'&5476331676751#1&'&'5167673111�""3				@@�""3				@@�3""				@  H3""				@  H�����&3@MZ&'&767&'&767%676'&'%&'&7676'&'&76'&'&77676'&0�������`�0�&�����671167654'&'&'F::$""$::FF::$""$::F@!"<=CC=<"!!"<=CC=<"!���5H[671167654'&'&''1167676&'&'&76'6711632#"'&'7211#"'&'6763F::$""$::FF::$""$::F\!!
	))			
				
		�				
				
@!"<=CC=<"!!"<=CC=<"!�

		v								 								���3FY671167654'&'&'''&76767'&'&''6711632#"'&'7211#"'&'6763F::$""$::FF::$""$::Fa

""..""


##
		
				
		�				
				
@!"<=CC=<"!!"<=CC=<"!{
((
�								 								���-@N671167654'&'&'211#"'&'67636711632#"'&'3#3#1&'67F::$""$::FF::$""$::FP				
				
�		
				
		�����@!"<=CC=<"!!"<=CC=<"!P								 								���"/O11!16767&'&'!&'&767676'&''67131#11&'51#1&'67315�R6666RR6666R�0



h�    �66RR6666RR66h�



h    @�+;M]o�������111!167671&'&'!3#31#1&'516767311#1&'53#31#1&'5167767311#1&'53#31#1&'516767311#1&'573#31#1&'516767311#1&'573#31#1&'516767311#1&'573#31#1&'516767311#1&'53#31#1&'5167@��@          P      ��p      p      p          ��@  p  P  �  P  p  �  p  p  p  p  p  P  ����8y��211171632771611'&11#"'&551511514763771117167517165111'1&'151151&''151&'&'1&1511771511'755#177 		E;7#&&$	
"IE;@@						 @@@@1'
*!)

@@!�			��	
"`				PB 		�BA@	@CGF@>
HKI�	HN�FFF	E��@�3&5114763211#"'&54771'!!!2#!1"'&54763			


�		�


		��� �� 				��				i


		�


�		


����								����5T&11176716'&'111132771654''1&#"!&#11"11327654''171654'�
�

�
P		ZZ		


p		p


��


p		p


		ZZ		�
�@

�
x


YY


		p


p				p


p		


YY


��@�D&1176''1716'&'&11767513127676767&'&'#15�������� )	
21K0�����	
�

�
	@)
%%8K12@
����6'&13117�����d��`���T77654'&#"1#1131114'&#"1#1"33113151#171132765513127654'&##1�777		


6��				 				 ��				 				 S666


		7@�3				 				�@��				 				����Ybk67&'71116331676751&'&567671#11&'&'47675151&'&567673&'6767&'PP

#`

""

$%6`

""



""���X	X	""	6%$	""	�	""��������7AKn&176''171654'&'&177161'16'&'&'&'611'''7%7771676'&'&1'&'&54771''P�[**'43,
`  )55,��s����-&&&��999**'43-	
=2��0oZ-:9-%

 !`)+,!'!s�!*Z����>0		�888-:9-%

 !>(����9676'&'4711633121312##1"'&547633151#1"'&500		@		 				�				  		p�				�								�		�!k4'&131"33327654'&#5"1133111#1"3312771133127654'&##1'1713127654'&##1"1'1&##� 
				  				�@				ZZ				 
VV
 				ZZ				 
VV
 �		P								� 				��				zz				��				zz���Ik"1133111#1"3312771133127654'&##1'1713127654'&##1"1'1&##4'&131"33327654'&#5 				ZZ				 
VV
 				ZZ				 
VV
 � 
				  				�				��				zz				��				zz�		P								�'�� �#.7133327654'&##171654''1&#"#3#'1711#���Pi�				|��		rP|�D����P				����P}�C���p&'&'67673116767&'&'1#1&'6767&'&'#1&'&'51676767&'&'&'5167673167�9
	

	
9y
	

	
yW	

	
9y
	

	
y9
��p�H111676751&'&'&'11#13367&'#151676751&'1&'&'5�))))�+*B0HH0B*+$%66%$�)�))�)�(D00
""
00D((6%$$%6(������'O&176''16751&'1'151&'&'1'67'1#&'&'51'111#13367&'#15'P�))�1+6%$/+*B0HH0��0|(1(( �))6��W"$%6	%(D00
""����21'&'&'&747677163�
/.VV./
��P3EEAB++BAEE3P����->5#11!151&'&'#1514'&#"1#1514'&#"!!!1!16767`0
�
0				�				`�@��@
`
�   
00
 				  				���

�����@QZ1''1&'#111#151476751'&76767514763312131677165#1&'&'51367&'��A�8! *		 		A��`�p�
`
	 #"��"5&
				 	�g    @�����5B7''&767#1"'&7716731676767611'&551'7676'&'�
j5)R*2211%<"Y
�



?Y"<%1122*R)5k
����,%&'11&'&#"3276767'611''1&77!"<=CC=<"!!"<=CC=<"!�WWhh�F::$""$::FF::$""$::FyWWhh���,7113276767&'&'&#"'&771'1&761!"<=CC=<"!!"<=CC=<"!�WWhh�F::$""$::FF::$""$::FyWWhh���,671167654'&'&'7''11'&7716F::$""$::FF::$""$::FyWWhh@!"<=CC=<"!!"<=CC=<"!�WWhh���,116767654'&'&'&7617161''F::$""$::FF::$""$::FyWWhh�!"<=CC=<"!!"<=CC=<"!�WWhh����G�|11#"'&54763267&'&'#1"3311#1&'&'51176''1&1771133676751176''1&17711#151312767&'&##@								))))				 0)88--DPPD--88)0 
				
`								P4))4				�)88D----D88)�				����8N111311!1&'&'51676731516767'&'&'&#2711654'&##1"33�"���()=,""

 				@				@�"0��0=)(%

��								���5B]p%4'11&'&#"3276765!671167632#"'&'&'676'&'5211#"'&'&54767634711632#"'&5�--33----33--�@!"<=CC=<"!!"<=CC=<"!----'!!!!''!!!!' 								�4,,,,44,,,,4F::$""$::FF::$""$::FP'((''(('�""&&""""&&""�								��&7676'&'3676'&'7&'&767��    �        8����&7676'&'5676'&'7&'&767@        8X�h    ����,=P111!167671&'&'!67&'&'&'&'67&'&'&'&'4711632#"'&5@@�� E88!!98UA*+,								���@h!!88EU89`+*A,x								���-7671167632#"'&'&'71771654''1&!"<=CC=<"!!"<=CC=<"!�
��
�F::$""$::FF::$""$::Fm�X

X@�-?Y1111!1676751&'&'676751&'&'!5!16751&'!1'471163!121#!1"'&55@��@@ �� 		@				��		�@""@@""@p����				�				�����'111!167671&'&'!3#3#1&'67@@��X�������@���`�57"11331676711327654''1&#"1327711## 				`)I


		�


�		


I		`				)3J		


�		�


		J��		��`�5"'11&54763311716321#"''1&547632114'&## 				`)I


		�


�		


I		`�				)��J		


�		�


		J3		����-111!167671&'&'!7''1&761716@@�����@/o���@����@/o����+?111!167671&'&'!'1'17163277111'&77167@@��G

�iiiGi	<	���@l
G�iiiGi	<	����3111!1&'&'16767!31177116751&'#���@�^������@p��f���0�6h%#3##1"'&'&'&'676731514763211##1"'&55%1!16751476321!1&'&'16767312##`...#()=P


��			��@				"��""0				0�# 
/=)(=

	|}		@���0				0""@"				���0C671167654'&'&'77'&771677161'4'11&#"32765F::$""$::FF::$""$::F3���

8
�

8
								@!"<=CC=<"!!"<=CC=<"!�888

�
8

�
E								����,6711671&'&'!11!'"''1&767311#���@�
h
�
h
 @���p

p����,111!167671&'&'!21#1&'&77163@@���
h
�
h
���@�p

p����,&'11&'!11!167671'&'516761���@�p

p`��@�
h
�
h
��@�g711011#1"3313127654'&##1&'&'3127654'&##14551453127654'&##167673127654'&##1#1"330				66H				,##~				��				~##,				H66				�				@'(				$								$				('@				����B�Q671167217676'&''1&#1#1"33111!127654'&##15165513127654'&##15p
Q

Q6$%					
				�p				p 

%$6@				-2				&,-				@����+:�471163311'&''1#11#"'&55153#36767&'&'#131'110101&'&'&#0101&#&'&'&7676010107676'&'&''1&'&'&7676'&'&'&		P=)('4
8*				@000""0


$"'



##'
			�		()=-#"�
��				��""�		
+


		+

����B�Y&'11&1#1"3311#1"331132765513127654'&##1513127654'&##1716'&'&1';
_4				PP				P				P				PP				4_
ee�
�				 				@				@				 				�
������GW"111#1"3311#1"331132765513127654'&##151316767&'&'##3#5131`		 				  				 				�				�p=)(()=��pppp""�		�				 				 				 				 ()==)(�""�����OV]d&'11&1#1"33113677131127713127654'&##1716'&'&1#1'1&'1#1'3#31'7771#3#31'>

2				)9*.*9)				2

9@**@9Nm`�

�				����				�

�����..@@..����$6711673113311!1&'&'#3#51�		���������		���@������$2@N111!167671#1"'&551#3531'3#3#1&'673#3#1&'673#3#1&'67@�		�������������������� 		������@@'���'Nqx#"''1&767611476321716767471163311312##1&'&771#1"'&511'&''1#11'&'&77171673#3'1�

X		
 				 

		X�		�	J3				�	J3		`
@X@
(((

`
		$.				��$		

`�		I				I		 �  ��(('���'Nqx&#"176771132765117676''1133113127654'&##1716'&'#1"11767713117676''1'1&'771#�

X		
 				 

		X�		3J	�				3J	�		`
@X@
(�

`
		$��				.$		

`��		I				I		 �  ��((((��@�'=Si#"''1&76761147632171676"'11&54763312##5"'11&54763312##5"'11&54763312##5"'11&54763312##�

X		
 				 

		X�				 				 				`				`				�				�				�				�

`
		$.				��$		

`
								�								�								�								��@�'=Si&#"176771132765117676''3#327654'&##1"353#327654'&##1"353#327654'&##1"353#327654'&##1"3�

X		
 				 

		X�   				 				```				`				���				�				���				�				�

`
		$��				.$		

`�J								�								�								�								'���*Sf�&17711#1"33327654'&##1514'27716'&'&114'&#"1'1&'&13%611'&'&76777677165&'&'�0

				00				
��
X		
 				 

		X




	1%%�	

4								`
�F
`
		$.				��$		

`
�

q			
	B$%%	'���*Sf�1312###"'&5476331511'&'&767716%21'&''11#"'&511'&'&7716367116'&'&7&'11&567671'&'&77�
				00				

0��
X		
 				 

		X


)%%1	
�
`								4

	
`
		$��				.$		

`
��

7	%%$B	
	���<V11131#1"''1&'515151677167716763#321##1"'&55147639�

a&*#)��@@@				@				�(#


"
3&0.!3�		�				�		���<V67116''1&'316767&'674'&'65&'65&'&'#1"1111117%3#32765514'&##1"139�

a&*#)��@@@				@				(#


"
3&0.!3_		�				�		 ��`�)3112771654'&#"114'&#"1'1&#"�


�		


I				I


		�7		�


		Js				��J		


� ��`�)&#11"13277113276511327654''�


�		


I				I


		��		�


		J��				sJ		


� `)7111327654''1!127654'&#!171654'&#"			�


		Js				��J		


��


�		


I				I


		� `)%65114''1&#"1!1"3!113277�		�


		J��				sJ		


��


�		


I				I


		�����B�Y&'&767#3#"'&7711'&'&77167633121'&''11##11#"'&551#11#"'&55�H&"
55
"&								���s9
ZZ
9s`				``				`����B�I676'&'5#"'&5511'&'&77167633121'&''11#"'&551#p(				
:

;
				��Ѐ��				�0
a

a
0�				������@[v111111''11'&''1'1&'&771'1&76771716761716471167632#"'&'&534'11&'&#"3276765jl>>lZZl>>lZZ�







�""""�lZZl>>lZZl>>�







####����&1111676'&#&'&'47676'&'&#�?2332?]>J21(
	
�32??23=	

21K2((
���*7!!!21#!1"'&5514763!!!1!1&'&'3167&'#1 ��@�				�@				��@�������		 				 		��P����111##1"'&551676763112106331247716321312##11#"''151&'1&'1#"'&5477167&5#1"'&547633167&''1&547)�
)�


@p@


		@	@				@@		


?%55%?


		@@				@	@		�))i		@@		


@				% @


		?!��!?		


@ %				@


����,711!167671&'&'!17477161''1&5@���p

p @���
h
�
h
���5671167654'&'&'211#"'&'&5476763F::$""$::FF::$""$::F







@!"<=CC=<"!!"<=CC=<"!`







���-n676'&'6'&67676'&#&'&'67677''&'&#131233121771676'&'&1'1&'&##1'13127654'&##�G
/--D.%%	!0 !�

^
$
0


E	?				L`�	((4D--'	 0$
G



t
a

D0				����B�i671167217676'&''1&#1#1"3311#1"3311!127654'&##151673127654'&##1513127654'&##15p
Q

Q6$%										
				�q				pp				p 

%$6 				 				2				"				 				 ����	Qc2771#113''&##113!55#1131"1113#1131513167!127676'&'&#!1&'#5#"55147�>5k��kkk5>�

) 5.."

"..5��)�


  @``@@@ ````
0�0
`,,t

W

����)A111!167671&'&'!''67!11#&'771#!1"'&5511327@@����������		�		�


���@�ddddYYY~				~Y�����L_71!16751676''1&#3#1#1!1676''1"1"551#11#151#11#151#11#157211#"'&54763������

s@@@0�0@(@0@(�								�````��  �������								������@V"11117676'&'51676771611327%167&'%1&#116767'11#"''1@��:

@
	�
�
����66RR66���e'1,%B*.$>
=:ee���33���"8?�6711673!1!!&'&'!!11!&'177131176'''#17%133#111''1&'1'&77167'1&761167##&'67315167�@��@��

@		J		@& ,
			#H4@���0�		�9++++E$	���7M`s��53151311131514''1&##1331276514'&##1"!!!13!1276514'&#211#"'&547634711632#"'&5211#"'&547634711632#"'&5�@�@��		 				 		�`��		@				�								`								 								�								�````CC`��@��				@				 ��						@								 								`								 								����'7IYk{�1113151676713167671&'&'!67311#1&'573#31#1&'516767311#1&'5'3#31#1&'516767311#1&'573#31#1&'51670

`

`

��  p    P  �    P  p    �
�`
P

P
�
�      �      ����B�G676'&'5#"'&5511'&'&771676321'&''11#"'&551#`    0				
($$(				 �$$$$��```				�!??
!�				`�����%Pcv11'&'&767611'&'&767667116711661#"''1&1#"'&55147%&'11&7676''&'11&7676'�
	

	
$#"!!"#$
XX
ap
	
	
c!	!!	!j

	

	�F'&&'F

v	

	

]	!!	!!���(16111''1&'&551476777171'77511����������� �����D�DD�D<>>>>>>��999�9���@�=FR[eq'1'17165"11177117716751&''1&#0151&''1&175171'1'1716557117611'17751711#NNNQQN�`"!`qr` "`"``"RRRR�NNNQQNRR�NQQNfMMMR�  ,ppp$&w#*

11

*$w&$p&$$&vY Z(�ddd `$��"""d [���)Z�6717161''1&'&771'1&'1'&'&776111#11''1&771613127654''1&767%''&7677161''113312##1&'&'477�44'
W
&

�
)`@@`		��
W3		 				 )2�,,>	
X	<
�() @@
 			'
W	R							)P���
GZm7!1'1&'#1776763312111##1"'&551!11##1"'&5515147674'11&#"327652711654'&#"3�&�_###
�
#		 		��		 		X								 								KKKKKPeeee�0				00				0�[								 								���IWj}"11111111331276551!11331276551514'&''1&'&'11514'&##3#31!17167211#"'&547634711632#"'&5�		
#		 		@		 		#
		������E								 								�		 e�0				00				0�e 		�KK�								 								����A7311311311327655131674''131674''131674''1&#"ӕ��I!K�				�K!I�����	I	Z	 				 	Z	I	�����*>5&'&'516767671&'&'516767671&'&'5�@?__?@@?__?@7 @?__?@ FccF�w FccF @?__?@p000""0""�f""f�V""V����!(BLbn�6711673113311#11#1&'&'#3#513#3#11&'51516767&'#11373#31#1&'51676751&'#11376731#1131#11&'515�		��0������    `   

  P0   ��		���@��� 0PP0P
@
��@`p 0@@����$J111!167671#1"'&551#3531''716717161"''11&''1&76@�		�����0!!0��� 		�������YYYZZY�__�����$F111!167671#1"'&551#3531''71611''11'&771'1&76@�		����d$$$$
//$$
//��� 		������4444BB44BB����$>N111!167671#1"'&551#3531'3#3#11&'5151672711654'&##113@�		����xDDD  ,D,,��� 		������   8hh8����$7R111!167671#1"'&551#3531'4711632#"'&521###"'&77163217163@�		�����								�X
X�	0		
0��� 		������								 �	PF����$1>Kam111!167671#1"'&551#3531'6731#1&'6731#1&'6731#1&'67311&'&'4773167&'#@�		�����        ��� 		�����0@@HXXX����$?Xi111!167671#1"'&551#3531'11'&767654'&'&761''1#1&'5167317166'&7654'&7@�		����
	

	
\


$!!$
3
		
��� 		������##
	

	

�
#0##	

	
	����$>P111!167671#1"'&551#3531'4711633121##1"'&55''5171631"'@�		�����		`				`		�----��� 		�������				`				`n@h����$8L111!167671#1"'&551#3531'71''1&77167'1'&771'1&76@�		����g00p0000��� 		�������00"0000���,:HVc%&'71327367&'6'&&'&76776''''654'717&#"'1677&'6717676'&'o0??0::[44
B[[B
44B[[B
.::::#".::::0??0�:::##:2#"":

:B[[B
44B[[B
44.::::0??0::::##�:::0??0:5���6116767&'&'&'&7676&'&'&'67676�
<&&66RR66&%=

Q22"":9HH9:""22Q
�
12BR6666RB21

BAYH9:"""":9HYAB
���&1''11'&'5147716'&1'1&'4716�@
xD�	
�X���`1J	T�	�,	
	���9L''&131676''167&'&676767&'&'&'"1176''151&'K"""n6RR6666R>0
?SH9:"""":9H5/.#�HAu"""n666RR66!
-"":9HH9:""#5h
HA^����n471163332##113151#1"'&54763332##111312###"'&547633151#11312###"'&54763315151#1"'&5		00				�				00								00				�				00						�						pp								��								��								��		 ����13#32##11#"'&51#11#"'&551#1&'&'6767�@@�				 				 				 D----D�				��				`��				`--DD--���*=P{��711331327673127654'&##1&'&#"#1"34711632#"'&574711632#"'&57"11#1"331327673127654'&##1&'&#'"'11&547632#7&'11&#"#1"331327673127654'&##		7		�				�		7		�								�								 	�				�		7				7	�								I		W				W		�				� 		



				



										�								P

				



				

0								@



				



				����:%671167&'&'1&'6716767&'&''1654'71`)))^())(^)))(^^(�)))/))/)))//����P111!167671&'&'!11"'1163&'&'45'1&'&'676771456767@@��@UUQQ���@�./--��� @Z''&#"111167717167&''&#11"1&#67674'71654''111&'51676731#�....�


"%X;;;;XX;;		P,'&:�------5		;;XX;;;;X%!


PW,:&'���5Pd%''"1#"''1&'&#1&'71676''16713277111671167654'&'&'&113167716''�GGGG= 0770 =�F::$""$::FF::$""$::F0
<
0XFF)5&B'..'B'4)�!"<=CC=<"!!"<=CC=<"!F		#88#	����#3CUew���7''&767671''1&'51&11'67311#1&'567311#1&'573#31#1&'516767311#1&'573#31#1&'516767311#1&'53#31#1&'516767311#1&'5&=<TT<=QMMQ    p    P  p    P      �����((($ !! $(77_  `  p        P    ���*BT]3#321#1514763##1"'&551476771673311##1"'&513'4711633121#155#1513�   		`		@		�		d�		�		dd		 		` @@�		  		`��@��				;5-#(<<(#-5;				@@				  @��������!M"11131514'&#3"11131514'&#"11311327655167675127654'&#!`		@		�		@		�				$#8				8#$				���		``				``		�				 ;++C				C++; 				���);HUbo671167!11!1&'&'1476321675316751&'#173167&'#13167&'#1!167&'!1!167&'!1` ��"				@pp�0000���`��"				��0PPPP```����"?L76711632327654'&'&'3277676'4'&'&#"767&'&76764DDNNDD4


	
=OO[[OO=
	


W=
		
'017710&
		
=W@    �22	



	;!  !;	


	56	



	""	


	6�$$$$
����3FYp�����111!167671&'&'!3#321##1"'&551476311#"'&547632"'11&547632#471163312##1"'&57"'11&547632#11#"'&5476327"'11&547632#11#"'&547632"'11&547632#@� ���				�				 								 								 		`				`		�								 								@								 								 								����@		 				 		�								�								@								�								@								@								@								�								������+:E&176''101416''1&'51&'&'514'&#"1'''11!65##327'PZ
0$#8				B$�o���/
	)@@��0G	6I;++				7t�e���I7M����!27#1"3!127654'&##1'1&'#1!!!13312767�`				�				`	x	�����
�
�								n��



S���=671167654'&'&''311276#"'&547632'&#"F::$""$::FF::$""$::F9  '33(%%(33'  @!"<=CC=<"!!"<=CC=<"!�%%(33'&&  �����#G7'1&#"1327654''171654'&#"11771312771'11##1514771'1Vfff	


		�


		
f((��(*!x-y$x-y�fff
		


�		


	f((��!*(y-x$y-x ��B�3%67716'&'&'&1''#1"33167674545S+�
�%sttt.
				�0 Q$��/hiii .
				 0����3K�7132765514''1&#"37132765514''1&#"132765514''1&#"4'11&#"116767674305031101010101632010101011101216767672111632110121676767211163201010111013067514'&'514'&#"1#1514'&#"1#15#&'&'&'&'&'&'"'13!127655V�h�				
		
		@		
		@@
#####"
		�		�***

****

**

**�				0GG0				00				00�U				U���G4'11&#"1!127654'&#!1&'!!!2765514''1&'"1'"''1&#"113@				"�				�p` �� 		A


'
O		�				��"				P��		D	M
	/[	T		 ��>�%/%5567#671167211&'&'&'''130?23��:9Z�
<OC66  
=
������32? ]AB�+  66CV8		����E4'11&#"1!127654'&#!1&'65114'&#"1'1&#"13277113277@				"�				�p�		


i9


p		


Y9


��				��"				PW


		j:		p


		Z:		�@�,G11#1&'&'67673&'11&'#1316767271167654'&'&#"3�6%$$%6�6%$$%6��66R�R6666R�R66��







@$%66%$$%66%$�R6666RR6666R`







@�011316767&'&'#211#"'&'&5476763�R6666R�R6666R��







�66RR6666RR66`







����E_y��311#1'1&##13111&#676731277116767&'&'"'1&'#'76''163&'&'673#3#&'&'6767230117771#'3#31'8"�8,6%$$%62##1
U-$%66%$$%6b	#�   	 ��AAA"333I lll1<�@&
5$%66%$ 0�(%>6%$$%66%$���;;;	<@10eeee�SS �� �Xj{���111121#1#1##1"'&551#11##1"'&551"'&551"'&55147630101510101516767533151#1"3#32765514'&##12711654'&#"3!2711654'&#"3&'#13167 f<=								 		�		 								=<f�		pp		�ppp				p�								 								0���" 		@		�		 				  				 		�		@		 "�```		�		�		`		�p																@��@�:]671167!11!1&'&'76'&'676'&&'&'676767116776'&'676'&&'&'��@�
,)),


�

,)),

`��@p
))


0

))

����)S"1113276513113276551&'&'#67116714'&#"1#1514'&#"133 						�				$%6� 6%$				�						��		��				`�				�6%$�@$%6 				���				�		��>�,9Fg6731!11#!11!1!1"'&'1&##1&'676'&'%&'&76731167513167&'#151&'1#1."�)�� ��4.�P�,,,,���H0,,,,��>�CP]31213!167&'!1&''1!12767716'&'#117161''1&76151#1&'#676'&'%&'&767.4 �� )�@@�#.�P����f@@f�0���&#11"1132771654''�������������B�;H�471163312131111#"'&#""''1&76771516767315776151!167016'&'&'&'&''&'&7676760101676�		�		0
,
e!e
,
0 llll��#**#

&-21		12,&

#*+#�				 
�\\�
 �$$$$[[�






����Ljs|&'"1&'#113!127654'&'7165&'#1654'674'&'&'&'01"1#3#&'&#"#1"'&5513271#'1'177'1717�	
$>	<'!	
�
	!'<	>$
	8


+55+X 0@�000 @�#

a%%,
		
,%%a

#�`   ��  ����  ����Qk��3111'1&##1"13131&5476716767&'&'"'1312765514'&##1"1'1&'#'76''123&'&'4711#&'&'6767231&'&'6767#2711654'&#"3:b-e		`D--F-$%66%$$%67>					/?�	��C
""06%$$%60""
C;								�R-		 --D(!!%>6%$$%66%$f		 		(��444	5A-$%66%$-								���2k&'&767111331131677131276551&'&'#6'&67676767&'&'&'&&'&'&76767@    `		&		@\2 
	"EeeE"	
 2-
=``>
-�$$$$`0		dd		0�	
		
					���!Y''&'316771127711311#"'%#3#"''1&'1'1&#1##1"&551676761716761䴴�W$1*"h����)3 k	!!4#!  !#4!!��� n

U��/SrL6&'





'&6��p�T471167632#"'&'&5671167&'&'1#1"331132765513127654'&##15P�?((21KK12((? 				 				 				 �0/BK1221KB/0#				 				 				#����&5P67311''11&'&'676771'1&701110101010101271167654'&'&#"3"p!521KK1221K8,4!n��p!4,8K1221KK125!!����p�Fa61167676131#11&'51#1&'673151&'&'4767&'&7671132767654'&'&#"H
	//	

#+*B    B*+$
�
##
	
&&.D00

00D.&&
	�`����BQl67311''11131#11&'51#1&'673151&'&'676771'1&7011101010101014'11&'&#"3276765Rp'&&;;&&--D=+'n`







�p'%0=,+
  
+,=D--%'!�







���k�211716116771'1&767311''11131#11&'51#1&'673151&'&'67'11'&771'11'&'516734'11&'&#"3276765p
)66)E
`

E&&;;&&
	`�







�

E
	`E)6=,+

+,=6)
`�







��p�U�7271167654'&'&#"37111312##11#"'&551#1"'&547633151&'&'6767676767&'&'&'671312##11#"'&551#1"'&547633151&'��((? 				 				 				 ?((21KK12'0  0'-;K12((? 				 				 				 ( �pB/0#				 				 				#0/BK1221K� 00 !21KB/0#				 				 				#����%4O�11&'6767&'71176751&'#01110101010101471167632#"'&'&5671167&'71176751&'#111111110#0"'38!4,8K1221KK125!pX��0K125!p!(!$ 0"�!521KK1221K8,4!p0��21K8,4!p
!)$ 30 ����U�7271167654'&'&#"37111312##11#"'&551#1"'&547633151&'&'6767676767&'&'"&'6371'1&767311''11&'��((? 				 				 				 ?((21KK12P-0  0
8,!p!21KN2�pB/0#				 				 				#0/BK1221K� 00  !p!,8K125 ���9Hc11'1&11&'6767&'71176''171176751&'#01110101010101471167632#"'&'&5x!,8K1221KK12!pX���!21KK1221K8,!p0���@�?Z61#1131#11&'&'6767414151#1&'673151#1"'&774'11&'&#"3276765�@
(  ;&&--DD--&&;  (
@k







�

@
	
+,=D----D=,+


@��







 wpV7271167654'&'&#"3711&'&'67673151671315167611'&'51#11&'51#��
00DK1221KD00
" PP "PXB*+21KK12+*B888PP
888��p�8471167632#"'&'&5671167&'&'1327655P�?((21KK12((?				�0/BK1221KB/0�				�pp5211#"'&'&5476763271167654'&'&#"3�0((((00((((00��)*..*))*..*)���"+ENW111!1676751&'&'!&'6767&'111!1676751&'&'!&'6767&'@���0�����8�@@H�@@H����1S471167632#"'&'&567116731#!1"'&5%55#1&'67315167131#11&'`""""`23K\K32	
�|
	�@@@@@####��K3223K
		
�@@@@@@����1R471167632#"'&'&567116731#!1"'&56171611''11'&771'1&7`""""`23K\K32	
�|
	�////////@####��K3223K
		
S////////����4A211131514763311#"'&551#!1#"'&514763&'&767 		�		�)				��						�----�		��		)�				  				�		`'((''(('����1KX1111312771311331676''167671&'&'!471163!121#!1"'&55&'&767`)#.(
	7�7	
(.#)� 						�		��)�%.	77	.%)`				`				`�����1Kex�1111312771311331676''167671&'&'!4711633121##1"'&5573#321##1"'&55147634711632#"'&5%211#"'&54763`)#.(
	7�7	
(.#)� 		P				P		�PPP				P				�								 								�)�%.	77	.%)�				`				` 		`				`		�								 								 @`5>1!1&'5167!%111!16767512765514'&#51&'&'!!!!1!15������""�"				"��p��`��` ��@"�""		@		"`�� @`5>1!1&'5167!%111!16767512765514'&#51&'&'!!!!1!15������""�"				"���� ��@"�""		@		"`�� @`5>1!1&'5167!%111!16767512765514'&#51&'&'!#3#1315������""�"				"������ ��@"�""		@		"`�� @`5>1!1&'5167!%111!16767512765514'&#51&'&'!#3#1315������""�"				"��p```` ��@"�""		@		"`�� @`51!16751&'!671167!1121#1!1&'&'5P���P"�"				"��" ��""		@		""���@�!277117676''131674'%1&#
R:8v��	���s��_tr
������j1111#1"3311#17716717676'&'#1&'&'513127654'&##151676771676'&'&1&''1&	
 				 
		
4!!4
		
 				 
		
4!!4
	�
	`				`	

	&&	

	`				`	

	&&	
��@�'9Sp&'6767!1671&'!1&'&'67%!!!1!1671&'4711633121##1"'&553#36767513121##1"'&55 %R%%��%���R��R��		�				�		�   @				�		I%%��%%��@				`				`� 		`				 ����'7k&'676731671&'#1&'&'67571316751&'#&'&'6751311316751&'#1&'5131671&'# %�%%�%W��%@�.	I%%�I%%r%%rrr��%))q	%q%����,111315167673151&'&'!#3#1171717@�
p���--p @ ���p
���C- @ ��� :%#3#513151#1131676751#1'3#3676751&'&'#11 ���@@�@@�����@�@@`��������;BY`u3#32##11312###"'&54763311&'#1"'&5476331673#3'1&'11&'&771631%731'&771631&'&'����				r	%�				��				�%	r				�))8���IHH0#"	
__
	"#0�III�H~
__
	#"00#"	�				(��								'(				��||`"�
�"�||||��
�""����=M"1131111"33!27654'&#51&''171675127654'&##5#15167711 				.DD.				  				.DD.				  �DD�				B/DD/B								B/DD/B				�K(DD'����=KU"1131111"33!27654'&#51&''171675127654'&##55311#1&567711# 				.DD.				  				.DD.				 ��DD��				B/DD/B								B/DD/B				K��DD����=M"1131111"33!27654'&#51&''171675127654'&##553111'1&' 				.DD.				  				.DD.				 �DD�				B/DD/B								B/DD/B				K(DD(����>M\4711633!2#11112##!"'&54763516771'1&'51"'&551716751#3#351&''11		  				.DD.				 ��				.DD.		`DD����DD�						B/DD/B								B/DD/B		 (DD'��(DD' ����J11111&'5111113312765516767515151&'&'"&'&#"&'&#"&'&#�
	-2		�		$






�
03&;'*`				i )P



����S4'11&#"1&'514'&#"1'1&#"1316767514'&#"1&'514'&#"1&'5 								<
qC]K12								�				��				��:
k?21K�				p�				���A7"1133133676751&'&'#11''10101'1&1#(�

 @6%$+$2."K
C����



$%6q?,#
@B�<671167331111##1"'&551'1##&'&'6767336767&'&'##&'&'
p9#q		`		N"�

0P

Pp
P
/�#0				2




 ��"�Y&'11&1&''1&'&1''1&#"1330101676716'&'&1#&7716'&'&1&''�

5
+

?7
qC]-!"
R

%	$

&9�

�	�

�5
k?+

�	
�

��������?KXd471163216367263111##11#1"'&'&''1&76761&'1675716751&'&'1675�
!


$%6@*$$H

8p0P��

006%$"`

KC��``````����'=M�2111#15147632111#"'&551476347116321#"'&55%'#1'1&767655332##1316767513273271#1&''1&'516767�		@		`								@								��SSSFG
F88--D>A0%�		��		�		@				@		@				@				@�����
�			D--.&5 �d+P&132765511327711327651&'&1'11331132765513127654'&##1"Z				V

V				vv��		@				@				�		S�				�s

s�				��		�				�						���8G671167654'&'&'67311''1#11&'5153#327654'&##1F::$""$::FF::$""$::F`X"""%=0@@@				@@!"<=CC=<"!!"<=CC=<"!h",KRH`pX				@����"8!11!#671167!11!1&'&'!!!2#!1"'&54763@�@������				��				��� �� �� ��								����->_5#11!151&'&'#1514'&#"1#1514'&#"!!!1!16767131#11&'51#1&'67315167`0
�
0				�				`�@��@
`
�8888�   
00
 				  				���

88888����.?K21113151476321311!151676731514763!!!1!1&'&'67&'#13�		�				0
�@
0		���@�
��
8���		  				 
00
 		���

�����.?_21113151476321311!151676731514763!!!1!1&'&'6'&1'1&11771176''17�		�				0
�@
0		���@�
��
1////////�		  				 
00
 		���

q////////����.?Q21113151476321311!151676731514763!!!1!1&'&'6'&1'1&177�		�				0
�@
0		���@�
��
I_/@p�		  				 
00
 		���

q_/@p �� �/"11111!167675151&'&151&'&1514'&##@		
�
��		@�		�0P

��T?T�		��0�+=471167632#"'&'&5767&'676767553271#"'&5""&&""""&&""�) 				0'!!!!''!!!!'@)�p����				����#EU#3#"13!127716''1&##14'&#"4'11&##151#11#1"113!12765555#1132765ࠠ�				y0		0�						�@�0		0y		�@				�		@		00				�		  00		@�````				��@�'''11771617711'&'167����� 
	
��o���
	
777�7���}�2
��:|:::�}3
O���#1113117713167671&'&'!@`		{������P
] ���0F671167654'&'&'5#"'&5514763235#"'&55147632F::$""$::FF::$""$::F 								�								@!"<=CC=<"!!"<=CC=<"!@���				�				���				�				���4671167654'&'&'3#321##1"'&5514763F::$""$::FF::$""$::F@���				�				@!"<=CC=<"!!"<=CC=<"!`		�				�		����6?H6711671#15#3#1!1676751&'&'#151&'&'&'6767&'��0@@@
))
@ 00 �P000
�))�
00  000��@�3AN\6'&1#1"313!127677127654'&##1'1&1#175&'516771&'51675&'5167�	]V				44				V]	Q�Q=`��	�				�

�				�	����``````````���N[7671167632#"'&'&'7&111771632176''1&55167716'&1#"''7676'&'!"<=CC=<"!!"<=CC=<"!�		
(++(_



�F::$""$::FF::$""$::FV
3V	II	V3

����FUa676'&'"1117677111132765514''15117676''1&'#776771'76''1�/#M				2F	
M/(

5C	
vv` ]F+MS				Y2^^	
g%�}}}

X5�	
����@�18JY111!167671&'&'!'''1#11'&771672''1376731#1&'55316767&'&'#@��@�HHH
R	H*[8))80 

 ���@�����
k****`))�```

���):b1111&'&'&'&'67211#"'&54763'67&'&'&'&''6111171611&'&'&'677A4444N								 :&'%�
(	1)*5(`
}ee<<X�44AN44�								H'&:%w`(5*)1	(
X<<ee}
������"+8AN[hu~���������676'&'67&'5&'&767&'67#676'&'3&'67#676'&''&'&7677&'&767676'&'3&'67#676'&'67&'5&'&767&'67#676'&''67&'5&'&767&'67#676'&'    �$$$$�P    �P    `$$$$�$$$$�    �P    @$$$$P    `$$$$P    `$$$$�P    �$$$$$$$$�    �    @$$$$$$$$�P    �$$$$�P    �$$$$���=v����&1111232765&'&'&'&'&#0141"111#12#010101176711671"36767514767&'&'7672711654'&#"374'11&#"32765111327654''1&#"7471163267&'&'67�				��,0 


				0 -21KE10	


a								�								�		@


		@


�				""�"				1$$�+ 0-
				 00GK12+,D


��								�									


@		


@		y				""����Q�6'11&'&113311676'&'&"'&547637676'&'71676'&'&171676'&'&1711767716551&'&'##1176767#&'&'&17711771�U$%6H7&Q
eR
	

fFV
$%6H7&P
eR
	

f��	6%$-

"


D	

U.�\�	6$%-

"

D


U.���+d7#"'&547716327#"'&54771632711'&'&767671"'&54763276751676767&'&'"11&'6767&'4'&#�(((


		(


		�����


		�


		9,


	01EK12- 0				



 0		""		�(((		


(		


�����		


�		


�+



D,+21KG00 				-0 P		""		 �� �7G[�545514'&''1&''1&76176''1&761010115147632%'01'1&76'##0101#1'1&766711611#1&'673167&'#1&'673167&'#1&'673167&'#1&'67310101010131'1&'&7 .<
.	N
	>	
D+				��
	
.
 	
?
<'+*A�\||��|�]. III'#"7..%O
	�	
k	uK1				G***2
@///	(
	%('.A*+
������9CV&176''167676'&'&'&'&''67116'16'&'&''167%112301%1'Pi#$00=3+*!p�&11+.'
		Z��k��S�e$#00=����0R ##!"X�"!442"
	F������
�##!"�

����%67&'&'1113151!1674''17165&'!\@v>>��`��@@������!Rdm��777161151#1'1'1&#"7'&'&76771&#"11311767671767677676'&''%1331276551#&'67%5331276551&'#67&'C```
	
c
�H!444TH\	���		 		P �		 		P kOOO



N��/}(((C0�S		
{R�				�����				�����+777111#"''157"11!1676751&''1&#@������������0uu0�� �� � ���+8DQ]111!167671&'&'!3#3#1&'6767'676'&'%&'167516751&'&'1675` ��p@@@"�"     P������""`$$$$p@@p@@�@@��@�+8FTb111!167671&'&'!3#3#1&'6767'676'&'%3#3#1&'673#3#1&'673#3#1&'67@��@P@@@"�"     ���������������@�""`$$$$ @@���/<%&'11&##1"32767%671167632#"'&'&'676'&'�$@$$%++%$�q!"<=CC=<"!!"<=CC=<"!))))@�F::$""$::FF::$""$::F#$$##$$#����+8F111!167671&'&'!3#3#1&'6767'676'&'73#3#1&'67@�`@@@"�"     ````������""`$$$$���@�
1>KXe!!!&'&'!1!167671!67116731#1&'7&'&7676731#1&'6731#1&'6731#1&'@��@�@���@v
�
p$$$$�������` �� �� ��

�    @@��0�D[11167674'&'51&'&'6711671001&'&'67670101511&'&'6751671�
""

p 00 ()==)(�

�
�""�
00  0�%3=)(()=3%��

!��!��0�D[11167674'&'51&'&'6711671001&'&'67670101511&'&'6751671�
""

p 00 ()==)(�

�
�""�
00  0�%3=)(()=3%��

!��!��0�D[11167674'&'51&'&'6711671001&'&'67670101511&'&'6751671�
""

p 00 ()==)(�

�
�""�
00  0�%3=)(()=3%��

!ss!��0�D[11167674'&'51&'&'6711671001&'&'67670101511&'&'6751671�
""

p 00 ()==)(�

�
�""�
00  0�%3=)(()=3%��

!33!��0�DQ6711671&'&'4767571110016767&'&'010151&'&'676'&'p


""
00 ()==)( 0P

�""�p 0�%3=)(()=3%�0 �`���3FYl���4711632117716'&1&'&'1&'1327652711654'&#"34'11&#"3276552711654'&#"34'11&#"3276552711654'&#"34'11&#"3276572711654'&#"3@

� !)+				�								@																@																@								 								<
 !�+��				<�								@								�								@								�								@								 								���7\67217716'&&'"'1&#1"3!127654'&#!15513276551!1132765516751!`h
 !				�				��@								�@s
h!�								���,(								(,����.Ojw%671165&'&'1&'&'6767675167'&'&'67&'&'&'6767'611#"'&'&'&'67635&'&767?%21KK12%=%%32??23%%=	
))
	1()==)(1]    L&'/K1221K/'&67F?2332?F76&	,)),	*D=)(()=D*
	))))		����/111!167671&'&'!!!!2#!1"'&54763@��� @��@				��				���@@								�� 7"113!127654'&#! 				�				�@ 								���'AX#3#1#1516767311#151316751&'671167!11!1&'&'1133127654'&##1"����@"�""�P�@		�				�		�""�"@��� 								����:111!167671&'&'!6171611''11'&771'1&7@@��O////////���@�////////�����&'1#1311#1311#131167513116751311675167673167&'#1513167&'#1513167&'#1&'&'51&'1#151&'1#153#321##1"'&5514763#3#1315�((((((88((((((88���				�				������(88((((((88(((((h		�				�		 ���������21117161171716171611''11171611''11''1'111''11#"'&5511'&7715111'&7711'&'&76771'1&76171'11'&771'1&'&76761'1&761151'1&761514763�		1=D<<D=1				1=
C>=D=1		�		1F#C#$C#F1				1F$B
##C#F1		���7&5676767"'1#"'&5477�,+1)$$)"�


		��!)$$)1+,�		


�����&^g&11111311327655151514'&#&'"11327655167674''1&#1&''1&'1&'51111151�
 						��
"				"
		0�&'Gp�				�p�		

�	
#�				�#
	�

�	��	������:7#3#&'516761676'&'&547632327654'&#"1#1			*,9989,,,,9999,

	

1@@1//1?@1)w��*,,,9999,,,	

		//1@@1/.)����0=JW67311312#!1"'&54763317!!!1!1&'&'16751&'316751&'316751&'�	x	`				��				`g�����```�								n��@@����������.^'&'&7676767161#10101#1&'&771&#"67311131132767676'&'1'&'51115�
%,9899,*x)1@?1x)1@?1
%,9899,*1!
.%,,*�)./�)./!
.%,,*x����7E"1133116767&'71654'&#"1&'513127654'&##5&'5167�				L11;;XX;; 		


+9				0�				"88PX;;;;X@1


		#
"				��������'U'1#"'&551#1"'&5514763315147632'#3#"13312##1&'&'16767312#z{{{{


�				�


�@@@				@				@))@				V{{{{


>		@		>



		�						))				���'U'1#"'&551#1"'&55147633151476323#3276514'&##1"'&54763311#1"'&54763�{{{{


�				�


�@@@				@				@))@				V{{{{


>		@		>


��								)�)				����:%3#36751&'&1&'&767654'&#"#"'&54763213�*,9989,,,,9999,

	

1@@1//1?@1)x��*,,,9999,,,	

		//1@@1/.)���BUh{&#1#1!16767&'&'67&'&'#167&'&'#165&'&'211#"'&547634711632#"'&5&'&'&56731
	"p$M								`								@))��"$$%�								 								l

��@�5H`111!1676751&'&'!'###&'&771632171632'4711632#"'&5'&'1!167&'!1&'&'5�`���```��	@8

�								�'&:@��%���k���


P		T								�:&'%�������1O]%77'1'1'11111771677177171677113711111717171654''1&#"7'&7716�">"�#

x��			O �">"(0���

�

�">"�y

$��N	 }">"'����		�		������$7171654''1&#"717716771'k111�1(G���#

x��111�1(G���x

#�������K'10101'10101'1'1'171632&1'&77163211111111'&7716771'�(((4`4�ff
`�Jf
		I�
�(((4`4`ff
`�I		
fI�
����D�"71327716'&'#114'&##1"1#1�

�H		@		Hq�� 				��c"7''1&5477161!121#!11���
 				��
"
�

�
H		@		Hc"%771654''1&1!1"13!11O����				 "
�

�
H		@		H����C�"6''1&#"1311331276513167>
�

�
H		@		H��
��				 
��@�!(:N671167311331111#1&'&'#3#51'1'17163277111'&77167�		�W�������G

�G�	<	��		~WK
�@��l
G����G�	<	 ����Y#3#177111'1&131676''17111316751&'&1'171176751&'#111'1716'&'Ȑ��(OO(�(OO(�(OO(�(OO(��(OO(�(OO(�(OO(�(OO(����$7E11#11!167671&'&'#1&'&'211#"'&547633#3#1&'67� 
&% 								P�������@@								�<D+%654''1&1#151&'&117675131177�p
�
pp
�
p�

h
88
h

h
88
h�����+&#"1311#11327716'&'#15131676''�

h
88
h

h
88
h�p
�
pp
�
p���<116767654'&'&'''&7673151476331213121'F::$""$::FF::$""$::Fppp
@		 		@
p�!"<=CC=<"!!"<=CC=<"!�uppp
	`				`

p

���<%&'11&'&#"3276767%77613121##11''1&7!"<=CC=<"!!"<=CC=<"!�uppp
	`				`

p

�F::$""$::FF::$""$::Fppp
@		 		@
p���<7113276767&'&'&#"7'&'51#1"'&551476331514761!"<=CC=<"!!"<=CC=<"!�ppp
	`				`

p

�F::$""$::FF::$""$::Fppp
@		 		@
p���<671167654'&'&''#11##1"'&551#1"'&7716F::$""$::FF::$""$::Fppp
@		 		@
p@!"<=CC=<"!!"<=CC=<"!�ppp
	`				`

p

���S11327711767514'&##111!16767514'&#"1!1&'1673127654'&##`	*�		


�)		���""@"				��p				p�)�


		�*	�		 "��""p				p@				����9111!1&'&'16767!"11132771176551&'#���@�
(G$G(	
����@�

(G$G(����!C!!!5167611'&'51!1"'&54763211#!11''1&5477161! @��@`		`��				�				��`		`@`@	`


`@				�				@	`


	`@���*U711327656767311771654''1&1#14'11&#"#151&'&1176751316767				)�@		@�D--				)�@		@�D--�				) 	@


@ --D@				) 	@


@ --D �`6%676'&'711&'&'#1"'&54763316767312##@----�++;;++�				�++;;++�				�p'((''(('08#$$#8				8#$$#8				����IR[&'67671165&'&'167674'&'513136767&'&'"#1&'&'&'67%67&'P 

""



""

)7W	""	W& �a	""	�	""	W

""
&����@�5>111311#1"3!127654'&##1'13167671&'&'!5!151!@�E								E��@��@���� 								  @���������:6331211#"'1&7711121037167&''1716'&1'1&u�p
��
p&:����9ZZ�

���(``aa��c�.%1#"''1&76731514'&##1"'&551476331131^
�

�
X		P				P6%$Xq���				 		$%6���c�.6''1&#"1311##1"13316767513167^
�

�
X		P				P6%$X��
�				 		$%6�
��@�;67116713276551&'&'1#11!1676751&'&'#15`""				()==)(�@ 0""0				0=)(()=0��0����)6711671167&'&'327&'&767�''66RR66''

$$$$3!87;;-R6666R-;;78!s    ��p�/d56767#1&'673151#1&'673151#1&'6731&'&'5&'&'51&'11#13367&'#151676751&'`))PPPPPP))�$%66%$+*B0HH0B*+`���))  ))�6%$$%6((D00
""
00D(��p�,5671167311#1&'&'4'11&#"32765#3#131���								P����������								���@��p�'1113167671&'&'#3#3#1&'67P��P@@@@�����P��p�&/671167311#1&'&'3167&'#1#3#131���@@��������������@@�#-7A\w111!167671&'&'!#3#51'55316711671#7&'11&'31471167632#"'&'&571#13367&'#151&'#1@��@@@@@@@�@@@��L����@�@@@�@�@@00D������#;&'11&11716'&1&'716''7367716'&''1&1&'�
X0�P��1	(a\\\:FGO
`(�
QHH:z��� '(`��HHH-X
(	1
����&=&'11&'!11!16767676'&'67116731##1"'&5���    0W������$$$$����0131#&'676767&'&'#11''1&547716�pK12
	)`���	@21K8%%
)@	
�

�
����.21'&'&'&747677163676765'10101�
/.VV./
�D'&��P3EEAB++BAEE3PC��z��#669:.J����,5671167!11!1&'&'4'11&#"32765!!!1!1@��								���@��@������								���@����'111!167671&'&'!3#3#1&'67@@��p````�����P@�-671167!111!1&'&'516767&'&'5��@@@""@@""@���0%271167654'&'&#"3113!12765&'&'#'!!!!''!!!!'_D.-		
�
		-.D��""&&""""&&"" -.D
				
D.-���:111!167671&'&'!6171611''11'&771'1&7@���o////////���@�////////�����96111#1&'51676173#31''11''1&771'1&767� W'
�'W�����'W W'� W'�'W���'W W'���;3#31''11''1&771'1&767#3#&'516761716111X���'W W'����'W W'
��'W W'��'W W'��� -:"11117167716771654''1&#&'&767%176''1&��I%3&t�)X'((''(('�@@��t%3%I�)�P----!@@���P]j7#"'676727654'2323&#"3632&547&'""#"#&'&'&'4532765&'77676'&&7676'?::UH9:""	::UH9:""	:E!
;E!
;�U::	"":9HU::	"":9H
!E;K
!E;���	+8AIW'674'367'7"171&'"'71'165&'11672&#16767''''127&567WUUU#B1,;*U�,=�Fc�>�=4H�>�=4H;*U,�#B1U===�Ed,�UUU*;,1B#UWH4=�>�cF�=,&cF�=, #U1B5*;,U===�>H4���-@S671167654'&'&'211#"'&547634711632#"'&5'211#"'&54763F::$""$::FF::$""$::F								 								@								@!"<=CC=<"!!"<=CC=<"!�								�								@								���ARc��&'1#1311#11#131131'13167&'#17165&'#1513167&'#15731674''1#!731674''1#'51131'1716551&'#11#151&'#11#151&'#1671#15�4!�!4`+++�+� +++�+� ~P � T��T �p::::::::�444	HH	4`  ��@�->"11131516767&'1'&771&'674'&##7!1674''1#�		$&&�d

j&$		@P))))��		!:;J#		#80c

j:!		�P)))		)����bkt}�111!167671&'&'!531513113151311#11311#11311#151#11#151#11#1513151#1513151#15133#351#155#1133#3#131513#351#1@@��@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@���@@@@@@@@@@@@@@@@@@@@@@�@@@@@@@@@@@����@R2111312##113121!1'1&547633151#1"'&547633151476377!11!1&'47�						�M��M�						�))) )���						0��0						�'))))		����09I711771677161!1716551&'&'#167&'!1674''1!1`


2�@66R�ar)��)�


�
%		W �R66
D��		))��0�'77671165&'&'#1"131'1674'&##31674''1#1�

,,

			
�		��)�)�,,		pp		�		))���7FW&'&76767676732761#!'1&76763276701110101010101!!!1!1&'477    z,,

k��k

z� �� )��)��%%

��

P�)		)����9M_5567311316751673113167516731111!171'1&53#367514'&#"177!11!1&'47 @ @ @
3��3
�   				�)))@)�����((((�
&��&
`0				0�))))		����7ox471163312111##1"'&551#1"'&551"'&54763514763315!531212#1##11##1"'&551515147633125#1513`		 				 		 								 � 								 		 				 		����				�@�				@		@				@		@@@@		@				@		@				�@�				�@@@@	����!.;H1676767'6'&'&''761''1&761''1&761''1&7�b-�b-�WD��߽��WD7@

@

0@

@

0@

@

�'N-2�'N-2�WE��ݽ��WEK

@

@0

@

@0

@

@����'8Kt11#1&'&'676711#327674'&'327654'&#711#327654'&471163332##11#"'&551&'#1"'&5�'�'66RR66�
	
	
			4	

	

	q
		

	
�		@@										3)**)3R6666RA	

	
		2
	
	
		

	
	�												�'%&'11&'6767671&'&'5167mHHHHmmHHHHm�&HHmmHH&OqqO�))))�))���@� >K1111#1'151672171632'#1&'47716'&1'67716&'&7677		�"l	"�


��vvv/+<�3"1C�----�


�"	l"�		�vvvC1*
q1#/u'((''(('���!!!1!1�������Fa%"11'13171676&'%'"##1&''1&#1"''1&56771674''1&'5147211#"'&'&5476763�&�<,9999,3!,�����5&	

:	
 	
C


$o







� �<,,3CC?����#$


C
	 
	:


	&5"�







���*7DQ%6'&''&'677'&'11&'6323&''&56767&'6767&'677#()6Q32	KRSH$:=@A>�.(.E$%B=�I//%&>F:&&$..P0M=	AKKH#--4�PGF4BBY#0)$27$ 7E;;-.KJW �##;;I K<;!Z;E$55>+SED&�w')%-!����S\enw��4'11&#"1&'514'&#"1'1&#"1316767514'&#"1&'514'&#"1&'567&'&'67767&'&'6767&''&'67 								<
qC]K12								0P0p0�				��				��:
k?21K�				p�				���P0 �`+4=FO%3#3676751&'&'#1!!!1!1!111311#67&'7&'6767&'7&'67�```` ����``�xxx ���@��@�@px����'73151#13#3'1&'#1!!!1!1676753333�r����3r�@��@@�eee�ee� ����@�$Jp#3#131676751&'&'#11#1&'511131676751&'&'#11#1&'51#3#3676751&'&'#11#1&'51#1"13�(((
�
(0��(0( ���(0(�
pp
PP���PP��PP����
7_3#31#151675#11!167671&'&'#151&'&'#167311311#11#1&'51#1&'5167315�����8@�@�` 00 00�(((((�(�0 00 0����9%''&''1&#"1167674'&'&'477167716321u4oo476QQ67[)))		*��gg�"P6666P"1((6)		)6��F�;KV6711671#15#567675117676''1&'&51&'&'&71167611'#110171"@

`@ 00 �,,''�,,(* 00 )
CPA�0

pp���0  0��'--(�'!20  0@
b8_�����$7K11#11!167671&'&'#1&'&'211#"'&547637''1&761716� 
&% 								q���@/o���@@								р��@/o����$7@NWd11#11!167671&'&'#1&'&'211#"'&5476367&'73#3#1&'6767&'36731#1&'� 
&% 								xh����hX�����@@								�p����B�GS\enw676'&'671167131517676'&'&'&'&'47&'00"'7!167&'!767&'&'67'&'6767&' 2222�$�$
#
;G[E

7���h�p*,,**,,*�
mm



[�8`����blv|2111010101010101131&'71716767#"'&5!1#"'&5676767&'&'&'47632!14763#3#!1&'3#367!167#�		,6 v&				��				,66,				@		M���

����
��
8 v�		-$$)$$$-								-$$)$$)$$-						��0��B�.P47116331217161&'&'671#1"'&5&7116771171'171611'&''		I\.�

�()#\I		�
.=.
1
�1�		��#C

D()0		g==
�
1
�����Eq"1133113167674'3167654'3127654'&#!1&'1&'&'#5!1676751&'&'#11''11'&551#1 				"

�
C				�0"�
@

`	''	`
�				��"



				 "P���

�
�		�
����$L111!167671#1"'&551#3531'67311311#11#1&'51#1&'5167315@�		����` 00 00��� 		������0 00 0 ����CJ111312171632131#1"''11#"''1#11!167671#1"'&551#3531'`p
2

FP
2

f�		������	#c		7	#c		7� 		�������@�,T111311#3!11!6711671&'&'#11367311311#11#1&'51#1&'5167315@  @@���  � 00 00�����@��@��@@�@00 00 0���>671167654'&'&'51&'51#11&'51671315167F::$""$::FF::$""$::Fp��@!"<=CC=<"!!"<=CC=<"!hhhhhPP�PP��@�CTa3#321##1"'&55147633#3131676751311!1&'&'1676731674'&'#17676'&'@@@				@				����
`
��@p
�
up$$$$�		@				@		@0

0��@��

U    ����C[76767!111##1&'&'71#11311316751316751&'#151&'##1&'&'516713`:��00 00 �:&'%�`��:�0 00 0��'&:��%����1:C7"113311#1"33!27654'&##1513127654'&##3#31#1533#31#15 				  				@				  				@�`����ࠠ���				@								@				@@@@@��@�&;N1113151&'&'6711671&'&'5#11''1&74767&'&'676361p
`
p 00  00 +

�
#,D--<#,D--

�
`
pp
00  0�0  0�
�

--D,#<--D,#
�

����H471163!121#!1"'&55!!!1#1&'&'513167&'#1513167&'#1513167&'#15		@				��		 @��@�pppppp�				 				 `�� @@@����*T471163!121#!1"'&55!!!1#1&'&'5#11311316751316751&'#151&'#1		@				��		 @��@��00 00 �				 				 `��@p000 00 0����)gt'31#1"''11"''1#1&'673121716763#3176771311#"'&551#!1#"'&5147632131514763#&'&767�)))\h/
){�
.
�


  R)				��								�		�----�666
 d=$a�)�				  				�				��		'((''(('����aly�111#133##33##33#1167673167673127654'&#5151514''1&##151&'&'!5#15131&'&767676'&'p
00����00��))�)) 				M3
���3M���
0�))))				@ M0
�`M�0����%Ken��511#"'&5514''1&'514763255&''1&'5147632111#"'&5671167!121#!1&'&'5353151#%2111#"'&551476332111#"'&5514763�) 				<				�) 				<				��`				��ࠠ 								`								�;+!.				=V				�;+!.				=V				�		`		     @		`				`				`				`		�����%\'1''111''1'1&76171'1&7677210111121##11'&771514771176''171176''�    &7HH7&�===88�Y99+9

9*9

9�    &7HH7&�===88�99Y,9

9*9

9����+;%''1&767&'&'6761&'&'&7!5!!!&76767f

�
&1D--/&1D--

�
��
+*;;*+����+*;;*+
�
�
--D1&/--D1&
�
J7####7 8####8�����:7554771176''171176''171176''171671##11'&77`9

9*9

9*9

9.+,�YYYBYYY9

9*9

9*9

9.,+�YY���+4&#11"111316711327654''1'1'7711#W


		
��)'	


		 ` ����3`f�		


	��()
		


 ` ����3`��� )JS471163332#1&'&'1"'&5#3#13157471163332#1&'&'1"'&5#3#1315		8h				""		�0000�		8h				""		�0000�						��""0		 �� 						��""0		 ������-;DM4767%1611#1&'14'&#!1"1#1&'!!!&'51!11%55!11!555!11!0		��		0�P�����������(=��=kk��				��88p@@@@`PPPP���>U471167632#"'&'&5%&'11&#"#11!167671&'&'#4'716'&132765�""""##))##8�8`"
!####p��@�O
N���*}��471163!12#12#!1"'&547631"'&51#1311#1311'1&##1"1316771654'&##1"1513167&'#1513167&'#151&'&'6767&'		�								�@						PPpp3
	x	
3ppPP0P�						��								@		  0G

G0 ���u�D63171211''11''1&'&77'77111''1&'&5511767713;��*�SS�*777

��

�7�		T

.��.

TV[[[$�

33

�$[�����>Qdw%6711671167&'&'&'#0110101010101010101367673'211#"'&547633211#"'&547634711632#"'&5H9:"""":9HH9:""/
,&#08�								�								`								//::////:E4%

�																 								������G&176''167&'&'&''#011010101010101010136767327'Pv="":9HhGj���U��/
,&#0880��0\9P://6S�W
��
%*E4%

����Q671167!111!151&'&'567631##1"'&5!1##1"'&55167672113!515@$%66%$���
		 		�@		 		
 � 6%$$%6"00"p!
�								�
!0  0���}�%#"'51&'&'6767"11'&'010101010101"'"'&1675167676'&'&'01#1&'&505476376'&'51&'3#3#113351#167311!1&'&'516767G"%%".!8;;XX;;8 ,G		
				�*H��H+

�`

,":VX;;;;XV:!8



��'  '
@

@
�����T]51&'&'&50101101011&'&'&'&'"12771316767517165&'#17&'67�)%#	� ,-((
	�)(>LJD--d"P_.A@/ ""8""0:*)&=--D�-"��B�3B%67116'&'&1#1&'673327654'&###"1#1"1333277%0111030101"1010


wy@				@^-#-%				��,$��8


X				$		@		^��B�R_&511476321716321#"''111###"'&5514763317163332###31716011101#10103�e


	f�

$-��				%-#-NP				@yw
��7g

g�
^		@		$				X

0��B�_��5'&#""101013101011&'51&'"#&#&#&763276565116'&''1&'&'67675167111###"'&5514763317163332###31716011101#101038

	

		

$-��				%-#-NP				@yw
���
 "	
 #
��
^		@		$				X

0��B�LY63211&'&'51477111###"'&5514763317163332###31716011101#10103B))C$

$-��				%-#-NP				@yw
���`))`��
^		@		$				X

0����E�4'11&#"1111331676751&''10101'1'1&#"11''1&551515!5111'&'&77171654'&#"11010111312771655151514'&#"PdC
  


		 
3�3
 		


  
CdX8@f'd
O.! 		


 		3(P((((P(3		 


		 !.O
d'f@8
��v�:%571654''1&#"1&##1111327655101015133010131'5&'&'511113277123033127674'3127674'676511&'&'0101# FN(p�"�JN%�




x�EN)xH"8888w9IN&
����+f777161131676751&'&'##'1'1&#"7'&'&76771&#"1#11311767671767677676'&''C```
	
c
�*

LH!444THP

l\	�kOOO



N�
�
/}(((C0
�
S		
{����U45&'&'311#1"'131&547673111316767514'71316'&'&'311&##1513�&&22&&o 	xD#$
�
`
�
$#Dx	 pN2//2N��0))--)�
`

`
�)--))0��������w���676'&'511'&''1'1&5516767115147633121717167111'&'&77167715111##1"#"'&''1&''7711'&'&7&'&767''&''17P@3

O&/
		�		
0&O

3<;�0001%
�N000
%1��AAA3[

VOXGL				LGXOV

[3A�www1^
���www
^1��@�s|5&##1"4545676723673113121##11##1"'&551#11##1"'&551&'#1&'&'676731#1316767633&'67��))-
				 		 		�		 		6	
-�@`)) !7		`		@				  				@)G-!!�����GV%011101'10101'16767117165514''1&'#111101011011771676''''1177M�58U(*L(&8S\6
X�SSS_
7L}�:		=]%<#!5$@`i`X```hR���Hfy�1111'#1"331!167673127654'&##1&'&'676731&'&'6767111'&'&'&'676774'11&#"32765%2711654'&#"3]				`))��
	
�				`))())�u


))
								 								`				))				))))�w	))�								�								���511&'67673124711633111#"'&551&'&'&'66T633@ 		�		 ?23				?23�W==
Q:4		@		32? �				�32?���2L2111!12#!11#"'&51#1"'&5476331514763!!!21#!1"'&5514763`		`				��				 				 		`�				�				�		 				��				`				 		�		�				�		���5HY671167654'&'&''1167676&'&'&76'6711632#"'&''&7632'&#"F::$""$::FF::$""$::F\!!
	))			
				
		�

$$

@!"<=CC=<"!!"<=CC=<"!�

		v								



��@�#>K%671165&'&'&'!127654'&##211#"'&'&5476763&'&767}32??2332?@				��







@     ))/?2332??23				







`$$$$����+Q&'&'1'&'&767%1167673&'&767%&711677117716''171611'&''� 0/ ��

@�@��
..)
�*��p��p0 .d

W"�p�
M	M

�
*
�����CNat�111116767674'3367674'3127655151514''1&'#151&'&'!#3#51312211#"'&547634711632#"'&5'211#"'&54763@"))"�"""			;1��	iii129								��								`								��P""""		@
G0�@=p								 								 								������-=&176''117671&'&11111'151&'&'#1'1!167'PW` �Kp��w��%��0D
				
@
��;�d'��'���1�1:67116331211312###"'&547633151&'&773#3'1#1 		
�
		40				PP				048�����		�7)*d								d*)7�c@@������*&176''16767&'&''#3#'1#13!'P�%()=5'&���;D.-		
���0�"",=)(  2n��-.D
		����&@a���&'11&'167676765514'&'5#1&'&'51676731''&#"11113277171654''113315147633121312765&'&'&'13151&'67&'s''22''		''22''		#) )
�
�L3	
b		�		b
	30??0? ``++		
@
		++		
@
		0))

�,,9
	@				@	
9,,""�00 ���1E471167632#"'&'&567116731#!1"'&57''1&761716`""""`23K\K32	
�|
	q���@/o@####��K3223K
		
1���@/o����0K^211#"'&'&54767633#32!1"'&56767471167632#"'&'&5713167&'#151&'�####.\\\	#��
	23K�""&&""""&&""�0 �""""��
-%&	
K32@'!!!!''!!!!'P@0��r�<��211#"'&'&54767633#3271!1"'&56767%67632171611''11#"'&'51&'1'&'&'&771&547'1&76767616754'&765�####.\\\

��
	23K



		

		





		

		\�""""��
	
K32V�

����2DV7271167654'&'&#"3113!1&7716771&'#%&#11"1171654''17716771'1�####.K32	
%)2J\�

G�	<	�G��""""023K
	
<
(0DG
�	<	�G�����1K\471167632#"'&'&567116731#!1"'&5#3#65514'&'032331#&'674'67`""""`23K\K32	
�|
	a���!>D.-		
�0&0  0@####��K3223K
		
.''-.D
		 )6)! 00 ������/L6111&'&'51'111##1"'&77151&'677617716#!1"'&56767��M$%66%$0 �kGG2		
�~
		2�(96%$$%69
AOOG(��
L

L
))7
				
7))����0Ae7271167654'&'&#"3113!1&55145&'#%2111#15147635"13312765514'&#51&'&'�####.K32	
k	0B\^		@		P				�				""�""""023K
	�)@		00		 000		�				�		0""����1?471167632#"'&'&567116731#!1"'&53#3#1&'67`""""`23K\K32	
�|
	ؐ���@####��K3223K
		
����.MY7&'11&'&5676767&'&'&'436763671167617716#!1"'&53167&'#�, !

		
&6%$$%6�%$;	>

>	;$%	
�|
	����'

	$%66%$�?./S

S/.?
		
�����0JT7271167654'&'&#"3113!123&'&'&##%7767676'&''1&1151�####.K32	
�9\5xxx6		6x		h2_�""""023K
	,78.N000!))&&&&))!0V()*�&������)&176'%16767&'&''113!127%'P��*$%66$$��H//	
�����0�!"-6%$$#5x��21I
	���y�2NW7271167654'&'&#"3113!167'1&551&##7"111132771654''1&##67&'�####.K32	
�	d\�		kIkS�""""023K
	d!!P		SkIkP����T1132767654'&'&#"'1'1&331010333"301312765&'&'&1'1716'&'##`""""_!$
6!"		
�v�
		"!6
$!		@####�|�
*+9
				
9+*
�|����.Cu�676'&'!676'&'310101&'47&##167676765&'&'&'#1!1&551&'1'&'&'5111'11111&'&767714545'7#3#"1675147676321716&'&'6'&''1&'&1'&'51&'&#"1''1&1111771613276751676176771676''1&5477676'&'�----p----��)*.@%)))Ah8&&,

�***
	
	
,\





	






� '((''((''((''(('�%;
.)))<	&&8
	

�

,�													




����9@W^u67116'&'&1&'1771133127654'&##11677771#6711676''1&#1%'#171167676''1&#1


q."{

�		�				�!~RHHHH�H0#"	
__
	"#0��III�H~	#"00#"		`_
�

%%")

-��						'"*�||||`"�
�#\||||�""�
�������9@W^u&'11&76761671''11##1"'&54763311&''''13&'11&'&771631%731'11&'&'&771631v

q."z

�		�				�!~RHHHH�I0#"	
__
	"#0III�H~	#"00#"	
__
�

%%")

-��						'"*�||||`"�
�"\||||�""�
�����7@Zm6711673!1#1311#1311#1311!1'1#1&'&'5''#113!!!1!1&'&'5167672711654'&#"3@V
	���|jb�	W�FR �� 

��

�								�@@@`�������
 

 
`								��@�"E7116514'&'&'"176763367116727651&'&'&#17�  ,&!!	 !L! 	!!&,  	y
��				r
��	��@�1Jc|'&'&547676%'&'&7654'&76761#"'&51&'6767''&'&547676%'&'&7654'&7676P

�

�				�
%
�'--'
2::2
2::2
'--'
l%��				)%3
$))$
$))$

��@�=65114'&#"1'1&#1131674''17''&17716131676'7		


�"	l"��vvvC1"3�=+/�


		�"l	"���vvv/#1q
*1C��@�?111311!11311&'&'!5#1"3!127654'&##1514'&##1"`@�@����								�		�		��� �� ��   								 				����1L^671167!11#1&'315147633121311!11&#5211#"'&'&54767633#3!1&'6767�`�#d		@		@��#







6668&&��&&8���' 				  1 @







�&&88&&����7EU&'1#131111315167671311&''1513167&'#151315167116751&''113X  q``q  ��
Pg7
gP�.D��``D.��\
�8�
\8����GX|��&'&'"'1&'67676320101010101010101101#&'&'&'676767&'676710145""'&'&'5167676767431135551676714567671&'&'51%.M=W%66RR66��/'(&('0\8%##9�+!+ %8\0'(%=WW=	 7�W=66RR66=Wp""Q		O!
#`	#
   

#
p
#""#
���-H]7671167632#"'&'&'"'11&547632#'1132767654'&'&#"'676767&'"67!"<=CC=<"!!"<=CC=<"!								`







@+,7" �F::$""$::FF::$""$::F 								 







7,+ "����~�@I111177131176''1312303176''167675151716'&'&##1&'&'67�%��

J�/
')/
*>&'Q
2*�%��


9q
_q
f22C@
@��@�M674'&#"1''1654'&#"3012113!1276771030127654'&#"1'&''59
Y--Y
9Vs

G
��
G

s
����"+4=Fbk&#11"1132771654''67&''&'67&'677&'67'&'671131676751&'&'#117&'67����Kh���`�rt���������P���t"x����,?Rex111!167671&'&'!211#"'&547634711632#"'&57211#"'&5476374711632#"'&5211#"'&54763@@��@								 								�								@								 								���@`								�								�								@								�								����,?Re671167!11!1&'&'4'11&#"327652711654'&#"374'11&#"327652711654'&#"3@���								 								�								 								`��@@								�								�								�								����,111!167671&'&'!211#"'&54763@@���								���@�								����,?Rex�671167!11!1&'&'4'11&#"327652711654'&#"34'11&#"3276572711654'&#"34'11&#"327652711654'&#"3@���								 								 								�								 								 								`��@@								�								@								�								@								�								����,?R111!167671&'&'!211#"'&547634711632#"'&5211#"'&54763@@��@								@								�								���@`								�								@								����,?671167!11!1&'&'4'11&#"32765'2711654'&#"3@��`								�								`��@�								�								����/&'&767&'&76772711654'&#!1"3!�				��				``���								��@�%8671167!11312##!"'&54763312711654'&#"3`@				p�p				@ 								���								��								��@�.M4'&11#1"3335111#"'&54763273#3133127654'&##11&'&'#1@
�

 				@�@



````		@				 `�		-

��				 ��								���						@@	���A%%77131676'&'&'477167716'&'#1&'47716765&''1&'11716��9DL?
Q p,-@@-h$���9(		" %@-,,h$//37�			��@�^g11111312##1"''16'&'&#"177111116761312#!1&'&'676767676767&'p U�\3				@
n	!)) J
	J%Z				��&&AAR� "S\					oF
	G%				TEE,,h���Yk6711673113116751&'&551'1&7611111&'&'514'&'#112#!1"'&547635316751&'#1 �%
 

M				��				@����% �@ 

M
 � �								�````��@����1671011311101010101011010171316710101&'&10101010101011131070307676767'1&'"1'&7716321111#1&'&''1#11#1&'&'515151474771676321''1&#531276771&'&'0155&'&'0#1316767w& /2!		(		 2/ &

, 0,.& .,0 ,

7
,
$%�%$
,
p�


	�

�)0 .. 0)�
�+++


.

*+++

.

����3&'11&767611'&'&76771'211#!1"'&54763!4
@��
��l				��				�b
�		�
bb��								����@Ml471163!12##11311###&''1&''1&''1&731213151#1"'&53#351&'&'#1111!1"'&54763!12771632�		�				� D--		�@ H�
&Р		���) �		&5��				


�						@--D@		_7\
3@		�� )�i


$						 �`%8K7671167171671&''11&'&'5''&'16773'3676751&'&')(><+HH+<>())(><+HH+<>()HHH""""HZHHH""""H�>()*HH*)(>>())II))(>HHH""HHHH""H��@�<E%6711673127176751&'&'#1&'&'&'1675132716751677&'67#8U
$%68,7R66,�<
z	�6%$
66R6+,B.)3
�����367116'&'&117676'&''17"113!127654'&#!�
��@
����				�				��b
�		�
bb��								@�%^t��1111!151&'&'676751&'&'!!!!1331516713151671315167131516713127655%5#"'&5514763235#"'&5514763235#"'&55147632@		@		�@��@��		0```0		��								�								�								�GG��@		        		@�@@@				@				@@@				@				@@@				@				������Eo&176''16751&'11'151#1'1633151#1&'673151#1&'6731&'&'1'''#&'&'51'111#13367&'#15167'P�9#PPPPP))�j+++6%$/+*B0HH0��0|(1( -  ))6��i"""$%6	%(D00
""��@�!4>HR\7676767671&'&'&&'11&'6767#11#157115135#16767'3#31&'&'ABAA<<<;AABA<<<; """"�@@@�@@@@@O��5��	
	5		
�))))@�@�@@@�@��@�!+5?I\w7676767671&'&'&#3#51'55316711671#7&'11&'3111&'&'6767'1#13367&'#151&'#1ABAA<<<;AABA<<<;�@@@@@�@@@�))))�O��5��	
	5		
��@�@@@�@�@`0  00  000D@�'4F111!167671&'&'!3#3#1&'6767!1!1&'%3#31#1&'5167@��@0����`��PPPP���p�00@�'4�111!167671&'&'!3#3#1&'676731#1&''5'&'"11211&'51&'01010101&'&76327656'&''101&'&'67675167@��@�������\

		
	
���p�
 


 ����N111312##11312##11'&'&771#1"'&547633171#1"'&547633171676r*?				i@�				�A
*?				j@�				�A
�
>				`				b
>				`				b���0CVi|%111##1"#&'&'&'6767674'11&#"3276552711654'&#"374'11&#"327652711654'&#"3b

H9:"""":9HH9:""��																�								`								�
"":9HH9:"""":9H 								`								`								`								����(H111!167671&'&'!3#327654'&##1#3#1#"'&55151476331@@���000				00000				H))���@�				@@ 				@x))��@�Q67116731131516767311#1&'&'51#111311#1&'&'5145'1#1&'&'5
`
�
`

`
�P`

`
P`
p



`

k
`

`k
`����4@MY61716171617161''11''11''11'&'1673167&'#3167&'#173167&'#((((((

((((((

R�������
""""""	�0
""""""
���p����(4@LYfx�2111311!1&'&'16767315147633167&'#33167&'#33167&'#'&'&767676'&'%3#31#1&'&'516767!111#1513@		x��x		p  `  `  ��



��

 

�		@��@		���



(H�
`

`
�����A#11"''1&54771176''171176''171176''171176''1716321�\30		0*0

0*0

0*0

03\��.\30

0*0

0*0

0*0

03\�����`1133!676751&'&'#11&'51#11&'51#11&'51#1&'673151#1&'673151#1&'673151&'&'#11101
`@

0@@PPPPPP
`


`
PPPPPP@@0

��`@�@K711!1676751&'&'#11&'51#11&'51#11&'51#11&'51#11&'51#1
 

@@@@@@
p

�
PPPPPPPPPP
����A671167311#1311#1311#1311#1311#1&'&'
�
PPPPPPPP
�
�

0@@@0

�����-?Oaq~�&1#113151676713167671&'&'#1'3#31#1&'516767311#1&'53#31#1&'516767311#1&'5%676'&'713167&'#151&'R�v

��

v��    �  �p    �  ��*,,**,,*X �

[
��
``
@
[�@@@@p@@@@�22220 ���1&111713127716''7132771654'&#"�h	V
		V6P
(��ppp		@


p�
P6V	V	h(��ppp


@		p���� 1Rc111113276767&'&'&#113151#12711671167&'&'&##1%113151#1�!%%##))$#341��  �143#$))##%%!��  ��	

	
((`��`((	

	
�`����@MZ%671167&'&'&'011131516713151671316767510501%676'&'%&'&767�,"":9HH9:"",
0@0
��    $$$$1--6?2332?5.-@
0000
@�$$$$@    ���/Jcp'11&'&'67''311#3#36751&'#1'167'671167654'&'&'3167&'&'#1&'&'''#113dOOO`\0?R66#�   S3 ###�|0?R66"0mF::$""$::FF::$""$::F
 
 *```v/OOO`]"66R?0�     @|#66R?0/�!"<=CC=<"!!"<=CC=<"!�

�```@��9�#P''&#!1"1367676727676'011101#"'1!151#"'11&'11!167675151$:::��:*))((()*0	��@X[[[

[%%%%%%����@@�����6E!!!27654''1&'!113513167675151#11#151#!327651#%6��6
L�tL

�
@�@�				@
	rr	
 ���P

P�����				�-D471163!12#!1"'&5471163!12#!1"'&511#!1"'&54763!12		�				��		@		�				��		�		��				�		`								�								�								��������7671167632#"'&'&'%&1'1&11'1&11'1&117711177111771176''171176''171176''1716'&1'1716'&1'1716'7711'7711'77711'77'171!"<=CC=<"!!"<=CC=<"!9""

!-8		9."

""

".9		8-!

""		"-9		8-"

""

"-8		9-"		�------D------D------------�F::$""$::FF::$""$::F�

""

".9		8-"		""		"-9		8-"

""

"-8		9-"		""

!-8		9."�------D------D------D------���
Nt53151&'#155676731131211#1514'&#"1#1514'&#"1#15147716335531327653132765311!1&'&'���0�4�				�				�4��				�				���h(((((((((4\ 				  				 \4��@@@								@������=67676731211''11#1&'&'511'&''1&76771633�	!!

"
	8	
4�3
	8	~"
�i	
@
+��+
@

	i��B�Vm676'&'#11"11'&'&771677163211''1&''1111'&''1'1&7777111#"'&5477�!	

3#"	2

G9(=


		<��

5%
A6	\

XN!@�>>>-$	>		


;���)<111!1676751&'&'!1&'67!127654'&#!211#"'&54763@���p				��`								����				�								���3Pk7671167632#"'&'&'6'&'&'7676327'27116545176''1&1374'716'&177132767!"<=CC=<"!!"<=CC=<"!S
		
		�		`
			
�	`
		
		�F::$""$::FF::$""$::F�	

		

	|		 

			 	

 
				���="113!127654'&#!"1133351676713327654'&#1!1 				�				�@				@@))@@				�@�								��				�))�				 ��	����#4CJQlt|�671167!321#12##!&'&'113!151!1"7''&'&'31767315#1&'4'11&'&#"32767653#3&'7#3#67766#16767)  								 ��)@		�		�
?
*	$$	N""""�$		$9
?	`)		��		@				)@��		@		�
##

&+�+&R####&+ +&L
##
������_l��61371211111111#'1"1''1&#1"''1&''1&5714''1&77165'147716771631277&'&7677721371011''11'&7''67714112771431''11#&'�	

		

		

		

	b'((''(('��+++	)%
	!8	�%%%)	+	8!	
�	

		

		

		

	�----�ggg$Y	1<YYY$g1	@�<&'11&'!1"113!167676171611''11'&771'1&7@���		�3��////////@�


�/////////�������55311#'111#1&'6731#1131676751&'&'#167673167#1131676751&'&'#1&'&'316767&'&'#151&'&'#3#31#1555311#(00
v((C-

@

-@-

@

,B((v
@�0000�0080000h
""/.9
@

@
3''''3
@

@
9./""
��0000000����Q731&'&'51#17571'1&7611''11##1"'&'67676551"'&54763332#�#�#@�'+�(				�				�-.������
'+,7<//<3**�								����3R[&##1"1#"''1&##11113!515151&'&'#1"1#"''531167675131676751!&'67�


v
i�@@����44
�

�
44��   @@ �����8Rex1111#1##1"'&551#11##1"'&551"'&5151676753!12765514'&#!1"2711654'&#"3!2711654'&#"3�`??				 		�		 				??`�						�										 								�"��		 				  				 		@"����				�				��																����\26767676'1''11&'511'&771'&'&54767&'&'&'&76&7676763


+-"
::
"-+


�"(,

 	
!
GG
!		 


,("����;65114'&#"1'1&#"1327765114'&#"1'1&#"1327W		


�9


		P


�`		


�i


		�


i


		�:		


P		��


		�j		


�		����@�"C%671167&'&'"#16767&'713%67!11131##&'673151'1&7�))
5$$0=)(()=*!#�Rp�@XX@��))

+()==)($	a�vv��'311!1&'&'513167&'#!167&'!�V88�88V(���0�!>=YY=>!������':M`&1111177167716''1&''1&''211#"'&547634711632#"'&57211#"'&54763�"J$<"S"J$<"S'								@								�								�(L"R";(L!S":								�								@								����,?Re&'&1111177167716'&'&'&'&'&'&'211#"'&547634711632#"'&57211#"'&54763	"J$<"S"J$'
*1								@								�								�	(L"R";(L!	&)t								�								@								���%K4'11&#"1#1"33113151#11132765513127654'&##11&'&'#1131�				 				 ��				 				 ���				 				�@`�@				 				@��	��3@MV_hqz111!167671&'&'!3#321##1"'&551476367!1!1&'!6731#1&'%&'6767&'7&'6767&'7&'67@� ���				�				 �@����0P0P��@		@				@		�P���'Hi671167654'&'&'5&'&767'6171611''11'&771'1&736171611''11'&771'1&7F::$""$::FF::$""$::F$$$$�%%

$$

%%

$$

�%%

$$

%%

$$

@!"<=CC=<"!!"<=CC=<"!�    �

$$

%%

$$

%%

$$

%%

$$

%%���N`s1'101010101132767676"'11'&5514771&'&767671&567676711''1&''2711654'&#"3`	5$44D $6--	

(::E5088<

			F	))1(,8(u								`['Yv
'
	
2b	7
h
	
	x))��!L
7	F
								���3W6'&1&#"1516715167167516716751&'77771&'&'&7&767632�
i4>mHHE2>>2ELD�@@@
o	=ee=	<ht
E	;�0gwhhwg0�=-F***
I



��@�-<Pa111#"'&'5167676'11&'&'1167676'&'11&#"327'71654''767674'&#" zRQQRzzRQQRz�"&
- "�  �&"" -
8!!�!"<�=!""!=�<"!�
+

M

�


+	���G%%7717676'&'#1&'477167676'&##1&'47716767676'&7716��K
"004	b	'Q+=>>?/:

���K
!	

845&.==<*
	�			����$2@t111!167671#1"'&551#3531'3#3#1&'673#3#1&'67#1&'6731677167163131#1"''1&#"1#&''1@�		�����@@@@@@@@6#
6@
		

��� 		�����@@� 
2'
			
8!����$@111!167671#1"'&551#3531'57161''1&7615167@�		����(HH��� 		������fffHHf��G�'@G6711673113311#1311!1&'&'5531'1&7611'&771#5#3#51�		�����n'PP'n������		�p���000'PP'Ѐ����5@G6711673113311!1&'&'513117716''1&1#155#1&'673%#3#51��		���'PP'�hh�������		��p'PP'��000�������$2@Zcq111!167671#1"'&551#3531'3#3#1&'673#3#1&'673#321##1"'&551476353151#3#3#1&'67@�		�����@@@@@@@@���				�				���@@@@��� 		�����@@`		@				@		 @@@@�����$1>�111!167671#1"'&551#3531'6731#1&'6731#1&'1'&#"1101010101011&'51&'010101&'&7601010101010101227654'&''10101&'&'67675167@�		�����@@@@�


	

��� 		�����P@H


		����$^h111!167671#1"'&551#3531'3#3171611''11'&771'1&'01#11&'51516767&'#113@�		�����HHH
+"  ""!AH44��� 		������(  <,@PP(��@�_fx�111!16767511"##1"''1&#"1#&''11#1&'6731677167163131&771677151#1"'&551#3531'&#11"1171654''17716771'1@<@
		

#
	_�		����&

G�	<	�G����		
8! 
2'
	
<
^,		������G
�	<	�G�����$>111!167671#1"'&551#3531'&'511'&77161''1@�		����(HH��� 		������hfHHf����'D&#11"11132771654''1&#"1''327654''171611!1677W


		R\u&&��5QQ111


		25�*��\�		


Q\&&u��5R�222		


15�*\��@�(F]6311217163211#"''1&54771'1&547''1!1716''1&11#"'&'11&'6767632)


Q5��&&u\R		�111\?*�52		


'�		R5��u&&\Q


�222\*�51


		��    ���0Ql��7671167276'&'&#1675%&167514''"76313676551&'&'&'11"13676551676'1113676551676713676551&'&'&'117716550;;X0()
#22;H9:""��6%$12Ki	
$
i)

) 	$�X;;"
)"":9H((5(({	
$%6&%)*K12E.>$$	
++) )64		;=66:<)`[T	]c��Dp0C671167&'&'&'1'&771'1&761674'11&#"32765�''00''''00''Z
..
Z								25
PP
5r								���'4AJS7671167632#"'&'&'3167&'#1'676'&'%&'&767!67&'367&'!"<=CC=<"!!"<=CC=<"!���))))#$$##$$#����F::$""$::FF::$""$::F�X#$$##$$#H))))���-@W671167654'&'&'211#"'&'67636711632#"'&''11&767632'&#"F::$""$::FF::$""$::FP				
				
�		
				
		z

  

"(("@!"<=CC=<"!!"<=CC=<"!P								 								�

�����'011#1"33327654'&##151716'&'!''!11# 	�@				``				@�	�@�@@@&@��ֳ								���@@@@���a|'17716132771611''1&#"113113277165514771674''1&761761&'&'"671167632#"'&'&'�




$ 	'
 		

!	
66I*$�!"<=CC=<"!!"<=CC=<"!�	)
		

0		
"!C**�F::$""$::FF::$""$::F���K\w7'11176771677167514''1&##1"''1&'&7716176''1&7716''1"#&'11165!671167632#"'&'&':			
:		+"

G55��0!"<=CC=<"!!"<=CC=<"!�	('	
	((@?8-

2F::$""$::FF::$""$::F���5^y���7'77161676''1&7633167716''1&767716771&#&11"1''1&#"1117716167%671167632#"'&'&'176''1&77716'&7&17716'4
				
!$X;;�

$9�5!"<=CC=<"!!"<=CC=<"!�  \j


�		
	);;X	


.I,F::$""$::FF::$""$::F\  �
 
 
���&2;DMVal�671167654'&'&'7#3#5131#7#3#51312##3#5131#3#5131'5#15135#1513'#3#676331#3#"'&'31'6711632#"'&'7211#"'&'6763F::$""$::FF::$""$::F`7

/777

G@@@@@@@@P@@@@P777



7		
				
		�				
				
@!"<=CC=<"!!"<=CC=<"!p(8(((8((`((((8(((((8(�								 								���1DW671167654'&'&'7611&'&'&7667'6711632#"'&'7211#"'&'6763F::$""$::FF::$""$::F�
((43((	=GH<�		
				
		�				
				
@!"<=CC=<"!!"<=CC=<"!�
--
i								 								���1DW671167654'&'&'7611&'&'&7667'11&'&54767&'11&54767F::$""$::FF::$""$::F�
((43((	=GH<�								�								@!"<=CC=<"!!"<=CC=<"!�
--
y@���1x�671167654'&'&'7611&'&'&7667'0111010101#14101&'&'&'010#1010101010101'&56767'010101013011101#14101&'&'&'010#1010101010101'&56767'010101010101F::$""$::FF::$""$::F�
((43((	=GH<��@!"<=CC=<"!!"<=CC=<"!�
--
T



���;P��#"'&'47450367676'27&'&'&'676767#"'&67676'&'0111010101765&'&'70101010101013141016767670103101010101301110101010101765&'&'70101013141016767670103101�



�N=!
"":9HH9:"""":9H�;EE;
''22''
��B


~("/6H9:"""":9HH9:""��
++
Y



���1Nj671167654'&'&'7611&'&'&7667'111''1&'&7676171676'7161''1&7676F::$""$::FF::$""$::F�
((43((	=GH<�A�A
@!"<=CC=<"!!"<=CC=<"!�
--
�AA���1Kd671167654'&'&'7611&'&'&7667''1'&54771'1&547611''1&547716F::$""$::FF::$""$::F�
((43((	=GH<�YYYY$$$$ZZ@!"<=CC=<"!!"<=CC=<"!�
--
�000		0++
++0	0�����G\s��63112"##"'456747456776767'67676'&&7676766721#"'&54767%&#11767676'11767716'&177771676'&#'1'14'&�	-
)
>ASTK
)
>ASTK��	
m		026	,..$#		��9	b�
a8�

KTSA>
)
KTSA>
)��	
�	621				#$..,L8a	�aaa
8���1Z�7671167632#"'&'&'6'11&&'&6767'"11117711765'1716'&''1'1&#3"11117711765'1716'&''1'1&#!"<=CC=<"!!"<=CC=<"!�
<HG=	((34((�&""&�&""&�F::$""$::FF::$""$::FL

--�"%%""%%"����.Ij���%11&'&'676767676'&6767&'&%1101'&'&5476767672"'110'0101&'&'432''6'11&&'&6767'010101765&'&'7010101010101314101676767010310130101765&'&'7010101314101676767010310101%!<<LL<<!
EFbbFE

�F
	�	
Z
<HG=	((34((��M@&&&&@


_<==<_


u

	W
	
	

--g



���.ATr711&551&'&7667616767&'&'&'7211#"'&'67636711632#"'&'55&'#1#"'&'#11676700N%
<GH<
%N00"":9HH9:""�				
				
�		
				
				�VAA/*

*/AAVH9:"""":9HP								 								�---		-���.Ic�711&551&'&7667616767&'&'&'74711611'&54771'1&5%61111''1&547755&'#1#"'&'#11676700N%
<GH<
%N00"":9HH9:""tYY$$$$ZZ;		�VAA/*

*/AAVH9:"""":9Hs0	0++
++0	0��---		-���.?Ljs&'11&'6767676551676'&&'&176'&#"7632676'&'5&'&'51673132767317&'67�N00"":9HH9:""00M%
<HG=	%

$$
�$$$$		3AAVH9:"""":9HVAA/*

*/	




&    �----		����1DW671167654'&'&'7611&'&'&7667'&#11"'&7632''211#"'&'6763F::$""$::FF::$""$::F�
((43((	=GH<

$$
�				
				
@!"<=CC=<"!!"<=CC=<"!�
--
O


:								 �`3Mg��4'11&##1"1331276554'11&##1"133127655753312765514'&##1"4'11&##1"133127655753312765514'&##1"4'11&##1"133127655�0000 00�00 00�00800�00�0000�00�0000�00��@�3Mg��73#321##1"'&551476333#321##1"'&5514763'"'11&55147633121##73#321##1"'&5514763'"'11&55147633121##73#321##1"'&5514763(0000�0000�00�0000�00�0000`0000 00�00 00�00���&@Z111&'516767671&'51&'&'6711673121##1&'&'5%111#1"'&55147633X;;"":9HH9:"";;X�				 				p;;XhhH9:"""":9HhhX;;��		�		@@@		�		���>Xr111&'516767671#1#1&'&'67673131276551&'&'3#321##1&'&'5167673111#1"'&55147633X;;"":9HH9:""%n 

 n;;Xp				�				�;;X((H9:"""":9H�%

�X;;�		p		00		p		�� �2D%77'110111015167%163211#11#"''1&54777711##1&'5147;����V�
7�H


2

y???G
E�����VH�
6
��

2


�???G
�����>LYgt��&'1116751&''1&'551!1676751&'&'#1"''1&#5&'516771&'51675&'516771&'51671116751&''1&'51&'676'&'''����U )�PpP(''��$$$$�5$ 

5$ ��p�
@)@````````````@5$ 

5$ �    ���8JZl|���471163!12#12##151&'&'1#1"'&547631"'&55316751&'#171316751&'#5316751&'#11316751&'#5316751&'#171316751&'#27116'&'&'33		�								�

�						`  �  p  �  p  �  (
	""	
��						��				0

0				�		P          P        �
  
����%Kt��4'11&#"1113276551&''1&'5113276551&''1&5514'&#"11&"##131023316''1&'3#36''1&'##"#"11''6765514'&##1�				<				 )�				<				 )��:1))(/0-Cf�Ff%0g%ggg#��				V=				.!+;�				V=				.!+;h			{�{{�{{{P������671167654'&'&'7"'&7010101010101010111030521676767654'&'&'&'0#41"111010101010101&5470101010101010101010111315121676767654'&'&'&'0'11#111010101010101&7632'6711632#"'&'7211#"'&'6763F::$""$::FF::$""$::F1



�		
				
		�				
				
@!"<=CC=<"!!"<=CC=<"!�


i								 								����I671167654'&'&'7"'&7010101010101010111030521676767654'&'&'&'0#41"111010101010101&5470101010101010101010111315121676767654'&'&'&'0'11#111010101010101&7632'0111010101#14101&'&'&'010#1010101010101'&56767'010101013011101#14101&'&'&'010#1010101010101'&56767'010101010101F::$""$::FF::$""$::F1



W�@!"<=CC=<"!!"<=CC=<"!�


T



���$����%65&'&'&'27&''1&76766'"'&7010101010101010111030521676767654'&'&'&'0#51#111010101&547010101010111034121676767654'&'&'&'0'01"111010101&7632'211#"'&'6763&#11"'&7632'&'11&1771676'&'&1'�"":9HH9:"""":9H5/�



x				
				
�

$$
?	U	l(,H9:"""":9HH9:""	Y	



�								:



v		Y		���/BU671167654'&'&''&71163!12&'&'76711632#"'&'7211#"'&'6763F::$""$::FF::$""$::F�++::++/		
				
		�				
				
@!"<=CC=<"!!"<=CC=<"!�4!  !4z								 								���/v�671167654'&'&''&71163!12&'&'70111010101#14101&'&'&'010#1010101010101'&56767'01010101301#14101&'&'&'010#1010101'&56767'010101F::$""$::FF::$""$::F�++::++y�@!"<=CC=<"!!"<=CC=<"!�4!  !4e



���/Ib671167654'&'&''&71163!12&'&'7'1'&54771'1&547611''1&547716F::$""$::FF::$""$::F�++::++%YYYY$$$$ZZ@!"<=CC=<"!!"<=CC=<"!�4!  !4�000		0++
++0	/���/BS671167654'&'&''&71163!12&'&'76711632#"'&''&7632'&#"F::$""$::FF::$""$::F�++::++/		
				
		�

$$

@!"<=CC=<"!!"<=CC=<"!�4!  !4z								



����FShy�471163311!12##1&'&'47#1&'&547#1&'&'1&'#1"'&555&'#113#5567673111#1555311#%3#31#1&'&'516767		"�				C

�
"		�P`�P��

��

�		"��				



" 		@((((((((������
�
��
�
��@�1CQ%6711671167&'&'32777671&'&1177151&'&'#"'&'115/""33""		q���
	
t�o
	
{q!!��"#%%3""""3%%#"�:::
.

��<��3�

1D11�7���@�0BQ^1111#"'&'&'&'676767456571611%11'&'1677671'151327'676'&'�		""33""t
	
���
	
{�!�!(



H%%#""#%%3""""3P

.
��:/>

�31�1�7�1�������$7&#11"1'1&#"1771611171654'''11771677�%%
VV
t������@J		
fJ@�
VV
t��%%���AIf
		IA���
8b&567311'!7&'716731471167632#"'&'&57&1111771617'1&7716''1&''m	EJ2f�fff2JE	m�T)*..*))*..*)�2$	--
	$2�r
4����4
r��0((((00((((0_

.#11#.���-@7671167632#"'&'&'74'11&#"327652711654'&#"3!"<=CC=<"!!"<=CC=<"!�		
				
		�				
				
�F::$""$::FF::$""$::F0								 								���(C^671167654'&'&''3#3#1&'67711&'&'67327654'&'11&'67327654'F::$""$::FF::$""$::F@���� $				$�$				$@!"<=CC=<"!!"<=CC=<"!��)
				
)@)
				
)����1611!116773167&'#!!!2#!1"'&54763�P(��(PPPx@��@				��				�

P��BP���								���:&'11&13171674'"113331276'&'676527654'&#!�ёj�(				 =	�	= 				�@�	�i

�				>..				..>				���Q671167!11!1&'&'547116351676731276551511#1121##1"'&55 ���		"�		)�				@		�@@��		"		 Z
  )		�				�	���� 07=MTo{671167!11!1&'&'&'3111111&'&'31767317&'#'11111#16767#1674'11&'&#"32767653167&'#@���,
')0)'
,,
'8/)'
,�""""��������1-	++	-1g-1P++	-1W####����8671'1'1'17'111171327654'&#"171677v$"�@
��@
�`						_2S�"$�
@��


@S2_						`�������<7171654''1&#"71171&56767"'17%1677171'p777}8.P			�X
�



�
,��888}7.M,
���



�
X�	�������%Hk'1'17163277111'&7716777'1&5477163210#017712105'"101771214111#"''17�9r9�X���r�
h
	
̒��WN@

@-�---@

@NW��9r9�����r�
	
h
����WN@

@-�---@		@NW�����+ATg556111'1&731111'%1&''1&5!!!2#!1"'&5476374711632#"'&57211#"'&54763#)(	mk#@A��
R
 @��@				��				`								�								ccc0&�� 	MT	
��								P																����,C''&111'1&1133127%1676'&'#1"113!127654'&#!1"}���.�c:
!	I
�G9h��		@				��		MIII

		_2
U�%K5��								����GW"111132765513111327711327654''171654'&#"1'16767&'&'##3#5131 						3�j		


ii


		jj		


iV& 0��pppp

�		�`				@�i


		jj		


ii


		jV
(0 �`

���'8Ka#"'51&'1&'&'67676751&'76'&#"763236311276'&#"75676751&'&'`-33-:#""":9HH9:"""#:�

$$
z

$$
m



-��"::HH9:"""":9HH::"��







f   

 

���'<Ob7113276767&'&'&#"67'&'&'"'11&'67676#711#"'&547632'211#"'&54763!"<=CC=<"!!"<=CC=<"!�E/	
'5P

�		
				
		�
				
				�F::$""$::FF::$""$::FP3	
*P

�								 								����MZg53151#1''#113#55#113#3#&'&'#1&'&'#1&'&'5167673!11#&'&767676'&'@`X�QQQQ��``))�))
xo
@��XXXX`X````````�))))
��l
0����Scoy471163211167716771133127654'&##1716'&16551&'&'1327655771#&'5167314551#67&'!1!�				T)
)^	
�				T
{))					111�((P��
L@				))	!H#GO&
				6
%)) 				 �3/H?(0���5|�671167654'&'&''1167676&'&'&7670111010101#14101&'&'&'010#1010101010101'&56767'01010101301#14101&'&'&'010#1010101'&56767'010101F::$""$::FF::$""$::F\!!
	))	6�@!"<=CC=<"!!"<=CC=<"!�

		a



��}�5>GPYbo"111311#1"33127654'&##15131676'1&'&#!3#31#17#3#71313#31#1733#31#1733#31#1'7#3#'131711z4�@				�				@�3�t�vvv
�;ddd[niii
t������iiit
`eee[��@								@@hhhhh0hhhhhh0hh��@�"5767676731##&'&'&'6731711&'6767632�3#
		
#3DU
$#=<KK<=#$
UDw
:((:� 11 *K<=#$$#=<K*�)*E!55!E*)���A776721111"''1&'&1'&'4771654''1&56761767� 4(!C%7S
&	3�%%%
;6$30-
#:

	���+8K^q���3#321#1514763671167311#1&'&'5&'&7674711632#"'&57211#"'&547634711632#"'&5211#"'&547634711632#"'&5'211#"'&54763�@@@		�		�)�)
�
�'((''(('								�								@								 								 								@								�		``		�))�

�P----								 								 								@								�								�								���6?%6767&'&'#11!167675167&'&'#1&'&'5!151!8))"0 
`
 0"h��@�"))" 0!3

3!0 �    ��,�B%11111'1'17171'1'1'1'111''11'&771'1&767717167111 UF`
+���h�@
	@�
hH.bEX��c	DD	�g��g�����ESa67311#15#3#51&'&'#11#11327653132765676751&'&'3#3#1&'673#3#1&'67�P`�   P 				�				��������HHHHH�								�`����-@M671167654'&'&'211#"'&'67636711632#"'&'&'&767F::$""$::FF::$""$::FP				
				
�		
				
		0$$$$@!"<=CC=<"!!"<=CC=<"!P								 								P    ���):CLU4711633121&'&'451716321773121#!#3#131553151#67&'		�		))�K


Z

�)���i				��7@@@@@@@ �				��))��vK

Z


	�V���		�		�@@�@@@@���Bi%2k'##"'&#""'6767312##1"''&'67667016'&'&'&'&''&'&76767601016766��� >?^@				@)!�    �#**#

&-21		12,&

#*+#www]=>				$$$$�






����B�S�6711671'&''1&'"1315167671'&''1&'"1"#010151#11"'&'567016'&'&'&'&''&'&7676760101676�)%


		�)%


		��#**#

&-21		12,&

#*+#@)%


		``)%


		�``�






������
*=67%1765&'&'&'&##1"'1&176''%11&'&'67@R6��66R�!!''		�P~��"0 @7�9+R66�/??77!!*��0b#" 0���?Yr671167654'&'&''6711632''1&##1"1'&56767''1'&54771'1&547611''1&547716F::$""$::FF::$""$::F[

)++)	
YYYY$$$$ZZ@!"<=CC=<"!!"<=CC=<"!��000		0++
++0	0 ����;&#1116771671677167716551&'&'"11''1'� )$$+%

%�)/�zz�/*��@�0La%''1#1"3!127654'&#!173717676'&'1'&'11&'&#"1&111716'511171677167Z<<<H�								��@yD+6���G:	<54$��								�			<66)
VR�
	<K	M	LP

	Q@
2����Rlu~�3#31#15'"11#14'&##1"131"13312765313312765514'&#512765514'&##2711653131"#14'&#53#31#1555311#55311#p    		�		@								@		�		@								@�		�				�		0    @  ��  p  0						@		�		@								@		�		@		�				�				��       @    �����84711632#"'&565&'&'#1"13!1276'1&'&##�								{)).
H�H
-`								 ))

�� 

��1�1A"1111#1"33327654'&##151676''1&'&##77311&'&7@
		40				PP				04		
��##�	�7)*d								d*)7�	ˋ���##���+8Yy��531514'&##1"11131676751&'&'#&'&76774''1'1&#"11113277171653277171654''1'1&#"111&#"11113277171654''1''4''1'1&#"1111327717165`�		@		)
�
)�@----�L�````				�)�

�)`'((''(('�.d2����:&'516767311#471167276763"'&'&#&'&'�""�990/?



>00P""�<1001<b>>>>b	����7DQ`m|��%7767&'711'#"'&''&767&'&76676326276765&''674'&'&'&'11&&6767"67113&'&'7&'&767'211#"'&54763
	

	
�"R  R""R  R"B


S
	

	
�


�'((''(('P								1�"!!5
((
5!!""!!5
((
5!!"C		�		0Y		t		1---- 								 @`F1133127676763"'&'&'&##1"#&'&'67654'&'67672�


�


"(("



�


"(("
/
		

"00"

		

"00"
���0E471167632#"'&'&5'1&''1&'514763316731211�







P0 #`		bP Pb		`# 0`







�����
�		7����7		�	���0a111"'&'#&'&'47&'&54767&54767&5476767633211"'#&'&'16767�

�

��p
	
		
	
����
K]jx3#31!17167#711331276551!1133127655167514'&''1&'&##1"3#31#1&'51676731#1&'%3#3#1&'67������Z###		 				 		#
�
�````�  h    `KKeeeP%9				00				9%Pe�  �1Q^471163312314763312311!1&'&'5167673&'1#131167513167&'#153167&'#1P		@		`		@		��0    ��```								��`    0��e�0>x��"1'1&11117717171677167&5&1'1&#'1'1716'71111767711117677171716''1&'&''1&'&76676'&7�L(B	N
	$	,)
M����� F000#	
�

	
��

�
J		E-

P!#'.<
J
�$$$96/	EEE#&>

B

>'$T$	�S

����N[h3#31#17167553121#''&'#1"11331676731676731276551&'&'676'&7%&'&767�555qeQ
C�ddd.�)		!$$�$%!		1]				��``L````T}}}#hp		####		02##� ��@�i�111"3!127654'&#513121676751676551&'#151&'1#151&'1#111&'51&'&'#151&'&'#13121'&771#1&'&7716`				 				 %�y	:p	
	:p	
���								� | 0000 | %�SK

`K	`���=6311211#"''1&5477&1#116751673117716''�����W
	@@

P

P����؉
8008
PP����-i5310101'1'10101"#&'&'6763230101717111#111&'#1&'&'6751&'6767316711111`�  � %�%%�%  )���88	�%�%8

8����*>R671167!11#11!11#167!1!1&'&'%71''1&77167'1'&771'1&76@�@��@@Z!�!00p0000`����!!�00"0000 �� �,F611''1&'677'1''1&'67711777711''1&'677117	�

��

��555

��

5�%%�����5

��

5�%%�

ee

ee�e

eFF�FFFe

eF���B]j2111312##11#"'&551&'&'#1"'&547633167675147631132767654'&'&#"7&'&767		=+*#				#*+=				=+*#				#*+=		�""""�----�		#*+=				=+*#				#*+=				=+*#		�####P'((''(('����x2111151676721"''1&'&'51176''111'1&'1110177111#&'&'5145676767676317167514763@		
#&H![
	l,		,_
	
[!H&#
		�		�.'&,,,&	"I:
	E		<		
:I"	&,,,&'.�		���*R`47116331221###1"'&5"'&5514763!!!6767&'&'51312##!"'&5476373#3#1&'67�		 								 						� �� 6%$$%6R66/				���				P�����						�								�		�`$%66%$@66RK5								@ ��?H2711654'&##1"3311##111!127716'&1'1&##15135'1513@				�				 P`
C
��2Q �00@								 
A
�$ PVVVA���B63131!1&'&'6767&'676731&'67673167674'&7�	$��"�%$$"���+F&'131676''53312765514'&##1"271167654'&'&#"3;		`	
�
	`���####����ؐ����""""����U47116331217161111''11##1"'&5511'&''1&76771'1&'&77167615�		 		z
zz
z		 		z
zz
z�				�G
FF
G�				�GFF
G����5H[n�7671167632#"'&'&'4'11&'51&'16767'2711654'&#"34'11&#"327652711654'&#"3'4'11&#"32765!"<=CC=<"!!"<=CC=<"!@�																 																�F::$""$::FF::$""$::F`���								P								 								�								���-J]p�7671167632#"'&'&'%4'11&#"32765671167&'716'&1"1"14'11&#"327652711654'&#"3%4'11&#"32765!"<=CC=<"!!"<=CC=<"! 								 @@P								P								`								�F::$""$::FF::$""$::F�								����								�								 								���57671167632#"'&'&'4'11&'51&'16767!"<=CC=<"!!"<=CC=<"!@�F::$""$::FF::$""$::F`�����37671167632#"'&'&'&'716'&1"#6767!"<=CC=<"!!"<=CC=<"!@L	M�F::$""$::FF::$""$::F`�	�	��@�-BVk���671167!11!1&'&'5316751&'&'7111316751&'&'5316751&'&'67116751&'#11711676751&'#167116751&'#1175316751&'&'67116751&'#11)�))��)�0

�
0
��0

0
0
P

0�
0
P0

0
0
@))�))08888

0
88
P

�

0

0

�

�


��@�.BWk�����111!1676751&'&'!111#1&'5167676711671#1&'5'111#1&'5167676711671#1&'5!!!676751&'&'!115&'11&'516731175567311&'&'&'11&'516731175567311&'&'`)�)���
0
P

0�
0
P

0������)�@)
0
P0

�
0
P0

�)@@)@
88
0

88

0

��)  )@

0

0

0

������2Kj���711767&'&7'&76767637167676701&'&'&17600'&'01&167671176767716'&'&'&17&'&'050167611''&'&'05056761011'&'&'47676K -,-		
  
',,SS''	*W			



d$#,-,- *
&'SS,,	�	
	
�	

	  &&%23,K6<�


�:'�


		�%%%	':�
�:2�	
	

	
	
c"& ��@�$1>11167671&'&'#&'&7677'&'676'&'&767@--DD--�`00���D----D �`�P����H����531'1#7'31212#&'&#"#1&'&#""'&5476351476331516767313#36111'#1&'&'''1&7&'&'516767&77166767676'&'%67316111'#1&'&'''1&7&'&'516767&771667&'&767 �0P�MMMP						!!((!!@!!((!!						�
` ��





 




P�@@@@&fff		@								@		P
�




��




k����Tan'#1513'5#1"1"33167674'3167674'3127654'&#514'&##1'1&'#1'&'676!'&'676qLLL�Q��						! 00 B 00 !						0ma
 `````ppp		@				0  00  0				@		�
����@�18A]111!167671&'&'!'''1#11'&771632731'67&'7556711"'#&'&'67672@��@�HHHZH*�

���@�����

A****,`0��@�M671167&'&'&5711#1"331132765513127654'&##16767&'&'`
		
@6%$

/				`				`				/

$%6@		�$%6' !				�				�				! '6%$����#3[111!327654'&#51276514'&##!!!1!1"'&5476367311311#11#1&'51#1&'5167315`))  								 ����				p 00 00�)��)				@		@		��@				00 pp 0����
5Ni|3#31#151675#11336763251&'&'#151&'&'#1#3#"'&551#11!1&'47#4'11&'&#"3276765'131#1&'5167�����8@��##)@��```		�('@""&&""""&&""� 0�(((((`!(��		 �/A'!!!!''!!!!'P0@����?Qcs��������&'11&'#11#151&'1#151&'1#111!!676751&'&'#155#1&'516731#3#&'5167311'#1&'516731%1#1&'51673%5#1&'516731'1#1&'51673#1&'516731#3#&'5167311%5#1&'516731'1#1&'516735#1&'516731�
`
@@

 

p`  ��    p  �  ��  �  �  �    0      �

0HHHH
`�

�
���    0    �  P      �    0    �  p    �����>�%6711671167&'&'&'#01101010101010101013676735'&'"11211&'51&'0101&'&763010127656'&''101&'&'67675167H9:"""":9HH9:""/
,&#08

		
	
//::////:E4%

8
 


 ������.]�11&'&'&701010101110521676767&'67676711674'13101010101#&'&'&'&'&'11#&'&'&01010101167516767&'&'#1&'&7&763276'&'5�;;X:/"	';;XX;;�Z>=S66'	"/:I66
	

	

K12
	,;K1221K�	88V11G;,
	$#97

 
����9111#113113167675131676751&'&'#151&'&'#�
P

P
 
P

P
 �
P
 
�

�
 
P

���	y��������%771&'&'51656'&#"#1&'514'&#"1#1&#&1#1"331132771132765516731376'4''1673127654'&##%671'671'&'71&'717'1677'167'7&'71211#"'&54763R000A�	"



	-;		;-	

	"		

		"



	-;		;-	



"		

	��$
+A0AA0h%+
w%+A1@A+++%]								�+++$;-	

	"		

		"



	-;		;-	

	
"		

		"



	-;		cA0g%+
x$
+A0AA0g%+
�000Ab								���8Xft#3#1111'16771516767317163213111151515151#5513277110101!1&'&'01013#3#1&'673#3#1&'67�GGw`
M21M
`�l�������������`	'(YF,
%%
,FY('	����Ρ

�� @���!-!!!&'&'167673113311%3167&'#������� 
����� @
�����!A%11!1&'&'16767311331%67513167&'#151&'1#131��� 
���@@@@ @
�(@@@@����@�7�67!11&''1&551'1&7471167632#"'&'&576763276'&'51&'131#&'&'&21301010101167516767&'&'11&'&30147�
k=''@
�
""&&""""&&""y	
				


		��
//A)$0
O���'!!!!''!!!!'!					������131516713151671315167111212121##151#151#151#11311311#151&'&'1#15131513151#11#11#11#1"'&551476351476351476351515167"11131514'&#'531514'&#"x(0(								@     P

P     @								�		@		 @				� @		@		`		`		��``��0

0��``��		`		`		@		@ ��		00		P    				���Mh{73#36751476321675147632167514763213121#"'&''1&547633116767654'&'&'211#"'&54763#----

	V )*..*) V	

�								�������


_""_



 								��'�H�17161111''11''11'&7711'&771'1&76771'1&76171677''11111716171671'1&761'1&76771'1&'&7711'&'' L	'\TB

Z55Z
AT\'	L


	


	�Y5T'A\	LL	\A'T5Y�	





	��0��7''&7617167177161111''1&16767&'&767654'&76131201131&'&'&7316''1&5&54563316''1&76767671&1'&7716''1&547716'�

&&.'
	)	.	#@@QQ@@#	.	)	
'.&&�   ��  >	"#09%#))2/D))))D	.	2))#%90#"	= ����#4�671167!321#12##!&'&'113!151!1"7''001#"''167671#"'&5477141414'1'&771&'&'113276''171654''1716'&#11"#1'14#"1'1&111101327711&'&76'&741')  								 ��)@		�		Z%
))
%

		
`)		��		@				)@��		@		� && $#	
po!$��@�$NZfz'71'17611010111'%1515167%%%1177111'%1&'51176''15117'&176''6'&177&17716'&1''<�������	
������5
+�

�+
5�
@
@`
@
@�
'&''HGGGGGGvPYYP��UUU.

�PP�

.U






���W`i610101010101010101111100111110101010111717167654''1&761676010101011133330111#11101010101'11''11163&''11#"'&567511&'67271'11'7170101010111#1'105"'&'&'&'&'676767672721713111010101011'1611151'1&701010101010111116747674705&'&547674'&'&'1111010101010101&7767&'67&'�

0		*$) 


K!-(				(- L

 *"*		0H�(  $""'0(


	((""+ 						 +	#"((	

(0'""$  (w##j##�����P61111!1&'&771517173#313151311315131131513113011!1&'&77121255��0�@0��@@@(@0@(@0�@0�b

b�������  � ��`�7Iax"1113151676731514'&#!"111311312765514'&#!3#31#1&'5167"11116771514'&#!7&''113!127655�		`�		���		`�				���    �P		��		� ���

�				�		� `		�		 �		�		@   		
ss
		Ueeee�				�����/Ia{��0EZ63211#"'&551477363211#"'&5514777763211#"'&55147763211#"'&5514777763211#"'&55147763211#"'&5514777763211#"'&5514721113315147632131276551476321#11312###"'&547633151#1&'&'514763321111#151514763321111#151514763321111#151514763321111#151514763				`				N				r				N				r				N				��				�				�						)��				��				��)		`		@		`		@		�		@		`		@		�+				++				++++++				++				++++++				++				++++++				N		�		�				�		�				�)@								@)�				`  `				`  `				`  `				`  `		����.i}�2010101!1&'676767010101010167676355&'1#1"'&5514763!121##151&'1#151&''111#611#151476773#311##1&'&'15�!!)-��-)!!p0				�				0@@�

�F���
@
�"7,+7"�HHHH		�				�		HH::�  ��%�

 ���g"&117716''&#01"#"01112676767630151113101010101654'&#"00#&'&'0#&'&1"1163#1133&'&'&'&'45"5114'&'&'"#"010110267674'316771633121#&'&'&'4141#14'&'&#11010100103676751&'&'#11##165&'&'7{



b
/
			
	!
�

"
	&  56%$'					&

())(	
1 0&	
�



>
				
g




	$%6#			`		

)`)	0 	
����&'673163271&'6767"#011172767516767"1&'3276763#0#"'&'&'7&'&'&'#"'&'6776767&'1#&'0101&'&'&'672327676767476747&'&'&'51&'&#&'671376771676767'1"#&'&'67673&'67�0%%		




#	
&

&
	#!


		�� 

 
	












	
���%@7551'7751''167765&'&'1%671167632#"'&'&'�^(6����F,-%^^^6()-,F��Y!"<=CC=<"!!"<=CC=<"!yyyM#	^nnn�
34I5*2MMMy	#2*5I43
�n_F::$""$::FF::$""$::F����+9I5113151676713151&''1514''1&11315167116751&''113�)``)	LL	�
Pg7
gPSmmm�``�m
	L		L	
�\
�8�
\8�����0F]111!167671&'&'!2111#"'&5514763747116321#"'&552111#"'&5514763@@��@								@								�								���@�		`				`		@				�				��		 				 		����0F]&'11&'!11!1676711##1"'&54763312211##1"'&54763311##1"'&54763312���@�		`				`		@				�				��		 				 		`��@@								@								�								 ����C&'&767'771676'&'&1'1&'"11#1"331676''17`    w

X


8*06W�
t-�$$$$�   
H


-$!]'VZ����:u6761111''1&'&'5147632167514''1&'&767#1167514763211'&551677167514771676_x

O
�+				W>W				+�
O

x�
�I`	
-"!-v				PU	�

�

UP				v-!"-
	`I�����#3Sv111!#"'&5476351"'&5147633!!!1!127654'&#'711177115'1716''1'1&11276'&#&'&'6767276'&'`))�� 								  ��				N								�$%6'
	))	
'6%$�)��)				@		@		��@				�

*6%$(($%6���l%1#"''1&'&'6767'&'11#&'&'&01010101167516767&'&'#1&'&7&763276'&'5�'		


~5FX;;;;XX;;�
	

	

�F5~


		';;XX;;;;Xh

 
���1D%1#"''1&'&'6767'&'11&'76767#4711632#"'&5�'		


~5FX;;;;XX;;�""p								�F5~


		';;XX;;;;X ""&'(('&								���,CT&567716551#1112773#35147&##15127716751#755&'&'#113�2@
�@%) /���`
�@%) s2��
`
�!?'0
�� 0/)�
 ��� 0/)W'?� 

��@�+^671163312##11''1#1"'&547633116311217163211#"''11#"'&54771'1&547�				�if.				.$AUn


))


		**		


))


		**		r
				���				p"�		**		


))


		**		


))


����(\767116711672#&#232#&'&'&'%631121111''1&1'&7714''1&76771677"":9H2,
X;;;;X
,2H9:""wG3??3G�H9:""

;;XX;;
"":9Hw@
2F!!F2
@����LSZaho%731''''#1113173'##11&''1#1"'&54771'1&547633171671312''71#'''13#3#17731''71#�*!666z66z6B555n8

8n55n8

8n56*d6�****y6�""""6XXXXXXWWW	
\\	WW	[[	WX####8,,,,8##�""""Z,,,,����!6Ko6111##514'&#"1##51516777163211##1&'&'5147716327&1#111311771316''1716'#1'6

yp				py�@@��@@�    �e%r�`				`�r%e��� G������G y



����5fmz�����&'&#"132767!!!1!17"111327671&'&#4771'1&567317163213111#11#"''1#1&'77#1''3171'1#1731'7#3#17'731''71#''13`



�������P



�t9999|*AFF�!!!!`*`!!! ��@�				�@				��@� 		�@				�		��106

6016

66$$$$p444444L<$$$$<h���9j1131131513113151311315131676751&'"1#!1"''1&#53276551!1132765513127654'&#!1"33
@`@`@
1��1@								 				�@				 p
@@@@@@
CC���				��				�								�������7767632112##11111"##11#11#"'&551#11#"'&551#11#"'&551#1&'676751#1"#&'&'&'45676767716771715151#1"'&'&'&767637167#3#133553351##0101#3=	'' -(				�				�				(- '& =3�``�Hx�����$
8
	B# 				  				  				 #B	
0
$j@@�@@@@��G�>1''1#1&'&'51676731716'71611''11'&771'1&76-�DD�|7777777777�	��	
x@x
�7777777777���5H[11&'&'6767671167654'&'&'4'11&#"327654711632#"'&5))))R6666RF::$""$::FF::$""$::F 								@								�))))66RR66�@!"<=CC=<"!!"<=CC=<"!`								�								����9�.H[{7&767!11#1311#1311#1311!!!!1!1&'&'5167672711654'&#"31''171611'&'&7676�!
	���|jb� �� 

��

�								�!!,
11
,`,��,@@@ 
 

 
`								�:AA:
6EEEE6
	����#4MV_671167!321#12##!&'&'113!151!1"&'11&'131675167'&'6767&'&11771176''1716'&1')  								 ��)@		�		""@p0z
MM
jj
MM
jj`)		��		@				)@��		@		0 

!a
!!
..
!!
..��@�/86'11&'&1'1&'&111336767514'17#3#711#y

	''	

0�
��
�0Ywwwwxx�
	
11
	
<��

%<�t���� �E���3#3327111#"'&5511312##1&'&'51&''1&'&7676116767011101#&'0101&'&5010151515167112010111131717171016311111'&'6767&'@$				�8				�)


%*)3�,

@


"00 �				�m				)�


&U'`
%%
`
[������(T5315113151&'&'#11315167131513113276551!113276551276''1&'!�0&0$%6@6%$0&00�
												
�������.��6%$$%6��.��� `				``				` ��}�$K2276"'&'&'&'&5676711!1&'&'6767516767263�	"))>

5P#-66R0"��)#)
"�!")?))
4#-Q76�P")%)
"	������HU|111"#"51&'&'271'&''1'1&'&771'1&76771716761716676'&'11!1&'&'6767516767263&U&#)))U22UGG�    �"��)#)
"�U7))) 	TGGU22�$$$$�")%)
"	��v�75133127655116751327167516713312765511112767716''151&'1'1&'&###1167675151516767&'%&567311&''`		 				 		 *
5#��3""
��w�"00"�   �				X

X				� 2?
fRJ""36
 (&@p�		!!
����#5GYj~���'7716'"157716''1&%'771654''1&#&'11&11767571237165&#6751&''1"123''276''1&#"1%''&#"171676'776'&##117'3#3276''1&##1"131555N
�!<.&NNN	
5��-
<1���
�
�
�
�����VO	�NNNV�	�OOO	�	OZ���	P		P	B   �
b	.{{{\	
���� 	b
�
	\{�4@^4@��xxxx����		�

�	��	����)=611''1&'677'1''1&'51476!611'&551477��������������`		hh		`�```	�	W�		�W	�	`����@�S\7767213121311##1'5##1"'&551#"'1##1"'&551&''1&76761337&'67648" %pj		 		$,,$		 		-

�p0!���
"@a���				ss				�1

@�������LXb~''&'&771'1&763331#1"''1#111#!"'&'&5476763%1674''1&'515701110101011''676711611#1&'&7711'&77`444

),p0/9


 !j
/"�0�,.�///��
��E�~C



 %M


'B/$-/B-95%	W2+	<
o����C71#'&#67674'&74771633127676'&56767276'&'&'�	


	

Y	
	
 0	/0BK12�
	

	0 	?()21KY���2K^r�������011771676'&'&1'6'11&'&#"1763277111743676''1&'&3167&'&'&1%&113167676''#3#1316751&'!1316751&'#1316751&'#!1316751&'#'&'167&'16753&'1675QD 
			

		��	C		
 :P

	E��	

PE2PPPP0PP��PP�PP�@�#
-	

L
x
				
LL0
	.	

L
�)$
.L
$).�0000�0000��� �������!(^��6711673113311#11#1&'&'#3#513#321&'51&'#11316751671##1"'&551476333#3#11##1&'6731674''1&'47633165516711#"''1&55167�		��0�������####%

++%

c��		���@���PP



 ##  5,,5  ���� 6L�2111#151476347116321#15347116321#"'&5547116321#"'&555532732711##1"'&551&''1&'516767312##1316767�		@		�				@�								`								`		�		%X88�		pp		@				PP				`				`@				@				@X			(!!`				N&5����5H[7#&'167671"''1&1#"''1&#"1#"''1&'&4'11&#"327652711654'&#"3(66RR66	

	x								`											R6666R��	
##
								 								��G�/C%''1&551'1&5677163311171611''1&771'7711&'&'67�-#'P	/9*-$
X�}���&	
�$ �!& ,
	&*%1X����&	� $����%6IZm~��������T1167&'&'&#"1167&'&'&#"67&'&'&#"71167&'&'&#"67&'&'&#"71167&'&'&#"67&'&'&#"71167&'&'&#"67&'&'&#"11315151&'311315151&'311315151&'311315151&'311315151&'311315151&''4'11&#"1#1"'&5514'&#"1311#1"33327654'&##151316767514'&#"1##15:��>R.�.R>�( @ @ � @ @ �				�						)��				��				��)						��055555558````````````				�		`				`)@								@)`				`		����6Vl777677163111#1717167&''1'1&'1111#&#"11113277171654''1'!!!2#!1"'&54763@iii1�<]�(

((

(�����@�				�@				 ���5^��#(

(#��								����M_w676'&'711#"'&551'1&77167613151671010101011&'51#1&''7711'&'&77''1&'&7716763312�32				J'�$$$*

8$$$0
��LLL2Y				SJ#T

+8��񊊊*d

Z���	[		�����������612331271611#1&'51#11#1&'51&'&'&'&'13311##1"'&551#"'1##1"'&5511'&7716567671133267'1&7&'6767&''&'6767&'� 


 @ 		 		@		""		@		66R9 IXX0�

) %"		@				LL				w)1R88�p��@�dm%5531176751&'3167&'####16751671131676''1&77165451133127655167010157&'67�

 P 6%$`K0!
"		T		 		0�NNN#L$%6'"88*,24
?
�				�.���A�N%11#11#1'1716''1&111#1&'&'51#1&'&547%162151476331211@		
 {&Qu		<U
f 		
	k		 		5�
		�@C
]	SG	4�		

�	^%				y.
����w6331#1"3311#1"331312771676'&'&1##1&'&'473127654'&##171673127654'&##165&'&'#1"177z!+
�				|3D				  0+7+
	
!+
�				{2D				  0+7+
	
L

								0  "	



								0  "	

��A�(5B111133167716713127676'&'&'676'&'%&'&767 o??22J''J22??o�    @$$$$�//9U-."/

/".-U9//�$$$$@    ���%1!1&'&'47167''11771633�	�p	�AAAAO


1���Y�hhh

"
����~��3#31#15'111311!1"3311#1131676751&'&'#151!11#1131676751&'&'#1513127654'&#!15131676751&'&'#55311#%3#31#15����

0�				`0

�

00

�

0`				�0

����@�����@@@
`
 				 
`

`
  
`

`
 				 
`
�@@@@@@@@����4���7'3276551&'&'#113277171'1&551673111''1#"'1312#315151676351676711167514'&''1&76110101##&'&'&'5151&55151&'67316763312311163312##1131#1"'&'#"''&'6767&'�	@
	




@				�
#
D**32?�>23"@"				8  
Mp�

2
				0%	
 0d%
33F?2332>'
				&
v�;7676'4'&'&'67&'%671167671&'&'&'5@GhhG
7YY7
�G43HH34G�"HeeH""HeeH"�%%	

	((%##%`%##%`����Vm&'&7676323111767716'&''171133127654'&##1&''1&''1&#13277#3#"3316771'1&'@�W

9					900"		


#;;;				F	��^
5Y

e$R				6!


		�				)��@�/C533351&'&'7167675167673151&'&'!671167&'#113		0

p�)��`0 �)�p000		P

0���)�@ 0)������ 3Fy111##1"'&551&'&567672711654'&#"374'11&#"3276567116171611''11'&'&76771'1&'&7p		`		()==)(�								�								����������@"				"6%$$%60								 								�YYCCYYCC������61'1&7P����0�������6'&11'1&''1&111177167711176''1&7716767117716''11176''1&''17167716'&11716''1&11514'&'&1&'514'&1'1&77�	!9P		<<
	P9!	  ((  	!9P		=<
	P9!	 0

0 �	U"99	8

8	99"U	T (( T	U"99	8

8	99"U	T0

0T��`�2ENW`i11##1&'&76767656767!&'11&'676756711654'&'%&'673&'6767&'7&'67�"

�
	
	)D))))								��@0P�&442vFE		 55LR66��66RR6666RR66�0���������6711673121315147716761131211&##1##111#"''11##1"'&551&'1#"''1&54771&'#1"'&55147633167'1&547716515153#3#133'676'&'67&'&'11&'676323`j0j
8+=#P				

		 		


								�jjj q'Z----`%#"%�x"%""-	.		

								


		 		



 ```�'((''(('�@%.#%����!+ETc3#3&'7&#3176711674'#1131'1'7'31312765&'&'#1"1133151%&'11&'#116765�gggC&) R[66%$�$%6d
�>:!///D"R
	23K\
�	
"@
09p2D$D�$%66%$8�h`OOO"	
K32�
	�#$)
_

��'4A!!!13167716713167671&'&'676'&'%&'&767@��x'  &y�     �$$$$��"@@"�$$$$@    ���+Ln�6111#1"1#"''1&547716551673127%21111#"''1'1&547717163%'111#"''1'1&5477171632721111#"''1'1&547717163�
V��

*
p# 3344��3344x�
`��
*

c���4334�444334F���*U113312#!1"3!16767&'&'#1"113316767&'&'!1"3!12##1"3#36767&'&'#1"3312##1"3 		 				��				@)) 		@		 ))��				�				 		�   ))�				�				 				�										))		��		))										�))												���6H631121#'111#"''1&5477167677171&547'7716''1&1�


@		

	1
	�X�1
	��BBBb		Bb		�		@


		1�X�
1	

��BBB		bB		b�����<���7113167632367232316767&'&'0#0#65&'&'&'&#4'11&#"&'&#"01"#"321230"3276701327654503327654'&'012327654'&#"1"#0365654'&#"0145676'&'!676'&')--))"&!0  				




				



				




				



���)))" 0

 `				



				


	

				

	

				




���C�$JWdq~113676'&#&'&'47676'&'"#671167&'&'65&'&'"&'&#1!&17716'3&17716'3&17716'3&17716'�1###6$&	q""
)#)�� 
 ` 
 ` 
 ` 
 �/
 ##
&��"	"
)$)$
00
00
00
00���)AYs7&'11&'6767&567672672121!63211&'&'51477363211&'&'514777763211&'&'5147`) 0!&"))��#
#�#
#}####
�) 

0 "))4A



AA



AAAAAA



�����)6CQ^7&'11&'6767&567672672121!1'&771631'&77167'&7716'1'&7716`) 0!&"))��0
0
y0
0�000
0�0
0�) 

0 "))"
p
p
p
pppp
p

p
p������6ER_ly�1&#1'&''1'1&'&771'1&767717167617162&'67671'&771631'&771631'&771631'&7716711!1&'&'6767516767263&
#)

8U22UGGV	E
 
 `
 
 `
 
 `
 
 K"��)#)
"�?!)
1"'UGGU22���0
0
0
0
0
0
0
0
t")%)
"	����Dk���6763217163213331'&''1&'1!1'1&1##1&'&'4771&'&'3#311##1"'&551#11##1"'&551513'&#"11"117711765'1716'&#'1'7"11"117711765'1716'&#'1'1&#&#"11"117711765'1716'&#'1'@..L	
� ?'
	��(	*L�```		 		�		 		`

k

u

�,,H	2
	W^	^
��@@				@@				@@����������211171632771611''1&'1177111''1&11716177111''1&11716177111'&11#"'&55151515151515151514763&'67367&'&'67367&' 		E;7#&&$	
-BA!LO"-BA>C?F85LO"-BA>C?F85LO""IE;@@						P   �			$ !>
!!
>
!!
"	
"P				@F!@ @ 9 		`0����9L767116761"'51&'&'&'4'11&'&#"3276765'211#"'&5476301LM1101LM11 







`								�O98
?98PP88@

98P0







 								�����)^3#31312#!1"'&5476331676751673#313151311315131131513113011!1&'&77121255�=+*				��				*+=�@@@(@0@(@0�@0�*+=								=+*�������  ����'BU^7714'&12767716'&#17165&'"211#"'&'&54767634'11&#"3276567&'����	�/9:V7./f
K��####								�KKK
f/.7V:9/�	��""""`								`��@�%6`m�4'11&#"1315!4'11&#"13276527116551#113"1176771327653276514'&##&'&76755133127654'&##1'1&#11132765511132765514''				@@								��		@		`
	 

		
								��I				C)				 				
&�				��				�@				�� 		��		ڛ

							�		P��HHH				*7�				`+5				;4����Fc&##1&771632131316767&'&'65&'&'#165&'&'&13117716'&'#1716'�	%	 �

!% 	$-

�F4	

�F4	�

!!�:%!	%��

i�

i����4_�11111#"'&5516767671#"'&551&'&'&'111#"'&55167671#"'&551&'&'5#"'&5516767671#"'&551&'&'@H9:""				+*IHYYHI*+				"":9H				$%66%$				�				32??23				--DD--`"":9H`				`YHI*++*IHY`				`H9:""�`				`6%$$%6`				`@```				`?2332?`				`D----D����:b��671167311!15%"1111771176''1716'&''1'1&#&#"1111771176''1716'&''1''"1111771176''1716'&''1'1&#3#!116751476321&'&'51#111##1"'&551#11##1"'&551513--D�D--��������				"" 		@		�		@		�D----D@@@� P0				0""0 @				@@				@`����$2@N[113167316767&'&'"&'&#&'!!!!167&'#3#3167&'#!!!!167&''&'#13167 ()={#22#0  0%2#&5=)(H��P��P@pppp���P��P�hh0=)( 00 ()=�`H���-Kr�211#"'&54763271167654'&'&#"3%6711671&'&'4767571110016767&'&'010151&'&'671167&'51&'1�								







��


""00 ()==)( 0

�								�







P

�""�p 0�%3=)(()=3%�0 �`
!��!
���-Lr�4'11&#"32765#471167632#"'&'&5'11167674'&'51&'&'6711671001&'&'67670101511&'&'6751671�								�







�
""

p 00 ()==)(�

`								







 
�""�
00  0�%3=)(()=3%��

!33!���8U71131716321336767&'&'0#0#65&'&'&'&#&13117716'&'#1716')/�

@))"&!0 J

�F4	

�F4	�)u:))" 0

 �

i�

i����!1A5!1677165&'!1"!!!!1'1&''31654'!113277167#a&��		`��R��(T/�uuu
����
N��
	&			`6*?�EEE
#v!$$	N���&AY&'11&'676726763"'1#"''1#77632132771'1&##1"17767311#!1&'&'477�$$ 		 000 


;*<+*+�
�h
�0
0

0
� 
BC`����@�$F671167!11!1&1'1&17716'671167311!151311!1&'&'5`
 
��9o/@��g
�

� 
p

��0/o/@��
��
`

`����B�8q�667016'&'&'&'&''&'&76767601016767016'&'&'&'&''&'&767676010167656701016'&'&'&'&''&'&7676760101676#**#

&-21		12,&

#*+#%#**#

&-21		12,&

#*+##**#

&-21		12,&

#*+#z







��






�







����5Lc676'&'67116132771611#151&''1&'&7'11#"''1&'&777711#"'&54771'�#$$##$$#p
$)33)$


%�$
Z<<<02�===20h))))9




$$

�555&0
H5555H
0%���4AN!!!676767671167312##11#"'&'&'&5335&'&767676'&'��,
u� 				  ))-,*) ���8..
� 				@&$##$&@�0����A�LYhy�"7627677676'&'&763676'&'&'65&'&#&'&'&76'676'&'6'&'&#&67"6326767&#6767&"�."4*89&!786587!&98+5".	
11
	C:

"
j,%

&+�

"
�/G(!4&:=00		00=:&4!(G/	$&&&&$	���(+$$
b�(
$$+���9e11332765&'&'&'"11332765&'&'"&'11&'16767&'&'#1131&'&'5�		?23				&'AAP				6%$				66R		`

()==)(()=


�		32?				PAA'&		`		$%6				R66		

�=)(()==)(`


�����.?O21113151476321311!151676731514763!!!1!1&'&'1316751&'#�		�				0
�@
0		���@�
��
P``�		  				 
00
 		���

@``����.?O21113151476321311!151676731514763!!!1!1&'&'1!16751&'!�		�				0
�@
0		���@�
��
P ���		  				 
00
 		���

@@@�����+5?IR[d63117%1676551&'&'"177'6711'771&'''167'1'17'1'17'1'17]
��T#*+@+%3	
Y...
.===>	V<<<=l====g====<	��"#)@+*Q	=>5///

.;R&&&&C&&&&A%%%%�����,S110136767654'&'&'1765&'&'&#"1''1111771'1&761716765&'&'[		
					f?'<

7|�4

=d#%&7�	
						�.=

7��?4

<.  '7&%
���AO\enw����"1113311#1"11!16767514''1&'&##151312765514'&##3#3#1&'6767!1!1&'7&'677&'67&'677&'67&'677&'67&'67@				P9��P				� ���� `��0xH�H�H�		@		 �FF� 		@		0���hhhhh���!Aa�%#3#&'51676171632111111#"''11'&'51673!1''11#"''1&54771'1&7673'&'&771'1&5477163217161#Ȑ��(I$I((I$I(��(I$I(��(I$I(���(I$I(@(I%I(��(I$I(@(I$I(���@�
.c13171#55#11333#3'1#133#3674''1&'#1'#1"331132765!132765713127654'&##171!2^[�c| }}}c�^^^Z�S								@								��T��������T�    				�								�				 ����%:a��3#31#1&'477167#3#7131355311#7&'&''1311&#"11#1#"'&5'1#1"'&5476331'1!1777632&'&'67676301&'11&'&327672[[[^�|||c c:�Z�
0�								2�		--DE-,"!&	
&		��T������H
@TKL6				�				 	
#


	**.D----D9/0 ��a7533151671315167131516713151671312765514'&##1514'&##1514'&##1"1#1"1#1"		@@@@@				 		 		�		 		 		��		pppppppp		�		 		 				 		 		����;Gv���6'&1'1&1'1&1#1131&551476767&'#1716'&17'#1&'672#1131513113151&'&'#165&'&'1'1&'113151#13#3676751#1#17163�


		

�	
$�1\
� �
##0
����
�`1�
	
��
�0�&&&


P``P

((��
�P0
P�8&
������W`i617161171611'&'&76771'1'&''11'11''1'1&'&7676171&'&777171'37171'�}}O%)

GG

).$%$%.)

GG

)%O,Z
K�LLLY�..�+,+V



V.AA.V


V+,+�7555 :: 5����� "131676716'&#!''!11! 

2�2

�@8v�����W��������m���7127716331111136771632136''1&771676731#1"131211133165&'&'&#"''1&#"''1&##1"1113316767%671167632#"'&'&'7&17716'
!!!	*
	

	
	
	
87U�	

6++�J!"<=CC=<"!!"<=CC=<"!� 

 

�	
		


	


"V::��

!
-dF::$""$::FF::$""$::F�

 

 `� +7"113!127654'&#!5"113!127654'&#! 				�				��				�				���								�								����+4'11&#"13276534'11&#"132765@								�								�				��				�				��				������5B&111&#"767676767654'717167716''&'&767�0M#$$


'"*+33#		
M)0(���0)M
		#33,)"'

$$#M0(����2611176''1716''1611#"''1&'516767w$!2Lp<Z,44!!/��/!!4�NKhbL?
'&6A,��,A6&'
����V��676'&'676'&'2317716176''1&7716'&'&'&'51&'&1''1&#11'&1111177161767516767676''1&7716'&1''%&'&767Pe		

				
�
					
					``�			
		 	#
� 		
			 		
			[@��5�IR556767716121#1&''1#0101"'"'0101&'&1##1&'&'%67&'@..N�

!%
1#)!
	-	
&0

�
H���SAA<
	
"�&
'	
 G	

����17&5454763!121&'11&''11&''11&'LKKK�
	M=�
��
	
�3P�q��p��@�MV5!16767255#3#31#167#3#51!11#11311#151&'&'1#1&'&'51315!5531#@��'>>L 7--���BBB`�@@@@@�
��
� B`�~~~;""~yyy
. �F:��� P
��
P ���:F���� :%!!!'1&56767311716331471163!121#!1"'&55`�� ��;'(;2&&
 O��		 				��		@�;('1~V@				 				 ���:If167&'&''1&'&5&'"111316767316767&'&'#3#3#15'&'167&'&''1&'&5X



8		)�)0  00 

�



�



�		�)) 00 @

`�



����&:G#1"'&767676271#"'&'&77137#3#&'71676#'&'&767�&�	(
H(H
.55.
H��&H
(	�/		5,,}�}}P/},,5		0���5E[m�211#"'&'&5476763671167654'&'&'67'1&'&337327676''1#"'73#3276'&'&12711654'&#"34,,,,44,,,,4F::$""$::FF::$""$::F8$'	H$$$

$
THHH	'$8								�--33----33--�@!"<=CC=<"!!"<=CC=<"! ?#5		1>>>>1		5#>! 								������AN[�676'&'5#"'&551'&'&77167633121'1#"'&551#1&'167676'&'55#1"'&771"'&'&771676321#1##11#"'&551#11#"'&5P(				

  
				��	
""									��Ѐ��				�
dd
�				�`�0�0�P```
_  _`				``				�����IR[&111&#"11&#"327654'7117654'7117716''171654''1&#"1'''711'''711�`Z%,0(l						l
Y`Y7		0


7Y�HHH>H>�HHH>H>�`Y
l						l

(0,%Y`Y7


0		7Y��HHH>H>�HHH>H>���Hc471163#"'&5&'&'&'"'&5'71&547632#"'11#&'&'47676711#"'&5&'&'"'&54763�		PAA'&				32?		�hhh						h#)X;;�R66				$%6				�		&'AAP				?23		�hhh						h;;X)#}66R				6%$				����)7E#3#"11!167671&'&'5&'516735&'516735&'5167@���M�PP�M���X000000000000����)2@IW`n3#3211!1&'&'16767"1113151#3#!51##%4'11&##11315'53151#27116551#113'53151#1133151#1@���M� 		@  PPP�		 @�@@�		@ �@@`		 @�M����		 @�@@�		@  @@@@�		 @@@@@@ 		@ ������9Kbz676'&'47116331111#"'&551'1&76771#1"'&57711#"'&5471##1&'6731675167'&''1&7617716`�		�"J<				NK		/WWW
R


		CYY��;

<

�P		F<I				CM		�VVVS		


`
<

;
�����3q676'&'6171'1&7111177161'%1&77'716116771611''1&''111'1'11'&771'1&76}���.Km(	2�,,��	t	

7T
4:�


	
��	fEK4'
JC

��
!
3	I
	��@�-v�676'&'23111#171'1&'1#11677163011121#131210331210331676751&'1#171674'&##1&''1&''1&#17#1716'&''171133PmWX) 	; 6j8+���E			900"

3,9`@^
5RX
~'���			6!


Y���L$R����Ee"113113151311315167675127654'&###"1"'&''1&'&'&##4'11&#"1!1"3!167675 				)@�@)				  		911#")	I				�				�%�				�)    )`						)1#��								%�����>i��%6711671167&'&'&'#0110101010101010101367673'47116331#1"1##1&'6731254''1&'%3#3#1"1##1&'6731254''1&'4763'7161&'511#"''11&'51676H9:"""":9HH9:""/
,&#08�



�####
//::////:E4%

�

%

////`00`�����Zkx611111''11111331#1"'%1&''1&7611&5&76771516771'1&''1&767'&7716''11&'&767�*~


HG!W��
J".G���5 T%�2b


8 K!�
5'2��===		K
,"^�����R[dmv�715167171611##1"'&'676'&''1'1&761516711676'&56767'67&'&'6767&'&'6767&'51327716551&'U0
8I0.�.0I8
1))u00		3(

 
-GE--EG-
 
())-�P0����
^t}���'#1'1513''&'#11#1"1!167674'3111327654''15151716'&'&11#1514'4'11!1&'&'6767!&'6767&''&'6767&'+EEEp@k�WWW){
 		 00 +6


		79

	9@M

�

��8h����@`����%
p		k"0  037		


6SUG
	
G5m



0����;471163!12#!1"'&5471163332##11#"'&551#1"'&5		@				��				��				�				�		�								�						�				�		����/SZh31113!1276''16767&'&'513167&'!#"'&'&7110101&7676320101155113#3#1&'67$	

	$�ph/PP//PP/8�    ��#F+<

<+F#��



�@�����+;hq&113311132771654''1&'&'1514''2771&7'1%4'&'&1##1&'5147716'&'&#1161676767&'O(
P6mp


@		pm	h;v>��@9@=)(U%�8�
(h	mp		@


pm6P�yv !>��	?9@()=U#",�������%Uew�211#"'&547634711632#"'&567116731511'&77171611311!1&'&'531316751&'#5316751&'#171316751&'# 								�								�����Ո��@@@p@@�@@�								8								�B*00,L��@@@@@@@@����9776311#1&'&'5167716316767514''1&'47�U$11JR665	&%�	Q#/.3J1166RL6Y&&5+"����C�&Q6111"11'1&767676701716767776767017167670101317111''�/U--/.Y#V--/0X��_11''N+L#%23b+�0**1/11/,0//1--�6


14410%%

""01663	,����#4^671167!321#12##!&'&'113!151!1"5#11311316751316751&'#151&'#1)  								 ��)@		�		�00 00 `)		��		@				)@��		@		0000 00 0���&&11111!16767516767&'&'&#<<11
 
11<<#�##?�

�?##��� %5!16771635!1&'&'51!��
X;;��� �	;;X0������A�8`%11#11!1&'&'51#1&'&547%162151476331211%1#11311316751316751&'#151&'#@		
 �� 		
	k		 		5��00 00 �
		��		

�	^%				y.
?0 00 0����$7DW11#11!167671&'&'#1&'&'211#"'&54763676'&'67116731#1&'� 
&% 								@    0"@"����@@								�$$$$�""�����>f%6711671167&'&'&'#011010101010101010136767367311311#11#1&'51#1&'5167315H9:"""":9HH9:""/
,&#08  00 00//::////:E4%

 0 00 0���ET111327654''1&#"7113277167716771010171'11'171'1'1171677)		�


		�


`"""c		


c	l#J-4C4-KCCC	M�


�		


�		�###l	b


		c#K-4C4-JDCCCM	���I\ex7''1&117716331213676751476771674'&''1&'&''1&'&#211#"'&5476367&'211#"'&54763�			<
>
*!%#
"L								�								�




'�								P								����-&'11&'11&'4767676'&674767�6++*+@@+*++6%
	#0//6:>?+,,+?>:6//j	#21,&-,��@�!Ce4'11&#"113151#1513151#15113312765514'&##1"''1&##1"113312765514'&##1"''1&##1"@				�����		�				c
		
C				�				c
		
C		�				`�@�@@�				�						���				�						�����$-6Ma7"'11&547676767#!7&'6767&''&'67671167!1!1&'&'67!11!1&'&'5=	0/XX/0	�zS�p�
�

��
����	
%%""""%%
	`0�



` ����D"111&#11&'51"1113167675151&'&'"&'&#"514'&#�

-,:v6%$



��
I8&;'$$%6@ 

���@�-?"1111"''11!151&'&'1#&'51514'&##676765&'!			08""!"80			@�DD��DD���		d	T55C@BC44T	d		����@�1[h11131#1131#1131&547675151&'&'#3#31311#11#1&'51#1&'5167315167&'&767113312765&'&'#10
����
�

�hh'((''(('�

�

'f'�
�@P
$`�
@�----�



''���}��111#"'&5471632&10#0101010111101#176771036767676771676771676767677167673167676'11#"'''&5477163211'���  `  .











� �� ������  ��  `F







�~ �� ����� ����!,65&'&'#1336767&'&'#'6771!o()==)(

6�

��iiii� =)(()=



����

�����*R671167!11#11!11#167!1!1&'&'%67311311#11#1&'51#1&'5167315@�@��@@Z!�!  00 00`����!!�0 00 0�3?K671167!11!1&'&'53!12765514'&#!1"3167&'#33167&'#���@		@				��		88�00@� @@@				@				����,N61'"''1&'#1&'51&'#1&'&76326''1&777311311#1"'&547677167�
*	
I%+#	��]]](
L=Z[k;

	2:�		,A
P�����P
0R./

5�����"6I\o&11121210071676'&'&'&'45&'&'&'"#0117%'211#"'&547634711632#"'&54711632#"'&5�
YHI*+,

./JK\�&'AAPe	|�								@								�								�

,+*IHY
\KJ/.�gPAA'&��	e�								�								0								���<�#3#'1&767313#301!1&'&'67676701010101016767&'11#&'&'&01010101167516767&'&'010111&'&7&763276'&'5@���/
�
/����*)  )��)  )*T
	

	

`G		G "#78R))R87#"X

 

����#3:kx����111!#"'&5476351"'&5147633!!!1!127654'&#''#17'733113277131276''1716'&##1'1&#"1#1"3773111#1'57'137771#3#31''#177'13`))�� 								  ��				�
7		8		7		8
88*E
7�)��)				@		@		��@				�000	00	00	00	00000000H0�"+E#3#5131%111!1676751&'&'!5!151!%111!1676751&'&'!������p

�

�`���p

�

�`   `
@

@
��    @
@

@
����!2O3#31312#!1"'&54763317167!!!1##1"'&'"177116751176''1&#�xxx	`				��				`	�����
�
�
P''P
�								���



S@P'��'P����!2O3#31312#!1"'&54763317167!!!1!1&'&'"177116751176''1&#�xxx	`				��				`	�������
P''P
�								���@@P'��'P����"2Oy556771611111&'&'5145111676751#1617716#!1"'&567675#11311316751316751&'#151&'#1```$%66$%0""� GG2		
�~
		2`@:::	$$	:(6%$$%6(0""�
L

L
))7
				
7))����E471163312131514763312##11##1"'&51#11##1"'&54763315�		�		`		�				`		�		`		�				`�				���						�				`�						�����=Jer�676'&'''&#"11132765514''171133127654'&##676'&'34'11&'&#"32767653676'&'34'11&'&#"3276765�>>>
S<				+<)	@				5��#$$##$$#�""""�#$$##$$#�""""`@111

@&o				�
1!				�))))####))))####����#=5#15135#1513'#3#51313#31#15111!167671&'&'!���������������@��`���������@��@����@����%8K^q�������	/BUh{�"'11&547632#7211#"'&54763211#"'&54763"'11&547632#211#"'&54763"'11&547632#211#"'&54763"'11&547632#211#"'&54763"'11&547632#211#"'&54763211#"'&54763"'11&547632#211#"'&54763"'11&547632#211#"'&54763"'11&547632#%211#"'&54763%"'11&547632#%211#"'&54763"'11&547632# 								`																								�																								`																								�																��								�								��								�								�								��								�								��								�								 								@								�								�								�								@								�								�								�								�								�								�								@								�								@								 								@								@								�								@								@								����2EXk~��71132765167!127654'&#!134'11&#"3276534'11&#"32765#4'11&#"3276534'11&#"32765'2711654'&#"3"11327654'&#52711654'&#"3				P				��"�								�								`								�								 																												P				"��																																�								 								�								����D�;^676'&'6171671171631!1"'&771673171%1&7'1#"'&551'11'&'&77171��
2'
#O"	`	
�		
 ��Sppp				=%

0 ��&+%g".
� �
\000`				Ko

�!���@S"'1#1"76711323676'&'131276545&'&71514'&#211#"'&54763B""r	56C
	A""
r	56C
									�56C
	A""
r	56C
	B""r	�								�����*O\z�1&'&'67675111&'&'6767516771677633121311#1&'&'5167673&'&767%73121'&771#1"'&7716%''1&7676171676�`��W	>	

�

u'''8�


'8�


��a

`�
�


9v


` 	��
p

p
h�ZZZ
pZ
p;

d

d�����'671161&''1&76771616767'1&77[
X<<ee}
`(5*)1	(�
}ee<<X
(	1)*5(`����9111!1&'&'16767!&11'1&11676767&''���@[
6
0?23,���@a0
6
,32?����3Fn~���!!!1!1&'&'516767&#"1'1&#"133276'''4'11&#"327653#311331276551311!1&'&'167671316751&'#1316751&'#1316751&'#5316751&'#1@��@���

8@	P�`�								��```		�		���P���kT		P


�								 � 				 @@hh������-;X&176'%171311767716'&'#111#1"1'05110171311'#3#"33127654'&##171'1'P��,g


��

q�
u!^$333				�				*6��0מ

,

Y�(sJ��								>+i'���'Nqx#"''1&76761147632171676471163311312##1&'&771#1"'&511'&''1#11'&'&77171673#3'1�

X		
 				 

		X�		�	J3				�	J3		`
@X@
(((

`
		$.				��$		

`�		I				I		��  ��(('���'Nqx&#"176771132765117676''1133113127654'&##1716'&'#1"11767713117676''1'1&'771#�

X		
 				 

		X�		3J	�				3J	�		`
@X@
(�

`
		$��				.$		

`		I				I		��  ��((((��@�'=Si#"''1&767611476321716763#32##1"'&547633#32##1"'&547633#32##1"'&547633#32##1"'&54763�

X		
 				 

		X�   				 				```				`				���				�				���				�				

`
		$.				��$		

`�								�								�								�								��@�'=Si&#"176771132765117676''7"1133127654'&##"1133127654'&##"1133127654'&##"1133127654'&##�

X		
 				 

		X�				 				 				`				`				�				�				�				��

`
		$��				.$		

`
								�								�								�								'���(Sf�27716'&'&114'&#"1'1&'&13%&17711#1"33327654'&##1514''611'&'&76777677165&'&'�
X		
 				 

		X
#0

				00				
!



	1%% 
`
		$.				��$		

`
�	

4								`
�

q			
	B$%%	'���(Sf�21'&''11#"'&511'&'&771631312###"'&5476331511'&'&767716'67116'&'&7&'11&567671'&'&77�
X		
 				 

		X
#
				00				

0

)%%1	
�
`
		$��				.$		

`
��
`								4

	�

7	%%$B	
	����@�")GS^|11767713117676''1'1&'#3#717513316767&'65&'&'#1"#3#51313#3#1565114'&#"1'1&#"13277pC

Z
B	&&&}		P"	"@		`       00�		


�I


		`


��� 

 ��--�````		"$"		@ @ �


		�J		


`		�@�`,97&'&767367&'&'!16767&'&'#7&'&767�----x()==)(()=`=)(()==)(p�----�'((''(('#-=)(()==)(()==)(()=-#�'((''(('����&I6711016763#"'&'676767201116767676&'&'&'&76@		
 *+55+* 
		�$44EE45#& +%>>\\>>$, &�((34%



%43((�	
:+'',9
	��%=763312116765&'&'&''1&'&##1"111!1%1&##1"1�
<2$�&���)3
.&&8999#�&	�4'��)
����*3#351#1531676751#755&'&'#113���D----D@D--��--D��--D  ���D----D�    D--����#0=JW6'&1111!167671&'&'#1%&'&7676731#1&'6731#1&'6731#1&'��S��----��``��``�~	!l�Q�'((''(('@@���5Pc7671167632#"'&'&'%211#"'&'&5476763271167654'&'&#"352711654'&#"3!"<=CC=<"!!"<=CC=<"!







####								�F::$""$::FF::$""$::F`







�""""`								����ESao&'1#11113167675147716551&'&'#14'&#"#14'&#"#153#3#1&'673#3#1&'673#3#1&'67p

�

				 				0�������������H
�\

\�
								H�@@����)D^k671167!11312##!&'&'#1&'&'53#351#1&'6731514'&##1"'"1113312765514'&##676'&'"PD-- 				 ��))"@���  		@		�				�				�`P"--D�				))"��`@				��		@				@		������22
,d�	4	2o	
�	>�	2o	dY	,�	
X�	.+	&I	
�SolidFontAwesome6Free-Solidhttps://fontawesome.comVersion 774.00390625 (Font Awesome version: 6.6.0)The web's most popular icon set and toolkit.Copyright (c) Font AwesomeFont Awesome 6 FreeFont Awesome 6 Free SolidFont Awesome 6 Free Solid-6.6.0SolidFontAwesome6Free-Solidhttps://fontawesome.comVersion 774.00390625 (Font Awesome version: 6.6.0)The web's most popular icon set and toolkit.Copyright (c) Font AwesomeFont Awesome 6 FreeFont Awesome 6 Free SolidFont Awesome 6 Free Solid-6.6.0��t
	

"# !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnoexclamationhashtagdollar-sign0123456789	less-thanequalsgreater-thanabcdefghijklmnopqrstuvwxyzfaucetfaucet-driphouse-chimney-windowhouse-signaltemperature-arrow-downtemperature-arrow-uptrailerbacteria	bacterium
box-tissuehand-holding-medical
hand-sparkles
hands-bubbleshandshake-simple-slashhandshake-slashhead-side-coughhead-side-cough-slashhead-side-maskhead-side-virushouse-chimney-userhouse-laptoplungs-virus
people-arrowsplane-slashpump-medical	pump-soapshield-virussinksoapstopwatch-20
shop-slashstore-slashtoilet-paper-slashusers-slashvirusvirus-slashvirusesvestvest-patchesarrow-trend-downarrow-trend-uparrow-up-from-bracketaustral-sign	baht-signbitcoin-signbolt-lightning
book-bookmark
camera-rotate	cedi-signchart-columnchart-ganttclapperboardclovercode-compare	code-forkcode-pull-request
colon-sign
cruzeiro-signdisplay	dong-signelevatorfilter-circle-xmarkflorin-sign
folder-closed
franc-signguarani-signgunhands-clapping
house-userindian-rupee-signkip-sign	lari-sign
litecoin-sign
manat-sign	mask-face	mill-signmoney-bills
naira-signnotdefpanoramapeseta-sign	peso-signplane-uprupiah-signstairstimelinetruck-frontturkish-lira-signvaultwand-magic-sparkles	wheat-awnwheelchair-movebangladeshi-taka-sign	bowl-riceperson-pregnant
house-chimneyhouse-crack
house-medical	cent-sign
plus-minussailboatsectionshrimpbrazilian-real-signchart-simplediagram-nextdiagram-predecessordiagram-successor
earth-oceania	bug-slashfile-circle-plus	shop-lockvirus-covidvirus-covid-slashanchor-circle-checkanchor-circle-exclamationanchor-circle-xmarkanchor-lockarrow-down-up-across-linearrow-down-up-lockarrow-right-to-cityarrow-up-from-ground-waterarrow-up-from-water-pumparrow-up-right-dotsarrows-down-to-linearrows-down-to-peoplearrows-left-right-to-linearrows-spinarrows-split-up-and-leftarrows-to-circle
arrows-to-dot
arrows-to-eyearrows-turn-rightarrows-turn-to-dotsarrows-up-to-line	bore-holebottle-dropletbottle-water	bowl-food
boxes-packingbridgebridge-circle-checkbridge-circle-exclamationbridge-circle-xmarkbridge-lockbridge-waterbucketbugsbuilding-circle-arrow-rightbuilding-circle-checkbuilding-circle-exclamationbuilding-circle-xmark
building-flag
building-lockbuilding-ngobuilding-shieldbuilding-un
building-userbuilding-wheatburstcar-on
car-tunnelchild-combatantchildrencircle-nodesclipboard-questioncloud-showers-watercomputer
cubes-stackedenvelope-circle-check	explosionferryfile-circle-exclamationfile-circle-minusfile-circle-questionfile-shieldfire-burner	fish-fins
flask-vialglass-waterglass-water-dropletgroup-arrows-rotatehand-holding-hand	handcuffshands-boundhands-holding-childhands-holding-circleheart-circle-boltheart-circle-checkheart-circle-exclamationheart-circle-minusheart-circle-plusheart-circle-xmarkhelicopter-symbol	helmet-unhill-avalanchehill-rockslidehouse-circle-checkhouse-circle-exclamationhouse-circle-xmark
house-fire
house-flaghouse-flood-water$house-flood-water-circle-arrow-right
house-lockhouse-medical-circle-check house-medical-circle-exclamationhouse-medical-circle-xmarkhouse-medical-flag
house-tsunamijar	jar-wheatjet-fighter-up
jug-detergentkitchen-setland-mine-on
landmark-flaglaptop-file
lines-leaninglocation-pin-locklocustmagnifying-glass-arrow-rightmagnifying-glass-chartmars-and-venus-burstmask-ventilatormattress-pillowmobile-retromoney-bill-transfermoney-bill-trend-upmoney-bill-wheatmosquitomosquito-netmound
mountain-citymountain-sunoil-wellpeople-grouppeople-linepeople-pullingpeople-robberypeople-roofperson-arrow-down-to-lineperson-arrow-up-from-lineperson-breastfeedingperson-burstperson-caneperson-chalkboardperson-circle-checkperson-circle-exclamationperson-circle-minusperson-circle-plusperson-circle-questionperson-circle-xmarkperson-dress-burstperson-drowningperson-fallingperson-falling-burstperson-half-dressperson-harassingperson-military-pointingperson-military-rifleperson-military-to-personperson-raysperson-rifleperson-shelterperson-walking-arrow-loop-leftperson-walking-arrow-right&person-walking-dashed-line-arrow-rightperson-walking-luggageplane-circle-checkplane-circle-exclamationplane-circle-xmark
plane-lockplate-wheatplug-circle-boltplug-circle-checkplug-circle-exclamationplug-circle-minusplug-circle-plusplug-circle-xmarkranking-starroad-barrierroad-bridgeroad-circle-checkroad-circle-exclamationroad-circle-xmark	road-lockroad-spikesrug
sack-xmarkschool-circle-checkschool-circle-exclamationschool-circle-xmarkschool-flagschool-lock
sheet-plastic
shield-cat
shield-dogshield-heart
square-nfisquare-person-confinedsquare-virusstaff-snakesun-plant-wilttarptarp-droplettenttent-arrow-down-to-linetent-arrow-left-righttent-arrow-turn-lefttent-arrows-downtentstoilet-portabletoilets-portable
tower-celltower-observation	tree-citytrowel
trowel-brickstruck-arrow-right
truck-droplettruck-fieldtruck-field-untruck-planeusers-between-lines
users-line
users-raysusers-rectangleusers-viewfindervial-circle-check
vial-viruswheat-awn-circle-exclamationwormxmarks-lineschild-dresschild-reachingfile-circle-checkfile-circle-xmarkperson-through-window
plant-wiltstapler
train-tramtable-cells-column-locktable-cells-row-lockweb-awesomethumbtack-slashtable-cells-row-unlockmartini-glass-emptymusicmagnifying-glassheartstaruserfilmtable-cells-largetable-cells
table-listcheckxmarkmagnifying-glass-plusmagnifying-glass-minus	power-offsignalgearhouseclockroaddownloadinboxarrow-rotate-right
arrows-rotaterectangle-listlockflag
headphones
volume-off
volume-lowvolume-highqrcodebarcodetagtagsbookbookmarkprintcamerafontbolditalictext-height
text-width
align-leftalign-centeralign-right
align-justifylistoutdentindentvideoimagelocation-pincircle-half-strokedroplet
pen-to-squarearrows-up-down-left-right
backward-step
backward-fastbackwardplaypausestopforwardforward-fastforward-stepejectchevron-left
chevron-rightcircle-pluscircle-minuscircle-xmarkcircle-checkcircle-questioncircle-info
crosshairsban
arrow-leftarrow-rightarrow-up
arrow-downshareexpandcompressminuscircle-exclamationgiftleaffireeye	eye-slashtriangle-exclamationplane
calendar-daysshufflecommentmagnet
chevron-upchevron-downretweet
cart-shoppingfolderfolder-openarrows-up-downarrows-left-right	chart-barcamera-retrokeygearscomments	star-halfarrow-right-from-bracket	thumbtackarrow-up-right-from-squarearrow-right-to-brackettrophyuploadlemonphonesquare-phoneunlockcredit-cardrss
hard-drivebullhorncertificatehand-point-righthand-point-left
hand-point-uphand-point-downcircle-arrow-leftcircle-arrow-rightcircle-arrow-upcircle-arrow-downglobewrench
list-checkfilter	briefcaseup-down-left-rightuserslinkcloudflaskscissorscopy	paperclipfloppy-disksquarebarslist-ullist-ol
strikethrough	underlinetable
wand-magictruck
money-bill
caret-downcaret-up
caret-leftcaret-right
table-columnssort	sort-downsort-upenvelopearrow-rotate-leftgavelboltsitemapumbrellapaste	lightbulbarrow-right-arrow-leftcloud-arrow-downcloud-arrow-upuser-doctorstethoscopesuitcasebell
mug-saucerhospital
truck-medicalsuitcase-medicaljet-fighterbeer-mug-emptysquare-hsquare-plusangles-leftangles-right	angles-upangles-down
angle-leftangle-rightangle-up
angle-downlaptop
tablet-button
mobile-button
quote-leftquote-rightspinnercircle
face-smile
face-frownface-mehgamepadkeyboardflag-checkeredterminalcode	reply-alllocation-arrowcropcode-branch
link-slashinfosuperscript	subscripteraserpuzzle-piece
microphonemicrophone-slashshieldcalendarfire-extinguisherrocketcircle-chevron-leftcircle-chevron-rightcircle-chevron-upcircle-chevron-downanchorunlock-keyholebullseyeellipsisellipsis-vertical
square-rsscircle-playticketsquare-minus
arrow-turn-uparrow-turn-downsquare-check
square-pensquare-arrow-up-rightshare-from-squarecompasssquare-caret-downsquare-caret-upsquare-caret-right	euro-sign
sterling-sign
rupee-signyen-sign
ruble-signwon-signfile
file-linesarrow-down-a-zarrow-up-a-zarrow-down-wide-shortarrow-up-wide-shortarrow-down-1-9arrow-up-1-9	thumbs-upthumbs-downarrow-down-long
arrow-up-longarrow-left-longarrow-right-longperson-dresspersonsunmoonbox-archivebugsquare-caret-left
circle-dot
wheelchair	lira-sign
shuttle-spacesquare-envelopebuilding-columnsgraduation-caplanguagefaxbuildingchildpawcubecubesrecyclecartaxitreedatabasefile-pdf	file-word
file-excelfile-powerpoint
file-imagefile-zipper
file-audio
file-video	file-code	life-ringcircle-notchpaper-planeclock-rotate-leftheading	paragraphslidersshare-nodessquare-share-nodesbombfutboltty
binocularsplug	newspaperwifi
calculator
bell-slashtrash	copyrighteye-dropper
paintbrushcake-candles
chart-area	chart-pie
chart-line
toggle-off	toggle-onbicyclebusclosed-captioningshekel-sign	cart-pluscart-arrow-downdiamondshipuser-secret
motorcyclestreet-viewheart-pulsevenusmarsmercurymars-and-venustransgendervenus-doublemars-double
venus-marsmars-strokemars-stroke-upmars-stroke-rightneuter
genderlessserver	user-plus
user-xmarkbedtraintrain-subwaybattery-fullbattery-three-quartersbattery-halfbattery-quarter
battery-empty
arrow-pointeri-cursorobject-groupobject-ungroupnote-stickyclonescale-balancedhourglass-starthourglass-half
hourglass-end	hourglasshand-back-fisthand
hand-scissorshand-lizard
hand-spockhand-pointer
hand-peace	trademark
registeredtv
calendar-pluscalendar-minuscalendar-xmarkcalendar-checkindustrymap-pin
signs-postmapmessagecircle-pausecircle-stopbag-shoppingbasket-shoppinguniversal-accessperson-walking-with-caneaudio-descriptionphone-volumebraille
ear-listenhands-asl-interpretingear-deafhandseye-low-visionfont-awesome	handshake
envelope-openaddress-bookaddress-cardcircle-userid-badgeid-cardtemperature-fulltemperature-three-quarterstemperature-halftemperature-quartertemperature-emptyshowerbathpodcastwindow-maximizewindow-minimizewindow-restoresquare-xmark	microchip	snowflakespoonutensilsrotate-left	trash-canrotate	stopwatchright-from-bracketright-to-bracketrotate-rightpooimagespencilpenpen-clip	down-long	left-long
right-longup-longfile-penmaximize	clipboard
left-rightup-downcircle-downcircle-leftcircle-right	circle-upup-right-from-squaresquare-up-right
right-leftrepeatcode-commit
code-mergedesktopgem	turn-downturn-up	lock-openlocation-dotmicrophone-linesmobile-screen-buttonmobile
mobile-screenmoney-bill-1phone-slashimage-portraitreply
shield-halvedtablet-screen-buttontablet
ticket-simple
user-largerectangle-xmark down-left-and-up-right-to-center"up-right-and-down-left-from-centerbaseball-bat-ballbaseball
basketballbowling-ballchesschess-bishopchess-board
chess-kingchess-knight
chess-pawnchess-queen
chess-rookdumbbellfootball
golf-ball-teehockey-puck
broom-ballsquare-fulltable-tennis-paddle-ball
volleyball	hand-dotsbandagebox
boxes-stackedbriefcase-medicalfire-flame-simplecapsulesclipboard-checkclipboard-listperson-dots-from-linednadollycart-flatbedfile-medical
file-waveformkit-medicalcircle-hid-card-clip
notes-medicalpalletpillsprescription-bottleprescription-bottle-medical	bed-pulse
truck-fastsmokingsyringetabletsthermometervialvials	warehouseweight-scalex-raybox-opencomment-dots
comment-slashcouchcircle-dollar-to-slotdovehand-holdinghand-holding-hearthand-holding-dollarhand-holding-droplet
hands-holdinghandshake-anglehandshake-simple
parachute-boxpeople-carry-box
piggy-bankribbonrouteseedlingsign-hangingface-smile-winktapetruck-ramp-boxtruck-movingvideo-slash
wine-glassuser-large-slashuser-astronaut
user-check
user-clock	user-gearuser-pen
user-group
user-graduate	user-lock
user-minus
user-ninjauser-shield
user-slashuser-taguser-tie
users-gearscale-unbalancedscale-unbalanced-flipblender	book-opentower-broadcastbroom
chalkboardchalkboard-userchurchcoinscompact-disccrowcrowndice	dice-five	dice-fourdice-onedice-six
dice-threedice-twodividedoor-closed	door-openfeatherfroggas-pumpglassesgreater-than-equal
helicopterinfinity	kiwi-birdless-than-equalmemorymicrophone-lines-slashmoney-bill-wavemoney-bill-1-wavemoney-checkmoney-check-dollar	not-equalpalettesquare-parkingdiagram-projectreceiptrobotrulerruler-combinedruler-horizontalruler-verticalschoolscrewdrivershoe-printsskullban-smokingstoreshopbars-staggeredstroopwafeltoolboxshirtperson-walkingwallet
face-angryarchway
book-atlasawarddelete-leftbezier-curvebongbrush
bus-simplecannabischeck-doublemartini-glass-citrusbell-conciergecookiecookie-bitecrop-simpletachograph-digital
face-dizzycompass-draftingdrum
drum-steelpanfeather-pointed
file-contractfile-arrow-downfile-exportfile-importfile-invoicefile-invoice-dollarfile-prescriptionfile-signature
file-arrow-upfill	fill-dripfingerprintfishface-flushedface-frown-open
martini-glassearth-africaearth-americas
earth-asiaface-grimace	face-grinface-grin-wideface-grin-beamface-grin-beam-sweatface-grin-heartsface-grin-squintface-grin-squint-tearsface-grin-starsface-grin-tearsface-grin-tongueface-grin-tongue-squintface-grin-tongue-winkface-grin-winkgrip
grip-verticalheadphones-simpleheadsethighlighterhot-tub-personhoteljoint	face-kissface-kiss-beamface-kiss-wink-heart
face-laughface-laugh-beamface-laugh-squintface-laugh-winkcart-flatbed-suitcasemap-locationmap-location-dotmarkermedalface-meh-blankface-rolling-eyesmonument
mortar-pestlepaint-rollerpassport	pen-fancypen-nib	pen-ruler
plane-arrivalplane-departureprescriptionface-sad-cry
face-sad-tearvan-shuttle	signatureface-smile-beamsolar-panelspasplotch	spray-canstampstar-half-strokesuitcase-rolling
face-surprise
swatchbookperson-swimmingwater-ladder
droplet-slash
face-tiredtoothumbrella-beach
vector-squareweight-hangingwine-glass-emptyspray-can-sparklesapple-wholeatombonebook-open-readerbraincar-rearcar-battery	car-burstcar-sidecharging-stationdiamond-turn-rightdraw-polygonlaptop-codelayer-grouplocation-crosshairslungs
microscopeoil-canpoopshapesstar-of-lifegauge
gauge-highgauge-simplegauge-simple-highteeth
teeth-open
masks-theater
traffic-light
truck-monstertruck-pickuprectangle-adankh
book-bible
business-timecitycomment-dollarcomments-dollarcrossdharmachakraenvelope-open-textfolder-minusfolder-plusfilter-circle-dollargopuramhamsabahaijedibook-journal-whillskaabakhandalandmarkenvelopes-bulkmenorahmosqueomspaghetti-monster-flyingpeaceplace-of-worshipsquare-poll-verticalsquare-poll-horizontalperson-praying
hands-praying
book-quranmagnifying-glass-dollarmagnifying-glass-locationsockssquare-root-variablestar-and-crescent
star-of-david	synagoguescroll-torah
torii-gateviharavolume-xmarkyin-yang
blender-phone
book-skull
campgroundcatchair
cloud-moon	cloud-suncowdice-d20dice-d6dogdragondrumstick-bitedungeonfile-csv	hand-fistghosthammerhanukiah
hat-wizard
person-hikinghippohorsehouse-chimney-crackhryvnia-signmaskmountain
network-wiredotterringperson-runningscrollskull-crossbonesslashspidertoilet-papertractoruser-injuredvr-cardboard
wand-sparkleswindwine-bottlecloud-meatballcloud-moon-rain
cloud-raincloud-showers-heavycloud-sun-raindemocratflag-usa	hurricane
landmark-domemeteorperson-booth	poo-stormrainbow
republicansmogtemperature-hightemperature-low
cloud-bolttornadovolcano
check-to-slotwaterbaby
baby-carriage	biohazardblogcalendar-day
calendar-week
candy-canecarrot
cash-registerminimizedumpster
dumpster-fireethernetgiftschampagne-glasses
whiskey-glassearth-europe
grip-linesgrip-lines-verticalguitarheart-crackholly-berry
horse-headiciclesigloomittenmug-hot	radiationcircle-radiationrestroom	satellitesatellite-dishsd-cardsim-cardperson-skating
person-skiingperson-skiing-nordicsleighcomment-smsperson-snowboardingsnowmansnowplow
tenge-signtoiletscrewdriver-wrench	cable-carfire-flame-curvedbaconbook-medicalbread-slicecheesehouse-chimney-medicalclipboard-usercomment-medicalcrutchdiseaseeggfolder-treeburgerhand-middle-finger
helmet-safety
hospital-userhotdog	ice-creamlaptop-medicalpager
pepper-hotpizza-slicesack-dollarbook-tanakh
bars-progresstrash-arrow-uptrash-can-arrow-up
user-nursewave-square
person-biking
border-allborder-noneborder-top-leftperson-diggingfanicons
phone-flipsquare-phone-flip
photo-film
text-slasharrow-down-z-aarrow-up-z-aarrow-down-short-widearrow-up-short-widearrow-down-9-1arrow-up-9-1spell-check	voicemail
hat-cowboyhat-cowboy-sidecomputer-mouseradiorecord-vinyl
walkie-talkiecaravanfont-awesome/webfonts/fa-solid-900.woff2000064400000463010151526434470013767 0ustar00wOF2f
)e�6$ `�P��fʖ� ˫T�m %���L���y����SA��PUUUU5)!�1�v��*��O~��_��w��_��������S`0�0-�q�=^����~��d�ޔ��*+����e��'�Xe�~a�+�m�Hwo�^�v�B��B=�N�25XW�D�	)�I���9=��6
z�>������='DTddI|9�_+$G�'���&p#`�\U��U��7#��ּD�?��S�z���o��1>`��y^��)`��ZL�'S�AHU��#��y�`	�^Imj��͡B�����a*�ݼ��i�#=ۣ4VHc
p@R�* ��O Vh�x���ϓ��[�֭�u+����]�]3�kj�kvgW[�g�Z�Q\%�
(#��Z�D$��0�
a�%R�6����3�ソ6�0���Is��sg�޹S���4��4�۬Y��]{m�^7��`lSE�!K
�J'
�T��I��+���;��(�5�V��I'��ߴ?����fvfvfvgK�Kd %J�:mI6-�*�b3�r���������:ӺҚ�K��˵ƻ�%�}=נ�'������S�v�v�;+˒f�eܑc�Q�1�4A.H#ݜS��&����.Hk\��֝���z�ξ��~�v�N+m�����<�<�Rom�M	/��vJ���:�)AJ0�A0�`��`�G�`<�� � �Ɏ��e�?��7��Ub
�pڦt~	���?;�+dg�Ӂ�:�I7-KҌ�v�a��SLK⏰��~o��=A.���#B�S������?��	��{��gDϐ��p�MA����a%R�F:^R�����ϸ"�:�}������^}����m
;�&g'�$��!�.�rj}�$�#�Ք�z�T�T�UM���7�?�TRc����^����e�U��^���Z��g�c���0.�a\b�}.�9��2�`P	�������~�1�"�c|D� %#(�P6Ff5}�Rꑔ�)���W�;��PVGeuY�e�W�3�(��u�Q�W�U�]��
;jPKT�@���']���Mc"M'�ɖ��Z��EӉ �뼊̪��!���-�ʾQ�{�v�l{��?���9:ӖEd<��-���-�a!�?�Y�Μ�ޗ(�"O4GL�r>'�ԷB�X`딶9b�uv��r����)u�� ����~Y��q�+�������[��ζ5�SKNnE�z����N�낹'�o5�d�5�7�d���Y��y������~ހ�4C�q���{�n���r
����D[z4P�N%�YV���J:9���k$�������#�:�L�e��t~-���ڹ"�4Щ�^;q�܅5�z�r�%+~�D��{�ea��FMpFc2��
^֯�O]��w�.��Sr�`�=OIGǏ�E�l����lv{,p��~�8�,mvVp���s�)�g��l79��d��K�Nl�hz�|�)��qD?Y�qGgF�T/�)�j��+����,BW}o�.�`YN���f2�
���z��q�F��Ǽ�j�V����`F��:b�	�?�gzT��Pc�
�`��os�)09��3�V�L?�o�� ��0j,����xW��F��h_�f��y�ȧ�f�yjt֚5����3�7�Ձ�'�,�_g�e�|��f����L�8l��>�w/|d�s�܀��9�]�jm
Y
�Y?95��<��φ�Z�J^�`�t�x�ʟ���|D�]�q�c��՝�U���Nz.ۏ�K��!��z<Nj���\�%�o0�[iS���k���&�˕��M�{�	Y��Hd���V�EVos���Z��o��e�k\���p�Ԝ]:�;1�C���`����s����Ր���~�Rɬmt�M.��
�!Ũ���Z�<6��Fv0gr�����S���k���WX1n7�n�\y�{%��~�K��a��]�ܩ�U*�����=4.��h>�~������"�9V��Vc��R���/����|�9Gt����BGj���{�~�H�L����?Oc�#Av��C��t~`��e+����V��_U;k���X�O���7��ڃ$v�x�"��6�8(�-ڽ���ӯ��񼐒_��U�J#�q�ҏ^��Ս��1Ϙw���fu�l�WGp&������쏇U��L�!o�z��?�ZR��~�.[���s�i��)��Le��!����[}a��5������A���T��o(���pE�&p��W�V��ڸZ��������2K/p����p�ga�x6�z�!�u�{�|�^Bo���XW��^X����Ju��my�9�߫���å�~�f~�߀�9��#��
�803����8P{��F����ׄ��h1nx�S@hc��� ��Շ��k9�O�&�/o�Ɣ�>v�EyTd����
��y%u*衵ƿ��;��w����C�bz%���M5�>���A�S-F��(�xѻ�O�II���G��/�y"�����9�t�wlg�\NS}Si=_�����
���1}�^J�Gl��/����(�jx�E�%����q�
66����ձ���P|�P��ѷx��i�&���!O}�7(��n7v���Ї�}���a:W����12�M~���O����B��0�l,���B>I]�qK^W��.����x?5�hw�� ��өd��U�M��3�?������֯uI8�Cd=�~�񧍻��T|Ϳ���eN��n��X�d���'����ݟø����4�sl�ɹ������KK�"8�{m��g�%,Y
�N�@�:	�
�C1c1�11	�1S1
�131�1u��y��X�EX�%8�#8�S8�����n�M��4-M+s�7'�Is�\6�������n�����޴���x^��.t��պ������K�ʽu��G��p?�o�/q'�]��g���Aŀ!sY�J����	��[�=;��r�sGr'p"븄K������k��븉[�����x��x�Gx��x�'x��x�wx����O��/�����%���J��K�dK��I�H�I�Xi.]��t���O��$�e�l�m�x(_�B�Ų�^,��&�IaҚ:f�Yh6���9nΛK�ylޘ��I�.����!2B��Y%�䰜��rC��sy)�%F��w�o�ؼ���a����fo�{��
�Q���S���o��k���n��䦹�n�;�N���{�>�P�b\����R����G��~�_�~�?�O��C���
]�!��H��H��Ȁ�Ȃ�Ȇ�ȁ���ڨ�h����聞�A�!�����X��X��X��X�
؈M،�؃�8��x����<B������L��L��L�4L��������|,��,¢,�
�ʚl�Fl��.����y\̕\�u����-��<�3<�k��G|÷|���PF�;��k"M�9��V�*�D�jKm�=t�N��:U��<]��u���5�V7�Vݮ;u�V><g�<\��p	.��7�&<���
>�����p�1a&��d��|��)g:�Φ��i��f�Yfv��溹m�l<�5M��6��a̅����
X	�bu����.6�&�[b;�]����8G�x��Sq�Ņ�W�Z܂��0��xo�-��O�%~į��o�
R!*Fũ4��jT���f�A{�8��st�n�CzB/�-}�O����Q4q('㔜��rv�����J\�kq]n�M�9��v܅{pȃy(��1<�'�T���y
o����a>��
_�[|���s~ɯ�-��/��o���2pG�#�$�����ErH~)(E��T��RWKKi#���A2LF�d�.�d�,�U�F6�6�!{��3rA.�5�!��<�g�B>�7�#���H�
�qm��&��m2�¦��lf[��Ul��6�-m�����d;�ε��Z{�>�o�{��666�q��NN��S̩�twz8=�^No�������ٞ��{�{˟�Yޥ�
���?=ީ�����5�
��<	x?�;
�w�y�ns��;���w����m�~��Q!*T�QqU2ML�ͮ����U�F���5LMS3�b�L�|7��6�C�T��5�L�Q���ߕZ�Վ����D:�N�N:�M�Թ>^A]L�Օu5]W���tk�Fw���h=C���]7�?���k�q����_L�#t$8
	 -d��P�Ah͠9��0�k|�i��`/���u�	w�����U�l��Zִ�����2�q��R�`���	�bw�p�±8��t��q1.�5���x�y�/�
~A~�JM��0�T��Ru�A+i+�t����Jw�1=��/���=��"\�+n�%���܃{qmoO�<���^��4z���]?�o�?��ı�P�H��瓂RD*~���F:H�/e���I2Mf�Y$+�����%x���}�P8N���l��j��m�>)qb���?.>�
����xF��W��2�E�����c��d���J��sӟ�'�.��o����S�$_�W�}Q��'Z������;k�l��u����"�k�m����ŚF�ѧ�Ft5:���E����ҽp�\7�εuU\9Wƕry].M�X��ӿ�G�/�	���_�~��^��[}����>�{zK�i^�V"�D2��p.��
pp��
p�z"'�m}�p4Gq$�?�m(�!�A�g�؋=ٝ�؉�!�.e[��ll��lƦy���	��l�!���6k������4��X��0?�|��ܒ!逤I,�|� �坼�G�<�ܗ�r[.�99)'� ��+�e5 �@���E ��!�e�����B�g��@���}h��&�Q��ڡz�*�B�`��T��������^�U^�%^��홞�q��{�����r.��.�.��.�B.�����l��L���N8�S8��8�9�
8B�C��U_�Yo�R�T���	@�t��!�~��^��n��N��m�Fm�z��j��2����x��
� 
P_�RuT[�VK5Wc5RC�Wm�PuUUUVy�SY�Q)�Tq�V.eSFePZ%U"%P|ŕC�MQE���o��w~�;��k>���-^�E��i�����n�fn�:.�.�B��\��l��$N���H��0e�eo�bO�`Wvagvb;6e�c�f-�`%V��Y�%Y��X�9����>c��>-=��-�����,�
7¾�%�
+�0%E�������ȿ�mH��T�T@��IyxT/�R��O��IuU\��\��79ME4��x�xIS5Usy�sy�Q�/�R���+�R�9��9��9�#�N%9�#م�5�9��؃+��9_���紝��Z��V�5Yc5V�5�ky�WyUUUUUR�U��縟{�[�UQUUQ%UT%9����*�$s'wr'�s;�r+��[p#����*����*��3�X�A98�ӹ�����n��;��?�
�r���To㭼���^�/�s>�s#�g~�9ynj�ŭ<��'ᶶ�o���q��B�sx��WG��P��G�4Ol�ev��s1v�V�ئ��x�V��v?�k��3��ִA6����@��j�y����_���j�1c���6��8�6�C:	9��3���?�
�e���
z5j�s�q�>|���O��]��t�˽U��u{�tT���à��OL[6l.�d8K����Li��kC8��"P�
T���BU�Q�Ԥ��CJ�B2�'R��4�!�hL�Ҍ+��.�+�J�ή�������	{Ҟ���}��>���c��>����Ҿ�o�;��~�_�W��6�6�c{�U�R���JU_-�Jm�Q��Y��S�5@5DC5L�5Zc4N4YK�Jk�^g�]��t�.ѥ�L��:]��t���#zRo�}�/�~ӟ�_��Y[�U۴];�S��[{\���^��y����^�kyCo�M��7��Żyw�ὼ��1>��x��}���Y>��_�k|���
����r���?�?��7�f��[}���j��s�M�pOx(<���‡��y�*|~�®p,QR�4H%-�vI��3��w���Ȁ< �!�H��@�(��3�]e`���rU�ٮ0�U��)�&p����j��:�.�t9�,W�s0���<��E`��,v��%���5��F�r�X�+]S`�^̀{����������G�����y��h ��z�|�`BZ
i-h��!�v��Bz/t/�BA�t)�C�A�(t��"l��E$ }
�r��r���䮂���a?C�د��>r��B��dȽ���+�� �.�
������94�
���(d��ɐ5�}YCؗ�5B�
�M�'!��9d[`�@��d;`�B��>d{�} �/�a�G��}�1�M���n����o���P
��aB�h俄��c'?N��9�#�
�U��H�AH�Z��kA� �� "i1CR1�pĆ@l��Ħ�Bl��9�C�M��
��;�?�&��� N�o�8~6�)�5���C��q�r�s�?!.����J�j�/_|?�
�M7·B<��9�!���y�����@� �����B��	�]P�wC� �m�x/��}���C;!>m�� ��C�n�C� >"&h�נ!�_�]���{ |�}�c���C܂�	ĭ�? B��Q�� ��}������ƺK�ɞ#~y���ZB��C���P���P>� ̅z���N��#�Ok��|$H�%�A��iME��h�=i��|Z+��H��� _��0�ֆb�X�_uk��;�t6����
Z"���D�#�-�|��|c���T� �3�l�X��.���0/�@��þ#P,C��،�`,Bq��؈�B���	�%��(n��)n�-(�-)��(��)�D�%)>�m(�\�m)�)��Z]��:�@��c��\ؕr}؍r؝r7؃r/ؓ�u؋�Dʓ�_u��:�Ky	�c���	8��.8��18��98��%8��]8��}8��C8��8��8��w8��8�vߵ8��T�3��\�񴗂h�'ҾN�� �L�Q8���p*�Wށ�h�N�
�N�#8��wpݓ�l��|�辛�{0����P-	�R���G�
ժ8�jO��T|BQLu.�:��\J5Mp9�yp��ЕT7Qݎ��7Pݫu���~��ƺ�P��x�����������T?�S�(����:�Խ�g�/�-�yHè�^�4�z=�MI�QoN�i9�$mB}0�)�-�O��"�E=��ҁԗQ_N:��*�I�R�L}�x�;��$�H}�}���J�P��t�s8�:��9�t*�.:]���L�3�t:��Hg9�;6�&z=��:z�O����� �4b1�t1B�W F"]F�z�Y�hb,�rb��oB�G�91�*b"�ÉI� ]ML%�&]C,�u�k�+�.���@v<��;̎!V!�&=G�Kl1�cK��%�Bz��z�#b[b�D���]�
b�O�'�;�7�$�%�&u�c��o�	�ɤ߉S��|�Td�!�M�.e���7��!�"�&�KL#���'�%ο
c�l
q!ҝ�E�0ˉˈ+�zWW��&�� [������/qq�H�)�
�1�[��d-���وBRϮk��:�=.%j���:�_�Wď�mD��-E���ߑ�M��adv+�'�?��4hzρ��v4}i���G3@�&4i�o�4Ch��mL3��!���~�C3�lS���t=ͤ�l+�)43�mM3�"��43Ѵȶ��Ub�l��D3�u�h��f���v���Y�s��'�C���+y!����.yQ�Ҥ���,%Ӂ�e�+�"�J^�t$y-������
����M�[�N#�Eޗt�p���G�����d#��ԈX�|��e�$�J�ْ�%�#�*�y%������!�@��t�VI��|[d,J��|�f���?%���Hw�_"�Lz��.�%�g��}$=F���Po>$Lz��)�k�S���?�^$���Wȿ�)���'�U�_%�"�M���:��mJ�ҟ�.ee0�C�8��IS&��4��Q��27�R��G���(e9ҟ�剈DY��2�U(�Q6"�RvTD���FهM�W����(���$n�!�/��	)'�IHLD9�(>�r11�tD��%z��%&�\x���E��r11�Rʕ��k(��R��MLO�G3R�r��>��̔��!$f�<l����T�c�ljY)O� f�<Cy�j�.�U�ם���{R>�|H,L�J�R��X���┟J��L)Ē����4�OI,K��d,GMԾ��ԁ�!���	%�:ub�5��J�I����m�y��wۥ�K�`|�׍�
��FĆ�ͩ[Q����G��GS�!6��*�ͨW��ԇ�����[Q��ؚ�\DlC}��
�-�5I�@�HbG�;Q��ؙ�SD�B���7�+�_I�<���I�A!�'mr��hSJ�M�*"���N��؇6�"b�|���hJ� �"��8���ġ��$�-#q8m�#h+KI[U�(�G��-�ch�6�'�m"�x�f�͉h[�d�Dۖ�q2mW��ę�=����G�K;Hiq��C�K�h��'.�I;���v=�+h'�N&���J;���v6���Œ��v�m_z7���a�B��v?q+�!����Gi�wў�Ľ���>�K�����
z�ަ}@<D���	��s��S��e�#�/���3tc��@�C7#F��D7+�3�l�0�nv���B7�"����nQ�7���A�nq�Ӭ�v�3�.��*�%t��ۀ�J�k�mBw=�m���Nz;��Mw/����{�ޮt��=��������_��HL��*q(�-�[��w��G��'"��H��8���$��.q�+����I�@�1"N��C��8� �SȐ8�Y�4r4���q$� '�8����q999q69
9-q.9#93q>9�
�"r>r��3����K\F.%q9����JW��D�U�j����ڊ���
�
���MU2n$7'�$n"�!�#n%w���Nw��K�E�Y2�&�&�!�!�#�'�#R�x�<�<�x�<�<�x�<S%�	�l�<�I�b��Y�*I<O^#�yCD�H�I�E�D�'�W�%^%������lj�ɧ%�&���[�+o��I�C�!�.���{�;%�}��C��S�3�#�KI|B~]2>%�' >#&%� �����?��7�#�[j8jx�{jD
�Gjtj�k*y���/Ԅ�R�F�o���4���t*I�H�D5��'��$�����ZJ�?j��?�
�ڔ|X�I�6�Z�Z�Ԇ�F�A�6:�m��=m(��3m8jWj7��������C���è�i�QGRG�Ơ�'��M�F�N�:S�ƣΏh�SQ�&�.�Q�&�.���ML]C]G������6%uu'mj��^ڴ��h�SQ�f�Ud��z�z�63���u�.�<�"mv�e��E�Z��ޢ޽.ۥ>���-@}����T�����T�)P5I��jD�տ��7�P�"�,(JM���ԑ�"(u�S��3��>q��PA���"�B(͡���J+I\�}D\
�'�>�A(���L����k�̓��"��,�����l)q#��%n���f(B9�P�rĭ��X��B9]w�rnD�	�cP��3��$qW(�J�
�w��&P~�����D�J��(�"1�T��z(�'aJ
H�RCơԈ�&(�&��:?�$��RO�F�7�uP�Cb]���8���?����Di��Q�K�PZ@‘(-t{���	�Qڋ��(�K�3(�G�h�'��#�{�3���s�����K�NG�R�D�Z�kP����P���KP����P���$�#~�'n=JO�8�'I���I؀�3D����G��	���2q_���'��&�ǣ�	ߣ�	���>	נ�!	����E(}A܍(}M���#a1J?�P�Lt5JU��P$��r-�@�6	�܀��QnN�(w$aʓ��Fy>qg����sP^L��(/'�1�[����Ŀ��$|��a$�A�x�F��@�,��|>�)(_�q�E�_��F�|%qϢ|-�(_O�l�o"��o#q)�w<�wQ~���(?D\�!�#ʏ�9ʏ�	�C�;�O���Sĝ������3Nx◡��?(�L|+�_!�ʯ��Q~����!��?"��?&~	ʟ�P���E(F�
(N��� ���2ʿ�ʿ�=��P�UP�{���e�N2@? �o@�����u��]��.q"�G܋�����1QY���5%. kf���Ys�{Y�[��$�5�V�]��;�W�z�Y/>C֏�3�
#n%��n3!�zd�Ix���@6�����#�~d�Ix�>G���bd;Z�e�V?2�~E�7q_ ۗ�ߑhu%��!q3�#���8������H���N"�Mdg�8�9��Gv���̮���Ȯ#�
�Ľ��k�����"��������^�~gvֆ3��NA� q�#{��sf�cd�"Ff�����?�;ďA����':�D?"���Od
��\~�
&�� a%�8f��'a"�&�J$a2�� a*��&�qT��6�CV'n#d�$h!K����vE6��]�M&nsdS���T�@6���,�F6@��V"�dd+�.�U�;٪��l��Y��}�mD�=�mB�~�� ��J�!���d��Sd�w��I�1�kH��k���u$x�
$X�M���vRY�$��=�݊����A���=D»�=L�r�#�Ȟ �'Ȟ"��g��F�2����U��p
d�����A�do7�;D!��#���d�w�߈��_��
�E�ݎƾ��1���op��-.|��	�C����n?�~�'<\���_p��+.�ul\������O"a�SI�<��m��
�m����e�oD*S�ߘT�!�		7@~;��Τ��J��l��q$|��� #q�!q�"�q� �,q� �:	nB�+��E�kϋ��-@�g��/$���Hx5��,�$���E\'�����$XyO�ϐ_D�?�/&l��R��@‹��I�Zx9q77-|����s��⮠�f�tͦJ��Ɍ@QԊ,�J�z���V�Yڕ׊ޡ�4/��E�7��y#m�]y�V������k�V��ʞ|����飣��CO>��hk��ljf$q]���ү����ʲ,���VY�.�R����L�T����%q]�ljn�Y���6�3z��<�U���ʓ�14X4G��f���j��6��(��(��8�f��mm�i���֞��8��(^FEQ����'Iz��$��:K������Q��H�Q��Cy�7�f�H]��`��Ԫ����c�V�����uge#�Esh(�A͢����d�7⋜P��U�9!����Þe����f��qd��񮁱�j��aN�<������r�Z5�Fw��cRw&�
�f��� I|�KV�n�'A�>���I�ȥ���d��T��
����D�Zq��K�Q7��n�M:��j�۫?��P'����d����f�t�)�tu�`AS�r�>���R"��\�3Y��[ڳ�N��1I�d���I��� ��D�u�H�SvJ9L(�Ӡ��uB�Btf�L��0^��5�Q��)��G!Tf��$)�$Țf��L
@R�+�p�qTE�8�!��_��Bj�e���K�ո�$��~����"?�~��Cd���Q��ZL���/��
xjC�2����*���s*�tڱmg��m-�F�S�lÛa��-�<KZģeBJ��ts���=�Y��	y��]�S���A`wޥ	��0]�,��70�+����20��?y��t�:L��4A��-��v��r��Ә ��OrJ s�,��-� ���^%-"��X�x}K�^�&+Y��w�(��A�ֺ�d��а�U����m���BNo����{�܉;q/�I����c��/݉;1‹��-.⿯:��V���A@Aj��=�P�ΎB�gG�B�9��Cz-ko��+7���n���̡���-�����ȡT��1
�Q�MNx~�C�`��y0����"$�'#�Y��r�j��҉;�{Z�z�-j��9gf��S����;ȣ��A��FSX�>xv�=�On�"�c�\j����=s�C9�Y���4��}{2����q���??H�~�UmQҳ�ȈR~֣�x���ĝ�����%Qd�1���
�p��́w�(�F[��=�~�;�wwb�̚�#�(2�Ţ�q<�~J9B���;�0�O�]9�8Iz�'!$r
N���k|���(2�1yD�jm�۾�/�����N�1YEV�5
c�N�����4���!o�\]Ѫ7��de�����C@�tQ�T֥�E�|Q���Jq�Z¹׿��lӨ�So�ƌ�X�m��㨉�<�&�L\��Lܹw�,p��z�c�g��J���S
�j:��m�t�9s���A���>��p��3J������S,,J���oq?���8���8cT�+�5�u4;=�٪�l+�1&�_�r�d�f1b� �1�,� ϋ�[��!��1=ˊQ��`�q'�g$�Ҍ	��C�,Ek��y�n�$�+%i�SB���ߞ�J��t�����y)��i�U���j>1j���S�ˬ�v�7mW�s�
�{�7ۮn��Uۆ��p��18���rܠ�ӕ��G�Au"{Ap�~V�s��6�w�y��=�~�w����{)�5@�5�����p����(fs�Q(e�v�/�_������rLJ$�ڧ���#������Dc��� g���1F�0Ƙ(Jc�qԱ$��w2Q�!G���Մ�Ԛ���MoIڭU���r�t�l��0�.`t��#�Ę�H8ڨ�r� �"R��O����7���ن.��t����^Rj��T��!�gERi����GӠk֧�c`[��)����Z��μ��r�*]��LЕ�=5��t%�m�-]1B;�`��j��E��?@S��}���u8���l����0�u:q':<s*���Ǹ߿�|�ص��h�v�ژ޳Z�]��N�p�|��
�|��_�S�i#��_xa�_��f�!d;Y��C���B)���/����;��O~5���	I6��,I��)�o'��Q�?����?#�����i����緶�66��Slc�(J�y��(ʌ�!����߫�Sh����2�����:j��A�F=�1Oq��
�~{,k��0�K
���p8Z� �mW�㙿�t��jV��oO�dT
]�e;����h!�D	LW���1{��s��%{�$��ɞ=���TU]z��sc�Х�RU��*$��I�'�����_ܵk׮�T��2���G0FպӐ��k^�J�4�P:�[Iku�z-]��e<��8�x������*���+X�XxW��k�T�n�M�ngmu����5��ׄ�ѷ��\��xw\�7�9��n�ѫ�E�ٯ��	���D�4G�EuE��_]�F;�ٴ>?����m��=�+��=N�U��tua�S���`���]�q�-gT�U��@��3�1ZA�� 5����f+��M�����d2�WҐՑ�T-�o���-[SM5;%VV�w"�4o`m�Z�er�>�h�&KY��
�h�`i�-rJ#_�sEX&b��#.���O;Uϙ�~���x4IH�zokV��%���*���Z��w���tMÂ�Χ��BQW��_Yg���ŷ�hV�k�.�r�Zݯh�<�z+��b�&�6�������k�>7��Q�A��,�c������E�Y��O}��>���jY�W�$��1��/mI	:��_���g'�J^�70��Aӿ� ����y����� ���zF��i�Q�,�
3a�>�ـ�ŏ�?6�:&\��ף��6���#��"/���`{��=�o�秎}j���zo�^��)C�ow��:�U�,g�7M�z#M�>��n/4F
���
�szA��=��"�I*n�|8��tI9J�pp{��I��^�o�U9B�O�����[w
^L&2���@&AR2?K����Cц���N�6N�YP��yŽ��Ҥl.�^��:U�K�2h����Я~��]����x?�y��6
9{�2/s��=�57%���V.�)����ݼ[�
|?h���V�t"_��t��wvo��Z��ߣ�GpN�[���r7�ӑ8�S��qpa�M�t�5�͌I��v�:q���C����$�5�j%(q]滳�N��J"���h:�����m���0仳Ú�3�Ȃ�i�꺪$�
�2��R��U
�V��K>B0��4]�% +�G�$�A�@�|g:�Aq���#L�LE!� �r�{��������yŽo�`N��CN)���\	@��nk�K�9�ɿL���At_�qgl�YHd҉�L��rc��c�$�c�y�X%~[%��.��%Q�c��p`���3��'*��\��hVHd�:�pOטt�%J(��ъ�oI���׼F�}�%J�%I/~�>�_�
ttI%�����ſz؃��1ɳm��[x>�[{N�����A�o�Zy@񧮡ӷ��꺪(�yO����FL��=p[�������)�����:�~���f�j+�z��K�)�p���Vt�T+�G�a*c��ַ�3��Eg�@�]?�C�tE��������mxƨ���k\lQ�R���߻>���Ta��:k9f�E����3�"l�\Fh݂���?1K�$M�$�tىD,t�숒C;���{>B5N��d��db�$ф�
�i��e�
����&gp�Tw���i0�!c��y���T�m�[nZ˜o�zhqtAh�_�)l]@���ř?b��I���ձ�P��w�{ڳ�M`�;Dt�&���ד��J090�̬f�6�4:gmSʇ10!��1�+O7�כ7pJዂ���+�=��%V�ۜҘL���Ct"�0�.!�2qjƉ<�_w���
��6jc�(	���J/Q��ުG����3o�� �I{��&m΁R=���╪m�ë�4���(�!��Ǡx���|�`�S
c%��(չ�M������4}�����x��a�jh��"t����ߨ'�G�عڻ��Nܓ�'���g%K�P���x-��e���*c�.X�:_u��G�q��߼��>�����>�Fcuu��6C(�!���2��R��n×)�p��v���Mp\c��]~���w��c��z����u���7�IC��1թ`��5	n��C�J�Ogm�|Oym[�٘^���L5�H������Њ�;q/��2�L<�9E���/�}G�s��:`ݢL�,w��j�k���5�՛�`PǏ���ϵC������\Q<<(c�Sӛ�n�]S�Y��&�����v�wv�ٽiç���!��m��0R�t�9.}�mp3�47b�~�)=0ljHղ��-ZY�n醡,������� I�"z��B��v���h�����݌�AOft��$I�\����L3G��K�YК����=�W��݄L:��^ϻ����z����V�~�m[{X�ޘ�o���y�S�^�<4�2�*
(�k�0csr�3�%�/->z�`:ww��u��T�����m�֍�){ր��0���?n�2�&��ɤ���331|ě��uN)";�����M�Q�i�u��6�q��CZA|�����̹�n"{2q=9q=7�/I�$i�+A7��k�sY���}�J���ߴ����9:6�$��D�K�$+��f���Y�tbg�=d;q�e�&�^?[���j�Kz'��D����j�`�~�����Ի/�@Q�36u�N�V���� 1e��*)�!IeOR
]�]S�e��UY1�k �$z5�d��<Q0LY\rҎ�{�cb*��(SX6
˲�]WU��a
�4�+
�7�ݮ���,m�r��^�c��b`b٠�g,.�q��(�nvGm����� 膤���]Q
j�
e\��d���ME� ���[H�$�� z�iʂa�TUu�8A6LE0m�dS� �DӘN���R��w@���D]]��xn��~VU�חh¿ز �++��?+3~���0�;��:�[�c�y�%�JԵ�=6r���^W���r���伯N��w��kr �X���'d1Xy��I?��D�WDð-Y�\"5��;��T]n��4�S�Se����L�b0\Q�u+E�S�vM�,�5.�=����⻢�2��,�s�Yo�⋫�.�RS�����>|�WD�Q�t���j��a~Yc�m2I,���x���aD��@Q�]Q-}#/��8�,կ& �Ӥ P\Q�A�%��Ӣ�yk�V|A��cFu*z�}��
t9B���a�.$!I3��8�A$���S;>m��N%yh1&I��D[9�ի�����KQ�te�ˠ(:7M���tA3*z�^ й۸��rTPd?�	p�8��B�$]��_]Q����P�z���u�t���-<4���p�Qy8�����9hD�L�?��^�h�����ȭ��#�t%��i��7_o�M��|��5�w}\�:t��i�03���_�--��/L?Z�W�O}jmm;���[�ir]��I0�ldmj:�M*�U�I��r#��ע7���	j�����`봌l�S�6w5O?HV{�=k�H�85�Pԃć�YltL��q74����~}�J��ι=rڎ�^G��Ƶ�ܹ����LS߳�L&eBʥ;��n��(]������]&��3�qھ�Ӿ���o)n������w3M�i�1���E��_9�N�?9��3�U�n�=���|��
d�6ZA�h�އ�!G��O��Hq2X�uY��I?J�<o�T���ývi���A7����*AI�ɸCH�h�Pʒ@A4|H��l����L^�!��RVc�,�^�,���<v>Q�t�]��|C���R���P���/W�U%=����}W-p���1�����}���5�#>�G�/���K� �I���⬭~y�{�ر8j�Aɖ��m_���~�d�6�Q���I�{y����0��L����e�̸:�MH�</)�N<�Fi-[���MOֈ�xP7�󫝯�w�~t-BN��8���8NH��Ă�	�#�'C�9'Yi�x="���3Od�Z��ǎ�L<pf�
�o*'��h�g���3�I�Fi�Y��r���Jћbй{�U��p*X��p��;l��K�t���LǸ����=D�U�sw�_6�c�b��a4�~�q�j0��u�Aɲ����s�u�6�0zB&��K��s6��8J#-�tzR[j{�hlۗt��O� @�"���Қݕe�l��9��C���)�٧���]�>��LB�}]�S�-,,0=.���w�w�%U{��&�ۋַ�xˆ��?]��݀^��E��'�{���IZ���v�n�N� ax�h�9�J��[��8Y�G��ԪxВ�")~O��e؜�3�}�
ع
t��?3攂�`��=;9��R�}3x�{h��t�^X\<�=f8L�`���.�A�1��X��{º��F�n��S���$�~��]�����0B� <
hi^I� J|^w�5d�8G�L�@'$�Vo�俹0YXXХyK�lITU��i�N���ex#EXl��9�u-��ӵyA	�m��j	Z
��a28c8&�Y���oܝ���b��_�Km��T��Q��B� -�+���V� }���9��0	�\m8�SiB��/iV�dzI?�&�4k�!�_�E.��?��?L�����3�`�;���~�0�Q�2�G����^0t�ۋ.�n6>έ��/<��������q6T|ꆓ��2}��z�+~��G��zJ��v�5:P5w�L�bH���(%�g�����{�|��d��3P�QieSSu�X�S��Vj��y��(�(-F���i��a0��y1M5;cӔ�戇܎7�^�-kW8�P���]7FL��~���!tB��q��I\�'��C$&4�Kc~�dWҶ�5���/'����P�����]oU5M+vTJy�E<wʶÝ�WM����71eL@s��X���~-��rħ0"�ڳ��om��}̰E�G'r�i�i?�`O�A���7���I/�b��N-MتD�h�gi�1�3�n�m�%7w��:�tiW����nn6#�nf)����Fμ⯶���"��1 Ũ�$��w�6���Oѿ������E��$w��D�?p)����Y�!�	��^?�&}.Qs+nū�U2P��U"+�0#�q�A�?լ��L�]$>!$#<�X/Y�9T���l_�
|�d�M�eQ�����$�L���LV�Yd�
뎣S��-�ǭEs\�3-�厦m��o�>�X����.eе�����Ɔ�u�e�-�s]�yQ�u�[3���8^h��o4�m`{�f�aN�u��Ts�Y�F�YXX��t�el�,X��]�c�1�C�g��o���"�1�-L;l۶�r�`���Љuk
�qk%�A玻����1L\V^�A��I�ݙ���{��6�M�H���s�	
O�L�tPR}Rl�ed����z+q�����l	�&}��Z�;��Ct?�Q�M�:wGy_�e��K?�)����0�3�>��]���C���s���%���
�
Bn���|��^�nb���F�ZO
B���+�m����w�e��|&�Дe-��\�d3MYRs��5Y6c��6:�p��,,_'��zQ��m�-\�}�DQ҉W��^���0�5��hԎ�l2��6}wF�������_��Pg����%eNh4(�N���p<���wY����7������nt��cU�5��3�1LP�^�z����^�B�Q7���I�A����7�O�@	[F�=Dl
,�j��{�&���m;رk_��v�m�?p}�c쇺�J�`<C�5B��
L�W�L��]s\שmWL����!���/�2���׎��}ǐ�/E�v��(s�ÿZ���Z��2��*HD����߹�ע���
��C0��џ�~�w��>齺���?-�2!��-U�^^��R�tiٶAS����_�.�f:}�w��€��>���<c��>���A�o��њ;�}��f9��Z�D�G�M��/P2�ع�&����{y�}��S۟��^ӜܒA�0'���1���qFA��K���ȁ�Od}��̤T2
l��֘ᔖȒ��T��0����0�P-��U2��!`�2��;�y)9�����T�S�"�]rH����M��0<�Ԫ�}�r�GN�_�|����RvB���--�;��v�.�W�R���1[�B��}�u�w���ܙ�i�����B�� �Q�����I�N���X����dr�L�t�F�vS��}G�H5Kѿ�y^�`��~��:���J�y���}������Oh����Tb["�m��c�l����^,�Y-m-��68���R�yR�K&�Hm]���/A3m���P�&n�`���-��k.h�6ƶ��%	�:��>>YF{} Յ��LK�k#N:q�o��D�/��8��DIjߎ^'`����Q>GLU�����
W"|�%��ΐ5Մ�d2	�E�������VqKSM����l�|���6�IZ[����o��rte������kD5+y8I'jr�t����
hz^O�Z����x�^��$ª_��dY���yM)�̖ʳ�<g�n�,>b*��1Y����e5���(��v��5��ӽ����@�ᝄNLM(�v�J]�^�1�5*��O<����
�������CJ�h�����d����$��Ԗ=�t�H��Y���&�kx���;:�҃��
��:o�ة삍��a��s�Jt�����Ca��M��a�R��;�P��p���YXYMc�],������z��>e�PjW���8l�����t]����6{u�(iߓI\��٠�E��8N��K4�~'Q֬�A�_����^_�+y�e�v&�S�n��7x>�-�뀝�l�cƇ�:�e8�"/�^�ny�C�~�,��j�R�-G��*���[���x	�%O��C��V��;af���~�C�F�zadž=i��=6��#nV�/{��%Lj&�Re_�.��R�KU Ι
@7}��6�J�R�]�ڬ��e�RUg*��
a�ΰ��:SU����-�j*��z#6c}bVIt0��F(��r�I�ή�����o��=��zT�U�:N�8�6>q]m�}A��M}iT�4�i7	0�{U���8�T�P�~��n����A��r�+�?+��]"g��G�G���~�*�׆�`����0z����Y6��ۃs�c<%d���+�D��4_�(��kT����U�OK.�J9#��ޞ�'>ƁﱔTm�N�>ƾ>EU[��z~�Txk���6^U��bה�!w+:�D��i�ɋ�̉D��|Ā��cR�P���"�o*l����`t+���,b?�g$�ų�æ�k�ۄ����QZ�&�%��k+Y��T�}9?�RF����q'��kkk����!��V+]t�JP3�a�ˆA�H�L�wv�]Uմ�����nW�Tu�<��s&���r
=�7���\��:&!2�L�����6g��A\�O�u�^����ч�@�	��n�!y�����(�q��v�D�Od�deɽ)�(E"�_��e����)dH#B�-�q�!�׻2�4u_�����ښ&j̨�?S�]�Hey��	�܎PQCQj�
%�4	��iP�,��c�+n���{��O��rQ^/��=����ś@�˫/��))�:�V�cV�͔�!څP�S)���C�ck�E1$$X����yU��[����\Y�).�4�����uuL���k���)r��]�+�Q���d��!���YtBN���b�v�`�yP�S�І�h�/T]WGu;6�5���|�1!��I�s�L�h��?8��έ��Q�9�':"/bS�D'�q	�
�.2�ُ��K����g<�'�1
Ti�J�(
�(�
�y�ƕ�X�ә�J�^M�+�YKu2�W�y����{�����M��׵˪�Mqu����̉y�@�9L�9�(�]�nC.�B3$$��Mv�o��ӄ�����A���4o�����\S���f[�7Jnb�BJy���ᬹ����ؖs��5�|pο�fL�n8��n�\6���F�eW
������a!���������E��Ъ띜@`��-�?��3�28;��ȓ���W��ܒ�+�Y��l3�i�jn҃A޶���UO���Pp_,��Zܞ2��zy��˘}�?���i��W�0��{af4�1�e��!�
u�o_�V�*�k����a���
j
�*���)���?�c+�&I%�������u��H�/��ɺ������]�w�^�k%j�iG
�)m&��y�GH+b���~�*
��L���lI��	L}EEy~^E��|�1N���Vq^:!�;�8�q,�������8�4�NT���΁�eI?�Ob�u	I|\�<L:1�i_�UU�
1�J����*k=�b��	��W�{�eq�F+�tI�T�A˟
m4`�U�U��w�F��+�*	%�s9�,��*	�����;�&h=^��7 ��n���^�.<�#^�~���#���̧�<�a ��[.���(�M/�s�
@�:������c���}��*ՙ�a�䗲Ik��hU�n��/���KK͖��?�6F0F!��	tzPo�b%�[>�u�b��
��N�B�[��z^��n%�
�*Y3@�s��lB6l�`�g�/��N|����A+�����8��xl[�d.d0�5�y��@|~��V}����P���QZJ�/�R=e�C�#�(1���Ed)�n|�d��m�F8��f�@%�n�����4ɒ,i�n^`5&I/�"��x�V")a�5��K/��
���|�ꪢ��j� ãG`R �
Yn-ã��(��y�£�ixt���l#ͪ���V"���@L�D�0Dʰ�NR�\�+��u8p,�$~��d�Y?����ߌ�:��$r܊;�%�o#P�C��S�XPƀ��iK�$	l���d�!�0`[˪Tl�e�Oc��O�Ti���C��*ed���Y�N��6�5�=g>��W�:F�-��=h=�����K �vՏ����UR��ذiC�Է�O8����4�	>nDIK�l�(�u�u=�]�a��7٦_��Mn~� � �F6�D����s�uʢD�+;.}�ߞ� '��چq���}�f]�nDo�m8�a1��h�V�iu��~�%Q�[$ p�lpS]���P���Z�����V�o��Hѣ�pr��Tv\7H�q�\d<[����:�(T���+j6,��~9���*ڋ�G��{9��h�R5l�$��%u�)����B+a��Vt0���q�mW�{�a͔(�(�J��a�
}2�21f`�ݿ�vVm�\{��Ǿ����d��&�߯�z��UE���7�%��2�|Mʶ��g
�xvҍ�:q7J��=�v⌐�<�V���H҉w"�\SE���v�.<�sNV�ٕX�X�L�L�o���� �\�jii�Ǯӽ{��C�guM"�F�Yhw*GK�W%aj~b�Ԩ��5�0�W�4�Q�=��+��M/��bc�]�[������ �J���Ým�8�хlmo|
��.,��ά`�Q_�|<j[5��&�ˉ}��ޢ�=����d��YeLW��5կږ�8��
H�M�P�d��2��OkH=,"`�1]�
B(�����+N�~S�9��MK��-�LS�,��XIS�v�v�x�����i`H�ä�a��
���4i+�����H3vQD�#
��z��K����_�r�j܉�dז�59���_�ERe���qJ�5�v�
B��+�Daf\=��д��g����C���ʘB��q� ͣ5t!�=W��,�BYR�)��繍'���p�\/]J8Wѡ�����<ω �#UH�i�}�-�hH��������9���B�����i/�e���<'*U%��>�l��{���|�R��0:�#_T�W ށ��g$�B��c"�V����ՒK���#�e�4���a��Q+�鲦��c���_6T�L�l���6��ܫ[WUMk�5MU���V�^��<�//��U����{��ju:����r�>�۱��F0F���0��ꕜY�̒��"X����V�S�E�IT��^6cӬj��nw|ʴbn��S�Yh!�لt�zI�Z5�4�MK��)5M��
=m�5Cs���4
G5嵨a����(o�rY�gĠS�?����%m���:���dz�)�Mq�2*��f+[�il��c,��$+�O�=��FG��3!)rt�?��*�+,R �O,�L ����"�Pi�չ=��Oiʯ��r�
�}��t���*Z���3uV�8�o�S��򪫮j�K�,���@W�k1&�C,BQ�Ww-Os	�x&��G�y�[���l����D?æk�n���&�Œ@�9,��-6�r�����U6��UW]e��a�?`T�`$�BSx2��P�79��1sl���U�:NJ��S��2_�N�+�-���ZGU4D�'y�"	��H�6qp��#tc���GA&)P)��|��x��m�>C��tb�����B��=���7pnY=M��j�-�jM���-��a�=�v]�7mR4R��$��s����A�ݮN����!�Q�<��Ƈ���A�����G��]mY�_M���cY��S~���>���ׁ1�}3�ջ��89i�F̠:�uJJ|bT#4�<|p�	��.x. �v�m%�Q�X65���0��Š�����O�D���|
�9)FFk(�%�������㣎V�Rcr���5N�9��\z�"�nۖL�A�q�*��!�:e��@�U�Ү�-���&�љ1�=p~�	A
�\xG�R4q�2�����Z�$�K�h�ԙ�B'�"JF_Иmo>a�������4�>�`9ˎ3Zy��Q�ƘNG��?�Ƿ"�ڋ7y�p�+"��ĝ8δ���N@���X��U�omqJEQ��
sSS�@]�TA���Yc���v�<�]h-c�7V0��&@�D������@_�imN^pME=���4�{���R���`<���#[�2!Lo.6{U�^�ڳ����,��7����{_�~�h��t]�r�r�qJ?/�o=���@Z���<=�`�"��Gs�>s�*U5��j�}+�0u�rZ��-��ǻjLi����(���#�t��y)H�(� <J$�1�it"!��B��"/�6Ɉ��Ge�?!L��%�q�Y�{�V�\�'K�P*���;t�w�l�`���r��i�}�V��
�D�Z���F�x�m&�����E`�`�
x��;
�&f钹0T�@�����%%���L!�S��@�p�Bz��@.);y�'&=��P�v�e�7G�	`,I'n��Lk���/���H�G�+�%Q���4�EIح��u��9��X{�j���)��eOk8��j��_g�`�3��JV���̞I
��x�}��@)��
�s���b�.��ShP�^FZDڏ�G7�by�rD�e�܅z��{N�T��Cs4�R����F�)'�Z'�`)�����00D��7�9���h/l��Yt��j��U)6���4�ގ_���;�ת�����7�͋O��g�V+�f�ug9$�oƓ�9��E��L��=A��*�SW�8NJ���!��mpõ�7��_2øo��ݻ�i[R�1F$tEX���/��ϊ������c�|`	�G��o�>ÿ�'|�L\�D�B1|���k&QҝH��˥�V�K���K�~���9�����G+Uͭ�����B�#�_Ĥ�V4M�\Ft�[|��u,Ɔ!c]w�R?({Sڗtΰ�c��Q�|T����輾I��@�dR�ع�z�0I�(�S�rl1�t�>?τ�����_��K/�4K%�^zI+�¡9`��p\97��k�4�r��|ʶ ���z����
�3��9=�~o5>�a$�R�sI��z�M�$=SL�{�`uv6pJ)o��:��ήn��я~t���+����G˃�ZA��h��T���cTb�R�a�\Q%6 �c��W�_1Y���8�B]Ҋ�$�(����5�;�1>��8������A��"�9�.�y��Qk�"�x� Q��C��i~�����R�=���Ѹ"�nt��*�w�x�C��"���i�_Q}��̎jNRD)H5��(ILg��f;M��n7��4�7��.�[�WU�]��
�ٽ�Q��L�EIb�B���'��x��z#�~��9�cN��ш��,�<)�_ʴ�E���~ 55y���]�)?�*���|��4R��J'�/I`�q��WF׬
80���g��n&����}��Z)	�jž(C!9,��!��b0{*�C@��� e�U��d��ٱ�\��ў��+��ܴ�u��N�]_�^�	��
HF���n$�"E�K#~
p�К�a�n �6�ͶmCh���%���b���':Ul�#z
��ut�Y76666��rlL�h��d�5�[�-�~�0X"|�J?��a>���Q<X��f�t�)�Og�(Ȳ�������"���T�����`���{�I�IK�e]g��~�쇡��):U��\9?M1��Y�O����84��󡟸�^�n��逑�L�q?���^,!�p>��hdmn���4ss��G��^��EC��h]}��	 I|S��;��aP�FY,Yx]ώ�]w�u�`�5$	pb��vڍ���㱬�Z*�����%9S�J˿�;Q����I��NMB`�;��N�#I�%	�=��y�]ǀG>]�8|��[n)�R*"EY�E�]��z��k0\r�s��ё�N16Lj8�G�������=MEY�v�G��.!�]���!kҞ���h�c��Lڛ8����2?��|��U���+�-��ċ�.ӴZMmH
�i�ԔZ�BMc�Ԕz8��f��S�(�Z
�։k�R�ZY}��e�s�Z���s�Z���,�O~�j�Zܩi���F�V���CifSSӴ���)Mc��S���yɲ8�Ch����Ԓ"�\�ax��:݄)z<�`lC��0�<f�$J�)P��ȒXPj��*�	�7yz��]T��^m��p�/�f纀�B�턘JG��5?Y��x�2��Ł�`+�������1]iT�y-�y���]�AP5��z��
�����_�X�m�U_��m�n� Q��Ls�uV���^��が�OsUŠ(�R�A�	�Vg���ju6���y��f��cU�VU� U=����~��0�DFu�A#Olt*b���2TA3�(�]�ހFoGD�B��$$VBJ�Y��������}��?^�`q���4�MO��L���o}��E�?�j�.ȕ�Vd��j��wpC����~���/+:��1���#>��n�6MQE���:��q�;������i%��a��?�����(z�i�&B'v��3_�g��ª�wE.�@��O�����M\��Ң,����Jr��Rn�Xa�H��1�x��2E{�*^ǵ1���MR)O����?���[�Z���1?���J������Z�D�z���)��zI��8�4�W�a��4�U_�iV)0`��4C^���{ưii�iVɭ�楲iS�X.bzŽ瞪�S��H�DHsD:�Mَ��76d��=�Rv/c��<1ʑ������UF�^ĨB�f�A$3?w����#��j�h*b�w���)��f:v
j�-�6�1dA�;��;-l����%�# ��ŴD�Rw�<�a�+n�nԛ�K�-4S8୸��"6)SJ�F�<�|������'(�;G����ʈ�=�r��S��<N�.�,)nS�(݂��o)L]!	;����U;&q�����G�V�5/:Y3�a����ٖDQ�6`A0FT�Ѿ/�ط����.4[L�Ӛ(�b�(�_#�mE�V��O,A���r�\�3�)v�
|�	}!����%����}��M��L����V	���x�F^�1bY�e�Vұd��/q^�U��]�d��g�;G\�!�ۛQN�wL5-��������RD�;���¬�����ͪ�0Dc]c�(ɺ �͡���I�j������y6�u� �	�Y�b���X�(X�8b0�MAQ&��i� �@m��RIp�j��i
�@�eI��%	�����$˘��j���^�V)s]Qd�Y�4]�D�)�Q�e�!$�=�m�G�s�99�ya����%�f�D�2glP9��G9�$��y��J�]	%T���E ./^+���Jz��}�6����=UrE���K%�����)�4m�=��ϯq��M�qUۆC��X-B>�>W'}�H����R+�H���e�L�ihL���z
�s����!z'�-FZ�1{��7(Hi߼j�҅��^� I�V2�w,5������Ä�j�u|_�?8%-���8��\|o�$�S"��	���s^/EIR�0���x���Z�y�ִ#�F�1�M
8��-ggju�G�-_V�t"z��<C�N�h��zW�:kmO4��BB�x̊�^�->l�᧣:w�2w���'�գo|Z/���|���	��0:q�����-���z�8�?No=��\���j�ZQ
�|�SK�$kG,�&K�ҩJ!J,�/]�䨌*.�L�v�`A����l߷�g0߻���G�(��k��<�
�2V�^�m0,��eӔ�{o�a��B�"�f]iz�P7(���r�:JS#5!Q�:*��"��R���X��:I��1�<��*�E;��e&�vӀ�^߯wt��0p�z^/M�$J��s�{Q���y�b@ �D>��9��9�7��Z[C@� ��ݿ�Q@�?�qw�\x�B}
x(�
��~����#$��&�b�|d��q�d�q���dm����l@�T�6I2��@ ̵K2de�d����Бݻ�[��ݻ�����DZ��\׉H$ɌAb��I��M����Ħ�鞮�Ea��D�:%�`-��
�����eEQD�eEй�a�i������l��{���=�&����-]�EQ�dI�M�P,,�e	�j����@383,bb�� JApdM�h�9��R�˂^��a�����u���<t'�������*{�&FR�L���@��T#r$M\zl��A/���k�ڇ�qpK�)@N�����W6��g�UP�$S�Vg�v�A��U�k�����J����GNx6�/�Li�	��Z���(
g�Ug�S��_վ����s�o�ι��Ύ�:�C�9��u?�
'����0��GC<�o�DI�~_eL)�MG�-I2����h4��l2��ѩ����G���\Z<g��.�~OF�h44@(%2&�H=�M��t�!��l�X2St�hi�h"*πP�H/�Y͛H��x=�@�Q���?�vq=�vcy�aP���NΓ5Մ+�<��x�-�=��s2QL����j�z�;)=����A82)��.�	�����S:�94����C_�,��%~�I%���1x��×|�@/�0�&�w����$9dQ���9�x}q���<D�W��ra��8/�0�����}�8�,�4%�dnCZ�Z�,��5��GK�K���̻��Tdbj�~�pj�_�/$Z.�jhdo�-�<�����e�Vj3kd�է����Kj{�L��H�+Ǒv��,��N��@0�P�{~�N�c�������h^s�L�ݶ4*�͚��{����<����M��;��o�km�У�i��u*��ןA&~`n(�F'S��++7j�JB��>Z�6�znI>piVD-3��b���e�ԡ1�!�AoO�
��ǔ�5�o�ߌ���i3��i����">>�Z�Ю�N�y��@�:+���P!r j��A�Dq��:����5mCUg4MU������Ox��k����p)�^�'��eD��I��:���+���^��H����IQ�>��<7�e$#ݙtWN�쓜y��iɿR5MU3���n��̫�Ft���.{Tz=�&��b�GS+�Kӊ�t?���
5]3�Մ3�Y>.��
�4a�Q�� �g�.�X�(�\6��B�K�*�+�6Fé��#V��䈅�}�z��<Ϟ�_�l�IJ��X�k� =��!K*E��x=�F0A���]�-�BAF�d���%�Y��q*mM� 0��=�&�S�1i�SU��*��ƥ����~v�0�
�{�z��2+~zo�2��܈vjՃYDL�e�y��@נ7����qJ���di,�|�,v�8�N\t�+�J'6
l��eq��t:� :��M��]���:4.�I�0�r�5`>�Fh����
JYR�ܕ�ջ*5 �D�E�oLI�;=��`�������C1���oQ9ۣr�hB�N���]���~�4Bm0�*΄�)N�u-g�����^�l��n�߉;$�Rq ��4���O{�7=��t�.A�^Q��	
_v�n���E��O����oa%iPBh#YYt;�Q8@��/�������T�EQ]��<�Vwxխz��<��2��� ���;���#e�%ݰ�,�m!�j�A0EQMʆ*��&���2c�'C�"aI7����~�w�20t	K_�3yq�Z�al'KSIf�$G5��$�H���ܙd�_����U ;�)I��4\ҬX�k��Y�@�F��|tG�r2O%�>SGǘ�St��o	VYP]��=���Ǵ���,<i�|��ꃖ���݇ނދ>�^�B��RS�^`0����>Fחm�M?�������Y�_M��|G���?Z������0�����3���2�����X�3�N|��tP���U��o�=�m�#���9v`��t�>t+B�f�9v�,�րExp�Q�ڬ�ٷ$yv�,�H�ُ����f3�N $�Ե��"왞�ΑX�#��V5T]W��oCݙ�{u(:�:�|}���$@"-*���jp?iJ
�@����e@�B����LP�"B1�H�_;'��ֹ��e�ǁeq�[Vιe��{��Ͱ��Fŏ��*s:�q�R��V1����g�C;�Jn�m=��.y.k��Bg��?��+�kk�	��
8��W�[�>~�Z
���k���$I��CXL�ܭ����˨�tʉ�l�6�����3o��3������k��b_:l����o����S5�ē�7.�Ti���E�%ӕ�mY�{P!�UE�I~H��?O=���JBQ&��e�`R�X�J�����Ff�|�{�;۰
c4�v�����(�	yF�ՖN�"^&V7֕��A�tz�L���3��(h�`S_�	����_��K�J�K��\HI�4@UIk復iX7�M�RcS���a�_��ؿ���?9�0�I��a��I���[��7�Sj�Sqr�(I��S`�[lc��N�"�l?�4Y	z	�E�Ne��K}L���L����,̮�+�O`s�$L��Uۆr����y�w�^��~����W�	�C�@��Ll��1�H�
����$:>��:wp]V��%	%I�n�N/p:��*�=�Ns#���ԁ(��[��|,��,�9έ���o�]�c);;�T�{�[�����2�'z����JOG��_���}�@$Y:A�ՅA9t��vC�	K��a�3�[n��)"�R{�y�jLPB7�'�^
{c#��rN	ɚ�Rb�J�l�۞�14��$$%gR��_1<]w�ZF�8z��)��S"N��z�!���<�×���v<�a�Q,�[f�a��X2!�V޿R�'g
?�=a��9��H��	�o���|?
��
ZG�:�ŽR�Ѧ����X�t�Zmv�c\o�85�����uj5����(X��$r܌�Xw *ZȲ'
��gU@voIg�r��N�v�R�%I_����W8��|_�O��}��,�H���}gz˂�n�f�S�Q�}߯7*�-)�GoyFH8��
����o�U9ǩ�#Y�}�J+�2pɩ����Qؕ%��4��`���|��:o�ϔ��Vg���$#[Z����<�oO�i��!q�K']N!q����4�1��O�H��9-$�qP��{�D�Hβ��ؼN'j���6D�j�+�X>y�"��ҊE2�z��bR���\]�����
v�TL����VAnQ���I�>�v���0n��#b`�"��$�Ͼ%�s�0�#��*�� 0D�#���\0�֑
:�=W[v@(H~&N/�DT�Rׄ4��&���Ա��B�L(��(6������v!�I�m�����ܯ���~�'Hs�]lk�H�ū��6��,n���t��F� ����&d"GM[0��@�͆Q6qcuS�=�0���p4�}�~G��զ��E�f�jk�~��7P�Y��u8c�quG�c���j��t�q�l� 1��Z�s�`r_?{�r�|��xQ���*�_9����r���f��Ę�?m0�0��̌�O5,�s�jTL{�n��m��ln�6+�Z�m����:�v�tӮ���Jp*|�"(��1��%ͤ���&������[u� p��'�1z:�MM��kwʶ@sc�������6�Ɔ�������Gנ��,+ĴL��N��6��Ab�ڄU/�ũ�$�/�#ms�$9� >����MXW�\�r�P0hk�o��͉bl@��i���|VZD��P����9�A�չ����z�iU}A�����y�Ǣ��q:��m�=Im�K\"��%'^��uz�Һޔ\��G/����l����
�,�o̴�
85��31��|N�)�-�#^���t8wl��~t�_���}��i`V����Q/y}Ҕ����ˉ��g!F�R���
@��pg1aPQ7��Y�л�fD�d�q��`wUR8;�)���J-�?�J�eℸ��t�g��-����wzG�����(�=���'���̮L�k<ˠ�wzZ��Uд��q8�ĥ�~��N��(%�R�F�[�i/�z�/��m�`Щ�Vv_�0�g�4!�C?y����6�e���0�'ނH "�P��7�0B�l�t��i����q��Hi"�d	��	�A�Jq l��e/�W,L+Y߂���~��j��U��PoV�f��85�(�FsJڟ�.�l��|d;�ew4�����B��:p�Gj��¦�kck��F��'0AM�ǘ���(57�.��戴��݊;�a�����]�����H����t����/qJaFQe��<��s�e��tua#�'9�1��A=�;|�]�5�H��PGH����B�ّ�!Wǥ�&.����N,y4KV���Pm�=T��q�0@mOi���I?�T��$��U*�琖I,�����N�1|_�m�ӱI�}P�:��=_�,b�y05�ʞ/*�a��.�S�m�3�l��7d�S}I�bUK��mrCP�cǎyqv�v���l�dƆ@�5_oFj`�g|��5ST�g|Y�<[�����XZ{�/��)�O%7�5��D�h��ِ�=��;�*;=C����7lS7L��_�)����	t5zz�}}�7ѵ��<��W٤3�f����[�m�i�>���L���2�?�nY8�wZ�1?t��{��k>����#��ޥ�S���Sγ��k�6#x��Q4{ފC,�w����^���r�X�>�ϰ��VÀ��]�^Ôg,寰�A4�N�d�&�7irS��f�(N�t�V^�r��mwB�d}k�SlYu��L��fr/��P�
as`��&J��yk��(*��r��C๸�
�`�����Rۀ���E����	�߮۩���;Ӹ�?vjb�����%`�S��Ґ�*�G�`d�49q�a�Q�����m�!�.t�t��G�d،���&���я�w�@��]�q�S�Ө�-Unz�*��
��}H)/B���uY�1�aً.@נ7���3�wЫ��y�B�u�8%G�^�r����� C���n��vy���UoY��
���ѿ7�}}�(�=#i�l�7��qpV/�<��c��$��_k��'��.Y�/�~�c0�����ߊ�H�rDe�,�r��1��y
�@���H��Rt��Ecvuuu^e�]�;Bmq��x?L�.t,֮��=�>;K;J�(
��u)�a���9[��h}A����Ĉ
D�����^��Nhx~F��0'�
1�D����s���}J������7_s�5+��u1o��,0’�kkb.g��F������)�]�l��v:�(���lӔ��v:��U��b��_w�}6�wi��^��T�d=��l?�dW���G��FR��+Y�zz���;'�
D��q�/�G�	&f3y��[��aW��t��)9����m���r��l���cCU�R�o���<��ә�����m��EGB�b����*�j��1�Qt}�9�'���F[*�f?��.-q��2�y]�Z�A�}E (���?�ы�h�^o3�<7��x�+EKiV�OFl]������5�ɶb����A|�y���gj��u~Q\��r���)7�+o�]���~��7�8�лb�5�~_/�������ٮ#�':�+���~�B��_B��ݼ�0o�M7^ה-Kn���5һ�0o���Ə�d˒�O��(��'�-�#�s��rM+�&�o"����;�� 
���^��D#�o�P��6A��::�I��AY�>*%�A�B���쩵J�n��.&��~�;�NMt�8�v�V���ݠ��pJu��;+�K�rfz���λ������.���d���UP{=�.��h��>��ϴ�J�0x��pkp�s]λ��s|�cj��t�4�j�F�خ&+���Ks7��mq'v�����{�hbS#K���3��ƻ�uHۮ�kP�dn�w���*h�p&z���}�6��3��r,�-� �{�
��o�`���f��mU�T;7��ń��,5ff�����9Y~�QTl��	��;�":�ލ�0�����/R�J��db�'���5���,z~�ydM�O��7Mi�^b1F�z�{����~��i�@Vk�l��JAc�):0fJ��<C��f�����X���]�x?����u|���(��.d�\ո�/�aan�NH)��
��U�z�P�Dv�`�I�w�� $���L����b[_��1]&����iލ�뇏+�*0�Β"؏�%𛽕��A�_�a+��Sȴ����{w{��.LWj
,J�
Ib��d�����&`m��`0 �ru�{{�δ���טκ=۾Z����\��!�������z;��8C��G��X�m+Y�8��׉3�ߋÿ���eQk.l>~�o�$L���"���f��/�EInS�4���ոF�湔
KZ��H�)v�Μ�j�J���׏�H�N�]��FC�
�Fb�$��{B(�_C5��\�u�91\0	K%��Č!V���V*���l�2���m4�.�<[P��rS8`�H198ѕ�?o�a��Tl�:�ء��N*"� aW�~�(�p�;hL���}ڰ��y���P��~�E��3j�bQ�����^�ƾ۵ `A��y2N7En�Z�����ꮭvuǦpԦK
?\����Z'���(K�!õ��*3lʝ'�M�]�Ks�Z���a,��t:�nDw��F�'(M%��{Y�2x2Zh��/�%������hd�)�u��x�;����=M�H1�8���Ll�Q�ؑ�o��W���gNR��H�
�c4v}X�܄C��_5�F�Ł�[��:��4�ȨO.
��<Vo�Bx�v{=9$Lgٹ�tƲ?�ͩ(倉�r�H�#~�S�(GXT��G�G-16T2��4�Q�E�[�m��F%輨Fh�ַ���`�L����������&��=�;�n;�4���G�x�31@�X*�R�3CK�w�_��%�;���G�?y�j۰�_����ֱ�W��u/�i��(���H�!��.9W��A��ӕ�c�:�ʉn�`8���i'�?gn����96yJ��uM��V*�a���3��\+I�n�7�E���Q���T�2���	����hn�?1S�e\V�l۪�2��|��3v��b����!�����&��G���dF��HVEq�'�d��F��f�i�����B”�N0Z�g��MYV�ⴧʲyܥy0?<����P��Ւ�VP��%AHY䚏y^L>?4QJ���z���:�|ȇ]k�%c�(X6,�᰸��p����H�w�>����JzO��1�-3`"���g�L��{ﰻd{V$��(>����.��#QC��Y#N���u����.Ndv
���#�Jۿ�� �DR��D��~���
�4o�#O�&:�	3��T)]wgl�Z�?�ݲ,�)����D�$����LИ=�a��9t "x
%�3J}_�r���OW71�n�[����	N\n��ݻ���au�-D��G2�v���mt!0���(j�@���.O���
-E�=�
�"��H�E�J���脋)���M�Ŝ�w(\��L��R)n�grxq�f�j����cPj8��%e��cܟ���'d~si�O�YK�&�o�ϖ����斲J���Z���N�J%F+�������D	r���d�r
'��?�CF��k���.څ�˦)�k���RHzQ�5ٿh��w�x�����"��}�g��ҒjZ��vԨh���Q�Z�<MQ4ϫU[����;�a�1/��d�a{��gj��O<��u�0ܠTrL�)��0��o�&��o���ɸl4���]sV+S�}�K�`��oC�C�w'$⼫m�LK<���K��a�l�*h3��q�yh4
!v�{Up�Z�5���ˇ���}!��r-�A��q��������+�[�4Ss�W>x�a��xL�.P�᝝�	<��zv�ȁ3��$��5�8��$���dqȩ
5������}�*��d��ߤ�h4��F	&�ʋ�C�p���U��������9C	;;;����ޯ�)�z+exjm�eY�m��?��[���a[ҩ϶��˟��g?����|�35e3fOM9e���2��.�
����%h�^@�����E�ȅ�V��Ϟ���gY ֪��DTJq"H��g��Ĺ ��H���*R�u?o+��R�:Q�Iк�ۈ��q?k��yy��#�����X��=��:�ER�y���eY�4MoN1�KoҦ����	Bն��G�Ƣ���;`�UA���D�6 �f�ja�#���^��T������L�&��τ�����cÐd@�C,iS`�S.S�&�����,�K� iS�U���_��+��1>�d���ob�&m��ߤ��eH&{)Ȳ������8.��u;��O���#�F=�n��^�8BYGNg�r g�JN#�c��&jO�R5
�^v��U��R�V3�TS�H[��K�������Eȉ���h�|�4T��T<p7M����*�p���zuU�`��M�a�Izw������m��F<��Q
�m������Be$�B�[|1��ph{L�`�٫�k}���2�
o�${�0����r��1#��G0;s���JB�����cJ͔{j�+���4���oǧ.�y���))����)Pʱo
؉㕔��W�����dmSca�
�V���I,<MJq+�{���SF��X�3��=��n�Q�7����d����e{���;`z5ѭm���@7}S/��ZJv=���0ܬ�_*.�k�Q/E2�����yhv�����
U�T�k��Q>
�]-�aFeI�Ӿo]?#^x��Ӱ.Ż��U�hf�1]��j�sN�ө��Tљ�aW%y�������ϚJу������Fā�,H�L�N|z��q��;�l!v�3�I�R��M�Z'�;;�~��w~6�gәȬ��z�cBG�z�����˼�i��K�"J����Y�w:�)C7l�x�Ҙ�rK�F�Yf"4ʡ�P+�
U`����Ơz�S9( ��F���
���Z<u�fA���U�s���E>H��n�fP.�m��
L�f3U'e�h���ͥ\��s�T|c���y���й{�R�l>�kRM#��Nuf0ci�+����T<Np�蔔��i��AT�ٖe�jѹ?A�O��XV��j���N��Ȏ�?��zBq��u.��'�H�^u<$�U
b�-��=Y����_���i2\����h6W�fXf�6��f`F��;��1����=����׎'+�QU�߉UIUˌ�UUR�N_޿�粛=�N�}E�7$�(��B���\]X>U6Ħ$2�̣��zH�^[(�t���5赭$�M�J5��Pw��E���;�7-��ʥ��"�\�ke�h
J�<�)�����y	��X����3\����t��(�w-��iw�R�Y)�T��?)��;߄^��7le���i�*ِاĸ��ȴ�/]�z��t�IsŸP�ĺy@��ᪿM��_߿?ۻ���s����ks�{/߳��5���!��4ܾ|�^�	�o���=�_�l0�K󋸏��	ZFk�Rt7Bm�V,7�i?HS��Y���d�����A�%i�	���mz�u��0(�:��c�N��,�?q��~�]b{�o�0��uJex�v�����ρo;vl�1�mX��X�.���Do@��K�|OsM�j$��@��n35i7]���S�;�⋏^�4�Jś�*;
��c�4م�<t�*Z������:�N)/n�#z��VUj��da!�FQ�E����9�4c�)-T\�j�&�n:���,n�G��|�M�j�{���϶�Q-���_y��q+�>f"���خ�*#m�
��	�J��Z�J�OŪ$UEڧRU_$��E�7P���
*�Y�{�R�e����(>�\�#
����#�ZG��SX�|�W��,�7�~�$Gt�ϑv<T��gnxxq� wt5Y�4_E�&��נۿ���v�0�>�sY�]�����;�~�,�X9*e��y�e�����t2zzc��[4�+Q�_-䚞+v����BP@ꣳ�)��u"";��7�f����΃MKc!�˶�;F�e�ZV��ִB����S�M3-�.����0�V��n>�r]�[
�Г~y�Z�^\<�{�[��F�.�ۥC��xs-5t�\�L���j�A��%��o��ur\�H�(��(ҹ9՛�I)���wx޶I_�A)�N�7���w�}>v�}���{�Zwnxr�EH�Ú��!�P.��,K��\6���kЏc!�V�C�;uxw�㜶d�7��Ksc
�(�u�2�z�\�kO�*c#�{pp��/Ep<���3���k�շC9x�_7^�7�w�O0w� ��Z�d�l z!��O�Q�o_���&b��=�ѯ�B�ػ�����Z���|�qBۈ�V����8lj���{u������k�>{�j;8ߞ.I��6�|q�clw{�w��Zo�}����!�
:u�a�lǏy��x��}9F,�uo��O��Z�u��r<��8����1V�j��謧K�fm��h��6i+�`��&� GQ�yA�/�V��i�,�'��s��u��?��f��_�l�g0P��3�M��MϨ)_�`��)A��O���:`�t^4Q�=����}��RF�QH+��8� ��ٮ c�ju�"}�2j)jW��7Q�<��i��DT����-�\=��t�m�o��F/vd
]�!���0k%Qb�4��9�&I��h�|��%F
]1"�h�c�2\�՚S���x�pJC_!��^��o�PL sJg���c��	����)qfழAj7Jw>���G���d"��J��ej+i����m�C��~7Q����d�KV<�O��Ƃ����_c����a끲���'�`h��>�	�����t̪eA��,Ƙ,K"�G{�[���[�+
:�0�B�tP���hxm��#��-�wW(�H��.�A��R���a�Q�����%[�-S�`l��CHc9�ג��[{��U}\�f�L0���d4bʅR;1�R֋d��v�2\B���q�
��S��*��7z]�{&��F
F�ߘ�I'θWR�9r�����T[a�/��`snnN0Ͳ�/�&�4W��z׮_���l0��\�U@z�0ͲYdӽ\<)�w�%����O��)(0Z�
]�+	H��	�%�f�1��ֈ{�Ƶc0$U��D۶v�`���'�_7TZ�/��ML?q��>�sY\�4S�����0��6�J��Œ�8���M�&�/P��"<'���,���̯���E����9�q���Z0��v�mVb$�唺vP.$�J?�W��i-�T��=��P�b��@7�{���#��zI��HNBN�wE/P���(V��&�e*�g��s��l�c��I#b�������18��ŝ��,Y����o6=�f�o���A
�<s�}��6�]=}v0Y�S���
�|���,����{ L
(�–F#q8UzF��#�V|�����r��^F��p`[�<,��	�	Sz��R�k�u
B�F�A9
7���h�	u(��Pc�|2̳��~��58T�S�*Nq��P2uwo�4��l��w�f���u3����j�RȒ�O^Y�d��[X���]S�஬Y����.�@���0A3��q�V�� RBmF�RNW�T-ȡ�.�J���9�����0�3y����|&�VeH(���I�"|e�Ʀۓ&�
!�ط���m޻1Amt�[��"<?�KMu⦴����%D����6�E��5>�Լ���(�$B�E	T��|oc��{0�.�O(��>6�2�m;��Oj[t����4�B�xGyݽ��ޣtr�8�u5�D/��Rx<:s����
9���+	<�R������ܟFs@/F��
o�����!�-wm��:�G{�!�28�M7�#]Ʉޭ�:���
p*�Y}u�X�v^E��U�s�䊥�3>@�9�׸�m��urtq�~����l����qe՛~<�ίv�j�O_�)y#z�:=ⱁ��"]RQa��I�L���9��1;���b�GA5(퐙(ɒ��}!q�,�$u
����y�>�F>'�\��e]�g����0������� �]��Y�%�^���v�L-�Z���w��WK�	����JƝ��-.mH���lEǠg����2�3�Ȝch֑C6�����ᵵfN����t0Ƴ1�,��k�`F4��d
�Q�ǁ
uY��['1����G�#���;�i�.'���,�ο�i,��|��ޛD���a����O^ιe5���eq�aY|:��_�ZCG�k,�Y�ۉe�
���Dži��AO�MH�<�Ύ:��x,P��C��p���%7�eiY'��7#+҂s
�����p�X�>�������q������8sDݏ��ۋ7.����i���Id0�������:�3쏤iq%�U�����.���O��dXy�k���@rXWQ��l���A"'!�}I@��K��$�ᗦ,k�?�&���YO�R*�*��Ґ/�z�P*njs����JU��OEMk�iD�fP,h�K�Re}]���:�=5�-&X췡�yj{�U�����Ym]�k����{��r�J������3�CU�
��ËDU1h�H�}����N�>��56FF�?Mȑ��uA��dσ,˂�ę�*\��d�n�� ���D&��g�J��:Y��lc�cu��;��Ty��}����zt��U��uh�>���
?VmE�L+���M7�D�0J��o��/�Ю����R{Xl/�'*��F#S�}��l儻l��>:(���y�����Kynj��h=�6�i9���S��K,���&@�
-
3Yr��%��/�0"�UFpS�?\/FQ�I'�}�Y��9kF��"x��c�#�H�͖�
̡��6	�D��%�#��p�h��]�{RB7��w��
�x�O�ڵ�}p������|U�.t�=�>�H�q�#1
��y���~���(U��h:9H#�zn�%$�a#�ǩ~�ϲ�~�i�#2��r2���=����� �9��������]��L�����:��}[c�B�>;'�J�^�,NA_`��vi�op����eնa�{�"&NJk�<$��Q^T��m��.�zz�榪SC<T`M�b�vY`sG����n����	4��cdcM�b9M?�0N�y��W^�%	s֦�]~I}Ŭ��,��Ǐ�n�k?�9ܧ—cݘS@9���bf��y��d�z�W��x�c6נ7ק7W�?��y_��]�c4��p����u�
�M�Y�	��%4A��Գ�"�?�]��'�80oI� �B�g	�������$H}��kdt�������pss���a��]��C�S�E�A�=�eGߕIu�˷�N��dy�,U,�vX��S�)s�2�����&��To����9Cy�x'BR�K7��I"�AuL��t�*6�Yb�&S:�!�)�鬟eI��j'�"IV
1S� ,���58c�s�'��Q���0%�h�mt��`��
���uJ
��P�*�h���y�q���%Js��|�]��m�IF���.W�ڕ��rs.uf��tJd �H��z�ŭΙ|�$W*�JC��d�%��k��5��wG��k��:��u�o���_
6T
:Y���$��oĶ-޵��ߘ�dSJ���EW;~Ue���v��r�1�w�H��|5n3�6-�%��'�{�/a���L�@��n:J<�G9�����~^���=�0J��'��k��I(`�x�?����r�J2n���+�+�f�3!x���G{�CE��x42�n���٦����~t��.W�D��X�v#�`��s��"�,��D�e���NG�s]&|��J�JRE�{�%�BA�pQ�_9���J8+
�.��pG�w�Fo��x��GP��
Cx:U��_�V��,.v:��*Nq��Pz;��~�u��V��^P���|s��ѣ���#踍yI��~���G)GЧ�+�aqbhX
.
����m�h&�56ԛ"��ZrT���/�9���=U���й;��ƽ��Q�ٳg��n�ܚ�8��*�\x�Ѩ��3���x��dq͕m�P�?��+���'����|���,�c��e[�����#}�i8�aS��S���x�f�f�]L���P�p�ֲ�|;�B#�7i�����a� ��3��eU,�G�v���ׂ�Y2
���[�rɺ\��K�]�D�$�g�qB��dGxN/i'�����$H"lҩ���Y(�N�W�[���|�>�2>u�����,��"0M7����_�4mS{+<��"���_�C%��:G�_�0o�S��y�q�ُ�|�NdAT�S��*	�0�;l��b�F�v�kt#�=�ތ>��� ��Q�“k��3�ႄ�'MG
�_���{�q��9#�A/�M�{���~Ƶ.��
�NMU�K+�%����rNiͲ!lt�v�l�R�� �m՞��v�o�;�{P�j۶L3�IJ�:����i�]�~�*���W���^��Q�j�!��x���s�R�iU+�Z����\��/��e�/k��g���Vyn|�\�Z��O�Z���ՙ8h��S��2ZF{��q���.��-�A�hr67GcV�Q�cf�`��_����� V��p��“A��\b�3c�p̈>������$z?�=���%�0H9xn]�IJ'�$H����^53CgFӕ,�onT�9�i��b�<�4��O���da
rU��rgL��ZJEc<�.�y�]w�$JX�,�?�S|��@PV\J�*c�Ȣ�{�V[QC鸏;^/W��;����?���|F�{���8�������&"{X�}YDI��Dț��O�2��l�U�����a\|�j�a;\�Z{hF�3g�9�u�s�9�N/�����Sv&x��������|���+v��������j$f���7O������Vg1���t�~�O�]���r]&u���s������t����Ţ�9,g�8���W�+�;��&<�pl�iDtnUyt�Q|_�!xA�`%<�e:�!�y�(�S�
���k<�h:/�bg���F���?���Hm�T�h�N�LM�v'AQ)��g�#2@�@圣z��w��p���k�H��~5Q�	�Yq�8�3FdAԠi�f�b�p��X�>�T����T1�]	�6�	c�&
�?�0�+�GzJ�О�����V�t�=%���	b�C֓�9f$2�@�wQ@��zG��.>K<�z*D�C�8>ZL3?y�to�~x��dq�F�9���}�\�x��;6�3�3R�� :)�p��E������r�4��k=�1ݻ���Og����?G��|����L�z5ėdD]��{�[`�+��x,*SRh܌��󛝯�K�4Km������_�v�ɢ������<�����g�d�Y���B���MW��}��q�1uQ �'A��⍶,Sն�1`E"XR�A�N��^*`�{��}N��]�x�.01f�0
�PO/g�jێ-�t������uu�2ͩ�������u���G�J������NL�巌e5.Վb�T*!`p��ľ,A^r��_-��
��T�/��o�BU�V�k3�L��jGpn�ݶǿ=v��m]'�_�%�e�s�RE΍X�q�B�hM/ݹ�� �̔�Q F]=�IA'5招V���kL�rnmq��wqT�Q���O)?I�4JQ�'%4�Ү]��:�Ϳ�L��-iM��G07���W7K2)]2�0J�6<V�r�8!�P��zd"�o�K;f�p���qG�Y��-��Qg6<q�r�xfߙO���(@,�+2�jN&8o/�Ѱ�'����	K��ET3$�����1pa�q_���Q���b�	�	u}Ү2d�4�g@��mW;�~ڵ���j$�G�C�&�e������Ƕ�L#�qC(���R�8�[2v��f�a��;�_��C?�M�	����7+A�t'I��� �������b�����!�������MH9�l�ֱDw��90�]�TЉ�E?r�=�G�?!I��fL��!{�䮅��� ��@[2d-X�9�?n�t×ɗw)�0�$O^Č�)�n۱�)�q�ӚM��3��:���f����:X���2�:�Է�
��{���]k�����e�s�|�'��]�L�o�{��)�kH�z�G>���vP2W�LP�ꋽ��X☨��
j�8:S�e�<�5]Q-p<�4o�^��}{;��9Zk6�7�NGէ����ҵX,	�/Y�.k�3a-��;H�_/B��y�&�\tY=��T�n�����Kd���R4�0��D��,q���J|!U����"�Sou,
z�T�KS�I)GX}�	�\��"`��Q�
�{4�)D���8�t���̌�����;�6��2~&��4�M�Y�Q\���P�ΰ'�$N�����aV+Eh���%9̓n�e����Y�iN-e2|
i�0]cX W�����%x�讦�.m6׏�y�(��&�'��l����-U�AIsf�z�o�_2,���{�l�^�nAͪ��T�~�ne��ʋG&��l�<�JDQ��Y�)v&p@�Wr���>4���8�c��&�$v�Rn�/�%A��R�|}]�OL�a�ʬ��i�P���1����s�K�>]�vP_hw�G�x�:��.�@��G����k��:͌d#J����>H�bC��D���<�Ȅ��qƟ��?Q�1��RF��f�w�Yf�Jw�h�T�T����X���"�]Nd��Du�O�]"s����:
���>7����iX0�%^��9`;S7J=�0�R}���sR�u])!)f����tTG+uϓ�a܉��%�u�DIa+�ޱ�K��Ek����~�a|�l<K�s����bx�賟t�[>��/<ߧ��
QTNX�o�_m����0@�����g�(���4���� �/��t�!��&�f�QX��C!	�v&��
⨎.Dw��8�|��C��z2h�ͬ�u��[��";�m[}BFC�:y�9'��Y������`��|�#�"/�?����/O���k��pΙ��5Q �>���a�t�(�:=��_�d�D��Y8إ(߿���]q�w`�+M��3YQ>�t-�ǸiP*��*��J>P2��`�y��_�m�z�(��X�)��z*�Na���mQ����I�v�H�����5!�� Ֆ�9负eY�w6j���Q`��l�ᾇzH���P�QJ�H�[.��J��\���sc�%l���Pۮ�O*Jθi=_�I�9�7.�����0����b��ϵ˖7صyI.��`q
!�`2�إ �F�T��j2�����t�!Z������?vzC}*;:Wr8 ;"��/G;Y3�7�x��O�]f��D���P ��������'���eq>��s,��;I˚.-O��i�oYmtdP���`p�Yh��M�Pu�,KVK2�k!֩"
W�������
�� �U��Hr�,�,����N��^�%	�	
��1c�����5�� �|& ����?���v�����zik\��Vu��1CS�Co0�a_�	�oW�����[�-Y�ܲ�t�ș��A�L	C�J�a���4��h&�e�����mww��hOK�|MQF���}v�;����VG���(~z���^ ���E����X�Z�K��3��J�q<~�Y���)�2�fH�+��a)�x�V7�k����s~��㩃�<�@+J]5�\�L;U�F�TE��;�@8���-y�zB?g<�)\�X�0�m��Nڶ\n^n8\�'?������[�]��Ҡ�8��+����'��������{�\��[}
}���p�⅚|�yUO���=j?f�x_�#��G>�ͨ�����Sg�����>����yGe��*���E�Ġ�&�u�qv�G�/A���i�g:#�,,cL'9�����e
Y�c$$���A����I���
ՉVi,���J�)���I⣘�_�'̤�{Q)�[sͲ</:��%]JD��<�Ѩ]|�D�Br4�/�RnE�K�vy��Z�![kX)�mEz�+2F^�ߝ��̿�:�7��l��8=�]������rC�����1[9beb�K��� 	aҊz��jy�)�{��y�v�2��(O�����g,Ay��U>�\��r�V�9:/)%�A�a��i�h"��t��O�4&��CBcd�-�ut�m���3�`1}�tk
S�cu�.��.M\b�Ӝ����4���S�"�w�C��։;�y���UF��r�L��v�,A-�#�GLB%�X�/ސN��w6c8iu0>8�	WZ�6�����;�*��}�T+���a�L�D'��Y�ti��s�
�y�j?�
���0�3Ǚ5�C@J|dvp9�-hsL�h
rT��H���
�0\�d-�<;xݰ��bZ{�-Q(�qj��~6��輻�:�������Oxl�,���Ii����v���7�7}��v囤L
����\�"�Y�1����#qqW�%���wE+���F�����e��]�N1=����3�������̯����������ɳ͠�*t/B"11�v5���Ţ%{ �&�����$[/\W*�"��U��ԡ Idy�H�H&��QYXђ�s�˦~�ۻݮ,w����Q�%A�j[�	(�!�%+��J�G�+3S���6�<���p�G�JHU1�)JHBbsN�������0Gp�\�K(�pϹ�+]y�|�ܙ�+Dz,_q�|Ź^r;�^D����_�t�)͵/j_����WqI���_�������}�5��*o�Μ�T&yZA���Q��~�]��	����*.���� �hқ�8�U��N��@ݟO)?5�19f'��W]�}����M9���ky>�/l���!!����a�;���Ut��>���d��R2묬f%�~�R'���_?��N�{�I�-k�ݩ<b"��t_���{�i���F�z�v�0�x�����_Fxu9�/|�Q��s5V�v
j�K�J�v��H���k*i�w��PD�Q*6��$�:��3�����ė��+�5�]@��q��6�؃.D��V��m�I�@#�,xU�V1�s���V��u�L��Ǐ��{0���q�j
b��.�a!��fNp93�-�@iɨs���m�
�RWc��N|?v"�b��|&�E1$�q�P��)#�fO���[^�լ��j�Wy�J�P��8��?A��b�3AT��S���e��o�+��rK��#����$οD�׫��Țͦ�4K�}m�ߣ�N
IS?(��Z)�.ԃ��x�����7�J��aT:9�tJ]��	J��)#���;���d�=���y�3��	 8ު��@��m��6&����
��F�eI�o��(-�F��L�s�a��*jM���0���cA���˜[��eq~��`x�*�(�h(�v+��.L��v�Z�l�>�|lW�y��At	�	=�ޏ��� (L(A-�£4h	J�K�Z�1��
HB� ~�ʽK��>E!+��GԉU�����f�0Sboy�)�˥!hk��e0��|^@��O���+�V�}�4L0��o�^�r�i�K�ze�ijYX�m�=�=�M@�ܞ�Bp��!��p�K�h70:k&���z��TU��1
�;�W�G�wgS�;�����m�݋�L����/�Ň�]ۏ���X�H��̼�#��{������;c���{J�;rr�F�ep�I���b{����Rb�eҭʚ�M@���Rz���o�@��q���{Un��_���ѷ�v\6w�v�����M�F��z�y1A��빜3wM��C�ل�n�8<C�Е�f�0z�,�L���ge%ɤ�@�VvL��=�gn�����+߈�Z��#�T22L4I�^�U���ɟ�a����J�T��|�yM��n��$�Q��*��vd0n�l��&5t�B~���HF��u�-,���M�|r�կr�X�|
�?˳kh�j'�F�a�x�Q2����1��Ɩ�x��xa8FAaC4��cMS�}Os�H<����!#�g8���}��
�㱪j����F#�]���V�^�k�
,lMgI?�<3��K\t�:���~=P��I�*Ҍ ��(�]��E��e���)�}Y�@�Mۼz�[�FYI���f{�&f�m�r�n/x��e��O�n�N��N̉�,���\�=��|��
��	�l��d��⟄�`q0N�R0'1Q��IY�t���`���jwD$B7�(�{s�=�:z��*!��=�E�v��5���ݍb�=�BU��)˩J<��/�/�!^���K'��X�='�'
�U>^�+2�q�<�:r�h=��)ڛn	��]�pXl�_`P=��;T,�1ǘ�x�*y�[��+cY��	�}�:�\O(�7G��)g�ܻ�5�'�4��z[�Dځ��%`;SU'�j}����&��#%sa�.io6X���)�'[���9

ks��'W��[ɸ�|֮��)���8}������8�eqn($�1���[��8�ֱ=M��̭��ic�Ǩ��˰K�Y����e�
���ؐP
��Y�%c4�`����s�#��ˆ�����m����$�:�T���x���n�&^��ݟ���Q򛞙g��G-a��0bE�d������K����<٪�uV�������$�x�+n
In��I�L�,�,s�t�B�1`�n��0��+�*:�v@[��5����pU}��:�K�%�����"Ϭ��j|E���oU�FE^=`ѥL��S>�`����7V��.���T5�B�]%I��Я�Ιw.�������f��0�V��X�g
��Bc|�a�62����-"ί
��R�cM��B۶�&�U�t��Y�M���S[6vJ�0��0B54�2��R���YK<�'d$�Ou_�fV�~�]�Ҙ����k��Y����N��b��d4���s�r9�r�t]��\T%�xw�R�+E暑��x��@!
p;��l���oU�X�kO�A;R�����{�,�h5�2�^��.C,�����b�������(a�82�]�ZmLs�~���8���|0���BO�=s��B�m�W+F��U
�We�_�j�!W�H><��<��%P\5�_���8��K�r�<�vPǢ�<�?tc`�C7��w��͇甆K/�WpT��)g0�d
0��
�6L�Ч�1��֍���M8`��/��2*����^�wI�E��"�l�,��V(�_q� )h( �� 2����"5�����ڦn���7
ݴ�2�M�h��â/n�V����*�����*�������m��m�H(?F�ܷ��4J���'-�4c̔�v&1��;wyg�@���'D'n&Y��%�o���k���j��{�/m`�>L��6�$fg�V�l^�L��t�_��Q���{l�����ٙ)��0����.>�����lH�sC��2ڏo��;u�>:I�������8�O�"yڠ.���|x���ʃ>(БY�}�����~�-�YG���g�D�ub�r����A �kJN%��,�B(i��ٖ��->��,mQ�Z0ޟ�ˈF_�o�C�E �dJ�4jz�%<�Mm!��<ټQ؀-���T�}�+�'OP˜��ɮB�p�]
몷'm�����Q��tz8/Kx�g5�E*�U����@�!['$���e����o��N�I�����qgm�&�F�� 1ѷj�Θ�yc:�$�4%Ib��~g���1�{��$Qb�1���p^��T���+M��9��q<�04�!��n���eQ�����+L�DYcz����e���$y��O��Cєg)ʨ��غQ�&c���a���.���=�8QGѼr�Vv{d�:wwG�-t��.GCt�=P*��5(�T@�-��(i%�.u{z3u��3��dޡ3_׌�H��AqBb{7Љ���|�DQRJ��x��#����P�:�$�l|l}}}�=�H��o�t7�4m)�cqqQk�kP
�����0�lBU��P�6c���I�$����^oꢃvj�N�s�v��9��������b7܀� px!�Jp��>�d�N��T��)5#�ܠe:���m*{��`6��.^:ߏfB�Ѧ$�m�L/"��T�5"N��i����=�v��?�D��A��d���5��:��P3�߮�����m�I�6 Kف�5�І��MU�k4
!�Dd7AɾFz�r�H"\�{�h��\8���[��i�(�n�����>�Y?�w�rR:y
���%r�a�����2oA�1���u"yx��>�\W�7lJ�PuuH�gI���?��:�k��.C7hW�:2���<.�%��'5-�iA��X�Ʀ�J/�g�0��Lj�2�V��;mH�����u��h4:�� �_LI^��w��<�]c�wc$�2��p*N(�)d �gg�����J��ν�snY1�}S�h�����p8L�ĨwV�k�䉢�,�,�E��ٱ7��3�7����ͦ?��t.�i�v��M��N����-)�fܧrO-�Z�NG��,{��z���n۫�vĪm��t$�)s�s/���y3���
|��� ���'��z��hxzr��-��̣�����
��t��rw�1�ˈ�<��DI����S�Ē�:�3d���bɅ�;{|�S�?�q�ٳ�v{����K��|���C�av|drCTx�!����M�:���/'�`|/�X����砛�����#+q\z�R
��89tb?A� ^$[N�(�� b@\v�}�
Ė,I��^-&<��DyhE��r��&�a�N⺱	=69�|��N���3���\6��W9*U��\�Un{�DsEq��Q	I�u�4��x���J��Oooo7�|cP��gM�K.�<I�3R����f��d]�����M�J3ig@���TP�J%���eZ'�Z��c�vj�l)��9
�3�@������D1��.2wvOz��ç\G��S
�W<����R~�M�-9}uۜR��2}����b��J�K%�+-Aw3������
;AO4����S��zhv��sJ��]6�Y�2��-��ѳ�m<��CM��/C�\�Jވ̖��6I�2��v�-QS�bHJ3��ݸ�-�+�]�=��@���}�R~)q�)�F��/�Ўݡ�6���r��
uֵ%J�6�;$;��A�¿��j�"K�;~3��Z:����r�r�z6-��`�/��.�r�a0�Xŏ(�4�fN�ס�<�sv`d�3����̐D��I"���Y��|4Q�9��%�-R?;��t���q�o्���j�,�7�{����(���`�v1��&����@�f�t��:�V
]7�U�0��d�*k�l�1��ke˒�z��|�-����Xq��?`���+s�Ձ����0���:���a�e\qU�o ��S�xQy����k+�Oĩޓ̳��?�ռ�y�F]e���u��W<�L��]r[��4�
R�
`���K����â/?��Y��n1f߹�z�V�~�o�?�@]1G��<q$���Gcn�v�}�|���I/W�.j��}%O���ő��h�mq
��d��s4
�r|�U:���VF�\���g�c 4�0��8!�R��6�~s��)ž�G�).7fZo�{/���I,tJy�JkC���W��֓�5��H�Kj�C�d�*�N���&�W���r���<F-4���x
���Q�#8�E���
��wP��`�d���Si��<�s3LA�=���S��®N3֧�"
)��p8��ci��C�v�G��P�XOӫ�j"�Q�j=R�6
1�Q(t��%H솲�0��n���m�j�<!<P��.L�jL��(�l��<��Wl�l���?��r�icH��7��iJ���b@� F�A÷@�cX~`	�����iř�X��_ّQ��H���/�O��(�=��&���eL��~�����h�bp�}����T���j�G�s_ח�~ى�u� ~�/_��ʌ.����&K�6,�s�@ց�t�
���r�7
���=a����J
�S�I�:�s�N�
�1%���!� �+Հ�J�R��v܋���e�F.x��Ye��I�6~��yt�]�,���ݪ�w�]��y���I�4;d���)�IG�ߩ����2�Yƹee�e����zxyTݲJ��.������qp�ec(OD��y����=��EOeE�e��	he	?S=f�= ۾�֔�����V�K��SƋӃ�T�jH�|$>Մ����ֲ����3�q�>���ܬ}gh%����oj�N��ܩy�0�,�l�_3�)�U)7��&�o��:Vl3�Y�����7���U��d�Z�\��B�y>�'���e��i
I�wH�j��jJ�������/��O/���?ftY�yw�g��p`�n���2z-R��L.�HRjt�X�4J�ֆi��8Y�|�h��*�Ht!Q���o��IEi]ގ�,���|{{�]���noo���Yh9���O>s���.6�C�U\|����=�\��5�>��i����WZ���LT�u�D��Z�
�r~S�\����2�����Y��.��N��s�Rs��� �V\¶ՐEnX6^�V+M[-(7�Vk<υ�"�W�;ߨ�$�Vo�}SO�~�bS�C��N!sV�Wˑ���o�sZ��D=j�#0|��B�r��(���#=��N����T�
Fd"�/�nPU�.OO�Ͷ�H��I1����$�`J��\n�I�4�k�MǶ�AU2Ms�1��U|&�L��{�DD����'�i����P�F��xQ+<�^��_�\tZ���a�i�L�΁=Wՙ�Lw�(b~H����4eT�Q� ���Gg�x�`E0?;�x�G�e�0Mf�f���L�袭6dy�,�@�,ՠ��rCG�n�̶�y���\��d���þ�#�4Do�i��.f���KW���bS�?�/2���S�BI��R�}vp��K%��ygN�<{�d	ag5�j�����UΩ�����c��1@��~� ��#�W��<��o`['O�<���o�^�7v��DK�9�5ƭZ)�Aܱ$Z�+��{p7���f%$�}u��g�7::O�{F���)�'��&��c��r
W��_�O�pݽ�,0�w5o6���V4�d푹 �Ʋ��.�uIb�����4%�j�=(v��I��.�v��8ȕ��4�����$���j�����=��!�]ׯc��Sw�}�Լ`p==Qr�����x�����87J�fo[��u�=�0�S�;r�8��9�5~�3�R��z��6{sK��`��I_�)�fB��1?ϑC�v�?�zE���3�@�������x���K�q��<��3��E�B+����9'�D*c�)��$�~���`;h��Cn��U��(~�.�
|��>q�u1��(C����d=��L7�-R��8���mcB�`�坚�������sXA�%���$](����^8o��t���KA�^�:j���2���
�=f��P�Y������[�[|�v�MO;L��Q�9O��[�߂0�y+��P��#V��%D�������+�*:�EW(^I�_���L��Ǖ�&��+8�r`�X,#�p��ϗ8>��]�̐���=U��r/^5f��>�R��J����+݌��bk5��[�ȅ�����/�6�C.�
w.w\8��ncYB��XA���k��:��(�'��#��%=�k�&��x�=���4w'7�p4��t���LP��E��o�c�l�S�}��k�nP�4TMwrě�k�-�uQM��ɟ�<��<y�䙑�us������^�g��Tm]7
{�j�IO�~
��y�d��$�ѐ���y܉x��P��=��$q	$2f?��=��+|����lÒ[�U�u.��ۭ�z��r?k��0l�V��`�"?�u� �}6�dpٚw��[�+�Ա2������&�@��l[��1�[�E�O��l�ޖ���f+A��~83��2B�Ht㟆 ��V�*�ER�̝3p&ȋ��d��7j��b-�:2�2+�ڻx.
6MmK��ct6��3�
J3j0^�nYx%9~|%��UK��lw���p���]����.��f%�b)�f�'+�$�g��d�؄9�5�hDW�R����p�`�2*,�o��j㔁��+���Bc�
�~t/��ǖ�a�S)m�R.&x(������t�)�qnƈ�L�aé_ߒ��\;���E-N�L��:v����(SP@*�b���L��y��?x��Z8+�/�"���T�斘h���q���5��T�dʟ���UEJ�.����e��0]g3*�-�44�6�n.���wS�5�T,�Pc��^u�O�R����\,Z�@��;䖑���W2^��L�娔�rqJe��
7K	\Lb�􂣢h2���s�w*/C�+h	�9�f~(��[�PC}@GvL�V҆��Kb�4A���?��:�5����^��G��η+�\.�D�)�! ���n��_]��R��:��ba��YI�@�F�̋�!��{u-�'7��Ɨ�l1nT��.�;ᆰr��%�\qo�Mα�4h�Nu�y1���%��Gg1��<�S75a�l�71g8{Ö��5��X�=4q� J�Ӓw�*�+�wɖ�����ԥ���;*�nڅ1�P���D\�(���<��5eA�Gtay��,<�>
���>���[\����C�[W�f��+++�ۑ��m���GE?~��Q�N�<��V�'��Ԛ	д��F���{7��ez���
8~dx���Yy���Ľ�S>���qv����:I8zs+��[Xe���ñ�9���6��~F(��a�В.�����UY^��G�f�W�����RA���j�Y]��O�~߾����kѭ֋���XiMJԍL�*����1���'����q���m�#�3�����2?,��K�|���E�
ԷK��4i�CTa�ةl}2�jYO��c�MWL�/R�h��n��:�]���2�g��zql�4��AOC��IH�+�o*��k�\��t�e�3��3�����4�Z�z��J$˪pˤ�G�u��
8A9�E�F�u�r!�g���ڥ��)˷��v�Z��˛\۵�5��ӕ���/��nw�ek�ݮ�3i������!���אçP���Pl
�>�9؎�C�����pl��K�� ��ޯ+ԝ�2Cv�&�)4�c�f�~f!�@�3�P36�~������kd��q�1�aX3�m�q�g���S̴MܴM&��
�9�gP%����
@�h�FV'>ɤl�sv�������}?L���R�4k0���t�i�&3S�S������Y�w�c3�v:�{�,3m�������6M�dǫ�xq1�T��sG������E����Yv�e�qr
�9�A��q�4ױF��K0k�73�#'���`�:�`��5���9�,�x4���T6}#�r�EqmM]s����ք~'(
���!A��)%�=�
G���ψ��y~v]pP��ޭ�*%��4�������
4�ОL>U��ө	��8J�v���C��Z�=�,�߉D&��7&����i�'3��<7��U��g01�~�G��|F!Wq�
X�mwN�؄��F�<y���*�|1w��R����Y1��?���N��նO;���Z��P�a��@�9�8ou*e��ǧ~M��4�F�*{�ׇ �� ��qLe�@j+��Yx�+N:��U�D�|4��eq�Y.�8���9й���s갶�r���C�=��\�?�F�-��(�>fY���|��Us��>�T.�g8j�u�7�diS�/�0��j<E��"�8�u�m�L�a�f4,���!����V�)�r)=[�8˞�}�����LP!�B�l%��������ˊ�v��[��Xl�X��v�������i���d]�K�qpI�$b���F��ij��5&�|�P���I���p��j�Ss*��G�[B0p32"1S&���$F�+1��85��a��ɵ+�,��q���<���D�(b��j��|�ɝ�N*�8߯�j�_���p������1n��c����(�� W:ֳ<�EAA=�>Y�b�6�\l�m��
U��lnn���;\�x�1��.���~����/y�@/!\2�~Y`�N�u��%�(�O��%��5$����w�"їԦ�4`�� J�r�gzsss�%^��n˪բ~e�8����(�F��Qn��'*����1����Y���5�ˤ���`�V���p��!�wz�>�u��8;�	?��a�����26�-3 @ ���y��d�4���r_�y�<�	!�0��LJ�����K��œW�di�E_�/��p{1	�y.���^�X2<EH>
7�����)��s���r�1;*��������lߣ(���>��_�Q����UI��V�����rmxGN���mH��ŶB��1����P �%�g]�:_�9���
J�����1B�S�Q8��V�t�E�L�r�e��YO���
}����1�܃����w��p��|����9�l!��:o��k��S�t8���[S��|��̨���~��+Nb\3-˝֠oJ���~�V�n��6^PxVI��]>���Q4�I2G�m�r��ُ�i�����pp��L����d���R�_�0v#UE�7^8���xի|^�/�EQ��*��<��ry��#ʂ�Zy��_��4����>�����M�|�@#�*�ܲA�smp��U�7�}�;��	�lB
���|hZ:�.�MLQg9���j�,5�J��rt�s�vT��?;���)��`
���+�}pHa:���h��+1�g9��.� p��ݦi�6)0]]�Nk��S��w�SVwxi�v(T�`�:ӂj7�8;�c��aZ�\����Ɵӕa(��2��fq���M~�:Lޠ�"L�z�ɓ�p�!��ߟ�o�"B>�JS�ޜ w\�S�w87�q�Qԋ�f����56��9l������˲2c�,۷o��~GΕ�ݎ�޵
~
/!E�uI�DM`lP-�dB��ΝS�X���hN�w����l߷���-�.���uQ�匞���y���,`����|ڲ���m߷��I��b]���;�9H��L����$�/�?v�h�8h�)��Y����^�Q/1��
Ͷ�8(�Qz��[�G��U���X��m���;H�"|G�א�w��ly�`Q=���$0ñ,ǘ��tN)��P7�����^|b��U��=�bO�U��1�*��:G���X�����u�π��y��gǂ{�%(�=��Ta�Za�Ԗ{���>/&n�bpL���\)��%^�=����eC�Y�\������y��p,�{���ͽ���p8
Ke�a�c�P��[�
F���)��ܺ6��J%�R�����!��b<�u~�W+���]P��)A�@��ҵ*�Kq���dq�k4'����<+����V�
5�����T�d
�i�)/!�7+��d������,ǜh���׫ͬނ�[2�/�(
b"��P�c�pyz�6^0t��$��_^dC
�z	IH1L�Y�v��!��m��m/z6�7��#�I?:#����O���(�u������N;cs`��&F�A�����m@0F��l8)G@���ϓ��I�W���䇏�����5���s�?]C�8U�Y��W���v�tP��l{b!N�=5Ў\jp�o��ʺ�d��:/�<�����L��C�)
X��տ��`��YJ�s9�c�Ճ�51�"CQu�V��\����xq�З�@1[�ԋO8���h�������vxSˣ�(:������ʑ�%���5��c�
J�[Ɠ[�+����k�8�u*��w����g��6Srg�t��$����C�v~���9��<Mδ�g�@oɏ 0��k���5����(���h�Aq	Cz�]�����Q�e�;����"N�F�0��gT���lkvI6(��W���'7��UT=x������7p�!�:k*����OC�"���㈦d�,u����?A+�3JF�Ծ�R���V\]�G�����o<[k-}?fT���{�<}��υ҅��w�k�B�kşp�T�?|���ʬ&%���^��x�Tw\�_~SS��ׇ�<��<߆�(Kuy���ղ��I�)��i1�v�t�B9���RH)v�gF�)Ե8�qf����A��uCj���d��J�(�(!d<�l�kژ��P9^I���ۮ#alk
�z��;v��o���[��Hjh=Bh"��Ct�#��C�D������ �1ף�d��ܐ4������7,�N��Vn,���}QsT��X�t�!�;q�)���.��O�D���|��.v��)��^+1��J3����[
�����pm#�6R��4�N<�w�m��>F�#KhCׄtW�b�V)c�Č�ڹ���udX&d�V��-A!l�bv�#$�������P��D˙(5S���9h	U�$.��Q��j�`�����Gչc�̩P.�qZ-��)6�Ӭ
�X	[+�mښ��R�0o�����;��ޏ�������|.�w�4��ӬWO�����n��v�J���}t�&냑d'D�tH��4 ���"0�,.��^
���F9������[[5��΁��~#˒`T*��0�V3���Jԯ/-�2T�z�wwOO��ٟIR�4��M0��0�Q_�$jf�/a���jG,��k�H?�l��8�x�aR
�z��o_�R���?z�6b�zYg�ms�*L�0L�%�u���r�6j� �� {�|�Ʊ��뼠Ӟ欦13,��A�NՐ�S�l�0F�W.�̺�2m�����tn���S�Ԋ;�Y�t��������t�$iAMw�{��#�$��u��`�U��X`��L�8���
�C��Q4��T5[��|��?�(o����ŎCY�9�p�U��Zo�,�?ޗ[&�O^��$N�z�%q`��^M��W��8��o���&��p�t~����̮��3؊u�|�������ŋ��Q��w�L��6�F�@�L�z�mw��:�z�u���dGΪxfv����4���w۾���6�`7QC�t�2��,'�g�m�Q'�M�������#����0��
���M�Q������rBEzȒ7���"���o�ީ�~��,�3zS"$w�I�l��TͲ�|�`���@t�cKhF=z�n���R<0z�ds�BA2���	c��S�zP��꤭R���^
ӝ.|Y qS��3��W�Xn��55b���*�0���������
9����9�ElD/[�$|G�h��?=�B��-�r�/��!��a�HR'd0<��eRj�L�0�*���j�z�>x1�M��:7Ө/����iԗ͆�΁O�n�C�ٖ.X�H5CJ�A�hȏ������z�W�^o�M���k_����gms�Ot�8�Q;� K�C��ZJ���d~��]�O�S�֢�[̐��uTI I�jIˬ6�f���TlnYXU		��W�[թ��ݼ��G됿�(ҽ�Itm
���CzKԋ*m.,�|�)5T��HuY?��w���0�o�3�a/GS�C�
a��/h��Y����
�2�q�dD$�±SƜ�83}��f�<�5B�0��"�2��\Xޱ�D1z7�[����6�0J�8	G$�7��W�3���f�
�K_�(�H��^�
�:J��ϙ�]({�:��G�TL��"��J,� 
)�)kk�9�R˄�r�&��)ے�@�u�j���+�����8�b$N���a8*q�f[U�*,��~��$��K+SM���b��
 b&��Y!�cƦ�8!��KھM/��2�u'��Xa�PF2b��Y��	�I@OB���.�������V��S���!���NU�a�VeS���'�o?��P��68�Т��К9y(�E��?ޓ��À����|9�c�
�P:W�8��cЙ�����6�r��vF2�M�0A����X��{JLә�i|�ף�;F��ݳ��8*2�Z�!-D���,���|�iht`>x#|�J{^]QT`A�^�ĖA$+a�
�hB\K�0@ȝo���_+++�����мkd��R��z��qުm�)l��뇣�ry9!�6�>��p�J�w����a��
�Y� u7�$�.�<��J�%~��P�`��'+X�8I�¥g|<��fe��';�t1^I�OU>NT4�%�?C�
 ����x�	�^Dע;��_�4��dz��m`�#�>~zF�D�޹�\S<fw����O4I$sgo5�2�U�M�EP&����9<#Ęr�-��t%����i�(
�����"W5U5D�5�U�Q�����$QDY5�LW�Ę�e�ۍ�֧TC!2!L��R3��):�!2Q�U5MuUC!����0�ܜ$�ڽ�����N�R�d:]Ê�S��[�f?��p9B�=��5"Oa#�6j~0	�`���]_^�$�^+�\�wb�;#;�b�YE��זw���s���۽��&
@�	�c���Ep��/*����,p�ҵ5�+�dYP5 HT��G��(�;�����A��в/m9+i��Jq��wc`"�q^,�ԍ�l�K{X���m}�����Ԏ��_�~��Ӈ���/��C�=J�7;x|��}ol�a0���/�n��\\j>5����A��YLLUtn�ՅF�9��'����u)��b-/��z����x����'H�)�L�
��	�	�"�OF���/
J~}|VjD
�h�U��$���mB���u��a�Z�dO�*�=�y��m�c����+�%w[!J�0.��!Wi9���z��d]��$A���|a2�A��$s}�Ͳs@^a������;�
R��_���0�#Fj)R&Q���	���Vdp�[}�5�톥i�fr[2��S�4�j�ۭ���o����|��/&�[��d["|,�X���E�*O�@Q�x%i���HL7L�@��i�LRl;l&+�}�(<�o�����(ywӬ//L�(@��af��.�Q�C���	q�
(�F,9q�ga��@f���]�!����
���~�s�Ҥ=��e>9���7��	�@+�8͹m)��$Aԃ�d�=�v��!K���F�%��J-۱v�Z[�w.��,���ͅ
]�\0��.	F�}=dA���/���e9�Eկ�z#�����ۆ��D��O9���b��'��������S�΍�U{���u��Ԓ �ư����fˉGg�9C���Z{�u�۳p���uy�zIyv�7�T�O�]uyV��Ԋ�Z���#�/�/2���g0���4�+��Jߣ��&С���R�~���\u���*��\�s�c��d�?hE\�I��R�0���FG��Θ(�v�� �9��Y�A�3��g�1�� �tNJ�9���Zq�wx�M�S��6)�$���?���oN��7��f��+���)߫�|x��ne6Vd>����?Ļ��.i��*(�mHz��9r�	&��$�b	���׾6[k/��|��:N����`����d�D�@eA�X-�����w���,/[�|r> ������U��&����et]��c<|*� ����W�q�*..��)F�
�M���2��Ū� �b�8h�$���|�\�/t�к�,@�\��=z��g�(,��>��l<	��,����8f�����Z^��ǥ�K�y�q4�*_̲=��ɲE{��i׵n:IZܢ�L/pB����<Ӓ�w���|��7k�/׍�\#b�E��w(~�ǥY�D��lh�w�T��9\���O��LQ�gT�����EU碱�ϱ��|ey���
�;t�C>B���D��t!z;�"�|�^"L6X:�4�;���eN1������@%��J%m�Μ�}�^��R�B%�[;	Ts�ԧ��%��	o`���a�Z������>Gꡆ�vM�2=����C�X��]t�|�<�xjk
ׅ�a��f�P�?v����O2�@g/Ю�/&�=J����)++,\��_'��#���ī��$��,SW�����BTC/XDz^�OW2��#��(QGr��p�Z?��y����g�.��2�m����#J�l��[����[J��/X{=�����R,4�w���L?(ۻ�f�P��#�U^V*��v8���҄C�)u�#
���⇖�ѿ�1���(疵��y�c�[�Q��ԭ1������������IF�
)��uz>!��K��?�r	D��7Q�^�<���7i�������Pl1�F_?;�.�^l�kg�1���B�d6^���/���h���CW����i<u$�4�,1����Ҩ3�8&�(�����,��Tj������8)�59�_��w�Y*�E���0�*_j=�<$�w�}�9�gq!x��ӧ�mZ��Y�i�?����=3�=� <�(/�t�h�kw�n�c�I3@��f�p�f#��o�3k�L���'���fb�]�զ��l�蚗`3�W�������-��rc����(n�?dM�啑��'$���X�C��X���S�r�T�g�[�{Fxq�P�)��$0v�LAƋ��j�/�S5����$�|U�ge���h��2t�����z+zȄB��ER��s�ҳ��AT��pnY~f#����
�2����l�7>l���X�^C/��7�ڂ*�
���5��hJ��x2!�J!kӗ���O��v�����*Z6X�H�Cc�t���62t� �^�
���$:McM&��Q�O��7������1��q�����Y�R�9>�LR���&������L�~�peg������;�	�NB�6�ke8r��d��lH1�n+����(U�zS�ߞhO
C�Y�C�b�[o=/{H���/J��؄2�EGb�y�[lb�B%i��E�ѭu�Rt�F�&��~�N�k�}!"�h&�xkQDasI�@�������{���w����!t:k�&�ŗ��]�Q�������Ǝ�^�45U�]�l)~���@᫸<�����h/z���	��Y��#0���T�׌�K�e�2�uQ�o+P4�1����Wh���ū���X�\���A��r�=�- I�

Q�,�ڽ���_����>����W����/,�޵ؖ�����bAc�6Ko�6U��c
/�����f�3�{"���L�
R>�Nd��-�4���hFxfv/l���S����z�OO/Z\��
lNĐ��v�Q˶	)�����2O���nɴ�%��:AΓ�iV+O5���!Z�%���Y^��^ǭA��:���4�$�N�B�q�x�6N�r�ag�v�?x�'��n��5�奍M��|U�����SY�^�")i!N&�ܹ�8N��aŠ�Cq;t�����8v�%ߌn#M�k5�]������j��}$�!QZ����Q�����Fo�
U]��w}��{�<]�H�/M�o�����*Εh�$��� 
D�K&���:���?��C<B9d�ؖ�`��+��}~��#Wb�(�A��*Y��η�k�et�ŇA�2Pj]���,G���Vc��)��ð9?�|�jU�g���n���r;�N�Z�y[�_�-Ue����/6��a���PM��v���Q�^^n����V�~�Ř��v�eG��骗�X� 2E�-��/6�C:��	��s*g+�.cC����3���+��T��׬�$ 5X~T�p!>����_!�1%��+փ��IDaX�XP�Z�5y�ao�$��'Ԅ������p�2��J�+�]��5�{�^9ßW���϶�O�Z�%�$��(��0x��G����5O���2�z�p
���Hz�4�hη>q��
��؂�V�]
�t��h�)>ާk��Xsj5�3j�\���n(�)*ǎ,7O����C�_���LK3�8A��XS{	���W5�
9c��y;?�Ny�j��m�S��i�,s
��X�7��'k�����Z5+	ޓ���
�cã�>.՚k����_U&:�=�p�����WWI7�g�5tI��I�Xo�q�u@����-`A�r�9���r�*B��s��4"w�_�(� �q��n̰UUq�A���Ld�����I��E`~)oT}���G��L�	Z�8�k[��
T� �X9��֚��C2�%�����?Ps�M�Ҝ!x��f#�[�a�Y����L*��t��`���vi�Q����������K��$R�����ۘ�����Q� �.}��D�А��I�<y����?U<���[n��tK����8�Ef.l��-q�~��3�̡ц[i�i�L�4�f�vM	�RA�0��SIͪ�$l�izbTX��S�$N�`j)����ߜ�N�9ᰊ����cttl(��&�)��^�t�j'n"�?�ʎyI���4�0-����s8��=�y�SX;IZ�"�R:(F�]��.�$�*��9oJ��p����#z
*A��'ԛ	K��Q:2�q��>�q#8y����H���w� d���Մ�h�;/�4�%����w�u��*�}�>���=��_|�B]����%�eə����9M,��6�S���0���`���'�׼
�a�
%ť�8[���ǝY�Z�y4��T]����V\8�>�;��߃�P G�}��gX~���_����5�?c<��f�j`PM�H'�g'd��E3g��q~��\�Si���y֏CE1I�~'�ӛgΜ���|R�?�@_�/z�.G�k�K�k�iK�/��=�h�U�"�Mj�6E��q#	�q� Y�a&�{PW��ؚd��H�>U��)5U]W�[�g���?�꺺Ii��
��u�/Sz���I�x��G�{�b��MU����	X_\�a�O]�
|
�[���(�!����'J2��:���LB����@&Q�7���nl��&c>�/��U�EUVwt`�CՉ�gy[�ne"�1��_�b�x&B��gK�
8�Y�H@��}�g�c�Y������1���
��1B3kq�c%�#A�;J�c�a�5R�"קU=	���<j�d�'���2
ҵa:�;�^�O;o���T��m;uϓE�E�����ضFUʏ~���! \Ӱ<�Z����C�n�fy>d��0��eO�=��3!
SD�
�ٜ������'͹�m*6�*r:��<n"�}$M��ۙN��}�	�D)���]QcRTd���5E��~����7Mp�w�ax��_�f��⬊�s���8�M�Bo�Nyl�+$b�$�X-wP�Q�e��HP}�i�>-4�PQ���uE	�� ͎����_{¤.Ši�YZw�k*�ˁ���w����`4k;V��?��0��VI���X*}�M%�K�4k��V;��\�J�Q���]m\�W�%�{d���6�/�;^����D;EE��,�U4;qW�����C���~P��VA^�M%�3)�.�g���u,Aաf���)��7��O����Z��4<�p/Y/x\�Vc���PH�<>2�`F���1�^�G�!�,��X��g�_��p>��	֬+�iv���׭�1�<#p"RJO�1C�e8�*�F�fk���(�V��]�ν��|#��pݣ�*JmM3�~Z�l]�n��?!������%;�M+���fc�u�Z��L`��.��273���\^���X�6��M�Z)U��RE� %�&�p�� 5h����i{�@1�H#K^�nQ��ʰs����-z�*.cMgR���m�y�?�$Ǐ&��+���J<�;��Q��Ӻ�D��O�&�$Q!��=�>?��W��H�z>Ux/`q���_�3-�����a7<MB��<A:꠵���t�R���Btr��+i&Vҋ,�r#�?4���c [�w���Nq��h�e�����!dff�~q3a1�a�&w�c*�sG(��3�g�=lb�h�f�~/��n���QXV4��w���.�5�h��sǩT0m���_w62��@�1h���>?�Ni�m��9�6������z�$�ܧ�g�u�ؓ@�z(���ѱ#���1?*�G�<�G ���p$Вܶ6���E�
t�w���؏p��[��h�bǥtd9֩�k��3 Ԧ�$mK��� W8vy�G���A2"ꃭ��Q�΁�{��s�k�)77��Pҥ�N=u,�/��^���tgP�5�m�
����0�x�q�cz
�4��U`pe�5ܝ6&3y�*��5�vݻ�8b;��0�û���Q?p��(Fk�l�0푪�l�ݦ<�cqe�5ֆ�J�&ƃb��4�xD�9�8iE�WC�P�Z�}rJ�.��K��t���`^����w���K���0a4 ��\��4���SVL4�9����&2��{G�8rM�˼�n�������f3�M�՝�r��l�f�2�Z��%Vٞ�%v�a��hg᦭�
>%j��l�?�kT�x��6���:]��u�3�O@���T!���^��6�G>[��=`�wa������`���O%r�<�yc��j�A����rYTnd��)��������^d덖8�`h�X~�]���%���dGc�G~�L���7+��ܙ��c���W�H��ѓ����9��՟&��?r
�K�vǀ��$#@��&�i���W��0�ǫ<��է��:*m��!�>�.�q�;�ŕ�i�
��s���(K=�7u_���\7'�/�&k��wX�����m����g_)g��B�mұ�������"�\��i�\��Ex�Q�~��OdM��x?nCC���u��~6��,�~�9���}w;��C���l&��I�G6�2*��P��v�&�
#����q-����{����K���D�PN��7�=/��e�Hj]��&
�Gz���p��C�b�@�0b�K9_�E��}�x��o���`��,�kd蔥=���e/�5_3���J�~�V滊�'
v9�L�4m���fI����.<�pc��sV��8�@��y����|
�"�I�f�J�m&;���U�bb��Q�.�S�@W�	�`
jzkw�D3MR�����O���{���
��!J��:�T+�KH�����[�⸕�B��~���7���D_�v�:n�����j��w���sx�2s�eз��ɋ�п�g�7�ȕ���;��t�*4�Zq'6J��⾆�[���A��\c*�j���Z͢����/��o\���J���̒��z��[L�j̍��\�Q��*�4�{��Ȗ��_"�1�j�+��
p�d��j--�Z���Z�DQ��?Z�����2cH�^'���S~�~�m�Ȭ�*����f�`��9>P��N��5u���L&Gwy�&�B|����F\|��k�wt�D�H� $��k��&z]�)n�cAWp��*�f�П�4u�g-��Z~t��d�ͯ�Y�� ��l��@�^��?�>��������k��
o��e���󳯔cQ
T��ފ|L��s=		�FF�58���u�{d��W1��7-��w��gY��ow�\�R���5�zm�xeV`Й0}=��$M�\��m��X�y������T���M��#���#H�͢�b0Fa�|o�+^6
a( /8�^ϢNg�Z:p[���y�HY���	Qb�{NiNӚ����6�ں�:�P�ĕ�����<�U��L�Wl[T�b?��^iM&'}28q��m~�s~��gr*@�|�	pT`G�9��I��H�q��1�6�����#G�a,���H-5�"�P�9Ԥ��-UyD�>��d���a��"�g
Qʼn"��ˍ�l�M������aIs"�i�!����]��H޸v!<�3M%F���(��a�٤#(���,�WY֋<��M0љ&'U/�|S��癳�'ڡJ�C.7G�s��fɮ;���&1j
�zjZ�6�w[&��~7��хU�!}!��EQ-�\/��oK�5�[
�5�ʹm��m�UҎu8��P��:'�fc,9n�o��������~��UAo��p�	7�b�r�4.��-��19���%|�,�A���i�b�5Q���,�8K���׃�4�5�`�e�}�����zc�P�;��������t<��;�;:P�[�@���������F��9��*̀ZvŤ��%ɫhL~+J�`�U���π���h8]9�V��g�Sp�X���ڸؓ�v���-�cd���wQв�|a?L,꨹��G��0<
7�րs�zc�T��8�2Z}qWQ��며9�w_��xڊ�zϼ��n]���W��Ua���t���ڵk��u`�R��|����9����f,ͻ~[�9wE���O�ӭQ������������4��El&޹��&W��%F�3����5A0�]9�l�|"��`f"�d:%�F�,��V?M�sE
��y��S
TO��r�]��87�h�h�`�0��k'���\Ğ�)�+����2�K/U�p]+�mJ��S�6^b\��<�A��?#��c�X���3]^�f;�l'�Ӥ�D��2��vP�
G�xg��!��b<�A�@�>�Di�=	D?���l{�To��{Q?n�ow*eW����o?o���~�T��y�7�q�Rv�n���� L$��I	��`!
0��P�ƅ	�Hk�����4�g`�&`�s�8U��p9�^Ra��_�!?�����v>>���j?�rFn�/�?�`9]�BJ�!^�)=8�������荘�Mv�ͻf'���́��ב��G3�iۡnW�������Nf̌�w�G:��RG��.��d�VbHz������ɺ�M�c��׹M/�&~�Fe�v��iX�S�Z�чg_��*��z��-.yK��v���	h?Ru��o.SEr���N+���	L\B���2a��|�pe����|dP��H?OK*�\�E4��!J���y�&`X�ڼ��g��{���-��ʍ}ۭ��
�>��At�̢�X
 }�N�kly��R�I���k!�zG꠽�O�0��U���4eV��먩r8�X�c�+�*�3�Z��r�4khiL
e'��\e{����B����[�f��I>��#���J+�@W�%�Q�p՛�G(�D�Y��*�4�P�$蜂P�(���R�T�"N	�y�S�4��ǵ�B%9�ݣ��3óR�?A����J%��a�*@�=٬,Q%U����9I>��z�P~U�@]N[��'(�dñ3�˗	G�n}�Ϝ�ܶo�6ik���>sƶ9�ͶoCǓU\.�ֿ,�o+p8���
w-I�G�&�-t�k1(����*�-Gle��*��r���q��=���#��4t�Tlx]�ego�W�6@.�T'�{s�l��ϰ����фI�aX%W,1֧\\�e���%���/���h�=<�'��tvFpH�Y�V�X��/�V���:fJ.��Z_�TR1���']���C�*U�7��O�~͜1�g�sF���2�YY#�7x�[�`��~d���w+-��X�ᘋḳL����Ngq1�}���@��R�b�<�ɤ����f��g��|aS�U���<�ʈ/���Lf�A�Au����BgA��c)�AO,�#���a@�'at�G���1�Ϣ��b��-�d�,�M
g�?b?�����F-�u�uq#|�DA��X8d�a�S�����$�~��	b�����En�����P\��埁���啕C>��ռ�>��~c�X�?�߫{(^���ֿEL�܁�fl��_6���m�l��b�/rJ�Yj��YB���*YD��L��R2��{�F%�3�V�2�^��Qs���R���Y0/b\���-m�
`Z#�M-�\�QC��]��蕊��2����x<=8�%C)>�>����+���g�C��3����B��C(�ـ�ȣ'+���*�̟t���@�	Y��W��r-��(!ָ�� K�Ԃ쥠,�܎�U\���6�����~6�b7�L��O�T`��2Pʖ�Do^��<�wD�BI�(��&T��h����3ιaxG<��n���#����-L�z�p'����x��M`���wl1��h�@rJ�u�N�G"Vܷ'�h[ox3�f�v�#M
��o�m��|!.˪���qә�
�Z�m�q��vPj ̪�j���݄��;A�l�0\ZZ��$aX�� �y�O�oj�ejo5��1C��dEK=U@��H��
S�(T�i�B���[M�ni{�.��*5��+K^*�ꃁ>-n��-xmtp�$�r;~�6=�2L��<�裖��+��8v�̆����YӬGM�;>�J��=g�4�Xm���8��3\t�o���i�Z�,J��T-�̜K�7R�t�0-}K=����.1�b$)~%��x�P2\���g`�_��H�o՚�h63�M�w��U��v�݊P�zq�
�t��di��t��no+����A���޹|��?ʂ:�E�/��#�{�E�L��0���,Y�4�&-��W���Dՙ�p�4�e���ۙ��nJ*�T7��	]cW��s��b����ںv��
ER�y��՚�녂���d��oǿ3���.�4/G�V�s�$�� .8�1�/���t�'_������n#|�<gSx̸��0���
��2�Dp��C��g@
S��>̒@�@#ު��~�(�&o�!@��`Z�i���V+
�RE�%���a����$�(����yKU%5�D7��(��1��-|\�<B�>�K*�)��Mϧ,*+SS.R���-+�K
HDҘ�e�ut�
�MA�ѲfE	�D�0g6��s� n'� �Ŀ
�(��OObq��{�VVo�^s�!)\C%�kƺ7�	c3}�<�s�'Do/�Dp�+&6s���{��o�`���2Wx�W�������!݁<Ɓ���xk�孳�=)	w2�'�؇
'�^<��:Fy�i����]/�-ӧ� ��L@:��$���O~�t��IG�DK�^V��[q\����[��A���j���6�Osu0G�i:7X�"����ŔRʇ�\N��V��轅��G|�?�����,���x3y2���ϖ��|>?XZ���n��0S�U����RYy�tC1]��Q�#F�L*J���F���f%/���X�#�~Jve��-q�u���d4�&fz杰�k򧷃��0AH��K�5��n� ?S�"D'���9[��fJ��}�R��TP�3��HȮ$��>	:H��1��ƹv�0�0���F4��;�c|�1�/��q�
m ��5N��\�h��l6]�״�n�`UXj��?�2���>|/�O��z����S#��4ux��Ȇ�f��3V��ҥ~;��utYa��z��q�_Q���q#�q���p^�2N�'O�Y���B��Mx�o��O��%��qƎ	g2�����f)�����@��Jt;z͕X��*|p{kV�X��4|)��?���'�˻}A�k0Z�*��\�l�2�pi
�ޚe���m]�3e�R,���G˽0���8��2.���5v����CW��u�e�4�?���zq��I��P8��U��H���=�T���/�䟃�s�-b���i��0gWLk0�D=N(�����`�ڐ%���"d�Tq�t���6;|%/0
}�}�#o��q7cL7
6~�P
���)�+�!�"&�5C=�
���8&���h"���a��d.ܹ����u��-���/s]�|�0�Ǧ�[��Z&^n�c��4a�j܍���
#�/�wu����+�j	˔�b�dj��Oo!%/�y�<����p�t}c�U%�`��{�/>�1�$k���ˌ^/�UW�e�z�=�36�MqI^�W�M�t} �-�B���y~�!Y�hF`r��y�2MI�C�UW_"[��ۙ�)wtW���H�s�'ׁ���D�"=yh���{ZA8
0*�6�ځ&�D:�F
+y�kX���;C�PG�;ˠ>�@�y��g�P/x�Nڰ��+��:{ǧ8��)`C��(����e<��x�5�I��_��:����-��ӥI�X_'I*4��U��HP?h�g:�J�²Xq�����+���@�KFQY<.�-�g���8�z�:B��䞷�V���Wө��s�%e
h0X�k$�����h۱�;Bor2@�F��?q`ңX>!9�N����]��z�;4ߊ�"��;UYR��U$Y���TU��F���tC�{ʰ�N��ꇯ�s��{u��.V��\6��o����%#�#+"� y��;����|��߫*���e�1Ng����xJ"��L�@�����f3 ��A]2F�h�[���+_n��=���$�ɘ��(\�ʡCZ�`�hD_� vS:�ܻ@r�Ha�Cou$�ކ/Õ/-/)'R��G��7�	�*�&7Fn���@7�Bd��?6b��'�^/"L]�	̋��ƛMU�\�U�/x٭��Tr��u���~K���W۷�$Y�Fx�\���>٘���]V�`�3�MJcH`z[�k��5)��v��
<�M��2���5���!�@W�H�ˣA��(�^N(����z���hSe �KUH��?��P%�#��8[�E�|_₡b�PM^�;D���N�\Љ�;�"�j'0dD+�����cX�v�Q4oW>�ym�R��1�5�l�,�3u���0Ʋi�nJ����M�*�n���s2��f1�J^c���1�%�f�+��s�
�`NNK�j>o�4��tvp��9h7D�GM�d#�y�` S_�<��=ȴ#��q0\!��r�?Lt��K��M�w�J���ɸw߀�x�-�
���Sm��0F�6�i�&���DB�u�bX�ȽH?�v���S�=F�qq�P���%Q��>�����⿿�;z{�t�*�T]�4��n�P[������U��z�i�Ra�iB�-]��&Nî!mC�Ŷ�u�v�[b%�Y�|�qJp_&��4M>#h�e�SϠ�O�3��nk�n�f���t��|�����S> I�Tx�[ޢ��DKe����s��rK��- w��9��ī�үA�2ƾ�2Ygd��*ڞ#���i/&х
��c����U�Ɔ�8�%�E�1�N}�d��+Cdj���,e�i� y�m�"xz8��	��E��>$��2��'�T"�;����u҃�$�H$�1�&PĽ��udk�5�cq=�O���Y��oA#�00�ٳ�����LE��%
��A�)>Ωl>�2Ðzt��a��[b=l�R���y*�q~�椨�J$�����R50��&��*_��~�˳���{�G;�t���+�V�
��X���+K�Ŝ��˶=â���P��*���9��Ni:$i2�D/�޼�o��~D����ܤѬ� ��K��zX1Me@���e�قR���SxA�0Nalf�,U%"%ی�1�08�=:��8�ũ��g0������m�Ẃ0{{u~~~�N�8��J����RuY1T �fX&����T
�)�Eh�}�;�Ct/z�?�,m9�(u9&�m�(I��xh�zX߅�P���*��.t�����N�Ծ��}��6`:��yE�O易��}=nGa4�#B6j A��\�)�P{_)r���}�7����(w����]\
�����0�ʶͼ��;򌻢��]^q����n�;���w?�����G���W�)��b�i�\��$�:7K!K}R��i��K�/o���2�2D��m�b��r��o�|��*�E7�5i=�-p,�`6.�j7aq
�ti,^�O�ҙt�x<�5K�����X�U�J�˕��S���� 8kۮ��ɑ0�|�q���V���t:�֘f������3*��}mQ~Q&��2?^��n�- �z�%�5�����tAXA:�a���z�ϕ�¦������+|y�RBM#�H�|]�<�O� t#��P5O{{?������L�g�����P�֭}QU7T!��p�M7Tu���wOuc�ޯ��#���_^�����_���=�LN�k�GB��0�,`B����+��|�FQ� ��S�Є��$��&��׋0#��l�;��+�����+$�w0V0��~p�=~0W����u��ԩS�~����rN�z^��8y��_~�))
aXX��ڂ�Ui$�4-�5mΪ��nUa�nUU�j�(�J��k��b�T*��[n	��K��G*��-�
FB;�ޜ\����}�f�����^��(�� 9c�4,z�U�0Sc^��j�c#���g|1����9n�R��g,	�B]�m�Vg�mM��I3.�f��7�3���$�w
$댯�a�\G���V.�2�k`a��L�κRZ{8�O$�!F��T��f����3��a�
�Lm�IK�m��R�;c�L�N��h	�r�|���M���DG��Cgh�N�Gw��t+��r���2�ZiV����s+o�f�PϪ�g}��(��L���R:�E�����RUL��_��
p�����]w��]p�
�n�,���+�ulX]�x__�:�^wV���W��Ǝ�¸8�eĘ�$�&fZ�"atla��o�A�M8c� (��F�A!#=�������fg�U}��@b#5��Ŷ�/���y۞l<�{��]�@?(�5�����a�c�E�4���zT���`/s�b�|\�~Ѕ>7OyX9^�0=��0y���
|�'�����(��5�y���c��1z{�>A�|�Xg<4�����X�)��Q�Ox�
�I����]�L�`ߍ7����I��(�|���K��u�5]d��s��z�%�)=
�~��q=u5���:F/x.���Χ�Btz;�P�=��P�)��K:s	�%�1�v�͔��0G�V�vB���w#J8R{8���>})C�;�-��? �sGF�Bl����;�DkF�'F�1{x�(^�-���
�N�D{ӂ��75ƍY#+4ff�vYFM�6\'B���e�QaZ��̾g�ζ����/�ޢs��8��F��r�6)�Tߕ�Dش\��&m�U���(��f;�Ν����9�ʪ? n��c_���H~�)0?۹��[��j�r��k�n;����F�O���ں�8�X����X}k��22�U�wz:^�Tf����cW�	V���$Ng�s�a�{Ə�r��oSU�P������I.S��oJ� \�$p�X�s����>�*gY��>�Yn+�)f[��D�:=oHG��TU�TU�0E��а6�h/:�n�Q,�sjbaͲ�S���іn���,��!��B�<M�XQ�&��X0Tg�.�)��h)��U�N��ٳ��g�o����/��F�&���X���o@�����=T�o��3��y۶�Ɉ��o���i�F�e�*W��1t��
��*Ӯ��?��n�&��L��f}�d�AJ�[LG��WeD��i�L&�1�PM�����^��1I%�A#h�b�h�e)��	���/%Y�e��ᵽ�X,���t���^��m���N�S������x��R�T�i�nvD9���X���fR*�J	�njsnەF�S��Q\��	�c���l��z�P�[��u�MI����~6��KF�$�FR4$�к��T�
M��������^�޷���.�k�v1��\{��f�.��]aimm��������7�޷��Gkkk@��2z�SU*k���Sy�?#����������<�|��M�N��
��:��2�?�H��{�u�OC����'���3�xy��
��cS7d'^> �y�r�(�;?�3��;:G����?��	1���_����^�%*e��Wɚ��w�.�@29pC��O�L3�����/��lh��ėY�yW�s����,0����Cxkʕ+a��ɪ �ƥ���%�$sF�(k}"��~�N�T*ٔi��V�^€��~��޶�/;$}ߕE��۵}��4�(׵�p�Rщb��c��(킜+�(�X�hf`>�v׍zؿM�aT9k�
>F�~���eSͽ�@�����_������K�4�i�5�,}��Ȋ[z4�/.�=I�^ܶ�s��L旯��ܣ���������L�@Ulé�,cVǻe�s�M���05_�.�9i�_�F�G�ڲ�#���|��(puu�׻%�	��O$�L��58	d�0�}�l{�hֳ-r�L�q���n�_V�Щ��lz
_&��m4�Ƕz�{�U��_�ST̛�bjꊩG�n�on��7�)l��8c���S��cB�4�YNB��չ4�-�y�X�i�!� ����a�,�qC�9��6Bve�<'������]��ǧ
���!�=�m�Ri�9�|��;E���H�/��,;�=�:�
hA�>}�N�Y�K�ओ��H�9)�1�O��m|i�%�qa*'K��q�EI������
d�y�%�WI�9��\oP��:�Z�!��m��PbO����B�T��(]�%�Jb���7h���J���&Cbl�5�f���V��e_�p*�}qq��E[R�d/R����=�$��V��<s
Ņ=PDEJ�B�=A=��nA�����f�Q����ܲ�O,+��k���'-����h���9�R�SA6�0�ꑜ�N�$��vBT�$�0'I��˹Sw�gm��);D�đ�YEQY=L�aUV�V�.�T=�p�e�iP�*7����n�0c�.V�Xz�bv��۾��D�㡳��)	��p�ӽ�N�
u4�y˖�O]&�5EgC��շi=��\u՞����>�嗃w2���s�[U��+`�]ҷ����l�jXƸV�\�#9�Or��WsĻ�^zK\�
.�5V��o���4l4�d1]��J�e���.CVw�)�tp
�6cv��$c9ϥ�h䌨�ۼ�g,�)���埳�*^nE�[���p0 ��i�Q\qwo1j��b��ӌ{�[�"DŽ�`<�u��p����
�pv4��^fVYw��JT�����&i�)c~~w�Hb���zw�E���D��f]�˓K�%+|�O|���^ўP;)xߢa�YJ��ٶ0�c��Nm��R���`�X�B��x�8��p�?��
"��m�7�~�����8\Z�/�t��L��1���W:���E癤���FAC�7;lwc�+66��ihL[?q��kO�X��F�f@;��&c�5�q���z0�
���5�Z�
�e�m��!@X�K�Ӭ��qs2$Ĕ�ة�*�,�5�+�0:�����{�S������$�.��.�z��wv�%�:m��2�+������^8ѐ��{�c^%a_Q��y��8P���/�R~0B�@��7��Ro�g?�AGՉA�s�h
z�v܍��C��
�v��y �9��e�P���~���w�K�����E���r�⻤��9��o�1�X�}���<�r,Q-'�s��=+��:�J�t���	�\.�JC�s��fJ�����xH���� K���&w���&���s��o
��fsL�4��_��h�4� ��~�����%���m5�[p��t��Z��ipn�Lf��S[��A���5����<2a��i�����#���P�$;�7�x�՛�n(��ֈ)\}���	�^���](J�fq�A��ߜ+�\|�L�ʃ�/�'.\��i�R�Ev��l�
��_��sM�F.x��J��/[|0͇�;|��lԑ����H%�6!�	�Z���xz�\9����%���e
�u�ᆬRT�T.���.�p�V��eۆ�������.��%BL�z��6ƈA�r�.͠:�~
��s�� ��u��!��]c��+����t;�^��2ݏ�^�8���WT��A���:��v;mo+�yp,��Z�k"�:������Zi��h�]�N����K�2!�he�M�鯤��ȥR`
�V�J,��,U�
�k��l��ؘ
����GdEq��Ud��c�W�)C����4]2��Ӓtm�����8�!���GT����`����@~�
�1��
Bt���Q$!K�,��U�tޖ;����Q	��!�'e��5����s�!�3@֎	v��䒇hWJ/L[0>_o��_�橚N�	U���E�ۯ6gS���.׀y*���Zf\�˄2��pTC�b"�ۏS��rtzٰ،K�	y�Ou�
�l_[?�=��V���㚱焩 ���0�u�C���Ċ��+X^���z���E��A`���>��桜��@��殁,�Z��!�
ܾ�:�V�4J��L���5Fe�5&�;�lL<�����uL�.,�38<�{U,J��.�A���o�Fh�.o�v�J�C�<>�����kP��Ht;�i���]��efxS�q�׸��,�5��N��d�H�Q�9k!�y� �D,��]8�O��vS�[�0�w5�X��l�=9�p�܂����W�E46���">#7�:/dN�0
�a�BJq!N'�Oj������>u=N�Z�N�s�;�3��q�dP׼q7ғY�\���G���g�u���=�{�n���uKyw����;��a@�����GW^�&:�AB�������^=S�x���S�@zߒnҏ�]x;]��c�M��bY@�A�8��4�4��:�����f!��g�kBK��{&\G7���0ƶ���t�7(���M�X��q[Ȇ���X|���G�î	3/�LJ�G}0huO�ށ^�O��K�F5��ΠA@��Yc�̛BgN��s),���E�2��K��G� /#f�0��ņ;�X�)R���p��Y7�2�p�Hf$�I��.�ƊW����c��u�g}����R�Z(N���b�[�OԴ��z��F�V�Y�-��A���!�"����ҩߊ">J��� P�t��PR�z�SP%��WTu��?ũ�J�@����Y��h�L鄸%D˾=���")����mŢ� ����Qi��Y���9�,�*��K�+9�a�qhK�
��N/��9gbEK��؄_��

:�M�v�׫�T���;����9�B���{j�P��e$N�&�>�7�0��0��q?|z}0]
} �*�=�|���KT�M�=UR���bJ���I��_�r�1W`&�۔+�M^Hɒy>�)l׵��l�)ɩ�_�T��;��u��A�r^?�(��C�,*l~����u�������K�j����~?HN�c�&��E�^�A�I0��(%a0��c.��a�u��{]�Jh+6��JLh /5Z�RFCjt�`d$"Nѹ�)#@3�����I{��1eǕG���{%ϫj�2[1#�aE�Zִuc�כ7t��"lF�v;���!����>'$�!�2�ڂ�m>��Z�&,�g	ᾡi4���
\���d��mN�uc��h���d�0��%�O�;У�j�?A�����Ҩ�H�-���L�;�W�����z���j�%�rx�$��h0�5��E'w�3��+�l�h�#��ޢ��ō`����:,?�L�I�`�*������*�@��U���:({P��(�Zt�^���
۲�f����Bu��fօ�O�ݮ��7޽ m�O��ct=�X(��(�ڎ7�.2�2S/ˍh�D�I��\9Q�DQ�0pB���X[C9Z��X �̰t?�J��Stl݃�6���/��0T��C�����LC��>��b:�^��p��h*�,�� i�g��C�O��{?#���Pu��N9sƩ���U���f`�(L�l�)
�kG����9�z`�'�1�mH&�kD�!�/�{���l��q"W�-x�K��ӟ�4U�T-=�W簨ܦP�a��7�A�i�-��PK�+w��,�L�{ꩧ���]&���"P����0�������d҈���
A��8�>u�r M�N���M��f��lֲ����l��s���}�|��������nj��
0=��]m#z%�&���ч`��x��@�<A#�'��3�����<��Q�IsG}>݅nY'wM����%��݅埞{e��g_Fi�7�5i�%º�ǕoK�mM
��7��:�nN=��%��:���i���]��k�0��<���b8|�̓�U-C���0���"�H�@�q�����v[�s�Pt�&����no,��i��M��URb����t�y���Y��p��>kN}nkd��VC��XN.5$7>�y������F��Dk#Sk�/�'��ʓYm~�s�O��7^�(�w��$w�7��.�`�8�*���t�
<��=�~��Sj�H��2N�V��:T���
c�()*&�s����j�ze�hm<|.�&�FKn�`-�V�x�5W�e������Z
��<����S��z�e�Ժo�$vP
�,��৞E��d�S���
:c�H�ֿ	/��U�6 Ε܁]v��==^�o�\y.��BC��C����ݙ�c5ñu���C{��ч��o����t���j�꩟d
u�	��2'�&��D�
��=*�}���Z�c���JC2ڎ�>O>N�+�;e�=���׃�������e���?�����9����킧�����[^U@ء:����H3����rO���;���n�pe���BPZ|6]���,�)2ɍ����lW,_��/��p>�	��:E�{mD���f矠Ut�|%�
Me�\�4�^����C�
<x�>G?cۜgת.<ח�/���'��s�3��v�pIF��ؿ2iϠ�+4����I���J(�oJ<���ݸ,����&IY��=�>���5KW)�Ir��z}�3����(j̗��<K)�GW��F4�f�_P�c"�_
[1��ܒĻsDN5��0��Ůx6]/���ǵv{�<)>��C����|��<�нRw�gyس�z�0?w ��)�[�iۛ�B��2���(`��#psv���� l=�H [�#��FF��nֈH/p+�2⛚�҆�>�;�M�Aknii��?<�J�tJ�K����	��VR�0\+e{gS��Ug�~Ҩ\��x��o��+Z}
��>��#Ծ���_.�xd"c���0D]]M���Cj�zh�/���2f�9{��2���u]f�:���;��(^�|D�{�����?�����!v���܁�|(p�^��S��R�{.�T�t���m���S
a�˄��)c|�2�K�t&�G���&D\dl���0�7e$��PE
�͑$F�cw �TA&:=R�dcm���om��Ag��h�PtKQ�#�l�A���aާ���<��e�d�؃nf�d�5��\�ҝ��!t^�ϭG�у�mǝ�&�[˛F��K��_��J��m�]2!R�W�>D�g��F!H�!�Ķ��8���!���”�BLY>�h����h�)�=�d�>�h6"�?v�_��lQ<�C��*�W1Oc��G#�$�G���YBg>~�.M&�I�_�E�c��U䤢bD�xc����8��fJ�*�a�/Jd���")ye�q�YV��aC�}�O�F�z>®FO���y����W�y�2{�;{����^�=��������W�k�D3%�.Ag8��sx,�Z�h�ҭ92J�{�p��/%SM5+�H��'!���2�L�j�\�\cx[��+�p*�!7�>̤Rf_�	�^W"|�	�ư���_��Am���mұUt��2h���q�������V.�TS6�PoJ�!\U)���XX�A�
��:.����sxj�q85��jY*�R-K��st2M	����^���W_�R���~��zJ%�/�-��vˉb�ϒ4P��I�ww��;*��Y�<[�e˅T�H	�Q%X������Ψ����;9b3X{�%�J�.�T�l
,��zP��6ݳ�R-K��Y�ȼ�'��s�� +d�����՞�d}I̋�t�'�ڿ��F��[����8I�N����l��p"<
b{3��bO=ğ��b�q�BtgC�{cn��2�h0��ͭh:�,r�`0\G/W�Vӯ��[}��̹�5�D1ĹT�T-
�]��3����,�6���$�
�j��RJ�#O9q�6v�!	�����Y�]:
Z�`��G=v�h;�0I�QB�Q�X%j�^s�رG�����Q�ݎ*�"�dӞ�U��Ơa���^(ͦ�|�|�b[Op0�����߾�|�;Voߗ�\�tZw�-�� �е��r� ��B675�i$�Q	|Άgaicc	�r��h
'����)e�gL?�kcc��(S�_vv\�u����(4�k�X�q�W���)f�x�_�訾4M'b,�B76�2>4�~�B:]�}_�����q���B��Qu�S}��7���E�k_�e�Reo��n`[F��:�k�
P�D/��x���e5Օ&ùQ����E�#��+����!�ϙ	q���g�%���'�_�y��-)�ߕ�L�o��ʤ�R!z�t�[0`qYï��{0�pLlr��+�B��S�b}wc���|��Z�B��i�1̟Y1�)L$�/v�<���Ž]/6��@`_���u�(��F~3��B�q�����2ބ�9W���J�P��aiM7L!�;���rĉ�6$1�K��$�ة^���A�9*9�:�P#o�1'�?⨉Z�?��dp��}���奊qܔ�������9|�6�q��M�8�7�Z�߽o!\JnJ�@Q�W���i���E���c��?2��
�:l����x��[�Y��v�=F��x�ܕ�J"`ݼ]�W�A��Η��{�
��'p��y�|�cy�oJR�V��� ��,'Qo���h��x�Qm=,4y^��h+�Ê�$��q��X������8dMb��&�t��xY�'�Y������#&�c~L$I�]N�\n���h1l~�k`��O����E��~"��_,�%gC�o����;����:d�QS��b"�o;bE��R�)vt5��lp�z!b��t�Z�հdra�+���?^������r�-@�^�칕!��a�<g��گ�ө�
�ˏ)����\���Ù��T�J�����z��x��Tw�^��|��Ƥ�R}��?d>�����]y啇�(�e�Gs��7zc�c̵�<��\A������N,�.�k�.)7ĭ��+\ֶ~�駟~�4dK8����V9s:������nA�P\�Ћ��*��ΐ��52������I�NH��X�@�քЮ·��y�����b�|�J��~W��^Ӽ�� _%�?��@�����`41.�.iV��w2dg�o�0���61�Y���U*����:�b�OmFj���nh[�{:uN	wVnQF�ڰZ�C�/�U�u�5D�$	��c��ьȤ��j�p?����.�Ǵu���X�Ӯ,"
=VRʳ.t��'{��hf�1e5��NɆV��rڥw�z)�v�"iA�����m�]K8X�
�6?�軭�m�����9 �-�C���`??�<����;d��kǎ�k<���|׮��z��c����m�<��N���'G|ϱ{o�l{�8�Q֤��p^��q���ɛ^>�<�\�,��i��u��d՗�ƌ���um��8��}��2�r����ϣ�qV�Jvo0���N!��dt	��XVvF�Zq�>=!�D�˵Z,$(v�O<!IO�/t=T�{I�i��vDS**��&�-�(�B�aXg+�ۄց�%���TT���eTi3�V�߽Fxl��xgl�t/�����6���)g,��L��Pu���!��5RAÎ��Nl��&L�y��`�v�OԜ��$|��4���%�>�芗1�$	�6���W��J��',��\[[���#Sj�	��诔��Q�"�N˒X"U���S_��njH�P�ܱ��,+���@y�/C�U/�{�{�,R����hEƂ~����u��Y���ko��n�����jn���Qюq���b���Bq�颬����̗�����1��=psP�p"��Q��\1Ȇ�=�/�I.�
�=ۆA��5j?�XJ�-ԉ��:_8�L�#���/I��T��3�)�8|�0�����׸�꓾W��"�| l"��>W_o�;��������=�}�5�c���<�s�_��S3�����p�l"ɐU�{ο_(�l2Kh��X���4��E��[YH�P��V�=�N]#����XZ"���*���<�9?�4n�F:]�[������J���}�x�9�)̿����+S	`�m+����2*�|��?��at��}�����E��i'�E���c���7"y,�
%�H���E�j>�]B��"'���a�2.���+�,�J�g�&�=8�L�> U}���\�y�z�If�g�ˍ�t���7�`��}S���W��i�{��}P��(�	�(
��_\�V�e�\�](��q���Hj�J�L�)��db������9԰�'#���ޣG�Ҕ�k���ԣ�[<�����M�m��m�2�Ծu�����rG5�m�;���憾x����t�T�Ʋ&'-��oeА�`��ߺ��L�=|�#�F��)b�~�޴��$��?��>�t�W`M��,�B<�d�/�⭜+�?����0�w�Ld�IC׎�s�A�"�z/�4�j�?!�ܝ�w��Ů���pM�Dͭ�ֲ��^�ކލ>�>�>�E�3�9�'$��� ��,#V�{o��g|�C�U;��>x�V��٪b��`I��������3��{+V9�A�;��b���̨��.ӏ=u�CG~"�&���k�����Ϡu�z��S�GH�lM���t$�O�OL��zԎ�qE��r���ƉRK"*�,Ĭ����Ř���¦�D:&՜�)�Yl�GJ����9�O�a�zN��!,��]�m{��*��1��?
�*P 0:jr7;jj�B�f�m��Z�)�����3�=���h�,]4�ik�.
��-2�J�w��Z
|]�0��0�W]�|�%�b�vKmb��#�3��V�#�~g�TUX�,{�a�?�c�=9z���~ʓ�(tk4�tb�٪,D���0҅:�@0KA�C(����}�R�?�K"���O��}�^�OOR��j���$�Q�Ɣ*��5_��[?iX�ϟ����WN���%mrb�)�Ѱ��J�_�]4&�Ƹd8��[gz��TL�����b���u;���Z
�_YwN�8���H�
�7���K�F����;	��w�A��������B��ͽ��W��T��0����\�m�#x��l�h�S��h$9"�x��B��`M㦪kLJpJfmK�&4�i&.T�
��1oi6��;?���;���<����4sca��#m�"�Rx�-��%��]�6oj5J�7
%�����vD�vA*i��4�נ��e�)��OjA�IC�I���2�z����eXƉ`�e,����g7�	���ϕr�g��d|��R6��3�d~nx<<��t�ekN�����w}�82�7Jh�B����!d�l����N�6�x"W��`�ӎk1	d)O7�%�q<�d�_����{��{�W�ӳ��de����ǿY*����k������͞W�O�h�YM7����^}�`P�!��0
צ�uA4�߄3���݋qz�&Z�(��r֒f����)$��z�?VI��?c#�|Ie�°ћ��q �>K�|sd�Rq!���5:$�3Q>�2S
��F�놃����4a�M��1�v��Bޱeɿ*��G'��5�d�)�Xo�}֊��fXWS�`�����'Nh�e�XҮPuC������l�d9��圃�hO'��U(�0���W�+���Ɏ�I��U/Y�%�l,5��<<
�	�X��{�PG^W9\1L&��-���8����a<���|�r�{��n߯�/��t��ڹ<:��i���y��6�I�_YZڱ��B��
�|MG��耾�o0obk0d�Ɗ��BX]v��ي�Sm���k���ȵ���-^�����L�h6ϣt]���I�;r�e���%����F���o�=Y���8��T�H����֮e�Y�i��� 0b?U�v�έ���؅BuP-�\�6?_��fww����^�Q47&�uu��
���>�>�xt�?X��m/�SCڧ�������j��&�0�T��6f��>ku�TZ���&.�uv��`��|g�!/���{q�k���X����vj�� ���ŋ7��e��k��$��|���,_�,m%�(,`�U����������!�su�?`�a���+&H�du�"d�^3��~0lY�>�r>�"~� v�
H$G��ÿ"e�s�ci��cl���<�����O��`��E��� H�ιׅzN`�0��F�fK���S�u;0B�G�����`Έ�h����؇vG�~'z
z'�}�yX�Z����H�z�NݻH��6���ib7�Sz[�MA���fY�-���=�-�G>,E�5��w���*�YѬ-��z+���t]�rl��ms���m���76���O<�ev~:�
��c�Q2F���y���*SigY��x\*=	��;,�G�'��<����j�(9n�EaZAX��_9ѧf���'X���5@�LQ�-.�ka�) V�W6t���/�yK��v��_�5�C���ɜ7߯��Y2&�Ȭ�zq?&s��Ŝ0�
����W쌸����Sy�_��z�6'n�V[W0�
3}6��d2�88��ϦB�l�er�oqRY���^��7vQl�kW���!�O5���'�suF-5G,|aN�(���߾�94�͵Zi�Ȳ�ӭV.�ض��w#tGz����!�T`U�]8�0�M�*��oZ#��)�{���b�B�W�����X6�mܶ�L�Gg�,�b��tՁ�7�^.8�
�C�b�T�����b=�l�r̜(,o��%��I�|=�x�d�R��Ϥ����g��Dz�����Vo'H��7,�<�1^��A�G��1,�Qڮ4�p���v�]��}��J��z�Fx���(]
e���E��z��Q��/�}��粷]OL��HWP�r%v����}�,��$>���	zOA���g��b�+U�����x���/8z�K�m(��H�n#�yA�i���M�r
��˜q�9�2Nԡ��1˶9��S���J�0��|�F�w%��سgç��eI"�aiE�<5��ˁG�ƅ��/���M0a�=�54>t%�w8�ƹ��r��������*��#��U�=�]��?��Ϩ�I��¢�K�^��wJF�s��`|m��C.�0� ���ZmUr�	j��?�˭j5��E�B>�/Gj�Un|
��
�y�(5��.\%W.XZ��H��� 57����q T�U���ԃ�V,���%G�l&���(	hL��+��`*60��*�6L��Ƒ-�n�1>ں��d>Ĵ(���8nIΤ#�=dJ������M�A���c��B�5�㡀��aM�5m	Y��F�t۴�(f�Q$��[X]]Q�=M����qK'D�t��� D�[�z�_h�ep�'�H	Y͂�ax�Ir�4�'�q�zw{��ofe(�S
��!���)�{&e6�/�}��Ցy�P���� �,�7�O�Mu#�f�쇭i$��2`�@5e��2�,2���8�{�d
E7Li��VWVW��zj���[�`_��5�I�q�lEVt�\�-X��9�1�R���v=��e�*=>}��P<�).�
;-\��b�<i�H;1��g/
@}-k�2$��(���[/�
+5�Qz)tFQ 8(�)�1�F������_�W�+4�5
8��i�kmƨ��կx�+t!�Wh���o/�4Mc�H�bT):���#�Ì���fu0��gz����zS��{��Xާ���9������cpwCLd��>����	؁K��f��c�^:z���+�"�ԅ��<�{#Ns$�?I�N�3G����Z�u�7�Ɉ"EO�]�8��\�8�z�ل���u�U��U���'&h\�C0I�V�&�'u�������J�r��n��)���t�K�u�Zr]?�Yv-�Svv�F��)K��1��&���l��|��h��ꌹ��ǐ��F�b]�GXihC��Q��X����o���ʷG%l��j�PӤ?8(�k�$4�k�h\�MDJ�2&��vܱ��m&���ɘ���'�����t��$_��~ؙ�@�[�M7��5�1G`۫I�+�@j�ӕ�G	���M��G����Q�[1�oɚ��ŷ���#�D �X�-���ފX�T��f�����kڃ���u}��m���4�Jķ�'� Ppp%,�^�96�>�f3n�q����f�з�
ݎ�|٨�/�.���S������76}�?��4y�g���mq�N6�6S�#?���,�A�irD����h�4�RB���7��\C���.�zK�Gur@"������f3���]'�q�Զ/�6��B�7����]Ș�a�;�;&|��L_~ٮΐ����{��y�S0cf�±�1e�L&���PBl�@9�*�2�
D1���QM��ZG��!G-z77�)ݞL#$�MA��T�n�lY��V�bB?i�۪�����I��h_�gjJ�k��|Ki$����'ެc�EȞ~3�g�	1�	��D�IU?����w�}���}B��ޯ6ʨ��d���'	�ܼ\͐�/[��"1�e��ER�"�">�h-�+)��굯}��N�%h�!#�ث�X�qC�$��h.�R8R0�ϼ�`|�	�����������$4x$@���}�|"�c"�O~g{{�Y3�<q�I�ƶ Do�8��	[��k��C�qm�0ڨ(�S�q�x�w@��΄�:�c!�;�s�"��!�#�@�V�q�#Fh+��8���ߪ:{D�_�cW5m;j++���i9�so��.�+��W�o4޹���Ͽ9�9c����U/+#	�!��a�)��p&��[[[TR4��"ѭX|̂!v���-����b��F�4�f��1�cI�NG�is��L��M�/��"Ҩ�7޻Q�қ!�F����ۂ�f��AM'"}�@��T�u�:X��y׬.Q���#L��&��� R�V�R-�:��sibמj�)�p�fv�k������ӡ�F����U<4��u�m.���K��r&��E۝��"��B�DUɑ��4��!�nn�i�y��*�r�I%Y��:��/�/L�# ǔ#?��!����k/��`���.�#��
�� ?�M�X<F�y���z�ZfglT}�������9tZ.�d9�K٣rs���ViNe���X"_;r����Fz<ὲo�0��}/��߉�z<W1�$Ft|Cd������4OI!�rn���d�s��F1:�qc~~��yn�u�-b�m�BU�����s��c�s.'f�S��XGE��BI�Dٛ��e��X߽��^�i��䌆���sY%���=kjV�����'.��a??�{�N�w�����ˊ_��c��:xw|��N�����6�L�D޸'�� � �Uf3S-	r%r���r���J*S������A�4�Y���Y]۪+�ڻ	�Lyת��kԴ��A�
��ǚ2@)��1$���t�"#�h�i��Q��/�{�#D�,��3�pC{%�����Z�6�8s2�q�0��~�}�JLEP�jr��^�)��1ǡ�Nm��:
/)͋a])Q#��
��@R妅�,#!�:)�f
D�������c-��dH�	���/�\����ի�/��B�r�.�հ�5a^aܘ�$��b a��'��mgh\w�Po(@��^�|$��)�ٞ�F�G���ʿ��@zˏl!���Z_*%77���H�A祵�up��X
��u��EO�Y?��9�N��*ry�a4T���~O�=�<�1�!�OS����,�
�O]�����9��S��l��e<Nҁ:]J�Mq�^�"^��3V��U�Ȕz5�@C��T|d68N�{C_���8�N��h�]��V��pPd����ƩƩ�Ha���4�l�`�S�G��4�IV�_���o�FR�K�������\��?�a9xS�3��\*�X�뮻n���	\���u��ѵ�O���=�u�h:���kG�]�d
�ׯ��(O9��h]î@�x���<�`��邖68N�L�>�)CU�S�mN���~�z$��ޓ��uJV�O`Q�����s����.��Ps �v���m���m��]}f7ua]�W��ٛ��7E�����et�ym��n�A�m�J<��(FY�g,dO
Y�ʘ�,��{o�2Y�p���-4'�E��ŴqF��^*�p�"6Ҧ��Z�U�ׁv���0ێUd�)D\g��� I�ц�����qci3f�3&cxqi�+~�~3C���a2Ƙ����aD�
8C����%t;�
�lB��1����wc�n�W���aӞ��l;�L��p���ƙ٣۵ƙ���2_�<��3
���>�83{~�7��i�?�lm���R��*�Nξ�.����"`�׺3�L�[<^��L�a�E�!C��L�3�.���\�
O:�qaӭZ����8�-��V�Y�!~s�
��pZ�f���8w���.]�1I<:��\�����MV�`�D�~�z��I���8vo���&
��
*Q���h���*��fL_���I��׷������Nna 0Hf��d�jI\�io�׳f�*?TVLN�_�.C� ��ָP�K��2�C4�yI"�-k�����Tʇ�*�������1d�r1YA��&��+��n�PJ���'�dN��K3�� [�P%h}��x�r@��AK8ڵ�/y�2�e���֙ӧOG@�w��s�'�N`a���7_J��>��=
?^Hҁ�a����m����������ӧ�v�._���g H�?�?Gt���O�/@�s1		D���?���^���e
� |���XQ�BʖH9Ƣ�D)���K��Y���GH�X�����AB��X�K���C�(�2�BǑe���n�G啦��
�N�̐�w��v�-SS� �5tS���ؗ�C"<�Zpp��������K>V��.B�JtH�̏B5�_-Ts�����֫�H��͂�d�*����GW�r
�q[�lkmm�p� k�oҥn�k��ѣ%ft���ZH-�S��
�,����D�1�!��"HJ�W&������lw��)��-��i/�W31Nv�f�բ؃��ik
�w�YR^�}Y�z,�c���o�4]�Z�d9c���<�=F[/��N�Bt�GS������_�=kU�=�z�	7�]w�ee�ӫ���5>�e�ы�ylL`��[�ȿ�y�J�����I�*��`�J	M�1)�hg�S�D�ֽ�x��
����r���Ǟ9c��V���������ڻm�J���ںA����36k�ί��/���UtLN4��G"����w/��#n�.H��+T���4M��AF��e]WAe	���ޞº�n(��b��0m�&�0*<��{��Q�c,�(���3��C�m�K5�2����i����A�Z-y)t[�4������GOv��5���+ӿ�M
Ņ�bL3`�1�3�F3�կQ��ikҚ� ������g�甭-%���o�/gJ�a��y��"�Ʀ��(���\�ʵS�a�~"�Z.���-	 �����$��‚��iB�nrM��b��
�4nr؂�|�־����`�_��f�� j�`�39�*�5��E]ӉJ)7��KY��=�U���W+��0�˴N��g�r��0?@���##p���O4������TtL}#pcT������p������=Kw�-���v]C�S��/�W��8I�K4�C�@ �z��i6�����җ�7���_Fy���x� �_�(�d]`���d��6��+pLjvw�ֆ^�ǹ�������Yd��ђ���OF"���F���H@
����z�.�_����U�xg6����駟V���H����^<�P��+����>}�'s����~��3�<٢p<���
�ڧEu,�wR�6�9r��8#�V��ؑ��ճ�F�6V��#�|���)�k�:$�
W4Q��.�c��� ��a�qMf��Lڷw����i*��wk���13�rN�1�ڥ�Ӛ�f�Z���ϙ���1�d[^\�MMb\c��2�NjI�O}�k`>P:�����xL]���G%���?�Գ����O�}���ؼ�ms�uP�_��@�I�-���(C3Dt]�]t��9ܿ�H+]%����[~ N�T(�
wb�ъ���'x�e������F����1T��oZ���ΤB���,x�V&���<p0��j�nI�pF6�Hݥ�?���P�F�:��`e�d�`R��\V��(-m��F2ʼn@;>�7H�Q[Y�2�*�r�^�5��3��&3zc1��Ţ�,�b��э\ya��o~�l+�ԫ3�4�5ƹ2�j�iU��%���]'��\�Ctܗ��~���FT�����k���lM3M��{R����$��14�"
�5B��z��Q���%�+�2���j�g���n��ABI�Q�Er����2�Y�+�V������rK�%Y>T���o*�v�JQ��.Hk�������f��u��?~�h���ǛGw3�#J�nU��TCBSɡݻ��㗝�¿�E����
��=����>T���<�Q���ڢ�{e�A�y�C��]h�=�u��T���}����*�pu�˞m����/�VQJ�(�����K;St�ɢ�͵�M�x�Fm����굎��Q/���Mζ����NlO��$E���N�<Zv��Y���AU���8Tu^
���`k���k�ԥ�����"�(�D\
A/���G��N�s��ҥK^����3Fpgo<�����ga�K>���2��>W��w�R<%Rr�ow�8���>=W(��&���f�IPu4��%���ݦ�J��瞰	�x��%�U�x٭��mY�o}Y?��q�����M:ѫ�{�A[!�ܶR�mp��z,q3*�瀅�	P���f�,��c
�G�e3��GpR�����W�>���5D�V�:�
�u�xV�R�^r�������K$��DzI�I���~��kI���n1��
�K�b��U"D��\�l�	ٺY)�\4�d{7��-Fk��6f�W��o}���l^��p�Gq/�3��Q���m��D^Bc���1�7lE��'q���C�(/@�G���F������s
էh�l'e��� ����[[�锲��O2_n�j����\//��?`�r]S�$��+7~�\uƨ�*J���V�d�E�ο[��zg�~��n��;�_�G:��q�ATR=X�`0�\�QQi�i~#��L���,�p�Ieuasv�������T��QRS�*��kϞ ������p�j'�m��PW~��w�^�#�`���:�b�BUQu���`F�~��LuZ�dt���	[���	�n��k��ݔ��;�H��z�y�;)+�}65`����-��M�s��/68���p.����M�����и��q�R��Ů�U��$p��@/Dw�lԀK
-�DŽ��I���B-�{�R�r{5��A�(ܣ�W�%�=I9�k��iud.�fp��B�������,A%Ir�z�$�zX/8�_(>K����_��� �Y��4d��f��Ka�~�o�b�ZlU�a`Yq=]W0�s�b��xC`�j�k�FBH!ڞ�yc�Gf��"��ˁ��"��S�X?���� K�	9���S�W�!��}�K�y¦�-��g�ù�������q�K&��䮻K��+�L�1��Jl��%���~�����n4���oQ;.c�V�늵�[2Q���9��&��=�c~`W�<j��va���u�N~R}ʹ�'�gT@uG"�W���X�R�R�f�� ғ���`rw�2��PUf�
��*��
�j��U]�-5�����db8M�>ݾ�L��lV���#����Pi���T2���[��RF�c�ԌX�e�7T����`DzH�s~&����"�����:lK�S˲���
$��˅#�!4OYt3cIK�����I��;k�,Z�{k��3��lG[<6��T!>�v܁����
��<�Ta��5�	x��v�h68�%��À��^],���+�.[��N���1w�_�>)�'�@RM��݊��>��[�6�\����9��ӻ���F#pl�:M)��f��i ,����(��\�Q�ڮ�߂��4�t�9M�[��#Oh����A~x
(@h��ʞMF�1l���4��S�s�0��7��Ys��ʥRp1s����+�yU�Ck��5�V�Ys���h���E�
p�ئZ&��4�1l�A9|m2se|�6��?Y�����j��ʑ��ڕ�ׯ���C�u���ݚ��#q�N�4g{
�b���ۅ�J��?�v��&yɐF.?�牦�_RA�����=G4M�2���-���ې
�UM#��W��=�i�~I�4�'t�㣣U:�G��h��H�R�G�0��NP1�V[�z$�/ș�
�
q��;�Q��7,���U��o~�wУ�	=����Ƒ�!�p7��1��{�	��Z���S��(}n��TK��
�ǝ�C��RĪ�J��P���5�?�Z��^�n��.jr����4�D��>a��넡��ĊŴ
�c���~�>��[��c��z�&���R�B�#fr\��7��f��4�
<O9*%`/�2�H��X�|'��8�7�:&��!�qk�uA20E����78����	�)�l��������9VS��ABW����\�e0-�~�8���ד�
����5Y�����D�E	\s�wO�^}=+��VQ`��d*�PCTa!T���H���S�Z祥�g���6��Ю�^���x|R�0\��u]�=fլ˽��?z�n`�Ⲛ��(�:K�e=��5T�SpΣ5tm�S��қ�~�E4��r���L�g;����YhW-U�|op۶�����+I�^����u++�*�s����=��뚶:�;!���Kj�W�JR����N��ʹm���ª�����q�丒� 	���=��E+���Au�WOʽr��*m�O���f��b��ٵ@�\��y����s��!7������oCL�5��Z�L��>��ʗa�D@%��ZY�Wf�;�I�:PYC6;MOuI�w��E>���7q�8�P(�"8wζ9?w�ܹs�ȧ)���@��0_��s�������y3,�	��"o@���x#n��"�;�0��~��4H#�����[��wu� VaZ����;� п`"��o��k��GQ���ob; 1��[�PU�x[�d�Y�_�����r�j���Ǟ��`<�'y"���q�(�\D�������n��C���$N7M*""��(ز�3�!�:Cloa8��FJ�},%�{�W�ggasv��0��1��;5a}�uXw��ޡ(w��pg_G?G*a^��4�WV|�5�������A��zz�B  �B�G�ul�Юs���J�0]Gb�]�L�ZQ�Y�m�f�╡^�MN˒�<�� $ۋ�$�Km�?�	Ne�
n���!�1z�G�e��Dq�	�C�Wk�dvPݐ�;����3Կݹ���A�#�x$~�%�<mV¯���8e�,%2�!<�w}a[>6��ؘh):ҵ������;L�W!
����!�-�QI$��-��G7�iĞq=F
�E��;�e�T�0o��&3+����`��P"�V�Z�6�#�7��T�ۿ):�u>��S�t�a�26l0XA�\J����\)GQXoժ�Q�6]���^�Ej��ӷ�rK`�l��m]����~|��fpB��EtCd�����c�M(M^��0kGR��Lj�E�#
�.vA��P��@����۸D=��P9�̂�*:���S�� �!��O����J�������s��Wy����S�i�
~�=!w���k��/�n(�����p�y����p���AWM�4z~m�0�0�jr�ɿ�ݘ=Z㷩�n��o�$t�P���@b��Q��l��)�]�􄞟@��Ԑbe2"/6��+��i'���a}V��=�?��(��ە(b��5���p�<��X.�X�v����CG���:� �^M0΢��`vZ�熖A%��Sf&:r��뭺5�
	A0�dr��vo��w��7�a�j�`L�:Y��$��3O���F��X[u@��g�
�Q��q8��@90����.�}l�#��0�HB�ψ',�_q]�2�1o̕�P"@C�}���e�W�u���N�����g�Ȓ�mf��@�3��95���O1�eGۦE�@ɼ����3L��'��ʧi�e�T��?�|i���8�5�MN@B�픂G���2�LCqwf�{�H�QD1{)c���`T�id�,>��/LO�̷�'�n%�J��&!T�L�e��k-,�
u瘉��ݖ�����g��
���*��u�U�W��w�����M���&{��¡���4�/�
,uڅГ���$k��d5�6�<$Ɂu����;�mϹ�U�N�@�W����N�'�Y8-`���IDg�(5�.�fz�ۡ��#*�0͚����H'�J�I����]Ҷ����X}���\��ı��qR����k׍�W9�d�n�̀{�Xۜj=2����:ŀ���D[�UϚY3��u�h��;�q++⡋�M�[�UiF�=�2	���K��k�x��C*"�1�j�B�bӇ
P��	�G�n���e�u�ac+�qH�����!�4�)��!M~rF��$A��C)�DQk��V:-��i�^���;S	���o�+����+���׎m��F�$��*"�QI0J`��� ��A�uK�8����Y���a��@~��P�w(�yS�"����{��8�❑�z�t�'��lu#�Քv$��_v4�>\���J�����_�����.�����М�b��X�A�1.��-2E�	P
]�Y?�E�l�ߣ�I\��'��׽Ώc�0.���H����M�W44�W�Bӽv����@/!���l7��O!��8��s��+=x�z#̤�����UuO�?@}��v�+nj���ah��\�1桭��9�w�s�=�f+˸h{D�L�Œ�O;�1vʄ,OXd+�zy>��.�;0������.�p�A ���7!+�x2����UGӍ��s�8�A��B�	�Q�s)~�NF��\^n61�(U�28n�P6%��^OGx?����r*;Tp�҃B���u�KK�י��x�4�33���Œ��=�h��`K��3���L�4�6�AS�I ��ѓG�9��p����b���Pn�2�arJ�
T�x��a_��l����N�o��A�'/)���	pU�.�=��î�.��^�K_����g/َ�yυ�z=;b�g��U7�j�0�r�16��~��nwLY�E�������&Y�ѱWŒ��߿���["��
��
g�P=J��M�q���^�l!���ԫm��Q�%E+�E�;�PU��x�s�E��a~gLcn��x`���n�m�з�A�$D���u�JϤ��|�;'5!DK�;���_I�-H�V�3e�)f��-׍
��p�4G����ۥ��҂�a���QLR�?��G:
n�j�LI�CŖ�Z-��ju!�FC�
l����u���$��1_��x4
g�B|	�����Z͢4#۽�߃���%$�H����='�B�FU��
�vG%��~�%�����?�p�=��j�՛Jyw:?{|:��s���{I_c,ώN�:u��Xb�co�E�	`
��9�R�Rέg�^�M�[���j:��:���u�ҎYU�I�����n�z=�����9��0G
�zg�k#��H�N
�}
]?ݸ-�4���8njf�c[�yq���=!�ꙹi�RP���e�R�a�:^,��4�6�Z
[�J�Xp9&
W���Ė��h.���Ӿps��r�0���I!��]x������B��g�)�_�$&ǧ�#��<���F�߿��W�]�J��|�M|9樹��={�v�T�Ќ�A6L�$bl��M/C�ǭ/��ՔKU�s��b6�l�( �����B� �;3�1�GU�m%H�m��܏�fmdVI�:hK�Z��C\��:b	˯�I[��T�K[�(��X�VP��+[r�M�C� E���]�ӂ{A\Z���^�o>v�\(��
w΅Ǫ�� �L�!�n�������s�����W���Ң/�"����WAs������E����]w�k�S��J�}��J� ����)�\�
F4���!�����'�ۋ�U��E��1C�߭�"�0��(�-MW��wZ�<9u�9�7��R�>���������,2�$�א5<9����~�UЩq�ac�.<2(�B�z�V̟|=��p��O�Ss��g�dF蜾'�2��6'v{�4�����{��xy�b��+C�-��+��dǫU�+Dt�4��QGCЙ}�ΐ�Q�ʇt�)P�|�� WF4Q��D��Ƭ��,����(��+?{F���jC�)5C��\�����uj���[rH
S��nx,�٢���ɝК�!�a�[��|��\Cg~��]TT�W�O�E�T��:L�ඬ�Sž"���T++J�#��J���K�.�WR��%LSX���Zw�d�����w��q��_\�
Qq���YȺY�mH���!��6\Kr�^��^����&�祝���JC�.�pBǘ��z�7ds
�s�kc(F�}"?d��G�k`�)v��:t�C�+WÖ8qw�K�����݈r��Dm"�K%=���/���r�X�����_g�\�zH�u��0ƀ1`c���1���n�
´oo���6T+��}�}t�b�ؚ+
�9��VN�]׭�(�R�"��/�������l�l��Ca�k��a��T���m_����ӆ`Q�J�L��a�u�O/��Ft[�P����c�1��Q@mt�?g�V�Q;�8:!�gLw�t��x����\<�|�$�0��ſݧ� �4;<�ݘ\��R��<]�>�]�C��śri��E������/3-l2���I`N�؆�
���$q�3hM�������t�&���UuV�KVB��^rވ�Ab3F�T�rmN�Lٿ]��y�K�P¤D��PS(!�����!�2UNY�|>I��4��8����0m�����21T��5-�qscLs�:�e2mҊE�Xjj��?׌1��uPǤ�W�\�vK%Gk��sk�{-?�etH��^�t�i�2'�����D�_�|�^
�8ԚY��<|�v����X�#?q�KW7>�v�={��YL��r]K�Dj�x����:&�r�m�Ec�i�u��c[���ͥ"B��iw$s��y�k��!{K�%_hW+���Ȯ��h�\l�J��>� ����"Η��c���q�_865F9h[���/D�IȺ:�U+Iyؿ?���ҟ��	m���]���rJ��B�O�󬣖u��+Už<n��2|`���1�b���9c���2/0�'ߠ�q)��ԝ���=�`f�͏?Z��]��	�^g��leP�&+̗�>˸���'��í��`��eX��u��G��`\��{�Er}���ߊ�b݉x3���x�D�jH���Q/p�ChPs����:���g��u�KSE8�+�le;�i��`;��@�J	E)h�867�r��C�w�1�[𽶽���S
8�ܶ�779�\������m��
�̙f5���_�[\r�yʶO��]Zܗ�'����_Nע+�ݲoS�5o�0nd��J鏢�Ir�7�iB�����{�5D�\�8��oˏ?���"��ݎ���b��gf��n�!�?���
����of�����bci���;��w�k��Z}�_#�=8�]�ܹ�6����އ�rUv&���=K��!.Mst�,��`Wܙ�
�C���s���STe����ΤV�B�S��>��q���/�|}���^���(��v�*�e���5z����iw��z����kr�����I��+n�}�6E�~�B�O��)[��6���AE
jЬdןT��G�bc=;�V�67����G�f�����1lD/C�_TJ?�-� �
<8\����#�	��%����^�3�u:q�F|���Jo�!��:'�M�QVP�f��K!��@B)>�qeb����q& %A�M�F�L����``(��Sȇ�p�{~�8���u�qP,��w��������8�3�c��-����K����,˲<!1��q�AH�2^���
;����R8�C���Dk"	��RS�q��RJ�8�(�� �$Z�wA����F�ё��s K#��$W��o�)a]N�.�$�1��6R�Z��vMߖJ��^yq-�`L,�%����/��#\��a2���5,�1�W�`�a��c�yo��85=�τx��?%�iZl���iy�Ύ��=?'gЭ3$߇Cy.��b�0��'&�G��X����K�d���$N����^vw�:�VJ^�,��GVnz535�n���'7666.�V�'D��1"���Ó�X�42S�t�6�S�L�
0��]�S���Gղ��E1��
��D鳔���iR
J�f"9BH� 5��� �s�(�}�R��h��%��`EW����r�9�t��/W[���ϳs{��)���N���Q�Q/�g\�ۛ7�$t@�4q���I�N�R,�m�v�i�y�����_E�L��k=r�-`���I�K�A|^��L���PzI�w=��p��h��@2N����c�ut�$>B�QP�$3��xyV�QcUDF#�G���29�N��7k����|Z�*��xT�*�4/�	^\�5��ԡ��9L
q�V
Ȃ����Xp�4M��S*�%dC��l�O^%����x�G9�Aע;�Ɛ�K�Y�He��i4�1�C�YN��"���0�mkw����r�R
��r����Y�^�E߇�(�E����2˲��k,;�<����-�0eٹކS�o�0TaF!����nR*%rƿ����)��Z�]X�m��zȻ��O�K��A0�����p��u	��~�oקЊ߮ϬV]�r����[���8�le�{�`���:���� /�2�0�9X��u=9�m��9�*��N�c8�pXq,�mF�A�0�Q����D;�6��غ���)/���<n��{tq�y"��̋��~�M-����zQߧcSS���T����;G�t8�.g�M��~]�Y&����l�e�pq�V�i��v�tNB�/��Xm6��+$�w)��0�|aty0�p����{^y�jc4�t'��N9�yq��rr�?�L~)$:�y�l�ݳ���,����Y�Т>����[3�
�x>�6���W�����q�t�1��Qt=�~}��5
\�8K�6����V���!���.�J�$�c�vg�g�g1�$��4@K�m�u�;C�@��G�U���'(�sƲp��N>�K��b�Y��t�}~��@����U����ŕ��o���
�{Μ�c)a�����0�9�'�־� ��\,FyFp�"������J��8����XC�����k�d�HqL���@�NT̜��O�2���B��&���N���"䥓a��+\�%]���~�����@��-�7)^5F،��QY��dc�����mJ�����Q*�H �I��q����ZӅ���UӺ�
�W�~?co40v�3�IJdK&™^k�kzms�O�F���F>��)�n�յ�X�Q�[3�t�ٽ��`c��ra��Ɛ�7ʓvs��!��m���ny�����m]�=�g��q�RE��BxX�]����;��`�)\e0�b�V
�d8��yj��fjm�3̯l)��''�GJ�
���s������I�/��G��.����UY���$���DvY1�%���Z�f��E
�g�?��ɶ�F�z�ƾ��N�} ���uQ��X������h���Vx�KL��no���5=��<���_^�o�Q���%S*���	,�!~<z�/��.�
�c3�3%�]UZ|�����%���s����v�)�(�?�1P�yM@�y�YlF�Bi�Zga�bi��)"�7�o��o���Co;�:�H����O��e�I�������d�6 �f�@��<7ib~��>�~}�O�Ԛ4�Y���Ş�u�H��!�$w�І��2�&�!rMe���ܮE�ޒ�e8�5��M�y6�.���˖b
ѷ�+-c���фrq�:��E�H�ʼn�ڂ��^�
�O��Bн_m�ގ.�Aάj'�g�
�Νƙ���#�qC�_�=Tu�7M��ș}Z�n��q+_�'(��~\��#��e;_v�|���;CΥ��&g�Qں�u��,��M��O�¸��Mr\Vd{�1@���G�A�US1���'j�����j�І�
�K^���m>t|�I�4��`���JM`9qa�-�����L���W�sJ`�9k��q�,�ց�qӴ1\`��������aS�U!*c ���B4aQ����.�N��1�WPms^2�h�PP�}1�c�PYP�t޾�/zh�
΢��Lz�ʺ��8�|��A7�4�w�fs���,�*�,20�a���Du����^T,��j刲�8J
����1���y�_����y��07�T�̜���B �����Y}�D�%��ڦ�(m��K��H�r���
���qd�Զ]�D�89m)�L<�"oM��uC�Ļ��%��um�DP�s�;�cpn�)�YFJ?��Ϡ����p"��qw"�#���̀�)B�H�����X���D���p<`�Ҕ�U�)ѕ����C5�ɀ!�D�9m�t�W��8��a��"N��v6��M��| ��ti��
������
��Ki��F��U[€����/V�4���Eq�&�,ڮ�\FUjN�bhk �Q�j
ƆQlL
���h��`�~�E�MM��"�g0�A}�l�0�6u���u��̸�m��b/�+�*�6�~;�ԖQ�,�osssȶW��E	 ����-σ��@�*�w��v]�iJ��AS�:�dv�r�^[�2��pv��������_�\�M�nGL\0Q$FȈ;n�}��%X[C�Sy�N��\�R�(�D��3��d9!���Is4��~ۚG�7V��3O�l�=1����5_�	���l������ř�?�0����9�����i�b���80�������'Xi=2��5�pP�2���7;��C�Q�c�+��T�����3��A� BO2��TS�nlLN���666f��s�$��s7�_��Cf76f�Lﭼtr�kfVg�ō&�������ȭC�u���^~�O`5șC祀2H�
k �&E ���=����U�o�4吩F�������6�J��)��xྯ����xXC=n3!�.r��������ę�����{ʵ���#��<��x:ҕ�����L�3�:7���;y��Lv�N��'6Э��h�Ł~o0X�H�|T���	�e-��Z5t�����KE	��%j�(�¢41��uܶd\���Ӆ�f���5w�;Ə ��G�a��u..�>�O�@T����bEp�E�bfQTL�"�ǟ������^�(F��<onn����r����ܴ��4�T����&���6���u��!|�|*�l���S��܀j�%�NԩNm3��z#W�MҿC!(�?�����n�q
��X3hxJ�I2�Q�l'���Gn���*�&�Z�b��=a:���]��!d�H��{�/���߽W`2I��s����kd?Y�?C�ɀ€��tז3��fO03J�4PJG�i�O�����oa:�8(�?��j�p'��)���o���B+H�@ "D�c��-�a?�����
fk.��C�Ԧ����@�2x�I���H�k�2���|�^/�6[��,TS��Y���{�����r@Gv	B��,�v)2��u�M��+�P�M���=m�D��(�>v-B<��T�tm������*C*~��A��Zc�|�@
:�n�T���X��ڠ��@	7F����Z�l�>�f��e��O��x��;5����L
�෽��~/Q��Y�B������7��<�/��Z�=�mY{�:�ܱ��7�)�3��Ⱥ����w����N'��0�N~� ������*yvZW}����A�no6}��c�tf��W��X�dx���7�S_%� �s�oS-,���m����|T�h�t��8짜��j�ر����m��m`X V��Fn��'�u�VцP>H��;����Rx$�����EQn��GVz0q49�$P<^rV�l���ۋO��&�{+��}�[߁7�M��Њ8�9]�!̉��7X&g�X�x���YB\C�'[����]���zC��ɠt������,�g���-��KʝI��/��;p�Ὲ���ں3�ǃ'��)p�qtݍD��!'���}�|�Qϓc糧��S����u�ip�A��w�:|�^�K��>؉U�\Y���E�{�-g��j˿�	U�mr�u/�>��J�_z��{�n5iDē"#��0��i��wݸ�
�\�?�mO)y^^�@p>u=�]Wr���y��m��h�N��C��n���>��ӝ/�]g����x��n!d����n�lZ��*o}�u�-��D����AX�۷�6�1���J㣑o[+Ҷ�[G���x��c���x���[jT��2�3ubM\�.��!x�����X6�a�0�G��8?�&B=��Lf��KN�������U���R��a���}͓��s�p�7�(��RD��TL����5�VG��'�q2z ����Y5a.B����Orr���~����v=����*3R�[���n�r�`��$��La;��L���|.ܷ�c?�݌��r<�:��1iL݊�� �����r�����[|S�ӓO\�xQ���z1�s�j�a�Mn�O3a����LO���ŋ�4]�b�Z��1 ������@)�7��f�D�2�8�� ����+#kиEi�U/�k�F�Y>��\V���V1Leݕ�d�����	��n6�Z���d�|��
�Fm�v7M#���Q8=].�T'5=��l9n�<=F&��F�t�:�o�7�z��>N����	;0�)]n h���kw.y�B2O��<��S��w41�+N��� jF�t�}jH��Ņjn&Jx����F:H�C{Lk�A9�q]�uH'3L��;
�Q'8�r:z���̶C�9.d|�O�<���y���o��-�ճ�N��T7Ͳ�p�z�G��_��d��;�81����&y��t���o=����l���z���%iG-�g��������V@�x�_�5{=�6��͢��x���{�#Np�e�V?/t��lQd�r�^�q<�k�,����qg���f����,	�P��7O�`��08{�-��-�FÄ�,??��h4��S!��l�8�$�����j5���Y�&���q�q%Ŏ�=��y֬����+�?���9Δt��*;5A8�dh*��|��%br�m��޾gtMæ�	��
�����<�G��U�;��O�}�z�=�������*6�ꛦ.� �G�
.�u�	%U2`+}�x�@�:�AG������u���-�ZJ���5��R*U_\BY��_�@]YB�֔bua���B(��P�S?Zx��8h�|���Q�J=�G/,�^#����$��u��d^m�
za�-g+�"^/}

�V�DAq���<l���ښ.�z2T^�^�ai����?����5�Wtx
Ȧ���P�����Re/���\����� (
�x��Cq{�d֛	 >�߱���j�\^�]/�\�Ua�r���t�e�U�/�m�U鵹fł�^�m9�����}�k��Cikqo��U���{E���8"?,�<t혋�I��G:&���")�4�ުt�Z.�֕� L����,�W�/�f5��ډ��}b��"\6I��䕎Ʀ����1�
���Xɺi����XӦ!t��#��
i8���&���:��䕮+Ԇ?޻w�a,L	��+�=�J׾��Z;��G2���j��3��t�߈��li2�h-���#��uGՅ��Ew�HDv��\�J�qd�vi{Y*�f����uQ^l�~֬�"�SRX��n��R�q��q��>��P�zK3bW�����6�޲	���t̑�zei��ҖR
�R�G��Ck�[3��WL��L�$e�&&i�c��*}�<�=3��.�g!J�\5@+]����dhO�g��,��&!��Ľ	�52��΍�s��^�����o�:�$e���ɀ��E�֨e���b�+��Zj��1��nm��u-�e��7
2�AH;��M'�>���kcʘ��dtV����U�����Z�5%��jUL)���Q�����s/��;q&������2;β�f�ԜK>��5K'I���YJ�ҹ��<��+#d\��߅W��m��KJR�3�2�q�&$�o���&��Q+�R�V����&�o#����Igy0 9�B|�}M�ƭ��d�B���;��t!�4���7�s���RR��YJY��RF��6�A��RJ] ���o'�w�Osss ���7͆!��
F����i��L$`�P&VkTH��G�+.��I��_��sS%���1���s�U����49������2gc$�X�E⑓��׋�"�K��:p��~��C�w���7EU�2�Co��-��Ԓ֠4�`G��DO֠���h[�&#ۉ
F޹���i������͸-�Ta�Y`��UK��[�s�	�n�]�7~�?]�-��.������7��riA��P*S��Z,�ؙ����‚s�v�
��v�}a�z�?
\�,-�9�o��j��?B���b���Re?������県�Ǿ�n��ɺ�}�4�x��sn7*fA�����_C��qVp��-dx82=ݚ�t�\��9W�+T���Jn �MC��wۡ�q!��E/^��7��Mo2��-lTr9#�<��`})��ֻ��f�)/V��b�;ӕ�Y������%nt��]m	-��,�޸��^K���!��#��0���A��>�?V!���4>������0�10�˱�q�����tB.�=�TS�
�[��o�Ľ���6<ei|`N@���G��!��K���fz�ٝ�}��Pf3{�����ږ���I_Z���A�z���cb�Oz9�{Ԑl<+h(7�	�����,.���7��-Xi��<�!A��Fb�E��{�����dR��R�T+��d�<���L3�P����r�c�K����B�4ss���2�13.W��Jjۦ&��_*ק�m�Ke�fT)��Xi*��(��$g�|4�8>Z6�5b*�
A��si������/��z��s�0BWw�� �g�~N7�;�9��B<��5kU�f{�����r�D������EqbjS�m�N���_����z���^^X�J ��W05���Y�U��M�͆�(v'���	�8�{�Ԕ��Cfk�ON2����`��'��/(veh?��xbq��g�xn�я[_����`i$�=�B0��qbE;��0��e���WW1����i�j�t�aJ�&�6�rmHM��s�ܞ���s[�K�n ���—#\a��B>0��������kK�`ھi�Q�\[q��Y~=_?��к;}����\��ԝv�ǫ�����Z�.U;U���Q��Y����A�1ݾ�S"�qe��xc��W6[��$�l��;��r:��W'0+�����Kw�=m �!m����|�3�8�u��CA鐎g6��v�>*ɷI���UY���!^�Ƈ�ժ��׮2َ�e'i�"L����G�b�0�^
�|H�B
�OM<��D԰�������Ҧ	Jg��zޱ������HS�U�3��;H���J{!#?+����L���2����[h�kq_��U����n�AIx�7�z�Qa�%�=����|�W���{^��e�s�g��*ס�Y���}��JU��Vo�E|I�lUH"JJ��<�s�tZ�l����ʡt���P5x��w�:�k��֪�M��&`�ߟ�q����Qgz���\���݀x�?l�--��2�[f�:�r���/[]�B���T�A�w����v\�A
�ȭ#�Wi�4�`C]��b� ��'#�Β0G�G��
�Y���R��E�thw9���]�+^�Y8��/��q��.�8Ƈ	9~�{��Г:xQ�L`��=wݵ�j��,�_(��:��aQ(��nW�1���B�q|��b��{���=��#���:��5�+�L��))�TJ%�NjƃK��6%Ǒڻ�b�/�$�*ŶȊD�1I���l���4�">�Ł:��gu��'o 䆓?~���fI�r!�+_b�Ǯ��iZ�r�T�\ZO��J�@%���Z��P������ڞ�z�#�֎��*�v�m�-۶BB��i$_˴�c�*,F���xn6�!��&���..�3\�遹�čl��^�"��8��z��"��\��pf�h��n�$V��R�ܞ�{�-��f�GQ�ێqCR�Ư�!��!��M�%|u��t��u���g��->�[L�9-ض7YFCo-��]��&���ڷ�����+;�H���K�FH~.,Ƀ&r5.�����Uf̃L��<����m�7�╆ �A�"��s��Q�$ſ�"�}�%!n��c��Zk�'e496�O3�z�ؔ���M�������6�s���3���ᄏ�m$
H�z7me���v��C��4�	@�	�yRHӖ����Ǵ�u��Y��DM`d�B�f^��i�z�-����#?f4y��n;P�Ik�k]���W�K�y���A��Ld�^�D��Q�o0g_�|�}G��L�3�����_���k;;v(��&��%7�;b�be�l�<�(A���KӦ�)���V�7CN1�u�
�CI��`˿�<T_�Z�ǼЁ��p���B�yT_�����:L����{�E���&T{��&�*�Cl��8�iB���A pa�2�	����n�/�8&�ф2ä�Q*U�ls�9�O�6A���Q�iC�bYm&unun�><^v��${͛DQ�[6�*7ݲ$���΍���灒�\]ke����S�;ZY���n��z�+����</8��*���v,���rte�Q�n�x�>�n�
a�n��O��^K��x=+�z��2�_�KQKɷ���	]�g��P���Z𷱷���@�fr,Hu0���1��$�7�[�3��^�'P�~$����P�R���,�Oqz�P�����y��&6�����ɇk�,7i��*�p"�
;X�ޱ檆��h7�{�|���J�Yy&����q�:���/�{���_�켔7�{�J�YyY��L\.����,//�Y��(}c�&??a0�!3��c�����F$HgHV
R�,�4+�'�P9@������[4��f�y��?)��N�s�a�7����qZ��8ϡ�I��~M���$1�$��o��-�lyy�<7g���R�2���g�8Ms���4�F��S�TQ{?��8z�/��L3��P(�TWZ4:kI��. 6
1\��- �����>-���=��fzɅ7���zm�{���L�;[^�
�K�}��1pc��弅�i���oL��Y�Aqg�ؽ��|
L̹�Q	�R�N����1ˡ����3.=s�H+^o�X65>�{7��c��L.�[�CZ{aq�R,<"��EmA�;�o6,ӄ`f6����`.��OMYB�;7��I}WA�8��(!@�ޓ׫}X��W�	�|�c�o�щ���Sы��r�!��}�%.Lz7T3<�*��j�Q��x]_)�Z�v�U)���\Ea��vQ9������;����sx�."r�B�X�'*���Qқ�;G{I��W�.!'�A!�e��[�கuBEϷ
��u��B6�!Wo삫�f0A��d�FF<^H�"���I��
����9�ק�Fd�{B'|Hh!$evn��+�3	�>>,9'v>����M8������J8�yB������أ�bE11��m�v'K_��p����(���eFb��}��I�;bU*�-
�8q���`�0�a�B���+Ҡ�m�4��pڕ�Y����0,�MˡLr����N)�R�D��'�ve�f,�Ƙ��P1����N}�,݆'|��b�Ry�r�
J�=*�aӘ��H�P������-0�Ȓ�BH�X`avɶm�>�M�c�+h<��t	P�#H[Ta�"���L,u���5�YV�f�XLZ1����KYm��RNuW����U)eW%���&Z�ݎ����J�Ҹ�g4a�x��Z����x�_�Ղ���W�A e�قcU��3
jdD����Z���Q�G�Ջv,jfYΊO�1I����$���k�;#��R	d��$�j��tO�>�+�p��t����̝�7'RS.��'������DٿGS�)ׯ���g���Gyʲ���%8�D�Ķ%�')u|�y�s��ލ)�cL\K`��c:g����q�g`�?�6��}Ĵ]�Mۥ7�2��K坎�c�ǝ7sΉ�$�V�HeE�V�{�ĖmQJ�y��}]2�X��GҸ�1�3��m���
_t���<?1��N����u/��P��楏I�w��C������G��~�6+��'%l�`3�l�e�7�-u��A��NyCRʒ8N�\���X�A�?���&���:e�
nk1�&q��������`��<߶;,���Ӄ���R��cF��q*K4�C���LR���i.h8���AD�P{����h�6�\/��\fQsN��'@h�p��O�M���K�d���U'���JO��O��Z�<����5.����
XL&���?���T#uw�,�5�����n�e&�wf����L4�Պ�J�t&��}Sn�1\��7�q��J��qrf�����9�t0��p8�(`ވc��We�}��l���n��ވ�!Ȗ���q>����D���$B����HSڸR�Y��3fs�'rKRN�v�C�D�D�Ԛc�"���6Ŝ�h��e���;."��-ɹm\���#{1�i:k��f������֜n�g����)8#�{>���\��I
�y���M+�o��0`�:IlyB4x�K��\s��
Ԝ��g<p=����Aw��S7\edM|�����/Mv�k�SY�m����ܬ.�-�Qj[歔R�X6%�ߌ>��8�M3��|�ږY3ħ�e�yo���y�
n�eS����J��_��Hy=L�,ޔ�^�&)�z�\���$��o`z��q)�����L��oB~B���<��x_��T)�B#�	B����M��������Z��=
��O")[`���v��d���x�r�L2e�	��x�Z��I
�rENiF�%�u�H��ꈡ��fC�in�S��N&Y_x#=�b�c�a7�\�صZ��p��"Ƃ`��QK�ym�[���L�G3B��g��V������'R�X3_�HPۗ��J������9ia�խ0�d��$��[`F���}��q�(r�$@��ڡ��(v&�+�^�����B�|�g�RA@E3U{g���
�d�h0���Twnii�al%��Eq���s��-�ܢ9'+j��8������&.�*�����N�}��-L�%Í?�(#N���Tp���Jp
��`��a��ӆJi�C)u
��}̶�x2�.��ޏ�p%ɫ8}g�s�a���!80!�W'������ZB�Н���Q���fr��E'�9��p��s�m��':fU˳!�Z6jn*YN&��_�rxY�q���@�z���7�g���{��
n3Fn��#��_v뭗�<}G�F©���2,����1��EF����+N�=��&��H�W�f��>��+W��දR�8�4��1�����x	�Ɖæq���3�z�����M#�k�z=P�0&L���.�w��u�c��:���K*����p��E$�ϣ���/���]�.!��o�<?�…�s���
z�<:z,�`g�>���8`D)�\�y[����ic��-/����H�kk�*\��z�󋋋U�R��b����·�c�����,�Z���-��A'I��霉�¿
�������TI�Z2��@�&��
��L���y��\d��q8��Ls�Ÿ��i5�"Já�j�Ѣ�p%�Q�X�4h��C�y�a1�� �R��/�A�_izA�q��gb�X�:7W���C�W��Zh0���=�ë2�(-�D�>��..&�{�ڿ�K�)X�XWT�_�l��f�7ql>f���߂+�S3~U���EZ��o��e�TѼðF>ڋ`�{���<���u3����,�R��7X��_�`Ǿ�ȶ�|k��<�7��w���s~���;�!{>˶��M��.�9���ǵ�	N�����8g�8����݇�s8e���;�!E�F��%3��&d��s�ŁB�U�Y������םu�#�c�?o�=��L܅w���+����8�9o�^�ix^B�̯>�w������S�2�����ܐ���pRP�v-��q>�V{O2
�獆y�oك�]��@�V�����W_Yx�W�B
�E�R��O_�{7>�nd�,駥c7�m݁�WХZˏ�"%��A�@t4I.PG��G��-��Q	���w4>�%��L�����X�sE���]tс��'X���n��;X1ߓ��	�=���Z�́��5����~UO����ǥ(7�ɴ	��%I;�^(Ǩ�,��N.�����X��7�e�
�Lj�5�(d_Z�:=daf>���8���E{��w�v�'�G��<EϹI;|5i�6}��<�a�,qVC���d�-��[��L���`�|�+q"��_�ށ>)S�"��d���P‘�}�Aٳ:�Up?�;�}<F��b۳7�#g-T�!z��i�����]�>
v�����V;�jUa.�i�?B��QK�����6-Q�4��s�<��Z[B�vDa[!ӀȈ�<���s�,�=�5�G�(�ؒ�/}��k�	�7�oPY�c$O{$��|���R�%��D��J]���25�S�J��=�I��v<1'�gO�'�b�j;�/q��}Ņ]�,狗r��>��	r[�� ������ӮgY��U��5�:�76���\��v[�>�q��$%��!��,�0?eě0?Հo�M�N��c�loݷl�q�����G5jC��˩�C���+8��8���)��ל�?�C��m4.��6+�.�9��7���Д1��bs\��δpB)�0P�����c-�0?䷤���c̥�ZJn�j�	e�������C�3X�T9��V���6�~��ndw審�k;W|$�.��Vp�e4�Ѩ���A��'���%�}��vނ�+:I��3?�A�ϓE>�:�<�f�$��vi���T
�T5��E?5}B���f�,I*\�jV*V�/k�9(���q
's�ү��|.b�}�h��k|�uM�'��pb�?G�:>S�)�85,d�C
�mYVnW��a�~��c�7��\/XW��r,�d���UF+ ��e�ߪx'܂�₸�v-,��%@�%��ȓ
#�?N��q����wT�2��/�Lz����i���·,�%x>��}�zW��%��;tM���#��e��t5�L�!m�'u�NH��;�Cr�f�'Wˤ����\�����A�r����&���7M��G���^%�0�1�:S\���sqX_�}S)Ln&�Rƚ85�#|�Ka���(�|_�Y�6N��U�+�[�Xm��ِ�Pd�[C���b"���u���>����>w�i��o�o4P�.ѽח�y���� W2�
���Ds��;�`7���?.�b�~����/°Z�R�)��w���y:06}��ǘ���)����~:�uO��z��vv:�F����B|m׮]���-h=��#��O
t�{�����h�a�x��
m9�$G�1�Z$.�����5�h<��&E�jc�:J�SF�d[�+%N���1'��[�p���d��3����n%�?!1�p��@�Tֵ��z�2��:?�.XޗDZ�~H7`<Q<�(~S>X4���nf~������
������l@��g�,��^�u�f39f���}��/xo�������Ǧ��l\�
�����|ߘc�8O�{�^c����k�n���6�;��,S��!O��M2+JW�`��F�4�Œ��@,�Xr%>ŷi?�(�������׷�v���U����Qs2�g��K�b�b�9�(勔.:���	{����E��}���-oy�H?��
>�K;6�o�z��`V���SBR�Sj
F�@��H���ljJB1W�Q��F::�P��+D*a�^�<g���o�]�n*f��?�$�Ai3"�5>ʒ�Q|�7�]X��W����F>�7W�:Kb)��*.���}�_�!����d�F�!�&rQ݇6���H�b��g�<a��]��y>cY�����MV���� �J��]���:eӯ�Ō�O�p��$���aK@�V�hw��h�(s�I
��`*�O;�zx�Y���m�O�S��F�؍�g���(i��TD�{g�o�m>�0��L=�oJ˾��$����z�,-�t��R��)�0�3�a�u��S1j��$Ȥ��='M
M�&�T#�iJ�N�ƛ%�
�<^] ��纇��	]���g�s=2����xs�Q�J��&Gѓc�;J_Ǝ(%lS����[�~��]����L�23�q�L���s��:��<eͩ��E3�ݥ�v��̢�䙮�0�g��R/��X�)f���Tm�Hn_�%�:�����^�Z��i�@W8����d܆�0Q�\�PR��"3A�z��'�h�dJ*�(��ʯ��Rj(^����i!�e�x
>:_^�T��r�~�I)��T�\�
n������"����A��t���w��m����/�\�������R�:��w�A�Wl*�.�Y��	�����c?��E�=�1�����}�.�^C�{��fg��%��Cs���$
�!cP���慛b4�9���w���N�gە�z�	�w%�	^��n.����|89{��՗\U�-�����7��:'�T^�+L��!μ>���B>\{ɚ�O���?�4*DH}A��e��uZ����|�WJ�!��#g�L�s�3ُn�[񣽨��W��ɕLw9��w�ƠL/˧�$�|Yl�o[���c��g�?�ܗ3��x��{�}R��^����w�q��ᶛo�8�K�[t�X�ԺQؓ�/vp�͂�,��O�7<�z�k:y
q��@lL�s�t�a�.SB����}���/�M0�r�.m״�F:�19xG�\�h�Z�0yJ������k�S!�m��]�ܤ�k�B�ݛ��H��z,���Xo�-�f\)�7��.�ev�����^��
�C s�t3���	��L��K�-�;�R��wZ�+��j
�[�A��&�i�~.BT��*�<�=8X�F�K	8��"�P~�!θ?�׊g���B�����V��
�l8�|/z"�YPx�9퍅چ� �u�y��k�FS�o��U�p~�jp��G�ޝ��J�h.w?�-���G�[xE';�����b){0�E�7^n�5�:S�s�g�9�$��Z=�[6�h�J��@�[�d!4��!�஥��UF���\� E���~[�q,c�7��P��qx���Keإi�Hh3%�
�"(�:S.p��ue�|����q�p�,��n�����V���J�34������/r�������X
gϞ=����
�Czl����⧽��Cm��h~���u��9��@/ʨuVg�8��J)Dx�:��S5!7���s�$���Wq)�2Nj�)��u�Y�������Ll��ZTH�"��F����ؙ|���t܂&��0�+x��W��k7h��D>_ۨD!@�?z}����Z��m4�Usw
%��}�q��R�����pcØ&��n.G���z})k�!���r�-~�a���l�����b�.c�6��:Ə�il�EG�f̆�]5��*��<�w|3����D��������f�d�Aw�L��С�*��<�x��B���%�����V�v��%����S�������{�W�4z�[�V�)��{�7z�ܺ뮻�-�jc��WQ5��B��!�IP��"�����	c�C�8]������L�IZ��b~PZ��Aw9�Z7�BȬ{�&�c����c�{�)�����v�욞�
��&�ݴ㸮�Ig���o��a������Z�W;<;c1����$Y3p�h����R�E	�ԛ�[��>���?��R����r�[��a�6�~PI�7s�S�0[%nS����|ރ'�Fl+�ݏ=Ut��v\�"�԰�c�n1r�bV���n�q
�J#Tg��ll�8�nE/� ����e�o�w���e�W0`�A��2zu�h
�#�$dC4���I�Y�`��u<�
2/�������(�@~�u"�O�����I܂�[~�����S��F.������?���H�cX����X��$��U��X�C�cp���.�=W���R�ios��q��d�/D��W?[�G�$:L�kV�HX�Z��p���g�S�ݗF;�N�Nrv?������Ѡ���&�����M��l����G#�up��f,�4�A(��N��
�x{):�i������8U�{Q�*uR��8��at��Pr��uԹx\���|lQ�A���+'�]��җ�#�
��मl����j��⾭x<�;������)����R	"�	�.���@��۰*b�6>R�&���|����d�Ħ�����1�ZaӖS��<ʏ��
��jky-���M�0�_�sW�9&m[�,�oό��{����$qlJ�M3����`4��R`Ǥ�Yڶ������8S��o����N�NP�{GQnyJg���܀Y:<QMju�P�xP�lʼq����P�TK^z��u��}�wgjoG�kO&�<��b��s��Ue����c=���ݶ�N!��i,�,�$����ut]~�l0�:�_�^���t�k
����-h!�˾���ʸR�$�'am��$i�[�fV��j�,���nm��z�_�Tq|򤥷�Z����o�&�%&�
���H�b�z`x�?�����op2�g�\��q�����k]��0ă�]�;���7�tx�[��>�Ft��|A�?�zؿ
��9��o��NYӢi�ص$��]A��o����R)ɹ�����̜17����^�'��H������Qb:�I(5}��J�v�ۆ�������N+����gPϮ����r�T���Z6K%�L�N�((��%#T��s
x}�մW,-i�>��ƅ�=��oh���l�9�(K�A�uN��-X	}�J	D�!@��V�����!|�Mu0������z�h�G��Js�˦6������7�z"5���俆Bi�Es�T(8:�|�7�E�SR"����꣤��j��2u9���7H/!r�3g�ߟ�lv��gQ(A0�c�8�ɴe۴ nRi�Ri�����h?1�8zң� ����|�5
����u��TϠ�Ռv��[��5-׽8�@Մ�8n����}��p��G�u��I�4�a�N�i
Ӵ�wAn��-���'
�J����u��~�T�<�8�QCX=rc@1�3~$�׿Zآg[t�j'����t�Z����;JSJ1y{���d'	|?H u
����o����?��eI��rsTn�r��j�ɨ�
1����R�T8N�,�1�UYy]�0�u�{��| ���۩�6Ρ�л���[]fNdV�,��i����@�T��	sO��\2��z����>�j=�݊W��Lݗj����GwpE:��
�*?>�1q�2/�����E܁R2��iO$�����>Ƌ���w.躼�@?��p�\��o�A��D`��~���|� u
?[;��Z�~���q�V*��>[ki[Jk{o��a�FS8��N�0ƕ⌑vg���{q�L��{;BH���1�_�*�n�-��E}��і��:=ڵ�9k��&K)�����q�J�E�'j���%%�4$��ӌ��D�&��4���r��|��)l�&ϹS?�r~��ɺ�y~�[w�i[Z����i&����{�4��R�J�Qlɿ����)���4�cy��X��J=9'I<-{�Z�>�p0�A��b!>�BĖ"Ġ���f��[Ӽt����C0��ks2�-?S�bK<�g�Z�:��d��@A�7���RR�&�j�iƦ�����@�2�,)��b[5��vl0f�.�<mm��}�A�����L%��q�7-�N�
�K���2]����v�l��V�+�o���W�����m����y���`N~�s���_�B�`��sB�_-Ra�9����v�Fb���
E{>^�=
�V�WY��d��	D^>h�n���2�q���e$���HkcmG�q�K����8�ZG������4q�x3�0��M�'�:&[�yPR�a!�K�c�H<��Zk3�K��</I<�B
���X뭚K:�O�^��Y���0���h���A��^Y,�ɣ`�`��u*�@�6O�7_����a[>�կ~56�6�|s�e�R����n�ϖj!*X)�?��W`t�l�d���,��–�F��뮻�놛
_])q��Ě���(҂4wwؚ�lB��`�� ǚ-D}�]���P뚍(���-L�E	&#=*H�T���r�0�R��+c.��e5v�E�\�P�ʣ̀F��i*j���z0E���]�u�F{у�	I��١{'���#U�Z��vdJ�4�Lrv��'-���� �^�̳�)h?��sA�`��j?���e��_�aJ(=?���eC�_��W)���ru��ngJ�	��NG+e��a�m�V��4��n��$q���qH�����4�(2����$l�Բ֢^��I$�~���Qk�%A*�fYso�V�0����C�mM�7��Oqa�O�8z��NiÐʎ3z�V��Q�M���<0WP��B�MTFxG?*��ґL�M�Si�����O�z�W��y������W+�Ě	"K���x�05U(�'y�0��xM�j�9�X<qkp�*��ȭ��lmmmY7�c�=���/��]�BdI�f��WB�������0.��J
� �=�1�W�
�N�)��"rc�>%jg�
M��Z�f��ÆY�>�5�&wQ_o�����'M��r����=�d\w��� �]� �E!'���W ��d)/��G�0*�<��I�Qh>z�m���~U��ꘔ�g\��g�…=qrTq;Z/iv�`��]���Z��T�,��p)d0��Sg(%ߔr��"ݱ�5�P�j�r���9�*)�Jm"�kh�]]MK�C[/d�w��	Z�;/kDKhau}Z�L� ؜��:VWj���l9�Oi����f��
����[A^c<(%��Ԁ����c~�'�`����սC�#�yOX5lDZ��1��	���k�I�g�E�"���z����hp�{� 	�_,���p�=|��!�k�B-��T���;E�M~������9�s8A��o�~�4����&HL�1	�&Y���O��}@$�?��?���wz�����{g���w���\�|Kʻ���>w�z.��|�#�{�GG��,�rwt�FPJ=��t�p(���H�ץ��,�q:a��߷8I�t�ܬ�-Fg�SҖ��8^U��{|rtëHw�¦>/$��Б->�L�ۢ����/�(t���n6m�i`=��D�o$�4�U�ժ@+Z�a7�ۤp�-�z��B��f[\ط@�6�1c��h�=�[,��1��"��_��)[.q!xi][�]���y1p��Q� ,/2��4��sl%���^���p08b`��q�ё��ϥVo5{+�~�~#�m11b!;��h���h�E���.y�����	oo����Ǝb��z���T@���5P +0�)�
ZP����]����em��GP�]�L����2_ʲdF�3UG$4tPQL*�c�t!���������/k�t��P�o,�:�_ѕ(�6Ŀa)���<�<}�t��H�q]�}%��	|�r��f��}!&��(-Z���\������h���
�m��g�8�k����Cs�k\�V!��W�tZb!6}��V����Ŗ0�?��)����.�"|�K���O,���ݶ~��ۓ?�t�~�i)�'7��|&�:�����X㌒P��HM��F1,x�u��[`��Z%_��,�����-B��m�zx��{�QFU�,�9�m�*)���o��gZf@9�E�B:��~���� �r�B
�hYD5�KK�����0���űCF	�&�J�^��+U.�E�a���`��^�V��c��_w�X��}�
�N��[���tmN&.��|��c(��)ʔ��
=�]�NS9`��� ��ސ���x��Y�����~�N�/�7E�o.���>�K��H~^_�c7�4Xi�[����	<����6�z9�p��EZ'yԌ�rI�Kh��-_�)���W~-��4���}}��'T@�ܠ��Y؍�������
@���+wd���J�N�J_6;���>j����
�o�M|@��$7����6j���:KB�hH`Dgvm3�s��=��Oe�������j.o���)���/�����}}��t�F�QM�B�؛�{��Yص���҆��v
dSq�k�m��==�]g�Y֑����L�F����WJ�H�N.�V6����ř
���|�T`������dxt(��`v��ꆎ
=�T�D�nӽW�xYM{���aO�2:�����
>cy.94*�_���0�M����A?iG�Xn��iv���#
n�9S����bI��c�Al�a�u�Y�~=�l芭7@m�����ta~A-S�&�2�~P0�rv!����N�Z�$9s�� Xϵm mDZ�����t��S6[�N��k�s��F�q�bٞ+$b��0-���my�X9i�l��R�X��3j�c�|����<0f�7��$��4leY:�y���]�?�&�k�K��`����0r�rk�G���RJK�#���cbB�O
Ll�0�kR�`��+&���Q�}ʊ�&��HMbb0�����Ȝ��‘�/H\`�Bk)��+�gQ2"�TD���:�;#$+���r��m�|��,�@�E�@��o�	Rf?�
�V�c�.���	�&��qA���#
С��c�l��Pŵm��'����8���6� ���ڛO�8qb���4�զ�k�x8�E����7��`�o�놆R��l�H�q@����*e�nh(�->�'����
���T�R�<�sy[���F�`Z	D1��ɡ��a��
>=?����=O7���}{�m�զ�i�� ;��+Cs����mz�7�
��2��q�}W��	O�?~�}7�i����@��>80׎�F�a���#��Ρ��^�x�E3Ͷ�_LsU�����4����I�5�*�x����"���HMڎ%I�ЭJ3;���LA�6����,�hn>�{�0��^\E�l��iɵ'��I�Jk�õ��M]�����~���|�TR�h�c�m	�3��P���o?AhP��6M�n������I���v3Lۡ0M�z�b�m�K�����K�m+��;��j�	�Q�P�T��Jk���
���\-m�S9J�\�3{ڂ�_�ܰ^�'M�>
KG
}�O�O�"���~�)�B�qi$�U��$����tk>j��{�soO������#��g��:NoOԴT�#~��/3ٝX
�D�/���{I��z�ҘU�[�v��2��TE����Nj�/`՞vC8ID2t�7Z��&���>�T��=��5)=�Y|*�|;��h.���k���}}��O�;$7���%Uo
˹���v]���C�H�2[:K��$[��*j~yo;e�Z%�o���q��-�m�I�M��
�`b)E����q��|��FՃ��C�\����y�� �7�����
Q��A=h>�7B��&���n�Ȱu7�3qp���-�|�/ԗo� ��-��tz����;�e�ǒa���s
��"f�_��m-��[�a�����/�+�ȍ�ڳ��)�'��W��_r����FY'ʶ$M
�&	F�BL����KQ`v��Ί��\J���&�$�gc8�w�."(7I��������z2�1E9qh2	cd�l]�$	|*\:^Hi �O���+=(�@s����U�81%�(�5|w�c�c�1)xQ�Iʊߛ`����aaϴ,M�1F$a �HFܵ^��nٚ1�0��?�Uo�͙�=���^"��s�̸M
w�F��:	��l���Y�T/½$��5�9��F�G���Л���S�[��9��"m*��}W�vN�B��QW)m�>�����dv�X*�0F�TdJ=�w�-�E=OV�2q[���S�K/N���	�%��W�G�y�5"_�:������n��Qr�"�#����(0Jke`�m4�z��9�:k"�%Yk<�K��k-8.}V��<{aMD���k��zͰ�C��K�OZs̳�'RP�S֌��'y{��������y{�璬���g�[�؁�C��b)����TuR��`�y�Zؿ���=
�x�i<l[⴦?ռȋ5�P8�
�&����nqe��l��'ޚ
�v/�}Ce��5}_񢉞e�t4z�߼� S�3?�я�w��T�mN�~u���,ZDh,V%	LB���4�z2r��7����B5������w�]a�ժ#+_�!]��k����"�I���o�� �Z�X�����޲Ym�г�6�~,��I�˜����L��0�Ɣ׬���z%�13�M�0�Ũ�6�m�ߛe�K�F������m\��Rظ�T40�RO��6!.#`l�kծT�\o��?�j,N��5�fS��a�K�-*�T#��RF0�81�%���_=0�H�$�R0Wނ>���lq
Vi��z�=�@⿈H����s�|���f���&�7$�R��O-���v�O�O
	PFSh�������,F{D��N�ê�z�m�t��o�*f5`C�ٱgmnll��.�M��ݔcV�2���E�'��o�idJ��E�!�N�y�&ł�0cC�a��5��R̈́vE�E�f����n(-�$�Z�:�&i���ǔ��ߵ��1�Rm}ಆ���p�a����=���]/�ߑ��Ў���aйY;��8l.%���r>}`�6�Q��pf}�w�
��`�Tz��h��)�Y��(�9\��¶�#޵|B�0��#튨�B_e7���G/v�����$�x�&	������1a�2��ከ0ƨ�Wr)��7[��9`K���0؎8&�zJ
��e� =>����$�X�ZG�rCE����P��
�ZfUR"�&����Sx[g��]�`��l�QK���8n�k�2�|!�-Ÿ Ȼ��s�B�B��R,��")�+��FQR�Muzi�"=��-il$��GxK^Dq$�{�P���2�����h<a2�z��\��J��h��RL�_�qL(�M
�
��)%1�}���{�F/5��3m�\W)�|�ni0U��S�����G=ju�����f�k�5�Ƽ�H׭Y:��l.a�5N)�1�?��yQ��攒S�	1�7
���	�s,0Y���S�n��g�Q�٭����9?�BHC�X��aY������_*�%��5�8V
BV��LJ+�v��ȶ{;�nG�e�'�Q���M#����
e�n�Ҍ�y,
5���Yqn�q�%e1*F�(k���g�8�N�Y�I�He��E��X�a�v1��2�OR�}:7��(j`u�@�+���(FpE��{q��	!��X�c5'ev�QWX3����iT@H��l%�lL0�!�]���[x�.eU��N�R.(���$���)c8́~�+�~�	&��|7f��Z�>��"��Ȯ��K��c����cL]��ue1+[�T���Vg<�4�o����hA'�m��� :A͚`��YV�w9?��X�C�:�0�9��M�IY`c�e��8�&e��d���Y��_~�?��4������_!�B0�?�a����P.#�c�`8qV]F�U�psW���9É��o7�<p��IȺH��8���K���\s͒�\�8��r�u����e��5�a�,"�ˢs1�!�&��l�l�:���dK����!��o�;0�#%�)�����:�&16Gi��B#
�4�k��r"�[T�a4L�.�P�xh��$w��̊���BKh��~C
;��I"�V�g-xV\𖩖n��M w	��R��(��V8�٥��0�����Bj�ZXN�Q��e�����[��_�*U�/���R˭@�<�S����AP#\HK�����Ů�za�ZS��R_1�HH�qс1�8`a�qB�b���Z$��
7
=�s�ȕt�
!,)Rm���m�mϪ	��-~7gX'���R�$4���[���՚���+������Z2�	�����Vk0�tjU#�D�m���Q��p�h*?{��F#�Z��,0a�%x��T���`�j�Q[�W�1LjMy�餍J8��<+�v�f�Ҽs"��$�@u;�!"��q��M>+��E�$�
S������ש��GLT�����~���j���}Y�[1�-��R��ֿ�)�^��7WQ��[$�*/h&AkY�lZ��	��,�e� q�=�MF�7��2mxNr"���Ki�Q���V|����ފ	�o�e{h�s�=��X���MX-z��/.^�mg �)�^��o+e��<�1J]���>V�Ǿ�����+��m;�t
�}8�!���sPf\�a�<�QY����fYt���2��tz6�ڪ��'±Ak�n���΍G�\��b�11��ÆV�Ƭ�G� X�|������A�������0v�K�lz�v�ּ��X��V��ą������+n_>����#fѻc�^�_�W��noL)����ZBw��ȓ�^p%����\�7)�st=%�<�]O�?�
��no0d̴q^��S�Q�2*�,����i�j���R�М��	�H(e�5&� ��;	�5Ӽ�UH��V�Zk��3ƭz��9s����%��[�S��1!d���l-�3R��:|�v��;��
89���q����܎�6��f#��zo��4;�Ah�.�&r���ъH0�3���E�8$� t�	]ǩU�m*�k=�^P)��ǂ\�"���w�Y�������lhx)�����)��'@G9Rz�(��<^��gcF�.N����#�Q�%A�舙�EGqN���L�
�	�>�:�NY���w��V�8(X�B�q⸱\w�F`�50P��fk�,Ɍ����N�8R&��Cs�Z5.'#�UӚUh�媞�n�'�9�ӬQWƭe}G����0c<I�v�lШ+���=������/}	M���#4�y4��F�6Ʋ�����LOb����]C*O:W��苘���y;&L˖�{�Pq��ĠB�n�7~�Q��Z�ὩA0�uCzID����$*����8��V
�oN�V�d�$iL_Yt��f��:N;t�Ҝ$�2�u*뤒���L4��f����7���@�n��b�d?�����(�0�G�eq^(�n��n�
K�$�7�-�G�ǝ�R��e�i�=����-��}\'��L�$Vҥ�2)S+�cz��3^�@(gD[��Q�qƿ\�c���sN+]�,���'9	�$����Pq�K�n�1���C\5�-�\+�4a�9C�3�^3���V(d��SW* U4�bD��� 0�%�~[�_]�0��ji�V.&���h��C�\f0��mu�%��8�7t���w^�4k1@\kVj��p׫D��1��`8ʹp(3��1�i���>ϱ�aw��W�*�V5n�`��	��b[H��#F���cQ$i�X0,}�Y����H�T�M�C��i0y�K_��˶/T�w�M7M�UX�~�K��q�~���ʮ��IOz�ǜ���x�ʕW^y��l
��=�f,$��m�*Z@;�!|�KeA*�<�L�T�	8�4{�sn����eV߮��8��'>�S�W�_	�Z7�':�R���w��)mKD��2 Q�`��}����Y��@����TU�l�lO����ٺ�I��׭�	��M���-����rPͩ��,/�=�jn�}f�wِ�q?|ټ��}Np�T��Ӱiq�}g˩y �����m�E?�$��<���A*׵W��\Xm��B�L���\)I�t����~���M��P.���T
,+|N�Z�ZW-P(��o�=��)O�]��`|eGr
�YR��w�a�ؠ?0¡�(Zޏ�%��6=O�Q��`�@��R�-�A�X��ɹ|��h�z�	'Q{U١z�v��g;_���c�]/�~д8��Ec"��QFь�\!��^[0�	��~��0(����)oR�/���_�խC
w+6���&~�IXB�m�I��_. �1��[ѹ�a�H�j��K}*$,�	�&y�Gl@}�`���Kv�c��,�E�	!A}s���T$��/�_�U)&L��6��Œ��`Z��^60��8��0�X�"2vL�cӜ�7� 4���t��Dt����9���hJ�dP�^Xi`�^ ��tW�.[.Қpo+��^�%y���ת�N��OrCx�
��9W�L|t�\.P*��э��]�R��U4[ӱR�t�yp���"��7"�4{}af�3���	��AR��:F:a�vܵ��
D0��@�C��w`yhoC~�x�I������%���m��c�:oi\.���ҽt)
ڕ��b��ƾ��@zi��gZ����SF.m���?ǟ�s\��}����"c�]�.'I'H�D��{�x=� ��
E��Ov������H�oEX�
����6���͛��D;���;���g�����9�k�c?q�F��ؙ��Qβ&�zm�;���q�x���j����Y�&"�B�K��&�ɏ��i���_�c���Q������>F
�H���R\C?��m˓�M}�2n�J�$Pf,z���0�b�#�,l��!B��=c�P���S#���ét;י��ݎb�|0@m�C^X6Z�W�,�%ud�Y'�����`/ayފw��U�����z=����U;��W_�(��܏�(���X,���~Jf��>�_[���ə3gF%��>�r�8sF(G�[B���z6˲lu~~~~5�~�^��o����?\n?@5�G�Ћ(uQ�l!���fYiu��P5Z��i��va^���D/7G�?�p�
��:-�K�P	����](=�+%�9Z���l��XC�9-��s7U��*u��·M�\�%?+��g/i���&�*���H�̷l�o�ŧ}}���!�,aY*I\��#$ϭ�w�QA=tw^�-~������B�&��fZ0�0�R�.%�^A�T9��T�8%�Q%i��R��N�FE]�pcIg0�
D��3���ܑ�m-n��梛�u8y))�1xkUf)^]s1.�{���Ht��_�T�T*G�or]��y�Z��qny���j��z�4x���������6�.�K��.��1��?555uq姷,W*�J�K�������R�T�P*�J�v�^��4H�tC'����L��t��6"����^jxx�ZՁ�mq�[í��ײ�I����vo�dD�>���4wG@�T`�����aC��Gv�}]F�E��R���2t���F�\*'��^_�68QV	�M˘�V-2?1_J�8�|�:�!�qȍ
ld�=�=��n��q�[3��j��-��poJ0#c*��|&kbB�F��`B)�$k/��ć,��y��C����@(Ť�o3!�hO}�0Lҽ×nll<y��{*���c�ѡ�9O`̄f���њ��U��.��,Hp�<x�'���˭QN)PN�2�3�(Ղa,��;W��v����
���oUi4�Ta1HiKp�.˼>yl߇���i��,3�r���q��1j�g7i�¬ۄ�i���R��x�I�Kb� ��N�K�7�1��lOl��1F�D�[3���q3�&Z�:�PIB����F���mVXZ&"tt�<4�Io�/�4=W�ױ1	��bf���e~0����g�x6	���N�{�_8��
�>�s���}fN�
�Qf>x��w�@����b�!�����Oe7R�
���A��V��sF2��NlJ� ���B�R��:�7H�v=�%E4�j��h9~ulu��ҡ��y��ЋA���:������A�f^hV�.-Ms����e�����0˥dH�kG��$)J��E�ԳL�J��*���������g�<	��_�^J�<�g�7^H��*�Ѓޞ���6D�L�3��G��/�� ���)��8��q��E\(����>»x���G_(�&E�Ҩ�����lf�b2,��tI�8��M�a�=`�}�ٜ��T�g�1�O�fj5頾ω��4�ڶ�����`�͈Sg������;J���\@M?���$��'�?�ٶ_YGJ^������f�Hh�~��OAC�QKZ��(��ΩߨKFG{`e��:>U���v�4A���$����u���S�w��y��P{B��`g�p��@)��pzN?��C�L�6�a��ͥ������B)�l��>�q�Y���
��dV��+�?bZ �J@p��??�2o�Ki�:Qx~~��X���1~�̴�ߜC�t��
+Iba��Z;Q͔kQSO���%���E��cm�����ja�T9��N�^��jM�fd;6,�%y���o�Mx0c��y6�äm�nG�CD⪦a�[�1sš@��u�]�{��%6�HJX��Neu�]j[�0`U!�z�++�Py��R���6��>�_�–҇¾�T+m��������՝���H6as����R�8��7.�����k©�J-�ϊ3�z9l��-H��8De|��1�Zٞ�8$Eƴ�g��ޛ\\L��.��Ȑ���6S
l�F�֪�qܚ�ds��@
�du_Kt����Yǟ��H;y�Iϵ�&�k�N�����
�Iqu���/���m���W�.oxt:�I88�]�Ƕ��W������?1��M��:�����:��D�E�ѻ��&��w�L4
9`>S؞�4�u�t5���('�X����iX���L=��3oe��Yz
��<�&i/e�V)'�4��L"�Y�EP��$��dX��c#�M𫄜��a/T����匥x��")��2����p��j�%p�w��(��>��sB�1&%����sG��R�c�|H�ꪫ�����(F�UR�x�{ޣ(��LQ��)�
.n���~��p+��-�:u�c�7Ug��3�x�+l�fJ�[�3�2VW��1?��0�qX��{�k���GQD{�'��z��I!�`�)�{�W		B�{�~@
uZ��JH�B�
[�
�<ڋP8ISZ���n�8ctt4���܍�x�?���n�~\ȯJ�U	 ?���g�J)�;+ ���RJ��SJ)��g-k�)�G��Rl����S�(F鵦�M�(���o6̵�2��b!D��3�B-��s��Ǹ%E��nWY.��:.�".s�&1�1�J�ô�q�I	�4Mih�`�vg�=vם=�Ss۷�u��/��c�����U
}a0��<��'�N����-n'{ZF�����&�s^
�g߹$7�������u�V�\yH�ˊ��
뢑K�s�%#�u�&Þ�H�W�J��Z[Rr
��E@��$�C�%l�F#�A�o��Zw�˭��Q�G<��Nf�:ff�;ӜQ�c`�2x��}	���2N|>}��z慕��(���l1&��8�C��ⶰ,�]�x�q t�,�ثT��33�0Θ��6�.._��s,m��8��,����(K쩀��B��S�B� TFB�˳~�.x:\���Q>���I�$ �Ϩ�v���P��-�����k��
�@{&�-%��y�,����
�S�[;_�8+4a)e��f̘�h0���q@��'�b���<���}m��G��)���̹ i��@���P����Ѥ
�Vj�1D��Y��j�s.�؄�1�e�3פ
H�N�K�Y��ס�PA�H�&q���H�(��J���J��*ʨn4�
�(m�Hp."՚�VV�v�UJ�+����	P�j��:��Қz����f���z����G֧�����O{O�P�p<�z�]p�"WZ6BN�>:'�R6,Q�p���V�p.��K�'<�	�a�^����9�	_���=go�c��Wa�?8S]7��8�״�_v�F�Y�8��&t�`��P���v��Y%�����x��c�H\`4�
L,�ܢ�NV�6���p8����\+�%5��?�y���DŽ'nT\71B��l^���vm��8N����&�W���cR2�W����!�3j[��L�
TA�фdz���ڒ�v3t�93���L��}�]
!����H�иv	��F���۞z�����*}I0������h5u�S�4���(R�ΡD��ڕ���T-��e�DP̿X�=(5Ufk,7G��j���&���9b�a�x�+�[]u��O�e��0�r�:
Q`��#e}����x��,�=켚�g�e�j�I���֙�lFٶur?�)B�Z���6�o���J�.�-�jq��»��U�^����Ħǰ~��'�$z�R�ț�D+H�F�����,]����`��9�I߯�s�m�#��s������_O��IP�S1ۯ���L+����+<iLe�:d����|P���]���\��=�/�9@=4A���B���C�B�@[��������Q�3�T����6����y��ף+&Z��3��Yn�Ĺ�"xpi��`h-~νP�n�.*8g���Ŕ�鹹�}3��
�^�.}x�o'�H���\~�V����	t%,jނ�H�uӕ�"\W��ʍ���)]��Ѳ�
ϓ�x��Y��YSijWg
�d�F��F���Z3t=�C�8A��2!ߛ.�4�qԡE��$�!{ob�%)�^�wܑ���ð��l4�jY�Lߙ��G0�nj�G�_���������M�@�녔����B�y�F���'~t	��U�bh;�����N#_�r��.�T��Ѿ���#�B��m�Y6����J�&�+/�h��a�o��^^���Z�o̰z�;�󮹹9ƶ�h^^~U혛��q�9�UG
j�Ŵ�>w����
C����=Zs.�D��4�D�O^���q��χN����RY��=O)1�!
ۄw��W�7�w�kz�J��1BO!^��[��-�R	�2�����4��=@�� �JT��Y<
ꕧ����!�F�	i�������q`E1R9��=��C)��9n�����Y	n�WQ�c��'�ZZ��	1��楊ξb#8�,!��po���֞g��e�g�B$�]���!�Ȅ�młV�݌�,{���3WQ�O��R�+�
��+SY�vE�{C�y鱿R+����Z!8�	�Q�L�T��a���N�b$,X�y�b�ǃ�]�T�
cW� SѸ��7�jܺu���E��v�*+;�f\���1��F�ZrF*x���뮻.8�Nv�����}ܢ�\�ŰH�l�/�D�1�O�VT6H�+��y?RYğ�}^~�_B�Qk��o!+x��Cj�,��e<ם��
yoX}zsiޠ��YB�$��]̰xsߗ\�Y�~}��Ã��n
��Qa�/`d�M��:l�M=����/Gg8�[�Z:�@ŝ-M�����B��.�<�}��`����`�p�6i�=���<�������-cw�y?�|�֑/V�6V]��4�:UHv-��|�ի�0��`W�P�H�m��W�n���m9񭓾h߾B���f+H���$h��./c(��{�
'|
k�J�������d�KuX\�imi�TJ穠�&�S1j����Eܑ�X���c���nPZ+���[ �@������o�y�v`;��)H�^��s.�/\���m�m��d�L�:�K}�T�U��K�Յ(s�,R�mG�>e^�9<׫uH�Z"W�m<2�P<����J&oъ���ohw��~&�F#�`둚m
���oq
��,M����(���S|�Ϸ�~�9�YF�����>�r����ݝ�,�@�dS�b̽��%W�AU�f���PG�-��D���4�;�Fx'���
�u,�?!���<�W-�ʷ,�+�-˗�6-�y&C�e��m�AĨ�TxM۸����S��Q��61txhv�&	l�
#��s�1хb}X/4�18���i�x5�4��iF��k��s�
�#��]"߶n��4,�.&5�e�9���pB�i�
_�'N��zg�T��6N�{,�z�r���ZI9��x��8����?��f��e��_�"�k�>
��&F��5v#4`�Es@��<�xO>&�L���l�!�G/\8�T��s����+ݍ���ѫr���]wm�	^���}��
��v�[�i0����F��e�W,6���O�Ln��Xo���r�[R�+��t�J9��E
d�z���e��t�������{NLH�s�)�J��
F�Z�ZI���	�E���ڞ߮����l��x湸#�DQŇ�ґ{k�v�ܨ>t�]��S'��S�N?p(��(m�)��X`^if�oZ��@{�\�6��ʊ�u��d"���a�՟�#�mB��E-K�z��bi%��3���|�&���4���k�'q6<I�Zz� �	pޢ�,�����I]t=��4(q{����w�,��3#����xd����[$'gZ�\�T�t�?��U�����~Z�ɯr˲��E�)���VJ��°^,y��b�T�۠��ިhwܓ�a�s稯��Z_"8_��]�*G[1��x�f����ˮ_s�I۱U�f��t��-g�'MU��*�H� �
�8ݤ!�
n�T�	�
�@��
Y<�r����Nf4��64�eQT7��ςX�TnmӀ@�!
Dq}� �"cs-�j"X��c>	N
��O���Q�{�m[�I80�#�n8�Ă7�kE0�B*�ՂCYX�
�(��7L�7R#��'V�8��Ə]�:��I.xw�0���n�F�q�E�j�����b|�k�;�DFY�7I೨f=,�"�@2`�{ɶH��F庼[˾o����Z4�m�q��)l.xCn��!����X��Gu<1.��᭪y��ԇ��++�9\�c���-U�^�m�‘=Sђ�n&٦�7Eu���?�
�����3藠mQ�A�O��<t1��A�L�M)��[M9��rn�R��7!!j�dg�u[D_�q��G/j�%*d>���]�l?����x�D�zʂx.���6��&!L�DZ�d�W���Iے���2V~5����=�y�[7/�׷[�C�<�,.�h>��[���`�Q�gƫ�0�[�[(8E����G���+6K����Ė*�hwB>�X,�F.��O6�!�jͲ��1���d��g�*��ڑng���d,��s��i1�C�5۬K�2�ծM��:s��u�{��s�=V�`3_�����[BSEO8T
�ӱߺwWmii�P�ۓi���T��]�x�͗���)+��!�x�п�T�o���oL�*�߾�ů��z��z1��}K��)>�Ϧf�P�p�m�Z�R�c:�	V{���я*��F.��{��N��AS����/��F5_G���P��$��^�����y|�}��їY��֬Sψ"`��Ec�A���}+��;�1��
��3�󨖓�f�3\�\Sۧ
p\N'�$-g��H�ɘAʰ�e��`ư^alEc6���,م��EƊ�y��7mm�ޖ�#�䊒�R;��K�>��7�H���d=vd�4��FOf�M�ؖ#?��#��K��!o�q��"��骦�M�(�{�6FM�Gߤ��y!�^|L�E`ӫQm2Z���(,6ܱ�{��5J�
�	��P�=�[���2����X�3�Ɠed�e���V��%�j�A&HY8(����I��C!�eIѱ)f�CA!�
���j�t�)&t��n▓z!���8Q�Z�}0��|���ir��lw���8 ��J},��/;�$c��#��Wy��2�]�8ع� �lg��$J'���a���߷/j��MB��^��;��6�Gs��
������Q�%v&v��Ĭީg�n�W{�A��j��N��M,p�
		�Հ��u�B���h&�PJ9@hs/~`e�!�|"-;����b�Y6�E��_��J���.2Ssw�b� �����<���)�L[�b��z��k)��1po���7�A6�”��:�4D�O_Ĭ����3�d([���C�cs�6+kНq[�/:Yf]g>c�)�R���\,+�(�^��~�mB;�-qM��E�X�w��J/Щ�&��*�%;�O9n�T�s�\ZL)<A�+q�L��N�Ȳ����Baj�X�)���v��<|�cg�~t��ek�T*P�QR���eNn[j�O��rZ�!ʮβ�tah/���v�P�I�p�u���.�1ǔ�i��OŲ�ygx,˲��dڔ�sR*7�Gn���M�,{̊a�W�9D��j��Gؿ���7ͷ��h���S3"������ļ���w־:�m��-��&��������-sG]T]FC~cS�����Z�񫓫�ĭ�Q^C��-��ѣ�9_.F
���~����}�q�ʃ��Ù�Y��q����x��t�b(�����ÞLup�ly��?��3�ϫiSp��So��x�l�-�U�TB���;�;�=yc�/E�A=w�0F��}�-����w9�&�T[g��K��&ط�$.Q��'�g_�ͫ�:	X_��G"~
I�����V�5X�c�if�F_�(�/.bB1P����Z!O��C��lOgV{8v���D#k�ӞV�;d�e�`��D!��0���6&/��
¶�(����rBK�j��z�y����%�έL*w2�Z����	
B��/�O5&�K1¥���En���3F�Vb!U�m�H���q��1�D�gYˀ��5�3��+mS�u��`,�~�,��Vk��{�����ރ�����c�V���J��\"c�z�蔛+qMR�x�d�/ں�X	��y�z�6�6<R��t-P����㖶grI�aϠ�H�!���*erŏ�8,u�(a�$ݵ/��C��9�`�':<�!�B�P�ߎ�^��j��OkmussuU;C��k��m��r�Ĉ�@2F3v�&��`W�������S�f*q�,��x@5�gnVٵG���B�f���	��q�DL—оgnV�Ov��FO�((<]v�-��F��Ebߠc�GFإ�l��5�?�^�U��X���C��?|���'&_X*�ڮӃť�݆Ae�A�
'?�S��T�@��c�*Ҡ�ݥ���]k�X\���&�>&�wE����A�d�0��u?3��>�
ٶn�W��z_�%(b.�I�
�
NϠ���H,RM�b��2CL����U�G?��ʜ�V˧�%CPMj'��yR@Z%��ρl�U���a���?8�T��W_�e]6	���ڙ��$]4#��?z����v�X�|H�3�n��766h��.������Gݚ�=��n�Z�+���i�>Ғj�~�e�נ6OtP젔��&�$�
�q3:���$U�Bb�	
���N������GQcB�aXi;O���ٶAxٯY�)G�&a���[I2� �Iud����c�ܴ���}��r�j���p��r]w��.��Z.��<��%��?�=���{�������nc�m�
z�x�5���ٻ�����N�w$�U�M���ѐ���`n���s�6���k �܁pC*�3�ÖvW�rD[jQ	}<N���#�JW�ܕ� ���.[!;�/2�i/���!:\G��2
iGSJ�%-�wc���פ���Q7���(�$1�E?ԬS�n ��pH���]��;�m`�L0��b��!@#�(Y�x-6����'�1�����`i*8l�A�w��pH��EclYR�A��B������‚5��mJ����0[u�� z9���PH���{�y	�!4���z�5�)0?^9����ɖ���HC\ǭT�Y���p��5�ǀ�X�Vo�x
��k�Ư
��:]�
�1kT�fe��u2�n��4���z��RJx�h���&��h�&.�\�z0{��"_�p+�<X����z#��/�_����V�C����Y��~���)�) ����E96��ؽzP�^�/a��r��s���^�wL�x.�P�^�
��?�eխ���!s	��Q�-�����a'@ז:h؎3/+_do���Q!C�<�F�X�j��WT���6M��L�$z�t��܃�6rs�
�Qx.5�G�w��-������%���e/{�%�L��wL�C.c��4�u�zlk��y)�\D�wK�g�9�k>̥�dUJ�MM	��uA^<�l��#��l�����!&6��3#48F$���b1h�Yx��󂩩���ߙ�K��ԋ�v��z�8�ڗr��F�:
�s�s�ێO.Ď����,�SƸpi/�ݶ�}%�˙q*��$[U��'�0v�N:���C�)���(��t��QO���Ԡ�o����b=SPvI"�;���q��yދ�C�i=�ǒ~#0&M����5_����/2��k3�z�y�jF#�e�y�a|^�Vы�g�V@F�-=�ݹ�~LA�Ah>�q#��:�Ok��أ��~�';!����bM��{��C�Md�:5�!?���mi�/��+���j�?9�;$ʼn$����ulb��N�bܞ��u��L�;3�]WJ��F���pJc"o^__/��)�m`.?�gϞe@�����\0Q�˱�1��J� 1���ʢ#���S�������;_�-�cm�z�ކ�h�~�Z�!���71������u�48���$i�� �N�4ٴ���n�2��B�V"Rߴ�Ba^Z��LF���q�K�33�3���v�'a�H��;A������d
���c؜ʊE�8�X̦�ëq>ՠW�^��xn���>O�C��Rv���$��1� �E�7s�ۗ	��Q�7����~��"�k�,UV���e�蠙%�p�Ex��u�Y��W����
>��֬�J�1Y�W°�[%�A�Tk���1Cث�=�����i�J�N�d�6�S�?�wI\QAdkGuɟ7� L�a��d�9�:U���z3mG������UVfFv�i�]�1��_(�%���޳��d����K�T�Y,��攀ɳEDz���ٛ��4m����Kn�,(�T�,�ߧK�o����[�Q�
�,��zߥ�
���$��1��Ȃ��!Q�W�<Eo,��K
�
�X���B�"�6<=���]�ʶs�B�.��j���yL�Tl�N�q瞙iL��=���^����S�Z�P[���ɽ�pN�⾄<,�5�`(��{��k�¯�'j�$6~�&;�5m�Oq�+�b9Q}rlR�#@`�)�!)�M`>�!�S������2��qT@���O�Cy��ɧʴ�����,���p�Q��2��
��s����\4��={�+���ʞ����S�S��O�
1G��������$�l�
�fq�}��
�؃
sooiiIڋ����D�=�l6�fp�i��>&��:2�N�j<Džod��I�2
5k�,NV��p� �^�iO�7�W�SP2�<��x�`LA1&�0�iһ��֥Tj�(S��)��sgF�h����y�T �IM��{� �\1cO��=JI9���c)�oE))��4m
�
hv�G�#��7�.|�&��(�P�����i���̲D�%���N�50�4Й���Cs���is-�{|��Xi^bx~�O�;��$��椶ݼS����\�/I'�vΏT���9�i�S���	�B��唉~W{a�׿�ZC��s�����聨���8�9���F�"�f��0Ӱą���H���8s�N��g�������&�b�z����ks�����_Ew8�K�~�;n�,�
7�
J����;8��)�H޴fŨ��ׁʆ�9)Ɍ������+�HuU�Ψ���I'V\��Pk_��3�Ԗ=V�Z�����?�>��c�;�w뭷
̻9?9e*�U��!�JL8�^�0&������~:����(5���&�}
&�߇�ٻ;(�hz.z���	����o�,n�X��~E����I�	H���h'YOI�-�ne���1��U��n��|ev��[n)쥗��}����R�����X7{����w\�p��_��Ϟ*,s���yeCB~������^��b�`ϕx��:�/�NjP�����=������
0~i�\�����d�5垄K;1����1Di�P��T�U��Aw#x<��yӡ{�b�X�G��E���Q�{1�#N>��)���C=���_T�>=�r�Č���j�B%wh��pj������$`�qn�'�L�HJ)␊R�-����]Bۑ1�qɳt�7?\.�;ٽ2a�7��Hw�a@U��ZI�J��(�.�w.�R�g���N�[1��HҰR	����:�iN�;��v)�H��'�n6s�`Bj[�=�lm�V�-��?`z����7�ms�1nJ�Gq���?	?�u�����!�z@��!h��e��E�����TD�klXou'��^�챼�>R�Q���^j=j[�RF���TC9��j,Vgl�(U�}��x��
�TJE�ϗJ���c�t��q}�����"��57?W<��ڶ�h�0u�s�
���/
�C�5�o�
4f^�s�87?��A��Kw��⮴'ڧ�6JP�F�/�oO-�R�e����1]�R��p5�?�\�m���'+~�8�(5v
�{�O^�������Y&�*��	皑rH#r���}�2���<q���@��s�x5h���Qtq��v������S@��w]@�j5� ��	$VA��훆!���
�Vd���)����Θ�&\��M�����9���-� p� �1����k��J�[jt�|�R¥B���P�K$%�0���6lS�c�,��&��Ym�٤�J�t����4��V�w�b�_3�m��Q~X3
�k�� �T^����y��UO�ͪ���!�;H�y�e����p�P�o��8G&�틿S�D)|��4�-b�\ܾI)fc�����3>�G�����-u�<��~d�3Z���̂�������ރ���lj*�Q"��*����v�"!����'f���zzr�%�{��u۠3'��B.f��e�R˖�P/75��p�h{��bg�N�	��F����R
\��Z֙�87Ԣ�z��-��"����l@2�2<�PD���//�j+�V��;F!�`�7辂9:��>��_��?�����贯�<�*�a�%Yr'���Ѳ�}��ÝFY�Nt�q:U
����9(/�7�O?����P%wZ�0B�V�h)5�apn��
�#j�oS����Źa�!��T�>�K�uX*Y�i�6�g\�°�lBҤ_�	��Yv.��fpn��tS� ��p˗O����1�W[oj(�5T����w�ו��U[���뭺�h�1	�t&Ce�Ο�!,.^�I϶��5�e�cR��3c�P�B)(]H�m��Zm�H�m!HՑo���������u&���8
�O��9?Pm2��ń�>:�%+U���zg:\�6�VzB\��hPΚ�۷�c�4-��m���{ʆ��R�p�\��C���_��:��4�ic2��n��K�~�SL�{����
�BT�E�8�^>N��S23i�&��$W3%��D�ӫU�nC�d0��Sk��㮛��'�8p`��0���=�$��!=P�-x��?��^��C=dW����Ȯ�h���:��h4�Q��7SJ��Z����sQᏥy9w(^
@��4�h�"�㐻)nM�6��M;��
)�x�{_M�BH����׃p�tC��y<L���y�tE�o�e�%%�]��F����X*a������ŀYMX�h�B{z5�jA��6�`[6X� �i�*�	�BI�[h��K���lb(�q\�<	�4��ƝA��(hv�6�������3��6�y��v�(�)?qm'I�a�bHf����ߤ��b6:o���A_Ҧ^(L+��ӱ��
b/�z�61���\�t	77�e��B��)�@��h�$����WMB��ަ�,��!�,�1��?fbV��{
e�7(��><���U:l6CBu�8�	EK�8M�E�|:_�KB��.5�p�N�aҿ=�P�▥Z��(MMMq�عb1g�OY�c߸���M����,>U���P|�QlKw ʥ��Sw��������{�Z�EM�Z��������X{ݚ��*���;*ĮL�z��AR�v<94�H+�@c�Y�?��`�A�'_ߠ�CgX=f\D�Wi�nP6cFE����J�ˆ���(/\����~�ל��͘QV�B�^(�
a̢T��<�Fu��|�C�R��?�ʝ�R�:����#�Jnԝp%��_�lF��W�Y�,��4� �M+E�h�{-�������A�����ΔBU��������ĺ����mM�����-�ov��i���p��>_��wϭV;7HD�]�>����wc��n>/|C�-�;���w�8��0��K{�=�p�}�dF2���|p;~�+ũ��|���h��ca8LAgA\9�XK��'S7e#���q��qz�S.\(}1oa���Xg3gw�ƚkm}xDTU���}M��s�s�…��Kk����gg2��z����ee�F�{8���x'�J#<�G��9��K_�R!8aN)R��Ή�͉%0N�ɯ�>P)�M��L�������]HΠ�h�����;V�Jo�")^8��Ym�mc�!���P�C��;C��KdfK։��w_%�mi��	h�r�yL���ar�6
��p�57�n(߃�:]�B
��t2���Z��1t;z���Ŭ'g_�ӡ�a#�0��]��tZNV�z�U�d�ӽN?����DMp��ׄ��B��Tr�z�_�u!�8<��X:s�����E5�8��!�d�O�3�Ƙ�y:�8�ú�2�dv�����J�#�8:��V9��_�>}ڱ�S��f�,,�a�+�{]))w+F����2�*���T]���f���4�
�qQ���R�*&͝��@MnA�f�ɅǮ7��WZ�����`��D;��}g~~�D ^�0m���o,�r�[�w�հ�g����i�L�6�:�v?���K�+-��kJir?Rf��
�4M�f\{��T��-������[�\��c|��E� 1�yݏrpޣe�r��;�R�I��5���rB:��^���,��A���KR���!�Eh$�/�!�RsggRK�N��%N�<�չ�U��Z5-�'p|���咕��DJ�����d	n
��%:y64��1�9-��]9	aX��"c�%j�g��|��q�_
]�vFw!���=Џ������5M[�Q�80�;/AX�{� !#�����:8Nn�ө�8��D�����$w_�3$0���$}�6�3���L�q�X��,�KL6�d��#��w��Eῃ�EoA�pΑD
q'��^�,�����AO���b�$�xBB��`; ~��J���W\%]y.S���DA�|�w8%�wfY�q��q ��I<�G/�8�[W���
f��X6ԕ�----��P@U�v��	��-eS_��1��y$l��5��}B1?�2=y�H"Bu��I�N����Ğ�FI��z��_�@���Բ,����;����њǹ��f
W�Vr�ɶ���pI��d�7�Z�/�'O
�:��|�`��7B���|���l��v�i[MK:��c�Ʉ�`�b:�>�.I�<e�^�O0+-[��'ݳg��$���V	n��ȸG1Fa������6���rU:|�"%Zh���7-ĸ�b�QD.ϥ�:��C��_��� ]8,r�;}7�M�P\ȱW6�$W��6Ƌn��]ĸM�׬�\F	�c�a� 
9��^�e�;7ź���X`B�0�_S�1ˍ�iw��a$s��]8zxA��G(�u�SaȥSK�#�b,�!��碅�Q�D)/B:�� ��B�����M���CZ��<F�!B�����YG/i�s30�@ͭ���^ɂ���9�QB��x����=��!偃�/��бn���^�>|qxߛϜ9��<?�#��R@�j
j.�y�Ƈ}��>�����B��P�V>�U�K���í/�گ�Z�i���apb�w��Z���n:�����^� �bݶ@���<7W]g)��t�Q�פ�8��HQ��`ۃ��FU<�g����Z=�mB�Mp��K���^�qlUH��#�}��N��f�q��R�;�jH����Q/�u:�3M�g�f��0C*�ȕ��x
 O��ohr.�����R�)L�����:�m�ّ�����9ҋZw
sG����8�W6�m�t*�0"Ȧ��D����ڍ.dʗ�p���1ǧ#\�kM.8VD�[4��\h����J��ӛ͵ȟ��H_�R+�U�{δm��/P�/Zs�� ��_ .�N���������w�p�
)_s�Ʀ��7����m$1L���R���]/���/�'�zA�⛓��R9 �?��}��Z``�r��f�����=p�f�Y}~��F�1��LbK���ƙ����o5�����$��ٕ$����bœ��s&�
`���~�տs��g1#�ᄎ
5
\�@�.�7�.-)�T#~s�����ÁYŬ�&Q����no��Ijo7ٽY'-�I�YI�>��	���Ĩ��/`��Z��u]���4��ӹ�w�A�GB��^��ـ|(�"��$�7dK��k;������>�8:���3Ja�ٛ�è4��ݸ7�X6��m@tB3�hp�33gY�
u-��G|;�ǁ�Z�5_/nZX�`(/-���
���B�T��g'����u:U\m�����2�w<kTqu�{{��w
�m�gg;d��Y�J����%�YX(L��mwVV:��h���=���m��™G���-Z��
��wDr�Z�(u_9�; %���"���ukF�l����?���4
�=�����e��N�'ŀ�H�F|�Ng}=�m�:�u'�Ʊ}Y���Q�#lL\;��8�4P��N�i����nZD)I��`t�u���0�b�h�'��/�B�zm�*��n��<��.��^���/��j�ɕc[��kT�0���Zt|kf���d[;|�a��h�t����n�����2�9�Y�<��0F�v*D8����^�:�2��7�O�ݖ����<������*�������)p|��W�cJ菌����B"(>���	^�ѩt���X�*Gr�gts��z���w�Fyw0�b�]��rpe�Xr��A���V�r�?�-ĥ,��������v�9d���=Ԃ��[�2���1�)z���j83k�(d�"Ӆ3d�+9��&���H�V�U��M{3�������(��QX�kYr�Vu��炣��:*Ðq�{�zt�7GT����r'��!
�+���{��+��I!o�����(��ӊ\נ,�K���Pz�WU��$m�^�\�������A��I�I���n�ʠ?���
y��ٹ�pn6� _���7�PV�i�u�Rʕ��������1��۷wWi�Rx����-w���0o�w=�-}�5�kGDG:HD��b/�h�y_�e��yk�u�Y|�8��;Y=�[ha��:<_(��-���w�>���Wi���>bȽ���6*�)�������f�܀v�'YT���4 2�\9����M�L��g��a Lk��6���U�����#�������-��E��h���덆M�eR6TM)��W*�D��֕��M;q��?#]Rk���:�P�h듖}�D #蟅M=l�q�^�l~���8a�F#Yτ������¯a�>�1��"��G���I�_6���C�0��!��� ֬�yJĽ��*,?�=��{�VM�+
Fګ�:`�k��6ɒ�C���:��S�9���&�C�;�K��၃++�)�;qx�p9�<!����孠��LnA��4�:�M�G��gqZUtU|�:��9��]�5��hx��ܹ��L���p��dn��+H&��wGۨ��F���+�P�_�.��B�����1]���c���P͍8�zݮ�̀�g��d+S2�eRa�ˊPeµKn9���=�E��"�4��ӂ�N��v>Ms�l��4���b��G���@,�e�9�Y�,����F��s�>����y��&?�q�4�O��$��y�J�#R�å�5,K���"�)��@aL�Vj������r�ox<Q����'2Tjh����R�	�v�X$:�
5��Y�N
^d�g�z�o�b׆�?�{��u��W������i���?��
`���ym)�4cz�4(�Di��#K9tYj���/%PV���7抉�t��dT2p��a��suC}I1�LQ:l%�Cu�ܫ�=XW
�─R�(�/���&���DՐ[��8݉.��M����CΟ��h:|��-|�LhS
�,j�\qg4 <����6�2SS�O�>�9�ɵ��q<���[���۶��|G��P.��6X9��8,�t�RɌ��'���oB�^�}rq	l�w-�P�Cu���������Pu�y����e��F&[�V���f���qͻ5��N��4;K,��o[� '��+%�ťk����&���.™�GU��W}�}��]�ҝ'�ye�Z��صK�|r�U��<-�w�ʆ��s�F:�����ֹ�!3$Lk1lyE��@�HPb�-�>�ħH��x���(�!qg�kv�\�e���
[�jL�
���h�lsK�h�H����W�7���� I�w���J�5�
$B�3���	�DrXw��x�J�g��k
	��(�zė;�m�,AJo�w��%�K��arP�B�⪠�Q*Yș�G�.����jQk���Zk]:\*��OI�|,[���.�r�\��n>X����4~z��޸W%�3�s�צ���/�K��@S!��R�^p�~
�F��O����yb��.H�'i��	X2�2��@$eaэ����2�i����(��Ϫ�j���}�$u�#ᬯP�;�ȃ�Ψ�V�p<�vT���%�Lq��k��\�8�w6y0
t���8��Ąyp�� �r��4���m���wl|��n�ٍ�W��U&8��!wl��Q�`_����!��b�mg�[� �RjK���T�!��r���;�і4$�;ym�ڵ+S�1%�]�1M3�ȴa�}R�}'�ݖxfȹ�f�D��]vX�X/�吗�g��G�>����V]^���
S��c��[?l}�^~2FV4���.���|"��AyBn�a�<�~��4�+�Zt�
���{��]W�J0���yzn}F(�0�{�7��t]o��![+�k�ӑr�J^�E;q�ȓ�Nm���ߙ�	�T�t�����&���ƍG��K�+��g]�o�8����o�%�7�;�
�+�� �Kpn���"BI����=�.?ݼ�)w^}�fZ�q��zԔ�Hsc���i�i��4V�L۞ߩ��4���*�X��'�3@�����3�vf;>N�_�	й&�}��b����X��[�7��!��XƯ���'9���<�a'g�}�?'2��WQ%�B�G9@�i�W����e��r�B!��6PupLʀ����"d������d��5�ؔi�)�I}r�.��������
��2�|Yh7\��Kb.ԭ�8�q���԰��X�ѡ%�o!�]��u�I���G2
��r�Z�����s��ֵ�H��}�dr9�.^������m����!7�sqܸ��h���H޸G�2:�n�͈���‹�h�Υ�N�/!5�S�0-�G&����xe�Z	�$jV�k��L�!	��ue����{�����_�K�,�|W�9Iw�w����b7�իW��z�^�~XS
���*�坹(��H��!��/���}��B�倝~�^���T�lLd9@��(���f����ƹmmM�X�%������E;�8_V�z�Pm�Z�� |$�4&?��g-�� ���A�'�|C:�%�+
��g�g)��}_��j�T�-\@ϼ�7�|�T���M5q��RޙTʱ�q(e���+ɝ~�ד���{�U�fΠ�k9$;h+A����7��%A[�m����]�-�v���k���j5���-n�����H6��o�B�x/Nt�czܐ���2���$:6j���@Ӝ�� ����
���&��2�TŒ@ʎ{���6_�L�̡`��k������ɳ�ɤ�1@P��(�7ۍ~�\����0w�R7�Y�yԲ.�ǝ/�N��tJ�U�ᖻ_����Kp>N��>�ڍ�z�S�9�D��e���&��=|�a�S��,�t:@�0����&?@���v�l�`/��|Y�֩n�f\��1�+������}��s�R��sO��/\;��բ��;w/=�S���Yl�w$��?���/�ޮ�� �_����O݇��H�8L~�8�ߗ�Y�������9�Π��7Z�N~g\�/󠌾�3�K�`4#�?9*s���{�zp�%�ڟ�+�}��}�e�~�[ud?j#/E�G�*��ʆk)����?Q��	`Ӡ�CR�ٕ����#E��q�U�`	�r���v�<e�!�a������5=8)��O��"��Wc�?��U>}���8�E���p����oJ�k��V.�[#\�.�wr�C���VD���}��>����Z��[��m]\G3�(:�n����.0 �\H�*����m�x�+f�=�\,\�̃65F3�qz3��D4�� xL���K�Ȓ$6�y������@��O�J?E�qcC��Z�F*FY�=�eY�v�#��qR����4s#�����[�|*��'��� �2魱"F�����.���ޒ����wi��	g��bJ���?�Ca�6�-���޲�m�Ն��E?e�VsMM�����#Y��Y�
��\T����5�c��!�������<����fS��0ȻBp�������+���jW�\c����O��	#lq���tw����R7V��ӘQn��
�� ([B���Z�2��rk~͗�*��h�`5$��n�C�id	����+#���:
�]`����RR��e��|˂|�Z����r�4�i���3�뙮\l6#�aumm
����	��r�'�+�����˹d�.V�L����Be�Ds���^=��;j�LW��N]�|�e�y���<ㅅC�e@��t4Jm��4M��u�C�(C�\f���v�)8
~�� ��&�&.�d�n�aƓSZ�ڊrߎ����#��Q���ٝ%o�ɌC�qC5�jv7��º��É<��ԅ(���@���(1�&˖��ejSmF�f��S;��5 ����ݿ�}����X����`_�4�.�O���M�Ep��������
2ω/�s}DZ?j�fi����S[\o�<�t�^��P:<�n��Ϻ��^�!�+���S��>� bk'Hn�4�
�DB��Pl��)H�:~z��p��~D��$X�a����h4�.2{.%����V����*Et�E��|qR�yvh���$!��������>���U���2�2�W��E�=!�s���272�!������R_F�*!d�!���?@�a�A�0��z��4��|�
�J`X���N�p��7�H��9�q��	Fu��90�s�a1(�M0�c�0.�0�&����\��a��������#�p�����<pt%S
s]07��a�X��;���M�q���$'�CI
�&��4*�����jX>����N+�E��bVB0+��$���������8;�`u�`�֥`}�)�
3`C6!�P6��y�*��l��I��.t�Eepq)\r!T/��,l�K�pYj�py\ᆭA���++`[-l`W%�ž�j�-��)�a_���	��
���MC�'p];\���r8�7���\��C4���pG	��&��ܻ�p�'p<X̀D%<\
��@K<V
��A����l����j��+�0<[�Yx�Ϸ�^xq
�T��J::�NH��[Q謇wk ��3�A>���~�$����^�J�!�2
�A���-�\1|W�w����{��m�_j����w������"��b�suc}����X^vh֯��ta{���X~��F�a-���Ftb�6:���1>llżalB#6��ԂMcS���M�c�K�Alf���f{�cr�\/6�
����a��Xq=vl��ilI%��;!�-Ma�c'�c'g��vl�[�+ہ���V�`�<l�;=��т�����*\�ٵت,��[����=Xe���6�a���s�ye�f/v~�0�]\�]R�U�`[�إ)���b�5��6`W�b۽؎:lg�Ո��`{��UAlo���5c�;���؁0vm)v��F�!�tc7�����M�Xc;vs�ՃE/�n��n��b��~�Nv�kraMI�� vυX<���^�Z��	{Ѕ=�a�5أ��g`�5`�r�I��rX��z�5���{�
{�k�`/�^l�^j��[��C�+X�{m�Z�z{�KWao��7��[^���IXg{'���ޫ��Kb�b,Ӎ�_������Ʊk��`e��[�O�`����*���XW	֕ƾ�`_ta_Vc_�c_cߔ`ߴa�F�\˵a�%��C�n��S��X��T���z��/~��"�
��?"؟^��,�W1�WQ����95��A�9�Վ�CP�Ӏ�zP��ۊ�B(�ڈ���^�?��� 7�
�E�Chp�А�@C{Ѱr����Ehd)�"O��CsPA�ف�d��B4΃�u#o�~���@|h�4	4)�����Ϗ�MB����-hz��B3�Ѭ:4ۅf7��Rt��	:�EE1t4� �ӌ��yMh��-؁&Ѣ*�8���Pq�Bǹ���3�hI=:���PI-�GK[щ�(P�N���k�)�:TE�FѩY�lZ�-�����(Z�Ee�PY:-�V��qt����tz�Q�ʋQ����W���.tvZ���Ԡ��h]��C���2�ΩF
ІڸmlA�|�D�$�4mJ�s��y��ʋ6���qt~� �.���"�:m�D[zѥtY]֍jZ��9�u�ځj;ѕY�m
�ތvԠ�A�3�vU��AT�Euq�g�ӊ�*E{�Q8����"�?����H:�Cb�BtM
]@�.T߈�K��k�
.tC5���`�A�!t��R�niF�֡h�m��Ţ��|tW
jZ��.Aw��{f�{ѽ�(�B�4�ύ�Qs=��hF��C=(эnB�DУu��=B�gP�	=�;z2��J��}�b�lj���znz>=߆���U��F�R����k�+���z�u4��b�uz��c��z+��nB�A��{PƏ�/D��eЇ�Q�(�>-B�������Ũ+uEї��N�����m�|�:�}�DЏ��$���V�_jѯ�[7����ơ�8*�q
p����J�>%8}q�fq�:p�������X�3�g`-�.��.��98C*p�dp�V�k�q��/���9gd;�'�3�gT/����<�18cq�⌋�x�qƗ�L�L��L�t&k�ɳa�m�"�x�){a�r���)�ia�F�~f��Y�a�|�}欄�a�s���9�y�a�0�.,0	��B���6,�	���bӰD',�K]�ҍ��2,3�f�r۰�,�V
���a�UXeVm��
a�xX��L���a�LX{�i�ua�DXw�}���a�eؠ6x�
ka�m���I(l�
���fŰy2l~[�–��U2l�[��և�M)l[
۾�vͰ�'�
;�Ž��S&�;��η�K#��	���n���3�>
{�žװ�>��|�~`�s�ȅ��D88��Ck��[8l��ß�w8��n����p�;7Ǐ�	�pb?����©�pZ1���}8c�,�����b8��9�s��z8.������v�$.��K[�b�<��+;�L�����k>�e�~n(���}�yny����t�#�<��C��[������Cx`������Ux�9�Ǻ��Bx��
�����_x�����F�Ixa^��[x�^��7��Ax��>�w���Hx/�{����e��>΅O���}��>��/��E���z��G�j�6�K�����B��~z��O�I�5~ۇ�o�W�+�
����f��T�2��V� D6���D2A�U��"�cA�_���F6A�p�D�F) ��� �3�(��顜��[��lT�T�ST�%T<�J��JF���R_�җQ�*{	�/�*�G�J�Q���dT5��EP����[��O��zT{7���{���GP�.
������FM�YQ�KԲ3j����O�m���:�G�����Q�
Q�ݨG�L�^Q�P��P��
��AE����hDU4j2=�I�t��?и�h|M����IѤ8�|M����ESShzMO�143�z�^��Gsףy����¼h��h�KhI-���]G�����0ZU�.���Ek�h�n�>�6�GW�M/��Q��(ښD������%��$���
�}q��t�3:�D�R��ut�qt�Sˉ��E�_C'6��}ѩ :��I���ѹ �P]����9��=v=���8��L������z�	z1�^���~B/�B�VD�]B�'ћ���}ѻ#�{���C�����%�yU�e}s]��+C����]ωn�G7ף[�jtg<�;���ѷ��wa�l�~(�~���D?�D�lF��D��?�6����&��*��2��S�_I�_B8�6V{����ٗ���\�q��8O�ݏ�Eq�˸@��q���hY\l<.�%"��~\z9.���˽�+��.�J	\e(��W{�X�k=���u��zq���A��H�$�������P�2�[�ĭ�[���d�q��%�a<�w���eq�0��w�	w�-p�8�\½C��x��S��5ܿ�8�̋]ǃ_�C"xhM<�=<,������}��G_��o�qE�xB���'/�S�����%������xN�͊�&�O�0��0^���E����x��xi/���G�
���)��^�k�ⵗ���:�8oJ��x�v�u<�vo��ᝓ�ޡx�?�����z|X����b|l$�����d]|j6>}���m���BU|�S|1�/��#��C1�p 7�8���	���\�i��a޲��{�����La��/;5)��a��R�|��W&�M�/@����������D����>�g�i=ߗ��i��/;�ޗ��i�ޗ���_r�}�M��8m��m�Ϛ6%b$����<l9�rUd��v)&�+u�m���T/�>D�� �Mh����5�md^-�z��v=�(�B}Ǎ�P|�&F�^���{u���(I����2�^t_��ɶf���M&���<��?(zjrG@x�ţ\�!g�b����K��pE�ϩ�0ˆ2r�B��Л���!x�Z�
5B@��LO zyy���_L�C:B�0�bq�[��#56���d�H�;0�Ɉ�i��:���+�h�c�~/4RR����D�a��g|n��t�O�9ŋ�����ߜ�?font-awesome/webfonts/fa-regular-400.woff2000064400000061570151526434470014316 0ustar00wOF2cx
��c,6$ `�P�ʃ�|˃*� zeA��QQ�a�I=�j�o�����_����q�<�E.�G6k�Ύ�%#7�l�x�^4!��K����'z��l���I�'T\ŕ��"�ݿp���:���֒�v,[
v��-ʐ�#n97�\��Gi����Pe��h���[
�X�\���hE�jʹ���Y{�묵k�!�L?k�;����)q`��Ɇx~�z�z@4�	����F�X`J�ر�$��mS\J9%�6m� G]��{�O�C"קr{_�n�o
�iEY�,��fzԓ��Z�������
�ڻ(��tC�Rؾ7#�$0cȫM�*`�*9M�3�V�-Ό�-]coe�kS+ZLLB�՛e���_赾о���P�S������Y�W3;0f0zv���uOO��gVB-���B�``��X�NCPz䷨N
�(��h�ڣ��$
�?h�m�L����*
,��O'��ܟ^�x���CA�+��C\�?�&�y�*��Z��lmeY�>�‚�CN�y��L�?��S��c犱X�!ٶ���\��<v��}�OB/�$�	��<k(w�+��@Z�`����İ�|��OBx��_ݱ5^R�#�
���f"����<$�č)D<�S�"n���v���y&�[��Ҩ'>�� �	��.�M3�|��q�{i9��<�=�<3�Z�'���S��$�M�x����W�����y��w^�;t�y~����I���x�p��	����ĥ�㹑J?wXFxQ[�������h����qs��	�]��%��p/�i�ޚЮ�B�Q�p��s|�$��u�Ix��<�g4d��<�#�.�u��H�ב��{���as�vL��w�>@����R|z^���a��Z��wx�2ȡ���?� 3��c8#�(F3���c<��$&3��Lc:G9���v/�eƞ��3�e<��B����n��zZ���Vk�u�:nݴ�� ۴]v���nbw�;ٝ�j{��1'.'>'=�ݏ|�>����Q�q������ZWicm�ݴ���!:LG�X���t�zt�.�%�T��ݤ�u���}��:{ƞ�����~����?��&1$�đ��X�H*I/%����RN*JU�)u�����2U��L�+[�\���@�+�(����E+hE��յ�6�&�[��@��t�N�):Ug�]�{u�ЃzH�=����қz[�@h }�Q`M��K��y%�R^�����m�zo��~?�_¯���������?����@
R����-iEk�ЖvH��z7o�Ym��s7���GU��RGIkc�gܜ'��g�����:��w����V�;����]�Ճσς����wxI�tS�\=+D�=)�D�=V�(�n���\�a��k抹lΙ��)3G���Eo2��5�x�#>�޴�+ob�)��7��T��`��`�X&&�(&�-/�}�qw���]v�s���pG����nnp���ܬn"p�Q>�-ކ����<�9Ɯ�\申�Y�t*9���E[ѺG�Ñ���a���N��5��\B���ڬmV�f�gF��f�i�|�e.����jd�F��#������e�5��F�Qh�9�B>���!��5
(�����
��a��Y�`���<����O��P�7�m�	d��x��D�Y���H�U�GH]i���+�j�	H��ƗGK&��:q)��^rv���$$S��I��Y�AbٺH4H>[|�-�2���	��1Rۗ1#��.P7�>Go�O>�$�=,��^�_R(5#�"�"�b�#�I"�RI#�,l2�"�r�#��)��
*�Em�P�4�1MhF+�ўNt��t���M�2G��͞�L<�g!�X�ֱ�
lb3[��vv���� �8�1�s����4g8����V-�$������K��'���B�
j݁P�L$��DL40���L,0��CL<0�$�L"0�$#L20Ҥ�L*0ڤcL:0�d��760�dM0�d�M0��SM0���Mp��N]��2��v�i/�ᐱh�Ր���s��k�o�K�
݀>`%������8V�X=��`����8V�$X��b���`g��	`�~@����`��B�]�2��?���n°��݉a;c��m߮[;@1�ȉ�@N<æ���v@	��(�_E�>1���+�W%�@)h8�4����A�C�	@/�T�4��*A�U���������M���P��ak{�
:����ꂎ�Nܠ�Pt�L����@�A{�;hvP�D滝
�ع@u��/v	��`���L@m����*�=cP�9��j`���}n�}nC�G����`�2�wm�����	���
���66�� qP
$>HB�>Hb4I�I�I��8��V����4��,��[[14�RU�*�:H�9ŗ:[a �@��
i
�fި�1 c�
_�Z`
��V�����2�/�1t9ra���
�~ ��� �o�ym_���`0�o h�-Z
Z��A�#@��@k��H�ڠ��l$`h��d����h� ;@G�A'3A'3��@�2�L��s�p��Pt7�^`6�>�=�=Ȱ��=̰G,=ʰǑ�ܠ'@OAO�,�zXz�z��q�����NR5�q�j:լ�د����\��)M�JOp��\�W(��U�p�2\��7(��Up��
�E��![��dP��
�@-r*�M��C�&��.��܉��>�^'ϐg�y����|D����Oȷ�OE՘�HT�(�D�=e��~�LU�te��(c(�EKY �JgQvS΋r��Q�Cb�0$N�@��e�(W(7E�E�)�m�pQ�QƉ�2P�W(�Dy�2W��)�EyC��rJ�)kD֧Lـ�VdCJw��(KDv�L�E��@�"re��}��"�0_��n��w@!�!e��ǔU"�s��|	�������9(GE~A9"�7����{�~���tS�w�H~�2
�L3�.�t��
�f)�=��F�L��f��@~��^�ԢoL=
�}��L~�S����ۀ��.`:N��V(�-�i��0
(����%/��0]��Lw��L#
p`S���{S�5�t_
�s��YW����!H�>���꣠7��X}b�	��'!V�����`�����Kbu�4��|
p?�K3����4�,>��,���'b40��Qh$	OB%�ȏB�/����J��D�8�R�'��5>��0eccccc������llll��*���p���N��lnnn�o������&����M�̻/o=v�Ae�
��.a�B�KE^��L3Q*n���r�u<��cD�,�|^���gc��~+��Ȃ���I��~�6q�"��س-��q_���A���0N"u���<�G���2����c�c�pb��,9���ƾ4k'm||����z�y����F�:����e���#�����t������Z�����5�y�{#�q-� b˕jz���qe[�I��4�0TnM��ȣ��}'#b١��T^�
r��e֚0����ɩ�T.K��mwl�ɰ�tV6>䟀�)��'&�.�8��E�Q�����r��yNӭ|.'�0xF�r�qy�3�$�H�|�uH�E��夛/26��2.q�m�u8��9��u�À��<J0��-�1���}X)�=!��=���e]�5�R
��I)�i���n�b�`P8xy���c6y�ҷ�y����U¶��>C$�究���S� �8C�Fa�	�2�vGA:��`8���ZbG�������F�����ɋ��,��� �U�EFĺ�u}3Ï2�~��{b\��G��<��Cta;ѸRw52��8ikZO`���7�6&+���FI���ֱ2�8���~G~��Vp.�|�d{m��WF^���2/�}W�1:�Hb�V�L�5�����L��1�Ï�~��O��5.1?N�XVAx����0�Kf�kR
Q�۝�:2���0u���l�c�#�!�u�	!�?�,��u��k��*��Ʀ�ё6�_�.xlv��J��5�jf-ʑ�m��S��WA�,M+^:�X����&��s%�����j^����OX�1<�>�\�A}q��e���\ih���	�x#~��^l㉸	!���(ͣH�2J����w4-gh`�t�t�>��q���^�eu�G2"v1FW<�iNB�X�7U��d�_ct�wcv�1�ӳ���b�]fW_*r�<�FF��<�#�p��y)7bV��w���o�z�������H���0�dZ�-�L6���p��Y�=��p��d����6v����e��Y�Uz�W�
���`]
���l���$�\�e8��_ӂ(]�를�౲Ng�Ӆ*�������Jn��[[M�#����qa��I���\U�R�������$6���m�G63jY��۾��5:�>mYV�\D�*z���tx
��Z�}��\��cՐ��c����it��n�r��t��g�l��S����05�qO��!��FC�sa�+x�V�ij*;ϼ�u����b?�K��b��+��u4p��q��/���r[�)�V��V��`o���r�M��O�~��jt�6l���W;^��x��yǠ�QRWq�
�*�\	��rEWu4�7���ո0��0���.���wDU<W�:��6m��~ܞu\
]D������U+U�'[~/��a!�^�+q��}�����Lq��U�U�g1FL�����l\�#�k1�&�[��z�Ûp����̜�<rͨ2�J��q�dW9E�vN�-tk++����ct��r��X�./��22�?�쀣�
7��m�[YY;�Z�GW�a++k�.HIJ�{�X82��^gX�F��#d�:f놡�ck++�W3��3�`�W���鱕,��I�"�)J�0c���(��ei[�q��j�u��w�q��ގ
D�_w�ٱ��;���/0V��`o����k�(�/���oO�3��UO{�l���U>��hۓ��DZ��ܹ��cNq�Ν��?Q�r�.�Vyk+�����	ӏ۾�?�pp|ޙ�v���Ox���J���$^݇V�Gʵ�����x��bK
1����8?/��cFiᮭV���q�%�,͙�i�-,---�ϛB��R
1����]��0&LDΤ�^(�sG�C.rD~�!��XSr�"�V��=����x���H�lwy�F���9D5Y.�i��i�qu��JmF*OY�Ԭ4Z�$.%����q���;���Ȉu��WL����ߘ?���HJ]%#b�iw�1�;˹��]h�+g��m�~�#{�
����m4
�ct�,��}��v|k���Uj��/��f�fDL�KoYZf���X%Ә�:��_���v;�t驭����@[�.
+���G�=��N�l��Q?�y+����iS���21F�L4Z�ޙ�����we�X@w�#�]d6�'q"U��41��^H[����"KT�K��an<��g<o�)WÝ1�߂P%*�X�m��}�Ӷ
W].������Db�>��;Y4�\.�������Ӓ�J#"���Eb�x�I�.����Ҋ��P�\�_��{��U���Rq���0T�Eĉ��[o-Hkr���C�x���Q�!Mh�l��l�w�a�3�;���C�` 0s���b��8��n�%����lu��*��9<7i�8T6�����x5�=�@�o�EL�”Z�I���l>5n�J^�D����^�T*�z���`���?z��\��s#;%1sda�Ȍ(�6re=��z#��o\<m�8���f�٠��8Q�W)̔Vvvv�*���KH�K�.;2K��c;�u8;X����k����9v��,A�����鹯�O�Sq�Яn�$Ⱦq��T��ca�&%K������;��
����H��6��`��s�a�����qr��k�5���n�8�q�y(��x
5xvϩT|7
6��?�R���b�]]�FHG��2b�<��7�Q��kr��V���u<�L��t��x�������3p^�ǖ[�]�M3��X��&��㽥�����t��C�t�m(2�u�URUE�NUE�Y*[�
��5%T�H�e%�"g����&=�!ضZ*��)KDv(��#S�7��o	�6C�T78��ꬋД4�J�G��H�R*���)�����.B�ȲL�@�d��J��+:�u!g?����䉙��،w�x�tCei�B���u
~G�"Bz3��3=��L��ӿ��������,��#c������S�T-e݂�ƳϪ�ã���4���`�)�#�F8�a�wC�����r?��3/�r)Si����	��ާ��z�K�0Pv��ܣ:����ǔ`�e��At&_���b����൓o;���b�o��g4K�.U��ܰ��_ns�����s�}�v����<n;_��cs��_��Ϳx���� ��C��7�,�]�9E�9��{ރ�u-����}f���}U�7�8������a��<��MNUc�+8Ň]�p��8�{"@�Y��	���z������4��<��P-Wd4��j���W�/�tc�U<�%�{��q�N���8�F����۳?�{�m�C>q����Y��ƪ�!z^G[��G$�Cys���n��\�ʳ���>z^u2�^X�b��,o#����{D"RNR�1�ri��
7<��*?M�,��G�V�/Y�Ew�J�,�h��T����$I�[Dl5�K�T5E]��7[����l׵m�R�Gb�s�k"FQ\)�<�aЀ��1i�KL3�m�*rl���@:6��,��@�Z�LKs��k�Iӕ*U4-�R ~���zp
#!2�E"�4�8G�+�V=҂��)��؇}��$�&��?��x�B,�~�m�"��
Y�8Ny��W�'o�0|�4�~˓���1�o�$ƌ�>���9Cu�}�1�1)z��7<��#��ެ[�VTu咥��J�#2���8��.^()���a����a@U���j��
�6�KP5ne����^/�5��z�]����K��wM>�wiqg�Υ��ed)?{��|��=y���8�/EQi����V�\׫���O�d�b��yg�%B�򳶦�����`�p`:���v�e?l	!G&rh��PO��"쇁P�v��j�E�U����$�V���k�]������/�m����$��xuq�65U[\\�m���Z�������O?��M����WD�cW�۟!���
�-p<	o��V�X�ע��b��|ip7��n?�����I;ɲ�K�0	Z�v���#��pl)�;y2�`��]$Q�vt��a�Ӷ[�y�2� �j9:�1�� �4��7Râ��c�·cü��pw#7��M�+L9Qd�T��E��	����3��ٮ��v�����s�Lrd~~����n�ȕz�?�|�#v���[��i:U\��©s�r��C$�?�~��{��osH~��0sH�\�3$�W���Y�:�^79 ��۶��Z���0��K��;��)/t?ͨJ{�����|7�ߑ���X�2ɒ���	�ۣY��i���-��������e��e�M9�&<�1�F��frs偢Wt��Y��Qq�1e^���q�W����j�
�H�B���-$`=W@o�BK��&J;�8ѐs��-�ܳ:�u˲�-�\�/�zꩅ�u�E�^x�Vj�a��=��0��Z-��ISFg�\���Y�;�G״,ӵ��7Z�庵�c/{�]S��x��{?3t���/D�Zd�a������F1(r9:�iyc!X;|.j�:���K� �@S�k�^Mdzv� ���;���"c������w�{
x����ȩ_�o��(��\��J~�]w�Djޓ26�yo���n�Q����tS��d�$���Vy.i<%r2���]����H�Rl��P�ת���h:��oNC��#|<��u�k�Վ�E�D6�Yg��@�C�Mni����\�]q.���:�:!��VH����(��+h�.[���>B�4�B����Y�gm�?����z�F-�M�j�^/��X~�����iډ���"~^�TS��{��;���U5
#�e�A�A߫Wk5!j�j���Q�-��VOY�T?��C�D�-"Դ��T �E$%�(��u�u�&�)�9/�K1���-9X������T��m��D$��r����
��ҠH2�μ�$ړ�4I� L|n9d���`-LY��U��#���
���0<�<`ؙd��/\�p�����݅�+��n���o�N���G~
;Ӄ�[�vW���Ij9>��h6�}:�q�[Oΐ!��j�H5�Y���LJá͇r�_��N�Nm�32Aꭏ
�;���9Y0���p��sp+l�����xZi�e�#Y��)�i�O�~.��\e��a��ҝ�8�w��1�%O �����Ғ�݋�?^{������y�ȇ�����!������mv�B���޿�wye����nҕ��^��q�yooe�`Ğ���Y�e��4p����s�)�Y�*M�4V�4k�LB�_6�+�R/�{eqe��WV�c��W�K$�*����a_I�XL!��fʒJ"�2�K���F�(I��F��a5��Y�L/�X[\��"V�׶��c��4�j���Y�م�ɳ%!�*#���xq֖K�b@ϫ���~t!�Y<i��w�yj���4�EϫP��	
�Gk��:��q܃!�ⳓ�p������b��`���UT-��B7$�Q�����i�7���ȟT�Jk�	q9���_�O4�Wj";)�c�*�J�7�U�C�bc��#�!���O�ʌr1)�I�K���A�Z�+�u"\��l7�WRѢ'�~DJ��6,�����3i�I����V� h�vD.FR�t�Jm'���=�����(<	P�n?����'��@�4��Ҩ�(KE���pk9O�F�lk])Qa�%7`��ţ�Ξ93;�8;{&�F�RE�	^Z�j��Q��yh��_�J�(����p�!G�y$+���5I[G"I���J��q�*��l�J{v��%��]Z�v�,i�dRJ%i�,eg��:~�$R+���T�$y$KRUB���)�H�g�LeT��gە�$)
!Ԕ$M��u��4_� ��+�}��,F��&�}�ʁۋpq�C��m2�ҽZ�V{�Ë�7y
�78JoI���5G��K�~����4^����4z�L5��x��<�b�����P�rJ-/��r�Qih��9(�(2�pna!�rn*�(��lαl�%Ma~0?t�h�lXo�YX����z���E��t�<��wP!D19�&s�0Ya�~LR�D�2ʥ�kG���)�t�ܵ���d��@֢<�:ri}�v�M(�l�u�3{���~�n53�Eȅ��|��p�4���A>răI�k��7� �i��ΰ����f���x�sY�xlB�'����+�J�V͡p
6�B�a6�[ْ�{�K`����V�ҸvpQ�,��b_@)1��A1�i8�4䓑#)r�Q�p�V�R��.�,w���Op����m����?��o��4ʒ��q=�lX�G�e�Fx7�y�a@�Ԛr���^���nPt��E��C `��@"�<k)
U�oI�q+����2�}E@W|�q�8�a�U8���@���,�:+!�V������/�f5�o��^ �-�����ҩt����TI,�T��:�49"o�� �w�K8�49G��:��yګ7,Yi��+\W�Qׅ#�^o9z^��y�i=ϰ���[LO���E2���#r�W4�d5�i?t��8W�0��n2�8�;հ�ޠ�U���˫����W)~ЋD���Ѵ8|�$�p:�}I V<�g�����w����/��8�
�
��~8�s#�S��f�
�,��uQ�n���D��Nt�t?p�
�\i�G�_��xJlN{ׄ�vV�$`J3��S�������fp��[��Q,�a�����;���k��J�q����U�K��|)�ſ	c�m.T�&`��R��B?ˋ��{�ݤ�?�.���G���<�0�1���3�dQ�Ϧ�ٲՑ��>p�^?�s��5:�Y�#!��o;�|</g�Y�s���c(}��Ŕ;��rs��qf\e���o6m,3����:��|�ue�Y-'E���'4���L�nUd?]�P���BR�����i�gJ��>���+�u��D�87ww��h684�=��"�oTi��k
�-T��?h������?v|��;C���9h��>jC�"0GS���&�8V�Ȅ8���1�B6�-�(_*��U@���ƪ
��!��:~�<�5}	�Q�t��8�M��;,����y�ȟB�'n:�t|�/�MW�9x��D;zV��_�	y�"w6۱�Y	uo��)=833�q����uvzjnCu\1#qE�KI�N��:�:#��"G�#��6m��P+m+����t\$pǸ�c؂���f��T�s#!��i�WC�C����tb�����	E�i��:�P��U8!v���)Z�q9�t�kZ�7_]�|�K�̽PS��u8���#�p#���Laҙ�45�ڬ�<�Z6��U���Κ�+�W�5���2�YP΂�9NF���E�>�.����:E�B]g>S
!A�V<��t�������XiP
?�c�������Y����.���g;񊮳����d?ɿ�f�#߯T|Ǻ�|kv�h�d�[��hۖ_�,���|����l����ׯ+��&N�*��\�}!O�X��[��/�����q<&˲,��뱑4K���:zP�n�=�aؔ�dnmxr_��ǹ+#VdY��k�+r�!�d�}nP�&K�܃�0�B��"&	X�y�%����/A�[� ����Ϣ�b#à��O����VD<���з.mM.nmm�CMDVBI
W�E�ב�JD�h� `6�J6�����{�1AC� hLlw�F��1P��bDF��+q.1��ձ4��ѐv�l��R��:e��f�M�Y��@?��S��u�!l�l!���h����?=D&�@�������!������TD �r�V�'VhN<x֍O%7q��}d
ş#E����87r�@cL������f�OM����v�j�^mʵ��Q�m��N���x�{u�n�6l�@4�3���ֳ�<��ǀHAtlX�~v�=��
EBs�CF�h�^��?��0P�=7׎���F�F����F�b��a�ӡ�<T��
�:���x	�\8�ĩ���)���F"ʋݘ4�T�T�#��	�����<�V�[h��E��k�p����貛c�t�]��=��8�3nw�‹�Qx
�>����Ÿ��B�eߠ3(")���b����*���/\988��9"?-�h`�q���p�h�D~ܓk�S`|s��[��99n�2K`�&c�-l�Z��F0a�p{�����p_�~��I:��u��F�v����rqO�-��5�]˶,���>��-j�ږ�Rv�Q�g��s��
�u�i��E ��u���p��m}��{
-�@��
����G�Z�຋���5�م�F�[|�1�=f�Iqux>0�	\d�#�]Ȕ���
��		7yz)����XFK���w�n9K�n���Iן,���@Ԃ#�Zl�eP�]�͍�V�&��r|衡�8��dK�e�Ű�a8)+�b�@蚪��$�D"Y'%���?���17�h��S�5����79bv�G}tHy��}7O��k�2�|�n|������U�%B�8EB��%EgU��}��iW�:��&h-�a9w�R��J
Ti"�/��+��<�7yE��m_[�
�����ʊl�[yH���ulyU|��{�Z|~"�4�u7K2i�A��2��DZ�z�EC�|�Sո�N���T��j;&�mn�h�W�E�O��Ƣ�yW�ٍ~5���v���-��hq�J	RI 7�#�nDo|��y�S�&�@nƯg�����5���6֡�7���IO9�����l�u�cS��fR����������V�sU���gD@��KR����r����[�$�̽
	(bsfU>��Ok����ޖM�������n�W����Y
9����O�C��n�L4K'�yeRFE.��i�-#���X��/`��VJ@��;�����z�����ls��C]բ@V5OS){�#�$i2Z�"k꾌��	�
���z�}O��P �P�=�z'U������:2]�u6ďh�Ղ�����WJ� ��(��-�Fnʊe�jK�e�j�z@Gs�p}6�{n�kR�k�W�z:NP/����:;`�����:8�]NjgS�嘖dܐ�w������Ӕ�8k�yN�H�_�NR�E��i���O�+.�(L�{��s��=}���XG��t��ߠ��4��ދ�����D����#�6�@�f䷁@c��D�<�S�ly���$Y�eiE7�|�\�,(�hH�h6��Zx*��\�$Y�q�Ӳ$�^[Q��*U�^o���x,>t��1.9��u}��#�c�M�-�^�p�y�RK1)Yϯ����E��ϯ�7a��d�4�����z���FT)�z�E"]��~ڦj܎rN�<'���otҍ�q���4S�gZ83s�\���T�6n[���8�BQSeYSKQ�F��,#�[GDUU�H��Ȳ���x��ٕՒL����Gf�k���;h���!"*�,�A����qQ�e�ZA�
��^0�����AM2�-�{]2��X��O͙����m�`K�G6[�N	�U��-P�"۶�(��ţt�l�v$�eQ�x�D�T�N�m� ��҄���2��4��5�y�(٩j3Q���!�9C�6P�B��<�������<R�f�8Fp�ً���;�9+u�)��x��G�"���Ax� 粺x;7
�U�j�XV$��)�]�!�g�r���>5Ĵ��,�����s�0MӔ��T,�4�MzF���y3"$r��f����(�l6	���	�ԡk�������Y���)��7�K791�L�9�MG>�8B>丽��i��C;x�;Z@���*��լ�������.&��d�}�^�w�
-
�Tu]�\V]WM� �FϺ\MF��f9�_i�S kў���x����E��t����tS��s7F��o�����;���|zz<��޾�r,��r��>Ԏ����ے��/��K:�VT�+��������?>777gi��Y�Ea�Dc��IZ}q/�h�ei�C~��_�hdZ�{?��b�$��lB�4e�Rt]�ɲ����"+�+?���"�W��6���k�E�9r�<�ax��;0��nX�s2���)-��axYI���oT�]Z�i#a����j�T"������%5�ˉf#���DgG=F��������_�%�ւS9G��Ë6�j�\�JOE�C����R*^$�Ӆ�.���"�A@���m��0h����PC�[<�<ݲt/�}
����P$���SI1�z�[�t;J� �uO��!dp�D�]�)(�L���4D�
�K�cS��6�yI6MY���xŅ��ɩ4/�H��9�6��k�f�7[��g(
��pW��=��n�X꺌5ۃ<��N�0�C�-�&e�u��#?*�'(f^m�Q8���'�$CH{)2�Xf[��X,�4rn(���n�pI�"Sۓh�R#T�Gi��x�"S�@��/��ΞlF�j�y|��U�1׵��}�q�u��/���ܴ��9Ĺ��f��ٳ�_���yӶc�7�j���,Zۄ���rٯmnnn�z��H���cB�h@
�m	�c/Y��ׄ~젘V�i&�DIDRd��"��f���-
��x��2�2�	���x���H�e������u�
�8���B�?���a��'N����@8c#�}�
�״n{��L'"i�*@{��&ݘf�]�pʅ��o���y��tPP!�M�I�ҢHD�60�g�re�)�x�m�iT%Q$D�j�	�zJ$��8rB�4�đF[��^_DD�?�D:+�2"�"��$��O�\[3�~�c�-��s�����ު��"k�*ʭ�����T֨vc�_S�5�}�F59]���eE�I���ň�'��+�䇆�}?���8�Ίc�@�}87�=ف�->?�	�&�f�k��+��Yt,_��V���q�� ��?ʉ�Ov/���#��ͦ}�}|��>��4�ϋ;$���&�0��d�'{k������L��]���L1nqs������&�
���$7�C0�Ly��@$~"�ĸ@���-�6�s��ڒ�|��L׏w���]*�4m�^C�Ͼ���������\S(�z�F���t<a�~q��63cxJ���}��k�����&������i�Dʅj�Td@�}R�x�F�n?˘
sŠ�{�K��v�@�k�U!��f�uK�7=���1�)7�e���?Un6K�c���YẌ	�� ��u�h~�q}7� �������r��$bX�q<q�0/�t���Ss3�*b�:37es�a�O���͂�q���}UW�s������mx��9�KeZX����yx@��	pÞ�
f�9Lў��[Y����d�t=]��E�g��t��"�[�W|��&���EZjxRCm�
I��Ȓ�1]5�e��3��e��KA�M���~Uc���K��&�u���\�{�ax9|~~��_�g٠Xꀇ�I�b��R�����2�[���Iv�
�����p6(r1kxP(*uO��t�i��Z��z�0�x��te��i�o�b R�H,DnK�iz�i��Uǡ?KV=g=;��rw\]Ug�r���h:�~��>ZH�l������嚦Ņ��8���mD�)E�隊��)5�벤R}�_��sÒǡ���
��Je�!�<`~m��stl�mdo�w�lLO�I`�;;̫�[���	)�&��܍CX�#�F�"�Oe/(��YE���K�)�'���*������M��';��?�����ˡ�V�F/,.L`�>Sq��˅�bY�L�"�p�<5�J�C� y:
Zs�X
|�(LD&'w�����	����pt�N���y�eN����]�R��)��l� ߂����*�L��MN�9 �I5��p~�T�p��W��)ʅ�
��ѱu�����sW����_=w��>�&�T(U.���j��e�r�F�����S���de�w+Z���/W��ء��$�vZ��
����.����ϟ?_��]�qq����?�1���O��y�����po��',���9�	Ƥ�K������6�?G�:"c$������ �*���V����;]���LE9�Y(�ԭ�z�yUY���_D���c���m0�V��
,ݶ�Y4�΄'�%��.V],y���oT�)���<� �;��W�����m5� P��hDH4
%T}_m,�4U��6p
bP�8�5x�F�$+4w�*-8L�n�4����k��Wt�e� vf-F�v)aƃv����q����
F�y�U�<��J9���²�!"9�����~ϫZ��c:�:��AɝNQ�nٸ�0Ls�b[���Y��A��ou�..�$�x����T=�6ٶT�b��i��WV	;�ϟE�w:2^�e��1k*�C�ȟ@����!���(��]�r�ӪJ8�4��墛,g�U��*�DA��3U,��֍�M�Ld4�@��
;܁�׫JZ�1��Q����U��L;1�v;׶ܵ���dȑ�;T5�*��~a%1e���ʈ�o�6S��#����U�#D��J�fJ��A,uf^�O":�1D�]���PE�,�v�#�WM�I�f�����	���#��&�P��|�m�";�9��^��b7�g�Z������*��'�795�婅�v����C�DY|f�;�"G���_������\s�W$���?��ܣ���3k�
��+`q� @�T�?��HDH�Hg�9<��Ik�J�k�QBq�(�ex�M�ɤۘ&ZK�s)pT�c��[�7�M��P-�R��V��0���NնՂ�z��։;CYr�r9rs�0ˎ�"�1i ���Sf�g4���Lͼs�T�S��W�rE
l��2.7��S���J$4ղ+��2&+�W�eE��_n4���r9
%ٵ__%�J!���@W��-S���m�K԰�S���pYb}4t�\F��Y���mV>
;�Jx3�gn"~�(s�����QT���h��6���D�MJ�bڛ�Mĝ����sL����k(�-I�e�j;Zhe}�\r����'��8a��R �_+⸇?�)	U0��<L����10�{(l�Ӯ*[��lE�2a��F�m��uj�1Yu�,�'=If�\�|���'�c	�
"�w�OW��vN����!����m�=؀��^؁O���D*�Tu
��vd�3�V빬�В!v����byy2(cp%d" �PB������q��1sxP,g�7)�A�Xf�T�@��!D�l�Z�Ŀ%����ǩ��FUW�L[Q������_�r��i�?o�Q���Xj�2�����%�S]�*���BT�+bJ���Ns�n+� �?̃��O0��~�� >�T�=�ͣ�_�H�ch��v;/1]��/��D�z�LM��]n����KR��m�4&�*�~طL��ՋX`�y}�}�n�D{+"����٫�wvv�9������Y1��hk8���?�c�&��_�x����*�&aDޕ��DR2��[��{	���}d��
�h!���vA��c���~6(������J�F�'��Z��˽�RhO�b�i���+������O��=_�J��Y�H�!��n�݋��등�o�m��_gtݺ�[q�
�&�/����	z���\zpgg'��w��O��4a��(��{iv�ܾ��ۍ�n��E�u���DQ���h撁�첮}u�2
�5�k{���}���.]��֬�GJd}]�����:��ƺB��)NM�t�&���c=��qJ��籶0�Sp�8��("�퍁�Eai��,�h1�~��n���(8�vgt/`6����r��C��*���9MK�y�H�!g` �m���Wʶ"�FHe(�ݼ�dʼ>���r-��1��G"�%֐ECX��ϔ:=���p���ܠb��<έ�b�54s�x4��o]ga[�&��S�h���0J�a6nȖ�>��W�w���nI�Zw
Dƣ�3D?ŧJ�llR�<e�����6�=f��*\J!IIU�VE-��><g�Q?Д����p>�@E$36�{"k>����"'��o�h=�a��H������|7Ǹ���u���a���(�lP�Ĉ؞J��<���0��DDc#��+��ÃB�����\xU'�Q�VM��b[������mYg�NX�F��ٵ�#�d������߬hS���S�RP*yU��,]gM���{WI�:�fP�T��SݤvR�\��0�g�|v�D�qah9k�"����\uJl�Q�Vu]�,I�M]�LFjX�{}�D�^�&A�T��//�zY1�@"����LlU7y�#)M#��2V���Zֵ6wݳ<x�|�@�j[�98�/ei~a{�P1�r/�H���E��)}� m�xy��>t�Cğ��w��y^��_z�;)�!��P�w��aw��G)�y��g�b�ò�a+��?}�'�x�K�~	�Y�v,.��g��ଦ�X�t:�����i�8D�E$h�9tl�nOo7u�k�>TF>���91�F��.)2M ���hq�Y�"1�Ȩ�Kg�!&%�dq�����Ή����)5�3�q¶yD��%�'�"�ws�K�4�B;	:��
��A���	, ��󅜴	\7���@қ�ʤ���X�H�o�k�N�L,*fa!�#��73ÙF��([<���I76R5��z����
a�%�^}���;Bܴ���@g�"�[�j�Қ�\Dכڜ�k�A?|<z��R�T�,a/K>�MX���6ăf�@J��Z�X	�����!�JgA�
5!gx�d�t�v��p8�f!,�����L9�~ǴC�S���#`6�%X���l����D���ײ����"Z�)8����k�(�!��Cj��7��UVm�!pLy㔑#��L`�j���w�mX�A��d{�je34�
��Xߞ�H���h*I��W��ѧ��k�'TwL���ƚ@
�	Pd6��ғ�{S��ks�9��-b��P*;ނ����WEL�����V��V�E�0I�0�$����NFt-}��կCg�����s����M���q�<<��vG~�c�l[�ì8�۵-v���9T�й�ޒ��Vi�E��@��"ۺ���������AD��2�zM����M��M7I��]s͹��ac���`Z��P�Ye�u����4B���D�1�]}Q�P�Q#Խ��4-
���
� Ҵ�
<=lD���^�
�\�����$��_��`C���~�OC
Tز�.d(���1�K7��i������%�Q!5a���[������/�w�һ;�[q�sӣW�6���]5��ڡ} �P�-�mjjjJ��EQx��!��a�b�%�}L'�ۢ2��}+8���x����f�����1,|�|N�U�1��'Ҿf�h��t�M��2�l*�v�>|	�m�lSˢ'�p}�����WƤ��~g5O�˸3��x�R��in��q��P
Ń�nbd�{-�Z�I�+߶�$چv"�k�Q
r'$ڑ%fkZ�;�&���7S��N�ʦ�U{�H���a��W�)������v��������I�8*ꚊƘ-x���B�uJ7�6a��J9�$�q�GNN�e��.//�/λ�
>s'\F�z}y���\�)��&��ˆ��_U�j��"���`�� ��sM�j��P9&�{_���
�.�-jo
��X��@"d�a��Hq���|:�L���;i:��7~�̫�[C�#:�	�gա��� �>n����u�
�������(O�N=�
q�Y3��j�fo"��V�q�o�?
�Q �r�ر������c��^�4zťK�=����9�~��?�䒰c�%i�=��{��}�H���S� �y��/q�~�Mx!%�C��-�q?D������/�3q�-F��%�BϜ����+���8x��(K�"I�
�w-���5v#�C����`�$�<���F������4�B`E���Զ�R���\���OU��]
ۍ���_���6XE�I�h���G�U���BOp%Es��[�^1(Q�H�&Ʌv��̅M�iQ�V�~^��#�mW�@;~����_*��w���B�0vh�y)�J}G�Qն=���m�����|�-�2�-�W�e��Y�U��v���'��V-����Vk|����r��i�1Y�J]QvM��������z�>nߐ�eۖ/��� �;�v���j��>.�8��U�a��Eq����p���i�l@z�^�MdyKy��	J
!6��e�6�o�^�z`K�s��x̼�ӟ��~�B�,��������%�u��m��`lX?�A�.{.t���n��k.T���h�tV�nt݉�֯Q1A#q&�X��R�#�ad���(ܗ2XUr�얈\LdI6ъ�qd�|��OdQL��?�߿��;=)����u��C�w�*Ƹ�*\�0���Ig�Y�����f��y���fS�>ƾ���Y���avpʕ`Y��Wp&�nD��9U�u\P
��ا�j����r�^���Z�p\�^Z��z��g���{*$�%�
�hfI�lV�8���Ӭ�53�@m�usZ�'j-����R�ٴRKEG1Ăt�-�0�>��/}�7�3�B{Ӝ���K�p��<�,_�Bi8S5�T�zWi���]^�V���=�F���i'�3�2��oD_�(�0"̈�9�R�1�\���L��9ʶ}y]~�V,��ƍMU*���I߶��7����CU�Qj1b�=�[q.T���`�-Oc<]v]���Zp��H��ĸ��ћ�ˢ�e��#8_8��C��@�BOdqc!$�@�cS��
m�Z�^���_�gs��,���
��<H=ˆpJ�X=B�N�D��A���PK��纔c���C���밴��Dqb�#�^���:�S�Ə,h#�ti���5��[��L��ij��i�g����v"�V���{���~[�3�EX-�i��gRx�M�	V�t�����"��e�N��9������eGh������q��ȵ����O�
W�*�`7�E��e�|[�$��˛����Ԥ��o�03s&�<��$��
��7����+rZ+n`ޅu=V���l�S�v�jh��J�v2��_�-��$�b�A!%p�i*��8?��V�%��Ǝ���G瑪Jb���^��K��3�[���q���Z�V�V�-[k�xIc��/�-��wd�R���݄��P�j�d0G�8ʓ�C�%���S�6 ��_���=Ay��Q�s�U��e� ��yV�j��K�iZ�S��9Q5"�ݍk��"\�5+��H]�<[���=O9c�LScL�ּN���lɝ%׊ԹV�br	���+J
�t=��,�	8�ƕl$��{P����S^�y�)XƖY��;c��A-�&/}���"�̱�Qd�B��tz2� `��8�=̅)�\�T��I��t/�����F��q���k�t	��A�N1e]1���s�+R˙�'?�(e����!�(I�������ii�������ɘD�y�i�Q��KP��	��BU*�륒"B�F��h+l��Ä1Y�<ϫJƈ�k�;7��q�uux{N�G�'�� 
ì�E2�Y�tj�����ƬE;�L#��eT�^/�(�֘�ь��'5=9J#��at�z}�^�����/r�'�/E4u�G�AV�����2���(�gɴ���h�ƿ�n����N��(�j�v�V���v�~��π}l���{�_U��-�/�Q= Γ@1����Ըi="a���z����¯�:T�6��qj�
�����c_ �����.�l�i��Y���|�T
O�W�%"<y	\�_bO��k�5��0�S,:.0NV�<ζg�C^���1�
@q�1P����a�O�\¨�v�GU�]�ކ���XXf�����P�^7_��k��;y?m�5�s$�0z��a�e	3hoz�S�e��f:
�,{����Ci����F|���e�t�Gۜ��@�@�%i�ա�J�����l�t|W�1�i���Z�`z��ݐ�oy��/�Am�s��ùt]@��H�==��F�婔Ԯ�ܷ}�:4j���)#�n��	uz⎲?��O��6g��	�x	4�C�d-8�ޮ� Զ�K�m�)���lJ�+�G��ʶi�=jo����k�Q�Қ�\-8)��K��Z[6��������=�(8�bg&���,��	o�(�`G!�܏��8q�0N���$�L�7W ~�0Nr��xM���4iJ��YC� �HJ�)3��X���\�l�GP�6�9t݋��ބ{�p��ࢁ�"܎f���a�M$�32L��x2Q�m�6Ynj46�ϓ� ɒ��W�y�Y�0����e-χy7l]�����hU�%��l?tx7�o���BLy�!����$�F�W�d�ܵ3G��VTH�Ri4T�9��x��Y�9#�3�g(a�{�S0�T�~�hU����v���K�q���������[,9%ߛ|���m��݇m��%y�(��C�`�F�Q��RP[�qs��#�˳0#t��9�D��z��1��9��n|3i���1��e��A�O��)N$�2{e߉`���!)k�x��Н�1�`Z@)m4(��B���Rb�hE�����Ya�z���3�`���!�1!�]&�k�O�kUUT���F����*��A�(�4�a4B�16Mw��H�B��4�k'mx�$�F����|ڊ �h7���L� ]����Da&)��iƑHD���8{�n]I���b`6��{���Nn3�Ѡ��A�}��#�tݫ�9w]W*���~�֚k��ĂK�}���&�Zs���;�j��]i��^c�l��>J��t[�
�no�\)F7O9�!��7�b�ə��o�=C0Н����m�
Z0F(6�J�cv���T|�Ƅ.`S��i���F�b]����9B$��98���mO3:U �<rv�Y�hcLC� X��c�;��>#��TIA�MSHE��̋}FF42�{�����1M�|\r��V�!\ؖ,+ۺo;��j��v9˶A��NkPE��ϴZ��4}��VG4��yiO���"�����H{�uNh�C��\k5��'�T�æ�.��s���v;>�3!	}�ƿ�/�LK�=���s9]����j�dd�J%!DHk3�}5�B.����D���ݍ^�Pk8��P�t]
� F��:�&I<��Z�!�D�P�r&Fvψ���L��������	�ݢkj��V+����E��h�t��(J+K	iJg�m�W�G����Vk׬`�LJ�ۀ	6h�����UX�׽�0�ի�Ё�[�K��g8���*���0EH%����`h���,�.�"�W����dp6�=�?�eY��g����Y|ɥY-����!����Q)�������P�	��# �D[Le�
`^	�x
�|(ʆ���1Ƙ����-���qBx�
���l�0�8���k�ֈ���/�\O#M�����Gx�Z"��dfO?�?m2��>��N�4���2 ��ō���ƱbIrp�
�B�E��P+v�_�
c�8�Я/���$�A��7S Qߜ��E]��-�H�����~<�g�O'N'����%EMѥGhP2aYE�,�C�u��p|�&,)x�=��
�k��9_dn8�K�����K0M�"��sL;�g�4f��0u�0��K����!0���-Au%aI�v7�^�Ě���&c��и�ן�$�=m�]hAn���A�UBY!�$]J�'O���hqAt��~}���:l���0aM�����}:hD���hz.���[Z���:�N=-u~V��8���C�u|]��-q�@���h–���S��u�|O�t'�Y����N���F�A��O
�]��)k�}��A�ߊ���)�
g�i���@gѝ��vU����F��q��ac�y�YX��� 2b8��o�WLֳ��`_���X�f�\���c�H��)�S0��.Ƌ��8�F����^.`�R�B��tݓ��J>�l3�+�8����dخ�~�\��1`����ZEx�������ƟS�0�&�hzb�����n?}�…��1D/u�>e�-���u�حu�FM��J��˯���E(�����|4�J��߶�d��{�v�6��;�$�O˃R4���nOG��� 4�ؠc�ִ.~j{y	��H����^��	�U�)��Q���e�9Ni�@�`��jMV>"PZ������Ew���W��N��W�j��Y�G/F��:�����>+ڨ���GO1��X
饴��e�ъ���:�C<ϋ�)'Y�	C�d�oE:�0��zf�s������}
��'&;����̡S����:����J1
(�R�`�x(!��+5�-ܶ�ۇn���ڰֽbw*hSK���	�w�gYma��v��B��iq��x��k��q˜�{����<z�<�Fx-^¯��!}r;�Ji�����El��}����o�qq�x���1i5�`����6�2m~@r�(�n
��ֳ��~c7�9��kjZ�^�>��U��ܡ�2o��V?�/�&�հ.�_���O��3�����#���*���WU�363�����h�dM�O����v�O�p�:_T�����jE�y]s�_wU?�`�U�X�����i���y�����֭�z��b�t�\��;>.-R{�w�4([�tuY���|�ʧU����]�oִ��X�ڑ���Lm[��ڮe���۟�P�av���;��4�sz�ѝv)����n��Fv��}e�ǎ��=�R�:��ۇ�y�w[����?8`��n0���C��=|���t�t��C�k}�~��n@	�
^�
k#M"��,�ϥ�`�o-n�z���=*$��Ġj���z�`��x�C�'z��IA�d"f���p�I[�j�;�pT'zTH��Ġ����=����뉇��ӓ���@O
x�ܓ��ܰÚ�t�\
���>�B�n
i�D�T��2�P��D�b���D�9y�f����D�HO�vJ�xӄ��LT���J���T�L$��7��E&�b'�g6Gs��s��V��O�(�j#��e�a�Dn&�*�)z��X8P�w�f���c !�a��+ P�

ڂA�ھ
�@!�!Zr�
��Q#��N;��w���#^��@A��#�	
F '$ ���2���y���lo� �C�dދ��l���+�`��K(�M�|&Y�9�=�5�
�F�…6�A�p� ���<��2|U2��7����0B@���>7js/onboarding.js000064400000035036151526434470007662 0ustar00
var softaculous_pro_show_themes_loaded = 0;

jQuery(document).ready(function(){
	
	let url = new URL(window.location.href);
	let step = url.searchParams.get('step');
	
	if(step === 'import_theme'){
		jQuery('.softaculous-pro-wizard-sidebar').addClass('compact');
		jQuery('.softaculous-pro-setup-logo').hide();
		jQuery('.active_step').find('span').css('min-width', '0');
	
		if(!softaculous_pro_show_themes_loaded){
			softaculous_pro_show_themes();
		}
	}
	
	var feature_holder = jQuery('.softaculous-pro-features');
	feature_holder.each(function(){
		var feature_checked = jQuery(this).find('input').is(":checked");
		if(feature_checked){
			jQuery(this).addClass("feature-border");
		}
	});
	
	feature_holder.click(function(){
		var feature_disabled = jQuery(this).find('input').is(":disabled");
		if(feature_disabled && !jQuery(this).hasClass("spro-erro")){
			var selected_erro = jQuery(this).find('input').attr('spro-erro');
			const para = jQuery('<p>'+selected_erro+'</p>').css('color', 'red');
			jQuery(this).find('.softaculous-pro-features-text').find('p').replaceWith(para);
			jQuery(this).addClass("spro-erro");
		}
	});
	
	if(jQuery('.softaculous-pro-wizard').length > 0){
		window.addEventListener('popstate', function(event){
			// Get the current URL
			let url = new URL(window.location.href);
			let step = url.searchParams.get('step');
			
			if(step){
				softaculous_pro_set_active_step(step);
			}
		});
	}

});


function softaculous_pro_set_active_step(step) {
	
	// Active Tab
	jQuery('.softaculous-pro-steps-holder ol li').removeClass('active_step');

	if(step ==='import_theme'){
		jQuery('.softaculous-pro-steps-holder ol li [data-step="'+step+'"]').closest('li').addClass('active_step');
		jQuery('.softaculous-pro-wizard-sidebar').addClass('compact');
		jQuery('.softaculous-pro-setup-logo').hide();
		jQuery('.active_step').find('span').css('min-width', '0');
	}else{
		jQuery('.softaculous-pro-steps-holder ol li [data-step="'+step+'"]').closest('li').addClass('active_step');

	}
	
	// Active Panel
	jQuery('.softaculous-pro-wizard .softaculous-pro-wizard-content').attr('data-active-panel', step);
}

function softaculous_pro_next_handler(element) {
	
	var ele = jQuery(element);
	var nextStep = ele.data('step');
	var currentStep = ele.closest('[data-panel]').data('panel');
	// Save the current URL
	let currentUrl = window.location.href;
	
	if(currentStep  === 'welcome'){
		if(jQuery("#onboarding_done_confirm").length > 0 && !jQuery("#onboarding_done_confirm").is(":checked")){
			alert(softwp_onboarding_lang.conf_data_loss);
			return false;
		}
	}
	
	// Get the current URL
	let url = new URL(currentUrl);

	// Add a query parameter
	url.searchParams.set('step', nextStep);
	// Replace the current URL without refreshing the page
	window.history.pushState({ path: currentUrl }, '', url);
	softaculous_pro_set_active_step(nextStep);
	jQuery('.softaculous-pro-steps-holder ol li').removeClass('active_step');
	jQuery('.softaculous-pro-steps-holder ol li [data-step="'+nextStep+'"]').closest('li').addClass('active_step');
	
	var post_data = null;
	
	if(currentStep  === 'type'){
		var active_step  =  jQuery('.active_category').children('input').val();

		if(active_step === 'Others'){
			post_data = jQuery('.softaculous-pro-category-input').children('input').val();
		}
		else{
			post_data = active_step;
		}
	}
	
	if(currentStep === 'title'){
		var site_input = jQuery('.softaculous-pro-title-input');
		var new_site_title = site_input.children('input').val();
		post_data = new_site_title ;
	}
	
	if(currentStep === 'features'){
		var selected_feats = [];
		var feature_holder = jQuery('.softaculous-pro-features');
		feature_holder.each(function(){
            var feature_checked = jQuery(this).find('input').is(":checked");
			if(feature_checked){
				var selected_feat = jQuery(this).attr('data-slug');
				selected_feats.push(selected_feat);
			}
        });
		post_data = selected_feats;
	}
	
	if(nextStep === 'import_theme'){
		if(!softaculous_pro_show_themes_loaded){
			softaculous_pro_show_themes();
		}
	}
	
	if(post_data){
		jQuery.ajax({
			type: 'post',
			url: soft_pro_obj.ajax_url,
			data: {
				action: 'softaculous_pro_setup_info',
				step: currentStep,
				softaculous_pro_nonce: softaculous_pro_ajax_nonce,
				data: post_data,
			},
			success: function (response) {},
		});
	}
}

function softaculous_pro_prev_handler(element) {
	var ele = jQuery(element);
	var currentStep = ele.closest('[data-panel]').data('panel');
	var prevStep = ele.data('step');
	let currentUrl = window.location.href;
	let url = new URL(currentUrl);
	url.searchParams.set('step', prevStep);
	window.history.pushState({ path: currentUrl }, '', url);
	softaculous_pro_set_active_step(prevStep);
	jQuery('.softaculous-pro-steps-holder ol li').removeClass('active_step');
	jQuery('.softaculous-pro-steps-holder ol li [data-step="'+prevStep+'"]').closest('li').addClass('active_step');

}

function softaculous_pro_selected_features(element) {
	var ele_parent = jQuery(element).parent().parent();
	if(jQuery(element).is(":checked")){
		ele_parent.addClass("feature-border");
	}else{
		ele_parent.removeClass("feature-border");
	}
}

function softaculous_pro_modal(sel){
	
	var page_names = [];
	
	jQuery('.softaculous_pro_img_screen').each(function() {
		
		var is_selected = jQuery(this).find('input').is(':checked');
		if(is_selected){
			var page_name = jQuery(this).attr('page-name');
		}
		
		page_names.push(page_name);
	});
	
	page_names.forEach(function(value) {
		var input = jQuery('<input>').attr('type', 'hidden').attr('name', 'to_import[]').val(value);
		jQuery('#softaculous-pro-import-form').append(input);
	});
	
	if(page_names.length == 0){
		alert(softwp_onboarding_lang.select_atleast_one);
	} else{
		jQuery('#softaculous-pro-templates-holder').hide();
		var modal = jQuery(sel);
		modal.show();
		modal.find('.softaculous-pro-done').hide();
		modal.find('.softaculous-pro-import').show();
		
		var spro_temp_form_data = jQuery('#softaculous-pro-import-form').serialize();
		softaculous_pro_handle_templates(spro_temp_form_data);
	}
	
}

function softaculous_pro_handle_templates(spro_temp_form_data){
	jQuery('#softaculous-pro-templates-holder').remove();
	jQuery('#SproTemplatesModal').hide();
	
	var message = softwp_onboarding_lang.checkRequirements;
	
	softaculous_pro_create_html(message, 10, true); // Start progress at 1%
	
	jQuery.ajax({
		url: softaculous_pro_ajax_url+'action=softaculous_pro_start_install_template',
		type: 'POST',
		data: spro_temp_form_data+'&softaculous_pro_nonce='+softaculous_pro_ajax_nonce,
		success: function(response){
			if(!response.success && response.data && response.data.form){
			  softaculous_handle_ftp_form(response.data.form, spro_temp_form_data);
				return;
			}

			// Install plugin gives too much output, hence match the data
			var data = response.match(/<softaculous\-pro\-xmlwrap>(.*?)<\/softaculous\-pro\-xmlwrap>/is);
			
			if(data){
				data = data[1];
			}
			data = JSON.parse(data);
			softaculous_pro_selected_plugin(data, spro_temp_form_data);
		},
		error: function(jqXHR, textStatus, errorThrown){
			softaculous_pro_show_error({err: 'AJAX failure ! Status : '+textStatus+' | Error : '+errorThrown});
		}
	});
}

function softaculous_pro_selected_plugin(data, spro_temp_form_data){
	
	if(typeof data === 'object' && 'error' in data){
		softaculous_pro_show_error(data['error']);
		return false;
	}
	var message = softwp_onboarding_lang.downloading_installing_plugins;
	softaculous_pro_create_html(message, 45, true); // Update progress to 45%
	jQuery.ajax({
		url: softaculous_pro_ajax_url+'action=softaculous_pro_selected_plugin_install',
		type: 'POST',
		data: spro_temp_form_data+'&softaculous_pro_nonce='+softaculous_pro_ajax_nonce,
		dataType: 'json',
		success: function(data){
			softaculous_pro_download_template(data, spro_temp_form_data);
		},
		error: function(jqXHR, textStatus, errorThrown){
			softaculous_pro_show_error({err: 'AJAX failure ! Status : '+textStatus+' | Error : '+errorThrown});
		}
	})
}

function softaculous_pro_download_template(data, spro_temp_form_data){
	
	var failed = [];
	if(typeof data === 'object' && 'error' in data){
		softaculous_pro_show_error(data['error']);
		return false;
	}
	if(typeof data === 'object' && 'failed_plugin' in data){
		failed.push(data['failed_plugin']);
	}
	var message = softwp_onboarding_lang.downloading_template;
	softaculous_pro_create_html(message, 80, true, failed); // Update progress to 80%
	// Make the call
	jQuery.ajax({
		url: softaculous_pro_ajax_url+'action=softaculous_pro_download_template',
		type: 'POST',
		data: spro_temp_form_data+'&softaculous_pro_nonce='+softaculous_pro_ajax_nonce,
		dataType: 'json',
		success: function(data){
			data.failed_plugin = failed;
			softaculous_pro_import_template(data, spro_temp_form_data);
		},
		error: function(jqXHR, textStatus, errorThrown){
			softaculous_pro_show_error({err: 'AJAX failure ! Status : '+textStatus+' | Error : '+errorThrown});
		}
	});
  
}

function softaculous_handle_ftp_form(form, form_data){
	// Handling FTP Form
	jQuery('body').append(form);

	var ftp_modal = jQuery('#request-filesystem-credentials-dialog');
	ftp_modal.show();

	// Handling the close btn of the FTP form.
	ftp_modal.find('.cancel-button').on('click', function(event){
    event.preventDefault();
		ftp_modal.hide();
		alert(softwp_onboarding_lang.wordpress_require_ftp);
	});

  ftp_modal.on('submit', 'form', function(event){
		event.preventDefault();

		let serialized_data = jQuery(event.target).serialize();
		form_data += '&'+serialized_data;
		ftp_modal.hide();
		softaculous_pro_handle_templates(form_data);
	});
}

// Import template
function softaculous_pro_import_template(data, spro_temp_form_data){

	if(typeof data === 'object' && 'error' in data){
		softaculous_pro_show_error(data['error']);
		return false;
	}
	
	var message = softwp_onboarding_lang.importTemplate;
	softaculous_pro_create_html(message, 90); // Update progress to 100%

	// Make the call
	jQuery.ajax({
		url: softaculous_pro_ajax_url+'action=softaculous_pro_import_template',
		type: 'POST',
		data: spro_temp_form_data+'&softaculous_pro_nonce='+softaculous_pro_ajax_nonce,
		dataType: 'json',
		success: function(data){
			var modal = jQuery('.progress-bar');
			if(typeof data === 'object' && 'done' in data){		
				softaculous_pro_create_html(softwp_onboarding_lang.setupCompleted, 100, true); // Update message here
				modal.find('.progress-text').text(softwp_onboarding_lang.congratulations+'🎊');
				modal.find('.skeleton-loader').hide();
				modal.find('.softaculous-pro-done').show();
			}
		},
		error: function(jqXHR, textStatus, errorThrown){
			softaculous_pro_show_error({err: 'AJAX failure ! Status : '+textStatus+' | Error : '+errorThrown});
		}
	});
  
}

function softaculous_pro_show_error(err){

	var html = '<div class="setup-error"><div class="setup-error-message"><span class="dashicons dashicons-info-outline"></span><h1>Error</h1></div><ul>';

	for(var x in err){
		html += '<li>'+err[x]+'</li>';
	}

	html += '</ul></div>';

	jQuery('.softaculous-pro-wizard-content').append(html);
	jQuery('#softaculous-pro-error-template').html(html).show();
	jQuery('.progress-bar').hide();

}

function softaculous_pro_create_html(message, finalPercentage, slowAnimation, logs) {
	// Check if progress bar already exists
	var progressBar = jQuery('.progress-bar');
	if (progressBar.length > 0) {
		// Update the message and animate the progress
		jQuery('.progress-indicator').text(message);
		softaculous_pro_animateProgress(progressBar.find('.progress-float-r'), progressBar.find('.setup-progress-counter'), finalPercentage, slowAnimation);
	} else {
		// Create the progress bar
		var html = `<div class="progress-bar">
			<h1 class="progress-text">${softwp_onboarding_lang.buildWebsite}</h1>
			<div class="setup-progress-bar">
				<span class="progress-indicator">${message}</span>
				<span class="progress-float-r">0%</span>
				<div class="progress-bar-par">
					<div class="setup-progress-counter" style="width: 0%; background-color: blue"></div>
				</div>
				<div class="skeleton-loader" style="display:none;">
					<div class="skeleton-loader-shadow"></div>
					<div class="skeleton-row">
						<div class="skeleton-row-heading" style="width:50px; height:50px;border-radius:100%;"></div>
						<div class="skeleton-row-para" style="width:70%; height:20px"></div>
						<div class="skeleton-row-para" style="width:100%; height:20px"></div>
						<div class="skeleton-row-para" style="width:100%; height:20px"></div>
						<div class="skeleton-img" style="width:100%;"></div>
					</div>
					<div class="skeleton-row">
						<div class="skeleton-row-heading" style="width:50px; height:50px;border-radius:100%;"></div>
						<div class="skeleton-row-para" style="width:70%; height:20px"></div>
						<div class="skeleton-row-para" style="width:100%; height:20px"></div>
						<div class="skeleton-row-para" style="width:100%; height:20px"></div>
						<div class="skeleton-img"  style="width:100%;"></div>
						</div>
					</div>
				</div>					
				<div class="softaculous-pro-done" style="display: none">
				<a class="button softaculous-pro-demo-btn" href="${soft_pro_obj.site_url}" target="_blank"
				>Visit Website</a> &nbsp;&nbsp;
				<a class="button softaculous-pro-demo-btn" href="${soft_pro_obj.admin_url}" target="_blank"
				>WordPress Dashboard</a> &nbsp;&nbsp;
				<a class="button softaculous-pro-demo-btn" href="${soft_pro_obj.admin_url}admin.php?page=assistant" target="_blank"
				>Assistant</a>
			</div>
		</div>
		<div class="spro-setup-progress-logs">
			<b> Some Error Occurred: </b>
			<ul class="failed-progress-logs">
			</ul>
		</div>`;
		
		jQuery('.softaculous-pro-wizard-content').append(html);
		softaculous_pro_animateProgress(jQuery('.progress-float-r'), jQuery('.setup-progress-counter'), finalPercentage, slowAnimation);
	}
	
	if(logs && typeof ele === 'object'){
		jQuery('.spro-setup-progress-logs').show();
		Object.entries(logs[0]).map(entry => {
			console.log(entry[0], entry[1]);			
			jQuery('.failed-progress-logs').append('<li class="spro-failed-ins-li">'+ entry[1] + '</li>');
		});
	}
}
	
function softaculous_pro_animateProgress($progressText, $progressBar, finalPercentage, slowAnimation) {
	var currentPercentage = parseInt($progressText.text());
	var increment = 1; 
	var duration = 10;
	
	if (slowAnimation) {
		duration = 100;
	}
	
	var interval = setInterval(function() {
		if (currentPercentage >= finalPercentage) {  
			clearInterval(interval);
			$progressText.text(finalPercentage + '%');
		} else {
			currentPercentage += increment;
			$progressText.text(currentPercentage + '%');
			$progressBar.animate({ width: currentPercentage + '%' }, duration).css('background-color', 'blue');
		}
		
		if(currentPercentage === 100){

		}
	}, duration);
}
js/ai/ai.js000064400000044254151526434470006524 0ustar00(function($, i18n){

const supported_languages = ['arabic', 'chinese', 'czech', 'danish', 'dutch', 'english', 'finnish', 'french', 'german', 'greek', 'hindi', 'hebrew', 'hungarian', 'indonesian', 'italian', 'japanese', 'korean', 'marathi', 'punjabi', 'persian', 'polish', 'portuguese', 'russian', 'spanish', 'swedish', 'thai', 'turkish', 'vietnamese'],
supported_tones = ['casual', 'confidence', 'formal', 'friendly', 'inspirational', 'motivational', 'nostalgic', 'playful', 'professional', 'scientific', 'straightforward', 'witty'];
let old_date_string = '';

	
$(document).ready(function(){
	let chat_tmpl = build_chat();

	$('body').append(chat_tmpl);
	
	$('#soft-ai-generation').click(request_soft_ai);
	$('.spro-ai-shortcut').click(request_soft_ai);
	$('.spro-ai-shortcut-select').change(request_soft_ai);
	$('.spro-ai-chat-history-icon').click(toggle_history);
	$('.spro-ai-suggestion-btns').click(handle_suggestions);

	// Handling Enter press when user is focused writing AI Prompt.
	$('#spro_prompt_input').on('keydown', function(e){
		if(e.shiftKey || e.key != 'Enter'){
			return;
		}

		e.preventDefault();

		let jEle = $(e.target);		
		if(jEle.val().trim() === ''){
			return;
		}

		request_soft_ai(e);
	});
	
	$('.spro-ai-chat-close').click(function(e){
		let jEle = $(e.target);

		jEle.closest('.spro-chat').css('right', '-25vw');
		$('.spro-ai-chat-overlay').hide();
	})

	// To close AI chat when user gets into something else
	$('.spro-ai-chat-overlay').on('click', function(){
		let soft_chat = $('.spro-chat')

		if(soft_chat.css('right') != '0px'){
			return;
		}

		soft_chat.css('right', '-25vw');
		$('.spro-ai-chat-overlay').hide();
	});
	
	$(document).on('click', '.spro-copy-ai-response', function(e){
		e.preventDefault();
		let jEle = $(e.target).closest('.spro-copy-ai-response'),
		response = jEle.closest('.spro-response-actions').prev();
		jEle.addClass('active');

		navigator.clipboard.writeText(response.html())
		
		setTimeout(() => {jEle.removeClass('active');}, 2000);
	});
	
	$(document).on('click', '.spro-chat-history-link,.spro-chat-history-link *', function(e){
		let jEle = $(e.target).closest('.spro-chat-history-link'),
		history_id = jEle.data('id');
		
		if(history_id == 0){
			return;
		}
		
		// We won't process if we do not have the base class
		if($('.spro-ai-chat-history-view').length < 1){
			return;
		}

		request_history(history_id);
		e.stopPropagation(); // Prevent bubbling to the parent
	});
	
	// Handling history arrow icon
	$('.spro-chat').on('click', '.spro-ai-history-single-close', function(e){
		$('.spro-ai-chat-history-view').empty();
		$(e.target).css('visibility', 'hidden'); // This is to prevent the other spans from moving positions
		$('.spro-ai-chat-history-list').show();
	});
	
	// Handling history close icon
	$('.spro-chat').on('click', '.spro-ai-history-close', function(e){
		$('.spro-ai-chat-history-view').empty();
		$('.spro-ai-chat-history-list').show();
		$('.spro-ai-chat-history-icon').trigger('click');
	});

	// Handle the Use this button to add AI content to the editor
	$(document).on('click', 'button.spro-ai-use-this', use_ai_content);
	
	// Load more history on scroll
	$('.spro-ai-chat-history').scroll(function (e){ 
		if(parseInt(e.target.scrollTop + e.target.clientHeight) >= parseInt(e.target.scrollHeight) - 2) {
			request_history();
		}
	});
});

function build_chat(){
	return `<div class="spro-chat">
		<div class="spro-snackbar"></div>
		<div class="spro-chat-header">
			<span class="dashicons dashicons-arrow-right-alt spro-ai-chat-close"></span>
			<span>Softaculous AI&nbsp;<img src="${soft_ai.ai_icon_url}" class="spro-ai-icon" width="20"/></span>
			<span class="dashicons dashicons-backup spro-ai-chat-history-icon"></span>
		</div>
		<div class="spro-ai-token-count">${(soft_ai.tokens ? 'Tokens remaining ' + (soft_ai.tokens.remaining_tokens < 0 ? 0 : parseInt(soft_ai.tokens.remaining_tokens).toLocaleString('en')) + (soft_ai.tokens.remaining_tokens < 900 ? '<a href="'+soft_ai.buy+'" target="_blank">Buy More</a>' : '') : '')}</div>
		<div class="spro-chat-response-section">
		<div class="spro-chat-startup-placeholder">
			<h1>What can I help you with?</h1>
			<div class="spro-prompt-suggestions">
				<p>Suggestions</p>
				<button class="spro-ai-suggestion-btns" data-prompt="blog_post">Write me a blog post about</button>
				<button class="spro-ai-suggestion-btns" data-prompt="create_table">Create a table of</button>
				<button class="spro-ai-suggestion-btns" data-prompt="desc_title">Write a title based on description</button>
				<button class="spro-ai-suggestion-btns" data-prompt="p_50">Write a 50 word paragraph about</button>
			</div>
		</div>
		</div>
		<div class="spro-ai-chat-history">
			<div class="spro-chat-history-header">
				<span class="dashicons dashicons-arrow-right-alt spro-ai-history-single-close" title="Go back to history list"></span>
				<span class="spro-history-header-label">History <span class="spro-spinner spro-spinner__default spro-spinner__dark"></span></span>
				<span class="dashicons dashicons-no-alt spro-ai-history-close" title="Close History"></span>
			</div>
			<div class="spro-ai-chat-history-view"></div>
			<div class="spro-ai-chat-history-list"></div>
		</div>
		
		<div class="spro-ai-chat-options-section">
			<div class="spro-prompt-shortcuts">
				<button class="soft-btn spro-ai-shortcut" action="shorter">Make it shorter</button>
				<button class="soft-btn spro-ai-shortcut" action="longer">Make it longer</button>
				<button class="soft-btn spro-ai-shortcut" action="simplify">Simplify the language</button>
				<button class="soft-btn spro-ai-shortcut" action="grammar">Fix spelling & grammar</button>
				<div>
					<select name="tone" class="spro-ai-select spro-ai-shortcut-select">
						<option value="" selected disabled>Change Tone</option>
						${supported_tones.map((tone) => (`<option value="${tone}">${tone.charAt(0).toUpperCase() + tone.slice(1)}</option>`)).join('')}
					</select>
					<select name="translate" class="spro-ai-select spro-ai-shortcut-select">
						<option value="" selected disabled>Translate</option>
						${supported_languages.map((lang) => (`<option value="${lang}">${lang.charAt(0).toUpperCase() + lang.slice(1)}</option>`)).join('')}
						</select>
				</div>
			</div>
			<div class="soft-prompt-input">
				<textarea id="spro_prompt_input" name="soft_prompt" rows="3"></textarea>
				<p class="description">AI responses can be inaccurate, please double check</p>
			</div>
			<div class="soft-prompt-options"></div>
			<div class="spro-prompt-action"><button id="soft-ai-generation" class="soft-btn soft-btn-black">Generate<span class="spro-spinner spro-spinner__default spro-spinner__light"></span></button></div>
		</div>
	</div>
	<div class="spro-ai-chat-overlay"></div>`;
}

function show_snackbar(msg){
	if(!msg){
		msg = 'Something went wrong!';
	}

	snack_bar = $('.spro-snackbar');
	snack_bar.text(msg);
	snack_bar.addClass('show');
	setTimeout(function(){ snack_bar.removeClass('show'); }, 3500);
}

function request_soft_ai(e){
	e.preventDefault();
	
	let jEle = $(e.target),
	ai_prompt = $('#spro_prompt_input').val(),
	options_section = jEle.closest('.spro-ai-chat-options-section'),
	shortcut = jEle.attr('action'),
	spinner = options_section.find('span.spro-spinner'),
	response_section = jQuery('.spro-chat-response-section');

	if(!ai_prompt && !shortcut){
		shortcut = jEle.val();
	}

	if(!ai_prompt && !shortcut){
		alert('Enter a prompt');
		return;
	}

	options_section.addClass('disabled');
	
	// Scrolling to the bottom so the softaculous thinking feedback could be visible
	response_section.scrollTop(response_section[0].scrollHeight);

	spinner.addClass('spro-spinner-active');
	
	// We do not want to add a section when using shortcut
	if(!shortcut){
		soft_handle_ai_content(ai_prompt, 'prompt');
	}
	
	response_section.append('<div class="soft-ai-chat-loader">Softaculous AI Is Thinking<div class="spro-dot-loader"></div></div>');
	
	$('#spro_prompt_input').val(''); // Unset the prompt textarea

	// Making call to get AI reponse
	$.ajax({
		method : 'POST',
		url : soft_ai.ajax_url,
		data : {
			'nonce' : soft_ai.nonce,
			'prompt' : ai_prompt ?? '',
			'shortcut' : shortcut ?? '',
			'content': soft_ai.content ?? '',
			'action' : 'softaculous_ai_generation',
		},
		success: function(res){
			if(!res.success){
				if(res.data){
					show_snackbar(res.data);
				}

				// If it failed we should remove the prompt aswell.
				chat_type = $('.spro-chat-response-section .spro-chat-response:last').data('type');
				if(chat_type && chat_type == 'prompt'){
                    $('.spro-chat-response-section .spro-chat-response:last').remove();
				}

				return;
			}

			if(res.data.error){
				show_snackbar(res.data.error);
				return;
			}

			// Updating the UI
			$('.spro-chat-startup-placeholder').slideUp();
			if(!res.data.ai){
				snack_bar("Did not receive any response from the API");
				return;
			}

			soft_handle_ai_content(res.data.ai, 'assistant');
		}
	}).always(function(res){
		if(res.data && res.data.remaining_tokens){
			update_tokens(res.data.remaining_tokens);
		}
  
    // Resetting select shortcut options
		if(jEle.hasClass('spro-ai-shortcut-select')){
		    jEle.val('');
		}

		options_section.removeClass('disabled');
		spinner.removeClass('spro-spinner-active');
		response_section.find('.soft-ai-chat-loader').remove(); // Removing the loader.
		
		if($('.spro-chat-response-section .spro-chat-response').length){
			$('.spro-prompt-shortcuts').show();
		}
	});
}

function use_ai_content(e){
	e.preventDefault();

	let jEle = $(e.target);
	content = jEle.closest('p').prev().html();
	content = content.trim();

	// We are using markdown because the html responses are not that good, and can have unexpected tags, having markdown makes sure the tags which we will have to handle will be basic which won't cause any issue getting added to WordPress.
	/*content = marked.parse(content);
	
	// We need to remove the p tag in li as that breaks the gutenberg editor formatting for list.
	content = content.replace(/<li>(.*?)<\/li>/gs, (match) => {
		return match.replace(/<\/?p>(<br\/?>)?/gm, '');
	});*/
	
	let blocks = wp.blocks.rawHandler({HTML:content}),
	selected_block = wp.data.select('core/block-editor').getSelectedBlock(),
	selected_block_id = 0,
	is_list = false;

	if(selected_block){	
		selected_block_id = selected_block.clientId;
		
		// We need to handle this because in case of li it does not allow any other block tag inside it.
		is_list = selected_block.name.indexOf('list-item') > -1;
	}
	
	if(!selected_block_id){
		wp.data.dispatch('core/block-editor').insertBlocks(blocks);
	} else if(is_list) {
		// To handle appending inside a li tag/block, and will only add if the new tag is paragraph
		if(blocks[0].name.indexOf('paragraph') !== false){
			wp.data.dispatch('core/block-editor').updateBlockAttributes(selected_block_id, {
				content: blocks[0].attributes.content,
			});
		}
	} else {
		wp.data.dispatch('core/block-editor').replaceBlock(selected_block_id, blocks);
	}
}

function toggle_history(e){

	let jEle = $(e.target);
	chat_wrap = jEle.closest('.spro-chat'),
	history_tab = chat_wrap.find('.spro-ai-chat-history'),
	chat_response = chat_wrap.find('.spro-chat-response-section'),
	chat_options = chat_wrap.find('.spro-ai-chat-options-section');
	
	if(history_tab.css('display') == 'none'){
		history_tab.show();
		chat_options.hide();
		chat_response.hide();

		// We dont want to request more if we already have some history.
		if($('.spro-chat-history-link').length > 0){
			return;
		}

		history_tab.find('.spro-chat-history-header span.spro-spinner').addClass('spro-spinner-active');
		request_history();
		
		return;
	}
	
	history_tab.hide();
	chat_options.show();
	chat_response.show();	
}

function show_single_history(response){
	html = '';
	
	$('.spro-ai-chat-history-list').hide();
	$('.spro-ai-chat-history-view').empty();
	
	if(response.content){
		html += `<div class="spro-chat-response" data-type="content">
		<p><b>Content:</b></p>
		<p>${spro_markdown_to_html(response.content)}</p>
	</div>`;
	}
	
	if(response.prompt){
		html += `<div class="spro-chat-response" data-type="prompt">
		<p><b>Prompt:</b></p>
		<p>${response.prompt}</p>
	</div>`;
	}
	
	if(response.assistant){
		response.assistant = spro_markdown_to_html(response.assistant);

		html += `<div class="spro-chat-response" data-type="assistant">
		<p><b>Assistant:</b></p>
		<div>${response.assistant}</div>
		<p class="spro-response-actions"><button class="spro-ai-use-this">Use This</button><button class="spro-copy-ai-response"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14 7c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C12.398 4 11.932 4 11 4H8c-1.886 0-2.828 0-3.414.586S4 6.114 4 8v3c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C5.602 14 6.068 14 7 14" stroke="#222"/><rect x="10" y="10" width="10" height="10" rx="2" stroke="#222"/></svg></button></p>
	</div>`;
	}
	
	$('.spro-ai-chat-history-view').append(html);
	$('.spro-ai-history-single-close').css('visibility', 'visible');
	
}

function update_tokens(remaining_tokens){
	$('.spro-ai-token-count').html('Tokens remaining ' + (remaining_tokens < 0 ? 0 : parseInt(remaining_tokens).toLocaleString('en')) + (remaining_tokens < 100 ? '<a href="'+soft_ai.buy+'" target="_blank">Buy More</a>' : ''))
}

function request_history(history_id = 0){
	
	let history_links = $('.spro-chat-history-link'),
	offset = history_links.length,
	total_links = $('.spro-ai-chat-history-list').data('total');

	// We should not send ajax request if all the history items are visible.
	if(offset == total_links && !history_id){
		return;
	}

	$.ajax({
		method : 'POST',
		url : soft_ai.ajax_url,
		data : {
			'nonce' : soft_ai.nonce,
			'action' : 'softaculous_ai_history',
			'history_id' : history_id,
			'offset' : offset,
		},
		success: function(res){
			if(!res.success){
				alert(res.message);
				return;
			}
			
			// In case of single history we want to handle the append in different place
			if(history_id != 0){
				show_single_history(res.data);
				return;
			}
			
			if(res.data.total == 0){
				show_snackbar("No history found");
			}
			
			// Updating the UI
			append_history(res.data);
		}
	}).always(function(){
		$('.spro-chat-history-header span.spro-spinner').removeClass('spro-spinner-active');
	});
}

function append_history(history){

	let html = '',
	total = history['total'];
	history = history['history'];

	for(let i in history){
		let date = history[i]['date'],
		date_obj = new Date(date),
		current_date = new Date(),
		date_string = '';

		if(date_obj.getDate() == current_date.getDate() && date_obj.getMonth() == current_date.getMonth()){
			date_string = 'Today';
		} else if(date_obj.getDate() == (current_date.getDate() - 1) && date_obj.getMonth() == current_date.getMonth()){
			date_string = 'Yesterday';
		} else {
			date_string = date_obj.toLocaleString('en-US', {month:'long'})
		}

		if(!date_string || old_date_string != date_string){
			html += `<p><em><strong>${date_string}</strong></em></p>`;
		}
		
		old_date_string = date_string;

		html += `<div class="spro-chat-response spro-chat-history-link" data-id="${history[i]['id']}"><div>${history[i]['title']}</div>${history[i]['token_used'] ? '<div class="spro-token-used">-'+history[i]['token_used']+'</div>' : ''}</div>`;
	}

	$('.spro-ai-chat-history-list').append(html);
	$('.spro-ai-chat-history-list').attr('data-total', total);
}

function handle_suggestions(e){
	e.preventDefault();
	
	let jEle = $(e.target),
	suggestion = jEle.data('prompt'),
	prompts = {
		'p_50': 'Write a 50 word paragraph about [write the topic name]',
		'desc_title': 'Write a title based on description [write a description you want the title on]',
		'create_table': 'Create a table of [topic of the table you want]',
		'blog_post': 'Write me a blog post about [write your topic here]',
	};

	if(!prompts.hasOwnProperty(suggestion)){
		return;
	}

	let input_field = $('#spro_prompt_input');
	
	input_field.val(prompts[suggestion]).focus();
	let length = input_field.val().length; 
	input_field[0].setSelectionRange(length, length); // Moving the focus cursor to the end of the added text
}

})(jQuery, soft_ai.i18n)

function soft_handle_ai_content(props, role = 'content'){

	let content = '';
	
	if(!props){
		return;
	}

	// Storing the gutenberg object so we can update the content using setAttribute method.
	if(role == 'content'){	
		content = props.attributes.content;
		soft_ai.gutenberg = props;
	} else {
		content = props;
	}

	response_section = jQuery('.spro-chat-response-section');
	
	// Updating our global
	if(role == 'content' && ((typeof(content) == 'object' && content.text) || (typeof(content) == 'string'))){
		soft_ai.content = (content.text) ? content.text : content;
	} else if(role == 'assistant'){
		// We update the content to assistants content as the next we will process the AI generated content.
		soft_ai.content = content;
		content = spro_markdown_to_html(content);
	}

	chat_response = `<div class="spro-chat-response" data-type="${role}">
		<p><b>${role.charAt(0).toUpperCase() + role.slice(1)}:</b></p>
		<div>${content}</div>
			${role === 'assistant' ? '<p class="spro-response-actions"><button class="spro-ai-use-this">Use This</button><button class="spro-copy-ai-response"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14 7c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C12.398 4 11.932 4 11 4H8c-1.886 0-2.828 0-3.414.586S4 6.114 4 8v3c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C5.602 14 6.068 14 7 14" stroke="#222"/><rect x="10" y="10" width="10" height="10" rx="2" stroke="#222"/></svg></button></p>':''}
	</div>`;

	response_section.append(chat_response);

	// Bringing the response in the view port.
	response_section.find('.spro-chat-response').last().get(0).scrollIntoView({
		behavior: 'smooth',
		block: 'start'
	});
}

function spro_markdown_to_html(markdown){
	// We are using markdown because the html responses are not that good, and can have unexpected tags, having markdown makes sure the tags which we will have to handle will be basic which won't cause any issue getting added to WordPress.
	let content = marked.parse(markdown);
	
	// We need to remove the p tag in li as that breaks the gutenberg editor formatting for list.
	content = content.replace(/<li>(.*?)<\/li>/gs, (match) => {
		return match.replace(/<\/?p>(<br\/?>)?/gm, '');
	});
	
	return content;
}js/ai/build/index.asset.php000064400000000133151526434470011616 0ustar00<?php return array('dependencies' => array('react'), 'version' => '51673b63d5338af36252');
js/ai/build/index.js000064400000007372151526434470010341 0ustar00(()=>{"use strict";const e=window.React,{registerPlugin:t}=wp.plugins,{PluginToolbarButton:o}=wp.editPost,{addFilter:r}=wp.hooks,{Fragment:s,useEffect:a}=wp.element,{BlockControls:n}=wp.blockEditor,{Button:l,ToolbarGroup:i,ToolbarButton:c,Tooltip:p,Icon:h}=wp.components,{__}=wp.i18n;let u=()=>(0,e.createElement)(h,{icon:(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",width:"24",height:"24",viewBox:"0 0 151.668 151.616"},(0,e.createElement)("defs",null,(0,e.createElement)("linearGradient",{id:"b"},(0,e.createElement)("stop",{offset:"0",style:{stopColor:"#0e44ac",stopOpacity:1}}),(0,e.createElement)("stop",{offset:"1",style:{stopColor:"#664ef1",stopOpacity:1}})),(0,e.createElement)("linearGradient",{id:"a"},(0,e.createElement)("stop",{offset:"0",style:{stopColor:"#0e44ac",stopOpacity:1}}),(0,e.createElement)("stop",{offset:"1",style:{stopColor:"#664ef1",stopOpacity:1}})),(0,e.createElement)("linearGradient",{xlinkHref:"#a",id:"c",x1:"10.148",x2:"116.734",y1:"62.229",y2:"62.229",gradientUnits:"userSpaceOnUse"}),(0,e.createElement)("linearGradient",{xlinkHref:"#b",id:"d",x1:"11.811",x2:"115.07",y1:"62.229",y2:"62.229",gradientUnits:"userSpaceOnUse"})),(0,e.createElement)("path",{d:"M64.039 88.243c-8.629.199-42.93 30.806-49.172 24.845-6.242-5.96 22.757-41.633 22.559-50.261-.198-8.63-30.806-42.93-24.845-49.172s41.633 22.757 50.262 22.559 42.93-30.806 49.172-24.845-22.758 41.633-22.56 50.262 30.807 42.93 24.846 49.171c-5.962 6.242-41.633-22.757-50.262-22.559z",style:{fill:"none",stroke:"url(#c)",strokeWidth:10.9,strokeDasharray:"none",strokeDashoffset:.8655,strokeOpacity:1},transform:"rotate(-44.365 86.218 53.877)"}),(0,e.createElement)("path",{d:"M64.039 88.243c-8.629.199-42.93 30.806-49.172 24.845-6.242-5.96 22.757-41.633 22.559-50.261-.198-8.63-30.806-42.93-24.845-49.172s41.633 22.757 50.262 22.559 42.93-30.806 49.172-24.845-22.758 41.633-22.56 50.262 30.807 42.93 24.846 49.171c-5.962 6.242-41.633-22.757-50.262-22.559",style:{fill:"url(#d)",stroke:"none",strokeWidth:1.431,strokeDasharray:"1.431,2.862",strokeDashoffset:.7155},transform:"matrix(.2651 -.25928 .25928 .2651 92.639 125.492)"}))});r("editor.BlockEdit","softaculous/ai",(t=>o=>(0,e.createElement)(s,null,(0,e.createElement)(n,null,(0,e.createElement)(i,null,(0,e.createElement)(c,{icon:u,label:__("Ask AI","softaculous"),onClick:()=>{if("0px"!=jQuery(".spro-chat").css("right")){jQuery(".spro-chat").css({right:0,visibility:"visible"});let e=jQuery(".spro-chat-response-section .spro-chat-response");return e.length>0&&"content"==e.eq(e.length-1).data("type")&&e.eq(e.length-1).remove(),jQuery(".spro-prompt-shortcuts").css("display","flex"),jQuery(".spro-ai-chat-overlay").show(),jQuery(".spro-chat-startup-placeholder").hide(),void soft_handle_ai_content(o)}jQuery(".spro-chat").css({right:"-25vw"})}}))),(0,e.createElement)(t,{...o})))),t("soft-ai-sidebar",{render:()=>(a((()=>{var e=jQuery("#soft-ai-toolbar-btn"),t=jQuery(".editor-header__settings, .edit-post-header__settings");t.length<1||(e.detach(),t.prepend(e),e.show(),jQuery("#soft-ai-toolbar-btn").off("click").click((function(){if("0px"!=jQuery(".spro-chat").css("right")){jQuery(".spro-chat").css({right:0,visibility:"visible"}),jQuery(".spro-prompt-shortcuts").hide(),jQuery(".spro-ai-chat-overlay").show();let e=jQuery(".spro-chat-response-section .spro-chat-response");return e.length>0&&"content"==e.eq(e.length-1).data("type")&&e.eq(e.length-1).remove(),jQuery(".spro-chat-response-section .spro-chat-response").length<1?jQuery(".spro-chat-startup-placeholder").show():jQuery(".spro-prompt-shortcuts").show(),void soft_handle_ai_content()}jQuery(".spro-chat").css({right:"-25vw"})})))})),(0,e.createElement)(l,{id:"soft-ai-toolbar-btn",icon:u,label:"Softaculous AI",showTooltip:"true"})),icon:{soft_ai_icon:u}})})();js/compress_image.js000064400000006441151526434470010533 0ustar00jQuery(document).ready(function($) {
	$('.compress-image-button').click(function() {
		var imageId = $(this).data('image-id');
		var originalSize = $(this).data('original-size');
		var imageType = $(this).data('image-type');
		
		const supportedTypes = ['image/jpeg', 'image/jpg', 'image/png', 'image/webp'];
		if (!supportedTypes.includes(imageType.toLowerCase())) {
			alert('Image format not supported. Supported formats: JPEG, JPG, PNG, and WebP.');
			return;
		}

		const modalHtml = `
			<div id="compress-image-modal" style="position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: white; padding: 20px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); z-index: 10000; width: 300px; text-align: center;">
				<p>Original Size: ${originalSize} KB</p>
				<p>Compressed Size: <span id="compressed-size">Calculating...</span> KB</p>
				<button id="replace-compress" data-image-id="${imageId}" disabled style="padding: 10px 20px; background-color: #28a745; color: white; border: none; border-radius: 5px; cursor: not-allowed;">Compress and Replace</button>
				<button id="cancel-compress" style="padding: 10px 20px; background-color: #a00; color: white; border: none; border-radius: 5px; margin-left: 10px; cursor: pointer;">Cancel</button>
			</div>
			<div id="modal-overlay" style="position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); z-index: 9999;"></div>
		`;

		$('body').append(modalHtml);
		const $modal = $('#compress-image-modal');
		const $overlay = $('#modal-overlay');
		const $replaceButton = $('#replace-compress');
		const $compressedSizeDisplay = $('#compressed-size');
		$modal.fadeIn();

		// Trigger size calculation
		$.post(spro_compress.ajax_url, {
			action: 'softaculous_pro_calculate_compressed_size',
			image_id: imageId,
			softaculous_pro_security: spro_compress.nonce
		}, function(response) {
			if (response.success) {
				var compressedSize = response.data.compressed_size;
				$('#compressed-size').text(compressedSize);

				if (Math.round(compressedSize) >= Math.round(originalSize)) {
					alert('The image cannot be compressed further.');
					$modal.add($overlay).fadeOut().remove();
				}else {
					// Update the compressed size in the modal and enable the replace button
					$compressedSizeDisplay.text(response.data.compressed_size);
					$replaceButton.prop('disabled', false).css('cursor', 'pointer');

					// Handle "Compress and Replace" (replaces the current image in place)
					$replaceButton.click(function() {
						var replaceImageId = $(this).data('image-id');
						$.post(spro_compress.ajax_url, {
							action: 'softaculous_pro_replace_compressed_image',
							image_id: replaceImageId,
							softaculous_pro_security: spro_compress.nonce
						}, function(replaceResponse) {
							if (replaceResponse.success) {
								alert('Image has been compressed and replaced.');
								$('#compress-image-modal, #modal-overlay').fadeOut().remove();
								location.reload();
							} else {
								alert('Compression and replacement failed: ' + replaceResponse.data);
							}
						});
					});
				}
			}else {
				alert('Size calculation failed: ' + response.data);
			}
		});

		$('#cancel-compress').click(function() {
			$('#compress-image-modal, #modal-overlay').fadeOut().remove();
		});
	});
});
js/photopea_edit.js000064400000023706151526434470010365 0ustar00document.addEventListener("DOMContentLoaded", function() {
	
	var modal = document.getElementById('softaculous-pro-photopea-modal');
	var iframe = document.getElementById('softaculous-pro-photopea-iframe');
	var saveBtn = document.getElementById('softaculous-pro-save-photopea');
	var saveCloseBtn = document.getElementById('softaculous-pro-save-close-photopea');
	var cancelBtn = document.getElementById('softaculous-pro-cancel-photopea');
	var saveAsBtn = document.getElementById('softaculous-pro-save-as-photopea');
	var qualityInput = document.getElementById('softaculous-pro-quality-input');
	var qualityInputContainer = document.getElementById('softaculous-pro-quality-input-container');
	var imageUrl = null;  // Cache the image URL to prevent repeated fetch requests	

	function openPhotopea() {
		event.preventDefault(); // Prevent form submission
		if (!imageUrl) {
			imageUrl = this.getAttribute('data-image-url');
			iframe.src = ''; 

			var customIO = { save: 'app.echoToOE("Save");' };
			var photopeaConfig = {
				files: [],
				environment: {
					lang: "en",
					customIO: customIO
				}
			}

			const allowedTypes = [
				'image/jpeg', 'image/png', 'image/gif', 'image/svg+xml', 
				'image/x-ms-bmp', 'image/tiff', 'image/webp', 
				'image/vnd.adobe.photoshop', 'application/pdf', 
				'image/x-portable-pixmap', 'image/x-icon', 'image/vnd-ms.dds'
			];

			// Fetch the image and convert it to base64
			fetch(imageUrl)
			.then(response => {
				const contentType = response.headers.get('Content-Type');
				
				if (!allowedTypes.includes(contentType)) {
					throw new Error(`Unsupported image type: ${contentType}`);
				}

				const qualityAllowedTypes = ['image/jpeg', 'image/png', 'image/webp'];
				if (qualityAllowedTypes.includes(contentType)) {
					qualityInputContainer.style.display = 'block'; 
				} else {
					qualityInputContainer.style.display = 'none'; 
				}

				return response.arrayBuffer();
			})
			.then(arrayBuffer => {
				var blob = new Blob([arrayBuffer]);
				var objectURL = URL.createObjectURL(blob);
				// Convert ArrayBuffer to a URL and pass to Photopea
				iframe.src = '';  
				var photopeaUrl = 'https://www.photopea.com/#' + encodeURIComponent(JSON.stringify(photopeaConfig));

				// Send the ArrayBuffer to Photopea using postMessage
				iframe.onload = function() {
					iframe.contentWindow.postMessage(arrayBuffer, '*');
				};

				iframe.src = photopeaUrl;

				modal.style.display = 'block';
			})
			.catch(error => console.error('Error loading image:', error));
		}
	}

	// Add event listener for Photopea button in both List View and Attachment Modal
	document.addEventListener('click', function(event) {
		if (event.target && event.target.id === 'edit_with_photopea') {
			event.preventDefault();
			var photopeaButton = event.target;
			// Ensure photopeaButton exists and has the data-image-url attribute
			if (photopeaButton && photopeaButton.getAttribute) {
				var imageUrl = photopeaButton.getAttribute('data-image-url');
				openPhotopea.call(photopeaButton);
			} else {
				console.error('Photopea button or image URL not found.');
			}
		}
	});

	function closePhotopea() {
		modal.style.display = 'none'; // Hide the modal
		iframe.src = ''; // Clear the iframe source
		imageUrl = null; // Reset the image URL

		setTimeout(function() {
			const imgElement = document.querySelector('.wp_attachment_image img');
			if (imgElement) {
				imgElement.src = imgElement.src.split('?')[0] + '?v=' + new Date().getTime();
			}
			const imgElement2 = document.querySelector('.details-image');
			if (imgElement2) {
				imgElement2.src = imgElement2.src.split('?')[0] + '?v=' + new Date().getTime();
			}
		}, 2000);
	}

	cancelBtn.addEventListener('click', function() {
		closePhotopea()
	});

	saveBtn.addEventListener('click', function() {
		photopeaButton = document.querySelector('#edit_with_photopea'); // Dynamically query the button
		var imageUrl = photopeaButton.getAttribute('data-image-url');
		var fileExtension = imageUrl ? imageUrl.split('.').pop() : 'jpg';
		const origin = 'https://www.photopea.com'; 
		
		if (iframe && iframe.contentWindow) {
			iframe.contentWindow.postMessage('app.activeDocument.saveToOE("' + fileExtension + '")', origin);
		} else {
			console.error('iframe or its contentWindow is undefined');
		}
	});

	saveCloseBtn.addEventListener('click', function(event) {
		photopeaButton = document.querySelector('#edit_with_photopea'); // Dynamically query the button
		var imageUrl = photopeaButton.getAttribute('data-image-url');
		var fileExtension = imageUrl ? imageUrl.split('.').pop() : 'jpg';
		const origin = 'https://www.photopea.com';
		
		if (iframe && iframe.contentWindow) {
			iframe.contentWindow.postMessage('app.activeDocument.saveToOE("' + fileExtension + '")', origin);
		} else {
			console.error('iframe or its contentWindow is undefined');
		}
		
		function handlePhotopeaMessage(event) {
			if (event.origin === origin) {
				const data = typeof event.data === 'string' ? event.data : '';
				if (data.includes('done')) {
					closePhotopea(); 
					window.removeEventListener('message', handlePhotopeaMessage);
				}
			}
		}

		window.addEventListener('message', handlePhotopeaMessage);
	});

	saveAsBtn.addEventListener('click', function() {
		photopeaButton = document.querySelector('#edit_with_photopea'); // Dynamically query the button
		modal.style.display = 'none'; 
		var imageUrl = photopeaButton.getAttribute('data-image-url');

		var baseFileName = imageUrl ? imageUrl.substring(imageUrl.lastIndexOf('/') + 1, imageUrl.lastIndexOf('.')) : 'image';
		var fileExtension = imageUrl ? imageUrl.split('.').pop() : 'jpg';
		const origin = 'https://www.photopea.com';
		
		function photopea_generate_randname(baseFileName, fileExtension) {
			
			return new Promise((resolve) => {
				const chars = 'abcdefghijklmnopqrstuvwxyz0123456789';
				let suffix = '';
				for (let i = 0; i < 5; i++) {
					suffix += chars.charAt(Math.floor(Math.random() * chars.length));
				}
				resolve(baseFileName + '-' + suffix + '.' + fileExtension);
			});
			
		}

		// Check for an existing file name
		photopea_generate_randname(baseFileName, fileExtension).then(uniqueFileName => {
			var saveAsModalHtml = `
				<div id="saveAsModal" style="position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%);
					background-color: white; padding: 20px; border-radius: 5px; z-index: 10000; box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);">
					<label for="newFileName" style="cursor:pointer;">New File Name:</label>
					<input type="text" id="newFileName" value="${uniqueFileName}" />
					<button id="confirmSaveAs" style="padding: 8px 15px; background-color: #0073aa; color: white; border: none; border-radius: 3px;cursor:pointer;">Save</button>
					<button id="cancelSaveAs" style="padding: 8px 15px; background-color: #999; color: white; border: none; border-radius: 3px;cursor:pointer;">Cancel</button>
				</div>
			`;
			
			document.body.insertAdjacentHTML('beforeend', saveAsModalHtml);

			document.getElementById('cancelSaveAs').addEventListener('click', function() {
				document.getElementById('saveAsModal').remove(); 
			});

			document.getElementById('confirmSaveAs').addEventListener('click', function() {
				var newFileName = document.getElementById('newFileName').value;
				if (!newFileName) {
					alert('Please enter a valid name');
					return;
				}

				if (iframe && iframe.contentWindow) {
					window.saveAsMode = true;  
					window.newFileName = newFileName;  
					iframe.contentWindow.postMessage('app.activeDocument.saveToOE("' + fileExtension + '")', '*');
				} else {
					console.error('iframe or its contentWindow is undefined');
				}

				document.getElementById('saveAsModal').remove();
				
				function handlePhotopeaMessage(event) {
					if (event.origin === origin) {
						const data = typeof event.data === 'string' ? event.data : '';
						if (data.includes('done')) {
							closePhotopea(); 
							window.removeEventListener('message', handlePhotopeaMessage);
						}
					}
				}
				window.addEventListener('message', handlePhotopeaMessage);
			});
			
		});
	});
	
	window.addEventListener("message", function(event) {
		const origin = 'https://www.photopea.com';
		if (event.origin !== origin) {
			return;
		}

		if (typeof event.data === 'string') {
			if (event.data === 'done') {
				return;
			}
		} 

		let message = event.data;
		
		// For SVG - Convert to ArrayBuffer
		if (message instanceof Uint8Array) {
			message = message.slice().buffer;
		}
		
		// Check if message is an ArrayBuffer (image data)
		if (message instanceof ArrayBuffer) {
			// Convert the ArrayBuffer to Blob
			const blob = new Blob([message], { type: 'image/jpeg' });
			const reader = new FileReader();
			reader.onloadend = function() {
				var base64data = reader.result;

				if (window.saveAsMode) {
					fetch(spro_photopea.ajax_url + '?action=softaculous_pro_upload_photopea_image', {
						method: 'POST',
						headers: { 'Content-Type': 'application/json' },
						body: JSON.stringify({
							source: base64data,
							new_image_name: window.newFileName,
							quality: qualityInput.value,
							save_as_new: "1",
							softaculous_pro_security: spro_photopea.nonce
						}),
					})
					.then(response => response.json())
					.catch(error => {
						console.error('Error in saving the image:', error);
					});

					// Reset the flag
					window.saveAsMode = false;
				} else {
					fetch(spro_photopea.ajax_url + '?action=softaculous_pro_upload_photopea_image', {
						method: 'POST',
						headers: { 'Content-Type': 'application/json' },
						body: JSON.stringify({
							source: base64data,
							original_image_url: photopeaButton.getAttribute('data-image-url'),
							quality: qualityInput.value,
							softaculous_pro_security: spro_photopea.nonce
						}),
					})
					.then(response => response.json())
					.catch(error => {
						console.error('Error in saving the image:', error);
					});
				}
			};

			// Read the blob as a Data URL (base64)
			reader.readAsDataURL(blob);
		} else {
			console.error("Unknown message format received:", message);
		}
	});	
});
js/intro.js000064400000144712151526434470006675 0ustar00/*!
 * Intro.js v7.2.0
 * https://introjs.com
 *
 * Copyright (C) 2012-2023 Afshin Mehrabani (@afshinmeh).
 * https://introjs.com
 *
 * Date: Mon, 14 Aug 2023 19:47:14 GMT
 */
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t="undefined"!=typeof globalThis?globalThis:t||self).introJs=e()}(this,(function(){"use strict";function t(){t=function(){return e};var e={},n=Object.prototype,r=n.hasOwnProperty,o=Object.defineProperty||function(t,e,n){t[e]=n.value},i="function"==typeof Symbol?Symbol:{},a=i.iterator||"@@iterator",s=i.asyncIterator||"@@asyncIterator",l=i.toStringTag||"@@toStringTag";function c(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{c({},"")}catch(t){c=function(t,e,n){return t[e]=n}}function u(t,e,n,r){var i=e&&e.prototype instanceof f?e:f,a=Object.create(i.prototype),s=new j(r||[]);return o(a,"_invoke",{value:k(t,n,s)}),a}function p(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}e.wrap=u;var h={};function f(){}function d(){}function m(){}var v={};c(v,a,(function(){return this}));var b=Object.getPrototypeOf,y=b&&b(b(A([])));y&&y!==n&&r.call(y,a)&&(v=y);var g=m.prototype=f.prototype=Object.create(v);function w(t){["next","throw","return"].forEach((function(e){c(t,e,(function(t){return this._invoke(e,t)}))}))}function _(t,e){function n(o,i,a,s){var l=p(t[o],t,i);if("throw"!==l.type){var c=l.arg,u=c.value;return u&&"object"==typeof u&&r.call(u,"__await")?e.resolve(u.__await).then((function(t){n("next",t,a,s)}),(function(t){n("throw",t,a,s)})):e.resolve(u).then((function(t){c.value=t,a(c)}),(function(t){return n("throw",t,a,s)}))}s(l.arg)}var i;o(this,"_invoke",{value:function(t,r){function o(){return new e((function(e,o){n(t,r,e,o)}))}return i=i?i.then(o,o):o()}})}function k(t,e,n){var r="suspendedStart";return function(o,i){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===o)throw i;return E()}for(n.method=o,n.arg=i;;){var a=n.delegate;if(a){var s=x(a,n);if(s){if(s===h)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===r)throw r="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r="executing";var l=p(t,e,n);if("normal"===l.type){if(r=n.done?"completed":"suspendedYield",l.arg===h)continue;return{value:l.arg,done:n.done}}"throw"===l.type&&(r="completed",n.method="throw",n.arg=l.arg)}}}function x(t,e){var n=e.method,r=t.iterator[n];if(void 0===r)return e.delegate=null,"throw"===n&&t.iterator.return&&(e.method="return",e.arg=void 0,x(t,e),"throw"===e.method)||"return"!==n&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+n+"' method")),h;var o=p(r,t.iterator,e.arg);if("throw"===o.type)return e.method="throw",e.arg=o.arg,e.delegate=null,h;var i=o.arg;return i?i.done?(e[t.resultName]=i.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,h):i:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,h)}function C(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function S(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function j(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(C,this),this.reset(!0)}function A(t){if(t){var e=t[a];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var n=-1,o=function e(){for(;++n<t.length;)if(r.call(t,n))return e.value=t[n],e.done=!1,e;return e.value=void 0,e.done=!0,e};return o.next=o}}return{next:E}}function E(){return{value:void 0,done:!0}}return d.prototype=m,o(g,"constructor",{value:m,configurable:!0}),o(m,"constructor",{value:d,configurable:!0}),d.displayName=c(m,l,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===d||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,m):(t.__proto__=m,c(t,l,"GeneratorFunction")),t.prototype=Object.create(g),t},e.awrap=function(t){return{__await:t}},w(_.prototype),c(_.prototype,s,(function(){return this})),e.AsyncIterator=_,e.async=function(t,n,r,o,i){void 0===i&&(i=Promise);var a=new _(u(t,n,r,o),i);return e.isGeneratorFunction(n)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},w(g),c(g,l,"Generator"),c(g,a,(function(){return this})),c(g,"toString",(function(){return"[object Generator]"})),e.keys=function(t){var e=Object(t),n=[];for(var r in e)n.push(r);return n.reverse(),function t(){for(;n.length;){var r=n.pop();if(r in e)return t.value=r,t.done=!1,t}return t.done=!0,t}},e.values=A,j.prototype={constructor:j,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(S),!t)for(var e in this)"t"===e.charAt(0)&&r.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function n(n,r){return a.type="throw",a.arg=t,e.next=n,r&&(e.method="next",e.arg=void 0),!!r}for(var o=this.tryEntries.length-1;o>=0;--o){var i=this.tryEntries[o],a=i.completion;if("root"===i.tryLoc)return n("end");if(i.tryLoc<=this.prev){var s=r.call(i,"catchLoc"),l=r.call(i,"finallyLoc");if(s&&l){if(this.prev<i.catchLoc)return n(i.catchLoc,!0);if(this.prev<i.finallyLoc)return n(i.finallyLoc)}else if(s){if(this.prev<i.catchLoc)return n(i.catchLoc,!0)}else{if(!l)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return n(i.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var o=this.tryEntries[n];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=e,i?(this.method="next",this.next=i.finallyLoc,h):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),h},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),S(n),h}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var o=r.arg;S(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,n){return this.delegate={iterator:A(t),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=void 0),h}},e}function e(t){return e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},e(t)}function n(t,e,n,r,o,i,a){try{var s=t[i](a),l=s.value}catch(t){return void n(t)}s.done?e(l):Promise.resolve(l).then(r,o)}function r(t){return function(){var e=this,r=arguments;return new Promise((function(o,i){var a=t.apply(e,r);function s(t){n(a,o,i,s,l,"next",t)}function l(t){n(a,o,i,s,l,"throw",t)}s(void 0)}))}}function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,h(r.key),r)}}function a(t,e,n){return e&&i(t.prototype,e),n&&i(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}function s(t,e,n){return(e=h(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function l(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i,a,s=[],l=!0,c=!1;try{if(i=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=i.call(n)).done)&&(s.push(r.value),s.length!==e);l=!0);}catch(t){c=!0,o=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(c)throw o}}return s}}(t,e)||c(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function c(t,e){if(t){if("string"==typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function p(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=c(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var r=0,o=function(){};return{s:o,n:function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,a=!0,s=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return a=t.done,t},e:function(t){s=!0,i=t},f:function(){try{a||null==n.return||n.return()}finally{if(s)throw i}}}}function h(t){var e=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==typeof e?e:String(e)}function f(t,e,n){var r,o=(s(r={},t,e),s(r,"path","/"),s(r,"expires",void 0),r);if(n){var i=new Date;i.setTime(i.getTime()+24*n*60*60*1e3),o.expires=i.toUTCString()}var a=[];for(var l in o)a.push("".concat(l,"=").concat(o[l]));return document.cookie=a.join("; "),d(t)}function d(t){return(e={},document.cookie.split(";").forEach((function(t){var n=l(t.split("="),2),r=n[0],o=n[1];e[r.trim()]=o})),e)[t];var e}var m="true";function v(t,e){e?f(t._options.dontShowAgainCookie,m,t._options.dontShowAgainCookieDays):f(t._options.dontShowAgainCookie,"",-1)}var b,y=(b={},function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"introjs-stamp";return b[e]=b[e]||0,void 0===t[e]&&(t[e]=b[e]++),t[e]}),g=new(function(){function t(){o(this,t),s(this,"events_key","introjs_event")}return a(t,[{key:"_id",value:function(t,e,n){return t+y(e)+(n?"_".concat(y(n)):"")}},{key:"on",value:function(t,e,n,r,o){var i=this._id(e,n,r),a=function(e){return n(r||t,e||window.event)};"addEventListener"in t?t.addEventListener(e,a,o):"attachEvent"in t&&t.attachEvent("on".concat(e),a),t[this.events_key]=t[this.events_key]||{},t[this.events_key][i]=a}},{key:"off",value:function(t,e,n,r,o){var i=this._id(e,n,r),a=t[this.events_key]&&t[this.events_key][i];a&&("removeEventListener"in t?t.removeEventListener(e,a,o):"detachEvent"in t&&t.detachEvent("on".concat(e),a),t[this.events_key][i]=null)}}]),t}()),w=function(t){return"function"==typeof t};function _(t,e){if(t instanceof SVGElement){var n=t.getAttribute("class")||"";n.match(e)||t.setAttribute("class","".concat(n," ").concat(e))}else if(void 0!==t.classList){var r,o=p(e.split(" "));try{for(o.s();!(r=o.n()).done;){var i=r.value;t.classList.add(i)}}catch(t){o.e(t)}finally{o.f()}}else t.className.match(e)||(t.className+=" ".concat(e))}function k(t,e){var n="";return"currentStyle"in t?n=t.currentStyle[e]:document.defaultView&&document.defaultView.getComputedStyle&&(n=document.defaultView.getComputedStyle(t,null).getPropertyValue(e)),n&&n.toLowerCase?n.toLowerCase():n}function x(t){_(t,"introjs-showElement");var e=k(t,"position");"absolute"!==e&&"relative"!==e&&"sticky"!==e&&"fixed"!==e&&_(t,"introjs-relativePosition")}function C(t,e){if(t){var n=function(t){var e=window.getComputedStyle(t),n="absolute"===e.position,r=/(auto|scroll)/;if("fixed"===e.position)return document.body;for(var o=t;o=o.parentElement;)if(e=window.getComputedStyle(o),(!n||"static"!==e.position)&&r.test(e.overflow+e.overflowY+e.overflowX))return o;return document.body}(e);n!==document.body&&(n.scrollTop=e.offsetTop-n.offsetTop)}}function S(){if(void 0!==window.innerWidth)return{width:window.innerWidth,height:window.innerHeight};var t=document.documentElement;return{width:t.clientWidth,height:t.clientHeight}}function j(t,e,n,r,o){var i;if("off"!==e&&(t&&(i="tooltip"===e?o.getBoundingClientRect():r.getBoundingClientRect(),!function(t){var e=t.getBoundingClientRect();return e.top>=0&&e.left>=0&&e.bottom+80<=window.innerHeight&&e.right<=window.innerWidth}(r)))){var a=S().height;i.bottom-(i.bottom-i.top)<0||r.clientHeight>a?window.scrollBy(0,i.top-(a/2-i.height/2)-n):window.scrollBy(0,i.top-(a/2-i.height/2)+n)}}function A(t){t.setAttribute("role","button"),t.tabIndex=0}function E(t){var e=t.parentElement;return!(!e||"HTML"===e.nodeName)&&("fixed"===k(t,"position")||E(e))}function N(t,e){var n=document.body,r=document.documentElement,o=window.pageYOffset||r.scrollTop||n.scrollTop,i=window.pageXOffset||r.scrollLeft||n.scrollLeft;e=e||n;var a=t.getBoundingClientRect(),s=e.getBoundingClientRect(),l=k(e,"position"),c={width:a.width,height:a.height};return"body"!==e.tagName.toLowerCase()&&"relative"===l||"sticky"===l?Object.assign(c,{top:a.top-s.top,left:a.left-s.left}):E(t)?Object.assign(c,{top:a.top,left:a.left}):Object.assign(c,{top:a.top+o,left:a.left+i})}function L(t,e){if(t instanceof SVGElement){var n=t.getAttribute("class")||"";t.setAttribute("class",n.replace(e,"").replace(/^\s+|\s+$/g,""))}else t.className=t.className.replace(e,"").replace(/^\s+|\s+$/g,"")}function T(t,e){var n="";if(t.style.cssText&&(n+=t.style.cssText),"string"==typeof e)n+=e;else for(var r in e)n+="".concat(r,":").concat(e[r],";");t.style.cssText=n}function I(t,e,n){if(n&&e){var r=N(e.element,t._targetElement),o=t._options.helperElementPadding;e.element instanceof Element&&E(e.element)?_(n,"introjs-fixedTooltip"):L(n,"introjs-fixedTooltip"),"floating"===e.position&&(o=0),T(n,{width:"".concat(r.width+o,"px"),height:"".concat(r.height+o,"px"),top:"".concat(r.top-o/2,"px"),left:"".concat(r.left-o/2,"px")})}}function P(t,e,n,r,o){return t.left+e+n.width>r.width?(o.style.left="".concat(r.width-n.width-t.left,"px"),!1):(o.style.left="".concat(e,"px"),!0)}function O(t,e,n,r){return t.left+t.width-e-n.width<0?(r.style.left="".concat(-t.left,"px"),!1):(r.style.right="".concat(e,"px"),!0)}function q(t,e){t.includes(e)&&t.splice(t.indexOf(e),1)}function B(t,e,n,r){var o=t.slice(),i=S(),a=N(n).height+10,s=N(n).width+20,l=e.getBoundingClientRect(),c="floating";if(l.bottom+a>i.height&&q(o,"bottom"),l.top-a<0&&q(o,"top"),l.right+s>i.width&&q(o,"right"),l.left-s<0&&q(o,"left"),r&&(r=r.split("-")[0]),o.length&&(c=o[0],o.includes(r)&&(c=r)),"top"===c||"bottom"===c){var u,p=[];"top"===c?(u="top-middle-aligned",p=["top-left-aligned","top-middle-aligned","top-right-aligned"]):(u="bottom-middle-aligned",p=["bottom-left-aligned","bottom-middle-aligned","bottom-right-aligned"]),c=function(t,e,n,r){var o=e/2,i=Math.min(n,window.screen.width);return i-t<e&&(q(r,"top-left-aligned"),q(r,"bottom-left-aligned")),(t<o||i-t<o)&&(q(r,"top-middle-aligned"),q(r,"bottom-middle-aligned")),t<e&&(q(r,"top-right-aligned"),q(r,"bottom-right-aligned")),r.length?r[0]:null}(l.left,s,i.width,p)||u}return c}function H(t,e,n,r){var o=arguments.length>4&&void 0!==arguments[4]&&arguments[4];if(e){var i,a,s,l,c="";n.style.top="",n.style.right="",n.style.bottom="",n.style.left="",n.style.marginLeft="",n.style.marginTop="",r.style.display="inherit",c="string"==typeof e.tooltipClass?e.tooltipClass:t._options.tooltipClass,n.className=["introjs-tooltip",c].filter(Boolean).join(" "),n.setAttribute("role","dialog"),"floating"!==(l=e.position)&&t._options.autoPosition&&(l=B(t._options.positionPrecedence,e.element,n,l)),a=N(e.element),i=N(n),s=S(),_(n,"introjs-".concat(l));var u=a.width/2-i.width/2;switch(l){case"top-right-aligned":r.className="introjs-arrow bottom-right";var p=0;O(a,p,i,n),n.style.bottom="".concat(a.height+20,"px");break;case"top-middle-aligned":r.className="introjs-arrow bottom-middle",o&&(u+=5),O(a,u,i,n)&&(n.style.right="",P(a,u,i,s,n)),n.style.bottom="".concat(a.height+20,"px");break;case"top-left-aligned":case"top":r.className="introjs-arrow bottom",P(a,o?0:15,i,s,n),n.style.bottom="".concat(a.height+20,"px");break;case"right":n.style.left="".concat(a.width+20,"px"),a.top+i.height>s.height?(r.className="introjs-arrow left-bottom",n.style.top="-".concat(i.height-a.height-20,"px")):r.className="introjs-arrow left";break;case"left":o||!0!==t._options.showStepNumbers||(n.style.top="15px"),a.top+i.height>s.height?(n.style.top="-".concat(i.height-a.height-20,"px"),r.className="introjs-arrow right-bottom"):r.className="introjs-arrow right",n.style.right="".concat(a.width+20,"px");break;case"floating":r.style.display="none",n.style.left="50%",n.style.top="50%",n.style.marginLeft="-".concat(i.width/2,"px"),n.style.marginTop="-".concat(i.height/2,"px");break;case"bottom-right-aligned":r.className="introjs-arrow top-right",O(a,p=0,i,n),n.style.top="".concat(a.height+20,"px");break;case"bottom-middle-aligned":r.className="introjs-arrow top-middle",o&&(u+=5),O(a,u,i,n)&&(n.style.right="",P(a,u,i,s,n)),n.style.top="".concat(a.height+20,"px");break;default:r.className="introjs-arrow top",P(a,0,i,s,n),n.style.top="".concat(a.height+20,"px")}}}function R(){for(var t=0,e=Array.from(document.querySelectorAll(".introjs-showElement"));t<e.length;t++){L(e[t],/introjs-[a-zA-Z]+/g)}}function M(t,e){var n=document.createElement(t);e=e||{};var r=/^(?:role|data-|aria-)/;for(var o in e){var i=e[o];"style"===o&&"function"!=typeof i?T(n,i):"string"==typeof i&&o.match(r)?n.setAttribute(o,i):n[o]=i}return n}function F(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(n){var r=e.style.opacity||"1";T(e,{opacity:"0"}),window.setTimeout((function(){T(e,{opacity:r})}),10)}t.appendChild(e)}function D(t,e){return(t+1)/e*100}function G(t,e){var n=document.querySelector(".introjs-disableInteraction");null===n&&(n=M("div",{className:"introjs-disableInteraction"}),t._targetElement.appendChild(n)),I(t,e,n)}function V(t,e){var n=M("div",{className:"introjs-bullets"});!1===t._options.showBullets&&(n.style.display="none");var r=M("ul");r.setAttribute("role","tablist");for(var o=function(){var e=this.getAttribute("data-step-number");null!=e&&t.goToStep(parseInt(e,10))},i=0;i<t._introItems.length;i++){var a=t._introItems[i].step,s=M("li"),l=M("a");s.setAttribute("role","presentation"),l.setAttribute("role","tab"),l.onclick=o,i===e.step-1&&(l.className="active"),A(l),l.innerHTML="&nbsp;",l.setAttribute("data-step-number",a.toString()),s.appendChild(l),r.appendChild(s)}return n.appendChild(r),n}function z(t,e,n){if(t){var r=e.querySelector(".introjs-bullets li > a.active"),o=e.querySelector('.introjs-bullets li > a[data-step-number="'.concat(n.step,'"]'));r&&o&&(r.className="",o.className="active")}}function W(t){var e=M("div");e.className="introjs-progress",!1===t._options.showProgress&&(e.style.display="none");var n=M("div",{className:"introjs-progressbar"});t._options.progressBarAdditionalClass&&(n.className+=" "+t._options.progressBarAdditionalClass);var r=D(t._currentStep,t._introItems.length);return n.setAttribute("role","progress"),n.setAttribute("aria-valuemin","0"),n.setAttribute("aria-valuemax","100"),n.setAttribute("aria-valuenow",r.toString()),n.style.cssText="width:".concat(r,"%;"),e.appendChild(n),e}function Y(t,e,n){var r=t.querySelector(".introjs-progress .introjs-progressbar");if(r){var o=D(e,n);r.style.cssText="width:".concat(o,"%;"),r.setAttribute("aria-valuenow",o.toString())}}function $(t,e){return Q.apply(this,arguments)}function Q(){return(Q=r(t().mark((function e(n,o){var i,a,s,l,c,u,p,h,f,d,m,v,b,y,g,k,S,E,N,L,P,O,q,B;return t().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!w(n._introChangeCallback)){e.next=3;break}return e.next=3,n._introChangeCallback.call(n,o.element);case 3:if(i=document.querySelector(".introjs-helperLayer"),a=document.querySelector(".introjs-tooltipReferenceLayer"),s="introjs-helperLayer","string"==typeof o.highlightClass&&(s+=" ".concat(o.highlightClass)),"string"==typeof n._options.highlightClass&&(s+=" ".concat(n._options.highlightClass)),null!==i&&null!==a?(p=a.querySelector(".introjs-helperNumberLayer"),h=a.querySelector(".introjs-tooltiptext"),f=a.querySelector(".introjs-tooltip-title"),d=a.querySelector(".introjs-arrow"),m=a.querySelector(".introjs-tooltip"),u=a.querySelector(".introjs-skipbutton"),c=a.querySelector(".introjs-prevbutton"),l=a.querySelector(".introjs-nextbutton"),i.className=s,m.style.opacity="0",m.style.display="none",C(n._options.scrollToElement,o.element),I(n,o,i),I(n,o,a),R(),n._lastShowElementTimer&&window.clearTimeout(n._lastShowElementTimer),n._lastShowElementTimer=window.setTimeout((function(){null!==p&&(p.innerHTML="".concat(o.step," ").concat(n._options.stepNumbersOfLabel," ").concat(n._introItems.length)),h.innerHTML=o.intro||"",f.innerHTML=o.title||"",m.style.display="block",H(n,o,m,d),z(n._options.showBullets,a,o),Y(a,n._currentStep,n._introItems.length),m.style.opacity="1",(null!=l&&/introjs-donebutton/gi.test(l.className)||null!=l)&&l.focus(),j(n._options.scrollToElement,o.scrollTo,n._options.scrollPadding,o.element,h)}),350)):(v=M("div",{className:s}),b=M("div",{className:"introjs-tooltipReferenceLayer"}),y=M("div",{className:"introjs-arrow"}),g=M("div",{className:"introjs-tooltip"}),k=M("div",{className:"introjs-tooltiptext"}),S=M("div",{className:"introjs-tooltip-header"}),E=M("h1",{className:"introjs-tooltip-title"}),N=M("div"),T(v,{"box-shadow":"0 0 1px 2px rgba(255, 33, 33, 0.8), rgba(255, 33, 33, ".concat(n._options.overlayOpacity.toString(),") 0 0 0 5000px")}),C(n._options.scrollToElement,o.element),I(n,o,v),I(n,o,b),F(n._targetElement,v,!0),F(n._targetElement,b),k.innerHTML=o.intro,E.innerHTML=o.title,N.className="introjs-tooltipbuttons",!1===n._options.showButtons&&(N.style.display="none"),S.appendChild(E),g.appendChild(S),g.appendChild(k),n._options.dontShowAgain&&(L=M("div",{className:"introjs-dontShowAgain"}),(P=M("input",{type:"checkbox",id:"introjs-dontShowAgain",name:"introjs-dontShowAgain"})).onchange=function(t){n.setDontShowAgain(t.target.checked)},(O=M("label",{htmlFor:"introjs-dontShowAgain"})).innerText=n._options.dontShowAgainLabel,L.appendChild(P),L.appendChild(O),g.appendChild(L)),g.appendChild(V(n,o)),g.appendChild(W(n)),q=M("div"),!0===n._options.showStepNumbers&&(q.className="introjs-helperNumberLayer",q.innerHTML="".concat(o.step," ").concat(n._options.stepNumbersOfLabel," ").concat(n._introItems.length),g.appendChild(q)),g.appendChild(y),b.appendChild(g),(l=M("a")).onclick=r(t().mark((function e(){return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(n._introItems.length-1===n._currentStep){t.next=5;break}return t.next=3,K(n);case 3:t.next=11;break;case 5:if(!/introjs-donebutton/gi.test(l.className)){t.next=11;break}if(!w(n._introCompleteCallback)){t.next=9;break}return t.next=9,n._introCompleteCallback.call(n,n._currentStep,"done");case 9:return t.next=11,Nt(n,n._targetElement);case 11:case"end":return t.stop()}}),e)}))),A(l),l.innerHTML=n._options.nextLabel,(c=M("a")).onclick=r(t().mark((function e(){return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!(n._currentStep>0)){t.next=3;break}return t.next=3,et(n);case 3:case"end":return t.stop()}}),e)}))),A(c),c.innerHTML=n._options.prevLabel,A(u=M("a",{className:"introjs-skipbutton"})),u.innerHTML=n._options.skipLabel,u.onclick=r(t().mark((function e(){return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(n._introItems.length-1!==n._currentStep||!w(n._introCompleteCallback)){t.next=3;break}return t.next=3,n._introCompleteCallback.call(n,n._currentStep,"skip");case 3:if(!w(n._introSkipCallback)){t.next=6;break}return t.next=6,n._introSkipCallback.call(n,n._currentStep);case 6:return t.next=8,Nt(n,n._targetElement);case 8:case"end":return t.stop()}}),e)}))),S.appendChild(u),n._introItems.length>1&&N.appendChild(c),N.appendChild(l),g.appendChild(N),H(n,o,g,y),j(n._options.scrollToElement,o.scrollTo,n._options.scrollPadding,o.element,g)),(B=n._targetElement.querySelector(".introjs-disableInteraction"))&&B.parentNode&&B.parentNode.removeChild(B),o.disableInteraction&&G(n,o),0===n._currentStep&&n._introItems.length>1?(null!=l&&(l.className="".concat(n._options.buttonClass," introjs-nextbutton"),l.innerHTML=n._options.nextLabel),!0===n._options.hidePrev?(null!=c&&(c.className="".concat(n._options.buttonClass," introjs-prevbutton introjs-hidden")),null!=l&&_(l,"introjs-fullbutton")):null!=c&&(c.className="".concat(n._options.buttonClass," introjs-prevbutton introjs-disabled"))):n._introItems.length-1===n._currentStep||1===n._introItems.length?(null!=c&&(c.className="".concat(n._options.buttonClass," introjs-prevbutton")),!0===n._options.hideNext?(null!=l&&(l.className="".concat(n._options.buttonClass," introjs-nextbutton introjs-hidden")),null!=c&&_(c,"introjs-fullbutton")):null!=l&&(!0===n._options.nextToDone?(l.innerHTML=n._options.doneLabel,_(l,"".concat(n._options.buttonClass," introjs-nextbutton introjs-donebutton"))):l.className="".concat(n._options.buttonClass," introjs-nextbutton introjs-disabled"))):(null!=c&&(c.className="".concat(n._options.buttonClass," introjs-prevbutton")),null!=l&&(l.className="".concat(n._options.buttonClass," introjs-nextbutton"),l.innerHTML=n._options.nextLabel)),null!=c&&c.setAttribute("role","button"),null!=l&&l.setAttribute("role","button"),null!=u&&u.setAttribute("role","button"),null!=l&&l.focus(),x(o.element),!w(n._introAfterChangeCallback)){e.next=21;break}return e.next=21,n._introAfterChangeCallback.call(n,o.element);case 21:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function U(t,e){return X.apply(this,arguments)}function X(){return(X=r(t().mark((function e(n,r){return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(n._currentStep=r-2,void 0===n._introItems){t.next=4;break}return t.next=4,K(n);case 4:case"end":return t.stop()}}),e)})))).apply(this,arguments)}function J(t,e){return Z.apply(this,arguments)}function Z(){return(Z=r(t().mark((function e(n,r){return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(n._currentStepNumber=r,void 0===n._introItems){t.next=4;break}return t.next=4,K(n);case 4:case"end":return t.stop()}}),e)})))).apply(this,arguments)}function K(t){return tt.apply(this,arguments)}function tt(){return tt=r(t().mark((function e(n){var r,o,i;return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(n._direction="forward",void 0!==n._currentStepNumber)for(r=0;r<n._introItems.length;r++)n._introItems[r].step===n._currentStepNumber&&(n._currentStep=r-1,n._currentStepNumber=void 0);if(-1===n._currentStep?n._currentStep=0:++n._currentStep,o=n._introItems[n._currentStep],i=!0,!w(n._introBeforeChangeCallback)){t.next=9;break}return t.next=8,n._introBeforeChangeCallback.call(n,o&&o.element,n._currentStep,n._direction);case 8:i=t.sent;case 9:if(!1!==i){t.next=12;break}return--n._currentStep,t.abrupt("return",!1);case 12:if(!(n._introItems.length<=n._currentStep)){t.next=19;break}if(!w(n._introCompleteCallback)){t.next=16;break}return t.next=16,n._introCompleteCallback.call(n,n._currentStep,"end");case 16:return t.next=18,Nt(n,n._targetElement);case 18:return t.abrupt("return",!1);case 19:return t.next=21,$(n,o);case 21:return t.abrupt("return",!0);case 22:case"end":return t.stop()}}),e)}))),tt.apply(this,arguments)}function et(t){return nt.apply(this,arguments)}function nt(){return nt=r(t().mark((function e(n){var r,o;return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(n._direction="backward",!(n._currentStep<=0)){t.next=3;break}return t.abrupt("return",!1);case 3:if(--n._currentStep,r=n._introItems[n._currentStep],o=!0,!w(n._introBeforeChangeCallback)){t.next=10;break}return t.next=9,n._introBeforeChangeCallback.call(n,r&&r.element,n._currentStep,n._direction);case 9:o=t.sent;case 10:if(!1!==o){t.next=13;break}return++n._currentStep,t.abrupt("return",!1);case 13:return t.next=15,$(n,r);case 15:return t.abrupt("return",!0);case 16:case"end":return t.stop()}}),e)}))),nt.apply(this,arguments)}function rt(t,e){return ot.apply(this,arguments)}function ot(){return(ot=r(t().mark((function e(n,r){var o,i;return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(null===(o=void 0===r.code?r.which:r.code)&&(o=null===r.charCode?r.keyCode:r.charCode),"Escape"!==o&&27!==o||!0!==n._options.exitOnEsc){t.next=7;break}return t.next=5,Nt(n,n._targetElement);case 5:t.next=39;break;case 7:if("ArrowLeft"!==o&&37!==o){t.next=12;break}return t.next=10,et(n);case 10:t.next=39;break;case 12:if("ArrowRight"!==o&&39!==o){t.next=17;break}return t.next=15,K(n);case 15:t.next=39;break;case 17:if("Enter"!==o&&"NumpadEnter"!==o&&13!==o){t.next=39;break}if(!(i=r.target||r.srcElement)||!i.className.match("introjs-prevbutton")){t.next=24;break}return t.next=22,et(n);case 22:t.next=38;break;case 24:if(!i||!i.className.match("introjs-skipbutton")){t.next=32;break}if(n._introItems.length-1!==n._currentStep||!w(n._introCompleteCallback)){t.next=28;break}return t.next=28,n._introCompleteCallback.call(n,n._currentStep,"skip");case 28:return t.next=30,Nt(n,n._targetElement);case 30:t.next=38;break;case 32:if(!i||!i.getAttribute("data-step-number")){t.next=36;break}i.click(),t.next=38;break;case 36:return t.next=38,K(n);case 38:r.preventDefault?r.preventDefault():r.returnValue=!1;case 39:case"end":return t.stop()}}),e)})))).apply(this,arguments)}function it(t){if(null===t||"object"!==e(t)||"nodeType"in t)return t;var n={};for(var r in t)"jQuery"in window&&t[r]instanceof window.jQuery?n[r]=t[r]:n[r]=it(t[r]);return n}function at(t,e){var n;return function(){for(var r=arguments.length,o=new Array(r),i=0;i<r;i++)o[i]=arguments[i];window.clearTimeout(n),n=window.setTimeout((function(){t(o)}),e)}}function st(t){var e=document.querySelector(".introjs-hints");return e?Array.from(e.querySelectorAll(t)):[]}function lt(t,e){return ct.apply(this,arguments)}function ct(){return(ct=r(t().mark((function e(n,r){var o;return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(o=st('.introjs-hint[data-step="'.concat(r,'"]'))[0],_t(),o&&_(o,"introjs-hidehint"),!w(n._hintCloseCallback)){t.next=6;break}return t.next=6,n._hintCloseCallback.call(n,r);case 6:case"end":return t.stop()}}),e)})))).apply(this,arguments)}function ut(t){return pt.apply(this,arguments)}function pt(){return(pt=r(t().mark((function e(n){var r,o,i,a,s;return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:r=st(".introjs-hint"),o=p(r),t.prev=2,o.s();case 4:if((i=o.n()).done){t.next=13;break}if(a=i.value,s=a.getAttribute("data-step")){t.next=9;break}return t.abrupt("continue",11);case 9:return t.next=11,lt(n,parseInt(s,10));case 11:t.next=4;break;case 13:t.next=18;break;case 15:t.prev=15,t.t0=t.catch(2),o.e(t.t0);case 18:return t.prev=18,o.f(),t.finish(18);case 21:case"end":return t.stop()}}),e,null,[[2,15,18,21]])})))).apply(this,arguments)}function ht(t){return ft.apply(this,arguments)}function ft(){return(ft=r(t().mark((function e(n){var r,o,i,a,s;return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!(r=st(".introjs-hint"))||!r.length){t.next=23;break}o=p(r),t.prev=3,o.s();case 5:if((i=o.n()).done){t.next=13;break}if(a=i.value,s=a.getAttribute("data-step")){t.next=10;break}return t.abrupt("continue",11);case 10:dt(parseInt(s,10));case 11:t.next=5;break;case 13:t.next=18;break;case 15:t.prev=15,t.t0=t.catch(3),o.e(t.t0);case 18:return t.prev=18,o.f(),t.finish(18);case 21:t.next=25;break;case 23:return t.next=25,kt(n,n._targetElement);case 25:case"end":return t.stop()}}),e,null,[[3,15,18,21]])})))).apply(this,arguments)}function dt(t){var e=st('.introjs-hint[data-step="'.concat(t,'"]'))[0];e&&L(e,/introjs-hidehint/g)}function mt(t){var e=st('.introjs-hint[data-step="'.concat(t,'"]'))[0];e&&e.parentNode&&e.parentNode.removeChild(e)}function vt(t){return bt.apply(this,arguments)}function bt(){return(bt=r(t().mark((function e(n){var r,o,i,a,s,l,c;return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:null===(r=document.querySelector(".introjs-hints"))&&(r=M("div",{className:"introjs-hints"})),o=function(t){return function(e){var r=e||window.event;r&&r.stopPropagation&&r.stopPropagation(),r&&null!==r.cancelBubble&&(r.cancelBubble=!0),gt(n,t)}},i=0;case 4:if(!(i<n._hintItems.length)){t.next=25;break}if(a=n._hintItems[i],!document.querySelector('.introjs-hint[data-step="'.concat(i,'"]'))){t.next=8;break}return t.abrupt("return");case 8:A(s=M("a",{className:"introjs-hint"})),s.onclick=o(i),a.hintAnimation||_(s,"introjs-hint-no-anim"),E(a.element)&&_(s,"introjs-fixedhint"),l=M("div",{className:"introjs-hint-dot"}),c=M("div",{className:"introjs-hint-pulse"}),s.appendChild(l),s.appendChild(c),s.setAttribute("data-step",i.toString()),a.hintTargetElement=a.element,a.element=s,yt(a.hintPosition,s,a.hintTargetElement),r.appendChild(s);case 22:i++,t.next=4;break;case 25:if(document.body.appendChild(r),!w(n._hintsAddedCallback)){t.next=29;break}return t.next=29,n._hintsAddedCallback.call(n);case 29:n._options.hintAutoRefreshInterval>=0&&(n._hintsAutoRefreshFunction=at((function(){return Ct(n)}),n._options.hintAutoRefreshInterval),g.on(window,"scroll",n._hintsAutoRefreshFunction,n,!0));case 30:case"end":return t.stop()}}),e)})))).apply(this,arguments)}function yt(t,e,n){if(void 0!==n){var r=N(n),o=20,i=20;switch(t){default:case"top-left":e.style.left="".concat(r.left,"px"),e.style.top="".concat(r.top,"px");break;case"top-right":e.style.left="".concat(r.left+r.width-o,"px"),e.style.top="".concat(r.top,"px");break;case"bottom-left":e.style.left="".concat(r.left,"px"),e.style.top="".concat(r.top+r.height-i,"px");break;case"bottom-right":e.style.left="".concat(r.left+r.width-o,"px"),e.style.top="".concat(r.top+r.height-i,"px");break;case"middle-left":e.style.left="".concat(r.left,"px"),e.style.top="".concat(r.top+(r.height-i)/2,"px");break;case"middle-right":e.style.left="".concat(r.left+r.width-o,"px"),e.style.top="".concat(r.top+(r.height-i)/2,"px");break;case"middle-middle":e.style.left="".concat(r.left+(r.width-o)/2,"px"),e.style.top="".concat(r.top+(r.height-i)/2,"px");break;case"bottom-middle":e.style.left="".concat(r.left+(r.width-o)/2,"px"),e.style.top="".concat(r.top+r.height-i,"px");break;case"top-middle":e.style.left="".concat(r.left+(r.width-o)/2,"px"),e.style.top="".concat(r.top,"px")}}}function gt(t,e){return wt.apply(this,arguments)}function wt(){return(wt=r(t().mark((function e(n,r){var o,i,a,s,l,c,u,p,h,f,d;return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(o=document.querySelector('.introjs-hint[data-step="'.concat(r,'"]')),i=n._hintItems[r],!w(n._hintClickCallback)){t.next=5;break}return t.next=5,n._hintClickCallback.call(n,o,i,r);case 5:if(void 0===(a=_t())||parseInt(a,10)!==r){t.next=8;break}return t.abrupt("return");case 8:s=M("div",{className:"introjs-tooltip"}),l=M("div"),c=M("div"),u=M("div"),s.onclick=function(t){t.stopPropagation?t.stopPropagation():t.cancelBubble=!0},l.className="introjs-tooltiptext",(p=M("p")).innerHTML=i.hint||"",l.appendChild(p),n._options.hintShowButton&&((h=M("a")).className=n._options.buttonClass,h.setAttribute("role","button"),h.innerHTML=n._options.hintButtonLabel,h.onclick=function(){return lt(n,r)},l.appendChild(h)),c.className="introjs-arrow",s.appendChild(c),s.appendChild(l),f=o.getAttribute("data-step")||"",n._currentStep=parseInt(f,10),d=n._hintItems[n._currentStep],u.className="introjs-tooltipReferenceLayer introjs-hintReference",u.setAttribute("data-step",f),I(n,d,u),u.appendChild(s),document.body.appendChild(u),H(n,d,s,c,!0);case 30:case"end":return t.stop()}}),e)})))).apply(this,arguments)}function _t(){var t=document.querySelector(".introjs-hintReference");if(t&&t.parentNode){var e=t.getAttribute("data-step");if(!e)return;return t.parentNode.removeChild(t),e}}function kt(t,e){return xt.apply(this,arguments)}function xt(){return(xt=r(t().mark((function e(n,r){var o,i,a,s,l,c,u,h,f,d;return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(n._hintItems=[],!(n._options.hints&&n._options.hints.length>0)){t.next=6;break}o=p(n._options.hints);try{for(o.s();!(i=o.n()).done;)a=i.value,"string"==typeof(s=it(a)).element&&(s.element=document.querySelector(s.element)),s.hintPosition=s.hintPosition||n._options.hintPosition,s.hintAnimation=s.hintAnimation||n._options.hintAnimation,null!==s.element&&n._hintItems.push(s)}catch(t){o.e(t)}finally{o.f()}t.next=10;break;case 6:if((l=Array.from(r.querySelectorAll("*[data-hint]")))&&l.length){t.next=9;break}return t.abrupt("return",!1);case 9:for(c=0,u=l;c<u.length;c++)h=u[c],f=h.getAttribute("data-hint-animation"),d=n._options.hintAnimation,f&&(d="true"===f),n._hintItems.push({element:h,hint:h.getAttribute("data-hint")||"",hintPosition:h.getAttribute("data-hint-position")||n._options.hintPosition,hintAnimation:d,tooltipClass:h.getAttribute("data-tooltip-class")||void 0,position:h.getAttribute("data-position")||n._options.tooltipPosition});case 10:return t.next=12,vt(n);case 12:return g.on(document,"click",_t,n,!1),g.on(window,"resize",Ct,n,!0),t.abrupt("return",!0);case 15:case"end":return t.stop()}}),e)})))).apply(this,arguments)}function Ct(t){var e,n=p(t._hintItems);try{for(n.s();!(e=n.n()).done;){var r=e.value,o=r.hintTargetElement;yt(r.hintPosition,r.element,o)}}catch(t){n.e(t)}finally{n.f()}}function St(t,e){var n=Array.from(e.querySelectorAll("*[data-intro]")),r=[];if(t._options.steps&&t._options.steps.length){var o,i=p(t._options.steps);try{for(i.s();!(o=i.n()).done;){var a=it(o.value);if(a.step=r.length+1,a.title=a.title||"","string"==typeof a.element&&(a.element=document.querySelector(a.element)||void 0),void 0===a.element||null===a.element){var s=document.querySelector(".introjsFloatingElement");null===s&&(s=M("div",{className:"introjsFloatingElement"}),document.body.appendChild(s)),a.element=s,a.position="floating"}a.position=a.position||t._options.tooltipPosition,a.scrollTo=a.scrollTo||t._options.scrollTo,void 0===a.disableInteraction&&(a.disableInteraction=t._options.disableInteraction),null!==a.element&&r.push(a)}}catch(t){i.e(t)}finally{i.f()}}else{var l;if(n.length<1)return[];var c,u=p(n);try{for(u.s();!(c=u.n()).done;){var h=c.value;if((!t._options.group||h.getAttribute("data-intro-group")===t._options.group)&&"none"!==h.style.display){var f=parseInt(h.getAttribute("data-step")||"",10);l=t._options.disableInteraction,h.hasAttribute("data-disable-interaction")&&(l=!!h.getAttribute("data-disable-interaction")),f>0&&(r[f-1]={step:f,element:h,title:h.getAttribute("data-title")||"",intro:h.getAttribute("data-intro")||"",tooltipClass:h.getAttribute("data-tooltip-class")||void 0,highlightClass:h.getAttribute("data-highlight-class")||void 0,position:h.getAttribute("data-position")||t._options.tooltipPosition,scrollTo:h.getAttribute("data-scroll-to")||t._options.scrollTo,disableInteraction:l})}}}catch(t){u.e(t)}finally{u.f()}var d,m=0,v=p(n);try{for(v.s();!(d=v.n()).done;){var b=d.value;if((!t._options.group||b.getAttribute("data-intro-group")===t._options.group)&&null===b.getAttribute("data-step")){for(;void 0!==r[m];)m++;l=b.hasAttribute("data-disable-interaction")?!!b.getAttribute("data-disable-interaction"):t._options.disableInteraction,r[m]={element:b,title:b.getAttribute("data-title")||"",intro:b.getAttribute("data-intro")||"",step:m+1,tooltipClass:b.getAttribute("data-tooltip-class")||void 0,highlightClass:b.getAttribute("data-highlight-class")||void 0,position:b.getAttribute("data-position")||t._options.tooltipPosition,scrollTo:b.getAttribute("data-scroll-to")||t._options.scrollTo,disableInteraction:l}}}}catch(t){v.e(t)}finally{v.f()}}for(var y=[],g=0;g<r.length;g++)r[g]&&y.push(r[g]);return(r=y).sort((function(t,e){return t.step-e.step})),r}function jt(t,e){var n=t._currentStep;if(null!=n&&-1!=n){var r=t._introItems[n],o=document.querySelector(".introjs-tooltipReferenceLayer"),i=document.querySelector(".introjs-helperLayer"),a=document.querySelector(".introjs-disableInteraction");I(t,r,i),I(t,r,o),I(t,r,a),e&&(t._introItems=St(t,t._targetElement),function(t,e){if(t._options.showBullets){var n=document.querySelector(".introjs-bullets");n&&n.parentNode&&n.parentNode.replaceChild(V(t,e),n)}}(t,r),Y(o,n,t._introItems.length));var s=document.querySelector(".introjs-arrow"),l=document.querySelector(".introjs-tooltip");return l&&s&&H(t,t._introItems[n],l,s),Ct(t),t}}function At(t){jt(t)}function Et(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(t&&t.parentElement){var n=t.parentElement;e?(T(t,{opacity:"0"}),window.setTimeout((function(){try{n.removeChild(t)}catch(t){}}),500)):n.removeChild(t)}}function Nt(t,e){return Lt.apply(this,arguments)}function Lt(){return Lt=r(t().mark((function e(n,r){var o,i,a,s,l,c=arguments;return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(o=c.length>2&&void 0!==c[2]&&c[2],i=!0,void 0===n._introBeforeExitCallback){t.next=6;break}return t.next=5,n._introBeforeExitCallback.call(n,r);case 5:i=t.sent;case 6:if(o||!1!==i){t.next=8;break}return t.abrupt("return");case 8:if((a=Array.from(r.querySelectorAll(".introjs-overlay")))&&a.length){s=p(a);try{for(s.s();!(l=s.n()).done;)Et(l.value)}catch(t){s.e(t)}finally{s.f()}}if(Et(r.querySelector(".introjs-helperLayer"),!0),Et(r.querySelector(".introjs-tooltipReferenceLayer")),Et(r.querySelector(".introjs-disableInteraction")),Et(document.querySelector(".introjsFloatingElement")),R(),g.off(window,"keydown",rt,n,!0),g.off(window,"resize",At,n,!0),!w(n._introExitCallback)){t.next=24;break}return t.next=24,n._introExitCallback.call(n);case 24:n._currentStep=-1;case 25:case"end":return t.stop()}}),e)}))),Lt.apply(this,arguments)}function Tt(e,n){var o=M("div",{className:"introjs-overlay"});return T(o,{top:0,bottom:0,left:0,right:0,position:"fixed"}),n.appendChild(o),!0===e._options.exitOnOverlayClick&&(T(o,{cursor:"pointer"}),o.onclick=r(t().mark((function r(){return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,Nt(e,n);case 2:case"end":return t.stop()}}),r)})))),!0}function It(t,e){return Pt.apply(this,arguments)}function Pt(){return(Pt=r(t().mark((function e(n,r){var o;return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(n.isActive()){t.next=2;break}return t.abrupt("return",!1);case 2:if(!w(n._introStartCallback)){t.next=5;break}return t.next=5,n._introStartCallback.call(n,r);case 5:if(0!==(o=St(n,r)).length){t.next=8;break}return t.abrupt("return",!1);case 8:return n._introItems=o,Tt(n,r),t.next=12,K(n);case 12:r.addEventListener,n._options.keyboardNavigation&&g.on(window,"keydown",rt,n,!0),g.on(window,"resize",At,n,!0);case 15:return t.abrupt("return",!1);case 16:case"end":return t.stop()}}),e)})))).apply(this,arguments)}function Ot(t,e,n){return t[e]=n,t}var qt=function(){function e(t){o(this,e),s(this,"_currentStep",-1),s(this,"_currentStepNumber",void 0),s(this,"_direction",void 0),s(this,"_targetElement",void 0),s(this,"_introItems",[]),s(this,"_hintItems",[]),s(this,"_options",void 0),s(this,"_introBeforeChangeCallback",void 0),s(this,"_introChangeCallback",void 0),s(this,"_introAfterChangeCallback",void 0),s(this,"_introCompleteCallback",void 0),s(this,"_introStartCallback",void 0),s(this,"_introExitCallback",void 0),s(this,"_introSkipCallback",void 0),s(this,"_introBeforeExitCallback",void 0),s(this,"_hintsAddedCallback",void 0),s(this,"_hintClickCallback",void 0),s(this,"_hintCloseCallback",void 0),s(this,"_lastShowElementTimer",void 0),s(this,"_hintsAutoRefreshFunction",void 0),this._targetElement=t,this._options={steps:[],hints:[],isActive:!0,nextLabel:"Next",prevLabel:"Back",skipLabel:"×",doneLabel:"Done",hidePrev:!1,hideNext:!1,nextToDone:!0,tooltipPosition:"bottom",tooltipClass:"",group:"",highlightClass:"",exitOnEsc:!0,exitOnOverlayClick:!0,showStepNumbers:!1,stepNumbersOfLabel:"of",keyboardNavigation:!0,showButtons:!0,showBullets:!0,showProgress:!1,scrollToElement:!0,scrollTo:"element",scrollPadding:30,overlayOpacity:.5,autoPosition:!0,positionPrecedence:["bottom","top","right","left"],disableInteraction:!1,dontShowAgain:!1,dontShowAgainLabel:"Don't show this again",dontShowAgainCookie:"introjs-dontShowAgain",dontShowAgainCookieDays:365,helperElementPadding:10,hintPosition:"top-middle",hintButtonLabel:"Got it",hintShowButton:!0,hintAutoRefreshInterval:10,hintAnimation:!0,buttonClass:"introjs-button",progressBarAdditionalClass:!1}}var n,i,c,u,h,f,b,y,_,k;return a(e,[{key:"isActive",value:function(){return(!this._options.dontShowAgain||""===(t=d(this._options.dontShowAgainCookie))||t!==m)&&this._options.isActive;var t}},{key:"clone",value:function(){return new e(this._targetElement)}},{key:"setOption",value:function(t,e){return this._options=Ot(this._options,t,e),this}},{key:"setOptions",value:function(t){return this._options=function(t,e){for(var n=0,r=Object.entries(e);n<r.length;n++){var o=l(r[n],2);t=Ot(t,o[0],o[1])}return t}(this._options,t),this}},{key:"start",value:(k=r(t().mark((function e(){return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,It(this,this._targetElement);case 2:return t.abrupt("return",this);case 3:case"end":return t.stop()}}),e,this)}))),function(){return k.apply(this,arguments)})},{key:"goToStep",value:(_=r(t().mark((function e(n){return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,U(this,n);case 2:return t.abrupt("return",this);case 3:case"end":return t.stop()}}),e,this)}))),function(t){return _.apply(this,arguments)})},{key:"addStep",value:function(t){return this._options.steps||(this._options.steps=[]),this._options.steps.push(t),this}},{key:"addSteps",value:function(t){if(!t.length)return this;for(var e=0;e<t.length;e++)this.addStep(t[e]);return this}},{key:"goToStepNumber",value:(y=r(t().mark((function e(n){return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,J(this,n);case 2:return t.abrupt("return",this);case 3:case"end":return t.stop()}}),e,this)}))),function(t){return y.apply(this,arguments)})},{key:"nextStep",value:(b=r(t().mark((function e(){return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,K(this);case 2:return t.abrupt("return",this);case 3:case"end":return t.stop()}}),e,this)}))),function(){return b.apply(this,arguments)})},{key:"previousStep",value:(f=r(t().mark((function e(){return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,et(this);case 2:return t.abrupt("return",this);case 3:case"end":return t.stop()}}),e,this)}))),function(){return f.apply(this,arguments)})},{key:"currentStep",value:function(){return this._currentStep}},{key:"exit",value:(h=r(t().mark((function e(n){return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,Nt(this,this._targetElement,n);case 2:return t.abrupt("return",this);case 3:case"end":return t.stop()}}),e,this)}))),function(t){return h.apply(this,arguments)})},{key:"refresh",value:function(t){return jt(this,t),this}},{key:"setDontShowAgain",value:function(t){return v(this,t),this}},{key:"onbeforechange",value:function(t){if(!w(t))throw new Error("Provided callback for onbeforechange was not a function");return this._introBeforeChangeCallback=t,this}},{key:"onchange",value:function(t){if(!w(t))throw new Error("Provided callback for onchange was not a function.");return this._introChangeCallback=t,this}},{key:"onafterchange",value:function(t){if(!w(t))throw new Error("Provided callback for onafterchange was not a function");return this._introAfterChangeCallback=t,this}},{key:"oncomplete",value:function(t){if(!w(t))throw new Error("Provided callback for oncomplete was not a function.");return this._introCompleteCallback=t,this}},{key:"onhintsadded",value:function(t){if(!w(t))throw new Error("Provided callback for onhintsadded was not a function.");return this._hintsAddedCallback=t,this}},{key:"onhintclick",value:function(t){if(!w(t))throw new Error("Provided callback for onhintclick was not a function.");return this._hintClickCallback=t,this}},{key:"onhintclose",value:function(t){if(!w(t))throw new Error("Provided callback for onhintclose was not a function.");return this._hintCloseCallback=t,this}},{key:"onstart",value:function(t){if(!w(t))throw new Error("Provided callback for onstart was not a function.");return this._introStartCallback=t,this}},{key:"onexit",value:function(t){if(!w(t))throw new Error("Provided callback for onexit was not a function.");return this._introExitCallback=t,this}},{key:"onskip",value:function(t){if(!w(t))throw new Error("Provided callback for onskip was not a function.");return this._introSkipCallback=t,this}},{key:"onbeforeexit",value:function(t){if(!w(t))throw new Error("Provided callback for onbeforeexit was not a function.");return this._introBeforeExitCallback=t,this}},{key:"addHints",value:function(){var e=r(t().mark((function e(){return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,kt(this,this._targetElement);case 2:return t.abrupt("return",this);case 3:case"end":return t.stop()}}),e,this)})));return function(){return e.apply(this,arguments)}}()},{key:"hideHint",value:(u=r(t().mark((function e(n){return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,lt(this,n);case 2:return t.abrupt("return",this);case 3:case"end":return t.stop()}}),e,this)}))),function(t){return u.apply(this,arguments)})},{key:"hideHints",value:(c=r(t().mark((function e(){return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,ut(this);case 2:return t.abrupt("return",this);case 3:case"end":return t.stop()}}),e,this)}))),function(){return c.apply(this,arguments)})},{key:"showHint",value:function(t){return dt(t),this}},{key:"showHints",value:(i=r(t().mark((function e(){return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,ht(this);case 2:return t.abrupt("return",this);case 3:case"end":return t.stop()}}),e,this)}))),function(){return i.apply(this,arguments)})},{key:"removeHints",value:function(){return function(t){var e,n=p(st(".introjs-hint"));try{for(n.s();!(e=n.n()).done;){var r=e.value.getAttribute("data-step");r&&mt(parseInt(r,10))}}catch(t){n.e(t)}finally{n.f()}g.off(document,"click",_t,t,!1),g.off(window,"resize",Ct,t,!0),t._hintsAutoRefreshFunction&&g.off(window,"scroll",t._hintsAutoRefreshFunction,t,!0)}(this),this}},{key:"removeHint",value:function(t){return mt(t),this}},{key:"showHintDialog",value:(n=r(t().mark((function e(n){return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,gt(this,n);case 2:return t.abrupt("return",this);case 3:case"end":return t.stop()}}),e,this)}))),function(t){return n.apply(this,arguments)})}]),e}(),Bt=function t(n){var r;if("object"===e(n))r=new qt(n);else if("string"==typeof n){var o=document.querySelector(n);if(!o)throw new Error("There is no element with given selector.");r=new qt(o)}else r=new qt(document.body);return t.instances[y(r,"introjs-instance")]=r,r};return Bt.version="7.2.0",Bt.instances={},Bt}));
//# sourceMappingURL=intro.js.mapjs/marked.min.js000064400000107211151526434470007560 0ustar00/**
 * marked v14.1.2 - a markdown parser
 * Copyright (c) 2011-2024, Christopher Jeffrey. (MIT Licensed)
 * https://github.com/markedjs/marked
 */
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).marked={})}(this,(function(e){"use strict";function t(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}function n(t){e.defaults=t}e.defaults={async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null};const s=/[&<>"']/,r=new RegExp(s.source,"g"),i=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,l=new RegExp(i.source,"g"),o={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},a=e=>o[e];function c(e,t){if(t){if(s.test(e))return e.replace(r,a)}else if(i.test(e))return e.replace(l,a);return e}const h=/(^|[^\[])\^/g;function p(e,t){let n="string"==typeof e?e:e.source;t=t||"";const s={replace:(e,t)=>{let r="string"==typeof t?t:t.source;return r=r.replace(h,"$1"),n=n.replace(e,r),s},getRegex:()=>new RegExp(n,t)};return s}function u(e){try{e=encodeURI(e).replace(/%25/g,"%")}catch{return null}return e}const k={exec:()=>null};function g(e,t){const n=e.replace(/\|/g,((e,t,n)=>{let s=!1,r=t;for(;--r>=0&&"\\"===n[r];)s=!s;return s?"|":" |"})).split(/ \|/);let s=0;if(n[0].trim()||n.shift(),n.length>0&&!n[n.length-1].trim()&&n.pop(),t)if(n.length>t)n.splice(t);else for(;n.length<t;)n.push("");for(;s<n.length;s++)n[s]=n[s].trim().replace(/\\\|/g,"|");return n}function f(e,t,n){const s=e.length;if(0===s)return"";let r=0;for(;r<s;){const i=e.charAt(s-r-1);if(i!==t||n){if(i===t||!n)break;r++}else r++}return e.slice(0,s-r)}function d(e,t,n,s){const r=t.href,i=t.title?c(t.title):null,l=e[1].replace(/\\([\[\]])/g,"$1");if("!"!==e[0].charAt(0)){s.state.inLink=!0;const e={type:"link",raw:n,href:r,title:i,text:l,tokens:s.inlineTokens(l)};return s.state.inLink=!1,e}return{type:"image",raw:n,href:r,title:i,text:c(l)}}class x{options;rules;lexer;constructor(t){this.options=t||e.defaults}space(e){const t=this.rules.block.newline.exec(e);if(t&&t[0].length>0)return{type:"space",raw:t[0]}}code(e){const t=this.rules.block.code.exec(e);if(t){const e=t[0].replace(/^(?: {1,4}| {0,3}\t)/gm,"");return{type:"code",raw:t[0],codeBlockStyle:"indented",text:this.options.pedantic?e:f(e,"\n")}}}fences(e){const t=this.rules.block.fences.exec(e);if(t){const e=t[0],n=function(e,t){const n=e.match(/^(\s+)(?:```)/);if(null===n)return t;const s=n[1];return t.split("\n").map((e=>{const t=e.match(/^\s+/);if(null===t)return e;const[n]=t;return n.length>=s.length?e.slice(s.length):e})).join("\n")}(e,t[3]||"");return{type:"code",raw:e,lang:t[2]?t[2].trim().replace(this.rules.inline.anyPunctuation,"$1"):t[2],text:n}}}heading(e){const t=this.rules.block.heading.exec(e);if(t){let e=t[2].trim();if(/#$/.test(e)){const t=f(e,"#");this.options.pedantic?e=t.trim():t&&!/ $/.test(t)||(e=t.trim())}return{type:"heading",raw:t[0],depth:t[1].length,text:e,tokens:this.lexer.inline(e)}}}hr(e){const t=this.rules.block.hr.exec(e);if(t)return{type:"hr",raw:f(t[0],"\n")}}blockquote(e){const t=this.rules.block.blockquote.exec(e);if(t){let e=f(t[0],"\n").split("\n"),n="",s="";const r=[];for(;e.length>0;){let t=!1;const i=[];let l;for(l=0;l<e.length;l++)if(/^ {0,3}>/.test(e[l]))i.push(e[l]),t=!0;else{if(t)break;i.push(e[l])}e=e.slice(l);const o=i.join("\n"),a=o.replace(/\n {0,3}((?:=+|-+) *)(?=\n|$)/g,"\n    $1").replace(/^ {0,3}>[ \t]?/gm,"");n=n?`${n}\n${o}`:o,s=s?`${s}\n${a}`:a;const c=this.lexer.state.top;if(this.lexer.state.top=!0,this.lexer.blockTokens(a,r,!0),this.lexer.state.top=c,0===e.length)break;const h=r[r.length-1];if("code"===h?.type)break;if("blockquote"===h?.type){const t=h,i=t.raw+"\n"+e.join("\n"),l=this.blockquote(i);r[r.length-1]=l,n=n.substring(0,n.length-t.raw.length)+l.raw,s=s.substring(0,s.length-t.text.length)+l.text;break}if("list"!==h?.type);else{const t=h,i=t.raw+"\n"+e.join("\n"),l=this.list(i);r[r.length-1]=l,n=n.substring(0,n.length-h.raw.length)+l.raw,s=s.substring(0,s.length-t.raw.length)+l.raw,e=i.substring(r[r.length-1].raw.length).split("\n")}}return{type:"blockquote",raw:n,tokens:r,text:s}}}list(e){let t=this.rules.block.list.exec(e);if(t){let n=t[1].trim();const s=n.length>1,r={type:"list",raw:"",ordered:s,start:s?+n.slice(0,-1):"",loose:!1,items:[]};n=s?`\\d{1,9}\\${n.slice(-1)}`:`\\${n}`,this.options.pedantic&&(n=s?n:"[*+-]");const i=new RegExp(`^( {0,3}${n})((?:[\t ][^\\n]*)?(?:\\n|$))`);let l=!1;for(;e;){let n=!1,s="",o="";if(!(t=i.exec(e)))break;if(this.rules.block.hr.test(e))break;s=t[0],e=e.substring(s.length);let a=t[2].split("\n",1)[0].replace(/^\t+/,(e=>" ".repeat(3*e.length))),c=e.split("\n",1)[0],h=!a.trim(),p=0;if(this.options.pedantic?(p=2,o=a.trimStart()):h?p=t[1].length+1:(p=t[2].search(/[^ ]/),p=p>4?1:p,o=a.slice(p),p+=t[1].length),h&&/^[ \t]*$/.test(c)&&(s+=c+"\n",e=e.substring(c.length+1),n=!0),!n){const t=new RegExp(`^ {0,${Math.min(3,p-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ \t][^\\n]*)?(?:\\n|$))`),n=new RegExp(`^ {0,${Math.min(3,p-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),r=new RegExp(`^ {0,${Math.min(3,p-1)}}(?:\`\`\`|~~~)`),i=new RegExp(`^ {0,${Math.min(3,p-1)}}#`),l=new RegExp(`^ {0,${Math.min(3,p-1)}}<[a-z].*>`,"i");for(;e;){const u=e.split("\n",1)[0];let k;if(c=u,this.options.pedantic?(c=c.replace(/^ {1,4}(?=( {4})*[^ ])/g,"  "),k=c):k=c.replace(/\t/g,"    "),r.test(c))break;if(i.test(c))break;if(l.test(c))break;if(t.test(c))break;if(n.test(c))break;if(k.search(/[^ ]/)>=p||!c.trim())o+="\n"+k.slice(p);else{if(h)break;if(a.replace(/\t/g,"    ").search(/[^ ]/)>=4)break;if(r.test(a))break;if(i.test(a))break;if(n.test(a))break;o+="\n"+c}h||c.trim()||(h=!0),s+=u+"\n",e=e.substring(u.length+1),a=k.slice(p)}}r.loose||(l?r.loose=!0:/\n[ \t]*\n[ \t]*$/.test(s)&&(l=!0));let u,k=null;this.options.gfm&&(k=/^\[[ xX]\] /.exec(o),k&&(u="[ ] "!==k[0],o=o.replace(/^\[[ xX]\] +/,""))),r.items.push({type:"list_item",raw:s,task:!!k,checked:u,loose:!1,text:o,tokens:[]}),r.raw+=s}r.items[r.items.length-1].raw=r.items[r.items.length-1].raw.trimEnd(),r.items[r.items.length-1].text=r.items[r.items.length-1].text.trimEnd(),r.raw=r.raw.trimEnd();for(let e=0;e<r.items.length;e++)if(this.lexer.state.top=!1,r.items[e].tokens=this.lexer.blockTokens(r.items[e].text,[]),!r.loose){const t=r.items[e].tokens.filter((e=>"space"===e.type)),n=t.length>0&&t.some((e=>/\n.*\n/.test(e.raw)));r.loose=n}if(r.loose)for(let e=0;e<r.items.length;e++)r.items[e].loose=!0;return r}}html(e){const t=this.rules.block.html.exec(e);if(t){return{type:"html",block:!0,raw:t[0],pre:"pre"===t[1]||"script"===t[1]||"style"===t[1],text:t[0]}}}def(e){const t=this.rules.block.def.exec(e);if(t){const e=t[1].toLowerCase().replace(/\s+/g," "),n=t[2]?t[2].replace(/^<(.*)>$/,"$1").replace(this.rules.inline.anyPunctuation,"$1"):"",s=t[3]?t[3].substring(1,t[3].length-1).replace(this.rules.inline.anyPunctuation,"$1"):t[3];return{type:"def",tag:e,raw:t[0],href:n,title:s}}}table(e){const t=this.rules.block.table.exec(e);if(!t)return;if(!/[:|]/.test(t[2]))return;const n=g(t[1]),s=t[2].replace(/^\||\| *$/g,"").split("|"),r=t[3]&&t[3].trim()?t[3].replace(/\n[ \t]*$/,"").split("\n"):[],i={type:"table",raw:t[0],header:[],align:[],rows:[]};if(n.length===s.length){for(const e of s)/^ *-+: *$/.test(e)?i.align.push("right"):/^ *:-+: *$/.test(e)?i.align.push("center"):/^ *:-+ *$/.test(e)?i.align.push("left"):i.align.push(null);for(let e=0;e<n.length;e++)i.header.push({text:n[e],tokens:this.lexer.inline(n[e]),header:!0,align:i.align[e]});for(const e of r)i.rows.push(g(e,i.header.length).map(((e,t)=>({text:e,tokens:this.lexer.inline(e),header:!1,align:i.align[t]}))));return i}}lheading(e){const t=this.rules.block.lheading.exec(e);if(t)return{type:"heading",raw:t[0],depth:"="===t[2].charAt(0)?1:2,text:t[1],tokens:this.lexer.inline(t[1])}}paragraph(e){const t=this.rules.block.paragraph.exec(e);if(t){const e="\n"===t[1].charAt(t[1].length-1)?t[1].slice(0,-1):t[1];return{type:"paragraph",raw:t[0],text:e,tokens:this.lexer.inline(e)}}}text(e){const t=this.rules.block.text.exec(e);if(t)return{type:"text",raw:t[0],text:t[0],tokens:this.lexer.inline(t[0])}}escape(e){const t=this.rules.inline.escape.exec(e);if(t)return{type:"escape",raw:t[0],text:c(t[1])}}tag(e){const t=this.rules.inline.tag.exec(e);if(t)return!this.lexer.state.inLink&&/^<a /i.test(t[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&/^<\/a>/i.test(t[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test(t[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(t[0])&&(this.lexer.state.inRawBlock=!1),{type:"html",raw:t[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:t[0]}}link(e){const t=this.rules.inline.link.exec(e);if(t){const e=t[2].trim();if(!this.options.pedantic&&/^</.test(e)){if(!/>$/.test(e))return;const t=f(e.slice(0,-1),"\\");if((e.length-t.length)%2==0)return}else{const e=function(e,t){if(-1===e.indexOf(t[1]))return-1;let n=0;for(let s=0;s<e.length;s++)if("\\"===e[s])s++;else if(e[s]===t[0])n++;else if(e[s]===t[1]&&(n--,n<0))return s;return-1}(t[2],"()");if(e>-1){const n=(0===t[0].indexOf("!")?5:4)+t[1].length+e;t[2]=t[2].substring(0,e),t[0]=t[0].substring(0,n).trim(),t[3]=""}}let n=t[2],s="";if(this.options.pedantic){const e=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(n);e&&(n=e[1],s=e[3])}else s=t[3]?t[3].slice(1,-1):"";return n=n.trim(),/^</.test(n)&&(n=this.options.pedantic&&!/>$/.test(e)?n.slice(1):n.slice(1,-1)),d(t,{href:n?n.replace(this.rules.inline.anyPunctuation,"$1"):n,title:s?s.replace(this.rules.inline.anyPunctuation,"$1"):s},t[0],this.lexer)}}reflink(e,t){let n;if((n=this.rules.inline.reflink.exec(e))||(n=this.rules.inline.nolink.exec(e))){const e=t[(n[2]||n[1]).replace(/\s+/g," ").toLowerCase()];if(!e){const e=n[0].charAt(0);return{type:"text",raw:e,text:e}}return d(n,e,n[0],this.lexer)}}emStrong(e,t,n=""){let s=this.rules.inline.emStrongLDelim.exec(e);if(!s)return;if(s[3]&&n.match(/[\p{L}\p{N}]/u))return;if(!(s[1]||s[2]||"")||!n||this.rules.inline.punctuation.exec(n)){const n=[...s[0]].length-1;let r,i,l=n,o=0;const a="*"===s[0][0]?this.rules.inline.emStrongRDelimAst:this.rules.inline.emStrongRDelimUnd;for(a.lastIndex=0,t=t.slice(-1*e.length+n);null!=(s=a.exec(t));){if(r=s[1]||s[2]||s[3]||s[4]||s[5]||s[6],!r)continue;if(i=[...r].length,s[3]||s[4]){l+=i;continue}if((s[5]||s[6])&&n%3&&!((n+i)%3)){o+=i;continue}if(l-=i,l>0)continue;i=Math.min(i,i+l+o);const t=[...s[0]][0].length,a=e.slice(0,n+s.index+t+i);if(Math.min(n,i)%2){const e=a.slice(1,-1);return{type:"em",raw:a,text:e,tokens:this.lexer.inlineTokens(e)}}const c=a.slice(2,-2);return{type:"strong",raw:a,text:c,tokens:this.lexer.inlineTokens(c)}}}}codespan(e){const t=this.rules.inline.code.exec(e);if(t){let e=t[2].replace(/\n/g," ");const n=/[^ ]/.test(e),s=/^ /.test(e)&&/ $/.test(e);return n&&s&&(e=e.substring(1,e.length-1)),e=c(e,!0),{type:"codespan",raw:t[0],text:e}}}br(e){const t=this.rules.inline.br.exec(e);if(t)return{type:"br",raw:t[0]}}del(e){const t=this.rules.inline.del.exec(e);if(t)return{type:"del",raw:t[0],text:t[2],tokens:this.lexer.inlineTokens(t[2])}}autolink(e){const t=this.rules.inline.autolink.exec(e);if(t){let e,n;return"@"===t[2]?(e=c(t[1]),n="mailto:"+e):(e=c(t[1]),n=e),{type:"link",raw:t[0],text:e,href:n,tokens:[{type:"text",raw:e,text:e}]}}}url(e){let t;if(t=this.rules.inline.url.exec(e)){let e,n;if("@"===t[2])e=c(t[0]),n="mailto:"+e;else{let s;do{s=t[0],t[0]=this.rules.inline._backpedal.exec(t[0])?.[0]??""}while(s!==t[0]);e=c(t[0]),n="www."===t[1]?"http://"+t[0]:t[0]}return{type:"link",raw:t[0],text:e,href:n,tokens:[{type:"text",raw:e,text:e}]}}}inlineText(e){const t=this.rules.inline.text.exec(e);if(t){let e;return e=this.lexer.state.inRawBlock?t[0]:c(t[0]),{type:"text",raw:t[0],text:e}}}}const b=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,w=/(?:[*+-]|\d{1,9}[.)])/,m=p(/^(?!bull |blockCode|fences|blockquote|heading|html)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html))+?)\n {0,3}(=+|-+) *(?:\n+|$)/).replace(/bull/g,w).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).getRegex(),y=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,$=/(?!\s*\])(?:\\.|[^\[\]\\])+/,z=p(/^ {0,3}\[(label)\]: *(?:\n[ \t]*)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n[ \t]*)?| *\n[ \t]*)(title))? *(?:\n+|$)/).replace("label",$).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),T=p(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g,w).getRegex(),R="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",_=/<!--(?:-?>|[\s\S]*?(?:-->|$))/,A=p("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n[ \t]*)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ \t]*)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ \t]*)+\\n|$))","i").replace("comment",_).replace("tag",R).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),S=p(y).replace("hr",b).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",R).getRegex(),I={blockquote:p(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",S).getRegex(),code:/^((?: {4}| {0,3}\t)[^\n]+(?:\n(?:[ \t]*(?:\n|$))*)?)+/,def:z,fences:/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,heading:/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,hr:b,html:A,lheading:m,list:T,newline:/^(?:[ \t]*(?:\n|$))+/,paragraph:S,table:k,text:/^[^\n]+/},E=p("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",b).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("blockquote"," {0,3}>").replace("code","(?: {4}| {0,3}\t)[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",R).getRegex(),q={...I,table:E,paragraph:p(y).replace("hr",b).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",E).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",R).getRegex()},Z={...I,html:p("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:\"[^\"]*\"|'[^']*'|\\s[^'\"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment",_).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:k,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:p(y).replace("hr",b).replace("heading"," *#{1,6} *[^\n]").replace("lheading",m).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()},P=/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,L=/^( {2,}|\\)\n(?!\s*$)/,v="\\p{P}\\p{S}",Q=p(/^((?![*_])[\spunctuation])/,"u").replace(/punctuation/g,v).getRegex(),B=p(/^(?:\*+(?:((?!\*)[punct])|[^\s*]))|^_+(?:((?!_)[punct])|([^\s_]))/,"u").replace(/punct/g,v).getRegex(),M=p("^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)[punct](\\*+)(?=[\\s]|$)|[^punct\\s](\\*+)(?!\\*)(?=[punct\\s]|$)|(?!\\*)[punct\\s](\\*+)(?=[^punct\\s])|[\\s](\\*+)(?!\\*)(?=[punct])|(?!\\*)[punct](\\*+)(?!\\*)(?=[punct])|[^punct\\s](\\*+)(?=[^punct\\s])","gu").replace(/punct/g,v).getRegex(),O=p("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)[punct](_+)(?=[\\s]|$)|[^punct\\s](_+)(?!_)(?=[punct\\s]|$)|(?!_)[punct\\s](_+)(?=[^punct\\s])|[\\s](_+)(?!_)(?=[punct])|(?!_)[punct](_+)(?!_)(?=[punct])","gu").replace(/punct/g,v).getRegex(),j=p(/\\([punct])/,"gu").replace(/punct/g,v).getRegex(),D=p(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme",/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email",/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(),C=p(_).replace("(?:--\x3e|$)","--\x3e").getRegex(),H=p("^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>").replace("comment",C).replace("attribute",/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),U=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,X=p(/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/).replace("label",U).replace("href",/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),F=p(/^!?\[(label)\]\[(ref)\]/).replace("label",U).replace("ref",$).getRegex(),N=p(/^!?\[(ref)\](?:\[\])?/).replace("ref",$).getRegex(),G={_backpedal:k,anyPunctuation:j,autolink:D,blockSkip:/\[[^[\]]*?\]\([^\(\)]*?\)|`[^`]*?`|<[^<>]*?>/g,br:L,code:/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,del:k,emStrongLDelim:B,emStrongRDelimAst:M,emStrongRDelimUnd:O,escape:P,link:X,nolink:N,punctuation:Q,reflink:F,reflinkSearch:p("reflink|nolink(?!\\()","g").replace("reflink",F).replace("nolink",N).getRegex(),tag:H,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,url:k},J={...G,link:p(/^!?\[(label)\]\((.*?)\)/).replace("label",U).getRegex(),reflink:p(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",U).getRegex()},K={...G,escape:p(P).replace("])","~|])").getRegex(),url:p(/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,"i").replace("email",/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/).getRegex(),_backpedal:/(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])([\s\S]*?[^\s~])\1(?=[^~]|$)/,text:/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/},V={...K,br:p(L).replace("{2,}","*").getRegex(),text:p(K.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()},W={normal:I,gfm:q,pedantic:Z},Y={normal:G,gfm:K,breaks:V,pedantic:J};class ee{tokens;options;state;tokenizer;inlineQueue;constructor(t){this.tokens=[],this.tokens.links=Object.create(null),this.options=t||e.defaults,this.options.tokenizer=this.options.tokenizer||new x,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options,this.tokenizer.lexer=this,this.inlineQueue=[],this.state={inLink:!1,inRawBlock:!1,top:!0};const n={block:W.normal,inline:Y.normal};this.options.pedantic?(n.block=W.pedantic,n.inline=Y.pedantic):this.options.gfm&&(n.block=W.gfm,this.options.breaks?n.inline=Y.breaks:n.inline=Y.gfm),this.tokenizer.rules=n}static get rules(){return{block:W,inline:Y}}static lex(e,t){return new ee(t).lex(e)}static lexInline(e,t){return new ee(t).inlineTokens(e)}lex(e){e=e.replace(/\r\n|\r/g,"\n"),this.blockTokens(e,this.tokens);for(let e=0;e<this.inlineQueue.length;e++){const t=this.inlineQueue[e];this.inlineTokens(t.src,t.tokens)}return this.inlineQueue=[],this.tokens}blockTokens(e,t=[],n=!1){let s,r,i;for(this.options.pedantic&&(e=e.replace(/\t/g,"    ").replace(/^ +$/gm,""));e;)if(!(this.options.extensions&&this.options.extensions.block&&this.options.extensions.block.some((n=>!!(s=n.call({lexer:this},e,t))&&(e=e.substring(s.raw.length),t.push(s),!0)))))if(s=this.tokenizer.space(e))e=e.substring(s.raw.length),1===s.raw.length&&t.length>0?t[t.length-1].raw+="\n":t.push(s);else if(s=this.tokenizer.code(e))e=e.substring(s.raw.length),r=t[t.length-1],!r||"paragraph"!==r.type&&"text"!==r.type?t.push(s):(r.raw+="\n"+s.raw,r.text+="\n"+s.text,this.inlineQueue[this.inlineQueue.length-1].src=r.text);else if(s=this.tokenizer.fences(e))e=e.substring(s.raw.length),t.push(s);else if(s=this.tokenizer.heading(e))e=e.substring(s.raw.length),t.push(s);else if(s=this.tokenizer.hr(e))e=e.substring(s.raw.length),t.push(s);else if(s=this.tokenizer.blockquote(e))e=e.substring(s.raw.length),t.push(s);else if(s=this.tokenizer.list(e))e=e.substring(s.raw.length),t.push(s);else if(s=this.tokenizer.html(e))e=e.substring(s.raw.length),t.push(s);else if(s=this.tokenizer.def(e))e=e.substring(s.raw.length),r=t[t.length-1],!r||"paragraph"!==r.type&&"text"!==r.type?this.tokens.links[s.tag]||(this.tokens.links[s.tag]={href:s.href,title:s.title}):(r.raw+="\n"+s.raw,r.text+="\n"+s.raw,this.inlineQueue[this.inlineQueue.length-1].src=r.text);else if(s=this.tokenizer.table(e))e=e.substring(s.raw.length),t.push(s);else if(s=this.tokenizer.lheading(e))e=e.substring(s.raw.length),t.push(s);else{if(i=e,this.options.extensions&&this.options.extensions.startBlock){let t=1/0;const n=e.slice(1);let s;this.options.extensions.startBlock.forEach((e=>{s=e.call({lexer:this},n),"number"==typeof s&&s>=0&&(t=Math.min(t,s))})),t<1/0&&t>=0&&(i=e.substring(0,t+1))}if(this.state.top&&(s=this.tokenizer.paragraph(i)))r=t[t.length-1],n&&"paragraph"===r?.type?(r.raw+="\n"+s.raw,r.text+="\n"+s.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=r.text):t.push(s),n=i.length!==e.length,e=e.substring(s.raw.length);else if(s=this.tokenizer.text(e))e=e.substring(s.raw.length),r=t[t.length-1],r&&"text"===r.type?(r.raw+="\n"+s.raw,r.text+="\n"+s.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=r.text):t.push(s);else if(e){const t="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(t);break}throw new Error(t)}}return this.state.top=!0,t}inline(e,t=[]){return this.inlineQueue.push({src:e,tokens:t}),t}inlineTokens(e,t=[]){let n,s,r,i,l,o,a=e;if(this.tokens.links){const e=Object.keys(this.tokens.links);if(e.length>0)for(;null!=(i=this.tokenizer.rules.inline.reflinkSearch.exec(a));)e.includes(i[0].slice(i[0].lastIndexOf("[")+1,-1))&&(a=a.slice(0,i.index)+"["+"a".repeat(i[0].length-2)+"]"+a.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;null!=(i=this.tokenizer.rules.inline.blockSkip.exec(a));)a=a.slice(0,i.index)+"["+"a".repeat(i[0].length-2)+"]"+a.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;null!=(i=this.tokenizer.rules.inline.anyPunctuation.exec(a));)a=a.slice(0,i.index)+"++"+a.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);for(;e;)if(l||(o=""),l=!1,!(this.options.extensions&&this.options.extensions.inline&&this.options.extensions.inline.some((s=>!!(n=s.call({lexer:this},e,t))&&(e=e.substring(n.raw.length),t.push(n),!0)))))if(n=this.tokenizer.escape(e))e=e.substring(n.raw.length),t.push(n);else if(n=this.tokenizer.tag(e))e=e.substring(n.raw.length),s=t[t.length-1],s&&"text"===n.type&&"text"===s.type?(s.raw+=n.raw,s.text+=n.text):t.push(n);else if(n=this.tokenizer.link(e))e=e.substring(n.raw.length),t.push(n);else if(n=this.tokenizer.reflink(e,this.tokens.links))e=e.substring(n.raw.length),s=t[t.length-1],s&&"text"===n.type&&"text"===s.type?(s.raw+=n.raw,s.text+=n.text):t.push(n);else if(n=this.tokenizer.emStrong(e,a,o))e=e.substring(n.raw.length),t.push(n);else if(n=this.tokenizer.codespan(e))e=e.substring(n.raw.length),t.push(n);else if(n=this.tokenizer.br(e))e=e.substring(n.raw.length),t.push(n);else if(n=this.tokenizer.del(e))e=e.substring(n.raw.length),t.push(n);else if(n=this.tokenizer.autolink(e))e=e.substring(n.raw.length),t.push(n);else if(this.state.inLink||!(n=this.tokenizer.url(e))){if(r=e,this.options.extensions&&this.options.extensions.startInline){let t=1/0;const n=e.slice(1);let s;this.options.extensions.startInline.forEach((e=>{s=e.call({lexer:this},n),"number"==typeof s&&s>=0&&(t=Math.min(t,s))})),t<1/0&&t>=0&&(r=e.substring(0,t+1))}if(n=this.tokenizer.inlineText(r))e=e.substring(n.raw.length),"_"!==n.raw.slice(-1)&&(o=n.raw.slice(-1)),l=!0,s=t[t.length-1],s&&"text"===s.type?(s.raw+=n.raw,s.text+=n.text):t.push(n);else if(e){const t="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(t);break}throw new Error(t)}}else e=e.substring(n.raw.length),t.push(n);return t}}class te{options;parser;constructor(t){this.options=t||e.defaults}space(e){return""}code({text:e,lang:t,escaped:n}){const s=(t||"").match(/^\S*/)?.[0],r=e.replace(/\n$/,"")+"\n";return s?'<pre><code class="language-'+c(s)+'">'+(n?r:c(r,!0))+"</code></pre>\n":"<pre><code>"+(n?r:c(r,!0))+"</code></pre>\n"}blockquote({tokens:e}){return`<blockquote>\n${this.parser.parse(e)}</blockquote>\n`}html({text:e}){return e}heading({tokens:e,depth:t}){return`<h${t}>${this.parser.parseInline(e)}</h${t}>\n`}hr(e){return"<hr>\n"}list(e){const t=e.ordered,n=e.start;let s="";for(let t=0;t<e.items.length;t++){const n=e.items[t];s+=this.listitem(n)}const r=t?"ol":"ul";return"<"+r+(t&&1!==n?' start="'+n+'"':"")+">\n"+s+"</"+r+">\n"}listitem(e){let t="";if(e.task){const n=this.checkbox({checked:!!e.checked});e.loose?e.tokens.length>0&&"paragraph"===e.tokens[0].type?(e.tokens[0].text=n+" "+e.tokens[0].text,e.tokens[0].tokens&&e.tokens[0].tokens.length>0&&"text"===e.tokens[0].tokens[0].type&&(e.tokens[0].tokens[0].text=n+" "+e.tokens[0].tokens[0].text)):e.tokens.unshift({type:"text",raw:n+" ",text:n+" "}):t+=n+" "}return t+=this.parser.parse(e.tokens,!!e.loose),`<li>${t}</li>\n`}checkbox({checked:e}){return"<input "+(e?'checked="" ':"")+'disabled="" type="checkbox">'}paragraph({tokens:e}){return`<p>${this.parser.parseInline(e)}</p>\n`}table(e){let t="",n="";for(let t=0;t<e.header.length;t++)n+=this.tablecell(e.header[t]);t+=this.tablerow({text:n});let s="";for(let t=0;t<e.rows.length;t++){const r=e.rows[t];n="";for(let e=0;e<r.length;e++)n+=this.tablecell(r[e]);s+=this.tablerow({text:n})}return s&&(s=`<tbody>${s}</tbody>`),"<table>\n<thead>\n"+t+"</thead>\n"+s+"</table>\n"}tablerow({text:e}){return`<tr>\n${e}</tr>\n`}tablecell(e){const t=this.parser.parseInline(e.tokens),n=e.header?"th":"td";return(e.align?`<${n} align="${e.align}">`:`<${n}>`)+t+`</${n}>\n`}strong({tokens:e}){return`<strong>${this.parser.parseInline(e)}</strong>`}em({tokens:e}){return`<em>${this.parser.parseInline(e)}</em>`}codespan({text:e}){return`<code>${e}</code>`}br(e){return"<br>"}del({tokens:e}){return`<del>${this.parser.parseInline(e)}</del>`}link({href:e,title:t,tokens:n}){const s=this.parser.parseInline(n),r=u(e);if(null===r)return s;let i='<a href="'+(e=r)+'"';return t&&(i+=' title="'+t+'"'),i+=">"+s+"</a>",i}image({href:e,title:t,text:n}){const s=u(e);if(null===s)return n;let r=`<img src="${e=s}" alt="${n}"`;return t&&(r+=` title="${t}"`),r+=">",r}text(e){return"tokens"in e&&e.tokens?this.parser.parseInline(e.tokens):e.text}}class ne{strong({text:e}){return e}em({text:e}){return e}codespan({text:e}){return e}del({text:e}){return e}html({text:e}){return e}text({text:e}){return e}link({text:e}){return""+e}image({text:e}){return""+e}br(){return""}}class se{options;renderer;textRenderer;constructor(t){this.options=t||e.defaults,this.options.renderer=this.options.renderer||new te,this.renderer=this.options.renderer,this.renderer.options=this.options,this.renderer.parser=this,this.textRenderer=new ne}static parse(e,t){return new se(t).parse(e)}static parseInline(e,t){return new se(t).parseInline(e)}parse(e,t=!0){let n="";for(let s=0;s<e.length;s++){const r=e[s];if(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[r.type]){const e=r,t=this.options.extensions.renderers[e.type].call({parser:this},e);if(!1!==t||!["space","hr","heading","code","table","blockquote","list","html","paragraph","text"].includes(e.type)){n+=t||"";continue}}const i=r;switch(i.type){case"space":n+=this.renderer.space(i);continue;case"hr":n+=this.renderer.hr(i);continue;case"heading":n+=this.renderer.heading(i);continue;case"code":n+=this.renderer.code(i);continue;case"table":n+=this.renderer.table(i);continue;case"blockquote":n+=this.renderer.blockquote(i);continue;case"list":n+=this.renderer.list(i);continue;case"html":n+=this.renderer.html(i);continue;case"paragraph":n+=this.renderer.paragraph(i);continue;case"text":{let r=i,l=this.renderer.text(r);for(;s+1<e.length&&"text"===e[s+1].type;)r=e[++s],l+="\n"+this.renderer.text(r);n+=t?this.renderer.paragraph({type:"paragraph",raw:l,text:l,tokens:[{type:"text",raw:l,text:l}]}):l;continue}default:{const e='Token with "'+i.type+'" type was not found.';if(this.options.silent)return console.error(e),"";throw new Error(e)}}}return n}parseInline(e,t){t=t||this.renderer;let n="";for(let s=0;s<e.length;s++){const r=e[s];if(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[r.type]){const e=this.options.extensions.renderers[r.type].call({parser:this},r);if(!1!==e||!["escape","html","link","image","strong","em","codespan","br","del","text"].includes(r.type)){n+=e||"";continue}}const i=r;switch(i.type){case"escape":case"text":n+=t.text(i);break;case"html":n+=t.html(i);break;case"link":n+=t.link(i);break;case"image":n+=t.image(i);break;case"strong":n+=t.strong(i);break;case"em":n+=t.em(i);break;case"codespan":n+=t.codespan(i);break;case"br":n+=t.br(i);break;case"del":n+=t.del(i);break;default:{const e='Token with "'+i.type+'" type was not found.';if(this.options.silent)return console.error(e),"";throw new Error(e)}}}return n}}class re{options;block;constructor(t){this.options=t||e.defaults}static passThroughHooks=new Set(["preprocess","postprocess","processAllTokens"]);preprocess(e){return e}postprocess(e){return e}processAllTokens(e){return e}provideLexer(){return this.block?ee.lex:ee.lexInline}provideParser(){return this.block?se.parse:se.parseInline}}class ie{defaults={async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null};options=this.setOptions;parse=this.parseMarkdown(!0);parseInline=this.parseMarkdown(!1);Parser=se;Renderer=te;TextRenderer=ne;Lexer=ee;Tokenizer=x;Hooks=re;constructor(...e){this.use(...e)}walkTokens(e,t){let n=[];for(const s of e)switch(n=n.concat(t.call(this,s)),s.type){case"table":{const e=s;for(const s of e.header)n=n.concat(this.walkTokens(s.tokens,t));for(const s of e.rows)for(const e of s)n=n.concat(this.walkTokens(e.tokens,t));break}case"list":{const e=s;n=n.concat(this.walkTokens(e.items,t));break}default:{const e=s;this.defaults.extensions?.childTokens?.[e.type]?this.defaults.extensions.childTokens[e.type].forEach((s=>{const r=e[s].flat(1/0);n=n.concat(this.walkTokens(r,t))})):e.tokens&&(n=n.concat(this.walkTokens(e.tokens,t)))}}return n}use(...e){const t=this.defaults.extensions||{renderers:{},childTokens:{}};return e.forEach((e=>{const n={...e};if(n.async=this.defaults.async||n.async||!1,e.extensions&&(e.extensions.forEach((e=>{if(!e.name)throw new Error("extension name required");if("renderer"in e){const n=t.renderers[e.name];t.renderers[e.name]=n?function(...t){let s=e.renderer.apply(this,t);return!1===s&&(s=n.apply(this,t)),s}:e.renderer}if("tokenizer"in e){if(!e.level||"block"!==e.level&&"inline"!==e.level)throw new Error("extension level must be 'block' or 'inline'");const n=t[e.level];n?n.unshift(e.tokenizer):t[e.level]=[e.tokenizer],e.start&&("block"===e.level?t.startBlock?t.startBlock.push(e.start):t.startBlock=[e.start]:"inline"===e.level&&(t.startInline?t.startInline.push(e.start):t.startInline=[e.start]))}"childTokens"in e&&e.childTokens&&(t.childTokens[e.name]=e.childTokens)})),n.extensions=t),e.renderer){const t=this.defaults.renderer||new te(this.defaults);for(const n in e.renderer){if(!(n in t))throw new Error(`renderer '${n}' does not exist`);if(["options","parser"].includes(n))continue;const s=n,r=e.renderer[s],i=t[s];t[s]=(...e)=>{let n=r.apply(t,e);return!1===n&&(n=i.apply(t,e)),n||""}}n.renderer=t}if(e.tokenizer){const t=this.defaults.tokenizer||new x(this.defaults);for(const n in e.tokenizer){if(!(n in t))throw new Error(`tokenizer '${n}' does not exist`);if(["options","rules","lexer"].includes(n))continue;const s=n,r=e.tokenizer[s],i=t[s];t[s]=(...e)=>{let n=r.apply(t,e);return!1===n&&(n=i.apply(t,e)),n}}n.tokenizer=t}if(e.hooks){const t=this.defaults.hooks||new re;for(const n in e.hooks){if(!(n in t))throw new Error(`hook '${n}' does not exist`);if(["options","block"].includes(n))continue;const s=n,r=e.hooks[s],i=t[s];re.passThroughHooks.has(n)?t[s]=e=>{if(this.defaults.async)return Promise.resolve(r.call(t,e)).then((e=>i.call(t,e)));const n=r.call(t,e);return i.call(t,n)}:t[s]=(...e)=>{let n=r.apply(t,e);return!1===n&&(n=i.apply(t,e)),n}}n.hooks=t}if(e.walkTokens){const t=this.defaults.walkTokens,s=e.walkTokens;n.walkTokens=function(e){let n=[];return n.push(s.call(this,e)),t&&(n=n.concat(t.call(this,e))),n}}this.defaults={...this.defaults,...n}})),this}setOptions(e){return this.defaults={...this.defaults,...e},this}lexer(e,t){return ee.lex(e,t??this.defaults)}parser(e,t){return se.parse(e,t??this.defaults)}parseMarkdown(e){return(t,n)=>{const s={...n},r={...this.defaults,...s},i=this.onError(!!r.silent,!!r.async);if(!0===this.defaults.async&&!1===s.async)return i(new Error("marked(): The async option was set to true by an extension. Remove async: false from the parse options object to return a Promise."));if(null==t)return i(new Error("marked(): input parameter is undefined or null"));if("string"!=typeof t)return i(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(t)+", string expected"));r.hooks&&(r.hooks.options=r,r.hooks.block=e);const l=r.hooks?r.hooks.provideLexer():e?ee.lex:ee.lexInline,o=r.hooks?r.hooks.provideParser():e?se.parse:se.parseInline;if(r.async)return Promise.resolve(r.hooks?r.hooks.preprocess(t):t).then((e=>l(e,r))).then((e=>r.hooks?r.hooks.processAllTokens(e):e)).then((e=>r.walkTokens?Promise.all(this.walkTokens(e,r.walkTokens)).then((()=>e)):e)).then((e=>o(e,r))).then((e=>r.hooks?r.hooks.postprocess(e):e)).catch(i);try{r.hooks&&(t=r.hooks.preprocess(t));let e=l(t,r);r.hooks&&(e=r.hooks.processAllTokens(e)),r.walkTokens&&this.walkTokens(e,r.walkTokens);let n=o(e,r);return r.hooks&&(n=r.hooks.postprocess(n)),n}catch(e){return i(e)}}}onError(e,t){return n=>{if(n.message+="\nPlease report this to https://github.com/markedjs/marked.",e){const e="<p>An error occurred:</p><pre>"+c(n.message+"",!0)+"</pre>";return t?Promise.resolve(e):e}if(t)return Promise.reject(n);throw n}}}const le=new ie;function oe(e,t){return le.parse(e,t)}oe.options=oe.setOptions=function(e){return le.setOptions(e),oe.defaults=le.defaults,n(oe.defaults),oe},oe.getDefaults=t,oe.defaults=e.defaults,oe.use=function(...e){return le.use(...e),oe.defaults=le.defaults,n(oe.defaults),oe},oe.walkTokens=function(e,t){return le.walkTokens(e,t)},oe.parseInline=le.parseInline,oe.Parser=se,oe.parser=se.parse,oe.Renderer=te,oe.TextRenderer=ne,oe.Lexer=ee,oe.lexer=ee.lex,oe.Tokenizer=x,oe.Hooks=re,oe.parse=oe;const ae=oe.options,ce=oe.setOptions,he=oe.use,pe=oe.walkTokens,ue=oe.parseInline,ke=oe,ge=se.parse,fe=ee.lex;e.Hooks=re,e.Lexer=ee,e.Marked=ie,e.Parser=se,e.Renderer=te,e.TextRenderer=ne,e.Tokenizer=x,e.getDefaults=t,e.lexer=fe,e.marked=oe,e.options=ae,e.parse=ke,e.parseInline=ue,e.parser=ge,e.setOptions=ce,e.use=he,e.walkTokens=pe}));
js/admin.js000064400000025240151526434470006624 0ustar00jQuery(document).ready(function($){
	$('#siteseopro-pagespeed-results .siteseo-metabox-tab-label').click(function(){
		$('.siteseo-metabox-tab-label').removeClass('siteseo-metabox-tab-label-active');
		$('.siteseo-metabox-tab').hide();

		$(this).addClass('siteseo-metabox-tab-label-active');

		var activeTab = $(this).data('tab');
		$('.' + activeTab).show();
	});
	
	$('input[name="ps_device_type"]').on('change', function(){
		jEle = jQuery(this),
		val = jEle.val();
		
		if(val == 'mobile'){
			jQuery('#siteseo-ps-mobile').css('display', 'flex');
			jQuery('#siteseo-ps-mobile').find('.siteseo-metabox-tab-label:first-child').trigger('click');
			jQuery('#siteseo-ps-desktop').hide();
		} else {
			jQuery('#siteseo-ps-mobile').hide();
			jQuery('#siteseo-ps-desktop').css('display', 'flex');
			jQuery('#siteseo-ps-desktop').find('.siteseo-metabox-tab-label:first-child').trigger('click');
		}
		
	});

    $('#siteseopro-pagespeed-btn').on('click', function(){
		$('#siteseopro-pagespeed-results').empty();
    let spinner = $(this).next(),
		input = $(this).closest('div').find('input');

    spinner.addClass('is-active'),

		siteseo_pagespeed_request(input.val(), true);
		siteseo_pagespeed_request(input.val(), false);
    });

	$('#siteseopro-clear-Page-speed-insights').on('click', function(){
		$.ajax({
			url: siteseo_pro.ajax_url,
			type: 'POST',
			data: {
				action: 'siteseo_pro_pagespeed_insights_remove_results',
				nonce: siteseo_pro.nonce
			},
			success: function(response){
				$('#siteseopro-pagespeed-results').empty();
			}
		});

	});

	$('.siteseo-audit-title').next('.description').hide();

    $('.siteseo-audit-title').on('click', function(e){
        var description = $(this).next('.description');
        var icon = $(this).find(".toggle-icon");

        if(description.is(':visible')){
			description.hide();
			icon.addClass('class', 'toggle-icon dashicons dashicons-arrow-up-alt2');
        } else {
			description.show();
			icon.addClass('class', 'toggle-icon dashicons dashicons-arrow-down-alt2');
        }
    });
	
	// create robots txt
  $('#siteseo-create-robots').on('click', function(){
    event.preventDefault();
    let spinner = $(event.target).next('.spinner');
		
	  if(spinner.length){
		  spinner.addClass('is-active');
		}

		$.ajax({
      method : 'POST',
      url : siteseo_pro.ajax_url,
      data : {
      	action : 'siteseo_pro_create_robots',
      	_ajax_nonce : siteseo_pro.nonce
			},
			success: function(res){

				if(spinner.length){
					spinner.removeClass('is-active');
				}

				if(res.success){
					alert(res.data);
					window.location.reload();
					return;
				}

				alert('Unable to create the robots.txt file');
			}
		});
	});
	
	//htaccess
	$('#siteseo_htaccess_btn').on('click', function(){
        event.preventDefault();
		
		let spinner = $(event.target).next('.spinner');

		if(spinner.length){
			spinner.addClass('is-active');
		}

        let htaccess_code = $('#siteseo_htaccess_file').val(),
        htaccess_enable = $('#siteseo_htaccess_enable').is(':checked') ? 1 : 0;

        $.ajax({
        
            url : siteseo_pro.ajax_url,
			method: 'POST',
            data: {
                action: 'siteseo_pro_update_htaccess',
                htaccess_code: htaccess_code,
                htaccess_enable: htaccess_enable,
                _ajax_nonce : siteseo_pro.nonce
            },
            success: function(res){
				if(spinner.length){
					spinner.removeClass('is-active');
				}
				
				if(res.success){
					alert(res.data);
					return;
				}
				
				if(res.data){
					alert(res.data)
					return;
				}

				alert('Something went wrong, updating the file');
            }
        });
    });
	
	// Csv download
	$('#siteseo-export-csv').on('click', function(event){
		event.preventDefault();
        
		$.ajax({
			method: 'POST',
			url: siteseo_pro.ajax_url,
			data: {
				action: 'siteseo_pro_export_redirect_csv',
				_ajax_nonce: siteseo_pro.nonce
			},
            
			beforeSend: function(){
				$('#siteseo-export-csv').prop('disabled', true);
			},
			xhrFields:{
				responseType: 'blob'
			},
			success: function(response, status, xhr){
                
        var filename = 'siteseo-redirect-data-' + new Date().toISOString().slice(0,10) + '.csv';
				var disposition = xhr.getResponseHeader('Content-Disposition');
                if(disposition){
					var match = disposition.match(/filename[^;=\n]*=((['"]).*?\2|[^;\n]*)/);
					if(match && match[1]){
                        filename = match[1].replace(/['"]/g, '');
					}
				}
                
			  var blob = new Blob([response], { type: 'text/csv' });
				var url = window.URL.createObjectURL(blob);
				var a = document.createElement('a');
				a.href = url;
				a.download = filename;
				document.body.appendChild(a);
				a.click();
				window.URL.revokeObjectURL(url);
				document.body.removeChild(a);
			},
			error: function(){
				alert('Error connecting to the server');
			},
			complete: function(){
				$('#siteseo-export-csv').prop('disabled', false);
			}
		});
	});
	
	// Clear all redirect logs
	$('#siteseo_redirect_all_logs').on('click', function(){
		event.preventDefault();
		
		if(!confirm('Are you sure you want to clear all logs?')){
			return;
		}

		let spinner = $(event.target).next('.spinner');

		if(spinner.length){
			spinner.addClass('is-active');
		}

		$.ajax({
			method: 'POST',
			url: siteseo_pro.ajax_url,
			data: {
				action: 'siteseo_pro_clear_all_logs',
				_ajax_nonce: siteseo_pro.nonce
			},
			success: function(res){
				if(spinner.length){
					spinner.removeClass('is-active');
				}

				if(res.success){
					alert(res.data);
					window.location.reload();
					return;
				}
				alert('Unable to clear logs.');
			},
			error: function(){
				alert('Error clearing logs.');
				if(spinner.length){
					spinner.removeClass('is-active');
				}
			}
		});
	});
	
	// update robots file
	$('#siteseo-update-robots').on('click', function(){
		event.preventDefault();
	
		let spinner = $(event.target).next('.spinner');

		if(spinner.length){
			spinner.addClass('is-active');
		}

		$.ajax({
			method : 'POST',
			url : siteseo_pro.ajax_url,
			data : {
				action : 'siteseo_pro_update_robots',
				robots : $('#siteseo_robots_file_content').val(),
				_ajax_nonce : siteseo_pro.nonce
			},
			success: function(res){
				
				if(spinner.length){
					spinner.removeClass('is-active');
				}

				if(res.success){
					alert(res.data);
					window.location.reload();
					return;
				}

				if(res.data){
					alert(res.data);
					return;
				}
				
				alert('Unable to create the robots.txt file');
			}
		});
	});
	
	$('#select-all-logs').on('click', function(){
		$('.log-selector').prop('checked', this.checked);
	});
	
	//Delete specific recoder 
	$('#siteseo-remove-selected-log').on('click', function(){
		var selectedIds = [];
		
		$('.log-selector:checked').each(function(){
			selectedIds.push($(this).val());
		});
		
		if(selectedIds.length === 0){
			alert('Please select at least one log to delete');
			return;
		}
		
		if(!confirm('Are you sure you want to delete the selected logs?')){
			return;
		}
		
		$.ajax({
			type : 'POST',
			url: siteseo_pro.ajax_url,
			data:{
				action: 'siteseo_pro_remove_selected_logs',
				ids: selectedIds,
				_ajax_nonce: siteseo_pro.nonce
			},
			success: function(response){
				if(response.success){
					
					$('.log-selector:checked').closest('tr').remove();
					alert('Selected logs deleted successfully');
				}else{
					alert('Error: ' + response.data);
				}
			},
			error: function(){
				alert('Failed to delete logs. Please try again.');
			}
		});
	});

	// handel ajax toggle
  $('.siteseo-toggleSw').on('click', function(){
    const $toggle = $(this);
    const toggleKey = $toggle.data('toggle-key');
    const action = $toggle.data('action');

    saveToggle($toggle, toggleKey, action);
	});

  function saveToggle($toggle, toggleKey, action){
    const $container = $toggle.closest('.siteseo-toggleCnt');
    const $stateText = $container.find(`.toggle_state_${toggleKey}`);
    const $input = $(`#${toggleKey}`);

    $container.addClass('loading');
    $toggle.toggleClass('active');

    const newValue = $toggle.hasClass('active') ? '1' : '0';
    $input.val(newValue);
    $stateText.text($toggle.hasClass('active') ? 'Click to disable this feature' : 'Click to enable this feature');

    $.ajax({
    url: ajaxurl,
    type: 'POST',
    data: {
    	action: action,
    	toggle_value: newValue,
    	nonce: $toggle.data('nonce')
    },
    success: function(response){
    	if(response.success){
    		// Show the custom toast message
    		ToastMsg('Your settings have been saved.');
    	} else{
    		console.error('Failed to save toggle state');
    		toggleError($toggle, $input, $stateText);
    		ToastMsg(response.data.message || 'Failed to save toggle state', 'error');
    	}
    },
    error: function() {
    	console.error('Ajax request failed');
    	toggleError($toggle, $input, $stateText);
    	ToastMsg('Unable to save settings', 'error');
    },
    complete: function() {
    $container.removeClass('loading');
			}
		});
	}
	
	//toast
	function ToastMsg(message, type = 'success') {

		const toast = $('<div>')
			.addClass('siteseo-toast')
			.addClass(type) 
			.html(`<span class="dashicons dashicons-yes"></span> ${message}`);

		$('body').append(toast); 

		// 3 seconds
		toast.fadeIn(300).delay(3000).fadeOut(300, function () {
			toast.remove();
		});
	}

	// error hadeler
	function toggleError($toggle, $input, $stateText) {
		$toggle.toggleClass('active');
		$input.val($toggle.hasClass('active') ? '1' : '0');
		$stateText.text($toggle.hasClass('active') ? 'Disable' : 'Enable');
	}

	// media uploader for image logo 
	$('#siteseopro_structured_data_upload_img').click(function(e) {
		var mediaUploader;
		e.preventDefault();
		
		if (mediaUploader) {
			mediaUploader.open();
			return;
		}

		
		mediaUploader = wp.media.frames.file_frame = wp.media({
			title: 'Media',
			button: {
				text: 'Select'
			},
			multiple: false
		});

		
		mediaUploader.on('select', function() {
			var attachment = mediaUploader.state().get('selection').first().toJSON();
			$('#structured_data_image_url').val(attachment.url);
		});
		
		mediaUploader.open();

	});
	
});

async function siteseo_pagespeed_request(url, is_mobile = false){
	jQuery.ajax({
		url: siteseo_pro.ajax_url,
		type: 'POST',
		data: {
			action: 'siteseo_pro_get_pagespeed_insights',
			is_mobile : is_mobile,
			test_url : url,
			nonce: siteseo_pro.nonce
		},
		success: function(response){
			if(!response.success){
				alert(response.data ?? 'Something went wrong');
				return;
			}

			if(siteseo_pro.pagespeed_response){
				//spinner.removeClass('is-active');
				location.reload(true);
				return;
			}

			siteseo_pro['pagespeed_response'] = true;
		}
	});	

	
}images/soft_logo_22.svg000064400000020500151526434470011040 0ustar00<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500" width="22" height="22"><defs><image  width="500" height="500" id="img1" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAAXNSR0IB2cksfwAAAANQTFRF////p8QbyAAAADVJREFUeJztwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGFEtj2AAAAAElFTkSuQmCC"/><image  width="475" height="475" id="img2" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAdsAAAHbCAMAAAC0pMAGAAAAAXNSR0IB2cksfwAAADNQTFRF////////////////////////////////////////////////////////////////////5RDoRwAAABF0Uk5TABAgMFBgcI+vv8/f75+AQP9QwgAGAAASsUlEQVR4nO2d65aquhJGRVEBEdf7P+1u222LSl0ScqvwzV9njEVvi5onSeUC7HaV0uwP7fF0Op+7vh+Gy+UyPvn530Pfd931PJ2Ot9s+d6RASXNoT+duGMZ/Dlz6bpqOsFwqze107t2ULkjuphMUF8Td6lqp73TX6dbkvq2tc2in/hLS6oyxm1o04Sw0t6kP2liX6aZb7jvdFk07he2Eefpzix46BU17HtJp/eNyPcJvTH764ZTt9ZP+jP45Ds0pxfgq0Z3QfAPz02BzW/0DzTcgJYl9MEJvCG7nWBPYlUDvOsprsXPG8yF3gqzSFC32wTBh6cqZ5pZztuNCd8ydK1vczkbEPjij8Sr5abK5ZTnTo/Eq2E+mmuwLNF4BY53xOx1mRSQWO+N3BnTNizRToYsUbpxz57E8Gsud8TsYeN/Y12P2Duz+UZnZO7D7S4Vm78BuxHFWH0OkADZuN4ZZ/2iCh7LhmrkJuwQVKqyQMW3VbhtuPhs+uFCRjVtczQi1BhUzxiABbm6t6tCFSFuKSAOE2W2pqApRQqWMd3Ww2xl2b2sH2hxBr4t4I8Pu2u44X+Srwh7q75jXdce5o1+lt/aOeU11nDv2//G/gaor5uZsXewD77u4VvswkXcNlTvwBTzvpNKaqrnWY/YXv7u5VlhT3fxqqNxhs/jZra3pejba3GHL+NxVXaOu10ibO2glHnc2trmDDoZXeZw7aAc87q6Wue7BY06bO2ZXnG9wqOLxzpN7EZU7ZB+cb/KUO+LVeBRRuUP2xfU+e+MllXsRlTviNTje6mj6+SHn/jh3wGtxvF27/bJzf5w74BC43XGfO1xPXOvj3PGGwummbdbLjouMucMNidONG1zHmDZrducod8odrSON08GZ3NFGwOX2bQ26bkNt7mjj4JAAS4Ou01CbO9h46HNgZ6brMqvNHWtUHP4fbmSm61JF5Y41NvpMWKioXBYscseaAH0yyq+oHArk3KEmQp2PofC9g6aH2k/0cos+JndQb/vkjjQp2qSMBc+FDuoCOXekiVHLLXYupJ/W5o40PdrMFCq31arNHWgWtHKLPL2sXrHIHWgu7MrVqs0dZ0aUcotbojopA88dZ1ZsyoVaHQblKtXmDrMAzMmFWj3G5EKtE5bkQq0jqnQVMRXSTX5yR1kUVuQeodYdG3J12wO5oywOldzMa8tQ60vxcqHWH0Xicu7n7jVb8fnCKxyN3GwnMVQHaHIFZwBF9i6ZzlCpjr3lCc0IivwNeSLTHFbNE5kZFBnMcrRVsxyVIy5TKHKY4XVFUBsERRaTr2FoZj+pYzKJQm7iae4eakMhJzLtNLdRPF+bMh7TyKlMOhNSzH4SRmMdOZkJi2VFHZUumAqQ05msWD5CbWDkhCZ6m42iRE4TSEXIcpPUU4o6KkUYlSHmdExRT8lLjQmCqA8xqwnqKbmOih9DlYh5jX70UR5sY0dQLaLcyOtT8mAb9/erRkpt5CFXXLSI+uu1IyU36pArDrYxf3wDSOmNOORisI2NlN9os1wMtvEREnyJ9bviJ5xi/fCGkFLcxfnZFmoTICU5ysJyIx1GjvGjG0TIcpQjy9JaY4Sf3CZCniNMhMSNvfA/uVWERAfvlRtp+hP6BzeMkOngvTJ65IQIuQ7cK0s1cthf2zxCtoP2ylKPHPK3wE6SG7RXllYtAv4U+IXPd8AVDPTIyREyHqxXltaRQ/0OmMGnfAz1M8JHYUL9DHiDT3qgA8vSsz9hfgV8wmc9zG6f8OaDIL8BvuHTHmS3TyikQvwEWIRPfIDHclFI5YNNfIByCoVUPvjUX9f+54VCKsQdABJe7trVKX6PIMgNABo2+yv3DFBI5YVP/7rVKX7+E+gGAA2b/1XzIP6wRaj4AQNrYMU8SDj+Fu4GAAlrYMU8iJ//hIsfMLAOvL9kLuzIh7wBQMM2XN95EJptEbAWPBcw+GWLsPEDBlauX8PlD9IEjh/QhG+4aLbFELzhotmWQ+CGi2ZbEIEbLttsI4QPOII2XDTbogjacNm5bZTwAUfAhssvScUJHzAEbLhotqURrOGi2ZYHI8RpVRnNtjw4JQ7bQfy+bbzwAQfXcPX/FfaUVLzgAQsnRX8Agz0lFTF6wBKi4d6gtkg4Ldojj+yLdKNGD1gYLcqzyuxyY9zgAQvX5nTTIEyAioURo1q/YCdAsYMHLIwZVTWFCVDBMGo00yBuAhQ9dsDDuFE8QHJAsy0YTo5cTXGVVILgAQ9jR6ymUEmVDWNHrKa4SipF7ECA8SNVU9yaVJLYAQ/jZ+D/kluTShM7EGDk8tUUKqniYQzxn/3iXiaVKHYgQBtiqylucpsqdCDAOOI6ZXTJBmAccVNcZnKbLHQgQUtiOmXuwEW60IEAY4me4qJLNgFjie6U0SXbgNZEdsqoko3AeKLOxDFdctLQgQQtiuqU0SVbgRZFdMroks3AmLot/gG6ZDvQqpY/LsMclEocOZCgVS12ynumoacOHQgwrpbWlE9Qawha1tJGH3PiInnkQIKWtfCNTe41COlDBwK0rH/N18XMIbgMoQMJWtf3fgFmQLagdX0vTWEGZAta19csqIFaY9DCPmdBGG6tQQv7nAUx32bLEjmQoIV9zoKwB2QOUtjHgIvh1h60svcBF8OtPWhl7wMu85bzTJEDCVrZ+4BLD7eZAgcypLO3ARfDrUVoafMBlzl0ni1yIEFLmy8pY+/WIrS0+fuU6b3bbIEDGdLavJhCKWUS0tqsmGJOr+YLHIjQ2l7FFFYubEJre61eoJQyCqntVUyhlDIK6e1VTKGUMgrp7a+YYk6d5wwciNDinsUUVqWsQot7PodLl1JZAwcypLlnMUWfp8kaN5AhzT2LKZTJZiHNPYsplMlmkdyiTLYLre5RKKNMtgut7vFuBJTJhiHdPVaU6XNwmeMGMqS7xxNfKJMNQ7p7TIJQJhuGdPcolOHWMKS7X3mYAlmGlnfYcQdqcscNFJD27pOgI9xahrR3nwRhemsa0t59Jwi7QKYh7d0nuJjemoa0d5/g0i+oyR02UEDau3/rGNNb05D27osXcGsa0t4/6R9B8ZD6GmZZKnfQQAXp74BlKeuQ/m7MqYvcQQMVpL8jlhytQ/o7YcnROqS/CW6tw7jFaSnjkP6u2CqwDumvw1aBdeC2Xkh/PbaBrEP6G+DWOqS/y26AW9swbrHFZxzS3wi31oHbemHc0p9YzB000EELhFvrwG29wG290AKh1jpot/UCt/UCt/UCt/UCt/VCC8Sao3FIf1hPNg/pD/u35oHbeiH94UyNeeC2Xkh/Pc6wWodxi2dGjEP6u8KtdRi3E9zahvR3xjOa1iH9Tcy3b3MHDVSQ/o5wax3GLd5lYhzSX7tr4NY2pL8D4xZyTUDq2++wOW8btmliI8g0pL37O3bh1jSkvWGHd9obh7TX7/A5PuOQ9u7fK8CCsmlIe+eff8TClGlIe8cdvutlHNJe+/OPWLywDC3v96PkWLwwDO22uf8zJriGId1dfv8ZJx0NQ7rrf/8ZE1zDkO4e35vHFwsMQ7qbfv+ZnuBCbvGQ6trff8YkyC60uv3jAkyCzCI2S0yCzEKaG/6/AIWyWUhz3f8XYCfILKS58/8XoFC2Ci2u/f8KFMpWocXtn5egUDYK6W38uwQrykYhvQ1/l6BQNgrp7fx3CYopm9Dajn/XoJiyCa3t8LoIxZRJSGvj7CIUUyYhrfWzi+iVKcgtF1raeXYViimL0NLa2VUopixCS9vPL8Obdg1COhveLqNXLyC3VGhl17frMODag1Z2fLsOA649aGX79wsx4JqDNDZ+XIgB1xq0sO7jSgy41qCFHT+uxIBrDVrY/vNSesCF3BKhdQ1f12LAtQWt6/x1LQZcW9C62q9rmQEXcsuDsfU13O6YD47AbXnQsvqFq+nHcOG2PGhZ08LV6JQNwbha6JIxC7IErep7BnQHsyA70Kq+Z0B36BfEQW5hMKa+Z0C/oFO2Ai1qbJb/Ap2yFWhRn3tAT+jPyUBuUTCeiC4ZnbIVaE1Ul4xO2QhMs6W6ZHTKRmAskV0yOmUb0JLoLpntlCG3FBhHywsXD/ZwWz6MI6ZLRqdsAEbthf1DdMrFwxha2t57gY2+4mEMHfi/ZE5fQG4JMH6Wt/deMKcv4LYEGD8n4U8b+rUmkFsAjB1ucvsA1VTRMHbo9cYnmOKWDCPn303+c2aKC7m5YdxIldQdVFMFw7jhJ7cPUE2VC2NGrqTuoJoqFsbMVf7rHb82Bbk54cQoKqk7V7gtE8aLPAF6wB2/gNx8cFrY3b05mAYVCWOF392bw02DIDcXnBTNBOhBg4ZbIIwT3QToAfM+ZcjNRJhmi2lQgXBGxsVnbim49QvIzQEnRLdu8QQNtzA4H9JZmk+49QvITQ+nQ7tu8YRtuJCbGtaGcrnxBRpuSYRstmi4RRG22aLhlkTYZouGWxChm63QcCE3HawHn2aLhlsMnIbRcW77BA23CFgLbktSL9Bwi4Bttk4ryXPY7SDITQPrwGUD6B12Hxdyk8AacNm3/YQ9gAG3KYjUbHf8ySnITQCb/8uKZst+oQJyE8Cn//MjT45wz9HDbXTY7C99mcAF7pFNyI0Nn3yv1cY5/AIG5MaETz33ojAdmAflg838mvnPE5RTueATL725RMUAuVng0z4EaLYopzLBZ319IfWAPawMuZHgk76+kHoglFOQGwM+5etWpOawD+RCbgyEjK9ckZrDr07BbXj4hPsdpFmGfXcN5IaHT7fvQZplhEku5IZFyHaQqe0LoVeG3JAIuV67R/AJf3YKbkMipDpsj3wHvXIyhEwH7pHvoFdOhJDnkDXyE6lWhtwwCFkO3yPfkVYwIDcEUpIj9Mh3pF4Zctcjpdj3OQIJaV0ZblcjqQ23jvyJsNsHuasR8jsG2tlb4gS5UZHSu+qsuUQPuRGRkttH65HviEMu5Pojpdb/oT0d4kQIcn0RM6t+R7Iv/HObkOuNmNdQx2gYxFku5PogZjXuYPtAHnIh1x0xp/FmtnMOYhyQ64qY0TH6YPtA2u6DXFfkhEZaRv5GeP4Lch2R05mgjnoiLmHArQOy2jAPiOhohGeEYNcBOZVp6qgn4q4B5GqRExlzh2AJeX0KclUo8pioRH7Bv54IcpUospisRH6hKJYhV0KRw4Ql8gt58RFyBRQZvCato/5QFMuQy6HIX8rZzxzNTAhyaRTZu0TesqURjyxDLoMid3EOI+tQbBtALoFGbfLZzxzNNBdyF9DkLa9apVzY/USlNuCLD/yAXA9UOcuuVnFmGXI/UWUs6llkLZDriB21mqOPkPtClaw8K41L6OTC7h1jaiFXjzm1kKtEl6Wy1KrlbtuuTbWQq0CZoUIq5Dm6qdB25SrTU6Ja7QrVVu0qc5N/oXEZyKUxrla55bdFu9q05N754ThoNuu3J7cGtbvdXnPMZmN21RkZsh2g0aE6Q7UpudWo3emOtm7Hrj4ZKZ6LX43wyZlNydWn4mxBrX4Vo3q7+jSMGR4M8UM90a1arkMSyi6Q3znI7zup3q5DBi6JH8JcRyM/WV+3XZfb78svkN9xqKjqs+t070aqqDmaB3TrlOt043aqqDlOg249dp1u2lQVNadxWMaoxq7bLZsbal9oD2NUY9fxfid7Q+0L/cZQDXYd79Vqf/zEbTJk2q7rjRruj5+4rEDatet8k+PJcn/8xLFetmjX+Qb/XYz3x39oXldkWK/H3ZnY0NNxdC2pDNn1uLNyT7z54DrVtWLX565qKKLecS+pytfrdUc2Fxl5/JpuuXb97qa+RvvAs+kWqdfzTmpstA8an4K5QL3ed1Fpo31wdJ/rlmbX+wYqK48XcNuzL83vmuAzvVE1JQf96fTC9K6Ku8/4asaEnHxWMjLrXRdxJavHKvxrqix+1wY7bqA7fnFw3vrL5TdAnBvpjl+0/hXznJghBgnw31DtlJbBeynjiwjBhQptQwPtO+Hs/gsnOGRMo+kDUetYsVBFsSKa0KGMXc3LUDKH8HYfOMQQKYLNlVDfRLP7zusHk/wczD5IZDclMPtHXXZHmH1jX43d8QqzXwSdEeVinLZdG5OcwqxV5eOy1ZUKDa3noaoi6FuYZbFaVmGYVWGwa+7RGWu5mWq8Y4cm68QpxA5vCtBkPThM5ffN44Qm60m76lRkbH7KJzTZNbSFDr1jhxlPANrryoORwRm7G8SGoi1o7B3O6IoDcyuhch57FE+RaM/rHkpYx3DGEBuV5tTlGH3HDg02CfvjOaXfsTvBa0qadkow/o79+QavWbgd4wn+0XpCQZyZfTt1QUusceimFlrL4cfwtV87Cb701+kGq4Wyb493x26l1k9DvZ5PkGqF/aE9Hqfp2vX9cLmMM9njOF6GYeh+fE6n4+2wr1XpfwfmzQUn1qSAAAAAAElFTkSuQmCC"/></defs><style>.a{fill:#f5f5f5}</style><use style="display:none" href="#img1" x="0" y="0"/><use style="display:none" href="#img2" x="13" y="13"/><path class="a" d="m262.5 221.1c-18-27.3-67.6-34.7-100.4-31.6-45.9 3.1-124.6 35.3-129.6 96.1-1.8 26 9.9 46.5 23 58.2-23 21.7-40.3 44.1-46.5 62-0.6 1.9-1.9 6.9 0 7.5 1.8 0.6 3.1-1.9 4.9-5.6 7.5-16.7 26.7-37.2 49.6-57.7 27.3 19.3 68.2 23 101.1 21.1 80.6-5.6 152.5-42.1 200.2-135.1 9.9-18.6 19.8-39.7 31.6-61.4 5-1.9 12.4-5 16.8-6.8 41.5-17.4 75.6-44 77.5-64.5 1.2-13.6-11.2-17.3-21.1-16.7-11.8 0.6-25.4 6.2-38.5 14.9-24.8 17.3-49.6 45.2-71.9 79.3-32.8 13-62.6 26-96.7 40.3zm137.6-55.2c12.4-21.1 29.8-45.8 41-56.4 9.9-9.9 19.8-16.1 28.5-17.3 8-1.3 15.5 2.4 14.2 11.1-2.4 20.5-38.4 44-72.5 58.3-3.1 1.2-8.1 3.1-11.2 4.3zm-220.6 145.7c40.2 0 89.8-22.9 91.1-64.5 0-6.8-1.3-13.6-3.7-19.2 30.3-14.2 58.2-26 88.6-38.4v0.6c-9.3 13.6-18 29.1-27.3 45.3-44.6 81.8-92.3 124.6-158 130.1-32.9 2.5-72.6-2.4-95.5-24.8 6.8-5.5 13-10.5 20.4-16.1 12.4-9.3 24.2-17.3 37.2-26 14.3 9.3 32.3 13 47.2 13zm-1.3-6.2c-11.8 0-27.3-3.1-40.9-10.5 27.3-18 55.2-32.9 75.6-42.8 14.9-6.8 28.5-13 41.6-19.2 1.2 4.3 1.8 9.3 1.8 14.9-1.8 35.3-44 57.6-78.1 57.6zm74.4-79.3c-13.6 6.2-27.3 12.4-40.9 18.6-27.3 12.4-56.4 27.2-83.1 43.3-6.8-5.5-12.4-12.3-14.9-21-0.6-2.5-0.6-5-1.8-5-1.9 0-2.5 3.1-1.9 6.2 1.3 9.3 6.2 17.4 13 23.6-14.2 9.3-24.1 16.1-35.9 24.8-6.8 4.9-14.3 11.1-19.2 16.1-8.7-10.6-14.9-28.5-13.7-49.6 4.4-57.7 64.5-84.9 107.9-88 30.4-3.1 76.2 3.1 90.5 31z"/></svg>images/plugins/fileorganizer.png000064400000005326151526434470013061 0ustar00�PNG


IHDR���>a�sRGB��,	pHYs��
{IDATx��PT�ǝh[�d�c�N�u/���۩V�U��Ј�i�6�aQ���V5h���G�A;Ml�Ɖ�J|�I�%����d��B���z�u���\�o�?�����}���m׎ � � � � � � � � � � �0Dz��X��<4�
N���sx����N�/v���d���t�|5�����=P)��s���f��
{,D3��
�F�/���e��ŋW@c,���q~�þi��A���K�2�c���`O�i�
�#�bYz��+��M&%�|�L 1��jl�T�]!,���=VBX�e��wo��c%c���\J3J]��K�1�;��&D�/l3ð�L�a6�����
�Xl�3�F(����K��c&����DP!
�Q���k{�V�u���d1�#`MӶ�p�6/}c1�sͼ�6/rQ%�I�R��͆HI7,�0��fA��
X�c��7���`��~��^_�'g�F���]Z������^��� U�y9�[�d��I7�'���ϵ?�=�`c5	]LVØoy������
����Iœ
����*�����&��e�LR@��E�0/�}�j��{<�f��>���
m@�ml��0E狝��j�L��ψe�V��%V�>>�*�c墿Xk��d���~L�~�8)��|��P<f��p���	�ux
�X/u�>>�PZ����b�_l8V�rf��>]���0�I��׉��Ȳ�3w����ee
���
���v�il�]�6�1�.�0�b娰�`�� FR�*��lg�kv$��lMRF�g^b��c��괁;�&�0?��6�C/b���ȞG�.�$�Q�`�'*(�6-!������{�D/��Tn�
b�D�_f���!�g����U��m؅Ҥ��S�=O��N������@/��Ud�~[�of�T�q簋�]q�ga�C��7��ب����Ҩ��
���	��!WЋ�q�Wm,���.��U- J������8�]$-�(�N�H֗�/��Ev;��0�?HL�?���
�^2�+�1"��z�4��h��Ԩ
�S�"iW�m����?6RG�?X�s6�퟿Ht�HZ�^g�}˜��K�?��
K#{����FWЃAr���Wz� �&�8�?�EҲ��{
�����F/�f�~��}�`��E��/�v��:�`ʰo��q�fa{_����{VEҮ`���T
��jX�@/�f�پ��V�[�(`����a�B���LP�^$
����	J�_8�]$-�Xf���H��o��A�^-�?'
0mx	z��,��6�s`�@�A�]��=��abz�.��uѠ;�����~�O�ߛ���{��<�"�sͥ��+,i������c���P�WVt��l��b��t��H�a�)�����l����[��lTX�i��+x��F� ���b�M�~�^�|��WR�L��'���n�6��o�6�qdMO����'
;ϖ���o�j��
�盧-�S�;��ߍp���o좫I���7���b��J��b#��ߴ���"�LN��z��'u��E��d�g�kgɮ�͇�Cl�S��V�X������0Nn���Ҥ�ۖح_�����U����w�?�YN���@�80�p�����W\ĉf-��Z3K��^$�^R�����
܂t�j~�h�2�8�s�ொ���|�Z���M�ł}�����YB��ߑk����W���q}>�<R�IJ�L���/��^׿�U�s�t�- q%��ޙY�yt�!
�#��n���Se��u���kSe����>�h���w>�1S<���C�^+�xk2آP�d�U���5[��m]j
�=m�E���m�>޽�a'g=�}U���E��kL����^+R�B
�B`a���:s߯h�^Nu̺�R�[�tgnm_g-��ю5/��%�zi����=�?�_|5�Q�~�_���[^��s�!�Q�.��~�o��S�M��0�]��W�����/�������ڿ��ˆ���Kݿ�gk�soe	ǚ^0J�/UB��5�'}��2��ô<�\�sMM?�z}������]�u�;~�)��fh��]�:/��偎]A6v�ՠ��B#�6��~�������Xn-���_�kM�4�;#����=�`kt�A�t��}�Vp�B��+���#m�>]���Z�5E�hu���f��Vn�
��?��,M���5��go�XaOt���޼@�Ycb����
�IH�VwU���:�L�*� �:螡~}��(�����IJ`��2v�-R��?W�t��jqm����+�L��X�	V��N�IT�I�3"����M���)iع��q�G@�'o[f7��ؾ�~��%8�9�Z��"|�c�w��.��ƣ%��2�e�0�TY�}�h����5��`W��tW�V�|N*S�+���c5IC@+ᬾ�匯�5	�rS��`�ϱ��"�nV���nXm��}\AAAAAAAAAh���S��'��]IEND�B`�images/plugins/pagelayer.png000064400000005517151526434470012174 0ustar00�PNG


IHDR���>a�IDATx��]k�]U^��[h�$��J�bQ�C��|G� `B�E��bM��(G�2����V@FԂi�PѦ$Ĕ�A�����V�N��9{�;-0�Sl��۹�}�>wf��o}�<�cm���:���#�}���}c�Q�2'��W�>Y7�V�;J]2�t]�/����un`���W�ZQ�'���Q�Z�~�4 ȿ�
��
�:�u������ �\��-����DUn5�|Q
=G��f�b��bԟ�D�^�E�M���F��ua	C@��A���1>/ߜ�m'�ְ�B�bԝ�*ψ�7
P�HUAz0V�|׺)�a�t�(����٧A�TUz�k���`t��s������X��u/bॢ�o���1��z��7�@�$���EpM�4�<�P��In�Qw
������!�Z�6�"���n�ֻ��LfV�z��:e��A��Z� �ߤ�=�uͬA��*��;����?�g��]K�
��1��b�/�K��s]Ǧ�B�\Q���������Vk��=_=]�
����h@�!H���,�	��>��gl�.�Nt]�q�/~^&�u)����=7Q�/��L'����>�_��|��(��s!�/߈]��?,�ӝ#F�/ʽ�1��b�g3D���W|(�&�_s���|j'�Gg^��A�V��=dz+s�_�)0i�Q��̊)>O�~�6��Hy�8N����P�m��;!<Z��:O�1�7��5ȿLZn��$��b+��(�*�J�cԗ��o0�yO�h��X7�|����,���#��Z��I)�G���f���L�+L��p'P>�V�!���E� ��4��!�Rkt�ӂ>$Hw���u·c��9�kgXIZ�7�N�v��tU
�v��U(�"Hw��	a�:L�
�kZNT�ϒ"~�!
ā���HJ��{��1�F�ZE��Vk��V�@��F���o��������x+c���`+�9� ��:bޚB8���i��&�RV��nɲA���Dq�\�����p���/Ļ� mL���j�bUZZE/���Ȇ(�M�

_D�t�)�N)���7��DU���q�߄�Y�'A����I�8��6�뇰#��X�RQ�{!�>�I�M!=�(~�q�/
B��j��ǝ��n�4�x�8���j���j�;$��8X۶L�K+�A*�9�z�-�4�w�/�Y5�NEu\��9��	���TQ�ϕ�F�����ʝ�(�?�Z8�	��r�3=Q3�8�e�C�#�8�.gg�i_J�L�A��EP��<wV�Aea�����T��c�s�[�tŸ�R�CA��$�������tQt�Q��X�7H�yC�4�}u� �N4���P�x\@à8r�,�c�r�4�kkDQ�f��ޠ�Ƒ�χc;�,�����-O�"�;�Fϻ�<[�v9�\vA8�-�ā^��F�Kl�a� ��^��/F��v��h7Q�4����w"o�
�[]�I!��3�7�ٌ���	���S	(�&�Hw�� �4Ø�˟�o
�3������xz��@��]��J�b�WgoZ�)���eQ��`��'Hg]�c{Η��u �WkMH4��8�׺;r���$�|=o2#X�ݳ$w(��g�ەQܝc�#CP>�Z�Pz_�0HQ��ݣs��w^��	�-wA8K�?�g+�=�1y�ADI���ξV�ޖ�L@7��@���
L��� ȯ83�̻�+o$-�'�$w����r�_M+�k����͜z�ˬ倜k�P>͞x�'��70

PZlO<W�����
Ђx��N�_���#p���Nc���io��3�
�0��b�7@��m�;@���!U���n,~�B���k��[q8��zK�7@}L�m�&AP���޲)�`2�>��h��b���.��1�½C�����(�o�	ib�	�O��X�h�0��6b2�"Q�	��KX�á�n��j	xY�D�r��C��6[1M�Bow�#ܵ♠A�7@�0}��蟰E�7@~(d�(o�|P�6q�����"��G�J��{	��<ap��"R�#R�f�5�/{d��B�������}BR����U5���X��
V���Y���^<l�po��Oᖐ���$��`+�92QD�>��{ �s��ZGtN!/�Tu��h{ �#��z�w�0Ҷ�\��
�8�@8�t���u��ˣ���0T����V�� �}�7@m�A'�^`^a=�u�pr��s�N�`�v�PZ��G�����y�8��o��4�x�@=#�;Ze�43)>o���emoW���7�җ6.�7���Q��9������6��M�4/j^@o�v�H<�5p
	�
ж4���u�ڒ������I�h;��V��
�n4��R�vۊ7@q�o瞧Q�ڂi}]�
�
PxfV|o��sD�צc/{�	o�3���ҩ�����A�]hK���
P(E�G����gr�
�dfe���߷�K�z8�Q�E��9�yC�p�DU�t�+@��ңq���A�ﶥC�z�J��h��[��o��
O���&�E�7@���������:���3F��|�H&��Fc�~#]au�>kx�@���ר�E�6b(*��A�D�_����W�@/���Sȼ��$�A΍�
`#.E[��|$tW�.A����B'��Zkg��iGڿ��<��g��n�3�FLa��{A�?':�ȕ�IEND�B`�images/plugins/loginizer.png000064400000062314151526434470012223 0ustar00�PNG


IHDR���>a�	pHYs.#.#x�?v
OiCCPPhotoshop ICC profilexڝSgTS�=���BK���KoR RB���&*!	J�!��Q�EEȠ�����Q,�
��!��������{�kּ�����>�����H3Q5��B������.@�
$p�d!s�#�~<<+"��x��M��0���B�\���t�8K�@z�B�@F���&S�`�cb�P-`'������{[�!�� e�Dh;��V�EX0fK�9�-0IWfH�����0Q��){`�##x��F�W<�+��*x��<�$9E�[-qWW.(�I+6aa�@.�y�2�4�������x����6��_-��"bb��ϫp@�t~�,/��;�m��%�h^�u��f�@����W�p�~<<E���������J�B[a�W}�g�_�W�l�~<�����$�2]�G�����L�ϒ	�b��G�����"�Ib�X*�Qq�D���2�"�B�)�%�d��,�>�5�j>{�-�]c�K'Xt���o��(�h���w��?�G�%�fI�q^D$.Tʳ?�D��*�A�,����`6�B$��BB
d�r`)��B(�Ͱ*`/�@4�Qh��p.�U�=p�a��(��	A�a!ڈb�X#����!�H�$ ɈQ"K�5H1R�T UH�=r9�\F��;�2����G1���Q=��C��7�F��dt1�����r�=�6��Ыhڏ>C�0��3�l0.��B�8,	�c˱"����V����cϱw�E�	6wB aAHXLXN�H� $4�	7	�Q�'"��K�&���b21�XH,#��/{�C�7$�C2'��I��T��F�nR#�,��4H#���dk�9�, +ȅ����3��!�[
�b@q��S�(R�jJ��4�e�2AU��Rݨ�T5�ZB���R�Q��4u�9̓IK�����hh�i��t�ݕN��W���G���w
��Ljg(�gw��L�Ӌ�T071���oUX*�*|��
�J�&�*/T����ުU�U�T��^S}�FU3S�	Ԗ�U��P�SSg�;���g�oT?�~Y��Y�L�OC�Q��_�� c�x,!k
��u�5�&���|v*�����=���9C3J3W�R�f?�q��tN	�(���~���)�)�4L�1e\k����X�H�Q�G�6����E�Y��A�J'\'Gg����S�Sݧ
�M=:��.�k���Dw�n��^��Lo��y��}/�T�m���GX�$��<�5qo</���QC]�@C�a�a�ᄑ��<��F�F�i�\�$�m�mƣ&&!&KM�M�RM��)�;L;L���͢�֙5�=1�2��כ߷`ZxZ,����eI��Z�Yn�Z9Y�XUZ]�F���%ֻ�����N�N���gð�ɶ�����ۮ�m�}agbg�Ů��}�}��=
���Z~s�r:V:ޚΜ�?}���/gX���3��)�i�S��Ggg�s�󈋉K��.�>.���Ƚ�Jt�q]�z�������ۯ�6�i�ܟ�4�)�Y3s���C�Q��?��0k߬~OCO�g��#/c/�W�װ��w��a�>�>r��>�<7�2�Y_�7��ȷ�O�o�_��C#�d�z����%g��A�[��z|!��?:�e����A���AA�����!h�쐭!��Α�i�P~���a�a��~'���W�?�p�X�1�5w��Cs�D�D�Dޛg1O9�-J5*>�.j<�7�4�?�.fY��X�XIlK9.*�6nl�������{�/�]py�����.,:�@L�N8��A*��%�w%�
y��g"/�6ш�C\*N�H*Mz�쑼5y$�3�,幄'���L
Lݛ:��v m2=:�1����qB�!M��g�g�fvˬe����n��/��k���Y-
�B��TZ(�*�geWf�͉�9���+��̳�ې7����ᒶ��KW-X潬j9�<qy�
�+�V�<���*m�O��W��~�&zMk�^�ʂ��k�U
�}����]OX/Yߵa���>������(�x��oʿ�ܔ���Ĺd�f�f���-�[����n
�ڴ
�V��E�/��(ۻ��C���<��e����;?T�T�T�T6��ݵa�n��{��4���[���>ɾ�UUM�f�e�I���?�����m]�Nmq����#�׹���=TR��+�G�����w-
6
U����#pDy��	�
:�v�{���vg/jB��F�S��[b[�O�>����z�G��4<YyJ�T�i��ӓg�ό���}~.��`ۢ�{�c��jo�t��E���;�;�\�t���W�W��:_m�t�<���Oǻ�����\k��z��{f���7���y���՞9=ݽ�zo�����~r'��˻�w'O�_�@�A�C݇�?[�����j�w����G�������C���ˆ
��8>99�?r��C�d�&����ˮ/~�����јѡ�򗓿m|�����������x31^�V��w�w��O�| (�h���SЧ�������c3-�;iTXtXML:com.adobe.xmp<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c111 79.158325, 2015/09/10-01:10:20        ">
   <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about=""
            xmlns:xmp="http://ns.adobe.com/xap/1.0/"
            xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/"
            xmlns:stEvt="http://ns.adobe.com/xap/1.0/sType/ResourceEvent#"
            xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/"
            xmlns:dc="http://purl.org/dc/elements/1.1/"
            xmlns:tiff="http://ns.adobe.com/tiff/1.0/"
            xmlns:exif="http://ns.adobe.com/exif/1.0/">
         <xmp:CreatorTool>Adobe Photoshop CC 2015 (Windows)</xmp:CreatorTool>
         <xmp:CreateDate>2016-03-29T19:32:36+05:30</xmp:CreateDate>
         <xmp:MetadataDate>2016-03-29T19:32:36+05:30</xmp:MetadataDate>
         <xmp:ModifyDate>2016-03-29T19:32:36+05:30</xmp:ModifyDate>
         <xmpMM:InstanceID>xmp.iid:1d5bef3c-30f0-dd4d-a169-b8f270d1c9d5</xmpMM:InstanceID>
         <xmpMM:DocumentID>adobe:docid:photoshop:d81b93b6-f5b6-11e5-ab77-e944edb5e090</xmpMM:DocumentID>
         <xmpMM:OriginalDocumentID>xmp.did:5d2709c6-be0b-104f-bce5-6236eed55034</xmpMM:OriginalDocumentID>
         <xmpMM:History>
            <rdf:Seq>
               <rdf:li rdf:parseType="Resource">
                  <stEvt:action>created</stEvt:action>
                  <stEvt:instanceID>xmp.iid:5d2709c6-be0b-104f-bce5-6236eed55034</stEvt:instanceID>
                  <stEvt:when>2016-03-29T19:32:36+05:30</stEvt:when>
                  <stEvt:softwareAgent>Adobe Photoshop CC 2015 (Windows)</stEvt:softwareAgent>
               </rdf:li>
               <rdf:li rdf:parseType="Resource">
                  <stEvt:action>saved</stEvt:action>
                  <stEvt:instanceID>xmp.iid:1d5bef3c-30f0-dd4d-a169-b8f270d1c9d5</stEvt:instanceID>
                  <stEvt:when>2016-03-29T19:32:36+05:30</stEvt:when>
                  <stEvt:softwareAgent>Adobe Photoshop CC 2015 (Windows)</stEvt:softwareAgent>
                  <stEvt:changed>/</stEvt:changed>
               </rdf:li>
            </rdf:Seq>
         </xmpMM:History>
         <photoshop:DocumentAncestors>
            <rdf:Bag>
               <rdf:li>adobe:docid:photoshop:8e013e8a-f5b1-11e5-ab77-e944edb5e090</rdf:li>
            </rdf:Bag>
         </photoshop:DocumentAncestors>
         <photoshop:ColorMode>3</photoshop:ColorMode>
         <photoshop:ICCProfile>sRGB IEC61966-2.1</photoshop:ICCProfile>
         <dc:format>image/png</dc:format>
         <tiff:Orientation>1</tiff:Orientation>
         <tiff:XResolution>3000000/10000</tiff:XResolution>
         <tiff:YResolution>3000000/10000</tiff:YResolution>
         <tiff:ResolutionUnit>2</tiff:ResolutionUnit>
         <exif:ColorSpace>1</exif:ColorSpace>
         <exif:PixelXDimension>128</exif:PixelXDimension>
         <exif:PixelYDimension>128</exif:PixelYDimension>
      </rdf:Description>
   </rdf:RDF>
</x:xmpmeta>
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                            
<?xpacket end="w"?>3>? cHRMz%������u0�`:�o�_�F�IDATx��yt�ו�?�ڴK	Ilb�`c���%���b���t'�t:ә�L��$�����dNO�;'�d�ɞt�I�K�N�8q�
��6�6�H�]���7�~��$JTuϩS,%�����}�	�E�vI���"P�"�T@��(�5Fz6�y���<(f�f`6�T@�Z�y���������¿_)���!w(p�k�������ѐ�2|c@�V�Ƽ+���!��ہ�@��H�m������>�~&_L��E�r`�>�:���[��"��4�v�O�M��P�#�Ѽ�+b�n�i�_B0�"rG������"�h��EL�ꁏ��o��_$�ˁ��8S���'B��J|�IR|�&�0\�TT�����g�@���G�?V�a۔�R��!��خMʶBL�ׅ��{�҆J"h5�O���N%�ʢq�R�|w��t�S�O��U��?� XZ�9u��	ù��z@"(�'8=�Ϸ�>�#��q���h��"V�DN���j���f�@3�=�o�US�EJ)M�<��v���Q^hۏ�WN��eoge�8]g��dp��Yעp'�߁�S�xAI4�@��u�����7����#=^koe�Nq�[�e�JL���3��85��t�Sɥ/[��c�_˦Rݣ�aPbD9��_�-;��$C�_)t))��9�u��n��}=ܵd-u�U$m˱A������U���g��rT���P7��74�D$���=y����ɋ�`9���[ S0�Iah7�Y�]Kֱ����n��2؞;�@hA����%Q�Š���P�3A�.���3����Xo�na�]���&jDH��7�p�D?H!I9R�Ŭ�Z6�_�-�3��MJҎ�� �2�|�&0t���l�|3��.� �����t����0ϵ�eog��Q�#�<��	Aڶ��Љ�Q�O��|3)��,��ɭ�Wp]�|fT��l��|ߟ
���ůs	��B)W���D�H!05C�@Aڶh�9M˩6^<z��S�H�e�eF�Q�C�zIۢ&^�u�����'aF14-���X)�밻��:XZ?��s��a.3ʫI�Q�sq<_��!|>��ט�*�Tj��P�?OPA��t���hRC�)�-���i�;CK�1^ko���Nlץ$#b�F �m_�̟Vǿ�a#�]��?����?́��13�?/!�a8���4�N����y�h����iT�K��f�a|\���=|���9&H�0:�2� �& !�B�/
A��Ԉ�e��~�s�RH����
l��v2IN
�r�L'�O������At���D14�?����.e������|k���`O�����?r��t�Ftc�� �������S�(a����Ϣ�����T��DM]jhBt�
4����CK�F��l?�)0�+���C�pE@�T �"���I�\�$a,sF�@� a��|�uI;6CV��� ��=�颭����3�R q#BT7R����m{.��a�:�k��'���g�o!���u��[y��9�}���b������A)EƱI;JAY,ACE
��u̪������x9��1���u4�!�@��yB�Ӏh<�?��������&Cj�N����=�$3i�c�p�?K
|_���y���R��P:I_z��� g�93�O_z�a+��R'f�c�Ũ/_)\��|4)i,��틖�2�v�E��,?}�9�8�:�����&$����I!5�>�W؞KƱ�}]J�F��D)5�r���SURFE4Ay,Ǎ�M"���iH$�(_���b{.C�Zhr��-��%ARA`�R�'��-'z��ږ_�‘}̨�B�t4$��H)�<O����;���\\���B0�񦦣K
)�Hn��D��|�Q��R�����.�޵X�8s������vn�C-����}4!�2x�qZ!�,|?x&{�YT�J!14
]30���tt-x&]J���A>D�Psj��{�n�Bz��O	!�Nj��p�R
!MG�$��qTh��
�+����kR�04�!�B�3�c$|,X�"��*�����3����-�+�3��~�3F#_x߽�׽�Gw���{9��M�qF{���1a��阚1�����WXm�[�B�� �(Т������H����BKK�>��q�EH�a���|!�lb����
�B�$�e�n��ۗ���+H�b9CuSm-���'7���o�ቖ]��q���A�G�B�>�~��]
@�7M���3t'��۱�?&G}���R����m����y�
�C<Ԩ�&u�,��Ć�l������)MhD"&�\��w�\KW_/�`����l��P?I�:� 01>�M�{�a�y�p�@�AOV��j��֥R�4�������,k����,�1��Ĕ7r�)M����u�{���4N������'Op�l�C�Zi�㜹�2���Cq�!��:�	��'8Вw�����Ђ�>h�$��4��iR/�2�����Y��h���j0
�B�D<����m^��t���x�:��8�s�΁>�S��,��g�q<��H��u�x;���G�
��Ζ٬:�8T%|�mog��-C׉�&	3J�0����o+_	d�:�j�U[w.�*;˲I;6I;C�
KQ�䥣������=<H�Ȫ\2�$����$�6��|4�1���9����S�x�7c2{�h�h4B�_�B��=�W���K��'K���J����S���t��t-��>R��`Š�3.�m�R�'p�-���YH�au�PIpࡴȇ�Re������/J��@3����Ipl����AU��^Nl$he.��)�I�.>T�����U�0�{^P!��N56�����s��L�&�	|�o$�[Ҏ��ٛf���sE,W3$w-�qss���]��
	`=��
j�vy�$g��Q�|<�3�����F/���B XS����ɻ��5A"*I;�S�
((�
�B I��Y�>�P(Ο�Iд�/hZ��*e�B>M	�'�{rA��ȸ
�Q���,Ga
�/��pZȧo���
d���R�)�UP�?�����er	���b��ԛ|bC)Ö"��oI�C���`�"�`���h.0/�/A+MV6sQoAe���m�\��+��N$tȆfS,�\)4br
�&���+	M�@eWjr
���^QȚ_�F�B�cf+̖�z,�5"��t�)��!�S�g��A�
�z��*����Z!����d?=�>%�����<*�ܝ�|䆒B�"-�((
�x�����|���S���\�+[�#�V�Wު��ઁ�W�Q�Wt��(�r��Bz:�W����е���ӎ"�+\_���#(����HQ]R�
J���}ʢZ^�߂�s
��Bz�;�X�hⅳ��E~V'd�i��\�������,v5�z;e8�k'��+�6�"h�5�1�1�E�;��G��i�t4�8��U����_�E��pl�/'�ܥ��l�8�����ه=�'��E����3<������G�20	�g�0�'����9�cG��m����`��c�������b�IT7�w�<`Y��O$x��p�q1=�+���fޅ�@J������
��n��4);�m�.D
��Q�Κ|��޳d\w��+�4#aF'2D���T`;`:� ��GˆR�(C�_�H!Х�r��t�.�>�X�����[�8��)�ʼ���I��}�9��y��H�~U��R��Y���!����~@)H	�璈D�/�"f�ؾKT3Fo�:�w�ç;Y<�9��� ��y<�`�r8��L7m=�aV1���}��I}Y5q#B�u�)9�a���T 	�DpF�p��`"hCy
Չ2N��L�I���!���4�C6����Бᅯl���D�^?'�\�i%4��`h:I�ʦcۘ`�n�I�dz���Q^���Zl�	�WAahi�as�>,{rр��vU��&պ�˳[H:vp^
Z�KSe

��xJe{���v�k�(�]
X�MMI�7bh^hǴ�}�:x�����f\�^%P��!�գ���yEp���=�6R[Z��d5Z����a�^Xo�&.�x(8�Gy,�⺙�(���`e�8�Z`��𳗟g�¥v��ܻ����ɣ`9�����'>4��<~����e����m���,��M܈2�If3K��d�N�
x/���J��̩�cEC3�^B� ��K��y�t�����q��	-�Y��UP����GZ�z�
 �c$w�vl���anM���xz���:&S��z���%$x��x)��Z@e��̘���$�o=�$Ù4����oy�!+����A�q(�ƹ~�"jJ�I�v6������?���vd�����k�O2�	���b$MggG?߾e�v�J#��ر��Ɛ)��~Yi�4�cY��Q3��Y��d�3�V��˜S]\XT���q�J�K�Ȍ�5ܣ��O����k�:���ߣ�2�cS��i�JjK���YI�"(����@_��u:<�<�����u�JR�5�YԥFO*���A�SW�)He2|�7�=<DD��,`�J���l��\�eˇ��J�4��h��@�vmʣqޱx-sk�ʤGo�B7M^:~�/��,׹*�o�._y�Wlmk%nF@��IZfVN�]K�Q�(%���ܖ���w�t��` ��:��ܚ�ܽ�f�g*�(?ٹ��oی�W�������I��q��]\��+7�`Z��e���� _�6�rј� �%��4g	o_|���q�II�4�ۧ~��-�&R)h�|�����?�ihc���t�MVq�h���9�޿ja�	��p�ـ �ڔ��ܳ�f�L�E_jh����s�����ޢu咯|^j}��<���ƚƁt��|p��T�J����">;��9�l��С�b��]T�KHY�q�"��{�~�y�u�*��y��O?�#��hX����!n�|��w2���wQ�5\�0��\�3p��d'�-��f�߅�+�1�b�A���?=�#�;�����C���?�L&I�0Ʊ��=,���o|k�M���׀�'���
�!}7LJ\1��@r˼�|�;��xj��
�������W��U>�Џ�N
�0LƶO�J1�N�ᵷq���H)�9�Y8��vi�
>��ѬՆ�k�[q#�����Tr<��?��s����m{��́�^|��>�Sz�ɠ%N�g~_z���=�o��5\oB��py�l#�/~��Pg_VE&� '��,��Ja��7�x.�;cj��M�BM#�:l?|˲X7g��
�����'�<�8I�!n��\_)�RC�g�z�['	3��y��S�g���E�����C��	.���>q�dq�Ll�e��#��G���42���cG8�����$�3����}�����;��*�ؘX_ p}��t�����o|'e�8��N��-!�n��:����[F�Ä��~�s�
%�vN�M]��{;O��q�9�ӘQY�w��v�/���8�:Rӈ��P��mҶ�Wm���<��v��0�$���WW|��D�%FY��z�'nDX\7��n���t�)�F�Ƒ�=]�z�0���qV~f�(�C;��o��%�u�1Lb�9�9%��(���u��u)��ɸ
��/�'�#�'F����7d�l�~�	Mo�"V�]�d���$(���&%��y���YX;��X���to_}��|�����%�э�y���q8�&nF��
wr��
��ȸ~�,(�o�
�\I �{F������M�6R_^���n�{�5
Mj��}:bf���8��ک�%�S[7��߲_������WH��8���5}GyeR4VL����ׅ��V6��|�e���Q (S�
ᬮ�	�	]4�1oZ=���ӛ�Xo�R��_3L\��O���Q�R�̩��$�{����n}����	^�8�a��E��FYAƶH;k���7����-��U����T*L�|�K(�
F@�
�����	��������3z#��s���������NS�1u��C��z�(m�ݔ��L��3�`�|���+���"���)�@*�J�I����c7��3�vl2�=�fE}9d�%�,$�س�Ct� �Y�B<��]���*���"�r�����A���Z`���������6���Ԗ�Q]Z6�E>�ɏ�=�[~��Z14��x"dz�F�s�2ԖVp���ᵛh���`&��{a~;�w���>q9 �ɮ�<r2W�T���r���
�(��^l;�/wog�ɣ(�H����\�g �BCps�B�]{#�,XFMY��]�
���>ܹ�mG�*Ey,�.�8�O�P�e3��U�0w)RH�ɉ0��L~����Z��PP�=Lp�`vV�����-�mbAm8=�K:��A��[�f��铼p�]�}$��J�/x!c��8r��?���$-�:��b��I�QG�s�ӔEܱh
��p'�f-$��g�=��y�SW9�B�c��o����=��x��c��]<��2��'Qa2iT��-��4�յܳj=w._��&"c6�㰿������];8t��D$Bi$�@�H��|Ҏ�����K�玅�)���I
㇧z��.����3��>�����I��q`U�&��IDb$���;�՞�޶���ШS8V{�T�l�fY}w���ۗ������^�ݿ�Gw���1#��D�d�{#�u�=��X	��,�}+nbI�,�N�a+3�+����הЕ�Z���y��_��h�eK��e��8�����~��B�)��d�Y�0����r[+;�ې��"G�r�ϸ���9hB�~�zn[����?=�;1�� ��k%t�O
��r�{���13Bi4FG�Yky��Z�pv�%���D� �>���%b�E��`q|�Չ2nn^�{��Ĝ��[iR�5�)��=|�c�G��@p��'��W~q��`K"qM���j���8B�Π	�.�d��?����
��V4���obmSй3�Ie{^o$�?z�?`3|�e�P}�
>HpmmU6fA�4ʢ1,�eۑo�A뙓8��D��f����Ѥ�ܚz޽�z6�_Ï0�I�xn6�^�"��t�\V�0Bա6� ���j��ŢC�)���O'y��.���k��|���	���*j�s��X���x9CV
�u���L��=2�!�8d�j�h����L#��ؼ�a��{x���x�g�s�,J	4)FMԕU�i�J�\t��U�+�=\��c����0������]�K���]��a�`�;�9o��"�%����l>��g��du��ܶ`�/ZM]Y%�~��i���%��uL�m��Bڠ�c)�&�;�X��2|����apfh�]�,�mdzY0��\5�ي��E�R��n��b��2pyH�f�l��1NdEh6"�Դ��K�u}������n��~���5tꆯ���)�t�R�J�"�T@��(RE*�HE��"P�"�T@��z���o���v~�IEND�B`�images/plugins/siteseo.png000064400000016404151526434500011665 0ustar00�PNG


IHDR���>a�sRGB��,	pHYs���IDATx��]	�Gy�{�]�]i�����i�dI�APq�(C0�1G*U$8��Bʁ��
.LA��r(�`�
�*BRT0U\��l��6��CB�d�,iOI����wMw�fz�����5o߬�~�5=Ǿׯ��?���t�9-�v7�#��qͱnb0��	!�����[p{�k�I���!@��mN0r��ą�:��	A݆�]�ߏ�{�`��������q!.��},C��*��l���Wz���{9�"��\���[ź��!z���V�����=��>��>��\����v<n� #���i�4�:*��\���s�=Bxu�>g[+~�s���F@I4�\W��q�K���(i4��Bb҃R�h/���Ljv�hq�ͦ�X���=�T�����<n^��%X^�ә9��)o-�	����cEU�U�Z^��!%�WZ�#�|{�[�m����x*;�b	��S���N,o�r���L5v8��)��t�m�J�:�
4�k�+��!�|���oz)�۰��Z:na�p�	|
܀��Z��>!B�[��i��@��X�/�ؚv]1�5�z,���;X��|���3y�ق�6���IV��Y̻�"L���5T��I�"�����?�g��uP�E�����+V@��
�o`+	V�N��-�=�m&#��MH�t9~Y�צ�w��~p�6,�²9v�&"�י�9�v�	Z+���ݑ`Q�Z�[��$Os�,��\�,�=�&�X]��@�]=��4MV-����@�d����M�kGN2Oɨ�6B�o{A�s����g�����X[��/.��gs�N5���	���MH����qU��-�o�Yw��9��,l�f��D��u�\����J�+��X���U!��4^w?M!��	"��ɭ�1�b�~�rW�>x��+y�Nuo�8K� x��c��
�/�6��޼mA��@%
�4�I��	���g�e=Q�"u��1z�r��]�a=bG��ݟ����=qc#ϿQ��u],x}�I�%�rG��m������*j��cQ�óf����!^�
���'�E�=�|����t��;'�����9ѳv�+^1�B1��qbȩ��b��A��$m�0L�V����� �4g�@��o �p+�uU`��&w��8?�9ޓ���=^n	x_�K�A8|��z_�L	��,�
x���3�
'�@�Eۂ���{�hE�f���|�w���#�@E�:_�4���Ӗzmwj?���	8�*�ڨ`�V ��o�!���+ğib�˭���`vs�?���/p GZ�v��,��	7���/������_MV������X ���\��� �Y��a|��V�o�	��/F��(:o���+��}�x=Z�p
������Y�동q���|�h�!�ӭ��2L�⿣X�c@z�����ؿ_�+b���d�W��湮�?a�灌$Xs��n��Ow}�>&Z<r|F��If����w}D�$G�L"Fp�dC��x�x��h�c���������'�$���L�f�j�u
|��v*�^�5��`����hM�o�w�8ĭ�P��y,�,j.Cp��SX?Wv�?�ct%�m)�I �ף�CW�-P���&���Յ�ͷy*��͒�d�$�i�@���:G�u��G��:ٞ�IW2G��>4R����<B�~��L�M�A���}Rڝ"�M�~�	�<��>Q��䓳
~�G*�텕������
��o��{$(N���4�s@� h��>J�.���|����Y�L`�c�tq�'�Y�D�T�D�&@�5D)��T�G�
?��Ω���=��i�͆d�3����o�9�~n������зf��b�����k��7̵�wfI2E�z�s#F��.� �gm�$k?%����P�#�}3
��7=���q�j��`����ʅ���~5��:k�6;L�����ḜU����ý�i��˪d��k�P�7H�#�i��t�޿j6po�B��ə:��ݿ-˒4J��H����o	�5�=���wA�b�y����
��D2C����j���Wr;H�nk�k9E~Ps���W�we]2A�-�/g�w���4�4#3?��o��y�CJ��\Cn��Z
�	LV64
N��)����6W�.�y(g�b�����c� � @}����E��<h��IC@5����$��m�A�H2Aٷ�<B�/
�H�z���=۶��$ht�^wA��PPdF��e���9~_[~�*�L�1�h�����ABH��a;_���%�O2A������B�g��B;�j�l��%:��5pG���FGz띻|��L@`�H�NA!��
�₳kEo;�j�����8�wq�����L��qj�[6�؀���6���v?n���~�žo��mI�	�
�,����΁����$�.v�����|
6�r���fp�����`����|�[<��n�R$�]b��X,��op"s�M	��V��ow��Y��?"�o�\l�e���ɧ�/���?m�L�$`LcK�X�-�F'�?���ͩᡁ����v���;v�ye������)K��i�q�qt��SoP
�	��33WWfDh�m�����&ܖ�h�3{��m�{��=.���gx�U��1���S�Ϗ
�m�I2A�������84e���]@H��LO�f_s��;@�}�sL��-�{�O��ԙ ��[��:��)����KuPx77&�"H�n��-�(Z�}9Ɔ\ 5�o)@1��@�w)���(N���������h�yܧ*�N�Y�m�c��v7�S�׈�e[��f4�/�E\����hWZ���)�R���5�`?CHC��hVO�@��ŤV3E��H�d��f�8�vi$p4�v�%�!��f���X���?���ز���%��K�U"�rv츁)�+�X�M@)y����}�2�=7��w��.u�1�LD-BA�<��`��jWZ���8�?�����m����� 5MC�'��
~(T�{�Y���2CVce���8��h:��޼@e(�0H-�#�aJ�!��ЈPD_Q�ND��@��?ζ͒X����pzj"b�C� ]���+�rs�9���8�A�4��+ͽ�P��%��Q��ޱ��ę���������f��HM�y��=F����,{�]�;�]��,b۫�}�E�)��/��]A���ڗ�Hf0����}l�� �$�����k#J��t�8|?r
����xB�@�����J�0� A���(��A��@#�(a�A
I��{f'|���(j�~s�d�Xp�Y�M(4��v�%Y#@�C�����q|���
�K�Q�����
Dr�]9K?t��o
S}��r$[p`�Y��/<O*X�RK!pg���z�_'B���dP�r�"��صDq�8��k#��&� �'<�oN�sE;��������1�����#�"�h�E�{Iq2�7�D�R���/��0z����H!�&��T. [��;0���?~�[���%u.@t��r;95`p���f^'B����F
:H1�=t�h!0e��:��S��apӡ4�.�>
���O�	���5xD�U��=���&�"�5i�8��l������@K��i�N�uXh�=��v!��klkI�qJ�'�@#��5���G�?}���'�����I���yU8w$q&�(�? \���
^2h�(�����a�>�ӵܛb�2A4��,e�F�\�Y
�Ұ&�/�ݮH!�r�A~�u/��c
B�����mc��l3��1{0�x�z���-���S����J�?v�<+(J�#����
��i�k��E4�X�YP��fD�\��i4�>g%�}��0�PG���A�#�<� 7��	�ɚ��S���9k)�^9��,���f�`f&�d�L6m�.P�h>�S˺�ǝ��~$/��eb
95L�JZ83�IJG�P��K����@j��F}���
��f��!�y�����s扝�I"��^:��#�Zv���.`��ț����8N�:(V`���d�e���H��KX�X��)����45̊-��4��;� "��m_{޸����4����&n���I,,,b)@
�\sʽ��Zߧ�{U˃d� /��~?v@Y�u��}�X��B4��$OQ�$2���4�u�j��l�e����O
��dP��Za��u��#I�\�tN�3����Jm�p�bO�x�9Tb�:�2t1ojX��	f���21���[������o�'��l%�0�!
�}�`6	0�x&�n�_ƒ�K��a}���4
p9������Mp���RL�>�‚��"Y��٬c#�2��{�y$�Å�~���X��b�y��Q��B����	�R����II_#�t��ܷ��W	�sM�m[�d����(�>Ep�K�d�L�����J�v+*�8k�NP�)dA�
�!��X-A�Ifd�����f@��3���9t��B�hj%�z�`t�(%��u���{�{�Ex��}�h�%���(�#�����Ӏ.�4����X���k�ӭl֥jc�'W�á`oh��D�- >q4B�uܛ��eb�$��CF����J����M�=G�r-����ǯ�#�^}��|��.#�[�`4��������ίd�M�M��P��`�bG��	�D��)�P-����ߪ��k�L��
�S���[�sƧ������*X���
Xm��E,
��y�(3��V�L<�(�M�h��C�EJ�b%��P5toW0˝����p�Ը�>���6K�����CL�����j`H�@�DW	o�����iP�7�v�ٽ��>oY�,մ�in	sS�*!N7rΏ+]vM��"�\�~�',B0��G��OZ�a��M���8���ù.k����̚�g%�C�EH�bo����`Í ?�I16ېk�õ��j��~�|ܱ{��N�Z��
�ޢ��e�
��D�:�Gfk0',��J?Qϙ��W+���!��'o}0Ϭm������/U�C��s�H&?���r�O� �^W,��c�?�d����
�L�nַtW#չ
K��g^W���/��ߒ��%��	��	�X6&�&
-Xm�n��C�&rꆊ����o0��qtV�oN�xt�ً��f��A$ș�V�ܟ������
!,���2��s,�٦�Bk~�~��&d��Z_wξ�`� ��R�)ēU�9.3v����l���O�<�n��.(��k������݉&�%����u����Y��:�ޙ����Y��B��Ðt����w��z�o~���Մ8V(;��@���Uq�Ģ�=�懭h�R�9I�ߺi�����߀��^�#�W��p���80K�n\�e��������|՗�X��������+�׼�ij��C�.z���D���v��pLpW������H)Aw���X�3X�ڊ߽Y5��C#;z#��
�v��!а��E�`���k�ӯLy�4Z�&�_��㯻�EX�Ϡ��}-�.� ����y����t�,�ݸB��肀��b���f������@{C�&�H�X�3D,BH�]W�$8�宔�-Y1l���W�a'݀�����l{j�N����/���BD=5��1E{��4���1#���uB~t\��Q�����tdE��O�5��h�R;M�"Z�%$ ��4��y�wT{E�a[��X�X���	�J6�O"�m_�$-%����!�G�;�HI�4M�<+�B�&�
0�-�n�5���H��ψ�����ysR�{�߷���--#@��O?�6�w��4B�T�^�^�[ԵWJ"�)N�,��,��m�kh�#�$�byk�6Ui�`�fa�ۤ�2��s��h��- �N,��$����3��j�U��fA-Q��?3oK����c%�O���Th�S1� �N(@k���]�L�D-��E�Љ0��&?�����X�Ǟ��,�b�IpA̠�i�h6����c�%w-��>�w	�Vq�`�c?�="-!v�[�@	M~��`�Bd̮�k�$�a�lZ>�r��NS
�!���B$lY���[�y�eb��B�E@JԼ�[0h�agr���c���j6�4dyW/���E�R�͗ǽ-��o����'���ui�荚Zs �iw�_�ø�����@��X�� ?�!֡���p�9	8��̼԰�ڥ^��,�0V�}�V۟��iUP5}�cW�$����~�-�8�q�)������;�5$̻in5�.;�
V��₅[�n����}�[҇+$-�b{wW4j�;
�;�mo���}���}3
�p56���=	~9�Z�D�m�j�v���_�6<�ھ�c�Ҫ<�9�������Cc�g-�����k[��@$�7@3]ϗ�wfp{��_�]�>�Ui�M�*����A�-.�d���B�Tw}|3��i8o�w�>���;x�]�N��G=�%��Fi�x��g����<�֣+}�Ic���,�8�zߧ[��KM�az��}�܇�~��u�=k8��*p��wv��/@Ӎ�x�h:3
�L�"uJ�!�e<=��'��1<FS�([��v�~��-�?����/�^Ii	�f1����K�8!W�x���:^{�T�I<4�蝁��	�`���5:�魩<>�J��`���C�e�Ge�E�O��f���̱FYF�s��]�'.ܾ���ѭ�ָ�gѼR����X�K�a|p��`���j���|���r�;���D��:j���&|��+p�=�u
Q�D��ay��F�'�16�ִ5�x��F,�*_1㭌J���<�^?$����i��?Pl��IEND�B`�images/plugins/backuply.png000064400000045354151526434500012032 0ustar00�PNG


IHDR\r�fsRGB��,	pHYs��J�IDATx��}�����
(�&��Qc{o�51�(�+���D���41��%�����$���(�{w�����ݹ������c�wwvvvΙ33g����B�¨t*�J((40�PPh`(���P
@A�����BC)��R


�J((40�PPh`(���P
@A���@�b�uoX��_�3q��q&��߰8F"=�9�7g
���Yg\�:�p�1��w8z���.��@
�)q;�v�a����aN�M�~�L����i���>�b��k�#�BlE����ow��W�J��B�P
��ָϐ�K�Vӯ��}�j&�j%Z�6�GY��>VSk���I�|��@�F�U3�1!�Ė�p����
��:(�����y�,x��T��rC)�*Zx-|��K:��3ǿ�Z���~�V)ة%tI�!!.�rQʁ}&e���PD�&�j�J�a(������)X��2�,��RU�A7,�x��%���?��a6�2��V��h��3I��h��F��Ze�Y���zK��/`'�"��R�,J��(��u��tQV�W�>z�1��ze��FΫtq+p(P<v�@�h�j��/���ZԾhY����&+�[u+�'d&��l��5��Ϧ��EҒ��0�#���yKHy��Kyl��E��U�"8S7�	��zu�J���R���v2�c���o�)�3 Dͦ��-���alb
�Z@k���h1q0HO7Y���q��w3SV`}���u�g��+�|%��|XO5�TX�U�}4*��`�a�	�?��d�_!GAH����X\�-Kx�	�n1��q����{�����a�C���.�')�H�e����$Y�t���k��z���yi����F��Q��O�A)�Z�� ���'���LA�9�[����k��o�-�
���3�$�9�g���H��.SV�RVWV�2�B�?�`5�%X4�hX�!͗N9�LX��zJ��nX���o��"8B~*��Lؠ�'�	&�Բ�o�5=����HWiyA�4�4ʷ�mh⊬9m��ljI�LV�PxB�=���a�`

�ʄA7,M�֥0��A�*��n
���rKzɤ漦�0	��Q�"�[
�4�:0�+>v��d��<P�4m�k�CY���Q��<u伞�\3���/���@����|��Pַ��\�<ѧ6D+e��
X~ӻ&l<�����`re@�+�5V�5m�sO�5oB�|�5��@�@�@����*��kǠ7�H=?�2L3x��k���ך�g��U�jƕ���6l�!*�fƠ� ��Mp�P�#��5P��+(�{�3��:�hz�4��CK��?MF��)Z|Tz�ħ�7<�Ѕлz�m�2�[�<3��ʀM5�C^V�J��)��Ma	�%��z����ƆR1`ȸ�Q�G��'����^�V|1E�͸�_7-~.�w���R4�%`�~��
{��œ|�5����(�ƾ�e���?�
:�H�t2�}��7�����똁CW�g�E�qE��S��b������Q��<�!%p���T.��Đ��tBe��}2*침��4��G��=��Z�\���@��y(y�)D�/_瞅�}�E�e���V�@�4v�9x�;[�t��
Tʭd]�/<w�?E�4[`����p,
��*�~�ko�%�̀��T�ajJ�A�޶t#q*�T�Q0�73��4mb0zz��?_H� �U���4%�,{KZ(�.(�s�5n�5j�Q�P
 O����v2�~�a��od��|�#�F�|�7f����`^��"�%g"���L�A�ͺn�'�K`+e	����qI����Φ�lt_�.�|��M�i�E3�:�
=�	�D�Sb9�)�*75CY�%p+�+����J����N��������/Vߥ��
� Xot	,i���=+I	�����{T:���r�0�ިT#!�ӊ�o��-��ŧ/BJ@�30��iD����7હ�V:���2����wT���<4j�^0�MW(�/��C&w%/2b�FS+�M�p~���&*��j�R!���J��7��SO�J=6xU�ns�S�*w�J_rlr%`%@�2�ЌK�_�Vf�R��u:���2�Ϻ<اK�}���@��;`��b�PS1C	܈s/��\��"�@�ƭlr��7k����~=�xGS�p29J��S&_Q(�����G�6(��rV��R!@Я�i�kT�=�C���j��* �]�0L�0���z����h��{�]9�S�s_MP
@ 񫆣Œ�J���!��sOuQ�	�J��JeE b0x������U	Jp@��B��?*L'ӛN�|�_K��W�K�59؈��C��Y�e��pX���tΫJh^�ST��Pi�f�~��S����.�DDc�o{�����{�s]
P
�`$�D����y�%�)&M��x��w��bU��X��^|�OlZ�;z39P���
׺�@C+�ӯ[4���2�@��'���/F�j|z֐�DX|`w�~W�r�/7�4�ã"��"�EE�ID�e¯��Zg��py�
�r%�9N��v�h~+��Vh7L�� t���RN>5
i�#�9(�1��5��^P'W:ǕD�*�3ƿ�*�$�J��}��+?��ذ���n�f�<+@Jb��W�=�}
i4�8��C7O1�D�4�.����=��/D�����[��]��Pc	��{�]u���W4��`C*h�n�^�Z�����3!w}:��p�g����
��(��޷)�Y~'�O���[9�p
��P@�[��;�/�GO?Ws ܎Ƅ�q���]��W�<�I9����iOFZ�5zd�<u��RǾG�����P~���_}���u�֞�uR�c'����)�o%���u69�c	��40hK�
�+N���瘕�oG�n����:��שc��r�u+v8v�.x���/ދ[t�S~uW~�	�Kžj�h'7hvj���o��!% �^"�~���й���˼�u�i@I�U:���W��^����u���7�ś��F/

#��Eg	fӏpܝy��~���o?��w\f��6�=	�o�R�Tr=>�mt�0�N�}I�;P�J��G�U�牃�{��1�	���{k�x����٤���P�
߄~G�u�M����V�c��M�q
���H��lZ-ۛ	�j��%�) a�u�˃}6jj������C�S�o���!�C��x�n��&k@(��:�x �p�� ě%�o;��%`U:���T�G-�x^�,�0��P_eXM�g�Vk'�TR�2D��wQ�=h�t�_�����wR��W��3��~�>n]��PwJ �|�oL��%Ȭ�f]�'आ�|��@��K8���@�Ak>�	����ך���)��f�a�ۯ�Mu�G�];]�S���V�\(�w��㺭w���8��6�w��"p������|��}x��ⳁ��8q�F�\/$#�^�_o�O��)c��i6?a���t{g�	o��m%mHIf�'��4߯�=�o������Oy�O&�=o��>u��g&�7�O���z�������Rm.�6�%��nE��5j{�b��?5Ȝ��JP6�c�,��Q�
`��e����-�"�9�|a�$��g��'���z���~����zG߹���O����gG?zm�u���J͏*��w�
��H'�|
#%+Mv��3�Hi�&]�V�ؑ���Xq
F�U=�*��1˻
�v�}h���)?B���h���Ak/��փ�o|�ySZ�#m�Y7�=X��9�x�})��'�g�>?��������g�s?;�͔�S7v_%0J�\��P�p�C �V7ti���3�x��9u��h�(����n��s�u�<��E3�<��UؼB<����y}{!�w��}͛�>����;�D�cop �s��E���gE>�J�H�\w�Y�[!%P�2(�AH��݆��@Q���h���PƼ����h��U�����\�0��ߧ���z0�_w�}N>\�y?�;B�ip.��s��YY�f�؝�430�}�JJ��Ժ%�.��"��3��GY�����?z�5`̊3Q�/B�G��0Я�F�M1��C9�������v㭇>}.2���'��̻����ɹ�mG��b�
�,��#��E�_�Ǡ�
���`���X#bԼ�.�q�i*�kSh�{C�����|�Ր�,��Wl�#�iw�Ŭ�E��w��Y_�����pΏ��Z�0f��}��$�Yw������V��)��Vc��!^�8y<���.��c5��@�Q˚\�bw�LL�x¾�)��8��o��N;�h�gC{���}���;L���?��ٿ���)��O����� �1������|�JA�A��N�(��I��c�С
����7�����a�c�{b�]��Oۥ��7���^�����k��~�q��c��3O�Dc�)|`�v��jO	��bɰ�6�e�B�v�es6�tnˁS�G���V#t��<�l�4<=�/�x��y�g�N1����;���ý�=d��f��ǿ���Y��?vI�%���y���b�å1[���D�q1����6��f"��_��&��4����-�?�,��G�堎
���5s�I�z�6i��<���?��7ʚ#��J���z��I��51�$,Oç7%��{i��/���v�fh���?��fz����[~4��7���.*O1d�(9�8�y���F��o?��^����Xf��^��7��2�vRS�����@�ED��A��d����.�)�ʡ�
����] �7�����hn����Zl-mIn#��.�?����RlI���G�m��w�*׵!�}S�C�s(���ttC�9��' |x@�ٲq�ak>]W(�8y�r�ߘw�!�}��z+�������k
N��w%��5Ʌ��{��v�U�98�9��N���	��o�s��Z�5�p?o���j�G@����݅t�٬:��bEy�Ȱ����-���7�h��,��f�a�R(����/�|x�/;�xS}�=�'Z~���U,�T��N>�	��gj�; �2q�@&��Z[�ط\eY)Į�]�n�l�#�4y���S+u~��G�	�����eN>�p��}��y�R�[a	�ܽ�q�A�a
�;�^w@(����!Au��u���|c��X��q�/�	ּ�p�
���+7�uk�n%~����-��7�v����#�H{�[~����������ҹ�񧛽)�G!���2ja��V)"��mƛ4��[�b6��ŗ�"Q%����|���Xx1���ǎxu�cG̷��앚�+ĖѓG��	��-И�
�����s�_3%3��z#������۟J�}i�٪��za{:
���t&!��hL���؊E��ʗ{f���L��"�Tkg�al&W��
�i"�D�����_���ǎX�����oY��(��G��L�	(��X��@���7��A��r�~ɽWv�	V���s�B�߯t���[z@G�F~��s��\E�	Y5Z��	���a�=����cKӭD').E����i߉�
Ä�`>r܈gBQ�˄x,��=��,�~|ǝ*�}5���޽7��k��lpl��;1�����B�Rd	P��vAE<w!W��A�5X�$$�S��ǘlռEk���}d1+��]t���Sp��p��cF,x��^=�K_���K�UM+X�8q�
��1�6��?e�9�n�{����t��[���~,L����/��g�KVv��@	8PS��s���g�z�Ai�)|��T��uK|n�,��/0��\�d���%�a܆�.Cʛ@	T�8AI�0t�;h�iU��e�A%��S`�&p�y�p0��1~�>g^��]�h��UN*9��$L��~Ue�ǜq��K`�¡M,]o	�T�n�%ŭ�ZDX�}����:��ї��Y�-I�5t6h�z4i��Pi��j����v0��oٕJ~
A9-�l���(%yJ�P���6�Ny��
���r��A�@�4E�
6��BF9����"��^Hc*���/�A�v"*J�8je��k?8B.%�|�:
�y0��o�c-���e�M����d��3�v'W�Ѷ�|�k+Ơ�F@ė�V
�a�,����-Kt�gc|���c[�"�F!�ۡ�:꒹y�(�Lo��)���R#j�-e�3����;�ؑ1�搓�K���[�s'�|�����	�k4�`��!�g�DC(3P,�U�Ҵ�8MhH/�<�A:?�"�б��nf�?A�w�µ�����ߧ��
�y�{S����r��!��N�P�Y�9N8�Rw����G��-��u\M(���KЬ�U��Xy+d7�L݅�=�y���xn�,<*X�4�C�u�A���y~��WS�z�����|����|����{�:�|��_n��7�x��J^�ھvS�6q��J9�8D�"�D����^w��8�9����Q�8q�u�x��&6�`q�4e�ˈp�"����k����ҹ�(��m��Ln�lr��t6K@�Mд`�@��l
�Ml�=/-8w�Q�������i�
�+�<�>���E�tz8W
�I�2��R�N��_�-�^���ۺS ����@�h�Zu;���b�0�+���:���N��=q���v-�k�@F,�'0O�6���?߯��kl��M3��o��l���žTr�9f��'��T_�x��I��'��u�P<���i��S�E��X�"�
�-�,\^��қ]�.ΟQ.%��0�x.�|����)���oU�}˟��+Bx��=�c_����}�ˍgo��AO ��#�R5�6\8u��ṋ�[^�/,:�,|��y����N�jch�`�w��|W_:���.{���a����+�8mT��E垀?�=�v�{˅�n�ކ�x�P�<�h-�
&+�����Ȧٿ�so��:���`�o�\��O�y5:\��㙮��>�/��sxϫQ���=��b�U;\cp�m:�6�d�&5�'P���7!��|��X�(��M����#.��ȩ���$���l�s��W�5��~���ހ_���'�{o�i�<�%h� �ï��^�s�����<N{ڶ�6�H~�qR�jMGN]lj�iC��;�[eMa��8�¹[�Q��-ݠ\�y�S-��4��[~�����|�.'�2E���?3�Tr
��&ڕ��;շ%@�]?�)�5�݊�)B���p���甼� ��ͺB��κ.��oh����{�������|���Z���<��ʗ'U.�g-�;{i�߾�]'5�����{% �$�]�*��l����3�/�,���dUǍ�92����r�~j�U4}34ݽ��R��b�͞�gu�/D]�;(�h�f��f��+Pժ�>�� 21�X\��=�C��
���>���Y����:����o_C��)y�>�__����v]�98�j��}9�����CN*5�M%��[̮�!ɩt�����/��K�������[���a9�Xl9g��&�^�!�����,4��{���o��>2���QQ!�5�<�xaB�mMN��ꗶ�
;��p��	J���dAw ��Z���ՍS�������f~��k�m���q��PO�eM���T�4U4�{o��„n4-��ti`P�"dn���O!PA�ri����~?'�<t���B��Ѝ.�Dc���A��F|M�`�6:������\��Sj��>Tލ:	���)o`�,� ��"d����S�?& �������	��
qޥ�;d�xv��|�^-}�Q(Ųwx4����>���*}�
9ζ�ڴ�^�WX�<��!�á�*__�@��؀�a��g@���ܮ�pR��E��Yv�%�_��L��]:ܽW��#����w��s&����f�j������
����F���-��J
n0Wa�̠�z�C����!���zf`{ �Me��m(ᗧ�\�l����^��໏\7��9��_�7^���k�I�r��B�G�G% �7�.@�$K�8'N����M9�o�Mo�~�Q�M0��m��f�y��2*����ʷ�J���..�;@� ���X�0���+���K�l���'�;&߲�T�\�=t��*Z���J�D��������s��&g.N�h���bËw��-Z��x;��NV�$�ֿ�u�,�QX��!�
�ן���|�s7Χ�-�x��T������8]WR��m0��Aq�eK�~�pq\4�K�o;��ׇz�k���C��v�s�<��a}��ެ#ˡ ��z��a�]����,�L�
�e}Ĉ��u��aG_��0��r�[��xM_z�p��xou1&(AA����s��'�L
�Qr�m�X����+?Q&l�Dc��Ɇ�����T��M���d�s24�d����Ķ���Je2�+�=�i�U&�~��L@�B�P��Q�osum������/!�&���Ҷ|�n?tA��3�p�Х���Q�
5\�I�,?ֻ)6}�B���M#�aho!�!v\➘�.��ު�m��h��S|y��.�V'��6[�٫�(��STo9��݊�}�Ԡ��	�_�7����Tr�s͕��
D�,�e�lԕ�xo�2�]bK���Y�y��o�]��ke$���b*��N�l4� �@������u���8]� ��]��#�;���9Y5a��߯W��	�����w�f)�{L��v��|��ݖE����*�uoB�;,���T�Wx6c������:n�@{t��a-�D[Ҷ�n#�gV�e��qFsL��f�~]��z���`
{�[IM1�Qs�֣�[>�!m)O<%�T�y����-��A@�vl�?�zP�±ݥ����֙V��q�*��R�����\NA���lK:!�
���S�	�6.e�xo��[�W�}9�+���q�5��!.jr�b��K+�|�|5�����ڗ}0(�PSU��"���M
�$�У�й�2���
���W}6�h�F1���υ�!�`�Vm�g9���w��j�V?L�
�$˔����g�Y��3�(t<��W]����t�X+y�a��Hݯ`�8�?D"���*����ʻP�2l(�zB�1=�k�;��sw�z]�PMt3�&��jE=.©2 ���@��]�s
����T@A����+�uyF@��/�+���

W:FYՊZ�o�#آO�,����m����u�k�b`>��>x)�U\�Ċ�i#����!��Ǖ]��ߙ��	U,�
�n�g��*�jnm"�O
�i_eB�A�`��z�t�v�e���Q�2kl�d��G!���SdGW|V����n�Ոp�:�.��ȢX
QQ��_��+W�}�����t�6���i�$K��0���W�g�w��~Y~�vT�L���>
�����U�����1�m�([
公nÚ�J?[k��q(��#��{�%]�qhv�ႴG�wT,�Ԥ^!����
P�2mj��Qd݊@��@.�������)�g��"j��[�:@�����a(T��{O@�m�Z����J�cP��|�RsBU�2mDj�c�~��l8v��5�i���q���L��dzcU�J����>0�;�-�]�i�X�x������d���ՊLzK��p���)��
����k'׆�w�uU�#(���(*��.ˆ�+=
�=ف/�&e_
�8���kkb0�%SK�RA� ����}d� ���N�B��:6�3
�C������T�T5� H69�4��M�{���U���f8���q`8�W9�������Y�\�I	(v!��Uw�]��z�� ��?�zg��k�]�O5Ƕ�c�SՕPA���5�gx���	��eg^�k5]�iѴ�VE]�;$��|�q����l�0+�7�r>k!��
^��`-H	h�[���L)�T�>�I;+`N��ul>Ԡf��l�f�r��P,=w����~�~����8�ߙ�Y^AA_�َk�x�uR<Qy0���d��
��W+���O�!�i��}�,�zhƷ�wT`h�ב�R׶y߂�4�Y��E��i��V�,�n@oծ�ӓO�[ȷ2�z�ו�p$f�������V�X)�;޲p�wܭ�H�t�ByD�
,Wv�s�e8mI�4�M��B7��9�dfxAC�@!�	��g��%��v{1q0�}e_Y�+Ÿ����ɤ�EO	����8�Cp�
`��^dg���<�2e��Ua���N�-΄�j���OCi})�P.pU��v�].�ᄇ�L;,�`dO.x`gZ<7�=i��S�"S
EC��|�w�|�l�t���O�?l��,���×/8�����]���>����U�5؝B!~0Y�M}�ϟ�Z�H�a!d�(�C����ة�/�O98�ϡ)�H�~IxLi�gj���g3�E��ֽ
�� �l9H�Z+C�۠��͌�[i�u ˬ��}�*_��I���ϓA;����ɣ���%�m�]xp�]'���&]�Wrw@�xH��-�����jF��I3+L����|�V��G�+ۗ��X�����ji�?y�r�g�g���78��|R,J@���&����Y#�Cu��gcB&u�%�+Ȅ����f&���g*���j?��OŸ���U��:����^Q
`��k��@�A3
�;N0+��@)Ѓ�O	�U%�2��V¦{�n�I�Y��Xe��3��뺾�	=��G�ef��!�TK�T�M��� �0MĔ�#�)4�*\���f4,� E@]�D��
P��1�7��W��r�1�τ>������|�剒��w�d�ۏs���6�គ���[�ҫQ�֓:�\(�J��M2�)�^eX?d��F��������O,�v�ܥ���<�[2r2�Y�&�Ӄ,�qܡQ�k��P=֊L���I�'Ob��k�i��n��T��9�M=��/����kn�h�1Pc


�����?��w�.�'o_⟟�z�X����GF&�/r32���I�x�Z:��X0]�E;R��>Z~G��N*�ߞC�l��C��.��,y}b�6�'�$���:GL��C�����BpYq�J?>���^Ck��9��_S�]b]Z��ĝ�C����<�G X=��_)���/B|m���ŸZ�?f���Hľ��w^��uRm�A

�.þ}SqKQ����]�Xt_ϵ7��}6����N}�.É�-�~hޣ�a�eq94�W�\m�w�_a�>.�%�j\@Q�1��퍛q/?6����� C�AA<�t���h%�,
�͇z;0Yf!�Cq�ŵ7��Li�������7����-��7p�?If�l|xn�/I�z粅�Y4�����/��r���w�)b*E�Шp������).��g�h�}����r��ǗzcR�o!�p�co�Ė+��Ph8��JA=��;B�I��+���s /��Ǖ�	0�Ƥ�I(������v`��Bo�`�����AH/?��<�O->h����O����lZ���"s��B�a&�y��x�Yz�X��IG�a��ր�JI���A��yf?�"�y�\�����q˦�Qܹ����~�s����Q`���Ԇ��̛����~hc�QM*�]�N��_�+��xk�$�{t��}��l�,��g�VT$��v^��±7LG�c6ȱAK��ƒ�n%���P\���>�I裺�Pc�Z��<��_	yR9sW� �o>��SX?�"��~�)1��	e�ٚo	(E�P�"��K�_�}�����"�vٴ~�|z����e�w�x����0΀	4�N�����O�=�Dy���
��>��َd�|��o������߅V��˦�@G��
��hr�w!�������?�
׳�����2�������˧� ��>�M���{��OB/(	?Nm��6oY6����P�œ{;���~9
j 
�	�[�od��cmA�w&�w(����RP(R}���v�W�	G>���B��I�߇�8��p���Z>�o��}��j���ɻ|���^/@#C��{�I��.��R�2+;B!8��%Rxǯk�?{��d����F��5����u�\^�)�|Pu
@`�û~�xr�7��DZ(�ک
à51��0ᣧ�BH�
A�i�x)b5��b��;b�B�*���x�c��D�uS�C�/v��)���i�g��>N��j�t����SP�����@a�	����U�
)G�.(*�B^�D�J1�F(z[?�Ά�u�M�{��k�Z>퀙˧�s�r�&���)�~���]�Z4�'
��6��v��Ϩ�m���m�OtQT��ܬgP~��
���퐥�����A�G?�����) ��g0�neL^�:�Nh��k�CK�����b<N;��6�p�V»��c�0��5��D�*���~�Y����,���K��ؒ�{�M;/�$(�����wRߴ��/����X����,�}���wh�NY��^w,{|�;�O�oZ�oު�?��UQX:e�
P+��e�</�(���b	��R*�8���=�ݥ���J�A!�+ �p��G��
KAQ1&�螳�=������˧~oI��|1�[����J((40�PPh`(���P
@A�����BC)��R


�J((40�PPh`(���(X���o;�p��;ʑ9�t��w�;qx���(�P��W:_��`�np0�c���#s
�@9o*w���W� C�Z�|��b@$�U��E=��R5U��E=��R5U��E=��R5U��E=��R5U��E=��R5U��E=��R5U��E=��
�q�H*���+�z,��[GqD�
؛�>7���@���v`pW~���(�}#�a�]�3w�y��@�Rhz���
�����`O���KM�˿,
����<�>Ί��zp_0Q��z�<���%�~)�}g�8o4x h�r��1�=Ar�]�|��]�欠qV@z?��/ :���9�]��gW��Pz��y�9��N	��
���[��j��}7�'E5@��D���+�ޡt�D����K�]�C=to��g��`p7p;N�|4~��+x�پ�|�p�|	|�i��{�;���#��'xλ��wH�B�!?�?Ҝ
΢|�^���3w�y�����8�a~�p�����	��S�o&/;��}����������ĸn[��Pzg�y�͡��H��O�u�Z�P��w��~7^'�����G��/��q�cBy~,y���J�x.e�дb�9䐁8�	��d:WbWp���ݭ���>�뇁�7��~2iM�iH�Y��蕑����@�\?�(0/T'��ݧT�l���#	��R�q�s��Y�=�J+K��58?7ɣ�;�Cp�,\{d9��>|�(������Hch(M�m����,��}���Vo'���Bp�
l]��vƵS�F��ap��?��p�
�#����]���в  ϤH&#�1��ռ�o��_ښ�b �[�����k:���]�1o޼�q�3δ2Թ#����x=����
p1�>���wµO ��-�",�����%zp���Hsn��iR�z����R$���{
Hf�q�Q!���f�Bi�owt�A����w�/�>q�$��{p�=
)����ʈʀL�Y�3����PL��ʣ�K��^
ZҵQ��+�L#�b�9op���|,��:�;p](
Z��g�r�ʔ�:?��,j�4����9�ULzqu���S�p쫯������|���&"�cp����5�����
�~���wp��.�&�G�{o�d/ʷ�����u�E<�}x=/����W��_�b�Qn�R��)��se��W���!]Gew#���2�3��"��
��`��������l�%�HrxOD:4pN���q�~�i��\꜅kO
�E�,��(���T�����k��+3~��e}�_��'���8`�<���x�-�U�πsI	����{���kz��<7�:+����VR^փ/�d)��vn��B���sl�u��͕�*V�����~k��[�i���g�+8��'5O���	�<:��@�?WzrZ+����%���N�'���tX_]Nc0g�\�\
��p�Jn��FAR>gk��}���8�P���@�*2Ok��^�	�<�,ß��C�S��8�kv>y��.���N<ONeK�y��y����g�+���yxG�g)�����Uo�!N@���B�z�7h���ˠ��y���wڏ��:�M�(����r�7�
�����P��B���a�ジ�YԹ��<k�ǥi
+W���g6)_�7�_�y�;���>��7�(ĩ^Z�h�g�Sh������nNA���k��^��<n���r��%�5kD���n:�t�D<�w�:�{vTZ��3X���2X…G�s���ze�����H������|�si�%to�,��7�(ĩ�,&_Nۧ��X����sH��aɒ%���׌p��9~��N�&����Z4Ey&�W��X�
��b������:wd���=���I8�ƙ�ݗ��4<^]�L�s�b2�l�2�y5b`�`��{�����'�����W���� t߬������;�g� S��<=^��9�s�{Q�EU�*|�����DԹ�Vg)�G�����,f0Љ���4�D!.�Z�����]�f��${0�C�*�k.s���i:�69�,��&��-��qD�l��oѕ1_D��m۔�M�Y���6�X�|��`�K֪�X������ފH3k�+�,p�_����硾et��b�nƥֽ�����
H��ANs�\���nۀcq.Y�ͶC��TɄΒ�NN�'�`�#��"C^I��}O^�g�X�{V�(*Azk"��%�%��
z?�>�` �q'b�i�+�q3"6PJ&�v���ջw�xa��t�"�d����g�]bTEȖ�L
�ds,�U`�
փ�rώN+��~�w��
�ٵ\��Ҡ�����I�4bQ�l%
DD���o�sh��>!��@��8��~i��f�����.��2��9ڌ�u��Q�A^�Pi��P��
�?��ի[����iE�w�K���K���3&@k��8	��` ���C��(j�=
�(j�KɄ�|����=z��:����e����Z�j6���k�k��5���i��!k�!.d���ׁ�/����PVE�<�r�O+��K
*ӳgϨq�\u��@}$��y�A<�)�n�\>��+t��H#6k3�.��ݺu+z9-�'���b�/2��B\j�ii�e��0Y�QQ�b٣
e({��.S��;c�4�8�M���ܓV��E�e9������dI/j���CQ��a��%��-�{j
���硂o�q)��ީ�L8,`C8�O��B������_q��T_q���+�M)�T��6����*��!a�Y�);E�s}�~��V�aq�ym;��Gڪ�|��zG��I�y(J�}|��J�`j��9x68;t�+(j�o&��T���;�gx����q�i��[�ܿ�`�-�����'�y2�Y�Q��5�Dʆlp����<��]�A	<��-�9l��|?O���w�9&@+�v��Ho��4�����Y��./O&����9x���6�{MǵE϶E!NG����-%>8"�H�Z������Eܛ\z7/Ĺ���ko����������氵�?WK��u��<��-��"t?��Spˋ������#ЉH�s�y��
�H/��Z��/�o��uJz+�{8�-��V�Ͳ N`ȶ�n[�@�#�ڞ���dRNt�&ܻ�g��q��b���V�}�f��+���G}�#�\��R�3���pO?X�dQPh�q��qݱŶ���l�[p��O]΃Ci�y�կ>.��w�
�衲��!QQ��5E;�eB�
�b̍.$����z\7�I��M����#�v;�i(|�nn��*q���b^*�%���E\�3<S��\($�(��4#���x�O �'�y����'�g~p.uF9�� ��2J����%r��~pm:ʬ�Ӏ��^rXx8�!/B�‘���}�,�;��-����|�y�xP��z���㙮�5Tío7��|��&
K��"�s��O?�4ů_�����H��\��Y��B�|.����핔�/q���'W�4
;0���q
)�(�-�d�չ���}�<�>8(��7���q+ܓ�7ƒ�G;l�_���s%{uF!.��#E�}b�-����o��W�4�E�������M�z.tJc�=�8?���\gi��6jJ/g9�,����S��������RT�[�L��[LDy-�J �|BcSq�Pp=
T�]K-Ս����M�;w;�1���f+ܘ��s��)��y�_k����}�����A<gN�:n�{RY��I�U2#�7��:�'�  ��-�����]�>���	v��{��Ca�ǂ��4�-~����'W���e���<P�K������[J���(���ͯ�č�ٖ��G2)�鄈�i�ֳ(�'p߳�=�</;�Q�P|B
�EM)���E�}>y�����FݶG��\��rY�3�ڝxy�3���L���sQ�FZ�H+����gxv
���e�����pL�}�=�m�mx�~��i�J�V��Vd���i�Δ6H���Ro�	q)����������6
�98�W@��D(����֬Y�M�<�%��	W�r���6I��\�4V��O�?(��"T��͐*
3EBBs��y^�y#eG��M�L�u�R* �J�Iᄗ��
�o��f������ ���uH�f�r���m䱇t.=��n{ŝW�#�Mq
ǹL���ԥ$%�$H��"t2��;En
��F���O����ܛd��Li��9�t�,�m�/���D��s������9a�HKW�F������%�v?^!2�>��R�:��h����½�t�U@y9��-����/"�K��	�Y�l�I�u^V��x9��x���Q�«\ώ�hR4�����ie��;5K��q�����-���R�/:�C�	>V�
� ֝�֮];�e�v�d�h2�|#�cpmA�q�Z\w�˶�j��~D��l\~خ5*F�#����\�, /2?�[����#�)�Y]�t��������-�����wIe���=��v>����a���5�q������PW�VPŠ���=���_~�%i3Zew��~�IpoN�5E�5�ukA��;���:���-4�;��WSq�{c��!����ݹu2)���I�"�.�*�k3�~𼮎��bʍ��9-������G���u�����M-�J��.8"���?������s����,�����a�eb��|?��5y[�R���BӉ�m����o���H?
V_���np�ĉ�L��Է���[���~0�G��ԇ@��y�4�~��
������<OkC׾zbQ
@J�������A��//������|�笎�kQ-�[���ݹ����˛ft���ם���<�ա�>��/��\-/�|
R�w�e�=^'Z�o��E��g(��@�Ν�r�='��v.����[��#p��9X��g���\��K����<��%�<*��8���-�|��rܧо7��/�E�NTmyC��%=���3�ڄ8�!
@A�T���]
h �4c�a�Ꮈ�R
5�zU.��8<�l4�[ԟlP
@�&Ph����D�"�]�1I�����j�f$	�#/�#C�"x_G�C)��@-+˲N��=H{W�*m0+o�N��?K&�e�0-��BM���˂{��I^�����@�^�ȼ)�P�q���Y8ut*��_G�M)��@�*�$�
<��~d��;:oJ(�
&�c$�%BN�0GK�(p�<��q��+�1�j.[�{�Ĭ�&�	��P��t�e����bs�J((40�PPh`(���P
@A�����BC)��R


�J((40�PPh`(�����Q'ҁ�-�IEND�B`�images/plugins/speedycache.png000064400000012531151526434500012464 0ustar00�PNG


IHDR���>a�sRGB��,	pHYs���IDATx��]PT��BEE��Y:����t�^T�X_��F��`�4���=�b�L|�&�gL�1�6l ��;��
�{�,x���f�?�����S���8p�8p��A]=�aN^O��,���/3�\��2);�8ba��#{$l�p`
m�;�����ךg�u&�~�e>��trv=�2��-����������g(@Cې�P�
�|����G�n�@�1*��6�*��������6����������x�:�=�yS����iɾ�&�K�`��0�Jɉ>�.j���/�c׶
��W�8.���c�B��6
<"��-$|��t��|i�m̊�Oh~*6O\m
��8���U☀�����7�d4��@����zd7k�d��(�6��i�Eٳ<:��M�{E��m^�Ϝ4�_�
���,�����ěz鏄�V�<�w	 [>t����Ԝ��6�yV��6��]�����)�K�ou�t��g���κ~�մ�VTM؝3�a�>���ش��%��h)$���B��+���<a�p_;@#�ݑp�1���	�O���DT�k��5�x�i�3�6��콎:�����ͭh�������3�������y`�>#��l�祚ϫ�z�P�T��}扫la��@���u^Ԍ��$��|�Щ$�*�9/?�q(I����<J�'�6(dҙ��1'��8#�Z���w�%��Yӆ��o��������Z����>�K�\Y��b���v��g�����Bi�n�ظ�ω�ϊNm���`�{��(��L�n�5�[a
�P���񒯜��x,�A<\�00["���U�H��&E)�s]dɉ�����*��B@o�k���a��2t�Q�c��a2��[��E�׍Qq��u�׹��
�|��	1Ø�f�/_�����lg�ط��9祟�k��@�͟� k�Q�`�%����@���)�ucV�J�>Q`5%�6�2�B]a���f}l�}�
�}
@Ej��̿���;���Ӆ��[1�2V���bA��W2[eڙ��*z���÷��)�9;x������*f�N>�,�����4d���j���扫U�K���cU���g���+��m��l33?6�=�k8�HY-r��f�$I���X{��U�p@Dvm������iF�y�7��^؄Jgm�ѩM����(��L���1�'ؿW��ɿpɷ�I�V!�~�̯��s`� �&�1���+��3��O�x����3�jh_��;�}��پE��&��1��ܣ��b�M�ln�;�{>l�%YTʍ&��c�Dm)����������G�mU|ԋ<7�>f��щ�����Y��V�&�/�I��ʍ9�K��4��9�dzQ���sT_���٣l��EW/�,?8y�o���4fF*�MvoC�	�N���/t_��QYw�@��NĴ��"����1�9����?�
?���̷DŽ,,�~�6���r���}��0cy�_�"�n�┈(�j�`
|
.��I�4Ur����`�0�E��kb=i����S]��٩V����"��n��;�ԯ���=y����x�O���G��9(5��4M����C��+����-^���L�ۡ�;�Cv�*?�?�p����t}�P(Q/��X�W!p^sJ��?�)- E%}�_��NSρ�OP�&����O����K����"�_�*�!Ԋ��W�{~vQ���(���}͑�	��F��7<xT�WΨoO��;��J樱4�VÐ���ݝ:A�"��/:�L���禟������T�/z��;�r��G͸q���b+�9�0n"��e@w4�����������-��frR�yOn�j�����Dȉ���v���O�Z �^3N�� �������l|p���|�0�^�6��3�<��>�W�L�X��`�<AI�A _xݘe�$��U��&J���⥨�����t^`��?�`U_V�"2��G��"���	�_��@�����":���c:8��3��Gg����=�bU	��u-��2	����#�
��s�����7��s�������G��`ļ�3���&��-C�a�[�@��;n����
����I�
��
��It�Զk��"�B�N!�ok#�qa��H'4�P1��h�A�-8Fp��Rf2�N^��J~lz��.���&�D�h�%ym�j��r�&��66_��r5]ˁ
�N��|��oۇ1�����U5��YjZ�+��#�i���.=s�@= j�~��HGV�X����V�Mg����_%�~�:�8\^!(/��{'�'���0���k�`��^�$�#Sn	�¿j�a�+u��'uD�\��G$����'$jV6�z�x,��i��F�\C��L��uc��W�5�#Cs�
�;���]#�gF���I��0���:��I���:4e���LF�5�ۊy�R4G��8�d����]1'QL���v�vO�}��
2�wf�32���ۙ�!��҂��_%y��@}MGi��� ����ӂ��v�&�3Y�	�v	��z|�ͻB�ˠ�1Q��ˆQ�LCf�s
v
F�=��Ȭx@�L��e��4l?�5N���񠚖!����2/��zd�z'I���[�����g��ው�v���J#WZ5��'Ѳ�5X�w�99���S̊G�i�n�@R��	̢Fr�"j����f1rCi��5b)$�M{�|\���	�������	�~�6mPP��D���)����Xi��u}wM���h0������`�f%�u�{���l�r��36��$p�0h�ERd��f��(R���`3�Eg֨���T�6o�[}���yI��s�����F�*D���$�����?_���y��W|Q��6xJ�ϔ��v��V�D�sȌ�G��O���s�A�o��0�_�<,��j:&ZD�Es���h"`U��3e�t�n�Ir[YDfU=�ʷq�RA��ߤ�j��g3)C�b,I޹�AZh����}��d��o�|�9*>!�
�UBZ�A\�c����
��MN @�@r�`6��9e�X ��D�<�\'���`!��yE|�sz����d�`9��pA0�Mt��
vu����2����˳ȬJ��0�eΤ��׫{��߀FTjZC���iar�k�"���꠨t%y�/�`U�u�8�U.�Ĥ�]�Kk�U�h�Ae0�<N��r.�Qڌ�ځ�]}��V׺��3`���fU�-��
B��
�x�+�r-�mP�
3Fr_�:
���D�9a�>�2'�L/��;܏c�	B�^D��\/n�۠ W'S�u�^��֡����k��LyF��^1�Au���.��~�u��6����u<Ƿ�J���/Â��`�R��q��l���ω�y�	��w���C,�
��Bɔy�~%7����{.P*�&����A1T,p��wo fFԌ뷰~��,Z�E`B�aΎ���ǐ���d�U��iՏ��
���o �ھ�aI��#�ٱ$��<��Pn<eP�Ona�}G���
���hr*dO�jDT�|�����;���t[�w���B��
��$����[�5�s�-�7�^X���S���=�]o�;���1���$�G~��4������*y�]��IY^/�`I�������6�%t�o��s0�G̕�1-.�	5��|+j։|fes;��-ҷ�M�+�
�K�
�|D>�8��ޜ{��ش��_Eq�Κ�69�b|p��늯g O��I�+E"������p�Z��2�/5]߭3��!{�§\hL�բo!9z���W��&�3��3
�S�X�����MS��kT��85@���?�=0�?_�������b
�����1��F��� ������^����F�u^�"�m��XO��-13�<�Mv_f�d�28��$���^id׶B}t�Q�,�]tD���ŗ:Nm'�?ߵuM�>��Ѽ�K�"P�&�?�u]�LN�Ƅ�,i~�T�J�__ZE��(��C�U"��>/��p�i��M|�c�����yn�������	z.���s�d�k;�uz��E`�6Ms�iϻA�&!��!��Ħ�k�M��fI���XOύ��y��ڽ*����k�6�?�����K��*>lݟ�%4�M�7�)v�E\����4չ=�F��胁��e[gT��&n��M j��Qq��Eڠ��Wr�&ggtr�1��3*��-.�a{@\�AW�'�c'pU�15��,cj։
�eMr��+U�@�m������nf��ZF��Q.�dDž5l�g�]���r����j�
�9�vE��KnއMv�hTI �A	���7���CՅ1o����nE"��m
>�u�/ߠ����[���@�����@�����TB ��J_Tʭ&V��VN�}�N�1�-L�u�7�@Z�{�@�T���;�쓣�&���u��U3��A@< �C§^��ğ�u�$ǘJ�,�3�l�6�FD�ܼˎ>���;{p�{�N�_�F�z�2�d��z"F�2��1��������d3�(e�OV��<���w+���Ik=�?;�%������̌8�d�8���04,2�u��~���ev]&�J�0#?6��-x�/�]|7!G�Uv�^�a�[8�}���ț����Q�t�gONI��yĠ[́]+�~���]V��fhG��iWo3x_΢�>��Zz��:�u��`��*	 6�^{P��]TVr��XAa��A�BX�X
�Z̙r����D��W6Lc�ڃ�p�]�"W���"g����g��I��F?X�k��x�$z��s캧2	�w���ش�O�~*�x��t�8eÈ�j��jf�}�g�9�K����w&���b���l�
��?={�]���Dߵ���3:��#���Wٹ-������u]WJ�-�rA�$/��^��c�w���q^x�7����-5��60[�sJ�)��3T�`�'XRҵa7��0�-��?�]�z
xcKXL��V���$�1��7�����D
��O�N��,w_}x���#G�2�81G�N��p�?��G�G��Z8p�8p����r��0 �IEND�B`�images/plugins/gosmtp.png000064400000013124151526434500011517 0ustar00�PNG


IHDR���>a�sRGB��,	pHYs���+�IDATx��]	tTE�v�̣3D��aQ�]0�J����YT� �@F`�-:��H�Iwg���a�v\��%AOzIoI�$�D^}���!�{�����	�;�΁$��}���U���$��W#��l��ȶ�6_�zw��@`�eX�kK
O2^�i�Dp��%��"���-E0(�f�ׂm�1�|O�%V4wO1/�D�Π��I�D���7�o���K=5�ɒ�	0��r��IF^�=�����<AA;�S���o)���	��_��xPg��.X�*ӥ1���`�/�O�ʵ˺&����d�]��dCX��@X��&]H�S��d�xDp�6ӥ�9���D�ɏζ)�0�K�g��@"�CKH�ߡ�"x@g�
�/�ȗ A�p�M���…eh���`�"!�@����Ch�L�bc%�:��9��Z��)�B�x�if4���w]l�K"]���6���"�J~K���м	>��E~K�!H��DFD��̝[��,�DL�]�M�M�"Hh��H�v�V"�q�=�-]��$pWEy%�G��޴IO��7�E�$�r8�F+W�_���Zr����"���z&�r��;h��lwg�XA>LM������f�"ظ���Al�D>
�h֬fw�.Xp
D�{͡�#P�2-RO�I���N���!�q��.0B�h5�+Ұ�/Z��)<"�V"P0Ķb,[�͙#�O������?�ϳ�E>.�)?!��w٬�F�ի���;^��y@�ҥ��cP��_��Ӣ���u	D��r��(!�a��WH�{��W�^Z�ӑ*�/����`��a&W��d�?�k�/=V+ו7�?u]�NZ/Z�0��w�ɿ5p��h
�t��E��ڌ�c%���텫w�[��-�|����D#�g�uV�P�uM6��aK�~��69A$Ξ�~f���VFd�cG���+�\v�����G�Ӭ�D>�v�ɠ�8�p����_"�v`���;�߯2����+�z�ަP�
s�?��䓈`��Q^Ep��wk������;^���"�
ŚO��#� ���}؉��w�����Sy�q�l��Ҿ��p����ŋ�T��eΜѺu���-��y�Z8|��u^
��U
�
���C��C�]��R�FZ�{ʐL�W�׹sІ
���9~\%!� ^��vO�x]4��hr m���/^��.F�j���g�g����o��4^�[3@�=���S�O��ƍ
��^��j��o�"Ȍ�J��=������ۭ���^�_��QtPi���,�aE�,�K����}�CA+?��.�w�]��7Kύ�p���^ʴ5_��;_�E��e�h�T[�[�6��wW��P�[o$�W�+�c��y��_O
̧�U__d 
`��������-��)����BE�&��

Jy��Z�VȈ`B���j�O><�4�Y�4�����\{�?6���E�t�b��-�x���$��9����!_=�㈆�0�@�e>�Vƌ��Gi̬�QY�-�"�5?����͢�dc�1�զzo}#D�kՓ���+	�˶Ő���>�D��?VtK1�Ұ�-���_���r�_h�Ao"��o:����D�t��Z��q��R�1��4�G��Y�A)-� �k-����51]��"��,U�[��&_���앨�y�=N����7E��OHXI�n!x��*"�z|�؈l�N����{J��"t�&�t�+�tH�P�]�(�~�mu�`ժE��
,�ЩԔ]�������e_"�St�E���c�ИY0 ����*P��)H=շ�,�]}��Q���m3���0�]�J1+ ��<(��L+�zi-mJ()��b���#��]�F���B��.	LJ_ N�J�'i��ɿw���c@��*�H����M~|���_�E�N��:�E�>OA,�`���}�1f�wmd���cm�1`��o��Q��,�u���r���ˆD��1ȇa9��|<瓐�Q�L��>q]y��
p��b�H�
#�:6�=e��h��A��KH�x=u�;�ML�V�)>6ܯ21\�e|��P�	�ӿ3��!S=�
��{5��{�7�%���+�|��Sa�aNw�&cl��S+N�1To�6�}�w��Ŗ�g
�l"�ТE�D��6lx����-�����:N���d��L��oŠ��sh
��$Tg�R(^G�g_��…g@��uёڨ�]1�;wS��m�|���FNtV���s�õ1H7���[�i�QL�2�~��z&���[1��3���&����t� /�!��;���n��	b��a��2����s�/Ӻ'��ɧ!�ŋ����G@Nş3y@gy�c��Zl�1�'�:p�1k�k�{������{J�K�P�_f��2VG�U��f@|�?��N~K��v�x��ʁ��ۼ��_dʨdh�y�V�O�L�U���:��ts>_��h@�7���Tn�/w"�������g��N*ӥIEU/��Ư@����S-q4ۍJ1��5"ۮ��:�-�2��:׎�Ց�ν��?⯭��t�q�K�s���jzF�K' ?ш��蒏�_����ScQ�l�'�O$�SAo�
_����'��ekS�hT�n�-��X2�0��D�Kc���g��|L�h���ZLl�>�k/�=�"�\�"H�_��&�����կ%�S�Y��7
�Gco�[�
�ИE=�0�#38&Ͽ�`o�*L��m��j�
�o�"��	Z�#w�N�R1�@n���"�o+��*�!��R1�u� c�a�{�䣬���,ՙ�_���C��K>�
�=-�r�.�@|�b��ߚ�_�b�"?cAJ�^����}u�.#��E0�@>����\dg��+�0-\�g����}Ĩ\��`�i$�EP��F*�Ϗk5�����r�"�/�?�c��C�x�}����UV�91y����;0D+Gd۔��RƖ�U>�i��-��L�Uŀ��T41'k���OF�;�rx�g|�3��5�-E����v�8M�K�|x8}?�*aM��Qp�*z@kAӭ8���n��r!K��(����|Git�-/B<�,���6%�����m����M��%;�7E0�T����M>F��ʵb	@���҃߂�nEc
�5q=tF'BŬ�{k��M���#�^���x�����~A��ր���AQ��m��[�y���;t6&<��9ؤ�Q��~����N���^�r{�V_D(-v?:�E�^��]1w:SvW�������ط�2~Y2�Jgz?
m_�s���yـ�䁲�xG
'���X�+O�O�� �� �L��/�=�b[<Z�>�J�w6�p� ��@�m��B��j�%o��/�R#F��l��.�3;��G�[�p�F�w`�=:2�n�^i�6@4�N*ӗ�9!�sF�L��$�~~���3��1`�+!ğ��
F����\?FN=����/�-D�M(t*�����̰�zA�N�^��i�^����?W�A��I��}�5���*�A����‚W��� $%�>����B���,���Ю�f�D�ܠo�	w�񉢜v}�9\�~��1rYK�H3�8�X �
�@*|��*�"�
�w�����`�|��r�9���C�D��T�T�V�CR�A"\BA-���ֿ�}�	�}�>��h�-�`p��b\敜e�m��<G�Cֵ#�m��m/ښ�G����cڞ��uK��p�<�q\�#��΢?�~M�@��pt0*��N�X���D�堮�O�S�)�p&���w��5/�iuo�ħ�C?6wR���U�h���mE3��Vr�6��1+��#od�_��`�_�{ٽ�Ƃf�w1���/d~�${"��pDEι�l��2�D�8�Í�q;�P����AW�H�l������pنO	�=��6�)	�#|&0h{��`d�]�o"�D���"�=ݒ͆>�%�b���q2�Z��g��Y�wW3�?;���c>u]bo���L<_T�*����B��FP���:1�^���C�D0����Ʊ�HH��,�\"|8��8����W�d������R�%~EIxb��8Kjd�]9ew
W<v8�a���j91P�"@�D"T�{�5��_�Ė���OD�$@�[1��"x@g1�+�䒔�?���5� 	���,p�0$;�M.I���b�E�
"��H�o��ͮ!��`�1qD���srp�Xp�6�;1;wb�-��
�}T�w��l�ަ�cC4���ᯥ���O-o�㯋���1�X�X���'��%���լ�K�1y�<�R	6+!LT�+p��B�J�&8���+L/�Nj�"'�W�7��ԘQ�	�
Β��"���������GF���՗��O˲�90��֗:���q\���ǖ���[�0����W���q�f@8�eڜ��3�Ա�r�����i�{H�`(��4�������,!�����9����IF�t{��_�8�ʞ�`���#MtR�lm�M̑�����ɻ�����f����:2���
�8Ѭ�l]��o���0�Ŷ%d����9v�h���s�lm��p��|p"
0��Ŵ#$"#�upʎs���9q6�Bx)���E��0�n�{���q4�	��֬���w<����U��IxW��j`h�	� H�D~�-�A^2�gPJÂ�?����)f�{t?���^,��=D�e��V��*,�`T��S <���������Uo��oZb����՜���k7ߓ/�/b�`��!�,���?�J��"���33��}5J_�$!��D�o����W�x1\b�÷�`��W��F��%�}��Bg�!|"�ec"92���A�vI�0���+D��vKf��kBl��HD��N�w���k�$�6�� �d�*��2�� F�c�{|�I�|��8S"_l��F$��Gn��[�Y.���m+�k�7�]�&�c�6��@���^���������|���i����1m�#��u���@a=�:N4��ߐp�N�8V'�'�U]�����O~�$�C�:\w"
��*偻{	n���,:�?����
L/
{j8�d��wοA~�T���!��`��5��
�/���ު���oC 9������~[fp�D~�� �N<Wq�7 �߆��M����P>;_ߋ��H���4t�a�@��d�,x�"$@�D~�C��Ű1��D #��KO~�?��B��v���P�����/q���6�h�mp/��cy��gX$+Nԅ
�[����j�aiy�`��Z8o:�ˈ�|�:ʤ;����<N$L�0�D~�C�A��?�$��9>+����|��;��˲q���S���mhPFe�S����]w<���x��tqB	IEND�B`�images/logo-white.png000064400000020071151526434500010602 0ustar00�PNG


IHDRP��tEXtSoftwareAdobe ImageReadyq�e<fiTXtXML:com.adobe.xmp<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.0-c061 64.140949, 2010/12/07-10:57:01        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmpMM:OriginalDocumentID="xmp.did:7CEB8D3EAA79E111BBA4C2A807B45575" xmpMM:DocumentID="xmp.did:4EAF7BC49F5711E1B08B9F5A9E96F322" xmpMM:InstanceID="xmp.iid:4EAF7BC39F5711E1B08B9F5A9E96F322" xmp:CreatorTool="Adobe Photoshop CS5.1 Windows"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:E75030C4D77FE111AA4BDBA71E9FD48E" stRef:documentID="xmp.did:7CEB8D3EAA79E111BBA4C2A807B45575"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>�_KiIDATx��]	|E���$�p9�F@E�XW�UAWA]Q@P9DTD���UPQ�V�W�V]�PPQ<@�%!$�3���SS�#rt�z��e���S]���zU��ˆ/������K�j���ޔTS��4�'J=Gj�YR��B�$�E����0�JO���H�+�I������1����
	$�g�H;�ӥ������..�<�ݤ67UVMk `�������ӤVH=O�K1ί!���+7�g�S�a��^��R匿�Z�ER��q~3�g��}�	���9�*�5�2���������M��k@�����05�ge��J͐���ˤ�Ĺ��ԏ�8:	3d[m%z�y���7�ۄ5R6�����;C�R��0�Y�01�="5��$�|$�
�;��&�}��)"C�F��H=��+��FUa���
��5U�����UP��Q��h�m�6�,�-�e{��\ �o��+���M	��^��ۥ�l�8��źΔz��L��J|�ȡ�J�~�=��RO�z�^(C-28�K(uU���p��:��0[:+#�x~_$�s?>ڟ	��;�@��T�+��)��
w�^�s��l��oƸsZ�36�?��g$�dj���F❙�c�GR��⃊�0�=�-��p�ё+�cS��v�&'I�G�R'k(�ĘnB��Y8�+�.�T��3�A�<E�@��p�}$u�.�X�����\��R�a�(�w�HHPWH�o��_�p摔\NPP~C#*U��H꿅5�}�,ǥš2o��^-5���E�ha�_��u{M3N�8�xFa?I���u�j�q��g�x��Q�^�����c��S�C���mV����L��X��,�}ݘhҌ1�6��?����Chw^k{�~�r�i���,��`9�}XX�<��<X�+3�q�Ӎ������u-�kl�He����9��ڻ����۲s�N��GG�Kˀ|@��(�qš��H�eOIc�oH=\9�Q�<�g��&�=�r�Y���
ab��و���Iv[#ϫ.�v���!RRR�؃R�18� ���BX���5�!i��*�p]a����Q��3�-HTڬ���-���"���C�:��d|u�2��$��Ro�T����[��+أ�'�1��)ir{�-��~��x=�:�g�_�J̦�s�r�W�0��w{�Y���nKю^g�
kxSM��X\�o�x�ftJh������%X]���|�7�T��&��ʸ��udߥ�l���aGXdee��T��u&�O�����D�&A���A��,����@�u9�B��1RG:y,�{��]{�W�5׮_u���=�Ȥb��֌�?kԡ�O6�l����x�-��}��t6ڱ��lV(z��x_7��?A�Ɩ�q�� ���zå�j0�Q���}��đ����>��c	�G*�W�	�l��ch�;�5��2)M�9�~n�#O�/@��eIFZI}DX#!�꼙1�D�At��R��:!�������k��1�y�v;��:?������h@��l���4�š�Tp5O�R[
k���Ⱦ\!�V�FւD��Lسd����h�#A i�{a2�+�N��tql�������(�`ƬC�.�dv��c`��>���<��}�v�!H��P(271d��
!Y�"�3��m�W�¨F/��y�{� ��XB4��I���?�=J�翀�m'���;���";
Xd}��CLf7_X�*k�qxx����l��ۀi(��f(�!"�V���TU0%��Ѐ�S���F����[t��yU`p5���aI�8�U�25p`-PG�Hp�Zqe��AM�_���f�� �{���|��ʳ��|��O�"���U�J�
46`�˴#��j��)ǐ�v�ùp�0_�:-.���6ĔE�B�7�����O����6�`p]JJ�G��p��Թt�#���Me���l"�M��r>FB�׎�'k�J=`���I^w�m�Z�)�� �F�xT�xB�e�	bP�+��CE���,��\�cǎ`(_�V-�GEEE�,�i��q9��B�3:1^�޸]�k�Hk�fWѨ���$���0�-�R�����vd5p����.�>�2��*ȵ��JC�\�)�|����Ș(�c��ܖ��r���?^�GO����ǟ�$h�d�kH�?�
X(.J0K�[�$�GZ	k(y=�������6�h��A�k;���AF�b2��/!�3)J�KD��5vJ|k�o
]<�\Ӑ1��D�]�+�Q�d��5X6�~�V�Xפ)��-�$��{TTm��T>'F�
���$b[^��ܥ	^c�6���r��3<�8�|	7I��T�OB�QRRr�d#��p�u��U��j�0]��:�[��m��*�W4&�{��X���y�
��7�F�BF#�W�,j&+���~�υ4�F�oW���`
t�4��i\�"�k�d{8ry�f��񌱜Jþ��,^����Sx�z�i"�����&k��gD#A~��8�ۏ�ɾ�G��MD��A�kL����!��
+��6�	Ah����kwT�ذXu��k��:dHC	��hӛ,{;�L����[d��\�`\�@�wgq�i�5�}ԅj7d���Vh���K��Kcϡ�"���^x�gj��y�-i���b0�1���
뜾�F*�(�co�<�O��4B'����׿@#PQ�"HC�6���I��\�Z��A�Lv����
v�N�G��o�ʓx���q�ij���W�y�T��U��w��"+u��I&j��BHI�k�2���`�&"i�	&w��b
�5�^[9�L��oKW����I��
����$�����P8|�b$�b�FW��Uc;�=Y3V�q���"�^������Aұ1zX�h��	�@�������!�I��E�B�������֎!/�ώI]]:Z9��e�L;6����\�." 85��l@5�F0��Y[kD��ш��"�8\0��|�.����80�L�����٬r�������&ʿG��uv�I'�	�nS�`g�T9��Hl;�4�����d �����x��.K]l�K���r�7�fp	��A���	}D�
�+�k�:U���5N����ю�gC*�Oe[��Fc��QPl"��-�{*c*��H`p���&��2�ϗ��;Biv��P5ؘFj�w?{v{�ROT\�5�}�83��.X	�����n���@Q9��˥�StoE��� a���B��dv6�ʹ׊��qe��q�C���ͥCɨ��c��x�Tk�Um�G%Jl�8K(:��71�6��5X��}lA»hd'3F�ND�%����?g�A�^O@P�N�ވ���3�����0�J��m�,a����,!�Y�I�^𙆺�ڲgV� )��O�'S��U���V;�͏j�r{B��U�k�ְ��A-&@�k,qq�������b'i�׊�[iJ{�f����9�o��L̬�w��}YD�����ց�fهi�7�lu�&l/�����W�%t�R���m���!�Bj�Byݤ�1����fš��R��Ř�x�v^wQy��y�U�t�'Dt.�-���6G�H��.�~v$�`�ܴВ�q�⯃6;�ڰ�W��
�)K�R�Ps��Ho���[7Ҏ?"*���u�"����1�#-����rkL�hu&x?}�N'���bia�n�����L��1>���f�w�O )�3ݧ�n׹Ā���/$�'�κ�H��v]"��VY0�@�B�����Io�˺u��Y�HOO߰���T�H&�úT�h6�����d�r��(�#����9�<�z��=K{��ҘC���(�-�G�%��d��
t�x��&��HT�{�����z��.��ޢ�(�}����!�z�K��h��,7L/6�ӴX�u����zt�h`s�C��?�!uf�C.��롭Dz�Z�'���}�e�]��N�s7�Sǂ�r;ݞr��6�hZi�� w�����^ZZZ[�\�7�A��t�Ѹ�Q�fͼ���_C�0�0��{���d��N'���#�Z��
��%2��C�
|����R���3/��*L�Kb�+�4�n���X��"v2�4%.�Y8瞤�;jǯv��i�* ��@�;��������6�׳�o�����A��Y_��݉#�K����_$EW3u�[1~�l��K��؎�}\��)��/��Oj��]�#P�1F�M{SA�^�9�v������.�t\��ڶ��d�dy
6�/;�"O��|8Z(���ջw��k�^��n/���񎏫P��4���c�8%�Bkj�t���h�!^"�&��t֖�Xy1ʌQ57a6ɺ���h5��d�}�����1n��1�����=yE���2-�
�;���u��Lq����Y��`��vWz�%�����]@�K&���rc�ÔX�(���"2"��L�x����@�9;�:�������o��ϯ��rh�^ ��jѵ�\,=�q���OK�#-=�\�c��(ͮSga��m�嗆����O&��Q%+�Z:*~�-�Wg)]�c0��\�ݣ<KYe2�E�!�1"� ���S�h�~�g����,�
�h���I)��}ـ;h��'�$~�6��d�v4��02�
2��c4I�g(�����|!*���5��Ȱ�Z��ffe�8�	|��`�]J�ۛ�*x�j�ҹ|���v��o�=J�z��8��HU~�C�V��t���e�X�n��5k�Z��i�	��N��_���5����>I��K��L ��.���'"IH��x���]_/*�2��KA@B�q�V~�]�u�E��B�������id��f�[�BZ u�)_����u�vs�.���FR�,�C�
��`&�Ȉ������4%`y
{م,��<��6M�R�f@Ў7�ծK�MqSf2P�^y��T�e%���"����M�o��C�zƗ���0�Ջ��<�G��Ed��/dGߒ�ud[���}���i˷�W���P8|ZFF��4?��]���EEGIf ��C6��u	DW�y�ͷ(��"�*�{u����r`k>�g"~Zt'�� v���cnnPF*���{�._.�G��s)r���T�� �Y��}���i}�����YVȎ�+|ٍ:��Z�����l�PeS�T2����.Zc�s-�־�!P5b�?^T2UY�>����6	P>EDFO�im����@��l��>~b'�"*����}�t;��ʰO�<04$


����U�1[h�'29N��-����Ш7��b�tc��@vr�BYk��%�1�\�&h�>!"��d��̵�W��"�����B����N�Ƞ�*-v`���	��K�C��ٻ�,�����{6']��
\8Ī�h�j2���B�t�rQy�e&�&����	������UqZ�qY��J�@t,�K��1�	t:�-te��+����,s`�+�^ɸ�j-`=����Y1n�b-y���4�
;��5I(�dӦMG�!]�R�z!{?>�[�Z/c�5�<�=�1�W7���%`�?W�yШϡ�
�[���b9�z�q��L�<�om�߄��<�k6�?^�in;^���'<�Pzf;(������7��(U6���A��1|��y�u�=uf�`6�u��.A`ۥ-"�[���p*�R�B�eqg[��R� r&�Ů�DW�L�Q��^�w��p���C[�)"s���pa{2��y�����X�r��u�@ޤI�����())i�1/o�<+z���O �?�Â��`��@�r#ih:{�L�1�b���/y�n�f��͠�c����X�'����ؓ��1��;˅�����ٕ`Gd�F6��)�����qW.��1w���L��A��^���hGkO{O���Ėp��Tj���Ί�^��D�*��8ED����8��<����JJ�6n�zyyy�O�QX�[QQ�� ��������\፝�e/����a/h��>�?��i�?v��|����q�Ҳ��5hpF�����nA�0�C���I6��*p,��3��ވ�}.��ے�m۩�ee�78�%p|g��
|t5���p�
��F��p:XTTشiӤ�u�̬_��R�^T#�@��:I~+g~!e}�1Y#���<¡�Y999w��WM��,�D0��`$���bLֈ���/�<B�PEfV�䬬�b�	,�� �x�����uQ1�v�1W#C0	o4s��V��P�'1�l�w���V#�Ž��v�p���4wꄇ������90�~�����kA�s5�%	y��'�c��S�@�	fp�{� ��^��Lև��0�A�%칠iU���� �X����Vu
=��#�c�1U#��)a��y�&H]�|�GL�S�1k��35�U��[���q�i��XtE��XF`~7fjģ��o��)�@i+�;b꺢��a�G���4��X�V�:�Ы��&�!	̞�a%���&�aĈa�2YH�x�[�T���x�y���?��ԽF�h�	V�B�+9��#�w[�6��@�<twE]�+�a��W�i�<x��m��h��"z��"zl�u.{�4���S�-�ӣ���B���Z,��J#~q[����h��d���2������>ݘ�#�y��7��=�\�|oG0�vfhֈ�����Cx>`�nh���=%�1��ˌ9�x��yx<`��Z��3?� ����;�#���5b���ø-{P�J
?cg2u�d�I�˰
`��D#�t[Lz������<i��?̖Ť7�y�2fhĈa��R�[$~����.n/	khֈ�23T�����ϘR�?c+@,��5b��>c“Q��R[���Ԗd�B���V���/���ã�-
���?c��"�����˜��j�<B�\��&GK�@�@pt��8#�E*B!l��&)��K
xk�l��W�ߥ�
k�-�܌T+II�Z��d�,�g��_��%�?�!^�(9IEND�B`�images/softaculous-ai.svg000064400000003134151526434500011476 0ustar00<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="573.235" height="573.037" viewBox="0 0 151.668 151.616"><defs><linearGradient id="b"><stop offset="0" style="stop-color:#0e44ac;stop-opacity:1"/><stop offset="1" style="stop-color:#664ef1;stop-opacity:1"/></linearGradient><linearGradient id="a"><stop offset="0" style="stop-color:#0e44ac;stop-opacity:1"/><stop offset="1" style="stop-color:#664ef1;stop-opacity:1"/></linearGradient><linearGradient xlink:href="#a" id="c" x1="10.148" x2="116.734" y1="62.229" y2="62.229" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#b" id="d" x1="11.811" x2="115.07" y1="62.229" y2="62.229" gradientUnits="userSpaceOnUse"/></defs><path d="M64.039 88.243c-8.629.199-42.93 30.806-49.172 24.845-6.242-5.96 22.757-41.633 22.559-50.261-.198-8.63-30.806-42.93-24.845-49.172s41.633 22.757 50.262 22.559 42.93-30.806 49.172-24.845-22.758 41.633-22.56 50.262 30.807 42.93 24.846 49.171c-5.962 6.242-41.633-22.757-50.262-22.559z" style="fill:none;stroke:url(#c);stroke-width:10.9;stroke-dasharray:none;stroke-dashoffset:.8655;stroke-opacity:1" transform="rotate(-44.365 86.218 53.877)"/><path d="M64.039 88.243c-8.629.199-42.93 30.806-49.172 24.845-6.242-5.96 22.757-41.633 22.559-50.261-.198-8.63-30.806-42.93-24.845-49.172s41.633 22.757 50.262 22.559 42.93-30.806 49.172-24.845-22.758 41.633-22.56 50.262 30.807 42.93 24.846 49.171c-5.962 6.242-41.633-22.757-50.262-22.559" style="fill:url(#d);stroke:none;stroke-width:1.431;stroke-dasharray:1.431,2.862;stroke-dashoffset:.7155" transform="matrix(.2651 -.25928 .25928 .2651 92.639 125.492)"/></svg>images/logo.gif000064400000012447151526434500007455 0ustar00GIF89a�H��"Ox���������������#Py������,W~���Sv���������������ᬽ�%Rz���4]���m��Ah����������������/Y�������$Pyo��Ci����(T|��������،�������-X��܋��f�����+V}�������썥�%Qz�����䓩����Y{�`�����x��m����ӥ��0Z�3]�i��������Xz����n��}��{�������퇠�:b�������k��������;c�`��Gm������������à��7`�Z|�s�����=d������������Fl����y�����v��Bi�������9a�Os�Ux����9b���Ӗ�������´�������̩��.Y)U|���s�����j�������Ե��\}����b�����������Ko���ʹ����z�����?f�&R{���Lq���ˡ�ʼn�����t��Vx�c��f�������Ek�a��w��h��Ru�������Yz�l��Fk�Nr���ʇ�����g�����'S{Dj�*U}��Ę�����<d�Tw������׹��In�������Lp�5^�@g����_����2\���ij��u��1[����d����礷�Hm�2[�]~�z��|�����[}����6_���޻����߿�ؗ�����?f�Jo�������e�������գ�ǭ��q��^�r�����Qt����>e�~��Mr�Pt���㡴�Wy�p�����8`����!�XMP DataXMP<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.0-c061 64.140949, 2010/12/07-10:57:01        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmpRights="http://ns.adobe.com/xap/1.0/rights/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmpRights:Marked="False" xmpMM:DocumentID="xmp.did:4AE9F4B8781211E19385DFF0566E586D" xmpMM:InstanceID="xmp.iid:4AE9F4B7781211E19385DFF0566E586D" xmp:CreatorTool="Adobe Photoshop CS3 Windows"> <xmpMM:DerivedFrom stRef:instanceID="uuid:E28ACCA5CA6DE111AB58EF95121C6548" stRef:documentID="uuid:3687BD1EC36DE111AB58EF95121C6548"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>�������������������������������������������������������������������������������������������������������������������������������~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"! 

	!��,�H��	H����*\Ȱ�Ç#J�H��ŋ3j�ȱ�Ǐ C�I��ɓ(S�\ɲ�˗0cv����*?z�ɳ'�)���#P��.>�*�(`dz
�
#`�ի
��P� b�����3<�)��[�"@�r�Z�ꕹ�=;fc�a�^��vP^(KV	�(5`��hl�6;L�8#�2�PT��a�C2c�VE���@�KI�essebA��)�����J�Dm�
�,*���JH#N���N������@��c�aox%�GU�!K����!��,P�6�!��R�|�a���wD��+$`I��(1��0���qP
�T)[��>@���
(�|�OP@1�\��
]�bH�
�P"_C
8AN�*>t�>~a�b��,�$B�-���H0�($@И��ˤ�K:j2�
���.R^5*�fB��!1t�BH�N14�%��@:j3�Ad!`��@#:"1)B��#a���D2K(Q�"A-�j@
"t!�:Zs����0:��B��F0�U�
OPaA��n^����\KV�ȑV$a�D�1�蒐"/�A
���)�t�0q�U}$@$���A�ȑ�j��K�0�N�Z�9A�0�	Y���ā�xw�����������8��P�k�T�Ht�T�K&D�2��$�1m!��� �P��0O�X�1��H���:"T��
� ҋVTp�@]���(B"Ԋ"	���4@O���!b]���,(��X��pn�!�*E��Bz�x�v:n��HRA(�q�XOP�,��d�%�^�Ԃ��
p�'�c�);
C2:
�xA<�}L�@<��Eۑ�^T@�Ό�V
��%�8 ��@��4@��Th�0?����0�=�`�U�{��+1��
�FC>�k8�
;)E*Hx�V��K(����WL�6�A§TaM(E4>d�o� ���C��~@�+�� @�������@��X�+.���@��\�l��@��xbW�����AA�ONxB(І����A>P�db!:�@,NA���$��>$��&8` 0�:t�F��m��)�1�g�bi@$tċ$rx���L��'6"H�"؃>v0mt3���6E�#H���-L�� ����&� }�BB�GB��F��)t��T���D�B�� Wh^��&�� �����t�"
�@!� ����V�},�J���p��A:"A��0�H�t$T�F�
j��l�o��d	d���>�����#@��L�\��0j2��N%�3d	��PQp� 9�A8�
D�	t%��s���@Q�U� ���/�BGlhAA����4�����i� ��dQH�(�yD
��fp� ��2 ʁ�`�F#
A`T����B4q�X�vM:
2�Cj�@r�
�B�!&�F	��z�@ �(��a����0Q��8�ԑ�w�#�HH���@K��HJ	����x�@�!��h�	`*�<����";E��q�� �rtt�4:2G[X�	���>��J}+`Aߨ%�
��5�J�/�!�D$�p�
(�5��8v�դ�C��q�tP�r��К@&�#0d	��)n)
p� �>��#�B`��L��m�@�Б.�0�<�H�@�'����R{��1�cf�L�>�H��&ԡ��y DF����bg�!<0�����!�(H�B/:!�N���á�#�
`#�k�@:P�FD�
Ǖ�WI#�7P#��kH̠c
���i�� 
(-�#\c 
`A'�P0[ ��t$���#�*���8t����F���%��F���W��g3�nP��\=�����Ix���}�aCȃ"�@
vB��h��P4d� \���&���� �*2j�� t������u�
d���P
f�	.����pȢF���	�AG�P�>�0\R8 h���a�����
�BA祐	�`�i�Ѕ�"��%CZ0���� ��c�v�]nX��k�����C���Z�H
K�&@�g��k3���Z�a(
-`����1�V`'
���M�& $��%m#��w@� �^S�	ˁt�Gbs����CnP�
���-R�$$MP4��WP�k2�Nb�v�!5��<�7�:b��1���	:r�A�������	��
�t-�x�Fu�����xP	� 0p�4�gs��dpJr�\�\�	�Pt�0t����C��P�vU
x��5n�R�o2Sil`�3�P4�`b�I�^ak���! v�s@h�:`1
U�DQ��#�`��
o�Ry���PK�@�P4/���P�Yx3r�p�y�:B"���(e�a��!p}@< �#\0:r	� 	�]x�40e�w�k`	�`���&O`8���T!q`��G���C��5���D	G�	=�R�&d��-�:2%���@`T�����d�c�
�p��"0i u��|P4�ذ	���*2@T��P
�P�
c`�`�!TTP��]0b .�����S����(I����pmt/b�e�`�5Pl��#eU�b5{�E��YS7� PD�U�x ��z������ �P
� |�Z�~�F)`�y� |]��`
b�5����� Y)�vP$�p��80��
@<FW	�-<�dP,Q�%C�(��=A5�-1&+�MG�JA��{)�
�h��d ����*1+:R�0�-
���&!H�-D�$��D��� .�y0	zV�P�a�#�p-�P�Q���P���1��Zڢ�	����1�Qc��7�N'�U1	�`�mJ���#H��pw
���<q2��8���	ϒK��@�䀨EZ	�"A��}���e MR�@	�����^G�
y;3 � �
�`l"Z�N����-�p@�o�(�z+2�m��p��VG)�v�[�8!`K�z+�^�MpY��$���0t�&D���
�ڮ�Z�;images/progress.svg000064400000001364151526434500010407 0ustar00<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="32px" height="32px" viewBox="0 0 128 128" xml:space="preserve"><g><linearGradient id="linear-gradient"><stop offset="0%" stop-color="#ffffff" fill-opacity="0"/><stop offset="100%" stop-color="#00557d" fill-opacity="1"/></linearGradient><path d="M63.85 0A63.85 63.85 0 1 1 0 63.85 63.85 63.85 0 0 1 63.85 0zm.65 19.5a44 44 0 1 1-44 44 44 44 0 0 1 44-44z" fill="url(#linear-gradient)" fill-rule="evenodd"/><animateTransform attributeName="transform" type="rotate" from="0 64 64" to="360 64 64" dur="1320ms" repeatCount="indefinite"></animateTransform></g></svg>js/instantpage.js000064400000005641151526434630010052 0ustar00!(function(){let t,e,n,o,i,a=null,s=65,c=new Set;const r=1111;function d(t){o=performance.now();const e=t.target.closest("a");m(e)&&p(e.href,"high")}function u(t){if(performance.now()-o<r)return;if(!("closest"in t.target))return;const e=t.target.closest("a");m(e)&&(e.addEventListener("mouseout",f,{passive:!0}),i=setTimeout(()=>{p(e.href,"high"),i=void 0},s))}function l(t){const e=t.target.closest("a");m(e)&&p(e.href,"high")}function f(t){t.relatedTarget&&t.target.closest("a")==t.relatedTarget.closest("a")||i&&(clearTimeout(i),i=void 0)}function h(t){if(performance.now()-o<r)return;const e=t.target.closest("a");if(t.which>1||t.metaKey||t.ctrlKey)return;if(!e)return;e.addEventListener("click",function(t){1337!=t.detail&&t.preventDefault()},{capture:!0,passive:!1,once:!0});const n=new MouseEvent("click",{view:window,bubbles:!0,cancelable:!1,detail:1337});e.dispatchEvent(n)}function m(o){if(o&&o.href&&(!n||"instant"in o.dataset)){if(o.origin!=location.origin){if(!(e||"instant"in o.dataset)||!a)return}if(["http:","https:"].includes(o.protocol)&&("http:"!=o.protocol||"https:"!=location.protocol)&&(t||!o.search||"instant"in o.dataset)&&!(o.hash&&o.pathname+o.search==location.pathname+location.search||"noInstant"in o.dataset))return!0}}function p(t,e="auto"){if(c.has(t))return;const n=document.createElement("link");n.rel="prefetch",n.href=t,n.fetchPriority=e,n.as="document",document.head.appendChild(n),c.add(t)}!function(){if(!document.createElement("link").relList.supports("prefetch"))return;const o="instantVaryAccept"in document.body.dataset||"Shopify"in window,i=navigator.userAgent.indexOf("Chrome/");i>-1&&(a=parseInt(navigator.userAgent.substring(i+"Chrome/".length)));if(o&&a&&a<110)return;const c="instantMousedownShortcut"in document.body.dataset;t="instantAllowQueryString"in document.body.dataset,e="instantAllowExternalLinks"in document.body.dataset,n="instantWhitelist"in document.body.dataset;const r={capture:!0,passive:!0};let f=!1,v=!1,g=!1;if("instantIntensity"in document.body.dataset){const t=document.body.dataset.instantIntensity;if(t.startsWith("mousedown"))f=!0,"mousedown-only"==t&&(v=!0);else if(t.startsWith("viewport")){const e=navigator.connection&&navigator.connection.saveData,n=navigator.connection&&navigator.connection.effectiveType&&navigator.connection.effectiveType.includes("2g");e||n||("viewport"==t?document.documentElement.clientWidth*document.documentElement.clientHeight<45e4&&(g=!0):"viewport-all"==t&&(g=!0))}else{const e=parseInt(t);isNaN(e)||(s=e)}}v||document.addEventListener("touchstart",d,r);f?c||document.addEventListener("mousedown",l,r):document.addEventListener("mouseover",u,r);c&&document.addEventListener("mousedown",h,r);if(g){let t=window.requestIdleCallback;t||(t=(t=>{t()})),t(function(){const t=new IntersectionObserver(e=>{e.forEach(e=>{if(e.isIntersecting){const n=e.target;t.unobserve(n),p(n.href)}})});document.querySelectorAll("a").forEach(e=>{m(e)&&t.observe(e)})},{timeout:1500})}}();})();js/delayjs.min.js000064400000001265151526434630007750 0ustar00!function(){let t=["mouseover","click","keydown","wheel","touchmove","touchstart"],e=setTimeout(r,1e4);function r(){t.forEach(t=>{window.removeEventListener(t,r,{passive:!0})}),document.querySelectorAll('script[type="speedycache/javascript"]').forEach(async t=>{await new Promise(e=>{var r,a;let c;return r=t,a=e,c=document.createElement("script"),void(r.getAttributeNames().forEach(t=>{"type"!==t&&c.setAttribute("data-src"==t?"src":t,r.getAttribute(t))}),c.setAttribute("type","text/javascript"),r.hasAttribute("data-src")||(c.text=r.text),c.addEventListener("load",a),r.after(c),r.remove())})}),null!=e&&(clearTimeout(e),e=null)}t.forEach(t=>{window.addEventListener(t,r,{passive:!0})})}();js/index.html000064400000000133151526434630007163 0ustar00<h1>Powered By SpeedyCache</h1>
Go to <a href="https://speedycache.com">SpeedyCache.Com</a>js/metabox.js000064400000012530151526434630007167 0ustar00jQuery(document).ready(function($){

	$(document).on('click', '#siteseo_validate_schema', function(e){
		e.preventDefault();

		// Fetch Schema
		var schemaContentWrap = $("#siteseo_schema_preview #raw_schema");
		if(!schemaContentWrap.length){
			schemaContentWrap = $("#siteseo_schema_preview");
		}
		
		let schemaContent = schemaContentWrap.text(),
		$form = $("<form>", {
			"method": "POST",
			"action": "https://search.google.com/test/rich-results",
			"target": "_blank"
		}),
		$input = $("<input>", {
			"type": "hidden",
			"name": "code_snippet",
			"value": schemaContent
		});

		$form.append($input);
		$("body").append($form);

		$form.submit();
		$form.remove();
	});
	
	$(document).on('change', '.siteseo_structured_data_type', function(e){
		e.preventDefault();
		
		let schemaType = $(this).val(),
		propertiesContainer = $('#siteseo_schema_properties_container'),
		customSchemaContainer = $('#siteseo_custom_schema_container'),
		propertiesDiv = $('.siteseo-schema-properties');

		$('.siteseo_structured_data_type').val(schemaType);
		
		propertiesDiv.empty();
		
		if(schemaType === ''){
			propertiesContainer.addClass('hidden');
			customSchemaContainer.addClass('hidden');
			$('#siteseo_schema_preview').html('');
			$('#raw_schema').text('');
			return;
		}
	   
		if(schemaType === 'CustomSchema'){
			propertiesContainer.addClass('hidden');
			customSchemaContainer.removeClass('hidden');
			updateCustomSchemaPreview();
			return;
		} else{
			propertiesContainer.removeClass('hidden');
			customSchemaContainer.addClass('hidden');
		}
		
		// schemas load
		let properties = structuredDataMetabox.propertyTemplates[schemaType] || {};
		// Create form fields for each property
		$.each(properties, function(property, defaultValue){
			var label = property.replace(/([a-z])([A-Z])/g, '$1 $2');
			label = label.charAt(0).toUpperCase() + label.slice(1);
			
			let field = '',
			is_textarea_fields = ['description', 'instructions', 'reviewBody', 'questions', 'step', 'ingredients', 'recipeInstructions', 'courseDescription', 'bookDescription', 'softwareRequirements', 'menu'],
			is_date_type_fields = ['datePublished', 'dateModified', 'uploadDate', 'startDate', 'endDate', 'foundingDate', 'releaseDate'];
			
			if(is_textarea_fields.includes(property)){
				field = $('<textarea/>').attr({ name: 'schema_properties[' + property + ']', id: 'siteseo_schema_property_' + property, rows: 3, class: 'widefat'}).val(defaultValue);
			} else if (is_date_type_fields.includes(property)){
				field = $('<input/>').attr({ type: 'datetime-local', name: 'schema_properties[' + property + ']', id: 'siteseo_schema_property_' + property,
				class: 'widefat'}).val(defaultValue);
			} else {
				field = $('<input/>').attr({ type: 'text', name: 'schema_properties[' + property + ']', id: 'siteseo_schema_property_' + property,
				class: 'widefat'}).val(defaultValue);
			}
			
			$('<p/>')
				.append($('<label/>').attr('for', 'siteseo_schema_property_' + property).text(label + ':'))
				.append(field)
				.appendTo(propertiesDiv);
			});
			
			// preview update
			updatePreview();
			$(document).on('input', '.siteseo-schema-properties input, #schema_properties textarea', updatePreview);
	});
	
	// preview function
	function updatePreview(){
		var schemaType = $('.siteseo_structured_data_type').val();
		if(schemaType === 'CustomSchema'){
			updateCustomSchemaPreview();
			return;
		}

		var schemaData = {
			'@context': 'https://schema.org',
			'@type': schemaType
		};
	   
		$('.siteseo-schema-properties input, #siteseo-schema-properties textarea').each(function(){
			var propertyName = $(this).attr('name').match(/\[(.*?)\]/)[1];
			var propertyValue = $(this).val();

			if(propertyValue !== ''){
			schemaData[propertyName] = propertyValue;
			}
		});
	   
		var jsonString = JSON.stringify(schemaData, null, 2);
		$('#raw_schema').text(jsonString);
	   
	   // Make sure highlighter element exists
		if($('#siteseo_schema_preview #siteseo_highlighter').length === 0){
		   $('#siteseo_schema_preview').html('<div id="siteseo_highlighter"></div><div id="raw_schema" style="display:none;"></div>');
		}
	   
		$('#siteseo_schema_preview #siteseo_highlighter').html(highlightJson(jsonString));
	}
	
	// Custom schema preview
	function updateCustomSchemaPreview(){
		var customSchema = $('.siteseo_structured_data_custom').val() || '';
		$('#raw_schema').text(customSchema);
	   
		// highlighter element exists
		if($('#siteseo_schema_preview #siteseo_highlighter').length === 0){
			$('#siteseo_schema_preview').html('<div id="siteseo_highlighter"></div><div id="raw_schema" style="display:none;"></div>');
		}
	   
		try{
			
			if(customSchema.trim()){
				var jsonObj = JSON.parse(customSchema);
				$('#siteseo_schema_preview #siteseo_highlighter').html(highlightJson(jsonObj));
			} else{
				$('#siteseo_schema_preview #siteseo_highlighter').html('');
			}
		} catch(e){
			
			$('#siteseo_schema_preview #siteseo_highlighter').text(customSchema);
		}
	}
   
	// as per schema change update preview
	$('.siteseo_structured_data_custom').on('input', updateCustomSchemaPreview);
   
	// Initial preview update
	if($('.siteseo_structured_data_type').val() !== ''){
		if($('.siteseo_structured_data_type').val() === 'CustomSchema'){
			updateCustomSchemaPreview();
		} else{
			updatePreview();
			$(document).on('input', '#siteseo-schema-properties input, #siteseo-schema-properties textarea', updatePreview);
		}
	}
});
js/lazy-load.js000064400000011764151526434630007434 0ustar00var speedycache_lazy_load = {
	sources: [],
	osl: 0,
	scroll: false,
	init: function(){
		speedycache_lazy_load.set_source();

		window.addEventListener('load', function(){
			let observer = new MutationObserver((mutations) => {
				speedycache_lazy_load.osl = speedycache_lazy_load.sources.length;
				speedycache_lazy_load.set_source();
		
				if(speedycache_lazy_load.sources.length > speedycache_lazy_load.osl){
					speedycache_lazy_load.load_sources(false);
				}
			});

			observer.observe(document.getElementsByTagName('html')[0], {childList: true, attributes: true, subtree: true, attributeFilter: ["src"], attributeOldValue: false, characterDataOldValue: false});
			
			speedycache_lazy_load.load_sources(true);
		});
		
		let js_events = ['scroll', 'resize', 'click'];
		
		js_events.forEach((event) => {
			window.addEventListener(event, function(){
				speedycache_lazy_load.scroll=true;
				speedycache_lazy_load.load_sources(false);
			});
		});
	},
	c: function(e, pageload){
		var winH = document.documentElement.clientHeight || body.clientHeight;
		var number = 0;

		if(pageload){
			number = 0;
		}else{
			number = (winH > 800) ? 800 : 200;
			number = speedycache_lazy_load.scroll ? 800 : number;
		}

		var elemRect = e.getBoundingClientRect();
		var top = 0;
		var parentOfE = e.parentNode ? e.parentNode : false;

		if(typeof parentOfE.getBoundingClientRect == 'undefined'){
			var parentRect = false;
		}else{
			var parentRect = parentOfE.getBoundingClientRect();
		}

		if(elemRect.x == 0 && elemRect.y == 0){
			for(var i = 0; i < 10; i++){
				if(parentOfE){
					if(parentRect.x == 0 && parentRect.y == 0){
						if(parentOfE.parentNode){
							parentOfE = parentOfE.parentNode;
						}

						if(typeof parentOfE.getBoundingClientRect == 'undefined'){
							parentRect = false;
						}else{
							parentRect = parentOfE.getBoundingClientRect();
						}
					}else{
						top = parentRect.top;
						break;
					}
				}
			};
		}else{
			top = elemRect.top;
		}

		if(winH - top + number > 0){
			return true;
		}

		return false;
	},
	r: function(e, pageload){
		var self = this;
		var originalsrc,originalsrcset;

		try{
			
			originalsrc = e.getAttribute('data-speedycache-original-src');
			originalsrcset = e.getAttribute('data-speedycache-original-srcset');
			originalsizes = e.getAttribute('data-speedycache-original-sizes');
			
			if(self.c(e, pageload)){
				if(originalsrc || originalsrcset){
					if(e.tagName == 'DIV' || e.tagName == 'A' || e.tagName == 'SPAN'){
						e.style.backgroundImage = 'url(' + originalsrc + ')';
						e.removeAttribute('data-speedycache-original-src');
						e.removeAttribute('data-speedycache-original-srcset');
						e.removeAttribute('onload');
						
					}else{
						if(originalsrc){
							e.setAttribute('src', originalsrc);
						}

						if(originalsrcset){
							e.setAttribute('srcset', originalsrcset);
						}

						if(originalsizes){
							e.setAttribute('sizes', originalsizes);
						}

						if(e.getAttribute('alt') && e.getAttribute('alt') == 'blank'){
							e.removeAttribute('alt');
						}

						e.removeAttribute('data-speedycache-original-src');
						e.removeAttribute('data-speedycache-original-srcset');
						e.removeAttribute('data-speedycache-original-sizes');
						e.removeAttribute('onload');

						if(e.tagName == 'IFRAME'){
							var y = "https://www.youtube.com/embed/";

							if(navigator.userAgent.match(/\sEdge?\/\d/i)){
								e.setAttribute('src',e.getAttribute('src').replace(/.+\/main\/youtube\.html\#/, y));
							}
							
							e.onload = function(){
								if(typeof window.jQuery != 'undefined'){if(jQuery.fn.fitVids){jQuery(e).parent().fitVids({ customSelector: 'iframe[src]'});}}

								var s = e.getAttribute('src').match(/main\/youtube\.html\#(.+)/);
								if(s){
									try{
										var i = e.contentDocument || e.contentWindow;
										if(i.location.href == 'about:blank'){
											e.setAttribute('src',y+s[1]);
										}
									}catch(err){
										e.setAttribute('src',y+s[1]);
									}
								}
							}
						}
					}
				}else{
					if(e.tagName == 'NOSCRIPT'){
						if(e.getAttribute('data-type') == 'speedycache'){
							e.removeAttribute('data-type');
							e.insertAdjacentHTML('afterend', e.innerHTML);
						}
					}
				}
			}

		}catch(error){
			console.log(error);
			console.log('==>', e);
		}
	},
	set_source: function(){
		var i = [].slice.call(document.getElementsByTagName('img'));
		var f = [].slice.call(document.getElementsByTagName('iframe'));
		var d = [].slice.call(document.getElementsByTagName('div'));
		var a = [].slice.call(document.getElementsByTagName('a'));
		var s = [].slice.call(document.getElementsByTagName('span'));
		var n = [].slice.call(document.getElementsByTagName('noscript'));

		this.sources = i.concat(f).concat(d).concat(a).concat(s).concat(n);
	},
	load_sources: function(pageload){
		var self = this;

		[].forEach.call(self.sources, function(e, index) {
			self.r(e, pageload);
		});
	}
};

document.addEventListener('DOMContentLoaded',function(){
	speedycache_lazy_load.init();
});js/delayjs.js000064400000002412151526434630007161 0ustar00(function(){
let speedycache_js_events = ['mouseover','click','keydown','wheel','touchmove','touchstart'],
speedycache_djs_timeout = setTimeout(speedycache_delay_event, 10000);

speedycache_js_events.forEach((event) => {
	window.addEventListener(event, speedycache_delay_event, {passive: true});
});

function speedycache_delay_event(){
	
	speedycache_js_events.forEach((event) => {
		window.removeEventListener(event, speedycache_delay_event, {passive: true});
	});
	
	document.querySelectorAll('script[type="speedycache/javascript"]').forEach(async e => {
		await new Promise(resolve => speedycache_load_js(e, resolve));
	});
	
	if(speedycache_djs_timeout != null){
		clearTimeout(speedycache_djs_timeout);
		speedycache_djs_timeout = null;
	}
}

function speedycache_load_js(js, resolve){
	let async_js = document.createElement('script');
	
	let attr = js.getAttributeNames();
	attr.forEach(name => {
		if(name === 'type'){
			return;
		}

		async_js.setAttribute(name == 'data-src' ? 'src' : name, js.getAttribute(name));
	});

	async_js.setAttribute('type', 'text/javascript');
	
	if(!js.hasAttribute('data-src')){
		async_js.text = js.text;
	}

	async_js.addEventListener('load', resolve);

	js.after(async_js);
	js.remove();

}
})();
js/heartbeat.js000064400000000000151526434630007454 0ustar00images/no-image.png000064400000003441151526434630010226 0ustar00�PNG


IHDR<PE�S	pHYs���\�rtEXtSoftwarewww.inkscape.org��<�IDATx��_H��?3�I��f������n*��K�R��胘E�B\��do�r7��@Ԡ�"{�|�$1��0
��uIt�5u�?s�5����[�o��ۜ3����3s��V�����$I׀q(�y����h���}h69�_M�%I�7ʗ�H����v���o�'��������w�
+UX��JGV:���Q���*�tTa��
+UX��JGhoo���������ݻ�P���Vjjj�����בe��XQ��v�u�VZ[[岩�)����������`0p��I222����_�B�-�^�jy}�G���<�>}��f�9���r�����"UUU�}�3gΐ��MOO� p��9�<y��� !!��ׯc0hoo�ѣG��� �".\ ;;�;w���Յ^�G��QTTDqq1sss�l6<^���‰'�'�{��������r�͆�b!//��A]]---DGG�)<99INNUUUttt��ֆ�j%99��ʳg�(**���:u
Q���dgg���iiiA����܌���֭[r��1���8�<999��ǯO�l6���?.���~FGG��� %%�m۶�p8ؽ{��¢(�
���Jbb"���r���9ikk�n��e���A�����t���ȱ���	tww��p:����C����={��z�$Ik�?� �G�$jkk9{�,UUU���s��Ű���B����e��,!!!�5���{��s�Nz{{�j��ڵK�u�����,)))��\�P(���f��F�۷o���L������`dd$l���ʢ�����D������>�/,��=�V�����˹t�QQQ�������{������C�kn޼��n������X�fsX닢6$u:� EYY������r��!���G�211Acc#&�	��$vuu5MMMTVV�����իa9	n�����_,//��A�Q�~?� ���_$I"��j	�B\�r���`�$�P($w��D�nǯ��F��eee�F0����"_F�JD�ÛE ���b����R8���CD�pOO���ae���E��jLMMa�ٸv�چ��Hx``����z���A���7|}�o��۷��������E>|(/7-Z����Q�n7999���h4ddd��ݍ^��իW�\.


��˓�ݿ�Á�d�(߈����a:;;���װV�Q)//���`�����a+�7o�ȷ�˗/inn&--���Bnܸ!�����	�����cǎ�򍸇?~�ȇ�����Y��ƨ��G*++9}�4~��X%%%�����c&&&XZZ��ra�Z��@GGdž�X�ȑ#�����v����xyc��j��������d�t:B�n��Ѹ�Fc#��ii�����̰�����,~�����z����/V�d2�r��oD���#�刺6���)))����Ç���MEE�(r����hjjbzz����S\\�j<��Dff&�/_&55��i�G�h��t:��t+>9߽{��8��餦��哓�

���NLL� �����8qqq�ull�Ʉ�` ��ׇ$I<x�����7����T:���Q���*�tTa��
+UX��JGV:���Q���*�t�Ha�g)����,~�$�	n��Ѝ���F���z���-�I���5�}��;��"�	IEND�B`�images/image-palceholder.png000064400000000221151526434630012065 0ustar00�PNG


IHDR+F],sRGB��,	pHYs��PLTE���������8�;�tRNSn�p2��IDATx�c`�a0�����FIEND�B`�config-template.php000064400000000311151541635440010336 0ustar00<?php

if(!defined('ABSPATH')){
	exit();
}

$speedycache_ac_config = 'REPLACE_CONFIG';

if(empty($speedycache_ac_config) || !is_array($speedycache_ac_config)){
	$speedycache_ac_config = [];
}images/icon.svg000064400000024601151541635440007475 0ustar00<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
   width="18.089701"
   height="18.049311"
   viewBox="0 0 18.089701 18.951776"
   version="1.1"
   id="svg116"
   sodipodi:docname="icon.svg"
   inkscape:version="1.1.2 (b8e25be833, 2022-02-05)"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:svg="http://www.w3.org/2000/svg">
  <sodipodi:namedview
     id="namedview118"
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1.0"
     inkscape:pageshadow="2"
     inkscape:pageopacity="0.0"
     inkscape:pagecheckerboard="0"
     showgrid="false"
     inkscape:zoom="25.420489"
     inkscape:cx="9.3428573"
     inkscape:cy="6.7465264"
     inkscape:window-width="1920"
     inkscape:window-height="1001"
     inkscape:window-x="-9"
     inkscape:window-y="-9"
     inkscape:window-maximized="1"
     inkscape:current-layer="svg116" />
  <defs
     id="defs101">
    <filter
       id="alpha"
       filterUnits="objectBoundingBox"
       x="0"
       y="0"
       width="1"
       height="1">
      <feColorMatrix
         type="matrix"
         in="SourceGraphic"
         values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
         id="feColorMatrix2" />
    </filter>
    <mask
       id="mask0">
      <g
         filter="url(#alpha)"
         id="g7">
        <rect
           x="0"
           y="0"
           width="20"
           height="21"
           style="fill:#000000;fill-opacity:0.901961;stroke:none"
           id="rect5" />
      </g>
    </mask>
    <linearGradient
       id="linear0"
       gradientUnits="userSpaceOnUse"
       x1="10.6"
       y1="381.39999"
       x2="211.5"
       y2="381.39999">
      <stop
         offset="1"
         style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
         id="stop10" />
      <stop
         offset="1"
         style="stop-color:rgb(26.27451%,66.27451%,96.862745%);stop-opacity:1;"
         id="stop12" />
    </linearGradient>
    <clipPath
       id="clip1">
      <rect
         x="0"
         y="0"
         width="20"
         height="21"
         id="rect15" />
    </clipPath>
    <g
       id="surface5"
       clip-path="url(#clip1)">
      <path
         style="fill:url(#linear0);fill-rule:nonzero;stroke:#000000;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
         d="m 111.36328,295.76079 99.85742,61.54762 -0.33593,109.71912 -8.98633,-0.26228 -9.91016,-1.74851 L 10.917969,356.2593 Z m 0,0"
         transform="scale(0.0465116,0.0446809)"
         id="path18" />
    </g>
    <mask
       id="mask1">
      <g
         filter="url(#alpha)"
         id="g23">
        <rect
           x="0"
           y="0"
           width="20"
           height="21"
           style="fill:#000000;fill-opacity:0.8;stroke:none"
           id="rect21" />
      </g>
    </mask>
    <linearGradient
       id="linear1"
       gradientUnits="userSpaceOnUse"
       x1="210.60001"
       y1="352.20001"
       x2="413.29999"
       y2="352.20001">
      <stop
         offset="1"
         style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
         id="stop26" />
      <stop
         offset="1"
         style="stop-color:rgb(34.117647%,41.568627%,96.470588%);stop-opacity:1;"
         id="stop28" />
    </linearGradient>
    <clipPath
       id="clip2">
      <rect
         x="0"
         y="0"
         width="20"
         height="21"
         id="rect31" />
    </clipPath>
    <g
       id="surface8"
       clip-path="url(#clip2)">
      <path
         style="fill:url(#linear1);fill-rule:nonzero;stroke:#000000;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
         d="m 211.2207,357.57069 201.81446,-120.5599 -1.25977,119.68564 -183.67383,109.36942 -4.70312,1.31138 -12.51367,-0.3497 z m 0,0"
         transform="scale(0.0465116,0.0446809)"
         id="path34" />
    </g>
    <mask
       id="mask2">
      <g
         filter="url(#alpha)"
         id="g39">
        <rect
           x="0"
           y="0"
           width="20"
           height="21"
           style="fill:#000000;fill-opacity:0.701961;stroke:none"
           id="rect37" />
      </g>
    </mask>
    <linearGradient
       id="linear2"
       gradientUnits="userSpaceOnUse"
       x1="22.700001"
       y1="269.70001"
       x2="211.8"
       y2="269.70001">
      <stop
         offset="1"
         style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
         id="stop42" />
      <stop
         offset="1"
         style="stop-color:rgb(3.137255%,27.058824%,67.058824%);stop-opacity:1;"
         id="stop44" />
    </linearGradient>
    <clipPath
       id="clip3">
      <rect
         x="0"
         y="0"
         width="20"
         height="21"
         id="rect47" />
    </clipPath>
    <g
       id="surface11"
       clip-path="url(#clip3)">
      <path
         style="fill:url(#linear2);fill-rule:nonzero;stroke:#000000;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
         d="m 23.011719,241.20722 99.101561,-59.18713 88.18359,52.01823 1.17579,123.44494 z m 0,0"
         transform="scale(0.0465116,0.0446809)"
         id="path50" />
    </g>
    <mask
       id="mask3">
      <g
         filter="url(#alpha)"
         id="g55">
        <rect
           x="0"
           y="0"
           width="20"
           height="21"
           style="fill:#000000;fill-opacity:0.701961;stroke:none"
           id="rect53" />
      </g>
    </mask>
    <linearGradient
       id="linear3"
       gradientUnits="userSpaceOnUse"
       x1="222.7"
       y1="210.3"
       x2="413.20001"
       y2="210.3">
      <stop
         offset="1"
         style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
         id="stop58" />
      <stop
         offset="1"
         style="stop-color:rgb(3.137255%,27.058824%,67.058824%);stop-opacity:1;"
         id="stop60" />
    </linearGradient>
    <clipPath
       id="clip4">
      <rect
         x="0"
         y="0"
         width="20"
         height="21"
         id="rect63" />
    </clipPath>
    <g
       id="surface14"
       clip-path="url(#clip4)">
      <path
         style="fill:url(#linear3);fill-rule:nonzero;stroke:#000000;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
         d="m 223.0625,249.77493 -0.084,-128.77791 189.88867,115.83892 -104.05664,62.68415 z m 0,0"
         transform="scale(0.0465116,0.0446809)"
         id="path66" />
    </g>
    <mask
       id="mask4">
      <g
         filter="url(#alpha)"
         id="g71">
        <rect
           x="0"
           y="0"
           width="20"
           height="21"
           style="fill:#000000;fill-opacity:0.8;stroke:none"
           id="rect69" />
      </g>
    </mask>
    <linearGradient
       id="linear4"
       gradientUnits="userSpaceOnUse"
       x1="22.5"
       y1="124"
       x2="224.60001"
       y2="124">
      <stop
         offset="1"
         style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
         id="stop74" />
      <stop
         offset="1"
         style="stop-color:rgb(34.117647%,41.568627%,96.470588%);stop-opacity:1;"
         id="stop76" />
    </linearGradient>
    <clipPath
       id="clip5">
      <rect
         x="0"
         y="0"
         width="20"
         height="21"
         id="rect79" />
    </clipPath>
    <g
       id="surface17"
       clip-path="url(#clip5)">
      <path
         style="fill:url(#linear4);fill-rule:nonzero;stroke:#000000;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
         d="M 22.759766,118.89881 209.03711,8.917411 l 4.70312,-1.223959 10.2461,0.087426 0.33594,112.604172 -199.798832,119.94791 z m 0,0"
         transform="scale(0.0465116,0.0446809)"
         id="path82" />
    </g>
    <mask
       id="mask5">
      <g
         filter="url(#alpha)"
         id="g87">
        <rect
           x="0"
           y="0"
           width="20"
           height="21"
           style="fill:#000000;fill-opacity:0.901961;stroke:none"
           id="rect85" />
      </g>
    </mask>
    <linearGradient
       id="linear5"
       gradientUnits="userSpaceOnUse"
       x1="222.7"
       y1="94.599998"
       x2="423.39999"
       y2="94.599998">
      <stop
         offset="1"
         style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
         id="stop90" />
      <stop
         offset="1"
         style="stop-color:rgb(26.27451%,66.27451%,96.862745%);stop-opacity:1;"
         id="stop92" />
    </linearGradient>
    <clipPath
       id="clip6">
      <rect
         x="0"
         y="0"
         width="20"
         height="21"
         id="rect95" />
    </clipPath>
    <g
       id="surface20"
       clip-path="url(#clip6)">
      <path
         style="fill:url(#linear5);fill-rule:nonzero;stroke:#000000;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
         d="m 222.97852,7.780878 11.58984,0.524554 13.26953,5.595238 175.27539,106.39695 -99.60547,61.11049 -100.19336,-61.02306 z m 0,0"
         transform="scale(0.0465116,0.0446809)"
         id="path98" />
    </g>
  </defs>
  <g
     id="surface1"
     inkscape:export-filename="E:\Program Files\EasyPHP 3.0\www\vardi_site\wp-content\plugins\speedycache\images\icon.png"
     inkscape:export-xdpi="93.125061"
     inkscape:export-ydpi="93.125061"
     transform="matrix(0.98929243,0,0,0.92151482,-0.94570914,-0.30441882)">
    <use
       xlink:href="#surface5"
       mask="url(#mask0)"
       id="use103"
       x="0"
       y="0"
       width="100%"
       height="100%" />
    <use
       xlink:href="#surface8"
       mask="url(#mask1)"
       id="use105"
       x="0"
       y="0"
       width="100%"
       height="100%" />
    <use
       xlink:href="#surface11"
       mask="url(#mask2)"
       id="use107"
       x="0"
       y="0"
       width="100%"
       height="100%" />
    <use
       xlink:href="#surface14"
       mask="url(#mask3)"
       id="use109"
       x="0"
       y="0"
       width="100%"
       height="100%" />
    <use
       xlink:href="#surface17"
       mask="url(#mask4)"
       id="use111"
       x="0"
       y="0"
       width="100%"
       height="100%" />
    <use
       xlink:href="#surface20"
       mask="url(#mask5)"
       id="use113"
       x="0"
       y="0"
       width="100%"
       height="100%" />
  </g>
</svg>
images/speedycache.png000064400000106634151541635440011016 0ustar00�PNG


IHDR^�jnsRGB��,	pHYs���AIDATx��	xU��3�$̐y$��&!	B 	�$��yq€��֡��C�Pu�c�Z�_��l��\�v�*T�<��"�̓Z8�>p.���{o���s���Y�ׯ�]k�����p&���3S2�wk'<j�O��Q7����IOX�#�;�ȝr��eg?`<�N�����{�`����;�ݴ��/�+�;O��L�`8(K��X��>��x�q��{;��ѷ��˾�'�Y��1��\�~ߒ�ʿ=�;8�$��X>t���\�q��K�*�V�g޷�3�%`5�c8��O�G�S1�d�{��PN�9��-yi��/Fp9r��V����Fx	X���Ɛ��6����W�,�@u�i���O���P����E+�:�Ҟ
��F��i/��� \��&��7�w׺y�v�,��j�~�1p�O�^L��.���v'WL���+��`��w�~�<1x鿧-x7�k��^~l-�QHW�ud���a�Ϻ�^����.$�N���>;��ؿ�;�Ž]\6�~�2�%`W��`����N��s2w��eDrZ�ʑ~�Q��B)����^�dٽ�SGL�CB�T�]���R��Q^}�[soQ*�P/u��F�	�|�8t�
2�X�@���9���xk�IkI�#o�4�n���]T�K�*���䊉�'dx's."����i9M�6�^�5��rDx!>�����~pkߢ���Pq��(ML�du�[t.�/?�*��6�����Y}�8��&ww��=���{���k��\�^��r��r�V�%`ï{��{��J�p''�[���0�__�\6��v6���c�>�?e�����.8�������Myj+������W���^]?vχ�w�U�����.˧;w�`��&��WY�⣹Kw�
.GN���0�z뉗�6↿���Wڰ�;Y�'��������i�=�-��Yx	����*�r��i����m�����۱s���-��{�ؘ��Rx1���
�o�R�M�[d�L��꾉�OՎd=��rL�e�-{�E�ά���
��O���@/�{����z�ş�+Dz��{���o�剗o]?v��2�_�5`D=w�@K\B��3^����~�-���nc���m}⥵5<�I�{Ӯ��s�e�ĝt(&!!qjZV�?g�i���U5�k8�F�/����FVӢ
I�ǝ�aPjV�o��>�9���U;Tx	ؐ�~u }Լ���/��)Ii�oR���g.��]<���t�Qx�5;�����ύ��[w���yR�&���@���]pZ�k'��An�D��r�Qx�Վ^V}�F��3>K>����	:���>*5���)O��KTZ͸���o��-�������`��k{zG��np4"9���ƻ7�]��](Q~�e��9���|?�j/Z�3eؔ���sD@�ӻw�K����ִS�aHH��y-;��*�Y�#����.����{��Y��_7�/��/j��?|�X>��n�^\?h�:9���u���[�e#ǭ��Ŵ1��0�߾#�rʯ��������?)m��Cj�~��-�b�n��;�ʈ^V{��F���nN}�u��&�=W�-~}�I�eAx��������C8��)ç~�w`��p4		)�2r�^m��׿�ҙՎ���{ED
/+Yv߾Ԫ��F%�-�.�1$%c�o��>�9��a9�aSx����ڳQw�m�͸`S��)��o$��#�NZRڰ
��r��E�����'^"^x	X嵫&WLx�G���,`K�&�,+ؼf�Wrv�C��q�Cxic%��ۙ8��i���~[��ַ)5�����8�j^:�Qw�g�����A
���)��{�)�?�l�c�ܥ���
;[�G!�Æ��)��_�3����I�~IC�,���i�a5�`�&>n�nq�	Vv�C�S�f<�3�h���ҳgމY�S^;���'١/sp�%X}χ�w�U�2}�6?;��PMeJ֨�����NnÉV;�1�;�2/!ڈ��Hu��}�N��!�U�����F(&�7O������z����Zٟ����@���߿w.9}��V�b��ś���y����m�~�2l��q=��1�����O�:T�����M�L�X��~�+}��o��r��ۣG����^�r���…��^�g|;���d���Q0��OK�o��g_�
�PXX���/�%_�:G����-{�;�����13���[�p�^�_�E�U��O#mԼ�z�Y�]Q@�	�z�����:G��ϩ��8��O�p��1�w����M���-T��FO��Q0��ܢ��l�O�O*�B\ߔJ��G�Ws�e%w<��_������+�	�#�G��+������r�n4Sxɟ�]�xQl
n2�-ߜ8�w�����+�/����sd�Cq�_�E|���
�>?~޿�r�n��ɿ4r!��Y�-�62|���#��t�:B�Y@x���ۘ���5L��6nQ"��2�|/�V~�/�%��^��\�]�@p@x"/7R��5����>��t� )V?�i#w�y;���H0�C�ŋoߔXZ���Ӹ+�/@d��&z�d��4h�M[��i�0��`�%[�E�H��[WY���S\{w���, �\A||����	�;���H��i�1r'��/6��/}��,:��.�o��, ��Neߤ�_֎d���vXx9���yt�Q�h������"��b�o��D^N%�g�›�G^���ś�E���r'}���\���3a�~�
�ᮤ�0^����i�����^�|�k�V�F��^6�g��4dܚn�ޱܕ ҁ�D^�!!!qJv��Ucf<��[d�}�����?��m܂���N���۷'
��B��u R��D^N��Or�#U��l�`�o���ƉZ�mos/[�T�xwe�D �����I��+ﲒa�{u����‹�m�U2�+'�K,?��rD^������M._�7�5��8� �8�Jϼ��L�)�^%����:@$��, �lEr�ș�E'��~گ��`^�l�~�7�-�C�]/�^w�p3^����.��F����Kw����m̌?��ρ��0���/3F�j���3����, ��镔:���k?���]v��5�'^�k%��ۙ4��W�Nz����, ����3������{��hS!����iZ��[@��o��z�(�s��I�co�U�w� ���#�҆�~�ğo�`�q�yS��[<�u݆_����Y���wc� ����N��f5�V1����of
`jm��?�ċˬ�܇����6�+�n<�� ����Ej��M��*�@���Y1����bL��ݷ��ܸ5�f�]܍�S��D^�Hͬ��Y��] �����_1�N��_٤��K�����:r��Fb����m�S��D^�H˪����7��0u6�O�au�7�f��&S<�S�ts������)�*�x�]0�uͪo}�ȝv����3/�n?�� ����FJ����:m#�XSc�&>�'��8�L�`+���3�t���ޑ>����. �B3�C��׋m�[V���d�V�@x"/m�d�v�
��k6v��F�w��}��&ţ<���|Dx�_�c�wɤ-Eͷ���NvAvl3�K5�2��8�	7��, ����5����>f`���S�7U]�z��aW�t�h'�G�xie	C�:i�=���]X��o5��6r&.ۜ4d�t�
n�Y@xh#3o�#3~�. �B���{�H���L��$�u	/�^z®̦�;F�X�.4���g[���o�4�b��2�������Y@xh#)���������q��b�=z�N"ţ<%K;^]?6�N�W�E���K�϶��lC/���aS��I�&o"/@d�������O[�.��;�M9�F���nJ�n�V��d�G{.>��r�*/<�8d�ޡ���]��4��5#{ܒ��#�_NY��a ����6R2G=:����EX�v�یꦟ��_8�ݺ�-1š	/�����eFé��7F�	��y�؀�[6'
��WE=��Y@xh#%��gSO~�]\��o�S�>��?�Ԝ��a�8,���cuw=�'�)<񺽾��`(�hC.~�ˤ�yz'�*���@x"/m�e��3�����6i����t�G)�u�w1�a/G��}��]~�����
�X͏�Y����<SIE!��, ����6���'��.4�۬�>5�k�ݘ�?e��)�);ksW��#��J�?ew����N5�Z���~�\>�'27�
���Y@xh#9��'�NX�.8���ݙ�=�/qq=�)Lq�O�%���k�*��G�t�����N�!���@r��W���V�_@@~~�P9xj�����@ȵ{�$��ܾ����Q^�}��Y����Bx 8:k�[��~�~��	&��1s�{��r�h'
�;]x�)��$c�_PPP,}&���z�����
RRRz�	��Y���1��Z+n�!�m�q/��W���	R�Tx	XB�%F�A���W삆ݭf����g�O��pA~A�&r�r���*��S��U]h���U�o=(:�b`k?Z�����pr-��:���[Xd�H��Z�l������k�`F�69��٦���s���jQ���V��-�n���|*�/�������c%�=���{W������ڌw�j���V�l��_�Ae����`'	/��F�����[�d������,�v�������&R�:��|60^V��b>kg�҆�h��/���hӛ?0J�]�^Rڈkd*z��Dx9b���O�;eW�-/�v�1�l7.�sS�q�<�����*�Z�f.���3��@��vә�t������*�E�S+�*X
vrb��*s�]E4��jMt�Ɂ���i�u`���EIJ��>U��~��uDnn��*{߱�\\�e't��dd9��rL�������gq��U̺��me���=�W����lD��<���7l�+yu{����b�b��4��ӡ,�����A�����S�IF4���S��ٯ[���z��2���8���"D�YU�=��f���LA1q�i���K�F��	[��_�����;��K��:�|ܿ�$�O&��1�`���P��]6���Y.�U
̿c-�/#�۬��U�i��r�Y�VC��:���r��v�(D��m����A����/��"����qfy�v
�ND��Ų\��Y�/Ȝ�r�,��F�k��B?<v�O���|�c���Hɫ���E��<ǘks��I*�8��[۪�s�MD��Zq�y�`""�g���)��OHH��)���K��^��~���,��/؅.��5#g��
�J}�Ӕ_Њ������t|��W�ak�yW�Vw�,�k���^�V�Ql�@�I��9��[E>C���� w�Z@���)���_�XG���*�ů�ȏ�<�"�Z�7��N��ު�<7fgg's�����, �������Ń�w�]fN�	sW7��.‹�6�y�������o�\&��+��Guٻ��Y�$��~���	�۔��0���z�oJ���c4���3���:���u/_�/}�	��n~�]�e�b%K�ޓZ5�W��35�X�.�w6�	,��s�_�H�W**���vO��U�%�gP�~��0`���b'�Ɏn����2���Y�z)�hg��W����~��O��;��O� ˡF�c�x������u
�񛔺���(���.��I�+B����"��Y�?�A.;5�D���RSS{Q��
�gAg$����|ܝ[�p��=c�1���/�s�<&���(��/G_?���o�ɻ��Z���va�҆^�[#�r�7�H&NY
�V9qǵŽ[(�kMB���*�D�pf�����b��
�
.��L�3'�V��
%��O��]N��)���y�����F��nU�fWq��n\�0�6��xi&w�rc�u���c��'^�o_ ������}!�b�
w�̋�p�00�ĝ��,]M���K��y�]�p�5L{��_x�ݺe�aL�(���c��]ܰc�9+�r$�m䊵FV㢷��>�1��u��*tT��1�K+�bf�̺��
ywL�Uc�T��}�
͑©J��w��� *M�TN�a�	۵Pk���*/��������Xc	���߹c2�l�e���P�q6�ea����7�U?��nÉ���\�����Ws����TG��Kע"�}&�w���f�b)�d�bxK��KJi�yV�%`�%��I������L�jc�i-\�yR�o�,��G"�)W\-[�NO�
�2n_g��‰hĝ~q{�5�E�.c�vor�=�9�=V���nWK<S�{~��ȿ��J_e������߻�37��!��|��¥SڵH/�t��]�N�:bÊ�,�Xo��<��i�#�����Y3�H�-}���/jl�i��k7�e��E�ʝ[[/�����U6ck����߿�]@	�*.���>��tK��q'6R��U��F����Ixq�Ώ�^����B�[.�]��"a"\ڿZ�c_'q��=?a~nT\.{RRRzS�kWrsse��罁+7/uV���&��O[��1���"\گ�~:an#4	/���=ey<��"���-Mw��l$��Z�T���Y��.Z8�FM||q�d��mWd�]��#�_*/�_Ґ);���n!%X��׍�)�|�X�t	wB#kW�*�N��V۵��+�m�R3O�hO�&���(���&�E/�rfȫk'!n��䯹�����*G�o���T������p=W,�Po�a�#��p���c՟mn<UI���A;�O�Ax��Y��7�sAl䜀�-k�D�|v�p�|V���5f�؅�ڸ�/��ǽ�/uX3w.;��Sr�������X�;�f��7��]X������ν�#���,�,�dF*����I�g�I� ^"-�n۽i�����VA-�������Ov��ۖ����S�K��{��G�
��e���o�
�A`Q���_��69�ƹ���u�*�z�l+�
bᥠ� /�N�m���+��%5��D�gA�t�~��ϲN������ڒ޿q�,F;ӯ�<ݖ�����2z
���{µ{��]h9�Z�+�5Rkf���;|2w#^�tx���B�%R�e�+S���nN��s��HZ��$��k��!R�׶���̙�띬�<��l���N�x�).����e:c��zۙ9�j�� ��ΡK�Ո��81��Px�1�����5�39�(��)�<��l�`n��j�[�ԅ��c2�d#�=�?�;㯲�J���^7��}J������~n�żV,{²u����ǝ<phP�I�7��&��Hx��I�6��/�|�cG9��BB(Dr>[�/���_C��S\����.�X_���t��c�S�d�.�mOG�g�f�1� ^��.[�˜ɶ�I|�|�hs�|��n=3Nm�����k��W#�;�������^_ڼ?q��=ï{N��2�ѝF�i+�H�3Yn�܉�:����.� ^0��,��.��oN�
��rj���`�ɥo��]?u��o����S�͍�q��o������[�]o�lNh�1�=fy��KPf+aM/)))��w�
ʚ��w���p�|��6s�Ƒt뙱�~��E
;�ԓ�4J�]�93w�d��s�,D%��~��Q�{Ѵ�s��5��uz����Fj��=�2|�	�1��Ůf��� ^pg��r*���eggs�`����qu���]nv1����:�����p����c�����!}�f���+7��<�C[l0��!�m���튿�Z���e�n�,~˝߮ ԯq�ʜ:��fF�ԧ��
;�ܥ;���+���|V�S>w���q�ˑ�/�-F�Av����W�׊��t�'}K�ϝ(�
�I�!�[J{Z��-VG{�ڛ�Y�>Kj������a����B���ѣmg~CEw�me~s������C[��O����p�}ڬ�Ly�1�)d8v|Y�a������z��3���n�'�B�Mx���`�8Jn~y��݊��\��X�s`��"cܯ�̼^�l]�C��l�&����ea�u��O���z��3z�9��ų�@
�Vs�̈́@xQz���L����p�J��`�i������]䰛5L}�`V��ҳ�q'��8Vx	X��g�K6e���W&�4�|�1p��Ҫg�Z�Qw���=��U���n�fK���ᙧCT���AZMD��o�͜�r�8XtN<����bG�鷵�_�‚��`����Y'�\�Xl�&M+uNF�r=��zJ�E;m1�DR��u�1//�D��9�*吐�]���>�6Z��6�v7P/M_L��E��&x7$�5[�/B�y��������kӊ-��(�j���M=<T?[���Z���}�r��q�i�:"c��y��]ߔ�~
��s(p�g��
yf[��}6�_g�>�	L=�Iv��.6i������.�N�"�<egn�O�lM���ޞ;��ݣ�z�k׊]�>�z�/����m�Ĥ�z�����N�sa^C�Tؑ�#����;��A�#v��xZ'Ӛ�y��zM���i&];��2��5e-:hU�~=
�ca�ŭv��f��Xq��(T���.�5-c�LqY]��q�7�Zc��.�iV?b���C�T��.��**�?ͧ�G^�ױѬ�:���اD_W��<��~r�������2G�


����
̫F;�I�oR͍�_/�w����������u�SB���5�Wu��rovSFM|�]��٧fT�ݺ��'d��q'E!�?����+�>�8t�Βe�}��R{��F�s>M��p%wR@�NL��>i-�P�8w��
/��~J���V0,��z���**����+�t,Է�)���,c��x���u��B����?�X*/�i=�J�*c��.�Q�`��]ȸ�*��{RSS{Q�����>�nnо#�2E<�@}j�A8���O3]�M���c�<k~�:�0�[��X�H�^��7t�d�MI��T�K��x�����N���L9�g{��N=�FV��W�����N�^�0��\1uO��	�Z�=Fɲ{�&
��,��!��Z8�:>��D,�	�	/��S��f��y=�-�ԋ���M6aQ���۱��|�x�& ��Ԗףh<�u��5����m�x⧎�'9������&��\1F-�t���X7�P���ٟ�F��v��=����G]q��4�&���bk����ڠ`�a�yJEC��rܴP�ާ�{3J�՜�B-�Z�b�,i}�{/�1�f�C���?��F^щ�e7,�N!�^��'�����|��Qw�Ӯ�2��?ICƽ�-�h,w"��!�������@M��ŵcH�Dx�&�>��[e�er½+�#�i[,&X���:
۝f"����D� �����m���V�9&_��k8e�3v�e���=Ǻ��I�oc���9h^���o��V�h\�"4=6��&�M�O�w� �W͹!wlm�6_��O����Wu�/��Q�@x�e�^ڂ(��DzzzO���H۫#NS��_��Wf���U��/�������D��2s��Ơ�-���!��Ýb�+�N�����3d���%w��Z������]׷��"������n��P]��q�S�Cxi�w[���O���U���B��L�O�4s�������&!$��nB���P��v�a~�1���&��Zq.��%2��YM~S�Y�,�먷\m���P��6}LBA��[M�v�&���4�~�夰�^~���Ճ#�ŚޟZ/.�3֎ l�l����|��ٝ��#檱��ޛ;`��dܥ��	�/K(_������t�c{S�g�9Ƶb�`G��;���_�]����‹]v��Fǎk;
�(�f^�ck�DS;�椪�v�M(�aQ�D�Lv���9
��c�9xXq�鎁K�گ�{�D�:��]u��b���Ѧ
�,ʷE�s��ħ��8^��&_86o0o�8_w�a���o���>�;ֶ��f�v�p�a˫��oĘ��s"��4k���)t�[��5G� b�����M��w��2v�]� 8(v��i!�=Twz��+�1&��n}�2!#�X�6��tb�=�Ĵ��qu�B�]N��d��n��W��u�Jq-UAA�8�q�F�q��ry_���u�EG�C4��&�'��q{�r,(�_;\S��]�f�;�Z|�؄$N��87�1�ݱA�PB�m�r�A0o�nn�u;M����;6;S?�w�na�ʦ��Q\q��}Ӫ^�x�{3~�r#&�fmT��^՞�e����_��5<�S߈�q�,�x�$��Q}���}Tw��k^��8O|-�+s���D�{^��{��.�� _��n� l�2��_����W$��N��1|�8�gQ;M�vD��]�z�lqW�&�|:�K�P�����*��s�w,�ߞ�]B��"�{1+++Eg��"}<[(�����6��;�B���홝nq�#�*ns��2w�.���ޭə���:�����Z����t_t���*�q'^�����<��ϝ�1�~�tx&*�t�.xN��t��~ܻI���c�)T�EI�ܶp�$��:bgn�?�]�T퐓&�⋟#N���(����c�앾�U�ם999�5���n�O�iċ�ڮBQ��*B����;&��hN�-�U��7N
�‹�������²x�;�D�l/��F\1g�[�Hme�
W	/
Ӟ�25��MOߢ��|oG��"fx��?�Iz�,�\�D��K�<�K?��u�,�Bo��ѷ�1��P�ӺE��B����yEym�X�P%8����.���.!����'\�v��p�B����&�DBiG�g
Ӽ&��y��)�.#}^eYx��[�}tol�tZ[(O��U�'N��`Bq�3B���W8�Ba���}��yyy���R�y:��,����N�τ`>�5E;�S/S=l�7r�%*l�	koɢ�'���3ष|+�Z��u��3��Q�3Mu.�;!��xZ�/�%��{ ���UQq�̫���ޡ���O,�	�‹S�Jxe��#&���� ���Z��O�8��P�H�5!\�lሧ+��m�����:ű|.�l,W<�"�=Pq>����M�7�@��imD�Wt�O���>��`����:�o�q��	e��s��� ���GAAA���T!��/��MT.� >�g-�|֩�j�U6�!�h���x�QY���Ĵ�U1i#�Ə\~0�����W�M�Y�{wRR�M�G\�;�_�ߢ�<�����o�'\�A�?������y
���v�`�j��#�~���#U��ƈ#�ס8r!!ѕc>�q-9�-�6
��b��I��S���N�'\���e�>E�3�	5'_�AUg�;�u���our�J���8���qģ�@�N�='^.��jd����L^厍�K3wL]A(�r�)�-릲|�s�'�ڨIO�I��:�{Ƌq�.�\����vG�T��������Sv憘>���2���H�\�R��;y��4���,w�]A���='X��P���n�8�J�F�N�)���=�Z$r�cm�����9c����9�;g<�����(�ޯ8�
�~�����oj�h���_�Y�j��+nh_���XT���i�Tx���ou�B���Y��1�j����~�XTA0����
�T��\�8�e�ܿ���z;�w��c���Khz\�|��#v����$�A�Q:w��@�g�"%��-��>�S8��Q=�/�eE�h&�6B�⽏;�H� w�u�+���*T�[dT=�t�"n�Cyݦ0��=��k4t��b�_��Th�r������1���p�
��K�����k��;%�Lӵ;�\���{p.+]�g�a�S�AJ�<Ч�J��ki�:�D�I��\���t�Jnqh��n��nq��2s�zcP��z��KLV�����Z�`-�v���{#�G�e܉
�*O�8�r�<W��etR���b{O�NX��zІ/�P���̜tsǩAp�E���*�e��K��!m�,����W�?�Ҭ�w�bZ+�]!���k;�A��+��~$Z~��)n��p\u�u�Tm!�[t�o	�3��'����m��(�?7����Y��d‹���:bЁ��9��+�׌��C5m�*��Ơ�����K͸��d�Mx)��wm���Թ07��}щ��D%���NX�T��K��);gKt��'˭�;q��P�x��G����ܵ�˕�1���m�vc��sT�V�%8����Ԅ`����k�ܴH��ԋ�;F��1�OII��ױ(((8Nq�_�?O��G�uv%�ߺ4cM?w\������?�[�n�	N��K����"���:bЁ���2z�#�+��9�B(>��
 �(-���]nQ�3k����*��aB��<egm�Z�O���t����DE�rʱ{/���~�#N|3�W~�,��	t;N]��‹�qM(��@oT/,��+>Ť��Tj�|V��6�TОz�sǗ���]�_P:�;�c!������j�[�����B�[�N�F:��WJ�׌��4Z���_�߂Hxq��hAO1�-((���|�muY��-��UQ\Zy�-��i�5J+/ܔ�9��ɛ��� ν(ha��nÓ?㭨n����0/aZ|�����0�;�nGq�Ǽ4!h���
@����8�����M�r�{;e���_�]_�\;q�.q�
ջ����3�z��*��=�:C�t��x��u)M��B��~~�BP�)R�RZ�w��h���~M~S�x�����zw��I񆳕��ׁJ�
7�̀�C��>�����-�cT5�eN�G'�����E�bA/�W�uLZ�kQ=�N�Nb'@x�y}gcT���dY�N�[!��[�c�����&N�ND�"�sk�r��k��2��\(���B�P���:�D�Ko��;6�G��v*�mw\!}���X���o�E��:Q��a;w<���ݢ�w��;�u���+<�:�4����O���_'�	��e:c�5c��xN����x�y�^|�p03o����C�7�[�݃���K�E'��ս�;���E�%4<`x�s��|�,�^�IuB�8��A(��m����M���F�`��ܚ8����~J_9Q|ݘ��_�m�[w�Q��o�� s�;ű��;�����M���WkAA���q�O��Qy�ŭ'o���E��'��:
7��w�E����u#c�CPV+uƠz��ֺ���Ú�7����6��2���ƀA�>�9��E6$4��}�=����GO��O��x�2˔;������o��4�Ũ؄�܉uW����Hxq�C�m���4�Or|H�+7*�J}2�����5J_)�d7^!gB$����-���D����ow\m�>]�8����;��

B���F>w,���vh�F���v���S�<�1�H�B� ^���s s���f�U�7��4����[O�C�([���2g��ư��;2���Y�a|�m��]Z�u�ج�/GuK9]�m7��J�{J�m�.��g�9cz<!˷�;�n�j�)zZ�����&��Qg�Q��d�[��
����v�\����kR|T�R�/T��ŧ��玫5ҟ����-}�Xe�򻘯�y��
/�XW��xf�o!��ǩm�P#�J]�s`֭.��:w��e�.�u#����ڬ����R׮U��E���B�(;�Mѥnʯd�M\�I�>n�U��UZ\�;���#*��,����%�0<sވ�y�,���yv4��B|�C	/�0wlT�Y�ώ��v��9ջ����N�B���W;@q�neF����(�__PPp���7�Y�����]W/��ڕ�� ����6V����Zs�`�'�UDB��b�
MOO���d|g+��FJJ��54���Q|:���]��,|K��2q��
o��}2k�xJ�mK�$�":��
>Gtr�_��gq�����o��8�?�)Ǯ@�=tkv��~I��km>䎋�P�d��p�����8�?R,Ԟd"[�{����;n���s��sQC~{�x
w\�/�)��R�+���z5 p6Nlc)6B�B��W�8�c�ub�߅�5����O�s�c��OZ�Cp���cch��d�z͓;�݄����uX�o�+N�(�_񵲼34�‹&�+;g]L�B�r�9v�-e�%9`8�;N7A0����NڕN�kO3���T�t�v����G;ᔝ_��c��W�B�냌�.�1��;&s�Fq\�sssu�@Pg�u�@08��s~���O�<�%999I��)���]��_�o�U�����%5�h��E�ډ����(>�f}��r/�sX|��d5��w���E��"��`�kQ=r��e�Wc��ucmE�L@ס���_Ee"Կ�@v%�j_���;�}~*nSWR�h'T��������vC(��I�Px���+Q�mH��K��S�1ݯ��q�N���n0�\Nlc��9N$��wB��r7wL�D��d�Ф�q�|u��	n��!)W�{�Jp;�y��8�>�^�+��n�q;���Mt��ע<=�i�/�����똴��Q�r�iȱk z趣��6�
2���B���ʋ�� �s��J*�u��O;�����zR���P�h'�v��@u{	Wș8�bW�q�Uq�?��<�"}د2&]W�P]g��:���r��UB�֜m��~߮}C$#/��52Ν*�L׼_��(�s3w<v�_���/��cq鎌��/{����9�b���|��S�tcT�{e�	����*.��T�Q�~,(�c�At���!„Q�|�qQCQn��b�"�sۢ�?�]L�}���,E_CЮ�U�hG���~�����V�~���E���*�1�)�T�YW�/x�����66R��HF�?��Vd���-o�	�gCFq�[��}��+}㥪����dԾ_skD^+�%��kx�g��+�(����<o�3���c޹�Du˸Ҭo9v:O�t0hZg�����;�A���(7*�P��\�)|�2�5v.3��E��v���|�}T�S���*�h�&��}�+��+Λ�1v��W�aae��U֦4�ߧ��s�Xx1�:��7����"���k���:�vbč�o%w<v�g~��/�\��x��.��^|��w�*.�ǽ��$����@LZ��z���8�՞b�x���W߼7:���2'���U���<v�[e�	��0m^†�;�9�O?��vC�|W��žH����k!�Q��\�>����c���%��z�8�l��}���:kn\�8��+�m��)"�OuB���Y�1Q#c|^e���"~;�
��|�
e��Yy�VwEp�|�ZC:�^�Uk<%��Hhz�}�۩Wq���~�2/�����f�|��ѽ�_�����T�0OA�9���+�|����O��
���!�O�b�O��v���k!��Da`n���v��]�FM�������|�1Xq���Xmڡ�����ׂQ�_G9
��h����#/f�㎉�o��oYoQ9�
�Fq���$d�Kx�������O��׼�5��w�/j��1b��?��s��O~�[�)^��fv��k�zd\-s��j�>�#���a[k!&[m�s��ݚ�3$W����wZ��T� %ȫ�]�r����>���M}Uݦ�T�hW���;�� [=������*���'55���/@�:�b�Gz�Ŗm�@��z�z᥆;&jd��-��lX��?YM�g'��\�o��M�徔��7b�x;~�5_s/d��L!�Sx��1����<u3�# ����k~�etꈿG�'��R�'�/��*�Úa�:�.CJ�v����,<#ȫ�o��8 �>�>����玧3�놔�+�i�9����u�b�o��{;�@x!c]�|�%�l��g��:�Y�Ou=�K�@x��k�yv�iٍ�+�L����_|�G����)�mױ8?�1�#�F�ʝF~+=%K�'�[��K�F�-����0��阧 �;����[��-�:!F@x	�M��A~aaA^!�0�#�����3���ϱ�>�S�|��U_�f�Fyyy:|o�uVD�*�0�ʱNׯ��W��:ʜ�~�t�
�G@x	'
/�߶��g�yvѩY�/Kp�uڧFy�5�S��[�?scB��Ցfq����Xb.�W������vlK�+N� �o�uQ�~�(z�]k�FL>w�v�%l����~�>b�jS�W���'ȫ��;;c�ܪF�ANR�����S�-�b�~�>�w�>#/�S��-�4�MN0���'��>~��^BƉ‹P?熅a�yv����=oٞE�ѓ�ܞ�Y����a���̾@�f�
;��
1��?���"�^f�#��I�JT�t\?�
��p���V["�#w/a# ����
��y��wgg�[b��_���\ &�9Z���*}.((O�s�,�v0���x��m�X�O�# ���X�F�gG`�x��t׷��s�;��?�=O����U\��{A�jq�v��9fmTϜ��H/����sۢ{{+sX��p���k�;
\G�]ơ  ������|��
��*sj�U�����3v�-r�q�ʸ��{��_��;Gq�ޠ�7vA+̓��\�����u�C��j�Ow# ���X�F�gG�]0��s��<"�L[�1���3k_�6&4>¾
k�b2�ߍ����Y�b�?�y��9pn�@�7a�w�*A@x	�o��a�Oq^!��_eN��*�Q�v�@�3ҤP{(W!����ϩ���.��5�� ��C����-��_G^�������2^`ᚹ��:׶'%������vHt9��=��ߌ��V|�m�ϰ�-&{��c+���V�
<�Cn?a�[��;�����K��'�\]�S�&*�]@t�# ������|����v�A�W�S+�J}Tퟝ�}�v�-��'U~3�n}
?�po���{gNNNw
_CA@x�xdή�����r��o��A�/!���Q�����'�����~�-����aW��^t�g1�Ǜ�Kg��8��0Khz��,ޗV4��q��z�_������8
qx�������Q	/a# ���7�⼺��t��U��ʫRU�gg�[*


�Ǿ?%%��j?�߽_�����7��1����̕��JS�j��m��r��,|:��# ���X�G�k��/����2j��ή��O�/<Â��ܩ��)��$�^dq�W	�;�5\���%��Bk�z�[����]'���"+�m�A�Ba��7�˹5�K�/��ͧ8�^�ͯ2�V^����?;c��R"�}]e�r�}�����&ʿ�_�rrr�U�.�K�a���7���ܬ��ߜ��[�3[_+����:rEPN>~��^B���ε�����؂9�&�d_x��f1�Sޔ9,�$�^`�#d��M���x��G�[2m������N�� 8kR�,�56�`���;�N�c
/a# ���4�ZE�y���o~�9���G����9�X�2~��֫���^�8?�P�_W^"
q���6���%��ͩ��6S$>�~��%d ���5�m �4:yȪ�!~ɽ
�b�/sW�I^+�.�/6��1�'}��m�8~�/��\�4�����j܄�`)'��	��0���]�&�K�/� ��EJ�W/��B�W�>����(.;?w<!//>�q�dE�E˿��b�F+��/��!���	�
��>-�+�߾�.�9����>~��^B�,3���γ��]xjLf���5?d_���<�ǿչ�/6��!���}Z�xͦ�K�~Kpi%��VUU���	p+�DW,:R=b
�K�/V}a��#�d=_�:��%m�����jU�gg���;�P���U���{�S��f+��j~�B@x��(���l�5�벸�NlcQ?ݏ��2^`vͳS��2�nO�)[�<̾@
��b�f�'�U�I.}^�e��7	�u�V.�b���:\�/��~u���*� �_!|�[|^�F(��	|T�_Xh�W�S+�^��Ģ��(|�+�s��'T��9�9��7�V����Uү*�K��4�r
�8]w��w�=p=�8,���.'���ӧ�o<�K�@x��jk�{zulFݪ���/V�ڷ�C�Kq'Y/�R\�wws���p���wdM�2e�_Kp	X㤋�:w"b�3���(�)�/acM�m]v���̣���.�f�l�WG�q.�5�ă�.�y�X��Bq������� ��[���*�����**.%X�9����;&�
\��%�<m�d�˻�Nlc��# ���C��g5����;�;��7�kW�/^Î��٦�Rr���91&u��G\��s$Z������X7�֝��Jp	ؘ	�����C_�Ak�Nڜ����;�	:7�E@x	ဝ����������	`��+��;T���g��G�S�ٽ��*B�.��ar۩�:��㎽=���
�G@x	/�� �$ŤT��)Z�1����l�a�-���Mi�9L�Iz}�w��?f�=,~�FB��-eUK7�>��#'^&^🲲�^��sט���Ď�2!ȴ莁�j�����c��>��!wL@��y�>��~��S�H��SYr̴0?rss�~�B_���s����*mqwL�d��i{c�(�|���8u,) ���%d ��k�ݯ�Wq��Em�/�����
^x	�ӯ����%�d����Pw�_0ssn��/����.�M8��������5�0'Ͷx#F���x�Ș��t��	A�II1PuB�b�)Hs���.��1'�s�9Gq��J8~�6�"�~<���T�:�>�q�P����oz�S��tj��ݏ��2N^�v�qm�閾(&��U�����d6���a���:g+wn���Oqe�v����L�竮.k�t��e��Me�j�ވi&��:{Jg�¡�)n���(|U�'�� 4���5i�F(^ĕ��
�t`
�������[�}���(((�
эh���X�CH
�����N��܂�n*��r,vrB8t�@P?[t�
�G@x	'
/&*}�e�N���&#�O���Oh|�}�;-V���Cy���{Ztb�?�*[vs��d����HH�eX�;�[��˂ˑ/��]
��9X"�L.F�C�B����Ȩ.7+��Z���Ӷ�aD
ߟ�;&p��6#��#��}�;����^�w���UYu��� �����N��ѩ߹�!R638	�%d �6>�U�I忏��t��w�Y�8�^T,��EuO��'w�k�+��r����f��OۑW6c��S_�ҵb�/�WY%(�1Ќ��l��t������L]�s�r���u|~��.�$��1u���\���؟������9s)˫+����1E2��!��'oZ!8e��᷀(�z���q���jx�]�6=2�d�Y?�6���H��'��K��,����pʖ�����1<O�߯pҖq�ߥZp	ؘ��Oeee����ȴ0��}4'7\?�!�̑	/x�۝8��C�sǤ�~���SW���_T���fK0�+����saΑ���+lPg����
�$�C����o<�K�8Xx�FB�:2c���)Y�I������nqŋ>�eNqwqEt��Uq�����-n���g�l�l�x�qK>#\�0��We><9Xאm���鞨LJ"b #4	%��W<�� '��u��c�xt ��6��ǺP�C]���A��}*7X����޸c�T���s)\2^r�B��]���2^0���&�_�Kq�-��n6�}Y��ɲ�+w^L����C?�V#>�aCQ���f5�F*�9�2�{��LĐ�h�z��
-�M����f^ͦ�wN��vX,�����7��	�^ܞW��o�X#ѦX��o��������
sjjj/].���H85lGT���;&U�y��i.G@x	�
/�� xz{��һ��d_4w�y��7�RA��بޅ�d�};~��c��J#��yK��Ʉ�ޯCp9r�e�����U	 |�v�2׍QLJ�p�± (��T�\����Y����1�CyU}�ewL���-A���K�i�m�:�=����߻GWYuէq��~�0q�.mqjK!�C��K�8Ux�:D���+~�t�N�t��g��e�Vk�cFL�?�X�NB��벸���̮�0r�՛��6���Ҵ�M�P�/:N�b\��̨����W�w~E�`��z�D'O��q� 777Q(<�"���7�������̃�^����4@���2�Se�W�h3(
�q�O��\�����ƪ��	���[ª��}^BƩ‹j!�Y`oz�M�N�z��kp/���<O�"Kv��L��W�����SZ|ՍF|���V��0{�[���-�m��x.��Q=1�q���\�#L�I�|�>��>�#��u�킩S��v��=ﻘ��K�|TY6^���~g���Ϻ�*\ꬖ�f�0�����6�c�[��7n�~�P�FW��s���~u��9���2N^,ߕ
�����o�y3>L���}q�����^jY2�=gVtR�qîd/��P��)��#�h�g��y�����h��e��m��P�]�cӜT�./j�U��t���)�]wL�E��։%��@�^]\5�C����#��U*�X���	��i7��B�J���n����
�ba�͛T��.]��`�
�e�/!�p�Ei{��,p
1)�Oz��r��	j󔝹)J�����SxNL�)k�k~�^]��A�~կ`†�	�|n����a�e����?X�� �?>I� /�WNL�����!϶��L@�A{�J!��5?wl*���w���z����`��}��
q˵b�P��W��q�
���OR�Dݨ�S�r>/!�d��e�g����ftʰ��G\�{�݉�)9�<�RǝFIrL��;b�oN����\B����[�F,�4���#����o��>H
܁�i�>"�Ś���1�	��EQ�;�ݺ0�$���������j@W
�D����cS�����|^o��e�U����UV�B�
�pǤU��[�
�T���kpT�d���+"a�Y��� �'�u�- �����lt **.&y�s>��G�
/
�	lEitj�_=eg�N�{�Sp}����ڑU<u��5�����.�f44-y�;�����x!�7�a�k�Gp/�J~��������C�θm�.�5c����SL�,���ѡũ�����ޯ��������]`�"Կ��w^�9I���]p˩B��q�K�k�����q��b�������،��|�~�y���t�)����-zdO�M�y1��/�˨=Khz��-��/��1S��-�t,�l5�΀�!LN|�R
/��eM��Z�]���t�
 ��+�c�t(ތ0=��R	Ⴀi~�T#c�Zq���2*n�a��[�w�B�t��2R�P(�����8�������M�0�گ�w�%d\ �`>����>�����n�Ag�%�ȝ�鑳$&m�+�57��U��*.۟�^��b�Y���ҩ�r��o�R?w�&'>bɄk0�L�N(Cu^KAtMNG0C���S�Ct��k�p��ۘ�;F���S���U����\/wY���9}��;.U�P��M(|+ͩ�a{�W�r�����9D�n��;��q��,m��:����[~ʾXoW���)�4q'�$E���'o�ڄ����*�v��ܧޒ	�\��/�E��ύ��KWq'�`��#��ZxY�]a�5�/��>�-
m3D�`3w\�A]uM^�O���玑Yn?W]N��O-�1SAQg�2~2�
��C�w�W���r��;����@���/!�t�Ŋ�Yڡ$6}��ʿ����^��[��8�$IqT����QB�c��(a�Æ����ޱ�����vn1%4�e�y�؟��@0p��K*�p
�TCUN�B�,}:c���k�C�v���J{J��0���w�����A��0�c��M���:~bIq��s�I���Gk(���;�=�Du��;��BXg[T�' �|��x��I����(6�X��῀�2.^0��sn�|V�js�䖍�I���c2F�_m�+��`q���e��ڧ.���k������Ћ�nY����_��%م����%���	�D6Χ�Ұ[���j�Pj���źy(u,��v����lW,�[�7��y��]�uc���
sQA��妨��o����E*�h�玓
���/{��l�
Q���i�T��*��qC���vakc��$Gof�r���~jY�^B�%�������~������W��Xq�g	��좇,���_�r�ȝ���O<96��j�o����b�e7l*r������Pµ�|f4�]�;�TQ`-T�B�~A�P�D�;��ԱP!����|WFu,N_�W%��ʭV1�����X�;�u�Y����R��혟;V*dl�i*�P�t��*�oLsr�J��^������5�rdic	O^�tǢ
��>G~���q��b�Aq%���zQ=�^��P�2�wqC.��-|p�,squwB�@���E7���ސPwW��#���S�poJ��{j�p�u�e�Q?v�o��D�uuKW;8׈/�'�:ND}‹#5w�P��:�E��Ϫ�,�@E[�N~u�z�X��z�C%Duׯ3��^��b�%Ϛ����j_�~q�
���8N�<9��}<�~�E�o���~��(�s�f�wo�S,^B�-‹ �Z���6�e�����{jL��7�G��.��	/�7��)ܩP����AOxJ�nJh|4��(�����R�x��s��]4Q"�,��h{�3�ɡ@q'�Ie[��+Pt<4+4
/VL��1��`�Hk�s�E�KH8�6�]�>�q�,n��
뮟!��z���E��Y�7k,�c�l�o�.UP	��)J�-~��‹����N�~���)�����8n�+��4M�^@x	�/�cd��gAt��
kt���$��S��s�un!D��r�)�L�N�Bj���%��l�W���˪�b@�Og/|�],Q+�|b����]��z������C:v	�‹��f�T@�k�.e@� ��W�P}��P	jNl�)N0Ye����/N�+�ޑ���DƗ#����˴�:u@Zw��D�}��uY9f.A��}�U-B�ج�?hng�\qR��r�Ģ�:c^B�-‹��iW|:�ZO`'����N��W\ť_s�!Z������t��WN|�	�u���:�=���㝻#k��Ϧ�ӗ�"	��h���頀�qw�_�A���o� �X�n���+�iR��W�=�̶����j�!��#r�nk*��*�w?�6��W2�.���c�F��rm�|��,TCYg����Z��>�WP9��~��s�*�
s����U�:�^B�M���Vr�(I,;+&{̇�#���"z��K�v�5=c��?c}��;���S���}r�?��x�yKw�$T6g��F}��Op'�A��Ϝ�8��`�	�A��$��y@�a����S���Rt1�kq��9�V�}!���r�O�Cת����(���玟����qLe��Fr��uV�U��uu�j�XL4r�u5�kK<N���W�86�	/!�&�Ŋ��d��|mt��MH��#{�/�*�y��#��vqD��2��Љ���-��|�%��f#!�zː��[f���ۻ0+����]���mw���w{�we�e��.UM�DY�K�]�c�))���5��	
��D�D�& Xb`�32׬+��ݙ�Ny���<)ș3g��̜��x0bG��8�.���b�[C
�틆U?�n��`�b�s�팆�0���6;�
s>��~m�raȊmPbm���#��\�lk@�_WJ�O�p�5ڦ���T�Z2oߵ�͇�&�c`����7��c`�C�Z�k�~
�:t��:l�o�<�~��� �$�v�9u��݆k��KG
�K̼�k1�<�:��$�6�N��:��Ӯc0O�N�#�'�?sm��ղ_|��M�xK|�[ۏZ��t@bY�2r�zD�QS�����?nkͬ�I"�/�����*�co�n��N���b��vM�p�b�:�0�Tَ��%�ْ�?,�M�7��m��cq�h��V0!�B���}�Z٧�a��NS��q�xՎ��o��&��`�8�"y���m��1���c�IBV/E��{E�k�S�)��{^G^cmx~��{�d;#���uV���}�B�3�/:�0�A��v=�:��0ё}Rg�ɛ�J��/~�4��}��>E�v�oKȿA<(1?xY�Ѿ�l�>�Rn��!�c�C��G?�B�^����A�>������b�}��l��w���v#<[fG����.b�(���I�aq�I}l��v�v�]��v]��I��Ʀ6���n����ģ���G�k�ޏ��B��1��
�u)��1Ŏ ��l���;b���!�5�D���Ƨ���a�}*�H���̋��FX�<�8�`ņ/K�j�n+��6����bW��e�Z��c�xk����LL^F�D^�Hw����Jƞ{Ә�[��_~H� "��w��+���*v�5�O0Nx7†O;�j����۾��!�8o�ؼ�M��6���C�q�-��4lo�X�>�Ud;
;ǮS�4��X�o-�\,7�j���N�ͷ7Ic�@��vP�9��M��]s�-/$��<c[�d�뭑��&�cВ��m��06�z�V�ѮQ^b���E�س�ᗗ�lo#�ӷǰ�{�YW|�w�!���6����z�oo�������A�C�V\6oFEե���Y+~HV���P�{���J�M��B���&�F��l�M7)��o������H�i�/�����8��c�A`QH�7@Ħ��l
���\jQa;�
��Giٿ��^f渍̧��V7��&���tIIIi�K���]��v��:�b̮���=�qe�v}�n����ȮƸ֮燪&;�~8V�6�A�=��~>7{N�-p1�$��B�3�/:;^:3�{[^<�ymrd�����{���Z��md��
(ߜPx�xxҶ��B=x�+�/f��+V2��?�?��/�C'T���ⲹ�K��մu��»v|�3�[f�C��۪)^Z���3 C�;N��F/cK���C�[~�N��7$��O�f���m�D�5�!�-ٸՍ%�FR��m_�w��v-�x���e�o5�kq���Ƙ�ϣ�	g��V��I��#��'��g�cθ_nս���>Jp{�Fs{�m��yF?�s̾GT�_s�s�����Ԝ���f�3%ֿwd~5Ƨ�aK�v�Z�-QS^b���E�x�y�QW�g���`���}K����6r�o�hm�ҲF��zw�~#>�4o{���C��TB���	�]��999]�K�tl��M^�I<�pJ��{S^n���I��g���L1����"�"���ŵ%�P-��3�ͻ���ۚ��Ȣ��C�V��I,*D�V^���HzѨ�ܞ0�b�C�O�I������j�{�t��&�6/㚺F/c�\֬���w�s�F��7#�|a�E�3� ��!c���?ܖ�b�&�0fvn��9�F�?>W(��g����8%Ps›�
�K̼���p�>�*�_':�y�I�r\֊An�R���L	\ZVr�y��z��>�ϥ����x	6�G��P��ڢ�`�Բ�^���}�A�Ӫn޿�P٢���j��7r���W���"��
�N�������\p��w�<p*�}��!�_{,���ƨ�Z�k��n�t6�ו�}v(
����̹�I��m��ߦ~zF��Rpv[�-ٵ]M���b�ʖ��~�c��uM�z(��_:y��H�����N�Qr|��y��s���;t�J҄�Ϳ�
K��U|�F����w�o�Px�x��/�6x���*_�d��'vIN������e�o��+��[�HOn+c���-�"��9�-G<�Ċ���$�mk(,*Dۯ�K���3}���ߩj��_�i��;�*--�N�����юi�ծ^wC/�y�6I��;��Xt����%f~^t�'GWN�o���
�{nT㓻�\Zְ�~�3����/�)�D���Q}O��Xdgg�,*�s�غ�?�r��p��5q�kjqi��X�lLt1Oxb[Q)/�9ष%���71����^��n�__N�ҥ%ޠ�_�)/m��ؽ��/-�����*��pTc��O�շ�Ѡ��Nb�]�cB�B�3�/:��GD9�S��	�3�c��{��tۇv.-+���M�zۖ�u�^�p�K�r���Ǟ%�q�*(�:��r�+�ʶbQ/��E%3���7��a7�QU�d?)/:�.
:eѠ���'��Q��`!�य़���~�����?(/m���n+�K;WK��	��q��Jc�X(>^t�6ۑ��S^b��E���CU�[�g����-M������
\�W�����^�a\��nY�\�ѱ��F��+�C�?�˄��#f��&��ZT2�J����+��$���E緛�|�t��z�{��R�OڊE���ɯ�J�O?n��r,*/m���<���ӻw�N�mt
�:̶c�=Gy���g�M���A�I��7������/�����-x��<�����/�;ej���.}�k��`5�?o�o���S>�Z��\�/gK�����$�T���)?�>�OŃ��Ć���Y�K���>�D1�5H��N�8x�%|q�`f�f���[�����*/�Y?���Sh�9����9����a��۝�q⛅�=�(>
^t���9V;��x��%f~^t<�~;������:(��g<�S:X�~��3w��ܑ�}�c�KȾ̱[��G/^Z1�ڏ��%`���/^Be.��KIܼ~g�s�}�
����7;Z������{��Y�o�Y3)>�-}�ө	�函�[��a��ds�9�v|�Y�g����S���T&���+�\������/��J�t�B�3�/:���������Ħ��7�LZ�Z�=��)�V��o�]��I\�����tH��<�Nm�0tBux�o��+���ƪmX��4\*ݧN�oF|��f�t?4���D�]�����>�ҨQ��[������ M�/�y�?�%�B�b
�:�}�;�v9�񻈾{��m����E�b����E���^�Ww>�aV��%f~^t~{!ظv5Jw����!��O^��ӵ��V,�J?u�����v�W������R.��[]0��Oy����vI^��9�Ԣ�ѿN`���.2�9��R�1x�y�fǩ�j%�<�6y����6.Q�>	I��?�a�!R^L�]ۧ��ڟ9N�]n`,�{����s�ke���f+)���N������Z��1��B�3�/�?�6u�K�8��I��{�X�q�c_J&fW��M���HȹR(x�B=�K`�d����'��/����I�-Vx�j缬��8�&'P��e���~���4��6���Ց?2i��so}:9$����벫�ZKq�Ce,o�E�3���Ϛ܏oK��m�^����V'^x�L?Ϣ����P��?��ЭE��^I�;o4��K��jZ�6�:�ȟL��WU㋵����:0��
?���S�Īʽ�{;�9N9���{�
^r�ԃ�K�:��xb]x�i�j��tH�Ū��ZX\�T�:��-�0]�"����������o��� �_��5D4���~]톭2����Q1͡��s�_�����C,��J�˭���aO��
���
n�&NRb��13�v�56�u�rm ���ט8&�jd{�6YM�y�h^�t��J��<ϺT��N���R�
��F�A�n�*�_�����/x�J=�s����);<<��'�O��g�ᄗ�v�Z�(4�l���m���&n\jYz���3Z�`�ᖇ�XR�������cl?溅?�-���!���⒇�X�n�Xks���ǯ�y��w�ܟ���n��遅��ֻ}�=Zn؆՘[�%���w��l�;n~���큨��_l��t{쐚��a�5E��{H��,������Y㫝���C�;��xf���wH!U�j��'�pg\���	y�Z��^��Ei��s
Թt�w��x���7�^/������S��_�3n�ݶط�x� E���Jq@�a,.8�f�E��D� s��};�,����~]4���H��m���m�>�2��իWg��{L��^-�./Q��������-����Ҭ����t�B���e��x�n��=�֞�M86;���Ҥ�b�<�Ԥsj�t[���_N�oy�u��.�r4�����'T�ϫ�+����C�}�/��.����姟RV�색
�$�R5����Op�ޗ������Žz�1ʵaKs������͎p����_29"�1nNW�0�6����n�)����>6nㄗ��[L�4c�XK����j�.��p��}�711q�t���x˾��I-�|�_��iv/+yd���b|��5���}#�͏�c9,}|���m���W�����:��c�K��n�|���h�`K���&�k�H��j-�[��ˬQ�W��CK.K��pC��o�N���\�Y|����/�cI�w��\ie���JǞ��z��J~���/����?��� ��g�8ں�Y�U����>fR�4�?��V�E��د���y��Y�� j���� ��3�~xЗ�lq�g6����t���H�h6�Z:>#s�^Z��6��׏J��/��'����ƿ7,}�N�#e�3���/�9�{Y�h�M6.�6�4
��Q��Y��s$�6�ˮס�{z����O%p8�Jء�ɟ�����&����v��hE���O�SV���q���=����!��f��jAQ-[�Y�x������[9���#���x��.�Ã���>�5�he�~���e�q~�6��
~�c'2޶�ܼ6�ҏ-ǭq4F��O9��Z�Ϩ�"c4�h�<l��X(����`-��l�>4�e�t�p`Z?�5�>@��t��̸G�V7��\���Wd��Zl��s���K���{Y�6!z�%����+�2>{��<�������J�#C~x�ҡ��*��?����+S�t(}����:�]�A7�����N+�Z��Ĺ���~��YQ��-4�3(.^�y�y�7&��&�&@J�΁�+�.�Pt��A�[K�}�^�om?b��6/�׫�z�Ƭ.,�.W���	3���t�@_�T�1�3��Oڜ���y���6W�]��<f��>�uϺⅽ��*|�6�WN�Gq�
6'�
��
j�.����9rd��������)'}*8P�k¬�Լ���f�a�l/�S ���{�m�� �.�N�n�5��~x�tX�����#��6�7}K�����ܠ��z��m��p��VT_��nޛ�A�"x����_X��p$�|)A��w�y�K7
�K�.�������w�x@�
L_�;�_��#Ώi������v]�՚�>urɘ3ߚ0����`��3l5�"x��-�L���}��X.�c�Y}�&��s�z���B+>V{e�}߯`cB��{�
^
oV�u?��X�7'�⸒�g?Q5�W_ԟ�G<\���啞`�Xڂ��	/�<�?(�&�jٝ�F>�q�m�!�\K�U�c�n�Sf~ԡ��C/
oQ�ȸ'��MOOO�>m��>���=�P��&xyV���o��Z�����\��~5555C�]�U�:�w^xÛ%����2iɎ��÷�.��!������X~QuM���^;祽�a}U�xZ��ɩ��"Ċ����L����n`�v�;�XxLh��y7�ζb��7�]3&l�K�ܡ�,�^�nӃ�U�����!��������!Պ�e�S�և�(�"x�?{hs��f��@`�t�S�w�1�g���.��.�p�:|e����	�?�v���/���z[Ѳ���;��]5����'/�( P��	3�V����J\#��!x�?��R�C���?6N�]�Y�SF�|�-J�	T�2eٞ��#v%d]����렇�wp�����/��a�xp@����?�o5V)u����A ���y�t�3ݡ[��N^���[���W����G�m�K�IB�Uj���	^�j�KǞ�\��'�ʤ����[����xB��?���ՙ<�����]�]@�uJ�l��ҡe^
?�5ᘌ�q��X2v�m�&��>y�'�ae^i}�++++_�����6yοK�M�)��]8�|��s�yY<0�̫�;�UG�W�8�5�2���oP+��ׂ����`^𾤤�4��{5%%e�t�3���0m�o��xh@��J��ZXs�xP@�S�'�P���ZAh�E�/����}�|����t��d�
�l����6/�v�Eu�������Pى�����J_ �h��m���G�=&�5��,uT���zeU�3�������7_��'P�/}���1g���?v��5���N1y��@�M�]��>���6��x�@��L`�17��E��c&�fq�K���{J_�X��m�ܼ��L�6v;�gp�����ak�r�x�@�V���i�l����.=��"x������̜�-�z���I�]����*���C�F^�ėҡ]��Vc��9/�-s���jk��:�V/xW x�����6�~p�1�S�腼�_�C/|����}ulݝ�K�/�GKp�/x�6''��&�.����S��8E�N��n��Ӎ%�(�7VU����<�0��.5�k��J�	p�����q��/�����-U3�/ۊ��>���S"=�+��Iqڜ���9>55�B�Q�c���蘢��s��}ҁe/�v�E/�'2P����o�+��hm^�yڰ����B���h��,��פ��A�.J�5iS�����M�ߋ/^�S�'�T�M~�â�Y���$�
X������L�f�D�6n2���������">���	^����0�iO��5YYY����ޢ��#M��w%&&%�.�u�:���#c􋙗��+��/�5���}��K_),�8Oz,v#x�[��
��v�R�M��}�K�'��J�m~*㋗����jʢ��I�m(*�{m0�%=	/xGbbbm.����e��g�n��u9.kՐ�o�*H���॰�|�k���|\\:�י��C� ����<��R�M���u�=��Вu�����t0����f�ڝ�����-� =�' x�;���f��iii��m�(���᳎���;�7�.Px��/�	^,�I�W+�/{!���`0x�����o���	&����x]R�a%����w�^+�k����ME�+���J$�i^�m~��9=̖n��ݎ)�1��o#/��W�a����Ś����W����ɯ-=v�"x��RRR�4y>�,�&�w��Y�/<���k^-�P��v�Eu�W:��J��ߠ�W_�!T6�4�tm'=^'KII�F������&�<�/�n�W}�
λ)0}����n�o�x�/m���v��&�Aqټ������ �[�&nKR+��H���0i>�ٿ�^���nd��9�;k�V�íE���0�O�Ces�dg��I�m���L
]v�_�H�?���L�ϧI��!�gb]�Q�˺칯����K�k��W�.{΋����cp+=,	����O����q>_"��שS��Ɣ��[x�{⁆[��%��r�fulݝo��^�
0A hP�)�F�߯LII!������E��Wk���^�xS�;�*��ph��_�:��{?�5�P/�U��'���<33s���m:�J�#�b}��~�P�˪�ja�E��4�^�s^��d̙/�U�H��H��d�l�)�o|C<�pb��ˡk����5�o(*9�����N�'4N��}X�χ�t�֒w��N*���Wմ�|*��*33s��	���w;&�ch��K~��t��"x�~M���/B��[XU.}��x�RG�ҿt��k։ҵ?x9��E���Ԋ�04�4�4i'}��&}���n8�OB+7� /rU��r�C��6ܑ��u��	�k���+����g�-~�K�D$xY�[-�k��t�!U�3��U\:�);?�'}.�S2�)��W�ϋ�!|�b}��}moٸ%��j��=��K��е�;rS��E^̯)�6�c��WQɌ���`/��K��c��?���r�t0B�b^������ҹ����.}��;�R3�{+_u�S�����W�u_�G��B~��I��~�cX��e���xPB�}M^��:����?IOO�$}"��I�1b�//�q{Ƀ��ӂ�U��º�J�$fW��Ƕ�JV����'8��N��ݏ/za�����x틗�Y��8ymA��J�sD�����T,�s�5뾖O^>W��oP˫�x�8<}��=q���]�.����y��н[�C�V/U?v�Vc�'�T�M~��yw��$��U����-yf��!��鋗	3��4T6wMNN�P�&�:r���od_�x��/_K�(��Ĺ����~�\~��Y�}�եgF�Mi�~\tǿŃ��/�v����#�DSSNܬ��x�?����^�
��qX�c�z�{��/|�R5��g�233s�t�!��FN�9j�k���Y�T����f�K�KƜ�������}	��}�@��c�Ny+��7��7|�2y�jń��M8{����;8Ojg%�!'߱Q�m��ũ_�TM}�ҙ������.���n��<b�ov;!x)�>�?�a�7ۊ�~aO��G����THwp�#��.���>�g��^�x���ξ�񗼜_T}j0l/�/���u�w�2��w�m�U�R�gjU�/�*
ϸ5777E�#�W�?*�����?�/��L��fKqɬ?����Jz�Q�SG-J�:���+_�d�R7���c~�tN~x���Э{z�ƴ�?,��k��U�Ղ	���eʉ[��57����zqVV�1��ϰnC�~�~��[��K�	�o*,��p0%}@���u�]�3c�K���|�ॶa�Z2���feeUKC��:tJ�����6������?T+&\�ja��'�
�,}�&�[z��C��i�=�/���/U��~*?����A�
 *z���[P�ב�n��x�����p��k����J�V�>4�$�f�y��
���^&-xW-���’9�i�x���V�{fT�?p����jK�R�g�)�6��twnnn��0[�{z��K}�j�Z0�ܘ~�eŒ5[�K�*''�P����:�`~���''\�ʐ��x+����[�n�/u�����ʹ�m�S�ҵ������ʪ~*�f��s�J�۩����\sֆ�҅_T��Z=�)����I����5�Yu����-.�����Ç�#�.���=XQ�P%IEND�B`�images/grey-icon.svg000064400000002653151541635440010444 0ustar00<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 435 469" width="25" height="27">
	<title>grey-logo</title>
	<style>
		.s0 { fill: #797979;stroke: #000000;stroke-linecap: round;stroke-linejoin: round;stroke-width: .6 } 
		.s1 { fill: #a1a1a1;stroke: #383838;stroke-linecap: round;stroke-linejoin: round;stroke-width: .6 } 
		.s2 { fill: #656565;stroke: #000000;stroke-linecap: round;stroke-linejoin: round;stroke-width: .6 } 
		.s3 { fill: #a1a1a1;stroke: #000000;stroke-linecap: round;stroke-linejoin: round;stroke-width: .6 } 
	</style>
	<g id="layer1">
		<g id="g460">
			<g id="layer10">
				<g id="logo">
					<g id="layer16">
						<path id="path69070" class="s0" d="m105.4 293.8l99.8 61.5-0.3 109.7-9-0.2-9.9-1.8-181.1-108.7z"/>
					</g>
					<g id="layer15">
						<path id="path69602" class="s1" d="m204.3 355.4l200.6-121-1.2 120-182.7 109.7-4.7 1.3-12-0.1z"/>
					</g>
					<g id="layer14">
						<path id="path69703" class="s2" d="m17.5 239.3l98.1-58.6 87.3 51.5 1.2 122.2z"/>
					</g>
					<g id="layer13">
						<path id="path69804" class="s2" d="m217.1 246.1l-0.1-128.1 188.9 115.2-103.6 62.4z"/>
					</g>
					<g id="layer12">
						<path id="path69905" class="s3" d="m15.8 116.9l186.2-110 4.7-1.2 10.3 0.1 0.3 112.6-199.8 119.9z"/>
					</g>
					<g id="layer11">
						<path id="path70006" class="s0" d="m217 5.8l11.6 0.5 13.2 5.6 175.3 106.4-99.6 61.1-100.2-61z"/>
					</g>
				</g>
			</g>
		</g>
	</g>
</svg>images/icons/reload.svg000064400000001514151541635440011124 0ustar00<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="#0F1729"><g stroke-width="0"/><g stroke-linecap="round" stroke-linejoin="round"/><g> <path fill-rule="evenodd" clip-rule="evenodd" d="M13.7071 1.29289C14.0976 1.68342 14.0976 2.31658 13.7071 2.70711L12.4053 4.00896C17.1877 4.22089 21 8.16524 21 13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13C3 12.4477 3.44772 12 4 12C4.55228 12 5 12.4477 5 13C5 16.866 8.13401 20 12 20C15.866 20 19 16.866 19 13C19 9.2774 16.0942 6.23349 12.427 6.01281L13.7071 7.29289C14.0976 7.68342 14.0976 8.31658 13.7071 8.70711C13.3166 9.09763 12.6834 9.09763 12.2929 8.70711L9.29289 5.70711C9.10536 5.51957 9 5.26522 9 5C9 4.73478 9.10536 4.48043 9.29289 4.29289L12.2929 1.29289C12.6834 0.902369 13.3166 0.902369 13.7071 1.29289Z" fill="#0F1729"/></g></svg>images/icons/broom.svg000064400000002451151541635450010776 0ustar00<svg fill="#0f172a" width="24" height="24" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" stroke="#0f172a"><g stroke-width="0"/><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/>
<g><path d="M 28.28125 2.28125 L 18.28125 12.28125 L 17 11 L 17 10.96875 L 16.96875 10.9375 C 16.328125 10.367188 15.492188 10.09375 14.6875 10.09375 C 13.882813 10.09375 13.105469 10.394531 12.5 11 L 12.34375 11.125 L 11.84375 11.625 L 11.5 11.90625 L 2.375 19 L 1.5 19.71875 L 12.28125 30.5 L 13 29.625 L 20.0625 20.5625 L 20.09375 20.59375 L 21.09375 19.59375 L 21.125 19.59375 L 21.15625 19.5625 C 22.296875 18.277344 22.304688 16.304688 21.09375 15.09375 L 19.71875 13.71875 L 29.71875 3.71875 Z M 14.6875 12.09375 C 14.996094 12.085938 15.335938 12.191406 15.59375 12.40625 C 15.605469 12.414063 15.613281 12.429688 15.625 12.4375 L 19.6875 16.5 C 20.0625 16.875 20.097656 17.671875 19.6875 18.1875 C 19.671875 18.207031 19.671875 18.230469 19.65625 18.25 L 19.34375 18.53125 L 13.5625 12.75 L 13.90625 12.40625 C 14.097656 12.214844 14.378906 12.101563 14.6875 12.09375 Z M 12.03125 14.03125 L 17.96875 19.96875 L 12.09375 27.46875 L 10.65625 26.03125 L 12.8125 23.78125 L 11.375 22.40625 L 9.25 24.625 L 7.9375 23.3125 L 11.8125 19.40625 L 10.40625 18 L 6.5 21.875 L 4.53125 19.90625 Z"/></g></svg>images/icons/cdn.svg000064400000001074151541635460010425 0ustar00<svg width="24" height="24" viewBox="0 0 24 24" id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" fill="#0f172a" stroke="#0f172a"><g stroke-width="0"/><g stroke-linecap="round" stroke-linejoin="round"/><g><defs><style>.cls-1{fill:none;stroke:#0f172a;stroke-miterlimit:10;stroke-width:1.91px;}</style></defs><path class="cls-1" d="M16.77,16.7H18.2a4.3,4.3,0,1,0,0-8.59h-.56a6,6,0,0,0,.09-.95,5.73,5.73,0,0,0-11.46,0,4.77,4.77,0,0,0,0,9.54h1"/><polygon class="cls-1" points="13.91 16.7 12 19.57 12 17.66 10.09 17.66 12 14.79 12 16.7 13.91 16.7"/></g></svg>images/icons/preload.svg000064400000001113151541635500011274 0ustar00<svg fill="#0f172a" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g stroke-width="0"/><g stroke-linecap="round" stroke-linejoin="round"/><g><path d="M1,12A11,11,0,0,1,17.882,2.7l1.411-1.41A1,1,0,0,1,21,2V6a1,1,0,0,1-1,1H16a1,1,0,0,1-.707-1.707l1.128-1.128A8.994,8.994,0,0,0,3,12a1,1,0,0,1-2,0Zm21-1a1,1,0,0,0-1,1,9.01,9.01,0,0,1-9,9,8.9,8.9,0,0,1-4.42-1.166l1.127-1.127A1,1,0,0,0,8,17H4a1,1,0,0,0-1,1v4a1,1,0,0,0,.617.924A.987.987,0,0,0,4,23a1,1,0,0,0,.707-.293L6.118,21.3A10.891,10.891,0,0,0,12,23,11.013,11.013,0,0,0,23,12,1,1,0,0,0,22,11Z"/></g></svg>images/icons/dashboard.svg000064400000001236151541635500011603 0ustar00<svg height="24" width="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.1" d="M8.976 3C4.05476 3 3 4.05476 3 8.976V15.024C3 19.9452 4.05476 21 8.976 21H9V9H21V8.976C21 4.05476 19.9452 3 15.024 3H8.976Z" fill="#323232"/><path d="M3 8.976C3 4.05476 4.05476 3 8.976 3H15.024C19.9452 3 21 4.05476 21 8.976V15.024C21 19.9452 19.9452 21 15.024 21H8.976C4.05476 21 3 19.9452 3 15.024V8.976Z" stroke="#323232" stroke-width="2"/><path d="M21 9L3 9" stroke="#323232" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 21L9 9" stroke="#323232" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>images/icons/file.svg000064400000001262151541635500010572 0ustar00<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="#0f172a"><g stroke-width="0"/><g stroke-linecap="round" stroke-linejoin="round"/><g> <path d="M19 9V17.8C19 18.9201 19 19.4802 18.782 19.908C18.5903 20.2843 18.2843 20.5903 17.908 20.782C17.4802 21 16.9201 21 15.8 21H8.2C7.07989 21 6.51984 21 6.09202 20.782C5.71569 20.5903 5.40973 20.2843 5.21799 19.908C5 19.4802 5 18.9201 5 17.8V6.2C5 5.07989 5 4.51984 5.21799 4.09202C5.40973 3.71569 5.71569 3.40973 6.09202 3.21799C6.51984 3 7.0799 3 8.2 3H13M19 9L13 3M19 9H14C13.4477 9 13 8.55228 13 8V3" stroke="#0f172a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g></svg>images/icons/license.svg000064400000001060151541635540011275 0ustar00<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M336 352c97.2 0 176-78.8 176-176S433.2 0 336 0S160 78.8 160 176c0 18.7 2.9 36.8 8.3 53.7L7 391c-4.5 4.5-7 10.6-7 17l0 80c0 13.3 10.7 24 24 24l80 0c13.3 0 24-10.7 24-24l0-40 40 0c13.3 0 24-10.7 24-24l0-40 40 0c6.4 0 12.5-2.5 17-7l33.3-33.3c16.9 5.4 35 8.3 53.7 8.3zM376 96a40 40 0 1 1 0 80 40 40 0 1 1 0-80z"/></svg>images/icons/cache.svg000064400000001203151541635540010715 0ustar00<svg fill="#000000" width="24" height="24" viewBox="-102.4 -102.4 1228.80 1228.80" xmlns="http://www.w3.org/2000/svg" stroke="#000000" stroke-width="0.01024" transform="matrix(1, 0, 0, 1, 0, 0)rotate(0)"><g stroke-width="0"/><g stroke-linecap="round" stroke-linejoin="round" stroke="#CCCCCC" stroke-width="98.304"/><g><path d="M768 0H416c-35.344 0-64 28.656-64 64h352v256h256v512H736v64h224c35.344 0 64-28.656 64-64V256.016zm0 256V90.496L933.472 256H768zM64 128c-35.344 0-64 28.656-64 64v768c0 35.344 28.656 64 64 64h544c35.344 0 64-28.656 64-64V384.016L416 128H64zm544 832H64V192h288v256h256v512zM416 384V218.496L581.472 384H416z"/></g></svg>images/icons/excludes.svg000064400000001752151541635540011477 0ustar00<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g stroke-width="0"/><g stroke-linecap="round" stroke-linejoin="round"/><g><path d="M10.5 15H9.6C9.26863 15 9 15.2686 9 15.6V20.4C9 20.7314 9.26863 21 9.6 21H20.4C20.7314 21 21 20.7314 21 20.4V9.6C21 9.26863 20.7314 9 20.4 9H15.6C15.2686 9 15 9.26863 15 9.6V10.5" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.5 15H14.4C14.7314 15 15 14.7314 15 14.4V13.5" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9 13.5V14.4C9 14.7314 8.73137 15 8.4 15H3.6C3.26863 15 3 14.7314 3 14.4V3.6C3 3.26863 3.26863 3 3.6 3H14.4C14.7314 3 15 3.26863 15 3.6V8.4C15 8.73137 14.7314 9 14.4 9H13.5" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9 10.5V9.6C9 9.26863 9.26863 9 9.6 9H10.5" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g></svg>images/icons/image.svg000064400000002750151541635540010744 0ustar00<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Image Optimization"><path id="Vector" d="M3.00005 18.0001C3 17.9355 3 17.8689 3 17.8002V6.2002C3 5.08009 3 4.51962 3.21799 4.0918C3.40973 3.71547 3.71547 3.40973 4.0918 3.21799C4.51962 3 5.08009 3 6.2002 3H17.8002C18.9203 3 19.4801 3 19.9079 3.21799C20.2842 3.40973 20.5905 3.71547 20.7822 4.0918C21 4.5192 21 5.07899 21 6.19691V17.8031C21 18.2881 21 18.6679 20.9822 18.9774M3.00005 18.0001C3.00082 18.9884 3.01337 19.5058 3.21799 19.9074C3.40973 20.2837 3.71547 20.5905 4.0918 20.7822C4.5192 21 5.07899 21 6.19691 21H17.8036C18.9215 21 19.4805 21 19.9079 20.7822C20.2842 20.5905 20.5905 20.2837 20.7822 19.9074C20.9055 19.6654 20.959 19.3813 20.9822 18.9774M3.00005 18.0001L7.76798 12.4375L7.76939 12.436C8.19227 11.9426 8.40406 11.6955 8.65527 11.6064C8.87594 11.5282 9.11686 11.53 9.33643 11.6113C9.58664 11.704 9.79506 11.9539 10.2119 12.4541L12.8831 15.6595C13.269 16.1226 13.463 16.3554 13.6986 16.4489C13.9065 16.5313 14.1357 16.5406 14.3501 16.4773C14.5942 16.4053 14.8091 16.1904 15.2388 15.7607L15.7358 15.2637C16.1733 14.8262 16.3921 14.6076 16.6397 14.5361C16.8571 14.4734 17.0896 14.4869 17.2988 14.5732C17.537 14.6716 17.7302 14.9124 18.1167 15.3955L20.9822 18.9774M20.9822 18.9774L21 18.9996M15 9C14.4477 9 14 8.55228 14 8C14 7.44772 14.4477 7 15 7C15.5523 7 16 7.44772 16 8C16 8.55228 15.5523 9 15 9Z" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g></svg>images/icons/settings.svg000064400000001403151541635540011514 0ustar00<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#0f172a"><path d="m370-80-16-128q-13-5-24.5-12T307-235l-119 50L78-375l103-78q-1-7-1-13.5v-27q0-6.5 1-13.5L78-585l110-190 119 50q11-8 23-15t24-12l16-128h220l16 128q13 5 24.5 12t22.5 15l119-50 110 190-103 78q1 7 1 13.5v27q0 6.5-2 13.5l103 78-110 190-118-50q-11 8-23 15t-24 12L590-80H370Zm70-80h79l14-106q31-8 57.5-23.5T639-327l99 41 39-68-86-65q5-14 7-29.5t2-31.5q0-16-2-31.5t-7-29.5l86-65-39-68-99 42q-22-23-48.5-38.5T533-694l-13-106h-79l-14 106q-31 8-57.5 23.5T321-633l-99-41-39 68 86 64q-5 15-7 30t-2 32q0 16 2 31t7 30l-86 65 39 68 99-42q22 23 48.5 38.5T427-266l13 106Zm42-180q58 0 99-41t41-99q0-58-41-99t-99-41q-59 0-99.5 41T342-480q0 58 40.5 99t99.5 41Zm-2-140Z"/></svg>images/icons/object.svg000064400000000705151541635570011131 0ustar00<svg fill="#0f172a" width="24" height="24" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg"><g stroke-width="0"/><g stroke-linecap="round" stroke-linejoin="round"/><g><path d="M28.608 11.246l-12.608-8.632-12.608 8.632 12.608 8.631 12.608-8.631zM16 21.803l-11.129-7.338-1.479 1.535 12.608 8.631 12.608-8.631-1.499-1.568-11.109 7.371zM16 26.559l-11.129-7.338-1.479 1.535 12.608 8.631 12.608-8.631-1.499-1.568-11.109 7.371z"/></g></svg>images/icons/db.svg000064400000003225151541635570010250 0ustar00<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g stroke-width="0"/><g stroke-linecap="round" stroke-linejoin="round"/><g><path d="M19.48 4.54C17.1332 3.44415 14.5886 2.83523 12 2.75C9.41134 2.83523 6.8668 3.44415 4.51999 4.54C4.21866 4.68158 3.96427 4.90664 3.78702 5.18847C3.60977 5.47031 3.51709 5.79708 3.51999 6.13V17.87C3.51709 18.2029 3.60977 18.5297 3.78702 18.8115C3.96427 19.0934 4.21866 19.3184 4.51999 19.46C6.8668 20.5559 9.41134 21.1648 12 21.25C14.5886 21.1648 17.1332 20.5559 19.48 19.46C19.7813 19.3184 20.0357 19.0934 20.213 18.8115C20.3902 18.5297 20.4829 18.2029 20.48 17.87V6.13C20.4829 5.79708 20.3902 5.47031 20.213 5.18847C20.0357 4.90664 19.7813 4.68158 19.48 4.54ZM19 12.54C16.8088 13.5858 14.4264 14.1712 12 14.26C9.57362 14.1712 7.19122 13.5858 4.99999 12.54V8.68C7.20966 9.65164 9.58702 10.1848 12 10.25C14.413 10.1848 16.7903 9.65164 19 8.68V12.54ZM5.14999 5.9C7.2984 4.89285 9.62863 4.33155 12 4.25C14.3743 4.33323 16.7075 4.89442 18.86 5.9C18.9021 5.92191 18.9374 5.95492 18.9621 5.99547C18.9868 6.03601 18.9999 6.08254 19 6.13V7C16.8088 8.0458 14.4264 8.63119 12 8.72C9.57362 8.63119 7.19122 8.0458 4.99999 7V6.1C5.00524 6.05643 5.02187 6.01501 5.0482 5.9799C5.07453 5.9448 5.10964 5.91724 5.14999 5.9ZM18.85 18.1C16.7016 19.1071 14.3714 19.6684 12 19.75C9.62566 19.6668 7.29248 19.1056 5.13999 18.1C5.09789 18.0781 5.06258 18.0451 5.0379 18.0045C5.01322 17.964 5.00011 17.9175 4.99999 17.87V14.18C7.20966 15.1516 9.58702 15.6848 12 15.75C14.413 15.6848 16.7903 15.1516 19 14.18V17.87C19.0002 17.9188 18.9861 17.9666 18.9594 18.0074C18.9327 18.0483 18.8947 18.0805 18.85 18.1Z" fill="#000000"/></g></svg>images/icons/media.svg000064400000001107151541635600010731 0ustar00<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="#0f172a"><g stroke-width="0"/><g stroke-linecap="round" stroke-linejoin="round"/><g><defs><style>.cls-1,.cls-2{fill:none;stroke:#0f172a;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;}.cls-2{fill-rule:evenodd;}</style> </defs> <g id="ic-media-disk"> <rect class="cls-1" x="8" y="5" width="8" height="14" rx="0.2"/> <path class="cls-2" d="M5,8H2.2a.2.2,0,0,0-.2.2v7.6a.2.2,0,0,0,.2.2H5"/> <path class="cls-2" d="M19,16h2.8a.2.2,0,0,0,.2-.2V8.2a.2.2,0,0,0-.2-.2H19"/></g></g></svg>css/metabox.css000064400000003015151541726640007517 0ustar00.siteseo-validation-tools .description{
display: block;
margin-top: 5px;
font-style: italic;
color: #666;
}

.siteseo-structured-data-metabox label{
display: block;
font-weight: bold;
margin-top: 10px;
}

.siteseo-structured-data-metabox select,
.siteseo-structured-data-metabox input[type="text"],
.siteseo-structured-data-metabox textarea{
width: 100%;
margin-bottom: 10px;
}

.hidden{
display: none;
}

.siteseo_structured_data_custom{
font-family: monospace;
font-size: 13px;
}

/** structured data preview**/
.siteseo-schema-preview{
margin-top: 20px;
width: 100%;
background: white;
color:white;
padding: 15px;
border: 1px solid #333;
border-radius: 4px;
position: relative;
}

#siteseo_validate_schema{
position: absolute;
top: 15px;
right: 15px;
}

.siteseo-schema-preview h4{
color: black;
margin-top: 0;
margin-bottom: 10px;
}

.siteseo-schema-preview pre{
overflow: auto;
max-height: 300px;
white-space: pre-wrap;
font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
font-size: 14px;
line-height: 1.5;
padding: 10px;
background: rgb(40, 49, 66);
border-radius: 3px;
}

.siteseo-schema-preview pre .bracket{
color: #f8f8f8;
}

.siteseo-validation-tools{
margin-top: 20px;
padding: 15px;
background: #f5f5f5;
border: 1px solid #e5e5e5;
width: 100%;
border-radius: 4px;
}

.siteseo-metabox-schema{
padding:15px;
}

.siteseo-metabox-schema textarea:focus,
.siteseo-metabox-schema select:focus,
.siteseo-metabox-schema input[type="text"]:focus{
border: 2px solid #003399;
}


.siteseo-schema-preview a{
margin-right:10px;
top:20px;
}

js/index-highlight.js000064400000004553151541726710010612 0ustar00/***
The MIT License (MIT)

Copyright (c) luyilin <luyilin12@gmail.com> (https://github.com/luyilin)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
***/

const defaultColors = {
  keyColor: '#9CCC65',
  numberColor: 'lightskyblue',
  stringColor: 'lightcoral',
  trueColor: 'lightseagreen',
  falseColor: '#f66578',
  nullColor: 'cornflowerblue'
}

const entityMap = {
  '&': '&amp;',
  '<': '&lt;',
  '>': '&gt;',
  '"': '&quot;',
  "'": '&#39;',
  '`': '&#x60;',
  '=': '&#x3D;'
};

function escapeHtml (html){
  return String(html).replace(/[&<>"'`=]/g, function (s) {
      return entityMap[s];
  });
}

function highlightJson (json, colorOptions = {}) {
  const valueType = typeof json
  if (valueType !== 'string') {
    json = JSON.stringify(json, null, 2) || valueType
  }
  let colors = Object.assign({}, defaultColors, colorOptions)
  json = json.replace(/&/g, '&').replace(/</g, '<').replace(/>/g, '>')
  return json.replace(/("(\\u[a-zA-Z0-9]{4}|\\[^u]|[^\\"])*"(\s*:)?|\b(true|false|null)\b|-?\d+(?:\.\d*)?(?:[eE][+]?\d+)?)/g, (match) => {
    let color = colors.numberColor
    let style = ''
    if (/^"/.test(match)) {
      if (/:$/.test(match)) {
        color = colors.keyColor
      } else {
        color = colors.stringColor;
        match = '"' + escapeHtml(match.substr(1, match.length - 2)) + '"';
        style = 'word-wrap:break-word;white-space:pre-wrap;';
      }
    } else {
      color = /true/.test(match)
        ? colors.trueColor
        : /false/.test(match)
          ? colors.falseColor
          : /null/.test(match)
            ? colors.nullColor
            : color
    }
    return `<span style="${style}color:${color}">${match}</span>`
  })
}

document.addEventListener("DOMContentLoaded", () => {
	let jsonElement = document.getElementById("siteseo_highlighter");
	if(jsonElement && jsonElement.textContent){
		try{
			jsonElement.innerHTML = highlightJson(JSON.parse(jsonElement.textContent));
		} catch(e){
			console.log("Error parsing JSON for highlighting:", e);
		}
	}
});
js/block.js000064400000002724151541726750006632 0ustar00(function (blocks, element, editor) {
    const el = element.createElement;
    const { InspectorControls } = editor;
    const { PanelBody, ToggleControl } = wp.components;

    blocks.registerBlockType('siteseo-pro/local-business', {
        title: 'Local Business',
        icon: 'store',
        category: 'siteseo',
        attributes: {
            displayOnHomepage: {
                type: 'boolean',
                default: true
            }
        },
        edit: function (props) {
            return [
                el('div', { className: props.className },
                    el('div', { className: 'local-business-preview' },
                        el('h3', null, 'Local Business'),
                        el('div', { dangerouslySetInnerHTML: { __html: siteseoProLocalBusiness.previewData } })
                    )
                ),
                el(InspectorControls, null,
                    el(PanelBody, { title: 'Settings' },
                        el(ToggleControl, {
                            label: 'Display on Homepage Only',
                            checked: props.attributes.displayOnHomepage,
                            onChange: (newVal) => props.setAttributes({ displayOnHomepage: newVal })
                        })
                    )
                )
            ];
        },
        save: function () {
            return null; // Use dynamic rendering
        }
    });
})(window.wp.blocks, window.wp.element, window.wp.blockEditor);js/breadcrumbs/package.json000064400000000643151541727010011745 0ustar00{
	"name": "breadcrumbs",
	"version": "0.1.0",
	"description": "Adds HTML breadcrumbs on the page",
	"author": "SiteSEO",
	"license": "GPL-2.0",
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"start": "wp-scripts start"
	},
	"devDependencies": {
		"@wordpress/scripts": "^27.7.0"
	}
}
js/breadcrumbs/package-lock.json000064400002320402151541727010012673 0ustar00{
	"name": "breadcrumbs",
	"version": "0.1.0",
	"lockfileVersion": 3,
	"requires": true,
	"packages": {
		"": {
			"name": "breadcrumbs",
			"version": "0.1.0",
			"license": "GPL-2.0",
			"devDependencies": {
				"@wordpress/scripts": "^27.7.0"
			}
		},
		"node_modules/@ampproject/remapping": {
			"version": "2.3.0",
			"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
			"integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
			"dev": true,
			"dependencies": {
				"@jridgewell/gen-mapping": "^0.3.5",
				"@jridgewell/trace-mapping": "^0.3.24"
			},
			"engines": {
				"node": ">=6.0.0"
			}
		},
		"node_modules/@babel/code-frame": {
			"version": "7.24.2",
			"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz",
			"integrity": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==",
			"dev": true,
			"dependencies": {
				"@babel/highlight": "^7.24.2",
				"picocolors": "^1.0.0"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/compat-data": {
			"version": "7.24.4",
			"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.4.tgz",
			"integrity": "sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==",
			"dev": true,
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/core": {
			"version": "7.24.4",
			"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.4.tgz",
			"integrity": "sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==",
			"dev": true,
			"dependencies": {
				"@ampproject/remapping": "^2.2.0",
				"@babel/code-frame": "^7.24.2",
				"@babel/generator": "^7.24.4",
				"@babel/helper-compilation-targets": "^7.23.6",
				"@babel/helper-module-transforms": "^7.23.3",
				"@babel/helpers": "^7.24.4",
				"@babel/parser": "^7.24.4",
				"@babel/template": "^7.24.0",
				"@babel/traverse": "^7.24.1",
				"@babel/types": "^7.24.0",
				"convert-source-map": "^2.0.0",
				"debug": "^4.1.0",
				"gensync": "^1.0.0-beta.2",
				"json5": "^2.2.3",
				"semver": "^6.3.1"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/babel"
			}
		},
		"node_modules/@babel/eslint-parser": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.1.tgz",
			"integrity": "sha512-d5guuzMlPeDfZIbpQ8+g1NaCNuAGBBGNECh0HVqz1sjOeVLh2CEaifuOysCH18URW6R7pqXINvf5PaR/dC6jLQ==",
			"dev": true,
			"dependencies": {
				"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
				"eslint-visitor-keys": "^2.1.0",
				"semver": "^6.3.1"
			},
			"engines": {
				"node": "^10.13.0 || ^12.13.0 || >=14.0.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.11.0",
				"eslint": "^7.5.0 || ^8.0.0"
			}
		},
		"node_modules/@babel/generator": {
			"version": "7.24.4",
			"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.4.tgz",
			"integrity": "sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==",
			"dev": true,
			"dependencies": {
				"@babel/types": "^7.24.0",
				"@jridgewell/gen-mapping": "^0.3.5",
				"@jridgewell/trace-mapping": "^0.3.25",
				"jsesc": "^2.5.1"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-annotate-as-pure": {
			"version": "7.22.5",
			"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz",
			"integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==",
			"dev": true,
			"dependencies": {
				"@babel/types": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
			"version": "7.22.15",
			"resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz",
			"integrity": "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==",
			"dev": true,
			"dependencies": {
				"@babel/types": "^7.22.15"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-compilation-targets": {
			"version": "7.23.6",
			"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz",
			"integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==",
			"dev": true,
			"dependencies": {
				"@babel/compat-data": "^7.23.5",
				"@babel/helper-validator-option": "^7.23.5",
				"browserslist": "^4.22.2",
				"lru-cache": "^5.1.1",
				"semver": "^6.3.1"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-create-class-features-plugin": {
			"version": "7.24.4",
			"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.4.tgz",
			"integrity": "sha512-lG75yeuUSVu0pIcbhiYMXBXANHrpUPaOfu7ryAzskCgKUHuAxRQI5ssrtmF0X9UXldPlvT0XM/A4F44OXRt6iQ==",
			"dev": true,
			"dependencies": {
				"@babel/helper-annotate-as-pure": "^7.22.5",
				"@babel/helper-environment-visitor": "^7.22.20",
				"@babel/helper-function-name": "^7.23.0",
				"@babel/helper-member-expression-to-functions": "^7.23.0",
				"@babel/helper-optimise-call-expression": "^7.22.5",
				"@babel/helper-replace-supers": "^7.24.1",
				"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
				"@babel/helper-split-export-declaration": "^7.22.6",
				"semver": "^6.3.1"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/helper-create-regexp-features-plugin": {
			"version": "7.22.15",
			"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz",
			"integrity": "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==",
			"dev": true,
			"dependencies": {
				"@babel/helper-annotate-as-pure": "^7.22.5",
				"regexpu-core": "^5.3.1",
				"semver": "^6.3.1"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/helper-define-polyfill-provider": {
			"version": "0.6.2",
			"resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz",
			"integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==",
			"dev": true,
			"dependencies": {
				"@babel/helper-compilation-targets": "^7.22.6",
				"@babel/helper-plugin-utils": "^7.22.5",
				"debug": "^4.1.1",
				"lodash.debounce": "^4.0.8",
				"resolve": "^1.14.2"
			},
			"peerDependencies": {
				"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
			}
		},
		"node_modules/@babel/helper-environment-visitor": {
			"version": "7.22.20",
			"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",
			"integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==",
			"dev": true,
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-function-name": {
			"version": "7.23.0",
			"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz",
			"integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==",
			"dev": true,
			"dependencies": {
				"@babel/template": "^7.22.15",
				"@babel/types": "^7.23.0"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-hoist-variables": {
			"version": "7.22.5",
			"resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz",
			"integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==",
			"dev": true,
			"dependencies": {
				"@babel/types": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-member-expression-to-functions": {
			"version": "7.23.0",
			"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz",
			"integrity": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==",
			"dev": true,
			"dependencies": {
				"@babel/types": "^7.23.0"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-module-imports": {
			"version": "7.24.3",
			"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz",
			"integrity": "sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==",
			"dev": true,
			"dependencies": {
				"@babel/types": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-module-transforms": {
			"version": "7.23.3",
			"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz",
			"integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==",
			"dev": true,
			"dependencies": {
				"@babel/helper-environment-visitor": "^7.22.20",
				"@babel/helper-module-imports": "^7.22.15",
				"@babel/helper-simple-access": "^7.22.5",
				"@babel/helper-split-export-declaration": "^7.22.6",
				"@babel/helper-validator-identifier": "^7.22.20"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/helper-optimise-call-expression": {
			"version": "7.22.5",
			"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz",
			"integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==",
			"dev": true,
			"dependencies": {
				"@babel/types": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-plugin-utils": {
			"version": "7.24.0",
			"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz",
			"integrity": "sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==",
			"dev": true,
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-remap-async-to-generator": {
			"version": "7.22.20",
			"resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz",
			"integrity": "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==",
			"dev": true,
			"dependencies": {
				"@babel/helper-annotate-as-pure": "^7.22.5",
				"@babel/helper-environment-visitor": "^7.22.20",
				"@babel/helper-wrap-function": "^7.22.20"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/helper-replace-supers": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.1.tgz",
			"integrity": "sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==",
			"dev": true,
			"dependencies": {
				"@babel/helper-environment-visitor": "^7.22.20",
				"@babel/helper-member-expression-to-functions": "^7.23.0",
				"@babel/helper-optimise-call-expression": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/helper-simple-access": {
			"version": "7.22.5",
			"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz",
			"integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==",
			"dev": true,
			"dependencies": {
				"@babel/types": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
			"version": "7.22.5",
			"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz",
			"integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==",
			"dev": true,
			"dependencies": {
				"@babel/types": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-split-export-declaration": {
			"version": "7.22.6",
			"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",
			"integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",
			"dev": true,
			"dependencies": {
				"@babel/types": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-string-parser": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz",
			"integrity": "sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==",
			"dev": true,
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-validator-identifier": {
			"version": "7.22.20",
			"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
			"integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==",
			"dev": true,
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-validator-option": {
			"version": "7.23.5",
			"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz",
			"integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==",
			"dev": true,
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-wrap-function": {
			"version": "7.22.20",
			"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz",
			"integrity": "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==",
			"dev": true,
			"dependencies": {
				"@babel/helper-function-name": "^7.22.5",
				"@babel/template": "^7.22.15",
				"@babel/types": "^7.22.19"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helpers": {
			"version": "7.24.4",
			"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.4.tgz",
			"integrity": "sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==",
			"dev": true,
			"dependencies": {
				"@babel/template": "^7.24.0",
				"@babel/traverse": "^7.24.1",
				"@babel/types": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/highlight": {
			"version": "7.24.2",
			"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.2.tgz",
			"integrity": "sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==",
			"dev": true,
			"dependencies": {
				"@babel/helper-validator-identifier": "^7.22.20",
				"chalk": "^2.4.2",
				"js-tokens": "^4.0.0",
				"picocolors": "^1.0.0"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/highlight/node_modules/ansi-styles": {
			"version": "3.2.1",
			"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
			"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
			"dev": true,
			"dependencies": {
				"color-convert": "^1.9.0"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/@babel/highlight/node_modules/chalk": {
			"version": "2.4.2",
			"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
			"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
			"dev": true,
			"dependencies": {
				"ansi-styles": "^3.2.1",
				"escape-string-regexp": "^1.0.5",
				"supports-color": "^5.3.0"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/@babel/highlight/node_modules/color-convert": {
			"version": "1.9.3",
			"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
			"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
			"dev": true,
			"dependencies": {
				"color-name": "1.1.3"
			}
		},
		"node_modules/@babel/highlight/node_modules/color-name": {
			"version": "1.1.3",
			"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
			"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
			"dev": true
		},
		"node_modules/@babel/highlight/node_modules/escape-string-regexp": {
			"version": "1.0.5",
			"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
			"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
			"dev": true,
			"engines": {
				"node": ">=0.8.0"
			}
		},
		"node_modules/@babel/highlight/node_modules/has-flag": {
			"version": "3.0.0",
			"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
			"integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
			"dev": true,
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/@babel/highlight/node_modules/supports-color": {
			"version": "5.5.0",
			"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
			"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
			"dev": true,
			"dependencies": {
				"has-flag": "^3.0.0"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/@babel/parser": {
			"version": "7.24.4",
			"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.4.tgz",
			"integrity": "sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==",
			"dev": true,
			"bin": {
				"parser": "bin/babel-parser.js"
			},
			"engines": {
				"node": ">=6.0.0"
			}
		},
		"node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
			"version": "7.24.4",
			"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.4.tgz",
			"integrity": "sha512-qpl6vOOEEzTLLcsuqYYo8yDtrTocmu2xkGvgNebvPjT9DTtfFYGmgDqY+rBYXNlqL4s9qLDn6xkrJv4RxAPiTA==",
			"dev": true,
			"dependencies": {
				"@babel/helper-environment-visitor": "^7.22.20",
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.1.tgz",
			"integrity": "sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.1.tgz",
			"integrity": "sha512-Hj791Ii4ci8HqnaKHAlLNs+zaLXb0EzSDhiAWp5VNlyvCNymYfacs64pxTxbH1znW/NcArSmwpmG9IKE/TUVVQ==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0",
				"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
				"@babel/plugin-transform-optional-chaining": "^7.24.1"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.13.0"
			}
		},
		"node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.1.tgz",
			"integrity": "sha512-m9m/fXsXLiHfwdgydIFnpk+7jlVbnvlK5B2EKiPdLUb6WX654ZaaEWJUjk8TftRbZpK0XibovlLWX4KIZhV6jw==",
			"dev": true,
			"dependencies": {
				"@babel/helper-environment-visitor": "^7.22.20",
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/plugin-proposal-private-property-in-object": {
			"version": "7.21.0-placeholder-for-preset-env.2",
			"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz",
			"integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
			"dev": true,
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-async-generators": {
			"version": "7.8.4",
			"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
			"integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.8.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-bigint": {
			"version": "7.8.3",
			"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
			"integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.8.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-class-properties": {
			"version": "7.12.13",
			"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
			"integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.12.13"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-class-static-block": {
			"version": "7.14.5",
			"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
			"integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.14.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-dynamic-import": {
			"version": "7.8.3",
			"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
			"integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.8.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-export-namespace-from": {
			"version": "7.8.3",
			"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
			"integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.8.3"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-import-assertions": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.1.tgz",
			"integrity": "sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-import-attributes": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.1.tgz",
			"integrity": "sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-import-meta": {
			"version": "7.10.4",
			"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
			"integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.10.4"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-json-strings": {
			"version": "7.8.3",
			"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
			"integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.8.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-jsx": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.1.tgz",
			"integrity": "sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-logical-assignment-operators": {
			"version": "7.10.4",
			"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
			"integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.10.4"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
			"version": "7.8.3",
			"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
			"integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.8.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-numeric-separator": {
			"version": "7.10.4",
			"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
			"integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.10.4"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-object-rest-spread": {
			"version": "7.8.3",
			"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
			"integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.8.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-optional-catch-binding": {
			"version": "7.8.3",
			"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
			"integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.8.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-optional-chaining": {
			"version": "7.8.3",
			"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
			"integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.8.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-private-property-in-object": {
			"version": "7.14.5",
			"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
			"integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.14.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-top-level-await": {
			"version": "7.14.5",
			"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
			"integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.14.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-typescript": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.1.tgz",
			"integrity": "sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-unicode-sets-regex": {
			"version": "7.18.6",
			"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
			"integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
			"dev": true,
			"dependencies": {
				"@babel/helper-create-regexp-features-plugin": "^7.18.6",
				"@babel/helper-plugin-utils": "^7.18.6"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/plugin-transform-arrow-functions": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.1.tgz",
			"integrity": "sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-async-generator-functions": {
			"version": "7.24.3",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.3.tgz",
			"integrity": "sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg==",
			"dev": true,
			"dependencies": {
				"@babel/helper-environment-visitor": "^7.22.20",
				"@babel/helper-plugin-utils": "^7.24.0",
				"@babel/helper-remap-async-to-generator": "^7.22.20",
				"@babel/plugin-syntax-async-generators": "^7.8.4"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-async-to-generator": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.1.tgz",
			"integrity": "sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw==",
			"dev": true,
			"dependencies": {
				"@babel/helper-module-imports": "^7.24.1",
				"@babel/helper-plugin-utils": "^7.24.0",
				"@babel/helper-remap-async-to-generator": "^7.22.20"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-block-scoped-functions": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.1.tgz",
			"integrity": "sha512-TWWC18OShZutrv9C6mye1xwtam+uNi2bnTOCBUd5sZxyHOiWbU6ztSROofIMrK84uweEZC219POICK/sTYwfgg==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-block-scoping": {
			"version": "7.24.4",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.4.tgz",
			"integrity": "sha512-nIFUZIpGKDf9O9ttyRXpHFpKC+X3Y5mtshZONuEUYBomAKoM4y029Jr+uB1bHGPhNmK8YXHevDtKDOLmtRrp6g==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-class-properties": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.1.tgz",
			"integrity": "sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g==",
			"dev": true,
			"dependencies": {
				"@babel/helper-create-class-features-plugin": "^7.24.1",
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-class-static-block": {
			"version": "7.24.4",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.4.tgz",
			"integrity": "sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg==",
			"dev": true,
			"dependencies": {
				"@babel/helper-create-class-features-plugin": "^7.24.4",
				"@babel/helper-plugin-utils": "^7.24.0",
				"@babel/plugin-syntax-class-static-block": "^7.14.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.12.0"
			}
		},
		"node_modules/@babel/plugin-transform-classes": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.1.tgz",
			"integrity": "sha512-ZTIe3W7UejJd3/3R4p7ScyyOoafetUShSf4kCqV0O7F/RiHxVj/wRaRnQlrGwflvcehNA8M42HkAiEDYZu2F1Q==",
			"dev": true,
			"dependencies": {
				"@babel/helper-annotate-as-pure": "^7.22.5",
				"@babel/helper-compilation-targets": "^7.23.6",
				"@babel/helper-environment-visitor": "^7.22.20",
				"@babel/helper-function-name": "^7.23.0",
				"@babel/helper-plugin-utils": "^7.24.0",
				"@babel/helper-replace-supers": "^7.24.1",
				"@babel/helper-split-export-declaration": "^7.22.6",
				"globals": "^11.1.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-computed-properties": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.1.tgz",
			"integrity": "sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0",
				"@babel/template": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-destructuring": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.1.tgz",
			"integrity": "sha512-ow8jciWqNxR3RYbSNVuF4U2Jx130nwnBnhRw6N6h1bOejNkABmcI5X5oz29K4alWX7vf1C+o6gtKXikzRKkVdw==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-dotall-regex": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.1.tgz",
			"integrity": "sha512-p7uUxgSoZwZ2lPNMzUkqCts3xlp8n+o05ikjy7gbtFJSt9gdU88jAmtfmOxHM14noQXBxfgzf2yRWECiNVhTCw==",
			"dev": true,
			"dependencies": {
				"@babel/helper-create-regexp-features-plugin": "^7.22.15",
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-duplicate-keys": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.1.tgz",
			"integrity": "sha512-msyzuUnvsjsaSaocV6L7ErfNsa5nDWL1XKNnDePLgmz+WdU4w/J8+AxBMrWfi9m4IxfL5sZQKUPQKDQeeAT6lA==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-dynamic-import": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.1.tgz",
			"integrity": "sha512-av2gdSTyXcJVdI+8aFZsCAtR29xJt0S5tas+Ef8NvBNmD1a+N/3ecMLeMBgfcK+xzsjdLDT6oHt+DFPyeqUbDA==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0",
				"@babel/plugin-syntax-dynamic-import": "^7.8.3"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-exponentiation-operator": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.1.tgz",
			"integrity": "sha512-U1yX13dVBSwS23DEAqU+Z/PkwE9/m7QQy8Y9/+Tdb8UWYaGNDYwTLi19wqIAiROr8sXVum9A/rtiH5H0boUcTw==",
			"dev": true,
			"dependencies": {
				"@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15",
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-export-namespace-from": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.1.tgz",
			"integrity": "sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0",
				"@babel/plugin-syntax-export-namespace-from": "^7.8.3"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-for-of": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.1.tgz",
			"integrity": "sha512-OxBdcnF04bpdQdR3i4giHZNZQn7cm8RQKcSwA17wAAqEELo1ZOwp5FFgeptWUQXFyT9kwHo10aqqauYkRZPCAg==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0",
				"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-function-name": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.1.tgz",
			"integrity": "sha512-BXmDZpPlh7jwicKArQASrj8n22/w6iymRnvHYYd2zO30DbE277JO20/7yXJT3QxDPtiQiOxQBbZH4TpivNXIxA==",
			"dev": true,
			"dependencies": {
				"@babel/helper-compilation-targets": "^7.23.6",
				"@babel/helper-function-name": "^7.23.0",
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-json-strings": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.1.tgz",
			"integrity": "sha512-U7RMFmRvoasscrIFy5xA4gIp8iWnWubnKkKuUGJjsuOH7GfbMkB+XZzeslx2kLdEGdOJDamEmCqOks6e8nv8DQ==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0",
				"@babel/plugin-syntax-json-strings": "^7.8.3"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-literals": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.1.tgz",
			"integrity": "sha512-zn9pwz8U7nCqOYIiBaOxoQOtYmMODXTJnkxG4AtX8fPmnCRYWBOHD0qcpwS9e2VDSp1zNJYpdnFMIKb8jmwu6g==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-logical-assignment-operators": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.1.tgz",
			"integrity": "sha512-OhN6J4Bpz+hIBqItTeWJujDOfNP+unqv/NJgyhlpSqgBTPm37KkMmZV6SYcOj+pnDbdcl1qRGV/ZiIjX9Iy34w==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0",
				"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-member-expression-literals": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.1.tgz",
			"integrity": "sha512-4ojai0KysTWXzHseJKa1XPNXKRbuUrhkOPY4rEGeR+7ChlJVKxFa3H3Bz+7tWaGKgJAXUWKOGmltN+u9B3+CVg==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-modules-amd": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.1.tgz",
			"integrity": "sha512-lAxNHi4HVtjnHd5Rxg3D5t99Xm6H7b04hUS7EHIXcUl2EV4yl1gWdqZrNzXnSrHveL9qMdbODlLF55mvgjAfaQ==",
			"dev": true,
			"dependencies": {
				"@babel/helper-module-transforms": "^7.23.3",
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-modules-commonjs": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.1.tgz",
			"integrity": "sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==",
			"dev": true,
			"dependencies": {
				"@babel/helper-module-transforms": "^7.23.3",
				"@babel/helper-plugin-utils": "^7.24.0",
				"@babel/helper-simple-access": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-modules-systemjs": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.1.tgz",
			"integrity": "sha512-mqQ3Zh9vFO1Tpmlt8QPnbwGHzNz3lpNEMxQb1kAemn/erstyqw1r9KeOlOfo3y6xAnFEcOv2tSyrXfmMk+/YZA==",
			"dev": true,
			"dependencies": {
				"@babel/helper-hoist-variables": "^7.22.5",
				"@babel/helper-module-transforms": "^7.23.3",
				"@babel/helper-plugin-utils": "^7.24.0",
				"@babel/helper-validator-identifier": "^7.22.20"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-modules-umd": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.1.tgz",
			"integrity": "sha512-tuA3lpPj+5ITfcCluy6nWonSL7RvaG0AOTeAuvXqEKS34lnLzXpDb0dcP6K8jD0zWZFNDVly90AGFJPnm4fOYg==",
			"dev": true,
			"dependencies": {
				"@babel/helper-module-transforms": "^7.23.3",
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
			"version": "7.22.5",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz",
			"integrity": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==",
			"dev": true,
			"dependencies": {
				"@babel/helper-create-regexp-features-plugin": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/plugin-transform-new-target": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.1.tgz",
			"integrity": "sha512-/rurytBM34hYy0HKZQyA0nHbQgQNFm4Q/BOc9Hflxi2X3twRof7NaE5W46j4kQitm7SvACVRXsa6N/tSZxvPug==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.1.tgz",
			"integrity": "sha512-iQ+caew8wRrhCikO5DrUYx0mrmdhkaELgFa+7baMcVuhxIkN7oxt06CZ51D65ugIb1UWRQ8oQe+HXAVM6qHFjw==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0",
				"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-numeric-separator": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.1.tgz",
			"integrity": "sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0",
				"@babel/plugin-syntax-numeric-separator": "^7.10.4"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-object-rest-spread": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.1.tgz",
			"integrity": "sha512-XjD5f0YqOtebto4HGISLNfiNMTTs6tbkFf2TOqJlYKYmbo+mN9Dnpl4SRoofiziuOWMIyq3sZEUqLo3hLITFEA==",
			"dev": true,
			"dependencies": {
				"@babel/helper-compilation-targets": "^7.23.6",
				"@babel/helper-plugin-utils": "^7.24.0",
				"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
				"@babel/plugin-transform-parameters": "^7.24.1"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-object-super": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.1.tgz",
			"integrity": "sha512-oKJqR3TeI5hSLRxudMjFQ9re9fBVUU0GICqM3J1mi8MqlhVr6hC/ZN4ttAyMuQR6EZZIY6h/exe5swqGNNIkWQ==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0",
				"@babel/helper-replace-supers": "^7.24.1"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-optional-catch-binding": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.1.tgz",
			"integrity": "sha512-oBTH7oURV4Y+3EUrf6cWn1OHio3qG/PVwO5J03iSJmBg6m2EhKjkAu/xuaXaYwWW9miYtvbWv4LNf0AmR43LUA==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0",
				"@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-optional-chaining": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.1.tgz",
			"integrity": "sha512-n03wmDt+987qXwAgcBlnUUivrZBPZ8z1plL0YvgQalLm+ZE5BMhGm94jhxXtA1wzv1Cu2aaOv1BM9vbVttrzSg==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0",
				"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
				"@babel/plugin-syntax-optional-chaining": "^7.8.3"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-parameters": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.1.tgz",
			"integrity": "sha512-8Jl6V24g+Uw5OGPeWNKrKqXPDw2YDjLc53ojwfMcKwlEoETKU9rU0mHUtcg9JntWI/QYzGAXNWEcVHZ+fR+XXg==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-private-methods": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.1.tgz",
			"integrity": "sha512-tGvisebwBO5em4PaYNqt4fkw56K2VALsAbAakY0FjTYqJp7gfdrgr7YX76Or8/cpik0W6+tj3rZ0uHU9Oil4tw==",
			"dev": true,
			"dependencies": {
				"@babel/helper-create-class-features-plugin": "^7.24.1",
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-private-property-in-object": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.1.tgz",
			"integrity": "sha512-pTHxDVa0BpUbvAgX3Gat+7cSciXqUcY9j2VZKTbSB6+VQGpNgNO9ailxTGHSXlqOnX1Hcx1Enme2+yv7VqP9bg==",
			"dev": true,
			"dependencies": {
				"@babel/helper-annotate-as-pure": "^7.22.5",
				"@babel/helper-create-class-features-plugin": "^7.24.1",
				"@babel/helper-plugin-utils": "^7.24.0",
				"@babel/plugin-syntax-private-property-in-object": "^7.14.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-property-literals": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.1.tgz",
			"integrity": "sha512-LetvD7CrHmEx0G442gOomRr66d7q8HzzGGr4PMHGr+5YIm6++Yke+jxj246rpvsbyhJwCLxcTn6zW1P1BSenqA==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-react-constant-elements": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.24.1.tgz",
			"integrity": "sha512-QXp1U9x0R7tkiGB0FOk8o74jhnap0FlZ5gNkRIWdG3eP+SvMFg118e1zaWewDzgABb106QSKpVsD3Wgd8t6ifA==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-react-display-name": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.1.tgz",
			"integrity": "sha512-mvoQg2f9p2qlpDQRBC7M3c3XTr0k7cp/0+kFKKO/7Gtu0LSw16eKB+Fabe2bDT/UpsyasTBBkAnbdsLrkD5XMw==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-react-jsx": {
			"version": "7.23.4",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.23.4.tgz",
			"integrity": "sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==",
			"dev": true,
			"dependencies": {
				"@babel/helper-annotate-as-pure": "^7.22.5",
				"@babel/helper-module-imports": "^7.22.15",
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/plugin-syntax-jsx": "^7.23.3",
				"@babel/types": "^7.23.4"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-react-jsx-development": {
			"version": "7.22.5",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.22.5.tgz",
			"integrity": "sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==",
			"dev": true,
			"dependencies": {
				"@babel/plugin-transform-react-jsx": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-react-pure-annotations": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.24.1.tgz",
			"integrity": "sha512-+pWEAaDJvSm9aFvJNpLiM2+ktl2Sn2U5DdyiWdZBxmLc6+xGt88dvFqsHiAiDS+8WqUwbDfkKz9jRxK3M0k+kA==",
			"dev": true,
			"dependencies": {
				"@babel/helper-annotate-as-pure": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-regenerator": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.1.tgz",
			"integrity": "sha512-sJwZBCzIBE4t+5Q4IGLaaun5ExVMRY0lYwos/jNecjMrVCygCdph3IKv0tkP5Fc87e/1+bebAmEAGBfnRD+cnw==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0",
				"regenerator-transform": "^0.15.2"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-reserved-words": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.1.tgz",
			"integrity": "sha512-JAclqStUfIwKN15HrsQADFgeZt+wexNQ0uLhuqvqAUFoqPMjEcFCYZBhq0LUdz6dZK/mD+rErhW71fbx8RYElg==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-runtime": {
			"version": "7.24.3",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.3.tgz",
			"integrity": "sha512-J0BuRPNlNqlMTRJ72eVptpt9VcInbxO6iP3jaxr+1NPhC0UkKL+6oeX6VXMEYdADnuqmMmsBspt4d5w8Y/TCbQ==",
			"dev": true,
			"dependencies": {
				"@babel/helper-module-imports": "^7.24.3",
				"@babel/helper-plugin-utils": "^7.24.0",
				"babel-plugin-polyfill-corejs2": "^0.4.10",
				"babel-plugin-polyfill-corejs3": "^0.10.1",
				"babel-plugin-polyfill-regenerator": "^0.6.1",
				"semver": "^6.3.1"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-shorthand-properties": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.1.tgz",
			"integrity": "sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-spread": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.1.tgz",
			"integrity": "sha512-KjmcIM+fxgY+KxPVbjelJC6hrH1CgtPmTvdXAfn3/a9CnWGSTY7nH4zm5+cjmWJybdcPSsD0++QssDsjcpe47g==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0",
				"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-sticky-regex": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.1.tgz",
			"integrity": "sha512-9v0f1bRXgPVcPrngOQvLXeGNNVLc8UjMVfebo9ka0WF3/7+aVUHmaJVT3sa0XCzEFioPfPHZiOcYG9qOsH63cw==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-template-literals": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.1.tgz",
			"integrity": "sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-typeof-symbol": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.1.tgz",
			"integrity": "sha512-CBfU4l/A+KruSUoW+vTQthwcAdwuqbpRNB8HQKlZABwHRhsdHZ9fezp4Sn18PeAlYxTNiLMlx4xUBV3AWfg1BA==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-typescript": {
			"version": "7.24.4",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.4.tgz",
			"integrity": "sha512-79t3CQ8+oBGk/80SQ8MN3Bs3obf83zJ0YZjDmDaEZN8MqhMI760apl5z6a20kFeMXBwJX99VpKT8CKxEBp5H1g==",
			"dev": true,
			"dependencies": {
				"@babel/helper-annotate-as-pure": "^7.22.5",
				"@babel/helper-create-class-features-plugin": "^7.24.4",
				"@babel/helper-plugin-utils": "^7.24.0",
				"@babel/plugin-syntax-typescript": "^7.24.1"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-unicode-escapes": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.1.tgz",
			"integrity": "sha512-RlkVIcWT4TLI96zM660S877E7beKlQw7Ig+wqkKBiWfj0zH5Q4h50q6er4wzZKRNSYpfo6ILJ+hrJAGSX2qcNw==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-unicode-property-regex": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.1.tgz",
			"integrity": "sha512-Ss4VvlfYV5huWApFsF8/Sq0oXnGO+jB+rijFEFugTd3cwSObUSnUi88djgR5528Csl0uKlrI331kRqe56Ov2Ng==",
			"dev": true,
			"dependencies": {
				"@babel/helper-create-regexp-features-plugin": "^7.22.15",
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-unicode-regex": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.1.tgz",
			"integrity": "sha512-2A/94wgZgxfTsiLaQ2E36XAOdcZmGAaEEgVmxQWwZXWkGhvoHbaqXcKnU8zny4ycpu3vNqg0L/PcCiYtHtA13g==",
			"dev": true,
			"dependencies": {
				"@babel/helper-create-regexp-features-plugin": "^7.22.15",
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-unicode-sets-regex": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.1.tgz",
			"integrity": "sha512-fqj4WuzzS+ukpgerpAoOnMfQXwUHFxXUZUE84oL2Kao2N8uSlvcpnAidKASgsNgzZHBsHWvcm8s9FPWUhAb8fA==",
			"dev": true,
			"dependencies": {
				"@babel/helper-create-regexp-features-plugin": "^7.22.15",
				"@babel/helper-plugin-utils": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/preset-env": {
			"version": "7.24.4",
			"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.4.tgz",
			"integrity": "sha512-7Kl6cSmYkak0FK/FXjSEnLJ1N9T/WA2RkMhu17gZ/dsxKJUuTYNIylahPTzqpLyJN4WhDif8X0XK1R8Wsguo/A==",
			"dev": true,
			"dependencies": {
				"@babel/compat-data": "^7.24.4",
				"@babel/helper-compilation-targets": "^7.23.6",
				"@babel/helper-plugin-utils": "^7.24.0",
				"@babel/helper-validator-option": "^7.23.5",
				"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.24.4",
				"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.24.1",
				"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.1",
				"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.24.1",
				"@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
				"@babel/plugin-syntax-async-generators": "^7.8.4",
				"@babel/plugin-syntax-class-properties": "^7.12.13",
				"@babel/plugin-syntax-class-static-block": "^7.14.5",
				"@babel/plugin-syntax-dynamic-import": "^7.8.3",
				"@babel/plugin-syntax-export-namespace-from": "^7.8.3",
				"@babel/plugin-syntax-import-assertions": "^7.24.1",
				"@babel/plugin-syntax-import-attributes": "^7.24.1",
				"@babel/plugin-syntax-import-meta": "^7.10.4",
				"@babel/plugin-syntax-json-strings": "^7.8.3",
				"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
				"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
				"@babel/plugin-syntax-numeric-separator": "^7.10.4",
				"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
				"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
				"@babel/plugin-syntax-optional-chaining": "^7.8.3",
				"@babel/plugin-syntax-private-property-in-object": "^7.14.5",
				"@babel/plugin-syntax-top-level-await": "^7.14.5",
				"@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
				"@babel/plugin-transform-arrow-functions": "^7.24.1",
				"@babel/plugin-transform-async-generator-functions": "^7.24.3",
				"@babel/plugin-transform-async-to-generator": "^7.24.1",
				"@babel/plugin-transform-block-scoped-functions": "^7.24.1",
				"@babel/plugin-transform-block-scoping": "^7.24.4",
				"@babel/plugin-transform-class-properties": "^7.24.1",
				"@babel/plugin-transform-class-static-block": "^7.24.4",
				"@babel/plugin-transform-classes": "^7.24.1",
				"@babel/plugin-transform-computed-properties": "^7.24.1",
				"@babel/plugin-transform-destructuring": "^7.24.1",
				"@babel/plugin-transform-dotall-regex": "^7.24.1",
				"@babel/plugin-transform-duplicate-keys": "^7.24.1",
				"@babel/plugin-transform-dynamic-import": "^7.24.1",
				"@babel/plugin-transform-exponentiation-operator": "^7.24.1",
				"@babel/plugin-transform-export-namespace-from": "^7.24.1",
				"@babel/plugin-transform-for-of": "^7.24.1",
				"@babel/plugin-transform-function-name": "^7.24.1",
				"@babel/plugin-transform-json-strings": "^7.24.1",
				"@babel/plugin-transform-literals": "^7.24.1",
				"@babel/plugin-transform-logical-assignment-operators": "^7.24.1",
				"@babel/plugin-transform-member-expression-literals": "^7.24.1",
				"@babel/plugin-transform-modules-amd": "^7.24.1",
				"@babel/plugin-transform-modules-commonjs": "^7.24.1",
				"@babel/plugin-transform-modules-systemjs": "^7.24.1",
				"@babel/plugin-transform-modules-umd": "^7.24.1",
				"@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5",
				"@babel/plugin-transform-new-target": "^7.24.1",
				"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.1",
				"@babel/plugin-transform-numeric-separator": "^7.24.1",
				"@babel/plugin-transform-object-rest-spread": "^7.24.1",
				"@babel/plugin-transform-object-super": "^7.24.1",
				"@babel/plugin-transform-optional-catch-binding": "^7.24.1",
				"@babel/plugin-transform-optional-chaining": "^7.24.1",
				"@babel/plugin-transform-parameters": "^7.24.1",
				"@babel/plugin-transform-private-methods": "^7.24.1",
				"@babel/plugin-transform-private-property-in-object": "^7.24.1",
				"@babel/plugin-transform-property-literals": "^7.24.1",
				"@babel/plugin-transform-regenerator": "^7.24.1",
				"@babel/plugin-transform-reserved-words": "^7.24.1",
				"@babel/plugin-transform-shorthand-properties": "^7.24.1",
				"@babel/plugin-transform-spread": "^7.24.1",
				"@babel/plugin-transform-sticky-regex": "^7.24.1",
				"@babel/plugin-transform-template-literals": "^7.24.1",
				"@babel/plugin-transform-typeof-symbol": "^7.24.1",
				"@babel/plugin-transform-unicode-escapes": "^7.24.1",
				"@babel/plugin-transform-unicode-property-regex": "^7.24.1",
				"@babel/plugin-transform-unicode-regex": "^7.24.1",
				"@babel/plugin-transform-unicode-sets-regex": "^7.24.1",
				"@babel/preset-modules": "0.1.6-no-external-plugins",
				"babel-plugin-polyfill-corejs2": "^0.4.10",
				"babel-plugin-polyfill-corejs3": "^0.10.4",
				"babel-plugin-polyfill-regenerator": "^0.6.1",
				"core-js-compat": "^3.31.0",
				"semver": "^6.3.1"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/preset-modules": {
			"version": "0.1.6-no-external-plugins",
			"resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
			"integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.0.0",
				"@babel/types": "^7.4.4",
				"esutils": "^2.0.2"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
			}
		},
		"node_modules/@babel/preset-react": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.24.1.tgz",
			"integrity": "sha512-eFa8up2/8cZXLIpkafhaADTXSnl7IsUFCYenRWrARBz0/qZwcT0RBXpys0LJU4+WfPoF2ZG6ew6s2V6izMCwRA==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0",
				"@babel/helper-validator-option": "^7.23.5",
				"@babel/plugin-transform-react-display-name": "^7.24.1",
				"@babel/plugin-transform-react-jsx": "^7.23.4",
				"@babel/plugin-transform-react-jsx-development": "^7.22.5",
				"@babel/plugin-transform-react-pure-annotations": "^7.24.1"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/preset-typescript": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.24.1.tgz",
			"integrity": "sha512-1DBaMmRDpuYQBPWD8Pf/WEwCrtgRHxsZnP4mIy9G/X+hFfbI47Q2G4t1Paakld84+qsk2fSsUPMKg71jkoOOaQ==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.24.0",
				"@babel/helper-validator-option": "^7.23.5",
				"@babel/plugin-syntax-jsx": "^7.24.1",
				"@babel/plugin-transform-modules-commonjs": "^7.24.1",
				"@babel/plugin-transform-typescript": "^7.24.1"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/regjsgen": {
			"version": "0.8.0",
			"resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz",
			"integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==",
			"dev": true
		},
		"node_modules/@babel/runtime": {
			"version": "7.24.4",
			"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.4.tgz",
			"integrity": "sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA==",
			"dev": true,
			"dependencies": {
				"regenerator-runtime": "^0.14.0"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/template": {
			"version": "7.24.0",
			"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz",
			"integrity": "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==",
			"dev": true,
			"dependencies": {
				"@babel/code-frame": "^7.23.5",
				"@babel/parser": "^7.24.0",
				"@babel/types": "^7.24.0"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/traverse": {
			"version": "7.24.1",
			"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.1.tgz",
			"integrity": "sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==",
			"dev": true,
			"dependencies": {
				"@babel/code-frame": "^7.24.1",
				"@babel/generator": "^7.24.1",
				"@babel/helper-environment-visitor": "^7.22.20",
				"@babel/helper-function-name": "^7.23.0",
				"@babel/helper-hoist-variables": "^7.22.5",
				"@babel/helper-split-export-declaration": "^7.22.6",
				"@babel/parser": "^7.24.1",
				"@babel/types": "^7.24.0",
				"debug": "^4.3.1",
				"globals": "^11.1.0"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/types": {
			"version": "7.24.0",
			"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz",
			"integrity": "sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==",
			"dev": true,
			"dependencies": {
				"@babel/helper-string-parser": "^7.23.4",
				"@babel/helper-validator-identifier": "^7.22.20",
				"to-fast-properties": "^2.0.0"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@bcoe/v8-coverage": {
			"version": "0.2.3",
			"resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
			"integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
			"dev": true
		},
		"node_modules/@csstools/selector-specificity": {
			"version": "2.2.0",
			"resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.2.0.tgz",
			"integrity": "sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw==",
			"dev": true,
			"engines": {
				"node": "^14 || ^16 || >=18"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/csstools"
			},
			"peerDependencies": {
				"postcss-selector-parser": "^6.0.10"
			}
		},
		"node_modules/@discoveryjs/json-ext": {
			"version": "0.5.7",
			"resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz",
			"integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==",
			"dev": true,
			"engines": {
				"node": ">=10.0.0"
			}
		},
		"node_modules/@es-joy/jsdoccomment": {
			"version": "0.41.0",
			"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.41.0.tgz",
			"integrity": "sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw==",
			"dev": true,
			"dependencies": {
				"comment-parser": "1.4.1",
				"esquery": "^1.5.0",
				"jsdoc-type-pratt-parser": "~4.0.0"
			},
			"engines": {
				"node": ">=16"
			}
		},
		"node_modules/@eslint-community/eslint-utils": {
			"version": "4.4.0",
			"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
			"integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
			"dev": true,
			"dependencies": {
				"eslint-visitor-keys": "^3.3.0"
			},
			"engines": {
				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
			},
			"peerDependencies": {
				"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
			}
		},
		"node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
			"version": "3.4.3",
			"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
			"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
			"dev": true,
			"engines": {
				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
			},
			"funding": {
				"url": "https://opencollective.com/eslint"
			}
		},
		"node_modules/@eslint-community/regexpp": {
			"version": "4.10.0",
			"resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz",
			"integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==",
			"dev": true,
			"engines": {
				"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
			}
		},
		"node_modules/@eslint/eslintrc": {
			"version": "2.1.4",
			"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
			"integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
			"dev": true,
			"dependencies": {
				"ajv": "^6.12.4",
				"debug": "^4.3.2",
				"espree": "^9.6.0",
				"globals": "^13.19.0",
				"ignore": "^5.2.0",
				"import-fresh": "^3.2.1",
				"js-yaml": "^4.1.0",
				"minimatch": "^3.1.2",
				"strip-json-comments": "^3.1.1"
			},
			"engines": {
				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
			},
			"funding": {
				"url": "https://opencollective.com/eslint"
			}
		},
		"node_modules/@eslint/eslintrc/node_modules/argparse": {
			"version": "2.0.1",
			"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
			"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
			"dev": true
		},
		"node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
			"version": "1.1.11",
			"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
			"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
			"dev": true,
			"dependencies": {
				"balanced-match": "^1.0.0",
				"concat-map": "0.0.1"
			}
		},
		"node_modules/@eslint/eslintrc/node_modules/globals": {
			"version": "13.24.0",
			"resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
			"integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
			"dev": true,
			"dependencies": {
				"type-fest": "^0.20.2"
			},
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/@eslint/eslintrc/node_modules/js-yaml": {
			"version": "4.1.0",
			"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
			"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
			"dev": true,
			"dependencies": {
				"argparse": "^2.0.1"
			},
			"bin": {
				"js-yaml": "bin/js-yaml.js"
			}
		},
		"node_modules/@eslint/eslintrc/node_modules/minimatch": {
			"version": "3.1.2",
			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
			"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
			"dev": true,
			"dependencies": {
				"brace-expansion": "^1.1.7"
			},
			"engines": {
				"node": "*"
			}
		},
		"node_modules/@eslint/eslintrc/node_modules/type-fest": {
			"version": "0.20.2",
			"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
			"integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
			"dev": true,
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/@eslint/js": {
			"version": "8.57.0",
			"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
			"integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==",
			"dev": true,
			"engines": {
				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
			}
		},
		"node_modules/@hapi/hoek": {
			"version": "9.3.0",
			"resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz",
			"integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==",
			"dev": true
		},
		"node_modules/@hapi/topo": {
			"version": "5.1.0",
			"resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz",
			"integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==",
			"dev": true,
			"dependencies": {
				"@hapi/hoek": "^9.0.0"
			}
		},
		"node_modules/@humanwhocodes/config-array": {
			"version": "0.11.14",
			"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz",
			"integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==",
			"dev": true,
			"dependencies": {
				"@humanwhocodes/object-schema": "^2.0.2",
				"debug": "^4.3.1",
				"minimatch": "^3.0.5"
			},
			"engines": {
				"node": ">=10.10.0"
			}
		},
		"node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": {
			"version": "1.1.11",
			"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
			"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
			"dev": true,
			"dependencies": {
				"balanced-match": "^1.0.0",
				"concat-map": "0.0.1"
			}
		},
		"node_modules/@humanwhocodes/config-array/node_modules/minimatch": {
			"version": "3.1.2",
			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
			"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
			"dev": true,
			"dependencies": {
				"brace-expansion": "^1.1.7"
			},
			"engines": {
				"node": "*"
			}
		},
		"node_modules/@humanwhocodes/module-importer": {
			"version": "1.0.1",
			"resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
			"integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
			"dev": true,
			"engines": {
				"node": ">=12.22"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/nzakas"
			}
		},
		"node_modules/@humanwhocodes/object-schema": {
			"version": "2.0.3",
			"resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
			"integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
			"dev": true
		},
		"node_modules/@istanbuljs/load-nyc-config": {
			"version": "1.1.0",
			"resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
			"integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
			"dev": true,
			"dependencies": {
				"camelcase": "^5.3.1",
				"find-up": "^4.1.0",
				"get-package-type": "^0.1.0",
				"js-yaml": "^3.13.1",
				"resolve-from": "^5.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase": {
			"version": "5.3.1",
			"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
			"integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
			"dev": true,
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/@istanbuljs/schema": {
			"version": "0.1.3",
			"resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
			"integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
			"dev": true,
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/@jest/console": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/@jest/console/-/console-29.7.0.tgz",
			"integrity": "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==",
			"dev": true,
			"dependencies": {
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"chalk": "^4.0.0",
				"jest-message-util": "^29.7.0",
				"jest-util": "^29.7.0",
				"slash": "^3.0.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/@jest/core": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/@jest/core/-/core-29.7.0.tgz",
			"integrity": "sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==",
			"dev": true,
			"dependencies": {
				"@jest/console": "^29.7.0",
				"@jest/reporters": "^29.7.0",
				"@jest/test-result": "^29.7.0",
				"@jest/transform": "^29.7.0",
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"ansi-escapes": "^4.2.1",
				"chalk": "^4.0.0",
				"ci-info": "^3.2.0",
				"exit": "^0.1.2",
				"graceful-fs": "^4.2.9",
				"jest-changed-files": "^29.7.0",
				"jest-config": "^29.7.0",
				"jest-haste-map": "^29.7.0",
				"jest-message-util": "^29.7.0",
				"jest-regex-util": "^29.6.3",
				"jest-resolve": "^29.7.0",
				"jest-resolve-dependencies": "^29.7.0",
				"jest-runner": "^29.7.0",
				"jest-runtime": "^29.7.0",
				"jest-snapshot": "^29.7.0",
				"jest-util": "^29.7.0",
				"jest-validate": "^29.7.0",
				"jest-watcher": "^29.7.0",
				"micromatch": "^4.0.4",
				"pretty-format": "^29.7.0",
				"slash": "^3.0.0",
				"strip-ansi": "^6.0.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			},
			"peerDependencies": {
				"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
			},
			"peerDependenciesMeta": {
				"node-notifier": {
					"optional": true
				}
			}
		},
		"node_modules/@jest/environment": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz",
			"integrity": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==",
			"dev": true,
			"dependencies": {
				"@jest/fake-timers": "^29.7.0",
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"jest-mock": "^29.7.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/@jest/expect": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.7.0.tgz",
			"integrity": "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==",
			"dev": true,
			"dependencies": {
				"expect": "^29.7.0",
				"jest-snapshot": "^29.7.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/@jest/expect-utils": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz",
			"integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==",
			"dev": true,
			"dependencies": {
				"jest-get-type": "^29.6.3"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/@jest/fake-timers": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz",
			"integrity": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==",
			"dev": true,
			"dependencies": {
				"@jest/types": "^29.6.3",
				"@sinonjs/fake-timers": "^10.0.2",
				"@types/node": "*",
				"jest-message-util": "^29.7.0",
				"jest-mock": "^29.7.0",
				"jest-util": "^29.7.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/@jest/globals": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz",
			"integrity": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==",
			"dev": true,
			"dependencies": {
				"@jest/environment": "^29.7.0",
				"@jest/expect": "^29.7.0",
				"@jest/types": "^29.6.3",
				"jest-mock": "^29.7.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/@jest/reporters": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.7.0.tgz",
			"integrity": "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==",
			"dev": true,
			"dependencies": {
				"@bcoe/v8-coverage": "^0.2.3",
				"@jest/console": "^29.7.0",
				"@jest/test-result": "^29.7.0",
				"@jest/transform": "^29.7.0",
				"@jest/types": "^29.6.3",
				"@jridgewell/trace-mapping": "^0.3.18",
				"@types/node": "*",
				"chalk": "^4.0.0",
				"collect-v8-coverage": "^1.0.0",
				"exit": "^0.1.2",
				"glob": "^7.1.3",
				"graceful-fs": "^4.2.9",
				"istanbul-lib-coverage": "^3.0.0",
				"istanbul-lib-instrument": "^6.0.0",
				"istanbul-lib-report": "^3.0.0",
				"istanbul-lib-source-maps": "^4.0.0",
				"istanbul-reports": "^3.1.3",
				"jest-message-util": "^29.7.0",
				"jest-util": "^29.7.0",
				"jest-worker": "^29.7.0",
				"slash": "^3.0.0",
				"string-length": "^4.0.1",
				"strip-ansi": "^6.0.0",
				"v8-to-istanbul": "^9.0.1"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			},
			"peerDependencies": {
				"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
			},
			"peerDependenciesMeta": {
				"node-notifier": {
					"optional": true
				}
			}
		},
		"node_modules/@jest/reporters/node_modules/istanbul-lib-instrument": {
			"version": "6.0.2",
			"resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.2.tgz",
			"integrity": "sha512-1WUsZ9R1lA0HtBSohTkm39WTPlNKSJ5iFk7UwqXkBLoHQT+hfqPsfsTDVuZdKGaBwn7din9bS7SsnoAr943hvw==",
			"dev": true,
			"dependencies": {
				"@babel/core": "^7.23.9",
				"@babel/parser": "^7.23.9",
				"@istanbuljs/schema": "^0.1.3",
				"istanbul-lib-coverage": "^3.2.0",
				"semver": "^7.5.4"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/@jest/reporters/node_modules/lru-cache": {
			"version": "6.0.0",
			"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
			"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
			"dev": true,
			"dependencies": {
				"yallist": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/@jest/reporters/node_modules/semver": {
			"version": "7.6.0",
			"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
			"integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
			"dev": true,
			"dependencies": {
				"lru-cache": "^6.0.0"
			},
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/@jest/reporters/node_modules/yallist": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
			"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
			"dev": true
		},
		"node_modules/@jest/schemas": {
			"version": "29.6.3",
			"resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz",
			"integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==",
			"dev": true,
			"dependencies": {
				"@sinclair/typebox": "^0.27.8"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/@jest/source-map": {
			"version": "29.6.3",
			"resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.3.tgz",
			"integrity": "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==",
			"dev": true,
			"dependencies": {
				"@jridgewell/trace-mapping": "^0.3.18",
				"callsites": "^3.0.0",
				"graceful-fs": "^4.2.9"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/@jest/test-result": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.7.0.tgz",
			"integrity": "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==",
			"dev": true,
			"dependencies": {
				"@jest/console": "^29.7.0",
				"@jest/types": "^29.6.3",
				"@types/istanbul-lib-coverage": "^2.0.0",
				"collect-v8-coverage": "^1.0.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/@jest/test-sequencer": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz",
			"integrity": "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==",
			"dev": true,
			"dependencies": {
				"@jest/test-result": "^29.7.0",
				"graceful-fs": "^4.2.9",
				"jest-haste-map": "^29.7.0",
				"slash": "^3.0.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/@jest/transform": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz",
			"integrity": "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==",
			"dev": true,
			"dependencies": {
				"@babel/core": "^7.11.6",
				"@jest/types": "^29.6.3",
				"@jridgewell/trace-mapping": "^0.3.18",
				"babel-plugin-istanbul": "^6.1.1",
				"chalk": "^4.0.0",
				"convert-source-map": "^2.0.0",
				"fast-json-stable-stringify": "^2.1.0",
				"graceful-fs": "^4.2.9",
				"jest-haste-map": "^29.7.0",
				"jest-regex-util": "^29.6.3",
				"jest-util": "^29.7.0",
				"micromatch": "^4.0.4",
				"pirates": "^4.0.4",
				"slash": "^3.0.0",
				"write-file-atomic": "^4.0.2"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/@jest/types": {
			"version": "29.6.3",
			"resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz",
			"integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==",
			"dev": true,
			"dependencies": {
				"@jest/schemas": "^29.6.3",
				"@types/istanbul-lib-coverage": "^2.0.0",
				"@types/istanbul-reports": "^3.0.0",
				"@types/node": "*",
				"@types/yargs": "^17.0.8",
				"chalk": "^4.0.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/@jridgewell/gen-mapping": {
			"version": "0.3.5",
			"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
			"integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
			"dev": true,
			"dependencies": {
				"@jridgewell/set-array": "^1.2.1",
				"@jridgewell/sourcemap-codec": "^1.4.10",
				"@jridgewell/trace-mapping": "^0.3.24"
			},
			"engines": {
				"node": ">=6.0.0"
			}
		},
		"node_modules/@jridgewell/resolve-uri": {
			"version": "3.1.2",
			"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
			"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
			"dev": true,
			"engines": {
				"node": ">=6.0.0"
			}
		},
		"node_modules/@jridgewell/set-array": {
			"version": "1.2.1",
			"resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
			"integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
			"dev": true,
			"engines": {
				"node": ">=6.0.0"
			}
		},
		"node_modules/@jridgewell/source-map": {
			"version": "0.3.6",
			"resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz",
			"integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==",
			"dev": true,
			"dependencies": {
				"@jridgewell/gen-mapping": "^0.3.5",
				"@jridgewell/trace-mapping": "^0.3.25"
			}
		},
		"node_modules/@jridgewell/sourcemap-codec": {
			"version": "1.4.15",
			"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
			"integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==",
			"dev": true
		},
		"node_modules/@jridgewell/trace-mapping": {
			"version": "0.3.25",
			"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
			"integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
			"dev": true,
			"dependencies": {
				"@jridgewell/resolve-uri": "^3.1.0",
				"@jridgewell/sourcemap-codec": "^1.4.14"
			}
		},
		"node_modules/@leichtgewicht/ip-codec": {
			"version": "2.0.5",
			"resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz",
			"integrity": "sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==",
			"dev": true
		},
		"node_modules/@nicolo-ribaudo/eslint-scope-5-internals": {
			"version": "5.1.1-v1",
			"resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz",
			"integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==",
			"dev": true,
			"dependencies": {
				"eslint-scope": "5.1.1"
			}
		},
		"node_modules/@nodelib/fs.scandir": {
			"version": "2.1.5",
			"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
			"integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
			"dev": true,
			"dependencies": {
				"@nodelib/fs.stat": "2.0.5",
				"run-parallel": "^1.1.9"
			},
			"engines": {
				"node": ">= 8"
			}
		},
		"node_modules/@nodelib/fs.stat": {
			"version": "2.0.5",
			"resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
			"integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
			"dev": true,
			"engines": {
				"node": ">= 8"
			}
		},
		"node_modules/@nodelib/fs.walk": {
			"version": "1.2.8",
			"resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
			"integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
			"dev": true,
			"dependencies": {
				"@nodelib/fs.scandir": "2.1.5",
				"fastq": "^1.6.0"
			},
			"engines": {
				"node": ">= 8"
			}
		},
		"node_modules/@pkgr/core": {
			"version": "0.1.1",
			"resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.1.1.tgz",
			"integrity": "sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==",
			"dev": true,
			"engines": {
				"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
			},
			"funding": {
				"url": "https://opencollective.com/unts"
			}
		},
		"node_modules/@playwright/test": {
			"version": "1.43.1",
			"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.43.1.tgz",
			"integrity": "sha512-HgtQzFgNEEo4TE22K/X7sYTYNqEMMTZmFS8kTq6m8hXj+m1D8TgwgIbumHddJa9h4yl4GkKb8/bgAl2+g7eDgA==",
			"dev": true,
			"peer": true,
			"dependencies": {
				"playwright": "1.43.1"
			},
			"bin": {
				"playwright": "cli.js"
			},
			"engines": {
				"node": ">=16"
			}
		},
		"node_modules/@pmmmwh/react-refresh-webpack-plugin": {
			"version": "0.5.13",
			"resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.13.tgz",
			"integrity": "sha512-odZVYXly+JwzYri9rKqqUAk0cY6zLpv4dxoKinhoJNShV36Gpxf+CyDIILJ4tYsJ1ZxIWs233Y39iVnynvDA/g==",
			"dev": true,
			"dependencies": {
				"ansi-html-community": "^0.0.8",
				"core-js-pure": "^3.23.3",
				"error-stack-parser": "^2.0.6",
				"html-entities": "^2.1.0",
				"loader-utils": "^2.0.4",
				"schema-utils": "^3.0.0",
				"source-map": "^0.7.3"
			},
			"engines": {
				"node": ">= 10.13"
			},
			"peerDependencies": {
				"@types/webpack": "4.x || 5.x",
				"react-refresh": ">=0.10.0 <1.0.0",
				"sockjs-client": "^1.4.0",
				"type-fest": ">=0.17.0 <5.0.0",
				"webpack": ">=4.43.0 <6.0.0",
				"webpack-dev-server": "3.x || 4.x || 5.x",
				"webpack-hot-middleware": "2.x",
				"webpack-plugin-serve": "0.x || 1.x"
			},
			"peerDependenciesMeta": {
				"@types/webpack": {
					"optional": true
				},
				"sockjs-client": {
					"optional": true
				},
				"type-fest": {
					"optional": true
				},
				"webpack-dev-server": {
					"optional": true
				},
				"webpack-hot-middleware": {
					"optional": true
				},
				"webpack-plugin-serve": {
					"optional": true
				}
			}
		},
		"node_modules/@polka/url": {
			"version": "1.0.0-next.25",
			"resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.25.tgz",
			"integrity": "sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==",
			"dev": true
		},
		"node_modules/@puppeteer/browsers": {
			"version": "1.4.6",
			"resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-1.4.6.tgz",
			"integrity": "sha512-x4BEjr2SjOPowNeiguzjozQbsc6h437ovD/wu+JpaenxVLm3jkgzHY2xOslMTp50HoTvQreMjiexiGQw1sqZlQ==",
			"dev": true,
			"dependencies": {
				"debug": "4.3.4",
				"extract-zip": "2.0.1",
				"progress": "2.0.3",
				"proxy-agent": "6.3.0",
				"tar-fs": "3.0.4",
				"unbzip2-stream": "1.4.3",
				"yargs": "17.7.1"
			},
			"bin": {
				"browsers": "lib/cjs/main-cli.js"
			},
			"engines": {
				"node": ">=16.3.0"
			},
			"peerDependencies": {
				"typescript": ">= 4.7.4"
			},
			"peerDependenciesMeta": {
				"typescript": {
					"optional": true
				}
			}
		},
		"node_modules/@puppeteer/browsers/node_modules/tar-fs": {
			"version": "3.0.4",
			"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.4.tgz",
			"integrity": "sha512-5AFQU8b9qLfZCX9zp2duONhPmZv0hGYiBPJsyUdqMjzq/mqVpy/rEUSeHk1+YitmxugaptgBh5oDGU3VsAJq4w==",
			"dev": true,
			"dependencies": {
				"mkdirp-classic": "^0.5.2",
				"pump": "^3.0.0",
				"tar-stream": "^3.1.5"
			}
		},
		"node_modules/@puppeteer/browsers/node_modules/tar-stream": {
			"version": "3.1.7",
			"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz",
			"integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
			"dev": true,
			"dependencies": {
				"b4a": "^1.6.4",
				"fast-fifo": "^1.2.0",
				"streamx": "^2.15.0"
			}
		},
		"node_modules/@puppeteer/browsers/node_modules/yargs": {
			"version": "17.7.1",
			"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.1.tgz",
			"integrity": "sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==",
			"dev": true,
			"dependencies": {
				"cliui": "^8.0.1",
				"escalade": "^3.1.1",
				"get-caller-file": "^2.0.5",
				"require-directory": "^2.1.1",
				"string-width": "^4.2.3",
				"y18n": "^5.0.5",
				"yargs-parser": "^21.1.1"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@sentry/core": {
			"version": "6.19.7",
			"resolved": "https://registry.npmjs.org/@sentry/core/-/core-6.19.7.tgz",
			"integrity": "sha512-tOfZ/umqB2AcHPGbIrsFLcvApdTm9ggpi/kQZFkej7kMphjT+SGBiQfYtjyg9jcRW+ilAR4JXC9BGKsdEQ+8Vw==",
			"dev": true,
			"dependencies": {
				"@sentry/hub": "6.19.7",
				"@sentry/minimal": "6.19.7",
				"@sentry/types": "6.19.7",
				"@sentry/utils": "6.19.7",
				"tslib": "^1.9.3"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/@sentry/core/node_modules/tslib": {
			"version": "1.14.1",
			"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
			"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
			"dev": true
		},
		"node_modules/@sentry/hub": {
			"version": "6.19.7",
			"resolved": "https://registry.npmjs.org/@sentry/hub/-/hub-6.19.7.tgz",
			"integrity": "sha512-y3OtbYFAqKHCWezF0EGGr5lcyI2KbaXW2Ik7Xp8Mu9TxbSTuwTe4rTntwg8ngPjUQU3SUHzgjqVB8qjiGqFXCA==",
			"dev": true,
			"dependencies": {
				"@sentry/types": "6.19.7",
				"@sentry/utils": "6.19.7",
				"tslib": "^1.9.3"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/@sentry/hub/node_modules/tslib": {
			"version": "1.14.1",
			"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
			"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
			"dev": true
		},
		"node_modules/@sentry/minimal": {
			"version": "6.19.7",
			"resolved": "https://registry.npmjs.org/@sentry/minimal/-/minimal-6.19.7.tgz",
			"integrity": "sha512-wcYmSJOdvk6VAPx8IcmZgN08XTXRwRtB1aOLZm+MVHjIZIhHoBGZJYTVQS/BWjldsamj2cX3YGbGXNunaCfYJQ==",
			"dev": true,
			"dependencies": {
				"@sentry/hub": "6.19.7",
				"@sentry/types": "6.19.7",
				"tslib": "^1.9.3"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/@sentry/minimal/node_modules/tslib": {
			"version": "1.14.1",
			"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
			"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
			"dev": true
		},
		"node_modules/@sentry/node": {
			"version": "6.19.7",
			"resolved": "https://registry.npmjs.org/@sentry/node/-/node-6.19.7.tgz",
			"integrity": "sha512-gtmRC4dAXKODMpHXKfrkfvyBL3cI8y64vEi3fDD046uqYcrWdgoQsffuBbxMAizc6Ez1ia+f0Flue6p15Qaltg==",
			"dev": true,
			"dependencies": {
				"@sentry/core": "6.19.7",
				"@sentry/hub": "6.19.7",
				"@sentry/types": "6.19.7",
				"@sentry/utils": "6.19.7",
				"cookie": "^0.4.1",
				"https-proxy-agent": "^5.0.0",
				"lru_map": "^0.3.3",
				"tslib": "^1.9.3"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/@sentry/node/node_modules/tslib": {
			"version": "1.14.1",
			"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
			"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
			"dev": true
		},
		"node_modules/@sentry/types": {
			"version": "6.19.7",
			"resolved": "https://registry.npmjs.org/@sentry/types/-/types-6.19.7.tgz",
			"integrity": "sha512-jH84pDYE+hHIbVnab3Hr+ZXr1v8QABfhx39KknxqKWr2l0oEItzepV0URvbEhB446lk/S/59230dlUUIBGsXbg==",
			"dev": true,
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/@sentry/utils": {
			"version": "6.19.7",
			"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-6.19.7.tgz",
			"integrity": "sha512-z95ECmE3i9pbWoXQrD/7PgkBAzJYR+iXtPuTkpBjDKs86O3mT+PXOT3BAn79w2wkn7/i3vOGD2xVr1uiMl26dA==",
			"dev": true,
			"dependencies": {
				"@sentry/types": "6.19.7",
				"tslib": "^1.9.3"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/@sentry/utils/node_modules/tslib": {
			"version": "1.14.1",
			"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
			"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
			"dev": true
		},
		"node_modules/@sideway/address": {
			"version": "4.1.5",
			"resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.5.tgz",
			"integrity": "sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==",
			"dev": true,
			"dependencies": {
				"@hapi/hoek": "^9.0.0"
			}
		},
		"node_modules/@sideway/formula": {
			"version": "3.0.1",
			"resolved": "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.1.tgz",
			"integrity": "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==",
			"dev": true
		},
		"node_modules/@sideway/pinpoint": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz",
			"integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==",
			"dev": true
		},
		"node_modules/@sinclair/typebox": {
			"version": "0.27.8",
			"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz",
			"integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==",
			"dev": true
		},
		"node_modules/@sinonjs/commons": {
			"version": "3.0.1",
			"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz",
			"integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==",
			"dev": true,
			"dependencies": {
				"type-detect": "4.0.8"
			}
		},
		"node_modules/@sinonjs/fake-timers": {
			"version": "10.3.0",
			"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz",
			"integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==",
			"dev": true,
			"dependencies": {
				"@sinonjs/commons": "^3.0.0"
			}
		},
		"node_modules/@svgr/babel-plugin-add-jsx-attribute": {
			"version": "8.0.0",
			"resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-8.0.0.tgz",
			"integrity": "sha512-b9MIk7yhdS1pMCZM8VeNfUlSKVRhsHZNMl5O9SfaX0l0t5wjdgu4IDzGB8bpnGBBOjGST3rRFVsaaEtI4W6f7g==",
			"dev": true,
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/gregberge"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@svgr/babel-plugin-remove-jsx-attribute": {
			"version": "8.0.0",
			"resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-8.0.0.tgz",
			"integrity": "sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==",
			"dev": true,
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/gregberge"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@svgr/babel-plugin-remove-jsx-empty-expression": {
			"version": "8.0.0",
			"resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-8.0.0.tgz",
			"integrity": "sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA==",
			"dev": true,
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/gregberge"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@svgr/babel-plugin-replace-jsx-attribute-value": {
			"version": "8.0.0",
			"resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-8.0.0.tgz",
			"integrity": "sha512-KVQ+PtIjb1BuYT3ht8M5KbzWBhdAjjUPdlMtpuw/VjT8coTrItWX6Qafl9+ji831JaJcu6PJNKCV0bp01lBNzQ==",
			"dev": true,
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/gregberge"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@svgr/babel-plugin-svg-dynamic-title": {
			"version": "8.0.0",
			"resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-8.0.0.tgz",
			"integrity": "sha512-omNiKqwjNmOQJ2v6ge4SErBbkooV2aAWwaPFs2vUY7p7GhVkzRkJ00kILXQvRhA6miHnNpXv7MRnnSjdRjK8og==",
			"dev": true,
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/gregberge"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@svgr/babel-plugin-svg-em-dimensions": {
			"version": "8.0.0",
			"resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-8.0.0.tgz",
			"integrity": "sha512-mURHYnu6Iw3UBTbhGwE/vsngtCIbHE43xCRK7kCw4t01xyGqb2Pd+WXekRRoFOBIY29ZoOhUCTEweDMdrjfi9g==",
			"dev": true,
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/gregberge"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@svgr/babel-plugin-transform-react-native-svg": {
			"version": "8.1.0",
			"resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-8.1.0.tgz",
			"integrity": "sha512-Tx8T58CHo+7nwJ+EhUwx3LfdNSG9R2OKfaIXXs5soiy5HtgoAEkDay9LIimLOcG8dJQH1wPZp/cnAv6S9CrR1Q==",
			"dev": true,
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/gregberge"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@svgr/babel-plugin-transform-svg-component": {
			"version": "8.0.0",
			"resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-8.0.0.tgz",
			"integrity": "sha512-DFx8xa3cZXTdb/k3kfPeaixecQLgKh5NVBMwD0AQxOzcZawK4oo1Jh9LbrcACUivsCA7TLG8eeWgrDXjTMhRmw==",
			"dev": true,
			"engines": {
				"node": ">=12"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/gregberge"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@svgr/babel-preset": {
			"version": "8.1.0",
			"resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-8.1.0.tgz",
			"integrity": "sha512-7EYDbHE7MxHpv4sxvnVPngw5fuR6pw79SkcrILHJ/iMpuKySNCl5W1qcwPEpU+LgyRXOaAFgH0KhwD18wwg6ug==",
			"dev": true,
			"dependencies": {
				"@svgr/babel-plugin-add-jsx-attribute": "8.0.0",
				"@svgr/babel-plugin-remove-jsx-attribute": "8.0.0",
				"@svgr/babel-plugin-remove-jsx-empty-expression": "8.0.0",
				"@svgr/babel-plugin-replace-jsx-attribute-value": "8.0.0",
				"@svgr/babel-plugin-svg-dynamic-title": "8.0.0",
				"@svgr/babel-plugin-svg-em-dimensions": "8.0.0",
				"@svgr/babel-plugin-transform-react-native-svg": "8.1.0",
				"@svgr/babel-plugin-transform-svg-component": "8.0.0"
			},
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/gregberge"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@svgr/core": {
			"version": "8.1.0",
			"resolved": "https://registry.npmjs.org/@svgr/core/-/core-8.1.0.tgz",
			"integrity": "sha512-8QqtOQT5ACVlmsvKOJNEaWmRPmcojMOzCz4Hs2BGG/toAp/K38LcsMRyLp349glq5AzJbCEeimEoxaX6v/fLrA==",
			"dev": true,
			"dependencies": {
				"@babel/core": "^7.21.3",
				"@svgr/babel-preset": "8.1.0",
				"camelcase": "^6.2.0",
				"cosmiconfig": "^8.1.3",
				"snake-case": "^3.0.4"
			},
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/gregberge"
			}
		},
		"node_modules/@svgr/hast-util-to-babel-ast": {
			"version": "8.0.0",
			"resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-8.0.0.tgz",
			"integrity": "sha512-EbDKwO9GpfWP4jN9sGdYwPBU0kdomaPIL2Eu4YwmgP+sJeXT+L7bMwJUBnhzfH8Q2qMBqZ4fJwpCyYsAN3mt2Q==",
			"dev": true,
			"dependencies": {
				"@babel/types": "^7.21.3",
				"entities": "^4.4.0"
			},
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/gregberge"
			}
		},
		"node_modules/@svgr/plugin-jsx": {
			"version": "8.1.0",
			"resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-8.1.0.tgz",
			"integrity": "sha512-0xiIyBsLlr8quN+WyuxooNW9RJ0Dpr8uOnH/xrCVO8GLUcwHISwj1AG0k+LFzteTkAA0GbX0kj9q6Dk70PTiPA==",
			"dev": true,
			"dependencies": {
				"@babel/core": "^7.21.3",
				"@svgr/babel-preset": "8.1.0",
				"@svgr/hast-util-to-babel-ast": "8.0.0",
				"svg-parser": "^2.0.4"
			},
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/gregberge"
			},
			"peerDependencies": {
				"@svgr/core": "*"
			}
		},
		"node_modules/@svgr/plugin-svgo": {
			"version": "8.1.0",
			"resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-8.1.0.tgz",
			"integrity": "sha512-Ywtl837OGO9pTLIN/onoWLmDQ4zFUycI1g76vuKGEz6evR/ZTJlJuz3G/fIkb6OVBJ2g0o6CGJzaEjfmEo3AHA==",
			"dev": true,
			"dependencies": {
				"cosmiconfig": "^8.1.3",
				"deepmerge": "^4.3.1",
				"svgo": "^3.0.2"
			},
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/gregberge"
			},
			"peerDependencies": {
				"@svgr/core": "*"
			}
		},
		"node_modules/@svgr/webpack": {
			"version": "8.1.0",
			"resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-8.1.0.tgz",
			"integrity": "sha512-LnhVjMWyMQV9ZmeEy26maJk+8HTIbd59cH4F2MJ439k9DqejRisfFNGAPvRYlKETuh9LrImlS8aKsBgKjMA8WA==",
			"dev": true,
			"dependencies": {
				"@babel/core": "^7.21.3",
				"@babel/plugin-transform-react-constant-elements": "^7.21.3",
				"@babel/preset-env": "^7.20.2",
				"@babel/preset-react": "^7.18.6",
				"@babel/preset-typescript": "^7.21.0",
				"@svgr/core": "8.1.0",
				"@svgr/plugin-jsx": "8.1.0",
				"@svgr/plugin-svgo": "8.1.0"
			},
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/gregberge"
			}
		},
		"node_modules/@tannin/compile": {
			"version": "1.1.0",
			"resolved": "https://registry.npmjs.org/@tannin/compile/-/compile-1.1.0.tgz",
			"integrity": "sha512-n8m9eNDfoNZoxdvWiTfW/hSPhehzLJ3zW7f8E7oT6mCROoMNWCB4TYtv041+2FMAxweiE0j7i1jubQU4MEC/Gg==",
			"dev": true,
			"dependencies": {
				"@tannin/evaluate": "^1.2.0",
				"@tannin/postfix": "^1.1.0"
			}
		},
		"node_modules/@tannin/evaluate": {
			"version": "1.2.0",
			"resolved": "https://registry.npmjs.org/@tannin/evaluate/-/evaluate-1.2.0.tgz",
			"integrity": "sha512-3ioXvNowbO/wSrxsDG5DKIMxC81P0QrQTYai8zFNY+umuoHWRPbQ/TuuDEOju9E+jQDXmj6yI5GyejNuh8I+eg==",
			"dev": true
		},
		"node_modules/@tannin/plural-forms": {
			"version": "1.1.0",
			"resolved": "https://registry.npmjs.org/@tannin/plural-forms/-/plural-forms-1.1.0.tgz",
			"integrity": "sha512-xl9R2mDZO/qiHam1AgMnAES6IKIg7OBhcXqy6eDsRCdXuxAFPcjrej9HMjyCLE0DJ/8cHf0i5OQTstuBRhpbHw==",
			"dev": true,
			"dependencies": {
				"@tannin/compile": "^1.1.0"
			}
		},
		"node_modules/@tannin/postfix": {
			"version": "1.1.0",
			"resolved": "https://registry.npmjs.org/@tannin/postfix/-/postfix-1.1.0.tgz",
			"integrity": "sha512-oocsqY7g0cR+Gur5jRQLSrX2OtpMLMse1I10JQBm8CdGMrDkh1Mg2gjsiquMHRtBs4Qwu5wgEp5GgIYHk4SNPw==",
			"dev": true
		},
		"node_modules/@tootallnate/once": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz",
			"integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==",
			"dev": true,
			"engines": {
				"node": ">= 10"
			}
		},
		"node_modules/@tootallnate/quickjs-emscripten": {
			"version": "0.23.0",
			"resolved": "https://registry.npmjs.org/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz",
			"integrity": "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==",
			"dev": true
		},
		"node_modules/@trysound/sax": {
			"version": "0.2.0",
			"resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
			"integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
			"dev": true,
			"engines": {
				"node": ">=10.13.0"
			}
		},
		"node_modules/@types/babel__core": {
			"version": "7.20.5",
			"resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
			"integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
			"dev": true,
			"dependencies": {
				"@babel/parser": "^7.20.7",
				"@babel/types": "^7.20.7",
				"@types/babel__generator": "*",
				"@types/babel__template": "*",
				"@types/babel__traverse": "*"
			}
		},
		"node_modules/@types/babel__generator": {
			"version": "7.6.8",
			"resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz",
			"integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==",
			"dev": true,
			"dependencies": {
				"@babel/types": "^7.0.0"
			}
		},
		"node_modules/@types/babel__template": {
			"version": "7.4.4",
			"resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
			"integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
			"dev": true,
			"dependencies": {
				"@babel/parser": "^7.1.0",
				"@babel/types": "^7.0.0"
			}
		},
		"node_modules/@types/babel__traverse": {
			"version": "7.20.5",
			"resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.5.tgz",
			"integrity": "sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ==",
			"dev": true,
			"dependencies": {
				"@babel/types": "^7.20.7"
			}
		},
		"node_modules/@types/body-parser": {
			"version": "1.19.5",
			"resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz",
			"integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==",
			"dev": true,
			"dependencies": {
				"@types/connect": "*",
				"@types/node": "*"
			}
		},
		"node_modules/@types/bonjour": {
			"version": "3.5.13",
			"resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.13.tgz",
			"integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==",
			"dev": true,
			"dependencies": {
				"@types/node": "*"
			}
		},
		"node_modules/@types/connect": {
			"version": "3.4.38",
			"resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
			"integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
			"dev": true,
			"dependencies": {
				"@types/node": "*"
			}
		},
		"node_modules/@types/connect-history-api-fallback": {
			"version": "1.5.4",
			"resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz",
			"integrity": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==",
			"dev": true,
			"dependencies": {
				"@types/express-serve-static-core": "*",
				"@types/node": "*"
			}
		},
		"node_modules/@types/eslint": {
			"version": "8.56.10",
			"resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.10.tgz",
			"integrity": "sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==",
			"dev": true,
			"dependencies": {
				"@types/estree": "*",
				"@types/json-schema": "*"
			}
		},
		"node_modules/@types/eslint-scope": {
			"version": "3.7.7",
			"resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz",
			"integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==",
			"dev": true,
			"dependencies": {
				"@types/eslint": "*",
				"@types/estree": "*"
			}
		},
		"node_modules/@types/estree": {
			"version": "1.0.5",
			"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
			"integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==",
			"dev": true
		},
		"node_modules/@types/express": {
			"version": "4.17.21",
			"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz",
			"integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==",
			"dev": true,
			"dependencies": {
				"@types/body-parser": "*",
				"@types/express-serve-static-core": "^4.17.33",
				"@types/qs": "*",
				"@types/serve-static": "*"
			}
		},
		"node_modules/@types/express-serve-static-core": {
			"version": "4.19.0",
			"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.0.tgz",
			"integrity": "sha512-bGyep3JqPCRry1wq+O5n7oiBgGWmeIJXPjXXCo8EK0u8duZGSYar7cGqd3ML2JUsLGeB7fmc06KYo9fLGWqPvQ==",
			"dev": true,
			"dependencies": {
				"@types/node": "*",
				"@types/qs": "*",
				"@types/range-parser": "*",
				"@types/send": "*"
			}
		},
		"node_modules/@types/glob": {
			"version": "7.2.0",
			"resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz",
			"integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==",
			"dev": true,
			"dependencies": {
				"@types/minimatch": "*",
				"@types/node": "*"
			}
		},
		"node_modules/@types/graceful-fs": {
			"version": "4.1.9",
			"resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz",
			"integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==",
			"dev": true,
			"dependencies": {
				"@types/node": "*"
			}
		},
		"node_modules/@types/http-errors": {
			"version": "2.0.4",
			"resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz",
			"integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==",
			"dev": true
		},
		"node_modules/@types/http-proxy": {
			"version": "1.17.14",
			"resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.14.tgz",
			"integrity": "sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==",
			"dev": true,
			"dependencies": {
				"@types/node": "*"
			}
		},
		"node_modules/@types/istanbul-lib-coverage": {
			"version": "2.0.6",
			"resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz",
			"integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==",
			"dev": true
		},
		"node_modules/@types/istanbul-lib-report": {
			"version": "3.0.3",
			"resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz",
			"integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==",
			"dev": true,
			"dependencies": {
				"@types/istanbul-lib-coverage": "*"
			}
		},
		"node_modules/@types/istanbul-reports": {
			"version": "3.0.4",
			"resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz",
			"integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==",
			"dev": true,
			"dependencies": {
				"@types/istanbul-lib-report": "*"
			}
		},
		"node_modules/@types/jsdom": {
			"version": "20.0.1",
			"resolved": "https://registry.npmjs.org/@types/jsdom/-/jsdom-20.0.1.tgz",
			"integrity": "sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==",
			"dev": true,
			"dependencies": {
				"@types/node": "*",
				"@types/tough-cookie": "*",
				"parse5": "^7.0.0"
			}
		},
		"node_modules/@types/json-schema": {
			"version": "7.0.15",
			"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
			"integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
			"dev": true
		},
		"node_modules/@types/json5": {
			"version": "0.0.29",
			"resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
			"integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
			"dev": true
		},
		"node_modules/@types/mime": {
			"version": "1.3.5",
			"resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz",
			"integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==",
			"dev": true
		},
		"node_modules/@types/minimatch": {
			"version": "5.1.2",
			"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
			"integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==",
			"dev": true
		},
		"node_modules/@types/minimist": {
			"version": "1.2.5",
			"resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz",
			"integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==",
			"dev": true
		},
		"node_modules/@types/node": {
			"version": "20.12.7",
			"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz",
			"integrity": "sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==",
			"dev": true,
			"dependencies": {
				"undici-types": "~5.26.4"
			}
		},
		"node_modules/@types/node-forge": {
			"version": "1.3.11",
			"resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.11.tgz",
			"integrity": "sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==",
			"dev": true,
			"dependencies": {
				"@types/node": "*"
			}
		},
		"node_modules/@types/normalize-package-data": {
			"version": "2.4.4",
			"resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz",
			"integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==",
			"dev": true
		},
		"node_modules/@types/parse-json": {
			"version": "4.0.2",
			"resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz",
			"integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==",
			"dev": true
		},
		"node_modules/@types/qs": {
			"version": "6.9.15",
			"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.15.tgz",
			"integrity": "sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==",
			"dev": true
		},
		"node_modules/@types/range-parser": {
			"version": "1.2.7",
			"resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz",
			"integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
			"dev": true
		},
		"node_modules/@types/retry": {
			"version": "0.12.0",
			"resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz",
			"integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==",
			"dev": true
		},
		"node_modules/@types/semver": {
			"version": "7.5.8",
			"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz",
			"integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==",
			"dev": true
		},
		"node_modules/@types/send": {
			"version": "0.17.4",
			"resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz",
			"integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==",
			"dev": true,
			"dependencies": {
				"@types/mime": "^1",
				"@types/node": "*"
			}
		},
		"node_modules/@types/serve-index": {
			"version": "1.9.4",
			"resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz",
			"integrity": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==",
			"dev": true,
			"dependencies": {
				"@types/express": "*"
			}
		},
		"node_modules/@types/serve-static": {
			"version": "1.15.7",
			"resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.7.tgz",
			"integrity": "sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==",
			"dev": true,
			"dependencies": {
				"@types/http-errors": "*",
				"@types/node": "*",
				"@types/send": "*"
			}
		},
		"node_modules/@types/sockjs": {
			"version": "0.3.36",
			"resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz",
			"integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==",
			"dev": true,
			"dependencies": {
				"@types/node": "*"
			}
		},
		"node_modules/@types/source-list-map": {
			"version": "0.1.6",
			"resolved": "https://registry.npmjs.org/@types/source-list-map/-/source-list-map-0.1.6.tgz",
			"integrity": "sha512-5JcVt1u5HDmlXkwOD2nslZVllBBc7HDuOICfiZah2Z0is8M8g+ddAEawbmd3VjedfDHBzxCaXLs07QEmb7y54g==",
			"dev": true
		},
		"node_modules/@types/stack-utils": {
			"version": "2.0.3",
			"resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz",
			"integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==",
			"dev": true
		},
		"node_modules/@types/tapable": {
			"version": "1.0.12",
			"resolved": "https://registry.npmjs.org/@types/tapable/-/tapable-1.0.12.tgz",
			"integrity": "sha512-bTHG8fcxEqv1M9+TD14P8ok8hjxoOCkfKc8XXLaaD05kI7ohpeI956jtDOD3XHKBQrlyPughUtzm1jtVhHpA5Q==",
			"dev": true
		},
		"node_modules/@types/tough-cookie": {
			"version": "4.0.5",
			"resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz",
			"integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==",
			"dev": true
		},
		"node_modules/@types/uglify-js": {
			"version": "3.17.5",
			"resolved": "https://registry.npmjs.org/@types/uglify-js/-/uglify-js-3.17.5.tgz",
			"integrity": "sha512-TU+fZFBTBcXj/GpDpDaBmgWk/gn96kMZ+uocaFUlV2f8a6WdMzzI44QBCmGcCiYR0Y6ZlNRiyUyKKt5nl/lbzQ==",
			"dev": true,
			"dependencies": {
				"source-map": "^0.6.1"
			}
		},
		"node_modules/@types/uglify-js/node_modules/source-map": {
			"version": "0.6.1",
			"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
			"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/@types/webpack": {
			"version": "4.41.38",
			"resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.38.tgz",
			"integrity": "sha512-oOW7E931XJU1mVfCnxCVgv8GLFL768pDO5u2Gzk82i8yTIgX6i7cntyZOkZYb/JtYM8252SN9bQp9tgkVDSsRw==",
			"dev": true,
			"dependencies": {
				"@types/node": "*",
				"@types/tapable": "^1",
				"@types/uglify-js": "*",
				"@types/webpack-sources": "*",
				"anymatch": "^3.0.0",
				"source-map": "^0.6.0"
			}
		},
		"node_modules/@types/webpack-sources": {
			"version": "3.2.3",
			"resolved": "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-3.2.3.tgz",
			"integrity": "sha512-4nZOdMwSPHZ4pTEZzSp0AsTM4K7Qmu40UKW4tJDiOVs20UzYF9l+qUe4s0ftfN0pin06n+5cWWDJXH+sbhAiDw==",
			"dev": true,
			"dependencies": {
				"@types/node": "*",
				"@types/source-list-map": "*",
				"source-map": "^0.7.3"
			}
		},
		"node_modules/@types/webpack/node_modules/source-map": {
			"version": "0.6.1",
			"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
			"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/@types/ws": {
			"version": "8.5.10",
			"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.10.tgz",
			"integrity": "sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==",
			"dev": true,
			"dependencies": {
				"@types/node": "*"
			}
		},
		"node_modules/@types/yargs": {
			"version": "17.0.32",
			"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz",
			"integrity": "sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==",
			"dev": true,
			"dependencies": {
				"@types/yargs-parser": "*"
			}
		},
		"node_modules/@types/yargs-parser": {
			"version": "21.0.3",
			"resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz",
			"integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==",
			"dev": true
		},
		"node_modules/@types/yauzl": {
			"version": "2.10.3",
			"resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz",
			"integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==",
			"dev": true,
			"optional": true,
			"dependencies": {
				"@types/node": "*"
			}
		},
		"node_modules/@typescript-eslint/eslint-plugin": {
			"version": "6.21.0",
			"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz",
			"integrity": "sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==",
			"dev": true,
			"dependencies": {
				"@eslint-community/regexpp": "^4.5.1",
				"@typescript-eslint/scope-manager": "6.21.0",
				"@typescript-eslint/type-utils": "6.21.0",
				"@typescript-eslint/utils": "6.21.0",
				"@typescript-eslint/visitor-keys": "6.21.0",
				"debug": "^4.3.4",
				"graphemer": "^1.4.0",
				"ignore": "^5.2.4",
				"natural-compare": "^1.4.0",
				"semver": "^7.5.4",
				"ts-api-utils": "^1.0.1"
			},
			"engines": {
				"node": "^16.0.0 || >=18.0.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/typescript-eslint"
			},
			"peerDependencies": {
				"@typescript-eslint/parser": "^6.0.0 || ^6.0.0-alpha",
				"eslint": "^7.0.0 || ^8.0.0"
			},
			"peerDependenciesMeta": {
				"typescript": {
					"optional": true
				}
			}
		},
		"node_modules/@typescript-eslint/eslint-plugin/node_modules/lru-cache": {
			"version": "6.0.0",
			"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
			"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
			"dev": true,
			"dependencies": {
				"yallist": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/@typescript-eslint/eslint-plugin/node_modules/semver": {
			"version": "7.6.0",
			"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
			"integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
			"dev": true,
			"dependencies": {
				"lru-cache": "^6.0.0"
			},
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/@typescript-eslint/eslint-plugin/node_modules/yallist": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
			"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
			"dev": true
		},
		"node_modules/@typescript-eslint/parser": {
			"version": "6.21.0",
			"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.21.0.tgz",
			"integrity": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==",
			"dev": true,
			"dependencies": {
				"@typescript-eslint/scope-manager": "6.21.0",
				"@typescript-eslint/types": "6.21.0",
				"@typescript-eslint/typescript-estree": "6.21.0",
				"@typescript-eslint/visitor-keys": "6.21.0",
				"debug": "^4.3.4"
			},
			"engines": {
				"node": "^16.0.0 || >=18.0.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/typescript-eslint"
			},
			"peerDependencies": {
				"eslint": "^7.0.0 || ^8.0.0"
			},
			"peerDependenciesMeta": {
				"typescript": {
					"optional": true
				}
			}
		},
		"node_modules/@typescript-eslint/scope-manager": {
			"version": "6.21.0",
			"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz",
			"integrity": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==",
			"dev": true,
			"dependencies": {
				"@typescript-eslint/types": "6.21.0",
				"@typescript-eslint/visitor-keys": "6.21.0"
			},
			"engines": {
				"node": "^16.0.0 || >=18.0.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/typescript-eslint"
			}
		},
		"node_modules/@typescript-eslint/type-utils": {
			"version": "6.21.0",
			"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz",
			"integrity": "sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==",
			"dev": true,
			"dependencies": {
				"@typescript-eslint/typescript-estree": "6.21.0",
				"@typescript-eslint/utils": "6.21.0",
				"debug": "^4.3.4",
				"ts-api-utils": "^1.0.1"
			},
			"engines": {
				"node": "^16.0.0 || >=18.0.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/typescript-eslint"
			},
			"peerDependencies": {
				"eslint": "^7.0.0 || ^8.0.0"
			},
			"peerDependenciesMeta": {
				"typescript": {
					"optional": true
				}
			}
		},
		"node_modules/@typescript-eslint/types": {
			"version": "6.21.0",
			"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz",
			"integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==",
			"dev": true,
			"engines": {
				"node": "^16.0.0 || >=18.0.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/typescript-eslint"
			}
		},
		"node_modules/@typescript-eslint/typescript-estree": {
			"version": "6.21.0",
			"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz",
			"integrity": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==",
			"dev": true,
			"dependencies": {
				"@typescript-eslint/types": "6.21.0",
				"@typescript-eslint/visitor-keys": "6.21.0",
				"debug": "^4.3.4",
				"globby": "^11.1.0",
				"is-glob": "^4.0.3",
				"minimatch": "9.0.3",
				"semver": "^7.5.4",
				"ts-api-utils": "^1.0.1"
			},
			"engines": {
				"node": "^16.0.0 || >=18.0.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/typescript-eslint"
			},
			"peerDependenciesMeta": {
				"typescript": {
					"optional": true
				}
			}
		},
		"node_modules/@typescript-eslint/typescript-estree/node_modules/lru-cache": {
			"version": "6.0.0",
			"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
			"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
			"dev": true,
			"dependencies": {
				"yallist": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
			"version": "7.6.0",
			"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
			"integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
			"dev": true,
			"dependencies": {
				"lru-cache": "^6.0.0"
			},
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/@typescript-eslint/typescript-estree/node_modules/yallist": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
			"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
			"dev": true
		},
		"node_modules/@typescript-eslint/utils": {
			"version": "6.21.0",
			"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.21.0.tgz",
			"integrity": "sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==",
			"dev": true,
			"dependencies": {
				"@eslint-community/eslint-utils": "^4.4.0",
				"@types/json-schema": "^7.0.12",
				"@types/semver": "^7.5.0",
				"@typescript-eslint/scope-manager": "6.21.0",
				"@typescript-eslint/types": "6.21.0",
				"@typescript-eslint/typescript-estree": "6.21.0",
				"semver": "^7.5.4"
			},
			"engines": {
				"node": "^16.0.0 || >=18.0.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/typescript-eslint"
			},
			"peerDependencies": {
				"eslint": "^7.0.0 || ^8.0.0"
			}
		},
		"node_modules/@typescript-eslint/utils/node_modules/lru-cache": {
			"version": "6.0.0",
			"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
			"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
			"dev": true,
			"dependencies": {
				"yallist": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/@typescript-eslint/utils/node_modules/semver": {
			"version": "7.6.0",
			"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
			"integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
			"dev": true,
			"dependencies": {
				"lru-cache": "^6.0.0"
			},
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/@typescript-eslint/utils/node_modules/yallist": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
			"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
			"dev": true
		},
		"node_modules/@typescript-eslint/visitor-keys": {
			"version": "6.21.0",
			"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz",
			"integrity": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==",
			"dev": true,
			"dependencies": {
				"@typescript-eslint/types": "6.21.0",
				"eslint-visitor-keys": "^3.4.1"
			},
			"engines": {
				"node": "^16.0.0 || >=18.0.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/typescript-eslint"
			}
		},
		"node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
			"version": "3.4.3",
			"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
			"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
			"dev": true,
			"engines": {
				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
			},
			"funding": {
				"url": "https://opencollective.com/eslint"
			}
		},
		"node_modules/@ungap/structured-clone": {
			"version": "1.2.0",
			"resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz",
			"integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==",
			"dev": true
		},
		"node_modules/@webassemblyjs/ast": {
			"version": "1.12.1",
			"resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz",
			"integrity": "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==",
			"dev": true,
			"dependencies": {
				"@webassemblyjs/helper-numbers": "1.11.6",
				"@webassemblyjs/helper-wasm-bytecode": "1.11.6"
			}
		},
		"node_modules/@webassemblyjs/floating-point-hex-parser": {
			"version": "1.11.6",
			"resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz",
			"integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==",
			"dev": true
		},
		"node_modules/@webassemblyjs/helper-api-error": {
			"version": "1.11.6",
			"resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz",
			"integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==",
			"dev": true
		},
		"node_modules/@webassemblyjs/helper-buffer": {
			"version": "1.12.1",
			"resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz",
			"integrity": "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==",
			"dev": true
		},
		"node_modules/@webassemblyjs/helper-numbers": {
			"version": "1.11.6",
			"resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz",
			"integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==",
			"dev": true,
			"dependencies": {
				"@webassemblyjs/floating-point-hex-parser": "1.11.6",
				"@webassemblyjs/helper-api-error": "1.11.6",
				"@xtuc/long": "4.2.2"
			}
		},
		"node_modules/@webassemblyjs/helper-wasm-bytecode": {
			"version": "1.11.6",
			"resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz",
			"integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==",
			"dev": true
		},
		"node_modules/@webassemblyjs/helper-wasm-section": {
			"version": "1.12.1",
			"resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz",
			"integrity": "sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==",
			"dev": true,
			"dependencies": {
				"@webassemblyjs/ast": "1.12.1",
				"@webassemblyjs/helper-buffer": "1.12.1",
				"@webassemblyjs/helper-wasm-bytecode": "1.11.6",
				"@webassemblyjs/wasm-gen": "1.12.1"
			}
		},
		"node_modules/@webassemblyjs/ieee754": {
			"version": "1.11.6",
			"resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz",
			"integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==",
			"dev": true,
			"dependencies": {
				"@xtuc/ieee754": "^1.2.0"
			}
		},
		"node_modules/@webassemblyjs/leb128": {
			"version": "1.11.6",
			"resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz",
			"integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==",
			"dev": true,
			"dependencies": {
				"@xtuc/long": "4.2.2"
			}
		},
		"node_modules/@webassemblyjs/utf8": {
			"version": "1.11.6",
			"resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz",
			"integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==",
			"dev": true
		},
		"node_modules/@webassemblyjs/wasm-edit": {
			"version": "1.12.1",
			"resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz",
			"integrity": "sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==",
			"dev": true,
			"dependencies": {
				"@webassemblyjs/ast": "1.12.1",
				"@webassemblyjs/helper-buffer": "1.12.1",
				"@webassemblyjs/helper-wasm-bytecode": "1.11.6",
				"@webassemblyjs/helper-wasm-section": "1.12.1",
				"@webassemblyjs/wasm-gen": "1.12.1",
				"@webassemblyjs/wasm-opt": "1.12.1",
				"@webassemblyjs/wasm-parser": "1.12.1",
				"@webassemblyjs/wast-printer": "1.12.1"
			}
		},
		"node_modules/@webassemblyjs/wasm-gen": {
			"version": "1.12.1",
			"resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz",
			"integrity": "sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==",
			"dev": true,
			"dependencies": {
				"@webassemblyjs/ast": "1.12.1",
				"@webassemblyjs/helper-wasm-bytecode": "1.11.6",
				"@webassemblyjs/ieee754": "1.11.6",
				"@webassemblyjs/leb128": "1.11.6",
				"@webassemblyjs/utf8": "1.11.6"
			}
		},
		"node_modules/@webassemblyjs/wasm-opt": {
			"version": "1.12.1",
			"resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz",
			"integrity": "sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==",
			"dev": true,
			"dependencies": {
				"@webassemblyjs/ast": "1.12.1",
				"@webassemblyjs/helper-buffer": "1.12.1",
				"@webassemblyjs/wasm-gen": "1.12.1",
				"@webassemblyjs/wasm-parser": "1.12.1"
			}
		},
		"node_modules/@webassemblyjs/wasm-parser": {
			"version": "1.12.1",
			"resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz",
			"integrity": "sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==",
			"dev": true,
			"dependencies": {
				"@webassemblyjs/ast": "1.12.1",
				"@webassemblyjs/helper-api-error": "1.11.6",
				"@webassemblyjs/helper-wasm-bytecode": "1.11.6",
				"@webassemblyjs/ieee754": "1.11.6",
				"@webassemblyjs/leb128": "1.11.6",
				"@webassemblyjs/utf8": "1.11.6"
			}
		},
		"node_modules/@webassemblyjs/wast-printer": {
			"version": "1.12.1",
			"resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz",
			"integrity": "sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==",
			"dev": true,
			"dependencies": {
				"@webassemblyjs/ast": "1.12.1",
				"@xtuc/long": "4.2.2"
			}
		},
		"node_modules/@webpack-cli/configtest": {
			"version": "2.1.1",
			"resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-2.1.1.tgz",
			"integrity": "sha512-wy0mglZpDSiSS0XHrVR+BAdId2+yxPSoJW8fsna3ZpYSlufjvxnP4YbKTCBZnNIcGN4r6ZPXV55X4mYExOfLmw==",
			"dev": true,
			"engines": {
				"node": ">=14.15.0"
			},
			"peerDependencies": {
				"webpack": "5.x.x",
				"webpack-cli": "5.x.x"
			}
		},
		"node_modules/@webpack-cli/info": {
			"version": "2.0.2",
			"resolved": "https://registry.npmjs.org/@webpack-cli/info/-/info-2.0.2.tgz",
			"integrity": "sha512-zLHQdI/Qs1UyT5UBdWNqsARasIA+AaF8t+4u2aS2nEpBQh2mWIVb8qAklq0eUENnC5mOItrIB4LiS9xMtph18A==",
			"dev": true,
			"engines": {
				"node": ">=14.15.0"
			},
			"peerDependencies": {
				"webpack": "5.x.x",
				"webpack-cli": "5.x.x"
			}
		},
		"node_modules/@webpack-cli/serve": {
			"version": "2.0.5",
			"resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-2.0.5.tgz",
			"integrity": "sha512-lqaoKnRYBdo1UgDX8uF24AfGMifWK19TxPmM5FHc2vAGxrJ/qtyUyFBWoY1tISZdelsQ5fBcOusifo5o5wSJxQ==",
			"dev": true,
			"engines": {
				"node": ">=14.15.0"
			},
			"peerDependencies": {
				"webpack": "5.x.x",
				"webpack-cli": "5.x.x"
			},
			"peerDependenciesMeta": {
				"webpack-dev-server": {
					"optional": true
				}
			}
		},
		"node_modules/@wordpress/api-fetch": {
			"version": "6.53.0",
			"resolved": "https://registry.npmjs.org/@wordpress/api-fetch/-/api-fetch-6.53.0.tgz",
			"integrity": "sha512-jHYueGfGfe89akyw1A28WGl17qIKTukMTwol4rHkZY43ygUmSJiTF/FSsExzMwk/j7OmGGr+GTa1TPO/tc71Lw==",
			"dev": true,
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/i18n": "^4.56.0",
				"@wordpress/url": "^3.57.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@wordpress/babel-plugin-import-jsx-pragma": {
			"version": "4.39.0",
			"resolved": "https://registry.npmjs.org/@wordpress/babel-plugin-import-jsx-pragma/-/babel-plugin-import-jsx-pragma-4.39.0.tgz",
			"integrity": "sha512-yQySutPQq+Joa3ePzc9X8f5hZacmcn5e9KMiJYrXBUqj5VKl4RR8N3e+UOl1lWoB2NI/7bA9tW9TXJlDpHJX1w==",
			"dev": true,
			"engines": {
				"node": ">=14"
			},
			"peerDependencies": {
				"@babel/core": "^7.12.9"
			}
		},
		"node_modules/@wordpress/babel-preset-default": {
			"version": "7.40.0",
			"resolved": "https://registry.npmjs.org/@wordpress/babel-preset-default/-/babel-preset-default-7.40.0.tgz",
			"integrity": "sha512-/guM3C4NMoLK0pNO5Epbm/50L/MqXB0k3+fLtPbw3BC3v8Aus7ktE2l85gilowNyE3kYAyjFR/BsG5tassnaVQ==",
			"dev": true,
			"dependencies": {
				"@babel/core": "^7.16.0",
				"@babel/plugin-transform-react-jsx": "^7.16.0",
				"@babel/plugin-transform-runtime": "^7.16.0",
				"@babel/preset-env": "^7.16.0",
				"@babel/preset-typescript": "^7.16.0",
				"@babel/runtime": "^7.16.0",
				"@wordpress/babel-plugin-import-jsx-pragma": "^4.39.0",
				"@wordpress/browserslist-config": "^5.39.0",
				"@wordpress/warning": "^2.56.0",
				"browserslist": "^4.21.10",
				"core-js": "^3.31.0",
				"react": "^18.2.0"
			},
			"engines": {
				"node": ">=14"
			}
		},
		"node_modules/@wordpress/base-styles": {
			"version": "4.47.0",
			"resolved": "https://registry.npmjs.org/@wordpress/base-styles/-/base-styles-4.47.0.tgz",
			"integrity": "sha512-1myPBFLuMnuxUE8M2VGZ+wbGhgasLNqFdxQnWfYDMRhaSESsZgaLaMoasNZ4+e/N7Nssl97ad/XGwZ721HXqvQ==",
			"dev": true
		},
		"node_modules/@wordpress/browserslist-config": {
			"version": "5.39.0",
			"resolved": "https://registry.npmjs.org/@wordpress/browserslist-config/-/browserslist-config-5.39.0.tgz",
			"integrity": "sha512-oy5CRWS3WsaFN/KAgOUIE6mmyuFu5qmKZZhQ+voCN+ifXTsj1J6ypR3RyY03Cbojy6kidyVYl3qRyMxbbUwWSQ==",
			"dev": true,
			"engines": {
				"node": ">=14"
			}
		},
		"node_modules/@wordpress/dependency-extraction-webpack-plugin": {
			"version": "5.7.0",
			"resolved": "https://registry.npmjs.org/@wordpress/dependency-extraction-webpack-plugin/-/dependency-extraction-webpack-plugin-5.7.0.tgz",
			"integrity": "sha512-s/xUnAEKwXmSUZLqrvX4n3tBWegxaiQfXJwd264MRJUmz4JibWJnvevkxM6tooEetu36xGiVHAIPvfvEEEtntQ==",
			"dev": true,
			"dependencies": {
				"json2php": "^0.0.7"
			},
			"engines": {
				"node": ">=18"
			},
			"peerDependencies": {
				"webpack": "^5.0.0"
			}
		},
		"node_modules/@wordpress/e2e-test-utils-playwright": {
			"version": "0.24.0",
			"resolved": "https://registry.npmjs.org/@wordpress/e2e-test-utils-playwright/-/e2e-test-utils-playwright-0.24.0.tgz",
			"integrity": "sha512-r/lTk9y3rmoKASZ1Bn+vYtv5Xw0e3RxT8nXJIpM0eaHmRxTg7u7aHvIVEfi6ZDAKWuuywoCDP/KAdy9FR3lhDQ==",
			"dev": true,
			"dependencies": {
				"@wordpress/api-fetch": "^6.53.0",
				"@wordpress/keycodes": "^3.56.0",
				"@wordpress/url": "^3.57.0",
				"change-case": "^4.1.2",
				"form-data": "^4.0.0",
				"get-port": "^5.1.1",
				"lighthouse": "^10.4.0",
				"mime": "^3.0.0",
				"web-vitals": "^3.5.0"
			},
			"engines": {
				"node": ">=12"
			},
			"peerDependencies": {
				"@playwright/test": ">=1"
			}
		},
		"node_modules/@wordpress/eslint-plugin": {
			"version": "17.13.0",
			"resolved": "https://registry.npmjs.org/@wordpress/eslint-plugin/-/eslint-plugin-17.13.0.tgz",
			"integrity": "sha512-QnG5HmOd+XsweKOvrqbOugm9rINUjcsh1jo2SN4cbbTWZJ6nPmcfLS0YJdrKkgOQUnKDPQgBPVEyI8tp19OtBw==",
			"dev": true,
			"dependencies": {
				"@babel/eslint-parser": "^7.16.0",
				"@typescript-eslint/eslint-plugin": "^6.4.1",
				"@typescript-eslint/parser": "^6.4.1",
				"@wordpress/babel-preset-default": "^7.40.0",
				"@wordpress/prettier-config": "^3.13.0",
				"cosmiconfig": "^7.0.0",
				"eslint-config-prettier": "^8.3.0",
				"eslint-plugin-import": "^2.25.2",
				"eslint-plugin-jest": "^27.2.3",
				"eslint-plugin-jsdoc": "^46.4.6",
				"eslint-plugin-jsx-a11y": "^6.5.1",
				"eslint-plugin-playwright": "^0.15.3",
				"eslint-plugin-prettier": "^5.0.0",
				"eslint-plugin-react": "^7.27.0",
				"eslint-plugin-react-hooks": "^4.3.0",
				"globals": "^13.12.0",
				"requireindex": "^1.2.0"
			},
			"engines": {
				"node": ">=14",
				"npm": ">=6.14.4"
			},
			"peerDependencies": {
				"@babel/core": ">=7",
				"eslint": ">=8",
				"prettier": ">=3",
				"typescript": ">=4"
			},
			"peerDependenciesMeta": {
				"prettier": {
					"optional": true
				},
				"typescript": {
					"optional": true
				}
			}
		},
		"node_modules/@wordpress/eslint-plugin/node_modules/cosmiconfig": {
			"version": "7.1.0",
			"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
			"integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
			"dev": true,
			"dependencies": {
				"@types/parse-json": "^4.0.0",
				"import-fresh": "^3.2.1",
				"parse-json": "^5.0.0",
				"path-type": "^4.0.0",
				"yaml": "^1.10.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/@wordpress/eslint-plugin/node_modules/globals": {
			"version": "13.24.0",
			"resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
			"integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
			"dev": true,
			"dependencies": {
				"type-fest": "^0.20.2"
			},
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/@wordpress/eslint-plugin/node_modules/type-fest": {
			"version": "0.20.2",
			"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
			"integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
			"dev": true,
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/@wordpress/hooks": {
			"version": "3.56.0",
			"resolved": "https://registry.npmjs.org/@wordpress/hooks/-/hooks-3.56.0.tgz",
			"integrity": "sha512-sxoNbXdqfhlRNduDqR5y5Cq7Rwm5ATZGIr5U9nrM5RHWd+8v7g8wpB/rpTSqi+HeCW3suiFuN6qJJZ4eFwRB2w==",
			"dev": true,
			"dependencies": {
				"@babel/runtime": "^7.16.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@wordpress/i18n": {
			"version": "4.56.0",
			"resolved": "https://registry.npmjs.org/@wordpress/i18n/-/i18n-4.56.0.tgz",
			"integrity": "sha512-W+WL8vxwqUeicgXvIHZ3Htq6pYrJe2Dn/9SBsQ7gFPUrGWe2ww5IzPocLv4rAha3lca2ZVIX2q47rGaSs9t8Kw==",
			"dev": true,
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/hooks": "^3.56.0",
				"gettext-parser": "^1.3.1",
				"memize": "^2.1.0",
				"sprintf-js": "^1.1.1",
				"tannin": "^1.2.0"
			},
			"bin": {
				"pot-to-php": "tools/pot-to-php.js"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@wordpress/jest-console": {
			"version": "7.27.0",
			"resolved": "https://registry.npmjs.org/@wordpress/jest-console/-/jest-console-7.27.0.tgz",
			"integrity": "sha512-mzKShc0zUHyWsHt/fK2L3cJDWWAp9AttzENDTo7RuynqJWTDOGsqsnDr6zITyVcaL0my8ApVTiWu5OxzBXXvfg==",
			"dev": true,
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"jest-matcher-utils": "^29.6.2"
			},
			"engines": {
				"node": ">=14"
			},
			"peerDependencies": {
				"jest": ">=29"
			}
		},
		"node_modules/@wordpress/jest-preset-default": {
			"version": "11.27.0",
			"resolved": "https://registry.npmjs.org/@wordpress/jest-preset-default/-/jest-preset-default-11.27.0.tgz",
			"integrity": "sha512-5fyyKthW+BNpv+Ndtgl2+1uHsmEWqTtf3PN+FL3qRfYCTPbvasxZBkGx2bpnt0D9ajcrpGmbllwOoM0dhY8Q6w==",
			"dev": true,
			"dependencies": {
				"@wordpress/jest-console": "^7.27.0",
				"babel-jest": "^29.6.2"
			},
			"engines": {
				"node": ">=14"
			},
			"peerDependencies": {
				"@babel/core": ">=7",
				"jest": ">=29"
			}
		},
		"node_modules/@wordpress/keycodes": {
			"version": "3.56.0",
			"resolved": "https://registry.npmjs.org/@wordpress/keycodes/-/keycodes-3.56.0.tgz",
			"integrity": "sha512-YIvqB0AEsu3fjkuQHNT7XladaTDE1Thntv+oqzkRejdNodH5tbPb3CAePAK3F7iQurZ0GCaqlmJTy9qcHwDU0Q==",
			"dev": true,
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/i18n": "^4.56.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@wordpress/npm-package-json-lint-config": {
			"version": "4.41.0",
			"resolved": "https://registry.npmjs.org/@wordpress/npm-package-json-lint-config/-/npm-package-json-lint-config-4.41.0.tgz",
			"integrity": "sha512-HStjqoxdB4zTU9i3BCzvbI0OyVZ3L6phSeoRwk2uU1cT41O883ouoBGE9DcEIzufKeuFCeqCBJf8NRk8S2h/sg==",
			"dev": true,
			"engines": {
				"node": ">=14"
			},
			"peerDependencies": {
				"npm-package-json-lint": ">=6.0.0"
			}
		},
		"node_modules/@wordpress/postcss-plugins-preset": {
			"version": "4.40.0",
			"resolved": "https://registry.npmjs.org/@wordpress/postcss-plugins-preset/-/postcss-plugins-preset-4.40.0.tgz",
			"integrity": "sha512-xnd+XZI5s9hyGtt314WgH3prxQVBMLEjmTTz0g1+9x1avrYxIwhv1ZxMNittrAq2IP1qBzT5IwsPzJ+wCgcEyw==",
			"dev": true,
			"dependencies": {
				"@wordpress/base-styles": "^4.47.0",
				"autoprefixer": "^10.2.5"
			},
			"engines": {
				"node": ">=14"
			},
			"peerDependencies": {
				"postcss": "^8.0.0"
			}
		},
		"node_modules/@wordpress/prettier-config": {
			"version": "3.13.0",
			"resolved": "https://registry.npmjs.org/@wordpress/prettier-config/-/prettier-config-3.13.0.tgz",
			"integrity": "sha512-oNayHsdAhP3ER4T7KjNrmdtEIZjYJAdIDdScjNOKmK3Qvp02VP9TPfDGhLSjiYmOiQcyrIz/uuf9MJ9JCcdGng==",
			"dev": true,
			"engines": {
				"node": ">=14"
			},
			"peerDependencies": {
				"prettier": ">=3"
			}
		},
		"node_modules/@wordpress/scripts": {
			"version": "27.7.0",
			"resolved": "https://registry.npmjs.org/@wordpress/scripts/-/scripts-27.7.0.tgz",
			"integrity": "sha512-dFkye4tO3xbFbqi1RMgiicykT074C2VuenT9Kc1L9oUwFmHa4BVDskcNIMKWl3CzDb2gtNEjsZx77CMQTzgLAQ==",
			"dev": true,
			"dependencies": {
				"@babel/core": "^7.16.0",
				"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
				"@svgr/webpack": "^8.0.1",
				"@wordpress/babel-preset-default": "^7.40.0",
				"@wordpress/browserslist-config": "^5.39.0",
				"@wordpress/dependency-extraction-webpack-plugin": "^5.7.0",
				"@wordpress/e2e-test-utils-playwright": "^0.24.0",
				"@wordpress/eslint-plugin": "^17.13.0",
				"@wordpress/jest-preset-default": "^11.27.0",
				"@wordpress/npm-package-json-lint-config": "^4.41.0",
				"@wordpress/postcss-plugins-preset": "^4.40.0",
				"@wordpress/prettier-config": "^3.13.0",
				"@wordpress/stylelint-config": "^21.39.0",
				"adm-zip": "^0.5.9",
				"babel-jest": "^29.6.2",
				"babel-loader": "^8.2.3",
				"browserslist": "^4.21.10",
				"chalk": "^4.0.0",
				"check-node-version": "^4.1.0",
				"clean-webpack-plugin": "^3.0.0",
				"copy-webpack-plugin": "^10.2.0",
				"cross-spawn": "^5.1.0",
				"css-loader": "^6.2.0",
				"cssnano": "^6.0.1",
				"cwd": "^0.10.0",
				"dir-glob": "^3.0.1",
				"eslint": "^8.3.0",
				"expect-puppeteer": "^4.4.0",
				"fast-glob": "^3.2.7",
				"filenamify": "^4.2.0",
				"jest": "^29.6.2",
				"jest-dev-server": "^9.0.1",
				"jest-environment-jsdom": "^29.6.2",
				"jest-environment-node": "^29.6.2",
				"markdownlint-cli": "^0.31.1",
				"merge-deep": "^3.0.3",
				"mini-css-extract-plugin": "^2.5.1",
				"minimist": "^1.2.0",
				"npm-package-json-lint": "^6.4.0",
				"npm-packlist": "^3.0.0",
				"postcss": "^8.4.5",
				"postcss-loader": "^6.2.1",
				"prettier": "npm:wp-prettier@3.0.3",
				"puppeteer-core": "^13.2.0",
				"react-refresh": "^0.14.0",
				"read-pkg-up": "^7.0.1",
				"resolve-bin": "^0.4.0",
				"sass": "^1.35.2",
				"sass-loader": "^12.1.0",
				"source-map-loader": "^3.0.0",
				"stylelint": "^14.2.0",
				"terser-webpack-plugin": "^5.3.9",
				"url-loader": "^4.1.1",
				"webpack": "^5.88.2",
				"webpack-bundle-analyzer": "^4.9.1",
				"webpack-cli": "^5.1.4",
				"webpack-dev-server": "^4.15.1"
			},
			"bin": {
				"wp-scripts": "bin/wp-scripts.js"
			},
			"engines": {
				"node": ">=18",
				"npm": ">=6.14.4"
			},
			"peerDependencies": {
				"@playwright/test": "^1.43.0",
				"react": "^18.0.0",
				"react-dom": "^18.0.0"
			}
		},
		"node_modules/@wordpress/stylelint-config": {
			"version": "21.39.0",
			"resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-21.39.0.tgz",
			"integrity": "sha512-MNFsOpriCtNXs1TfPQwPkU7/4Jo0e0IfGJdvRYHp8mSv0VqY1vn9CW8QJ8xqrWYqxCOG6Z+Zn9IPToEM5mqz5A==",
			"dev": true,
			"dependencies": {
				"stylelint-config-recommended": "^6.0.0",
				"stylelint-config-recommended-scss": "^5.0.2"
			},
			"engines": {
				"node": ">=14"
			},
			"peerDependencies": {
				"stylelint": "^14.2"
			}
		},
		"node_modules/@wordpress/url": {
			"version": "3.57.0",
			"resolved": "https://registry.npmjs.org/@wordpress/url/-/url-3.57.0.tgz",
			"integrity": "sha512-W3F0KVEaMoRENya7GGUPXrZGYnhAg3fuLSLpNcf1skSrM5rUVMNdeRlZj+jln1O/+qjboJnC+y+IzOlQRwlS6A==",
			"dev": true,
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"remove-accents": "^0.5.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@wordpress/warning": {
			"version": "2.56.0",
			"resolved": "https://registry.npmjs.org/@wordpress/warning/-/warning-2.56.0.tgz",
			"integrity": "sha512-Bd1Zy5eWQPKoQsfQwD9T1KZWPpq+ZFyozirx+Z5MnX59J0i80p8KiEMcmXhPH+Os9An2PtlVV9j0gY9z5z0oAw==",
			"dev": true,
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@xtuc/ieee754": {
			"version": "1.2.0",
			"resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
			"integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==",
			"dev": true
		},
		"node_modules/@xtuc/long": {
			"version": "4.2.2",
			"resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
			"integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==",
			"dev": true
		},
		"node_modules/abab": {
			"version": "2.0.6",
			"resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",
			"integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==",
			"deprecated": "Use your platform's native atob() and btoa() methods instead",
			"dev": true
		},
		"node_modules/accepts": {
			"version": "1.3.8",
			"resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
			"integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
			"dev": true,
			"dependencies": {
				"mime-types": "~2.1.34",
				"negotiator": "0.6.3"
			},
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/acorn": {
			"version": "8.11.3",
			"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz",
			"integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==",
			"dev": true,
			"bin": {
				"acorn": "bin/acorn"
			},
			"engines": {
				"node": ">=0.4.0"
			}
		},
		"node_modules/acorn-globals": {
			"version": "7.0.1",
			"resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-7.0.1.tgz",
			"integrity": "sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==",
			"dev": true,
			"dependencies": {
				"acorn": "^8.1.0",
				"acorn-walk": "^8.0.2"
			}
		},
		"node_modules/acorn-import-assertions": {
			"version": "1.9.0",
			"resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz",
			"integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==",
			"dev": true,
			"peerDependencies": {
				"acorn": "^8"
			}
		},
		"node_modules/acorn-jsx": {
			"version": "5.3.2",
			"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
			"integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
			"dev": true,
			"peerDependencies": {
				"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
			}
		},
		"node_modules/acorn-walk": {
			"version": "8.3.2",
			"resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz",
			"integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==",
			"dev": true,
			"engines": {
				"node": ">=0.4.0"
			}
		},
		"node_modules/adm-zip": {
			"version": "0.5.12",
			"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.12.tgz",
			"integrity": "sha512-6TVU49mK6KZb4qG6xWaaM4C7sA/sgUMLy/JYMOzkcp3BvVLpW0fXDFQiIzAuxFCt/2+xD7fNIiPFAoLZPhVNLQ==",
			"dev": true,
			"engines": {
				"node": ">=6.0"
			}
		},
		"node_modules/agent-base": {
			"version": "6.0.2",
			"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
			"integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
			"dev": true,
			"dependencies": {
				"debug": "4"
			},
			"engines": {
				"node": ">= 6.0.0"
			}
		},
		"node_modules/ajv": {
			"version": "6.12.6",
			"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
			"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
			"dev": true,
			"dependencies": {
				"fast-deep-equal": "^3.1.1",
				"fast-json-stable-stringify": "^2.0.0",
				"json-schema-traverse": "^0.4.1",
				"uri-js": "^4.2.2"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/epoberezkin"
			}
		},
		"node_modules/ajv-errors": {
			"version": "1.0.1",
			"resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz",
			"integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==",
			"dev": true,
			"peerDependencies": {
				"ajv": ">=5.0.0"
			}
		},
		"node_modules/ajv-formats": {
			"version": "2.1.1",
			"resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
			"integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
			"dev": true,
			"dependencies": {
				"ajv": "^8.0.0"
			},
			"peerDependencies": {
				"ajv": "^8.0.0"
			},
			"peerDependenciesMeta": {
				"ajv": {
					"optional": true
				}
			}
		},
		"node_modules/ajv-formats/node_modules/ajv": {
			"version": "8.12.0",
			"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
			"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
			"dev": true,
			"dependencies": {
				"fast-deep-equal": "^3.1.1",
				"json-schema-traverse": "^1.0.0",
				"require-from-string": "^2.0.2",
				"uri-js": "^4.2.2"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/epoberezkin"
			}
		},
		"node_modules/ajv-formats/node_modules/json-schema-traverse": {
			"version": "1.0.0",
			"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
			"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
			"dev": true
		},
		"node_modules/ajv-keywords": {
			"version": "3.5.2",
			"resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
			"integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
			"dev": true,
			"peerDependencies": {
				"ajv": "^6.9.1"
			}
		},
		"node_modules/ansi-colors": {
			"version": "4.1.3",
			"resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz",
			"integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==",
			"dev": true,
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/ansi-escapes": {
			"version": "4.3.2",
			"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
			"integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
			"dev": true,
			"dependencies": {
				"type-fest": "^0.21.3"
			},
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/ansi-html-community": {
			"version": "0.0.8",
			"resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz",
			"integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==",
			"dev": true,
			"engines": [
				"node >= 0.8.0"
			],
			"bin": {
				"ansi-html": "bin/ansi-html"
			}
		},
		"node_modules/ansi-regex": {
			"version": "5.0.1",
			"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
			"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
			"dev": true,
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/ansi-styles": {
			"version": "4.3.0",
			"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
			"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
			"dev": true,
			"dependencies": {
				"color-convert": "^2.0.1"
			},
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/chalk/ansi-styles?sponsor=1"
			}
		},
		"node_modules/anymatch": {
			"version": "3.1.3",
			"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
			"integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
			"dev": true,
			"dependencies": {
				"normalize-path": "^3.0.0",
				"picomatch": "^2.0.4"
			},
			"engines": {
				"node": ">= 8"
			}
		},
		"node_modules/are-docs-informative": {
			"version": "0.0.2",
			"resolved": "https://registry.npmjs.org/are-docs-informative/-/are-docs-informative-0.0.2.tgz",
			"integrity": "sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==",
			"dev": true,
			"engines": {
				"node": ">=14"
			}
		},
		"node_modules/argparse": {
			"version": "1.0.10",
			"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
			"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
			"dev": true,
			"dependencies": {
				"sprintf-js": "~1.0.2"
			}
		},
		"node_modules/argparse/node_modules/sprintf-js": {
			"version": "1.0.3",
			"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
			"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
			"dev": true
		},
		"node_modules/aria-query": {
			"version": "5.3.0",
			"resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz",
			"integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==",
			"dev": true,
			"dependencies": {
				"dequal": "^2.0.3"
			}
		},
		"node_modules/arr-union": {
			"version": "3.1.0",
			"resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
			"integrity": "sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/array-buffer-byte-length": {
			"version": "1.0.1",
			"resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz",
			"integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.5",
				"is-array-buffer": "^3.0.4"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/array-flatten": {
			"version": "1.1.1",
			"resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
			"integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==",
			"dev": true
		},
		"node_modules/array-includes": {
			"version": "3.1.8",
			"resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz",
			"integrity": "sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.7",
				"define-properties": "^1.2.1",
				"es-abstract": "^1.23.2",
				"es-object-atoms": "^1.0.0",
				"get-intrinsic": "^1.2.4",
				"is-string": "^1.0.7"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/array-union": {
			"version": "2.1.0",
			"resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
			"integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
			"dev": true,
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/array-uniq": {
			"version": "1.0.3",
			"resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
			"integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/array.prototype.findlast": {
			"version": "1.2.5",
			"resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
			"integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.7",
				"define-properties": "^1.2.1",
				"es-abstract": "^1.23.2",
				"es-errors": "^1.3.0",
				"es-object-atoms": "^1.0.0",
				"es-shim-unscopables": "^1.0.2"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/array.prototype.findlastindex": {
			"version": "1.2.5",
			"resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz",
			"integrity": "sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.7",
				"define-properties": "^1.2.1",
				"es-abstract": "^1.23.2",
				"es-errors": "^1.3.0",
				"es-object-atoms": "^1.0.0",
				"es-shim-unscopables": "^1.0.2"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/array.prototype.flat": {
			"version": "1.3.2",
			"resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz",
			"integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.2.0",
				"es-abstract": "^1.22.1",
				"es-shim-unscopables": "^1.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/array.prototype.flatmap": {
			"version": "1.3.2",
			"resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz",
			"integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.2.0",
				"es-abstract": "^1.22.1",
				"es-shim-unscopables": "^1.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/array.prototype.toreversed": {
			"version": "1.1.2",
			"resolved": "https://registry.npmjs.org/array.prototype.toreversed/-/array.prototype.toreversed-1.1.2.tgz",
			"integrity": "sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.2.0",
				"es-abstract": "^1.22.1",
				"es-shim-unscopables": "^1.0.0"
			}
		},
		"node_modules/array.prototype.tosorted": {
			"version": "1.1.3",
			"resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.3.tgz",
			"integrity": "sha512-/DdH4TiTmOKzyQbp/eadcCVexiCb36xJg7HshYOYJnNZFDj33GEv0P7GxsynpShhq4OLYJzbGcBDkLsDt7MnNg==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.5",
				"define-properties": "^1.2.1",
				"es-abstract": "^1.22.3",
				"es-errors": "^1.1.0",
				"es-shim-unscopables": "^1.0.2"
			}
		},
		"node_modules/arraybuffer.prototype.slice": {
			"version": "1.0.3",
			"resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz",
			"integrity": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==",
			"dev": true,
			"dependencies": {
				"array-buffer-byte-length": "^1.0.1",
				"call-bind": "^1.0.5",
				"define-properties": "^1.2.1",
				"es-abstract": "^1.22.3",
				"es-errors": "^1.2.1",
				"get-intrinsic": "^1.2.3",
				"is-array-buffer": "^3.0.4",
				"is-shared-array-buffer": "^1.0.2"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/arrify": {
			"version": "1.0.1",
			"resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
			"integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/ast-types": {
			"version": "0.13.4",
			"resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.13.4.tgz",
			"integrity": "sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==",
			"dev": true,
			"dependencies": {
				"tslib": "^2.0.1"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/ast-types-flow": {
			"version": "0.0.8",
			"resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz",
			"integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==",
			"dev": true
		},
		"node_modules/astral-regex": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
			"integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==",
			"dev": true,
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/asynckit": {
			"version": "0.4.0",
			"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
			"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
			"dev": true
		},
		"node_modules/autoprefixer": {
			"version": "10.4.19",
			"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.19.tgz",
			"integrity": "sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==",
			"dev": true,
			"funding": [
				{
					"type": "opencollective",
					"url": "https://opencollective.com/postcss/"
				},
				{
					"type": "tidelift",
					"url": "https://tidelift.com/funding/github/npm/autoprefixer"
				},
				{
					"type": "github",
					"url": "https://github.com/sponsors/ai"
				}
			],
			"dependencies": {
				"browserslist": "^4.23.0",
				"caniuse-lite": "^1.0.30001599",
				"fraction.js": "^4.3.7",
				"normalize-range": "^0.1.2",
				"picocolors": "^1.0.0",
				"postcss-value-parser": "^4.2.0"
			},
			"bin": {
				"autoprefixer": "bin/autoprefixer"
			},
			"engines": {
				"node": "^10 || ^12 || >=14"
			},
			"peerDependencies": {
				"postcss": "^8.1.0"
			}
		},
		"node_modules/available-typed-arrays": {
			"version": "1.0.7",
			"resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
			"integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
			"dev": true,
			"dependencies": {
				"possible-typed-array-names": "^1.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/axe-core": {
			"version": "4.7.0",
			"resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.0.tgz",
			"integrity": "sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==",
			"dev": true,
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/axios": {
			"version": "1.6.8",
			"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz",
			"integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==",
			"dev": true,
			"dependencies": {
				"follow-redirects": "^1.15.6",
				"form-data": "^4.0.0",
				"proxy-from-env": "^1.1.0"
			}
		},
		"node_modules/axobject-query": {
			"version": "3.2.1",
			"resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.1.tgz",
			"integrity": "sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==",
			"dev": true,
			"dependencies": {
				"dequal": "^2.0.3"
			}
		},
		"node_modules/b4a": {
			"version": "1.6.6",
			"resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.6.tgz",
			"integrity": "sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg==",
			"dev": true
		},
		"node_modules/babel-jest": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz",
			"integrity": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==",
			"dev": true,
			"dependencies": {
				"@jest/transform": "^29.7.0",
				"@types/babel__core": "^7.1.14",
				"babel-plugin-istanbul": "^6.1.1",
				"babel-preset-jest": "^29.6.3",
				"chalk": "^4.0.0",
				"graceful-fs": "^4.2.9",
				"slash": "^3.0.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.8.0"
			}
		},
		"node_modules/babel-loader": {
			"version": "8.3.0",
			"resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz",
			"integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==",
			"dev": true,
			"dependencies": {
				"find-cache-dir": "^3.3.1",
				"loader-utils": "^2.0.0",
				"make-dir": "^3.1.0",
				"schema-utils": "^2.6.5"
			},
			"engines": {
				"node": ">= 8.9"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0",
				"webpack": ">=2"
			}
		},
		"node_modules/babel-loader/node_modules/schema-utils": {
			"version": "2.7.1",
			"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz",
			"integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==",
			"dev": true,
			"dependencies": {
				"@types/json-schema": "^7.0.5",
				"ajv": "^6.12.4",
				"ajv-keywords": "^3.5.2"
			},
			"engines": {
				"node": ">= 8.9.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			}
		},
		"node_modules/babel-plugin-istanbul": {
			"version": "6.1.1",
			"resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
			"integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",
			"dev": true,
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.0.0",
				"@istanbuljs/load-nyc-config": "^1.0.0",
				"@istanbuljs/schema": "^0.1.2",
				"istanbul-lib-instrument": "^5.0.4",
				"test-exclude": "^6.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/babel-plugin-jest-hoist": {
			"version": "29.6.3",
			"resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz",
			"integrity": "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==",
			"dev": true,
			"dependencies": {
				"@babel/template": "^7.3.3",
				"@babel/types": "^7.3.3",
				"@types/babel__core": "^7.1.14",
				"@types/babel__traverse": "^7.0.6"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/babel-plugin-polyfill-corejs2": {
			"version": "0.4.11",
			"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz",
			"integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==",
			"dev": true,
			"dependencies": {
				"@babel/compat-data": "^7.22.6",
				"@babel/helper-define-polyfill-provider": "^0.6.2",
				"semver": "^6.3.1"
			},
			"peerDependencies": {
				"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
			}
		},
		"node_modules/babel-plugin-polyfill-corejs3": {
			"version": "0.10.4",
			"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz",
			"integrity": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==",
			"dev": true,
			"dependencies": {
				"@babel/helper-define-polyfill-provider": "^0.6.1",
				"core-js-compat": "^3.36.1"
			},
			"peerDependencies": {
				"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
			}
		},
		"node_modules/babel-plugin-polyfill-regenerator": {
			"version": "0.6.2",
			"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz",
			"integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==",
			"dev": true,
			"dependencies": {
				"@babel/helper-define-polyfill-provider": "^0.6.2"
			},
			"peerDependencies": {
				"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
			}
		},
		"node_modules/babel-preset-current-node-syntax": {
			"version": "1.0.1",
			"resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz",
			"integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==",
			"dev": true,
			"dependencies": {
				"@babel/plugin-syntax-async-generators": "^7.8.4",
				"@babel/plugin-syntax-bigint": "^7.8.3",
				"@babel/plugin-syntax-class-properties": "^7.8.3",
				"@babel/plugin-syntax-import-meta": "^7.8.3",
				"@babel/plugin-syntax-json-strings": "^7.8.3",
				"@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",
				"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
				"@babel/plugin-syntax-numeric-separator": "^7.8.3",
				"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
				"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
				"@babel/plugin-syntax-optional-chaining": "^7.8.3",
				"@babel/plugin-syntax-top-level-await": "^7.8.3"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/babel-preset-jest": {
			"version": "29.6.3",
			"resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz",
			"integrity": "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==",
			"dev": true,
			"dependencies": {
				"babel-plugin-jest-hoist": "^29.6.3",
				"babel-preset-current-node-syntax": "^1.0.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/balanced-match": {
			"version": "1.0.2",
			"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
			"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
			"dev": true
		},
		"node_modules/bare-events": {
			"version": "2.2.2",
			"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.2.2.tgz",
			"integrity": "sha512-h7z00dWdG0PYOQEvChhOSWvOfkIKsdZGkWr083FgN/HyoQuebSew/cgirYqh9SCuy/hRvxc5Vy6Fw8xAmYHLkQ==",
			"dev": true,
			"optional": true
		},
		"node_modules/base64-js": {
			"version": "1.5.1",
			"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
			"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
			"dev": true,
			"funding": [
				{
					"type": "github",
					"url": "https://github.com/sponsors/feross"
				},
				{
					"type": "patreon",
					"url": "https://www.patreon.com/feross"
				},
				{
					"type": "consulting",
					"url": "https://feross.org/support"
				}
			]
		},
		"node_modules/basic-ftp": {
			"version": "5.0.5",
			"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.5.tgz",
			"integrity": "sha512-4Bcg1P8xhUuqcii/S0Z9wiHIrQVPMermM1any+MX5GeGD7faD3/msQUDGLol9wOcz4/jbg/WJnGqoJF6LiBdtg==",
			"dev": true,
			"engines": {
				"node": ">=10.0.0"
			}
		},
		"node_modules/batch": {
			"version": "0.6.1",
			"resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz",
			"integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==",
			"dev": true
		},
		"node_modules/big.js": {
			"version": "5.2.2",
			"resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
			"integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
			"dev": true,
			"engines": {
				"node": "*"
			}
		},
		"node_modules/binary-extensions": {
			"version": "2.3.0",
			"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
			"integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
			"dev": true,
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/bl": {
			"version": "4.1.0",
			"resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
			"integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
			"dev": true,
			"dependencies": {
				"buffer": "^5.5.0",
				"inherits": "^2.0.4",
				"readable-stream": "^3.4.0"
			}
		},
		"node_modules/body-parser": {
			"version": "1.20.2",
			"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz",
			"integrity": "sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==",
			"dev": true,
			"dependencies": {
				"bytes": "3.1.2",
				"content-type": "~1.0.5",
				"debug": "2.6.9",
				"depd": "2.0.0",
				"destroy": "1.2.0",
				"http-errors": "2.0.0",
				"iconv-lite": "0.4.24",
				"on-finished": "2.4.1",
				"qs": "6.11.0",
				"raw-body": "2.5.2",
				"type-is": "~1.6.18",
				"unpipe": "1.0.0"
			},
			"engines": {
				"node": ">= 0.8",
				"npm": "1.2.8000 || >= 1.4.16"
			}
		},
		"node_modules/body-parser/node_modules/bytes": {
			"version": "3.1.2",
			"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
			"integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
			"dev": true,
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/body-parser/node_modules/debug": {
			"version": "2.6.9",
			"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
			"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
			"dev": true,
			"dependencies": {
				"ms": "2.0.0"
			}
		},
		"node_modules/body-parser/node_modules/iconv-lite": {
			"version": "0.4.24",
			"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
			"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
			"dev": true,
			"dependencies": {
				"safer-buffer": ">= 2.1.2 < 3"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/body-parser/node_modules/ms": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
			"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
			"dev": true
		},
		"node_modules/bonjour-service": {
			"version": "1.2.1",
			"resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.2.1.tgz",
			"integrity": "sha512-oSzCS2zV14bh2kji6vNe7vrpJYCHGvcZnlffFQ1MEoX/WOeQ/teD8SYWKR942OI3INjq8OMNJlbPK5LLLUxFDw==",
			"dev": true,
			"dependencies": {
				"fast-deep-equal": "^3.1.3",
				"multicast-dns": "^7.2.5"
			}
		},
		"node_modules/boolbase": {
			"version": "1.0.0",
			"resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
			"integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
			"dev": true
		},
		"node_modules/brace-expansion": {
			"version": "2.0.1",
			"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
			"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
			"dev": true,
			"dependencies": {
				"balanced-match": "^1.0.0"
			}
		},
		"node_modules/braces": {
			"version": "3.0.2",
			"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
			"integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
			"dev": true,
			"dependencies": {
				"fill-range": "^7.0.1"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/browserslist": {
			"version": "4.23.0",
			"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz",
			"integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==",
			"dev": true,
			"funding": [
				{
					"type": "opencollective",
					"url": "https://opencollective.com/browserslist"
				},
				{
					"type": "tidelift",
					"url": "https://tidelift.com/funding/github/npm/browserslist"
				},
				{
					"type": "github",
					"url": "https://github.com/sponsors/ai"
				}
			],
			"dependencies": {
				"caniuse-lite": "^1.0.30001587",
				"electron-to-chromium": "^1.4.668",
				"node-releases": "^2.0.14",
				"update-browserslist-db": "^1.0.13"
			},
			"bin": {
				"browserslist": "cli.js"
			},
			"engines": {
				"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
			}
		},
		"node_modules/bser": {
			"version": "2.1.1",
			"resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
			"integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
			"dev": true,
			"dependencies": {
				"node-int64": "^0.4.0"
			}
		},
		"node_modules/buffer": {
			"version": "5.7.1",
			"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
			"integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
			"dev": true,
			"funding": [
				{
					"type": "github",
					"url": "https://github.com/sponsors/feross"
				},
				{
					"type": "patreon",
					"url": "https://www.patreon.com/feross"
				},
				{
					"type": "consulting",
					"url": "https://feross.org/support"
				}
			],
			"dependencies": {
				"base64-js": "^1.3.1",
				"ieee754": "^1.1.13"
			}
		},
		"node_modules/buffer-crc32": {
			"version": "0.2.13",
			"resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
			"integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==",
			"dev": true,
			"engines": {
				"node": "*"
			}
		},
		"node_modules/buffer-from": {
			"version": "1.1.2",
			"resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
			"integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
			"dev": true
		},
		"node_modules/builtin-modules": {
			"version": "3.3.0",
			"resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz",
			"integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==",
			"dev": true,
			"engines": {
				"node": ">=6"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/builtins": {
			"version": "5.1.0",
			"resolved": "https://registry.npmjs.org/builtins/-/builtins-5.1.0.tgz",
			"integrity": "sha512-SW9lzGTLvWTP1AY8xeAMZimqDrIaSdLQUcVr9DMef51niJ022Ri87SwRRKYm4A6iHfkPaiVUu/Duw2Wc4J7kKg==",
			"dev": true,
			"dependencies": {
				"semver": "^7.0.0"
			}
		},
		"node_modules/builtins/node_modules/lru-cache": {
			"version": "6.0.0",
			"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
			"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
			"dev": true,
			"dependencies": {
				"yallist": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/builtins/node_modules/semver": {
			"version": "7.6.0",
			"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
			"integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
			"dev": true,
			"dependencies": {
				"lru-cache": "^6.0.0"
			},
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/builtins/node_modules/yallist": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
			"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
			"dev": true
		},
		"node_modules/bytes": {
			"version": "3.0.0",
			"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
			"integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==",
			"dev": true,
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/call-bind": {
			"version": "1.0.7",
			"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz",
			"integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==",
			"dev": true,
			"dependencies": {
				"es-define-property": "^1.0.0",
				"es-errors": "^1.3.0",
				"function-bind": "^1.1.2",
				"get-intrinsic": "^1.2.4",
				"set-function-length": "^1.2.1"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/callsites": {
			"version": "3.1.0",
			"resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
			"integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
			"dev": true,
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/camel-case": {
			"version": "4.1.2",
			"resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz",
			"integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==",
			"dev": true,
			"dependencies": {
				"pascal-case": "^3.1.2",
				"tslib": "^2.0.3"
			}
		},
		"node_modules/camelcase": {
			"version": "6.3.0",
			"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
			"integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
			"dev": true,
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/camelcase-keys": {
			"version": "6.2.2",
			"resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz",
			"integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==",
			"dev": true,
			"dependencies": {
				"camelcase": "^5.3.1",
				"map-obj": "^4.0.0",
				"quick-lru": "^4.0.1"
			},
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/camelcase-keys/node_modules/camelcase": {
			"version": "5.3.1",
			"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
			"integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
			"dev": true,
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/caniuse-api": {
			"version": "3.0.0",
			"resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
			"integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
			"dev": true,
			"dependencies": {
				"browserslist": "^4.0.0",
				"caniuse-lite": "^1.0.0",
				"lodash.memoize": "^4.1.2",
				"lodash.uniq": "^4.5.0"
			}
		},
		"node_modules/caniuse-lite": {
			"version": "1.0.30001614",
			"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001614.tgz",
			"integrity": "sha512-jmZQ1VpmlRwHgdP1/uiKzgiAuGOfLEJsYFP4+GBou/QQ4U6IOJCB4NP1c+1p9RGLpwObcT94jA5/uO+F1vBbog==",
			"dev": true,
			"funding": [
				{
					"type": "opencollective",
					"url": "https://opencollective.com/browserslist"
				},
				{
					"type": "tidelift",
					"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
				},
				{
					"type": "github",
					"url": "https://github.com/sponsors/ai"
				}
			]
		},
		"node_modules/capital-case": {
			"version": "1.0.4",
			"resolved": "https://registry.npmjs.org/capital-case/-/capital-case-1.0.4.tgz",
			"integrity": "sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==",
			"dev": true,
			"dependencies": {
				"no-case": "^3.0.4",
				"tslib": "^2.0.3",
				"upper-case-first": "^2.0.2"
			}
		},
		"node_modules/chalk": {
			"version": "4.1.2",
			"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
			"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
			"dev": true,
			"dependencies": {
				"ansi-styles": "^4.1.0",
				"supports-color": "^7.1.0"
			},
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/chalk/chalk?sponsor=1"
			}
		},
		"node_modules/change-case": {
			"version": "4.1.2",
			"resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
			"integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
			"dev": true,
			"dependencies": {
				"camel-case": "^4.1.2",
				"capital-case": "^1.0.4",
				"constant-case": "^3.0.4",
				"dot-case": "^3.0.4",
				"header-case": "^2.0.4",
				"no-case": "^3.0.4",
				"param-case": "^3.0.4",
				"pascal-case": "^3.1.2",
				"path-case": "^3.0.4",
				"sentence-case": "^3.0.4",
				"snake-case": "^3.0.4",
				"tslib": "^2.0.3"
			}
		},
		"node_modules/char-regex": {
			"version": "1.0.2",
			"resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
			"integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
			"dev": true,
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/check-node-version": {
			"version": "4.2.1",
			"resolved": "https://registry.npmjs.org/check-node-version/-/check-node-version-4.2.1.tgz",
			"integrity": "sha512-YYmFYHV/X7kSJhuN/QYHUu998n/TRuDe8UenM3+m5NrkiH670lb9ILqHIvBencvJc4SDh+XcbXMR4b+TtubJiw==",
			"dev": true,
			"dependencies": {
				"chalk": "^3.0.0",
				"map-values": "^1.0.1",
				"minimist": "^1.2.0",
				"object-filter": "^1.0.2",
				"run-parallel": "^1.1.4",
				"semver": "^6.3.0"
			},
			"bin": {
				"check-node-version": "bin.js"
			},
			"engines": {
				"node": ">=8.3.0"
			}
		},
		"node_modules/check-node-version/node_modules/chalk": {
			"version": "3.0.0",
			"resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
			"integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
			"dev": true,
			"dependencies": {
				"ansi-styles": "^4.1.0",
				"supports-color": "^7.1.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/chokidar": {
			"version": "3.6.0",
			"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
			"integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
			"dev": true,
			"dependencies": {
				"anymatch": "~3.1.2",
				"braces": "~3.0.2",
				"glob-parent": "~5.1.2",
				"is-binary-path": "~2.1.0",
				"is-glob": "~4.0.1",
				"normalize-path": "~3.0.0",
				"readdirp": "~3.6.0"
			},
			"engines": {
				"node": ">= 8.10.0"
			},
			"funding": {
				"url": "https://paulmillr.com/funding/"
			},
			"optionalDependencies": {
				"fsevents": "~2.3.2"
			}
		},
		"node_modules/chokidar/node_modules/glob-parent": {
			"version": "5.1.2",
			"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
			"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
			"dev": true,
			"dependencies": {
				"is-glob": "^4.0.1"
			},
			"engines": {
				"node": ">= 6"
			}
		},
		"node_modules/chownr": {
			"version": "1.1.4",
			"resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
			"integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==",
			"dev": true
		},
		"node_modules/chrome-launcher": {
			"version": "0.15.2",
			"resolved": "https://registry.npmjs.org/chrome-launcher/-/chrome-launcher-0.15.2.tgz",
			"integrity": "sha512-zdLEwNo3aUVzIhKhTtXfxhdvZhUghrnmkvcAq2NoDd+LeOHKf03H5jwZ8T/STsAlzyALkBVK552iaG1fGf1xVQ==",
			"dev": true,
			"dependencies": {
				"@types/node": "*",
				"escape-string-regexp": "^4.0.0",
				"is-wsl": "^2.2.0",
				"lighthouse-logger": "^1.0.0"
			},
			"bin": {
				"print-chrome-path": "bin/print-chrome-path.js"
			},
			"engines": {
				"node": ">=12.13.0"
			}
		},
		"node_modules/chrome-trace-event": {
			"version": "1.0.3",
			"resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz",
			"integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==",
			"dev": true,
			"engines": {
				"node": ">=6.0"
			}
		},
		"node_modules/ci-info": {
			"version": "3.9.0",
			"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
			"integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
			"dev": true,
			"funding": [
				{
					"type": "github",
					"url": "https://github.com/sponsors/sibiraj-s"
				}
			],
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/cjs-module-lexer": {
			"version": "1.3.1",
			"resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.3.1.tgz",
			"integrity": "sha512-a3KdPAANPbNE4ZUv9h6LckSl9zLsYOP4MBmhIPkRaeyybt+r4UghLvq+xw/YwUcC1gqylCkL4rdVs3Lwupjm4Q==",
			"dev": true
		},
		"node_modules/clean-webpack-plugin": {
			"version": "3.0.0",
			"resolved": "https://registry.npmjs.org/clean-webpack-plugin/-/clean-webpack-plugin-3.0.0.tgz",
			"integrity": "sha512-MciirUH5r+cYLGCOL5JX/ZLzOZbVr1ot3Fw+KcvbhUb6PM+yycqd9ZhIlcigQ5gl+XhppNmw3bEFuaaMNyLj3A==",
			"dev": true,
			"dependencies": {
				"@types/webpack": "^4.4.31",
				"del": "^4.1.1"
			},
			"engines": {
				"node": ">=8.9.0"
			},
			"peerDependencies": {
				"webpack": "*"
			}
		},
		"node_modules/cliui": {
			"version": "8.0.1",
			"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
			"integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
			"dev": true,
			"dependencies": {
				"string-width": "^4.2.0",
				"strip-ansi": "^6.0.1",
				"wrap-ansi": "^7.0.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/clone-deep": {
			"version": "0.2.4",
			"resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-0.2.4.tgz",
			"integrity": "sha512-we+NuQo2DHhSl+DP6jlUiAhyAjBQrYnpOk15rN6c6JSPScjiCLh8IbSU+VTcph6YS3o7mASE8a0+gbZ7ChLpgg==",
			"dev": true,
			"dependencies": {
				"for-own": "^0.1.3",
				"is-plain-object": "^2.0.1",
				"kind-of": "^3.0.2",
				"lazy-cache": "^1.0.3",
				"shallow-clone": "^0.1.2"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/co": {
			"version": "4.6.0",
			"resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
			"integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==",
			"dev": true,
			"engines": {
				"iojs": ">= 1.0.0",
				"node": ">= 0.12.0"
			}
		},
		"node_modules/collect-v8-coverage": {
			"version": "1.0.2",
			"resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz",
			"integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==",
			"dev": true
		},
		"node_modules/color-convert": {
			"version": "2.0.1",
			"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
			"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
			"dev": true,
			"dependencies": {
				"color-name": "~1.1.4"
			},
			"engines": {
				"node": ">=7.0.0"
			}
		},
		"node_modules/color-name": {
			"version": "1.1.4",
			"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
			"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
			"dev": true
		},
		"node_modules/colord": {
			"version": "2.9.3",
			"resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
			"integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==",
			"dev": true
		},
		"node_modules/colorette": {
			"version": "2.0.20",
			"resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz",
			"integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
			"dev": true
		},
		"node_modules/combined-stream": {
			"version": "1.0.8",
			"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
			"integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
			"dev": true,
			"dependencies": {
				"delayed-stream": "~1.0.0"
			},
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/commander": {
			"version": "5.1.0",
			"resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz",
			"integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==",
			"dev": true,
			"engines": {
				"node": ">= 6"
			}
		},
		"node_modules/comment-parser": {
			"version": "1.4.1",
			"resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.1.tgz",
			"integrity": "sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==",
			"dev": true,
			"engines": {
				"node": ">= 12.0.0"
			}
		},
		"node_modules/commondir": {
			"version": "1.0.1",
			"resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
			"integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
			"dev": true
		},
		"node_modules/compressible": {
			"version": "2.0.18",
			"resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
			"integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
			"dev": true,
			"dependencies": {
				"mime-db": ">= 1.43.0 < 2"
			},
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/compression": {
			"version": "1.7.4",
			"resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz",
			"integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==",
			"dev": true,
			"dependencies": {
				"accepts": "~1.3.5",
				"bytes": "3.0.0",
				"compressible": "~2.0.16",
				"debug": "2.6.9",
				"on-headers": "~1.0.2",
				"safe-buffer": "5.1.2",
				"vary": "~1.1.2"
			},
			"engines": {
				"node": ">= 0.8.0"
			}
		},
		"node_modules/compression/node_modules/debug": {
			"version": "2.6.9",
			"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
			"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
			"dev": true,
			"dependencies": {
				"ms": "2.0.0"
			}
		},
		"node_modules/compression/node_modules/ms": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
			"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
			"dev": true
		},
		"node_modules/compression/node_modules/safe-buffer": {
			"version": "5.1.2",
			"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
			"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
			"dev": true
		},
		"node_modules/concat-map": {
			"version": "0.0.1",
			"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
			"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
			"dev": true
		},
		"node_modules/configstore": {
			"version": "5.0.1",
			"resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz",
			"integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==",
			"dev": true,
			"dependencies": {
				"dot-prop": "^5.2.0",
				"graceful-fs": "^4.1.2",
				"make-dir": "^3.0.0",
				"unique-string": "^2.0.0",
				"write-file-atomic": "^3.0.0",
				"xdg-basedir": "^4.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/configstore/node_modules/write-file-atomic": {
			"version": "3.0.3",
			"resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
			"integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
			"dev": true,
			"dependencies": {
				"imurmurhash": "^0.1.4",
				"is-typedarray": "^1.0.0",
				"signal-exit": "^3.0.2",
				"typedarray-to-buffer": "^3.1.5"
			}
		},
		"node_modules/connect-history-api-fallback": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz",
			"integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==",
			"dev": true,
			"engines": {
				"node": ">=0.8"
			}
		},
		"node_modules/constant-case": {
			"version": "3.0.4",
			"resolved": "https://registry.npmjs.org/constant-case/-/constant-case-3.0.4.tgz",
			"integrity": "sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==",
			"dev": true,
			"dependencies": {
				"no-case": "^3.0.4",
				"tslib": "^2.0.3",
				"upper-case": "^2.0.2"
			}
		},
		"node_modules/content-disposition": {
			"version": "0.5.4",
			"resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
			"integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
			"dev": true,
			"dependencies": {
				"safe-buffer": "5.2.1"
			},
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/content-type": {
			"version": "1.0.5",
			"resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
			"integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
			"dev": true,
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/convert-source-map": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
			"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
			"dev": true
		},
		"node_modules/cookie": {
			"version": "0.4.2",
			"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz",
			"integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==",
			"dev": true,
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/cookie-signature": {
			"version": "1.0.6",
			"resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
			"integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==",
			"dev": true
		},
		"node_modules/copy-webpack-plugin": {
			"version": "10.2.4",
			"resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-10.2.4.tgz",
			"integrity": "sha512-xFVltahqlsRcyyJqQbDY6EYTtyQZF9rf+JPjwHObLdPFMEISqkFkr7mFoVOC6BfYS/dNThyoQKvziugm+OnwBg==",
			"dev": true,
			"dependencies": {
				"fast-glob": "^3.2.7",
				"glob-parent": "^6.0.1",
				"globby": "^12.0.2",
				"normalize-path": "^3.0.0",
				"schema-utils": "^4.0.0",
				"serialize-javascript": "^6.0.0"
			},
			"engines": {
				"node": ">= 12.20.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			},
			"peerDependencies": {
				"webpack": "^5.1.0"
			}
		},
		"node_modules/copy-webpack-plugin/node_modules/ajv": {
			"version": "8.12.0",
			"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
			"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
			"dev": true,
			"dependencies": {
				"fast-deep-equal": "^3.1.1",
				"json-schema-traverse": "^1.0.0",
				"require-from-string": "^2.0.2",
				"uri-js": "^4.2.2"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/epoberezkin"
			}
		},
		"node_modules/copy-webpack-plugin/node_modules/ajv-keywords": {
			"version": "5.1.0",
			"resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
			"integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
			"dev": true,
			"dependencies": {
				"fast-deep-equal": "^3.1.3"
			},
			"peerDependencies": {
				"ajv": "^8.8.2"
			}
		},
		"node_modules/copy-webpack-plugin/node_modules/array-union": {
			"version": "3.0.1",
			"resolved": "https://registry.npmjs.org/array-union/-/array-union-3.0.1.tgz",
			"integrity": "sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==",
			"dev": true,
			"engines": {
				"node": ">=12"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/copy-webpack-plugin/node_modules/globby": {
			"version": "12.2.0",
			"resolved": "https://registry.npmjs.org/globby/-/globby-12.2.0.tgz",
			"integrity": "sha512-wiSuFQLZ+urS9x2gGPl1H5drc5twabmm4m2gTR27XDFyjUHJUNsS8o/2aKyIF6IoBaR630atdher0XJ5g6OMmA==",
			"dev": true,
			"dependencies": {
				"array-union": "^3.0.1",
				"dir-glob": "^3.0.1",
				"fast-glob": "^3.2.7",
				"ignore": "^5.1.9",
				"merge2": "^1.4.1",
				"slash": "^4.0.0"
			},
			"engines": {
				"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/copy-webpack-plugin/node_modules/json-schema-traverse": {
			"version": "1.0.0",
			"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
			"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
			"dev": true
		},
		"node_modules/copy-webpack-plugin/node_modules/schema-utils": {
			"version": "4.2.0",
			"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz",
			"integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==",
			"dev": true,
			"dependencies": {
				"@types/json-schema": "^7.0.9",
				"ajv": "^8.9.0",
				"ajv-formats": "^2.1.1",
				"ajv-keywords": "^5.1.0"
			},
			"engines": {
				"node": ">= 12.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			}
		},
		"node_modules/copy-webpack-plugin/node_modules/slash": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
			"integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
			"dev": true,
			"engines": {
				"node": ">=12"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/core-js": {
			"version": "3.37.0",
			"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.37.0.tgz",
			"integrity": "sha512-fu5vHevQ8ZG4og+LXug8ulUtVxjOcEYvifJr7L5Bfq9GOztVqsKd9/59hUk2ZSbCrS3BqUr3EpaYGIYzq7g3Ug==",
			"dev": true,
			"hasInstallScript": true,
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/core-js"
			}
		},
		"node_modules/core-js-compat": {
			"version": "3.37.0",
			"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.37.0.tgz",
			"integrity": "sha512-vYq4L+T8aS5UuFg4UwDhc7YNRWVeVZwltad9C/jV3R2LgVOpS9BDr7l/WL6BN0dbV3k1XejPTHqqEzJgsa0frA==",
			"dev": true,
			"dependencies": {
				"browserslist": "^4.23.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/core-js"
			}
		},
		"node_modules/core-js-pure": {
			"version": "3.37.0",
			"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.37.0.tgz",
			"integrity": "sha512-d3BrpyFr5eD4KcbRvQ3FTUx/KWmaDesr7+a3+1+P46IUnNoEt+oiLijPINZMEon7w9oGkIINWxrBAU9DEciwFQ==",
			"dev": true,
			"hasInstallScript": true,
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/core-js"
			}
		},
		"node_modules/core-util-is": {
			"version": "1.0.3",
			"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
			"integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
			"dev": true
		},
		"node_modules/cosmiconfig": {
			"version": "8.3.6",
			"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz",
			"integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==",
			"dev": true,
			"dependencies": {
				"import-fresh": "^3.3.0",
				"js-yaml": "^4.1.0",
				"parse-json": "^5.2.0",
				"path-type": "^4.0.0"
			},
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"url": "https://github.com/sponsors/d-fischer"
			},
			"peerDependencies": {
				"typescript": ">=4.9.5"
			},
			"peerDependenciesMeta": {
				"typescript": {
					"optional": true
				}
			}
		},
		"node_modules/cosmiconfig/node_modules/argparse": {
			"version": "2.0.1",
			"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
			"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
			"dev": true
		},
		"node_modules/cosmiconfig/node_modules/js-yaml": {
			"version": "4.1.0",
			"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
			"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
			"dev": true,
			"dependencies": {
				"argparse": "^2.0.1"
			},
			"bin": {
				"js-yaml": "bin/js-yaml.js"
			}
		},
		"node_modules/create-jest": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/create-jest/-/create-jest-29.7.0.tgz",
			"integrity": "sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==",
			"dev": true,
			"dependencies": {
				"@jest/types": "^29.6.3",
				"chalk": "^4.0.0",
				"exit": "^0.1.2",
				"graceful-fs": "^4.2.9",
				"jest-config": "^29.7.0",
				"jest-util": "^29.7.0",
				"prompts": "^2.0.1"
			},
			"bin": {
				"create-jest": "bin/create-jest.js"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/cross-fetch": {
			"version": "3.1.5",
			"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz",
			"integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==",
			"dev": true,
			"dependencies": {
				"node-fetch": "2.6.7"
			}
		},
		"node_modules/cross-spawn": {
			"version": "5.1.0",
			"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz",
			"integrity": "sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==",
			"dev": true,
			"dependencies": {
				"lru-cache": "^4.0.1",
				"shebang-command": "^1.2.0",
				"which": "^1.2.9"
			}
		},
		"node_modules/cross-spawn/node_modules/lru-cache": {
			"version": "4.1.5",
			"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz",
			"integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
			"dev": true,
			"dependencies": {
				"pseudomap": "^1.0.2",
				"yallist": "^2.1.2"
			}
		},
		"node_modules/cross-spawn/node_modules/yallist": {
			"version": "2.1.2",
			"resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
			"integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==",
			"dev": true
		},
		"node_modules/crypto-random-string": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
			"integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==",
			"dev": true,
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/csp_evaluator": {
			"version": "1.1.1",
			"resolved": "https://registry.npmjs.org/csp_evaluator/-/csp_evaluator-1.1.1.tgz",
			"integrity": "sha512-N3ASg0C4kNPUaNxt1XAvzHIVuzdtr8KLgfk1O8WDyimp1GisPAHESupArO2ieHk9QWbrJ/WkQODyh21Ps/xhxw==",
			"dev": true
		},
		"node_modules/css-declaration-sorter": {
			"version": "7.2.0",
			"resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz",
			"integrity": "sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==",
			"dev": true,
			"engines": {
				"node": "^14 || ^16 || >=18"
			},
			"peerDependencies": {
				"postcss": "^8.0.9"
			}
		},
		"node_modules/css-functions-list": {
			"version": "3.2.2",
			"resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.2.tgz",
			"integrity": "sha512-c+N0v6wbKVxTu5gOBBFkr9BEdBWaqqjQeiJ8QvSRIJOf+UxlJh930m8e6/WNeODIK0mYLFkoONrnj16i2EcvfQ==",
			"dev": true,
			"engines": {
				"node": ">=12 || >=16"
			}
		},
		"node_modules/css-loader": {
			"version": "6.11.0",
			"resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.11.0.tgz",
			"integrity": "sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==",
			"dev": true,
			"dependencies": {
				"icss-utils": "^5.1.0",
				"postcss": "^8.4.33",
				"postcss-modules-extract-imports": "^3.1.0",
				"postcss-modules-local-by-default": "^4.0.5",
				"postcss-modules-scope": "^3.2.0",
				"postcss-modules-values": "^4.0.0",
				"postcss-value-parser": "^4.2.0",
				"semver": "^7.5.4"
			},
			"engines": {
				"node": ">= 12.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			},
			"peerDependencies": {
				"@rspack/core": "0.x || 1.x",
				"webpack": "^5.0.0"
			},
			"peerDependenciesMeta": {
				"@rspack/core": {
					"optional": true
				},
				"webpack": {
					"optional": true
				}
			}
		},
		"node_modules/css-loader/node_modules/lru-cache": {
			"version": "6.0.0",
			"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
			"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
			"dev": true,
			"dependencies": {
				"yallist": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/css-loader/node_modules/semver": {
			"version": "7.6.0",
			"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
			"integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
			"dev": true,
			"dependencies": {
				"lru-cache": "^6.0.0"
			},
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/css-loader/node_modules/yallist": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
			"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
			"dev": true
		},
		"node_modules/css-select": {
			"version": "5.1.0",
			"resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz",
			"integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==",
			"dev": true,
			"dependencies": {
				"boolbase": "^1.0.0",
				"css-what": "^6.1.0",
				"domhandler": "^5.0.2",
				"domutils": "^3.0.1",
				"nth-check": "^2.0.1"
			},
			"funding": {
				"url": "https://github.com/sponsors/fb55"
			}
		},
		"node_modules/css-tree": {
			"version": "2.3.1",
			"resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz",
			"integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==",
			"dev": true,
			"dependencies": {
				"mdn-data": "2.0.30",
				"source-map-js": "^1.0.1"
			},
			"engines": {
				"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
			}
		},
		"node_modules/css-what": {
			"version": "6.1.0",
			"resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz",
			"integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==",
			"dev": true,
			"engines": {
				"node": ">= 6"
			},
			"funding": {
				"url": "https://github.com/sponsors/fb55"
			}
		},
		"node_modules/cssesc": {
			"version": "3.0.0",
			"resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
			"integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
			"dev": true,
			"bin": {
				"cssesc": "bin/cssesc"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/cssnano": {
			"version": "6.1.2",
			"resolved": "https://registry.npmjs.org/cssnano/-/cssnano-6.1.2.tgz",
			"integrity": "sha512-rYk5UeX7VAM/u0lNqewCdasdtPK81CgX8wJFLEIXHbV2oldWRgJAsZrdhRXkV1NJzA2g850KiFm9mMU2HxNxMA==",
			"dev": true,
			"dependencies": {
				"cssnano-preset-default": "^6.1.2",
				"lilconfig": "^3.1.1"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/cssnano"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/cssnano-preset-default": {
			"version": "6.1.2",
			"resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-6.1.2.tgz",
			"integrity": "sha512-1C0C+eNaeN8OcHQa193aRgYexyJtU8XwbdieEjClw+J9d94E41LwT6ivKH0WT+fYwYWB0Zp3I3IZ7tI/BbUbrg==",
			"dev": true,
			"dependencies": {
				"browserslist": "^4.23.0",
				"css-declaration-sorter": "^7.2.0",
				"cssnano-utils": "^4.0.2",
				"postcss-calc": "^9.0.1",
				"postcss-colormin": "^6.1.0",
				"postcss-convert-values": "^6.1.0",
				"postcss-discard-comments": "^6.0.2",
				"postcss-discard-duplicates": "^6.0.3",
				"postcss-discard-empty": "^6.0.3",
				"postcss-discard-overridden": "^6.0.2",
				"postcss-merge-longhand": "^6.0.5",
				"postcss-merge-rules": "^6.1.1",
				"postcss-minify-font-values": "^6.1.0",
				"postcss-minify-gradients": "^6.0.3",
				"postcss-minify-params": "^6.1.0",
				"postcss-minify-selectors": "^6.0.4",
				"postcss-normalize-charset": "^6.0.2",
				"postcss-normalize-display-values": "^6.0.2",
				"postcss-normalize-positions": "^6.0.2",
				"postcss-normalize-repeat-style": "^6.0.2",
				"postcss-normalize-string": "^6.0.2",
				"postcss-normalize-timing-functions": "^6.0.2",
				"postcss-normalize-unicode": "^6.1.0",
				"postcss-normalize-url": "^6.0.2",
				"postcss-normalize-whitespace": "^6.0.2",
				"postcss-ordered-values": "^6.0.2",
				"postcss-reduce-initial": "^6.1.0",
				"postcss-reduce-transforms": "^6.0.2",
				"postcss-svgo": "^6.0.3",
				"postcss-unique-selectors": "^6.0.4"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/cssnano-utils": {
			"version": "4.0.2",
			"resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-4.0.2.tgz",
			"integrity": "sha512-ZR1jHg+wZ8o4c3zqf1SIUSTIvm/9mU343FMR6Obe/unskbvpGhZOo1J6d/r8D1pzkRQYuwbcH3hToOuoA2G7oQ==",
			"dev": true,
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/csso": {
			"version": "5.0.5",
			"resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
			"integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
			"dev": true,
			"dependencies": {
				"css-tree": "~2.2.0"
			},
			"engines": {
				"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
				"npm": ">=7.0.0"
			}
		},
		"node_modules/csso/node_modules/css-tree": {
			"version": "2.2.1",
			"resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz",
			"integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
			"dev": true,
			"dependencies": {
				"mdn-data": "2.0.28",
				"source-map-js": "^1.0.1"
			},
			"engines": {
				"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
				"npm": ">=7.0.0"
			}
		},
		"node_modules/csso/node_modules/mdn-data": {
			"version": "2.0.28",
			"resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz",
			"integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==",
			"dev": true
		},
		"node_modules/cssom": {
			"version": "0.5.0",
			"resolved": "https://registry.npmjs.org/cssom/-/cssom-0.5.0.tgz",
			"integrity": "sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==",
			"dev": true
		},
		"node_modules/cssstyle": {
			"version": "2.3.0",
			"resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
			"integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
			"dev": true,
			"dependencies": {
				"cssom": "~0.3.6"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/cssstyle/node_modules/cssom": {
			"version": "0.3.8",
			"resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
			"integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==",
			"dev": true
		},
		"node_modules/cwd": {
			"version": "0.10.0",
			"resolved": "https://registry.npmjs.org/cwd/-/cwd-0.10.0.tgz",
			"integrity": "sha512-YGZxdTTL9lmLkCUTpg4j0zQ7IhRB5ZmqNBbGCl3Tg6MP/d5/6sY7L5mmTjzbc6JKgVZYiqTQTNhPFsbXNGlRaA==",
			"dev": true,
			"dependencies": {
				"find-pkg": "^0.1.2",
				"fs-exists-sync": "^0.1.0"
			},
			"engines": {
				"node": ">=0.8"
			}
		},
		"node_modules/damerau-levenshtein": {
			"version": "1.0.8",
			"resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
			"integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==",
			"dev": true
		},
		"node_modules/data-uri-to-buffer": {
			"version": "6.0.2",
			"resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-6.0.2.tgz",
			"integrity": "sha512-7hvf7/GW8e86rW0ptuwS3OcBGDjIi6SZva7hCyWC0yYry2cOPmLIjXAUHI6DK2HsnwJd9ifmt57i8eV2n4YNpw==",
			"dev": true,
			"engines": {
				"node": ">= 14"
			}
		},
		"node_modules/data-urls": {
			"version": "3.0.2",
			"resolved": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.2.tgz",
			"integrity": "sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==",
			"dev": true,
			"dependencies": {
				"abab": "^2.0.6",
				"whatwg-mimetype": "^3.0.0",
				"whatwg-url": "^11.0.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/data-view-buffer": {
			"version": "1.0.1",
			"resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.1.tgz",
			"integrity": "sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.6",
				"es-errors": "^1.3.0",
				"is-data-view": "^1.0.1"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/data-view-byte-length": {
			"version": "1.0.1",
			"resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz",
			"integrity": "sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.7",
				"es-errors": "^1.3.0",
				"is-data-view": "^1.0.1"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/data-view-byte-offset": {
			"version": "1.0.0",
			"resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz",
			"integrity": "sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.6",
				"es-errors": "^1.3.0",
				"is-data-view": "^1.0.1"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/debounce": {
			"version": "1.2.1",
			"resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz",
			"integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==",
			"dev": true
		},
		"node_modules/debug": {
			"version": "4.3.4",
			"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
			"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
			"dev": true,
			"dependencies": {
				"ms": "2.1.2"
			},
			"engines": {
				"node": ">=6.0"
			},
			"peerDependenciesMeta": {
				"supports-color": {
					"optional": true
				}
			}
		},
		"node_modules/decamelize": {
			"version": "1.2.0",
			"resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
			"integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/decamelize-keys": {
			"version": "1.1.1",
			"resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.1.tgz",
			"integrity": "sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==",
			"dev": true,
			"dependencies": {
				"decamelize": "^1.1.0",
				"map-obj": "^1.0.0"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/decamelize-keys/node_modules/map-obj": {
			"version": "1.0.1",
			"resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
			"integrity": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/decimal.js": {
			"version": "10.4.3",
			"resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz",
			"integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==",
			"dev": true
		},
		"node_modules/dedent": {
			"version": "1.5.3",
			"resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.3.tgz",
			"integrity": "sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==",
			"dev": true,
			"peerDependencies": {
				"babel-plugin-macros": "^3.1.0"
			},
			"peerDependenciesMeta": {
				"babel-plugin-macros": {
					"optional": true
				}
			}
		},
		"node_modules/deep-extend": {
			"version": "0.6.0",
			"resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
			"integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
			"dev": true,
			"engines": {
				"node": ">=4.0.0"
			}
		},
		"node_modules/deep-is": {
			"version": "0.1.4",
			"resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
			"integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
			"dev": true
		},
		"node_modules/deepmerge": {
			"version": "4.3.1",
			"resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
			"integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/default-gateway": {
			"version": "6.0.3",
			"resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz",
			"integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==",
			"dev": true,
			"dependencies": {
				"execa": "^5.0.0"
			},
			"engines": {
				"node": ">= 10"
			}
		},
		"node_modules/define-data-property": {
			"version": "1.1.4",
			"resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
			"integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
			"dev": true,
			"dependencies": {
				"es-define-property": "^1.0.0",
				"es-errors": "^1.3.0",
				"gopd": "^1.0.1"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/define-lazy-prop": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
			"integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
			"dev": true,
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/define-properties": {
			"version": "1.2.1",
			"resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
			"integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
			"dev": true,
			"dependencies": {
				"define-data-property": "^1.0.1",
				"has-property-descriptors": "^1.0.0",
				"object-keys": "^1.1.1"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/degenerator": {
			"version": "5.0.1",
			"resolved": "https://registry.npmjs.org/degenerator/-/degenerator-5.0.1.tgz",
			"integrity": "sha512-TllpMR/t0M5sqCXfj85i4XaAzxmS5tVA16dqvdkMwGmzI+dXLXnw3J+3Vdv7VKw+ThlTMboK6i9rnZ6Nntj5CQ==",
			"dev": true,
			"dependencies": {
				"ast-types": "^0.13.4",
				"escodegen": "^2.1.0",
				"esprima": "^4.0.1"
			},
			"engines": {
				"node": ">= 14"
			}
		},
		"node_modules/del": {
			"version": "4.1.1",
			"resolved": "https://registry.npmjs.org/del/-/del-4.1.1.tgz",
			"integrity": "sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==",
			"dev": true,
			"dependencies": {
				"@types/glob": "^7.1.1",
				"globby": "^6.1.0",
				"is-path-cwd": "^2.0.0",
				"is-path-in-cwd": "^2.0.0",
				"p-map": "^2.0.0",
				"pify": "^4.0.1",
				"rimraf": "^2.6.3"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/del/node_modules/array-union": {
			"version": "1.0.2",
			"resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
			"integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==",
			"dev": true,
			"dependencies": {
				"array-uniq": "^1.0.1"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/del/node_modules/globby": {
			"version": "6.1.0",
			"resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz",
			"integrity": "sha512-KVbFv2TQtbzCoxAnfD6JcHZTYCzyliEaaeM/gH8qQdkKr5s0OP9scEgvdcngyk7AVdY6YVW/TJHd+lQ/Df3Daw==",
			"dev": true,
			"dependencies": {
				"array-union": "^1.0.1",
				"glob": "^7.0.3",
				"object-assign": "^4.0.1",
				"pify": "^2.0.0",
				"pinkie-promise": "^2.0.0"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/del/node_modules/globby/node_modules/pify": {
			"version": "2.3.0",
			"resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
			"integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/delayed-stream": {
			"version": "1.0.0",
			"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
			"integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
			"dev": true,
			"engines": {
				"node": ">=0.4.0"
			}
		},
		"node_modules/depd": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
			"integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
			"dev": true,
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/dequal": {
			"version": "2.0.3",
			"resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
			"integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
			"dev": true,
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/destroy": {
			"version": "1.2.0",
			"resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
			"integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
			"dev": true,
			"engines": {
				"node": ">= 0.8",
				"npm": "1.2.8000 || >= 1.4.16"
			}
		},
		"node_modules/detect-newline": {
			"version": "3.1.0",
			"resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
			"integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==",
			"dev": true,
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/detect-node": {
			"version": "2.1.0",
			"resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz",
			"integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==",
			"dev": true
		},
		"node_modules/devtools-protocol": {
			"version": "0.0.1155343",
			"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1155343.tgz",
			"integrity": "sha512-oD9vGBV2wTc7fAzAM6KC0chSgs234V8+qDEeK+mcbRj2UvcuA7lgBztGi/opj/iahcXD3BSj8Ymvib628yy9FA==",
			"dev": true
		},
		"node_modules/diff-sequences": {
			"version": "29.6.3",
			"resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz",
			"integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==",
			"dev": true,
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/dir-glob": {
			"version": "3.0.1",
			"resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
			"integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
			"dev": true,
			"dependencies": {
				"path-type": "^4.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/dns-packet": {
			"version": "5.6.1",
			"resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz",
			"integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==",
			"dev": true,
			"dependencies": {
				"@leichtgewicht/ip-codec": "^2.0.1"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/doctrine": {
			"version": "3.0.0",
			"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
			"integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
			"dev": true,
			"dependencies": {
				"esutils": "^2.0.2"
			},
			"engines": {
				"node": ">=6.0.0"
			}
		},
		"node_modules/dom-serializer": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
			"integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
			"dev": true,
			"dependencies": {
				"domelementtype": "^2.3.0",
				"domhandler": "^5.0.2",
				"entities": "^4.2.0"
			},
			"funding": {
				"url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
			}
		},
		"node_modules/domelementtype": {
			"version": "2.3.0",
			"resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
			"integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
			"dev": true,
			"funding": [
				{
					"type": "github",
					"url": "https://github.com/sponsors/fb55"
				}
			]
		},
		"node_modules/domexception": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/domexception/-/domexception-4.0.0.tgz",
			"integrity": "sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==",
			"deprecated": "Use your platform's native DOMException instead",
			"dev": true,
			"dependencies": {
				"webidl-conversions": "^7.0.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/domhandler": {
			"version": "5.0.3",
			"resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
			"integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
			"dev": true,
			"dependencies": {
				"domelementtype": "^2.3.0"
			},
			"engines": {
				"node": ">= 4"
			},
			"funding": {
				"url": "https://github.com/fb55/domhandler?sponsor=1"
			}
		},
		"node_modules/domutils": {
			"version": "3.1.0",
			"resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz",
			"integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==",
			"dev": true,
			"dependencies": {
				"dom-serializer": "^2.0.0",
				"domelementtype": "^2.3.0",
				"domhandler": "^5.0.3"
			},
			"funding": {
				"url": "https://github.com/fb55/domutils?sponsor=1"
			}
		},
		"node_modules/dot-case": {
			"version": "3.0.4",
			"resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz",
			"integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==",
			"dev": true,
			"dependencies": {
				"no-case": "^3.0.4",
				"tslib": "^2.0.3"
			}
		},
		"node_modules/dot-prop": {
			"version": "5.3.0",
			"resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz",
			"integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==",
			"dev": true,
			"dependencies": {
				"is-obj": "^2.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/duplexer": {
			"version": "0.1.2",
			"resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
			"integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==",
			"dev": true
		},
		"node_modules/ee-first": {
			"version": "1.1.1",
			"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
			"integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
			"dev": true
		},
		"node_modules/electron-to-chromium": {
			"version": "1.4.750",
			"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.750.tgz",
			"integrity": "sha512-9ItEpeu15hW5m8jKdriL+BQrgwDTXEL9pn4SkillWFu73ZNNNQ2BKKLS+ZHv2vC9UkNhosAeyfxOf/5OSeTCPA==",
			"dev": true
		},
		"node_modules/emittery": {
			"version": "0.13.1",
			"resolved": "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz",
			"integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==",
			"dev": true,
			"engines": {
				"node": ">=12"
			},
			"funding": {
				"url": "https://github.com/sindresorhus/emittery?sponsor=1"
			}
		},
		"node_modules/emoji-regex": {
			"version": "9.2.2",
			"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
			"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
			"dev": true
		},
		"node_modules/emojis-list": {
			"version": "3.0.0",
			"resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
			"integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==",
			"dev": true,
			"engines": {
				"node": ">= 4"
			}
		},
		"node_modules/encodeurl": {
			"version": "1.0.2",
			"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
			"integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
			"dev": true,
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/encoding": {
			"version": "0.1.13",
			"resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz",
			"integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==",
			"dev": true,
			"dependencies": {
				"iconv-lite": "^0.6.2"
			}
		},
		"node_modules/end-of-stream": {
			"version": "1.4.4",
			"resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
			"integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
			"dev": true,
			"dependencies": {
				"once": "^1.4.0"
			}
		},
		"node_modules/enhanced-resolve": {
			"version": "5.16.0",
			"resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.16.0.tgz",
			"integrity": "sha512-O+QWCviPNSSLAD9Ucn8Awv+poAkqn3T1XY5/N7kR7rQO9yfSGWkYZDwpJ+iKF7B8rxaQKWngSqACpgzeapSyoA==",
			"dev": true,
			"dependencies": {
				"graceful-fs": "^4.2.4",
				"tapable": "^2.2.0"
			},
			"engines": {
				"node": ">=10.13.0"
			}
		},
		"node_modules/enquirer": {
			"version": "2.4.1",
			"resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.4.1.tgz",
			"integrity": "sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==",
			"dev": true,
			"dependencies": {
				"ansi-colors": "^4.1.1",
				"strip-ansi": "^6.0.1"
			},
			"engines": {
				"node": ">=8.6"
			}
		},
		"node_modules/entities": {
			"version": "4.5.0",
			"resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
			"integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
			"dev": true,
			"engines": {
				"node": ">=0.12"
			},
			"funding": {
				"url": "https://github.com/fb55/entities?sponsor=1"
			}
		},
		"node_modules/envinfo": {
			"version": "7.13.0",
			"resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.13.0.tgz",
			"integrity": "sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q==",
			"dev": true,
			"bin": {
				"envinfo": "dist/cli.js"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/error-ex": {
			"version": "1.3.2",
			"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
			"integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
			"dev": true,
			"dependencies": {
				"is-arrayish": "^0.2.1"
			}
		},
		"node_modules/error-stack-parser": {
			"version": "2.1.4",
			"resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz",
			"integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==",
			"dev": true,
			"dependencies": {
				"stackframe": "^1.3.4"
			}
		},
		"node_modules/es-abstract": {
			"version": "1.23.3",
			"resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz",
			"integrity": "sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==",
			"dev": true,
			"dependencies": {
				"array-buffer-byte-length": "^1.0.1",
				"arraybuffer.prototype.slice": "^1.0.3",
				"available-typed-arrays": "^1.0.7",
				"call-bind": "^1.0.7",
				"data-view-buffer": "^1.0.1",
				"data-view-byte-length": "^1.0.1",
				"data-view-byte-offset": "^1.0.0",
				"es-define-property": "^1.0.0",
				"es-errors": "^1.3.0",
				"es-object-atoms": "^1.0.0",
				"es-set-tostringtag": "^2.0.3",
				"es-to-primitive": "^1.2.1",
				"function.prototype.name": "^1.1.6",
				"get-intrinsic": "^1.2.4",
				"get-symbol-description": "^1.0.2",
				"globalthis": "^1.0.3",
				"gopd": "^1.0.1",
				"has-property-descriptors": "^1.0.2",
				"has-proto": "^1.0.3",
				"has-symbols": "^1.0.3",
				"hasown": "^2.0.2",
				"internal-slot": "^1.0.7",
				"is-array-buffer": "^3.0.4",
				"is-callable": "^1.2.7",
				"is-data-view": "^1.0.1",
				"is-negative-zero": "^2.0.3",
				"is-regex": "^1.1.4",
				"is-shared-array-buffer": "^1.0.3",
				"is-string": "^1.0.7",
				"is-typed-array": "^1.1.13",
				"is-weakref": "^1.0.2",
				"object-inspect": "^1.13.1",
				"object-keys": "^1.1.1",
				"object.assign": "^4.1.5",
				"regexp.prototype.flags": "^1.5.2",
				"safe-array-concat": "^1.1.2",
				"safe-regex-test": "^1.0.3",
				"string.prototype.trim": "^1.2.9",
				"string.prototype.trimend": "^1.0.8",
				"string.prototype.trimstart": "^1.0.8",
				"typed-array-buffer": "^1.0.2",
				"typed-array-byte-length": "^1.0.1",
				"typed-array-byte-offset": "^1.0.2",
				"typed-array-length": "^1.0.6",
				"unbox-primitive": "^1.0.2",
				"which-typed-array": "^1.1.15"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/es-define-property": {
			"version": "1.0.0",
			"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz",
			"integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==",
			"dev": true,
			"dependencies": {
				"get-intrinsic": "^1.2.4"
			},
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/es-errors": {
			"version": "1.3.0",
			"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
			"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
			"dev": true,
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/es-iterator-helpers": {
			"version": "1.0.19",
			"resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz",
			"integrity": "sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.7",
				"define-properties": "^1.2.1",
				"es-abstract": "^1.23.3",
				"es-errors": "^1.3.0",
				"es-set-tostringtag": "^2.0.3",
				"function-bind": "^1.1.2",
				"get-intrinsic": "^1.2.4",
				"globalthis": "^1.0.3",
				"has-property-descriptors": "^1.0.2",
				"has-proto": "^1.0.3",
				"has-symbols": "^1.0.3",
				"internal-slot": "^1.0.7",
				"iterator.prototype": "^1.1.2",
				"safe-array-concat": "^1.1.2"
			},
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/es-module-lexer": {
			"version": "1.5.2",
			"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.2.tgz",
			"integrity": "sha512-l60ETUTmLqbVbVHv1J4/qj+M8nq7AwMzEcg3kmJDt9dCNrTk+yHcYFf/Kw75pMDwd9mPcIGCG5LcS20SxYRzFA==",
			"dev": true
		},
		"node_modules/es-object-atoms": {
			"version": "1.0.0",
			"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz",
			"integrity": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==",
			"dev": true,
			"dependencies": {
				"es-errors": "^1.3.0"
			},
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/es-set-tostringtag": {
			"version": "2.0.3",
			"resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz",
			"integrity": "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==",
			"dev": true,
			"dependencies": {
				"get-intrinsic": "^1.2.4",
				"has-tostringtag": "^1.0.2",
				"hasown": "^2.0.1"
			},
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/es-shim-unscopables": {
			"version": "1.0.2",
			"resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz",
			"integrity": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==",
			"dev": true,
			"dependencies": {
				"hasown": "^2.0.0"
			}
		},
		"node_modules/es-to-primitive": {
			"version": "1.2.1",
			"resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
			"integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
			"dev": true,
			"dependencies": {
				"is-callable": "^1.1.4",
				"is-date-object": "^1.0.1",
				"is-symbol": "^1.0.2"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/escalade": {
			"version": "3.1.2",
			"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz",
			"integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==",
			"dev": true,
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/escape-html": {
			"version": "1.0.3",
			"resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
			"integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
			"dev": true
		},
		"node_modules/escape-string-regexp": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
			"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
			"dev": true,
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/escodegen": {
			"version": "2.1.0",
			"resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz",
			"integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==",
			"dev": true,
			"dependencies": {
				"esprima": "^4.0.1",
				"estraverse": "^5.2.0",
				"esutils": "^2.0.2"
			},
			"bin": {
				"escodegen": "bin/escodegen.js",
				"esgenerate": "bin/esgenerate.js"
			},
			"engines": {
				"node": ">=6.0"
			},
			"optionalDependencies": {
				"source-map": "~0.6.1"
			}
		},
		"node_modules/escodegen/node_modules/source-map": {
			"version": "0.6.1",
			"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
			"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
			"dev": true,
			"optional": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/eslint": {
			"version": "8.57.0",
			"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz",
			"integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==",
			"dev": true,
			"dependencies": {
				"@eslint-community/eslint-utils": "^4.2.0",
				"@eslint-community/regexpp": "^4.6.1",
				"@eslint/eslintrc": "^2.1.4",
				"@eslint/js": "8.57.0",
				"@humanwhocodes/config-array": "^0.11.14",
				"@humanwhocodes/module-importer": "^1.0.1",
				"@nodelib/fs.walk": "^1.2.8",
				"@ungap/structured-clone": "^1.2.0",
				"ajv": "^6.12.4",
				"chalk": "^4.0.0",
				"cross-spawn": "^7.0.2",
				"debug": "^4.3.2",
				"doctrine": "^3.0.0",
				"escape-string-regexp": "^4.0.0",
				"eslint-scope": "^7.2.2",
				"eslint-visitor-keys": "^3.4.3",
				"espree": "^9.6.1",
				"esquery": "^1.4.2",
				"esutils": "^2.0.2",
				"fast-deep-equal": "^3.1.3",
				"file-entry-cache": "^6.0.1",
				"find-up": "^5.0.0",
				"glob-parent": "^6.0.2",
				"globals": "^13.19.0",
				"graphemer": "^1.4.0",
				"ignore": "^5.2.0",
				"imurmurhash": "^0.1.4",
				"is-glob": "^4.0.0",
				"is-path-inside": "^3.0.3",
				"js-yaml": "^4.1.0",
				"json-stable-stringify-without-jsonify": "^1.0.1",
				"levn": "^0.4.1",
				"lodash.merge": "^4.6.2",
				"minimatch": "^3.1.2",
				"natural-compare": "^1.4.0",
				"optionator": "^0.9.3",
				"strip-ansi": "^6.0.1",
				"text-table": "^0.2.0"
			},
			"bin": {
				"eslint": "bin/eslint.js"
			},
			"engines": {
				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
			},
			"funding": {
				"url": "https://opencollective.com/eslint"
			}
		},
		"node_modules/eslint-config-prettier": {
			"version": "8.10.0",
			"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz",
			"integrity": "sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==",
			"dev": true,
			"bin": {
				"eslint-config-prettier": "bin/cli.js"
			},
			"peerDependencies": {
				"eslint": ">=7.0.0"
			}
		},
		"node_modules/eslint-import-resolver-node": {
			"version": "0.3.9",
			"resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
			"integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
			"dev": true,
			"dependencies": {
				"debug": "^3.2.7",
				"is-core-module": "^2.13.0",
				"resolve": "^1.22.4"
			}
		},
		"node_modules/eslint-import-resolver-node/node_modules/debug": {
			"version": "3.2.7",
			"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
			"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
			"dev": true,
			"dependencies": {
				"ms": "^2.1.1"
			}
		},
		"node_modules/eslint-module-utils": {
			"version": "2.8.1",
			"resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.1.tgz",
			"integrity": "sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==",
			"dev": true,
			"dependencies": {
				"debug": "^3.2.7"
			},
			"engines": {
				"node": ">=4"
			},
			"peerDependenciesMeta": {
				"eslint": {
					"optional": true
				}
			}
		},
		"node_modules/eslint-module-utils/node_modules/debug": {
			"version": "3.2.7",
			"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
			"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
			"dev": true,
			"dependencies": {
				"ms": "^2.1.1"
			}
		},
		"node_modules/eslint-plugin-import": {
			"version": "2.29.1",
			"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz",
			"integrity": "sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==",
			"dev": true,
			"dependencies": {
				"array-includes": "^3.1.7",
				"array.prototype.findlastindex": "^1.2.3",
				"array.prototype.flat": "^1.3.2",
				"array.prototype.flatmap": "^1.3.2",
				"debug": "^3.2.7",
				"doctrine": "^2.1.0",
				"eslint-import-resolver-node": "^0.3.9",
				"eslint-module-utils": "^2.8.0",
				"hasown": "^2.0.0",
				"is-core-module": "^2.13.1",
				"is-glob": "^4.0.3",
				"minimatch": "^3.1.2",
				"object.fromentries": "^2.0.7",
				"object.groupby": "^1.0.1",
				"object.values": "^1.1.7",
				"semver": "^6.3.1",
				"tsconfig-paths": "^3.15.0"
			},
			"engines": {
				"node": ">=4"
			},
			"peerDependencies": {
				"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
			}
		},
		"node_modules/eslint-plugin-import/node_modules/brace-expansion": {
			"version": "1.1.11",
			"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
			"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
			"dev": true,
			"dependencies": {
				"balanced-match": "^1.0.0",
				"concat-map": "0.0.1"
			}
		},
		"node_modules/eslint-plugin-import/node_modules/debug": {
			"version": "3.2.7",
			"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
			"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
			"dev": true,
			"dependencies": {
				"ms": "^2.1.1"
			}
		},
		"node_modules/eslint-plugin-import/node_modules/doctrine": {
			"version": "2.1.0",
			"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
			"integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
			"dev": true,
			"dependencies": {
				"esutils": "^2.0.2"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/eslint-plugin-import/node_modules/minimatch": {
			"version": "3.1.2",
			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
			"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
			"dev": true,
			"dependencies": {
				"brace-expansion": "^1.1.7"
			},
			"engines": {
				"node": "*"
			}
		},
		"node_modules/eslint-plugin-jest": {
			"version": "27.9.0",
			"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.9.0.tgz",
			"integrity": "sha512-QIT7FH7fNmd9n4se7FFKHbsLKGQiw885Ds6Y/sxKgCZ6natwCsXdgPOADnYVxN2QrRweF0FZWbJ6S7Rsn7llug==",
			"dev": true,
			"dependencies": {
				"@typescript-eslint/utils": "^5.10.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			},
			"peerDependencies": {
				"@typescript-eslint/eslint-plugin": "^5.0.0 || ^6.0.0 || ^7.0.0",
				"eslint": "^7.0.0 || ^8.0.0",
				"jest": "*"
			},
			"peerDependenciesMeta": {
				"@typescript-eslint/eslint-plugin": {
					"optional": true
				},
				"jest": {
					"optional": true
				}
			}
		},
		"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/scope-manager": {
			"version": "5.62.0",
			"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz",
			"integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==",
			"dev": true,
			"dependencies": {
				"@typescript-eslint/types": "5.62.0",
				"@typescript-eslint/visitor-keys": "5.62.0"
			},
			"engines": {
				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/typescript-eslint"
			}
		},
		"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/types": {
			"version": "5.62.0",
			"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz",
			"integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==",
			"dev": true,
			"engines": {
				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/typescript-eslint"
			}
		},
		"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/typescript-estree": {
			"version": "5.62.0",
			"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz",
			"integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==",
			"dev": true,
			"dependencies": {
				"@typescript-eslint/types": "5.62.0",
				"@typescript-eslint/visitor-keys": "5.62.0",
				"debug": "^4.3.4",
				"globby": "^11.1.0",
				"is-glob": "^4.0.3",
				"semver": "^7.3.7",
				"tsutils": "^3.21.0"
			},
			"engines": {
				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/typescript-eslint"
			},
			"peerDependenciesMeta": {
				"typescript": {
					"optional": true
				}
			}
		},
		"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/utils": {
			"version": "5.62.0",
			"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz",
			"integrity": "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==",
			"dev": true,
			"dependencies": {
				"@eslint-community/eslint-utils": "^4.2.0",
				"@types/json-schema": "^7.0.9",
				"@types/semver": "^7.3.12",
				"@typescript-eslint/scope-manager": "5.62.0",
				"@typescript-eslint/types": "5.62.0",
				"@typescript-eslint/typescript-estree": "5.62.0",
				"eslint-scope": "^5.1.1",
				"semver": "^7.3.7"
			},
			"engines": {
				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/typescript-eslint"
			},
			"peerDependencies": {
				"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
			}
		},
		"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/visitor-keys": {
			"version": "5.62.0",
			"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz",
			"integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==",
			"dev": true,
			"dependencies": {
				"@typescript-eslint/types": "5.62.0",
				"eslint-visitor-keys": "^3.3.0"
			},
			"engines": {
				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/typescript-eslint"
			}
		},
		"node_modules/eslint-plugin-jest/node_modules/eslint-visitor-keys": {
			"version": "3.4.3",
			"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
			"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
			"dev": true,
			"engines": {
				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
			},
			"funding": {
				"url": "https://opencollective.com/eslint"
			}
		},
		"node_modules/eslint-plugin-jest/node_modules/lru-cache": {
			"version": "6.0.0",
			"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
			"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
			"dev": true,
			"dependencies": {
				"yallist": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/eslint-plugin-jest/node_modules/semver": {
			"version": "7.6.0",
			"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
			"integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
			"dev": true,
			"dependencies": {
				"lru-cache": "^6.0.0"
			},
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/eslint-plugin-jest/node_modules/yallist": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
			"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
			"dev": true
		},
		"node_modules/eslint-plugin-jsdoc": {
			"version": "46.10.1",
			"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.10.1.tgz",
			"integrity": "sha512-x8wxIpv00Y50NyweDUpa+58ffgSAI5sqe+zcZh33xphD0AVh+1kqr1ombaTRb7Fhpove1zfUuujlX9DWWBP5ag==",
			"dev": true,
			"dependencies": {
				"@es-joy/jsdoccomment": "~0.41.0",
				"are-docs-informative": "^0.0.2",
				"comment-parser": "1.4.1",
				"debug": "^4.3.4",
				"escape-string-regexp": "^4.0.0",
				"esquery": "^1.5.0",
				"is-builtin-module": "^3.2.1",
				"semver": "^7.5.4",
				"spdx-expression-parse": "^4.0.0"
			},
			"engines": {
				"node": ">=16"
			},
			"peerDependencies": {
				"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
			}
		},
		"node_modules/eslint-plugin-jsdoc/node_modules/lru-cache": {
			"version": "6.0.0",
			"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
			"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
			"dev": true,
			"dependencies": {
				"yallist": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/eslint-plugin-jsdoc/node_modules/semver": {
			"version": "7.6.0",
			"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
			"integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
			"dev": true,
			"dependencies": {
				"lru-cache": "^6.0.0"
			},
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/eslint-plugin-jsdoc/node_modules/yallist": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
			"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
			"dev": true
		},
		"node_modules/eslint-plugin-jsx-a11y": {
			"version": "6.8.0",
			"resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.8.0.tgz",
			"integrity": "sha512-Hdh937BS3KdwwbBaKd5+PLCOmYY6U4f2h9Z2ktwtNKvIdIEu137rjYbcb9ApSbVJfWxANNuiKTD/9tOKjK9qOA==",
			"dev": true,
			"dependencies": {
				"@babel/runtime": "^7.23.2",
				"aria-query": "^5.3.0",
				"array-includes": "^3.1.7",
				"array.prototype.flatmap": "^1.3.2",
				"ast-types-flow": "^0.0.8",
				"axe-core": "=4.7.0",
				"axobject-query": "^3.2.1",
				"damerau-levenshtein": "^1.0.8",
				"emoji-regex": "^9.2.2",
				"es-iterator-helpers": "^1.0.15",
				"hasown": "^2.0.0",
				"jsx-ast-utils": "^3.3.5",
				"language-tags": "^1.0.9",
				"minimatch": "^3.1.2",
				"object.entries": "^1.1.7",
				"object.fromentries": "^2.0.7"
			},
			"engines": {
				"node": ">=4.0"
			},
			"peerDependencies": {
				"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
			}
		},
		"node_modules/eslint-plugin-jsx-a11y/node_modules/brace-expansion": {
			"version": "1.1.11",
			"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
			"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
			"dev": true,
			"dependencies": {
				"balanced-match": "^1.0.0",
				"concat-map": "0.0.1"
			}
		},
		"node_modules/eslint-plugin-jsx-a11y/node_modules/minimatch": {
			"version": "3.1.2",
			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
			"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
			"dev": true,
			"dependencies": {
				"brace-expansion": "^1.1.7"
			},
			"engines": {
				"node": "*"
			}
		},
		"node_modules/eslint-plugin-playwright": {
			"version": "0.15.3",
			"resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-0.15.3.tgz",
			"integrity": "sha512-LQMW5y0DLK5Fnpya7JR1oAYL2/7Y9wDiYw6VZqlKqcRGSgjbVKNqxraphk7ra1U3Bb5EK444xMgUlQPbMg2M1g==",
			"dev": true,
			"peerDependencies": {
				"eslint": ">=7",
				"eslint-plugin-jest": ">=25"
			},
			"peerDependenciesMeta": {
				"eslint-plugin-jest": {
					"optional": true
				}
			}
		},
		"node_modules/eslint-plugin-prettier": {
			"version": "5.1.3",
			"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.3.tgz",
			"integrity": "sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==",
			"dev": true,
			"dependencies": {
				"prettier-linter-helpers": "^1.0.0",
				"synckit": "^0.8.6"
			},
			"engines": {
				"node": "^14.18.0 || >=16.0.0"
			},
			"funding": {
				"url": "https://opencollective.com/eslint-plugin-prettier"
			},
			"peerDependencies": {
				"@types/eslint": ">=8.0.0",
				"eslint": ">=8.0.0",
				"eslint-config-prettier": "*",
				"prettier": ">=3.0.0"
			},
			"peerDependenciesMeta": {
				"@types/eslint": {
					"optional": true
				},
				"eslint-config-prettier": {
					"optional": true
				}
			}
		},
		"node_modules/eslint-plugin-react": {
			"version": "7.34.1",
			"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.34.1.tgz",
			"integrity": "sha512-N97CxlouPT1AHt8Jn0mhhN2RrADlUAsk1/atcT2KyA/l9Q/E6ll7OIGwNumFmWfZ9skV3XXccYS19h80rHtgkw==",
			"dev": true,
			"dependencies": {
				"array-includes": "^3.1.7",
				"array.prototype.findlast": "^1.2.4",
				"array.prototype.flatmap": "^1.3.2",
				"array.prototype.toreversed": "^1.1.2",
				"array.prototype.tosorted": "^1.1.3",
				"doctrine": "^2.1.0",
				"es-iterator-helpers": "^1.0.17",
				"estraverse": "^5.3.0",
				"jsx-ast-utils": "^2.4.1 || ^3.0.0",
				"minimatch": "^3.1.2",
				"object.entries": "^1.1.7",
				"object.fromentries": "^2.0.7",
				"object.hasown": "^1.1.3",
				"object.values": "^1.1.7",
				"prop-types": "^15.8.1",
				"resolve": "^2.0.0-next.5",
				"semver": "^6.3.1",
				"string.prototype.matchall": "^4.0.10"
			},
			"engines": {
				"node": ">=4"
			},
			"peerDependencies": {
				"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
			}
		},
		"node_modules/eslint-plugin-react-hooks": {
			"version": "4.6.2",
			"resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz",
			"integrity": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==",
			"dev": true,
			"engines": {
				"node": ">=10"
			},
			"peerDependencies": {
				"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
			}
		},
		"node_modules/eslint-plugin-react/node_modules/brace-expansion": {
			"version": "1.1.11",
			"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
			"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
			"dev": true,
			"dependencies": {
				"balanced-match": "^1.0.0",
				"concat-map": "0.0.1"
			}
		},
		"node_modules/eslint-plugin-react/node_modules/doctrine": {
			"version": "2.1.0",
			"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
			"integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
			"dev": true,
			"dependencies": {
				"esutils": "^2.0.2"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/eslint-plugin-react/node_modules/minimatch": {
			"version": "3.1.2",
			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
			"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
			"dev": true,
			"dependencies": {
				"brace-expansion": "^1.1.7"
			},
			"engines": {
				"node": "*"
			}
		},
		"node_modules/eslint-plugin-react/node_modules/resolve": {
			"version": "2.0.0-next.5",
			"resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz",
			"integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==",
			"dev": true,
			"dependencies": {
				"is-core-module": "^2.13.0",
				"path-parse": "^1.0.7",
				"supports-preserve-symlinks-flag": "^1.0.0"
			},
			"bin": {
				"resolve": "bin/resolve"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/eslint-scope": {
			"version": "5.1.1",
			"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
			"integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
			"dev": true,
			"dependencies": {
				"esrecurse": "^4.3.0",
				"estraverse": "^4.1.1"
			},
			"engines": {
				"node": ">=8.0.0"
			}
		},
		"node_modules/eslint-scope/node_modules/estraverse": {
			"version": "4.3.0",
			"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
			"integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
			"dev": true,
			"engines": {
				"node": ">=4.0"
			}
		},
		"node_modules/eslint-visitor-keys": {
			"version": "2.1.0",
			"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
			"integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
			"dev": true,
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/eslint/node_modules/argparse": {
			"version": "2.0.1",
			"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
			"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
			"dev": true
		},
		"node_modules/eslint/node_modules/brace-expansion": {
			"version": "1.1.11",
			"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
			"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
			"dev": true,
			"dependencies": {
				"balanced-match": "^1.0.0",
				"concat-map": "0.0.1"
			}
		},
		"node_modules/eslint/node_modules/cross-spawn": {
			"version": "7.0.3",
			"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
			"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
			"dev": true,
			"dependencies": {
				"path-key": "^3.1.0",
				"shebang-command": "^2.0.0",
				"which": "^2.0.1"
			},
			"engines": {
				"node": ">= 8"
			}
		},
		"node_modules/eslint/node_modules/eslint-scope": {
			"version": "7.2.2",
			"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
			"integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
			"dev": true,
			"dependencies": {
				"esrecurse": "^4.3.0",
				"estraverse": "^5.2.0"
			},
			"engines": {
				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
			},
			"funding": {
				"url": "https://opencollective.com/eslint"
			}
		},
		"node_modules/eslint/node_modules/eslint-visitor-keys": {
			"version": "3.4.3",
			"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
			"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
			"dev": true,
			"engines": {
				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
			},
			"funding": {
				"url": "https://opencollective.com/eslint"
			}
		},
		"node_modules/eslint/node_modules/find-up": {
			"version": "5.0.0",
			"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
			"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
			"dev": true,
			"dependencies": {
				"locate-path": "^6.0.0",
				"path-exists": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/eslint/node_modules/globals": {
			"version": "13.24.0",
			"resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
			"integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
			"dev": true,
			"dependencies": {
				"type-fest": "^0.20.2"
			},
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/eslint/node_modules/js-yaml": {
			"version": "4.1.0",
			"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
			"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
			"dev": true,
			"dependencies": {
				"argparse": "^2.0.1"
			},
			"bin": {
				"js-yaml": "bin/js-yaml.js"
			}
		},
		"node_modules/eslint/node_modules/locate-path": {
			"version": "6.0.0",
			"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
			"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
			"dev": true,
			"dependencies": {
				"p-locate": "^5.0.0"
			},
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/eslint/node_modules/minimatch": {
			"version": "3.1.2",
			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
			"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
			"dev": true,
			"dependencies": {
				"brace-expansion": "^1.1.7"
			},
			"engines": {
				"node": "*"
			}
		},
		"node_modules/eslint/node_modules/p-locate": {
			"version": "5.0.0",
			"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
			"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
			"dev": true,
			"dependencies": {
				"p-limit": "^3.0.2"
			},
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/eslint/node_modules/shebang-command": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
			"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
			"dev": true,
			"dependencies": {
				"shebang-regex": "^3.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/eslint/node_modules/shebang-regex": {
			"version": "3.0.0",
			"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
			"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
			"dev": true,
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/eslint/node_modules/type-fest": {
			"version": "0.20.2",
			"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
			"integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
			"dev": true,
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/eslint/node_modules/which": {
			"version": "2.0.2",
			"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
			"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
			"dev": true,
			"dependencies": {
				"isexe": "^2.0.0"
			},
			"bin": {
				"node-which": "bin/node-which"
			},
			"engines": {
				"node": ">= 8"
			}
		},
		"node_modules/espree": {
			"version": "9.6.1",
			"resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
			"integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
			"dev": true,
			"dependencies": {
				"acorn": "^8.9.0",
				"acorn-jsx": "^5.3.2",
				"eslint-visitor-keys": "^3.4.1"
			},
			"engines": {
				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
			},
			"funding": {
				"url": "https://opencollective.com/eslint"
			}
		},
		"node_modules/espree/node_modules/eslint-visitor-keys": {
			"version": "3.4.3",
			"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
			"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
			"dev": true,
			"engines": {
				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
			},
			"funding": {
				"url": "https://opencollective.com/eslint"
			}
		},
		"node_modules/esprima": {
			"version": "4.0.1",
			"resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
			"integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
			"dev": true,
			"bin": {
				"esparse": "bin/esparse.js",
				"esvalidate": "bin/esvalidate.js"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/esquery": {
			"version": "1.5.0",
			"resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz",
			"integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==",
			"dev": true,
			"dependencies": {
				"estraverse": "^5.1.0"
			},
			"engines": {
				"node": ">=0.10"
			}
		},
		"node_modules/esrecurse": {
			"version": "4.3.0",
			"resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
			"integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
			"dev": true,
			"dependencies": {
				"estraverse": "^5.2.0"
			},
			"engines": {
				"node": ">=4.0"
			}
		},
		"node_modules/estraverse": {
			"version": "5.3.0",
			"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
			"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
			"dev": true,
			"engines": {
				"node": ">=4.0"
			}
		},
		"node_modules/esutils": {
			"version": "2.0.3",
			"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
			"integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/etag": {
			"version": "1.8.1",
			"resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
			"integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
			"dev": true,
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/eventemitter3": {
			"version": "4.0.7",
			"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
			"integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==",
			"dev": true
		},
		"node_modules/events": {
			"version": "3.3.0",
			"resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
			"integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
			"dev": true,
			"engines": {
				"node": ">=0.8.x"
			}
		},
		"node_modules/execa": {
			"version": "5.1.1",
			"resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
			"integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
			"dev": true,
			"dependencies": {
				"cross-spawn": "^7.0.3",
				"get-stream": "^6.0.0",
				"human-signals": "^2.1.0",
				"is-stream": "^2.0.0",
				"merge-stream": "^2.0.0",
				"npm-run-path": "^4.0.1",
				"onetime": "^5.1.2",
				"signal-exit": "^3.0.3",
				"strip-final-newline": "^2.0.0"
			},
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sindresorhus/execa?sponsor=1"
			}
		},
		"node_modules/execa/node_modules/cross-spawn": {
			"version": "7.0.3",
			"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
			"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
			"dev": true,
			"dependencies": {
				"path-key": "^3.1.0",
				"shebang-command": "^2.0.0",
				"which": "^2.0.1"
			},
			"engines": {
				"node": ">= 8"
			}
		},
		"node_modules/execa/node_modules/shebang-command": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
			"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
			"dev": true,
			"dependencies": {
				"shebang-regex": "^3.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/execa/node_modules/shebang-regex": {
			"version": "3.0.0",
			"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
			"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
			"dev": true,
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/execa/node_modules/which": {
			"version": "2.0.2",
			"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
			"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
			"dev": true,
			"dependencies": {
				"isexe": "^2.0.0"
			},
			"bin": {
				"node-which": "bin/node-which"
			},
			"engines": {
				"node": ">= 8"
			}
		},
		"node_modules/exit": {
			"version": "0.1.2",
			"resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
			"integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==",
			"dev": true,
			"engines": {
				"node": ">= 0.8.0"
			}
		},
		"node_modules/expand-tilde": {
			"version": "1.2.2",
			"resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-1.2.2.tgz",
			"integrity": "sha512-rtmc+cjLZqnu9dSYosX9EWmSJhTwpACgJQTfj4hgg2JjOD/6SIQalZrt4a3aQeh++oNxkazcaxrhPUj6+g5G/Q==",
			"dev": true,
			"dependencies": {
				"os-homedir": "^1.0.1"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/expect": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz",
			"integrity": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==",
			"dev": true,
			"dependencies": {
				"@jest/expect-utils": "^29.7.0",
				"jest-get-type": "^29.6.3",
				"jest-matcher-utils": "^29.7.0",
				"jest-message-util": "^29.7.0",
				"jest-util": "^29.7.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/expect-puppeteer": {
			"version": "4.4.0",
			"resolved": "https://registry.npmjs.org/expect-puppeteer/-/expect-puppeteer-4.4.0.tgz",
			"integrity": "sha512-6Ey4Xy2xvmuQu7z7YQtMsaMV0EHJRpVxIDOd5GRrm04/I3nkTKIutELfECsLp6le+b3SSa3cXhPiw6PgqzxYWA==",
			"dev": true
		},
		"node_modules/express": {
			"version": "4.19.2",
			"resolved": "https://registry.npmjs.org/express/-/express-4.19.2.tgz",
			"integrity": "sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==",
			"dev": true,
			"dependencies": {
				"accepts": "~1.3.8",
				"array-flatten": "1.1.1",
				"body-parser": "1.20.2",
				"content-disposition": "0.5.4",
				"content-type": "~1.0.4",
				"cookie": "0.6.0",
				"cookie-signature": "1.0.6",
				"debug": "2.6.9",
				"depd": "2.0.0",
				"encodeurl": "~1.0.2",
				"escape-html": "~1.0.3",
				"etag": "~1.8.1",
				"finalhandler": "1.2.0",
				"fresh": "0.5.2",
				"http-errors": "2.0.0",
				"merge-descriptors": "1.0.1",
				"methods": "~1.1.2",
				"on-finished": "2.4.1",
				"parseurl": "~1.3.3",
				"path-to-regexp": "0.1.7",
				"proxy-addr": "~2.0.7",
				"qs": "6.11.0",
				"range-parser": "~1.2.1",
				"safe-buffer": "5.2.1",
				"send": "0.18.0",
				"serve-static": "1.15.0",
				"setprototypeof": "1.2.0",
				"statuses": "2.0.1",
				"type-is": "~1.6.18",
				"utils-merge": "1.0.1",
				"vary": "~1.1.2"
			},
			"engines": {
				"node": ">= 0.10.0"
			}
		},
		"node_modules/express/node_modules/cookie": {
			"version": "0.6.0",
			"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz",
			"integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==",
			"dev": true,
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/express/node_modules/debug": {
			"version": "2.6.9",
			"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
			"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
			"dev": true,
			"dependencies": {
				"ms": "2.0.0"
			}
		},
		"node_modules/express/node_modules/ms": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
			"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
			"dev": true
		},
		"node_modules/extract-zip": {
			"version": "2.0.1",
			"resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz",
			"integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==",
			"dev": true,
			"dependencies": {
				"debug": "^4.1.1",
				"get-stream": "^5.1.0",
				"yauzl": "^2.10.0"
			},
			"bin": {
				"extract-zip": "cli.js"
			},
			"engines": {
				"node": ">= 10.17.0"
			},
			"optionalDependencies": {
				"@types/yauzl": "^2.9.1"
			}
		},
		"node_modules/extract-zip/node_modules/get-stream": {
			"version": "5.2.0",
			"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
			"integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
			"dev": true,
			"dependencies": {
				"pump": "^3.0.0"
			},
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/fast-deep-equal": {
			"version": "3.1.3",
			"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
			"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
			"dev": true
		},
		"node_modules/fast-diff": {
			"version": "1.3.0",
			"resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz",
			"integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==",
			"dev": true
		},
		"node_modules/fast-fifo": {
			"version": "1.3.2",
			"resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
			"integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
			"dev": true
		},
		"node_modules/fast-glob": {
			"version": "3.3.2",
			"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
			"integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
			"dev": true,
			"dependencies": {
				"@nodelib/fs.stat": "^2.0.2",
				"@nodelib/fs.walk": "^1.2.3",
				"glob-parent": "^5.1.2",
				"merge2": "^1.3.0",
				"micromatch": "^4.0.4"
			},
			"engines": {
				"node": ">=8.6.0"
			}
		},
		"node_modules/fast-glob/node_modules/glob-parent": {
			"version": "5.1.2",
			"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
			"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
			"dev": true,
			"dependencies": {
				"is-glob": "^4.0.1"
			},
			"engines": {
				"node": ">= 6"
			}
		},
		"node_modules/fast-json-stable-stringify": {
			"version": "2.1.0",
			"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
			"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
			"dev": true
		},
		"node_modules/fast-levenshtein": {
			"version": "2.0.6",
			"resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
			"integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
			"dev": true
		},
		"node_modules/fastest-levenshtein": {
			"version": "1.0.16",
			"resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz",
			"integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==",
			"dev": true,
			"engines": {
				"node": ">= 4.9.1"
			}
		},
		"node_modules/fastq": {
			"version": "1.17.1",
			"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
			"integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
			"dev": true,
			"dependencies": {
				"reusify": "^1.0.4"
			}
		},
		"node_modules/faye-websocket": {
			"version": "0.11.4",
			"resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz",
			"integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==",
			"dev": true,
			"dependencies": {
				"websocket-driver": ">=0.5.1"
			},
			"engines": {
				"node": ">=0.8.0"
			}
		},
		"node_modules/fb-watchman": {
			"version": "2.0.2",
			"resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz",
			"integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==",
			"dev": true,
			"dependencies": {
				"bser": "2.1.1"
			}
		},
		"node_modules/fd-slicer": {
			"version": "1.1.0",
			"resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
			"integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==",
			"dev": true,
			"dependencies": {
				"pend": "~1.2.0"
			}
		},
		"node_modules/file-entry-cache": {
			"version": "6.0.1",
			"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
			"integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
			"dev": true,
			"dependencies": {
				"flat-cache": "^3.0.4"
			},
			"engines": {
				"node": "^10.12.0 || >=12.0.0"
			}
		},
		"node_modules/filename-reserved-regex": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz",
			"integrity": "sha512-lc1bnsSr4L4Bdif8Xb/qrtokGbq5zlsms/CYH8PP+WtCkGNF65DPiQY8vG3SakEdRn8Dlnm+gW/qWKKjS5sZzQ==",
			"dev": true,
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/filenamify": {
			"version": "4.3.0",
			"resolved": "https://registry.npmjs.org/filenamify/-/filenamify-4.3.0.tgz",
			"integrity": "sha512-hcFKyUG57yWGAzu1CMt/dPzYZuv+jAJUT85bL8mrXvNe6hWj6yEHEc4EdcgiA6Z3oi1/9wXJdZPXF2dZNgwgOg==",
			"dev": true,
			"dependencies": {
				"filename-reserved-regex": "^2.0.0",
				"strip-outer": "^1.0.1",
				"trim-repeated": "^1.0.0"
			},
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/fill-range": {
			"version": "7.0.1",
			"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
			"integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
			"dev": true,
			"dependencies": {
				"to-regex-range": "^5.0.1"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/finalhandler": {
			"version": "1.2.0",
			"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz",
			"integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==",
			"dev": true,
			"dependencies": {
				"debug": "2.6.9",
				"encodeurl": "~1.0.2",
				"escape-html": "~1.0.3",
				"on-finished": "2.4.1",
				"parseurl": "~1.3.3",
				"statuses": "2.0.1",
				"unpipe": "~1.0.0"
			},
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/finalhandler/node_modules/debug": {
			"version": "2.6.9",
			"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
			"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
			"dev": true,
			"dependencies": {
				"ms": "2.0.0"
			}
		},
		"node_modules/finalhandler/node_modules/ms": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
			"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
			"dev": true
		},
		"node_modules/find-cache-dir": {
			"version": "3.3.2",
			"resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz",
			"integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==",
			"dev": true,
			"dependencies": {
				"commondir": "^1.0.1",
				"make-dir": "^3.0.2",
				"pkg-dir": "^4.1.0"
			},
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/avajs/find-cache-dir?sponsor=1"
			}
		},
		"node_modules/find-file-up": {
			"version": "0.1.3",
			"resolved": "https://registry.npmjs.org/find-file-up/-/find-file-up-0.1.3.tgz",
			"integrity": "sha512-mBxmNbVyjg1LQIIpgO8hN+ybWBgDQK8qjht+EbrTCGmmPV/sc7RF1i9stPTD6bpvXZywBdrwRYxhSdJv867L6A==",
			"dev": true,
			"dependencies": {
				"fs-exists-sync": "^0.1.0",
				"resolve-dir": "^0.1.0"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/find-parent-dir": {
			"version": "0.3.1",
			"resolved": "https://registry.npmjs.org/find-parent-dir/-/find-parent-dir-0.3.1.tgz",
			"integrity": "sha512-o4UcykWV/XN9wm+jMEtWLPlV8RXCZnMhQI6F6OdHeSez7iiJWePw8ijOlskJZMsaQoGR/b7dH6lO02HhaTN7+A==",
			"dev": true
		},
		"node_modules/find-pkg": {
			"version": "0.1.2",
			"resolved": "https://registry.npmjs.org/find-pkg/-/find-pkg-0.1.2.tgz",
			"integrity": "sha512-0rnQWcFwZr7eO0513HahrWafsc3CTFioEB7DRiEYCUM/70QXSY8f3mCST17HXLcPvEhzH/Ty/Bxd72ZZsr/yvw==",
			"dev": true,
			"dependencies": {
				"find-file-up": "^0.1.2"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/find-process": {
			"version": "1.4.7",
			"resolved": "https://registry.npmjs.org/find-process/-/find-process-1.4.7.tgz",
			"integrity": "sha512-/U4CYp1214Xrp3u3Fqr9yNynUrr5Le4y0SsJh2lMDDSbpwYSz3M2SMWQC+wqcx79cN8PQtHQIL8KnuY9M66fdg==",
			"dev": true,
			"dependencies": {
				"chalk": "^4.0.0",
				"commander": "^5.1.0",
				"debug": "^4.1.1"
			},
			"bin": {
				"find-process": "bin/find-process.js"
			}
		},
		"node_modules/find-up": {
			"version": "4.1.0",
			"resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
			"integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
			"dev": true,
			"dependencies": {
				"locate-path": "^5.0.0",
				"path-exists": "^4.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/flat": {
			"version": "5.0.2",
			"resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz",
			"integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==",
			"dev": true,
			"bin": {
				"flat": "cli.js"
			}
		},
		"node_modules/flat-cache": {
			"version": "3.2.0",
			"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz",
			"integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
			"dev": true,
			"dependencies": {
				"flatted": "^3.2.9",
				"keyv": "^4.5.3",
				"rimraf": "^3.0.2"
			},
			"engines": {
				"node": "^10.12.0 || >=12.0.0"
			}
		},
		"node_modules/flat-cache/node_modules/rimraf": {
			"version": "3.0.2",
			"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
			"integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
			"dev": true,
			"dependencies": {
				"glob": "^7.1.3"
			},
			"bin": {
				"rimraf": "bin.js"
			},
			"funding": {
				"url": "https://github.com/sponsors/isaacs"
			}
		},
		"node_modules/flatted": {
			"version": "3.3.1",
			"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",
			"integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==",
			"dev": true
		},
		"node_modules/follow-redirects": {
			"version": "1.15.6",
			"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz",
			"integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==",
			"dev": true,
			"funding": [
				{
					"type": "individual",
					"url": "https://github.com/sponsors/RubenVerborgh"
				}
			],
			"engines": {
				"node": ">=4.0"
			},
			"peerDependenciesMeta": {
				"debug": {
					"optional": true
				}
			}
		},
		"node_modules/for-each": {
			"version": "0.3.3",
			"resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
			"integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
			"dev": true,
			"dependencies": {
				"is-callable": "^1.1.3"
			}
		},
		"node_modules/for-in": {
			"version": "1.0.2",
			"resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
			"integrity": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/for-own": {
			"version": "0.1.5",
			"resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz",
			"integrity": "sha512-SKmowqGTJoPzLO1T0BBJpkfp3EMacCMOuH40hOUbrbzElVktk4DioXVM99QkLCyKoiuOmyjgcWMpVz2xjE7LZw==",
			"dev": true,
			"dependencies": {
				"for-in": "^1.0.1"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/form-data": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
			"integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
			"dev": true,
			"dependencies": {
				"asynckit": "^0.4.0",
				"combined-stream": "^1.0.8",
				"mime-types": "^2.1.12"
			},
			"engines": {
				"node": ">= 6"
			}
		},
		"node_modules/forwarded": {
			"version": "0.2.0",
			"resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
			"integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
			"dev": true,
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/fraction.js": {
			"version": "4.3.7",
			"resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
			"integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
			"dev": true,
			"engines": {
				"node": "*"
			},
			"funding": {
				"type": "patreon",
				"url": "https://github.com/sponsors/rawify"
			}
		},
		"node_modules/fresh": {
			"version": "0.5.2",
			"resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
			"integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
			"dev": true,
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/fs-constants": {
			"version": "1.0.0",
			"resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
			"integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
			"dev": true
		},
		"node_modules/fs-exists-sync": {
			"version": "0.1.0",
			"resolved": "https://registry.npmjs.org/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz",
			"integrity": "sha512-cR/vflFyPZtrN6b38ZyWxpWdhlXrzZEBawlpBQMq7033xVY7/kg0GDMBK5jg8lDYQckdJ5x/YC88lM3C7VMsLg==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/fs-extra": {
			"version": "11.2.0",
			"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz",
			"integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
			"dev": true,
			"dependencies": {
				"graceful-fs": "^4.2.0",
				"jsonfile": "^6.0.1",
				"universalify": "^2.0.0"
			},
			"engines": {
				"node": ">=14.14"
			}
		},
		"node_modules/fs-extra/node_modules/universalify": {
			"version": "2.0.1",
			"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
			"integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
			"dev": true,
			"engines": {
				"node": ">= 10.0.0"
			}
		},
		"node_modules/fs-monkey": {
			"version": "1.0.5",
			"resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.5.tgz",
			"integrity": "sha512-8uMbBjrhzW76TYgEV27Y5E//W2f/lTFmx78P2w19FZSxarhI/798APGQyuGCwmkNxgwGRhrLfvWyLBvNtuOmew==",
			"dev": true
		},
		"node_modules/fs.realpath": {
			"version": "1.0.0",
			"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
			"integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
			"dev": true
		},
		"node_modules/fsevents": {
			"version": "2.3.3",
			"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
			"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
			"dev": true,
			"hasInstallScript": true,
			"optional": true,
			"os": [
				"darwin"
			],
			"engines": {
				"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
			}
		},
		"node_modules/function-bind": {
			"version": "1.1.2",
			"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
			"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
			"dev": true,
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/function.prototype.name": {
			"version": "1.1.6",
			"resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz",
			"integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.2.0",
				"es-abstract": "^1.22.1",
				"functions-have-names": "^1.2.3"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/functions-have-names": {
			"version": "1.2.3",
			"resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
			"integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
			"dev": true,
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/gensync": {
			"version": "1.0.0-beta.2",
			"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
			"integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
			"dev": true,
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/get-caller-file": {
			"version": "2.0.5",
			"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
			"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
			"dev": true,
			"engines": {
				"node": "6.* || 8.* || >= 10.*"
			}
		},
		"node_modules/get-intrinsic": {
			"version": "1.2.4",
			"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
			"integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==",
			"dev": true,
			"dependencies": {
				"es-errors": "^1.3.0",
				"function-bind": "^1.1.2",
				"has-proto": "^1.0.1",
				"has-symbols": "^1.0.3",
				"hasown": "^2.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/get-package-type": {
			"version": "0.1.0",
			"resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
			"integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==",
			"dev": true,
			"engines": {
				"node": ">=8.0.0"
			}
		},
		"node_modules/get-port": {
			"version": "5.1.1",
			"resolved": "https://registry.npmjs.org/get-port/-/get-port-5.1.1.tgz",
			"integrity": "sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==",
			"dev": true,
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/get-stdin": {
			"version": "9.0.0",
			"resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-9.0.0.tgz",
			"integrity": "sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA==",
			"dev": true,
			"engines": {
				"node": ">=12"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/get-stream": {
			"version": "6.0.1",
			"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
			"integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
			"dev": true,
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/get-symbol-description": {
			"version": "1.0.2",
			"resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz",
			"integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.5",
				"es-errors": "^1.3.0",
				"get-intrinsic": "^1.2.4"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/get-uri": {
			"version": "6.0.3",
			"resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.3.tgz",
			"integrity": "sha512-BzUrJBS9EcUb4cFol8r4W3v1cPsSyajLSthNkz5BxbpDcHN5tIrM10E2eNvfnvBn3DaT3DUgx0OpsBKkaOpanw==",
			"dev": true,
			"dependencies": {
				"basic-ftp": "^5.0.2",
				"data-uri-to-buffer": "^6.0.2",
				"debug": "^4.3.4",
				"fs-extra": "^11.2.0"
			},
			"engines": {
				"node": ">= 14"
			}
		},
		"node_modules/gettext-parser": {
			"version": "1.4.0",
			"resolved": "https://registry.npmjs.org/gettext-parser/-/gettext-parser-1.4.0.tgz",
			"integrity": "sha512-sedZYLHlHeBop/gZ1jdg59hlUEcpcZJofLq2JFwJT1zTqAU3l2wFv6IsuwFHGqbiT9DWzMUW4/em2+hspnmMMA==",
			"dev": true,
			"dependencies": {
				"encoding": "^0.1.12",
				"safe-buffer": "^5.1.1"
			}
		},
		"node_modules/glob": {
			"version": "7.2.3",
			"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
			"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
			"dev": true,
			"dependencies": {
				"fs.realpath": "^1.0.0",
				"inflight": "^1.0.4",
				"inherits": "2",
				"minimatch": "^3.1.1",
				"once": "^1.3.0",
				"path-is-absolute": "^1.0.0"
			},
			"engines": {
				"node": "*"
			},
			"funding": {
				"url": "https://github.com/sponsors/isaacs"
			}
		},
		"node_modules/glob-parent": {
			"version": "6.0.2",
			"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
			"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
			"dev": true,
			"dependencies": {
				"is-glob": "^4.0.3"
			},
			"engines": {
				"node": ">=10.13.0"
			}
		},
		"node_modules/glob-to-regexp": {
			"version": "0.4.1",
			"resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
			"integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==",
			"dev": true
		},
		"node_modules/glob/node_modules/brace-expansion": {
			"version": "1.1.11",
			"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
			"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
			"dev": true,
			"dependencies": {
				"balanced-match": "^1.0.0",
				"concat-map": "0.0.1"
			}
		},
		"node_modules/glob/node_modules/minimatch": {
			"version": "3.1.2",
			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
			"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
			"dev": true,
			"dependencies": {
				"brace-expansion": "^1.1.7"
			},
			"engines": {
				"node": "*"
			}
		},
		"node_modules/global-modules": {
			"version": "0.2.3",
			"resolved": "https://registry.npmjs.org/global-modules/-/global-modules-0.2.3.tgz",
			"integrity": "sha512-JeXuCbvYzYXcwE6acL9V2bAOeSIGl4dD+iwLY9iUx2VBJJ80R18HCn+JCwHM9Oegdfya3lEkGCdaRkSyc10hDA==",
			"dev": true,
			"dependencies": {
				"global-prefix": "^0.1.4",
				"is-windows": "^0.2.0"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/global-prefix": {
			"version": "0.1.5",
			"resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-0.1.5.tgz",
			"integrity": "sha512-gOPiyxcD9dJGCEArAhF4Hd0BAqvAe/JzERP7tYumE4yIkmIedPUVXcJFWbV3/p/ovIIvKjkrTk+f1UVkq7vvbw==",
			"dev": true,
			"dependencies": {
				"homedir-polyfill": "^1.0.0",
				"ini": "^1.3.4",
				"is-windows": "^0.2.0",
				"which": "^1.2.12"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/globals": {
			"version": "11.12.0",
			"resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
			"integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
			"dev": true,
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/globalthis": {
			"version": "1.0.3",
			"resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz",
			"integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==",
			"dev": true,
			"dependencies": {
				"define-properties": "^1.1.3"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/globby": {
			"version": "11.1.0",
			"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
			"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
			"dev": true,
			"dependencies": {
				"array-union": "^2.1.0",
				"dir-glob": "^3.0.1",
				"fast-glob": "^3.2.9",
				"ignore": "^5.2.0",
				"merge2": "^1.4.1",
				"slash": "^3.0.0"
			},
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/globjoin": {
			"version": "0.1.4",
			"resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz",
			"integrity": "sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==",
			"dev": true
		},
		"node_modules/gopd": {
			"version": "1.0.1",
			"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
			"integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
			"dev": true,
			"dependencies": {
				"get-intrinsic": "^1.1.3"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/graceful-fs": {
			"version": "4.2.11",
			"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
			"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
			"dev": true
		},
		"node_modules/graphemer": {
			"version": "1.4.0",
			"resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
			"integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
			"dev": true
		},
		"node_modules/gzip-size": {
			"version": "6.0.0",
			"resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz",
			"integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==",
			"dev": true,
			"dependencies": {
				"duplexer": "^0.1.2"
			},
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/handle-thing": {
			"version": "2.0.1",
			"resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz",
			"integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==",
			"dev": true
		},
		"node_modules/hard-rejection": {
			"version": "2.1.0",
			"resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz",
			"integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==",
			"dev": true,
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/has-bigints": {
			"version": "1.0.2",
			"resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz",
			"integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==",
			"dev": true,
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/has-flag": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
			"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
			"dev": true,
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/has-property-descriptors": {
			"version": "1.0.2",
			"resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
			"integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
			"dev": true,
			"dependencies": {
				"es-define-property": "^1.0.0"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/has-proto": {
			"version": "1.0.3",
			"resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz",
			"integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
			"dev": true,
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/has-symbols": {
			"version": "1.0.3",
			"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
			"integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
			"dev": true,
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/has-tostringtag": {
			"version": "1.0.2",
			"resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
			"integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
			"dev": true,
			"dependencies": {
				"has-symbols": "^1.0.3"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/hasown": {
			"version": "2.0.2",
			"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
			"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
			"dev": true,
			"dependencies": {
				"function-bind": "^1.1.2"
			},
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/header-case": {
			"version": "2.0.4",
			"resolved": "https://registry.npmjs.org/header-case/-/header-case-2.0.4.tgz",
			"integrity": "sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==",
			"dev": true,
			"dependencies": {
				"capital-case": "^1.0.4",
				"tslib": "^2.0.3"
			}
		},
		"node_modules/homedir-polyfill": {
			"version": "1.0.3",
			"resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz",
			"integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==",
			"dev": true,
			"dependencies": {
				"parse-passwd": "^1.0.0"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/hosted-git-info": {
			"version": "4.1.0",
			"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz",
			"integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==",
			"dev": true,
			"dependencies": {
				"lru-cache": "^6.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/hosted-git-info/node_modules/lru-cache": {
			"version": "6.0.0",
			"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
			"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
			"dev": true,
			"dependencies": {
				"yallist": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/hosted-git-info/node_modules/yallist": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
			"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
			"dev": true
		},
		"node_modules/hpack.js": {
			"version": "2.1.6",
			"resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
			"integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==",
			"dev": true,
			"dependencies": {
				"inherits": "^2.0.1",
				"obuf": "^1.0.0",
				"readable-stream": "^2.0.1",
				"wbuf": "^1.1.0"
			}
		},
		"node_modules/hpack.js/node_modules/isarray": {
			"version": "1.0.0",
			"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
			"integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
			"dev": true
		},
		"node_modules/hpack.js/node_modules/readable-stream": {
			"version": "2.3.8",
			"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
			"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
			"dev": true,
			"dependencies": {
				"core-util-is": "~1.0.0",
				"inherits": "~2.0.3",
				"isarray": "~1.0.0",
				"process-nextick-args": "~2.0.0",
				"safe-buffer": "~5.1.1",
				"string_decoder": "~1.1.1",
				"util-deprecate": "~1.0.1"
			}
		},
		"node_modules/hpack.js/node_modules/safe-buffer": {
			"version": "5.1.2",
			"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
			"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
			"dev": true
		},
		"node_modules/hpack.js/node_modules/string_decoder": {
			"version": "1.1.1",
			"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
			"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
			"dev": true,
			"dependencies": {
				"safe-buffer": "~5.1.0"
			}
		},
		"node_modules/html-encoding-sniffer": {
			"version": "3.0.0",
			"resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz",
			"integrity": "sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==",
			"dev": true,
			"dependencies": {
				"whatwg-encoding": "^2.0.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/html-entities": {
			"version": "2.5.2",
			"resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz",
			"integrity": "sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==",
			"dev": true,
			"funding": [
				{
					"type": "github",
					"url": "https://github.com/sponsors/mdevils"
				},
				{
					"type": "patreon",
					"url": "https://patreon.com/mdevils"
				}
			]
		},
		"node_modules/html-escaper": {
			"version": "2.0.2",
			"resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
			"integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
			"dev": true
		},
		"node_modules/html-tags": {
			"version": "3.3.1",
			"resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz",
			"integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==",
			"dev": true,
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/http-deceiver": {
			"version": "1.2.7",
			"resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz",
			"integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==",
			"dev": true
		},
		"node_modules/http-errors": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
			"integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
			"dev": true,
			"dependencies": {
				"depd": "2.0.0",
				"inherits": "2.0.4",
				"setprototypeof": "1.2.0",
				"statuses": "2.0.1",
				"toidentifier": "1.0.1"
			},
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/http-link-header": {
			"version": "1.1.3",
			"resolved": "https://registry.npmjs.org/http-link-header/-/http-link-header-1.1.3.tgz",
			"integrity": "sha512-3cZ0SRL8fb9MUlU3mKM61FcQvPfXx2dBrZW3Vbg5CXa8jFlK8OaEpePenLe1oEXQduhz8b0QjsqfS59QP4AJDQ==",
			"dev": true,
			"engines": {
				"node": ">=6.0.0"
			}
		},
		"node_modules/http-parser-js": {
			"version": "0.5.8",
			"resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz",
			"integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==",
			"dev": true
		},
		"node_modules/http-proxy": {
			"version": "1.18.1",
			"resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz",
			"integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==",
			"dev": true,
			"dependencies": {
				"eventemitter3": "^4.0.0",
				"follow-redirects": "^1.0.0",
				"requires-port": "^1.0.0"
			},
			"engines": {
				"node": ">=8.0.0"
			}
		},
		"node_modules/http-proxy-agent": {
			"version": "5.0.0",
			"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz",
			"integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==",
			"dev": true,
			"dependencies": {
				"@tootallnate/once": "2",
				"agent-base": "6",
				"debug": "4"
			},
			"engines": {
				"node": ">= 6"
			}
		},
		"node_modules/http-proxy-middleware": {
			"version": "2.0.6",
			"resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz",
			"integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==",
			"dev": true,
			"dependencies": {
				"@types/http-proxy": "^1.17.8",
				"http-proxy": "^1.18.1",
				"is-glob": "^4.0.1",
				"is-plain-obj": "^3.0.0",
				"micromatch": "^4.0.2"
			},
			"engines": {
				"node": ">=12.0.0"
			},
			"peerDependencies": {
				"@types/express": "^4.17.13"
			},
			"peerDependenciesMeta": {
				"@types/express": {
					"optional": true
				}
			}
		},
		"node_modules/https-proxy-agent": {
			"version": "5.0.1",
			"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
			"integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
			"dev": true,
			"dependencies": {
				"agent-base": "6",
				"debug": "4"
			},
			"engines": {
				"node": ">= 6"
			}
		},
		"node_modules/human-signals": {
			"version": "2.1.0",
			"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
			"integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
			"dev": true,
			"engines": {
				"node": ">=10.17.0"
			}
		},
		"node_modules/iconv-lite": {
			"version": "0.6.3",
			"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
			"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
			"dev": true,
			"dependencies": {
				"safer-buffer": ">= 2.1.2 < 3.0.0"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/icss-utils": {
			"version": "5.1.0",
			"resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz",
			"integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==",
			"dev": true,
			"engines": {
				"node": "^10 || ^12 || >= 14"
			},
			"peerDependencies": {
				"postcss": "^8.1.0"
			}
		},
		"node_modules/ieee754": {
			"version": "1.2.1",
			"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
			"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
			"dev": true,
			"funding": [
				{
					"type": "github",
					"url": "https://github.com/sponsors/feross"
				},
				{
					"type": "patreon",
					"url": "https://www.patreon.com/feross"
				},
				{
					"type": "consulting",
					"url": "https://feross.org/support"
				}
			]
		},
		"node_modules/ignore": {
			"version": "5.3.1",
			"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
			"integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
			"dev": true,
			"engines": {
				"node": ">= 4"
			}
		},
		"node_modules/ignore-walk": {
			"version": "4.0.1",
			"resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-4.0.1.tgz",
			"integrity": "sha512-rzDQLaW4jQbh2YrOFlJdCtX8qgJTehFRYiUB2r1osqTeDzV/3+Jh8fz1oAPzUThf3iku8Ds4IDqawI5d8mUiQw==",
			"dev": true,
			"dependencies": {
				"minimatch": "^3.0.4"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/ignore-walk/node_modules/brace-expansion": {
			"version": "1.1.11",
			"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
			"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
			"dev": true,
			"dependencies": {
				"balanced-match": "^1.0.0",
				"concat-map": "0.0.1"
			}
		},
		"node_modules/ignore-walk/node_modules/minimatch": {
			"version": "3.1.2",
			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
			"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
			"dev": true,
			"dependencies": {
				"brace-expansion": "^1.1.7"
			},
			"engines": {
				"node": "*"
			}
		},
		"node_modules/image-ssim": {
			"version": "0.2.0",
			"resolved": "https://registry.npmjs.org/image-ssim/-/image-ssim-0.2.0.tgz",
			"integrity": "sha512-W7+sO6/yhxy83L0G7xR8YAc5Z5QFtYEXXRV6EaE8tuYBZJnA3gVgp3q7X7muhLZVodeb9UfvjSbwt9VJwjIYAg==",
			"dev": true
		},
		"node_modules/immutable": {
			"version": "4.3.5",
			"resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.5.tgz",
			"integrity": "sha512-8eabxkth9gZatlwl5TBuJnCsoTADlL6ftEr7A4qgdaTsPyreilDSnUk57SO+jfKcNtxPa22U5KK6DSeAYhpBJw==",
			"dev": true
		},
		"node_modules/import-fresh": {
			"version": "3.3.0",
			"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
			"integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
			"dev": true,
			"dependencies": {
				"parent-module": "^1.0.0",
				"resolve-from": "^4.0.0"
			},
			"engines": {
				"node": ">=6"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/import-fresh/node_modules/resolve-from": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
			"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
			"dev": true,
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/import-lazy": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz",
			"integrity": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==",
			"dev": true,
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/import-local": {
			"version": "3.1.0",
			"resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz",
			"integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==",
			"dev": true,
			"dependencies": {
				"pkg-dir": "^4.2.0",
				"resolve-cwd": "^3.0.0"
			},
			"bin": {
				"import-local-fixture": "fixtures/cli.js"
			},
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/imurmurhash": {
			"version": "0.1.4",
			"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
			"integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
			"dev": true,
			"engines": {
				"node": ">=0.8.19"
			}
		},
		"node_modules/indent-string": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
			"integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
			"dev": true,
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/inflight": {
			"version": "1.0.6",
			"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
			"integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
			"dev": true,
			"dependencies": {
				"once": "^1.3.0",
				"wrappy": "1"
			}
		},
		"node_modules/inherits": {
			"version": "2.0.4",
			"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
			"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
			"dev": true
		},
		"node_modules/ini": {
			"version": "1.3.8",
			"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
			"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
			"dev": true
		},
		"node_modules/internal-slot": {
			"version": "1.0.7",
			"resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz",
			"integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==",
			"dev": true,
			"dependencies": {
				"es-errors": "^1.3.0",
				"hasown": "^2.0.0",
				"side-channel": "^1.0.4"
			},
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/interpret": {
			"version": "3.1.1",
			"resolved": "https://registry.npmjs.org/interpret/-/interpret-3.1.1.tgz",
			"integrity": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==",
			"dev": true,
			"engines": {
				"node": ">=10.13.0"
			}
		},
		"node_modules/intl-messageformat": {
			"version": "4.4.0",
			"resolved": "https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-4.4.0.tgz",
			"integrity": "sha512-z+Bj2rS3LZSYU4+sNitdHrwnBhr0wO80ZJSW8EzKDBowwUe3Q/UsvgCGjrwa+HPzoGCLEb9HAjfJgo4j2Sac8w==",
			"dev": true,
			"dependencies": {
				"intl-messageformat-parser": "^1.8.1"
			}
		},
		"node_modules/intl-messageformat-parser": {
			"version": "1.8.1",
			"resolved": "https://registry.npmjs.org/intl-messageformat-parser/-/intl-messageformat-parser-1.8.1.tgz",
			"integrity": "sha512-IMSCKVf0USrM/959vj3xac7s8f87sc+80Y/ipBzdKy4ifBv5Gsj2tZ41EAaURVg01QU71fYr77uA8Meh6kELbg==",
			"deprecated": "We've written a new parser that's 6x faster and is backwards compatible. Please use @formatjs/icu-messageformat-parser",
			"dev": true
		},
		"node_modules/ip-address": {
			"version": "9.0.5",
			"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz",
			"integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==",
			"dev": true,
			"dependencies": {
				"jsbn": "1.1.0",
				"sprintf-js": "^1.1.3"
			},
			"engines": {
				"node": ">= 12"
			}
		},
		"node_modules/ipaddr.js": {
			"version": "2.2.0",
			"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.2.0.tgz",
			"integrity": "sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==",
			"dev": true,
			"engines": {
				"node": ">= 10"
			}
		},
		"node_modules/irregular-plurals": {
			"version": "3.5.0",
			"resolved": "https://registry.npmjs.org/irregular-plurals/-/irregular-plurals-3.5.0.tgz",
			"integrity": "sha512-1ANGLZ+Nkv1ptFb2pa8oG8Lem4krflKuX/gINiHJHjJUKaJHk/SXk5x6K3J+39/p0h1RQ2saROclJJ+QLvETCQ==",
			"dev": true,
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/is-array-buffer": {
			"version": "3.0.4",
			"resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz",
			"integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.2",
				"get-intrinsic": "^1.2.1"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-arrayish": {
			"version": "0.2.1",
			"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
			"integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
			"dev": true
		},
		"node_modules/is-async-function": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz",
			"integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==",
			"dev": true,
			"dependencies": {
				"has-tostringtag": "^1.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-bigint": {
			"version": "1.0.4",
			"resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
			"integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
			"dev": true,
			"dependencies": {
				"has-bigints": "^1.0.1"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-binary-path": {
			"version": "2.1.0",
			"resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
			"integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
			"dev": true,
			"dependencies": {
				"binary-extensions": "^2.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/is-boolean-object": {
			"version": "1.1.2",
			"resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
			"integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.2",
				"has-tostringtag": "^1.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-buffer": {
			"version": "1.1.6",
			"resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
			"integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
			"dev": true
		},
		"node_modules/is-builtin-module": {
			"version": "3.2.1",
			"resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-3.2.1.tgz",
			"integrity": "sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==",
			"dev": true,
			"dependencies": {
				"builtin-modules": "^3.3.0"
			},
			"engines": {
				"node": ">=6"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/is-callable": {
			"version": "1.2.7",
			"resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
			"integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
			"dev": true,
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-core-module": {
			"version": "2.13.1",
			"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz",
			"integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==",
			"dev": true,
			"dependencies": {
				"hasown": "^2.0.0"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-data-view": {
			"version": "1.0.1",
			"resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.1.tgz",
			"integrity": "sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==",
			"dev": true,
			"dependencies": {
				"is-typed-array": "^1.1.13"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-date-object": {
			"version": "1.0.5",
			"resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
			"integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
			"dev": true,
			"dependencies": {
				"has-tostringtag": "^1.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-docker": {
			"version": "2.2.1",
			"resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
			"integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
			"dev": true,
			"bin": {
				"is-docker": "cli.js"
			},
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/is-extendable": {
			"version": "0.1.1",
			"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
			"integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/is-extglob": {
			"version": "2.1.1",
			"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
			"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/is-finalizationregistry": {
			"version": "1.0.2",
			"resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz",
			"integrity": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.2"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-fullwidth-code-point": {
			"version": "3.0.0",
			"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
			"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
			"dev": true,
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/is-generator-fn": {
			"version": "2.1.0",
			"resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
			"integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==",
			"dev": true,
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/is-generator-function": {
			"version": "1.0.10",
			"resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz",
			"integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==",
			"dev": true,
			"dependencies": {
				"has-tostringtag": "^1.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-glob": {
			"version": "4.0.3",
			"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
			"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
			"dev": true,
			"dependencies": {
				"is-extglob": "^2.1.1"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/is-map": {
			"version": "2.0.3",
			"resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
			"integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
			"dev": true,
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-negative-zero": {
			"version": "2.0.3",
			"resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
			"integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
			"dev": true,
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-number": {
			"version": "7.0.0",
			"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
			"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
			"dev": true,
			"engines": {
				"node": ">=0.12.0"
			}
		},
		"node_modules/is-number-object": {
			"version": "1.0.7",
			"resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz",
			"integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
			"dev": true,
			"dependencies": {
				"has-tostringtag": "^1.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-obj": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz",
			"integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==",
			"dev": true,
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/is-path-cwd": {
			"version": "2.2.0",
			"resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz",
			"integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==",
			"dev": true,
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/is-path-in-cwd": {
			"version": "2.1.0",
			"resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz",
			"integrity": "sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==",
			"dev": true,
			"dependencies": {
				"is-path-inside": "^2.1.0"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/is-path-in-cwd/node_modules/is-path-inside": {
			"version": "2.1.0",
			"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-2.1.0.tgz",
			"integrity": "sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==",
			"dev": true,
			"dependencies": {
				"path-is-inside": "^1.0.2"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/is-path-inside": {
			"version": "3.0.3",
			"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
			"integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
			"dev": true,
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/is-plain-obj": {
			"version": "3.0.0",
			"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz",
			"integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==",
			"dev": true,
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/is-plain-object": {
			"version": "2.0.4",
			"resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
			"integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
			"dev": true,
			"dependencies": {
				"isobject": "^3.0.1"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/is-potential-custom-element-name": {
			"version": "1.0.1",
			"resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
			"integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
			"dev": true
		},
		"node_modules/is-regex": {
			"version": "1.1.4",
			"resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
			"integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.2",
				"has-tostringtag": "^1.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-set": {
			"version": "2.0.3",
			"resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
			"integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
			"dev": true,
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-shared-array-buffer": {
			"version": "1.0.3",
			"resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz",
			"integrity": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.7"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-stream": {
			"version": "2.0.1",
			"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
			"integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
			"dev": true,
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/is-string": {
			"version": "1.0.7",
			"resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
			"integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
			"dev": true,
			"dependencies": {
				"has-tostringtag": "^1.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-symbol": {
			"version": "1.0.4",
			"resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
			"integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
			"dev": true,
			"dependencies": {
				"has-symbols": "^1.0.2"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-typed-array": {
			"version": "1.1.13",
			"resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz",
			"integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==",
			"dev": true,
			"dependencies": {
				"which-typed-array": "^1.1.14"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-typedarray": {
			"version": "1.0.0",
			"resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
			"integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==",
			"dev": true
		},
		"node_modules/is-unicode-supported": {
			"version": "0.1.0",
			"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
			"integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
			"dev": true,
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/is-weakmap": {
			"version": "2.0.2",
			"resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
			"integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
			"dev": true,
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-weakref": {
			"version": "1.0.2",
			"resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
			"integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.2"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-weakset": {
			"version": "2.0.3",
			"resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.3.tgz",
			"integrity": "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.7",
				"get-intrinsic": "^1.2.4"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-windows": {
			"version": "0.2.0",
			"resolved": "https://registry.npmjs.org/is-windows/-/is-windows-0.2.0.tgz",
			"integrity": "sha512-n67eJYmXbniZB7RF4I/FTjK1s6RPOCTxhYrVYLRaCt3lF0mpWZPKr3T2LSZAqyjQsxR2qMmGYXXzK0YWwcPM1Q==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/is-wsl": {
			"version": "2.2.0",
			"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
			"integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
			"dev": true,
			"dependencies": {
				"is-docker": "^2.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/isarray": {
			"version": "2.0.5",
			"resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
			"integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
			"dev": true
		},
		"node_modules/isexe": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
			"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
			"dev": true
		},
		"node_modules/isobject": {
			"version": "3.0.1",
			"resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
			"integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/istanbul-lib-coverage": {
			"version": "3.2.2",
			"resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz",
			"integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==",
			"dev": true,
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/istanbul-lib-instrument": {
			"version": "5.2.1",
			"resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz",
			"integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==",
			"dev": true,
			"dependencies": {
				"@babel/core": "^7.12.3",
				"@babel/parser": "^7.14.7",
				"@istanbuljs/schema": "^0.1.2",
				"istanbul-lib-coverage": "^3.2.0",
				"semver": "^6.3.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/istanbul-lib-report": {
			"version": "3.0.1",
			"resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz",
			"integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==",
			"dev": true,
			"dependencies": {
				"istanbul-lib-coverage": "^3.0.0",
				"make-dir": "^4.0.0",
				"supports-color": "^7.1.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/istanbul-lib-report/node_modules/lru-cache": {
			"version": "6.0.0",
			"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
			"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
			"dev": true,
			"dependencies": {
				"yallist": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/istanbul-lib-report/node_modules/make-dir": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
			"integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
			"dev": true,
			"dependencies": {
				"semver": "^7.5.3"
			},
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/istanbul-lib-report/node_modules/semver": {
			"version": "7.6.0",
			"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
			"integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
			"dev": true,
			"dependencies": {
				"lru-cache": "^6.0.0"
			},
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/istanbul-lib-report/node_modules/yallist": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
			"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
			"dev": true
		},
		"node_modules/istanbul-lib-source-maps": {
			"version": "4.0.1",
			"resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
			"integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
			"dev": true,
			"dependencies": {
				"debug": "^4.1.1",
				"istanbul-lib-coverage": "^3.0.0",
				"source-map": "^0.6.1"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/istanbul-lib-source-maps/node_modules/source-map": {
			"version": "0.6.1",
			"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
			"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/istanbul-reports": {
			"version": "3.1.7",
			"resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz",
			"integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==",
			"dev": true,
			"dependencies": {
				"html-escaper": "^2.0.0",
				"istanbul-lib-report": "^3.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/iterator.prototype": {
			"version": "1.1.2",
			"resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz",
			"integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==",
			"dev": true,
			"dependencies": {
				"define-properties": "^1.2.1",
				"get-intrinsic": "^1.2.1",
				"has-symbols": "^1.0.3",
				"reflect.getprototypeof": "^1.0.4",
				"set-function-name": "^2.0.1"
			}
		},
		"node_modules/jest": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz",
			"integrity": "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==",
			"dev": true,
			"dependencies": {
				"@jest/core": "^29.7.0",
				"@jest/types": "^29.6.3",
				"import-local": "^3.0.2",
				"jest-cli": "^29.7.0"
			},
			"bin": {
				"jest": "bin/jest.js"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			},
			"peerDependencies": {
				"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
			},
			"peerDependenciesMeta": {
				"node-notifier": {
					"optional": true
				}
			}
		},
		"node_modules/jest-changed-files": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.7.0.tgz",
			"integrity": "sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==",
			"dev": true,
			"dependencies": {
				"execa": "^5.0.0",
				"jest-util": "^29.7.0",
				"p-limit": "^3.1.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-circus": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.7.0.tgz",
			"integrity": "sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==",
			"dev": true,
			"dependencies": {
				"@jest/environment": "^29.7.0",
				"@jest/expect": "^29.7.0",
				"@jest/test-result": "^29.7.0",
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"chalk": "^4.0.0",
				"co": "^4.6.0",
				"dedent": "^1.0.0",
				"is-generator-fn": "^2.0.0",
				"jest-each": "^29.7.0",
				"jest-matcher-utils": "^29.7.0",
				"jest-message-util": "^29.7.0",
				"jest-runtime": "^29.7.0",
				"jest-snapshot": "^29.7.0",
				"jest-util": "^29.7.0",
				"p-limit": "^3.1.0",
				"pretty-format": "^29.7.0",
				"pure-rand": "^6.0.0",
				"slash": "^3.0.0",
				"stack-utils": "^2.0.3"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-cli": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.7.0.tgz",
			"integrity": "sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==",
			"dev": true,
			"dependencies": {
				"@jest/core": "^29.7.0",
				"@jest/test-result": "^29.7.0",
				"@jest/types": "^29.6.3",
				"chalk": "^4.0.0",
				"create-jest": "^29.7.0",
				"exit": "^0.1.2",
				"import-local": "^3.0.2",
				"jest-config": "^29.7.0",
				"jest-util": "^29.7.0",
				"jest-validate": "^29.7.0",
				"yargs": "^17.3.1"
			},
			"bin": {
				"jest": "bin/jest.js"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			},
			"peerDependencies": {
				"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
			},
			"peerDependenciesMeta": {
				"node-notifier": {
					"optional": true
				}
			}
		},
		"node_modules/jest-config": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz",
			"integrity": "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==",
			"dev": true,
			"dependencies": {
				"@babel/core": "^7.11.6",
				"@jest/test-sequencer": "^29.7.0",
				"@jest/types": "^29.6.3",
				"babel-jest": "^29.7.0",
				"chalk": "^4.0.0",
				"ci-info": "^3.2.0",
				"deepmerge": "^4.2.2",
				"glob": "^7.1.3",
				"graceful-fs": "^4.2.9",
				"jest-circus": "^29.7.0",
				"jest-environment-node": "^29.7.0",
				"jest-get-type": "^29.6.3",
				"jest-regex-util": "^29.6.3",
				"jest-resolve": "^29.7.0",
				"jest-runner": "^29.7.0",
				"jest-util": "^29.7.0",
				"jest-validate": "^29.7.0",
				"micromatch": "^4.0.4",
				"parse-json": "^5.2.0",
				"pretty-format": "^29.7.0",
				"slash": "^3.0.0",
				"strip-json-comments": "^3.1.1"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			},
			"peerDependencies": {
				"@types/node": "*",
				"ts-node": ">=9.0.0"
			},
			"peerDependenciesMeta": {
				"@types/node": {
					"optional": true
				},
				"ts-node": {
					"optional": true
				}
			}
		},
		"node_modules/jest-dev-server": {
			"version": "9.0.2",
			"resolved": "https://registry.npmjs.org/jest-dev-server/-/jest-dev-server-9.0.2.tgz",
			"integrity": "sha512-Zc/JB0IlNNrpXkhBw+h86cGrde/Mey52KvF+FER2eyrtYJTHObOwW7Iarxm3rPyTKby5+3Y2QZtl8pRz/5GCxg==",
			"dev": true,
			"dependencies": {
				"chalk": "^4.1.2",
				"cwd": "^0.10.0",
				"find-process": "^1.4.7",
				"prompts": "^2.4.2",
				"spawnd": "^9.0.2",
				"tree-kill": "^1.2.2",
				"wait-on": "^7.2.0"
			},
			"engines": {
				"node": ">=16"
			}
		},
		"node_modules/jest-diff": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz",
			"integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==",
			"dev": true,
			"dependencies": {
				"chalk": "^4.0.0",
				"diff-sequences": "^29.6.3",
				"jest-get-type": "^29.6.3",
				"pretty-format": "^29.7.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-docblock": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz",
			"integrity": "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==",
			"dev": true,
			"dependencies": {
				"detect-newline": "^3.0.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-each": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.7.0.tgz",
			"integrity": "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==",
			"dev": true,
			"dependencies": {
				"@jest/types": "^29.6.3",
				"chalk": "^4.0.0",
				"jest-get-type": "^29.6.3",
				"jest-util": "^29.7.0",
				"pretty-format": "^29.7.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-environment-jsdom": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-29.7.0.tgz",
			"integrity": "sha512-k9iQbsf9OyOfdzWH8HDmrRT0gSIcX+FLNW7IQq94tFX0gynPwqDTW0Ho6iMVNjGz/nb+l/vW3dWM2bbLLpkbXA==",
			"dev": true,
			"dependencies": {
				"@jest/environment": "^29.7.0",
				"@jest/fake-timers": "^29.7.0",
				"@jest/types": "^29.6.3",
				"@types/jsdom": "^20.0.0",
				"@types/node": "*",
				"jest-mock": "^29.7.0",
				"jest-util": "^29.7.0",
				"jsdom": "^20.0.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			},
			"peerDependencies": {
				"canvas": "^2.5.0"
			},
			"peerDependenciesMeta": {
				"canvas": {
					"optional": true
				}
			}
		},
		"node_modules/jest-environment-node": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz",
			"integrity": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==",
			"dev": true,
			"dependencies": {
				"@jest/environment": "^29.7.0",
				"@jest/fake-timers": "^29.7.0",
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"jest-mock": "^29.7.0",
				"jest-util": "^29.7.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-get-type": {
			"version": "29.6.3",
			"resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz",
			"integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==",
			"dev": true,
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-haste-map": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz",
			"integrity": "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==",
			"dev": true,
			"dependencies": {
				"@jest/types": "^29.6.3",
				"@types/graceful-fs": "^4.1.3",
				"@types/node": "*",
				"anymatch": "^3.0.3",
				"fb-watchman": "^2.0.0",
				"graceful-fs": "^4.2.9",
				"jest-regex-util": "^29.6.3",
				"jest-util": "^29.7.0",
				"jest-worker": "^29.7.0",
				"micromatch": "^4.0.4",
				"walker": "^1.0.8"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			},
			"optionalDependencies": {
				"fsevents": "^2.3.2"
			}
		},
		"node_modules/jest-leak-detector": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz",
			"integrity": "sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==",
			"dev": true,
			"dependencies": {
				"jest-get-type": "^29.6.3",
				"pretty-format": "^29.7.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-matcher-utils": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz",
			"integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==",
			"dev": true,
			"dependencies": {
				"chalk": "^4.0.0",
				"jest-diff": "^29.7.0",
				"jest-get-type": "^29.6.3",
				"pretty-format": "^29.7.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-message-util": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz",
			"integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==",
			"dev": true,
			"dependencies": {
				"@babel/code-frame": "^7.12.13",
				"@jest/types": "^29.6.3",
				"@types/stack-utils": "^2.0.0",
				"chalk": "^4.0.0",
				"graceful-fs": "^4.2.9",
				"micromatch": "^4.0.4",
				"pretty-format": "^29.7.0",
				"slash": "^3.0.0",
				"stack-utils": "^2.0.3"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-mock": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz",
			"integrity": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==",
			"dev": true,
			"dependencies": {
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"jest-util": "^29.7.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-pnp-resolver": {
			"version": "1.2.3",
			"resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz",
			"integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==",
			"dev": true,
			"engines": {
				"node": ">=6"
			},
			"peerDependencies": {
				"jest-resolve": "*"
			},
			"peerDependenciesMeta": {
				"jest-resolve": {
					"optional": true
				}
			}
		},
		"node_modules/jest-regex-util": {
			"version": "29.6.3",
			"resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz",
			"integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==",
			"dev": true,
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-resolve": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.7.0.tgz",
			"integrity": "sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==",
			"dev": true,
			"dependencies": {
				"chalk": "^4.0.0",
				"graceful-fs": "^4.2.9",
				"jest-haste-map": "^29.7.0",
				"jest-pnp-resolver": "^1.2.2",
				"jest-util": "^29.7.0",
				"jest-validate": "^29.7.0",
				"resolve": "^1.20.0",
				"resolve.exports": "^2.0.0",
				"slash": "^3.0.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-resolve-dependencies": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz",
			"integrity": "sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==",
			"dev": true,
			"dependencies": {
				"jest-regex-util": "^29.6.3",
				"jest-snapshot": "^29.7.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-runner": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.7.0.tgz",
			"integrity": "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==",
			"dev": true,
			"dependencies": {
				"@jest/console": "^29.7.0",
				"@jest/environment": "^29.7.0",
				"@jest/test-result": "^29.7.0",
				"@jest/transform": "^29.7.0",
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"chalk": "^4.0.0",
				"emittery": "^0.13.1",
				"graceful-fs": "^4.2.9",
				"jest-docblock": "^29.7.0",
				"jest-environment-node": "^29.7.0",
				"jest-haste-map": "^29.7.0",
				"jest-leak-detector": "^29.7.0",
				"jest-message-util": "^29.7.0",
				"jest-resolve": "^29.7.0",
				"jest-runtime": "^29.7.0",
				"jest-util": "^29.7.0",
				"jest-watcher": "^29.7.0",
				"jest-worker": "^29.7.0",
				"p-limit": "^3.1.0",
				"source-map-support": "0.5.13"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-runtime": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.7.0.tgz",
			"integrity": "sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==",
			"dev": true,
			"dependencies": {
				"@jest/environment": "^29.7.0",
				"@jest/fake-timers": "^29.7.0",
				"@jest/globals": "^29.7.0",
				"@jest/source-map": "^29.6.3",
				"@jest/test-result": "^29.7.0",
				"@jest/transform": "^29.7.0",
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"chalk": "^4.0.0",
				"cjs-module-lexer": "^1.0.0",
				"collect-v8-coverage": "^1.0.0",
				"glob": "^7.1.3",
				"graceful-fs": "^4.2.9",
				"jest-haste-map": "^29.7.0",
				"jest-message-util": "^29.7.0",
				"jest-mock": "^29.7.0",
				"jest-regex-util": "^29.6.3",
				"jest-resolve": "^29.7.0",
				"jest-snapshot": "^29.7.0",
				"jest-util": "^29.7.0",
				"slash": "^3.0.0",
				"strip-bom": "^4.0.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-snapshot": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.7.0.tgz",
			"integrity": "sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==",
			"dev": true,
			"dependencies": {
				"@babel/core": "^7.11.6",
				"@babel/generator": "^7.7.2",
				"@babel/plugin-syntax-jsx": "^7.7.2",
				"@babel/plugin-syntax-typescript": "^7.7.2",
				"@babel/types": "^7.3.3",
				"@jest/expect-utils": "^29.7.0",
				"@jest/transform": "^29.7.0",
				"@jest/types": "^29.6.3",
				"babel-preset-current-node-syntax": "^1.0.0",
				"chalk": "^4.0.0",
				"expect": "^29.7.0",
				"graceful-fs": "^4.2.9",
				"jest-diff": "^29.7.0",
				"jest-get-type": "^29.6.3",
				"jest-matcher-utils": "^29.7.0",
				"jest-message-util": "^29.7.0",
				"jest-util": "^29.7.0",
				"natural-compare": "^1.4.0",
				"pretty-format": "^29.7.0",
				"semver": "^7.5.3"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-snapshot/node_modules/lru-cache": {
			"version": "6.0.0",
			"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
			"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
			"dev": true,
			"dependencies": {
				"yallist": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/jest-snapshot/node_modules/semver": {
			"version": "7.6.0",
			"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
			"integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
			"dev": true,
			"dependencies": {
				"lru-cache": "^6.0.0"
			},
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/jest-snapshot/node_modules/yallist": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
			"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
			"dev": true
		},
		"node_modules/jest-util": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz",
			"integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==",
			"dev": true,
			"dependencies": {
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"chalk": "^4.0.0",
				"ci-info": "^3.2.0",
				"graceful-fs": "^4.2.9",
				"picomatch": "^2.2.3"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-validate": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz",
			"integrity": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==",
			"dev": true,
			"dependencies": {
				"@jest/types": "^29.6.3",
				"camelcase": "^6.2.0",
				"chalk": "^4.0.0",
				"jest-get-type": "^29.6.3",
				"leven": "^3.1.0",
				"pretty-format": "^29.7.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-watcher": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.7.0.tgz",
			"integrity": "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==",
			"dev": true,
			"dependencies": {
				"@jest/test-result": "^29.7.0",
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"ansi-escapes": "^4.2.1",
				"chalk": "^4.0.0",
				"emittery": "^0.13.1",
				"jest-util": "^29.7.0",
				"string-length": "^4.0.1"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-worker": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz",
			"integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==",
			"dev": true,
			"dependencies": {
				"@types/node": "*",
				"jest-util": "^29.7.0",
				"merge-stream": "^2.0.0",
				"supports-color": "^8.0.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-worker/node_modules/supports-color": {
			"version": "8.1.1",
			"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
			"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
			"dev": true,
			"dependencies": {
				"has-flag": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/chalk/supports-color?sponsor=1"
			}
		},
		"node_modules/joi": {
			"version": "17.13.0",
			"resolved": "https://registry.npmjs.org/joi/-/joi-17.13.0.tgz",
			"integrity": "sha512-9qcrTyoBmFZRNHeVP4edKqIUEgFzq7MHvTNSDuHSqkpOPtiBkgNgcmTSqmiw1kw9tdKaiddvIDv/eCJDxmqWCA==",
			"dev": true,
			"dependencies": {
				"@hapi/hoek": "^9.3.0",
				"@hapi/topo": "^5.1.0",
				"@sideway/address": "^4.1.5",
				"@sideway/formula": "^3.0.1",
				"@sideway/pinpoint": "^2.0.0"
			}
		},
		"node_modules/jpeg-js": {
			"version": "0.4.4",
			"resolved": "https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.4.4.tgz",
			"integrity": "sha512-WZzeDOEtTOBK4Mdsar0IqEU5sMr3vSV2RqkAIzUEV2BHnUfKGyswWFPFwK5EeDo93K3FohSHbLAjj0s1Wzd+dg==",
			"dev": true
		},
		"node_modules/js-library-detector": {
			"version": "6.7.0",
			"resolved": "https://registry.npmjs.org/js-library-detector/-/js-library-detector-6.7.0.tgz",
			"integrity": "sha512-c80Qupofp43y4cJ7+8TTDN/AsDwLi5oOm/plBrWI+iQt485vKXCco+yVmOwEgdo9VOdsYTuV0UlTeetVPTriXA==",
			"dev": true,
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/js-tokens": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
			"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
			"dev": true
		},
		"node_modules/js-yaml": {
			"version": "3.14.1",
			"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
			"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
			"dev": true,
			"dependencies": {
				"argparse": "^1.0.7",
				"esprima": "^4.0.0"
			},
			"bin": {
				"js-yaml": "bin/js-yaml.js"
			}
		},
		"node_modules/jsbn": {
			"version": "1.1.0",
			"resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz",
			"integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==",
			"dev": true
		},
		"node_modules/jsdoc-type-pratt-parser": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.0.0.tgz",
			"integrity": "sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==",
			"dev": true,
			"engines": {
				"node": ">=12.0.0"
			}
		},
		"node_modules/jsdom": {
			"version": "20.0.3",
			"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-20.0.3.tgz",
			"integrity": "sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==",
			"dev": true,
			"dependencies": {
				"abab": "^2.0.6",
				"acorn": "^8.8.1",
				"acorn-globals": "^7.0.0",
				"cssom": "^0.5.0",
				"cssstyle": "^2.3.0",
				"data-urls": "^3.0.2",
				"decimal.js": "^10.4.2",
				"domexception": "^4.0.0",
				"escodegen": "^2.0.0",
				"form-data": "^4.0.0",
				"html-encoding-sniffer": "^3.0.0",
				"http-proxy-agent": "^5.0.0",
				"https-proxy-agent": "^5.0.1",
				"is-potential-custom-element-name": "^1.0.1",
				"nwsapi": "^2.2.2",
				"parse5": "^7.1.1",
				"saxes": "^6.0.0",
				"symbol-tree": "^3.2.4",
				"tough-cookie": "^4.1.2",
				"w3c-xmlserializer": "^4.0.0",
				"webidl-conversions": "^7.0.0",
				"whatwg-encoding": "^2.0.0",
				"whatwg-mimetype": "^3.0.0",
				"whatwg-url": "^11.0.0",
				"ws": "^8.11.0",
				"xml-name-validator": "^4.0.0"
			},
			"engines": {
				"node": ">=14"
			},
			"peerDependencies": {
				"canvas": "^2.5.0"
			},
			"peerDependenciesMeta": {
				"canvas": {
					"optional": true
				}
			}
		},
		"node_modules/jsesc": {
			"version": "2.5.2",
			"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
			"integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
			"dev": true,
			"bin": {
				"jsesc": "bin/jsesc"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/json-buffer": {
			"version": "3.0.1",
			"resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
			"integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
			"dev": true
		},
		"node_modules/json-parse-even-better-errors": {
			"version": "2.3.1",
			"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
			"integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
			"dev": true
		},
		"node_modules/json-schema-traverse": {
			"version": "0.4.1",
			"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
			"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
			"dev": true
		},
		"node_modules/json-stable-stringify-without-jsonify": {
			"version": "1.0.1",
			"resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
			"integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
			"dev": true
		},
		"node_modules/json2php": {
			"version": "0.0.7",
			"resolved": "https://registry.npmjs.org/json2php/-/json2php-0.0.7.tgz",
			"integrity": "sha512-dnSoUiLAoVaMXxFsVi4CrPVYMKOuDBXTghXSmMINX44RZ8WM9cXlY7UqrQnlAcODCVO7FV3+8t/5nDKAjimLfg==",
			"dev": true
		},
		"node_modules/json5": {
			"version": "2.2.3",
			"resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
			"integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
			"dev": true,
			"bin": {
				"json5": "lib/cli.js"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/jsonc-parser": {
			"version": "3.0.0",
			"resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.0.0.tgz",
			"integrity": "sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==",
			"dev": true
		},
		"node_modules/jsonfile": {
			"version": "6.1.0",
			"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
			"integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
			"dev": true,
			"dependencies": {
				"universalify": "^2.0.0"
			},
			"optionalDependencies": {
				"graceful-fs": "^4.1.6"
			}
		},
		"node_modules/jsonfile/node_modules/universalify": {
			"version": "2.0.1",
			"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
			"integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
			"dev": true,
			"engines": {
				"node": ">= 10.0.0"
			}
		},
		"node_modules/jsx-ast-utils": {
			"version": "3.3.5",
			"resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
			"integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
			"dev": true,
			"dependencies": {
				"array-includes": "^3.1.6",
				"array.prototype.flat": "^1.3.1",
				"object.assign": "^4.1.4",
				"object.values": "^1.1.6"
			},
			"engines": {
				"node": ">=4.0"
			}
		},
		"node_modules/keyv": {
			"version": "4.5.4",
			"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
			"integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
			"dev": true,
			"dependencies": {
				"json-buffer": "3.0.1"
			}
		},
		"node_modules/kind-of": {
			"version": "3.2.2",
			"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
			"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
			"dev": true,
			"dependencies": {
				"is-buffer": "^1.1.5"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/kleur": {
			"version": "3.0.3",
			"resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
			"integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
			"dev": true,
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/klona": {
			"version": "2.0.6",
			"resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz",
			"integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
			"dev": true,
			"engines": {
				"node": ">= 8"
			}
		},
		"node_modules/known-css-properties": {
			"version": "0.26.0",
			"resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.26.0.tgz",
			"integrity": "sha512-5FZRzrZzNTBruuurWpvZnvP9pum+fe0HcK8z/ooo+U+Hmp4vtbyp1/QDsqmufirXy4egGzbaH/y2uCZf+6W5Kg==",
			"dev": true
		},
		"node_modules/language-subtag-registry": {
			"version": "0.3.22",
			"resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz",
			"integrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==",
			"dev": true
		},
		"node_modules/language-tags": {
			"version": "1.0.9",
			"resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz",
			"integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==",
			"dev": true,
			"dependencies": {
				"language-subtag-registry": "^0.3.20"
			},
			"engines": {
				"node": ">=0.10"
			}
		},
		"node_modules/launch-editor": {
			"version": "2.6.1",
			"resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.6.1.tgz",
			"integrity": "sha512-eB/uXmFVpY4zezmGp5XtU21kwo7GBbKB+EQ+UZeWtGb9yAM5xt/Evk+lYH3eRNAtId+ej4u7TYPFZ07w4s7rRw==",
			"dev": true,
			"dependencies": {
				"picocolors": "^1.0.0",
				"shell-quote": "^1.8.1"
			}
		},
		"node_modules/lazy-cache": {
			"version": "1.0.4",
			"resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz",
			"integrity": "sha512-RE2g0b5VGZsOCFOCgP7omTRYFqydmZkBwl5oNnQ1lDYC57uyO9KqNnNVxT7COSHTxrRCWVcAVOcbjk+tvh/rgQ==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/leven": {
			"version": "3.1.0",
			"resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
			"integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
			"dev": true,
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/levn": {
			"version": "0.4.1",
			"resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
			"integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
			"dev": true,
			"dependencies": {
				"prelude-ls": "^1.2.1",
				"type-check": "~0.4.0"
			},
			"engines": {
				"node": ">= 0.8.0"
			}
		},
		"node_modules/lighthouse": {
			"version": "10.4.0",
			"resolved": "https://registry.npmjs.org/lighthouse/-/lighthouse-10.4.0.tgz",
			"integrity": "sha512-XQWHEWkJ8YxSPsxttBJORy5+hQrzbvGkYfeP3fJjyYKioWkF2MXfFqNK4ZuV4jL8pBu7Z91qnQP6In0bq1yXww==",
			"dev": true,
			"dependencies": {
				"@sentry/node": "^6.17.4",
				"axe-core": "4.7.2",
				"chrome-launcher": "^0.15.2",
				"configstore": "^5.0.1",
				"csp_evaluator": "1.1.1",
				"devtools-protocol": "0.0.1155343",
				"enquirer": "^2.3.6",
				"http-link-header": "^1.1.1",
				"intl-messageformat": "^4.4.0",
				"jpeg-js": "^0.4.4",
				"js-library-detector": "^6.6.0",
				"lighthouse-logger": "^1.4.1",
				"lighthouse-stack-packs": "1.11.0",
				"lodash": "^4.17.21",
				"lookup-closest-locale": "6.2.0",
				"metaviewport-parser": "0.3.0",
				"open": "^8.4.0",
				"parse-cache-control": "1.0.1",
				"ps-list": "^8.0.0",
				"puppeteer-core": "^20.8.0",
				"robots-parser": "^3.0.0",
				"semver": "^5.3.0",
				"speedline-core": "^1.4.3",
				"third-party-web": "^0.23.3",
				"ws": "^7.0.0",
				"yargs": "^17.3.1",
				"yargs-parser": "^21.0.0"
			},
			"bin": {
				"chrome-debug": "core/scripts/manual-chrome-launcher.js",
				"lighthouse": "cli/index.js",
				"smokehouse": "cli/test/smokehouse/frontends/smokehouse-bin.js"
			},
			"engines": {
				"node": ">=16.16"
			}
		},
		"node_modules/lighthouse-logger": {
			"version": "1.4.2",
			"resolved": "https://registry.npmjs.org/lighthouse-logger/-/lighthouse-logger-1.4.2.tgz",
			"integrity": "sha512-gPWxznF6TKmUHrOQjlVo2UbaL2EJ71mb2CCeRs/2qBpi4L/g4LUVc9+3lKQ6DTUZwJswfM7ainGrLO1+fOqa2g==",
			"dev": true,
			"dependencies": {
				"debug": "^2.6.9",
				"marky": "^1.2.2"
			}
		},
		"node_modules/lighthouse-logger/node_modules/debug": {
			"version": "2.6.9",
			"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
			"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
			"dev": true,
			"dependencies": {
				"ms": "2.0.0"
			}
		},
		"node_modules/lighthouse-logger/node_modules/ms": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
			"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
			"dev": true
		},
		"node_modules/lighthouse-stack-packs": {
			"version": "1.11.0",
			"resolved": "https://registry.npmjs.org/lighthouse-stack-packs/-/lighthouse-stack-packs-1.11.0.tgz",
			"integrity": "sha512-sRr0z1S/I26VffRLq9KJsKtLk856YrJlNGmcJmbLX8dFn3MuzVPUbstuChEhqnSxZb8TZmVfthuXuwhG9vRoSw==",
			"dev": true
		},
		"node_modules/lighthouse/node_modules/axe-core": {
			"version": "4.7.2",
			"resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.2.tgz",
			"integrity": "sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==",
			"dev": true,
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/lighthouse/node_modules/cross-fetch": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.0.0.tgz",
			"integrity": "sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==",
			"dev": true,
			"dependencies": {
				"node-fetch": "^2.6.12"
			}
		},
		"node_modules/lighthouse/node_modules/node-fetch": {
			"version": "2.7.0",
			"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
			"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
			"dev": true,
			"dependencies": {
				"whatwg-url": "^5.0.0"
			},
			"engines": {
				"node": "4.x || >=6.0.0"
			},
			"peerDependencies": {
				"encoding": "^0.1.0"
			},
			"peerDependenciesMeta": {
				"encoding": {
					"optional": true
				}
			}
		},
		"node_modules/lighthouse/node_modules/puppeteer-core": {
			"version": "20.9.0",
			"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-20.9.0.tgz",
			"integrity": "sha512-H9fYZQzMTRrkboEfPmf7m3CLDN6JvbxXA3qTtS+dFt27tR+CsFHzPsT6pzp6lYL6bJbAPaR0HaPO6uSi+F94Pg==",
			"dev": true,
			"dependencies": {
				"@puppeteer/browsers": "1.4.6",
				"chromium-bidi": "0.4.16",
				"cross-fetch": "4.0.0",
				"debug": "4.3.4",
				"devtools-protocol": "0.0.1147663",
				"ws": "8.13.0"
			},
			"engines": {
				"node": ">=16.3.0"
			},
			"peerDependencies": {
				"typescript": ">= 4.7.4"
			},
			"peerDependenciesMeta": {
				"typescript": {
					"optional": true
				}
			}
		},
		"node_modules/lighthouse/node_modules/puppeteer-core/node_modules/chromium-bidi": {
			"version": "0.4.16",
			"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.4.16.tgz",
			"integrity": "sha512-7ZbXdWERxRxSwo3txsBjjmc/NLxqb1Bk30mRb0BMS4YIaiV6zvKZqL/UAH+DdqcDYayDWk2n/y8klkBDODrPvA==",
			"dev": true,
			"dependencies": {
				"mitt": "3.0.0"
			},
			"peerDependencies": {
				"devtools-protocol": "*"
			}
		},
		"node_modules/lighthouse/node_modules/puppeteer-core/node_modules/devtools-protocol": {
			"version": "0.0.1147663",
			"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1147663.tgz",
			"integrity": "sha512-hyWmRrexdhbZ1tcJUGpO95ivbRhWXz++F4Ko+n21AY5PNln2ovoJw+8ZMNDTtip+CNFQfrtLVh/w4009dXO/eQ==",
			"dev": true
		},
		"node_modules/lighthouse/node_modules/puppeteer-core/node_modules/ws": {
			"version": "8.13.0",
			"resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
			"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
			"dev": true,
			"engines": {
				"node": ">=10.0.0"
			},
			"peerDependencies": {
				"bufferutil": "^4.0.1",
				"utf-8-validate": ">=5.0.2"
			},
			"peerDependenciesMeta": {
				"bufferutil": {
					"optional": true
				},
				"utf-8-validate": {
					"optional": true
				}
			}
		},
		"node_modules/lighthouse/node_modules/semver": {
			"version": "5.7.2",
			"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
			"integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
			"dev": true,
			"bin": {
				"semver": "bin/semver"
			}
		},
		"node_modules/lighthouse/node_modules/tr46": {
			"version": "0.0.3",
			"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
			"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
			"dev": true
		},
		"node_modules/lighthouse/node_modules/webidl-conversions": {
			"version": "3.0.1",
			"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
			"integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
			"dev": true
		},
		"node_modules/lighthouse/node_modules/whatwg-url": {
			"version": "5.0.0",
			"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
			"integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
			"dev": true,
			"dependencies": {
				"tr46": "~0.0.3",
				"webidl-conversions": "^3.0.0"
			}
		},
		"node_modules/lighthouse/node_modules/ws": {
			"version": "7.5.9",
			"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",
			"integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
			"dev": true,
			"engines": {
				"node": ">=8.3.0"
			},
			"peerDependencies": {
				"bufferutil": "^4.0.1",
				"utf-8-validate": "^5.0.2"
			},
			"peerDependenciesMeta": {
				"bufferutil": {
					"optional": true
				},
				"utf-8-validate": {
					"optional": true
				}
			}
		},
		"node_modules/lilconfig": {
			"version": "3.1.1",
			"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.1.tgz",
			"integrity": "sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==",
			"dev": true,
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"url": "https://github.com/sponsors/antonk52"
			}
		},
		"node_modules/lines-and-columns": {
			"version": "1.2.4",
			"resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
			"integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
			"dev": true
		},
		"node_modules/linkify-it": {
			"version": "3.0.3",
			"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-3.0.3.tgz",
			"integrity": "sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==",
			"dev": true,
			"dependencies": {
				"uc.micro": "^1.0.1"
			}
		},
		"node_modules/loader-runner": {
			"version": "4.3.0",
			"resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz",
			"integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==",
			"dev": true,
			"engines": {
				"node": ">=6.11.5"
			}
		},
		"node_modules/loader-utils": {
			"version": "2.0.4",
			"resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz",
			"integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==",
			"dev": true,
			"dependencies": {
				"big.js": "^5.2.2",
				"emojis-list": "^3.0.0",
				"json5": "^2.1.2"
			},
			"engines": {
				"node": ">=8.9.0"
			}
		},
		"node_modules/locate-path": {
			"version": "5.0.0",
			"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
			"integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
			"dev": true,
			"dependencies": {
				"p-locate": "^4.1.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/lodash": {
			"version": "4.17.21",
			"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
			"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
			"dev": true
		},
		"node_modules/lodash.debounce": {
			"version": "4.0.8",
			"resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
			"integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
			"dev": true
		},
		"node_modules/lodash.memoize": {
			"version": "4.1.2",
			"resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
			"integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==",
			"dev": true
		},
		"node_modules/lodash.merge": {
			"version": "4.6.2",
			"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
			"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
			"dev": true
		},
		"node_modules/lodash.truncate": {
			"version": "4.4.2",
			"resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz",
			"integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==",
			"dev": true
		},
		"node_modules/lodash.uniq": {
			"version": "4.5.0",
			"resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
			"integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==",
			"dev": true
		},
		"node_modules/log-symbols": {
			"version": "4.1.0",
			"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
			"integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
			"dev": true,
			"dependencies": {
				"chalk": "^4.1.0",
				"is-unicode-supported": "^0.1.0"
			},
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/lookup-closest-locale": {
			"version": "6.2.0",
			"resolved": "https://registry.npmjs.org/lookup-closest-locale/-/lookup-closest-locale-6.2.0.tgz",
			"integrity": "sha512-/c2kL+Vnp1jnV6K6RpDTHK3dgg0Tu2VVp+elEiJpjfS1UyY7AjOYHohRug6wT0OpoX2qFgNORndE9RqesfVxWQ==",
			"dev": true
		},
		"node_modules/loose-envify": {
			"version": "1.4.0",
			"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
			"integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
			"dev": true,
			"dependencies": {
				"js-tokens": "^3.0.0 || ^4.0.0"
			},
			"bin": {
				"loose-envify": "cli.js"
			}
		},
		"node_modules/lower-case": {
			"version": "2.0.2",
			"resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",
			"integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==",
			"dev": true,
			"dependencies": {
				"tslib": "^2.0.3"
			}
		},
		"node_modules/lru_map": {
			"version": "0.3.3",
			"resolved": "https://registry.npmjs.org/lru_map/-/lru_map-0.3.3.tgz",
			"integrity": "sha512-Pn9cox5CsMYngeDbmChANltQl+5pi6XmTrraMSzhPmMBbmgcxmqWry0U3PGapCU1yB4/LqCcom7qhHZiF/jGfQ==",
			"dev": true
		},
		"node_modules/lru-cache": {
			"version": "5.1.1",
			"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
			"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
			"dev": true,
			"dependencies": {
				"yallist": "^3.0.2"
			}
		},
		"node_modules/make-dir": {
			"version": "3.1.0",
			"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
			"integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
			"dev": true,
			"dependencies": {
				"semver": "^6.0.0"
			},
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/makeerror": {
			"version": "1.0.12",
			"resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
			"integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
			"dev": true,
			"dependencies": {
				"tmpl": "1.0.5"
			}
		},
		"node_modules/map-obj": {
			"version": "4.3.0",
			"resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz",
			"integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==",
			"dev": true,
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/map-values": {
			"version": "1.0.1",
			"resolved": "https://registry.npmjs.org/map-values/-/map-values-1.0.1.tgz",
			"integrity": "sha512-BbShUnr5OartXJe1GeccAWtfro11hhgNJg6G9/UtWKjVGvV5U4C09cg5nk8JUevhXODaXY+hQ3xxMUKSs62ONQ==",
			"dev": true
		},
		"node_modules/markdown-it": {
			"version": "12.3.2",
			"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.2.tgz",
			"integrity": "sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==",
			"dev": true,
			"dependencies": {
				"argparse": "^2.0.1",
				"entities": "~2.1.0",
				"linkify-it": "^3.0.1",
				"mdurl": "^1.0.1",
				"uc.micro": "^1.0.5"
			},
			"bin": {
				"markdown-it": "bin/markdown-it.js"
			}
		},
		"node_modules/markdown-it/node_modules/argparse": {
			"version": "2.0.1",
			"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
			"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
			"dev": true
		},
		"node_modules/markdown-it/node_modules/entities": {
			"version": "2.1.0",
			"resolved": "https://registry.npmjs.org/entities/-/entities-2.1.0.tgz",
			"integrity": "sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==",
			"dev": true,
			"funding": {
				"url": "https://github.com/fb55/entities?sponsor=1"
			}
		},
		"node_modules/markdownlint": {
			"version": "0.25.1",
			"resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.25.1.tgz",
			"integrity": "sha512-AG7UkLzNa1fxiOv5B+owPsPhtM4D6DoODhsJgiaNg1xowXovrYgOnLqAgOOFQpWOlHFVQUzjMY5ypNNTeov92g==",
			"dev": true,
			"dependencies": {
				"markdown-it": "12.3.2"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/markdownlint-cli": {
			"version": "0.31.1",
			"resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.31.1.tgz",
			"integrity": "sha512-keIOMwQn+Ch7MoBwA+TdkyVMuxAeZFEGmIIlvwgV0Z1TGS5MxPnRr29XCLhkNzCHU+uNKGjU+VEjLX+Z9kli6g==",
			"dev": true,
			"dependencies": {
				"commander": "~9.0.0",
				"get-stdin": "~9.0.0",
				"glob": "~7.2.0",
				"ignore": "~5.2.0",
				"js-yaml": "^4.1.0",
				"jsonc-parser": "~3.0.0",
				"markdownlint": "~0.25.1",
				"markdownlint-rule-helpers": "~0.16.0",
				"minimatch": "~3.0.5",
				"run-con": "~1.2.10"
			},
			"bin": {
				"markdownlint": "markdownlint.js"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/markdownlint-cli/node_modules/argparse": {
			"version": "2.0.1",
			"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
			"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
			"dev": true
		},
		"node_modules/markdownlint-cli/node_modules/brace-expansion": {
			"version": "1.1.11",
			"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
			"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
			"dev": true,
			"dependencies": {
				"balanced-match": "^1.0.0",
				"concat-map": "0.0.1"
			}
		},
		"node_modules/markdownlint-cli/node_modules/commander": {
			"version": "9.0.0",
			"resolved": "https://registry.npmjs.org/commander/-/commander-9.0.0.tgz",
			"integrity": "sha512-JJfP2saEKbQqvW+FI93OYUB4ByV5cizMpFMiiJI8xDbBvQvSkIk0VvQdn1CZ8mqAO8Loq2h0gYTYtDFUZUeERw==",
			"dev": true,
			"engines": {
				"node": "^12.20.0 || >=14"
			}
		},
		"node_modules/markdownlint-cli/node_modules/ignore": {
			"version": "5.2.4",
			"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
			"integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",
			"dev": true,
			"engines": {
				"node": ">= 4"
			}
		},
		"node_modules/markdownlint-cli/node_modules/js-yaml": {
			"version": "4.1.0",
			"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
			"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
			"dev": true,
			"dependencies": {
				"argparse": "^2.0.1"
			},
			"bin": {
				"js-yaml": "bin/js-yaml.js"
			}
		},
		"node_modules/markdownlint-cli/node_modules/minimatch": {
			"version": "3.0.8",
			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz",
			"integrity": "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==",
			"dev": true,
			"dependencies": {
				"brace-expansion": "^1.1.7"
			},
			"engines": {
				"node": "*"
			}
		},
		"node_modules/markdownlint-rule-helpers": {
			"version": "0.16.0",
			"resolved": "https://registry.npmjs.org/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.16.0.tgz",
			"integrity": "sha512-oEacRUVeTJ5D5hW1UYd2qExYI0oELdYK72k1TKGvIeYJIbqQWAz476NAc7LNixSySUhcNl++d02DvX0ccDk9/w==",
			"dev": true
		},
		"node_modules/marky": {
			"version": "1.2.5",
			"resolved": "https://registry.npmjs.org/marky/-/marky-1.2.5.tgz",
			"integrity": "sha512-q9JtQJKjpsVxCRVgQ+WapguSbKC3SQ5HEzFGPAJMStgh3QjCawp00UKv3MTTAArTmGmmPUvllHZoNbZ3gs0I+Q==",
			"dev": true
		},
		"node_modules/mathml-tag-names": {
			"version": "2.1.3",
			"resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz",
			"integrity": "sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==",
			"dev": true,
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/wooorm"
			}
		},
		"node_modules/mdn-data": {
			"version": "2.0.30",
			"resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz",
			"integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==",
			"dev": true
		},
		"node_modules/mdurl": {
			"version": "1.0.1",
			"resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz",
			"integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==",
			"dev": true
		},
		"node_modules/media-typer": {
			"version": "0.3.0",
			"resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
			"integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
			"dev": true,
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/memfs": {
			"version": "3.5.3",
			"resolved": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz",
			"integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==",
			"dev": true,
			"dependencies": {
				"fs-monkey": "^1.0.4"
			},
			"engines": {
				"node": ">= 4.0.0"
			}
		},
		"node_modules/memize": {
			"version": "2.1.0",
			"resolved": "https://registry.npmjs.org/memize/-/memize-2.1.0.tgz",
			"integrity": "sha512-yywVJy8ctVlN5lNPxsep5urnZ6TTclwPEyigM9M3Bi8vseJBOfqNrGWN/r8NzuIt3PovM323W04blJfGQfQSVg==",
			"dev": true
		},
		"node_modules/meow": {
			"version": "9.0.0",
			"resolved": "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz",
			"integrity": "sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==",
			"dev": true,
			"dependencies": {
				"@types/minimist": "^1.2.0",
				"camelcase-keys": "^6.2.2",
				"decamelize": "^1.2.0",
				"decamelize-keys": "^1.1.0",
				"hard-rejection": "^2.1.0",
				"minimist-options": "4.1.0",
				"normalize-package-data": "^3.0.0",
				"read-pkg-up": "^7.0.1",
				"redent": "^3.0.0",
				"trim-newlines": "^3.0.0",
				"type-fest": "^0.18.0",
				"yargs-parser": "^20.2.3"
			},
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/meow/node_modules/type-fest": {
			"version": "0.18.1",
			"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz",
			"integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==",
			"dev": true,
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/meow/node_modules/yargs-parser": {
			"version": "20.2.9",
			"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
			"integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
			"dev": true,
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/merge-deep": {
			"version": "3.0.3",
			"resolved": "https://registry.npmjs.org/merge-deep/-/merge-deep-3.0.3.tgz",
			"integrity": "sha512-qtmzAS6t6grwEkNrunqTBdn0qKwFgNWvlxUbAV8es9M7Ot1EbyApytCnvE0jALPa46ZpKDUo527kKiaWplmlFA==",
			"dev": true,
			"dependencies": {
				"arr-union": "^3.1.0",
				"clone-deep": "^0.2.4",
				"kind-of": "^3.0.2"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/merge-descriptors": {
			"version": "1.0.1",
			"resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
			"integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==",
			"dev": true
		},
		"node_modules/merge-stream": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
			"integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
			"dev": true
		},
		"node_modules/merge2": {
			"version": "1.4.1",
			"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
			"integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
			"dev": true,
			"engines": {
				"node": ">= 8"
			}
		},
		"node_modules/metaviewport-parser": {
			"version": "0.3.0",
			"resolved": "https://registry.npmjs.org/metaviewport-parser/-/metaviewport-parser-0.3.0.tgz",
			"integrity": "sha512-EoYJ8xfjQ6kpe9VbVHvZTZHiOl4HL1Z18CrZ+qahvLXT7ZO4YTC2JMyt5FaUp9JJp6J4Ybb/z7IsCXZt86/QkQ==",
			"dev": true
		},
		"node_modules/methods": {
			"version": "1.1.2",
			"resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
			"integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
			"dev": true,
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/micromatch": {
			"version": "4.0.5",
			"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
			"integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
			"dev": true,
			"dependencies": {
				"braces": "^3.0.2",
				"picomatch": "^2.3.1"
			},
			"engines": {
				"node": ">=8.6"
			}
		},
		"node_modules/mime": {
			"version": "3.0.0",
			"resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
			"integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
			"dev": true,
			"bin": {
				"mime": "cli.js"
			},
			"engines": {
				"node": ">=10.0.0"
			}
		},
		"node_modules/mime-db": {
			"version": "1.52.0",
			"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
			"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
			"dev": true,
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/mime-types": {
			"version": "2.1.35",
			"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
			"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
			"dev": true,
			"dependencies": {
				"mime-db": "1.52.0"
			},
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/mimic-fn": {
			"version": "2.1.0",
			"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
			"integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
			"dev": true,
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/min-indent": {
			"version": "1.0.1",
			"resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz",
			"integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==",
			"dev": true,
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/mini-css-extract-plugin": {
			"version": "2.9.0",
			"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.0.tgz",
			"integrity": "sha512-Zs1YsZVfemekSZG+44vBsYTLQORkPMwnlv+aehcxK/NLKC+EGhDB39/YePYYqx/sTk6NnYpuqikhSn7+JIevTA==",
			"dev": true,
			"dependencies": {
				"schema-utils": "^4.0.0",
				"tapable": "^2.2.1"
			},
			"engines": {
				"node": ">= 12.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			},
			"peerDependencies": {
				"webpack": "^5.0.0"
			}
		},
		"node_modules/mini-css-extract-plugin/node_modules/ajv": {
			"version": "8.12.0",
			"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
			"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
			"dev": true,
			"dependencies": {
				"fast-deep-equal": "^3.1.1",
				"json-schema-traverse": "^1.0.0",
				"require-from-string": "^2.0.2",
				"uri-js": "^4.2.2"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/epoberezkin"
			}
		},
		"node_modules/mini-css-extract-plugin/node_modules/ajv-keywords": {
			"version": "5.1.0",
			"resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
			"integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
			"dev": true,
			"dependencies": {
				"fast-deep-equal": "^3.1.3"
			},
			"peerDependencies": {
				"ajv": "^8.8.2"
			}
		},
		"node_modules/mini-css-extract-plugin/node_modules/json-schema-traverse": {
			"version": "1.0.0",
			"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
			"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
			"dev": true
		},
		"node_modules/mini-css-extract-plugin/node_modules/schema-utils": {
			"version": "4.2.0",
			"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz",
			"integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==",
			"dev": true,
			"dependencies": {
				"@types/json-schema": "^7.0.9",
				"ajv": "^8.9.0",
				"ajv-formats": "^2.1.1",
				"ajv-keywords": "^5.1.0"
			},
			"engines": {
				"node": ">= 12.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			}
		},
		"node_modules/minimalistic-assert": {
			"version": "1.0.1",
			"resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
			"integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==",
			"dev": true
		},
		"node_modules/minimatch": {
			"version": "9.0.3",
			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
			"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
			"dev": true,
			"dependencies": {
				"brace-expansion": "^2.0.1"
			},
			"engines": {
				"node": ">=16 || 14 >=14.17"
			},
			"funding": {
				"url": "https://github.com/sponsors/isaacs"
			}
		},
		"node_modules/minimist": {
			"version": "1.2.8",
			"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
			"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
			"dev": true,
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/minimist-options": {
			"version": "4.1.0",
			"resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz",
			"integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==",
			"dev": true,
			"dependencies": {
				"arrify": "^1.0.1",
				"is-plain-obj": "^1.1.0",
				"kind-of": "^6.0.3"
			},
			"engines": {
				"node": ">= 6"
			}
		},
		"node_modules/minimist-options/node_modules/is-plain-obj": {
			"version": "1.1.0",
			"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
			"integrity": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/minimist-options/node_modules/kind-of": {
			"version": "6.0.3",
			"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
			"integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/mitt": {
			"version": "3.0.0",
			"resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.0.tgz",
			"integrity": "sha512-7dX2/10ITVyqh4aOSVI9gdape+t9l2/8QxHrFmUXu4EEUpdlxl6RudZUPZoc+zuY2hk1j7XxVroIVIan/pD/SQ==",
			"dev": true
		},
		"node_modules/mixin-object": {
			"version": "2.0.1",
			"resolved": "https://registry.npmjs.org/mixin-object/-/mixin-object-2.0.1.tgz",
			"integrity": "sha512-ALGF1Jt9ouehcaXaHhn6t1yGWRqGaHkPFndtFVHfZXOvkIZ/yoGaSi0AHVTafb3ZBGg4dr/bDwnaEKqCXzchMA==",
			"dev": true,
			"dependencies": {
				"for-in": "^0.1.3",
				"is-extendable": "^0.1.1"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/mixin-object/node_modules/for-in": {
			"version": "0.1.8",
			"resolved": "https://registry.npmjs.org/for-in/-/for-in-0.1.8.tgz",
			"integrity": "sha512-F0to7vbBSHP8E3l6dCjxNOLuSFAACIxFy3UehTUlG7svlXi37HHsDkyVcHo0Pq8QwrE+pXvWSVX3ZT1T9wAZ9g==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/mkdirp-classic": {
			"version": "0.5.3",
			"resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
			"integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==",
			"dev": true
		},
		"node_modules/mrmime": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz",
			"integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==",
			"dev": true,
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/ms": {
			"version": "2.1.2",
			"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
			"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
			"dev": true
		},
		"node_modules/multicast-dns": {
			"version": "7.2.5",
			"resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz",
			"integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==",
			"dev": true,
			"dependencies": {
				"dns-packet": "^5.2.2",
				"thunky": "^1.0.2"
			},
			"bin": {
				"multicast-dns": "cli.js"
			}
		},
		"node_modules/nanoid": {
			"version": "3.3.7",
			"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
			"integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
			"dev": true,
			"funding": [
				{
					"type": "github",
					"url": "https://github.com/sponsors/ai"
				}
			],
			"bin": {
				"nanoid": "bin/nanoid.cjs"
			},
			"engines": {
				"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
			}
		},
		"node_modules/natural-compare": {
			"version": "1.4.0",
			"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
			"integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
			"dev": true
		},
		"node_modules/negotiator": {
			"version": "0.6.3",
			"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
			"integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
			"dev": true,
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/neo-async": {
			"version": "2.6.2",
			"resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
			"integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
			"dev": true
		},
		"node_modules/netmask": {
			"version": "2.0.2",
			"resolved": "https://registry.npmjs.org/netmask/-/netmask-2.0.2.tgz",
			"integrity": "sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==",
			"dev": true,
			"engines": {
				"node": ">= 0.4.0"
			}
		},
		"node_modules/no-case": {
			"version": "3.0.4",
			"resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
			"integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==",
			"dev": true,
			"dependencies": {
				"lower-case": "^2.0.2",
				"tslib": "^2.0.3"
			}
		},
		"node_modules/node-fetch": {
			"version": "2.6.7",
			"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
			"integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
			"dev": true,
			"dependencies": {
				"whatwg-url": "^5.0.0"
			},
			"engines": {
				"node": "4.x || >=6.0.0"
			},
			"peerDependencies": {
				"encoding": "^0.1.0"
			},
			"peerDependenciesMeta": {
				"encoding": {
					"optional": true
				}
			}
		},
		"node_modules/node-fetch/node_modules/tr46": {
			"version": "0.0.3",
			"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
			"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
			"dev": true
		},
		"node_modules/node-fetch/node_modules/webidl-conversions": {
			"version": "3.0.1",
			"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
			"integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
			"dev": true
		},
		"node_modules/node-fetch/node_modules/whatwg-url": {
			"version": "5.0.0",
			"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
			"integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
			"dev": true,
			"dependencies": {
				"tr46": "~0.0.3",
				"webidl-conversions": "^3.0.0"
			}
		},
		"node_modules/node-forge": {
			"version": "1.3.1",
			"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
			"integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
			"dev": true,
			"engines": {
				"node": ">= 6.13.0"
			}
		},
		"node_modules/node-int64": {
			"version": "0.4.0",
			"resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
			"integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==",
			"dev": true
		},
		"node_modules/node-releases": {
			"version": "2.0.14",
			"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz",
			"integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==",
			"dev": true
		},
		"node_modules/normalize-package-data": {
			"version": "3.0.3",
			"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz",
			"integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==",
			"dev": true,
			"dependencies": {
				"hosted-git-info": "^4.0.1",
				"is-core-module": "^2.5.0",
				"semver": "^7.3.4",
				"validate-npm-package-license": "^3.0.1"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/normalize-package-data/node_modules/lru-cache": {
			"version": "6.0.0",
			"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
			"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
			"dev": true,
			"dependencies": {
				"yallist": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/normalize-package-data/node_modules/semver": {
			"version": "7.6.0",
			"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
			"integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
			"dev": true,
			"dependencies": {
				"lru-cache": "^6.0.0"
			},
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/normalize-package-data/node_modules/yallist": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
			"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
			"dev": true
		},
		"node_modules/normalize-path": {
			"version": "3.0.0",
			"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
			"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/normalize-range": {
			"version": "0.1.2",
			"resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
			"integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/npm-bundled": {
			"version": "1.1.2",
			"resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.1.2.tgz",
			"integrity": "sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==",
			"dev": true,
			"dependencies": {
				"npm-normalize-package-bin": "^1.0.1"
			}
		},
		"node_modules/npm-normalize-package-bin": {
			"version": "1.0.1",
			"resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz",
			"integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==",
			"dev": true
		},
		"node_modules/npm-package-json-lint": {
			"version": "6.4.0",
			"resolved": "https://registry.npmjs.org/npm-package-json-lint/-/npm-package-json-lint-6.4.0.tgz",
			"integrity": "sha512-cuXAJJB1Rdqz0UO6w524matlBqDBjcNt7Ru+RDIu4y6RI1gVqiWBnylrK8sPRk81gGBA0X8hJbDXolVOoTc+sA==",
			"dev": true,
			"dependencies": {
				"ajv": "^6.12.6",
				"ajv-errors": "^1.0.1",
				"chalk": "^4.1.2",
				"cosmiconfig": "^8.0.0",
				"debug": "^4.3.4",
				"globby": "^11.1.0",
				"ignore": "^5.2.0",
				"is-plain-obj": "^3.0.0",
				"jsonc-parser": "^3.2.0",
				"log-symbols": "^4.1.0",
				"meow": "^9.0.0",
				"plur": "^4.0.0",
				"semver": "^7.3.8",
				"slash": "^3.0.0",
				"strip-json-comments": "^3.1.1",
				"type-fest": "^3.2.0",
				"validate-npm-package-name": "^5.0.0"
			},
			"bin": {
				"npmPkgJsonLint": "dist/cli.js"
			},
			"engines": {
				"node": ">=14.0.0",
				"npm": ">=6.0.0"
			}
		},
		"node_modules/npm-package-json-lint/node_modules/jsonc-parser": {
			"version": "3.2.1",
			"resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.1.tgz",
			"integrity": "sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==",
			"dev": true
		},
		"node_modules/npm-package-json-lint/node_modules/lru-cache": {
			"version": "6.0.0",
			"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
			"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
			"dev": true,
			"dependencies": {
				"yallist": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/npm-package-json-lint/node_modules/semver": {
			"version": "7.6.0",
			"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
			"integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
			"dev": true,
			"dependencies": {
				"lru-cache": "^6.0.0"
			},
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/npm-package-json-lint/node_modules/type-fest": {
			"version": "3.13.1",
			"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.13.1.tgz",
			"integrity": "sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==",
			"dev": true,
			"engines": {
				"node": ">=14.16"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/npm-package-json-lint/node_modules/yallist": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
			"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
			"dev": true
		},
		"node_modules/npm-packlist": {
			"version": "3.0.0",
			"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-3.0.0.tgz",
			"integrity": "sha512-L/cbzmutAwII5glUcf2DBRNY/d0TFd4e/FnaZigJV6JD85RHZXJFGwCndjMWiiViiWSsWt3tiOLpI3ByTnIdFQ==",
			"dev": true,
			"dependencies": {
				"glob": "^7.1.6",
				"ignore-walk": "^4.0.1",
				"npm-bundled": "^1.1.1",
				"npm-normalize-package-bin": "^1.0.1"
			},
			"bin": {
				"npm-packlist": "bin/index.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/npm-run-path": {
			"version": "4.0.1",
			"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
			"integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
			"dev": true,
			"dependencies": {
				"path-key": "^3.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/nth-check": {
			"version": "2.1.1",
			"resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
			"integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
			"dev": true,
			"dependencies": {
				"boolbase": "^1.0.0"
			},
			"funding": {
				"url": "https://github.com/fb55/nth-check?sponsor=1"
			}
		},
		"node_modules/nwsapi": {
			"version": "2.2.9",
			"resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.9.tgz",
			"integrity": "sha512-2f3F0SEEer8bBu0dsNCFF50N0cTThV1nWFYcEYFZttdW0lDAoybv9cQoK7X7/68Z89S7FoRrVjP1LPX4XRf9vg==",
			"dev": true
		},
		"node_modules/object-assign": {
			"version": "4.1.1",
			"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
			"integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/object-filter": {
			"version": "1.0.2",
			"resolved": "https://registry.npmjs.org/object-filter/-/object-filter-1.0.2.tgz",
			"integrity": "sha512-NahvP2vZcy1ZiiYah30CEPw0FpDcSkSePJBMpzl5EQgCmISijiGuJm3SPYp7U+Lf2TljyaIw3E5EgkEx/TNEVA==",
			"dev": true
		},
		"node_modules/object-inspect": {
			"version": "1.13.1",
			"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz",
			"integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==",
			"dev": true,
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/object-keys": {
			"version": "1.1.1",
			"resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
			"integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
			"dev": true,
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/object.assign": {
			"version": "4.1.5",
			"resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz",
			"integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.5",
				"define-properties": "^1.2.1",
				"has-symbols": "^1.0.3",
				"object-keys": "^1.1.1"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/object.entries": {
			"version": "1.1.8",
			"resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.8.tgz",
			"integrity": "sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.7",
				"define-properties": "^1.2.1",
				"es-object-atoms": "^1.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/object.fromentries": {
			"version": "2.0.8",
			"resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz",
			"integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.7",
				"define-properties": "^1.2.1",
				"es-abstract": "^1.23.2",
				"es-object-atoms": "^1.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/object.groupby": {
			"version": "1.0.3",
			"resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz",
			"integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.7",
				"define-properties": "^1.2.1",
				"es-abstract": "^1.23.2"
			},
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/object.hasown": {
			"version": "1.1.4",
			"resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.4.tgz",
			"integrity": "sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==",
			"dev": true,
			"dependencies": {
				"define-properties": "^1.2.1",
				"es-abstract": "^1.23.2",
				"es-object-atoms": "^1.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/object.values": {
			"version": "1.2.0",
			"resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.0.tgz",
			"integrity": "sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.7",
				"define-properties": "^1.2.1",
				"es-object-atoms": "^1.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/obuf": {
			"version": "1.1.2",
			"resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
			"integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==",
			"dev": true
		},
		"node_modules/on-finished": {
			"version": "2.4.1",
			"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
			"integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
			"dev": true,
			"dependencies": {
				"ee-first": "1.1.1"
			},
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/on-headers": {
			"version": "1.0.2",
			"resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
			"integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
			"dev": true,
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/once": {
			"version": "1.4.0",
			"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
			"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
			"dev": true,
			"dependencies": {
				"wrappy": "1"
			}
		},
		"node_modules/onetime": {
			"version": "5.1.2",
			"resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
			"integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
			"dev": true,
			"dependencies": {
				"mimic-fn": "^2.1.0"
			},
			"engines": {
				"node": ">=6"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/open": {
			"version": "8.4.2",
			"resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz",
			"integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
			"dev": true,
			"dependencies": {
				"define-lazy-prop": "^2.0.0",
				"is-docker": "^2.1.1",
				"is-wsl": "^2.2.0"
			},
			"engines": {
				"node": ">=12"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/opener": {
			"version": "1.5.2",
			"resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz",
			"integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==",
			"dev": true,
			"bin": {
				"opener": "bin/opener-bin.js"
			}
		},
		"node_modules/optionator": {
			"version": "0.9.4",
			"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
			"integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
			"dev": true,
			"dependencies": {
				"deep-is": "^0.1.3",
				"fast-levenshtein": "^2.0.6",
				"levn": "^0.4.1",
				"prelude-ls": "^1.2.1",
				"type-check": "^0.4.0",
				"word-wrap": "^1.2.5"
			},
			"engines": {
				"node": ">= 0.8.0"
			}
		},
		"node_modules/os-homedir": {
			"version": "1.0.2",
			"resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
			"integrity": "sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/p-limit": {
			"version": "3.1.0",
			"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
			"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
			"dev": true,
			"dependencies": {
				"yocto-queue": "^0.1.0"
			},
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/p-locate": {
			"version": "4.1.0",
			"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
			"integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
			"dev": true,
			"dependencies": {
				"p-limit": "^2.2.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/p-locate/node_modules/p-limit": {
			"version": "2.3.0",
			"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
			"integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
			"dev": true,
			"dependencies": {
				"p-try": "^2.0.0"
			},
			"engines": {
				"node": ">=6"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/p-map": {
			"version": "2.1.0",
			"resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz",
			"integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==",
			"dev": true,
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/p-retry": {
			"version": "4.6.2",
			"resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz",
			"integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==",
			"dev": true,
			"dependencies": {
				"@types/retry": "0.12.0",
				"retry": "^0.13.1"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/p-try": {
			"version": "2.2.0",
			"resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
			"integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
			"dev": true,
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/pac-proxy-agent": {
			"version": "7.0.1",
			"resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.0.1.tgz",
			"integrity": "sha512-ASV8yU4LLKBAjqIPMbrgtaKIvxQri/yh2OpI+S6hVa9JRkUI3Y3NPFbfngDtY7oFtSMD3w31Xns89mDa3Feo5A==",
			"dev": true,
			"dependencies": {
				"@tootallnate/quickjs-emscripten": "^0.23.0",
				"agent-base": "^7.0.2",
				"debug": "^4.3.4",
				"get-uri": "^6.0.1",
				"http-proxy-agent": "^7.0.0",
				"https-proxy-agent": "^7.0.2",
				"pac-resolver": "^7.0.0",
				"socks-proxy-agent": "^8.0.2"
			},
			"engines": {
				"node": ">= 14"
			}
		},
		"node_modules/pac-proxy-agent/node_modules/agent-base": {
			"version": "7.1.1",
			"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
			"integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
			"dev": true,
			"dependencies": {
				"debug": "^4.3.4"
			},
			"engines": {
				"node": ">= 14"
			}
		},
		"node_modules/pac-proxy-agent/node_modules/http-proxy-agent": {
			"version": "7.0.2",
			"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
			"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
			"dev": true,
			"dependencies": {
				"agent-base": "^7.1.0",
				"debug": "^4.3.4"
			},
			"engines": {
				"node": ">= 14"
			}
		},
		"node_modules/pac-proxy-agent/node_modules/https-proxy-agent": {
			"version": "7.0.4",
			"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz",
			"integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
			"dev": true,
			"dependencies": {
				"agent-base": "^7.0.2",
				"debug": "4"
			},
			"engines": {
				"node": ">= 14"
			}
		},
		"node_modules/pac-resolver": {
			"version": "7.0.1",
			"resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-7.0.1.tgz",
			"integrity": "sha512-5NPgf87AT2STgwa2ntRMr45jTKrYBGkVU36yT0ig/n/GMAa3oPqhZfIQ2kMEimReg0+t9kZViDVZ83qfVUlckg==",
			"dev": true,
			"dependencies": {
				"degenerator": "^5.0.0",
				"netmask": "^2.0.2"
			},
			"engines": {
				"node": ">= 14"
			}
		},
		"node_modules/param-case": {
			"version": "3.0.4",
			"resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz",
			"integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==",
			"dev": true,
			"dependencies": {
				"dot-case": "^3.0.4",
				"tslib": "^2.0.3"
			}
		},
		"node_modules/parent-module": {
			"version": "1.0.1",
			"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
			"integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
			"dev": true,
			"dependencies": {
				"callsites": "^3.0.0"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/parse-cache-control": {
			"version": "1.0.1",
			"resolved": "https://registry.npmjs.org/parse-cache-control/-/parse-cache-control-1.0.1.tgz",
			"integrity": "sha512-60zvsJReQPX5/QP0Kzfd/VrpjScIQ7SHBW6bFCYfEP+fp0Eppr1SHhIO5nd1PjZtvclzSzES9D/p5nFJurwfWg==",
			"dev": true
		},
		"node_modules/parse-json": {
			"version": "5.2.0",
			"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
			"integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
			"dev": true,
			"dependencies": {
				"@babel/code-frame": "^7.0.0",
				"error-ex": "^1.3.1",
				"json-parse-even-better-errors": "^2.3.0",
				"lines-and-columns": "^1.1.6"
			},
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/parse-passwd": {
			"version": "1.0.0",
			"resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz",
			"integrity": "sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/parse5": {
			"version": "7.1.2",
			"resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz",
			"integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==",
			"dev": true,
			"dependencies": {
				"entities": "^4.4.0"
			},
			"funding": {
				"url": "https://github.com/inikulin/parse5?sponsor=1"
			}
		},
		"node_modules/parseurl": {
			"version": "1.3.3",
			"resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
			"integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
			"dev": true,
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/pascal-case": {
			"version": "3.1.2",
			"resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
			"integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==",
			"dev": true,
			"dependencies": {
				"no-case": "^3.0.4",
				"tslib": "^2.0.3"
			}
		},
		"node_modules/path-case": {
			"version": "3.0.4",
			"resolved": "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz",
			"integrity": "sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==",
			"dev": true,
			"dependencies": {
				"dot-case": "^3.0.4",
				"tslib": "^2.0.3"
			}
		},
		"node_modules/path-exists": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
			"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
			"dev": true,
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/path-is-absolute": {
			"version": "1.0.1",
			"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
			"integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/path-is-inside": {
			"version": "1.0.2",
			"resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
			"integrity": "sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==",
			"dev": true
		},
		"node_modules/path-key": {
			"version": "3.1.1",
			"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
			"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
			"dev": true,
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/path-parse": {
			"version": "1.0.7",
			"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
			"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
			"dev": true
		},
		"node_modules/path-to-regexp": {
			"version": "0.1.7",
			"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
			"integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==",
			"dev": true
		},
		"node_modules/path-type": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
			"integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
			"dev": true,
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/pend": {
			"version": "1.2.0",
			"resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
			"integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==",
			"dev": true
		},
		"node_modules/picocolors": {
			"version": "1.0.0",
			"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
			"integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
			"dev": true
		},
		"node_modules/picomatch": {
			"version": "2.3.1",
			"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
			"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
			"dev": true,
			"engines": {
				"node": ">=8.6"
			},
			"funding": {
				"url": "https://github.com/sponsors/jonschlinkert"
			}
		},
		"node_modules/pify": {
			"version": "4.0.1",
			"resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
			"integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
			"dev": true,
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/pinkie": {
			"version": "2.0.4",
			"resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
			"integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/pinkie-promise": {
			"version": "2.0.1",
			"resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
			"integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==",
			"dev": true,
			"dependencies": {
				"pinkie": "^2.0.0"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/pirates": {
			"version": "4.0.6",
			"resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz",
			"integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==",
			"dev": true,
			"engines": {
				"node": ">= 6"
			}
		},
		"node_modules/pkg-dir": {
			"version": "4.2.0",
			"resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
			"integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
			"dev": true,
			"dependencies": {
				"find-up": "^4.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/playwright": {
			"version": "1.43.1",
			"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.43.1.tgz",
			"integrity": "sha512-V7SoH0ai2kNt1Md9E3Gwas5B9m8KR2GVvwZnAI6Pg0m3sh7UvgiYhRrhsziCmqMJNouPckiOhk8T+9bSAK0VIA==",
			"dev": true,
			"peer": true,
			"dependencies": {
				"playwright-core": "1.43.1"
			},
			"bin": {
				"playwright": "cli.js"
			},
			"engines": {
				"node": ">=16"
			},
			"optionalDependencies": {
				"fsevents": "2.3.2"
			}
		},
		"node_modules/playwright-core": {
			"version": "1.43.1",
			"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.43.1.tgz",
			"integrity": "sha512-EI36Mto2Vrx6VF7rm708qSnesVQKbxEWvPrfA1IPY6HgczBplDx7ENtx+K2n4kJ41sLLkuGfmb0ZLSSXlDhqPg==",
			"dev": true,
			"peer": true,
			"bin": {
				"playwright-core": "cli.js"
			},
			"engines": {
				"node": ">=16"
			}
		},
		"node_modules/playwright/node_modules/fsevents": {
			"version": "2.3.2",
			"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
			"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
			"dev": true,
			"hasInstallScript": true,
			"optional": true,
			"os": [
				"darwin"
			],
			"peer": true,
			"engines": {
				"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
			}
		},
		"node_modules/plur": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/plur/-/plur-4.0.0.tgz",
			"integrity": "sha512-4UGewrYgqDFw9vV6zNV+ADmPAUAfJPKtGvb/VdpQAx25X5f3xXdGdyOEVFwkl8Hl/tl7+xbeHqSEM+D5/TirUg==",
			"dev": true,
			"dependencies": {
				"irregular-plurals": "^3.2.0"
			},
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/possible-typed-array-names": {
			"version": "1.0.0",
			"resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz",
			"integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==",
			"dev": true,
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/postcss": {
			"version": "8.4.38",
			"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz",
			"integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==",
			"dev": true,
			"funding": [
				{
					"type": "opencollective",
					"url": "https://opencollective.com/postcss/"
				},
				{
					"type": "tidelift",
					"url": "https://tidelift.com/funding/github/npm/postcss"
				},
				{
					"type": "github",
					"url": "https://github.com/sponsors/ai"
				}
			],
			"dependencies": {
				"nanoid": "^3.3.7",
				"picocolors": "^1.0.0",
				"source-map-js": "^1.2.0"
			},
			"engines": {
				"node": "^10 || ^12 || >=14"
			}
		},
		"node_modules/postcss-calc": {
			"version": "9.0.1",
			"resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-9.0.1.tgz",
			"integrity": "sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==",
			"dev": true,
			"dependencies": {
				"postcss-selector-parser": "^6.0.11",
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.2.2"
			}
		},
		"node_modules/postcss-colormin": {
			"version": "6.1.0",
			"resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-6.1.0.tgz",
			"integrity": "sha512-x9yX7DOxeMAR+BgGVnNSAxmAj98NX/YxEMNFP+SDCEeNLb2r3i6Hh1ksMsnW8Ub5SLCpbescQqn9YEbE9554Sw==",
			"dev": true,
			"dependencies": {
				"browserslist": "^4.23.0",
				"caniuse-api": "^3.0.0",
				"colord": "^2.9.3",
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-convert-values": {
			"version": "6.1.0",
			"resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-6.1.0.tgz",
			"integrity": "sha512-zx8IwP/ts9WvUM6NkVSkiU902QZL1bwPhaVaLynPtCsOTqp+ZKbNi+s6XJg3rfqpKGA/oc7Oxk5t8pOQJcwl/w==",
			"dev": true,
			"dependencies": {
				"browserslist": "^4.23.0",
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-discard-comments": {
			"version": "6.0.2",
			"resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-6.0.2.tgz",
			"integrity": "sha512-65w/uIqhSBBfQmYnG92FO1mWZjJ4GL5b8atm5Yw2UgrwD7HiNiSSNwJor1eCFGzUgYnN/iIknhNRVqjrrpuglw==",
			"dev": true,
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-discard-duplicates": {
			"version": "6.0.3",
			"resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-6.0.3.tgz",
			"integrity": "sha512-+JA0DCvc5XvFAxwx6f/e68gQu/7Z9ud584VLmcgto28eB8FqSFZwtrLwB5Kcp70eIoWP/HXqz4wpo8rD8gpsTw==",
			"dev": true,
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-discard-empty": {
			"version": "6.0.3",
			"resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-6.0.3.tgz",
			"integrity": "sha512-znyno9cHKQsK6PtxL5D19Fj9uwSzC2mB74cpT66fhgOadEUPyXFkbgwm5tvc3bt3NAy8ltE5MrghxovZRVnOjQ==",
			"dev": true,
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-discard-overridden": {
			"version": "6.0.2",
			"resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-6.0.2.tgz",
			"integrity": "sha512-j87xzI4LUggC5zND7KdjsI25APtyMuynXZSujByMaav2roV6OZX+8AaCUcZSWqckZpjAjRyFDdpqybgjFO0HJQ==",
			"dev": true,
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-loader": {
			"version": "6.2.1",
			"resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz",
			"integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==",
			"dev": true,
			"dependencies": {
				"cosmiconfig": "^7.0.0",
				"klona": "^2.0.5",
				"semver": "^7.3.5"
			},
			"engines": {
				"node": ">= 12.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			},
			"peerDependencies": {
				"postcss": "^7.0.0 || ^8.0.1",
				"webpack": "^5.0.0"
			}
		},
		"node_modules/postcss-loader/node_modules/cosmiconfig": {
			"version": "7.1.0",
			"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
			"integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
			"dev": true,
			"dependencies": {
				"@types/parse-json": "^4.0.0",
				"import-fresh": "^3.2.1",
				"parse-json": "^5.0.0",
				"path-type": "^4.0.0",
				"yaml": "^1.10.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/postcss-loader/node_modules/lru-cache": {
			"version": "6.0.0",
			"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
			"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
			"dev": true,
			"dependencies": {
				"yallist": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/postcss-loader/node_modules/semver": {
			"version": "7.6.0",
			"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
			"integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
			"dev": true,
			"dependencies": {
				"lru-cache": "^6.0.0"
			},
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/postcss-loader/node_modules/yallist": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
			"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
			"dev": true
		},
		"node_modules/postcss-media-query-parser": {
			"version": "0.2.3",
			"resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz",
			"integrity": "sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==",
			"dev": true
		},
		"node_modules/postcss-merge-longhand": {
			"version": "6.0.5",
			"resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-6.0.5.tgz",
			"integrity": "sha512-5LOiordeTfi64QhICp07nzzuTDjNSO8g5Ksdibt44d+uvIIAE1oZdRn8y/W5ZtYgRH/lnLDlvi9F8btZcVzu3w==",
			"dev": true,
			"dependencies": {
				"postcss-value-parser": "^4.2.0",
				"stylehacks": "^6.1.1"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-merge-rules": {
			"version": "6.1.1",
			"resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-6.1.1.tgz",
			"integrity": "sha512-KOdWF0gju31AQPZiD+2Ar9Qjowz1LTChSjFFbS+e2sFgc4uHOp3ZvVX4sNeTlk0w2O31ecFGgrFzhO0RSWbWwQ==",
			"dev": true,
			"dependencies": {
				"browserslist": "^4.23.0",
				"caniuse-api": "^3.0.0",
				"cssnano-utils": "^4.0.2",
				"postcss-selector-parser": "^6.0.16"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-minify-font-values": {
			"version": "6.1.0",
			"resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-6.1.0.tgz",
			"integrity": "sha512-gklfI/n+9rTh8nYaSJXlCo3nOKqMNkxuGpTn/Qm0gstL3ywTr9/WRKznE+oy6fvfolH6dF+QM4nCo8yPLdvGJg==",
			"dev": true,
			"dependencies": {
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-minify-gradients": {
			"version": "6.0.3",
			"resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-6.0.3.tgz",
			"integrity": "sha512-4KXAHrYlzF0Rr7uc4VrfwDJ2ajrtNEpNEuLxFgwkhFZ56/7gaE4Nr49nLsQDZyUe+ds+kEhf+YAUolJiYXF8+Q==",
			"dev": true,
			"dependencies": {
				"colord": "^2.9.3",
				"cssnano-utils": "^4.0.2",
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-minify-params": {
			"version": "6.1.0",
			"resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-6.1.0.tgz",
			"integrity": "sha512-bmSKnDtyyE8ujHQK0RQJDIKhQ20Jq1LYiez54WiaOoBtcSuflfK3Nm596LvbtlFcpipMjgClQGyGr7GAs+H1uA==",
			"dev": true,
			"dependencies": {
				"browserslist": "^4.23.0",
				"cssnano-utils": "^4.0.2",
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-minify-selectors": {
			"version": "6.0.4",
			"resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-6.0.4.tgz",
			"integrity": "sha512-L8dZSwNLgK7pjTto9PzWRoMbnLq5vsZSTu8+j1P/2GB8qdtGQfn+K1uSvFgYvgh83cbyxT5m43ZZhUMTJDSClQ==",
			"dev": true,
			"dependencies": {
				"postcss-selector-parser": "^6.0.16"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-modules-extract-imports": {
			"version": "3.1.0",
			"resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz",
			"integrity": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==",
			"dev": true,
			"engines": {
				"node": "^10 || ^12 || >= 14"
			},
			"peerDependencies": {
				"postcss": "^8.1.0"
			}
		},
		"node_modules/postcss-modules-local-by-default": {
			"version": "4.0.5",
			"resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.5.tgz",
			"integrity": "sha512-6MieY7sIfTK0hYfafw1OMEG+2bg8Q1ocHCpoWLqOKj3JXlKu4G7btkmM/B7lFubYkYWmRSPLZi5chid63ZaZYw==",
			"dev": true,
			"dependencies": {
				"icss-utils": "^5.0.0",
				"postcss-selector-parser": "^6.0.2",
				"postcss-value-parser": "^4.1.0"
			},
			"engines": {
				"node": "^10 || ^12 || >= 14"
			},
			"peerDependencies": {
				"postcss": "^8.1.0"
			}
		},
		"node_modules/postcss-modules-scope": {
			"version": "3.2.0",
			"resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.0.tgz",
			"integrity": "sha512-oq+g1ssrsZOsx9M96c5w8laRmvEu9C3adDSjI8oTcbfkrTE8hx/zfyobUoWIxaKPO8bt6S62kxpw5GqypEw1QQ==",
			"dev": true,
			"dependencies": {
				"postcss-selector-parser": "^6.0.4"
			},
			"engines": {
				"node": "^10 || ^12 || >= 14"
			},
			"peerDependencies": {
				"postcss": "^8.1.0"
			}
		},
		"node_modules/postcss-modules-values": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz",
			"integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==",
			"dev": true,
			"dependencies": {
				"icss-utils": "^5.0.0"
			},
			"engines": {
				"node": "^10 || ^12 || >= 14"
			},
			"peerDependencies": {
				"postcss": "^8.1.0"
			}
		},
		"node_modules/postcss-normalize-charset": {
			"version": "6.0.2",
			"resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-6.0.2.tgz",
			"integrity": "sha512-a8N9czmdnrjPHa3DeFlwqst5eaL5W8jYu3EBbTTkI5FHkfMhFZh1EGbku6jhHhIzTA6tquI2P42NtZ59M/H/kQ==",
			"dev": true,
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-normalize-display-values": {
			"version": "6.0.2",
			"resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-6.0.2.tgz",
			"integrity": "sha512-8H04Mxsb82ON/aAkPeq8kcBbAtI5Q2a64X/mnRRfPXBq7XeogoQvReqxEfc0B4WPq1KimjezNC8flUtC3Qz6jg==",
			"dev": true,
			"dependencies": {
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-normalize-positions": {
			"version": "6.0.2",
			"resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-6.0.2.tgz",
			"integrity": "sha512-/JFzI441OAB9O7VnLA+RtSNZvQ0NCFZDOtp6QPFo1iIyawyXg0YI3CYM9HBy1WvwCRHnPep/BvI1+dGPKoXx/Q==",
			"dev": true,
			"dependencies": {
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-normalize-repeat-style": {
			"version": "6.0.2",
			"resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-6.0.2.tgz",
			"integrity": "sha512-YdCgsfHkJ2jEXwR4RR3Tm/iOxSfdRt7jplS6XRh9Js9PyCR/aka/FCb6TuHT2U8gQubbm/mPmF6L7FY9d79VwQ==",
			"dev": true,
			"dependencies": {
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-normalize-string": {
			"version": "6.0.2",
			"resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-6.0.2.tgz",
			"integrity": "sha512-vQZIivlxlfqqMp4L9PZsFE4YUkWniziKjQWUtsxUiVsSSPelQydwS8Wwcuw0+83ZjPWNTl02oxlIvXsmmG+CiQ==",
			"dev": true,
			"dependencies": {
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-normalize-timing-functions": {
			"version": "6.0.2",
			"resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-6.0.2.tgz",
			"integrity": "sha512-a+YrtMox4TBtId/AEwbA03VcJgtyW4dGBizPl7e88cTFULYsprgHWTbfyjSLyHeBcK/Q9JhXkt2ZXiwaVHoMzA==",
			"dev": true,
			"dependencies": {
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-normalize-unicode": {
			"version": "6.1.0",
			"resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-6.1.0.tgz",
			"integrity": "sha512-QVC5TQHsVj33otj8/JD869Ndr5Xcc/+fwRh4HAsFsAeygQQXm+0PySrKbr/8tkDKzW+EVT3QkqZMfFrGiossDg==",
			"dev": true,
			"dependencies": {
				"browserslist": "^4.23.0",
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-normalize-url": {
			"version": "6.0.2",
			"resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-6.0.2.tgz",
			"integrity": "sha512-kVNcWhCeKAzZ8B4pv/DnrU1wNh458zBNp8dh4y5hhxih5RZQ12QWMuQrDgPRw3LRl8mN9vOVfHl7uhvHYMoXsQ==",
			"dev": true,
			"dependencies": {
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-normalize-whitespace": {
			"version": "6.0.2",
			"resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-6.0.2.tgz",
			"integrity": "sha512-sXZ2Nj1icbJOKmdjXVT9pnyHQKiSAyuNQHSgRCUgThn2388Y9cGVDR+E9J9iAYbSbLHI+UUwLVl1Wzco/zgv0Q==",
			"dev": true,
			"dependencies": {
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-ordered-values": {
			"version": "6.0.2",
			"resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-6.0.2.tgz",
			"integrity": "sha512-VRZSOB+JU32RsEAQrO94QPkClGPKJEL/Z9PCBImXMhIeK5KAYo6slP/hBYlLgrCjFxyqvn5VC81tycFEDBLG1Q==",
			"dev": true,
			"dependencies": {
				"cssnano-utils": "^4.0.2",
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-reduce-initial": {
			"version": "6.1.0",
			"resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-6.1.0.tgz",
			"integrity": "sha512-RarLgBK/CrL1qZags04oKbVbrrVK2wcxhvta3GCxrZO4zveibqbRPmm2VI8sSgCXwoUHEliRSbOfpR0b/VIoiw==",
			"dev": true,
			"dependencies": {
				"browserslist": "^4.23.0",
				"caniuse-api": "^3.0.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-reduce-transforms": {
			"version": "6.0.2",
			"resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-6.0.2.tgz",
			"integrity": "sha512-sB+Ya++3Xj1WaT9+5LOOdirAxP7dJZms3GRcYheSPi1PiTMigsxHAdkrbItHxwYHr4kt1zL7mmcHstgMYT+aiA==",
			"dev": true,
			"dependencies": {
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-resolve-nested-selector": {
			"version": "0.1.1",
			"resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz",
			"integrity": "sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw==",
			"dev": true
		},
		"node_modules/postcss-safe-parser": {
			"version": "6.0.0",
			"resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-6.0.0.tgz",
			"integrity": "sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==",
			"dev": true,
			"engines": {
				"node": ">=12.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/postcss/"
			},
			"peerDependencies": {
				"postcss": "^8.3.3"
			}
		},
		"node_modules/postcss-scss": {
			"version": "4.0.9",
			"resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.9.tgz",
			"integrity": "sha512-AjKOeiwAitL/MXxQW2DliT28EKukvvbEWx3LBmJIRN8KfBGZbRTxNYW0kSqi1COiTZ57nZ9NW06S6ux//N1c9A==",
			"dev": true,
			"funding": [
				{
					"type": "opencollective",
					"url": "https://opencollective.com/postcss/"
				},
				{
					"type": "tidelift",
					"url": "https://tidelift.com/funding/github/npm/postcss-scss"
				},
				{
					"type": "github",
					"url": "https://github.com/sponsors/ai"
				}
			],
			"engines": {
				"node": ">=12.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.29"
			}
		},
		"node_modules/postcss-selector-parser": {
			"version": "6.0.16",
			"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.16.tgz",
			"integrity": "sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==",
			"dev": true,
			"dependencies": {
				"cssesc": "^3.0.0",
				"util-deprecate": "^1.0.2"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/postcss-svgo": {
			"version": "6.0.3",
			"resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-6.0.3.tgz",
			"integrity": "sha512-dlrahRmxP22bX6iKEjOM+c8/1p+81asjKT+V5lrgOH944ryx/OHpclnIbGsKVd3uWOXFLYJwCVf0eEkJGvO96g==",
			"dev": true,
			"dependencies": {
				"postcss-value-parser": "^4.2.0",
				"svgo": "^3.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >= 18"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-unique-selectors": {
			"version": "6.0.4",
			"resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-6.0.4.tgz",
			"integrity": "sha512-K38OCaIrO8+PzpArzkLKB42dSARtC2tmG6PvD4b1o1Q2E9Os8jzfWFfSy/rixsHwohtsDdFtAWGjFVFUdwYaMg==",
			"dev": true,
			"dependencies": {
				"postcss-selector-parser": "^6.0.16"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-value-parser": {
			"version": "4.2.0",
			"resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
			"integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
			"dev": true
		},
		"node_modules/prelude-ls": {
			"version": "1.2.1",
			"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
			"integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
			"dev": true,
			"engines": {
				"node": ">= 0.8.0"
			}
		},
		"node_modules/prettier": {
			"name": "wp-prettier",
			"version": "3.0.3",
			"resolved": "https://registry.npmjs.org/wp-prettier/-/wp-prettier-3.0.3.tgz",
			"integrity": "sha512-X4UlrxDTH8oom9qXlcjnydsjAOD2BmB6yFmvS4Z2zdTzqqpRWb+fbqrH412+l+OUXmbzJlSXjlMFYPgYG12IAA==",
			"dev": true,
			"bin": {
				"prettier": "bin/prettier.cjs"
			},
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"url": "https://github.com/prettier/prettier?sponsor=1"
			}
		},
		"node_modules/prettier-linter-helpers": {
			"version": "1.0.0",
			"resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
			"integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==",
			"dev": true,
			"dependencies": {
				"fast-diff": "^1.1.2"
			},
			"engines": {
				"node": ">=6.0.0"
			}
		},
		"node_modules/pretty-format": {
			"version": "29.7.0",
			"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
			"integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
			"dev": true,
			"dependencies": {
				"@jest/schemas": "^29.6.3",
				"ansi-styles": "^5.0.0",
				"react-is": "^18.0.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/pretty-format/node_modules/ansi-styles": {
			"version": "5.2.0",
			"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
			"integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
			"dev": true,
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/chalk/ansi-styles?sponsor=1"
			}
		},
		"node_modules/process-nextick-args": {
			"version": "2.0.1",
			"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
			"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
			"dev": true
		},
		"node_modules/progress": {
			"version": "2.0.3",
			"resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
			"integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
			"dev": true,
			"engines": {
				"node": ">=0.4.0"
			}
		},
		"node_modules/prompts": {
			"version": "2.4.2",
			"resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
			"integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
			"dev": true,
			"dependencies": {
				"kleur": "^3.0.3",
				"sisteransi": "^1.0.5"
			},
			"engines": {
				"node": ">= 6"
			}
		},
		"node_modules/prop-types": {
			"version": "15.8.1",
			"resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
			"integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
			"dev": true,
			"dependencies": {
				"loose-envify": "^1.4.0",
				"object-assign": "^4.1.1",
				"react-is": "^16.13.1"
			}
		},
		"node_modules/prop-types/node_modules/react-is": {
			"version": "16.13.1",
			"resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
			"integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
			"dev": true
		},
		"node_modules/proxy-addr": {
			"version": "2.0.7",
			"resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
			"integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
			"dev": true,
			"dependencies": {
				"forwarded": "0.2.0",
				"ipaddr.js": "1.9.1"
			},
			"engines": {
				"node": ">= 0.10"
			}
		},
		"node_modules/proxy-addr/node_modules/ipaddr.js": {
			"version": "1.9.1",
			"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
			"integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
			"dev": true,
			"engines": {
				"node": ">= 0.10"
			}
		},
		"node_modules/proxy-agent": {
			"version": "6.3.0",
			"resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.3.0.tgz",
			"integrity": "sha512-0LdR757eTj/JfuU7TL2YCuAZnxWXu3tkJbg4Oq3geW/qFNT/32T0sp2HnZ9O0lMR4q3vwAt0+xCA8SR0WAD0og==",
			"dev": true,
			"dependencies": {
				"agent-base": "^7.0.2",
				"debug": "^4.3.4",
				"http-proxy-agent": "^7.0.0",
				"https-proxy-agent": "^7.0.0",
				"lru-cache": "^7.14.1",
				"pac-proxy-agent": "^7.0.0",
				"proxy-from-env": "^1.1.0",
				"socks-proxy-agent": "^8.0.1"
			},
			"engines": {
				"node": ">= 14"
			}
		},
		"node_modules/proxy-agent/node_modules/agent-base": {
			"version": "7.1.1",
			"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
			"integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
			"dev": true,
			"dependencies": {
				"debug": "^4.3.4"
			},
			"engines": {
				"node": ">= 14"
			}
		},
		"node_modules/proxy-agent/node_modules/http-proxy-agent": {
			"version": "7.0.2",
			"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
			"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
			"dev": true,
			"dependencies": {
				"agent-base": "^7.1.0",
				"debug": "^4.3.4"
			},
			"engines": {
				"node": ">= 14"
			}
		},
		"node_modules/proxy-agent/node_modules/https-proxy-agent": {
			"version": "7.0.4",
			"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz",
			"integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
			"dev": true,
			"dependencies": {
				"agent-base": "^7.0.2",
				"debug": "4"
			},
			"engines": {
				"node": ">= 14"
			}
		},
		"node_modules/proxy-agent/node_modules/lru-cache": {
			"version": "7.18.3",
			"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
			"integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
			"dev": true,
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/proxy-from-env": {
			"version": "1.1.0",
			"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
			"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
			"dev": true
		},
		"node_modules/ps-list": {
			"version": "8.1.1",
			"resolved": "https://registry.npmjs.org/ps-list/-/ps-list-8.1.1.tgz",
			"integrity": "sha512-OPS9kEJYVmiO48u/B9qneqhkMvgCxT+Tm28VCEJpheTpl8cJ0ffZRRNgS5mrQRTrX5yRTpaJ+hRDeefXYmmorQ==",
			"dev": true,
			"engines": {
				"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/pseudomap": {
			"version": "1.0.2",
			"resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
			"integrity": "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==",
			"dev": true
		},
		"node_modules/psl": {
			"version": "1.9.0",
			"resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz",
			"integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==",
			"dev": true
		},
		"node_modules/pump": {
			"version": "3.0.0",
			"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
			"integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
			"dev": true,
			"dependencies": {
				"end-of-stream": "^1.1.0",
				"once": "^1.3.1"
			}
		},
		"node_modules/punycode": {
			"version": "2.3.1",
			"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
			"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
			"dev": true,
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/puppeteer-core": {
			"version": "13.7.0",
			"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-13.7.0.tgz",
			"integrity": "sha512-rXja4vcnAzFAP1OVLq/5dWNfwBGuzcOARJ6qGV7oAZhnLmVRU8G5MsdeQEAOy332ZhkIOnn9jp15R89LKHyp2Q==",
			"dev": true,
			"dependencies": {
				"cross-fetch": "3.1.5",
				"debug": "4.3.4",
				"devtools-protocol": "0.0.981744",
				"extract-zip": "2.0.1",
				"https-proxy-agent": "5.0.1",
				"pkg-dir": "4.2.0",
				"progress": "2.0.3",
				"proxy-from-env": "1.1.0",
				"rimraf": "3.0.2",
				"tar-fs": "2.1.1",
				"unbzip2-stream": "1.4.3",
				"ws": "8.5.0"
			},
			"engines": {
				"node": ">=10.18.1"
			}
		},
		"node_modules/puppeteer-core/node_modules/devtools-protocol": {
			"version": "0.0.981744",
			"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.981744.tgz",
			"integrity": "sha512-0cuGS8+jhR67Fy7qG3i3Pc7Aw494sb9yG9QgpG97SFVWwolgYjlhJg7n+UaHxOQT30d1TYu/EYe9k01ivLErIg==",
			"dev": true
		},
		"node_modules/puppeteer-core/node_modules/rimraf": {
			"version": "3.0.2",
			"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
			"integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
			"dev": true,
			"dependencies": {
				"glob": "^7.1.3"
			},
			"bin": {
				"rimraf": "bin.js"
			},
			"funding": {
				"url": "https://github.com/sponsors/isaacs"
			}
		},
		"node_modules/puppeteer-core/node_modules/ws": {
			"version": "8.5.0",
			"resolved": "https://registry.npmjs.org/ws/-/ws-8.5.0.tgz",
			"integrity": "sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==",
			"dev": true,
			"engines": {
				"node": ">=10.0.0"
			},
			"peerDependencies": {
				"bufferutil": "^4.0.1",
				"utf-8-validate": "^5.0.2"
			},
			"peerDependenciesMeta": {
				"bufferutil": {
					"optional": true
				},
				"utf-8-validate": {
					"optional": true
				}
			}
		},
		"node_modules/pure-rand": {
			"version": "6.1.0",
			"resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz",
			"integrity": "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==",
			"dev": true,
			"funding": [
				{
					"type": "individual",
					"url": "https://github.com/sponsors/dubzzz"
				},
				{
					"type": "opencollective",
					"url": "https://opencollective.com/fast-check"
				}
			]
		},
		"node_modules/qs": {
			"version": "6.11.0",
			"resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz",
			"integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==",
			"dev": true,
			"dependencies": {
				"side-channel": "^1.0.4"
			},
			"engines": {
				"node": ">=0.6"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/querystringify": {
			"version": "2.2.0",
			"resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
			"integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
			"dev": true
		},
		"node_modules/queue-microtask": {
			"version": "1.2.3",
			"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
			"integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
			"dev": true,
			"funding": [
				{
					"type": "github",
					"url": "https://github.com/sponsors/feross"
				},
				{
					"type": "patreon",
					"url": "https://www.patreon.com/feross"
				},
				{
					"type": "consulting",
					"url": "https://feross.org/support"
				}
			]
		},
		"node_modules/queue-tick": {
			"version": "1.0.1",
			"resolved": "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz",
			"integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==",
			"dev": true
		},
		"node_modules/quick-lru": {
			"version": "4.0.1",
			"resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz",
			"integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==",
			"dev": true,
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/randombytes": {
			"version": "2.1.0",
			"resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
			"integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
			"dev": true,
			"dependencies": {
				"safe-buffer": "^5.1.0"
			}
		},
		"node_modules/range-parser": {
			"version": "1.2.1",
			"resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
			"integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
			"dev": true,
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/raw-body": {
			"version": "2.5.2",
			"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz",
			"integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==",
			"dev": true,
			"dependencies": {
				"bytes": "3.1.2",
				"http-errors": "2.0.0",
				"iconv-lite": "0.4.24",
				"unpipe": "1.0.0"
			},
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/raw-body/node_modules/bytes": {
			"version": "3.1.2",
			"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
			"integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
			"dev": true,
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/raw-body/node_modules/iconv-lite": {
			"version": "0.4.24",
			"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
			"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
			"dev": true,
			"dependencies": {
				"safer-buffer": ">= 2.1.2 < 3"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/react": {
			"version": "18.3.1",
			"resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
			"integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
			"dev": true,
			"dependencies": {
				"loose-envify": "^1.1.0"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/react-dom": {
			"version": "18.3.1",
			"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz",
			"integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
			"dev": true,
			"peer": true,
			"dependencies": {
				"loose-envify": "^1.1.0",
				"scheduler": "^0.23.2"
			},
			"peerDependencies": {
				"react": "^18.3.1"
			}
		},
		"node_modules/react-is": {
			"version": "18.3.1",
			"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
			"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
			"dev": true
		},
		"node_modules/react-refresh": {
			"version": "0.14.2",
			"resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.2.tgz",
			"integrity": "sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/read-pkg": {
			"version": "5.2.0",
			"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
			"integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
			"dev": true,
			"dependencies": {
				"@types/normalize-package-data": "^2.4.0",
				"normalize-package-data": "^2.5.0",
				"parse-json": "^5.0.0",
				"type-fest": "^0.6.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/read-pkg-up": {
			"version": "7.0.1",
			"resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
			"integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
			"dev": true,
			"dependencies": {
				"find-up": "^4.1.0",
				"read-pkg": "^5.2.0",
				"type-fest": "^0.8.1"
			},
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/read-pkg-up/node_modules/type-fest": {
			"version": "0.8.1",
			"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz",
			"integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==",
			"dev": true,
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/read-pkg/node_modules/hosted-git-info": {
			"version": "2.8.9",
			"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
			"integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
			"dev": true
		},
		"node_modules/read-pkg/node_modules/normalize-package-data": {
			"version": "2.5.0",
			"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
			"integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
			"dev": true,
			"dependencies": {
				"hosted-git-info": "^2.1.4",
				"resolve": "^1.10.0",
				"semver": "2 || 3 || 4 || 5",
				"validate-npm-package-license": "^3.0.1"
			}
		},
		"node_modules/read-pkg/node_modules/semver": {
			"version": "5.7.2",
			"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
			"integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
			"dev": true,
			"bin": {
				"semver": "bin/semver"
			}
		},
		"node_modules/read-pkg/node_modules/type-fest": {
			"version": "0.6.0",
			"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
			"integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==",
			"dev": true,
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/readable-stream": {
			"version": "3.6.2",
			"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
			"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
			"dev": true,
			"dependencies": {
				"inherits": "^2.0.3",
				"string_decoder": "^1.1.1",
				"util-deprecate": "^1.0.1"
			},
			"engines": {
				"node": ">= 6"
			}
		},
		"node_modules/readdirp": {
			"version": "3.6.0",
			"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
			"integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
			"dev": true,
			"dependencies": {
				"picomatch": "^2.2.1"
			},
			"engines": {
				"node": ">=8.10.0"
			}
		},
		"node_modules/rechoir": {
			"version": "0.8.0",
			"resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz",
			"integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==",
			"dev": true,
			"dependencies": {
				"resolve": "^1.20.0"
			},
			"engines": {
				"node": ">= 10.13.0"
			}
		},
		"node_modules/redent": {
			"version": "3.0.0",
			"resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz",
			"integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==",
			"dev": true,
			"dependencies": {
				"indent-string": "^4.0.0",
				"strip-indent": "^3.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/reflect.getprototypeof": {
			"version": "1.0.6",
			"resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.6.tgz",
			"integrity": "sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.7",
				"define-properties": "^1.2.1",
				"es-abstract": "^1.23.1",
				"es-errors": "^1.3.0",
				"get-intrinsic": "^1.2.4",
				"globalthis": "^1.0.3",
				"which-builtin-type": "^1.1.3"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/regenerate": {
			"version": "1.4.2",
			"resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
			"integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
			"dev": true
		},
		"node_modules/regenerate-unicode-properties": {
			"version": "10.1.1",
			"resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz",
			"integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==",
			"dev": true,
			"dependencies": {
				"regenerate": "^1.4.2"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/regenerator-runtime": {
			"version": "0.14.1",
			"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
			"integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
			"dev": true
		},
		"node_modules/regenerator-transform": {
			"version": "0.15.2",
			"resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz",
			"integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==",
			"dev": true,
			"dependencies": {
				"@babel/runtime": "^7.8.4"
			}
		},
		"node_modules/regexp.prototype.flags": {
			"version": "1.5.2",
			"resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz",
			"integrity": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.6",
				"define-properties": "^1.2.1",
				"es-errors": "^1.3.0",
				"set-function-name": "^2.0.1"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/regexpu-core": {
			"version": "5.3.2",
			"resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz",
			"integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==",
			"dev": true,
			"dependencies": {
				"@babel/regjsgen": "^0.8.0",
				"regenerate": "^1.4.2",
				"regenerate-unicode-properties": "^10.1.0",
				"regjsparser": "^0.9.1",
				"unicode-match-property-ecmascript": "^2.0.0",
				"unicode-match-property-value-ecmascript": "^2.1.0"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/regjsparser": {
			"version": "0.9.1",
			"resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz",
			"integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==",
			"dev": true,
			"dependencies": {
				"jsesc": "~0.5.0"
			},
			"bin": {
				"regjsparser": "bin/parser"
			}
		},
		"node_modules/regjsparser/node_modules/jsesc": {
			"version": "0.5.0",
			"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
			"integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==",
			"dev": true,
			"bin": {
				"jsesc": "bin/jsesc"
			}
		},
		"node_modules/remove-accents": {
			"version": "0.5.0",
			"resolved": "https://registry.npmjs.org/remove-accents/-/remove-accents-0.5.0.tgz",
			"integrity": "sha512-8g3/Otx1eJaVD12e31UbJj1YzdtVvzH85HV7t+9MJYk/u3XmkOUJ5Ys9wQrf9PCPK8+xn4ymzqYCiZl6QWKn+A==",
			"dev": true
		},
		"node_modules/require-directory": {
			"version": "2.1.1",
			"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
			"integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/require-from-string": {
			"version": "2.0.2",
			"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
			"integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/requireindex": {
			"version": "1.2.0",
			"resolved": "https://registry.npmjs.org/requireindex/-/requireindex-1.2.0.tgz",
			"integrity": "sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww==",
			"dev": true,
			"engines": {
				"node": ">=0.10.5"
			}
		},
		"node_modules/requires-port": {
			"version": "1.0.0",
			"resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
			"integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==",
			"dev": true
		},
		"node_modules/resolve": {
			"version": "1.22.8",
			"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
			"integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
			"dev": true,
			"dependencies": {
				"is-core-module": "^2.13.0",
				"path-parse": "^1.0.7",
				"supports-preserve-symlinks-flag": "^1.0.0"
			},
			"bin": {
				"resolve": "bin/resolve"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/resolve-bin": {
			"version": "0.4.3",
			"resolved": "https://registry.npmjs.org/resolve-bin/-/resolve-bin-0.4.3.tgz",
			"integrity": "sha512-9u8TMpc+SEHXxQXblXHz5yRvRZERkCZimFN9oz85QI3uhkh7nqfjm6OGTLg+8vucpXGcY4jLK6WkylPmt7GSvw==",
			"dev": true,
			"dependencies": {
				"find-parent-dir": "~0.3.0"
			}
		},
		"node_modules/resolve-cwd": {
			"version": "3.0.0",
			"resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
			"integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
			"dev": true,
			"dependencies": {
				"resolve-from": "^5.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/resolve-dir": {
			"version": "0.1.1",
			"resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-0.1.1.tgz",
			"integrity": "sha512-QxMPqI6le2u0dCLyiGzgy92kjkkL6zO0XyvHzjdTNH3zM6e5Hz3BwG6+aEyNgiQ5Xz6PwTwgQEj3U50dByPKIA==",
			"dev": true,
			"dependencies": {
				"expand-tilde": "^1.2.2",
				"global-modules": "^0.2.3"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/resolve-from": {
			"version": "5.0.0",
			"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
			"integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
			"dev": true,
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/resolve.exports": {
			"version": "2.0.2",
			"resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz",
			"integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==",
			"dev": true,
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/retry": {
			"version": "0.13.1",
			"resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz",
			"integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==",
			"dev": true,
			"engines": {
				"node": ">= 4"
			}
		},
		"node_modules/reusify": {
			"version": "1.0.4",
			"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
			"integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
			"dev": true,
			"engines": {
				"iojs": ">=1.0.0",
				"node": ">=0.10.0"
			}
		},
		"node_modules/rimraf": {
			"version": "2.7.1",
			"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
			"integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
			"dev": true,
			"dependencies": {
				"glob": "^7.1.3"
			},
			"bin": {
				"rimraf": "bin.js"
			}
		},
		"node_modules/robots-parser": {
			"version": "3.0.1",
			"resolved": "https://registry.npmjs.org/robots-parser/-/robots-parser-3.0.1.tgz",
			"integrity": "sha512-s+pyvQeIKIZ0dx5iJiQk1tPLJAWln39+MI5jtM8wnyws+G5azk+dMnMX0qfbqNetKKNgcWWOdi0sfm+FbQbgdQ==",
			"dev": true,
			"engines": {
				"node": ">=10.0.0"
			}
		},
		"node_modules/run-con": {
			"version": "1.2.12",
			"resolved": "https://registry.npmjs.org/run-con/-/run-con-1.2.12.tgz",
			"integrity": "sha512-5257ILMYIF4RztL9uoZ7V9Q97zHtNHn5bN3NobeAnzB1P3ASLgg8qocM2u+R18ttp+VEM78N2LK8XcNVtnSRrg==",
			"dev": true,
			"dependencies": {
				"deep-extend": "^0.6.0",
				"ini": "~3.0.0",
				"minimist": "^1.2.8",
				"strip-json-comments": "~3.1.1"
			},
			"bin": {
				"run-con": "cli.js"
			}
		},
		"node_modules/run-con/node_modules/ini": {
			"version": "3.0.1",
			"resolved": "https://registry.npmjs.org/ini/-/ini-3.0.1.tgz",
			"integrity": "sha512-it4HyVAUTKBc6m8e1iXWvXSTdndF7HbdN713+kvLrymxTaU4AUBWrJ4vEooP+V7fexnVD3LKcBshjGGPefSMUQ==",
			"dev": true,
			"engines": {
				"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
			}
		},
		"node_modules/run-parallel": {
			"version": "1.2.0",
			"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
			"integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
			"dev": true,
			"funding": [
				{
					"type": "github",
					"url": "https://github.com/sponsors/feross"
				},
				{
					"type": "patreon",
					"url": "https://www.patreon.com/feross"
				},
				{
					"type": "consulting",
					"url": "https://feross.org/support"
				}
			],
			"dependencies": {
				"queue-microtask": "^1.2.2"
			}
		},
		"node_modules/rxjs": {
			"version": "7.8.1",
			"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
			"integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
			"dev": true,
			"dependencies": {
				"tslib": "^2.1.0"
			}
		},
		"node_modules/safe-array-concat": {
			"version": "1.1.2",
			"resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.2.tgz",
			"integrity": "sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.7",
				"get-intrinsic": "^1.2.4",
				"has-symbols": "^1.0.3",
				"isarray": "^2.0.5"
			},
			"engines": {
				"node": ">=0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/safe-buffer": {
			"version": "5.2.1",
			"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
			"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
			"dev": true,
			"funding": [
				{
					"type": "github",
					"url": "https://github.com/sponsors/feross"
				},
				{
					"type": "patreon",
					"url": "https://www.patreon.com/feross"
				},
				{
					"type": "consulting",
					"url": "https://feross.org/support"
				}
			]
		},
		"node_modules/safe-regex-test": {
			"version": "1.0.3",
			"resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz",
			"integrity": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.6",
				"es-errors": "^1.3.0",
				"is-regex": "^1.1.4"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/safer-buffer": {
			"version": "2.1.2",
			"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
			"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
			"dev": true
		},
		"node_modules/sass": {
			"version": "1.75.0",
			"resolved": "https://registry.npmjs.org/sass/-/sass-1.75.0.tgz",
			"integrity": "sha512-ShMYi3WkrDWxExyxSZPst4/okE9ts46xZmJDSawJQrnte7M1V9fScVB+uNXOVKRBt0PggHOwoZcn8mYX4trnBw==",
			"dev": true,
			"dependencies": {
				"chokidar": ">=3.0.0 <4.0.0",
				"immutable": "^4.0.0",
				"source-map-js": ">=0.6.2 <2.0.0"
			},
			"bin": {
				"sass": "sass.js"
			},
			"engines": {
				"node": ">=14.0.0"
			}
		},
		"node_modules/sass-loader": {
			"version": "12.6.0",
			"resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-12.6.0.tgz",
			"integrity": "sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==",
			"dev": true,
			"dependencies": {
				"klona": "^2.0.4",
				"neo-async": "^2.6.2"
			},
			"engines": {
				"node": ">= 12.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			},
			"peerDependencies": {
				"fibers": ">= 3.1.0",
				"node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0",
				"sass": "^1.3.0",
				"sass-embedded": "*",
				"webpack": "^5.0.0"
			},
			"peerDependenciesMeta": {
				"fibers": {
					"optional": true
				},
				"node-sass": {
					"optional": true
				},
				"sass": {
					"optional": true
				},
				"sass-embedded": {
					"optional": true
				}
			}
		},
		"node_modules/saxes": {
			"version": "6.0.0",
			"resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz",
			"integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
			"dev": true,
			"dependencies": {
				"xmlchars": "^2.2.0"
			},
			"engines": {
				"node": ">=v12.22.7"
			}
		},
		"node_modules/scheduler": {
			"version": "0.23.2",
			"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
			"integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
			"dev": true,
			"peer": true,
			"dependencies": {
				"loose-envify": "^1.1.0"
			}
		},
		"node_modules/schema-utils": {
			"version": "3.3.0",
			"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz",
			"integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==",
			"dev": true,
			"dependencies": {
				"@types/json-schema": "^7.0.8",
				"ajv": "^6.12.5",
				"ajv-keywords": "^3.5.2"
			},
			"engines": {
				"node": ">= 10.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			}
		},
		"node_modules/select-hose": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",
			"integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==",
			"dev": true
		},
		"node_modules/selfsigned": {
			"version": "2.4.1",
			"resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz",
			"integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==",
			"dev": true,
			"dependencies": {
				"@types/node-forge": "^1.3.0",
				"node-forge": "^1"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/semver": {
			"version": "6.3.1",
			"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
			"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
			"dev": true,
			"bin": {
				"semver": "bin/semver.js"
			}
		},
		"node_modules/send": {
			"version": "0.18.0",
			"resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz",
			"integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==",
			"dev": true,
			"dependencies": {
				"debug": "2.6.9",
				"depd": "2.0.0",
				"destroy": "1.2.0",
				"encodeurl": "~1.0.2",
				"escape-html": "~1.0.3",
				"etag": "~1.8.1",
				"fresh": "0.5.2",
				"http-errors": "2.0.0",
				"mime": "1.6.0",
				"ms": "2.1.3",
				"on-finished": "2.4.1",
				"range-parser": "~1.2.1",
				"statuses": "2.0.1"
			},
			"engines": {
				"node": ">= 0.8.0"
			}
		},
		"node_modules/send/node_modules/debug": {
			"version": "2.6.9",
			"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
			"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
			"dev": true,
			"dependencies": {
				"ms": "2.0.0"
			}
		},
		"node_modules/send/node_modules/debug/node_modules/ms": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
			"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
			"dev": true
		},
		"node_modules/send/node_modules/mime": {
			"version": "1.6.0",
			"resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
			"integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
			"dev": true,
			"bin": {
				"mime": "cli.js"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/send/node_modules/ms": {
			"version": "2.1.3",
			"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
			"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
			"dev": true
		},
		"node_modules/sentence-case": {
			"version": "3.0.4",
			"resolved": "https://registry.npmjs.org/sentence-case/-/sentence-case-3.0.4.tgz",
			"integrity": "sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==",
			"dev": true,
			"dependencies": {
				"no-case": "^3.0.4",
				"tslib": "^2.0.3",
				"upper-case-first": "^2.0.2"
			}
		},
		"node_modules/serialize-javascript": {
			"version": "6.0.2",
			"resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
			"integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
			"dev": true,
			"dependencies": {
				"randombytes": "^2.1.0"
			}
		},
		"node_modules/serve-index": {
			"version": "1.9.1",
			"resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz",
			"integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==",
			"dev": true,
			"dependencies": {
				"accepts": "~1.3.4",
				"batch": "0.6.1",
				"debug": "2.6.9",
				"escape-html": "~1.0.3",
				"http-errors": "~1.6.2",
				"mime-types": "~2.1.17",
				"parseurl": "~1.3.2"
			},
			"engines": {
				"node": ">= 0.8.0"
			}
		},
		"node_modules/serve-index/node_modules/debug": {
			"version": "2.6.9",
			"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
			"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
			"dev": true,
			"dependencies": {
				"ms": "2.0.0"
			}
		},
		"node_modules/serve-index/node_modules/depd": {
			"version": "1.1.2",
			"resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
			"integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==",
			"dev": true,
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/serve-index/node_modules/http-errors": {
			"version": "1.6.3",
			"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
			"integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==",
			"dev": true,
			"dependencies": {
				"depd": "~1.1.2",
				"inherits": "2.0.3",
				"setprototypeof": "1.1.0",
				"statuses": ">= 1.4.0 < 2"
			},
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/serve-index/node_modules/inherits": {
			"version": "2.0.3",
			"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
			"integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==",
			"dev": true
		},
		"node_modules/serve-index/node_modules/ms": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
			"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
			"dev": true
		},
		"node_modules/serve-index/node_modules/setprototypeof": {
			"version": "1.1.0",
			"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz",
			"integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==",
			"dev": true
		},
		"node_modules/serve-index/node_modules/statuses": {
			"version": "1.5.0",
			"resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
			"integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==",
			"dev": true,
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/serve-static": {
			"version": "1.15.0",
			"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz",
			"integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==",
			"dev": true,
			"dependencies": {
				"encodeurl": "~1.0.2",
				"escape-html": "~1.0.3",
				"parseurl": "~1.3.3",
				"send": "0.18.0"
			},
			"engines": {
				"node": ">= 0.8.0"
			}
		},
		"node_modules/set-function-length": {
			"version": "1.2.2",
			"resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
			"integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
			"dev": true,
			"dependencies": {
				"define-data-property": "^1.1.4",
				"es-errors": "^1.3.0",
				"function-bind": "^1.1.2",
				"get-intrinsic": "^1.2.4",
				"gopd": "^1.0.1",
				"has-property-descriptors": "^1.0.2"
			},
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/set-function-name": {
			"version": "2.0.2",
			"resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
			"integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
			"dev": true,
			"dependencies": {
				"define-data-property": "^1.1.4",
				"es-errors": "^1.3.0",
				"functions-have-names": "^1.2.3",
				"has-property-descriptors": "^1.0.2"
			},
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/setprototypeof": {
			"version": "1.2.0",
			"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
			"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
			"dev": true
		},
		"node_modules/shallow-clone": {
			"version": "0.1.2",
			"resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-0.1.2.tgz",
			"integrity": "sha512-J1zdXCky5GmNnuauESROVu31MQSnLoYvlyEn6j2Ztk6Q5EHFIhxkMhYcv6vuDzl2XEzoRr856QwzMgWM/TmZgw==",
			"dev": true,
			"dependencies": {
				"is-extendable": "^0.1.1",
				"kind-of": "^2.0.1",
				"lazy-cache": "^0.2.3",
				"mixin-object": "^2.0.1"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/shallow-clone/node_modules/kind-of": {
			"version": "2.0.1",
			"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-2.0.1.tgz",
			"integrity": "sha512-0u8i1NZ/mg0b+W3MGGw5I7+6Eib2nx72S/QvXa0hYjEkjTknYmEYQJwGu3mLC0BrhtJjtQafTkyRUQ75Kx0LVg==",
			"dev": true,
			"dependencies": {
				"is-buffer": "^1.0.2"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/shallow-clone/node_modules/lazy-cache": {
			"version": "0.2.7",
			"resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-0.2.7.tgz",
			"integrity": "sha512-gkX52wvU/R8DVMMt78ATVPFMJqfW8FPz1GZ1sVHBVQHmu/WvhIWE4cE1GBzhJNFicDeYhnwp6Rl35BcAIM3YOQ==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/shebang-command": {
			"version": "1.2.0",
			"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
			"integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==",
			"dev": true,
			"dependencies": {
				"shebang-regex": "^1.0.0"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/shebang-regex": {
			"version": "1.0.0",
			"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
			"integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/shell-quote": {
			"version": "1.8.1",
			"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz",
			"integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==",
			"dev": true,
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/side-channel": {
			"version": "1.0.6",
			"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz",
			"integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.7",
				"es-errors": "^1.3.0",
				"get-intrinsic": "^1.2.4",
				"object-inspect": "^1.13.1"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/signal-exit": {
			"version": "3.0.7",
			"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
			"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
			"dev": true
		},
		"node_modules/sirv": {
			"version": "2.0.4",
			"resolved": "https://registry.npmjs.org/sirv/-/sirv-2.0.4.tgz",
			"integrity": "sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==",
			"dev": true,
			"dependencies": {
				"@polka/url": "^1.0.0-next.24",
				"mrmime": "^2.0.0",
				"totalist": "^3.0.0"
			},
			"engines": {
				"node": ">= 10"
			}
		},
		"node_modules/sisteransi": {
			"version": "1.0.5",
			"resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
			"integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
			"dev": true
		},
		"node_modules/slash": {
			"version": "3.0.0",
			"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
			"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
			"dev": true,
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/slice-ansi": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
			"integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
			"dev": true,
			"dependencies": {
				"ansi-styles": "^4.0.0",
				"astral-regex": "^2.0.0",
				"is-fullwidth-code-point": "^3.0.0"
			},
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/chalk/slice-ansi?sponsor=1"
			}
		},
		"node_modules/smart-buffer": {
			"version": "4.2.0",
			"resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",
			"integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==",
			"dev": true,
			"engines": {
				"node": ">= 6.0.0",
				"npm": ">= 3.0.0"
			}
		},
		"node_modules/snake-case": {
			"version": "3.0.4",
			"resolved": "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz",
			"integrity": "sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==",
			"dev": true,
			"dependencies": {
				"dot-case": "^3.0.4",
				"tslib": "^2.0.3"
			}
		},
		"node_modules/sockjs": {
			"version": "0.3.24",
			"resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz",
			"integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==",
			"dev": true,
			"dependencies": {
				"faye-websocket": "^0.11.3",
				"uuid": "^8.3.2",
				"websocket-driver": "^0.7.4"
			}
		},
		"node_modules/socks": {
			"version": "2.8.3",
			"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz",
			"integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==",
			"dev": true,
			"dependencies": {
				"ip-address": "^9.0.5",
				"smart-buffer": "^4.2.0"
			},
			"engines": {
				"node": ">= 10.0.0",
				"npm": ">= 3.0.0"
			}
		},
		"node_modules/socks-proxy-agent": {
			"version": "8.0.3",
			"resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.3.tgz",
			"integrity": "sha512-VNegTZKhuGq5vSD6XNKlbqWhyt/40CgoEw8XxD6dhnm8Jq9IEa3nIa4HwnM8XOqU0CdB0BwWVXusqiFXfHB3+A==",
			"dev": true,
			"dependencies": {
				"agent-base": "^7.1.1",
				"debug": "^4.3.4",
				"socks": "^2.7.1"
			},
			"engines": {
				"node": ">= 14"
			}
		},
		"node_modules/socks-proxy-agent/node_modules/agent-base": {
			"version": "7.1.1",
			"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
			"integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
			"dev": true,
			"dependencies": {
				"debug": "^4.3.4"
			},
			"engines": {
				"node": ">= 14"
			}
		},
		"node_modules/source-map": {
			"version": "0.7.4",
			"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
			"integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
			"dev": true,
			"engines": {
				"node": ">= 8"
			}
		},
		"node_modules/source-map-js": {
			"version": "1.2.0",
			"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz",
			"integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/source-map-loader": {
			"version": "3.0.2",
			"resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.2.tgz",
			"integrity": "sha512-BokxPoLjyl3iOrgkWaakaxqnelAJSS+0V+De0kKIq6lyWrXuiPgYTGp6z3iHmqljKAaLXwZa+ctD8GccRJeVvg==",
			"dev": true,
			"dependencies": {
				"abab": "^2.0.5",
				"iconv-lite": "^0.6.3",
				"source-map-js": "^1.0.1"
			},
			"engines": {
				"node": ">= 12.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			},
			"peerDependencies": {
				"webpack": "^5.0.0"
			}
		},
		"node_modules/source-map-support": {
			"version": "0.5.13",
			"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz",
			"integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==",
			"dev": true,
			"dependencies": {
				"buffer-from": "^1.0.0",
				"source-map": "^0.6.0"
			}
		},
		"node_modules/source-map-support/node_modules/source-map": {
			"version": "0.6.1",
			"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
			"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/spawnd": {
			"version": "9.0.2",
			"resolved": "https://registry.npmjs.org/spawnd/-/spawnd-9.0.2.tgz",
			"integrity": "sha512-nl8DVHEDQ57IcKakzpjanspVChkMpGLuVwMR/eOn9cXE55Qr6luD2Kn06sA0ootRMdgrU4tInN6lA6ohTNvysw==",
			"dev": true,
			"dependencies": {
				"signal-exit": "^4.1.0",
				"tree-kill": "^1.2.2"
			},
			"engines": {
				"node": ">=16"
			}
		},
		"node_modules/spawnd/node_modules/signal-exit": {
			"version": "4.1.0",
			"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
			"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
			"dev": true,
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"url": "https://github.com/sponsors/isaacs"
			}
		},
		"node_modules/spdx-correct": {
			"version": "3.2.0",
			"resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz",
			"integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==",
			"dev": true,
			"dependencies": {
				"spdx-expression-parse": "^3.0.0",
				"spdx-license-ids": "^3.0.0"
			}
		},
		"node_modules/spdx-correct/node_modules/spdx-expression-parse": {
			"version": "3.0.1",
			"resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
			"integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
			"dev": true,
			"dependencies": {
				"spdx-exceptions": "^2.1.0",
				"spdx-license-ids": "^3.0.0"
			}
		},
		"node_modules/spdx-exceptions": {
			"version": "2.5.0",
			"resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz",
			"integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==",
			"dev": true
		},
		"node_modules/spdx-expression-parse": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz",
			"integrity": "sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==",
			"dev": true,
			"dependencies": {
				"spdx-exceptions": "^2.1.0",
				"spdx-license-ids": "^3.0.0"
			}
		},
		"node_modules/spdx-license-ids": {
			"version": "3.0.17",
			"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.17.tgz",
			"integrity": "sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==",
			"dev": true
		},
		"node_modules/spdy": {
			"version": "4.0.2",
			"resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz",
			"integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==",
			"dev": true,
			"dependencies": {
				"debug": "^4.1.0",
				"handle-thing": "^2.0.0",
				"http-deceiver": "^1.2.7",
				"select-hose": "^2.0.0",
				"spdy-transport": "^3.0.0"
			},
			"engines": {
				"node": ">=6.0.0"
			}
		},
		"node_modules/spdy-transport": {
			"version": "3.0.0",
			"resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz",
			"integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==",
			"dev": true,
			"dependencies": {
				"debug": "^4.1.0",
				"detect-node": "^2.0.4",
				"hpack.js": "^2.1.6",
				"obuf": "^1.1.2",
				"readable-stream": "^3.0.6",
				"wbuf": "^1.7.3"
			}
		},
		"node_modules/speedline-core": {
			"version": "1.4.3",
			"resolved": "https://registry.npmjs.org/speedline-core/-/speedline-core-1.4.3.tgz",
			"integrity": "sha512-DI7/OuAUD+GMpR6dmu8lliO2Wg5zfeh+/xsdyJZCzd8o5JgFUjCeLsBDuZjIQJdwXS3J0L/uZYrELKYqx+PXog==",
			"dev": true,
			"dependencies": {
				"@types/node": "*",
				"image-ssim": "^0.2.0",
				"jpeg-js": "^0.4.1"
			},
			"engines": {
				"node": ">=8.0"
			}
		},
		"node_modules/sprintf-js": {
			"version": "1.1.3",
			"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
			"integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
			"dev": true
		},
		"node_modules/stack-utils": {
			"version": "2.0.6",
			"resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
			"integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
			"dev": true,
			"dependencies": {
				"escape-string-regexp": "^2.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/stack-utils/node_modules/escape-string-regexp": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
			"integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
			"dev": true,
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/stackframe": {
			"version": "1.3.4",
			"resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz",
			"integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==",
			"dev": true
		},
		"node_modules/statuses": {
			"version": "2.0.1",
			"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
			"integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
			"dev": true,
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/streamx": {
			"version": "2.16.1",
			"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.16.1.tgz",
			"integrity": "sha512-m9QYj6WygWyWa3H1YY69amr4nVgy61xfjys7xO7kviL5rfIEc2naf+ewFiOA+aEJD7y0JO3h2GoiUv4TDwEGzQ==",
			"dev": true,
			"dependencies": {
				"fast-fifo": "^1.1.0",
				"queue-tick": "^1.0.1"
			},
			"optionalDependencies": {
				"bare-events": "^2.2.0"
			}
		},
		"node_modules/string_decoder": {
			"version": "1.3.0",
			"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
			"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
			"dev": true,
			"dependencies": {
				"safe-buffer": "~5.2.0"
			}
		},
		"node_modules/string-length": {
			"version": "4.0.2",
			"resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
			"integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
			"dev": true,
			"dependencies": {
				"char-regex": "^1.0.2",
				"strip-ansi": "^6.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/string-width": {
			"version": "4.2.3",
			"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
			"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
			"dev": true,
			"dependencies": {
				"emoji-regex": "^8.0.0",
				"is-fullwidth-code-point": "^3.0.0",
				"strip-ansi": "^6.0.1"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/string-width/node_modules/emoji-regex": {
			"version": "8.0.0",
			"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
			"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
			"dev": true
		},
		"node_modules/string.prototype.matchall": {
			"version": "4.0.11",
			"resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz",
			"integrity": "sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.7",
				"define-properties": "^1.2.1",
				"es-abstract": "^1.23.2",
				"es-errors": "^1.3.0",
				"es-object-atoms": "^1.0.0",
				"get-intrinsic": "^1.2.4",
				"gopd": "^1.0.1",
				"has-symbols": "^1.0.3",
				"internal-slot": "^1.0.7",
				"regexp.prototype.flags": "^1.5.2",
				"set-function-name": "^2.0.2",
				"side-channel": "^1.0.6"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/string.prototype.trim": {
			"version": "1.2.9",
			"resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz",
			"integrity": "sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.7",
				"define-properties": "^1.2.1",
				"es-abstract": "^1.23.0",
				"es-object-atoms": "^1.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/string.prototype.trimend": {
			"version": "1.0.8",
			"resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz",
			"integrity": "sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.7",
				"define-properties": "^1.2.1",
				"es-object-atoms": "^1.0.0"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/string.prototype.trimstart": {
			"version": "1.0.8",
			"resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
			"integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.7",
				"define-properties": "^1.2.1",
				"es-object-atoms": "^1.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/strip-ansi": {
			"version": "6.0.1",
			"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
			"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
			"dev": true,
			"dependencies": {
				"ansi-regex": "^5.0.1"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/strip-bom": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
			"integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",
			"dev": true,
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/strip-final-newline": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
			"integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
			"dev": true,
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/strip-indent": {
			"version": "3.0.0",
			"resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz",
			"integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==",
			"dev": true,
			"dependencies": {
				"min-indent": "^1.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/strip-json-comments": {
			"version": "3.1.1",
			"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
			"integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
			"dev": true,
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/strip-outer": {
			"version": "1.0.1",
			"resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.1.tgz",
			"integrity": "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==",
			"dev": true,
			"dependencies": {
				"escape-string-regexp": "^1.0.2"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/strip-outer/node_modules/escape-string-regexp": {
			"version": "1.0.5",
			"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
			"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
			"dev": true,
			"engines": {
				"node": ">=0.8.0"
			}
		},
		"node_modules/style-search": {
			"version": "0.1.0",
			"resolved": "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz",
			"integrity": "sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==",
			"dev": true
		},
		"node_modules/stylehacks": {
			"version": "6.1.1",
			"resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-6.1.1.tgz",
			"integrity": "sha512-gSTTEQ670cJNoaeIp9KX6lZmm8LJ3jPB5yJmX8Zq/wQxOsAFXV3qjWzHas3YYk1qesuVIyYWWUpZ0vSE/dTSGg==",
			"dev": true,
			"dependencies": {
				"browserslist": "^4.23.0",
				"postcss-selector-parser": "^6.0.16"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/stylelint": {
			"version": "14.16.1",
			"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.16.1.tgz",
			"integrity": "sha512-ErlzR/T3hhbV+a925/gbfc3f3Fep9/bnspMiJPorfGEmcBbXdS+oo6LrVtoUZ/w9fqD6o6k7PtUlCOsCRdjX/A==",
			"dev": true,
			"dependencies": {
				"@csstools/selector-specificity": "^2.0.2",
				"balanced-match": "^2.0.0",
				"colord": "^2.9.3",
				"cosmiconfig": "^7.1.0",
				"css-functions-list": "^3.1.0",
				"debug": "^4.3.4",
				"fast-glob": "^3.2.12",
				"fastest-levenshtein": "^1.0.16",
				"file-entry-cache": "^6.0.1",
				"global-modules": "^2.0.0",
				"globby": "^11.1.0",
				"globjoin": "^0.1.4",
				"html-tags": "^3.2.0",
				"ignore": "^5.2.1",
				"import-lazy": "^4.0.0",
				"imurmurhash": "^0.1.4",
				"is-plain-object": "^5.0.0",
				"known-css-properties": "^0.26.0",
				"mathml-tag-names": "^2.1.3",
				"meow": "^9.0.0",
				"micromatch": "^4.0.5",
				"normalize-path": "^3.0.0",
				"picocolors": "^1.0.0",
				"postcss": "^8.4.19",
				"postcss-media-query-parser": "^0.2.3",
				"postcss-resolve-nested-selector": "^0.1.1",
				"postcss-safe-parser": "^6.0.0",
				"postcss-selector-parser": "^6.0.11",
				"postcss-value-parser": "^4.2.0",
				"resolve-from": "^5.0.0",
				"string-width": "^4.2.3",
				"strip-ansi": "^6.0.1",
				"style-search": "^0.1.0",
				"supports-hyperlinks": "^2.3.0",
				"svg-tags": "^1.0.0",
				"table": "^6.8.1",
				"v8-compile-cache": "^2.3.0",
				"write-file-atomic": "^4.0.2"
			},
			"bin": {
				"stylelint": "bin/stylelint.js"
			},
			"engines": {
				"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/stylelint"
			}
		},
		"node_modules/stylelint-config-recommended": {
			"version": "6.0.0",
			"resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-6.0.0.tgz",
			"integrity": "sha512-ZorSSdyMcxWpROYUvLEMm0vSZud2uB7tX1hzBZwvVY9SV/uly4AvvJPPhCcymZL3fcQhEQG5AELmrxWqtmzacw==",
			"dev": true,
			"peerDependencies": {
				"stylelint": "^14.0.0"
			}
		},
		"node_modules/stylelint-config-recommended-scss": {
			"version": "5.0.2",
			"resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-5.0.2.tgz",
			"integrity": "sha512-b14BSZjcwW0hqbzm9b0S/ScN2+3CO3O4vcMNOw2KGf8lfVSwJ4p5TbNEXKwKl1+0FMtgRXZj6DqVUe/7nGnuBg==",
			"dev": true,
			"dependencies": {
				"postcss-scss": "^4.0.2",
				"stylelint-config-recommended": "^6.0.0",
				"stylelint-scss": "^4.0.0"
			},
			"peerDependencies": {
				"stylelint": "^14.0.0"
			}
		},
		"node_modules/stylelint-scss": {
			"version": "4.7.0",
			"resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-4.7.0.tgz",
			"integrity": "sha512-TSUgIeS0H3jqDZnby1UO1Qv3poi1N8wUYIJY6D1tuUq2MN3lwp/rITVo0wD+1SWTmRm0tNmGO0b7nKInnqF6Hg==",
			"dev": true,
			"dependencies": {
				"postcss-media-query-parser": "^0.2.3",
				"postcss-resolve-nested-selector": "^0.1.1",
				"postcss-selector-parser": "^6.0.11",
				"postcss-value-parser": "^4.2.0"
			},
			"peerDependencies": {
				"stylelint": "^14.5.1 || ^15.0.0"
			}
		},
		"node_modules/stylelint/node_modules/balanced-match": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz",
			"integrity": "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==",
			"dev": true
		},
		"node_modules/stylelint/node_modules/cosmiconfig": {
			"version": "7.1.0",
			"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
			"integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
			"dev": true,
			"dependencies": {
				"@types/parse-json": "^4.0.0",
				"import-fresh": "^3.2.1",
				"parse-json": "^5.0.0",
				"path-type": "^4.0.0",
				"yaml": "^1.10.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/stylelint/node_modules/global-modules": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
			"integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==",
			"dev": true,
			"dependencies": {
				"global-prefix": "^3.0.0"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/stylelint/node_modules/global-prefix": {
			"version": "3.0.0",
			"resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
			"integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
			"dev": true,
			"dependencies": {
				"ini": "^1.3.5",
				"kind-of": "^6.0.2",
				"which": "^1.3.1"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/stylelint/node_modules/is-plain-object": {
			"version": "5.0.0",
			"resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz",
			"integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/stylelint/node_modules/kind-of": {
			"version": "6.0.3",
			"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
			"integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/supports-color": {
			"version": "7.2.0",
			"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
			"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
			"dev": true,
			"dependencies": {
				"has-flag": "^4.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/supports-hyperlinks": {
			"version": "2.3.0",
			"resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz",
			"integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==",
			"dev": true,
			"dependencies": {
				"has-flag": "^4.0.0",
				"supports-color": "^7.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/supports-preserve-symlinks-flag": {
			"version": "1.0.0",
			"resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
			"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
			"dev": true,
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/svg-parser": {
			"version": "2.0.4",
			"resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz",
			"integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==",
			"dev": true
		},
		"node_modules/svg-tags": {
			"version": "1.0.0",
			"resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz",
			"integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==",
			"dev": true
		},
		"node_modules/svgo": {
			"version": "3.2.0",
			"resolved": "https://registry.npmjs.org/svgo/-/svgo-3.2.0.tgz",
			"integrity": "sha512-4PP6CMW/V7l/GmKRKzsLR8xxjdHTV4IMvhTnpuHwwBazSIlw5W/5SmPjN8Dwyt7lKbSJrRDgp4t9ph0HgChFBQ==",
			"dev": true,
			"dependencies": {
				"@trysound/sax": "0.2.0",
				"commander": "^7.2.0",
				"css-select": "^5.1.0",
				"css-tree": "^2.3.1",
				"css-what": "^6.1.0",
				"csso": "^5.0.5",
				"picocolors": "^1.0.0"
			},
			"bin": {
				"svgo": "bin/svgo"
			},
			"engines": {
				"node": ">=14.0.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/svgo"
			}
		},
		"node_modules/svgo/node_modules/commander": {
			"version": "7.2.0",
			"resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
			"integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
			"dev": true,
			"engines": {
				"node": ">= 10"
			}
		},
		"node_modules/symbol-tree": {
			"version": "3.2.4",
			"resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
			"integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
			"dev": true
		},
		"node_modules/synckit": {
			"version": "0.8.8",
			"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.8.8.tgz",
			"integrity": "sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==",
			"dev": true,
			"dependencies": {
				"@pkgr/core": "^0.1.0",
				"tslib": "^2.6.2"
			},
			"engines": {
				"node": "^14.18.0 || >=16.0.0"
			},
			"funding": {
				"url": "https://opencollective.com/unts"
			}
		},
		"node_modules/table": {
			"version": "6.8.2",
			"resolved": "https://registry.npmjs.org/table/-/table-6.8.2.tgz",
			"integrity": "sha512-w2sfv80nrAh2VCbqR5AK27wswXhqcck2AhfnNW76beQXskGZ1V12GwS//yYVa3d3fcvAip2OUnbDAjW2k3v9fA==",
			"dev": true,
			"dependencies": {
				"ajv": "^8.0.1",
				"lodash.truncate": "^4.4.2",
				"slice-ansi": "^4.0.0",
				"string-width": "^4.2.3",
				"strip-ansi": "^6.0.1"
			},
			"engines": {
				"node": ">=10.0.0"
			}
		},
		"node_modules/table/node_modules/ajv": {
			"version": "8.12.0",
			"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
			"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
			"dev": true,
			"dependencies": {
				"fast-deep-equal": "^3.1.1",
				"json-schema-traverse": "^1.0.0",
				"require-from-string": "^2.0.2",
				"uri-js": "^4.2.2"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/epoberezkin"
			}
		},
		"node_modules/table/node_modules/json-schema-traverse": {
			"version": "1.0.0",
			"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
			"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
			"dev": true
		},
		"node_modules/tannin": {
			"version": "1.2.0",
			"resolved": "https://registry.npmjs.org/tannin/-/tannin-1.2.0.tgz",
			"integrity": "sha512-U7GgX/RcSeUETbV7gYgoz8PD7Ni4y95pgIP/Z6ayI3CfhSujwKEBlGFTCRN+Aqnuyf4AN2yHL+L8x+TCGjb9uA==",
			"dev": true,
			"dependencies": {
				"@tannin/plural-forms": "^1.1.0"
			}
		},
		"node_modules/tapable": {
			"version": "2.2.1",
			"resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
			"integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
			"dev": true,
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/tar-fs": {
			"version": "2.1.1",
			"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz",
			"integrity": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==",
			"dev": true,
			"dependencies": {
				"chownr": "^1.1.1",
				"mkdirp-classic": "^0.5.2",
				"pump": "^3.0.0",
				"tar-stream": "^2.1.4"
			}
		},
		"node_modules/tar-stream": {
			"version": "2.2.0",
			"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
			"integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
			"dev": true,
			"dependencies": {
				"bl": "^4.0.3",
				"end-of-stream": "^1.4.1",
				"fs-constants": "^1.0.0",
				"inherits": "^2.0.3",
				"readable-stream": "^3.1.1"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/terser": {
			"version": "5.30.4",
			"resolved": "https://registry.npmjs.org/terser/-/terser-5.30.4.tgz",
			"integrity": "sha512-xRdd0v64a8mFK9bnsKVdoNP9GQIKUAaJPTaqEQDL4w/J8WaW4sWXXoMZ+6SimPkfT5bElreXf8m9HnmPc3E1BQ==",
			"dev": true,
			"dependencies": {
				"@jridgewell/source-map": "^0.3.3",
				"acorn": "^8.8.2",
				"commander": "^2.20.0",
				"source-map-support": "~0.5.20"
			},
			"bin": {
				"terser": "bin/terser"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/terser-webpack-plugin": {
			"version": "5.3.10",
			"resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz",
			"integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==",
			"dev": true,
			"dependencies": {
				"@jridgewell/trace-mapping": "^0.3.20",
				"jest-worker": "^27.4.5",
				"schema-utils": "^3.1.1",
				"serialize-javascript": "^6.0.1",
				"terser": "^5.26.0"
			},
			"engines": {
				"node": ">= 10.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			},
			"peerDependencies": {
				"webpack": "^5.1.0"
			},
			"peerDependenciesMeta": {
				"@swc/core": {
					"optional": true
				},
				"esbuild": {
					"optional": true
				},
				"uglify-js": {
					"optional": true
				}
			}
		},
		"node_modules/terser-webpack-plugin/node_modules/jest-worker": {
			"version": "27.5.1",
			"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
			"integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
			"dev": true,
			"dependencies": {
				"@types/node": "*",
				"merge-stream": "^2.0.0",
				"supports-color": "^8.0.0"
			},
			"engines": {
				"node": ">= 10.13.0"
			}
		},
		"node_modules/terser-webpack-plugin/node_modules/supports-color": {
			"version": "8.1.1",
			"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
			"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
			"dev": true,
			"dependencies": {
				"has-flag": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/chalk/supports-color?sponsor=1"
			}
		},
		"node_modules/terser/node_modules/commander": {
			"version": "2.20.3",
			"resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
			"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
			"dev": true
		},
		"node_modules/terser/node_modules/source-map": {
			"version": "0.6.1",
			"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
			"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/terser/node_modules/source-map-support": {
			"version": "0.5.21",
			"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
			"integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
			"dev": true,
			"dependencies": {
				"buffer-from": "^1.0.0",
				"source-map": "^0.6.0"
			}
		},
		"node_modules/test-exclude": {
			"version": "6.0.0",
			"resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
			"integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
			"dev": true,
			"dependencies": {
				"@istanbuljs/schema": "^0.1.2",
				"glob": "^7.1.4",
				"minimatch": "^3.0.4"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/test-exclude/node_modules/brace-expansion": {
			"version": "1.1.11",
			"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
			"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
			"dev": true,
			"dependencies": {
				"balanced-match": "^1.0.0",
				"concat-map": "0.0.1"
			}
		},
		"node_modules/test-exclude/node_modules/minimatch": {
			"version": "3.1.2",
			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
			"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
			"dev": true,
			"dependencies": {
				"brace-expansion": "^1.1.7"
			},
			"engines": {
				"node": "*"
			}
		},
		"node_modules/text-table": {
			"version": "0.2.0",
			"resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
			"integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
			"dev": true
		},
		"node_modules/third-party-web": {
			"version": "0.23.4",
			"resolved": "https://registry.npmjs.org/third-party-web/-/third-party-web-0.23.4.tgz",
			"integrity": "sha512-kwYnSZRhEvv0SBW2fp8SBBKRglMoBjV8xz6C31m0ewqOtknB5UL+Ihg+M81hyFY5ldkZuGWPb+e4GVDkzf/gYg==",
			"dev": true
		},
		"node_modules/through": {
			"version": "2.3.8",
			"resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
			"integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==",
			"dev": true
		},
		"node_modules/thunky": {
			"version": "1.1.0",
			"resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz",
			"integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==",
			"dev": true
		},
		"node_modules/tmpl": {
			"version": "1.0.5",
			"resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
			"integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==",
			"dev": true
		},
		"node_modules/to-fast-properties": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
			"integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
			"dev": true,
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/to-regex-range": {
			"version": "5.0.1",
			"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
			"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
			"dev": true,
			"dependencies": {
				"is-number": "^7.0.0"
			},
			"engines": {
				"node": ">=8.0"
			}
		},
		"node_modules/toidentifier": {
			"version": "1.0.1",
			"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
			"integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
			"dev": true,
			"engines": {
				"node": ">=0.6"
			}
		},
		"node_modules/totalist": {
			"version": "3.0.1",
			"resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
			"integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
			"dev": true,
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/tough-cookie": {
			"version": "4.1.3",
			"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz",
			"integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==",
			"dev": true,
			"dependencies": {
				"psl": "^1.1.33",
				"punycode": "^2.1.1",
				"universalify": "^0.2.0",
				"url-parse": "^1.5.3"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/tr46": {
			"version": "3.0.0",
			"resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz",
			"integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==",
			"dev": true,
			"dependencies": {
				"punycode": "^2.1.1"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/tree-kill": {
			"version": "1.2.2",
			"resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz",
			"integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==",
			"dev": true,
			"bin": {
				"tree-kill": "cli.js"
			}
		},
		"node_modules/trim-newlines": {
			"version": "3.0.1",
			"resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz",
			"integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==",
			"dev": true,
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/trim-repeated": {
			"version": "1.0.0",
			"resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz",
			"integrity": "sha512-pkonvlKk8/ZuR0D5tLW8ljt5I8kmxp2XKymhepUeOdCEfKpZaktSArkLHZt76OB1ZvO9bssUsDty4SWhLvZpLg==",
			"dev": true,
			"dependencies": {
				"escape-string-regexp": "^1.0.2"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/trim-repeated/node_modules/escape-string-regexp": {
			"version": "1.0.5",
			"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
			"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
			"dev": true,
			"engines": {
				"node": ">=0.8.0"
			}
		},
		"node_modules/ts-api-utils": {
			"version": "1.3.0",
			"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz",
			"integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==",
			"dev": true,
			"engines": {
				"node": ">=16"
			},
			"peerDependencies": {
				"typescript": ">=4.2.0"
			}
		},
		"node_modules/tsconfig-paths": {
			"version": "3.15.0",
			"resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
			"integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
			"dev": true,
			"dependencies": {
				"@types/json5": "^0.0.29",
				"json5": "^1.0.2",
				"minimist": "^1.2.6",
				"strip-bom": "^3.0.0"
			}
		},
		"node_modules/tsconfig-paths/node_modules/json5": {
			"version": "1.0.2",
			"resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
			"integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
			"dev": true,
			"dependencies": {
				"minimist": "^1.2.0"
			},
			"bin": {
				"json5": "lib/cli.js"
			}
		},
		"node_modules/tsconfig-paths/node_modules/strip-bom": {
			"version": "3.0.0",
			"resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
			"integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
			"dev": true,
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/tslib": {
			"version": "2.6.2",
			"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
			"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
			"dev": true
		},
		"node_modules/tsutils": {
			"version": "3.21.0",
			"resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
			"integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
			"dev": true,
			"dependencies": {
				"tslib": "^1.8.1"
			},
			"engines": {
				"node": ">= 6"
			},
			"peerDependencies": {
				"typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta"
			}
		},
		"node_modules/tsutils/node_modules/tslib": {
			"version": "1.14.1",
			"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
			"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
			"dev": true
		},
		"node_modules/type-check": {
			"version": "0.4.0",
			"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
			"integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
			"dev": true,
			"dependencies": {
				"prelude-ls": "^1.2.1"
			},
			"engines": {
				"node": ">= 0.8.0"
			}
		},
		"node_modules/type-detect": {
			"version": "4.0.8",
			"resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
			"integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
			"dev": true,
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/type-fest": {
			"version": "0.21.3",
			"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
			"integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
			"dev": true,
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/type-is": {
			"version": "1.6.18",
			"resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
			"integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
			"dev": true,
			"dependencies": {
				"media-typer": "0.3.0",
				"mime-types": "~2.1.24"
			},
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/typed-array-buffer": {
			"version": "1.0.2",
			"resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz",
			"integrity": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.7",
				"es-errors": "^1.3.0",
				"is-typed-array": "^1.1.13"
			},
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/typed-array-byte-length": {
			"version": "1.0.1",
			"resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz",
			"integrity": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.7",
				"for-each": "^0.3.3",
				"gopd": "^1.0.1",
				"has-proto": "^1.0.3",
				"is-typed-array": "^1.1.13"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/typed-array-byte-offset": {
			"version": "1.0.2",
			"resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz",
			"integrity": "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==",
			"dev": true,
			"dependencies": {
				"available-typed-arrays": "^1.0.7",
				"call-bind": "^1.0.7",
				"for-each": "^0.3.3",
				"gopd": "^1.0.1",
				"has-proto": "^1.0.3",
				"is-typed-array": "^1.1.13"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/typed-array-length": {
			"version": "1.0.6",
			"resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.6.tgz",
			"integrity": "sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.7",
				"for-each": "^0.3.3",
				"gopd": "^1.0.1",
				"has-proto": "^1.0.3",
				"is-typed-array": "^1.1.13",
				"possible-typed-array-names": "^1.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/typedarray-to-buffer": {
			"version": "3.1.5",
			"resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
			"integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
			"dev": true,
			"dependencies": {
				"is-typedarray": "^1.0.0"
			}
		},
		"node_modules/typescript": {
			"version": "5.4.5",
			"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
			"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
			"dev": true,
			"peer": true,
			"bin": {
				"tsc": "bin/tsc",
				"tsserver": "bin/tsserver"
			},
			"engines": {
				"node": ">=14.17"
			}
		},
		"node_modules/uc.micro": {
			"version": "1.0.6",
			"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz",
			"integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==",
			"dev": true
		},
		"node_modules/unbox-primitive": {
			"version": "1.0.2",
			"resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
			"integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
			"dev": true,
			"dependencies": {
				"call-bind": "^1.0.2",
				"has-bigints": "^1.0.2",
				"has-symbols": "^1.0.3",
				"which-boxed-primitive": "^1.0.2"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/unbzip2-stream": {
			"version": "1.4.3",
			"resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz",
			"integrity": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==",
			"dev": true,
			"dependencies": {
				"buffer": "^5.2.1",
				"through": "^2.3.8"
			}
		},
		"node_modules/undici-types": {
			"version": "5.26.5",
			"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
			"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
			"dev": true
		},
		"node_modules/unicode-canonical-property-names-ecmascript": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
			"integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==",
			"dev": true,
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/unicode-match-property-ecmascript": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
			"integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
			"dev": true,
			"dependencies": {
				"unicode-canonical-property-names-ecmascript": "^2.0.0",
				"unicode-property-aliases-ecmascript": "^2.0.0"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/unicode-match-property-value-ecmascript": {
			"version": "2.1.0",
			"resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz",
			"integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==",
			"dev": true,
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/unicode-property-aliases-ecmascript": {
			"version": "2.1.0",
			"resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
			"integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
			"dev": true,
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/unique-string": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",
			"integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==",
			"dev": true,
			"dependencies": {
				"crypto-random-string": "^2.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/universalify": {
			"version": "0.2.0",
			"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",
			"integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
			"dev": true,
			"engines": {
				"node": ">= 4.0.0"
			}
		},
		"node_modules/unpipe": {
			"version": "1.0.0",
			"resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
			"integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
			"dev": true,
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/update-browserslist-db": {
			"version": "1.0.13",
			"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz",
			"integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==",
			"dev": true,
			"funding": [
				{
					"type": "opencollective",
					"url": "https://opencollective.com/browserslist"
				},
				{
					"type": "tidelift",
					"url": "https://tidelift.com/funding/github/npm/browserslist"
				},
				{
					"type": "github",
					"url": "https://github.com/sponsors/ai"
				}
			],
			"dependencies": {
				"escalade": "^3.1.1",
				"picocolors": "^1.0.0"
			},
			"bin": {
				"update-browserslist-db": "cli.js"
			},
			"peerDependencies": {
				"browserslist": ">= 4.21.0"
			}
		},
		"node_modules/upper-case": {
			"version": "2.0.2",
			"resolved": "https://registry.npmjs.org/upper-case/-/upper-case-2.0.2.tgz",
			"integrity": "sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==",
			"dev": true,
			"dependencies": {
				"tslib": "^2.0.3"
			}
		},
		"node_modules/upper-case-first": {
			"version": "2.0.2",
			"resolved": "https://registry.npmjs.org/upper-case-first/-/upper-case-first-2.0.2.tgz",
			"integrity": "sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==",
			"dev": true,
			"dependencies": {
				"tslib": "^2.0.3"
			}
		},
		"node_modules/uri-js": {
			"version": "4.4.1",
			"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
			"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
			"dev": true,
			"dependencies": {
				"punycode": "^2.1.0"
			}
		},
		"node_modules/url-loader": {
			"version": "4.1.1",
			"resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz",
			"integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==",
			"dev": true,
			"dependencies": {
				"loader-utils": "^2.0.0",
				"mime-types": "^2.1.27",
				"schema-utils": "^3.0.0"
			},
			"engines": {
				"node": ">= 10.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			},
			"peerDependencies": {
				"file-loader": "*",
				"webpack": "^4.0.0 || ^5.0.0"
			},
			"peerDependenciesMeta": {
				"file-loader": {
					"optional": true
				}
			}
		},
		"node_modules/url-parse": {
			"version": "1.5.10",
			"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
			"integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
			"dev": true,
			"dependencies": {
				"querystringify": "^2.1.1",
				"requires-port": "^1.0.0"
			}
		},
		"node_modules/util-deprecate": {
			"version": "1.0.2",
			"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
			"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
			"dev": true
		},
		"node_modules/utils-merge": {
			"version": "1.0.1",
			"resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
			"integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==",
			"dev": true,
			"engines": {
				"node": ">= 0.4.0"
			}
		},
		"node_modules/uuid": {
			"version": "8.3.2",
			"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
			"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
			"dev": true,
			"bin": {
				"uuid": "dist/bin/uuid"
			}
		},
		"node_modules/v8-compile-cache": {
			"version": "2.4.0",
			"resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.4.0.tgz",
			"integrity": "sha512-ocyWc3bAHBB/guyqJQVI5o4BZkPhznPYUG2ea80Gond/BgNWpap8TOmLSeeQG7bnh2KMISxskdADG59j7zruhw==",
			"dev": true
		},
		"node_modules/v8-to-istanbul": {
			"version": "9.2.0",
			"resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.2.0.tgz",
			"integrity": "sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==",
			"dev": true,
			"dependencies": {
				"@jridgewell/trace-mapping": "^0.3.12",
				"@types/istanbul-lib-coverage": "^2.0.1",
				"convert-source-map": "^2.0.0"
			},
			"engines": {
				"node": ">=10.12.0"
			}
		},
		"node_modules/validate-npm-package-license": {
			"version": "3.0.4",
			"resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
			"integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
			"dev": true,
			"dependencies": {
				"spdx-correct": "^3.0.0",
				"spdx-expression-parse": "^3.0.0"
			}
		},
		"node_modules/validate-npm-package-license/node_modules/spdx-expression-parse": {
			"version": "3.0.1",
			"resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
			"integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
			"dev": true,
			"dependencies": {
				"spdx-exceptions": "^2.1.0",
				"spdx-license-ids": "^3.0.0"
			}
		},
		"node_modules/validate-npm-package-name": {
			"version": "5.0.0",
			"resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.0.tgz",
			"integrity": "sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==",
			"dev": true,
			"dependencies": {
				"builtins": "^5.0.0"
			},
			"engines": {
				"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
			}
		},
		"node_modules/vary": {
			"version": "1.1.2",
			"resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
			"integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
			"dev": true,
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/w3c-xmlserializer": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-4.0.0.tgz",
			"integrity": "sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==",
			"dev": true,
			"dependencies": {
				"xml-name-validator": "^4.0.0"
			},
			"engines": {
				"node": ">=14"
			}
		},
		"node_modules/wait-on": {
			"version": "7.2.0",
			"resolved": "https://registry.npmjs.org/wait-on/-/wait-on-7.2.0.tgz",
			"integrity": "sha512-wCQcHkRazgjG5XoAq9jbTMLpNIjoSlZslrJ2+N9MxDsGEv1HnFoVjOCexL0ESva7Y9cu350j+DWADdk54s4AFQ==",
			"dev": true,
			"dependencies": {
				"axios": "^1.6.1",
				"joi": "^17.11.0",
				"lodash": "^4.17.21",
				"minimist": "^1.2.8",
				"rxjs": "^7.8.1"
			},
			"bin": {
				"wait-on": "bin/wait-on"
			},
			"engines": {
				"node": ">=12.0.0"
			}
		},
		"node_modules/walker": {
			"version": "1.0.8",
			"resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
			"integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
			"dev": true,
			"dependencies": {
				"makeerror": "1.0.12"
			}
		},
		"node_modules/watchpack": {
			"version": "2.4.1",
			"resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.1.tgz",
			"integrity": "sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==",
			"dev": true,
			"dependencies": {
				"glob-to-regexp": "^0.4.1",
				"graceful-fs": "^4.1.2"
			},
			"engines": {
				"node": ">=10.13.0"
			}
		},
		"node_modules/wbuf": {
			"version": "1.7.3",
			"resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz",
			"integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==",
			"dev": true,
			"dependencies": {
				"minimalistic-assert": "^1.0.0"
			}
		},
		"node_modules/web-vitals": {
			"version": "3.5.2",
			"resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz",
			"integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==",
			"dev": true
		},
		"node_modules/webidl-conversions": {
			"version": "7.0.0",
			"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
			"integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
			"dev": true,
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/webpack": {
			"version": "5.91.0",
			"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.91.0.tgz",
			"integrity": "sha512-rzVwlLeBWHJbmgTC/8TvAcu5vpJNII+MelQpylD4jNERPwpBJOE2lEcko1zJX3QJeLjTTAnQxn/OJ8bjDzVQaw==",
			"dev": true,
			"dependencies": {
				"@types/eslint-scope": "^3.7.3",
				"@types/estree": "^1.0.5",
				"@webassemblyjs/ast": "^1.12.1",
				"@webassemblyjs/wasm-edit": "^1.12.1",
				"@webassemblyjs/wasm-parser": "^1.12.1",
				"acorn": "^8.7.1",
				"acorn-import-assertions": "^1.9.0",
				"browserslist": "^4.21.10",
				"chrome-trace-event": "^1.0.2",
				"enhanced-resolve": "^5.16.0",
				"es-module-lexer": "^1.2.1",
				"eslint-scope": "5.1.1",
				"events": "^3.2.0",
				"glob-to-regexp": "^0.4.1",
				"graceful-fs": "^4.2.11",
				"json-parse-even-better-errors": "^2.3.1",
				"loader-runner": "^4.2.0",
				"mime-types": "^2.1.27",
				"neo-async": "^2.6.2",
				"schema-utils": "^3.2.0",
				"tapable": "^2.1.1",
				"terser-webpack-plugin": "^5.3.10",
				"watchpack": "^2.4.1",
				"webpack-sources": "^3.2.3"
			},
			"bin": {
				"webpack": "bin/webpack.js"
			},
			"engines": {
				"node": ">=10.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			},
			"peerDependenciesMeta": {
				"webpack-cli": {
					"optional": true
				}
			}
		},
		"node_modules/webpack-bundle-analyzer": {
			"version": "4.10.2",
			"resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.10.2.tgz",
			"integrity": "sha512-vJptkMm9pk5si4Bv922ZbKLV8UTT4zib4FPgXMhgzUny0bfDDkLXAVQs3ly3fS4/TN9ROFtb0NFrm04UXFE/Vw==",
			"dev": true,
			"dependencies": {
				"@discoveryjs/json-ext": "0.5.7",
				"acorn": "^8.0.4",
				"acorn-walk": "^8.0.0",
				"commander": "^7.2.0",
				"debounce": "^1.2.1",
				"escape-string-regexp": "^4.0.0",
				"gzip-size": "^6.0.0",
				"html-escaper": "^2.0.2",
				"opener": "^1.5.2",
				"picocolors": "^1.0.0",
				"sirv": "^2.0.3",
				"ws": "^7.3.1"
			},
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 10.13.0"
			}
		},
		"node_modules/webpack-bundle-analyzer/node_modules/commander": {
			"version": "7.2.0",
			"resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
			"integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
			"dev": true,
			"engines": {
				"node": ">= 10"
			}
		},
		"node_modules/webpack-bundle-analyzer/node_modules/ws": {
			"version": "7.5.9",
			"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",
			"integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
			"dev": true,
			"engines": {
				"node": ">=8.3.0"
			},
			"peerDependencies": {
				"bufferutil": "^4.0.1",
				"utf-8-validate": "^5.0.2"
			},
			"peerDependenciesMeta": {
				"bufferutil": {
					"optional": true
				},
				"utf-8-validate": {
					"optional": true
				}
			}
		},
		"node_modules/webpack-cli": {
			"version": "5.1.4",
			"resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-5.1.4.tgz",
			"integrity": "sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==",
			"dev": true,
			"dependencies": {
				"@discoveryjs/json-ext": "^0.5.0",
				"@webpack-cli/configtest": "^2.1.1",
				"@webpack-cli/info": "^2.0.2",
				"@webpack-cli/serve": "^2.0.5",
				"colorette": "^2.0.14",
				"commander": "^10.0.1",
				"cross-spawn": "^7.0.3",
				"envinfo": "^7.7.3",
				"fastest-levenshtein": "^1.0.12",
				"import-local": "^3.0.2",
				"interpret": "^3.1.1",
				"rechoir": "^0.8.0",
				"webpack-merge": "^5.7.3"
			},
			"bin": {
				"webpack-cli": "bin/cli.js"
			},
			"engines": {
				"node": ">=14.15.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			},
			"peerDependencies": {
				"webpack": "5.x.x"
			},
			"peerDependenciesMeta": {
				"@webpack-cli/generators": {
					"optional": true
				},
				"webpack-bundle-analyzer": {
					"optional": true
				},
				"webpack-dev-server": {
					"optional": true
				}
			}
		},
		"node_modules/webpack-cli/node_modules/commander": {
			"version": "10.0.1",
			"resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz",
			"integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==",
			"dev": true,
			"engines": {
				"node": ">=14"
			}
		},
		"node_modules/webpack-cli/node_modules/cross-spawn": {
			"version": "7.0.3",
			"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
			"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
			"dev": true,
			"dependencies": {
				"path-key": "^3.1.0",
				"shebang-command": "^2.0.0",
				"which": "^2.0.1"
			},
			"engines": {
				"node": ">= 8"
			}
		},
		"node_modules/webpack-cli/node_modules/shebang-command": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
			"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
			"dev": true,
			"dependencies": {
				"shebang-regex": "^3.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/webpack-cli/node_modules/shebang-regex": {
			"version": "3.0.0",
			"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
			"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
			"dev": true,
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/webpack-cli/node_modules/which": {
			"version": "2.0.2",
			"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
			"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
			"dev": true,
			"dependencies": {
				"isexe": "^2.0.0"
			},
			"bin": {
				"node-which": "bin/node-which"
			},
			"engines": {
				"node": ">= 8"
			}
		},
		"node_modules/webpack-dev-middleware": {
			"version": "5.3.4",
			"resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz",
			"integrity": "sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q==",
			"dev": true,
			"dependencies": {
				"colorette": "^2.0.10",
				"memfs": "^3.4.3",
				"mime-types": "^2.1.31",
				"range-parser": "^1.2.1",
				"schema-utils": "^4.0.0"
			},
			"engines": {
				"node": ">= 12.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			},
			"peerDependencies": {
				"webpack": "^4.0.0 || ^5.0.0"
			}
		},
		"node_modules/webpack-dev-middleware/node_modules/ajv": {
			"version": "8.12.0",
			"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
			"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
			"dev": true,
			"dependencies": {
				"fast-deep-equal": "^3.1.1",
				"json-schema-traverse": "^1.0.0",
				"require-from-string": "^2.0.2",
				"uri-js": "^4.2.2"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/epoberezkin"
			}
		},
		"node_modules/webpack-dev-middleware/node_modules/ajv-keywords": {
			"version": "5.1.0",
			"resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
			"integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
			"dev": true,
			"dependencies": {
				"fast-deep-equal": "^3.1.3"
			},
			"peerDependencies": {
				"ajv": "^8.8.2"
			}
		},
		"node_modules/webpack-dev-middleware/node_modules/json-schema-traverse": {
			"version": "1.0.0",
			"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
			"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
			"dev": true
		},
		"node_modules/webpack-dev-middleware/node_modules/schema-utils": {
			"version": "4.2.0",
			"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz",
			"integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==",
			"dev": true,
			"dependencies": {
				"@types/json-schema": "^7.0.9",
				"ajv": "^8.9.0",
				"ajv-formats": "^2.1.1",
				"ajv-keywords": "^5.1.0"
			},
			"engines": {
				"node": ">= 12.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			}
		},
		"node_modules/webpack-dev-server": {
			"version": "4.15.2",
			"resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.15.2.tgz",
			"integrity": "sha512-0XavAZbNJ5sDrCbkpWL8mia0o5WPOd2YGtxrEiZkBK9FjLppIUK2TgxK6qGD2P3hUXTJNNPVibrerKcx5WkR1g==",
			"dev": true,
			"dependencies": {
				"@types/bonjour": "^3.5.9",
				"@types/connect-history-api-fallback": "^1.3.5",
				"@types/express": "^4.17.13",
				"@types/serve-index": "^1.9.1",
				"@types/serve-static": "^1.13.10",
				"@types/sockjs": "^0.3.33",
				"@types/ws": "^8.5.5",
				"ansi-html-community": "^0.0.8",
				"bonjour-service": "^1.0.11",
				"chokidar": "^3.5.3",
				"colorette": "^2.0.10",
				"compression": "^1.7.4",
				"connect-history-api-fallback": "^2.0.0",
				"default-gateway": "^6.0.3",
				"express": "^4.17.3",
				"graceful-fs": "^4.2.6",
				"html-entities": "^2.3.2",
				"http-proxy-middleware": "^2.0.3",
				"ipaddr.js": "^2.0.1",
				"launch-editor": "^2.6.0",
				"open": "^8.0.9",
				"p-retry": "^4.5.0",
				"rimraf": "^3.0.2",
				"schema-utils": "^4.0.0",
				"selfsigned": "^2.1.1",
				"serve-index": "^1.9.1",
				"sockjs": "^0.3.24",
				"spdy": "^4.0.2",
				"webpack-dev-middleware": "^5.3.4",
				"ws": "^8.13.0"
			},
			"bin": {
				"webpack-dev-server": "bin/webpack-dev-server.js"
			},
			"engines": {
				"node": ">= 12.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			},
			"peerDependencies": {
				"webpack": "^4.37.0 || ^5.0.0"
			},
			"peerDependenciesMeta": {
				"webpack": {
					"optional": true
				},
				"webpack-cli": {
					"optional": true
				}
			}
		},
		"node_modules/webpack-dev-server/node_modules/ajv": {
			"version": "8.12.0",
			"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
			"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
			"dev": true,
			"dependencies": {
				"fast-deep-equal": "^3.1.1",
				"json-schema-traverse": "^1.0.0",
				"require-from-string": "^2.0.2",
				"uri-js": "^4.2.2"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/epoberezkin"
			}
		},
		"node_modules/webpack-dev-server/node_modules/ajv-keywords": {
			"version": "5.1.0",
			"resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
			"integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
			"dev": true,
			"dependencies": {
				"fast-deep-equal": "^3.1.3"
			},
			"peerDependencies": {
				"ajv": "^8.8.2"
			}
		},
		"node_modules/webpack-dev-server/node_modules/json-schema-traverse": {
			"version": "1.0.0",
			"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
			"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
			"dev": true
		},
		"node_modules/webpack-dev-server/node_modules/rimraf": {
			"version": "3.0.2",
			"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
			"integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
			"dev": true,
			"dependencies": {
				"glob": "^7.1.3"
			},
			"bin": {
				"rimraf": "bin.js"
			},
			"funding": {
				"url": "https://github.com/sponsors/isaacs"
			}
		},
		"node_modules/webpack-dev-server/node_modules/schema-utils": {
			"version": "4.2.0",
			"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz",
			"integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==",
			"dev": true,
			"dependencies": {
				"@types/json-schema": "^7.0.9",
				"ajv": "^8.9.0",
				"ajv-formats": "^2.1.1",
				"ajv-keywords": "^5.1.0"
			},
			"engines": {
				"node": ">= 12.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			}
		},
		"node_modules/webpack-merge": {
			"version": "5.10.0",
			"resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.10.0.tgz",
			"integrity": "sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==",
			"dev": true,
			"dependencies": {
				"clone-deep": "^4.0.1",
				"flat": "^5.0.2",
				"wildcard": "^2.0.0"
			},
			"engines": {
				"node": ">=10.0.0"
			}
		},
		"node_modules/webpack-merge/node_modules/clone-deep": {
			"version": "4.0.1",
			"resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz",
			"integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==",
			"dev": true,
			"dependencies": {
				"is-plain-object": "^2.0.4",
				"kind-of": "^6.0.2",
				"shallow-clone": "^3.0.0"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/webpack-merge/node_modules/kind-of": {
			"version": "6.0.3",
			"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
			"integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/webpack-merge/node_modules/shallow-clone": {
			"version": "3.0.1",
			"resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz",
			"integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==",
			"dev": true,
			"dependencies": {
				"kind-of": "^6.0.2"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/webpack-sources": {
			"version": "3.2.3",
			"resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz",
			"integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==",
			"dev": true,
			"engines": {
				"node": ">=10.13.0"
			}
		},
		"node_modules/websocket-driver": {
			"version": "0.7.4",
			"resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz",
			"integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==",
			"dev": true,
			"dependencies": {
				"http-parser-js": ">=0.5.1",
				"safe-buffer": ">=5.1.0",
				"websocket-extensions": ">=0.1.1"
			},
			"engines": {
				"node": ">=0.8.0"
			}
		},
		"node_modules/websocket-extensions": {
			"version": "0.1.4",
			"resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
			"integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==",
			"dev": true,
			"engines": {
				"node": ">=0.8.0"
			}
		},
		"node_modules/whatwg-encoding": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz",
			"integrity": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==",
			"dev": true,
			"dependencies": {
				"iconv-lite": "0.6.3"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/whatwg-mimetype": {
			"version": "3.0.0",
			"resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz",
			"integrity": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==",
			"dev": true,
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/whatwg-url": {
			"version": "11.0.0",
			"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz",
			"integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==",
			"dev": true,
			"dependencies": {
				"tr46": "^3.0.0",
				"webidl-conversions": "^7.0.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/which": {
			"version": "1.3.1",
			"resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
			"integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
			"dev": true,
			"dependencies": {
				"isexe": "^2.0.0"
			},
			"bin": {
				"which": "bin/which"
			}
		},
		"node_modules/which-boxed-primitive": {
			"version": "1.0.2",
			"resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
			"integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
			"dev": true,
			"dependencies": {
				"is-bigint": "^1.0.1",
				"is-boolean-object": "^1.1.0",
				"is-number-object": "^1.0.4",
				"is-string": "^1.0.5",
				"is-symbol": "^1.0.3"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/which-builtin-type": {
			"version": "1.1.3",
			"resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.3.tgz",
			"integrity": "sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==",
			"dev": true,
			"dependencies": {
				"function.prototype.name": "^1.1.5",
				"has-tostringtag": "^1.0.0",
				"is-async-function": "^2.0.0",
				"is-date-object": "^1.0.5",
				"is-finalizationregistry": "^1.0.2",
				"is-generator-function": "^1.0.10",
				"is-regex": "^1.1.4",
				"is-weakref": "^1.0.2",
				"isarray": "^2.0.5",
				"which-boxed-primitive": "^1.0.2",
				"which-collection": "^1.0.1",
				"which-typed-array": "^1.1.9"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/which-collection": {
			"version": "1.0.2",
			"resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
			"integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
			"dev": true,
			"dependencies": {
				"is-map": "^2.0.3",
				"is-set": "^2.0.3",
				"is-weakmap": "^2.0.2",
				"is-weakset": "^2.0.3"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/which-typed-array": {
			"version": "1.1.15",
			"resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz",
			"integrity": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==",
			"dev": true,
			"dependencies": {
				"available-typed-arrays": "^1.0.7",
				"call-bind": "^1.0.7",
				"for-each": "^0.3.3",
				"gopd": "^1.0.1",
				"has-tostringtag": "^1.0.2"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/wildcard": {
			"version": "2.0.1",
			"resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz",
			"integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==",
			"dev": true
		},
		"node_modules/word-wrap": {
			"version": "1.2.5",
			"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
			"integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
			"dev": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/wrap-ansi": {
			"version": "7.0.0",
			"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
			"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
			"dev": true,
			"dependencies": {
				"ansi-styles": "^4.0.0",
				"string-width": "^4.1.0",
				"strip-ansi": "^6.0.0"
			},
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
			}
		},
		"node_modules/wrappy": {
			"version": "1.0.2",
			"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
			"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
			"dev": true
		},
		"node_modules/write-file-atomic": {
			"version": "4.0.2",
			"resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz",
			"integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==",
			"dev": true,
			"dependencies": {
				"imurmurhash": "^0.1.4",
				"signal-exit": "^3.0.7"
			},
			"engines": {
				"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
			}
		},
		"node_modules/ws": {
			"version": "8.17.0",
			"resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz",
			"integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==",
			"dev": true,
			"engines": {
				"node": ">=10.0.0"
			},
			"peerDependencies": {
				"bufferutil": "^4.0.1",
				"utf-8-validate": ">=5.0.2"
			},
			"peerDependenciesMeta": {
				"bufferutil": {
					"optional": true
				},
				"utf-8-validate": {
					"optional": true
				}
			}
		},
		"node_modules/xdg-basedir": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz",
			"integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==",
			"dev": true,
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/xml-name-validator": {
			"version": "4.0.0",
			"resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz",
			"integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==",
			"dev": true,
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/xmlchars": {
			"version": "2.2.0",
			"resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
			"integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
			"dev": true
		},
		"node_modules/y18n": {
			"version": "5.0.8",
			"resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
			"integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
			"dev": true,
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/yallist": {
			"version": "3.1.1",
			"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
			"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
			"dev": true
		},
		"node_modules/yaml": {
			"version": "1.10.2",
			"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
			"integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
			"dev": true,
			"engines": {
				"node": ">= 6"
			}
		},
		"node_modules/yargs": {
			"version": "17.7.2",
			"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
			"integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
			"dev": true,
			"dependencies": {
				"cliui": "^8.0.1",
				"escalade": "^3.1.1",
				"get-caller-file": "^2.0.5",
				"require-directory": "^2.1.1",
				"string-width": "^4.2.3",
				"y18n": "^5.0.5",
				"yargs-parser": "^21.1.1"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/yargs-parser": {
			"version": "21.1.1",
			"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
			"integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
			"dev": true,
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/yauzl": {
			"version": "2.10.0",
			"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
			"integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==",
			"dev": true,
			"dependencies": {
				"buffer-crc32": "~0.2.3",
				"fd-slicer": "~1.1.0"
			}
		},
		"node_modules/yocto-queue": {
			"version": "0.1.0",
			"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
			"integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
			"dev": true,
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		}
	}
}
js/breadcrumbs/src/edit.js000064400000002446151541727020011535 0ustar00import { __ } from '@wordpress/i18n';
import { useBlockProps } from '@wordpress/block-editor';
import { useSelect } from '@wordpress/data';
import { Notice } from '@wordpress/components';

export default function Edit({attributes}) {
	let [title] = useSelect((select) => {
		return [
			select('core/editor').getEditedPostAttribute("title") || __('Example title', 'siteseo'),
		]
	}, []);

	let crumbs = [];

	if(attributes.prefix){
		crumbs.push({
			'title' : attributes.prefix,
			'url' : false
		});
	}

	if(!attributes.hideHome){
		crumbs.push({
			'title' : attributes.homeLabel ? attributes.homeLabel : __('Home'),
			'url' : true
		});
	}

	crumbs.push({
		'title' : title,
		'url' : false
	});

	return (
		<>
		<Notice status="warning" isDismissible={false} politeness="polite">
			<p>{__('This is just a preview, to see the final result, please view this page as a normal user', 'siteseo')}</p>
		</Notice>
		<div { ...useBlockProps() }>
			<ul className="siteseo-breadcrumbs">
				{crumbs.map((crub, i) => {
					return (<><li key={crub.url}>{crub.url ? (<a href="#" title={crub.title}>{crub.title}</a>) : (crub.title)}</li>
						<div className="siteseo-breadcrumbs-seperator"><span>{(crumbs.length-1) != i ? attributes.seperator : ''}</span></div>
						</>
					);
				})}
			</ul>
		</div>
		</>
	);
}
js/breadcrumbs/src/block.json000064400000001114151541727030012227 0ustar00{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "siteseo/breadcrumbs",
	"version": "1.0.0",
	"title": "Breadcrumbs",
	"category": "widgets",
	"description": "Breadcrumbs help you track you location on the website.",
	"supports": {
		"html": false,
		"align": true,
		"spacing": {
			"padding": true,
			"margin": true
		},
		"multiple": false,
		"typography": {
			"fontSize": true,
			"lineHeight": true
		},
		"color": {
			"link": true
		}
	},
	"textdomain": "siteseo",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./style-index.css"
}
js/breadcrumbs/src/style.css000064400000000242151541727030012115 0ustar00.siteseo-breadcrumbs{
    display:flex;
    list-style-type:none;
    margin:0;
    padding:0
}

.siteseo-breadcrumbs-seperator{
    margin:0 5px;
    padding:0
}js/breadcrumbs/src/index.js000064400000001523151541727030011713 0ustar00import { registerBlockType } from '@wordpress/blocks';
import './style.css';

import Edit from './edit';
import metadata from './block.json';

function siteseo_breadcrumb_icon(){
	return (<svg xmlns="http://www.w3.org/2000/svg" width="664.82" height="495.38" viewBox="0 0 43.214 32.2"><path d="M1 32.1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1h8.1c.4 0 .9.2 1.2.5l11.6 14.6c.4.5.4 1.3 0 1.9L10.2 31.6c-.3.4-.8.6-1.3.6zM42.914 15.071l-11.7-14.5c-.5-.6-1.4-.8-2.1-.2l-2.3 1.9c-.7.5-.8 1.5-.2 2.1l9.5 11.7-9.5 11.8c-.5.6-.4 1.6.2 2.1l2.3 1.9c.7.5 1.5.4 2.1-.2l11.7-14.6c.4-.8.4-1.5 0-2z"/><path d="m32.407 15.071-11.7-14.5c-.5-.6-1.4-.8-2.1-.2l-2.3 1.9c-.7.5-.8 1.5-.2 2.1l9.5 11.7-9.5 11.8c-.5.6-.4 1.6.2 2.1l2.3 1.9c.7.5 1.5.4 2.1-.2l11.7-14.6c.4-.8.4-1.5 0-2z"/></svg>
	);
}


registerBlockType( metadata.name, {
	edit: Edit,
	icon : siteseo_breadcrumb_icon
} );
js/breadcrumbs/build/style-index.css000064400000000201151541727030013525 0ustar00.siteseo-breadcrumbs{display:flex;list-style-type:none;margin:0;padding:0}.siteseo-breadcrumbs-seperator{margin:0 5px;padding:0}
js/breadcrumbs/build/block.json000064400000001170151541727030012541 0ustar00{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "siteseo/breadcrumbs",
  "version": "1.0.0",
  "title": "Breadcrumbs",
  "category": "widgets",
  "description": "Breadcrumbs help you track you location on the website.",
  "supports": {
    "html": false,
    "align": true,
    "spacing": {
      "padding": true,
      "margin": true
    },
    "multiple": false,
    "typography": {
      "fontSize": true,
      "lineHeight": true
    },
    "color": {
      "link": true
    }
  },
  "textdomain": "siteseo",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./style-index.css"
}js/breadcrumbs/build/index.asset.php000064400000000242151541727030013511 0ustar00<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-i18n'), 'version' => '8b21d09f0f5425c2e70d');
js/breadcrumbs/build/index.js000064400000005370151541727030012227 0ustar00(()=>{"use strict";var e,t={95:()=>{const e=window.React,t=window.wp.blocks,r=window.wp.i18n,l=window.wp.blockEditor,i=window.wp.data,s=window.wp.components,a=JSON.parse('{"UU":"siteseo/breadcrumbs"}');(0,t.registerBlockType)(a.UU,{edit:function({attributes:t}){let[a]=(0,i.useSelect)((e=>[e("core/editor").getEditedPostAttribute("title")||(0,r.__)("Example title","siteseo")]),[]),n=[];return t.prefix&&n.push({title:t.prefix,url:!1}),t.hideHome||n.push({title:t.homeLabel?t.homeLabel:(0,r.__)("Home"),url:!0}),n.push({title:a,url:!1}),(0,e.createElement)(e.Fragment,null,(0,e.createElement)(s.Notice,{status:"warning",isDismissible:!1,politeness:"polite"},(0,e.createElement)("p",null,(0,r.__)("This is just a preview, to see the final result, please view this page as a normal user","siteseo"))),(0,e.createElement)("div",{...(0,l.useBlockProps)()},(0,e.createElement)("ul",{className:"siteseo-breadcrumbs"},n.map(((r,l)=>(0,e.createElement)(e.Fragment,null,(0,e.createElement)("li",{key:r.url},r.url?(0,e.createElement)("a",{href:"#",title:r.title},r.title):r.title),(0,e.createElement)("div",{className:"siteseo-breadcrumbs-seperator"},(0,e.createElement)("span",null,n.length-1!=l?t.seperator:""))))))))},icon:function(){return(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"664.82",height:"495.38",viewBox:"0 0 43.214 32.2"},(0,e.createElement)("path",{d:"M1 32.1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1h8.1c.4 0 .9.2 1.2.5l11.6 14.6c.4.5.4 1.3 0 1.9L10.2 31.6c-.3.4-.8.6-1.3.6zM42.914 15.071l-11.7-14.5c-.5-.6-1.4-.8-2.1-.2l-2.3 1.9c-.7.5-.8 1.5-.2 2.1l9.5 11.7-9.5 11.8c-.5.6-.4 1.6.2 2.1l2.3 1.9c.7.5 1.5.4 2.1-.2l11.7-14.6c.4-.8.4-1.5 0-2z"}),(0,e.createElement)("path",{d:"m32.407 15.071-11.7-14.5c-.5-.6-1.4-.8-2.1-.2l-2.3 1.9c-.7.5-.8 1.5-.2 2.1l9.5 11.7-9.5 11.8c-.5.6-.4 1.6.2 2.1l2.3 1.9c.7.5 1.5.4 2.1-.2l11.7-14.6c.4-.8.4-1.5 0-2z"}))}})}},r={};function l(e){var i=r[e];if(void 0!==i)return i.exports;var s=r[e]={exports:{}};return t[e](s,s.exports,l),s.exports}l.m=t,e=[],l.O=(t,r,i,s)=>{if(!r){var a=1/0;for(u=0;u<e.length;u++){for(var[r,i,s]=e[u],n=!0,o=0;o<r.length;o++)(!1&s||a>=s)&&Object.keys(l.O).every((e=>l.O[e](r[o])))?r.splice(o--,1):(n=!1,s<a&&(a=s));if(n){e.splice(u--,1);var c=i();void 0!==c&&(t=c)}}return t}s=s||0;for(var u=e.length;u>0&&e[u-1][2]>s;u--)e[u]=e[u-1];e[u]=[r,i,s]},l.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{var e={57:0,350:0};l.O.j=t=>0===e[t];var t=(t,r)=>{var i,s,[a,n,o]=r,c=0;if(a.some((t=>0!==e[t]))){for(i in n)l.o(n,i)&&(l.m[i]=n[i]);if(o)var u=o(l)}for(t&&t(r);c<a.length;c++)s=a[c],l.o(e,s)&&e[s]&&e[s][0](),e[s]=0;return l.O(u)},r=globalThis.webpackChunkbreadcrumbs=globalThis.webpackChunkbreadcrumbs||[];r.forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r))})();var i=l.O(void 0,[350],(()=>l(95)));i=l.O(i)})();