LocalizationMessages.psd1

ConvertFrom-StringData @'
###PSLOC
 
###ManagementModuleMessages
networkhud_management_feature_not_installed = Feature {0} is not installed on computer {1}.
networkhud_management_cluster_module_not_installed = Module {0} is not installed.
networkhud_management_remote_node_cluster = Remote Node {0} is part of the Cluster. Use parameter {1} instead.
networkhud_management_service_start_failure = Failed to start service {0} on computer: {1}. Please check {2} event log channel for more details.
networkhud_management_service_stop_failure = Failed to stop service {0} on computer: {1}. Please check {2} event log channel for more details.
networkhud_management_install_failure = Failed to install service and module {0} on computer: {1}.
###ManagementModuleMessages
 
###Prerequisitescript
networkhud_prerequisite_req_lldp = Network HUD requires LLDP RSAT tools to be installed.\n\nTo resolve this issue, run the following command: Install-WindowsFeature -Name RSAT-DataCenterBridging-LLDP-Tools.
networkhud_prerequisite_req_hyperv = Network HUD requires Hyper-V and Hyper-V-PowerShell to be installed.\n\nTo resolve this issue, run the following command: Install-WindowsFeature -Name Hyper-V -IncludeManagementTools.
networkhud_prerequisite_req_atc = Network HUD requires NetworkATC to be installed.\n\nTo resolve this issue, run the following command: Install-WindowsFeature -Name NetworkATC.
networkhud_prerequisite_req_cluster = Network HUD requires Failover-Clustering to be installed.\n\nTo resolve this issue, run the following command: Install-WindowsFeature -Name Failover-Clustering -IncludeManagementTools.
networkhud_prerequisite_req_dcb = Network HUD requires Data-Center-Bridging to be installed.\n\nTo resolve this issue, run the following command: Install-WindowsFeature -Name Data-Center-Bridging -IncludeManagementTools.
networkhud_prerequisite_req_dcbmodule = This machine must have the DataCenterBridging Module version 2021.6.23.36 or greater installed for Network HUD.\n\nTo resolve this issue, run the following command: Install-Module -Name DataCenterBridging -Force.\n\nIf this system is not connected to the internet, from an internet-connected system, run Save-Module DataCenterBridging -Path c:\\folderpath then move the module to the disconnected system under the 'C:\\Program Files\\WindowsPowerShell\\Modules' folder.
networkhud_prerequisite_req_netstack = This machine must have the Test-NetStack Module version 2021.1.1.1 or greater installed for Network HUD.\n\nTo resolve this issue, run the following command: Install-Module -Name Test-NetStack -Force.\n\nIf this system is not connected to the internet, from an internet-connected system, run Save-Module DataCenterBridging -Path c:\\folderpath then move the module to the disconnected system under the 'C:\\Program Files\\WindowsPowerShell\\Modules' folder.
networkhud_prerequisite_req_nocluster = The local machine is not a member of a failover cluster. To resolve this issue, join the machine to a failover cluster.
networkhud_prerequisite_req_noserviceacc = Network HUD is using the localsystem account. Change to an account with cluster permissions.
networkhud_prerequisite_req_fail = Network HUD has stopped due to a missing prerequisite. Review the prior errors in the Network HUD log, then try again.
###Prerequisitescript
 
###WatchLinkState
networkhud_watchlinkstate_linkstatechange = The following interface changed state to DOWN:\nName: [{0}]\nInterfaceDescription: [{1}]\nInterfaceIndex: [{2}]\nMacAddress: [{3}]\nState: [{4}]\nLinkSpeed: [{5}]\n\nIf this continues, Network HUD will attempt to take corrective action. Please investigate the physical adapter, cable, and switchports.
networkhud_watchlinkstate_detectedflap = The Network HUD service has determined that adapter [{0}] is unstable due to frequent disconnect. Remediation actions may be attempted to improve stability. Actions will be indicated in this log.
networkhud_watchlinkstate_notenoughadapters = The Network HUD service has determined that [{0}] has reached a threshold of {1} disconnections inside {2} minute. However, there are not enough usable adapters to take remediation actions. An administrator should take immediate action to identify whether the problem is the adapter, the cable, or the switchport.\n\nTo convert this event data back to readable text, use the following sequence of commands:\n 1) `$Event = Get-EventLog -LogName 'NetworkHUD' -Source 'Network-HUD-Service' -InstanceId 1015 -EntryType Error | Select -First 1\n 2) [System.Text.Encoding]::Unicode.GetString(`$Event.Data) | ConvertFrom-Json
networkhud_watchlinkstate_disable = The Network HUD service has determined that [{0}] has reached a threshold of {1} disconnections inside {2} minute. The adapter will be removed from Intent {3} in order to improve system stability.
networkhud_watchlinkstate_faultdescription = The Network HUD service has determined that [{0}] in the [{1}] intent is unstable due to too many disconnections.
networkhud_watchlinkstate_faultAction = The Network HUD service has determined that [{0}] has reached a threshold of {1} disconnections inside {2} minutes. The adapter may be removed from the [{3}] intent to improve system stability. An administrator should take immediate action to identify whether the problem is the adapter, cable, or the switchport and replace the malfunctioning hardware.
###WatchLinkState
 
###MeasureResettingNic
networkhud_measureresettingnic_detectedflap = The Network HUD service has determined that adapter [{0}] is unstable due to frequent reset. Remediation actions may be attempted to improve stability. Actions will be indicated in this log.
networkhud_measureresettingnic_notenoughadapters = The Network HUD service has determined that [{0}] has reached a threshold of {1} resets inside {2} minute. However, there are not enough usable adapters to take remediation actions. An administrator should take immediate action to identify whether the problem is the adapter, the cable, or the switchport.
networkhud_measureresettingnic_disable = The Network HUD service has determined that [{0}] has reached a threshold of {1} resets inside {2} minute. The adapter will be disabled in order to improve system stability.
networkhud_measureresettingnic_FaultDescription = The Network HUD service has determined a ResettingNIC fault has been detected on the following NIC : [{0}]"
networkhud_measureresettingnic_FaultAction = The Network HUD service has determined that [{0}] has reached a threshold of {1} resets inside {2} minute. The adapter may be disabled in order to improve system stability. An administrator should take immediate action to identify whether the problem is the adapter, the cable, or the switchport.
###MeasureResettingNic
 
