@gusto/embedded-react-sdk 0.11.0 → 0.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/dist/assets/icons/alert-circle.svg.js.map +1 -1
- package/dist/assets/icons/caret-down.svg.js +1 -1
- package/dist/assets/icons/caret-down.svg.js.map +1 -1
- package/dist/assets/icons/caret-left.svg.js.map +1 -1
- package/dist/assets/icons/caret-right.svg.js.map +1 -1
- package/dist/assets/icons/checkbox.svg.js.map +1 -1
- package/dist/assets/icons/error.svg.js.map +1 -1
- package/dist/assets/icons/hamburger.svg.js.map +1 -1
- package/dist/assets/icons/info.svg.js.map +1 -1
- package/dist/assets/icons/list.svg.js.map +1 -1
- package/dist/assets/icons/magnifyingGlass.png.js.map +1 -1
- package/dist/assets/icons/pagination_next.svg.js.map +1 -1
- package/dist/assets/icons/pagination_previous.svg.js.map +1 -1
- package/dist/assets/icons/pencil.svg.js.map +1 -1
- package/dist/assets/icons/success_check.svg.js.map +1 -1
- package/dist/assets/icons/trashcan.svg.js.map +1 -1
- package/dist/assets/icons/unchecked_circular.svg.js.map +1 -1
- package/dist/assets/icons/verification_pending.svg.js.map +1 -1
- package/dist/assets/icons/warning.svg.js.map +1 -1
- package/dist/components/Base/Base.js.map +1 -1
- package/dist/components/Base/createCompoundContext.js.map +1 -1
- package/dist/components/Base/useBase.js.map +1 -1
- package/dist/components/Common/ActionsLayout/ActionsLayout.js.map +1 -1
- package/dist/components/Common/DataView/DataCards/DataCards.js.map +1 -1
- package/dist/components/Common/DataView/DataTable/DataTable.js.map +1 -1
- package/dist/components/Common/DataView/DataView.js +20 -20
- package/dist/components/Common/DataView/DataView.js.map +1 -1
- package/dist/components/Common/DataView/useDataView.js.map +1 -1
- package/dist/components/Common/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Common/DocumentViewer/DocumentViewer.js.map +1 -1
- package/dist/components/Common/EmptyData/EmptyData.js.map +1 -1
- package/dist/components/Common/FadeIn/FadeIn.js.map +1 -1
- package/dist/components/Common/FieldCaption/FieldCaption.js +7 -4
- package/dist/components/Common/FieldCaption/FieldCaption.js.map +1 -1
- package/dist/components/Common/FieldCaption/FieldCaption.module.scss.js +1 -1
- package/dist/components/Common/FieldDescription/FieldDescription.js.map +1 -1
- package/dist/components/Common/FieldDescription/FieldDescription.module.scss.js +1 -1
- package/dist/components/Common/FieldErrorMessage/FieldErrorMessage.js.map +1 -1
- package/dist/components/Common/FieldErrorMessage/FieldErrorMessage.module.scss.js +1 -1
- package/dist/components/Common/FieldLayout/FieldLayout.js.map +1 -1
- package/dist/components/Common/FieldLayout/FieldLayout.module.scss.js +11 -11
- package/dist/components/Common/Fields/CheckboxField/CheckboxField.js.map +1 -1
- package/dist/components/Common/Fields/CheckboxGroupField/CheckboxGroupField.js.map +1 -1
- package/dist/components/Common/Fields/ComboBoxField/ComboBoxField.js.map +1 -1
- package/dist/components/Common/Fields/DatePickerField/DatePickerField.d.ts +1 -0
- package/dist/components/Common/Fields/DatePickerField/DatePickerField.js +35 -20
- package/dist/components/Common/Fields/DatePickerField/DatePickerField.js.map +1 -1
- package/dist/components/Common/Fields/NumberInputField/NumberInputField.js.map +1 -1
- package/dist/components/Common/Fields/RadioGroupField/RadioGroupField.js.map +1 -1
- package/dist/components/Common/Fields/SelectField/SelectField.js.map +1 -1
- package/dist/components/Common/Fields/SwitchField/SwitchField.js.map +1 -1
- package/dist/components/Common/Fields/TextInputField/TextInputField.js.map +1 -1
- package/dist/components/Common/Fields/hooks/useField.js.map +1 -1
- package/dist/components/Common/Fields/hooks/useStringifyGenericFieldValue.js.map +1 -1
- package/dist/components/Common/Fieldset/Fieldset.js.map +1 -1
- package/dist/components/Common/Flex/Flex.js.map +1 -1
- package/dist/components/Common/Form/Form.js.map +1 -1
- package/dist/components/Common/Grid/Grid.js.map +1 -1
- package/dist/components/Common/HamburgerMenu/HamburgerMenu.js.map +1 -1
- package/dist/components/Common/HorizontalFieldLayout/HorizontalFieldLayout.js.map +1 -1
- package/dist/components/Common/HorizontalFieldLayout/HorizontalFieldLayout.module.scss.js +1 -1
- package/dist/components/Common/InternalError/InternalError.js.map +1 -1
- package/dist/components/Common/Loading/Loading.js.map +1 -1
- package/dist/components/Common/OnboardingStatusBadge/index.js.map +1 -1
- package/dist/components/Common/PaginationControl/PaginationControl.js.map +1 -1
- package/dist/components/Common/ReorderableList/DropZone.js.map +1 -1
- package/dist/components/Common/ReorderableList/ReorderableItem.js.map +1 -1
- package/dist/components/Common/ReorderableList/ReorderableList.js.map +1 -1
- package/dist/components/Common/RequirementsList/RequirementsList.js.map +1 -1
- package/dist/components/Common/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Common/SignatureForm/SignatureFormActions.js.map +1 -1
- package/dist/components/Common/SignatureForm/SignatureFormFields.js.map +1 -1
- package/dist/components/Common/TaxInputs/TaxInputs.js.map +1 -1
- package/dist/components/Common/UI/Alert/Alert.js.map +1 -1
- package/dist/components/Common/UI/Alert/Alert.module.scss.js +1 -1
- package/dist/components/Common/UI/Badge/Badge.js +4 -4
- package/dist/components/Common/UI/Badge/Badge.js.map +1 -1
- package/dist/components/Common/UI/Badge/Badge.module.scss.js +4 -4
- package/dist/components/Common/UI/Button/Button.d.ts +1 -1
- package/dist/components/Common/UI/Button/Button.js +22 -24
- package/dist/components/Common/UI/Button/Button.js.map +1 -1
- package/dist/components/Common/UI/Button/Button.module.scss.js +1 -1
- package/dist/components/Common/UI/Button/ButtonIcon.d.ts +1 -1
- package/dist/components/Common/UI/Button/ButtonIcon.js +7 -5
- package/dist/components/Common/UI/Button/ButtonIcon.js.map +1 -1
- package/dist/components/Common/UI/Button/ButtonIcon.module.scss.js +8 -0
- package/dist/components/Common/UI/Button/ButtonIcon.module.scss.js.map +1 -0
- package/dist/components/Common/UI/Button/ButtonTypes.d.ts +2 -6
- package/dist/components/Common/UI/CalendarPreview/CalendarLegend.js.map +1 -1
- package/dist/components/Common/UI/CalendarPreview/CalendarPreview.js.map +1 -1
- package/dist/components/Common/UI/Card/Card.js.map +1 -1
- package/dist/components/Common/UI/Checkbox/Checkbox.js.map +1 -1
- package/dist/components/Common/UI/Checkbox/Checkbox.module.scss.js +8 -8
- package/dist/components/Common/UI/CheckboxGroup/CheckboxGroup.js.map +1 -1
- package/dist/components/Common/UI/CheckboxGroup/CheckboxGroup.module.scss.js +1 -1
- package/dist/components/Common/UI/ComboBox/ComboBox.js +36 -36
- package/dist/components/Common/UI/ComboBox/ComboBox.js.map +1 -1
- package/dist/components/Common/UI/ComboBox/ComboBox.module.scss.js +1 -1
- package/dist/components/Common/UI/DatePicker/DatePicker.js.map +1 -1
- package/dist/components/Common/UI/DatePicker/DatePicker.module.scss.js +8 -8
- package/dist/components/Common/UI/Heading/Heading.js.map +1 -1
- package/dist/components/Common/UI/Heading/Heading.module.scss.js +11 -11
- package/dist/components/Common/UI/Input/Input.js.map +1 -1
- package/dist/components/Common/UI/Input/Input.module.scss.js +10 -10
- package/dist/components/Common/UI/Link/Link.js.map +1 -1
- package/dist/components/Common/UI/List/OrderedList.js.map +1 -1
- package/dist/components/Common/UI/List/UnorderedList.js.map +1 -1
- package/dist/components/Common/UI/Menu/Menu.js.map +1 -1
- package/dist/components/Common/UI/NumberInput/NumberInput.js.map +1 -1
- package/dist/components/Common/UI/ProgressBar/ProgressBar.js.map +1 -1
- package/dist/components/Common/UI/Radio/Radio.js.map +1 -1
- package/dist/components/Common/UI/Radio/Radio.module.scss.js +1 -1
- package/dist/components/Common/UI/RadioGroup/RadioGroup.js.map +1 -1
- package/dist/components/Common/UI/RadioGroup/RadioGroup.module.scss.js +1 -1
- package/dist/components/Common/UI/Select/Select.js +13 -13
- package/dist/components/Common/UI/Select/Select.js.map +1 -1
- package/dist/components/Common/UI/Select/Select.module.scss.js +1 -1
- package/dist/components/Common/UI/Switch/Switch.js.map +1 -1
- package/dist/components/Common/UI/Table/Table.js.map +1 -1
- package/dist/components/Common/UI/Text/Text.js.map +1 -1
- package/dist/components/Common/UI/Text/Text.module.scss.js +16 -20
- package/dist/components/Common/UI/Text/Text.module.scss.js.map +1 -1
- package/dist/components/Common/UI/Text/TextTypes.d.ts +1 -1
- package/dist/components/Common/UI/TextInput/TextInput.js.map +1 -1
- package/dist/components/Common/UI/hooks/useFieldIds.js.map +1 -1
- package/dist/components/Common/VisuallyHidden/VisuallyHidden.js.map +1 -1
- package/dist/components/Common/hooks/useAsyncError.js.map +1 -1
- package/dist/components/Common/hooks/useMenu.js.map +1 -1
- package/dist/components/Common/hooks/useNumberFormatter.js.map +1 -1
- package/dist/components/Company/AssignSignatory/AssignSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/Schema.js.map +1 -1
- package/dist/components/Company/AssignSignatory/Head.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js.map +1 -1
- package/dist/components/Company/AssignSignatory/SignatoryForm.js.map +1 -1
- package/dist/components/Company/AssignSignatory/TitleSelect.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccount.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountComponents.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/BankAccountForm.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Head.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/AccountView.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/BankAccountList.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/Head.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/BankAccountVerify.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Head.js.map +1 -1
- package/dist/components/Company/BankAccount/stateMachine.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/Head.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/List.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/ManageSignatories.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentSigner.js.map +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/Actions.js.map +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/Form.js.map +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/Head.js.map +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/Preview.js.map +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
- package/dist/components/Company/DocumentSigner/assignSignatoryState.js.map +1 -1
- package/dist/components/Company/DocumentSigner/documentSignerStateMachine.js.map +1 -1
- package/dist/components/Company/DocumentSigner/stateMachine.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Actions.js.map +1 -1
- package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Head.js.map +1 -1
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
- package/dist/components/Company/Industry/Actions.js.map +1 -1
- package/dist/components/Company/Industry/Edit.js.map +1 -1
- package/dist/components/Company/Industry/Head.js.map +1 -1
- package/dist/components/Company/Industry/Industry.js.map +1 -1
- package/dist/components/Company/Industry/IndustrySelect.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Form.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Head.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
- package/dist/components/Company/Locations/Locations.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/Actions.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/Head.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
- package/dist/components/Company/Locations/locationsStateMachine.js.map +1 -1
- package/dist/components/Company/Locations/stateMachine.js.map +1 -1
- package/dist/components/Company/OnboardingFlow/OnboardingFlow.js.map +1 -1
- package/dist/components/Company/OnboardingFlow/OnboardingFlowComponents.js.map +1 -1
- package/dist/components/Company/OnboardingFlow/onboardingStateMachine.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
- package/dist/components/Company/PaySchedule/PaySchedule.js +29 -28
- package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/Actions.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/Edit.js +50 -51
- package/dist/components/Company/PaySchedule/_parts/Edit.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/Head.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/List.js.map +1 -1
- package/dist/components/Company/PaySchedule/usePaySchedule.d.ts +0 -3
- package/dist/components/Company/PaySchedule/usePaySchedule.js +7 -8
- package/dist/components/Company/PaySchedule/usePaySchedule.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxes.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesComponents.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/Form.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/Head.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/Head.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/StateTaxesList.js.map +1 -1
- package/dist/components/Company/StateTaxes/stateTaxesStateMachine.js.map +1 -1
- package/dist/components/Contractor/Address/Actions.js.map +1 -1
- package/dist/components/Contractor/Address/Address.js.map +1 -1
- package/dist/components/Contractor/Address/Form.js.map +1 -1
- package/dist/components/Contractor/Address/Head.js.map +1 -1
- package/dist/components/Contractor/Address/useAddress.js.map +1 -1
- package/dist/components/Contractor/List/index.js.map +1 -1
- package/dist/components/Contractor/List/useContractorList.js.map +1 -1
- package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +1 -0
- package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/PaymentMethod.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js.map +1 -1
- package/dist/components/Contractor/Profile/ContractorProfile.js.map +1 -1
- package/dist/components/Contractor/Profile/ContractorProfileForm.js +10 -8
- package/dist/components/Contractor/Profile/ContractorProfileForm.js.map +1 -1
- package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
- package/dist/components/Contractor/Submit/ContractorSubmitWithApi.js.map +1 -1
- package/dist/components/Contractor/Submit/SubmitDone.js.map +1 -1
- package/dist/components/Contractor/Submit/index.js.map +1 -1
- package/dist/components/Employee/Compensation/Actions.js.map +1 -1
- package/dist/components/Employee/Compensation/Compensation.js.map +1 -1
- package/dist/components/Employee/Compensation/Edit.js +17 -16
- package/dist/components/Employee/Compensation/Edit.js.map +1 -1
- package/dist/components/Employee/Compensation/Head.js.map +1 -1
- package/dist/components/Employee/Compensation/List.js.map +1 -1
- package/dist/components/Employee/Compensation/useCompensation.js.map +1 -1
- package/dist/components/Employee/Deductions/Actions.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionForm.js.map +1 -1
- package/dist/components/Employee/Deductions/Deductions.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsList.js.map +1 -1
- package/dist/components/Employee/Deductions/Head.js.map +1 -1
- package/dist/components/Employee/Deductions/IncludeDeductionsForm.js +9 -8
- package/dist/components/Employee/Deductions/IncludeDeductionsForm.js.map +1 -1
- package/dist/components/Employee/Deductions/useDeductions.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/Head.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/List.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentSigner.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/Actions.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/Form.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/Head.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/Preview.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/documentSignerStateMachine.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/stateMachine.js.map +1 -1
- package/dist/components/Employee/EmployeeList/Actions.js.map +1 -1
- package/dist/components/Employee/EmployeeList/EmployeeList.js.map +1 -1
- package/dist/components/Employee/EmployeeList/Head.js.map +1 -1
- package/dist/components/Employee/EmployeeList/List.js.map +1 -1
- package/dist/components/Employee/Landing/Landing.js.map +1 -1
- package/dist/components/Employee/OnboardingFlow/OnboardingFlow.js.map +1 -1
- package/dist/components/Employee/OnboardingFlow/onboardingStateMachine.js.map +1 -1
- package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/Actions.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/BankAccount.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/BankAccountEdit.js +5 -4
- package/dist/components/Employee/PaymentMethod/BankAccountEdit.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/BankAccountsList.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/Head.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/PaymentMethod.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/Split.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js.map +1 -1
- package/dist/components/Employee/Profile/Actions.js.map +1 -1
- package/dist/components/Employee/Profile/AdminPersonalDetails.js.map +1 -1
- package/dist/components/Employee/Profile/Head.js.map +1 -1
- package/dist/components/Employee/Profile/HomeAddress.js.map +1 -1
- package/dist/components/Employee/Profile/PersonalDetailsInputs.js +51 -49
- package/dist/components/Employee/Profile/PersonalDetailsInputs.js.map +1 -1
- package/dist/components/Employee/Profile/Profile.js +1 -1
- package/dist/components/Employee/Profile/Profile.js.map +1 -1
- package/dist/components/Employee/Profile/SelfPersonalDetails.js.map +1 -1
- package/dist/components/Employee/Profile/WorkAddress.js.map +1 -1
- package/dist/components/Employee/Profile/getEmployeeAddressForProfile.js.map +1 -1
- package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingComponents.js.map +1 -1
- package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingFlow.js.map +1 -1
- package/dist/components/Employee/SelfOnboardingFlow/selfOnboardingMachine.js.map +1 -1
- package/dist/components/Employee/Taxes/Actions.js.map +1 -1
- package/dist/components/Employee/Taxes/FederalForm.js +1 -0
- package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
- package/dist/components/Employee/Taxes/FederalHead.js.map +1 -1
- package/dist/components/Employee/Taxes/StateForm.js.map +1 -1
- package/dist/components/Employee/Taxes/Taxes.js.map +1 -1
- package/dist/components/Flow/Flow.js.map +1 -1
- package/dist/components/Flow/useFlow.js.map +1 -1
- package/dist/contexts/ApiProvider/ApiProvider.d.ts +5 -2
- package/dist/contexts/ApiProvider/ApiProvider.js +34 -30
- package/dist/contexts/ApiProvider/ApiProvider.js.map +1 -1
- package/dist/contexts/ComponentAdapter/ComponentsProvider.js.map +1 -1
- package/dist/contexts/ComponentAdapter/adapters/defaultComponentAdapter.js.map +1 -1
- package/dist/contexts/ComponentAdapter/useComponentContext.js.map +1 -1
- package/dist/contexts/GustoProvider/GustoProvider.js.map +1 -1
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.d.ts +3 -1
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +12 -12
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js.map +1 -1
- package/dist/contexts/GustoProvider/SDKI18next.js.map +1 -1
- package/dist/contexts/GustoProvider/index.d.ts +2 -0
- package/dist/contexts/LoadingIndicatorProvider/LoadingIndicatorProvider.js.map +1 -1
- package/dist/contexts/LoadingIndicatorProvider/useLoadingIndicator.js.map +1 -1
- package/dist/contexts/LocaleProvider/LocaleProvider.js.map +1 -1
- package/dist/contexts/LocaleProvider/useLocale.js.map +1 -1
- package/dist/contexts/ThemeProvider/ThemeProvider.d.ts +4 -1
- package/dist/contexts/ThemeProvider/ThemeProvider.js +60 -22
- package/dist/contexts/ThemeProvider/ThemeProvider.js.map +1 -1
- package/dist/contexts/ThemeProvider/createTheme.d.ts +0 -1
- package/dist/contexts/ThemeProvider/createTheme.js +14 -16
- package/dist/contexts/ThemeProvider/createTheme.js.map +1 -1
- package/dist/contexts/ThemeProvider/theme.d.ts +59 -0
- package/dist/contexts/ThemeProvider/theme.js +101 -0
- package/dist/contexts/ThemeProvider/theme.js.map +1 -0
- package/dist/contexts/ThemeProvider/useTheme.js.map +1 -1
- package/dist/contexts/index.d.ts +4 -0
- package/dist/helpers/LRUCache.js.map +1 -1
- package/dist/helpers/dateFormatting.d.ts +10 -2
- package/dist/helpers/dateFormatting.js +30 -7
- package/dist/helpers/dateFormatting.js.map +1 -1
- package/dist/helpers/dateFormatting.test.d.ts +1 -0
- package/dist/helpers/ensureRequired.js.map +1 -1
- package/dist/helpers/federalEin.js.map +1 -1
- package/dist/helpers/formattedStrings.js.map +1 -1
- package/dist/helpers/getDataProps.js.map +1 -1
- package/dist/helpers/mask.js.map +1 -1
- package/dist/helpers/payRateCalculator.js.map +1 -1
- package/dist/helpers/rem.js +2 -3
- package/dist/helpers/rem.js.map +1 -1
- package/dist/helpers/responsive.js.map +1 -1
- package/dist/helpers/ssn.js.map +1 -1
- package/dist/helpers/validations.js.map +1 -1
- package/dist/hooks/useContainerBreakpoints/useContainerBreakpoints.js +34 -23
- package/dist/hooks/useContainerBreakpoints/useContainerBreakpoints.js.map +1 -1
- package/dist/hooks/useForkRef/useForkRef.js.map +1 -1
- package/dist/i18n/I18n.js.map +1 -1
- package/dist/i18n/en/Company.AddBank.json.js +12 -12
- package/dist/i18n/en/Company.Addresses.json.js +12 -12
- package/dist/i18n/en/Company.AssignSignatory.json.js +5 -54
- package/dist/i18n/en/Company.AssignSignatory.json.js.map +1 -1
- package/dist/i18n/en/Company.BankAccount.json.js +19 -40
- package/dist/i18n/en/Company.BankAccount.json.js.map +1 -1
- package/dist/i18n/en/Company.DocumentList.json.js +15 -15
- package/dist/i18n/en/Company.FederalTaxes.json.js +16 -32
- package/dist/i18n/en/Company.FederalTaxes.json.js.map +1 -1
- package/dist/i18n/en/Company.Locations.json.js +43 -49
- package/dist/i18n/en/Company.Locations.json.js.map +1 -1
- package/dist/i18n/en/Company.OnboardingOverview.json.js +14 -36
- package/dist/i18n/en/Company.OnboardingOverview.json.js.map +1 -1
- package/dist/i18n/en/Company.PaySchedule.json.js +1 -44
- package/dist/i18n/en/Company.PaySchedule.json.js.map +1 -1
- package/dist/i18n/en/Company.SignatureForm.json.js +9 -9
- package/dist/i18n/en/Company.StateTaxes.json.js +1 -25
- package/dist/i18n/en/Company.StateTaxes.json.js.map +1 -1
- package/dist/i18n/en/Contractor.Address.json.js +19 -24
- package/dist/i18n/en/Contractor.Address.json.js.map +1 -1
- package/dist/i18n/en/Contractor.ContractorList.json.js +9 -12
- package/dist/i18n/en/Contractor.ContractorList.json.js.map +1 -1
- package/dist/i18n/en/Contractor.ContractorSubmit.json.js +10 -14
- package/dist/i18n/en/Contractor.ContractorSubmit.json.js.map +1 -1
- package/dist/i18n/en/Contractor.NewHireReport.json.js +5 -7
- package/dist/i18n/en/Contractor.NewHireReport.json.js.map +1 -1
- package/dist/i18n/en/Contractor.PaymentMethod.json.js +4 -17
- package/dist/i18n/en/Contractor.PaymentMethod.json.js.map +1 -1
- package/dist/i18n/en/Contractor.Profile.json.js +1 -58
- package/dist/i18n/en/Contractor.Profile.json.js.map +1 -1
- package/dist/i18n/en/Employee.BankAccount.json.js +17 -19
- package/dist/i18n/en/Employee.BankAccount.json.js.map +1 -1
- package/dist/i18n/en/Employee.Compensation.json.js +31 -65
- package/dist/i18n/en/Employee.Compensation.json.js.map +1 -1
- package/dist/i18n/en/Employee.Deductions.json.js +56 -59
- package/dist/i18n/en/Employee.Deductions.json.js.map +1 -1
- package/dist/i18n/en/Employee.DocumentSigner.json.js +23 -23
- package/dist/i18n/en/Employee.EmployeeList.json.js +29 -29
- package/dist/i18n/en/Employee.HomeAddress.json.js +23 -28
- package/dist/i18n/en/Employee.HomeAddress.json.js.map +1 -1
- package/dist/i18n/en/Employee.Landing.json.js +11 -15
- package/dist/i18n/en/Employee.Landing.json.js.map +1 -1
- package/dist/i18n/en/Employee.OnboardingSummary.json.js +6 -28
- package/dist/i18n/en/Employee.OnboardingSummary.json.js.map +1 -1
- package/dist/i18n/en/Employee.PaySchedules.json.js +1 -5
- package/dist/i18n/en/Employee.PaySchedules.json.js.map +1 -1
- package/dist/i18n/en/Employee.PaymentMethod.json.js +29 -36
- package/dist/i18n/en/Employee.PaymentMethod.json.js.map +1 -1
- package/dist/i18n/en/Employee.Profile.json.js +16 -22
- package/dist/i18n/en/Employee.Profile.json.js.map +1 -1
- package/dist/i18n/en/Employee.SplitPaycheck.json.js +21 -25
- package/dist/i18n/en/Employee.SplitPaycheck.json.js.map +1 -1
- package/dist/i18n/en/Employee.StateTaxes.json.js +4 -4
- package/dist/i18n/en/Employee.Taxes.json.js +26 -29
- package/dist/i18n/en/Employee.Taxes.json.js.map +1 -1
- package/dist/i18n/en/Payroll.PayrollHistoryList.json.js +9 -9
- package/dist/i18n/en/common.json.d.ts +1 -1
- package/dist/i18n/en/common.json.js +1 -147
- package/dist/i18n/en/common.json.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +11 -9
- package/dist/index.js.map +1 -1
- package/dist/models/NAICSValues.js.map +1 -1
- package/dist/models/WA_RISK_CODES.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/GTheme.d.ts +0 -1
- package/dist/types/hooks.d.ts +36 -0
- package/package.json +10 -10
- package/dist/hooks/useDebounce/useDebounce.js +0 -19
- package/dist/hooks/useDebounce/useDebounce.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WA_RISK_CODES.js","sources":["../../src/models/WA_RISK_CODES.ts"],"sourcesContent":["export const WA_RISK_CLASS_CODES = [\n {\n code: '010102',\n description:\n 'Excavation and Grading N.O.C.: Excavation work and land clearing, N.O.C.: Pool or pond excavation, and placement of pool or pond liners',\n },\n {\n code: '010103',\n description: 'Excavation and Grading N.O.C.: Grading NOC',\n },\n {\n code: '010116',\n description: 'Excavation and Grading N.O.C.: Rail Const & Repair or Dismtl',\n },\n {\n code: '010117',\n description: 'Excavation and Grading N.O.C.: Retain Walls with Road Const',\n },\n {\n code: '010136',\n description: 'Excavation and Grading N.O.C.: Tree Care & Pruning Service',\n },\n {\n code: '010137',\n description: 'Excavation and Grading N.O.C.: Soil Remediation',\n },\n {\n code: '010140',\n description: 'Excavation and Grading N.O.C.: Mowing-Roadways/Right of Ways',\n },\n {\n code: '010141',\n description: 'Excavation and Grading N.O.C.: Logging Machine Operators',\n },\n {\n code: '010309',\n description: 'Drilling and Geophysical Exploration N.O.C.: Drilling NOC',\n },\n {\n code: '010310',\n description: 'Drilling and Geophysical Exploration N.O.C.: Geophysical Explor - Seismic',\n },\n {\n code: '010412',\n description: 'Dredging N.O.C.: Dredging NOC',\n },\n {\n code: '010513',\n description: 'Fence Erection N.O.C.: Fence Const & Rpr NOC',\n },\n {\n code: '010600',\n description: 'Tree care and pruning services, N.O.C.',\n },\n {\n code: '010700',\n description:\n 'Underground Utility Line Const. & Pipelaying N.O.C.: Coaxl/CDT Ugd TV Utility NOC',\n },\n {\n code: '010701',\n description: 'Underground Utility Line Const. & Pipelaying N.O.C.: Pipelaying NOC',\n },\n {\n code: '010800',\n description: 'Sewer and Septic System Construction: Ditches & Canals NOC',\n },\n {\n code: '010801',\n description: 'Sewer and Septic System Construction: Sewer Const/Septic Tank Inst',\n },\n {\n code: '010802',\n description: 'Sewer and Septic System Construction: Tanks NOC - Underground',\n },\n {\n code: '011200',\n description: 'Sand and Gravel Production Including Dealers: Comm Prod Sand/GRVL/Clay/Stone',\n },\n {\n code: '011201',\n description: 'Sand and Gravel Production Including Dealers: Humus/Peat Digging',\n },\n {\n code: '011202',\n description: 'Sand and Gravel Production Including Dealers: Pit/Crush/Bunk Oper-Rd Const',\n },\n {\n code: '011203',\n description: 'Sand and Gravel Production Including Dealers: Sand/Gravel/Shale Digging',\n },\n {\n code: '020101',\n description: 'Bridge Bulkhead and Tunnel Construction: Bridge/OVHD Crossing Const/Rpr',\n },\n {\n code: '020104',\n description: 'Bridge Bulkhead and Tunnel Construction: Brkwtr Jetty/Levee Const/Rpr',\n },\n {\n code: '020105',\n description: 'Bridge Bulkhead and Tunnel Construction: Bulkhead Retaining Wall Const',\n },\n {\n code: '020106',\n description: 'Bridge Bulkhead and Tunnel Construction: Culvert Instal - Over 12 ft',\n },\n {\n code: '020108',\n description: 'Bridge Bulkhead and Tunnel Construction: Tunnel/Approach Const',\n },\n {\n code: '020109',\n description: 'Bridge Bulkhead and Tunnel Construction: Diking NOC',\n },\n {\n code: '020202',\n description: 'Pile Driving with Water Hazard: Pile',\n },\n {\n code: '020203',\n description: 'Pile Driving with Water Hazard: Wharf/Pier Const/Maint/Repair',\n },\n {\n code: '020204',\n description: 'Pile Driving with Water Hazard: Diving & Subaqueous Work NOC',\n },\n {\n code: '020205',\n description: 'Pile Driving with Water Hazard: Geoduck harvesting by divers',\n },\n {\n code: '020206',\n description: 'Pile construction: Drilled method',\n },\n {\n code: '021000',\n description: 'Asphalt Paving - Streets and Roads: Asphalt Paving - Roadways',\n },\n {\n code: '021200',\n description: 'Asphalt Paving N.O.C.: Asphalt Paving NOC',\n },\n {\n code: '021400',\n description: 'Concrete Work - Streets and Roads: Concrete Paving - Roadways',\n },\n {\n code: '021401',\n description: 'Concrete Work - Streets and Roads: Concr Curb/Sidewalk - Roadways',\n },\n {\n code: '021402',\n description: 'Concrete Work - Streets and Roads: Median/Retaining Walls - Roadways',\n },\n {\n code: '021403',\n description: 'Concrete Work - Streets and Roads: Concr Saw/Drill/Cut - Roadways',\n },\n {\n code: '021700',\n description: 'Concrete Work - Foundations and Sidewalks: Concrete Flatwork NOC',\n },\n {\n code: '021701',\n description: 'Concrete Work - Foundations and Sidewalks: Concr Found/Flatwork-Wood Bldg',\n },\n {\n code: '021702',\n description: 'Concrete Work - Foundations and Sidewalks: Concrete Saw/Drill/Cut NOC',\n },\n {\n code: '021900',\n description:\n 'Guardrails Street Signs and Traffic Lights Installation: Highway Light/Sign Inst NOC',\n },\n {\n code: '021901',\n description:\n 'Guardrails Street Signs and Traffic Lights Installation: Road/Park Lot Striping NOC',\n },\n {\n code: '030104',\n description: 'Landscape Construction and Renovation: Lawn-Type Sprinkler Sysm Instl',\n },\n {\n code: '030106',\n description: 'Landscape Construction and Renovation: Agricult Irrigation Sys Instal',\n },\n {\n code: '030108',\n description: 'Landscape Construction and Renovation: Landscape Const Operations NOC',\n },\n {\n code: '030201',\n description: 'Masonry Construction: Brick/Slate/Masonry NOC',\n },\n {\n code: '030202',\n description: 'Masonry Construction: Masonry NOC Chim/Fire Pl Const',\n },\n {\n code: '030300',\n description: 'Plastering Stuccoing and Lathing: Buildings: Plaster/Stucco Work NOC',\n },\n {\n code: '030600',\n description: 'Plumbing: Plumbing NOC Sewer Pipe Clng',\n },\n {\n code: '030602',\n description: 'Plumbing: Sprinkler Installation Auto',\n },\n {\n code: '030603',\n description: 'Plumbing: Steam Pipe/Boiler Cover/Instal',\n },\n {\n code: '030604',\n description: 'Plumbing: Boilers NOC Instal/Svc/Repair',\n },\n {\n code: '030605',\n description: 'Plumbing: Pump Installation, Service or Repair',\n },\n {\n code: '030606',\n description: 'Plumbing: Water Treatment Systems',\n },\n {\n code: '030607',\n description: 'Plumbing: Hot Water Heater-Inst/Svc/Rep',\n },\n {\n code: '030701',\n description: 'HVAC Systems Installation Service and Repair: Heating Syst Instal/Svc/Repair',\n },\n {\n code: '030704',\n description: 'HVAC Systems Installation Service and Repair: Vent/Air Cd/Refrig Syst Instal',\n },\n {\n code: '030705',\n description: 'HVAC Systems Installation Service and Repair: Wood Stove Install Excl Masnry',\n },\n {\n code: '030800',\n description: 'Lawn Care Maintenance: Chem Spraying/Fumigating',\n },\n {\n code: '030801',\n description: 'Lawn Care Maintenance: Lawn Care Maintenance',\n },\n {\n code: '040300',\n description: 'Sign Erection: Sign Erect/Paint/Repair/Remove',\n },\n {\n code: '040310',\n description: 'Sign Erection: Sign Paint/Letter Outside Bldg',\n },\n {\n code: '050204',\n description: 'Floor Covering Installation: Floor & Counter Covrng Install',\n },\n {\n code: '050299',\n description: 'Floor Covering Installation: Flooring - No Employees',\n },\n {\n code: '050406',\n description: 'Painting: Building and Structures - Exterior Work: Waterproofing NOC',\n },\n {\n code: '050418',\n description: 'Painting: Building and Structures - Exterior Work: Presr Wash/Sandbl Bldg/Struct',\n },\n {\n code: '050420',\n description: 'Painting: Building and Structures - Exterior Work: Lead Abatement NOC',\n },\n {\n code: '050421',\n description: 'Painting: Building and Structures - Exterior Work: Painting-Ext. Bldg/Struct NOC',\n },\n {\n code: '050705',\n description: 'Roofing Work - Construction and Repair: Roof Const or Repair-All Types',\n },\n {\n code: '050799',\n description: 'Roofing Work - Construction and Repair: Roof Const - No Employees',\n },\n {\n code: '050800',\n description:\n 'Structural Steel Erection - Towers Tanks and Cranes: Radio/TV Tower/Towers NOC Erec',\n },\n {\n code: '050801',\n description:\n 'Structural Steel Erection - Towers Tanks and Cranes: Smokestack Construction/Repair',\n },\n {\n code: '050802',\n description:\n 'Structural Steel Erection - Towers Tanks and Cranes: Windmill/Silo Erect/Maint/Rpr',\n },\n {\n code: '050803',\n description: 'Structural Steel Erection - Towers Tanks and Cranes: Oil Still/Refinery Const',\n },\n {\n code: '050804',\n description:\n 'Structural Steel Erection - Towers Tanks and Cranes: Blast Furnace & Metal Burner',\n },\n {\n code: '050808',\n description: 'Structural Steel Erection - Towers Tanks and Cranes: Elevated Railway/Tram Const',\n },\n {\n code: '050809',\n description: 'Structural Steel Erection - Towers Tanks and Cranes: Exterior Tanks Erect NOC',\n },\n {\n code: '050811',\n description: 'Structural Steel Erection - Towers Tanks and Cranes: Crane/Derrick Installation',\n },\n {\n code: '050812',\n description:\n 'Structural Steel Erection - Towers Tanks and Cranes: Water Cooling Towers Erection',\n },\n {\n code: '050900',\n description:\n 'Overhead Power and Transmission Lines Construction: OVHD Phone/Telegraph Lns Erect',\n },\n {\n code: '050901',\n description: 'Overhead Power and Transmission Lines Construction: OVHD Television Lines Erect',\n },\n {\n code: '050902',\n description: 'Overhead Power and Transmission Lines Construction: OVHD Elec Trans Lines Erect',\n },\n {\n code: '050903',\n description: 'Overhead Power and Transmission Lines Construction: OVHD Trans Lines Erect NOC',\n },\n {\n code: '051000',\n description: 'Wood Frame Building Construction: Wood Frame Bldg Construction',\n },\n {\n code: '051099',\n description: 'Construction contractor: No employees',\n },\n {\n code: '051100',\n description: 'Glass Installation: Buildings: Glass Installation In Bldgs',\n },\n {\n code: '051200',\n description:\n 'Insulation Installation and Asbestos Abatement Work: Insulation/Sound Proofing Inst',\n },\n {\n code: '051201',\n description:\n 'Insulation Installation and Asbestos Abatement Work: Asbestos Abatement - All Oper',\n },\n {\n code: '051300',\n description: 'Interior Finish Carpentry: Interior Finish Carpentry',\n },\n {\n code: '051400',\n description: 'Garage Door Installation: Garage/OVHD Door Installation',\n },\n {\n code: '051401',\n description: 'Garage Door Installation: Awning/Fire Escape Inst/Rpr',\n },\n {\n code: '051600',\n description: 'Carpentry N.O.C.: Bldg Repair/Carpentry NOC',\n },\n {\n code: '051601',\n description: 'Carpentry N.O.C.: Wood Playground Equip Install',\n },\n {\n code: '051602',\n description: 'Building repair, remodeling and carpentry, N.O.C.',\n },\n {\n code: '051700',\n description:\n 'Factory Built Home Set-Up By Contractor/Manufacturer: Mobile Home Set Up-Contractor',\n },\n {\n code: '051701',\n description:\n 'Factory Built Home Set-Up By Contractor/Manufacturer: Bldg Raising Moving & Undrpin',\n },\n {\n code: '051800',\n description: 'Non Wood Frame Building Construction: Building/Concrete Const NOC',\n },\n {\n code: '051801',\n description: 'Non Wood Frame Building Construction: Metal Carport Construction',\n },\n {\n code: '051802',\n description: 'Non Wood Frame Building Construction: Metal Ser Station Canopy Const',\n },\n {\n code: '051803',\n description: 'Non Wood Frame Building Construction: Building Wrecking/Demolition',\n },\n {\n code: '051900',\n description:\n 'Sheet Metal Siding Gutters and Downspout Installation: Sheet metal work in building construction N.O.C.',\n },\n {\n code: '052100',\n description: 'Painting: Buildings - Interior Work: Painting-Int Bldg Incl Wallp',\n },\n {\n code: '054000',\n description: 'Wallboard Installation - Discounted Rate: Drywall Install (Disc/Sq Ft)',\n },\n {\n code: '054100',\n description: 'Wallboard Taping - Discounted Rate: Drywall Taping (Disc/Sq Ft)',\n },\n {\n code: '055000',\n description:\n 'Wallboard installation, including scrapping: Nondiscounted rate (to be assigned only by the drywall underwriter)',\n },\n {\n code: '055099',\n description: 'Wallboard Installation - Undiscounted Rate: Drywall - No Employees',\n },\n {\n code: '055100',\n description: 'Wallboard Taping - Undiscounted Rate: Drywall Taping (Undisc/Sq Ft)',\n },\n {\n code: '060100',\n description: 'Electrical Wiring: Buildings and Structures: Elect Wire In Bldgs/Floodlight',\n },\n {\n code: '060107',\n description: 'Electrical Wiring: Buildings and Structures: Elec Mach/Aux Apparatus Instal',\n },\n {\n code: '060108',\n description: 'Electrical Wiring: Buildings and Structures: Temp Flood/Srchlt Oper On Trk',\n },\n {\n code: '060115',\n description: 'Electrical Wiring: Buildings and Structures: TV Cable Instl In Bldg by Cont',\n },\n {\n code: '060203',\n description: 'Elevator Installation Service and Repair: Elevator Install/Serv/Rpr',\n },\n {\n code: '060300',\n description: 'Machinery Installation Service and Repair: Machinery Instal Milrit Wk NOC',\n },\n {\n code: '060305',\n description: 'Machinery Installation Service and Repair: Dynamos Instal/Service/Repair',\n },\n {\n code: '060307',\n description: 'Machinery Installation Service and Repair: Plant Maintenance by Contrctor',\n },\n {\n code: '060308',\n description: 'Machinery Installation Service and Repair: Metal Playground Equip Install',\n },\n {\n code: '060309',\n description: 'Machinery Installation Service and Repair: Commercial Equipment Install.',\n },\n {\n code: '060404',\n description: 'Scrap Metal Dealers and Processors: Metal Scrap Dealers/Processors',\n },\n {\n code: '060601',\n description: 'Vending Machine Installation Service and Repair: Vending Machine Operation',\n },\n {\n code: '060602',\n description: 'Vending Machine Installation Service and Repair: Fire Extinguisher Sales & Srvc',\n },\n {\n code: '060603',\n description: 'Vending Machine Installation Service and Repair: Money Collection Serv:Coin Op',\n },\n {\n code: '060612',\n description: 'Vending Machine Installation Service and Repair: Amusement Device Install/Maint',\n },\n {\n code: '060711',\n description:\n 'Household Appliance Installation Service and Repair: Household Appliances Instl/Svc',\n },\n {\n code: '060716',\n description: 'Household Appliance Installation Service and Repair: TV Antenna Install & Rpr',\n },\n {\n code: '060717',\n description: 'Household Appliance Installation Service and Repair: Safe/Vault/Deadbolt Install',\n },\n {\n code: '060718',\n description:\n 'Household Appliance Installation Service and Repair: Blinds/Curtains/Drapes Install',\n },\n {\n code: '060719',\n description: 'Household Appliance Installation Service and Repair: Display Service for Stores',\n },\n {\n code: '060721',\n description:\n 'Household Appliance Installation Service and Repair: Meat Slicer/Grinder Instal/Svc',\n },\n {\n code: '060722',\n description: 'Household Appliance Installation Service and Repair: Rubber Dock Bumper Install',\n },\n {\n code: '060723',\n description:\n 'Household Appliance Installation Service and Repair: Car Stereo/Radio/Phone Install',\n },\n {\n code: '060801',\n description:\n 'Telephone and Electrical Alarm System Installation: Elec Alarm Sys Install/Svc/Rpr',\n },\n {\n code: '060802',\n description:\n 'Telephone and Electrical Alarm System Installation: Intercom/Audio Bx Inst/Svc/Rpr',\n },\n {\n code: '060804',\n description:\n 'Telephone and Electrical Alarm System Installation: Telephone Svc Prewire by Contr',\n },\n {\n code: '070100',\n description: 'Dam Construction: Dam Const - All Opr',\n },\n {\n code: '080300',\n description: 'Cities - All Other Employees N.O.C.: Cities & Towns All Operations',\n },\n {\n code: '090100',\n description: 'Shipbuilding or Repair N.O.C.: Ship-Building/Repair NOC',\n },\n {\n code: '100200',\n description: 'Sawmills and Automated Shake and Shingle Mills: Sawmills - Oper/Maint',\n },\n {\n code: '100208',\n description:\n 'Sawmills and Automated Shake and Shingle Mills: Shake and shingle mills automated process (to be assigned by classification underwriter)',\n },\n {\n code: '100303',\n description:\n 'Pole Yards and Log Home Manufacturing: Creosote works; pile and pole treating, dry kiln operations, pole yards, masts and spars yards and log home manufacturing',\n },\n {\n code: '100400',\n description: 'Log Storage or Sorting Yards: Log Storage & Sorting Yards',\n },\n {\n code: '100502',\n description: 'Shake and Shingle Mills - Non-Automated: Shake and/or Shingle Mills',\n },\n {\n code: '100600',\n description: 'Land surveying services, N.O.C.',\n },\n {\n code: '100708',\n description: 'Grading Inspection Bureaus/Forestry Services N.O.C.: Geophysical Exploration NOC',\n },\n {\n code: '100709',\n description:\n 'Grading Inspection Bureaus/Forestry Services N.O.C.: Pipeline Inspecting-Radiograph',\n },\n {\n code: '100715',\n description:\n 'Grading Inspection Bureaus/Forestry Services N.O.C.: Inspection & Grading Bureaus',\n },\n {\n code: '100716',\n description: 'Grading Inspection Bureaus/Forestry Services N.O.C.: Foresters',\n },\n {\n code: '100718',\n description: 'Grading Inspection Bureaus/Forestry Services N.O.C.: Scientific Tree Studies',\n },\n {\n code: '100719',\n description: 'Grading Inspection Bureaus/Forestry Services N.O.C.: Timber Cruisers',\n },\n {\n code: '100720',\n description: 'Grading Inspection Bureaus/Forestry Services N.O.C.: Tree Auditing',\n },\n {\n code: '100721',\n description:\n 'Grading Inspection Bureaus/Forestry Services N.O.C.: Environmental Surveyor Service',\n },\n {\n code: '110104',\n description: 'Parcel and Package Delivery Service: Automobile Delivery/Repossess',\n },\n {\n code: '110106',\n description: 'Parcel and Package Delivery Service: Delivery by Whsl/Retail Distr',\n },\n {\n code: '110109',\n description: 'Parcel and Package Delivery Service: Parcel Delivery Co-No Bulk Mer',\n },\n {\n code: '110114',\n description: 'Parcel and Package Delivery Service: Delivery of Magazines & Books',\n },\n {\n code: '110117',\n description: 'Parcel and Package Delivery Service: Driver Delivery Sales NOC',\n },\n {\n code: '110119',\n description: 'Parcel and Package Delivery Service: Route Food Services',\n },\n {\n code: '110120',\n description: 'Parcel and Package Delivery Service: Computer Tape/Acct Rec Del Svc',\n },\n {\n code: '110121',\n description: 'Parcel and Package Delivery Service: Delivery Service',\n },\n {\n code: '110202',\n description: 'Trucking N.O.C.: Trucking: Interstate',\n },\n {\n code: '110203',\n description: 'Trucking N.O.C.: Trucking: Intrastate',\n },\n {\n code: '110204',\n description: 'Trucking N.O.C.: Trucking: Combined Inter/Intra',\n },\n {\n code: '110300',\n description: 'Solid Fuel Topsoil Firewood and Pallet Dealers: Coal & Solid Fuel Yards',\n },\n {\n code: '110302',\n description: 'Solid Fuel Topsoil Firewood and Pallet Dealers: Firewood Dlrs Yard Operations',\n },\n {\n code: '110304',\n description: 'Solid Fuel Topsoil Firewood and Pallet Dealers: Composting',\n },\n {\n code: '110306',\n description: 'Solid Fuel Topsoil Firewood and Pallet Dealers: Top Soil/Beauty Bark Dlrs NOC',\n },\n {\n code: '110400',\n description: 'Auto Wrecking: Auto/Truck Wrecking',\n },\n {\n code: '110500',\n description: 'Septic Tank Pumping and Street Sweeping Services: Septic Tank Pumping',\n },\n {\n code: '110501',\n description: 'Septic Tank Pumping and Street Sweeping Services: Str/Prk Lot Sweep & Pt Toil Sv',\n },\n {\n code: '110502',\n description: 'Septic Tank Pumping and Street Sweeping Services: Vacuum Truck Service',\n },\n {\n code: '110600',\n description: 'Tool Rental Stores: Rental Stores NOC',\n },\n {\n code: '110802',\n description: 'Glass Merchants: Glass Tempering',\n },\n {\n code: '110803',\n description: 'Glass Merchants: Glass Merchants-Flat or Sheet',\n },\n {\n code: '110804',\n description: 'Glass Merchants: Auto Glass Merchants',\n },\n {\n code: '110805',\n description: 'Glass Merchants: Combined Auto/Flat Glass Merch',\n },\n {\n code: '110806',\n description: 'Glass Merchants: Glass: Cut/Etch/Bevel/Grind',\n },\n {\n code: '110900',\n description: 'Auto Towing Services: Auto/Truck Towing Company NOC',\n },\n {\n code: '130100',\n description: 'Electric Power Plants: Electric Light & Powerplants',\n },\n {\n code: '130101',\n description: 'Electric Power Plants: Electric Light & Power Coops',\n },\n {\n code: '130102',\n description: 'Electric Power Plants: Elec Light & Power Cos & Puds',\n },\n {\n code: '130105',\n description: 'Electric Power Plants: Steam Heat/Power Plant Operatn',\n },\n {\n code: '130300',\n description: 'Telephone Companies - All Other Employees N.O.C.: Telephone Cos All Other Emplys',\n },\n {\n code: '130301',\n description: 'Telephone Companies - All Other Employees N.O.C.: Telegraph Cos All Other Emplys',\n },\n {\n code: '130400',\n description: 'Telephone Companies - Office and Admin. Staff: Telephone Cos Adm Incl Cl/Sale',\n },\n {\n code: '130401',\n description: 'Telephone Companies - Office and Admin. Staff: Telegraph Cos Adm Incl Cl/Sale',\n },\n {\n code: '130500',\n description: 'TV Cable Companies - All Other Employees N.O.C.: TV Cable Cos Operation',\n },\n {\n code: '140101',\n description: 'Taxi Cab Companies: Taxi-Flat rate/driver',\n },\n {\n code: '140102',\n description: 'Taxi Cab Companies: Taxi-Flat rate/vehicle',\n },\n {\n code: '140103',\n description: 'Taxi Cab Companies: Taxi-Actual hours',\n },\n {\n code: '140104',\n description: 'Taxi Cab Companies: Pedicab & horse-drawn carriage co.',\n },\n {\n code: '140406',\n description: 'Cabulance and Paratransit: Vessels/Ferries NOC',\n },\n {\n code: '140407',\n description: 'Cabulance and Paratransit: Train Rides',\n },\n {\n code: '140411',\n description: 'Cabulance and Paratransit: Escort & Pilot Cars',\n },\n {\n code: '140412',\n description: 'Cabulance and Paratransit: Cabulance & Paratransit',\n },\n {\n code: '140500',\n description: 'Ambulance Service: Ambulance Services',\n },\n {\n code: '140700',\n description: 'Bus Companies - Private: Bus Companies - Private',\n },\n {\n code: '150100',\n description:\n 'County and Tribal Councils-All Other Employees N.O.C.: County/Tax Dist NOC Othr Empls',\n },\n {\n code: '150101',\n description:\n 'County and Tribal Councils-All Other Employees N.O.C.: Housing Auth All Other Emplys',\n },\n {\n code: '150108',\n description:\n 'County and Tribal Councils-All Other Employees N.O.C.: Ind Trbl Concl All Othr Emplys',\n },\n {\n code: '150109',\n description: 'County and Tribal Councils-All Other Employees N.O.C.: Military Base Maintenance',\n },\n {\n code: '150120',\n description:\n 'County and Tribal Councils-All Other Employees N.O.C.: Comm Act Org - All Other/NOC',\n },\n {\n code: '150701',\n description: 'Waterworks Operations Repair and Maintenance: Irrigation Ditches - Operation',\n },\n {\n code: '150702',\n description: 'Waterworks Operations Repair and Maintenance: Water Works Opn Inc Meter Redr',\n },\n {\n code: '170102',\n description: 'Ore Reduction: Ore Reduction',\n },\n {\n code: '170201',\n description: 'Underground Mines: Mines NOC Udrgrnd All Opns',\n },\n {\n code: '170301',\n description: 'Surface Mines: Open Cut Mining All Types',\n },\n {\n code: '170402',\n description: 'Quarries: Quarries NOC Incl Crushing',\n },\n {\n code: '180101',\n description: 'Lead Smelting Rolling Mills and Metal Recovery: Smelt/Sinter/Refine Lead',\n },\n {\n code: '180103',\n description: 'Lead Smelting Rolling Mills and Metal Recovery: Rolling Mills Steel/Iron',\n },\n {\n code: '180108',\n description: 'Lead Smelting Rolling Mills and Metal Recovery: Smelt/Sinter/Refine Ores NOC',\n },\n {\n code: '180109',\n description: 'Lead Smelting Rolling Mills and Metal Recovery: Recover/Refine/Reproc Metals',\n },\n {\n code: '180200',\n description: 'Aluminum Smelting: Aluminum Smelting',\n },\n {\n code: '200213',\n description: 'Freight Handling Services: Freight Handling NOC',\n },\n {\n code: '200231',\n description: 'Freight Handling Services: Refrig Car Load/Unload/Icing',\n },\n {\n code: '200421',\n description: 'Iron and Steel Merchants: Iron/Steel Merchants-Not Scrap',\n },\n {\n code: '200702',\n description: 'Grain Bean and Pea Elevators or Warehouses: Grain Elevator/Warehouse',\n },\n {\n code: '200703',\n description: 'Grain Bean and Pea Elevators or Warehouses: Bean/Pea Elevator or Warehouse',\n },\n {\n code: '200801',\n description: 'Field Bonded Warehouses: Warehouse-Fld Bond Incl Cl',\n },\n {\n code: '200900',\n description: 'Lumber Yards and Building Material Dealers: Bldg.Material Dlrs/Lumber Yard',\n },\n {\n code: '200901',\n description: 'Lumber Yards and Building Material Dealers: Electrical Supply Dealers',\n },\n {\n code: '200902',\n description: 'Lumber Yards and Building Material Dealers: Farm Supply Stores',\n },\n {\n code: '200903',\n description: 'Lumber Yards and Building Material Dealers: Hardware Store W/Bldg Material',\n },\n {\n code: '200904',\n description: 'Lumber Yards and Building Material Dealers: Pump Plumbing Pipe Dealers',\n },\n {\n code: '200905',\n description: 'Lumber Yards and Building Material Dealers: Warehouse Centers',\n },\n {\n code: '200906',\n description: 'Lumber Yards and Building Material Dealers: Hvac Supply Dealers',\n },\n {\n code: '210100',\n description: 'Grain Feed and Flour Mills: Grain & Feed Mills & Feed Mfg',\n },\n {\n code: '210101',\n description: 'Grain Feed and Flour Mills: Hay Grain or Feed Dealers',\n },\n {\n code: '210102',\n description: 'Grain Feed and Flour Mills: Seed Merchants & Grain Drying',\n },\n {\n code: '210105',\n description: 'Grain Feed and Flour Mills: Hop Pellet Manufacturing',\n },\n {\n code: '210200',\n description: 'Warehouses N.O.C. Grocery Dist & Recycle Centers: Warehouse-General Merchandise',\n },\n {\n code: '210204',\n description: 'Warehouses N.O.C. Grocery Dist & Recycle Centers: Coll/Rec Sta/Dlr for Recyl Mat',\n },\n {\n code: '210211',\n description: 'Warehouses N.O.C. Grocery Dist & Recycle Centers: Groc/Fruit/Prod Dist-Whsl/Retl',\n },\n {\n code: '210228',\n description: 'Warehouses N.O.C. Grocery Dist & Recycle Centers: Wool/Cotton Merchants',\n },\n {\n code: '210300',\n description: 'Fulfillment Centers',\n },\n {\n code: '210401',\n description: 'Fruit & Vegetable Packing - Fresh: Vegetable Packing - Fresh',\n },\n {\n code: '210402',\n description: 'Fruit & Vegetable Packing - Fresh: Fruit Packing - Fresh',\n },\n {\n code: '210500',\n description: 'Beer Wine and Soft Drink Distributors: Comb Ber/Ale/Win/Sft Dnk Dist',\n },\n {\n code: '210501',\n description: 'Beer Wine and Soft Drink Distributors: Beer/Ale/Wine Dist - All Oper',\n },\n {\n code: '210502',\n description: 'Beer Wine and Soft Drink Distributors: Soft Drink Dist-All Oper',\n },\n {\n code: '210600',\n description: 'Fertilizer Dealer: Fertilizer Dealer/Mfg/Delivery',\n },\n {\n code: '210601',\n description: 'Fertilizer Dealer: Explosive Powder & Chemical Dealers',\n },\n {\n code: '220101',\n description: 'Laundry & Dry Cleaning Services: Laundry or Dry Cleaning',\n },\n {\n code: '220203',\n description: 'Carpet Cleaning: Carpet/Rug/Uph Cleaning',\n },\n {\n code: '220300',\n description: 'Laundries - Commercial: Laundries-Commrcial/Industrial',\n },\n {\n code: '220400',\n description: 'Laundries - Coin Operated: Laundry/Dry Clean-Coin Oper',\n },\n {\n code: '240100',\n description: 'Pulp and Paper Goods Manufacturing N.O.C.: Paper or Pulp Mfg',\n },\n {\n code: '240103',\n description: 'Pulp and Paper Goods Manufacturing N.O.C.: Corrugated/Fiber Bd Contnr Mfg',\n },\n {\n code: '240104',\n description: 'Pulp and Paper Goods Manufacturing N.O.C.: Paper Coating/Corrugating',\n },\n {\n code: '240108',\n description: 'Pulp and Paper Goods Manufacturing N.O.C.: Paper Goods Mfg NOC',\n },\n {\n code: '290300',\n description:\n 'Wood Products Manufacturing N.O.C.: Manufacturing wood chips, hog fuel, bark, bark flour, fire logs or laths',\n },\n {\n code: '290308',\n description:\n 'Wood Products Manufacturing N.O.C.: Manufacturing and assembly of wood doors, jambs, windows, sashes, stairs, molding or other miscellaneous millwork',\n },\n {\n code: '290310',\n description:\n 'Wood Products Manufacturing N.O.C.: Manufacturing, assembly, or repair of wood containers or pallets; wood pallet dealer or recycle operations: Including repairs of pallets',\n },\n {\n code: '290312',\n description:\n 'Wood Products Manufacturing N.O.C.: Manufacturing or assembly of wood products not otherwise classified (N.O.C.)',\n },\n {\n code: '290320',\n description: 'Wood Products Manufacturing N.O.C.: Sign Manufacturing - Wood',\n },\n {\n code: '290321',\n description: 'Wood Products Manufacturing N.O.C.: Truss Manufacturing - Wood',\n },\n {\n code: '290327',\n description: 'Wood Products Manufacturing N.O.C.: Ridge Cap and/or Shim Mfg.',\n },\n {\n code: '290328',\n description: 'Wood Products Manufacturing N.O.C.: Wood Boat Mfg/Repair',\n },\n {\n code: '290400',\n description: 'Plywood and Veneer Manufacturing: Veneer-Commercial Production',\n },\n {\n code: '290401',\n description: 'Plywood and Veneer Manufacturing: Plywood Manufacturing',\n },\n {\n code: '290500',\n description: 'Furniture and Casket Manufacturing - Wood: Furn/Casket Mfg Wood/Refinish',\n },\n {\n code: '290601',\n description: 'Pattern or Model Manufacturing; Wood Instrument Mfg.: Pattern or Model Mfg',\n },\n {\n code: '290614',\n description:\n 'Pattern or Model Manufacturing; Wood Instrument Mfg.: Piano/Musical Instrument Mfg',\n },\n {\n code: '290700',\n description: 'Cabinet and Countertop Manufacturing - Wood: Cabinet/Countertop/Fixture Mfg',\n },\n {\n code: '290800',\n description: 'Factory Built Housing Manufacturing: Factory Built Housing',\n },\n {\n code: '290802',\n description: 'Factory Built Housing Manufacturing: Cmpr/Trvl Trlr Factry Blt-Shop',\n },\n {\n code: '290803',\n description: 'Factory Built Housing Manufacturing: Truck Canopy Mfg - Shop Only',\n },\n {\n code: '290900',\n description: 'Woodenware Products Manufacturing: Woodenware:Hshld/Sprtng Gd Mfg',\n },\n {\n code: '310105',\n description: 'Redi-Mix Concrete Dealers: Ready Mix Concrete Dealers',\n },\n {\n code: '310204',\n description: 'Rock Wool Insulation Manufacturing: Stone wool insulation: Manufacturing',\n },\n {\n code: '310301',\n description: 'Cement Manufacturing: Cement/Lime Manufacturing',\n },\n {\n code: '310302',\n description: 'Cement Manufacturing: Bldg/Insulation Material Mfg',\n },\n {\n code: '310408',\n description: 'Stone Cutting and Monument Dealers: Plaster Mills/Whiting Mfg',\n },\n {\n code: '310452',\n description: 'Stone Cutting and Monument Dealers: Asbestos Prod/Mica Goods Mfg',\n },\n {\n code: '310453',\n description: 'Stone Cutting and Monument Dealers: Soapstone/Soapstone Prods Mfg',\n },\n {\n code: '310455',\n description: 'Stone Cutting and Monument Dealers: Plasterboard/Plaster Block Mfg',\n },\n {\n code: '310457',\n description: 'Stone Cutting and Monument Dealers: Coating of Bldg Mat NOC - Shop',\n },\n {\n code: '310458',\n description: 'Stone Cutting and Monument Dealers: Monument Dealers/Stone Cutting',\n },\n {\n code: '310506',\n description: 'Concrete Products Manufacturing: Concrete Blk/Brick/Tile Mfg',\n },\n {\n code: '310507',\n description: 'Concrete Products Manufacturing: Concrete Sewer/Irrig Pipe Mfg',\n },\n {\n code: '330307',\n description: 'Meat Fish and Poultry Dealers - Retail: Fish Dealers-Retail',\n },\n {\n code: '330308',\n description: 'Meat Fish and Poultry Dealers - Retail: Meat/Poultry Dealers-Retail',\n },\n {\n code: '330400',\n description: 'Meat Fish and Poultry Dealers - Wholesale: Fish Processors-Wholesale',\n },\n {\n code: '330401',\n description: 'Meat Fish and Poultry Dealers - Wholesale: Meat-Poultry Dealers/Whlse/Ret',\n },\n {\n code: '330902',\n description: 'Motorcycle Dealers: Golf Cars Sales/Rntl Agencies',\n },\n {\n code: '330903',\n description: 'Motorcycle Dealers: Motorcycle Sales/Rntl Agencies',\n },\n {\n code: '340201',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Printing/Bookbinding Mach Mfg',\n },\n {\n code: '340202',\n description:\n 'Machine Shops and Machinery Mfg. N.O.C.: Pump, safe, scale, auto jack, water meter, air compressor and elevator: Manufacturing or assembly',\n },\n {\n code: '340203',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Shoe/Textile Machine Mfg',\n },\n {\n code: '340204',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Confection/Food Proc Mach Mfg',\n },\n {\n code: '340205',\n description:\n 'Machine shops, N.O.C., job shops, tool sharpening, mobile welding shops, storage battery manufacturing, assembly or repair, multimedia blasting, die casting, and heat treating metal',\n },\n {\n code: '340206',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Power Saw/Lawn Eqmt/Sm Mtr Rpr',\n },\n {\n code: '340207',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Gear Manufacturing or Grinding',\n },\n {\n code: '340208',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Elevator Manufacturing',\n },\n {\n code: '340211',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Metal Good Mfg & Machine Svs',\n },\n {\n code: '340212',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Multi Media Blasting In Shop',\n },\n {\n code: '340214',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Furnace/Heater/Radiator Mfg',\n },\n {\n code: '340216',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Die Casting Manufacturing',\n },\n {\n code: '340226',\n description:\n 'Machine Shops and Machinery Mfg. N.O.C.: Saw blade and abrasive wheel: Manufacturing, assembly, or sharpening',\n },\n {\n code: '340228',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Heat Treating Metal',\n },\n {\n code: '340229',\n description:\n 'Nut, bolt, screw, nail, tack, rivet, eyelet spike, needle, bedspring, wire mattress, N.O.C.: Manufacturing; sprinkler head, speedometer, carburetor: Manufacturing or assembly',\n },\n {\n code: '340232',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Abrasive Wheel Mfg',\n },\n {\n code: '340240',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Welding or Cutting NOC',\n },\n {\n code: '340248',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Auto/Truck Radiatr/Htr Mfg/Rpr',\n },\n {\n code: '340260',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Office Mach/Cash Register Mfg',\n },\n {\n code: '340261',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Small Arms Mfg/Assembly',\n },\n {\n code: '340274',\n description:\n 'Machine Shops and Machinery Mfg. N.O.C.: Tool: Manufacturing, not hot forming or stamping; machine finishing tools, die: Manufacturing ferrous',\n },\n {\n code: '340277',\n description:\n 'Machine Shops and Machinery Mfg. N.O.C.: Auto, truck, semi-trailer and bus body: Manufacturing; travel trailer body: Manufacturing or repair; automobile or motorcycle: Manufacturing or assembly',\n },\n {\n code: '340283',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Tool Mfg/Machine Finishing',\n },\n {\n code: '340285',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Auto/Truck Parts Machng/Rebld',\n },\n {\n code: '340286',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Auto/Truck/Aircraft Engine Mfg',\n },\n {\n code: '340291',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Bed Springs/Wire Mattress Mfg',\n },\n {\n code: '340293',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Valve Mfg',\n },\n {\n code: '340294',\n description:\n 'Precision machined parts, N.O.C.: Manufacturing, gear: Manufacturing or grinding, small arms and ammunition: Manufacturing, assembly or rebuild, valve: Manufacturing',\n },\n {\n code: '340295',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Battery Mfg',\n },\n {\n code: '340296',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Auto or Motorcycle Mfg',\n },\n {\n code: '340298',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Machinery Mfg/Assembly NOC',\n },\n {\n code: '340299',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Photo Processing Machine Mfg',\n },\n {\n code: '340300',\n description: 'Aircraft Manufacturing: Aircraft Mfg',\n },\n {\n code: '340401',\n description: 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Can Mfg',\n },\n {\n code: '340402',\n description: 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Galvanized Iron Works Mfg',\n },\n {\n code: '340403',\n description: 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Hardware Mfg NOC',\n },\n {\n code: '340404',\n description: 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Metal Stamping Incl Platng/Pol',\n },\n {\n code: '340406',\n description: 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Sign Mfg Metal - No Install',\n },\n {\n code: '340407',\n description: 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Metal Goods Mfg NOC/Undr 9 Ga',\n },\n {\n code: '340412',\n description: 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Aluminum Ware Mfg - Sheet Alum',\n },\n {\n code: '340418',\n description: 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Casket Manufacturing Metal',\n },\n {\n code: '340419',\n description: 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Awning Mfg-Metal-No Install',\n },\n {\n code: '340420',\n description:\n 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Metal furniture, shower door, showcases, coffin/casket: Manufacturing or assembly',\n },\n {\n code: '340421',\n description: 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Stove or Water Heater: Mfg.',\n },\n {\n code: '340424',\n description: 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Electric/Gas Light Fixture Mfg',\n },\n {\n code: '340425',\n description: 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Brass/Copper Goods Mfg',\n },\n {\n code: '340426',\n description:\n 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Aluminum window, sash, door and metal awnings: Manufacturing or assembly',\n },\n {\n code: '340427',\n description: 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Auto Parts Mfg/Misc Stampd Pts',\n },\n {\n code: '340429',\n description: 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Ski/Toboggan Mfg - Metal',\n },\n {\n code: '340502',\n description: 'Aircraft Parts Manufacturing N.O.C.: Precision Mach Parts Mfg NOC',\n },\n {\n code: '340600',\n description: 'Gas Stations-Full Service Car Washes and Detailers: Auto/Truck Service Stations',\n },\n {\n code: '340601',\n description: 'Gas Stations-Full Service Car Washes and Detailers: Auto/Truck Storage Garages',\n },\n {\n code: '340604',\n description:\n 'Gas Stations-Full Service Car Washes and Detailers: Auto/Truck Detailing by Cntrct',\n },\n {\n code: '340605',\n description: 'Gas Stations-Full Service Car Washes and Detailers: Auto or Truck Car Washes',\n },\n {\n code: '340700',\n description: 'Gas or Oil Dealers: Oil/Gas Dealers Whlsl/Retail',\n },\n {\n code: '340701',\n description: 'Gas or Oil Dealers: Asphalt/Bitumen Dealers',\n },\n {\n code: '340702',\n description: 'Gas or Oil Dealers: Processing Waste Oils Etc.',\n },\n {\n code: '340703',\n description: 'Gas or Oil Dealers: Oil Refining-Petroleum',\n },\n {\n code: '340704',\n description: 'Gas or Oil Dealers: Asphalt/Tar Distilling/Refinng',\n },\n {\n code: '340705',\n description: 'Gas or Oil Dealers: Oil/Gas Wells Operation',\n },\n {\n code: '340707',\n description: 'Gas or Oil Dealers: Oil/Gas Wells-Cementing',\n },\n {\n code: '340712',\n description: 'Gas or Oil Dealers: Oil/Gas Pipeline Operation',\n },\n {\n code: '340717',\n description: 'Gas or Oil Dealers: Asphalt Roofing Material Mfg',\n },\n {\n code: '340718',\n description: 'Gas or Oil Dealers: Asphalt Paving Material Mfg',\n },\n {\n code: '340719',\n description: 'Gas or Oil Dealers: Dewater Process Filter',\n },\n {\n code: '340800',\n description: 'Natural Gas Companies: Natural Gas Co Incl Cl/Sls',\n },\n {\n code: '340900',\n description: 'Gas Stations-Self Service - No Groceries: Self Service Gas Stations',\n },\n {\n code: '341000',\n description: 'Convenience Grocery Store - with Self Service Gas: Convenience Groc Marts W/Gas',\n },\n {\n code: '341100',\n description: 'Automobile Dealers Rentals and Service Shops: Auto/Motor Home Dealer/Rental',\n },\n {\n code: '341101',\n description: 'Automobile Dealers Rentals and Service Shops: Auto/Pickup Truck Repair Shop',\n },\n {\n code: '341102',\n description: 'Automobile Dealers Rentals and Service Shops: Auto Service Specialty Shop',\n },\n {\n code: '341200',\n description: 'Automobile Body Repair Centers Repair: Aut/Truck Body/Fender Rpr Shop',\n },\n {\n code: '341400',\n description: 'Boat Dealers Marinas and Boat Houses: Boat Dlrs Incl Parts/Svc/Rpr',\n },\n {\n code: '341401',\n description: 'Boat Dealers Marinas and Boat Houses: Marinas/Boat House Operations',\n },\n {\n code: '341500',\n description: 'Factory Built Housing Dealers: Manufactured/Modular Home Dlrs',\n },\n {\n code: '350100',\n description: 'Brick or Clay Product Manufacturing N.O.C.: Brick/Clay Products Mfg NOC',\n },\n {\n code: '350101',\n description: 'Brick or Clay Product Manufacturing N.O.C.: Flue Lining/Roofing Tile Mfg',\n },\n {\n code: '350317',\n description: 'Pottery and Glass Product Manufacturing: Pottery/China Mfg',\n },\n {\n code: '350319',\n description: 'Pottery and Glass Product Manufacturing: Decorative Tile Mfg',\n },\n {\n code: '350320',\n description: 'Pottery and Glass Product Manufacturing: Glassware Mfg NOC',\n },\n {\n code: '350321',\n description: 'Pottery and Glass Product Manufacturing: Glass Mfg NOC',\n },\n {\n code: '350323',\n description: 'Pottery and Glass Product Manufacturing: Agate or Enamel Ware Mfg',\n },\n {\n code: '350602',\n description: 'Mobile Crane and Hoisting Services: Crane/Hoist Rigging Contrs',\n },\n {\n code: '350603',\n description: 'Mobile Crane and Hoisting Services: Concrete Pump Truck Svc',\n },\n {\n code: '350901',\n description: 'Statuary and Ornament Manufacturing: Plaster Statuary or Orna Mfg',\n },\n {\n code: '351005',\n description: 'Plastic Goods Mfg. N.O.C.: Plastics: Foam Molding',\n },\n {\n code: '351006',\n description: 'Plastic Goods Mfg. N.O.C.: Plastics: Injection Molding',\n },\n {\n code: '351007',\n description: 'Plastic Products Manufacturing: Plastics manufacture, N.O.C.',\n },\n {\n code: '351102',\n description: 'Fiberglass Products Manufacturing N.O.C.: Fiberglass Goods Mfg',\n },\n {\n code: '351202',\n description: 'Plastic - Cutting Bending and Milling: Plastic-Cut Mill or Bend',\n },\n {\n code: '351300',\n description: 'Rubber Goods Manufacturing N.O.C.: Rubber Goods Mfg NOC',\n },\n {\n code: '360201',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Tel/Radio Apparatus Mfg NOC',\n },\n {\n code: '360202',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Instrmt Mfg/Rpr-Scie/Med/Prof',\n },\n {\n code: '360203',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Sound Recordg Equip Mfg/Repair',\n },\n {\n code: '360204',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Thermometer-Steam Ga Mfg/Rpr',\n },\n {\n code: '360205',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Dental Lab',\n },\n {\n code: '360206',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Jewelry Mfg/Trophy Engraving',\n },\n {\n code: '360207',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Electronic Parts Assbly',\n },\n {\n code: '360208',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Elec Cordset/Radio Ign Assbly',\n },\n {\n code: '360209',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Watch/Watch Case Mfg',\n },\n {\n code: '360210',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Camera/Motion Pic Proj Mfg/Rpr',\n },\n {\n code: '360211',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Fishing Tackle Mfg/Assbly NOC',\n },\n {\n code: '360212',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Incandest Lamp Elect Tube Mfg',\n },\n {\n code: '360214',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Metal Music Instrument Repair',\n },\n {\n code: '360223',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Electronics Products Mfg',\n },\n {\n code: '360224',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Tag/Fastener Bottle Cap Mfg',\n },\n {\n code: '360227',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Electronic Circuit Bd Assbly',\n },\n {\n code: '360228',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Stereo Component Mfg or Assbly',\n },\n {\n code: '360310',\n description: 'Electroplating and Detinning N.O.C.: Furn Strip/Metal Plate/Polish',\n },\n {\n code: '360311',\n description: 'Electroplating and Detinning N.O.C.: Electroplating/De-Tinning NOC',\n },\n {\n code: '360312',\n description: 'Electroplating and Detinning N.O.C.: Painting In Shop NOC',\n },\n {\n code: '360416',\n description: 'Galvanizing or Tinning N.O.C.: Galvanizing or Tinning',\n },\n {\n code: '360528',\n description: 'Truck Manufacturing: Truck Mfg or Assembly',\n },\n {\n code: '370106',\n description:\n 'Chemical Mixing and Manufacturing: Chemicals, N.O.C.: Manufacturing chemical mixing, blending, and repackaging nitrate recovery from X-ray and photo films',\n },\n {\n code: '370108',\n description:\n 'Chemical Mixing and Manufacturing: Cosmetic, pharmaceutical, serum: Manufacturing',\n },\n {\n code: '370114',\n description:\n 'Chemical Mixing and Manufacturing: Extract, alcohol, perfume, manufacturing; mint, including distillation of essential oils N.O.C.',\n },\n {\n code: '370122',\n description: 'Chemical Mixing and Manufacturing: Pigment solutions or emulsion: Manufacturing',\n },\n {\n code: '370127',\n description: 'Chemical Mixing and Manufacturing: Haz/Toxic Material Repack',\n },\n {\n code: '370201',\n description: 'Breweries Wineries and Beverage Bottling: Breweries/Malt Houses',\n },\n {\n code: '370203',\n description: 'Breweries Wineries and Beverage Bottling: Bottling Beverages NOC',\n },\n {\n code: '370205',\n description: 'Breweries Wineries and Beverage Bottling: Wine Making or Wineries',\n },\n {\n code: '370814',\n description: 'Textile Good Manufacturing N.O.C.: Hide or Leather Dealers',\n },\n {\n code: '370815',\n description: 'Textile Good Manufacturing N.O.C.: Coating/WateRproof Textiles',\n },\n {\n code: '370816',\n description: 'Textile Good Manufacturing N.O.C.: Bleaching/Dyeing Textiles',\n },\n {\n code: '370818',\n description: 'Textile Good Manufacturing N.O.C.: Broom/Brush Mfg or Assembly',\n },\n {\n code: '370819',\n description: 'Textile Good Manufacturing N.O.C.: Cordage Rope/Twine Mfg',\n },\n {\n code: '370822',\n description: 'Textile Good Manufacturing N.O.C.: Pelting',\n },\n {\n code: '370823',\n description: 'Textile Good Manufacturing N.O.C.: Taxidermists',\n },\n {\n code: '370826',\n description: 'Textile Good Manufacturing N.O.C.: Net Webbing Thread Yarn Mfg',\n },\n {\n code: '370827',\n description: 'Textile Good Manufacturing N.O.C.: Spin or Weave Plush/Felt Mfg',\n },\n {\n code: '370829',\n description: 'Textile Good Manufacturing N.O.C.: Mattress/Box Springs Mfg NOC',\n },\n {\n code: '370832',\n description: 'Textile Good Manufacturing N.O.C.: Carpet/Rug Mfg',\n },\n {\n code: '370834',\n description: 'Textile Good Manufacturing N.O.C.: Batting or Wadding Mfg',\n },\n {\n code: '370839',\n description: 'Textile Good Manufacturing N.O.C.: Textile Goods NOC - Mfg',\n },\n {\n code: '370840',\n description: 'Textile Good Manufacturing N.O.C.: Bags/Sack: Mfg-Industrial Size',\n },\n {\n code: '380234',\n description:\n 'Garments/Handbag/Pack/Tent Manufacturing: Embroidery or screen printing services on fabric products or garments; knitted fabric; knitted garments; or wigs: Manufacturing',\n },\n {\n code: '380240',\n description:\n 'Garments/Handbag/Pack/Tent Manufacturing: Miscellaneous soft goods manufacturing: Hand or machine sewing N.O.C.',\n },\n {\n code: '380244',\n description:\n 'Shoe, boot, hat, artificial feather, artificial flower, handcarved rug or inlaid rug: Manufacturing; Rubber or pliable goods manufacturing by cutting or gluing, N.O.C.',\n },\n {\n code: '380800',\n description: 'Upholstery Work N.O.C.: Upholstery Work NOC',\n },\n {\n code: '390100',\n description: 'Bakeries - Retail: Bakeries - Retail',\n },\n {\n code: '390101',\n description: 'Bakeries - Retail: Bakeries-Retail Specialty Shop',\n },\n {\n code: '390200',\n description:\n 'Fruit/Vegetable Canneries/Food Product Mfg. N.O.C.: Fruit and vegetable: Cannery and freezer operations; fruit syrup or juice, cider, jam or jelly',\n },\n {\n code: '390201',\n description:\n 'Fruit/Vegetable Canneries/Food Product Mfg. N.O.C.: Fruit/Veg Evap/Preserv/Dehydr',\n },\n {\n code: '390211',\n description:\n 'Fruit/Vegetable Canneries/Food Product Mfg. N.O.C.: Miscellaneous foods: Manufacturing',\n },\n {\n code: '390214',\n description:\n 'Fruit/Vegetable Canneries/Food Product Mfg. N.O.C.: Food Sundries Mfg/Process NOC',\n },\n {\n code: '390228',\n description: 'Dairy products: Bottling or Manufacturing',\n },\n {\n code: '390308',\n description: 'Sugar Refining: Sugar Refining',\n },\n {\n code: '390500',\n description: 'Restaurants and Taverns: Restaurants',\n },\n {\n code: '390501',\n description:\n 'Restaurants and Taverns: Food trucks, food, drink, and candy vendors or concessionaires',\n },\n {\n code: '390503',\n description: 'Restaurants and Taverns: Commissaries Constr/Logging Op',\n },\n {\n code: '390504',\n description: 'Restaurants and Taverns: Eating Establishments NOC',\n },\n {\n code: '390506',\n description: 'Restaurants and Taverns: Taverns',\n },\n {\n code: '390507',\n description: 'Restaurants and Taverns: Restaurant/Spirits Beer Wine',\n },\n {\n code: '390508',\n description: 'Restaurants and Taverns: Pizza Parlors',\n },\n {\n code: '390509',\n description: 'Restaurants and Taverns: Fast Foods-Drive-Ins NOC',\n },\n {\n code: '390511',\n description: 'Restaurants and Taverns: Soft Drink Lounges',\n },\n {\n code: '390512',\n description: 'Restaurants and Taverns: Ice Cream Parlors',\n },\n {\n code: '390513',\n description: 'Restaurants and Taverns: Candy/Nut/Popcorn Stores-Rtl',\n },\n {\n code: '390514',\n description: 'Restaurants and Taverns: Espresso/Coffee Stands or Cart',\n },\n {\n code: '390600',\n description:\n 'Bakeries, cracker, potato chip, ravioli/tamale, pasta, and pizza: Manufacturing N.O.C.',\n },\n {\n code: '390605',\n description:\n 'Bakeries, cracker, potato chip, ravioli/tamale, pasta, and pizza: Confectionery, chewing gum or cough drop: Manufacturing',\n },\n {\n code: '390900',\n description: 'Catering Services: Catering Service',\n },\n {\n code: '400200',\n description: 'Dairy Products Manufacturing N.O.C.: Dairy Products Mfg NOC',\n },\n {\n code: '400201',\n description: 'Dairy Products Manufacturing N.O.C.: Butter/Cheese/Ice Cream Mfg',\n },\n {\n code: '410100',\n description: 'Printing: Printing/Lithography/Engraving',\n },\n {\n code: '410102',\n description: 'Printing: Rubber Stamp Mfg/Assembling',\n },\n {\n code: '410103',\n description: 'Printing: Book Binding',\n },\n {\n code: '410301',\n description: 'Newspaper Publishing: Newspaper Publishing',\n },\n {\n code: '410704',\n description: 'Business Machines-Installation Service and Repair: Business Machine Svc & Rpr',\n },\n {\n code: '410720',\n description: 'Business Machines-Installation Service and Repair: Piano Tuning',\n },\n {\n code: '410815',\n description: 'Mailing Services: Ltr/Mail/Add Co-Incl Cl/Sls',\n },\n {\n code: '410910',\n description: 'Sign Painting - In Shop and Buildings: Sign Paint/Letter In Building',\n },\n {\n code: '410918',\n description: 'Sign Painting - In Shop and Buildings: Sign Painting In Shop',\n },\n {\n code: '420100',\n description: 'Port Districts: Longshoring & Stevedoring',\n },\n {\n code: '420102',\n description: 'Port Districts: Port Districts Incl Salesmen',\n },\n {\n code: '430105',\n description: 'Meat Products Mfg./Slaughter and Packing Houses: Glue Lard or Tallow Mfg',\n },\n {\n code: '430110',\n description: 'Meat Products Mfg./Slaughter and Packing Houses: Sausage Mfg',\n },\n {\n code: '430111',\n description: 'Meat Products Mfg./Slaughter and Packing Houses: Packing House - All Operations',\n },\n {\n code: '430112',\n description: 'Meat Products Mfg./Slaughter and Packing Houses: Meat Products Mfg',\n },\n {\n code: '430113',\n description: 'Meat Products Mfg./Slaughter and Packing Houses: Peat Moss Shredding & Baling',\n },\n {\n code: '430117',\n description: 'Meat Products Mfg./Slaughter and Packing Houses: Tanneries Fur Mfg',\n },\n {\n code: '430119',\n description: 'Meat Products Mfg./Slaughter and Packing Houses: Sausage Casing-Wholesale Dealr',\n },\n {\n code: '430121',\n description: 'Meat Products Mfg./Slaughter and Packing Houses: Rendering Works NOC',\n },\n {\n code: '430122',\n description: 'Meat Products Mfg./Slaughter and Packing Houses: Slaughter Houses',\n },\n {\n code: '430214',\n description: 'Custom Meat Cutting: Custom Meat Cutting-Shop Only',\n },\n {\n code: '430215',\n description: 'Custom Meat Cutting: Custom Meat Cutting-Farm Kill',\n },\n {\n code: '430216',\n description: 'Custom Meat Cutting: Farm Kill Only',\n },\n {\n code: '430400',\n description: 'Feed Lots and Stock Yards: Feed Lots/Stockyards',\n },\n {\n code: '430402',\n description: 'Feed Lots and Stock Yards: Livestock Auct/Sales Yd/Buyers',\n },\n {\n code: '430506',\n description: 'Solid Waste Collection Services/Landfill Operations: Garbage Landfill Works',\n },\n {\n code: '430518',\n description:\n 'Solid Waste Collection Services/Landfill Operations: Solid Waste/Refuse Collection',\n },\n {\n code: '430520',\n description: 'Solid Waste Collection Services/Landfill Operations: Haz/Toxic Mat.Process/Hdlg',\n },\n {\n code: '430521',\n description: 'Solid Waste Collection Services/Landfill Operations: Tire Collection Center',\n },\n {\n code: '430522',\n description:\n 'Solid Waste Collection Services/Landfill Operations: Debris Removal Const/Non-Const',\n },\n {\n code: '440100',\n description: 'Cold Storage Lockers: Cold Storage Locker Operations',\n },\n {\n code: '440200',\n description: 'Ice Dealers: Ice Mfg/Artificial/Ice Harvest',\n },\n {\n code: '440202',\n description: 'Ice Dealers: Ice Dealers',\n },\n {\n code: '440405',\n description: 'Cold Storage Warehouse: Storage Warehouse - Cold',\n },\n {\n code: '450100',\n description: 'Radio or Television - Field Employees: Radio/TV-Trnmtr & Field Emplys',\n },\n {\n code: '450200',\n description: 'Radio or Television - All Other Employees: Radio Stations-All Other Empl',\n },\n {\n code: '450201',\n description: 'Radio or Television - All Other Employees: TV Stn or Video Pr-All Otr Emp',\n },\n {\n code: '450202',\n description: 'Radio or Television - All Other Employees: Recording Co-All Other Empl',\n },\n {\n code: '450203',\n description: 'Radio or Television - All Other Employees: TV Cable Co-All Other Empl',\n },\n {\n code: '450400',\n description: 'Movie and Live Theaters: Theatres-All Types Incl Cl/Sls',\n },\n {\n code: '460101',\n description: 'Explosives Manufacturing: Fireworks Mfg',\n },\n {\n code: '460102',\n description: 'Explosives Manufacturing: Powder Works Mfg',\n },\n {\n code: '460103',\n description: 'Explosives Manufacturing: Comb Chemicals/Explosives Mfg',\n },\n {\n code: '480100',\n description: 'Geoduck Harvest By Divers: Geoduck Harvest by Divers',\n },\n {\n code: '480202',\n description: 'Vegetable Farms - Machine Harvest: Farms: Berry',\n },\n {\n code: '480203',\n description:\n 'Vegetable Farms - Machine Harvest: Farms: Bulb raising, flower or vegetable seeds, floral grow operations - Florists - Cultivating or gardening',\n },\n {\n code: '480206',\n description: 'Vegetable Farms - Machine Harvest: Picking Forest Products',\n },\n {\n code: '480212',\n description:\n 'Vegetable Farms - Machine Harvest: Farms: Field vegetable crops - Mechanically harvested for fresh market',\n },\n {\n code: '480302',\n description: 'Orchards: Orchards: Fruit',\n },\n {\n code: '480304',\n description: 'Orchards: Orchards: Nut',\n },\n {\n code: '480316',\n description: 'Orchards: Farms: NOC',\n },\n {\n code: '480400',\n description: 'Poultry Farms: Farms: Poultry',\n },\n {\n code: '480403',\n description: 'Poultry Farms: Egg Production',\n },\n {\n code: '480405',\n description: 'Poultry Farms: Farms: Mink/Fox/Rabbit/Rodent',\n },\n {\n code: '480406',\n description: 'Poultry Farms: Farms: Worm',\n },\n {\n code: '480407',\n description: 'Poultry Farms: Farms: Apiaries - Bees',\n },\n {\n code: '480408',\n description: 'Poultry Farms: Farms: Aviaries - Birds',\n },\n {\n code: '480409',\n description: 'Poultry Farms: Egg Grading/Candling/Packing',\n },\n {\n code: '480500',\n description: 'Nurseries: Nurseries: NOC',\n },\n {\n code: '480505',\n description: 'Nurseries: Nurseries: Tree',\n },\n {\n code: '480506',\n description: 'Nurseries: Farms: Sod Growing',\n },\n {\n code: '480507',\n description: 'Nurseries: Farms: Aquatic Plant Raising',\n },\n {\n code: '480508',\n description: 'Nurseries: Farms: Shellfish-Hand Harvest',\n },\n {\n code: '480509',\n description: 'Nurseries: Xmas Tree Sales-Retail/U-Cut',\n },\n {\n code: '480601',\n description: 'Berry Picking: Farms: Ground Handpicking',\n },\n {\n code: '480801',\n description: 'Diversified Field Crops: Farms: Field crops - Not for fresh market',\n },\n {\n code: '480807',\n description: 'Diversified Field Crops: Farms: Potato Sorting/Storage',\n },\n {\n code: '480811',\n description: 'Diversified Field Crops: Custom farm services (by contractor)',\n },\n {\n code: '480901',\n description: 'Greenhouses: Greenhouses NOC',\n },\n {\n code: '480904',\n description: 'Greenhouses: Farms: Mushroom Raising/Harv',\n },\n {\n code: '480905',\n description: 'Greenhouses: Farms: Sprout Raising/Harv',\n },\n {\n code: '481000',\n description: 'Vegetable Farms - Hand Harvest: Farms: Vegetable-Hand Harvest',\n },\n {\n code: '481100',\n description: 'Hop and Mint Farms: Farms: Hops',\n },\n {\n code: '481101',\n description: 'Hop and Mint Farms: Farms: Mint',\n },\n {\n code: '481200',\n description: 'Fish Hatcheries: Fish & Shellfish Hatcheries',\n },\n {\n code: '481300',\n description: 'Vineyards: Vineyards',\n },\n {\n code: '481400',\n description: 'Farms: Internship program (to be assigned only by the agricultural specialist)',\n },\n {\n code: '481500',\n description: 'Farms: Internship program (to be assigned only by the agricultural specialist)',\n },\n {\n code: '481600',\n description: 'Farms: Internship program (to be assigned only by the agricultural specialist)',\n },\n {\n code: '490000',\n description: 'Construction Project or Site Superintendent/Manager: Superint/Proj. Mgr - Const',\n },\n {\n code: '490100',\n description: 'Consulting Engineers and Architectural Services: Consult Engineer/Architect Frm',\n },\n {\n code: '490116',\n description: 'Consulting Engineers and Architectural Services: Geologists NOC - Oil or Gas',\n },\n {\n code: '490117',\n description: 'Consulting Engineers and Architectural Services: Land Surveying Services',\n },\n {\n code: '490200',\n description: 'State Government - Office and Admin. Employees: State Govt: Clerical/Admin Ofc',\n },\n {\n code: '490306',\n description: 'Insurance Inspection Services: Marine Appraising',\n },\n {\n code: '490307',\n description: 'Insurance Inspection Services: Boiler Inspecting NOC',\n },\n {\n code: '490308',\n description: 'Insurance Inspection Services: Elevator Inspecting-No Service',\n },\n {\n code: '490309',\n description: 'Insurance Inspection Services: Inspection for Insurance/Value',\n },\n {\n code: '490310',\n description: 'Insurance Inspection Services: Inspection of Buildings',\n },\n {\n code: '490400',\n description: 'Clerical Office N.O.C.: Clerical Office NOC & Draftsmn',\n },\n {\n code: '490413',\n description: 'Clerical Office N.O.C.: Clerical Office - Insurance Co',\n },\n {\n code: '490417',\n description: 'Clerical Office N.O.C.: Clerical Off-Employee Leasing',\n },\n {\n code: '490420',\n description: 'Clerical Office N.O.C.: Comm Act Org - Clerical Office',\n },\n {\n code: '490504',\n description: 'Motels and Hotels: Hotels/Motels',\n },\n {\n code: '490601',\n description: 'Colleges & Universities: Public Instit - Higher Lrng',\n },\n {\n code: '490602',\n description: 'Colleges & Universities: Private Instit - Higher Lrng',\n },\n {\n code: '490700',\n description: 'Inmates - Prison Industries: Inmates - Prison Industries',\n },\n {\n code: '490701',\n description: 'Inmates - Prison Industries: Inmate Wk Opport-City',\n },\n {\n code: '490702',\n description: 'Inmates - Prison Industries: Inmate Wk Opport-County',\n },\n {\n code: '490800',\n description: 'Inmates - Adult Camps: Inmates - Adult Honor Camps',\n },\n {\n code: '490900',\n description: 'Inmates - Juvenile Camps: Inmates - Juvenile Forest Camp',\n },\n {\n code: '491000',\n description: 'Property and Building Management Services: Property & Building Management',\n },\n {\n code: '491001',\n description:\n 'Property and Building Management Services: Chimney cleaning - Residential and commercial buildings',\n },\n {\n code: '491002',\n description: 'Property and Building Management Services: Mini Storage Warehouse',\n },\n {\n code: '491003',\n description: 'Property and Building Management Services: Real Estate Signs-Temporary',\n },\n {\n code: '491100',\n description: 'Construction Estimator: Construction Estimators',\n },\n {\n code: '500103',\n description: 'Logging Operations N.O.C.: Logging NOC',\n },\n {\n code: '500104',\n description: 'Logging Operations N.O.C.: Shake/Shingle Cutting In Woods',\n },\n {\n code: '500105',\n description: 'Logging Operations N.O.C.: Firewood Cutting-All Woods Opn',\n },\n {\n code: '500106',\n description: 'Logging Operations N.O.C.: Sawmill Operations In Woods',\n },\n {\n code: '500200',\n description: 'Log Booming and Rafting: Booming & Rafting Logs',\n },\n {\n code: '500301',\n description: 'Log Hauling: Log Hauling by Contractor',\n },\n {\n code: '500302',\n description: 'Log Hauling: Log Truck Drivers NOC',\n },\n {\n code: '500404',\n description: 'Forestry and Timberland Services - Manual Labor: Animal Damage Ctrl-Manual',\n },\n {\n code: '500405',\n description: 'Forestry and Timberland Services - Manual Labor: Beaver Trapping',\n },\n {\n code: '500406',\n description: 'Forestry and Timberland Services - Manual Labor: Chemical Spraying-Manual',\n },\n {\n code: '500407',\n description: 'Forestry and Timberland Services - Manual Labor: Cone Picking-Manual',\n },\n {\n code: '500409',\n description: 'Forestry and Timberland Services - Manual Labor: Hydro Seed/Erosion Ctrl-Manual',\n },\n {\n code: '500411',\n description: 'Forestry and Timberland Services - Manual Labor: Pruning-Manual',\n },\n {\n code: '500412',\n description: 'Forestry and Timberland Services - Manual Labor: Tree Netting-Manual',\n },\n {\n code: '500413',\n description: 'Forestry and Timberland Services - Manual Labor: Tree Planting-Manual',\n },\n {\n code: '500414',\n description: 'Forestry and Timberland Services - Manual Labor: Tree Thinning/Hand Slashing',\n },\n {\n code: '500418',\n description: 'Forestry and Timberland Services - Manual Labor: Misc Forest Svcs NOC-Manual',\n },\n {\n code: '500500',\n description: 'Mechanized Logging: Mechanical Logging/Tree Thin.',\n },\n {\n code: '500501',\n description: 'Logging Machine Operators',\n },\n {\n code: '500600',\n description: 'Forestry/Timberland Services - Machine Operations: Brush Clearing-Machine',\n },\n {\n code: '500601',\n description: 'Forestry/Timberland Services - Machine Operations: Dust Control-Machine',\n },\n {\n code: '500602',\n description: 'Forestry/Timberland Services - Machine Operations: Forest Fire Fighting-Machine',\n },\n {\n code: '500603',\n description: 'Forestry/Timberland Services - Machine Operations: Forest Trail Const-Machine',\n },\n {\n code: '500604',\n description: 'Forestry/Timberland Services - Machine Operations: Scarifying-Machine',\n },\n {\n code: '500605',\n description: 'Forestry/Timberland Services - Machine Operations: Slash Burning-Machine',\n },\n {\n code: '500606',\n description: 'Forestry/Timberland Services - Machine Operations: Slash Piling-Machine',\n },\n {\n code: '500607',\n description: 'Forestry/Timberland Services - Machine Operations: Slope Grooming-Machine',\n },\n {\n code: '500608',\n description: 'Forestry/Timberland Services - Machine Operations: Misc Forest Svcs NOC-Machine',\n },\n {\n code: '510131',\n description: 'Pipe Manufacturing - Iron or Steel: Iron/Steel Mfg: Pipe or Tube',\n },\n {\n code: '510300',\n description: 'Foundries N.O.C.: Foundries Ferrous/Non Ferrous',\n },\n {\n code: '510608',\n description: 'Blacksmithing and Forging Works: Blacksmithing Spring/Bumpr Mfg',\n },\n {\n code: '510609',\n description: 'Blacksmithing and Forging Works: Tool Forging - Hot Form/Stamp',\n },\n {\n code: '510610',\n description: 'Blacksmithing and Forging Works: Forging Works Drop/Machine',\n },\n {\n code: '510855',\n description: 'Cable or Wire Rope Manufacturing: Cable/Wire Rope Mfg - Drawing',\n },\n {\n code: '510856',\n description: 'Cable or Wire Rope Manufacturing: Cable/Wire Rope Mfg No Drawing',\n },\n {\n code: '510857',\n description: 'Cable or Wire Rope Manufacturing: Cable/Wire Insul/Covering Mfg',\n },\n {\n code: '510946',\n description: 'Heavy Machinery Manufacturing: Hvy Mach & Equip Mfg or Rpr',\n },\n {\n code: '510947',\n description: 'Heavy Machinery Manufacturing: Hvy Arms Mfg or Rpr',\n },\n {\n code: '520175',\n description: 'Electric Equipment Manufacturing: Elect Power/Transmission Mfg',\n },\n {\n code: '520176',\n description: 'Electric Equipment Manufacturing: Elect Appl & Wire Harness Mfg',\n },\n {\n code: '520178',\n description: 'Electric Equipment Manufacturing: Elect Mtrs & Generators Mfg',\n },\n {\n code: '520458',\n description: 'Railroad Car Manufacturing: Railroad Car Mfg/Rpr',\n },\n {\n code: '520678',\n description:\n 'Construction or Logging Contractors - Permanent Yard: Logging Permanent Yard or Shop',\n },\n {\n code: '520679',\n description:\n 'Construction or Logging Contractors - Permanent Yard: Contractors Perm Yard or Shop',\n },\n {\n code: '520680',\n description:\n 'Construction or Logging Contractors - Permanent Yard: Permanent Yard/Shop: Trucking',\n },\n {\n code: '520700',\n description: 'Bowling Centers and Skating Rinks: Bowling Centers',\n },\n {\n code: '520701',\n description: 'Bowling Centers and Skating Rinks: Skating Rinks - Ice or Roller',\n },\n {\n code: '520800',\n description: 'Iron Works - Shop: Iron/Steelworks Shop Mfg',\n },\n {\n code: '520801',\n description: 'Iron Works - Shop: Brass/Bronze/Iron Ornament Mfg',\n },\n {\n code: '520802',\n description: 'Iron Works - Shop: Iron Works Shop Fab Assemb/Mfg',\n },\n {\n code: '520900',\n description: 'Metal Goods Manufacturing N.O.C. - 9 Gauge or More: Boilermaking/Tank Bldg',\n },\n {\n code: '520901',\n description: 'Metal Goods Manufacturing N.O.C. - 9 Gauge or More: Metal Goods Mfg NOC',\n },\n {\n code: '520902',\n description: 'Metal Goods Manufacturing N.O.C. - 9 Gauge or More: Wood Stove Mfg',\n },\n {\n code: '530000',\n description: 'State Government - Admin. Field Personnel: State Govt - Admin Field Staff',\n },\n {\n code: '530110',\n description: 'Accounting Law and Service Companies: Accounting/Bookkeeping Firms',\n },\n {\n code: '530111',\n description: 'Accounting Law and Service Companies: Law Firms Incl Cl/Sls',\n },\n {\n code: '530112',\n description: 'Accounting Law and Service Companies: Management Analyst Svcs',\n },\n {\n code: '530113',\n description: 'Accounting Law and Service Companies: Collection Agency/Cred Bureau',\n },\n {\n code: '530114',\n description: 'Accounting Law and Service Companies: Employment Agency Incl Cl/Sls',\n },\n {\n code: '530115',\n description: 'Accounting Law and Service Companies: Court Report Svc Incl Cl/Sls',\n },\n {\n code: '530116',\n description: 'Accounting Law and Service Companies: Service/Prof Organizations NOC',\n },\n {\n code: '530118',\n description: 'Accounting Law and Service Companies: Telephone Answ Svc Incl Cl/Sls',\n },\n {\n code: '530119',\n description: 'Accounting Law and Service Companies: Travel Agencies Incl Cl/Sls',\n },\n {\n code: '530121',\n description: 'Accounting Law and Service Companies: Word Proc/Secr Svc Incl Cl/Sls',\n },\n {\n code: '530200',\n description:\n 'Software Design & Engineering and Internet Service Providers: Computer Consulting Programng',\n },\n {\n code: '530506',\n description: 'Cities - Office and Admin. Employees: Cities/Towns: Admin/Cl Office',\n },\n {\n code: '530607',\n description: 'Counties - Office and Admin. Employees: Counties/Tax Dist Adm/Cl Offc',\n },\n {\n code: '530625',\n description: 'Counties - Office and Admin. Employees: Indian Tribal Cncl Adm/Cl Offc',\n },\n {\n code: '530626',\n description: 'Counties - Office and Admin. Employees: Housing Authority Adm/Cl Offc',\n },\n {\n code: '530627',\n description: 'Counties - Office and Admin. Employees: Military Base Maint Adm/Cl Off',\n },\n {\n code: '530700',\n description: 'State Government - All Other Employees N.O.C.: State Government NOC',\n },\n {\n code: '530701',\n description: 'State Government Employees - Juvenile Rehabilitation Custody',\n },\n {\n code: '530820',\n description:\n 'Community Action Orgs - Professionals & Admin Field: Comm Act Org-Prof/Admin Field',\n },\n {\n code: '555103',\n description: 'LSI - Tier 1 - 5% Discount of 5001: Logging',\n },\n {\n code: '555104',\n description: 'LSI - Tier 1 - 5% Discount of 5001: Shake & Shingle',\n },\n {\n code: '555105',\n description: 'LSI - Tier 1 - 5% Discount of 5001: Firewood cutting',\n },\n {\n code: '555106',\n description: 'LSI - Tier 1 - 5% Discount of 5001: Sawmill in woods',\n },\n {\n code: '555203',\n description: 'LSI - Tier 1 - 10% Discount of 5001: Logging',\n },\n {\n code: '555204',\n description: 'LSI - Tier 1 - 10% Discount of 5001: Shake & Shingle',\n },\n {\n code: '555205',\n description: 'LSI - Tier 1 - 10% Discount of 5001: Firewood cutting',\n },\n {\n code: '555206',\n description: 'LSI - Tier 1 - 10% Discount of 5001: Sawmill in woods',\n },\n {\n code: '555303',\n description: 'LSI - Tier 1 - 20% Discount of 5001: Logging',\n },\n {\n code: '555304',\n description: 'LSI - Tier 1 - 20% Discount of 5001: Shake & Shingle',\n },\n {\n code: '555305',\n description: 'LSI - Tier 1 - 20% Discount of 5001: Firewood cutting',\n },\n {\n code: '555306',\n description: 'LSI - Tier 1 - 20% Discount of 5001: Sawmill in woods',\n },\n {\n code: '610301',\n description:\n 'Schools Churches and Day Care - Prof./Clerical Staff: Schools: K-12 Prof/Admin/Cl',\n },\n {\n code: '610302',\n description: 'Schools Churches and Day Care - Prof./Clerical Staff: Schools:Voc Prof/Admin/Cl',\n },\n {\n code: '610303',\n description:\n 'Schools Churches and Day Care - Prof./Clerical Staff: Libraries NOC - Prof/Admin/Cl',\n },\n {\n code: '610304',\n description: 'Schools Churches and Day Care - Prof./Clerical Staff: Churches - Clergy/Admin/Cl',\n },\n {\n code: '610305',\n description: 'Schools Churches and Day Care - Prof./Clerical Staff: Museums - Prof/Admin/Cl',\n },\n {\n code: '610306',\n description:\n 'Schools Churches and Day Care - Prof./Clerical Staff: Day Care Center-Prof/Admin/Cl',\n },\n {\n code: '610310',\n description:\n 'Schools Churches and Day Care - Prof./Clerical Staff: Flight Instructor Clasrm Only',\n },\n {\n code: '610311',\n description: 'Schools Churches and Day Care - Prof./Clerical Staff: Schools NOC Prof/Admin/Cl',\n },\n {\n code: '610312',\n description:\n 'Schools Churches and Day Care - Prof./Clerical Staff: Athletic Offic-Amateur Sport',\n },\n {\n code: '610313',\n description: 'Longshore and stevedore trainees, N.O.C.',\n },\n {\n code: '610401',\n description: 'Schools Churches and Day Care - All Other Staff: Schools K-12 All Other Emplys',\n },\n {\n code: '610402',\n description: 'Schools Churches and Day Care - All Other Staff: Schools-Trade/Voc-All Othr Emp',\n },\n {\n code: '610403',\n description: 'Schools Churches and Day Care - All Other Staff: Libraries-All Other Employees',\n },\n {\n code: '610404',\n description: 'Schools Churches and Day Care - All Other Staff: Churches All Other Employees',\n },\n {\n code: '610405',\n description: 'Schools Churches and Day Care - All Other Staff: Museums-All Other Empl',\n },\n {\n code: '610406',\n description: 'Schools Churches and Day Care - All Other Staff: Day Care Centers All Oth Empl',\n },\n {\n code: '610411',\n description: 'Schools Churches and Day Care - All Other Staff: Schools NOC - All Other Empl',\n },\n {\n code: '610505',\n description: 'Hospitals N.O.C.: Hospitals NOC/Hosp Districts',\n },\n {\n code: '610701',\n description: 'Veterinary Services: Veterinary Hosp-Incl Cl/Sls',\n },\n {\n code: '610800',\n description: 'Nursing Homes: Convalescent/Nursing/Rest Home',\n },\n {\n code: '610900',\n description: 'Physicians & Medical Clinics: Physician/Surgeon NOC-All Oper',\n },\n {\n code: '610901',\n description: 'Physicians & Medical Clinics: Dentists NOC-All Operations',\n },\n {\n code: '610902',\n description: 'Physicians & Medical Clinics: Chiropractors NOC-All Oper',\n },\n {\n code: '610904',\n description: 'Physicians & Medical Clinics: Naturopaths NOC-All Operations',\n },\n {\n code: '610908',\n description: 'Physicians & Medical Clinics: Phys Therapist NOC-All Oper',\n },\n {\n code: '610909',\n description: 'Physicians & Medical Clinics: Optometrists NOC-All Oper',\n },\n {\n code: '610910',\n description: 'Physicians & Medical Clinics: Psychol/Psychiat NOC-All Oper',\n },\n {\n code: '610912',\n description: 'Physicians & Medical Clinics: Nutrition/Diet Clinics NOC',\n },\n {\n code: '610913',\n description: 'Physicians & Medical Clinics: Childbirth Classes-All Oper',\n },\n {\n code: '610914',\n description: 'Physicians & Medical Clinics: Orthotic Clinic Incl Cl/Sls',\n },\n {\n code: '610915',\n description: 'Physicians & Medical Clinics: Mid Wife Svcs-All Oper',\n },\n {\n code: '610916',\n description: 'Physicians & Medical Clinics: Massage Therapy Svcs-All Oper',\n },\n {\n code: '610917',\n description: 'Physicians & Medical Clinics: Radiology/Mri Clinics-All Oper',\n },\n {\n code: '611000',\n description: 'Home Health Services and Nursing Care N.O.C.: Home Health/Nursing Care NOC',\n },\n {\n code: '612000',\n description: 'Acute Care Hospitals with Safe Patient Handling: Acute Care Hospital with SPH',\n },\n {\n code: '612100',\n description: 'Acute Care Hospitals without Safe Patient Handling: Acute Care Hospital w/o SPH',\n },\n {\n code: '620100',\n description: 'Mortuaries: Mortuaries',\n },\n {\n code: '620200',\n description: 'Cemeteries: Cemeteries',\n },\n {\n code: '620300',\n description: 'YMCA YWCA Boys and Girls Clubs: YMCA/YWCA Clubs Incl Cl/Sls',\n },\n {\n code: '620301',\n description: 'YMCA YWCA Boys and Girls Clubs: Boys/Girls Club Incl Cl/Sls',\n },\n {\n code: '620400',\n description: 'Health Clubs and Exercise Facilities: Baths or Saunas NOC',\n },\n {\n code: '620404',\n description: 'Health Clubs and Exercise Facilities: Health Clubs/Gymnasiums',\n },\n {\n code: '620500',\n description: 'Fraternal Clubs: Clubs NOC-All Operations',\n },\n {\n code: '620606',\n description: 'Golf Courses: Golf Courses NOC',\n },\n {\n code: '620700',\n description: 'Carnivals: Carnivals-Traveling',\n },\n {\n code: '620701',\n description: 'Carnivals: Circuses-Traveling',\n },\n {\n code: '620702',\n description: 'Carnivals: Amusement Device Operator-Trvl',\n },\n {\n code: '620703',\n description: 'Carnivals: Rodeos-Arena Employees',\n },\n {\n code: '620704',\n description: 'Carnivals: Fireworks Exhibition',\n },\n {\n code: '620800',\n description: 'Amusement Parks: Amusement Parks',\n },\n {\n code: '620801',\n description: 'Amusement Parks: Ranges-Arch/Dart/Golf/Shooting',\n },\n {\n code: '620803',\n description: 'Amusement Parks: Concessions-Boats In Parks',\n },\n {\n code: '620804',\n description: 'Amusement Parks: Fairs',\n },\n {\n code: '620807',\n description: 'Amusement Parks: Miniature Golf Courses',\n },\n {\n code: '620808',\n description: 'Amusement Parks: Kiddie Rides-Permanent Loctns',\n },\n {\n code: '620809',\n description: 'Amusement Parks: Race Tracks',\n },\n {\n code: '620810',\n description: 'Amusement Parks: Shooting Galrs/Air Rfl-No Frms',\n },\n {\n code: '620811',\n description: 'Amusement Parks: Carnival Operations NOC',\n },\n {\n code: '620903',\n description: 'Campgrounds: Dude Ranches Incl Cl/Sls',\n },\n {\n code: '620906',\n description: 'Campgrounds: Swim Pools-Public Incl Cl/Sls',\n },\n {\n code: '620909',\n description: 'Campgrounds: Campgrounds NOC Incl Cl/Sls',\n },\n {\n code: '630100',\n description: 'Sales Personnel - Vehicles and Boats: Automobile Sales Personnel',\n },\n {\n code: '630106',\n description: 'Sales Personnel - Vehicles and Boats: Instructors - Driving School',\n },\n {\n code: '630107',\n description: 'Sales Personnel - Vehicles and Boats: Limousine Co/Excl Repairs',\n },\n {\n code: '630300',\n description: 'Sales Personnel - Outside N.O.C.: Sales Personnel NOC-Outside',\n },\n {\n code: '630303',\n description: 'Sales Personnel - Outside N.O.C.: Insurance Sls/Claim Adj-Outsde',\n },\n {\n code: '630321',\n description: 'Sales Personnel - Outside N.O.C.: Home Visit/Social Workers/Diet',\n },\n {\n code: '630400',\n description: 'Department Stores: Dept Stores - Retail',\n },\n {\n code: '630401',\n description: 'Department Stores: Antique/Variety Stores-Retail',\n },\n {\n code: '630500',\n description: 'Clothing and Shoe Stores: Clothing Stores - Retail',\n },\n {\n code: '630501',\n description: 'Clothing and Shoe Stores: Dry Goods Stores - Retail',\n },\n {\n code: '630502',\n description: 'Clothing and Shoe Stores: Shoe Stores - Retail',\n },\n {\n code: '630504',\n description: 'Clothing and Shoe Stores: Western Clothing Incl Tack-Ret',\n },\n {\n code: '630505',\n description: 'Clothing and Shoe Stores: Wig/Hat Stores - Retail',\n },\n {\n code: '630506',\n description: 'Clothing and Shoe Stores: Custom Dressmaking/Tailoring',\n },\n {\n code: '630600',\n description: 'Furniture and Appliance Stores: Furniture stores',\n },\n {\n code: '630601',\n description:\n 'Furniture and Appliance Stores: Rental and rent-to-own furniture stores, and durable medical stores',\n },\n {\n code: '630602',\n description: 'Furniture and Appliance Stores: Household appliance stores',\n },\n {\n code: '630603',\n description: 'Furniture and Appliance Stores: Piano and organ stores',\n },\n {\n code: '630604',\n description: 'Furniture and Appliance Stores: Office furniture stores',\n },\n {\n code: '630605',\n description:\n 'Furniture and Appliance Stores: Entertainment and home theater systems, big screen television stores',\n },\n {\n code: '630606',\n description: 'Stores: Office furniture - wholesale or retail',\n },\n {\n code: '630607',\n description: 'Furniture and Appliance Stores: Audio/visual equipment rental and services',\n },\n {\n code: '630800',\n description: 'Jewelry Stores: Jewelry Store',\n },\n {\n code: '630801',\n description: 'Jewelry Stores: Hearing Aid Store',\n },\n {\n code: '630802',\n description: 'Jewelry Stores: Optical Store-No Lens Grind',\n },\n {\n code: '630803',\n description: 'Jewelry Stores: Clock & Watch Stores',\n },\n {\n code: '630804',\n description: 'Jewelry Stores: Stores: Trophy or Award',\n },\n {\n code: '630902',\n description: 'Hardware Auto Parts and Sporting Good Stores: Gun Stores',\n },\n {\n code: '630903',\n description: 'Hardware Auto Parts and Sporting Good Stores: Bicycle Stores',\n },\n {\n code: '630906',\n description: 'Hardware Auto Parts and Sporting Good Stores: Garden Supply Strs',\n },\n {\n code: '630907',\n description: 'Hardware Auto Parts and Sporting Good Stores: Locksmiths',\n },\n {\n code: '630908',\n description: 'Hardware Auto Parts and Sporting Good Stores: Auto Parts Store',\n },\n {\n code: '630909',\n description: 'Hardware Auto Parts and Sporting Good Stores: Architect/Surveyor Supply Strs',\n },\n {\n code: '630911',\n description: 'Hardware Auto Parts and Sporting Good Stores: Stained Art Glass Supply Store',\n },\n {\n code: '630912',\n description: 'Hardware Auto Parts and Sporting Good Stores: Wood Stove & Accessory Stores',\n },\n {\n code: '630913',\n description: 'Hardware Auto Parts and Sporting Good Stores: Hardware Variety Stores NOC',\n },\n {\n code: '630914',\n description: 'Hardware Auto Parts and Sporting Good Stores: Hot Tubs/Spa Stores',\n },\n {\n code: '630915',\n description: 'Hardware Auto Parts and Sporting Good Stores: Floor Cov Stores Excl Inst',\n },\n {\n code: '630916',\n description: 'Hardware Auto Parts and Sporting Good Stores: Pawn Shops',\n },\n {\n code: '630917',\n description: 'Hardware Auto Parts and Sporting Good Stores: Sporting Good Stores',\n },\n {\n code: '630918',\n description: 'Hardware Auto Parts and Sporting Good Stores: Paint/Wallpaper Stores',\n },\n {\n code: '630919',\n description: 'Hardware Auto Parts and Sporting Good Stores: Sewing Machine Stores',\n },\n {\n code: '630920',\n description: 'Hardware Auto Parts and Sporting Good Stores: Art Galleries/Frame Shops',\n },\n {\n code: '630921',\n description: 'Hardware Auto Parts and Sporting Good Stores: Hobby/Craft Stores',\n },\n {\n code: '630922',\n description: 'Hardware Auto Parts and Sporting Good Stores: Sales Personnel: Door To Door',\n },\n {\n code: '630923',\n description:\n 'Hardware Auto Parts and Sporting Good Stores: Stores included in 6309, but not described by another subclassification N.O.C.',\n },\n {\n code: '630924',\n description: 'Hardware Auto Parts and Sporting Good Stores: Antique variety stores',\n },\n {\n code: '640200',\n description: 'Supermarkets: Str-Groc W/Meat',\n },\n {\n code: '640301',\n description: 'Convenience Grocery Stores - No Gas: Coffee/Tea/Spice Store Retail',\n },\n {\n code: '640302',\n description: 'Convenience Grocery Stores - No Gas: Dairy Prod Store',\n },\n {\n code: '640304',\n description: 'Convenience Grocery Stores - No Gas: Fruit/Veg Store',\n },\n {\n code: '640305',\n description: 'Convenience Grocery Stores - No Gas: Stores: Specialty Groceries',\n },\n {\n code: '640306',\n description: 'Convenience Grocery Stores - No Gas: Stores: Convenience-No Gas',\n },\n {\n code: '640307',\n description: 'Convenience Grocery Stores - No Gas: Wine/Liquor/Soft Drink Stores',\n },\n {\n code: '640400',\n description: 'Florists: Florist/ Balloon Arrngmt Str',\n },\n {\n code: '640402',\n description: 'Florists: Plant/Aquarium Lsng or Mntnc',\n },\n {\n code: '640403',\n description: 'Florists: Candy Arrangemt-Incl Delivery',\n },\n {\n code: '640501',\n description: 'Tire Sales and Service Centers: Tire Sales/Service',\n },\n {\n code: '640506',\n description: 'Tire Sales and Service Centers: Tire Rebldg/Retread/Recap',\n },\n {\n code: '640600',\n description: 'Retail Stores N.O.C.: Retail Stores NOC',\n },\n {\n code: '640601',\n description: 'Retail Stores N.O.C.: Camera Stores',\n },\n {\n code: '640603',\n description: 'Retail Stores N.O.C.: News/Magazine Stores',\n },\n {\n code: '640609',\n description: 'Retail Stores N.O.C.: Coin Operated Arcades',\n },\n {\n code: '640611',\n description: 'Retail Stores N.O.C.: Office Stationery/Machine Strs',\n },\n {\n code: '640612',\n description: 'Retail Stores N.O.C.: Fabric & Yardage Stores',\n },\n {\n code: '640614',\n description: 'Retail Stores N.O.C.: Musical Instrument Stores',\n },\n {\n code: '640616',\n description: 'Retail Stores N.O.C.: Drug Stores',\n },\n {\n code: '640617',\n description: 'Retail Stores N.O.C.: Variety Stores',\n },\n {\n code: '640618',\n description: 'Retail Stores N.O.C.: Pvt Mail Box/Safe Deposit Box',\n },\n {\n code: '640619',\n description: 'Retail Stores N.O.C.: Coin/Stamp Stores',\n },\n {\n code: '640620',\n description: 'Retail Stores N.O.C.: Book/Video Stores',\n },\n {\n code: '640623',\n description: 'Retail Stores N.O.C.: Candy Stores',\n },\n {\n code: '640624',\n description: 'Retail Stores N.O.C.: Cigarette & Tobacco Stores',\n },\n {\n code: '640625',\n description: 'Retail Stores N.O.C.: Telephone Stores',\n },\n {\n code: '640627',\n description: 'Retail Stores N.O.C.: Stereo Component Stores',\n },\n {\n code: '640629',\n description: 'Retail Stores N.O.C.: Toy/Game Stores',\n },\n {\n code: '640630',\n description: 'Retail Stores N.O.C.: Cosmetics Stores',\n },\n {\n code: '640631',\n description: 'Retail Stores N.O.C.: Kitchen/Bath/Drapery Stores',\n },\n {\n code: '640633',\n description: 'Retail Stores N.O.C.: Gift Shops',\n },\n {\n code: '640640',\n description: 'Retail Product Demonstrators',\n },\n {\n code: '640700',\n description: 'Wholesale Stores N.O.C.: Wholesale Stores NOC',\n },\n {\n code: '640803',\n description: 'Farm Machinery Dealers: Farm Machinery Dealers',\n },\n {\n code: '640900',\n description: 'Machinery and Machinery Dealers N.O.C.: Machinery/Eqp Dealers NOC',\n },\n {\n code: '641002',\n description: 'Janitorial Supply Dealers: Janitorial Supply Dealers',\n },\n {\n code: '641100',\n description: 'Stores meeting the criteria',\n },\n {\n code: '641114',\n description: 'Musical Instruments',\n },\n {\n code: '641119',\n description: 'Coins, stamps, rare metals, and collectible cards',\n },\n {\n code: '641120',\n description: 'Books, videos, electronic games, music, newspapers, magazines, and comic books',\n },\n {\n code: '641124',\n description: 'Tobacco, vaporizers, and liquids, and smoking accessories',\n },\n {\n code: '641125',\n description: 'Small port electronic devices, N.O.C.',\n },\n {\n code: '650100',\n description: 'Barber shops',\n },\n {\n code: '650101',\n description: 'Beauty parlors; sun tanning parlors',\n },\n {\n code: '650102',\n description: 'Cosmetologists and electrolysis studios; tattoo parlors; nail salons',\n },\n {\n code: '650200',\n description: 'Banks and Financial Institutions: Banks-All Employment',\n },\n {\n code: '650205',\n description: 'Banks and Financial Institutions: Financial/Invest/Mortgage Co',\n },\n {\n code: '650206',\n description: 'Banks and Financial Institutions: Stock Brokr-All Emp',\n },\n {\n code: '650207',\n description: 'Banks and Financial Institutions: Escrow Companies - All Empl',\n },\n {\n code: '650300',\n description: 'Labor Unions: Labor Unions/Empl Rep Assns',\n },\n {\n code: '650400',\n description:\n 'Thrift Stores: Thrift stores operated by charitable or other not-for-profit organizations',\n },\n {\n code: '650401',\n description: 'Thrift Stores: For-profit thrift stores',\n },\n {\n code: '650500',\n description: 'Welfare Special Works Programs: Welfare Special Works Programs',\n },\n {\n code: '650600',\n description: 'Photography Studios and Film Print Shops: Photo Studios',\n },\n {\n code: '650601',\n description: 'Photography Studios and Film Print Shops: Film Devlp-Print Shps',\n },\n {\n code: '650602',\n description: 'Photography Studios and Film Print Shops: Film Exchange Shp',\n },\n {\n code: '650603',\n description: 'Photography Studios and Film Print Shops: Microfilming',\n },\n {\n code: '6509',\n description: 'Assisted living and group homes',\n },\n {\n code: '650904',\n description: 'Boarding Homes and Retirement Centers: Boarding Homes/Centers NOC',\n },\n {\n code: '650905',\n description: 'Boarding Homes and Retirement Centers: Fraternity or Sorority Houses',\n },\n {\n code: '650907',\n description: 'Boarding Homes and Retirement Centers: Retirement Centers',\n },\n {\n code: '651000',\n description: 'Domestic Servants: Domestic Service',\n },\n {\n code: '651100',\n description: 'Chore Services: Chore Services',\n },\n {\n code: '651120',\n description: 'Community Action Organizations: Chore Services/Home Care Assistants',\n },\n {\n code: '651200',\n description: 'Home care services/consumer directed employer program',\n },\n {\n code: '660100',\n description: 'Detective Agencies: Detective Agencies',\n },\n {\n code: '660101',\n description: 'Detective Agencies: Merchant Police/Patrol',\n },\n {\n code: '660102',\n description: 'Detective Agencies: Security Guard Agencies',\n },\n {\n code: '660103',\n description: 'Detective Agencies: Security Guards- Logging Site',\n },\n {\n code: '660104',\n description: 'Detective Agencies: Security Guards- Const Site',\n },\n {\n code: '660105',\n description: 'Detective Agencies: Armored Car Service',\n },\n {\n code: '660106',\n description: 'Detective Agencies: Crowd Control Services',\n },\n {\n code: '660107',\n description: 'Detective Agencies: Process/legal messenger services',\n },\n {\n code: '660202',\n description: 'Janitorial Service: Window-Washing Services',\n },\n {\n code: '660203',\n description: 'Janitorial Service: Janitorial Cleaning NOC',\n },\n {\n code: '660204',\n description: 'Janitorial Service: Residential Cleaning Services',\n },\n {\n code: '660205',\n description: 'Janitorial Service: Janitors NOC',\n },\n {\n code: '660208',\n description: 'Janitorial Service: Pest Control',\n },\n {\n code: '660210',\n description: 'Janitorial Service: Portable Cleaning/Washing NOC',\n },\n {\n code: '660212',\n description: 'Janitorial Service: Street & Building Decoration',\n },\n {\n code: '660300',\n description: 'Auction Sales: Auction Sales-Equip/Machinery',\n },\n {\n code: '660301',\n description: 'Auction Sales: Auction Sales-Gen Hhold Furn',\n },\n {\n code: '660302',\n description: 'Auction Sales: Auction Sales-Specialty Mdse',\n },\n {\n code: '660400',\n description: 'Optical Goods Manufacturing: Lens Mfg Incl Cl/Sls',\n },\n {\n code: '660401',\n description: 'Optical Goods Manufacturing: Optical Goods Mfg Incl Cl/Sls',\n },\n {\n code: '660500',\n description: 'Actors Entertainers and Musicians N.O.C.: Actors & Performers NOC',\n },\n {\n code: '660501',\n description: 'Actors Entertainers and Musicians N.O.C.: Musicians NOC',\n },\n {\n code: '660503',\n description:\n 'Actors Entertainers and Musicians N.O.C.: Players, entertainers and musicians hired by a theater, N.O.C',\n },\n {\n code: '660504',\n description: 'Actors Entertainers and Musicians N.O.C.: Dance Halls-All Employment',\n },\n {\n code: '660700',\n description: 'Card Rooms Bingo Parlors and Recreational Centers: Card Rooms/Bingo Parlors',\n },\n {\n code: '660701',\n description: 'Card Rooms Bingo Parlors and Recreational Centers: Billiard Halls',\n },\n {\n code: '660702',\n description:\n 'Card Rooms Bingo Parlors and Recreational Centers: Recreational/Community Centers',\n },\n {\n code: '660703',\n description: 'Card Rooms Bingo Parlors and Recreational Centers: Indoor Playgrounds',\n },\n {\n code: '660704',\n description: 'Card Rooms Bingo Parlors and Recreational Centers: Indoor Simulated Golfing',\n },\n {\n code: '660800',\n description: 'Motion Picture Production: Mtn Pictr Prod Inc Cl/Sls',\n },\n {\n code: '661400',\n description: 'Horse Racing - Major Tracks N.O.C.: Hors Race Train-Major',\n },\n {\n code: '661500',\n description: 'Horse Racing - Major Tracks Grooms: Hors Race-Grooms-Major Tracks',\n },\n {\n code: '661600',\n description: 'Horse Racing - Fairs Bush Tracks: Hors Race-Trainers-Fair Tracks',\n },\n {\n code: '661700',\n description: 'Horse Racing - Fairs Bush Tracks Grooms: Hors Race-Grooms-Fair Tracks',\n },\n {\n code: '661800',\n description: 'Horse Racing - Owners: Hors Race-Licensed Owners',\n },\n {\n code: '662000',\n description: 'Entertainers & Dancers: Entertainers NOC',\n },\n {\n code: '662200',\n description: 'Horse Racing - Fairs Bush Tracks: Horse Race Exr Rider Major Trk',\n },\n {\n code: '662300',\n description: 'Horse Racing - Major Tracks N.O.C.: Horse Race Exer Rider Fair Trk',\n },\n {\n code: '662500',\n description: 'Grooms and assistant trainers (major track)',\n },\n {\n code: '662501',\n description: 'Grooms and assistant trainers (nonprofit track)',\n },\n {\n code: '662600',\n description: 'Track (major track)',\n },\n {\n code: '662601',\n description: 'Track (nonprofit track)',\n },\n {\n code: '662700',\n description: 'Horse racing - farm or training center',\n },\n {\n code: '670400',\n description: 'Parking Lot Operations: Parking Lots',\n },\n {\n code: '670500',\n description: 'Ski Facilities: Ski Facilities',\n },\n {\n code: '670503',\n description: 'Ski Facilities: Excursions-Outdoor Recreation',\n },\n {\n code: '670504',\n description: 'Ski Facilities: Instructors Ski/Wind Sail',\n },\n {\n code: '670505',\n description: 'Ski Facilities: Ski Patrols',\n },\n {\n code: '670601',\n description: 'Ski Facilities: Athl Teams Care/Premises',\n },\n {\n code: '670700',\n description: 'Contact Sports N.O.C.: Prof Football/Contact Spts NOC',\n },\n {\n code: '670701',\n description: 'Contact Sports N.O.C.: Professional Hockey Teams',\n },\n {\n code: '670801',\n description: 'Auto & Boat Racing-Per Race: Jockeys',\n },\n {\n code: '670802',\n description: 'Auto & Boat Racing-Per Race: Prof Racing Drivers',\n },\n {\n code: '670900',\n description: 'Sheltered Workshops: Shelterd Wrkshp Inc Cl/Sls',\n },\n {\n code: '680100',\n description: 'Scheduled Airlines - Flight Crew: Airlines Sched Flight Crew',\n },\n {\n code: '680101',\n description: 'Scheduled Airlines - Flight Crew: Hot Air Balloon-Flight Crew',\n },\n {\n code: '680200',\n description: 'Scheduled Airlines - Flight Crew: Airlines Sched Ground Crew',\n },\n {\n code: '680201',\n description: 'Scheduled Airlines - Flight Crew: Hot Air Balloon-Ground Crew',\n },\n {\n code: '680301',\n description: 'Non Scheduled Airlines - Flight Crew: Flight Instruction-Flight Crew',\n },\n {\n code: '680302',\n description: 'Non Scheduled Airlines - Flight Crew: Private Aircraft-Flight Crew',\n },\n {\n code: '680304',\n description: 'Non Scheduled Airlines - Flight Crew: Airlines Nonscheduled Fly Crew',\n },\n {\n code: '680400',\n description: 'Nonscheduled Airlines - Ground Crew: Airport Operations-Grnd Crew',\n },\n {\n code: '680401',\n description: 'Nonscheduled Airlines - Ground Crew: Aircraft Ground Crew Opns NOC',\n },\n {\n code: '680402',\n description: 'Nonscheduled Airlines - Ground Crew: Aircraft/Sales or Service Cos',\n },\n {\n code: '680403',\n description: 'Nonscheduled Airlines - Ground Crew: Airlines Nonscheduled Grd Crew',\n },\n {\n code: '680404',\n description: 'Nonscheduled Airlines - Ground Crew: Aircraft Remfg/Rebuilding',\n },\n {\n code: '680900',\n description: 'Baseball Basketball & Soccer Teams: Professional Baseball Teams',\n },\n {\n code: '680901',\n description: 'Baseball Basketball & Soccer Teams: Professional Basketball Teams',\n },\n {\n code: '680902',\n description: 'Baseball Basketball & Soccer Teams: Professional Soccer Teams',\n },\n {\n code: '690100',\n description: 'Volunteers: Volunteers-Excl Law Enf Offcrs',\n },\n {\n code: '690101',\n description: 'Volunteers: Student Volunteers',\n },\n {\n code: '690202',\n description: 'Log Road Construction: Logging Rd Constn or Maint',\n },\n {\n code: '690203',\n description: 'Log Road Construction: Logging Railroad Const/Maint',\n },\n {\n code: '690303',\n description: 'Aerial Spraying Seeding and Crop Dusting: Aerial Seed/Spray/Dust/Fire Ft',\n },\n {\n code: '690400',\n description: 'County and City Fire Fighters - Salaried: Cities/Towns Firefighters',\n },\n {\n code: '690401',\n description: 'County and City Fire Fighters - Salaried: Counties/Tax Dist Firefighters',\n },\n {\n code: '690500',\n description: 'County and City Law Enforcement Officers: Cities/Towns Law Enforc Offcr',\n },\n {\n code: '690501',\n description: 'County and City Law Enforcement Officers: Counties/Tax Dist Law Enf Ofcr',\n },\n {\n code: '690502',\n description: 'County and City Law Enforcement Officers: Indian Tribl Cncl Law Enf Ofcr',\n },\n {\n code: '690600',\n description: 'Volunteer Law Enforcement Officers: Cities/Towns Vol Law Enf Offcr',\n },\n {\n code: '690601',\n description: 'Volunteer Law Enforcement Officers: Counties/Tax Dist Vol Law Enf',\n },\n {\n code: '690602',\n description: 'Volunteer Law Enforcement Officers: State Vol Law Enf Officers',\n },\n {\n code: '690701',\n description: 'Moving and Storage Companies: Moving/Storage Hshld Furnishgs',\n },\n {\n code: '690802',\n description: 'Paper Products Manufacturing: Envelope/Stationery Mfg',\n },\n {\n code: '690803',\n description: 'Paper Products Manufacturing: Paper Bag/Wallpaper Mfg',\n },\n {\n code: '690805',\n description: 'Paper Products Manufacturing: Paper Box Mfg-Folding Boxes',\n },\n {\n code: '690806',\n description: 'Paper Products Manufacturing: Paper Goods Mfg-Towels&Napkins',\n },\n {\n code: '690900',\n description: 'Medical and Testing Labs/Blood Banks: Laboratory:Test/Quality Contrl',\n },\n {\n code: '690902',\n description: 'Medical and Testing Labs/Blood Banks: Laboratory: Medical',\n },\n {\n code: '690903',\n description: 'Medical and Testing Labs/Blood Banks: Blood Bank',\n },\n {\n code: '690922',\n description: 'Medical and Testing Labs/Blood Banks: Laboratory: Assaying',\n },\n {\n code: '700200',\n description: 'DOE Contract: Doe Contract-Suppl Pen Assmnt',\n },\n {\n code: '710000',\n description: 'Exempt Limited Liability Members N.O.C.: Limited Liability Member NOC',\n },\n {\n code: '710100',\n description: 'Executive Officers N.O.C.: Corporate Officers NOC',\n },\n {\n code: '710200',\n description: 'Football Teams - NFL: NFL Football Teams',\n },\n {\n code: '710300',\n description: 'State Government - Law Enforcement Officers: State Govt:Law Enforcmnt Offcr',\n },\n {\n code: '710301',\n description: 'State Government - Law Enforcement Officers: State Govt:State Patrol',\n },\n {\n code: '710303',\n description: 'State Government - Law Enforcement Officers: State Govt:Guards/Corr Offcrs',\n },\n {\n code: '710305',\n description: 'State Government - Law Enforcement Officers: State Govt:Lottery Officers',\n },\n {\n code: '710306',\n description: 'State Government - Law Enforcement Officers: State Govt: Fish/Wildlife Off.',\n },\n {\n code: '710401',\n description: 'Temporary Help - Administrative Staff: Admin Staff of Temp Help Comp',\n },\n {\n code: '710501',\n description: 'Temporary Help - Office Services: Temp Help Office Workers',\n },\n {\n code: '710601',\n description: 'Temporary Help - Store Services: Temp Help Retail Store',\n },\n {\n code: '710701',\n description: 'Temporary Help - Food Services: Temp Help Food Services',\n },\n {\n code: '710801',\n description: 'Temporary Help - Warehousing: Temp Help Dry Goods Warehouse',\n },\n {\n code: '710901',\n description: 'Temporary Help - Tech. Services: Temp Help Electronics Assembly',\n },\n {\n code: '711000',\n description: 'Temporary Help - Field Services: Temp Help Field Technical Svcs',\n },\n {\n code: '711100',\n description: 'Temporary Help - Health Care: Temp Help Health Care Svcs',\n },\n {\n code: '711200',\n description: 'Temporary Help - Agricultural Services: Temp Help Ag/Farming Svcs',\n },\n {\n code: '711300',\n description: 'Temporary Help - Maintenance: Temp Help Janitorial/Maint Svc',\n },\n {\n code: '711400',\n description: 'Temporary Help - Assembly: Temp Help Whse/Redistr Oper',\n },\n {\n code: '711500',\n description: 'Temporary Help - Food Processing: Temp Help Cannery/Food Proc',\n },\n {\n code: '711600',\n description: 'Temporary Help - Utility Work: Temp Help Flagging Utility Svc',\n },\n {\n code: '711700',\n description: 'Temporary Help - Machine Operation: Temp Help Mfg Ops/Spec Trades',\n },\n {\n code: '711800',\n description: 'Temporary Help - Construction: Temp Help Const Svcs',\n },\n {\n code: '711900',\n description: 'Temporary Help - Vehicle Operation: Temp Help Drivers/Sawmills',\n },\n {\n code: '712000',\n description: 'Temporary Help - Hazardous Waste: Temp Help Hazardous Waste',\n },\n {\n code: '712100',\n description: 'Temporary Help - Logging: Temp Help Logging/Shake Mills',\n },\n {\n code: '712200',\n description: 'Temporary Help - Laborers For Manufacturing: Temp Help Labor No Machine Ops',\n },\n {\n code: '720000',\n description:\n 'State Acute Health Care Facilities w/Safe Patient Handling: State Govt: Hospital with SPH',\n },\n {\n code: '720100',\n description: 'State Patient or Health Care Personnel N.O.C.: State Govt: Healthcare Empls',\n },\n {\n code: '720200',\n description: 'Real Estate Agencies: Real Estate Agency Incl Cl/Sls',\n },\n {\n code: '720300',\n description: 'Community Service Workers: Community Service Workers',\n },\n {\n code: '720400',\n description: 'Preferred Workers: Preferred Workers',\n },\n {\n code: '720500',\n description: 'Life and Rescue Emergency Personnel: Emergency Worker-Life & Rescue',\n },\n {\n code: '730100',\n description: 'Dairy Farms: Farms: Dairy',\n },\n {\n code: '730200',\n description: 'Livestock Farms: Farms: Livestock',\n },\n {\n code: '730202',\n description: 'Livestock Farms: Riding Academies',\n },\n {\n code: '730203',\n description: 'Livestock Farms: Pleasure or Showhorse Stables',\n },\n {\n code: '730204',\n description: 'Livestock Farms: Racehorse Trainers-Unlicensed',\n },\n {\n code: '730205',\n description: 'Livestock Farms: Horse Racing: Elective Coverag',\n },\n {\n code: '730700',\n description: 'Christmas Tree Farms: Farms: Christmas Tree',\n },\n {\n code: '730701',\n description: 'Christmas Tree Farms: Tree Farms NOC - Excl Harvest',\n },\n {\n code: '730802',\n description: 'Pet Grooming/Boarding Services/Animal Shelters: Animal Shelters-All Operations',\n },\n {\n code: '730803',\n description: 'Pet Grooming/Boarding Services/Animal Shelters: Dog Grooming Parlors-All Opns',\n },\n {\n code: '730804',\n description: 'Pet Grooming/Boarding Services/Animal Shelters: Pet Stores NOC',\n },\n {\n code: '730805',\n description: 'Pet Grooming/Boarding Services/Animal Shelters: Pet Breeding/Boarding Kennels',\n },\n {\n code: '730900',\n description: 'Work Activity Centers: Work Activity Centers',\n },\n {\n code: '740000',\n description:\n 'State Acute Health Care Facilities w/o Safe Patient Handling: State Govt: Hospital w/o SPH',\n },\n {\n code: '900000',\n description: 'Old Claims',\n },\n] as const\n"],"names":["WA_RISK_CLASS_CODES"],"mappings":"AAAO,MAAMA,IAAsB;AAAA,EACjC;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EACf;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EACJ;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAEjB;"}
|
|
1
|
+
{"version":3,"file":"WA_RISK_CODES.js","sources":["../../src/models/WA_RISK_CODES.ts"],"sourcesContent":["export const WA_RISK_CLASS_CODES = [\n {\n code: '010102',\n description:\n 'Excavation and Grading N.O.C.: Excavation work and land clearing, N.O.C.: Pool or pond excavation, and placement of pool or pond liners',\n },\n {\n code: '010103',\n description: 'Excavation and Grading N.O.C.: Grading NOC',\n },\n {\n code: '010116',\n description: 'Excavation and Grading N.O.C.: Rail Const & Repair or Dismtl',\n },\n {\n code: '010117',\n description: 'Excavation and Grading N.O.C.: Retain Walls with Road Const',\n },\n {\n code: '010136',\n description: 'Excavation and Grading N.O.C.: Tree Care & Pruning Service',\n },\n {\n code: '010137',\n description: 'Excavation and Grading N.O.C.: Soil Remediation',\n },\n {\n code: '010140',\n description: 'Excavation and Grading N.O.C.: Mowing-Roadways/Right of Ways',\n },\n {\n code: '010141',\n description: 'Excavation and Grading N.O.C.: Logging Machine Operators',\n },\n {\n code: '010309',\n description: 'Drilling and Geophysical Exploration N.O.C.: Drilling NOC',\n },\n {\n code: '010310',\n description: 'Drilling and Geophysical Exploration N.O.C.: Geophysical Explor - Seismic',\n },\n {\n code: '010412',\n description: 'Dredging N.O.C.: Dredging NOC',\n },\n {\n code: '010513',\n description: 'Fence Erection N.O.C.: Fence Const & Rpr NOC',\n },\n {\n code: '010600',\n description: 'Tree care and pruning services, N.O.C.',\n },\n {\n code: '010700',\n description:\n 'Underground Utility Line Const. & Pipelaying N.O.C.: Coaxl/CDT Ugd TV Utility NOC',\n },\n {\n code: '010701',\n description: 'Underground Utility Line Const. & Pipelaying N.O.C.: Pipelaying NOC',\n },\n {\n code: '010800',\n description: 'Sewer and Septic System Construction: Ditches & Canals NOC',\n },\n {\n code: '010801',\n description: 'Sewer and Septic System Construction: Sewer Const/Septic Tank Inst',\n },\n {\n code: '010802',\n description: 'Sewer and Septic System Construction: Tanks NOC - Underground',\n },\n {\n code: '011200',\n description: 'Sand and Gravel Production Including Dealers: Comm Prod Sand/GRVL/Clay/Stone',\n },\n {\n code: '011201',\n description: 'Sand and Gravel Production Including Dealers: Humus/Peat Digging',\n },\n {\n code: '011202',\n description: 'Sand and Gravel Production Including Dealers: Pit/Crush/Bunk Oper-Rd Const',\n },\n {\n code: '011203',\n description: 'Sand and Gravel Production Including Dealers: Sand/Gravel/Shale Digging',\n },\n {\n code: '020101',\n description: 'Bridge Bulkhead and Tunnel Construction: Bridge/OVHD Crossing Const/Rpr',\n },\n {\n code: '020104',\n description: 'Bridge Bulkhead and Tunnel Construction: Brkwtr Jetty/Levee Const/Rpr',\n },\n {\n code: '020105',\n description: 'Bridge Bulkhead and Tunnel Construction: Bulkhead Retaining Wall Const',\n },\n {\n code: '020106',\n description: 'Bridge Bulkhead and Tunnel Construction: Culvert Instal - Over 12 ft',\n },\n {\n code: '020108',\n description: 'Bridge Bulkhead and Tunnel Construction: Tunnel/Approach Const',\n },\n {\n code: '020109',\n description: 'Bridge Bulkhead and Tunnel Construction: Diking NOC',\n },\n {\n code: '020202',\n description: 'Pile Driving with Water Hazard: Pile',\n },\n {\n code: '020203',\n description: 'Pile Driving with Water Hazard: Wharf/Pier Const/Maint/Repair',\n },\n {\n code: '020204',\n description: 'Pile Driving with Water Hazard: Diving & Subaqueous Work NOC',\n },\n {\n code: '020205',\n description: 'Pile Driving with Water Hazard: Geoduck harvesting by divers',\n },\n {\n code: '020206',\n description: 'Pile construction: Drilled method',\n },\n {\n code: '021000',\n description: 'Asphalt Paving - Streets and Roads: Asphalt Paving - Roadways',\n },\n {\n code: '021200',\n description: 'Asphalt Paving N.O.C.: Asphalt Paving NOC',\n },\n {\n code: '021400',\n description: 'Concrete Work - Streets and Roads: Concrete Paving - Roadways',\n },\n {\n code: '021401',\n description: 'Concrete Work - Streets and Roads: Concr Curb/Sidewalk - Roadways',\n },\n {\n code: '021402',\n description: 'Concrete Work - Streets and Roads: Median/Retaining Walls - Roadways',\n },\n {\n code: '021403',\n description: 'Concrete Work - Streets and Roads: Concr Saw/Drill/Cut - Roadways',\n },\n {\n code: '021700',\n description: 'Concrete Work - Foundations and Sidewalks: Concrete Flatwork NOC',\n },\n {\n code: '021701',\n description: 'Concrete Work - Foundations and Sidewalks: Concr Found/Flatwork-Wood Bldg',\n },\n {\n code: '021702',\n description: 'Concrete Work - Foundations and Sidewalks: Concrete Saw/Drill/Cut NOC',\n },\n {\n code: '021900',\n description:\n 'Guardrails Street Signs and Traffic Lights Installation: Highway Light/Sign Inst NOC',\n },\n {\n code: '021901',\n description:\n 'Guardrails Street Signs and Traffic Lights Installation: Road/Park Lot Striping NOC',\n },\n {\n code: '030104',\n description: 'Landscape Construction and Renovation: Lawn-Type Sprinkler Sysm Instl',\n },\n {\n code: '030106',\n description: 'Landscape Construction and Renovation: Agricult Irrigation Sys Instal',\n },\n {\n code: '030108',\n description: 'Landscape Construction and Renovation: Landscape Const Operations NOC',\n },\n {\n code: '030201',\n description: 'Masonry Construction: Brick/Slate/Masonry NOC',\n },\n {\n code: '030202',\n description: 'Masonry Construction: Masonry NOC Chim/Fire Pl Const',\n },\n {\n code: '030300',\n description: 'Plastering Stuccoing and Lathing: Buildings: Plaster/Stucco Work NOC',\n },\n {\n code: '030600',\n description: 'Plumbing: Plumbing NOC Sewer Pipe Clng',\n },\n {\n code: '030602',\n description: 'Plumbing: Sprinkler Installation Auto',\n },\n {\n code: '030603',\n description: 'Plumbing: Steam Pipe/Boiler Cover/Instal',\n },\n {\n code: '030604',\n description: 'Plumbing: Boilers NOC Instal/Svc/Repair',\n },\n {\n code: '030605',\n description: 'Plumbing: Pump Installation, Service or Repair',\n },\n {\n code: '030606',\n description: 'Plumbing: Water Treatment Systems',\n },\n {\n code: '030607',\n description: 'Plumbing: Hot Water Heater-Inst/Svc/Rep',\n },\n {\n code: '030701',\n description: 'HVAC Systems Installation Service and Repair: Heating Syst Instal/Svc/Repair',\n },\n {\n code: '030704',\n description: 'HVAC Systems Installation Service and Repair: Vent/Air Cd/Refrig Syst Instal',\n },\n {\n code: '030705',\n description: 'HVAC Systems Installation Service and Repair: Wood Stove Install Excl Masnry',\n },\n {\n code: '030800',\n description: 'Lawn Care Maintenance: Chem Spraying/Fumigating',\n },\n {\n code: '030801',\n description: 'Lawn Care Maintenance: Lawn Care Maintenance',\n },\n {\n code: '040300',\n description: 'Sign Erection: Sign Erect/Paint/Repair/Remove',\n },\n {\n code: '040310',\n description: 'Sign Erection: Sign Paint/Letter Outside Bldg',\n },\n {\n code: '050204',\n description: 'Floor Covering Installation: Floor & Counter Covrng Install',\n },\n {\n code: '050299',\n description: 'Floor Covering Installation: Flooring - No Employees',\n },\n {\n code: '050406',\n description: 'Painting: Building and Structures - Exterior Work: Waterproofing NOC',\n },\n {\n code: '050418',\n description: 'Painting: Building and Structures - Exterior Work: Presr Wash/Sandbl Bldg/Struct',\n },\n {\n code: '050420',\n description: 'Painting: Building and Structures - Exterior Work: Lead Abatement NOC',\n },\n {\n code: '050421',\n description: 'Painting: Building and Structures - Exterior Work: Painting-Ext. Bldg/Struct NOC',\n },\n {\n code: '050705',\n description: 'Roofing Work - Construction and Repair: Roof Const or Repair-All Types',\n },\n {\n code: '050799',\n description: 'Roofing Work - Construction and Repair: Roof Const - No Employees',\n },\n {\n code: '050800',\n description:\n 'Structural Steel Erection - Towers Tanks and Cranes: Radio/TV Tower/Towers NOC Erec',\n },\n {\n code: '050801',\n description:\n 'Structural Steel Erection - Towers Tanks and Cranes: Smokestack Construction/Repair',\n },\n {\n code: '050802',\n description:\n 'Structural Steel Erection - Towers Tanks and Cranes: Windmill/Silo Erect/Maint/Rpr',\n },\n {\n code: '050803',\n description: 'Structural Steel Erection - Towers Tanks and Cranes: Oil Still/Refinery Const',\n },\n {\n code: '050804',\n description:\n 'Structural Steel Erection - Towers Tanks and Cranes: Blast Furnace & Metal Burner',\n },\n {\n code: '050808',\n description: 'Structural Steel Erection - Towers Tanks and Cranes: Elevated Railway/Tram Const',\n },\n {\n code: '050809',\n description: 'Structural Steel Erection - Towers Tanks and Cranes: Exterior Tanks Erect NOC',\n },\n {\n code: '050811',\n description: 'Structural Steel Erection - Towers Tanks and Cranes: Crane/Derrick Installation',\n },\n {\n code: '050812',\n description:\n 'Structural Steel Erection - Towers Tanks and Cranes: Water Cooling Towers Erection',\n },\n {\n code: '050900',\n description:\n 'Overhead Power and Transmission Lines Construction: OVHD Phone/Telegraph Lns Erect',\n },\n {\n code: '050901',\n description: 'Overhead Power and Transmission Lines Construction: OVHD Television Lines Erect',\n },\n {\n code: '050902',\n description: 'Overhead Power and Transmission Lines Construction: OVHD Elec Trans Lines Erect',\n },\n {\n code: '050903',\n description: 'Overhead Power and Transmission Lines Construction: OVHD Trans Lines Erect NOC',\n },\n {\n code: '051000',\n description: 'Wood Frame Building Construction: Wood Frame Bldg Construction',\n },\n {\n code: '051099',\n description: 'Construction contractor: No employees',\n },\n {\n code: '051100',\n description: 'Glass Installation: Buildings: Glass Installation In Bldgs',\n },\n {\n code: '051200',\n description:\n 'Insulation Installation and Asbestos Abatement Work: Insulation/Sound Proofing Inst',\n },\n {\n code: '051201',\n description:\n 'Insulation Installation and Asbestos Abatement Work: Asbestos Abatement - All Oper',\n },\n {\n code: '051300',\n description: 'Interior Finish Carpentry: Interior Finish Carpentry',\n },\n {\n code: '051400',\n description: 'Garage Door Installation: Garage/OVHD Door Installation',\n },\n {\n code: '051401',\n description: 'Garage Door Installation: Awning/Fire Escape Inst/Rpr',\n },\n {\n code: '051600',\n description: 'Carpentry N.O.C.: Bldg Repair/Carpentry NOC',\n },\n {\n code: '051601',\n description: 'Carpentry N.O.C.: Wood Playground Equip Install',\n },\n {\n code: '051602',\n description: 'Building repair, remodeling and carpentry, N.O.C.',\n },\n {\n code: '051700',\n description:\n 'Factory Built Home Set-Up By Contractor/Manufacturer: Mobile Home Set Up-Contractor',\n },\n {\n code: '051701',\n description:\n 'Factory Built Home Set-Up By Contractor/Manufacturer: Bldg Raising Moving & Undrpin',\n },\n {\n code: '051800',\n description: 'Non Wood Frame Building Construction: Building/Concrete Const NOC',\n },\n {\n code: '051801',\n description: 'Non Wood Frame Building Construction: Metal Carport Construction',\n },\n {\n code: '051802',\n description: 'Non Wood Frame Building Construction: Metal Ser Station Canopy Const',\n },\n {\n code: '051803',\n description: 'Non Wood Frame Building Construction: Building Wrecking/Demolition',\n },\n {\n code: '051900',\n description:\n 'Sheet Metal Siding Gutters and Downspout Installation: Sheet metal work in building construction N.O.C.',\n },\n {\n code: '052100',\n description: 'Painting: Buildings - Interior Work: Painting-Int Bldg Incl Wallp',\n },\n {\n code: '054000',\n description: 'Wallboard Installation - Discounted Rate: Drywall Install (Disc/Sq Ft)',\n },\n {\n code: '054100',\n description: 'Wallboard Taping - Discounted Rate: Drywall Taping (Disc/Sq Ft)',\n },\n {\n code: '055000',\n description:\n 'Wallboard installation, including scrapping: Nondiscounted rate (to be assigned only by the drywall underwriter)',\n },\n {\n code: '055099',\n description: 'Wallboard Installation - Undiscounted Rate: Drywall - No Employees',\n },\n {\n code: '055100',\n description: 'Wallboard Taping - Undiscounted Rate: Drywall Taping (Undisc/Sq Ft)',\n },\n {\n code: '060100',\n description: 'Electrical Wiring: Buildings and Structures: Elect Wire In Bldgs/Floodlight',\n },\n {\n code: '060107',\n description: 'Electrical Wiring: Buildings and Structures: Elec Mach/Aux Apparatus Instal',\n },\n {\n code: '060108',\n description: 'Electrical Wiring: Buildings and Structures: Temp Flood/Srchlt Oper On Trk',\n },\n {\n code: '060115',\n description: 'Electrical Wiring: Buildings and Structures: TV Cable Instl In Bldg by Cont',\n },\n {\n code: '060203',\n description: 'Elevator Installation Service and Repair: Elevator Install/Serv/Rpr',\n },\n {\n code: '060300',\n description: 'Machinery Installation Service and Repair: Machinery Instal Milrit Wk NOC',\n },\n {\n code: '060305',\n description: 'Machinery Installation Service and Repair: Dynamos Instal/Service/Repair',\n },\n {\n code: '060307',\n description: 'Machinery Installation Service and Repair: Plant Maintenance by Contrctor',\n },\n {\n code: '060308',\n description: 'Machinery Installation Service and Repair: Metal Playground Equip Install',\n },\n {\n code: '060309',\n description: 'Machinery Installation Service and Repair: Commercial Equipment Install.',\n },\n {\n code: '060404',\n description: 'Scrap Metal Dealers and Processors: Metal Scrap Dealers/Processors',\n },\n {\n code: '060601',\n description: 'Vending Machine Installation Service and Repair: Vending Machine Operation',\n },\n {\n code: '060602',\n description: 'Vending Machine Installation Service and Repair: Fire Extinguisher Sales & Srvc',\n },\n {\n code: '060603',\n description: 'Vending Machine Installation Service and Repair: Money Collection Serv:Coin Op',\n },\n {\n code: '060612',\n description: 'Vending Machine Installation Service and Repair: Amusement Device Install/Maint',\n },\n {\n code: '060711',\n description:\n 'Household Appliance Installation Service and Repair: Household Appliances Instl/Svc',\n },\n {\n code: '060716',\n description: 'Household Appliance Installation Service and Repair: TV Antenna Install & Rpr',\n },\n {\n code: '060717',\n description: 'Household Appliance Installation Service and Repair: Safe/Vault/Deadbolt Install',\n },\n {\n code: '060718',\n description:\n 'Household Appliance Installation Service and Repair: Blinds/Curtains/Drapes Install',\n },\n {\n code: '060719',\n description: 'Household Appliance Installation Service and Repair: Display Service for Stores',\n },\n {\n code: '060721',\n description:\n 'Household Appliance Installation Service and Repair: Meat Slicer/Grinder Instal/Svc',\n },\n {\n code: '060722',\n description: 'Household Appliance Installation Service and Repair: Rubber Dock Bumper Install',\n },\n {\n code: '060723',\n description:\n 'Household Appliance Installation Service and Repair: Car Stereo/Radio/Phone Install',\n },\n {\n code: '060801',\n description:\n 'Telephone and Electrical Alarm System Installation: Elec Alarm Sys Install/Svc/Rpr',\n },\n {\n code: '060802',\n description:\n 'Telephone and Electrical Alarm System Installation: Intercom/Audio Bx Inst/Svc/Rpr',\n },\n {\n code: '060804',\n description:\n 'Telephone and Electrical Alarm System Installation: Telephone Svc Prewire by Contr',\n },\n {\n code: '070100',\n description: 'Dam Construction: Dam Const - All Opr',\n },\n {\n code: '080300',\n description: 'Cities - All Other Employees N.O.C.: Cities & Towns All Operations',\n },\n {\n code: '090100',\n description: 'Shipbuilding or Repair N.O.C.: Ship-Building/Repair NOC',\n },\n {\n code: '100200',\n description: 'Sawmills and Automated Shake and Shingle Mills: Sawmills - Oper/Maint',\n },\n {\n code: '100208',\n description:\n 'Sawmills and Automated Shake and Shingle Mills: Shake and shingle mills automated process (to be assigned by classification underwriter)',\n },\n {\n code: '100303',\n description:\n 'Pole Yards and Log Home Manufacturing: Creosote works; pile and pole treating, dry kiln operations, pole yards, masts and spars yards and log home manufacturing',\n },\n {\n code: '100400',\n description: 'Log Storage or Sorting Yards: Log Storage & Sorting Yards',\n },\n {\n code: '100502',\n description: 'Shake and Shingle Mills - Non-Automated: Shake and/or Shingle Mills',\n },\n {\n code: '100600',\n description: 'Land surveying services, N.O.C.',\n },\n {\n code: '100708',\n description: 'Grading Inspection Bureaus/Forestry Services N.O.C.: Geophysical Exploration NOC',\n },\n {\n code: '100709',\n description:\n 'Grading Inspection Bureaus/Forestry Services N.O.C.: Pipeline Inspecting-Radiograph',\n },\n {\n code: '100715',\n description:\n 'Grading Inspection Bureaus/Forestry Services N.O.C.: Inspection & Grading Bureaus',\n },\n {\n code: '100716',\n description: 'Grading Inspection Bureaus/Forestry Services N.O.C.: Foresters',\n },\n {\n code: '100718',\n description: 'Grading Inspection Bureaus/Forestry Services N.O.C.: Scientific Tree Studies',\n },\n {\n code: '100719',\n description: 'Grading Inspection Bureaus/Forestry Services N.O.C.: Timber Cruisers',\n },\n {\n code: '100720',\n description: 'Grading Inspection Bureaus/Forestry Services N.O.C.: Tree Auditing',\n },\n {\n code: '100721',\n description:\n 'Grading Inspection Bureaus/Forestry Services N.O.C.: Environmental Surveyor Service',\n },\n {\n code: '110104',\n description: 'Parcel and Package Delivery Service: Automobile Delivery/Repossess',\n },\n {\n code: '110106',\n description: 'Parcel and Package Delivery Service: Delivery by Whsl/Retail Distr',\n },\n {\n code: '110109',\n description: 'Parcel and Package Delivery Service: Parcel Delivery Co-No Bulk Mer',\n },\n {\n code: '110114',\n description: 'Parcel and Package Delivery Service: Delivery of Magazines & Books',\n },\n {\n code: '110117',\n description: 'Parcel and Package Delivery Service: Driver Delivery Sales NOC',\n },\n {\n code: '110119',\n description: 'Parcel and Package Delivery Service: Route Food Services',\n },\n {\n code: '110120',\n description: 'Parcel and Package Delivery Service: Computer Tape/Acct Rec Del Svc',\n },\n {\n code: '110121',\n description: 'Parcel and Package Delivery Service: Delivery Service',\n },\n {\n code: '110202',\n description: 'Trucking N.O.C.: Trucking: Interstate',\n },\n {\n code: '110203',\n description: 'Trucking N.O.C.: Trucking: Intrastate',\n },\n {\n code: '110204',\n description: 'Trucking N.O.C.: Trucking: Combined Inter/Intra',\n },\n {\n code: '110300',\n description: 'Solid Fuel Topsoil Firewood and Pallet Dealers: Coal & Solid Fuel Yards',\n },\n {\n code: '110302',\n description: 'Solid Fuel Topsoil Firewood and Pallet Dealers: Firewood Dlrs Yard Operations',\n },\n {\n code: '110304',\n description: 'Solid Fuel Topsoil Firewood and Pallet Dealers: Composting',\n },\n {\n code: '110306',\n description: 'Solid Fuel Topsoil Firewood and Pallet Dealers: Top Soil/Beauty Bark Dlrs NOC',\n },\n {\n code: '110400',\n description: 'Auto Wrecking: Auto/Truck Wrecking',\n },\n {\n code: '110500',\n description: 'Septic Tank Pumping and Street Sweeping Services: Septic Tank Pumping',\n },\n {\n code: '110501',\n description: 'Septic Tank Pumping and Street Sweeping Services: Str/Prk Lot Sweep & Pt Toil Sv',\n },\n {\n code: '110502',\n description: 'Septic Tank Pumping and Street Sweeping Services: Vacuum Truck Service',\n },\n {\n code: '110600',\n description: 'Tool Rental Stores: Rental Stores NOC',\n },\n {\n code: '110802',\n description: 'Glass Merchants: Glass Tempering',\n },\n {\n code: '110803',\n description: 'Glass Merchants: Glass Merchants-Flat or Sheet',\n },\n {\n code: '110804',\n description: 'Glass Merchants: Auto Glass Merchants',\n },\n {\n code: '110805',\n description: 'Glass Merchants: Combined Auto/Flat Glass Merch',\n },\n {\n code: '110806',\n description: 'Glass Merchants: Glass: Cut/Etch/Bevel/Grind',\n },\n {\n code: '110900',\n description: 'Auto Towing Services: Auto/Truck Towing Company NOC',\n },\n {\n code: '130100',\n description: 'Electric Power Plants: Electric Light & Powerplants',\n },\n {\n code: '130101',\n description: 'Electric Power Plants: Electric Light & Power Coops',\n },\n {\n code: '130102',\n description: 'Electric Power Plants: Elec Light & Power Cos & Puds',\n },\n {\n code: '130105',\n description: 'Electric Power Plants: Steam Heat/Power Plant Operatn',\n },\n {\n code: '130300',\n description: 'Telephone Companies - All Other Employees N.O.C.: Telephone Cos All Other Emplys',\n },\n {\n code: '130301',\n description: 'Telephone Companies - All Other Employees N.O.C.: Telegraph Cos All Other Emplys',\n },\n {\n code: '130400',\n description: 'Telephone Companies - Office and Admin. Staff: Telephone Cos Adm Incl Cl/Sale',\n },\n {\n code: '130401',\n description: 'Telephone Companies - Office and Admin. Staff: Telegraph Cos Adm Incl Cl/Sale',\n },\n {\n code: '130500',\n description: 'TV Cable Companies - All Other Employees N.O.C.: TV Cable Cos Operation',\n },\n {\n code: '140101',\n description: 'Taxi Cab Companies: Taxi-Flat rate/driver',\n },\n {\n code: '140102',\n description: 'Taxi Cab Companies: Taxi-Flat rate/vehicle',\n },\n {\n code: '140103',\n description: 'Taxi Cab Companies: Taxi-Actual hours',\n },\n {\n code: '140104',\n description: 'Taxi Cab Companies: Pedicab & horse-drawn carriage co.',\n },\n {\n code: '140406',\n description: 'Cabulance and Paratransit: Vessels/Ferries NOC',\n },\n {\n code: '140407',\n description: 'Cabulance and Paratransit: Train Rides',\n },\n {\n code: '140411',\n description: 'Cabulance and Paratransit: Escort & Pilot Cars',\n },\n {\n code: '140412',\n description: 'Cabulance and Paratransit: Cabulance & Paratransit',\n },\n {\n code: '140500',\n description: 'Ambulance Service: Ambulance Services',\n },\n {\n code: '140700',\n description: 'Bus Companies - Private: Bus Companies - Private',\n },\n {\n code: '150100',\n description:\n 'County and Tribal Councils-All Other Employees N.O.C.: County/Tax Dist NOC Othr Empls',\n },\n {\n code: '150101',\n description:\n 'County and Tribal Councils-All Other Employees N.O.C.: Housing Auth All Other Emplys',\n },\n {\n code: '150108',\n description:\n 'County and Tribal Councils-All Other Employees N.O.C.: Ind Trbl Concl All Othr Emplys',\n },\n {\n code: '150109',\n description: 'County and Tribal Councils-All Other Employees N.O.C.: Military Base Maintenance',\n },\n {\n code: '150120',\n description:\n 'County and Tribal Councils-All Other Employees N.O.C.: Comm Act Org - All Other/NOC',\n },\n {\n code: '150701',\n description: 'Waterworks Operations Repair and Maintenance: Irrigation Ditches - Operation',\n },\n {\n code: '150702',\n description: 'Waterworks Operations Repair and Maintenance: Water Works Opn Inc Meter Redr',\n },\n {\n code: '170102',\n description: 'Ore Reduction: Ore Reduction',\n },\n {\n code: '170201',\n description: 'Underground Mines: Mines NOC Udrgrnd All Opns',\n },\n {\n code: '170301',\n description: 'Surface Mines: Open Cut Mining All Types',\n },\n {\n code: '170402',\n description: 'Quarries: Quarries NOC Incl Crushing',\n },\n {\n code: '180101',\n description: 'Lead Smelting Rolling Mills and Metal Recovery: Smelt/Sinter/Refine Lead',\n },\n {\n code: '180103',\n description: 'Lead Smelting Rolling Mills and Metal Recovery: Rolling Mills Steel/Iron',\n },\n {\n code: '180108',\n description: 'Lead Smelting Rolling Mills and Metal Recovery: Smelt/Sinter/Refine Ores NOC',\n },\n {\n code: '180109',\n description: 'Lead Smelting Rolling Mills and Metal Recovery: Recover/Refine/Reproc Metals',\n },\n {\n code: '180200',\n description: 'Aluminum Smelting: Aluminum Smelting',\n },\n {\n code: '200213',\n description: 'Freight Handling Services: Freight Handling NOC',\n },\n {\n code: '200231',\n description: 'Freight Handling Services: Refrig Car Load/Unload/Icing',\n },\n {\n code: '200421',\n description: 'Iron and Steel Merchants: Iron/Steel Merchants-Not Scrap',\n },\n {\n code: '200702',\n description: 'Grain Bean and Pea Elevators or Warehouses: Grain Elevator/Warehouse',\n },\n {\n code: '200703',\n description: 'Grain Bean and Pea Elevators or Warehouses: Bean/Pea Elevator or Warehouse',\n },\n {\n code: '200801',\n description: 'Field Bonded Warehouses: Warehouse-Fld Bond Incl Cl',\n },\n {\n code: '200900',\n description: 'Lumber Yards and Building Material Dealers: Bldg.Material Dlrs/Lumber Yard',\n },\n {\n code: '200901',\n description: 'Lumber Yards and Building Material Dealers: Electrical Supply Dealers',\n },\n {\n code: '200902',\n description: 'Lumber Yards and Building Material Dealers: Farm Supply Stores',\n },\n {\n code: '200903',\n description: 'Lumber Yards and Building Material Dealers: Hardware Store W/Bldg Material',\n },\n {\n code: '200904',\n description: 'Lumber Yards and Building Material Dealers: Pump Plumbing Pipe Dealers',\n },\n {\n code: '200905',\n description: 'Lumber Yards and Building Material Dealers: Warehouse Centers',\n },\n {\n code: '200906',\n description: 'Lumber Yards and Building Material Dealers: Hvac Supply Dealers',\n },\n {\n code: '210100',\n description: 'Grain Feed and Flour Mills: Grain & Feed Mills & Feed Mfg',\n },\n {\n code: '210101',\n description: 'Grain Feed and Flour Mills: Hay Grain or Feed Dealers',\n },\n {\n code: '210102',\n description: 'Grain Feed and Flour Mills: Seed Merchants & Grain Drying',\n },\n {\n code: '210105',\n description: 'Grain Feed and Flour Mills: Hop Pellet Manufacturing',\n },\n {\n code: '210200',\n description: 'Warehouses N.O.C. Grocery Dist & Recycle Centers: Warehouse-General Merchandise',\n },\n {\n code: '210204',\n description: 'Warehouses N.O.C. Grocery Dist & Recycle Centers: Coll/Rec Sta/Dlr for Recyl Mat',\n },\n {\n code: '210211',\n description: 'Warehouses N.O.C. Grocery Dist & Recycle Centers: Groc/Fruit/Prod Dist-Whsl/Retl',\n },\n {\n code: '210228',\n description: 'Warehouses N.O.C. Grocery Dist & Recycle Centers: Wool/Cotton Merchants',\n },\n {\n code: '210300',\n description: 'Fulfillment Centers',\n },\n {\n code: '210401',\n description: 'Fruit & Vegetable Packing - Fresh: Vegetable Packing - Fresh',\n },\n {\n code: '210402',\n description: 'Fruit & Vegetable Packing - Fresh: Fruit Packing - Fresh',\n },\n {\n code: '210500',\n description: 'Beer Wine and Soft Drink Distributors: Comb Ber/Ale/Win/Sft Dnk Dist',\n },\n {\n code: '210501',\n description: 'Beer Wine and Soft Drink Distributors: Beer/Ale/Wine Dist - All Oper',\n },\n {\n code: '210502',\n description: 'Beer Wine and Soft Drink Distributors: Soft Drink Dist-All Oper',\n },\n {\n code: '210600',\n description: 'Fertilizer Dealer: Fertilizer Dealer/Mfg/Delivery',\n },\n {\n code: '210601',\n description: 'Fertilizer Dealer: Explosive Powder & Chemical Dealers',\n },\n {\n code: '220101',\n description: 'Laundry & Dry Cleaning Services: Laundry or Dry Cleaning',\n },\n {\n code: '220203',\n description: 'Carpet Cleaning: Carpet/Rug/Uph Cleaning',\n },\n {\n code: '220300',\n description: 'Laundries - Commercial: Laundries-Commrcial/Industrial',\n },\n {\n code: '220400',\n description: 'Laundries - Coin Operated: Laundry/Dry Clean-Coin Oper',\n },\n {\n code: '240100',\n description: 'Pulp and Paper Goods Manufacturing N.O.C.: Paper or Pulp Mfg',\n },\n {\n code: '240103',\n description: 'Pulp and Paper Goods Manufacturing N.O.C.: Corrugated/Fiber Bd Contnr Mfg',\n },\n {\n code: '240104',\n description: 'Pulp and Paper Goods Manufacturing N.O.C.: Paper Coating/Corrugating',\n },\n {\n code: '240108',\n description: 'Pulp and Paper Goods Manufacturing N.O.C.: Paper Goods Mfg NOC',\n },\n {\n code: '290300',\n description:\n 'Wood Products Manufacturing N.O.C.: Manufacturing wood chips, hog fuel, bark, bark flour, fire logs or laths',\n },\n {\n code: '290308',\n description:\n 'Wood Products Manufacturing N.O.C.: Manufacturing and assembly of wood doors, jambs, windows, sashes, stairs, molding or other miscellaneous millwork',\n },\n {\n code: '290310',\n description:\n 'Wood Products Manufacturing N.O.C.: Manufacturing, assembly, or repair of wood containers or pallets; wood pallet dealer or recycle operations: Including repairs of pallets',\n },\n {\n code: '290312',\n description:\n 'Wood Products Manufacturing N.O.C.: Manufacturing or assembly of wood products not otherwise classified (N.O.C.)',\n },\n {\n code: '290320',\n description: 'Wood Products Manufacturing N.O.C.: Sign Manufacturing - Wood',\n },\n {\n code: '290321',\n description: 'Wood Products Manufacturing N.O.C.: Truss Manufacturing - Wood',\n },\n {\n code: '290327',\n description: 'Wood Products Manufacturing N.O.C.: Ridge Cap and/or Shim Mfg.',\n },\n {\n code: '290328',\n description: 'Wood Products Manufacturing N.O.C.: Wood Boat Mfg/Repair',\n },\n {\n code: '290400',\n description: 'Plywood and Veneer Manufacturing: Veneer-Commercial Production',\n },\n {\n code: '290401',\n description: 'Plywood and Veneer Manufacturing: Plywood Manufacturing',\n },\n {\n code: '290500',\n description: 'Furniture and Casket Manufacturing - Wood: Furn/Casket Mfg Wood/Refinish',\n },\n {\n code: '290601',\n description: 'Pattern or Model Manufacturing; Wood Instrument Mfg.: Pattern or Model Mfg',\n },\n {\n code: '290614',\n description:\n 'Pattern or Model Manufacturing; Wood Instrument Mfg.: Piano/Musical Instrument Mfg',\n },\n {\n code: '290700',\n description: 'Cabinet and Countertop Manufacturing - Wood: Cabinet/Countertop/Fixture Mfg',\n },\n {\n code: '290800',\n description: 'Factory Built Housing Manufacturing: Factory Built Housing',\n },\n {\n code: '290802',\n description: 'Factory Built Housing Manufacturing: Cmpr/Trvl Trlr Factry Blt-Shop',\n },\n {\n code: '290803',\n description: 'Factory Built Housing Manufacturing: Truck Canopy Mfg - Shop Only',\n },\n {\n code: '290900',\n description: 'Woodenware Products Manufacturing: Woodenware:Hshld/Sprtng Gd Mfg',\n },\n {\n code: '310105',\n description: 'Redi-Mix Concrete Dealers: Ready Mix Concrete Dealers',\n },\n {\n code: '310204',\n description: 'Rock Wool Insulation Manufacturing: Stone wool insulation: Manufacturing',\n },\n {\n code: '310301',\n description: 'Cement Manufacturing: Cement/Lime Manufacturing',\n },\n {\n code: '310302',\n description: 'Cement Manufacturing: Bldg/Insulation Material Mfg',\n },\n {\n code: '310408',\n description: 'Stone Cutting and Monument Dealers: Plaster Mills/Whiting Mfg',\n },\n {\n code: '310452',\n description: 'Stone Cutting and Monument Dealers: Asbestos Prod/Mica Goods Mfg',\n },\n {\n code: '310453',\n description: 'Stone Cutting and Monument Dealers: Soapstone/Soapstone Prods Mfg',\n },\n {\n code: '310455',\n description: 'Stone Cutting and Monument Dealers: Plasterboard/Plaster Block Mfg',\n },\n {\n code: '310457',\n description: 'Stone Cutting and Monument Dealers: Coating of Bldg Mat NOC - Shop',\n },\n {\n code: '310458',\n description: 'Stone Cutting and Monument Dealers: Monument Dealers/Stone Cutting',\n },\n {\n code: '310506',\n description: 'Concrete Products Manufacturing: Concrete Blk/Brick/Tile Mfg',\n },\n {\n code: '310507',\n description: 'Concrete Products Manufacturing: Concrete Sewer/Irrig Pipe Mfg',\n },\n {\n code: '330307',\n description: 'Meat Fish and Poultry Dealers - Retail: Fish Dealers-Retail',\n },\n {\n code: '330308',\n description: 'Meat Fish and Poultry Dealers - Retail: Meat/Poultry Dealers-Retail',\n },\n {\n code: '330400',\n description: 'Meat Fish and Poultry Dealers - Wholesale: Fish Processors-Wholesale',\n },\n {\n code: '330401',\n description: 'Meat Fish and Poultry Dealers - Wholesale: Meat-Poultry Dealers/Whlse/Ret',\n },\n {\n code: '330902',\n description: 'Motorcycle Dealers: Golf Cars Sales/Rntl Agencies',\n },\n {\n code: '330903',\n description: 'Motorcycle Dealers: Motorcycle Sales/Rntl Agencies',\n },\n {\n code: '340201',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Printing/Bookbinding Mach Mfg',\n },\n {\n code: '340202',\n description:\n 'Machine Shops and Machinery Mfg. N.O.C.: Pump, safe, scale, auto jack, water meter, air compressor and elevator: Manufacturing or assembly',\n },\n {\n code: '340203',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Shoe/Textile Machine Mfg',\n },\n {\n code: '340204',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Confection/Food Proc Mach Mfg',\n },\n {\n code: '340205',\n description:\n 'Machine shops, N.O.C., job shops, tool sharpening, mobile welding shops, storage battery manufacturing, assembly or repair, multimedia blasting, die casting, and heat treating metal',\n },\n {\n code: '340206',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Power Saw/Lawn Eqmt/Sm Mtr Rpr',\n },\n {\n code: '340207',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Gear Manufacturing or Grinding',\n },\n {\n code: '340208',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Elevator Manufacturing',\n },\n {\n code: '340211',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Metal Good Mfg & Machine Svs',\n },\n {\n code: '340212',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Multi Media Blasting In Shop',\n },\n {\n code: '340214',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Furnace/Heater/Radiator Mfg',\n },\n {\n code: '340216',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Die Casting Manufacturing',\n },\n {\n code: '340226',\n description:\n 'Machine Shops and Machinery Mfg. N.O.C.: Saw blade and abrasive wheel: Manufacturing, assembly, or sharpening',\n },\n {\n code: '340228',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Heat Treating Metal',\n },\n {\n code: '340229',\n description:\n 'Nut, bolt, screw, nail, tack, rivet, eyelet spike, needle, bedspring, wire mattress, N.O.C.: Manufacturing; sprinkler head, speedometer, carburetor: Manufacturing or assembly',\n },\n {\n code: '340232',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Abrasive Wheel Mfg',\n },\n {\n code: '340240',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Welding or Cutting NOC',\n },\n {\n code: '340248',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Auto/Truck Radiatr/Htr Mfg/Rpr',\n },\n {\n code: '340260',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Office Mach/Cash Register Mfg',\n },\n {\n code: '340261',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Small Arms Mfg/Assembly',\n },\n {\n code: '340274',\n description:\n 'Machine Shops and Machinery Mfg. N.O.C.: Tool: Manufacturing, not hot forming or stamping; machine finishing tools, die: Manufacturing ferrous',\n },\n {\n code: '340277',\n description:\n 'Machine Shops and Machinery Mfg. N.O.C.: Auto, truck, semi-trailer and bus body: Manufacturing; travel trailer body: Manufacturing or repair; automobile or motorcycle: Manufacturing or assembly',\n },\n {\n code: '340283',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Tool Mfg/Machine Finishing',\n },\n {\n code: '340285',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Auto/Truck Parts Machng/Rebld',\n },\n {\n code: '340286',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Auto/Truck/Aircraft Engine Mfg',\n },\n {\n code: '340291',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Bed Springs/Wire Mattress Mfg',\n },\n {\n code: '340293',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Valve Mfg',\n },\n {\n code: '340294',\n description:\n 'Precision machined parts, N.O.C.: Manufacturing, gear: Manufacturing or grinding, small arms and ammunition: Manufacturing, assembly or rebuild, valve: Manufacturing',\n },\n {\n code: '340295',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Battery Mfg',\n },\n {\n code: '340296',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Auto or Motorcycle Mfg',\n },\n {\n code: '340298',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Machinery Mfg/Assembly NOC',\n },\n {\n code: '340299',\n description: 'Machine Shops and Machinery Mfg. N.O.C.: Photo Processing Machine Mfg',\n },\n {\n code: '340300',\n description: 'Aircraft Manufacturing: Aircraft Mfg',\n },\n {\n code: '340401',\n description: 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Can Mfg',\n },\n {\n code: '340402',\n description: 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Galvanized Iron Works Mfg',\n },\n {\n code: '340403',\n description: 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Hardware Mfg NOC',\n },\n {\n code: '340404',\n description: 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Metal Stamping Incl Platng/Pol',\n },\n {\n code: '340406',\n description: 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Sign Mfg Metal - No Install',\n },\n {\n code: '340407',\n description: 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Metal Goods Mfg NOC/Undr 9 Ga',\n },\n {\n code: '340412',\n description: 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Aluminum Ware Mfg - Sheet Alum',\n },\n {\n code: '340418',\n description: 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Casket Manufacturing Metal',\n },\n {\n code: '340419',\n description: 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Awning Mfg-Metal-No Install',\n },\n {\n code: '340420',\n description:\n 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Metal furniture, shower door, showcases, coffin/casket: Manufacturing or assembly',\n },\n {\n code: '340421',\n description: 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Stove or Water Heater: Mfg.',\n },\n {\n code: '340424',\n description: 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Electric/Gas Light Fixture Mfg',\n },\n {\n code: '340425',\n description: 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Brass/Copper Goods Mfg',\n },\n {\n code: '340426',\n description:\n 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Aluminum window, sash, door and metal awnings: Manufacturing or assembly',\n },\n {\n code: '340427',\n description: 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Auto Parts Mfg/Misc Stampd Pts',\n },\n {\n code: '340429',\n description: 'Metal Goods Manufacturing N.O.C. - Under 9 Gauge: Ski/Toboggan Mfg - Metal',\n },\n {\n code: '340502',\n description: 'Aircraft Parts Manufacturing N.O.C.: Precision Mach Parts Mfg NOC',\n },\n {\n code: '340600',\n description: 'Gas Stations-Full Service Car Washes and Detailers: Auto/Truck Service Stations',\n },\n {\n code: '340601',\n description: 'Gas Stations-Full Service Car Washes and Detailers: Auto/Truck Storage Garages',\n },\n {\n code: '340604',\n description:\n 'Gas Stations-Full Service Car Washes and Detailers: Auto/Truck Detailing by Cntrct',\n },\n {\n code: '340605',\n description: 'Gas Stations-Full Service Car Washes and Detailers: Auto or Truck Car Washes',\n },\n {\n code: '340700',\n description: 'Gas or Oil Dealers: Oil/Gas Dealers Whlsl/Retail',\n },\n {\n code: '340701',\n description: 'Gas or Oil Dealers: Asphalt/Bitumen Dealers',\n },\n {\n code: '340702',\n description: 'Gas or Oil Dealers: Processing Waste Oils Etc.',\n },\n {\n code: '340703',\n description: 'Gas or Oil Dealers: Oil Refining-Petroleum',\n },\n {\n code: '340704',\n description: 'Gas or Oil Dealers: Asphalt/Tar Distilling/Refinng',\n },\n {\n code: '340705',\n description: 'Gas or Oil Dealers: Oil/Gas Wells Operation',\n },\n {\n code: '340707',\n description: 'Gas or Oil Dealers: Oil/Gas Wells-Cementing',\n },\n {\n code: '340712',\n description: 'Gas or Oil Dealers: Oil/Gas Pipeline Operation',\n },\n {\n code: '340717',\n description: 'Gas or Oil Dealers: Asphalt Roofing Material Mfg',\n },\n {\n code: '340718',\n description: 'Gas or Oil Dealers: Asphalt Paving Material Mfg',\n },\n {\n code: '340719',\n description: 'Gas or Oil Dealers: Dewater Process Filter',\n },\n {\n code: '340800',\n description: 'Natural Gas Companies: Natural Gas Co Incl Cl/Sls',\n },\n {\n code: '340900',\n description: 'Gas Stations-Self Service - No Groceries: Self Service Gas Stations',\n },\n {\n code: '341000',\n description: 'Convenience Grocery Store - with Self Service Gas: Convenience Groc Marts W/Gas',\n },\n {\n code: '341100',\n description: 'Automobile Dealers Rentals and Service Shops: Auto/Motor Home Dealer/Rental',\n },\n {\n code: '341101',\n description: 'Automobile Dealers Rentals and Service Shops: Auto/Pickup Truck Repair Shop',\n },\n {\n code: '341102',\n description: 'Automobile Dealers Rentals and Service Shops: Auto Service Specialty Shop',\n },\n {\n code: '341200',\n description: 'Automobile Body Repair Centers Repair: Aut/Truck Body/Fender Rpr Shop',\n },\n {\n code: '341400',\n description: 'Boat Dealers Marinas and Boat Houses: Boat Dlrs Incl Parts/Svc/Rpr',\n },\n {\n code: '341401',\n description: 'Boat Dealers Marinas and Boat Houses: Marinas/Boat House Operations',\n },\n {\n code: '341500',\n description: 'Factory Built Housing Dealers: Manufactured/Modular Home Dlrs',\n },\n {\n code: '350100',\n description: 'Brick or Clay Product Manufacturing N.O.C.: Brick/Clay Products Mfg NOC',\n },\n {\n code: '350101',\n description: 'Brick or Clay Product Manufacturing N.O.C.: Flue Lining/Roofing Tile Mfg',\n },\n {\n code: '350317',\n description: 'Pottery and Glass Product Manufacturing: Pottery/China Mfg',\n },\n {\n code: '350319',\n description: 'Pottery and Glass Product Manufacturing: Decorative Tile Mfg',\n },\n {\n code: '350320',\n description: 'Pottery and Glass Product Manufacturing: Glassware Mfg NOC',\n },\n {\n code: '350321',\n description: 'Pottery and Glass Product Manufacturing: Glass Mfg NOC',\n },\n {\n code: '350323',\n description: 'Pottery and Glass Product Manufacturing: Agate or Enamel Ware Mfg',\n },\n {\n code: '350602',\n description: 'Mobile Crane and Hoisting Services: Crane/Hoist Rigging Contrs',\n },\n {\n code: '350603',\n description: 'Mobile Crane and Hoisting Services: Concrete Pump Truck Svc',\n },\n {\n code: '350901',\n description: 'Statuary and Ornament Manufacturing: Plaster Statuary or Orna Mfg',\n },\n {\n code: '351005',\n description: 'Plastic Goods Mfg. N.O.C.: Plastics: Foam Molding',\n },\n {\n code: '351006',\n description: 'Plastic Goods Mfg. N.O.C.: Plastics: Injection Molding',\n },\n {\n code: '351007',\n description: 'Plastic Products Manufacturing: Plastics manufacture, N.O.C.',\n },\n {\n code: '351102',\n description: 'Fiberglass Products Manufacturing N.O.C.: Fiberglass Goods Mfg',\n },\n {\n code: '351202',\n description: 'Plastic - Cutting Bending and Milling: Plastic-Cut Mill or Bend',\n },\n {\n code: '351300',\n description: 'Rubber Goods Manufacturing N.O.C.: Rubber Goods Mfg NOC',\n },\n {\n code: '360201',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Tel/Radio Apparatus Mfg NOC',\n },\n {\n code: '360202',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Instrmt Mfg/Rpr-Scie/Med/Prof',\n },\n {\n code: '360203',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Sound Recordg Equip Mfg/Repair',\n },\n {\n code: '360204',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Thermometer-Steam Ga Mfg/Rpr',\n },\n {\n code: '360205',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Dental Lab',\n },\n {\n code: '360206',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Jewelry Mfg/Trophy Engraving',\n },\n {\n code: '360207',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Electronic Parts Assbly',\n },\n {\n code: '360208',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Elec Cordset/Radio Ign Assbly',\n },\n {\n code: '360209',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Watch/Watch Case Mfg',\n },\n {\n code: '360210',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Camera/Motion Pic Proj Mfg/Rpr',\n },\n {\n code: '360211',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Fishing Tackle Mfg/Assbly NOC',\n },\n {\n code: '360212',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Incandest Lamp Elect Tube Mfg',\n },\n {\n code: '360214',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Metal Music Instrument Repair',\n },\n {\n code: '360223',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Electronics Products Mfg',\n },\n {\n code: '360224',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Tag/Fastener Bottle Cap Mfg',\n },\n {\n code: '360227',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Electronic Circuit Bd Assbly',\n },\n {\n code: '360228',\n description: 'Electronic Products and Jewelry Mfg./Dental Labs: Stereo Component Mfg or Assbly',\n },\n {\n code: '360310',\n description: 'Electroplating and Detinning N.O.C.: Furn Strip/Metal Plate/Polish',\n },\n {\n code: '360311',\n description: 'Electroplating and Detinning N.O.C.: Electroplating/De-Tinning NOC',\n },\n {\n code: '360312',\n description: 'Electroplating and Detinning N.O.C.: Painting In Shop NOC',\n },\n {\n code: '360416',\n description: 'Galvanizing or Tinning N.O.C.: Galvanizing or Tinning',\n },\n {\n code: '360528',\n description: 'Truck Manufacturing: Truck Mfg or Assembly',\n },\n {\n code: '370106',\n description:\n 'Chemical Mixing and Manufacturing: Chemicals, N.O.C.: Manufacturing chemical mixing, blending, and repackaging nitrate recovery from X-ray and photo films',\n },\n {\n code: '370108',\n description:\n 'Chemical Mixing and Manufacturing: Cosmetic, pharmaceutical, serum: Manufacturing',\n },\n {\n code: '370114',\n description:\n 'Chemical Mixing and Manufacturing: Extract, alcohol, perfume, manufacturing; mint, including distillation of essential oils N.O.C.',\n },\n {\n code: '370122',\n description: 'Chemical Mixing and Manufacturing: Pigment solutions or emulsion: Manufacturing',\n },\n {\n code: '370127',\n description: 'Chemical Mixing and Manufacturing: Haz/Toxic Material Repack',\n },\n {\n code: '370201',\n description: 'Breweries Wineries and Beverage Bottling: Breweries/Malt Houses',\n },\n {\n code: '370203',\n description: 'Breweries Wineries and Beverage Bottling: Bottling Beverages NOC',\n },\n {\n code: '370205',\n description: 'Breweries Wineries and Beverage Bottling: Wine Making or Wineries',\n },\n {\n code: '370814',\n description: 'Textile Good Manufacturing N.O.C.: Hide or Leather Dealers',\n },\n {\n code: '370815',\n description: 'Textile Good Manufacturing N.O.C.: Coating/WateRproof Textiles',\n },\n {\n code: '370816',\n description: 'Textile Good Manufacturing N.O.C.: Bleaching/Dyeing Textiles',\n },\n {\n code: '370818',\n description: 'Textile Good Manufacturing N.O.C.: Broom/Brush Mfg or Assembly',\n },\n {\n code: '370819',\n description: 'Textile Good Manufacturing N.O.C.: Cordage Rope/Twine Mfg',\n },\n {\n code: '370822',\n description: 'Textile Good Manufacturing N.O.C.: Pelting',\n },\n {\n code: '370823',\n description: 'Textile Good Manufacturing N.O.C.: Taxidermists',\n },\n {\n code: '370826',\n description: 'Textile Good Manufacturing N.O.C.: Net Webbing Thread Yarn Mfg',\n },\n {\n code: '370827',\n description: 'Textile Good Manufacturing N.O.C.: Spin or Weave Plush/Felt Mfg',\n },\n {\n code: '370829',\n description: 'Textile Good Manufacturing N.O.C.: Mattress/Box Springs Mfg NOC',\n },\n {\n code: '370832',\n description: 'Textile Good Manufacturing N.O.C.: Carpet/Rug Mfg',\n },\n {\n code: '370834',\n description: 'Textile Good Manufacturing N.O.C.: Batting or Wadding Mfg',\n },\n {\n code: '370839',\n description: 'Textile Good Manufacturing N.O.C.: Textile Goods NOC - Mfg',\n },\n {\n code: '370840',\n description: 'Textile Good Manufacturing N.O.C.: Bags/Sack: Mfg-Industrial Size',\n },\n {\n code: '380234',\n description:\n 'Garments/Handbag/Pack/Tent Manufacturing: Embroidery or screen printing services on fabric products or garments; knitted fabric; knitted garments; or wigs: Manufacturing',\n },\n {\n code: '380240',\n description:\n 'Garments/Handbag/Pack/Tent Manufacturing: Miscellaneous soft goods manufacturing: Hand or machine sewing N.O.C.',\n },\n {\n code: '380244',\n description:\n 'Shoe, boot, hat, artificial feather, artificial flower, handcarved rug or inlaid rug: Manufacturing; Rubber or pliable goods manufacturing by cutting or gluing, N.O.C.',\n },\n {\n code: '380800',\n description: 'Upholstery Work N.O.C.: Upholstery Work NOC',\n },\n {\n code: '390100',\n description: 'Bakeries - Retail: Bakeries - Retail',\n },\n {\n code: '390101',\n description: 'Bakeries - Retail: Bakeries-Retail Specialty Shop',\n },\n {\n code: '390200',\n description:\n 'Fruit/Vegetable Canneries/Food Product Mfg. N.O.C.: Fruit and vegetable: Cannery and freezer operations; fruit syrup or juice, cider, jam or jelly',\n },\n {\n code: '390201',\n description:\n 'Fruit/Vegetable Canneries/Food Product Mfg. N.O.C.: Fruit/Veg Evap/Preserv/Dehydr',\n },\n {\n code: '390211',\n description:\n 'Fruit/Vegetable Canneries/Food Product Mfg. N.O.C.: Miscellaneous foods: Manufacturing',\n },\n {\n code: '390214',\n description:\n 'Fruit/Vegetable Canneries/Food Product Mfg. N.O.C.: Food Sundries Mfg/Process NOC',\n },\n {\n code: '390228',\n description: 'Dairy products: Bottling or Manufacturing',\n },\n {\n code: '390308',\n description: 'Sugar Refining: Sugar Refining',\n },\n {\n code: '390500',\n description: 'Restaurants and Taverns: Restaurants',\n },\n {\n code: '390501',\n description:\n 'Restaurants and Taverns: Food trucks, food, drink, and candy vendors or concessionaires',\n },\n {\n code: '390503',\n description: 'Restaurants and Taverns: Commissaries Constr/Logging Op',\n },\n {\n code: '390504',\n description: 'Restaurants and Taverns: Eating Establishments NOC',\n },\n {\n code: '390506',\n description: 'Restaurants and Taverns: Taverns',\n },\n {\n code: '390507',\n description: 'Restaurants and Taverns: Restaurant/Spirits Beer Wine',\n },\n {\n code: '390508',\n description: 'Restaurants and Taverns: Pizza Parlors',\n },\n {\n code: '390509',\n description: 'Restaurants and Taverns: Fast Foods-Drive-Ins NOC',\n },\n {\n code: '390511',\n description: 'Restaurants and Taverns: Soft Drink Lounges',\n },\n {\n code: '390512',\n description: 'Restaurants and Taverns: Ice Cream Parlors',\n },\n {\n code: '390513',\n description: 'Restaurants and Taverns: Candy/Nut/Popcorn Stores-Rtl',\n },\n {\n code: '390514',\n description: 'Restaurants and Taverns: Espresso/Coffee Stands or Cart',\n },\n {\n code: '390600',\n description:\n 'Bakeries, cracker, potato chip, ravioli/tamale, pasta, and pizza: Manufacturing N.O.C.',\n },\n {\n code: '390605',\n description:\n 'Bakeries, cracker, potato chip, ravioli/tamale, pasta, and pizza: Confectionery, chewing gum or cough drop: Manufacturing',\n },\n {\n code: '390900',\n description: 'Catering Services: Catering Service',\n },\n {\n code: '400200',\n description: 'Dairy Products Manufacturing N.O.C.: Dairy Products Mfg NOC',\n },\n {\n code: '400201',\n description: 'Dairy Products Manufacturing N.O.C.: Butter/Cheese/Ice Cream Mfg',\n },\n {\n code: '410100',\n description: 'Printing: Printing/Lithography/Engraving',\n },\n {\n code: '410102',\n description: 'Printing: Rubber Stamp Mfg/Assembling',\n },\n {\n code: '410103',\n description: 'Printing: Book Binding',\n },\n {\n code: '410301',\n description: 'Newspaper Publishing: Newspaper Publishing',\n },\n {\n code: '410704',\n description: 'Business Machines-Installation Service and Repair: Business Machine Svc & Rpr',\n },\n {\n code: '410720',\n description: 'Business Machines-Installation Service and Repair: Piano Tuning',\n },\n {\n code: '410815',\n description: 'Mailing Services: Ltr/Mail/Add Co-Incl Cl/Sls',\n },\n {\n code: '410910',\n description: 'Sign Painting - In Shop and Buildings: Sign Paint/Letter In Building',\n },\n {\n code: '410918',\n description: 'Sign Painting - In Shop and Buildings: Sign Painting In Shop',\n },\n {\n code: '420100',\n description: 'Port Districts: Longshoring & Stevedoring',\n },\n {\n code: '420102',\n description: 'Port Districts: Port Districts Incl Salesmen',\n },\n {\n code: '430105',\n description: 'Meat Products Mfg./Slaughter and Packing Houses: Glue Lard or Tallow Mfg',\n },\n {\n code: '430110',\n description: 'Meat Products Mfg./Slaughter and Packing Houses: Sausage Mfg',\n },\n {\n code: '430111',\n description: 'Meat Products Mfg./Slaughter and Packing Houses: Packing House - All Operations',\n },\n {\n code: '430112',\n description: 'Meat Products Mfg./Slaughter and Packing Houses: Meat Products Mfg',\n },\n {\n code: '430113',\n description: 'Meat Products Mfg./Slaughter and Packing Houses: Peat Moss Shredding & Baling',\n },\n {\n code: '430117',\n description: 'Meat Products Mfg./Slaughter and Packing Houses: Tanneries Fur Mfg',\n },\n {\n code: '430119',\n description: 'Meat Products Mfg./Slaughter and Packing Houses: Sausage Casing-Wholesale Dealr',\n },\n {\n code: '430121',\n description: 'Meat Products Mfg./Slaughter and Packing Houses: Rendering Works NOC',\n },\n {\n code: '430122',\n description: 'Meat Products Mfg./Slaughter and Packing Houses: Slaughter Houses',\n },\n {\n code: '430214',\n description: 'Custom Meat Cutting: Custom Meat Cutting-Shop Only',\n },\n {\n code: '430215',\n description: 'Custom Meat Cutting: Custom Meat Cutting-Farm Kill',\n },\n {\n code: '430216',\n description: 'Custom Meat Cutting: Farm Kill Only',\n },\n {\n code: '430400',\n description: 'Feed Lots and Stock Yards: Feed Lots/Stockyards',\n },\n {\n code: '430402',\n description: 'Feed Lots and Stock Yards: Livestock Auct/Sales Yd/Buyers',\n },\n {\n code: '430506',\n description: 'Solid Waste Collection Services/Landfill Operations: Garbage Landfill Works',\n },\n {\n code: '430518',\n description:\n 'Solid Waste Collection Services/Landfill Operations: Solid Waste/Refuse Collection',\n },\n {\n code: '430520',\n description: 'Solid Waste Collection Services/Landfill Operations: Haz/Toxic Mat.Process/Hdlg',\n },\n {\n code: '430521',\n description: 'Solid Waste Collection Services/Landfill Operations: Tire Collection Center',\n },\n {\n code: '430522',\n description:\n 'Solid Waste Collection Services/Landfill Operations: Debris Removal Const/Non-Const',\n },\n {\n code: '440100',\n description: 'Cold Storage Lockers: Cold Storage Locker Operations',\n },\n {\n code: '440200',\n description: 'Ice Dealers: Ice Mfg/Artificial/Ice Harvest',\n },\n {\n code: '440202',\n description: 'Ice Dealers: Ice Dealers',\n },\n {\n code: '440405',\n description: 'Cold Storage Warehouse: Storage Warehouse - Cold',\n },\n {\n code: '450100',\n description: 'Radio or Television - Field Employees: Radio/TV-Trnmtr & Field Emplys',\n },\n {\n code: '450200',\n description: 'Radio or Television - All Other Employees: Radio Stations-All Other Empl',\n },\n {\n code: '450201',\n description: 'Radio or Television - All Other Employees: TV Stn or Video Pr-All Otr Emp',\n },\n {\n code: '450202',\n description: 'Radio or Television - All Other Employees: Recording Co-All Other Empl',\n },\n {\n code: '450203',\n description: 'Radio or Television - All Other Employees: TV Cable Co-All Other Empl',\n },\n {\n code: '450400',\n description: 'Movie and Live Theaters: Theatres-All Types Incl Cl/Sls',\n },\n {\n code: '460101',\n description: 'Explosives Manufacturing: Fireworks Mfg',\n },\n {\n code: '460102',\n description: 'Explosives Manufacturing: Powder Works Mfg',\n },\n {\n code: '460103',\n description: 'Explosives Manufacturing: Comb Chemicals/Explosives Mfg',\n },\n {\n code: '480100',\n description: 'Geoduck Harvest By Divers: Geoduck Harvest by Divers',\n },\n {\n code: '480202',\n description: 'Vegetable Farms - Machine Harvest: Farms: Berry',\n },\n {\n code: '480203',\n description:\n 'Vegetable Farms - Machine Harvest: Farms: Bulb raising, flower or vegetable seeds, floral grow operations - Florists - Cultivating or gardening',\n },\n {\n code: '480206',\n description: 'Vegetable Farms - Machine Harvest: Picking Forest Products',\n },\n {\n code: '480212',\n description:\n 'Vegetable Farms - Machine Harvest: Farms: Field vegetable crops - Mechanically harvested for fresh market',\n },\n {\n code: '480302',\n description: 'Orchards: Orchards: Fruit',\n },\n {\n code: '480304',\n description: 'Orchards: Orchards: Nut',\n },\n {\n code: '480316',\n description: 'Orchards: Farms: NOC',\n },\n {\n code: '480400',\n description: 'Poultry Farms: Farms: Poultry',\n },\n {\n code: '480403',\n description: 'Poultry Farms: Egg Production',\n },\n {\n code: '480405',\n description: 'Poultry Farms: Farms: Mink/Fox/Rabbit/Rodent',\n },\n {\n code: '480406',\n description: 'Poultry Farms: Farms: Worm',\n },\n {\n code: '480407',\n description: 'Poultry Farms: Farms: Apiaries - Bees',\n },\n {\n code: '480408',\n description: 'Poultry Farms: Farms: Aviaries - Birds',\n },\n {\n code: '480409',\n description: 'Poultry Farms: Egg Grading/Candling/Packing',\n },\n {\n code: '480500',\n description: 'Nurseries: Nurseries: NOC',\n },\n {\n code: '480505',\n description: 'Nurseries: Nurseries: Tree',\n },\n {\n code: '480506',\n description: 'Nurseries: Farms: Sod Growing',\n },\n {\n code: '480507',\n description: 'Nurseries: Farms: Aquatic Plant Raising',\n },\n {\n code: '480508',\n description: 'Nurseries: Farms: Shellfish-Hand Harvest',\n },\n {\n code: '480509',\n description: 'Nurseries: Xmas Tree Sales-Retail/U-Cut',\n },\n {\n code: '480601',\n description: 'Berry Picking: Farms: Ground Handpicking',\n },\n {\n code: '480801',\n description: 'Diversified Field Crops: Farms: Field crops - Not for fresh market',\n },\n {\n code: '480807',\n description: 'Diversified Field Crops: Farms: Potato Sorting/Storage',\n },\n {\n code: '480811',\n description: 'Diversified Field Crops: Custom farm services (by contractor)',\n },\n {\n code: '480901',\n description: 'Greenhouses: Greenhouses NOC',\n },\n {\n code: '480904',\n description: 'Greenhouses: Farms: Mushroom Raising/Harv',\n },\n {\n code: '480905',\n description: 'Greenhouses: Farms: Sprout Raising/Harv',\n },\n {\n code: '481000',\n description: 'Vegetable Farms - Hand Harvest: Farms: Vegetable-Hand Harvest',\n },\n {\n code: '481100',\n description: 'Hop and Mint Farms: Farms: Hops',\n },\n {\n code: '481101',\n description: 'Hop and Mint Farms: Farms: Mint',\n },\n {\n code: '481200',\n description: 'Fish Hatcheries: Fish & Shellfish Hatcheries',\n },\n {\n code: '481300',\n description: 'Vineyards: Vineyards',\n },\n {\n code: '481400',\n description: 'Farms: Internship program (to be assigned only by the agricultural specialist)',\n },\n {\n code: '481500',\n description: 'Farms: Internship program (to be assigned only by the agricultural specialist)',\n },\n {\n code: '481600',\n description: 'Farms: Internship program (to be assigned only by the agricultural specialist)',\n },\n {\n code: '490000',\n description: 'Construction Project or Site Superintendent/Manager: Superint/Proj. Mgr - Const',\n },\n {\n code: '490100',\n description: 'Consulting Engineers and Architectural Services: Consult Engineer/Architect Frm',\n },\n {\n code: '490116',\n description: 'Consulting Engineers and Architectural Services: Geologists NOC - Oil or Gas',\n },\n {\n code: '490117',\n description: 'Consulting Engineers and Architectural Services: Land Surveying Services',\n },\n {\n code: '490200',\n description: 'State Government - Office and Admin. Employees: State Govt: Clerical/Admin Ofc',\n },\n {\n code: '490306',\n description: 'Insurance Inspection Services: Marine Appraising',\n },\n {\n code: '490307',\n description: 'Insurance Inspection Services: Boiler Inspecting NOC',\n },\n {\n code: '490308',\n description: 'Insurance Inspection Services: Elevator Inspecting-No Service',\n },\n {\n code: '490309',\n description: 'Insurance Inspection Services: Inspection for Insurance/Value',\n },\n {\n code: '490310',\n description: 'Insurance Inspection Services: Inspection of Buildings',\n },\n {\n code: '490400',\n description: 'Clerical Office N.O.C.: Clerical Office NOC & Draftsmn',\n },\n {\n code: '490413',\n description: 'Clerical Office N.O.C.: Clerical Office - Insurance Co',\n },\n {\n code: '490417',\n description: 'Clerical Office N.O.C.: Clerical Off-Employee Leasing',\n },\n {\n code: '490420',\n description: 'Clerical Office N.O.C.: Comm Act Org - Clerical Office',\n },\n {\n code: '490504',\n description: 'Motels and Hotels: Hotels/Motels',\n },\n {\n code: '490601',\n description: 'Colleges & Universities: Public Instit - Higher Lrng',\n },\n {\n code: '490602',\n description: 'Colleges & Universities: Private Instit - Higher Lrng',\n },\n {\n code: '490700',\n description: 'Inmates - Prison Industries: Inmates - Prison Industries',\n },\n {\n code: '490701',\n description: 'Inmates - Prison Industries: Inmate Wk Opport-City',\n },\n {\n code: '490702',\n description: 'Inmates - Prison Industries: Inmate Wk Opport-County',\n },\n {\n code: '490800',\n description: 'Inmates - Adult Camps: Inmates - Adult Honor Camps',\n },\n {\n code: '490900',\n description: 'Inmates - Juvenile Camps: Inmates - Juvenile Forest Camp',\n },\n {\n code: '491000',\n description: 'Property and Building Management Services: Property & Building Management',\n },\n {\n code: '491001',\n description:\n 'Property and Building Management Services: Chimney cleaning - Residential and commercial buildings',\n },\n {\n code: '491002',\n description: 'Property and Building Management Services: Mini Storage Warehouse',\n },\n {\n code: '491003',\n description: 'Property and Building Management Services: Real Estate Signs-Temporary',\n },\n {\n code: '491100',\n description: 'Construction Estimator: Construction Estimators',\n },\n {\n code: '500103',\n description: 'Logging Operations N.O.C.: Logging NOC',\n },\n {\n code: '500104',\n description: 'Logging Operations N.O.C.: Shake/Shingle Cutting In Woods',\n },\n {\n code: '500105',\n description: 'Logging Operations N.O.C.: Firewood Cutting-All Woods Opn',\n },\n {\n code: '500106',\n description: 'Logging Operations N.O.C.: Sawmill Operations In Woods',\n },\n {\n code: '500200',\n description: 'Log Booming and Rafting: Booming & Rafting Logs',\n },\n {\n code: '500301',\n description: 'Log Hauling: Log Hauling by Contractor',\n },\n {\n code: '500302',\n description: 'Log Hauling: Log Truck Drivers NOC',\n },\n {\n code: '500404',\n description: 'Forestry and Timberland Services - Manual Labor: Animal Damage Ctrl-Manual',\n },\n {\n code: '500405',\n description: 'Forestry and Timberland Services - Manual Labor: Beaver Trapping',\n },\n {\n code: '500406',\n description: 'Forestry and Timberland Services - Manual Labor: Chemical Spraying-Manual',\n },\n {\n code: '500407',\n description: 'Forestry and Timberland Services - Manual Labor: Cone Picking-Manual',\n },\n {\n code: '500409',\n description: 'Forestry and Timberland Services - Manual Labor: Hydro Seed/Erosion Ctrl-Manual',\n },\n {\n code: '500411',\n description: 'Forestry and Timberland Services - Manual Labor: Pruning-Manual',\n },\n {\n code: '500412',\n description: 'Forestry and Timberland Services - Manual Labor: Tree Netting-Manual',\n },\n {\n code: '500413',\n description: 'Forestry and Timberland Services - Manual Labor: Tree Planting-Manual',\n },\n {\n code: '500414',\n description: 'Forestry and Timberland Services - Manual Labor: Tree Thinning/Hand Slashing',\n },\n {\n code: '500418',\n description: 'Forestry and Timberland Services - Manual Labor: Misc Forest Svcs NOC-Manual',\n },\n {\n code: '500500',\n description: 'Mechanized Logging: Mechanical Logging/Tree Thin.',\n },\n {\n code: '500501',\n description: 'Logging Machine Operators',\n },\n {\n code: '500600',\n description: 'Forestry/Timberland Services - Machine Operations: Brush Clearing-Machine',\n },\n {\n code: '500601',\n description: 'Forestry/Timberland Services - Machine Operations: Dust Control-Machine',\n },\n {\n code: '500602',\n description: 'Forestry/Timberland Services - Machine Operations: Forest Fire Fighting-Machine',\n },\n {\n code: '500603',\n description: 'Forestry/Timberland Services - Machine Operations: Forest Trail Const-Machine',\n },\n {\n code: '500604',\n description: 'Forestry/Timberland Services - Machine Operations: Scarifying-Machine',\n },\n {\n code: '500605',\n description: 'Forestry/Timberland Services - Machine Operations: Slash Burning-Machine',\n },\n {\n code: '500606',\n description: 'Forestry/Timberland Services - Machine Operations: Slash Piling-Machine',\n },\n {\n code: '500607',\n description: 'Forestry/Timberland Services - Machine Operations: Slope Grooming-Machine',\n },\n {\n code: '500608',\n description: 'Forestry/Timberland Services - Machine Operations: Misc Forest Svcs NOC-Machine',\n },\n {\n code: '510131',\n description: 'Pipe Manufacturing - Iron or Steel: Iron/Steel Mfg: Pipe or Tube',\n },\n {\n code: '510300',\n description: 'Foundries N.O.C.: Foundries Ferrous/Non Ferrous',\n },\n {\n code: '510608',\n description: 'Blacksmithing and Forging Works: Blacksmithing Spring/Bumpr Mfg',\n },\n {\n code: '510609',\n description: 'Blacksmithing and Forging Works: Tool Forging - Hot Form/Stamp',\n },\n {\n code: '510610',\n description: 'Blacksmithing and Forging Works: Forging Works Drop/Machine',\n },\n {\n code: '510855',\n description: 'Cable or Wire Rope Manufacturing: Cable/Wire Rope Mfg - Drawing',\n },\n {\n code: '510856',\n description: 'Cable or Wire Rope Manufacturing: Cable/Wire Rope Mfg No Drawing',\n },\n {\n code: '510857',\n description: 'Cable or Wire Rope Manufacturing: Cable/Wire Insul/Covering Mfg',\n },\n {\n code: '510946',\n description: 'Heavy Machinery Manufacturing: Hvy Mach & Equip Mfg or Rpr',\n },\n {\n code: '510947',\n description: 'Heavy Machinery Manufacturing: Hvy Arms Mfg or Rpr',\n },\n {\n code: '520175',\n description: 'Electric Equipment Manufacturing: Elect Power/Transmission Mfg',\n },\n {\n code: '520176',\n description: 'Electric Equipment Manufacturing: Elect Appl & Wire Harness Mfg',\n },\n {\n code: '520178',\n description: 'Electric Equipment Manufacturing: Elect Mtrs & Generators Mfg',\n },\n {\n code: '520458',\n description: 'Railroad Car Manufacturing: Railroad Car Mfg/Rpr',\n },\n {\n code: '520678',\n description:\n 'Construction or Logging Contractors - Permanent Yard: Logging Permanent Yard or Shop',\n },\n {\n code: '520679',\n description:\n 'Construction or Logging Contractors - Permanent Yard: Contractors Perm Yard or Shop',\n },\n {\n code: '520680',\n description:\n 'Construction or Logging Contractors - Permanent Yard: Permanent Yard/Shop: Trucking',\n },\n {\n code: '520700',\n description: 'Bowling Centers and Skating Rinks: Bowling Centers',\n },\n {\n code: '520701',\n description: 'Bowling Centers and Skating Rinks: Skating Rinks - Ice or Roller',\n },\n {\n code: '520800',\n description: 'Iron Works - Shop: Iron/Steelworks Shop Mfg',\n },\n {\n code: '520801',\n description: 'Iron Works - Shop: Brass/Bronze/Iron Ornament Mfg',\n },\n {\n code: '520802',\n description: 'Iron Works - Shop: Iron Works Shop Fab Assemb/Mfg',\n },\n {\n code: '520900',\n description: 'Metal Goods Manufacturing N.O.C. - 9 Gauge or More: Boilermaking/Tank Bldg',\n },\n {\n code: '520901',\n description: 'Metal Goods Manufacturing N.O.C. - 9 Gauge or More: Metal Goods Mfg NOC',\n },\n {\n code: '520902',\n description: 'Metal Goods Manufacturing N.O.C. - 9 Gauge or More: Wood Stove Mfg',\n },\n {\n code: '530000',\n description: 'State Government - Admin. Field Personnel: State Govt - Admin Field Staff',\n },\n {\n code: '530110',\n description: 'Accounting Law and Service Companies: Accounting/Bookkeeping Firms',\n },\n {\n code: '530111',\n description: 'Accounting Law and Service Companies: Law Firms Incl Cl/Sls',\n },\n {\n code: '530112',\n description: 'Accounting Law and Service Companies: Management Analyst Svcs',\n },\n {\n code: '530113',\n description: 'Accounting Law and Service Companies: Collection Agency/Cred Bureau',\n },\n {\n code: '530114',\n description: 'Accounting Law and Service Companies: Employment Agency Incl Cl/Sls',\n },\n {\n code: '530115',\n description: 'Accounting Law and Service Companies: Court Report Svc Incl Cl/Sls',\n },\n {\n code: '530116',\n description: 'Accounting Law and Service Companies: Service/Prof Organizations NOC',\n },\n {\n code: '530118',\n description: 'Accounting Law and Service Companies: Telephone Answ Svc Incl Cl/Sls',\n },\n {\n code: '530119',\n description: 'Accounting Law and Service Companies: Travel Agencies Incl Cl/Sls',\n },\n {\n code: '530121',\n description: 'Accounting Law and Service Companies: Word Proc/Secr Svc Incl Cl/Sls',\n },\n {\n code: '530200',\n description:\n 'Software Design & Engineering and Internet Service Providers: Computer Consulting Programng',\n },\n {\n code: '530506',\n description: 'Cities - Office and Admin. Employees: Cities/Towns: Admin/Cl Office',\n },\n {\n code: '530607',\n description: 'Counties - Office and Admin. Employees: Counties/Tax Dist Adm/Cl Offc',\n },\n {\n code: '530625',\n description: 'Counties - Office and Admin. Employees: Indian Tribal Cncl Adm/Cl Offc',\n },\n {\n code: '530626',\n description: 'Counties - Office and Admin. Employees: Housing Authority Adm/Cl Offc',\n },\n {\n code: '530627',\n description: 'Counties - Office and Admin. Employees: Military Base Maint Adm/Cl Off',\n },\n {\n code: '530700',\n description: 'State Government - All Other Employees N.O.C.: State Government NOC',\n },\n {\n code: '530701',\n description: 'State Government Employees - Juvenile Rehabilitation Custody',\n },\n {\n code: '530820',\n description:\n 'Community Action Orgs - Professionals & Admin Field: Comm Act Org-Prof/Admin Field',\n },\n {\n code: '555103',\n description: 'LSI - Tier 1 - 5% Discount of 5001: Logging',\n },\n {\n code: '555104',\n description: 'LSI - Tier 1 - 5% Discount of 5001: Shake & Shingle',\n },\n {\n code: '555105',\n description: 'LSI - Tier 1 - 5% Discount of 5001: Firewood cutting',\n },\n {\n code: '555106',\n description: 'LSI - Tier 1 - 5% Discount of 5001: Sawmill in woods',\n },\n {\n code: '555203',\n description: 'LSI - Tier 1 - 10% Discount of 5001: Logging',\n },\n {\n code: '555204',\n description: 'LSI - Tier 1 - 10% Discount of 5001: Shake & Shingle',\n },\n {\n code: '555205',\n description: 'LSI - Tier 1 - 10% Discount of 5001: Firewood cutting',\n },\n {\n code: '555206',\n description: 'LSI - Tier 1 - 10% Discount of 5001: Sawmill in woods',\n },\n {\n code: '555303',\n description: 'LSI - Tier 1 - 20% Discount of 5001: Logging',\n },\n {\n code: '555304',\n description: 'LSI - Tier 1 - 20% Discount of 5001: Shake & Shingle',\n },\n {\n code: '555305',\n description: 'LSI - Tier 1 - 20% Discount of 5001: Firewood cutting',\n },\n {\n code: '555306',\n description: 'LSI - Tier 1 - 20% Discount of 5001: Sawmill in woods',\n },\n {\n code: '610301',\n description:\n 'Schools Churches and Day Care - Prof./Clerical Staff: Schools: K-12 Prof/Admin/Cl',\n },\n {\n code: '610302',\n description: 'Schools Churches and Day Care - Prof./Clerical Staff: Schools:Voc Prof/Admin/Cl',\n },\n {\n code: '610303',\n description:\n 'Schools Churches and Day Care - Prof./Clerical Staff: Libraries NOC - Prof/Admin/Cl',\n },\n {\n code: '610304',\n description: 'Schools Churches and Day Care - Prof./Clerical Staff: Churches - Clergy/Admin/Cl',\n },\n {\n code: '610305',\n description: 'Schools Churches and Day Care - Prof./Clerical Staff: Museums - Prof/Admin/Cl',\n },\n {\n code: '610306',\n description:\n 'Schools Churches and Day Care - Prof./Clerical Staff: Day Care Center-Prof/Admin/Cl',\n },\n {\n code: '610310',\n description:\n 'Schools Churches and Day Care - Prof./Clerical Staff: Flight Instructor Clasrm Only',\n },\n {\n code: '610311',\n description: 'Schools Churches and Day Care - Prof./Clerical Staff: Schools NOC Prof/Admin/Cl',\n },\n {\n code: '610312',\n description:\n 'Schools Churches and Day Care - Prof./Clerical Staff: Athletic Offic-Amateur Sport',\n },\n {\n code: '610313',\n description: 'Longshore and stevedore trainees, N.O.C.',\n },\n {\n code: '610401',\n description: 'Schools Churches and Day Care - All Other Staff: Schools K-12 All Other Emplys',\n },\n {\n code: '610402',\n description: 'Schools Churches and Day Care - All Other Staff: Schools-Trade/Voc-All Othr Emp',\n },\n {\n code: '610403',\n description: 'Schools Churches and Day Care - All Other Staff: Libraries-All Other Employees',\n },\n {\n code: '610404',\n description: 'Schools Churches and Day Care - All Other Staff: Churches All Other Employees',\n },\n {\n code: '610405',\n description: 'Schools Churches and Day Care - All Other Staff: Museums-All Other Empl',\n },\n {\n code: '610406',\n description: 'Schools Churches and Day Care - All Other Staff: Day Care Centers All Oth Empl',\n },\n {\n code: '610411',\n description: 'Schools Churches and Day Care - All Other Staff: Schools NOC - All Other Empl',\n },\n {\n code: '610505',\n description: 'Hospitals N.O.C.: Hospitals NOC/Hosp Districts',\n },\n {\n code: '610701',\n description: 'Veterinary Services: Veterinary Hosp-Incl Cl/Sls',\n },\n {\n code: '610800',\n description: 'Nursing Homes: Convalescent/Nursing/Rest Home',\n },\n {\n code: '610900',\n description: 'Physicians & Medical Clinics: Physician/Surgeon NOC-All Oper',\n },\n {\n code: '610901',\n description: 'Physicians & Medical Clinics: Dentists NOC-All Operations',\n },\n {\n code: '610902',\n description: 'Physicians & Medical Clinics: Chiropractors NOC-All Oper',\n },\n {\n code: '610904',\n description: 'Physicians & Medical Clinics: Naturopaths NOC-All Operations',\n },\n {\n code: '610908',\n description: 'Physicians & Medical Clinics: Phys Therapist NOC-All Oper',\n },\n {\n code: '610909',\n description: 'Physicians & Medical Clinics: Optometrists NOC-All Oper',\n },\n {\n code: '610910',\n description: 'Physicians & Medical Clinics: Psychol/Psychiat NOC-All Oper',\n },\n {\n code: '610912',\n description: 'Physicians & Medical Clinics: Nutrition/Diet Clinics NOC',\n },\n {\n code: '610913',\n description: 'Physicians & Medical Clinics: Childbirth Classes-All Oper',\n },\n {\n code: '610914',\n description: 'Physicians & Medical Clinics: Orthotic Clinic Incl Cl/Sls',\n },\n {\n code: '610915',\n description: 'Physicians & Medical Clinics: Mid Wife Svcs-All Oper',\n },\n {\n code: '610916',\n description: 'Physicians & Medical Clinics: Massage Therapy Svcs-All Oper',\n },\n {\n code: '610917',\n description: 'Physicians & Medical Clinics: Radiology/Mri Clinics-All Oper',\n },\n {\n code: '611000',\n description: 'Home Health Services and Nursing Care N.O.C.: Home Health/Nursing Care NOC',\n },\n {\n code: '612000',\n description: 'Acute Care Hospitals with Safe Patient Handling: Acute Care Hospital with SPH',\n },\n {\n code: '612100',\n description: 'Acute Care Hospitals without Safe Patient Handling: Acute Care Hospital w/o SPH',\n },\n {\n code: '620100',\n description: 'Mortuaries: Mortuaries',\n },\n {\n code: '620200',\n description: 'Cemeteries: Cemeteries',\n },\n {\n code: '620300',\n description: 'YMCA YWCA Boys and Girls Clubs: YMCA/YWCA Clubs Incl Cl/Sls',\n },\n {\n code: '620301',\n description: 'YMCA YWCA Boys and Girls Clubs: Boys/Girls Club Incl Cl/Sls',\n },\n {\n code: '620400',\n description: 'Health Clubs and Exercise Facilities: Baths or Saunas NOC',\n },\n {\n code: '620404',\n description: 'Health Clubs and Exercise Facilities: Health Clubs/Gymnasiums',\n },\n {\n code: '620500',\n description: 'Fraternal Clubs: Clubs NOC-All Operations',\n },\n {\n code: '620606',\n description: 'Golf Courses: Golf Courses NOC',\n },\n {\n code: '620700',\n description: 'Carnivals: Carnivals-Traveling',\n },\n {\n code: '620701',\n description: 'Carnivals: Circuses-Traveling',\n },\n {\n code: '620702',\n description: 'Carnivals: Amusement Device Operator-Trvl',\n },\n {\n code: '620703',\n description: 'Carnivals: Rodeos-Arena Employees',\n },\n {\n code: '620704',\n description: 'Carnivals: Fireworks Exhibition',\n },\n {\n code: '620800',\n description: 'Amusement Parks: Amusement Parks',\n },\n {\n code: '620801',\n description: 'Amusement Parks: Ranges-Arch/Dart/Golf/Shooting',\n },\n {\n code: '620803',\n description: 'Amusement Parks: Concessions-Boats In Parks',\n },\n {\n code: '620804',\n description: 'Amusement Parks: Fairs',\n },\n {\n code: '620807',\n description: 'Amusement Parks: Miniature Golf Courses',\n },\n {\n code: '620808',\n description: 'Amusement Parks: Kiddie Rides-Permanent Loctns',\n },\n {\n code: '620809',\n description: 'Amusement Parks: Race Tracks',\n },\n {\n code: '620810',\n description: 'Amusement Parks: Shooting Galrs/Air Rfl-No Frms',\n },\n {\n code: '620811',\n description: 'Amusement Parks: Carnival Operations NOC',\n },\n {\n code: '620903',\n description: 'Campgrounds: Dude Ranches Incl Cl/Sls',\n },\n {\n code: '620906',\n description: 'Campgrounds: Swim Pools-Public Incl Cl/Sls',\n },\n {\n code: '620909',\n description: 'Campgrounds: Campgrounds NOC Incl Cl/Sls',\n },\n {\n code: '630100',\n description: 'Sales Personnel - Vehicles and Boats: Automobile Sales Personnel',\n },\n {\n code: '630106',\n description: 'Sales Personnel - Vehicles and Boats: Instructors - Driving School',\n },\n {\n code: '630107',\n description: 'Sales Personnel - Vehicles and Boats: Limousine Co/Excl Repairs',\n },\n {\n code: '630300',\n description: 'Sales Personnel - Outside N.O.C.: Sales Personnel NOC-Outside',\n },\n {\n code: '630303',\n description: 'Sales Personnel - Outside N.O.C.: Insurance Sls/Claim Adj-Outsde',\n },\n {\n code: '630321',\n description: 'Sales Personnel - Outside N.O.C.: Home Visit/Social Workers/Diet',\n },\n {\n code: '630400',\n description: 'Department Stores: Dept Stores - Retail',\n },\n {\n code: '630401',\n description: 'Department Stores: Antique/Variety Stores-Retail',\n },\n {\n code: '630500',\n description: 'Clothing and Shoe Stores: Clothing Stores - Retail',\n },\n {\n code: '630501',\n description: 'Clothing and Shoe Stores: Dry Goods Stores - Retail',\n },\n {\n code: '630502',\n description: 'Clothing and Shoe Stores: Shoe Stores - Retail',\n },\n {\n code: '630504',\n description: 'Clothing and Shoe Stores: Western Clothing Incl Tack-Ret',\n },\n {\n code: '630505',\n description: 'Clothing and Shoe Stores: Wig/Hat Stores - Retail',\n },\n {\n code: '630506',\n description: 'Clothing and Shoe Stores: Custom Dressmaking/Tailoring',\n },\n {\n code: '630600',\n description: 'Furniture and Appliance Stores: Furniture stores',\n },\n {\n code: '630601',\n description:\n 'Furniture and Appliance Stores: Rental and rent-to-own furniture stores, and durable medical stores',\n },\n {\n code: '630602',\n description: 'Furniture and Appliance Stores: Household appliance stores',\n },\n {\n code: '630603',\n description: 'Furniture and Appliance Stores: Piano and organ stores',\n },\n {\n code: '630604',\n description: 'Furniture and Appliance Stores: Office furniture stores',\n },\n {\n code: '630605',\n description:\n 'Furniture and Appliance Stores: Entertainment and home theater systems, big screen television stores',\n },\n {\n code: '630606',\n description: 'Stores: Office furniture - wholesale or retail',\n },\n {\n code: '630607',\n description: 'Furniture and Appliance Stores: Audio/visual equipment rental and services',\n },\n {\n code: '630800',\n description: 'Jewelry Stores: Jewelry Store',\n },\n {\n code: '630801',\n description: 'Jewelry Stores: Hearing Aid Store',\n },\n {\n code: '630802',\n description: 'Jewelry Stores: Optical Store-No Lens Grind',\n },\n {\n code: '630803',\n description: 'Jewelry Stores: Clock & Watch Stores',\n },\n {\n code: '630804',\n description: 'Jewelry Stores: Stores: Trophy or Award',\n },\n {\n code: '630902',\n description: 'Hardware Auto Parts and Sporting Good Stores: Gun Stores',\n },\n {\n code: '630903',\n description: 'Hardware Auto Parts and Sporting Good Stores: Bicycle Stores',\n },\n {\n code: '630906',\n description: 'Hardware Auto Parts and Sporting Good Stores: Garden Supply Strs',\n },\n {\n code: '630907',\n description: 'Hardware Auto Parts and Sporting Good Stores: Locksmiths',\n },\n {\n code: '630908',\n description: 'Hardware Auto Parts and Sporting Good Stores: Auto Parts Store',\n },\n {\n code: '630909',\n description: 'Hardware Auto Parts and Sporting Good Stores: Architect/Surveyor Supply Strs',\n },\n {\n code: '630911',\n description: 'Hardware Auto Parts and Sporting Good Stores: Stained Art Glass Supply Store',\n },\n {\n code: '630912',\n description: 'Hardware Auto Parts and Sporting Good Stores: Wood Stove & Accessory Stores',\n },\n {\n code: '630913',\n description: 'Hardware Auto Parts and Sporting Good Stores: Hardware Variety Stores NOC',\n },\n {\n code: '630914',\n description: 'Hardware Auto Parts and Sporting Good Stores: Hot Tubs/Spa Stores',\n },\n {\n code: '630915',\n description: 'Hardware Auto Parts and Sporting Good Stores: Floor Cov Stores Excl Inst',\n },\n {\n code: '630916',\n description: 'Hardware Auto Parts and Sporting Good Stores: Pawn Shops',\n },\n {\n code: '630917',\n description: 'Hardware Auto Parts and Sporting Good Stores: Sporting Good Stores',\n },\n {\n code: '630918',\n description: 'Hardware Auto Parts and Sporting Good Stores: Paint/Wallpaper Stores',\n },\n {\n code: '630919',\n description: 'Hardware Auto Parts and Sporting Good Stores: Sewing Machine Stores',\n },\n {\n code: '630920',\n description: 'Hardware Auto Parts and Sporting Good Stores: Art Galleries/Frame Shops',\n },\n {\n code: '630921',\n description: 'Hardware Auto Parts and Sporting Good Stores: Hobby/Craft Stores',\n },\n {\n code: '630922',\n description: 'Hardware Auto Parts and Sporting Good Stores: Sales Personnel: Door To Door',\n },\n {\n code: '630923',\n description:\n 'Hardware Auto Parts and Sporting Good Stores: Stores included in 6309, but not described by another subclassification N.O.C.',\n },\n {\n code: '630924',\n description: 'Hardware Auto Parts and Sporting Good Stores: Antique variety stores',\n },\n {\n code: '640200',\n description: 'Supermarkets: Str-Groc W/Meat',\n },\n {\n code: '640301',\n description: 'Convenience Grocery Stores - No Gas: Coffee/Tea/Spice Store Retail',\n },\n {\n code: '640302',\n description: 'Convenience Grocery Stores - No Gas: Dairy Prod Store',\n },\n {\n code: '640304',\n description: 'Convenience Grocery Stores - No Gas: Fruit/Veg Store',\n },\n {\n code: '640305',\n description: 'Convenience Grocery Stores - No Gas: Stores: Specialty Groceries',\n },\n {\n code: '640306',\n description: 'Convenience Grocery Stores - No Gas: Stores: Convenience-No Gas',\n },\n {\n code: '640307',\n description: 'Convenience Grocery Stores - No Gas: Wine/Liquor/Soft Drink Stores',\n },\n {\n code: '640400',\n description: 'Florists: Florist/ Balloon Arrngmt Str',\n },\n {\n code: '640402',\n description: 'Florists: Plant/Aquarium Lsng or Mntnc',\n },\n {\n code: '640403',\n description: 'Florists: Candy Arrangemt-Incl Delivery',\n },\n {\n code: '640501',\n description: 'Tire Sales and Service Centers: Tire Sales/Service',\n },\n {\n code: '640506',\n description: 'Tire Sales and Service Centers: Tire Rebldg/Retread/Recap',\n },\n {\n code: '640600',\n description: 'Retail Stores N.O.C.: Retail Stores NOC',\n },\n {\n code: '640601',\n description: 'Retail Stores N.O.C.: Camera Stores',\n },\n {\n code: '640603',\n description: 'Retail Stores N.O.C.: News/Magazine Stores',\n },\n {\n code: '640609',\n description: 'Retail Stores N.O.C.: Coin Operated Arcades',\n },\n {\n code: '640611',\n description: 'Retail Stores N.O.C.: Office Stationery/Machine Strs',\n },\n {\n code: '640612',\n description: 'Retail Stores N.O.C.: Fabric & Yardage Stores',\n },\n {\n code: '640614',\n description: 'Retail Stores N.O.C.: Musical Instrument Stores',\n },\n {\n code: '640616',\n description: 'Retail Stores N.O.C.: Drug Stores',\n },\n {\n code: '640617',\n description: 'Retail Stores N.O.C.: Variety Stores',\n },\n {\n code: '640618',\n description: 'Retail Stores N.O.C.: Pvt Mail Box/Safe Deposit Box',\n },\n {\n code: '640619',\n description: 'Retail Stores N.O.C.: Coin/Stamp Stores',\n },\n {\n code: '640620',\n description: 'Retail Stores N.O.C.: Book/Video Stores',\n },\n {\n code: '640623',\n description: 'Retail Stores N.O.C.: Candy Stores',\n },\n {\n code: '640624',\n description: 'Retail Stores N.O.C.: Cigarette & Tobacco Stores',\n },\n {\n code: '640625',\n description: 'Retail Stores N.O.C.: Telephone Stores',\n },\n {\n code: '640627',\n description: 'Retail Stores N.O.C.: Stereo Component Stores',\n },\n {\n code: '640629',\n description: 'Retail Stores N.O.C.: Toy/Game Stores',\n },\n {\n code: '640630',\n description: 'Retail Stores N.O.C.: Cosmetics Stores',\n },\n {\n code: '640631',\n description: 'Retail Stores N.O.C.: Kitchen/Bath/Drapery Stores',\n },\n {\n code: '640633',\n description: 'Retail Stores N.O.C.: Gift Shops',\n },\n {\n code: '640640',\n description: 'Retail Product Demonstrators',\n },\n {\n code: '640700',\n description: 'Wholesale Stores N.O.C.: Wholesale Stores NOC',\n },\n {\n code: '640803',\n description: 'Farm Machinery Dealers: Farm Machinery Dealers',\n },\n {\n code: '640900',\n description: 'Machinery and Machinery Dealers N.O.C.: Machinery/Eqp Dealers NOC',\n },\n {\n code: '641002',\n description: 'Janitorial Supply Dealers: Janitorial Supply Dealers',\n },\n {\n code: '641100',\n description: 'Stores meeting the criteria',\n },\n {\n code: '641114',\n description: 'Musical Instruments',\n },\n {\n code: '641119',\n description: 'Coins, stamps, rare metals, and collectible cards',\n },\n {\n code: '641120',\n description: 'Books, videos, electronic games, music, newspapers, magazines, and comic books',\n },\n {\n code: '641124',\n description: 'Tobacco, vaporizers, and liquids, and smoking accessories',\n },\n {\n code: '641125',\n description: 'Small port electronic devices, N.O.C.',\n },\n {\n code: '650100',\n description: 'Barber shops',\n },\n {\n code: '650101',\n description: 'Beauty parlors; sun tanning parlors',\n },\n {\n code: '650102',\n description: 'Cosmetologists and electrolysis studios; tattoo parlors; nail salons',\n },\n {\n code: '650200',\n description: 'Banks and Financial Institutions: Banks-All Employment',\n },\n {\n code: '650205',\n description: 'Banks and Financial Institutions: Financial/Invest/Mortgage Co',\n },\n {\n code: '650206',\n description: 'Banks and Financial Institutions: Stock Brokr-All Emp',\n },\n {\n code: '650207',\n description: 'Banks and Financial Institutions: Escrow Companies - All Empl',\n },\n {\n code: '650300',\n description: 'Labor Unions: Labor Unions/Empl Rep Assns',\n },\n {\n code: '650400',\n description:\n 'Thrift Stores: Thrift stores operated by charitable or other not-for-profit organizations',\n },\n {\n code: '650401',\n description: 'Thrift Stores: For-profit thrift stores',\n },\n {\n code: '650500',\n description: 'Welfare Special Works Programs: Welfare Special Works Programs',\n },\n {\n code: '650600',\n description: 'Photography Studios and Film Print Shops: Photo Studios',\n },\n {\n code: '650601',\n description: 'Photography Studios and Film Print Shops: Film Devlp-Print Shps',\n },\n {\n code: '650602',\n description: 'Photography Studios and Film Print Shops: Film Exchange Shp',\n },\n {\n code: '650603',\n description: 'Photography Studios and Film Print Shops: Microfilming',\n },\n {\n code: '6509',\n description: 'Assisted living and group homes',\n },\n {\n code: '650904',\n description: 'Boarding Homes and Retirement Centers: Boarding Homes/Centers NOC',\n },\n {\n code: '650905',\n description: 'Boarding Homes and Retirement Centers: Fraternity or Sorority Houses',\n },\n {\n code: '650907',\n description: 'Boarding Homes and Retirement Centers: Retirement Centers',\n },\n {\n code: '651000',\n description: 'Domestic Servants: Domestic Service',\n },\n {\n code: '651100',\n description: 'Chore Services: Chore Services',\n },\n {\n code: '651120',\n description: 'Community Action Organizations: Chore Services/Home Care Assistants',\n },\n {\n code: '651200',\n description: 'Home care services/consumer directed employer program',\n },\n {\n code: '660100',\n description: 'Detective Agencies: Detective Agencies',\n },\n {\n code: '660101',\n description: 'Detective Agencies: Merchant Police/Patrol',\n },\n {\n code: '660102',\n description: 'Detective Agencies: Security Guard Agencies',\n },\n {\n code: '660103',\n description: 'Detective Agencies: Security Guards- Logging Site',\n },\n {\n code: '660104',\n description: 'Detective Agencies: Security Guards- Const Site',\n },\n {\n code: '660105',\n description: 'Detective Agencies: Armored Car Service',\n },\n {\n code: '660106',\n description: 'Detective Agencies: Crowd Control Services',\n },\n {\n code: '660107',\n description: 'Detective Agencies: Process/legal messenger services',\n },\n {\n code: '660202',\n description: 'Janitorial Service: Window-Washing Services',\n },\n {\n code: '660203',\n description: 'Janitorial Service: Janitorial Cleaning NOC',\n },\n {\n code: '660204',\n description: 'Janitorial Service: Residential Cleaning Services',\n },\n {\n code: '660205',\n description: 'Janitorial Service: Janitors NOC',\n },\n {\n code: '660208',\n description: 'Janitorial Service: Pest Control',\n },\n {\n code: '660210',\n description: 'Janitorial Service: Portable Cleaning/Washing NOC',\n },\n {\n code: '660212',\n description: 'Janitorial Service: Street & Building Decoration',\n },\n {\n code: '660300',\n description: 'Auction Sales: Auction Sales-Equip/Machinery',\n },\n {\n code: '660301',\n description: 'Auction Sales: Auction Sales-Gen Hhold Furn',\n },\n {\n code: '660302',\n description: 'Auction Sales: Auction Sales-Specialty Mdse',\n },\n {\n code: '660400',\n description: 'Optical Goods Manufacturing: Lens Mfg Incl Cl/Sls',\n },\n {\n code: '660401',\n description: 'Optical Goods Manufacturing: Optical Goods Mfg Incl Cl/Sls',\n },\n {\n code: '660500',\n description: 'Actors Entertainers and Musicians N.O.C.: Actors & Performers NOC',\n },\n {\n code: '660501',\n description: 'Actors Entertainers and Musicians N.O.C.: Musicians NOC',\n },\n {\n code: '660503',\n description:\n 'Actors Entertainers and Musicians N.O.C.: Players, entertainers and musicians hired by a theater, N.O.C',\n },\n {\n code: '660504',\n description: 'Actors Entertainers and Musicians N.O.C.: Dance Halls-All Employment',\n },\n {\n code: '660700',\n description: 'Card Rooms Bingo Parlors and Recreational Centers: Card Rooms/Bingo Parlors',\n },\n {\n code: '660701',\n description: 'Card Rooms Bingo Parlors and Recreational Centers: Billiard Halls',\n },\n {\n code: '660702',\n description:\n 'Card Rooms Bingo Parlors and Recreational Centers: Recreational/Community Centers',\n },\n {\n code: '660703',\n description: 'Card Rooms Bingo Parlors and Recreational Centers: Indoor Playgrounds',\n },\n {\n code: '660704',\n description: 'Card Rooms Bingo Parlors and Recreational Centers: Indoor Simulated Golfing',\n },\n {\n code: '660800',\n description: 'Motion Picture Production: Mtn Pictr Prod Inc Cl/Sls',\n },\n {\n code: '661400',\n description: 'Horse Racing - Major Tracks N.O.C.: Hors Race Train-Major',\n },\n {\n code: '661500',\n description: 'Horse Racing - Major Tracks Grooms: Hors Race-Grooms-Major Tracks',\n },\n {\n code: '661600',\n description: 'Horse Racing - Fairs Bush Tracks: Hors Race-Trainers-Fair Tracks',\n },\n {\n code: '661700',\n description: 'Horse Racing - Fairs Bush Tracks Grooms: Hors Race-Grooms-Fair Tracks',\n },\n {\n code: '661800',\n description: 'Horse Racing - Owners: Hors Race-Licensed Owners',\n },\n {\n code: '662000',\n description: 'Entertainers & Dancers: Entertainers NOC',\n },\n {\n code: '662200',\n description: 'Horse Racing - Fairs Bush Tracks: Horse Race Exr Rider Major Trk',\n },\n {\n code: '662300',\n description: 'Horse Racing - Major Tracks N.O.C.: Horse Race Exer Rider Fair Trk',\n },\n {\n code: '662500',\n description: 'Grooms and assistant trainers (major track)',\n },\n {\n code: '662501',\n description: 'Grooms and assistant trainers (nonprofit track)',\n },\n {\n code: '662600',\n description: 'Track (major track)',\n },\n {\n code: '662601',\n description: 'Track (nonprofit track)',\n },\n {\n code: '662700',\n description: 'Horse racing - farm or training center',\n },\n {\n code: '670400',\n description: 'Parking Lot Operations: Parking Lots',\n },\n {\n code: '670500',\n description: 'Ski Facilities: Ski Facilities',\n },\n {\n code: '670503',\n description: 'Ski Facilities: Excursions-Outdoor Recreation',\n },\n {\n code: '670504',\n description: 'Ski Facilities: Instructors Ski/Wind Sail',\n },\n {\n code: '670505',\n description: 'Ski Facilities: Ski Patrols',\n },\n {\n code: '670601',\n description: 'Ski Facilities: Athl Teams Care/Premises',\n },\n {\n code: '670700',\n description: 'Contact Sports N.O.C.: Prof Football/Contact Spts NOC',\n },\n {\n code: '670701',\n description: 'Contact Sports N.O.C.: Professional Hockey Teams',\n },\n {\n code: '670801',\n description: 'Auto & Boat Racing-Per Race: Jockeys',\n },\n {\n code: '670802',\n description: 'Auto & Boat Racing-Per Race: Prof Racing Drivers',\n },\n {\n code: '670900',\n description: 'Sheltered Workshops: Shelterd Wrkshp Inc Cl/Sls',\n },\n {\n code: '680100',\n description: 'Scheduled Airlines - Flight Crew: Airlines Sched Flight Crew',\n },\n {\n code: '680101',\n description: 'Scheduled Airlines - Flight Crew: Hot Air Balloon-Flight Crew',\n },\n {\n code: '680200',\n description: 'Scheduled Airlines - Flight Crew: Airlines Sched Ground Crew',\n },\n {\n code: '680201',\n description: 'Scheduled Airlines - Flight Crew: Hot Air Balloon-Ground Crew',\n },\n {\n code: '680301',\n description: 'Non Scheduled Airlines - Flight Crew: Flight Instruction-Flight Crew',\n },\n {\n code: '680302',\n description: 'Non Scheduled Airlines - Flight Crew: Private Aircraft-Flight Crew',\n },\n {\n code: '680304',\n description: 'Non Scheduled Airlines - Flight Crew: Airlines Nonscheduled Fly Crew',\n },\n {\n code: '680400',\n description: 'Nonscheduled Airlines - Ground Crew: Airport Operations-Grnd Crew',\n },\n {\n code: '680401',\n description: 'Nonscheduled Airlines - Ground Crew: Aircraft Ground Crew Opns NOC',\n },\n {\n code: '680402',\n description: 'Nonscheduled Airlines - Ground Crew: Aircraft/Sales or Service Cos',\n },\n {\n code: '680403',\n description: 'Nonscheduled Airlines - Ground Crew: Airlines Nonscheduled Grd Crew',\n },\n {\n code: '680404',\n description: 'Nonscheduled Airlines - Ground Crew: Aircraft Remfg/Rebuilding',\n },\n {\n code: '680900',\n description: 'Baseball Basketball & Soccer Teams: Professional Baseball Teams',\n },\n {\n code: '680901',\n description: 'Baseball Basketball & Soccer Teams: Professional Basketball Teams',\n },\n {\n code: '680902',\n description: 'Baseball Basketball & Soccer Teams: Professional Soccer Teams',\n },\n {\n code: '690100',\n description: 'Volunteers: Volunteers-Excl Law Enf Offcrs',\n },\n {\n code: '690101',\n description: 'Volunteers: Student Volunteers',\n },\n {\n code: '690202',\n description: 'Log Road Construction: Logging Rd Constn or Maint',\n },\n {\n code: '690203',\n description: 'Log Road Construction: Logging Railroad Const/Maint',\n },\n {\n code: '690303',\n description: 'Aerial Spraying Seeding and Crop Dusting: Aerial Seed/Spray/Dust/Fire Ft',\n },\n {\n code: '690400',\n description: 'County and City Fire Fighters - Salaried: Cities/Towns Firefighters',\n },\n {\n code: '690401',\n description: 'County and City Fire Fighters - Salaried: Counties/Tax Dist Firefighters',\n },\n {\n code: '690500',\n description: 'County and City Law Enforcement Officers: Cities/Towns Law Enforc Offcr',\n },\n {\n code: '690501',\n description: 'County and City Law Enforcement Officers: Counties/Tax Dist Law Enf Ofcr',\n },\n {\n code: '690502',\n description: 'County and City Law Enforcement Officers: Indian Tribl Cncl Law Enf Ofcr',\n },\n {\n code: '690600',\n description: 'Volunteer Law Enforcement Officers: Cities/Towns Vol Law Enf Offcr',\n },\n {\n code: '690601',\n description: 'Volunteer Law Enforcement Officers: Counties/Tax Dist Vol Law Enf',\n },\n {\n code: '690602',\n description: 'Volunteer Law Enforcement Officers: State Vol Law Enf Officers',\n },\n {\n code: '690701',\n description: 'Moving and Storage Companies: Moving/Storage Hshld Furnishgs',\n },\n {\n code: '690802',\n description: 'Paper Products Manufacturing: Envelope/Stationery Mfg',\n },\n {\n code: '690803',\n description: 'Paper Products Manufacturing: Paper Bag/Wallpaper Mfg',\n },\n {\n code: '690805',\n description: 'Paper Products Manufacturing: Paper Box Mfg-Folding Boxes',\n },\n {\n code: '690806',\n description: 'Paper Products Manufacturing: Paper Goods Mfg-Towels&Napkins',\n },\n {\n code: '690900',\n description: 'Medical and Testing Labs/Blood Banks: Laboratory:Test/Quality Contrl',\n },\n {\n code: '690902',\n description: 'Medical and Testing Labs/Blood Banks: Laboratory: Medical',\n },\n {\n code: '690903',\n description: 'Medical and Testing Labs/Blood Banks: Blood Bank',\n },\n {\n code: '690922',\n description: 'Medical and Testing Labs/Blood Banks: Laboratory: Assaying',\n },\n {\n code: '700200',\n description: 'DOE Contract: Doe Contract-Suppl Pen Assmnt',\n },\n {\n code: '710000',\n description: 'Exempt Limited Liability Members N.O.C.: Limited Liability Member NOC',\n },\n {\n code: '710100',\n description: 'Executive Officers N.O.C.: Corporate Officers NOC',\n },\n {\n code: '710200',\n description: 'Football Teams - NFL: NFL Football Teams',\n },\n {\n code: '710300',\n description: 'State Government - Law Enforcement Officers: State Govt:Law Enforcmnt Offcr',\n },\n {\n code: '710301',\n description: 'State Government - Law Enforcement Officers: State Govt:State Patrol',\n },\n {\n code: '710303',\n description: 'State Government - Law Enforcement Officers: State Govt:Guards/Corr Offcrs',\n },\n {\n code: '710305',\n description: 'State Government - Law Enforcement Officers: State Govt:Lottery Officers',\n },\n {\n code: '710306',\n description: 'State Government - Law Enforcement Officers: State Govt: Fish/Wildlife Off.',\n },\n {\n code: '710401',\n description: 'Temporary Help - Administrative Staff: Admin Staff of Temp Help Comp',\n },\n {\n code: '710501',\n description: 'Temporary Help - Office Services: Temp Help Office Workers',\n },\n {\n code: '710601',\n description: 'Temporary Help - Store Services: Temp Help Retail Store',\n },\n {\n code: '710701',\n description: 'Temporary Help - Food Services: Temp Help Food Services',\n },\n {\n code: '710801',\n description: 'Temporary Help - Warehousing: Temp Help Dry Goods Warehouse',\n },\n {\n code: '710901',\n description: 'Temporary Help - Tech. Services: Temp Help Electronics Assembly',\n },\n {\n code: '711000',\n description: 'Temporary Help - Field Services: Temp Help Field Technical Svcs',\n },\n {\n code: '711100',\n description: 'Temporary Help - Health Care: Temp Help Health Care Svcs',\n },\n {\n code: '711200',\n description: 'Temporary Help - Agricultural Services: Temp Help Ag/Farming Svcs',\n },\n {\n code: '711300',\n description: 'Temporary Help - Maintenance: Temp Help Janitorial/Maint Svc',\n },\n {\n code: '711400',\n description: 'Temporary Help - Assembly: Temp Help Whse/Redistr Oper',\n },\n {\n code: '711500',\n description: 'Temporary Help - Food Processing: Temp Help Cannery/Food Proc',\n },\n {\n code: '711600',\n description: 'Temporary Help - Utility Work: Temp Help Flagging Utility Svc',\n },\n {\n code: '711700',\n description: 'Temporary Help - Machine Operation: Temp Help Mfg Ops/Spec Trades',\n },\n {\n code: '711800',\n description: 'Temporary Help - Construction: Temp Help Const Svcs',\n },\n {\n code: '711900',\n description: 'Temporary Help - Vehicle Operation: Temp Help Drivers/Sawmills',\n },\n {\n code: '712000',\n description: 'Temporary Help - Hazardous Waste: Temp Help Hazardous Waste',\n },\n {\n code: '712100',\n description: 'Temporary Help - Logging: Temp Help Logging/Shake Mills',\n },\n {\n code: '712200',\n description: 'Temporary Help - Laborers For Manufacturing: Temp Help Labor No Machine Ops',\n },\n {\n code: '720000',\n description:\n 'State Acute Health Care Facilities w/Safe Patient Handling: State Govt: Hospital with SPH',\n },\n {\n code: '720100',\n description: 'State Patient or Health Care Personnel N.O.C.: State Govt: Healthcare Empls',\n },\n {\n code: '720200',\n description: 'Real Estate Agencies: Real Estate Agency Incl Cl/Sls',\n },\n {\n code: '720300',\n description: 'Community Service Workers: Community Service Workers',\n },\n {\n code: '720400',\n description: 'Preferred Workers: Preferred Workers',\n },\n {\n code: '720500',\n description: 'Life and Rescue Emergency Personnel: Emergency Worker-Life & Rescue',\n },\n {\n code: '730100',\n description: 'Dairy Farms: Farms: Dairy',\n },\n {\n code: '730200',\n description: 'Livestock Farms: Farms: Livestock',\n },\n {\n code: '730202',\n description: 'Livestock Farms: Riding Academies',\n },\n {\n code: '730203',\n description: 'Livestock Farms: Pleasure or Showhorse Stables',\n },\n {\n code: '730204',\n description: 'Livestock Farms: Racehorse Trainers-Unlicensed',\n },\n {\n code: '730205',\n description: 'Livestock Farms: Horse Racing: Elective Coverag',\n },\n {\n code: '730700',\n description: 'Christmas Tree Farms: Farms: Christmas Tree',\n },\n {\n code: '730701',\n description: 'Christmas Tree Farms: Tree Farms NOC - Excl Harvest',\n },\n {\n code: '730802',\n description: 'Pet Grooming/Boarding Services/Animal Shelters: Animal Shelters-All Operations',\n },\n {\n code: '730803',\n description: 'Pet Grooming/Boarding Services/Animal Shelters: Dog Grooming Parlors-All Opns',\n },\n {\n code: '730804',\n description: 'Pet Grooming/Boarding Services/Animal Shelters: Pet Stores NOC',\n },\n {\n code: '730805',\n description: 'Pet Grooming/Boarding Services/Animal Shelters: Pet Breeding/Boarding Kennels',\n },\n {\n code: '730900',\n description: 'Work Activity Centers: Work Activity Centers',\n },\n {\n code: '740000',\n description:\n 'State Acute Health Care Facilities w/o Safe Patient Handling: State Govt: Hospital w/o SPH',\n },\n {\n code: '900000',\n description: 'Old Claims',\n },\n] as const\n"],"names":["WA_RISK_CLASS_CODES"],"mappings":"AAAO,MAAMA,IAAsB;AAAA,EACjC;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAAA,EAEf;AAAA,IACE,MAAM;AAAA,IACN,aACE;AAAA,EAAA;AAAA,EAEJ;AAAA,IACE,MAAM;AAAA,IACN,aAAa;AAAA,EAAA;AAEjB;"}
|