###DriverValidation
networkhud_DriverValidation_InboxDriver = The Network HUD service has determined that adapter [{0}] in the Intent named [{1}] is using an inbox driver. Inbox drivers are not supported.
networkhud_DriverValidation_FailAge = The Network HUD service has determined that the [{0}] driver for adapter [{1}] in the Intent named [{2}] is more than 1 year old. The listed date of the [{0}] driver is [{3}]
networkhud_DriverValidation_WarnAge = The Network HUD service has determined that the [{0}] driver for adapter [{1}] in the Intent named [{2}] is more than 6 months old.The listed date of the [{0}] driver is [{3}]
networkhud_DriverValidation_VersionMissMatch = The Network HUD service has determined that the drivers in Network ATC intent [{0}] are not running the same version. The detected versions are {1}
networkhud_DriverValidation_InboxDriverFaultDescription = The Network HUD service has determined that a driver fault has been detected on the following adapter(s) [{0}] in the Intent named [{1}]. Inbox drivers are not supported.
networkhud_DriverValidation_InboxDriverFaultAction = Contact your the vendor and install an updated driver.
networkhud_DriverValidation_FailAgeFaultDescription = The Network HUD service has determined that the [{0}] driver used for the adapter [{1}] in the Intent named [{2}] is over one year old. Out of date drivers reduce system stability and performance. The listed date of the [{0}] driver is [{3}]
networkhud_DriverValidation_FailAgeFaultAction = Contact your the vendor immediately and obtain an updated driver for the adapter or replace the device.
networkhud_DriverValidation_WarnAgeFaultDescription = The Network HUD service has determined that the [{0}] driver used for the adapter [{1}] in the Intent named [{2}] is over six months old. Out of date drivers reduce system stability and performance. The listed date of the [{0}] driver is [{3}]
networkhud_DriverValidation_WarnAgeFaultAction = Contact your the vendor and obtain an updated driver for the adapter or replace the device.
networkhud_DriverValidation_DriverVersionDescription = The Network HUD service has determined that the drivers in Network ATC intent [{0}] are not running the same version. The detected versions are {1}
networkhud_DriverValidation_DriverVersionAction = Update the drivers for the adapter in the Network ATC intent [{0}] to the same version.
###DriverValidation
 
###InfrastructureValidation
networkhud_InfrastructureValidation_MissingIntentTypes = The Network HUD service has determined that the cluster is not configured with the following Network ATC intent types: {0}
networkhud_InfrastructureValidation_MissingIntentTypesFaultDescription = The Network HUD service has determined that the cluster is not configured with the following Network ATC intent types: {0}
networkhud_InfrastructureValidation_MissingIntentTypesFaultAction = Review the Network ATC documentation and add the {0} intent type(s) to the cluster.
 
networkhud_InfrastructureValidation_FailedIntent = The Network HUD service has determined that the following Network ATC intents [{0}] are in a failed state on node [{1}] since [{2}]. Review the error message from Get-NetIntentStatus and use the command "Set-NetIntentRetryState -Name {0} -NodeName {1}" to reinitiate intent provisioning.
networkhud_InfrastructureValidation_FailedIntentFaultDescription = The Network HUD service has determined that the following Network ATC intents [{0}] are in a failed state on node [{1}] since [{2}].
networkhud_InfrastructureValidation_FailedIntentFaultAction = Review the error message from Get-NetIntentStatus and use the command "Set-NetIntentRetryState -Name {0} -NodeName {1}" to reinitiate intent provisioning.
###InfrastructureValidation
 
###PCIE
networkhud_PCIE_missinginfo = The Network HUD service has determined that adapter(s) [{0}] in the Intent named [{1}] does not have PCIE information
networkhud_PCIE_insufficient = The Network HUD service has determined that adapter [{0}] in the Intent named [{1}] does not have sufficient PCIE bandwidth to reach its maximum linkspeed. The detected linkspeed of this adapter is [{2}] but the available PCIe bandwidth is [{3}]. This can lead to stability problems and should be remediated. To address this issue, move the adapter to a slot with enough PCIe bandwidth or limit the linkspeed of the adapter.
networkhud_PCIE_slotinsufficient = The Network HUD service has determined that the following adapter(s) [{0}] in the Intent named [{1}] in PCIe slot [{2}] do not have sufficient PCIE bandwidth to reach maximum linkspeed on all adapters simultaneously. The detected linkspeed of the adapter(s) is [{3}] Gbps but the available PCIe bandwidth is [{4}] Gbps. This can lead to stability problems and should be remediated. To address this issue, move the adapter(s) to a PCIe slot with enough PCIe bandwidth or limit the linkspeed of the adapter(s).
networkhud_PCIE_disableadapters = The Network HUD service has determined that adapter(s) [{0}] in the Intent named [{1}] does not have sufficient PCIE bandwidth. The adapter will be disabled in order to improve system stability.
networkhud_PCIE_notenoughadapters = The Network HUD service has determined that adapter(s) [{0}] in the Intent named [{1}] does not have sufficient PCIE bandwidth. However, there are not enough usable adapters to take remediation actions. An administrator should take immediate action to identify the problem.
networkhud_PCIE_FaultDescription = The Network HUD service has determined that a PCIE fault has been detected on the following adapter(s) [{0}] in the Intent named [{1}].
networkhud_PCIE_FaultAction = To address this issue, move the adapter(s) [{0}] in the Intent named [{1}] to a PCIe slot with enough PCIe bandwidth or limit the linkspeed of the adapter(s).
networkhud_PCIE_SlotFaultDescription = The Network HUD service has determined that adapter(s) [{0}] in the Intent named [{1}] in slot [{2}] does not have sufficient PCIE bandwidth.
networkhud_PCIE_SlotFaultAction = To address this issue, move the adapter(s) [{0}] in the Intent named [{1}] to a PCIe slot with enough PCIe bandwidth or limit the linkspeed of the adapter(s).
###PCIE
 
###LLDP
networkhud_LLDP_PropertyChange = The LLDP Property [{0}] on adapter [{1}] has changed.
networkhud_LLDP_UnkownPropertyChange = The unkown LLDP Property [{0}] has changed.
networkhud_LLDP_MissingProperty = The LLDP Property [{0}] on adapter [{1}] is missing.
networkhud_LLDP_FaultDescription = The Network HUD service has determined that adapter [{0}] on host [{1}] is missing the LLDP property [{2}]
networkhud_LLDP_FaultAction = To resolve this issue, ensure that the physical switchport is configured to send the specified LLDP information. Physcial switch requirements can be found here: https://docs.microsoft.com/en-us/azure-stack/hci/concepts/physical-network-requirements
###LLDP
 
 
###VLAN
networkhud_VLANs_MissingLocalSymmetry = The Network HUD service has determined that the neighbor connected to adapter [{0}] in the Intent named [{1}] is missing VLANID(s) [{2}] advertised to other adapters in the same intent on this host. The MAC address of the neighbor is [{3}].
networkhud_VLANs_MissingLocalSymmetry_FaultDescription = The Network HUD service has determined that the neighbor connected to adapter [{0}] in the Intent named [{1}] is missing VLANID(s) [{2}] advertised to the other adapters in the same intent on this host. The MAC address of the neighbor is [{3}].
networkhud_VLANs_MissingLocalSymmetry_FaultAction = To resolve this issue, ensure that all switchports connected to the Network ATC intent [{0}] have the same VLANs configured.
 
networkhud_VLANs_MissingClusterSymmetry = The Network HUD service has determined that the neighbor connected to adapter [{0}] in the Intent named [{1}] on cluster node [{2}] is missing VLANID(s) [{3}] advertised to other adapters in the same intent on one or more nodes in the cluster. The MAC address of the neighbor is [{4}].
networkhud_VLANs_MissingClusterSymmetry_FaultDescription = The Network HUD service has determined that the neighbor connected to adapter [{0}] in the Intent named [{1}] on cluster node [{2}] is missing VLANID(s) [{3}] advertised to the other adapters in the same intent on one or more nodes in the cluster. The MAC address of the neighbor is [{4}].
networkhud_VLANs_MissingClusterSymmetry_FaultAction = To resolve this issue, ensure that all switchports connected to the Network ATC intent [{0}] have the same VLANs configured.
 
networkhud_VLAN_MissingLocalWorkloadVLAN = The Network HUD service has determined that the virtual NICs on cluster node [{0}] uses the following VLANs [{1}] but the VLANs are not available on the neighbors connected to the adapters in intent [{2}].
networkhud_VLAN_MissingLocalWorkloadVLAN_FaultDescription = The Network HUD service has determined that the virtual NICs on cluster node [{0}] uses the following VLANs [{1}] but the VLANs are not available on the neighbors connected to the adapters in intent [{2}].
networkhud_VLAN_MissingLocalWorkloadVLAN_FaultAction = To resolve this issue, ensure that all switchports connected to the Network ATC intent [{0}] have the VLANs [{1}] configured.
###VLAN
 
###DCB
networkhud_DCB_MissingSMBPFC = The Network HUD service has determined that the adapter [{0}] on cluster node [{1}] in the intent [{2}] uses the SMB Priority [{3}] but the physical switchport it is connected to does not have that PFC priority enabled.
networkhud_DCB_MissingSMBPFC_FaultDescription = The Network HUD service has determined that the adapter [{0}] on cluster node [{1}] in the intent [{2}] uses the SMB Priority [{3}] but the physical switchport it is connected to does not have that PFC priority enabled.
networkhud_DCB_MissingSMBPFC_FaultAction = Contact your network administrator and ensure that PFC priority [{0}] is enabled on the physical switches. RDMA environments like RoCE require PFC and ETS. iWARP is optionally enhanced with PFC and ETS.
###DCB
 
 
###ConfigJSONStrings
Config_Description_VLAN_MissingVlanLocalSymmetry = Ensures that each adapter on the node in the same intent has the same VLANs advertised on its respective neighbor (switchport).
Config_Condition_VLAN_MissingVlanLocalSymmetry = If the neighbor (switchport) connected to an adapter does not contain a VLAN advertised by the other adapters on this node in the same intent, a fault will fire.
 
Config_Description_VLAN_MissingLocalWorkloadVLAN = Ensures that each adapter in the same intent in the cluster has all VLANs needed by the intent and VMs are available on each adapter's neighbor (switchport).
Config_Condition_VLAN_MissingLocalWorkloadVLAN = If the neighbor (switchport) connected to an adapter does not contain a VLAN advertised by the other adapters in the same intent, a fault will fire.
 
Config_Description_VLAN_MissingVlanClusterSymmetry = Ensures that each adapter in the same intent across the cluster has the same VLANs advertised on its respective neighbor (switchport).
Config_Condition_VLAN_MissingVlanClusterSymmetry = If the neighbor (switchport) connected to an adapter does not contain a VLAN advertised by the other adapters on any node in the cluster in the same intent, a fault will fire.
 
Config_Description_LLDP_MissingLLDPData = Ensures that the switchport sends the required LLDP information
Config_Condition_LLDP_MissingLLDPData = If the neighbor (switchport) connected to an adapter does advertised the required LLDP information, a fault will fire.
 
Config_Description_WatchLinkState_Disconnect = Identifies an unstable (disconnecting) adapter in an intent.
Config_Condition_WatchLinkState_Disconnect = If the adapter in the intent disconnects more than 5 times in 5 minutes, a fault will fire.
 
Config_Description_WatchLinkState_Reset = Identifies an unstable (resetting) adapter in an intent.
Config_Condition_WatchLinkState_Reset = If the adapter in the intent resets more than 5 times in 5 minutes, a fault will fire.
 
Config_Description_PCIE_OversubscribedSlot = Identifies an adapter in an intent that cannot reach its advertised bandwidth because the PCIe slot is oversubscribed.
Config_Condition_PCIE_OversubscribedSlot = If the PCIe slot does not have enough bandwidth for the adapters in the slot to reach their advertised bandwidth, a fault will fire.
 
Config_Description_Infrastructure_MissingRequiredATCIntentTypes = Identifies a system that does not have the Management, Compute, or Storage intent types needed for Network HUD functionality.
Config_Condition_Infrastructure_MissingRequiredATCIntentTypes = If Network HUD is not able to detect issues due to a missing intent type, a fault will fire.
 
Config_Description_DriverValidation_InboxDriverNotSupported = Identifies an adapter in an intent that is using an inbox driver which is not supported.
Config_Condition_DriverValidation_InboxDriverNotSupported = If the adapter in the intent is using an inbox driver, a fault will fire.
 
Config_Description_DriverValidation_DriverAgeError = Identifies an adapter in an intent that is using a driver that is over one year old.
Config_Condition_DriverValidation_DriverAgeError = If the driver for the adapter in the intent is over one year old, a fault will fire.
 
Config_Description_DriverValidation_DriverAgeWarning = Identifies an adapter in an intent that is using a driver that is over six months old.
Config_Condition_DriverValidation_DriverAgeWarning = If the driver for the adapter in the intent is over six months old, a fault will fire.
 
Config_Description_DriverValidation_DriversInconsistent = Identifies adapters in the same intent that are using different drivers on any node in the cluster.
Config_Condition_DriverValidation_DriversInconsistent = If any adapter in the same intent on any node in the cluster has a different driver than the other adapters in the same intent, a fault will fire.
 
Config_Description_DCB_MissingSMBPFC = Identifies physical switchports with incorrect PFC configuration.
Config_Condition_DCB_MissingSMBPFC = If a switchport connected to an adapter in the intent does not have the required PFC priority enabled, a fault will fire.
###ConfigJSONStrings
 
###PSLOC
'@

# SIG # Begin signature block
# MIInvwYJKoZIhvcNAQcCoIInsDCCJ6wCAQExDzANBglghkgBZQMEAgEFADB5Bgor
# BgEEAYI3AgEEoGswaTA0BgorBgEEAYI3AgEeMCYCAwEAAAQQH8w7YFlLCE63JNLG
# KX7zUQIBAAIBAAIBAAIBAAIBADAxMA0GCWCGSAFlAwQCAQUABCB2jI9pjAYAO2G6
# vMIDEC5xzg7kzcSErPy9v1nBRQfKD6CCDXYwggX0MIID3KADAgECAhMzAAADrzBA
# DkyjTQVBAAAAAAOvMA0GCSqGSIb3DQEBCwUAMH4xCzAJBgNVBAYTAlVTMRMwEQYD
# VQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNy
# b3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMTH01pY3Jvc29mdCBDb2RlIFNpZ25p
# bmcgUENBIDIwMTEwHhcNMjMxMTE2MTkwOTAwWhcNMjQxMTE0MTkwOTAwWjB0MQsw
# CQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9u
# ZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMR4wHAYDVQQDExVNaWNy
# b3NvZnQgQ29ycG9yYXRpb24wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB
# AQDOS8s1ra6f0YGtg0OhEaQa/t3Q+q1MEHhWJhqQVuO5amYXQpy8MDPNoJYk+FWA
# hePP5LxwcSge5aen+f5Q6WNPd6EDxGzotvVpNi5ve0H97S3F7C/axDfKxyNh21MG
# 0W8Sb0vxi/vorcLHOL9i+t2D6yvvDzLlEefUCbQV/zGCBjXGlYJcUj6RAzXyeNAN
# xSpKXAGd7Fh+ocGHPPphcD9LQTOJgG7Y7aYztHqBLJiQQ4eAgZNU4ac6+8LnEGAL
# go1ydC5BJEuJQjYKbNTy959HrKSu7LO3Ws0w8jw6pYdC1IMpdTkk2puTgY2PDNzB
# tLM4evG7FYer3WX+8t1UMYNTAgMBAAGjggFzMIIBbzAfBgNVHSUEGDAWBgorBgEE
# AYI3TAgBBggrBgEFBQcDAzAdBgNVHQ4EFgQURxxxNPIEPGSO8kqz+bgCAQWGXsEw
# RQYDVR0RBD4wPKQ6MDgxHjAcBgNVBAsTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEW
# MBQGA1UEBRMNMjMwMDEyKzUwMTgyNjAfBgNVHSMEGDAWgBRIbmTlUAXTgqoXNzci
# tW2oynUClTBUBgNVHR8ETTBLMEmgR6BFhkNodHRwOi8vd3d3Lm1pY3Jvc29mdC5j
# b20vcGtpb3BzL2NybC9NaWNDb2RTaWdQQ0EyMDExXzIwMTEtMDctMDguY3JsMGEG
# CCsGAQUFBwEBBFUwUzBRBggrBgEFBQcwAoZFaHR0cDovL3d3dy5taWNyb3NvZnQu
# Y29tL3BraW9wcy9jZXJ0cy9NaWNDb2RTaWdQQ0EyMDExXzIwMTEtMDctMDguY3J0
# MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggIBAISxFt/zR2frTFPB45Yd
# mhZpB2nNJoOoi+qlgcTlnO4QwlYN1w/vYwbDy/oFJolD5r6FMJd0RGcgEM8q9TgQ
# 2OC7gQEmhweVJ7yuKJlQBH7P7Pg5RiqgV3cSonJ+OM4kFHbP3gPLiyzssSQdRuPY
# 1mIWoGg9i7Y4ZC8ST7WhpSyc0pns2XsUe1XsIjaUcGu7zd7gg97eCUiLRdVklPmp
# XobH9CEAWakRUGNICYN2AgjhRTC4j3KJfqMkU04R6Toyh4/Toswm1uoDcGr5laYn
# TfcX3u5WnJqJLhuPe8Uj9kGAOcyo0O1mNwDa+LhFEzB6CB32+wfJMumfr6degvLT
# e8x55urQLeTjimBQgS49BSUkhFN7ois3cZyNpnrMca5AZaC7pLI72vuqSsSlLalG
# OcZmPHZGYJqZ0BacN274OZ80Q8B11iNokns9Od348bMb5Z4fihxaBWebl8kWEi2O
# PvQImOAeq3nt7UWJBzJYLAGEpfasaA3ZQgIcEXdD+uwo6ymMzDY6UamFOfYqYWXk
# ntxDGu7ngD2ugKUuccYKJJRiiz+LAUcj90BVcSHRLQop9N8zoALr/1sJuwPrVAtx
# HNEgSW+AKBqIxYWM4Ev32l6agSUAezLMbq5f3d8x9qzT031jMDT+sUAoCw0M5wVt
# CUQcqINPuYjbS1WgJyZIiEkBMIIHejCCBWKgAwIBAgIKYQ6Q0gAAAAAAAzANBgkq
# hkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24x
# EDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlv
# bjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5
# IDIwMTEwHhcNMTEwNzA4MjA1OTA5WhcNMjYwNzA4MjEwOTA5WjB+MQswCQYDVQQG
# EwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwG
# A1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSgwJgYDVQQDEx9NaWNyb3NvZnQg
# Q29kZSBTaWduaW5nIFBDQSAyMDExMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIIC
# CgKCAgEAq/D6chAcLq3YbqqCEE00uvK2WCGfQhsqa+laUKq4BjgaBEm6f8MMHt03
# a8YS2AvwOMKZBrDIOdUBFDFC04kNeWSHfpRgJGyvnkmc6Whe0t+bU7IKLMOv2akr
# rnoJr9eWWcpgGgXpZnboMlImEi/nqwhQz7NEt13YxC4Ddato88tt8zpcoRb0Rrrg
# OGSsbmQ1eKagYw8t00CT+OPeBw3VXHmlSSnnDb6gE3e+lD3v++MrWhAfTVYoonpy
# 4BI6t0le2O3tQ5GD2Xuye4Yb2T6xjF3oiU+EGvKhL1nkkDstrjNYxbc+/jLTswM9
# sbKvkjh+0p2ALPVOVpEhNSXDOW5kf1O6nA+tGSOEy/S6A4aN91/w0FK/jJSHvMAh
# dCVfGCi2zCcoOCWYOUo2z3yxkq4cI6epZuxhH2rhKEmdX4jiJV3TIUs+UsS1Vz8k
# A/DRelsv1SPjcF0PUUZ3s/gA4bysAoJf28AVs70b1FVL5zmhD+kjSbwYuER8ReTB
# w3J64HLnJN+/RpnF78IcV9uDjexNSTCnq47f7Fufr/zdsGbiwZeBe+3W7UvnSSmn
# Eyimp31ngOaKYnhfsi+E11ecXL93KCjx7W3DKI8sj0A3T8HhhUSJxAlMxdSlQy90
# lfdu+HggWCwTXWCVmj5PM4TasIgX3p5O9JawvEagbJjS4NaIjAsCAwEAAaOCAe0w
# ggHpMBAGCSsGAQQBgjcVAQQDAgEAMB0GA1UdDgQWBBRIbmTlUAXTgqoXNzcitW2o
# ynUClTAZBgkrBgEEAYI3FAIEDB4KAFMAdQBiAEMAQTALBgNVHQ8EBAMCAYYwDwYD
# VR0TAQH/BAUwAwEB/zAfBgNVHSMEGDAWgBRyLToCMZBDuRQFTuHqp8cx0SOJNDBa
# BgNVHR8EUzBRME+gTaBLhklodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpL2Ny
# bC9wcm9kdWN0cy9NaWNSb29DZXJBdXQyMDExXzIwMTFfMDNfMjIuY3JsMF4GCCsG
# AQUFBwEBBFIwUDBOBggrBgEFBQcwAoZCaHR0cDovL3d3dy5taWNyb3NvZnQuY29t
# L3BraS9jZXJ0cy9NaWNSb29DZXJBdXQyMDExXzIwMTFfMDNfMjIuY3J0MIGfBgNV
# HSAEgZcwgZQwgZEGCSsGAQQBgjcuAzCBgzA/BggrBgEFBQcCARYzaHR0cDovL3d3
# dy5taWNyb3NvZnQuY29tL3BraW9wcy9kb2NzL3ByaW1hcnljcHMuaHRtMEAGCCsG
# AQUFBwICMDQeMiAdAEwAZQBnAGEAbABfAHAAbwBsAGkAYwB5AF8AcwB0AGEAdABl
# AG0AZQBuAHQALiAdMA0GCSqGSIb3DQEBCwUAA4ICAQBn8oalmOBUeRou09h0ZyKb
# C5YR4WOSmUKWfdJ5DJDBZV8uLD74w3LRbYP+vj/oCso7v0epo/Np22O/IjWll11l
# hJB9i0ZQVdgMknzSGksc8zxCi1LQsP1r4z4HLimb5j0bpdS1HXeUOeLpZMlEPXh6
# I/MTfaaQdION9MsmAkYqwooQu6SpBQyb7Wj6aC6VoCo/KmtYSWMfCWluWpiW5IP0
# wI/zRive/DvQvTXvbiWu5a8n7dDd8w6vmSiXmE0OPQvyCInWH8MyGOLwxS3OW560
# STkKxgrCxq2u5bLZ2xWIUUVYODJxJxp/sfQn+N4sOiBpmLJZiWhub6e3dMNABQam
# ASooPoI/E01mC8CzTfXhj38cbxV9Rad25UAqZaPDXVJihsMdYzaXht/a8/jyFqGa
# J+HNpZfQ7l1jQeNbB5yHPgZ3BtEGsXUfFL5hYbXw3MYbBL7fQccOKO7eZS/sl/ah
# XJbYANahRr1Z85elCUtIEJmAH9AAKcWxm6U/RXceNcbSoqKfenoi+kiVH6v7RyOA
# 9Z74v2u3S5fi63V4GuzqN5l5GEv/1rMjaHXmr/r8i+sLgOppO6/8MO0ETI7f33Vt
# Y5E90Z1WTk+/gFcioXgRMiF670EKsT/7qMykXcGhiJtXcVZOSEXAQsmbdlsKgEhr
# /Xmfwb1tbWrJUnMTDXpQzTGCGZ8wghmbAgEBMIGVMH4xCzAJBgNVBAYTAlVTMRMw
# EQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVN
# aWNyb3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMTH01pY3Jvc29mdCBDb2RlIFNp
# Z25pbmcgUENBIDIwMTECEzMAAAOvMEAOTKNNBUEAAAAAA68wDQYJYIZIAWUDBAIB
# BQCgga4wGQYJKoZIhvcNAQkDMQwGCisGAQQBgjcCAQQwHAYKKwYBBAGCNwIBCzEO
# MAwGCisGAQQBgjcCARUwLwYJKoZIhvcNAQkEMSIEILc4zpoWCNTszdyMsGlHHq79
# SwqLJeplfKRm3u7AcyvOMEIGCisGAQQBgjcCAQwxNDAyoBSAEgBNAGkAYwByAG8A
# cwBvAGYAdKEagBhodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20wDQYJKoZIhvcNAQEB
# BQAEggEApKhRE4lsqY1BfW+qVYQVoRsHvFdq/Zkh/NwtfXTAWDbh/3d/5+eDrazQ
# w1fDNU6V6sJ/sY3Kz+tlbUhi7VX8h6QC8XFFE33td8s6bG0XC1D+eqetEHmbCB0T
# BJspnGXd9eCwVnTwL6zpiK+CWuIyLNTWM525xBgCe+hbw8eMCFOed0UIKLOA/gMC
# GR9slLmS1TPrHKTmUznovRWKvyWzjX6WKU5xC6Pyf6tgUQMeeSOqQwtyfbzsAbL7
# lLRYNRsFhVXpLSdZed89Rb34xbChNeLz/80+aDJoHYL4WnjUTZpN3B7OhOK2hpG0
# DbJ7sDThR2LY9Tc2EU2kExV2BIUlm6GCFykwghclBgorBgEEAYI3AwMBMYIXFTCC
# FxEGCSqGSIb3DQEHAqCCFwIwghb+AgEDMQ8wDQYJYIZIAWUDBAIBBQAwggFZBgsq
# hkiG9w0BCRABBKCCAUgEggFEMIIBQAIBAQYKKwYBBAGEWQoDATAxMA0GCWCGSAFl
# AwQCAQUABCAv4D8t8bUkDu7xrQ7jp0i06FAumMNCRhMPScqvD8U6jwIGZbqlPrJL
# GBMyMDI0MDIxNDIyNDMwNi40NjVaMASAAgH0oIHYpIHVMIHSMQswCQYDVQQGEwJV
# UzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UE
# ChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMS0wKwYDVQQLEyRNaWNyb3NvZnQgSXJl
# bGFuZCBPcGVyYXRpb25zIExpbWl0ZWQxJjAkBgNVBAsTHVRoYWxlcyBUU1MgRVNO
# OkZDNDEtNEJENC1EMjIwMSUwIwYDVQQDExxNaWNyb3NvZnQgVGltZS1TdGFtcCBT
# ZXJ2aWNloIIReDCCBycwggUPoAMCAQICEzMAAAHimZmV8dzjIOsAAQAAAeIwDQYJ
# KoZIhvcNAQELBQAwfDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24x
# EDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlv
# bjEmMCQGA1UEAxMdTWljcm9zb2Z0IFRpbWUtU3RhbXAgUENBIDIwMTAwHhcNMjMx
# MDEyMTkwNzI1WhcNMjUwMTEwMTkwNzI1WjCB0jELMAkGA1UEBhMCVVMxEzARBgNV
# BAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jv
# c29mdCBDb3Jwb3JhdGlvbjEtMCsGA1UECxMkTWljcm9zb2Z0IElyZWxhbmQgT3Bl
# cmF0aW9ucyBMaW1pdGVkMSYwJAYDVQQLEx1UaGFsZXMgVFNTIEVTTjpGQzQxLTRC
# RDQtRDIyMDElMCMGA1UEAxMcTWljcm9zb2Z0IFRpbWUtU3RhbXAgU2VydmljZTCC
# AiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBALVjtZhV+kFmb8cKQpg2mzis
# DlRI978Gb2amGvbAmCd04JVGeTe/QGzM8KbQrMDol7DC7jS03JkcrPsWi9WpVwsI
# ckRQ8AkX1idBG9HhyCspAavfuvz55khl7brPQx7H99UJbsE3wMmpmJasPWpgF05z
# ZlvpWQDULDcIYyl5lXI4HVZ5N6MSxWO8zwWr4r9xkMmUXs7ICxDJr5a39SSePAJR
# IyznaIc0WzZ6MFcTRzLLNyPBE4KrVv1LFd96FNxAzwnetSePg88EmRezr2T3HTFE
# lneJXyQYd6YQ7eCIc7yllWoY03CEg9ghorp9qUKcBUfFcS4XElf3GSERnlzJsK7s
# /ZGPU4daHT2jWGoYha2QCOmkgjOmBFCqQFFwFmsPrZj4eQszYxq4c4HqPnUu4hT4
# aqpvUZ3qIOXbdyU42pNL93cn0rPTTleOUsOQbgvlRdthFCBepxfb6nbsp3fcZaPB
# fTbtXVa8nLQuMCBqyfsebuqnbwj+lHQfqKpivpyd7KCWACoj78XUwYqy1HyYnStT
# me4T9vK6u2O/KThfROeJHiSg44ymFj+34IcFEhPogaKvNNsTVm4QbqphCyknrwBy
# qorBCLH6bllRtJMJwmu7GRdTQsIx2HMKqphEtpSm1z3ufASdPrgPhsQIRFkHZGui
# hL1Jjj4Lu3CbAmha0lOrAgMBAAGjggFJMIIBRTAdBgNVHQ4EFgQURIQOEdq+7Qds
# lptJiCRNpXgJ2gUwHwYDVR0jBBgwFoAUn6cVXQBeYl2D9OXSZacbUzUZ6XIwXwYD
# VR0fBFgwVjBUoFKgUIZOaHR0cDovL3d3dy5taWNyb3NvZnQuY29tL3BraW9wcy9j
# cmwvTWljcm9zb2Z0JTIwVGltZS1TdGFtcCUyMFBDQSUyMDIwMTAoMSkuY3JsMGwG
# CCsGAQUFBwEBBGAwXjBcBggrBgEFBQcwAoZQaHR0cDovL3d3dy5taWNyb3NvZnQu
# Y29tL3BraW9wcy9jZXJ0cy9NaWNyb3NvZnQlMjBUaW1lLVN0YW1wJTIwUENBJTIw
# MjAxMCgxKS5jcnQwDAYDVR0TAQH/BAIwADAWBgNVHSUBAf8EDDAKBggrBgEFBQcD
# CDAOBgNVHQ8BAf8EBAMCB4AwDQYJKoZIhvcNAQELBQADggIBAORURDGrVRTbnulf
# sg2cTsyyh7YXvhVU7NZMkITAQYsFEPVgvSviCylr5ap3ka76Yz0t/6lxuczI6w7t
# Xq8n4WxUUgcj5wAhnNorhnD8ljYqbck37fggYK3+wEwLhP1PGC5tvXK0xYomU1nU
# +lXOy9ZRnShI/HZdFrw2srgtsbWow9OMuADS5lg7okrXa2daCOGnxuaD1IO+65E7
# qv2O0W0sGj7AWdOjNdpexPrspL2KEcOMeJVmkk/O0ganhFzzHAnWjtNWneU11WQ6
# Bxv8OpN1fY9wzQoiycgvOOJM93od55EGeXxfF8bofLVlUE3zIikoSed+8s61NDP+
# x9RMya2mwK/Ys1xdvDlZTHndIKssfmu3vu/a+BFf2uIoycVTvBQpv/drRJD68eo4
# 01mkCRFkmy/+BmQlRrx2rapqAu5k0Nev+iUdBUKmX/iOaKZ75vuQg7hCiBA5xIm5
# ZIXDSlX47wwFar3/BgTwntMq9ra6QRAeS/o/uYWkmvqvE8Aq38QmKgTiBnWSS/uV
# PcaHEyArnyFh5G+qeCGmL44MfEnFEhxc3saPmXhe6MhSgCIGJUZDA7336nQD8fn4
# y6534Lel+LuT5F5bFt0mLwd+H5GxGzObZmm/c3pEWtHv1ug7dS/Dfrcd1sn2E4gk
# 4W1L1jdRBbK9xwkMmwY+CHZeMSvBMIIHcTCCBVmgAwIBAgITMwAAABXF52ueAptJ
# mQAAAAAAFTANBgkqhkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgT
# Cldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29m
# dCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNh
# dGUgQXV0aG9yaXR5IDIwMTAwHhcNMjEwOTMwMTgyMjI1WhcNMzAwOTMwMTgzMjI1
# WjB8MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMH
# UmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSYwJAYDVQQD
# Ex1NaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0EgMjAxMDCCAiIwDQYJKoZIhvcNAQEB
# BQADggIPADCCAgoCggIBAOThpkzntHIhC3miy9ckeb0O1YLT/e6cBwfSqWxOdcjK
# NVf2AX9sSuDivbk+F2Az/1xPx2b3lVNxWuJ+Slr+uDZnhUYjDLWNE893MsAQGOhg
# fWpSg0S3po5GawcU88V29YZQ3MFEyHFcUTE3oAo4bo3t1w/YJlN8OWECesSq/XJp
# rx2rrPY2vjUmZNqYO7oaezOtgFt+jBAcnVL+tuhiJdxqD89d9P6OU8/W7IVWTe/d
# vI2k45GPsjksUZzpcGkNyjYtcI4xyDUoveO0hyTD4MmPfrVUj9z6BVWYbWg7mka9
# 7aSueik3rMvrg0XnRm7KMtXAhjBcTyziYrLNueKNiOSWrAFKu75xqRdbZ2De+JKR
# Hh09/SDPc31BmkZ1zcRfNN0Sidb9pSB9fvzZnkXftnIv231fgLrbqn427DZM9itu
# qBJR6L8FA6PRc6ZNN3SUHDSCD/AQ8rdHGO2n6Jl8P0zbr17C89XYcz1DTsEzOUyO
# ArxCaC4Q6oRRRuLRvWoYWmEBc8pnol7XKHYC4jMYctenIPDC+hIK12NvDMk2ZItb
# oKaDIV1fMHSRlJTYuVD5C4lh8zYGNRiER9vcG9H9stQcxWv2XFJRXRLbJbqvUAV6
# bMURHXLvjflSxIUXk8A8FdsaN8cIFRg/eKtFtvUeh17aj54WcmnGrnu3tz5q4i6t
# AgMBAAGjggHdMIIB2TASBgkrBgEEAYI3FQEEBQIDAQABMCMGCSsGAQQBgjcVAgQW
# BBQqp1L+ZMSavoKRPEY1Kc8Q/y8E7jAdBgNVHQ4EFgQUn6cVXQBeYl2D9OXSZacb
# UzUZ6XIwXAYDVR0gBFUwUzBRBgwrBgEEAYI3TIN9AQEwQTA/BggrBgEFBQcCARYz
# aHR0cDovL3d3dy5taWNyb3NvZnQuY29tL3BraW9wcy9Eb2NzL1JlcG9zaXRvcnku
# aHRtMBMGA1UdJQQMMAoGCCsGAQUFBwMIMBkGCSsGAQQBgjcUAgQMHgoAUwB1AGIA
# QwBBMAsGA1UdDwQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFNX2
# VsuP6KJcYmjRPZSQW9fOmhjEMFYGA1UdHwRPME0wS6BJoEeGRWh0dHA6Ly9jcmwu
# bWljcm9zb2Z0LmNvbS9wa2kvY3JsL3Byb2R1Y3RzL01pY1Jvb0NlckF1dF8yMDEw
# LTA2LTIzLmNybDBaBggrBgEFBQcBAQROMEwwSgYIKwYBBQUHMAKGPmh0dHA6Ly93
# d3cubWljcm9zb2Z0LmNvbS9wa2kvY2VydHMvTWljUm9vQ2VyQXV0XzIwMTAtMDYt
# MjMuY3J0MA0GCSqGSIb3DQEBCwUAA4ICAQCdVX38Kq3hLB9nATEkW+Geckv8qW/q
# XBS2Pk5HZHixBpOXPTEztTnXwnE2P9pkbHzQdTltuw8x5MKP+2zRoZQYIu7pZmc6
# U03dmLq2HnjYNi6cqYJWAAOwBb6J6Gngugnue99qb74py27YP0h1AdkY3m2CDPVt
# I1TkeFN1JFe53Z/zjj3G82jfZfakVqr3lbYoVSfQJL1AoL8ZthISEV09J+BAljis
# 9/kpicO8F7BUhUKz/AyeixmJ5/ALaoHCgRlCGVJ1ijbCHcNhcy4sa3tuPywJeBTp
# kbKpW99Jo3QMvOyRgNI95ko+ZjtPu4b6MhrZlvSP9pEB9s7GdP32THJvEKt1MMU0
# sHrYUP4KWN1APMdUbZ1jdEgssU5HLcEUBHG/ZPkkvnNtyo4JvbMBV0lUZNlz138e
# W0QBjloZkWsNn6Qo3GcZKCS6OEuabvshVGtqRRFHqfG3rsjoiV5PndLQTHa1V1QJ
# sWkBRH58oWFsc/4Ku+xBZj1p/cvBQUl+fpO+y/g75LcVv7TOPqUxUYS8vwLBgqJ7
# Fx0ViY1w/ue10CgaiQuPNtq6TPmb/wrpNPgkNWcr4A245oyZ1uEi6vAnQj0llOZ0
# dFtq0Z4+7X6gMTN9vMvpe784cETRkPHIqzqKOghif9lwY1NNje6CbaUFEMFxBmoQ
# tB1VM1izoXBm8qGCAtQwggI9AgEBMIIBAKGB2KSB1TCB0jELMAkGA1UEBhMCVVMx
# EzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoT
# FU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEtMCsGA1UECxMkTWljcm9zb2Z0IElyZWxh
# bmQgT3BlcmF0aW9ucyBMaW1pdGVkMSYwJAYDVQQLEx1UaGFsZXMgVFNTIEVTTjpG
# QzQxLTRCRDQtRDIyMDElMCMGA1UEAxMcTWljcm9zb2Z0IFRpbWUtU3RhbXAgU2Vy
# dmljZaIjCgEBMAcGBSsOAwIaAxUAFpuZafp0bnpJdIhfiB1d8pTohm+ggYMwgYCk
# fjB8MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMH
# UmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSYwJAYDVQQD
# Ex1NaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0EgMjAxMDANBgkqhkiG9w0BAQUFAAIF
# AOl3lxcwIhgPMjAyNDAyMTUwMzQ2MzFaGA8yMDI0MDIxNjAzNDYzMVowdDA6Bgor
# BgEEAYRZCgQBMSwwKjAKAgUA6XeXFwIBADAHAgEAAgIP+DAHAgEAAgIRhzAKAgUA
# 6XjolwIBADA2BgorBgEEAYRZCgQCMSgwJjAMBgorBgEEAYRZCgMCoAowCAIBAAID
# B6EgoQowCAIBAAIDAYagMA0GCSqGSIb3DQEBBQUAA4GBACp/J+0xwISgOg5GGOuE
# 6tIe0qIk2KWtnbd1K5yrWOSdijB9n7nkntKWfNqTE+ngi3byyVk3eexJytNXyK/4
# zaD1LGb9UEspXR8P6+KKKy69rWVM5HX4MCbsA+l+3AJzzn+G/rmBflQV5zgvYULO
# p9cCoLnPCrFx+x6xA0jOtZsNMYIEDTCCBAkCAQEwgZMwfDELMAkGA1UEBhMCVVMx
# EzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoT
# FU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEmMCQGA1UEAxMdTWljcm9zb2Z0IFRpbWUt
# U3RhbXAgUENBIDIwMTACEzMAAAHimZmV8dzjIOsAAQAAAeIwDQYJYIZIAWUDBAIB
# BQCgggFKMBoGCSqGSIb3DQEJAzENBgsqhkiG9w0BCRABBDAvBgkqhkiG9w0BCQQx
# IgQgb4QqNhCCplRrcPaclmWyo99+hMYx7NnhXUEsYDD5j8QwgfoGCyqGSIb3DQEJ
# EAIvMYHqMIHnMIHkMIG9BCAriSpKEP0muMbBUETODoL4d5LU6I/bjucIZkOJCI9/
# /zCBmDCBgKR+MHwxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAw
# DgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24x
# JjAkBgNVBAMTHU1pY3Jvc29mdCBUaW1lLVN0YW1wIFBDQSAyMDEwAhMzAAAB4pmZ
# lfHc4yDrAAEAAAHiMCIEIGqwa2VNYFBEdQsiaBwGJWVNsxf5igxWXOpfXxH5iq3A
# MA0GCSqGSIb3DQEBCwUABIICACngoeA6xdgRlKmZyS0q1ehcWIfSB14gojmiNdka
# dFRo3doF+wIEoBhfdk9NtakiTbM423/FtckmaQCjWb4ZvHlvjhGarp7pF5B6mGcD
# CKSvmHg6RXSpQ2bPjoVx3eh8qNSMy0A7HkJ2KccWI1YYUCgVwqzHT/eUDlKIKE/3
# 5i02tbfFWYxi0JClrozKuKjsEwK9+gxSF3YPfrnfVNDjFcJEvPohPMse8ihuD3+V
# hh5IDU8BflvHte0kWKwVrryW3fS98qc72yG6Kx2RRO91IZQ77x+yEBe1m4oQILE/
# Kos0Fo8o9Ljc+GNJTi8gLzhm2MWVriED1qaVoltIKsKSZKOXgOYG5kX5+46DS1Un
# mQvXx/YYmW2R7XBL/6FqzqbAPNVhXc4eNqgDH0X0/KoiOfBhLm+HGVx40zwgcJ4e
# L+ktV8FhYHUmEc4M/zDCiddJkYQmVe+CHUIJpYR/HytwWHubI5Wew5iy0pFDmiCk
# ntZ3pxKUFtxg2lPgL2v15fMv1X10zk34SEvtPdnaG0hhzfS10R9izSQisq4O+niw
# m2qiydoQrHSn7Fu7+bSKJkWKosmpZRG17sMs5RAqYnvsNL+SAAzTbqt0GUYzTkc+
# gUvNpA+lp6nNY2iztn0Ex1osAwuL3DfTWD2mVa0GRA4P2WNEOdC5XDRCjQr+6GRt
# IQFP
# SIG # End signature block