Index

core/i18n/gettext.ts

_
Default value : str => str

core/plugins/plugins-resolve.service.ts

__webpack_init_sharing__
Type : Promise<void>
__webpack_share_scopes__
Type : literal type

upgrade/ng1/downgraded.services.ts

absoluteDateService
Default value : downgradeInjectable(AbsoluteDateService)
alertsService
Default value : downgradeInjectable(AlertService)
apiService
Default value : downgradeInjectable(ApiService)
appStateService
Default value : downgradeInjectable(AppStateService)
authBridgeService
Default value : downgradeInjectable(AuthBridgeService)
bridgeService
Default value : downgradeInjectable(BridgeService)
cachedLocaleDictionaryService
Default value : downgradeInjectable(CachedLocaleDictionaryService)
docsService
Default value : downgradeInjectable(DocsService)
filesService
Default value : downgradeInjectable(FilesService)
gainsightService
Default value : downgradeInjectable(GainsightService)
headerService
Default value : downgradeInjectable(HeaderService)
modalService
Default value : downgradeInjectable(ModalService)
passwordService
Default value : downgradeInjectable(PasswordService)
serverMessagesService
Default value : downgradeInjectable(ServerMessagesService)
translateService
Default value : downgradeInjectable(TranslateService)
userMenuService
Default value : downgradeInjectable(UserMenuService)

upgrade/absolute-date.service.ts

absoluteDateServiceProvider
Type : object
Default value : { provide: AbsoluteDateService, useFactory: absoluteDateServiceFactory, deps: [DatePipe] }

core/stepper/stepper-px.constants.ts

ACTIONS
Type : object
Default value : { CLICK_STEPPER_CANCEL_BTN: 'clickStepperCancelBtn', CLICK_STEPPER_NEXT_BTN: 'clickStepperNextBtn', CLICK_STEPPER_BACK_BTN: 'clickStepperBackBtn', CLICK_STEPPER_CUSTOM_BTN: 'clickStepperCustomBtn' }

operations/product-experience/operations-product-experience.constants.ts

ACTIONS
Type : object
Default value : { FILTER: 'filter', OPEN_OPERATION_DETAILS: 'openOperationDetails' }
ACTIONS_BULK
Type : object
Default value : { OPEN_ADD_BULK_OPERATION_DIALOG: 'openAddBulkOperationDialog', CANCEL_ADD_BULK_OPERATION_DIALOG: 'cancelAddBulkOperationDialog', SELECT_BULK_OPERTION_TYPE: 'selectBulkOperationType' }
ACTIONS_SINGLE
Type : object
Default value : { SCHEDULE_AS_BULK_OPERATION: 'scheduleAsBulkOperation' }
BULK_OPERATION_DIALOG_STEPS
Type : object
Default value : { SELECT_OPERATION_TYPE: 'selectOperationType' }
BULK_OPERATION_EVENT
Default value : `${DEVICE_CONTROL_EVENT_PREFIX}:bulk`
COMPONENTS
Type : object
Default value : { OPERATION_DETAILS: 'operation-details' }
DEVICE_CONTROL_EVENT_PREFIX
Type : string
Default value : 'deviceControl'
DEVICE_CONTROL_EVENT_SINGLE_PREFIX
Default value : `${DEVICE_CONTROL_EVENT_PREFIX}:single`
SINGLE_OPERATION_EVENT_DEVICE_TAB
Default value : `${DEVICE_CONTROL_EVENT_SINGLE_PREFIX}:deviceTab`
SINGLE_OPERATION_EVENT_OVERVIEW
Default value : `${DEVICE_CONTROL_EVENT_SINGLE_PREFIX}:overview`

protocol-lwm2m/model/index.ts

agentName
Type : string
Default value : 'lwm2m-agent'
c8y_lwm2m
Type : string
Default value : 'c8y_lwm2m'

auth-configuration/sso-configuration/template-parts/signature-configuration.model.ts

algorithmTypeConfig
Type : object
Default value : { [AlgorithmType.PCKS]: { name: 'PCKS', value: 'PCKS', label: gettext('X.509 certificate (PEM format)') }, [AlgorithmType.RSA]: { name: 'RSA', value: 'RSA', label: gettext('RSA public key (X.509 Subject Public Key Info)') } }
certificateTypeConfig
Type : object
Default value : { [CertificateType.CUSTOM]: { name: 'CUSTOM', label: gettext('Custom'), value: 'CUSTOM', signatureVerificationConfigFragment: 'manual', ordinal: 0 }, [CertificateType.AZURE]: { name: 'AZURE', label: 'Azure', value: 'AZURE', signatureVerificationConfigFragment: 'aad', ordinal: 1 }, [CertificateType.ADFS]: { name: 'ADFS', label: gettext('ADFS manifest'), value: 'ADFS', signatureVerificationConfigFragment: 'adfsManifest', ordinal: 2 }, [CertificateType.JWKS]: { name: 'JWKS', label: 'JWKS', value: 'JWKS', signatureVerificationConfigFragment: 'jwks', ordinal: 3 } }

context-dashboard/context-dashboard.model.ts

ALL_GLOBAL_ROLES_SELECTED
Default value : 'all' as const
CONTEXT_DASHBOARD_CONFIG
Default value : new InjectionToken<any>('ContextDashboardConfig')
DASHBOARD_THEME_CLASSES
Type : []
Default value : [ { label: gettext('Match UI`theme`'), class: 'dashboard-theme-light', description: gettext('The dashboard appearance matches the UI appearance.') }, { label: gettext('Light`theme`'), class: 'dashboard-theme-white', description: gettext( 'The dashboard has light appearance, that is, dark text on light background.' ) }, { label: gettext('Dark`theme`'), class: 'dashboard-theme-dark', description: gettext( 'The dashboard has dark appearance, that is, light text on dark background.' ) }, // { // label: gettext('Transparent`theme`'), // class: 'dashboard-theme-transparent', // description: gettext( // 'The dashboard is styled with a transparent background and therefore is border-less.' // ) // }, { label: gettext('Branded`theme`'), class: 'dashboard-theme-branded', description: gettext('The dashboard is styled using the brand palette.') } ]
PRODUCT_EXPERIENCE
Type : object
Default value : { DASHBOARD: { EVENTS: { DASHBOARD_AVAILABILITY: 'dashboardAvailability' }, COMPONENTS: { DASHBOARD_AVAILABILITY: 'dashboard-availability' }, ACTIONS: { APPLY_GLOBAL_ROLES_CHANGES: 'applyGlobalRolesChanges' } } }
STYLING_CLASS_PREFIXES
Type : []
Default value : ['dashboard-theme-', 'panel-title-', 'panel-content-']
WIDGET_CONTENT_CLASSES
Type : []
Default value : [ { label: gettext('Match dashboard`style`'), class: 'panel-content-light', description: gettext('The widget appearance matches the dashboard appearance.') }, { label: gettext('Light`style`'), class: 'panel-content-white', description: gettext('The widget has light appearance, that is, dark text on light background.') }, { label: gettext('Dark`style`'), class: 'panel-content-dark', description: gettext('The widget has dark appearance, that is, light text on dark background.') }, { label: gettext('Transparent`style`'), class: 'panel-content-transparent', description: gettext('The widget has no background.') }, { label: gettext('Branded`style`'), class: 'panel-content-branded', description: gettext('The widget is styled with the main brand color.') } ]
WIDGET_HEADER_CLASSES
Type : []
Default value : [ { label: gettext('Regular`style`'), class: 'panel-title-regular', description: gettext('The widget has no border between header and content.') }, { label: gettext('Border`style`'), class: 'panel-title-border', description: gettext('The widget has a small separation border between header and content.') }, { label: gettext('Overlay`style`'), class: 'panel-title-overlay', description: gettext('The widget content overlays the header.') }, { label: gettext('Hidden`style`'), class: 'panel-title-hidden', description: gettext('The widget header is not shown.') } ]

icon-selector/icon-selector.component.ts

allIconCategory
Default value : gettext('All`icons-category`')

icon-selector/icons/index.ts

allIcons
Type : DefaultIconDefinition[]
Default value : [ arrowIconCategory, cityIconCategory, dataIconCategory, dateAndTimeIconCategory, devicesAndSensorsIconCategory, ecommerceIconCategory, editingIconCategory, filesAndFoldersIconCategory, financeIconCategory, handsIconCategory, locationIconCategory, messagingIconCategory, multimediaIconCategory, networkIconCategory, officeIconCategory, peopleIconCategory, platformIconCategory, programmingIconCategory, securityIconCategory, transportIconCategory, userInterfaceIconCategory, weatherIconCategory ]

core/i18n/i18n.module.ts

angularLocalesLanguageMap
Type : object
Default value : { en: 'en-GB', 'en-EN': 'en-GB', 'en-US': 'en', 'ja-JP': 'ja', 'zh-CN': 'zh', 'zh-TW': 'zh', 'pt-BR': 'pt' }

The @angular/common/locales folder in node_modules contains files with names created based on RFC 3066bis. https://www.w3.org/International/articles/bcp47/

ecosystem/shared/ecosystem.constants.ts

APP_STATE
Type : object
Default value : { SUBSCRIBED: { label: gettext('Subscribed`application`'), class: 'label-primary', tooltip: gettext('Provided by parent tenant.') }, CUSTOM: { label: gettext('Custom`application`'), class: 'label-info', tooltip: gettext('Manually uploaded to the platform.') }, EXTERNAL: { label: gettext('External`application`'), class: 'label-warning', tooltip: gettext('Application hosted outside of the platform.') }, UNPACKED: { label: gettext('Unpacked`application`'), class: 'label-success', tooltip: gettext('Deployed from a package available under "Packages".') }, PACKAGE_BLUEPRINT: { label: gettext('Blueprint'), class: 'label-success', tooltip: gettext('Contains an application and may include plugins.') }, PACKAGE_PLUGIN: { label: gettext('Plugins'), class: 'label-info', tooltip: gettext('Contains only plugins.') }, PACKAGE_UNKNOWN: { label: gettext('Unknown`package-type`'), class: 'label-info', tooltip: gettext('Package contents could not be determined.') } }
ERROR_MESSAGES
Type : object
Default value : { [ERROR_TYPE.TYPE_VALIDATION]: gettext( 'Wrong file format. Expected a *.zip file with a valid manifest.' ), [ERROR_TYPE.ALREADY_SUBSCRIBED]: gettext( 'Could not subscribe to the microservice because another application with the same context path is already subscribed.' ), [ERROR_TYPE.NO_MANIFEST_FILE]: gettext('Could not find a manifest.'), [ERROR_TYPE.INVALID_PACKAGE]: gettext('You have not uploaded a valid package.'), [ERROR_TYPE.INVALID_APPLICATION]: gettext('You have not uploaded a valid application.'), [ERROR_TYPE.INTERNAL_ERROR]: gettext('An internal error occurred, try to upload again.'), [ERROR_TYPE.MICROSERVICE_NAME_TOO_LONG]: gettext( 'Microservice name "{{ name }}" must not be longer than {{ maxChars }} characters.' ), [ERROR_TYPE.APPLICATION_CREATION_FAILED]: gettext('Application creation failed.'), [ERROR_TYPE.KEY_OR_CONTEXT_PATH_MISMATCH]: gettext( 'The contextPath or key of the uploaded archive do not match with the existing app.' ) }
PACKAGE_TYPE_LABELS
Type : object
Default value : { [PackageType.COMMUNITY]: { label: gettext('COMMUNITY`Package created by the developer community.`'), tooltip: gettext('Package created by the developer community.') }, [PackageType.OFFICIAL]: { label: gettext('OFFICIAL`Package maintained by Software AG.`'), tooltip: gettext('Package maintained by Software AG.') }, [PackageType.UNKNOWN]: { label: gettext('CUSTOM`Package maintained by an unknown source.`'), tooltip: gettext('Package maintainer unknown.') } }
packageProperties
Type : PropertiesListItem[]
Default value : [ { label: gettext('Version'), key: 'version' }, { label: gettext('Author'), key: 'author' }, { label: gettext('Keywords'), key: 'keywords' }, { label: gettext('Source'), key: 'repository', transform: (repository: any) => (repository?.url ? repository.url : repository), type: 'link', action: (e, link: string) => window.open(link, '_blank', 'noopener,noreferrer') }, { label: gettext('Homepage'), key: 'homepage', type: 'link', action: (e, link: string) => window.open(link, '_blank', 'noopener,noreferrer') }, { label: gettext('Required platform version'), key: 'requiredPlatformVersion' }, { label: gettext('License'), key: 'license' } ]

ecosystem/ecosystem.module.ts

applicationDetailsRoutes
Type : Route[]
Default value : [ { path: 'properties', component: ApplicationPropertiesComponent, icon: 'list', label: gettext('Properties'), context: ViewContext.Application, priority: 5, canActivate: [ApplicationPropertiesGuard] }, { path: 'properties', component: ApplicationPropertiesComponent, icon: 'list', label: gettext('Properties'), context: ViewContext.Feature, priority: 5, canActivate: [ApplicationPropertiesGuard] }, { path: 'package-details', component: PackageDetailsComponent, icon: 'big-parcel', label: gettext('Extension package'), context: ViewContext.Extension, priority: 10, canActivate: [PackageGuard] }, { path: 'package-versions', component: PackageVersionsComponent, icon: 'c8y-modules', label: gettext('Versions'), context: ViewContext.Extension, priority: 1, canActivate: [PackageGuard, PackageVersionsGuard] }, { path: 'properties', component: ApplicationPropertiesComponent, icon: 'list', label: gettext('Properties'), context: ViewContext.Microservice, priority: 5, canActivate: [ApplicationPropertiesGuard] } ]
ecosystemMainRoutes
Type : Route[]
Default value : [ { path: 'ecosystem/application', redirectTo: 'ecosystem/application/applications', pathMatch: 'full' }, { path: 'ecosystem/application/applications', component: ApplicationListComponent }, { path: 'ecosystem/extension/extensions', component: PackagesListComponent }, { path: 'ecosystem/application/features', component: FeatureListComponent }, { path: 'ecosystem/microservice/microservices', component: MicroserviceListComponent } ]

ecosystem/application-properties/application-properties.component.ts

APPLICATIONS_BASE_PATH
Type : string
Default value : '/ecosystem/application/applications'
MICROSERVICES_BASE_PATH
Type : string
Default value : '/ecosystem/microservice/microservices'

upgrade/ng1/downgraded.components.ts

appLogsAutoRefreshComponent
Default value : downgradeComponent({ component: AppLogsAutoRefreshComponent })
bootstrapComponent
Default value : downgradeComponent({ component: BootstrapComponent })
dataGridComponent
Default value : downgradeComponent({ component: DataGridComponent })
datapointSelectionListComponent
Default value : downgradeComponent({ component: DatapointSelectionListComponent })
emptyStateComponent
Default value : downgradeComponent({ component: EmptyStateComponent })
helpComponent
Default value : downgradeComponent({ component: HelpComponent })
highlightComponent
Default value : downgradeComponent({ component: HighlightComponent, inputs: ['pattern', 'text'] })
loadingComponent
Default value : downgradeComponent({ component: LoadingComponent })
rangeDisplayComponent
Default value : downgradeComponent({ component: RangeDisplayComponent })
userTotpComponent
Default value : downgradeComponent({ component: UserTotpRevokeComponent })

core/forms/validate-array-elements.ts

ARRAY_VALIDATION_PREFIX
Type : string
Default value : 'INNER_ARRAY_ERROR_'

icon-selector/icons/arrows/index.ts

arrowIconCategory
Type : object
Default value : { label: gettext('Arrow`icons-category`'), icons: arrowIcons }
arrowIcons
Type : []
Default value : [ ['collapse-arrow', 'angle-up', 'chevron-up'], ['forward', 'angle-right', 'chevron-right', 'chevron-breadcrumb'], ['expand-arrow', 'angle-down', 'chevron-down'], ['caret-back', 'angle-left', 'chevron-left'], ['chevron-double-left'], ['chevron-double-right'], ['chevron-double-up'], ['chevron-double-down'], ['chevron-circle-up'], ['chevron-circle-right'], ['chevron-circle-down'], ['chevron-circle-left'], ['arrow-up'], ['arrow-right'], ['arrow-down'], ['arrow-left'], ['panel-control-up', 'angle-double-up'], ['panel-control-right', 'angle-double-right'], ['panel-control-down', 'angle-double-down'], ['panel-control-left', 'angle-double-left'], ['download'], ['upload'], ['internal'], ['external'], ['undo'], ['redo'], ['signout'], ['signin'], ['login', 'sign-in'], ['logout', 'sign-out'], ['arrow-circle-up', 'arrow-circle-o-up'], ['arrow-circle-right', 'arrow-circle-o-right'], ['arrow-circle-down', 'arrow-circle-o-down'], ['arrow-circle-left', 'arrow-circle-o-left'], ['arrow-circle-up-left'], ['arrow-circle-down-left'], ['arrow-circle-up-right'], ['arrow-circle-bottom-right'], ['arrow-circle-diameter'], ['arrow-circle-divide-horizontal'], ['arrow-circle-minimize-horizontal'], ['caret-square-o-up', 'toggle-up'], ['caret-square-o-down', 'toggle-down'], ['caret-square-o-left', 'toggle-left'], ['caret-square-o-right', 'toggle-right'], ['enter-bottom'], ['enter-right'], ['enter-top'], ['enter-left'], ['exit-top'], ['exit-right'], ['exit-bottom'], ['exit-left'], ['input-output'], ['rotate-right', 'rotate', 'repeat'], ['reset', 'rotate-left'], ['restore'], ['refresh'], ['process', 'recycle'], ['refresh-exception'], ['lock-orientation'], ['arrow-dotted-up'], ['arrow-dotted-right', 'arrow-advance'], ['arrow-dotted-down'], ['arrow-dotted-left'], ['arrows-dotted-left-right'], ['arrows-dotted-up-down', 'up-down-arrows'], ['collect'], ['merge-horizontal'], ['split-horizontal'], ['merge-vertical'], ['divider', 'split-vertical'], ['drag', 'arrows', 'move-step'], ['resize-expand', 'arrows-alt', 'expand'], ['compress'], ['resize-collapse', 'collapse'], ['fullscreen'], ['fullscreen-exit'], ['long-arrow-up'], ['long-arrow-right'], ['long-arrow-down'], ['long-arrow-left'], ['arrows-v'], ['arrows-h'], ['enlarge'], ['data-transfer', 'exchange'], ['sort-arrow'], ['arrows-left-right-diagonal'], ['level-up'], ['level-down'], ['u-turn'], ['u-turn-right'], ['u-turn-left'], ['undo1'], ['redo1'], ['sort', 'unsorted'], ['sort-down', 'sort-desc'], ['sort-up', 'sort-asc'], ['caret-up'], ['caret-right'], ['caret-down'], ['caret-left'], ['squiggly-arrow'], ['curly-arrow'], ['swap'], ['environment'], ['shuffle', 'random'], ['swipe-up'], ['swipe-right'], ['swipe-down'], ['swipe-left'], ['two-finger-swipe-up'], ['two-finger-swipe-right'], ['two-finger-swipe-down'], ['two-finger-swipe-left'], ['pinch'] ]

assets-navigator/asset-node-config.model.ts

ASSET_NAVIGATOR_CONFIG
Default value : new InjectionToken<AssetNavigatorConfig>('AssetNodeConfig')

upgrade/auth-bridge.service.ts

authBridgeServiceProvider
Type : object
Default value : { provide: AuthBridgeService, useFactory: authBridgeServiceFactory, deps: ['$injector', BasicAuth, FetchClient, AppStateService, TenantUiService] }

datapoint-selector/datapoint-attributes-form/datapoint-attributes.model.ts

AXIS_TYPES
Default value : [ { val: undefined, text: gettext('Auto') }, { val: 'left', text: gettext('Left') }, { val: 'right', text: gettext('Right') } ] as const
CHART_LINE_TYPES
Default value : [ { val: 'line', text: gettext('Line') }, { val: 'points', text: gettext('Points') }, { val: 'linePoints', text: gettext('Line and points') }, { val: 'bars', text: gettext('Bars') }, { val: 'step-before', text: gettext('Step before') }, { val: 'step-after', text: gettext('Step after') } ] as const
CHART_RENDER_TYPES
Default value : [ { val: 'min', text: gettext('Minimum') }, { val: 'max', text: gettext('Maximum') }, { val: 'area', text: gettext('Minimum and maximum') } ] as const

operations/bulk-operations-service/bulk-operations.service.ts

baseUrl
Type : string
Default value : 'devicecontrol/bulk/creation/'
HOOK_LIST_BULK_TYPE
Consider using the `hookListBulkType` function instead.
Default value : new InjectionToken<OperationType | OperationType[]>( 'HOOK_LIST_BULK_TYPE' )

upgrade/bridge.service.ts

bridgeServiceProvider
Type : object
Default value : { provide: BridgeService, useFactory: bridgeServiceFactory, deps: ['$injector', AppStateService, Router, NgZone, RouterService, ActionService] }

operations/bulk-operation-list-item/bulk-operation-list-item.model.ts

BULK_OPERATION_STATUS_LABELS
Type : object
Default value : { SCHEDULED: gettext('Scheduled'), EXECUTING: gettext('Executing'), CANCELED: gettext('Canceled'), FAILED: gettext('Completed with failures'), SUCCESSFUL: gettext('Completed successfully'), DELETED: gettext('Deleted') }
BULK_OPERATION_STATUS_OPTIONS
Type : OperationStatusOptionsMap
Default value : { SCHEDULED: { label: BULK_OPERATION_STATUS_LABELS.SCHEDULED, generalStatuses: [OperationBulkGeneralStatus.SCHEDULED], icon: 'calendar', styleClass: 'text-info' }, EXECUTING: { label: BULK_OPERATION_STATUS_LABELS.EXECUTING, generalStatuses: [ OperationBulkGeneralStatus.EXECUTING, OperationBulkGeneralStatus.EXECUTING_WITH_ERROR ], icon: 'refresh', styleClass: 'text-primary' }, DELETED: { label: BULK_OPERATION_STATUS_LABELS.DELETED, generalStatuses: [OperationBulkGeneralStatus.DELETED], icon: 'delete-document', styleClass: 'text-muted' }, CANCELED: { label: BULK_OPERATION_STATUS_LABELS.CANCELED, generalStatuses: [OperationBulkGeneralStatus.CANCELED], icon: 'ban', styleClass: 'text-primary' }, FAILED: { label: BULK_OPERATION_STATUS_LABELS.FAILED, generalStatuses: [OperationBulkGeneralStatus.FAILED], icon: 'exclamation-circle', styleClass: 'text-danger' }, SUCCESSFUL: { label: BULK_OPERATION_STATUS_LABELS.SUCCESSFUL, generalStatuses: [OperationBulkGeneralStatus.SUCCESSFUL], icon: 'check-circle', styleClass: 'text-success' } }

operations/bulk-operation-list-item/bulk-operation-wrapper.model.ts

BULK_OPERATION_WRAPPER_MODAL_BODY_COMPONENT
Default value : new InjectionToken<BulkOperationDetailsModalBodyConfiguration>( 'BulkOperationWrapperModalBodyComponent' )

core/i18n/pattern-messages.data.ts

bulkOperationAuditLogTextPlaceholders
Type : object
Default value : { updatesList: { capture: '$1', translate: { "status='(.+?)'": { gettext: gettext('status: "{{ status | translate }}"'), placeholders: { status: '$1' } }, "generalStatus='(.+?)'": { gettext: gettext('general status: "{{ generalStatus | translate }}"'), placeholders: { generalStatus: '$1' } }, "progress='(.+?)'": { gettext: gettext('progress: "{{ progress }}"'), placeholders: { progress: '$1' } }, 'note=(.+?)': { gettext: gettext('note: "{{ note }}"'), placeholders: { note: '$1' } } } } }
MESSAGES
Type : object
Default value : { '^Access is denied$': { gettext: gettext('Access denied.') }, '^Alarm created$': { gettext: gettext('Alarm created') }, '^Alarm updated$': { gettext: gettext('Alarm updated') }, '^API is not available with the new domain$': { gettext: gettext('Could not activate custom domain. DNS setup is incorrect.') }, '^Application with given name already exist$': { gettext: gettext('Application with given name already exists.') }, '^Application with id (.+?) is already assigned to the tenant (.+?)$': { gettext: gettext('This application is already assigned to tenant "{{tenant}}".'), placeholders: { tenant: '$2' } }, '^Apply software changes: (.+?)\\.?$': { gettext: gettext('Apply software changes: {{ softwareChanges }}'), placeholders: { softwareChanges: { capture: '$1', translate: { 'install "(.+?)" \\(version: (.+?)\\)': { gettext: gettext('install "{{ softwareName }}" (version: {{ softwareVersion }})'), placeholders: { softwareName: '$1', softwareVersion: '$2' } }, 'install "([^"]+)"(?! \\(version: .+?\\))': { gettext: gettext('install "{{ softwareName }}"'), placeholders: { softwareName: '$1' } }, 'delete "(.+?)" \\(version: (.+?)\\)': { gettext: gettext('delete "{{ softwareName }}" (version: {{ softwareVersion }})'), placeholders: { softwareName: '$1', softwareVersion: '$2' } }, 'delete "([^"]+)"(?! \\(version: .+?\\))': { gettext: gettext('delete "{{ softwareName }}"'), placeholders: { softwareName: '$1' } } } } } }, '^Assign device profile (.+?) to device (.+?)$': { gettext: gettext('Assign device profile {{profileName}} to device {{deviceName}}'), placeholders: { profileName: '$1', deviceName: '$2' } }, '^(.+)pplication for tenant (.+) with properties \\( (.+?) \\) already exists$': { gettext: gettext( 'Application for tenant "{{tenant}}" with the following values ({{valuesList}}) already exists.' ), placeholders: { tenant: '$2', valuesList: '$3' } }, '^Authentication failed! : User account is locked$': { gettext: gettext('Authentication failed due to: user account is locked.') }, '^Availability monitoring record$': { gettext: gettext('Availability monitoring record') }, '^Can not activate a certificate which is either expired or not yet valid$': { gettext: gettext('Cannot activate a certificate which is either expired or not yet valid.') }, '^Cannot add certificate - certificate with (.+?) fingerprint already exists. : Certificate with (.+?) fingerprint already exists.': { gettext: gettext( 'Could not add certificate. Certificate with {{fingerprint}} fingerprint already exists.' ), placeholders: { fingerprint: '$1' } }, '^Cannot change password. : Provided token does not exist.$': { gettext: gettext('Cannot change password: provided token is invalid.') }, '^Cannot deploy module (.*)$': { gettext: gettext('Cannot deploy module due to error: "{{ errorMessage | translate }}".'), placeholders: { errorMessage: '$1' } }, "^Cannot deploy module (.+?)! : Compilation failed in module '(.+?)' in expression '(.+?)' : Incorrect syntax near '(.+?)' at line (\\d+) column (\\d+) \\[([\\S\\s]+?)\\]$": { gettext: gettext( 'Could not deploy module "{{moduleName}}". Compilation failed in expression "{{expression}}": incorrect syntax near "{{incorrectExpression}}" at line {{line}} column {{column}}.' ), placeholders: { moduleName: '$1', expression: '$3', incorrectExpression: '$4', line: '$5', column: '$6' } }, "^Cannot deploy module (.+?)! : Compilation failed in module '(.+?)' in expression '(.+?)' : Incorrect syntax near '(.+?)' at line (\\d+) column (\\d+) near reserved keyword '(.+?)' \\[([\\S\\s]+?)\\]$": { gettext: gettext( 'Could not deploy module "{{moduleName}}". Compilation failed in expression "{{expression}}": incorrect syntax near "{{incorrectExpression}}" at line {{line}} column {{column}} near reserved keyword "{{keyword}}".' ), placeholders: { moduleName: '$1', expression: '$3', incorrectExpression: '$4', line: '$5', column: '$6', keyword: '$7' } }, "^Cannot deploy module (.+?)! : Compilation failed in module '(.+?)' in expression '(.+?)' : Incorrect syntax near '(.+?)' at line (\\d+) column (\\d+), please check the where clause \\[([\\S\\s]+?)\\]$": { gettext: gettext( 'Could not deploy module "{{moduleName}}". Compilation failed in expression "{{expression}}": incorrect syntax near "{{incorrectExpression}}" at line {{line}} column {{column}}, check "where" clause.' ), placeholders: { moduleName: '$1', expression: '$3', incorrectExpression: '$4', line: '$5', column: '$6' } }, "^Cannot deploy module (.+?)! : Deployment failed in module '(.+?)' in expression '(.+?)' : Exception compiling script '(.+?)' of dialect '(.+?)': missing (.+?) before statement \\((.+?)\\) \\[([\\S\\s]+?)\\]$": { gettext: gettext( 'Could not deploy module "{{moduleName}}". Compilation failed in expression "{{expression}}": exception compiling script "{{scriptName}}" of dialect "{{scriptDialect}}": missing "{{missingSyntax}}" before statement "{{affectedStatement}}".' ), placeholders: { moduleName: '$1', expression: '$3', scriptName: '$4', scriptDialect: '$5', missingSyntax: '$6', affectedStatement: '$7' } }, "^Cannot execute bulk operation on empty group. Group with id='(\\d+?)' doesn't have child assets.$": { gettext: gettext( 'Could not execute bulk operation on an empty group. Group with ID "{{groupId}}" has no child assets.' ), placeholders: { groupId: '$1' } }, "^Cannot execute bulk operation on empty group. DynamicGroup with id='(\\d+?)' doesn't have child assets$": { gettext: gettext( 'Could not execute bulk operation on an empty group. Smart group with ID "{{groupId}}" has no child assets.' ), placeholders: { groupId: '$1' } }, '^Cannot parse X509 certificate. : Could not parse certificate: (.+?)$': { gettext: gettext('Could not parse X.509 certificate: {{ failureReason | translate }}.'), placeholders: { failureReason: '$1' } }, '^Cannot reschedule bulk operation. All its operations are successful$': { gettext: gettext('Cannot reschedule bulk operation. All its operations are already successful.') }, '^Cannot reset user password : Cannot find user with such email.$': { gettext: gettext('Cannot reset password for user with such email: email not found.') }, '^Cannot update/delete application binary via this endpoint$': { gettext: gettext('Cannot update/delete application binary via this endpoint') }, "^Can't delete user because it is used by another managed object$": { gettext: gettext( 'Cannot delete device with associated device owner because this owner is still assigned to other device(s). Try to remove only the device.' ) }, '^Cep module created$': { gettext: gettext('CEP module created') }, '^Cep module updated$': { gettext: gettext('CEP module updated') }, '^Cep module deleted$': { gettext: gettext('CEP module deleted') }, '^Cep module "(.+?)" created$': { gettext: gettext('CEP module "{{name}}" created'), placeholders: { name: '$1' } }, '^Cep module "(.+?)" updated$': { gettext: gettext('CEP module "{{name}}" updated'), placeholders: { name: '$1' } }, '^Cep module "(.+?)" deleted$': { gettext: gettext('CEP module "{{name}}" deleted'), placeholders: { name: '$1' } }, '^Command state is invalid: (.+)$': { gettext: gettext('Command state is invalid: {{violations}}'), placeholders: { violations: { capture: '$1', translate: { '(\\w+?) - may not be null': { gettext: gettext('"{{field}}" must not be null'), placeholders: { field: '$1' } } } } } }, '^Could not connect to endpoint (.+)\\. Could not verify `(.+)` host key with fingerprint `(.+)` for `(.+)` on port (.+)\\. If you expected that key, please remove the previous one from configuration to allow for connection\\.$': { gettext: gettext( 'Could not connect to endpoint "{{endpointName}}". Could not verify {{keyType}} host key with fingerprint {{fingerprint}} for host {{host}} on port {{port}}. If you expected this key, please remove the previous one from configuration to allow for connection.' ), placeholders: { endpointName: '$1', keyType: '$2', fingerprint: '$3', host: '$4', port: '$5' } }, '^Could not login to ssh server on endpoint "(.+)"\\. Provided credential for user "(.+)" is incorrect\\.$': { gettext: gettext( 'Could not access SSH server on endpoint "{{endpointName}}". Provided credentials for user "{{userName}}" are incorrect.' ), placeholders: { endpointName: '$1', userName: '$2' } }, '^Could not save object remoteAccessUpdate: (.+)$': { gettext: '{{errorMessages}}', placeholders: { errorMessages: { capture: '$1', translate: { 'Could not recognize host-key format': { gettext: gettext('Could not recognize "Host key" format') }, 'Could not recognize key-pair format': { gettext: gettext('Could not recognize the format of "Public key" or "Private key"') } } } } }, '^Could not update user. : Error persisting user (.+?)!$': { gettext: gettext('Could not update user "{{username}}".'), placeholders: { username: '$1' } }, '^Create bulk operation$': { gettext: gettext('Create bulk operation') }, '^Create bulk operation: (.+)$': { gettext: gettext('Create bulk operation: {{updatesList}}'), placeholders: bulkOperationAuditLogTextPlaceholders }, '^Creation ramp must be greater than (\\d+?)$': { gettext: gettext('Bulk operation delay must be greater than {{minSeconds}} seconds.'), placeholders: { minSeconds: '$1' } }, '^Created container$': { gettext: gettext('Container created.') }, '^Created pod: (.+)$': { gettext: gettext('Pod "{{imageName}}" created.'), placeholders: { imageName: '$1' } }, '^Creating device on LoRa platform failed$': { gettext: gettext('Could not create the device in the LoRa platform.') }, '^CSV file contained empty dataset$': { gettext: gettext('No entries found in uploaded CSV file.') }, '^Cycle detected for route (.+?)!$': { gettext: gettext('Cycle detected for route {{route}}.'), placeholders: { route: '$1' } }, '^Data broker processing is currently overloaded and may stop forwarding your data\\. Please contact support\\.$': { gettext: gettext( 'Data broker processing is currently overloaded and may stop forwarding your data. Please contact support.' ) }, '^Data broker processing is not able to connect do destination tenant, thus data forwarding is not working\\. Please contact support\\.$': { gettext: gettext( 'Data broker processing is not able to connect to destination tenant, thus data forwarding is not working. Please contact support.' ) }, '^Delete bulk operation$': { gettext: gettext('Delete bulk operation') }, '^Delete bulk operation: (.+)$': { gettext: gettext('Delete bulk operation: {{updatesList}}'), placeholders: bulkOperationAuditLogTextPlaceholders }, "^Device id '(.+?)' contains '(.+?)' character which is not permitted.$": { gettext: gettext('ID "{{deviceId}}" contains invalid character: "{{invalidCharacter}}".'), placeholders: { deviceId: '$1', invalidCharacter: '$2' } }, "^Device name: '(.+?)', alarm text: '(.+?)'$": { gettext: gettext('Device name: "{{deviceName}}", alarm text: "{{alarmText | translate}}"'), placeholders: { deviceName: '$1', alarmText: '$2' } }, '^Device (.+?) already registered to a tenant.$': { gettext: gettext( 'Device {{ devEUI }} is already registered in your tenant or in another tenant in the platform.' ), placeholders: { devEUI: '$1' } }, '^Display name$': { gettext: gettext('Login alias') }, '^Domain name in uploaded certificate differs from the one in use$': { gettext: gettext( 'Domain name in uploaded certificate differs from the one in use. Please deactivate the custom domain before uploading new certificate.' ) }, '^Domain name is already in use by another tenant!$': { gettext: gettext('Domain name is already used by another tenant.') }, '^Duplicated connector for instanceUrl (.+?)!$': { gettext: gettext('Target URL {{targetUrl}} already used by another connector.'), placeholders: { targetUrl: '$1' } }, '^Duplicated connector for name (.+?)!$': { gettext: gettext('Connector name "{{name}}" already used by another connector.'), placeholders: { name: '$1' } }, '^Entry is outside of the target dir: (.+)$': { gettext: gettext('File entry outside of the target directory: "{{path}}".'), placeholders: { path: '$1' } }, '^Error during password validation. : Password must have at least (\\d+?) characters and no more than (\\d+?) and must contain only Latin1 characters.$': { gettext: gettext( 'Password is invalid. It must have at least {{minCharactersCount}} and no more than {{maxCharactersCount}} characters.' ), placeholders: { minCharactersCount: '$1', maxCharactersCount: '$2' } }, '^Error during password validation. : Your password has been used already. Choose another.$': { gettext: gettext('This password has already been used earlier. Use a different one.') }, "^Error in statement (.+?):(.+?)! : Incorrect syntax near '(.+?)' near reserved keyword '(.+?)' \\[([\\S\\s]+?)\\]$": { gettext: gettext( 'Error in statement {{moduleName}}:{{statementNumber}}. Incorrect syntax near expression "{{expression}}" near reserved keyword "{{keyword}}".' ), placeholders: { moduleName: '$1', statementNumber: '$2', expression: '$3', keyword: '$4' } }, '^External id not found; external id = ID \\[type=(.+?), value=(.+?)\\]$': { gettext: gettext('External ID not found for type "{{type}}" and value "{{value}}".'), placeholders: { type: '$1', value: '$2' } }, '^Error occurred when trying to find an Application for id ID (.+) : Could not find application by ID (\\d+)$': { gettext: gettext('Could not find application by ID {{applicationId}}.'), placeholders: { applicationId: '$2' } }, '^Http status code: 404\n{error="options/Not Found",message="Unable to find option by given key: sigfox-agent/provider.token",info="https://www.cumulocity.com/guides/reference-guide/#error_reporting",details="null"}': { gettext: gettext('Unable to find option by given key: sigfox-agent/provider.token') }, '^Failed to delete application. : Cannot remove application assigned to other tenants.$': { gettext: gettext('Could not delete application assigned to other tenants.') }, '^Failed to extract certificate from PKCS12$': { gettext: gettext('Failed to extract certificate from PKCS12.') }, '^Failed to update domain at the platform$': { gettext: gettext('Failed to update domain at the platform.') }, "^Finding device data from database failed : No managedObject for id '(.+?)'!$": { gettext: gettext('Could not find managed object with ID "{{deviceId}}".'), placeholders: { deviceId: '$1' } }, '^Following mandatory fields should be included: (.+?)$': { gettext: gettext('Following mandatory fields should be included: {{fields}}'), placeholders: { fields: '$1' } }, '^Global Role updated$': { gettext: gettext('Global role updated') }, '^Global Role (.+?) updated$': { gettext: gettext('Global role "{{name}}" updated'), placeholders: { name: '$1' } }, '^Global Role (.+?) updated: (.+)$': { gettext: gettext('Global role "{{name}}" updated: {{updatesList}}'), placeholders: { name: '$1', updatesList: { capture: '$2', translate: { 'applications \\[([^\\]]+?)\\] added': { gettext: gettext('applications {{list}} added'), placeholders: { list: '$1' } }, 'applications \\[([^\\]]+?)\\] removed': { gettext: gettext('applications {{list}} removed'), placeholders: { list: '$1' } }, 'roles \\[([^\\]]+?)\\] added': { gettext: gettext('roles {{list}} added'), placeholders: { list: '$1' } }, 'roles \\[([^\\]]+?)\\] removed': { gettext: gettext('roles {{list}} removed'), placeholders: { list: '$1' } } } } } }, '^Global Roles$': { gettext: gettext('Global roles') }, '^Operation updated: (.+)$': { gettext: gettext('Operation updated: {{updatesList}}'), placeholders: { updatesList: { capture: '$1', translate: { "status='(.+?)'": { gettext: gettext('status: "{{ status | translate }}"'), placeholders: { status: '$1' } }, "description='(.+?)'": { gettext: gettext('description: "{{ description | translate }}"'), placeholders: { description: '$1' } }, "device name='(.+?)'": { gettext: gettext('device name: "{{ deviceName }}"'), placeholders: { deviceName: '$1' } }, "failure reason='(.+?)'": { gettext: gettext('failure reason: "{{ failureReason | translate }}"'), placeholders: { failureReason: '$1' } } } } } }, '^ID \\[type=(.+?), value=(.+?)\\] was already bound to different Global ID.$': { gettext: gettext('External ID "{{value}}" of the type "{{type}}" already exists.'), placeholders: { type: '$1', value: '$2' } }, '^Invalid credentials! : Bad credentials$': { gettext: gettext('Invalid credentials.') }, '^Invalid credentials! : No phone number provided$': { gettext: gettext('Log into the management tenant first and enter your phone number.') }, '^Inventory Role removed$': { gettext: gettext('Inventory role removed') }, '^Inventory Role (.+?) removed': { gettext: gettext('Inventory role "{{name}}" deleted.'), placeholders: { name: '$1' } }, '^Inventory Role updated$': { gettext: gettext('Inventory role updated') }, '^Inventory Role (.+?) updated': { gettext: gettext('Inventory role "{{name}}" updated.'), placeholders: { name: '$1' } }, '^I/O error: Connection refused; nested exception is Connection refused : Connection refused': { gettext: gettext('Connection refused') }, '^I/O error: Read timed out; nested exception is Read timed out : Read timed out': { gettext: gettext('Read timed out') }, '^Log file requested$': { gettext: gettext('Log file requested.') }, '^Managed object deleted$': { gettext: gettext('Managed object deleted') }, '^Managed object "(.+?)" deleted$': { gettext: gettext('Managed object "{{name}}" deleted'), placeholders: { name: '$1' } }, '^Maximum file size exceeded$': { gettext: gettext('Maximum file size exceeded.') }, "^Message with ID (.+?) doesn't exist in smart rest template (.+?)$": { gettext: gettext( 'Message with ID "{{messageId}}" doesn\'t exist in SmartREST template with ID "{{templateId}}"' ), placeholders: { messageId: '$1', templateId: '$2' } }, "^name of Application cannot start with '(.+)' prefix.$": { gettext: gettext('Application name must not start with "{{ prefix }}".'), placeholders: { prefix: '$1' } }, '^NewDeviceRequest for id = (.+?) already exists.$': { gettext: gettext('Device registration request with ID {{id}} already exists.'), placeholders: { id: '$1' } }, '^NewDeviceRequest for device id (.+?) is in state BLOCKED, not PENDING_ACCEPTANCE.$': { gettext: gettext( 'Device registration request with ID "{{deviceId}}" is in state "Blocked", not "Pending acceptance". Remove this registration request and start over.' ), placeholders: { deviceId: '$1' } }, '^No communication with device since (.+?)$': { gettext: gettext('No communication with device since {{timestamp | absoluteDate}}.'), placeholders: { timestamp: '$1' } }, '^No data received from device within required interval.$': { gettext: gettext('No data received from device within required interval.') }, '^No LoRa provider settings are found. Please configure the connectivity settings.$': { gettext: gettext( 'No LoRa provider settings are found. Please configure the connectivity settings.' ) }, '^Not within any context!$': { gettext: gettext('A problem occurred with microservice subscription.') }, '^Maximum age cannot be bigger than 10 years.$': { gettext: gettext('Maximum age cannot be bigger than 10 years.') }, '^Microservice application name incorrect. Please use only lower-case letters, digits and dashes. Maximum length is (\\d+) characters.$': { gettext: gettext( 'Microservice application name is incorrect: only lower case letters, digits and dashes allowed. Maximum length: {{maxLength}}.' ), placeholders: { maxLength: '$1' } }, '^Microservice not available.*$': { gettext: gettext('Microservice is not available.') }, '^Operation created$': { gettext: gettext('Operation created.') }, '^Operation updated$': { gettext: gettext('Operation updated.') }, "^Operation created: status='(.+?)'.": { gettext: gettext('Operation created: status: "{{ status | translate }}".'), placeholders: { status: '$1' } }, '^Option created$': { gettext: gettext('Option created.') }, '^Option "(.+?)" created$': { gettext: gettext('Option "{{option}}" created.'), placeholders: { option: '$1' } }, '^Option deleted$': { gettext: gettext('Option deleted.') }, '^Option "(.+?)" deleted$': { gettext: gettext('Option "{{option}}" deleted.'), placeholders: { option: '$1' } }, '^Owner field error. : Cannot introduce cyclic dependency.': { gettext: gettext('Could not introduce cyclic ownership dependency.') }, '^Password change is temporary blocked.$': { gettext: gettext('Password change is temporarily blocked.') }, '^Password cipher does not match': { gettext: gettext('Password cipher does not match.') }, '^Platform application cannot be added to, nor removed from any tenant.$': { gettext: gettext('Platform application cannot be added to, nor removed from any tenant.') }, '^Private key must be provided in KEY_PAIR credentials$': { gettext: gettext('Private key must be provided when "Public/private keys" option is selected.') }, '^Private key cipher does not match': { gettext: gettext('Private key cipher does not match') }, '^Protocol "(.+?)" does not support "(.+?)" credentials type$': { gettext: gettext( 'Protocol "{{protocol}}" does not support "{{credentialsType}}" credentials type.' ), placeholders: { protocol: '$1', credentialsType: '$2' } }, '^Provided security key does not match key stored for device (.+?).$': { gettext: gettext( 'Provided security token does not match the security token stored for this device "{{deviceId}}".' ), placeholders: { deviceId: '$1' } }, '^Provided security key does not match key stored for device (.+?).Reached maximum number of failed attempts while trying to register this device. Request will now be blocked and has to be removed manually to restart the process.$': { gettext: gettext( 'The provided security token does not match the token stored for device "{{deviceId}}". You have reached the maximum number of failed attempts while trying to register this device. The request will now be blocked and must be removed manually to restart the process.' ), placeholders: { deviceId: '$1' } }, '^pulling image "(.+)"$': { gettext: gettext('Pulling image: "{{imageName}}".'), placeholders: { imageName: '$1' } }, '^Real-time event processing is currently overloaded and may stop processing your events\\. Please contact support\\.$': { gettext: gettext( 'Real-time event processing is currently overloaded and may stop processing your events. Please contact support.' ) }, '^Resource ID \\[type=com_cumulocity_model_idtype_GId, value=(.+?)\\] for this request not found.$': { gettext: gettext('Could not find the resource with ID "{{id}}".'), placeholders: { id: '$1' } }, '^Retrieve configuration snapshot from device (.+?)': { gettext: gettext('Retrieve configuration snapshot from device {{deviceName}}'), placeholders: { deviceName: '$1' } }, '^Retrieve (.+?) configuration snapshot from device (.+?)': { gettext: gettext( 'Retrieve {{configurationType}} configuration snapshot from device {{deviceName}}' ), placeholders: { configurationType: '$1', deviceName: '$2' } }, '^Scaled up replica set (.+) to (\\d+)$': { gettext: gettext('Replica set "{{replicaSetName}}" scaled up to "{{scaleNumber}}".'), placeholders: { replicaSetName: '$1', scaleNumber: '$2' } }, '^Send configuration snapshot (.+?) of configuration type (.+?) to device (.+?)': { gettext: gettext( 'Send configuration snapshot {{snapshotName}} of configuration type {{configurationType}} to device {{deviceName}}' ), placeholders: { snapshotName: '$1', configurationType: '$2', deviceName: '$3' } }, '^Send configuration snapshot (.+?) to device (.+?)': { gettext: gettext('Send configuration snapshot {{snapshotName}} to device {{deviceName}}'), placeholders: { snapshotName: '$1', deviceName: '$2' } }, '^Simulator state is invalid: (.+)$': { gettext: gettext('Simulator state is invalid: {{violations}}'), placeholders: { violations: { capture: '$1', translate: { '(\\w+?) - may not be null': { gettext: gettext('"{{field}}" should not be null'), placeholders: { field: '$1' } }, '(\\w+?) - must be less than or equal to (\\d+)': { gettext: gettext('"{{field}}" must be less than or equal to {{maxValue}}'), placeholders: { field: '$1', maxValue: '$2' } }, '(\\w+?) - should not contain null values': { gettext: gettext('"{{field}}" should not contain null values'), placeholders: { field: '$1' } } } } } }, "^Smart rest template (.+?) doesn't exist$": { gettext: gettext('SmartREST template with ID "{{templateId}}" doesn\'t exist.'), placeholders: { templateId: '$1' } }, '^Smart rule created$': { gettext: gettext('Smart rule created.') }, '^Smart rule updated$': { gettext: gettext('Smart rule updated.') }, '^Smart rule enabled$': { gettext: gettext('Smart rule activated.') }, '^Smart rule disabled$': { gettext: gettext('Smart rule deactivated.') }, '^Smart rule deleted$': { gettext: gettext('Smart rule deleted.') }, '^Smart rule "(.+?)" created$': { gettext: gettext('Smart rule "{{name}}" created.'), placeholders: { name: '$1' } }, '^Smart rule "(.+?)" updated$': { gettext: gettext('Smart rule "{{name}}" updated.'), placeholders: { name: '$1' } }, '^Smart rule "(.+?)" enabled$': { gettext: gettext('Smart rule "{{name}}" activated.'), placeholders: { name: '$1' } }, '^Smart rule "(.+?)" disabled$': { gettext: gettext('Smart rule "{{name}}" deactivated.'), placeholders: { name: '$1' } }, '^Smart rule "(.+?)" deleted$': { gettext: gettext('Smart rule "{{name}}" deleted.'), placeholders: { name: '$1' } }, '^Started container$': { gettext: gettext('Container started.') }, '^Successfully assigned (.+) to (.+)$': { gettext: gettext('"{{imageName}}" assigned to "{{address}}".'), placeholders: { imageName: '$1', address: '$2' } }, '^Successfully pulled image "(.+)"$': { gettext: gettext('Image "{{imageName}}" pulled.'), placeholders: { imageName: '$1' } }, '^Tenant creation failed. : Tenant with given id already exists.$': { gettext: gettext('Could not create a tenant. Tenant with given domain/URL already exists.') }, '^Tenant id cannot be a reserved sql keyword "(.+?)".$': { gettext: gettext('Could not use a reserved SQL keyword "{{tenantId}}" as a domain name.'), placeholders: { tenantId: '$1' } }, '^Tenant "(.+?)" activated$': { gettext: gettext('Tenant "{{tenant}}" activated.'), placeholders: { tenant: '$1' } }, '^Tenant (.+?) has sub-tenants, please remove them first!$': { gettext: gettext('Could not remove tenant "{{tenant}}". Remove its subtenants first.'), placeholders: { tenant: '$1' } }, '^Tenant activated$': { gettext: gettext('Tenant activated.') }, '^Tenant "(.+?)" created$': { gettext: gettext('Tenant "{{tenant}}" created.'), placeholders: { tenant: '$1' } }, '^Tenant created$': { gettext: gettext('Tenant created.') }, '^Tenant "(.+?)" deleted$': { gettext: gettext('Tenant "{{tenant}}" deleted.'), placeholders: { tenant: '$1' } }, '^Tenant deleted$': { gettext: gettext('Tenant deleted.') }, '^Tenant "(.+?)" suspended$': { gettext: gettext('Tenant "{{tenant}}" suspended.'), placeholders: { tenant: '$1' } }, '^Tenant suspended$': { gettext: gettext('Tenant suspended') }, '^Tenant "(.+?)" updated: (.+?)$': { gettext: gettext('Tenant "{{tenant}}" updated: {{properties}}.'), placeholders: { tenant: '$1', properties: '$2' } }, '^Tenant updated$': { gettext: gettext('Tenant updated.') }, '^Too Many Requests$': { gettext: gettext('Too many requests. Try again later.') }, "^User alias equals username '(.+)'$": { gettext: gettext('Username and login alias must be different.') }, '^User created$': { gettext: gettext('User created') }, '^User (.+?) created$': { gettext: gettext('User "{{name}}" created'), placeholders: { name: '$1' } }, '^User deleted$': { gettext: gettext('User deleted') }, '^User (.+?) deleted$': { gettext: gettext('User "{{name}}" deleted'), placeholders: { name: '$1' } }, '^(.+?) user login with OAuth internal mode failed$': { gettext: gettext('"{{name}}" user login with OAI-Secure mode failed'), placeholders: { name: '$1' } }, '^User updated$': { gettext: gettext('User updated') }, '^User (.+?) updated: (.+)$': { gettext: gettext('User "{{name}}" updated: {{updatesList}}'), placeholders: { name: '$1', updatesList: { capture: '$2', translate: { "delegatedBy='(.+?)'": { gettext: gettext('delegated by: "{{delegate}}"'), placeholders: { delegate: '$1' } }, "owner='(.+?)'": { gettext: gettext('owner: "{{owner}}"'), placeholders: { owner: '$1' } }, 'inventory assignment \\[(.+?)\\] added': { gettext: gettext('inventory assignment [{{inventoryAssignment}}] added'), placeholders: { inventoryAssignment: '$1' } }, 'inventory assignment \\[(.+?)\\] removed': { gettext: gettext('inventory assignment [{{inventoryAssignment}}] removed'), placeholders: { inventoryAssignment: '$1' } }, 'applications \\[(.+?)\\] added$': { gettext: gettext('applications [{{applicationsList}}] added'), placeholders: { applicationsList: '$1' } }, 'applications \\[(.+?)\\] removed$': { gettext: gettext('applications [{{applicationsList}}] removed'), placeholders: { applicationsList: '$1' } }, 'global roles \\[(.+?)\\] added$': { gettext: gettext('global roles [{{globalRolesList}}] added'), placeholders: { globalRolesList: '$1' } }, 'global roles \\[(.+?)\\] removed$': { gettext: gettext('global roles [{{globalRolesList}}] removed'), placeholders: { globalRolesList: '$1' } } } } } }, "^User with username '(.+?)' already exists! : Duplicated: (.+?)$": { gettext: gettext('User "{{username}}" already exists.'), placeholders: { username: '$1' } }, "^User with username or alias '(.+)' already exists! : Duplicated: (.+)$": { gettext: gettext('User with username or login alias "{{usernameOrAlias}}" already exists.'), placeholders: { usernameOrAlias: '$1' } }, "^User with email '(.+?)' already exists! : Duplicated: (.+?)$": { gettext: gettext('User with email "{{email}}" already exists.'), placeholders: { email: '$1' } }, '^unable to find option with given key (.+?) : Could not find entity Option by ID (.+?)!$': { gettext: gettext('Unable to get tenant option: "{{option}}".'), placeholders: { option: '$2' } }, '^unable to find option with given key (.+?) : There is no system property for key (.+?)$': { gettext: gettext('Unable to get system option: "{{option}}".'), placeholders: { option: '$2' } }, '^Write failed with error code 16733 and error message \'trying to index text where term list is too big, max is 4mb _id: "(.+?)"\'$': { gettext: gettext( 'The uploaded image cannot be bigger than 4 MB. Please upload a smaller one.' ) }, '^Write failed with error code 17280 and error message \'WiredTigerIndex::insert: key too large to index, failing (.+?) { : "(.+?)" }\'$': { gettext: gettext('The selected name is too long. Please try a shorter one.') }, '^You have reached devices limit. No more devices can be registered.$': { gettext: gettext('You reached devices limit. No more devices can be registered.') }, '^(.+) succeeded for volume "(.+)"': { gettext: gettext('Operation "{{operation}}" succeeded for volume "{{volume}}".'), placeholders: { operation: '$1', volume: '$2' } }, "^Exception on tenant (.+) in statement '(.+)': Invocation exception when invoking method '(.+)' of class '(.+)' passing parameters \\[(.+)\\] for statement '(.+)': (.+) : (.+)$": { gettext: gettext( 'Exception on tenant {{tenantId}} in statement "{{moduleName}}": Invocation exception when invoking method "{{methodName}}" of class "{{classPath}}" passing parameters [{{parameters}}] for statement "{{statement}}": {{exceptionType}} : {{exceptionMessage}}.' ), placeholders: { tenantId: '$1', moduleName: '$2', methodName: '$3', classPath: '$4', parameters: '$5', statement: '$6', exceptionType: '$7', exceptionMessage: '$8' } }, '^No nodes are available that match all of the predicates: (.+).$': { gettext: gettext('No nodes are available that match all of the predicates: [{{predicates}}].'), placeholders: { predicates: '$1' } }, '^Readiness probe failed: (.+) (.+): (.+): request canceled while waiting for connection \\(Client.Timeout exceeded while awaiting headers\\)$': { gettext: gettext( 'Readiness probe failed: {{requestMethod}} {{uri}}: {{protocol}}: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers).' ), placeholders: { requestMethod: '$1', uri: '$2', protocol: '$3' } }, '^Liveness probe failed: (.+) (.+): (.+): request canceled while waiting for connection \\(Client.Timeout exceeded while awaiting headers\\)$': { gettext: gettext( 'Liveness probe failed: {{requestMethod}} {{uri}}: {{protocol}}: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers).' ), placeholders: { requestMethod: '$1', uri: '$2', protocol: '$3' } }, '^Error syncing pod$': { gettext: gettext('Pod synchronization error.') }, '^Failed create pod sandbox.$': { gettext: gettext('Pod sandbox creation failed.') }, '^Exception on tenant (.+) in statement \'(.+)\': Http status code: (\\d+) \\{error="alarm/Unprocessable Entity",message="(.+)",info="https://www.cumulocity.com/guides/reference-guide/#error_reporting",details="null"\\}$': { gettext: gettext( 'Exception on tenant {{tenantId}} in statement "{{statement}}": HTTP status code: {{httpStatusCode}} : {{message | translate}}' ), placeholders: { tenantId: '$1', statement: '$2', httpStatusCode: '$3', message: '$4' } }, "^User '(.+)' is managed by a remote identity management service defined by an administrator, direct update is forbidden$": { gettext: gettext( 'User "{{userName}}" is managed by a remote identity management service defined by an administrator, direct update is forbidden.' ), placeholders: { userName: '$1' } }, '^Added new child device to "(.+)" \\(ID: (.+)\\).$': { gettext: gettext('Added new child device to "{{parentDeviceName}}" (ID: {{parentDeviceId}}).'), placeholders: { parentDeviceName: '$1', parentDeviceId: '$2' } }, '^Updated child device of "(.+)" \\(ID: (.+)\\).$': { gettext: gettext('Updated child device of "{{parentDeviceName}}" (ID: {{parentDeviceId}}).'), placeholders: { parentDeviceName: '$1', parentDeviceId: '$2' } }, '^Added child device "(.+)" \\(ID: (.+)\\).$': { gettext: gettext('Added child device "{{name}}" (ID: {{id}}).'), placeholders: { name: '$1', id: '$2' } }, '^Removed child device "(.+)" \\(ID: (.+)\\).$': { gettext: gettext('Removed child device "{{name}}" (ID: {{id}}).'), placeholders: { name: '$1', id: '$2' } }, '^Change value of "(.+)" to (.+) (.+).$': { gettext: gettext('Change value of "{{name}}" to {{value}}{{unit}}.'), placeholders: { name: '$1', value: '$2', unit: '$3' } }, '^Change value of "(.+)" to (.+).$': { gettext: gettext('Change value of "{{name}}" to {{value}}.'), placeholders: { name: '$1', value: '$2' } }, '^Change status of "(.+)" to "(.+)".$': { gettext: gettext('Change status of "{{name}}" to "{{label}}".'), placeholders: { name: '$1', label: '$2' } }, '^Send message "(.+)".$': { gettext: gettext('Send message "{{str}}".'), placeholders: { str: '$1' } }, '^Close relay (.+).$': { gettext: gettext('Close relay {{number}}.'), placeholders: { number: '$1' } }, '^Open relay (.+).$': { gettext: gettext('Open relay {{number}}.'), placeholders: { number: '$1' } }, '^Change trace status to (.+).$': { gettext: gettext('Change trace status to {{state | translate}}.'), placeholders: { state: '$1' } }, '^Change relay status to (.+).$': { gettext: gettext('Change relay status to {{status | translate}}.'), placeholders: { status: '$1' } }, '^Closing relay (.+).$': { gettext: gettext('Closing relay {{number}}.'), placeholders: { number: '$1' } }, '^Opening relay (.+).$': { gettext: gettext('Opening relay {{number}}.'), placeholders: { number: '$1' } }, '^Update bulk operation$': { gettext: gettext('Update bulk operation') }, '^Update bulk operation: (.+)$': { gettext: gettext('Update bulk operation: {{updatesList}}'), placeholders: bulkOperationAuditLogTextPlaceholders }, '^Update firmware to: "?(.+?)"? \\(version: (.+)\\)\\.?$': { gettext: gettext('Update firmware to: "{{ name }}" (version: {{ version }})'), placeholders: { name: '$1', version: '$2' } }, '^Update firmware to: "?(.+?)"?\\.?$': { gettext: gettext('Update firmware to: "{{ name }}"'), placeholders: { name: '$1' } }, '^Update configuration to (.+).$': { gettext: gettext('Update configuration to: {{ name }}.'), placeholders: { name: '$1' } }, '^Apply device profile: (.+).?$': { gettext: gettext('Apply device profile: {{ name }}'), placeholders: { name: '$1' } }, '^Execute generic command: (.+).?$': { gettext: gettext('Execute generic command: {{command}}'), placeholders: { command: '$1' } }, '^Failed to refresh application. : Cannot refresh non local-hosted application.$': { gettext: gettext('Could not reactivate the application as it is not hosted locally.') }, '^Failed to refresh application. : Cannot refresh application without active version id.$': { gettext: gettext('Could not reactivate the application as it has no active version.') }, // TODO: remove if we decide not to translate such messages: // '^Killing container with id (.+):Need to kill Pod$': { // gettext: gettext('Killing container with ID "{{containerId}}". Need to kill Pod.'), // placeholders: { // containerId: '$1' // } // }, '^Scaled down replica set (.+) to (\\d+)$': { gettext: gettext('Replica set "{{replicaSetName}}" scaled down to "{{scaleNumber}}".'), placeholders: { replicaSetName: '$1', scaleNumber: '$2' } }, '^Deleted pod: (.+)$': { gettext: gettext('Pod "{{imageName}}" deleted.'), placeholders: { imageName: '$1' } }, '^Container image "(.+)" already present on machine$': { gettext: gettext('Container image "{{imageName}}" already exists.'), placeholders: { imageName: '$1' } }, '^Error updating tenant! Cannot insert second configuration for Password code grant internal/Bad Request$': { gettext: gettext( 'This login mode was already set by another administrator. Refresh the page to update the data.' ) }, // Translations for audit logs '^Application deleted$': { gettext: gettext('Application deleted') }, '^Microservice application "(.+?)" deleted for tenant "(.+?)"$': { gettext: gettext('Microservice application "{{appName}}" deleted for tenant "{{tenant}}"'), placeholders: { appName: '$1', tenant: '$2' } }, '^Hosted application "(.+?)" deleted for tenant "(.+?)"$': { gettext: gettext('Hosted application "{{appName}}" deleted for tenant "{{tenant}}"'), placeholders: { appName: '$1', tenant: '$2' } }, '^External application "(.+?)" deleted for tenant "(.+?)"$': { gettext: gettext('External application "{{appName}}" deleted for tenant "{{tenant}}"'), placeholders: { appName: '$1', tenant: '$2' } }, '^Application activated$': { gettext: gettext('Application activated') }, '^Microservice application "(.+?)" activated: version \\[(.+?)\\] added, activeVersionId \\[(.+?)\\] added$': { gettext: gettext( 'Microservice application "{{appName}}" activated: version "{{version}}" added, activeVersionId "{{activeVersionId}}" added' ), placeholders: { appName: '$1', version: '$2', activeVersionId: '$3' } }, '^Hosted application "(.+?)" activated: version \\[(.+?)\\] added, activeVersionId \\[(.+?)\\] added$': { gettext: gettext( 'Hosted application "{{appName}}" activated: version "{{version}}" added, activeVersionId "{{activeVersionId}}" added' ), placeholders: { appName: '$1', version: '$2', activeVersionId: '$3' } }, '^External application "(.+?)" activated: version \\[(.+?)\\] added, activeVersionId \\[(.+?)\\] added$': { gettext: gettext( 'External application "{{appName}}" activated: version "{{version}}" added, activeVersionId "{{activeVersionId}}" added' ), placeholders: { appName: '$1', version: '$2', activeVersionId: '$3' } }, '^(.+?) user logged in to the platform with OAuth internal login mode$': { gettext: gettext('"{{name}}" user logged in to the platform with OAI-Secure login mode'), placeholders: { name: '$1' } }, "^Scaling application '(.+?)' from (.+?) to (.+?) instances$": { gettext: gettext('Scaling application "{{appName}}" from {{from}} to {{to}} instances'), placeholders: { appName: '$1', from: '$2', to: '$3' } }, '^User logout$': { gettext: gettext('User logout') }, '^(.+?) user logout$': { gettext: gettext('"{{name}}" user logout'), placeholders: { name: '$1' } }, '^Authentication with id: (.+?) configuration updated.$': { gettext: gettext('Authentication configuration with ID "{{id}}" updated.'), placeholders: { id: '$1' } }, '^Authentication configuration with id: (.+?) added.$': { gettext: gettext('Authentication configuration with ID "{{id}}" added.'), placeholders: { id: '$1' } }, '^Configuration type: basic.$': { gettext: gettext('Configuration type: Basic Auth.') }, '^Configuration type: oauth2_internal.$': { gettext: gettext('Configuration type: OAI-Secure.') }, '^Configuration type: oauth2.$': { gettext: gettext('Configuration type: Single sign-on.') }, '^Device put into maintenance state$': { gettext: gettext('Device put into maintenance state') }, '^device with id: (.+?) is put into maintenance state$': { gettext: gettext('Device with ID "{{deviceId}}" is put into maintenance state'), placeholders: { deviceId: '$1' } }, '^Connector updated$': { gettext: gettext('Connector updated') }, '^Connector (.+?) updated: filters [(.+?)] added$': { gettext: gettext('Connector "{{name}}" updated: filters [{{filters}}] added'), placeholders: { name: '$1', filters: '$2' } }, '^Connector deleted$': { gettext: gettext('Connector deleted') }, '^Connector (.+?) deleted$': { gettext: gettext('Connector "{{name}}" deleted'), placeholders: { name: '$1' } }, '^Connector created$': { gettext: gettext('Connector created') }, '^Connector (.+?) created: (.+?) added, (.+?)$': { gettext: gettext('Connector "{{name}}" created: {{configuration}} added, {{baseProperties}}'), placeholders: { name: '$1', configuration: '$2', baseProperties: '$3' } }, '^Connector (.+?) updated: (.+?) added, (.+?) removed$': { gettext: gettext('Connector "{{name}}" updated: {{newConfig}} added, {{oldConfig}} removed'), placeholders: { name: '$1', newConfig: '$2', oldConfig: '$3' } }, '^Connector (.+?) updated: (.+?) removed, (.+?) added$': { gettext: gettext('Connector "{{name}}" updated: {{newConfig}} added, {{oldConfig}} removed'), placeholders: { name: '$1', oldConfig: '$2', newConfig: '$3' } }, '^Can read all data of the asset and manage all inventory data, but cannot perform operations. Can also acknowledge and clear alarms. Can create and updates dashboards.$': { gettext: gettext( 'Can read all data of the asset and manage all inventory data, but cannot perform operations. Can also acknowledge and clear alarms. Can create and updates dashboards.' ) }, '^Operations: All$': { gettext: gettext('Operations: All') }, '^Can remotely manage the assets by sending operations to the device. This includes for example remote configuration, software update, etc.$': { gettext: gettext( 'Can remotely manage the assets by sending operations to the device. This includes remote configuration, software update and more.' ) }, '^Operations: Restart Device$': { gettext: gettext('Operations: Restart Device') }, '^Can restart devices.$': { gettext: gettext('Can restart devices.') }, '^Reader$': { gettext: gettext('Reader') }, '^Can read all data of the asset.$': { gettext: gettext('Can read all data of the asset.') }, // Default global roles' names and descriptions: // TODO: transforming short role names may result in unexpected effects in UI, there is a separate issue for them: https://cumulocity.atlassian.net/browse/MTM-31259 // '^admins$': { // gettext: gettext('Admin User') // }, '^Enables administrative permissions. The first user created for the tenant receives this role$': { gettext: gettext( 'Enables administrative permissions. The first user created for the tenant receives this role.' ) }, // '^business$': { // gettext: gettext('Business User') // }, '^Can access all devices and their data but has no management permission in the tenant$': { gettext: gettext( 'Can access all devices and their data but has no management permission in the tenant.' ) }, '^CEP Manager$': { gettext: gettext('CEP Manager') }, '^Has full access to all deployed CEP modules and SmartRules$': { gettext: gettext('Has full access to all deployed CEP modules and smart rules.') }, '^Devicemanagement User$': { gettext: gettext('Device Management User') }, '^Gives access to bulk operations and device management application. This does not include access to any device data.$': { gettext: gettext( 'Gives access to bulk operations and Device Management application. This does not include access to any device data.' ) }, // '^devices$': { // gettext: gettext('Device User') // }, '^A role marker for device users. After registration, a device automatically has this role$': { gettext: gettext( 'A role marker for device users. After registration, a device automatically has this role.' ) }, '^Global Manager$': { gettext: gettext('Global Manager') }, '^Can read and write all data from all devices$': { gettext: gettext('Can read and write all data from all devices.') }, '^Global Reader$': { gettext: gettext('Global Reader') }, '^Can read all data from all devices$': { gettext: gettext('Can read all data from all devices.') }, '^Cockpit User$': { gettext: gettext('Cockpit User') }, '^User to work in Cockpit application. This does not include the access to any device data.$': { gettext: gettext( 'User to work in Cockpit application. This does not include the access to any device data.' ) }, '^Global User Manager$': { gettext: gettext('Global User Manager') }, '^Can access and modify the full user hierarchy$': { gettext: gettext('Can access and edit the full user hierarchy.') }, // '^readers$': { // gettext: gettext('Reader') // }, '^Can read all data \\(including users, in contrast to "Global Reader"\\)$': { gettext: gettext('Can read all data (including users, in contrast to "Global Reader").') }, '^Shared User Manager$': { gettext: gettext('Shared User Manager') }, '^Can create new user as his own sub-users and manage this$': { gettext: gettext('Can create new own sub-users and manage them.') }, '^Tenant Manager$': { gettext: gettext('Tenant Manager') }, '^Can manage tenant wide configurations like applications, tenant options and retention rules$': { gettext: gettext( 'Can manage tenant wide configurations like applications, tenant options and retention rules.' ) }, // DataHub global roles' names and descriptions: '^DATAHUB_ADMINISTRATOR$': { gettext: gettext('DataHub Administrator') }, '^Can conduct administrative tasks and manage offloading pipelines$': { gettext: gettext('Can conduct administrative tasks and manage offloading pipelines.') }, '^DATAHUB_MANAGER$': { gettext: gettext('DataHub Manager') }, '^Can manage offloading pipelines$': { gettext: gettext('Can manage offloading pipelines.') }, '^DATAHUB_READER$': { gettext: gettext('DataHub Reader') }, '^Can execute SQL queries against the data in the data lake$': { gettext: gettext('Can execute SQL queries against the data in the data lake.') }, '^User "(.+?)" password was updated by user "(.+?)"$': { gettext: gettext( '"{{ targetUserName }}" user\'s password was updated by "{{ userName }}" user' ), placeholders: { targetUserName: '$1', userName: '$2' } }, '^User password update$': { gettext: gettext('User password update') }, '^User "(.+?)" password updated$': { gettext: gettext('"{{ userName }}" user changed own password'), placeholders: { userName: '$1' } }, // LWM2M strings (move to submodule when it's migrated from ng1) '^LWM2M device type$': { gettext: gettext('LWM2M device type') }, '^LWM2M server URI$': { gettext: gettext('LWM2M server URI') }, '^coaps://<LWM2M-server-domain>:<coaps-port>$': { gettext: gettext('coaps://<LWM2M-server-domain>:<coaps-port>') }, '^Endpoint client ID$': { gettext: gettext('Endpoint client ID') }, '^Server public key$': { gettext: gettext('Server public key') }, '^Generate bootstrap server config$': { gettext: gettext('Generate bootstrap server config') }, '^LWM2M bootstrap short server ID$': { gettext: gettext('LWM2M bootstrap short server ID') }, '^LWM2M short server ID$': { gettext: gettext('LWM2M short server ID') }, '^Registration lifetime$': { gettext: gettext('Registration lifetime') }, '^in seconds$': { gettext: gettext('in seconds') }, '^Security instance offset$': { gettext: gettext('Security instance offset') }, '^Default minimum period$': { gettext: gettext('Default minimum period') }, '^Default maximum period$': { gettext: gettext('Default maximum period') }, '^Binding mode$': { gettext: gettext('Binding mode') }, '^applicable for LWM2M 1\\.0$': { gettext: gettext('applicable for LWM2M 1.0') }, '^Awake time registration parameter$': { gettext: gettext('Awake time registration parameter') }, '^in milliseconds, 0 means device is always online$': { gettext: gettext('in milliseconds, 0 means device is always online') }, '^Use common timestamp resources 5518 and 6050 or object specific timestamp for object 6 reported by the device if available$': { gettext: gettext( 'Use common timestamp resources 5518 and 6050 or object specific timestamp for object 6 reported by the device if available' ) }, '^Notification storing when disabled or offline$': { gettext: gettext('Notification storing when disabled or offline') }, '^Disable timeout$': { gettext: gettext('Disable timeout') }, '^LWM2M request timeout$': { gettext: gettext('LWM2M request timeout') }, '^in milliseconds$': { gettext: gettext('in milliseconds') }, '^Binary delivery encoding$': { gettext: gettext('Binary delivery encoding') }, '^Firmware update delivery method$': { gettext: gettext('Firmware update delivery method') }, '^Firmware update supported device protocol$': { gettext: gettext('Firmware update supported device protocol') }, '^Firmware update reset mechanism$': { gettext: gettext('Firmware update reset mechanism') }, '^Firmware update URL$': { gettext: gettext('Firmware update URL') }, '^Failed to find operation data in the internal memory store\\. Try again!$': { gettext: gettext('Failed to find operation data in the internal memory store. Try again.') }, '^Security mode$': { gettext: gettext('Security mode') }, '^Bootstrap PSK ID$': { gettext: gettext('Bootstrap PSK ID') }, '^Bootstrap pre-shared key$': { gettext: gettext('Bootstrap pre-shared key') }, '^LWM2M PSK ID$': { gettext: gettext('LWM2M PSK ID') }, '^LWM2M pre-shared key$': { gettext: gettext('LWM2M pre-shared key') }, '^LWM2M bulk device upload operation$': { gettext: gettext('LWM2M bulk device upload operation') }, '^This operation is only triggered by the agent when user uploads a CSV file with all required information to register new LWM2M devices\\. The source of the operation is the LWM2M device connector\\. Users are not able to trigger this operation using the shell command\\.$': { gettext: gettext( 'This operation is only triggered by the agent when user uploads a CSV file with all required information to register new LWM2M devices. The source of the operation is the LWM2M device connector. Users are not able to trigger this operation using the shell command.' ) }, '^Write$': { gettext: gettext('Write') }, '^Execute$': { gettext: gettext('Execute') }, '^Execute with parameters$': { gettext: gettext('Execute with parameters') }, '^Execute with Parameters$': { gettext: gettext('Execute with parameters') }, '^Delete Instance$': { gettext: gettext('Delete instance') }, '^Create Instance$': { gettext: gettext('Create instance') }, '^Read Object$': { gettext: gettext('Read object') }, '^Read Instance$': { gettext: gettext('Read instance') }, '^LWM2M bulk device removal operation$': { gettext: gettext('LWM2M bulk device removal operation') }, '^This operation is only triggered by the agent when user uploads a CSV file with a list of endpoint IDs to delete from C8Y\\.The source of the operation is the LWM2M device connector\\. Users are not able to trigger this operation using the shell command\\.$': { gettext: gettext( 'This operation is only triggered by the agent when user uploads a CSV file with a list of endpoint IDs to delete from the platform. The source of the operation is the LWM2M device connector. Users are not able to trigger this operation using the shell command.' ) }, '^Could not find device$': { gettext: gettext('Could not find device') }, '^Exception occurred while removing device (.+?)$': { gettext: gettext('Exception occurred while removing device: {{ exceptionMessage }}'), placeholders: { exceptionMessage: '$1' } }, '^This command can be used to migrate LWM2M devices which are created in a non-standard way\\. It can take comma-separated device managed object IDs as parameters\\. If the IDs are specified then the migration will be done only for those devices\\. If the command is sent without any parameters then the agent will look up for possible Lwm2m devices that are not created in a standard way and try to migrate them\\. Usage: migrateLwm2mDevices 1122,3344 or migrateLwm2mDevices$': { gettext: gettext( 'This command can be used to migrate LWM2M devices which are created in a non-standard way. It can take comma-separated device managed object IDs as parameters. If the IDs are specified then the migration will be done only for those devices. If the command is sent without any parameters then the agent will look up for possible LWM2M devices that are not created in a standard way and try to migrate them. Usage: migrateLwm2mDevices 1122,3344 or migrateLwm2mDevices' ) }, '^Unable to migrate devices$': { gettext: gettext('Unable to migrate devices') }, '^Error while processing report$': { gettext: gettext('Error while processing report') }, '^Expected 1 endpointId argument$': { gettext: gettext('Expected 1 endpointId argument') }, '^LWM2M device registration$': { gettext: gettext('LWM2M device registration') }, '^The required and optional properties to register and setup LWM2M Devices$': { gettext: gettext('The required and optional properties to register and setup LWM2M devices') }, '^Bootstrap$': { gettext: gettext('Bootstrap') }, '^Advanced$': { gettext: gettext('Advanced') }, '^Bulk LWM2M device registration$': { gettext: gettext('Bulk LWM2M device registration') }, '^This command returns a list of shell commands with description that can be created for the Lwm2m device connector\\.$': { gettext: gettext( 'This command returns a list of shell commands with description that can be created for the LWM2M device connector.' ) }, '^The following operations are supported:': { gettext: gettext('The following operations are supported:') }, '^PSK template$': { gettext: gettext('PSK template') }, '^A bulk registration CSV template showing all mandatory fields$': { gettext: gettext('A bulk registration CSV template showing all mandatory fields') }, '^Mandatory fields template$': { gettext: gettext('Mandatory fields template') }, '^General template$': { gettext: gettext('General template') }, '^A bulk registration CSV template for NO_SEC devices with all optional fields$': { gettext: gettext('A bulk registration CSV template for NO_SEC devices with all optional fields') }, '^A general bulk registration CSV template showing all possible fields$': { gettext: gettext('A general bulk registration CSV template showing all possible fields') }, '^A bulk registration CSV template for PSK devices with all optional fields$': { gettext: gettext('A bulk registration CSV template for PSK devices with all optional fields') }, '^NO_SEC template$': { gettext: gettext('NO_SEC template') }, // LPWAN device registration and connectivity strings '^Authentication to the Loriot platform failed with status code (.+?). Check if the credentials are correct or if Session ID is expired.$': { gettext: gettext( 'Authentication to the LORIOT platform failed with status code {{ statusCode }}. Check if the credentials are correct or if session ID is expired.' ), placeholders: { statusCode: '$1' } }, '^Authentication to the Loriot platform failed with status code (.+?). Check if the base URL, credentials are correct and the application with the given ID exists.$': { gettext: gettext( 'Authentication to the LORIOT platform failed with status code {{ statusCode }}. Check if the base URL, credentials are correct and the application with the given ID exists.' ), placeholders: { statusCode: '$1' } }, '^Application output creation failed due to status code (.+?)$': { gettext: gettext('Application output creation failed due to status code {{ statusCode }}.'), placeholders: { statusCode: '$1' } }, '^Application output update failed due to status code (.+?)$': { gettext: gettext('Application output update failed due to status code {{ statusCode }}.'), placeholders: { statusCode: '$1' } }, '^Error creating the device due to status code (.+?). Check if the application Id, devEui, appEui and appKey are in the correct format or the device limit has been exceeded or has been registered with another account in the Loriot provider$': { gettext: gettext( 'Error creating the device due to status code {{ statusCode }}. Check if the application name, Device EUI, Application EUI and Application key are in the correct format or the device limit has been exceeded or has been registered with another account in the LORIOT provider.' ), placeholders: { statusCode: '$1' } }, '^Error retrieving application with given ID: (.+?) with status code 400. Check if the applicationId provided is in the correct format$': { gettext: gettext( 'Error retrieving application with given ID: {{ applicationId }} with status code 400. Check if the selected application is correct' ), placeholders: { applicationId: '$1' } }, "^LNS connection name can't be null or blank.$": { gettext: gettext("LNS connection name can't be empty.") }, '^Unexpected error occurred while accessing the cached LNS connections map with key (.+?)$': { gettext: gettext( 'Unexpected error occurred while accessing the cached LNS connections map with key "{{ connectionName }}".' ), placeholders: { connectionName: '$1' } }, "^LNS connection named (.+?) doesn't exist.$": { gettext: gettext('LNS connection named "{{ connectionName }}" doesn\'t exist.'), placeholders: { connectionName: '$1' } }, '^LNS connection named (.+?) already exists.$': { gettext: gettext('LNS connection named "{{ connectionName }}" already exists.'), placeholders: { connectionName: '$1' } }, "^New LNS connection can't be null.$": { gettext: gettext("New LNS connection can't be empty.") }, "^LNS connection to update can't be null.$": { gettext: gettext("LNS connection to update can't be empty.") }, "^The name of the LNS connection to update can't be null.$": { gettext: gettext("The name of the LNS connection to update can't be empty.") }, '^Can not delete the LNS connection with name "(.+?)" as it\'s associated with (.+?) device(s).$': { gettext: gettext( 'Could not delete the LNS connection with the name "{{ connectionName }}" as it\'s associated with {{ numberOfDevices }} device(s).' ), placeholders: { connectionName: '$1', numberOfDevices: '$2' } }, '^Can not update the LNS connection with name "(.+?)" as it\'s associated with (.+?) device(s).$': { gettext: gettext( 'Could not update the LNS connection with the name "{{ connectionName }}" as it\'s associated with {{ numberOfDevices }} device(s).' ), placeholders: { connectionName: '$1', numberOfDevices: '$2' } }, '^Authentication to the Actility platform failed with status code (.+?). Check if the credentials are correct.$': { gettext: gettext( 'Authentication to the Actility platform failed with status code {{ statusCode }}. Check if the credentials are correct.' ), placeholders: { statusCode: '$1' } }, '^Authentication to the Actility platform failed with status code (.+?). Check if the profile Id is correct.$': { gettext: gettext( 'Authentication to the Actility platform failed with status code {{ statusCode }}. Check if the Profile ID is correct.' ), placeholders: { statusCode: '$1' } }, '^Authentication to the Actility platform failed. Check if the base URL (.+?) is correct.$': { gettext: gettext( 'Authentication to the Actility platform failed. Check if the base URL {{ baseUrl }} is correct.' ), placeholders: { baseUrl: '$1' } }, '^Authentication to the Sigfox platform failed. Check if the base URL (.+) is correct.$': { gettext: gettext( 'Authentication to the Sigfox platform failed. Check if the base URL {{ baseUrl }} is correct.' ), placeholders: { baseUrl: '$1' } }, '^Authentication to the Sigfox platform failed. Check if the Parent group Id and/or the credentials are correct.$': { gettext: gettext( 'Authentication to the Sigfox platform failed. Check if the Parent group ID and/or the credentials are correct.' ) }, '^Authentication to the Loriot platform failed with status code (.+?). Session Id might have expired.$': { gettext: gettext( 'Authentication to the LORIOT platform failed with status code {{ statusCode }}. Session ID might have expired.' ), placeholders: { statusCode: '$1' } }, '^Authentication to the Actility platform failed with status code (.+?). Check if the base URL and/or the credentials are correct.$': { gettext: gettext( 'Authentication to the Actility platform failed with status code {{ statusCode }}. Check if the base URL and/or the credentials are correct.' ), placeholders: { statusCode: '$1' } } }

operations/bulk-operation-from-single/bulk-operation-from-single.module.ts

bulkOperationCreateSingleRoutes
Type : Route[]
Default value : [ { path: 'devicecontrol/single/create-bulk/:operationId', component: BulkOperationFromSingleComponent } ]

operations/bulk-operations-list/bulk-operations-list.module.ts

bulkOperationListRoutes
Type : Route[]
Default value : [ { path: 'devicecontrol/bulk', component: BulkOperationsListComponent } ]

operations/bulk-operations-stepper-container/bulk-operations-stepper-container.module.ts

bulkOperatioStepperRoutes
Type : Route[]
Default value : [ { path: 'devicecontrol/bulk/creation/:type', component: BulkOperationsStepperContainerComponent } ]

register-device/bulk/bulk-device-registration-modal.component.ts

bulkSchema
Type : object
Default value : { $schema: 'https://json-schema.org/draft/2019-09/schema', type: 'object', properties: { csvBulkFile: { type: 'array', title: gettext('CSV file upload'), description: gettext( 'You can use file upload component to let users send files. This input accepts only a single CSV file.' ), contentMediaType: 'csv' } }, required: ['csvBulkFile'], additionalProperties: false }
fullCsvHeaders
Type : string[]
Default value : [ 'ID', 'CREDENTIALS', 'TYPE', 'NAME', 'ICCID', 'IDTYPE', 'PATH', 'SHELL', 'AUTH_TYPE' ]
simpleCsvHeaders
Type : string[]
Default value : ['ID', 'PATH']

register-device/extensible/bulk/extensible-bulk-device-registration-modal.component.ts

bulkSchema
Type : object
Default value : { $schema: 'https://json-schema.org/draft/2019-09/schema', type: 'object', properties: { csvBulkFile: { type: 'array', title: gettext('CSV file upload'), description: gettext( 'You can use file upload component to let users send files. This input accepts only a single CSV file.' ), contentMediaType: 'csv' } }, required: ['csvBulkFile'], additionalProperties: false }

core/i18n/load-locale.ts

cache
Default value : new Map()

icon-selector/icons/city/index.ts

cityIconCategory
Type : object
Default value : { label: gettext('City`icons-category`'), icons: cityIcons }
cityIcons
Type : []
Default value : [ ['hospital-o'], ['h-square'], ['university', 'institution', 'bank'], ['ios-themes'], ['building', 'building-o'], ['apartment'], ['department1'], ['organization'], ['office'], ['building-with-rooftop-terrace'], ['company'], ['warehouse'], ['shop'], ['work-from-home'], ['house'], ['dog-house'], ['home-automation'], ['garage-door'], ['depot'], ['garage'], ['open-garage-door'], ['close-garage-door'], ['barn'], ['bungalow'], ['exterior'], ['equal-housing-opportunity'], ['heating-room'], ['mortgage'], ['home-safety'], ['enterprise-resource-planning'], ['travel-agency'], ['department-shop'], ['book-shelf'], ['emergency-exit'], ['stairs'], ['stairs-down'], ['stairs-up'], ['temperature-inside'], ['treehouse', 'tree'], ['water-heater'], ['clean', 'magic'] ]

operations/shared/operations.model.ts

CLEAN_KEYS
Type : []
Default value : ['creationTime', 'deviceExternalIDs', 'id', 'self']
CLEAN_KEYS_UPDATE
Type : []
Default value : ['deviceId', 'deviceName', 'bulkOperationId']
OPERATION_STATUS_LABELS
Type : object
Default value : { PENDING: gettext('Pending'), EXECUTING: gettext('Executing'), FAILED: gettext('Failed'), SUCCESSFUL: gettext('Successful') }
OPERATION_STATUS_OPTIONS_MAP
Type : OperationStatusOptionsMap
Default value : { PENDING: { label: OPERATION_STATUS_LABELS.PENDING, status: OperationStatus.PENDING, icon: 'clock-o', styleClass: '' } as unknown as StatusOption, EXECUTING: { label: OPERATION_STATUS_LABELS.EXECUTING, status: OperationStatus.EXECUTING, icon: 'refresh', styleClass: 'text-info' } as unknown as StatusOption, SUCCESSFUL: { label: OPERATION_STATUS_LABELS.SUCCESSFUL, status: OperationStatus.SUCCESSFUL, icon: 'check-circle', styleClass: 'text-success' } as unknown as StatusOption, FAILED: { label: OPERATION_STATUS_LABELS.FAILED, status: OperationStatus.FAILED, icon: 'exclamation-circle', styleClass: 'text-danger' } as unknown as StatusOption }
RESERVED_KEYS
Default value : CLEAN_KEYS.concat(['deviceId', 'deviceName', 'bulkOperationId'])
STANDARD_KEYS
Type : object
Default value : { failureReason: gettext('Failure reason'), description: gettext('Description'), status: gettext('Status') }

cockpit-config/cockpit-config.model.ts

COCKPIT_CONFIG_PATH
Type : string
Default value : 'cockpit-application-configuration'
DEFAULT_CONFIG
Type : CockpitConfig
Default value : { rootNodes: [], features: { alarms: true, dataExplorer: true, groups: true, reports: true, exports: true, dataPointLibrary: true, globalSmartRules: true, smartRules: true, subassets: true, search: true }, hideNavigator: false, homeDashboardName: DEFAULT_HOME_DASHBOARD_NAME, userSpecificHomeDashboard: false }
DEFAULT_HOME_DASHBOARD_NAME
Type : string
Default value : 'home-cockpit1'
USER_HOME_DASHBOARD_NAME
Type : string
Default value : 'home-cockpit-user'

context-dashboard/cockpit-dashboard/cockpit-dashboard.model.ts

COCKPIT_HOME_DASHBOARD_CONFIG
Default value : new InjectionToken('CockpitHomeDashboardConfig')

A hook to define the default widgets of the home dashboard in the cockpit app.

DEFAULT_COCKPIT_HOME_WIDGETS
Default value : [ { name: 'cockpit.welcome.widget', title: gettext('Welcome to Cockpit'), _x: 0, _y: 0, _height: 5, _width: 12, classes: { 'panel-title-hidden': true } }, { name: 'Asset Alarms', title: gettext('Active, critical alarms'), _x: 0, _y: 5, _height: 4, _width: 6 }, { name: 'Recent Alarms', title: gettext('Recent alarms'), _x: 0, _y: 9, _height: 4, _width: 6 }, { name: 'Map', title: gettext('Map'), _x: 6, _y: 5, _height: 8, _width: 6 } ] as Widget[]

An array of widgets that is per default placed on the home dashboard of the cockpit app.

widgets/cockpit/index.ts

cockpitDefaultWidgets
Type : DynamicComponentDefinition[]
Default value : [ imageWidgetDefinition, kpiWidgetDefinition, markdownWidgetDefinition, cockpitWelcomeWidgetDefinition, legacyCockpitWelcomeWidgetDefinition, helpAndServiceWidgetDefinition, threeDRotationWidgetDefinition, mapWidgetDefinition ]

widgets/definitions/cockpit-welcome/index.ts

cockpitWelcomeWidgetDefinition
Default value : { id: defaultWidgetIds.COCKPIT_WELCOME, label: gettext('Welcome to Cockpit'), description: gettext('Displays a welcome message for Cockpit'), loadComponent: () => import('@c8y/ngx-components/widgets/implementations/cockpit-welcome').then( m => m.WelcomeToCockpitComponent ), previewImage: 'c8y-style-assets/welcome-widget-pr.png', data: { settings: { noNewWidgets: false, widgetDefaults: { _width: 12, _height: 6 }, ng1: { options: { noDeviceTarget: true, groupsSelectable: false } } } } as ContextWidgetConfig } as DynamicComponentDefinition

assets-navigator/asset-selector/asset-selector.model.ts

CONFIG_OPTIONS_DEFAULT
Type : AssetSelectorOptions
Default value : { label: gettext('Asset selection'), multi: false, showFilter: false, columnHeaders: false, singleColumn: false, modelMode: 'simple', groupsOnly: false, groupsSelectable: false, search: false, showUnassignedDevices: false, view: 'tree', showChildDevices: false }

test/test-config.helper.ts

configureTests
Default value : (configure: ConfigureFn, compilerOptions: CompilerOptions = {}) => { const compilerConfig: CompilerOptions = { preserveWhitespaces: false, ...compilerOptions }; const configuredTestBed = TestBed.configureCompiler(compilerConfig); configure(configuredTestBed); return configuredTestBed.compileComponents().then(() => configuredTestBed); }

connectivity/connectivity.module.ts

connectivityRoutes
Type : Route[]
Default value : [ { path: 'connectivitySettings', component: ConditionalTabsOutletComponent } ]

ecosystem/shared/ecosystem.service.ts

CUMULOCITY_JSON
Type : string
Default value : 'cumulocity.json'
MICROSERVICE_NAME_MAX_LENGTH
Type : number
Default value : 23

core/data-grid/data-grid-configuration.model.ts

DATA_GRID_CONFIGURATION_CONTEXT
Default value : new InjectionToken<GridConfigContext>( 'DataGridConfigurationContext' )

Injection token used to provide a context information needed by any configuration strategy service to retrieve/store configuration data. Use this token if your context data is static.

DATA_GRID_CONFIGURATION_CONTEXT_PROVIDER
Default value : new InjectionToken<GridConfigContextProvider>('DataGridConfigurationContextProvider')

Injection token used to provide a context information provider needed by any configuration strategy service to retrieve/store configuration data. Use this token is your context data is dynamic.

DATA_GRID_CONFIGURATION_STRATEGY
Default value : new InjectionToken<DataGridConfigurationStrategy>( 'DataGridConfigurationStrategy' )

Injection token used to provide a configuration strategy service for data-grid component.

data-broker/ng1/downgraded.services.ts

dataBrokerSubscriptionsService
Default value : downgradeInjectable(DataBrokerSubscriptionsService)

icon-selector/icons/data/index.ts

dataIconCategory
Type : object
Default value : { label: gettext('Data`icons-category`'), icons: dataIcons }
dataIcons
Type : []
Default value : [ ['storage'], ['60-degrees'], ['120-degrees'], ['225-degrees'], ['300-degrees'], ['360-degrees'], ['pie-chart'], ['bar-chart', 'bar-chart-o'], ['data-account'], ['data-decline'], ['increase'], ['neutral-trading'], ['decrease'], ['timeline'], ['increase-profits'], ['combo-chart', 'line-chart', 'graph'], ['area-chart'], ['sorting-slider', 'sliders'], ['hierarchy'], ['b2b'], ['flow-chart', 'sitemap'], ['tree-structure'], ['flow'], ['stacked-organizational-chart'], ['multicast'], ['unicast'], ['broadcasting'], ['genealogy'], ['filter'], ['conversion'], ['clear-filters'], ['descending-sorting', 'sort-amount-desc'], ['ascending-sorting', 'sort-amount-asc'], ['alphabetical-sorting', 'sort-alpha-asc'], ['alphabetical-sorting-2', 'sort-alpha-desc'], ['data-exchange'], ['filing-cabinet', 'database'], ['database-administrator'], ['data-export', 'export'], ['data-import', 'import'], ['grid-off'], ['gantt-chart'], ['data-grid'], ['grid-view'], ['grid-on'], ['row', 'rows'], ['column'], ['grid'], ['table'], ['split-table'], ['data-sheet'], ['blockchain-technology'], ['workflow'], ['parallel-workflow'], ['mind-map'], ['query-inner-join-left'], ['sankey'], ['creating'], ['creativity'], ['financial-growth-analysis'], ['input'], ['omnichannel'], ['string'], ['variable'], ['variable-on'] ]

datapoint-library/model/index.ts

DATAPOINT_LIBRARY_CONFIG
Default value : new InjectionToken<DatapointLibraryOptions>( 'DatapointLibraryOptions' )
pathToDatapointLibrary
Type : string
Default value : 'datapointlibrary'

datapoint-selector/datapoint-selection.model.ts

DATAPOINT_LIBRARY_FRAGMENT
Type : string
Default value : 'c8y_Kpi'

icon-selector/icons/dateAndTime/index.ts

dateAndTimeIconCategory
Type : object
Default value : { label: gettext('Date and time`icons-category`'), icons: dateAndTimeIcons }
dateAndTimeIcons
Type : []
Default value : [ ['future'], ['time-machine', 'history', 'delivery-time'], ['schedule', 'clock', 'clock-o'], ['watches-front-view'], ['clock1', 'clock11'], ['alarm1', 'timer'], ['wall-clock'], ['alarm-add'], ['alarm-on'], ['alarm-off'], ['calendar', 'calendar-o'], ['today', 'calendar-check-o'], ['calendar-1'], ['calendar-31'], ['monday'], ['sunday'], ['january'], ['december'], ['edit-calendar'], ['view-schedule'], ['calendar-add', 'calendar-plus', 'calendar-plus-o'], ['calendar-remove', 'calendar-minus', 'calendar-times', 'calendar-minus-o', 'calendar-times-o'], ['important-month'], ['schedule1'], [ 'sand-watch', 'hourglass-start', 'hourglass-o', 'hourglass-half', 'hourglass-end', 'hourglass', 'hourglass-1', 'hourglass-2', 'hourglass-3' ], ['timezone-globe'], ['timezone'], ['timetable'], ['day-view'], ['month-view'], ['week-view'], ['year-view'] ]

ecosystem/packages/package-versions/package-versions-list/package-versions-list.component.ts

DEFAULT_VERSIONS_LIMIT
Type : number
Default value : 20

context-dashboard/context-dashboard.module.ts

defaultConfig
Type : object
Default value : { allowFullscreen: true, widgetFilter({ data }) { return !(data && data.settings && data.settings.noNewWidgets); }, routes: [ { path: 'dashboard/:dashboardId', component: ContextDashboardComponent, canActivate: [DeviceDashboardGuard], context: ViewContext.Device }, { path: 'dashboard/:dashboardId', component: ContextDashboardComponent, canActivate: [GroupDashboardGuard], context: ViewContext.Group } ] }

map/map.model.ts

defaultLayer
Type : MapTileLayer
Default value : { layerUrl: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', label: 'OpenStreetMap', priority: 1000, options: { maxZoom: 18, minZoom: 2, attribution: '&copy;<a href="http://www.openstreetmap.org/copyright" rel="noreferrer nofollow">OpenStreetMap</a>', noWrap: true } }
defaultMapConfig
Type : MapDefaultConfig
Default value : { center: [51.23544, 6.79599], // Düsseldorf zoomLevel: 2 }
MAP_DEFAULT_CONFIG
Default value : new InjectionToken<MapDefaultConfig>('MAP_DEFAULT_CONFIG')
MAP_TILE_LAYER
Default value : new InjectionToken<MapTileLayer[]>('MAP_TILE_LAYER')

sub-assets/sub-assets.model.ts

defaultModuleConfig
Type : SubAssetsConfig
Default value : { showAddGroupBtn: true, showAssignDeviceBtn: true, name: gettext('Groups'), baseQuery: {}, showDetails: true, showProperties: true, showGroupsContextHelp: true }
SUB_ASSETS_CONFIG
Default value : new InjectionToken<SubAssetsConfig>('SubAssetsConfig')

widgets/implementations/image/image-widget.model.ts

defaultObjectFitValue
Type : string
Default value : 'contain'
defaultObjectPositionValue
Type : string
Default value : 'center'

auth-configuration/sso-configuration/template-parts/external-token-config.model.ts

defaultTokenValidationRequest
Type : Request
Default value : { body: 'token=${accessToken}&client_id=${clientId}&client_secret=', url: '', headers: {}, method: 'POST', operation: 'EXECUTE', requestParams: {} }
validationMethodConfig
Type : object
Default value : { [ValidationMethod.INTROSPECTION]: { name: 'INTROSPECTION', value: 'INTROSPECTION', label: gettext('Introspection`Method of validating access token from external AIM system`'), defaults: { method: 'POST', body: 'token=${accessToken}&client_id=${clientId}&client_secret=', url: '', headers: [], requestParams: [] } }, [ValidationMethod.USERINFO]: { name: 'USERINFO', value: 'USERINFO', label: gettext('User info`Method of validating access token from external AIM system`'), defaults: { url: '', method: 'GET', body: '', headers: [{ key: 'Authorization', value: 'Bearer ${accessToken}' }], requestParams: [] } } }

widgets/definitions/index.ts

defaultWidgetIds
Default value : { LEGACY_COCKPIT_WELCOME: 'Cockpit Welcome', COCKPIT_WELCOME: 'cockpit.welcome.widget', DEVICE_MANAGEMENT_WELCOME: 'devicemanagement.welcome.widget', IMAGE: 'Image', KPI: 'kpi.widget', MARKDOWN: 'markdown', HELP_AND_SERVICE: 'HelpAndService', THREE_D_ROTATION: 'rotation3d', MAP: 'Map' } as const

device-shell/device-shell.module.ts

DEVICE_SHELL_ROUTE
Type : Route
Default value : { path: 'shell', context: ViewContext.Device, component: DeviceShellComponent, label: gettext('Shell'), icon: 'terminal', canActivate: [DeviceShellGuard] }

core/device-status/device-availability.ts

deviceAvailabilityIconMap
Type : object
Default value : { sendData: { [SendStatus.AVAILABLE]: { icon: 'long-arrow-right', class: 'statusOk' }, [SendStatus.UNAVAILABLE]: { icon: 'long-arrow-right', class: 'statusNok' }, [SendStatus.UNKNOWN]: { icon: 'long-arrow-right', class: 'statusUnknown' }, [SendStatus.NOT_MONITORED]: { icon: 'long-arrow-right', class: 'statusUnknown' } }, push: { [PushStatus.CONNECTED]: { icon: 'long-arrow-left', class: 'statusOk' }, [PushStatus.DISCONNECTED]: { icon: 'long-arrow-left', class: 'statusUnknown' }, [PushStatus.UNKNOWN]: { icon: 'long-arrow-left', class: 'statusUnknown' }, [PushStatus.MAINTENANCE]: { icon: 'wrench', class: 'statusAlert' } }, device: { MAINTENANCE: { icon: 'wrench', class: 'statusAlert' } } }
PushStatusLabels
Default value : { CONNECTED: gettext('Push connection: active'), DISCONNECTED: gettext('Push connection: inactive'), UNKNOWN: gettext('Push connection: inactive'), MAINTENANCE: gettext('Device is under maintenance') } as const
SendStatusLabels
Default value : { AVAILABLE: gettext('Send connection: online'), NOT_MONITORED: gettext('Send connection: not monitored'), UNAVAILABLE: gettext('Send connection: offline'), UNKNOWN: gettext('Send connection status unknown'), MAINTENANCE: gettext('Device is under maintenance') } as const
tooltips
Type : object
Default value : { sendStatusConnected: (lastMessage, translateService) => { const date = formatDate( new Date(lastMessage), 'medium', translateService.currentLang || TranslateService.defaultLang() ); return translateService.instant(gettext('Device last request:\n{{date}}'), { date }); }, sendStatusDisconnected: gettext('Connection not monitored'), pushStatusConnected: gettext('Connection to device established'), pushStatusDisconnected: gettext( 'Connection to device not established (not supported by device or no connectivity)' ), maintenance: gettext('Device is under maintenance') }

widgets/device-management/index.ts

deviceManagementDefaultWidgets
Type : DynamicComponentDefinition[]
Default value : [ deviceManagementWelcomeWidgetDefinition ]

widgets/definitions/device-management-welcome/index.ts

deviceManagementWelcomeWidgetDefinition
Default value : { id: defaultWidgetIds.DEVICE_MANAGEMENT_WELCOME, label: gettext('Quick Links'), description: gettext('Displays quick links for Device management'), loadComponent: () => import('@c8y/ngx-components/widgets/implementations/device-management-welcome').then( m => m.WelcomeToDeviceManagementComponent ), previewImage: 'c8y-style-assets/dm-welcome-widget-pr.png', data: { settings: { noNewWidgets: false, widgetDefaults: { _width: 6, _height: 4 }, ng1: { options: { noDeviceTarget: true, groupsSelectable: false } } } } as ContextWidgetConfig } as DynamicComponentDefinition

device-profile/device-profile.module.ts

deviceProfilesRoutes
Type : Route[]
Default value : [ { path: 'device-profiles/:id', component: DeviceProfileComponent }, { path: 'device-profiles', component: DeviceProfileListComponent } ]
deviceTabProfileRoutes
Type : any[]
Default value : [ { context: ViewContext.Device, path: 'device-profile', component: DeviceTabProfileComponent, label: gettext('Device profile'), icon: 'c8y-device-profile', canActivate: [DeviceProfileGuard] } ]

protocol-opcua/opcua-protocol.module.ts

deviceProtocolRoutes
Type : Route[]
Default value : [ { path: 'deviceprotocols/opcuaV2/:id', component: OpcuaDeviceProtocolDetailComponent } ]
routes
Type : Route[]
Default value : [ { context: ViewContext.Device, path: 'opcua-servers', component: OpcuaServersComponent, label: gettext('OPC UA server'), icon: 'server', canActivate: [OpcuaAgentGuard, OpcuaMicroserviceGuard] }, { context: ViewContext.Device, path: 'address-space', component: OpcuaAddressSpaceComponent, label: gettext('Address space'), icon: 'cloud-network', canActivate: [OpcuaServerGuard, OpcuaMicroserviceGuard] } ]

icon-selector/icons/devicesAndSensors/index.ts

devicesAndSensorsIconCategory
Type : object
Default value : { label: gettext('Devices and sensors`icons-category`'), icons: devicesAndSensorsIcons }
devicesAndSensorsIcons
Type : []
Default value : [ ['thermometer-0', 'thermometer-empty'], ['thermometer-3', 'thermometer-three-quarters'], ['thermometer-2', 'thermometer-half'], ['thermometer-1', 'thermometer-quarter'], ['thermometer', 'thermometer-4', 'thermometer-full'], ['sensor'], ['package'], ['packages'], ['blockly'], ['objects'], ['monitoring'], ['qr-code'], ['online'], ['temperature'], ['air-conditioner'], ['air-shaft'], ['fan'], ['light'], ['light-automation'], ['light-off'], ['reflector-bulb'], ['spiral-bulb'], ['mirrored-reflector-bulb'], ['light-bulb', 'lightbulb-o'], ['light-on'], ['plumbing'], ['wi-fi-router'], ['gas-bottle'], ['grater'], ['air-quality'], ['central-heating'], ['light-dimmer'], ['radio-station'], ['relay-home-automation'], ['remote-control'], ['tv-off'], ['wall-socket'], ['washing-machine'], ['light-dimming-100-percent'], ['light-dimming-10-percent'], ['work-light'], ['plug'], ['electrical'], ['water-pipe'], ['thermometer-automation'], ['fire-extinguisher'], ['temperature-sensitive'], ['calculator'], ['humidity'], ['system-information'], ['system-report'], ['system-task'], ['imac-clock'], ['imac-exit'], ['imac-settings'], ['macbook-settings'], ['connected'], ['disconnected'], ['mobile'], ['multiple-devices'], ['client-management'], ['nfc'], ['mobile-email'], ['empty-battery', 'battery-empty', 'battery-0'], ['low-battery', 'battery-quarter', 'battery-1'], ['battery-level', 'battery-2', 'battery-half'], ['charged-battery', 'battery-3', 'battery-three-quarters'], ['full-battery', 'battery-full', 'battery-4', 'battery'], ['no-battery'], ['charging-battery'], ['no-connection'], ['low-connection'], ['signal'], ['factory', 'industry'], ['robot'], ['bot'], ['fork-lift'], ['gear-complex', 'cog-complex'], ['gears', 'cogs'], ['automation'], ['automatic'], ['electronics'], ['gas'], ['water', 'tint'], ['greentech'], ['radio-tower'], ['industrial-scales', 'balance-scale'], ['iphone', 'mobile-phone', 'smartphone'], ['smartphone-approve'], ['smartphone-decline'], ['phonelink-lock'], ['tablet-mac', 'tablet'], ['devices'], ['imac', 'desktop'], ['desktop1'], ['monitor', 'tv', 'television'], ['laptop'], ['checked-laptop'], ['laptop-alert'], ['laptop-error'], ['computer-support'], ['programming'], ['keyboard', 'keyboard-o'], ['video-conference'], ['remote-desktop'], ['workspace'], ['workstation'], ['microchip'], ['processor'], ['smartphone-ram'], ['bios'], ['micro-sd'], ['hdd', 'hdd-o'], ['financial-dynamic-presentation'], ['presentation'], ['room-finder'], ['statistics'], ['server'], ['stack'], ['critical-thinking'], ['environment1'], ['network-card'], ['network-cable'], ['usb-on'], ['ssd'], ['asterisk-key', 'asterisk'], ['end-button'], ['hub'], ['individual-server'], ['data-center'], ['root-server'], ['switch'], ['nas'], ['shutdown', 'power-off'], ['hibernate'], ['phone-square', 'phone'], ['no-idea'], ['network'], ['mind-map'], ['centralized-network'], ['customer-insights-manager'] ]

core/docs/defaults.items.ts

documentationItems
Type : DocLinkWithLabel[]
Default value : [ { icon: 'c8y-c8y-data', // double c8y- is correct! label: gettext('Concepts guide`KEEP_ORIGINAL`'), url: '/concepts/introduction', type: 'doc' }, { icon: 'c8y-user', label: gettext('User guide`KEEP_ORIGINAL`'), url: '/users-guide/getting-started', type: 'doc' }, { icon: 'c8y-device-management', label: gettext('Device integration tutorial`KEEP_ORIGINAL`'), url: '/device-tutorials/tutorials-introduction', type: 'doc' }, { icon: 'c8y-book', label: gettext('Cumulocity IoT Edge`KEEP_ORIGINAL`'), url: '/edge/overview', type: 'doc' }, { icon: 'c8y-tools', label: gettext('Microservice SDK guide`KEEP_ORIGINAL`'), url: '/microservice-sdk/introduction', type: 'doc' }, { icon: 'c8y-tools', label: gettext('Device SDK guide`KEEP_ORIGINAL`'), url: '/device-sdk/introduction', type: 'doc' }, { icon: 'c8y-smart-rest', label: gettext('Web SDK guide`KEEP_ORIGINAL`'), url: '/web/introduction', type: 'doc' }, { icon: 'c8y-data-explorer', label: gettext('Streaming analytics guide`KEEP_ORIGINAL`'), url: '/apama/introduction', type: 'doc' }, { icon: 'c8y-bookmark', label: gettext('Reference guide`KEEP_ORIGINAL`'), url: '/reference/rest-implementation', type: 'doc' }, legalNoticesItem ]
legalNoticesItem
Type : DocLinkWithLabel
Default value : { icon: 'gavel', label: gettext('Legal notices'), url: 'https://documentation.softwareag.com/legal/', type: 'doc' }

file-preview/download-emitter.token.ts

DOWNLOAD_EMITTER
Default value : new InjectionToken<EventEmitter<string>>('downloadEmitter')

Provides InjectionToken used in FilePreviewModule. This token is used to inject EventEmitter instance, that is shared among all instances of FilePreviewComponent. These components communicate between each other using this emitter, which enables them to clear downloaded files from memory, if other instance of FilePreviewComponent started downloading different file. Value emitted by this EventEmitter is ID of downloaded file.

file-preview/file-preview.module.ts

downloadEmitter
Default value : new EventEmitter<string>()

icon-selector/icons/ecommerce/index.ts

ecommerceIconCategory
Type : object
Default value : { label: gettext('Ecommerce`icons-category`'), icons: ecommerceIcons }
ecommerceIcons
Type : []
Default value : [ ['gift'], ['small-business'], ['pricing'], ['free-trial'], ['buy1', 'cart-plus', 'cart-arrow-down'], ['return-purchase'], ['shopping-cart-with-money'], ['buying', 'shopping-cart'], ['procurement'], ['delivery-handcart'], ['cheap-21'], ['average-2'], ['stripe1'], ['loyalty-card'], ['shopping-check'], ['shopping-bag'], ['atm'], ['bank-card-dollar'], ['bank-card-euro'], ['contactless-payment'], ['qr-code', 'qrcode'], ['data-matrix-code'], ['barcode'], ['no-barcode'], ['refresh-barcode'], ['touch-id'], ['redeem'], ['card-exchange'], ['card-security'], ['cash-register'], ['cost'], ['create-order'], ['online-payment1'], ['rent1'], ['package-settings'], ['product-loading'], ['purchase-order'], ['receipt1'], ['scan-stock'], ['shipment-logistic'], ['shipping-center'], ['shipping-centre-loading-belt'], ['shopaholic'], ['basket'], ['shopping-basket'], ['add-basket'], ['paid'] ]

icon-selector/icons/editing/index.ts

editingIconCategory
Type : object
Default value : { label: gettext('Editing`icons-category`'), icons: editingIcons }
editingIcons
Type : []
Default value : [ ['text-width'], ['text-height'], ['paragraph', 'pilcrow'], ['text-input'], ['unavailable'], ['save'], ['save-commit'], ['delete'], ['copy'], ['paste'], ['more-menu'], ['password-hide'], ['password-show'], ['zoom-in'], ['zoom-out'], ['buy'], ['list', 'list-alt', 'list-ul'], ['format-align-justify', 'align-justify'], ['format-align-left', 'align-left'], ['format-align-center', 'align-center'], ['format-align-right', 'align-right'], ['radio-button-on', 'dot-circle-o'], ['colorize', 'eyedropper'], ['brush', 'paint-brush'], ['file-create', 'edit'], ['email-sign', 'at'], ['get-quote', 'quote-right'], ['quote-left'], ['format-bold', 'bold'], ['format-underlined', 'underline'], ['strikethrough-s', 'strikethrough'], ['title', 'header'], ['subscript'], ['superscript'], ['format-italic', 'italic'], ['font-download', 'font'], ['questionnaire', 'th-list'], ['tasklist'], ['communication-sorting'], ['todo-list', 'tasks'], ['numbered-list', 'list-ol'], ['search-in-list'], ['table-of-content'], ['index'], ['tiles'], ['edit1', 'pencil', 'pencil-square', 'pencil-square-o'], ['edit11'], ['no-edit'], ['cut', 'scissors'], ['coupon'], ['crop'], ['erase', 'eraser'], ['add-white-space'], ['blur'], ['paint-palette'], ['contrast', 'adjust'], ['bring-forward'], ['snap-background-to-white'], ['rename'], ['text-cursor', 'i-cursor'], ['large-icons'], ['comma'], ['compare'], ['content'], ['document-body'], ['merge-docunemts'], ['unit'], ['group', 'group-objects', 'object-group', 'object-ungroup'], ['ungroup'], ['hexagonal-pattern'], ['diagonal-lines'], ['line-width'], ['long-words'], ['indent', 'indent-left'], ['indent-decrease', 'dedent', 'dedent-left'], ['outdent', 'indent-right'], ['dedent-right'], ['drag-reorder'], ['drag-list-up'], ['pull-down'], ['page'], ['rearrange'], ['resize-file'], ['resize'], ['rich-text-converter'], ['select-all'], ['select-none'], ['ruler'], ['length'], ['send-backward'], ['send-to-back'], ['replace'], ['separated-lists'], ['short-words'], ['mix-words'], ['line-style'], ['design'], ['view-stream'], ['four-squares', 'th-large'], ['thumbnails', 'th'], ['view-module'], ['top-view'], ['orthogonal-view'], ['rectangular'], ['square'], ['view-column', 'columns'] ]

core/common/date.pipe.ts

ES_MAX_TIME_MILLISECONDS
Type : number
Default value : 8640000000000000

The range of times supported by ECMAScript Date objects in milliseconds.

reports/ng1/downgraded.components.ts

exportSchedulesComponent
Default value : downgradeComponent({ component: ExportSchedulesComponent })

core/router/router.module.ts

extraRoutes
Type : Route[]
Default value : [ { path: 'users/new', component: EmptyComponent }, { path: 'tenants/new', component: EmptyComponent } ]

core/dynamic-forms/dynamic-forms-ui-theme.module.ts

FIELD_TYPES
Type : Array<Type<FieldType>>
Default value : [ FieldCheckbox, ArrayTypeComponent, WrapperFormField, FieldFile, FieldInput, FieldRadio, ObjectTypeComponent, FieldDate, FieldDateTime, TypeaheadTypeComponent, SelectComponent ]

icon-selector/icons/filesAndFolders/index.ts

filesAndFoldersIconCategory
Type : object
Default value : { label: gettext('Files and folders`icons-category`'), icons: filesAndFoldersIcons }
filesAndFoldersIcons
Type : []
Default value : [ ['file-archive-o', 'file-zip-o'], ['file-video-o', 'file-movie-o'], ['file-audio-o', 'file-sound-o'], ['microsoft-access'], ['microsoft-onenote'], ['microsoft-outlook'], ['microsoft-project'], ['microsoft-publisher'], ['microsoft-sharepoint'], ['microsoft-visio'], ['word', 'file-word-o'], ['excel', 'file-excel-o'], ['ppt', 'file-powerpoint-o'], ['create-archive'], ['save-archive'], ['delete-archive'], ['gif'], ['gis'], ['gpx'], ['heic-filetype'], ['dmg'], ['jpg'], ['kmz'], ['kml'], ['mp3'], ['dng'], ['nef'], ['nmea'], ['tar'], ['ttf'], ['tif'], ['obj'], ['webp'], ['ogg'], ['woff'], ['xls'], ['xps'], ['zip'], ['wma'], ['osm'], ['otf'], ['dwg'], ['png'], ['eps'], ['ps'], ['rar'], ['raw'], ['psd'], ['exe'], ['fbx'], ['pdf-2'], ['3fr'], ['aac'], ['7zip'], ['cr2'], ['ai'], ['apk'], ['wav'], ['jp2'], ['java-file'], ['fff'], ['folder-aggregate'], ['book'], ['package-delivery-logistics', 'cube'], ['resume'], ['insert-drive-file', 'file', 'file-o', 'sheet-of-paper'], ['edit-file'], ['documents'], ['file-copy', 'files', 'files-o'], ['profile'], ['pdf', 'file-pdf-o'], ['export-pdf'], ['file-type-document', 'file-text-o', 'file-text', 'document'], ['submit-document1'], ['privacy-policy'], ['selective-highlighting1'], ['brief'], ['document-with-code'], ['image-file', 'file-image-o', 'file-picture-o', 'file-photo-o'], ['image-file-add'], ['image-file-checked'], ['image-file-remove'], ['check-document', 'document-with-a-check-mark'], ['delete-file'], ['file-delete'], ['file-settings'], ['file-preview'], ['open-document'], ['submit-document'], ['restore-page1'], ['document-exchange'], ['import-file'], ['share-document'], ['idea'], ['mark-as-favorite'], ['email-document'], ['file-view'], ['policy-document'], ['business-report'], ['graph-report'], ['edit-graph-report'], ['download-graph-report'], ['agreement'], ['estimates'], ['winking-document'], ['insert-page'], ['note'], ['brochure'], ['read'], ['cashbook'], ['price-tag', 'tag'], ['add-tag'], ['tag1', 'tags'], ['open-folder', 'opened-folder', 'folder-open', 'folder-open-o'], ['folder', 'folder-o'], ['folder-open1'], ['add-folder'], ['delete-folder'], ['search-folder'], ['folder-settings'], ['extensions-folder'], ['private-folder'], ['edit-folder'], ['e-mail-folder'], ['documents-folder'], ['downloads-folder'], ['favorite-folder'], ['user-folder'], ['download-from-ftp'], ['upload-to-ftp'], ['ftp'], ['big-parcel'], ['open-parcel'], ['packing'], ['unpacking'], ['cardboard-box', 'archive', 'archive-o', 'file-archive-o1'], ['box', 'case'], ['empty-box'], ['box-settings'], ['secured-delivery'], ['remove-delivery'], ['out-of-stock'], ['new-product'], ['product'], ['product-management'], ['stacking'], ['cv'], ['unarchive', 'upload-archive'], ['archive-file', 'download-archive'] ]

icon-selector/icons/finance/index.ts

financeIconCategory
Type : object
Default value : { label: gettext('Finance`icons-category`'), icons: financeIcons }
financeIcons
Type : []
Default value : [ ['cc-stripe'], ['google-wallet'], ['paypal'], ['cc-paypal'], ['cc-amex'], ['cc-discover'], ['cc-visa'], ['cc-mastercard'], ['try', 'turkish-lira'], ['rouble', 'rub', 'ruble'], ['krw', 'won'], ['inr', 'rupee'], ['ils', 'shekel', 'sheqel'], ['gbp'], ['eur', 'euro'], ['cny', 'jpy', 'rmb', 'yen'], ['bitcoin', 'btc'], ['dollar', 'usd'], ['calculator1'], ['accounting'], ['contract'], ['sales-performance'], ['bank-safe'], ['mobile-payment'], ['money-yours'], ['online-payment'], ['us-dollar-circled'], ['credit-card', 'credit-card-alt'], ['only-cash'], ['credit-control'], ['bank-cards'], ['check-for-payment'], ['paper-money', 'money'], ['cash-euro'], ['stack-of-money'], ['wallet'], ['certificate'], ['card-security1'], ['bill'], ['paid-bill'], ['token-card-code1'], ['receipt'], ['add-receipt'] ]

repository/firmware/device-tab/firmware-device-tab.guard.ts

FIRMWARE_FRAGMENT
Type : string
Default value : 'c8y_Firmware'
SUPPORTED_OPERATIONS_FRAGMENT
Type : string
Default value : 'c8y_SupportedOperations'

icon-selector/icons/hands/index.ts

handsIconCategory
Type : object
Default value : { label: gettext('Hands`icons-category`'), icons: handsIcons }
handsIcons
Type : []
Default value : [ ['sign-language', 'signing'], ['hand-o-down'], ['hand-o-left'], ['hand-o-up'], ['hand-o-right'], ['hand-peace-o'], ['hand-pointer-o'], ['hand-spock-o'], ['hand-lizard-o'], ['hand-scissors-o'], ['hand-paper-o', 'hand-stop-o'], ['hand-grab-o', 'hand-rock-o'], ['thumbs-up', 'thumbs-o-up'], ['thumbs-down', 'thumbs-o-down'], ['do-not-touch'], ['hand'], ['disclaimer'], ['touchpad'], ['holding-box'], ['recieve'], ['sell'], ['get-revenue'], ['handshake', 'handshake-o', 'partners'], ['wearable-technology'] ]

widgets/definitions/help-and-service/index.ts

helpAndServiceWidgetDefinition
Default value : { id: defaultWidgetIds.HELP_AND_SERVICE, label: gettext('Help and service'), description: gettext(`Displays links to help and service resources.`), loadComponent: () => import('@c8y/ngx-components/widgets/implementations/help-and-service-widget').then( m => m.HelpAndServiceViewComponent ), previewImage: 'c8y-style-assets/help-and-service-widget-pr.png', data: { settings: { noNewWidgets: false, widgetDefaults: { _width: 4, _height: 4 }, ng1: { options: { noDeviceTarget: true, groupsSelectable: false } } } } as ContextWidgetConfig } as DynamicComponentDefinition

core/action/action.service.ts

HOOK_ACTION
Consider using the `hookAction` function instead.
Default value : new InjectionToken('HOOK_ACTION')

A hook to add an action using the multi-provider extension concept.

core/action-bar/action-bar.service.ts

HOOK_ACTION_BAR
Consider using the `hookActionBar` function instead.
Default value : new InjectionToken<ActionBarExtension>('HOOK_ACTION_BAR')

A hook to add ActionBarItems using the multi provider extension concept. Consider using the hookActionBar function instead.

core/breadcrumb/breadcrumb.service.ts

HOOK_BREADCRUMB
Consider using the `hookBreadcrumb` function instead.
Default value : new InjectionToken('HOOK_BREADCRUMB')

core/dynamic-component/dynamic-component.model.ts

HOOK_COMPONENTS
Consider using the `hookComponent` function instead.
Default value : new InjectionToken<DynamicComponentExtension[]>('HOOK_COMPONENTS')

A hook to add dynamic components to the UI (e.g. widgets).

RESOLVING_COMPONENT_WAIT_TIME
Default value : new InjectionToken<number>( 'RESOLVING_COMPONENT_WAIT_TIME' )

Time the hook waits until it emits an undefined value. Used for not defined widgets -> by default after 5s we show an error that the widget could not be loaded.

device-grid/device-grid-extension.service.ts

HOOK_DEVICE_GRID_ACTION
Consider using the `hookDeviceGridAction` function instead.
Default value : new InjectionToken<DeviceGridActionExtension>( 'DeviceGridActionHook' )

A hook to use for Multi Provider extension.

register-device/dropdown/register-device-extension.service.ts

HOOK_DEVICE_REGISTRATION
Consider using the `hookDeviceRegistration` function instead.
Default value : new InjectionToken<RegisterDeviceExtension>( 'HOOK_DEVICE_REGISTRATION' )

A hook to use for Multi Provider extension.

core/docs/docs.models.ts

HOOK_DOCS
Default value : new InjectionToken<DocLinkExtension[]>('HOOK_DOCS')

core/drawer/drawer.service.ts

HOOK_DRAWER
Default value : new InjectionToken<DrawerItem[]>('HOOK_DRAWER')

A hook to use for Multi Provider extension. Consider using the hookDrawer function instead.

core/provider-configuration/provider-configuration-hook.ts

HOOK_DYNAMIC_PROVIDER_CONFIG
Consider using the `hookDynamicProviderConfig` function instead.
Default value : new InjectionToken('HOOK_DYNAMIC_PROVIDER_CONFIG')

core/navigator/navigator.service.ts

HOOK_NAVIGATOR_NODES
Consider using the `hookNavigator` function instead.
Default value : new InjectionToken<NavigatorExtension[]>( 'HOOK_NAVIGATOR_NODES' )

A hook to use for Multi Provider extension.

core/common/options.service.ts

HOOK_OPTIONS
Consider using the `hookOptions` function instead.
Default value : new InjectionToken<ExtensionFactory<ApplicationOptions>>( 'HOOK_OPTIONS' )

core/i18n/patterns-message.hook.ts

HOOK_PATTERN_MESSAGES
Consider using the `hookPatternMessages` function instead.
Default value : new InjectionToken('HOOK_PATTERN_MESSAGES')

core/router/router.service.ts

HOOK_ROUTE
Consider using the `hookRoute` function instead.
Default value : new InjectionToken<RouteFactory>('HOOK_ROUTE')

A hook to use for Multi Provider extension.

core/search/search.service.ts

HOOK_SEARCH
Please don't use the search factory. It will be refactored soon.
Default value : new InjectionToken('HOOK_SEARCH')

A hook to use for Multi Provider extension. Consider using the hookSearch function instead.

services/status-options/status-options.model.ts

HOOK_SERVICE_STATUS
Consider using the `hookServiceStatus` function instead.
Default value : new InjectionToken<StatusOption | StatusOption[]>( 'HOOK_SERVICE_STATUS' )

Extension hook allowing to register custom service statuses and configure their visual presentation.

SERVICE_STATUS_OPTIONS
Type : StatusOption[]
Default value : [ { key: 'up', label: gettext('Up'), icon: 'check-circle', class: 'text-success' }, { key: 'down', label: gettext('Down'), icon: 'exclamation-circle', class: 'text-danger' }, { key: 'unknown', label: gettext('Unknown'), icon: 'inactive-state' } ]

Standard status options supported by the platform.

core/stepper/stepper.service.ts

HOOK_STEPPER
Consider using the `hookStepper` function instead.
Default value : new InjectionToken<StepperExtension[]>('HOOK_STEPPER')

A hook to use for Multi Provider extension.

core/tabs/tabs.service.ts

HOOK_TABS
Consider using the `hookTab` function instead.
Default value : new InjectionToken<TabExtension[]>('HOOK_TABS')

A hook to use for Multi Provider extension.

core/version/version.model.ts

HOOK_VERSION
Consider using the `hookVersion` function instead.
Default value : new InjectionToken<Version[]>('HOOK_VERSION')

An extension HOOK can use either a pure value:

 { provide: HOOK_X, useValue: { ...hookValue }, multi: true }

Or an array to directly register multiple:

 { provide: HOOK_X, useValue: [{ ...hookValues }], multi: true }

Or an ExtensionFactory which allows to define a get() function. This function gets called on each navigation with the current route and can return values async (observable or promise).

 { provide: HOOK_X, useFactory: { get: (route) => doSomethingAsync(route) }, multi: true }
VERSION_MODULE_CONFIG
Default value : new InjectionToken<VersionModuleConfig>( 'VERSION_MODULE_CONFIG' )

core/wizard/wizard.model.ts

HOOK_WIZARD
Consider using the `hookWizard` function instead.
Default value : new InjectionToken<WizardExtension[]>('HOOK_WIZARD')

A hook to add wizard entries.

core/common/common.module.ts

ICON_LIST
Default value : new InjectionToken('iconList')

core/common/icon.directive.ts

ICONS
Type : []
Default value : [ 'home', 'th', 'bar-chart-o', 'tasks', 'tachometer', 'bell', 'puzzle-piece', 'map-marker', 'location-arrow', 'globe', 'power-off', 'desktop', 'laptop', 'mobile', 'signal', 'qrcode', 'file', 'file-text', 'folder', 'folder-open', 'archive', 'ssd', 'book', 'bookmark', 'tag', 'flag', 'search', 'heart', 'star', 'bolt', 'cog', 'cogs', 'wrench', 'ban', 'user', 'users', 'sign-in', 'sign-out', 'upload', 'download', 'cloud-upload', 'cloud-download', 'cloud', 'hourglass', 'refresh', 'repeat', 'undo', 'lock', 'unlock', 'info', 'question-circle', 'exclamation-circle', 'bug', 'calendar', 'random', 'asterisk', 'key', 'link', 'chain-broken', 'external-link', 'picture-o', 'comment', 'bullhorn', 'phone', 'lightbulb-o', 'flask', 'cloud-network', 'exchange', 'code-fork', 'keyboard-o', 'terminal', 'code', 'clipboard', 'pencil', 'envelope', 'inbox', 'reply', 'share', 'thumbs-up', 'thumbs-down', 'check', 'plus', 'expand', 'compress', 'arrows', 'arrow-up', 'arrow-down', 'arrow-left', 'arrow-right', 'th-list', 'bars', 'table', 'columns', 'filter', 'sort', 'sort-up', 'sort-down', 'ellipsis-h', 'ellipsis-v', 'rss' ]

widgets/definitions/image/index.ts

imageWidgetDefinition
Default value : { id: defaultWidgetIds.IMAGE, label: gettext('Image'), description: gettext(`Display a single image selected from the user's file system.`), loadComponent: () => import('@c8y/ngx-components/widgets/implementations/image').then( m => m.ImageWidgetViewComponent ), loadConfigComponent: () => import('@c8y/ngx-components/widgets/implementations/image').then( m => m.ImageWidgetConfigComponent ), previewImage: 'c8y-style-assets/image-widget.png', data: { settings: { noNewWidgets: false, widgetDefaults: { _width: 4, _height: 4 }, ng1: { options: { noDeviceTarget: true, groupsSelectable: false } } } } as ContextWidgetConfig } as DynamicComponentDefinition

connectivity/impact/impact.module.ts

impactRoutes
Type : Route[]
Default value : [ { path: 'connectivitySettings/impact_provider_settings', component: ImpactProviderSettingsComponent, canActivate: [ImpactGuard] } ]

widgets/definitions/kpi/index.ts

kpiWidgetDefinition
Default value : { id: defaultWidgetIds.KPI, label: gettext('KPI'), description: gettext('Displays the last measurement value of a device.'), loadComponent: () => import('@c8y/ngx-components/widgets/implementations/kpi').then(m => m.KpiWidgetViewComponent), loadConfigComponent: () => import('@c8y/ngx-components/widgets/implementations/kpi').then(m => m.KpiWidgetConfigComponent), previewImage: 'c8y-style-assets/kpi-widget.png', resolve: { datapoints: DynamicDatapointsResolver }, data: { settings: { noNewWidgets: false, widgetDefaults: { _width: 2, _height: 2 }, ng1: { options: { noDeviceTarget: true, groupsSelectable: false } } } } as ContextWidgetConfig } as DynamicComponentDefinition

core/i18n/languages.ts

LANGUAGES
Default value : new InjectionToken('Languages')

widgets/definitions/cockpit-legacy-welcome/index.ts

legacyCockpitWelcomeWidgetDefinition
Default value : { id: defaultWidgetIds.LEGACY_COCKPIT_WELCOME, label: gettext('Welcome to Cockpit'), description: gettext('Displays a welcome message for Cockpit'), loadComponent: () => import('@c8y/ngx-components/widgets/implementations/cockpit-legacy-welcome').then( m => m.CockpitLegacyWelcomeWidgetComponent ), data: { settings: { noNewWidgets: true, ng1: { options: { noDeviceTarget: true, groupsSelectable: false } } } } as ContextWidgetConfig } as DynamicComponentDefinition

core/i18n/locale.path.ts

LOCALE_PATH
Default value : new InjectionToken('Locale path')

icon-selector/icons/location/index.ts

locationIconCategory
Type : object
Default value : { label: gettext('Location`icons-category`'), icons: locationIcons }
locationIcons
Type : []
Default value : [ ['america', 'globe'], ['location'], ['globe1'], ['compass-north', 'compass'], ['marker'], ['marker-off'], ['find-clinic'], ['tesla-supercharger-pin'], ['address'], ['cab-stand'], ['map', 'map-o'], ['map-editing'], ['map-marker'], ['quest'], ['waypoint-map'], ['anchor-nodes'], ['map-pin'], ['signpost-tourist', 'map-signs'], ['gps'], ['near-me', 'location-arrow'], ['navigation'], ['target1'], ['hunt'], ['location-off'], ['location-update'], ['layers'], ['journey'], ['here', 'street-view'], ['parking'] ]

widgets/definitions/map/index.ts

mapWidgetDefinition
Default value : { id: defaultWidgetIds.MAP, label: gettext('Map'), description: gettext('Shows the position of a device or all devices in a group.'), loadComponent: () => import('@c8y/ngx-components/widgets/implementations/map').then(m => m.MapWidgetComponent), loadConfigComponent: () => import('@c8y/ngx-components/widgets/implementations/map').then(m => m.MapWidgetConfigComponent), /*providers: [ ],*/ resolve: { device: DynamicManagedObjectResolver }, previewImage: 'c8y-style-assets/map-widget-pr.png', data: { settings: { noNewWidgets: false, widgetDefaults: { _width: 4, _height: 4 }, ng1: { options: { noDeviceTarget: false, groupsSelectable: true, deviceTargetNotRequired: true } } } } as ContextWidgetConfig } as DynamicComponentDefinition

widgets/definitions/markdown/index.ts

markdownWidgetDefinition
Default value : { id: defaultWidgetIds.MARKDOWN, label: gettext('Markdown widget'), description: gettext( 'Display content provided as Markdown. You can either upload a file, or provide a file path.' ), loadComponent: () => import('@c8y/ngx-components/widgets/implementations/markdown').then( m => m.MarkdownWidgetViewComponent ), loadConfigComponent: () => import('@c8y/ngx-components/widgets/implementations/markdown').then( m => m.MarkdownWidgetConfigComponent ), previewImage: 'c8y-style-assets/markdown-widget.png', data: { settings: { noNewWidgets: false, widgetDefaults: { _width: 4, _height: 4 }, ng1: { options: { noDeviceTarget: true, groupsSelectable: false } } } } as ContextWidgetConfig } as DynamicComponentDefinition

core/common/common.constants.ts

MAX_PAGE_SIZE
Type : number
Default value : 2000

The maximum pageSize used in API queries to c8y.

sms-gateway/pattern-messages.data.ts

MESSAGES
Type : object
Default value : { '^Sender name$': { gettext: gettext('Sender name') }, '^Sender name used for sent SMS$': { gettext: gettext('Sender name used for sent SMS') }, '^Sender address$': { gettext: gettext('Sender address') }, '^Sender address used for sent SMS$': { gettext: gettext('Sender address used for sent SMS') }, '^Username$': { gettext: gettext('Username') }, '^Password$': { gettext: gettext('Password') }, '^Licence key$': { gettext: gettext('License key') }, '^Key$': { gettext: gettext('Key') }, '^API base URL$': { gettext: gettext('API base URL') }, '^API URL$': { gettext: gettext('API URL') }, '^oauth$': { gettext: gettext('OAuth') }, '^basic$': { gettext: gettext('Basic') }, '^Authentication method$': { gettext: gettext('Authentication method') }, '^Defines which authentication method is used with the provider$': { gettext: gettext('Defines which authentication method is used with the provider') }, '^Static headers$': { gettext: gettext('Static headers') }, '^Static headers that should be added to requests towards the provider$': { gettext: gettext('Static headers that should be added to requests towards the provider') }, '^OAuth token URL$': { gettext: gettext('OAuth token URL') }, '^URL where the OAuth token is requested from (required if OAuth method is chosen)$': { gettext: gettext( 'URL where the OAuth token is requested from (required if OAuth method is selected)' ) }, '^OAuth toke mime type$': { gettext: gettext('OAuth token mime type') }, '^Overrides the OAuth token response mime type$': { gettext: gettext('Overrides the OAuth token response mime type') }, '^OAuth access toke type$': { gettext: gettext('OAuth access token type') }, '^Overrides the OAuth access token type$': { gettext: gettext('Overrides the OAuth access token type') }, '^Global configuration$': { gettext: gettext('Global configuration') }, '^Enables or disables if the settings may be used globally for all tenants (Only possible in management tenant)$': { gettext: gettext( 'Enables or disables the settings globally for all tenants (only possible in management tenant)' ) }, '^API key$': { gettext: gettext('API key') }, '^Inherit to subtenants$': { gettext: gettext('Inherit to subtenants') }, "^Enables or disables if this tenant's configuration may be inherited to subtenants$": { gettext: gettext( 'Enables or disables the option to inherit the tenant configuration to subtenants' ) }, '^Login$': { gettext: gettext('Login') }, '^Source business unit ID$': { gettext: gettext('Source business unit ID') }, '^Client ID$': { gettext: gettext('Client ID') }, '^Client secret$': { gettext: gettext('Client secret') } }

trusted-certificates/pattern-messages.data.ts

MESSAGES
Type : object
Default value : { '^Cannot find certificate with fingerprint (.+?).$': { gettext: gettext('Could not find {{ fingerprint }} certificate.'), placeholders: { fingerprint: '$1' } }, '^Wrong proof of possession verification code used for tenant (.+?). Certificate (.+?), usage not granted.$': { gettext: gettext( 'Could not confirm the ownership of {{ fingerprint }} certificate: invalid proof of possession verification code provided, sign verification code with private key.' ), placeholders: { tenant: '$1', fingerprint: '$2' } }, '^Proof of possession verification code used for tenant (.+?) expired. Certificate (.+?), usage not granted.': { gettext: gettext( 'Could not confirm the ownership of {{ fingerprint }} certificate: proof of possession verification code has expired, generate a new code and try again.' ), placeholders: { tenant: '$1', fingerprint: '$2' } } }

icon-selector/icons/messaging/index.ts

messagingIconCategory
Type : object
Default value : { label: gettext('Messaging`icons-category`'), icons: messagingIcons }
messagingIcons
Type : []
Default value : [ ['reply', 'mail-reply'], ['forward1', 'mail-forward'], ['reply-all', 'mail-reply-all'], ['communication'], ['multichannel'], ['chat'], ['topic', 'comment', 'comment-o'], ['typing'], ['quote'], ['delete-message'], ['poll'], ['popular'], ['speaker-notes', 'audio-description'], ['comment1', 'comments', 'comments-o'], ['speaker-notes-off'], ['new-topic'], ['ask-question'], ['chat-bubble', 'commenting', 'commenting-o'], ['mail', 'important-mail', 'envelope', 'envelope-o', 'envelope-open-o', 'envelope-open'], ['edit-message'], ['received'], ['deleted-message'], ['group-message'], ['subscription'], ['unsubscribe'], ['send-email'], ['read-message'], ['inbox'], ['add-to-inbox'], ['check-inbox'], ['remove-from-inbox'], ['outbox'], ['post', 'envelope-square'], ['sheet', 'sticky-note', 'sticky-note-o'], ['note1'], ['secure'], ['retweet'], ['rss', 'rss-square', 'feed'], ['cancel-subscription'], ['link', 'chain'], ['link-off', 'chain-broken', 'unlink'], ['sent'], ['send', 'email-send', 'send-o', 'paper-plane', 'paper-plane-o'], ['hashtag'] ]

core/data-grid/data-grid.model.ts

minColumnGridTrackSize
Type : number
Default value : 80
ratiosByColumnTypes
Type : object
Default value : { /** The width ration for icon column type. */ icon: 1, /** The width ration for numeric column type. */ numeric: 1, /** The width ration for short text column type. */ 'text-short': 1.67, /** The width ration for long text column type. */ 'text-long': 3.33 }

Maps column types to relative widths.

core/common/group.service.ts

MO_TYPES
Default value : [ 'asset', 'dynamicGroup', 'brokerSource', 'brokerSourceInactive', 'group', 'other' ] as const

test/jest-global-mocks.ts

mock
Default value : () => { let storage = {}; return { getItem: key => (key in storage ? storage[key] : null), setItem: (key, value) => (storage[key] = value || ''), removeItem: key => delete storage[key], clear: () => (storage = {}) }; }

data-broker/data-broker-subscriptions.service.mock.ts

mockResponse
Type : object
Default value : { inventoryMOListResponse: [ { id: '12345', name: 'Test', owner: 'user', creationTime: '2023-03-04', lastUpdated: '2023-03-04', self: '', additionParents: { references: [] }, assetParents: { references: [] }, deviceParents: { references: [] }, childAdditions: { references: [] }, childAssets: { references: [] }, childDevices: { references: [] }, c8y_BrokerSource: { status: DataBrokerConnectorStatus.SUSPENDED } }, { id: '12346', name: 'Test', owner: 'user', creationTime: '2023-03-04', lastUpdated: '2023-03-04', self: '', additionParents: { references: [] }, assetParents: { references: [] }, deviceParents: { references: [] }, childAdditions: { references: [] }, childAssets: { references: [] }, childDevices: { references: [] }, c8y_BrokerSource: { status: DataBrokerConnectorStatus.ACTIVE } } ], deviceRegistrationRequestsListResponse: [ { owner: 'iiar', customProperties: { c8y_BrokerSource: { domain: 'iiar3.basic.stage.c8y.io', connectorName: 'From iiar3.basic.stage.c8y.io', connectorDescription: '', tenant: 't1904475', status: 'ACTIVE' } }, creationTime: '2023-03-01T14:15:56.669Z', tenantId: 't56293', self: 'https://t56293.latest.stage.c8y.io/devicecontrol/newDeviceRequests/P46Nh', id: 'P46Nh', type: 'c8y_DataBroker', status: 'PENDING_ACCEPTANCE' }, { owner: 'iiar', customProperties: { c8y_BrokerSource: { domain: 'iiar1.basic.stage.c8y.io', connectorName: 'From iiar1.basic.stage.c8y.io', connectorDescription: '', tenant: 't1904476', status: 'ACTIVE' } }, creationTime: '2023-03-01T14:12:56.669Z', tenantId: 't56293', self: 'https://t56293.latest.stage.c8y.io/devicecontrol/newDeviceRequests/P46Nh', id: 'P46Nh', type: 'c8y_DataBroker', status: 'WAITING_FOR_CONNECTION' }, { owner: 'iiar', customProperties: { c8y_BrokerSource: { domain: 'iiar2.basic.stage.c8y.io', connectorName: 'From iiar2.basic.stage.c8y.io', connectorDescription: '', tenant: 't1904477', status: 'ACTIVE' } }, creationTime: '2023-03-01T14:10:56.669Z', tenantId: 't56293', self: 'https://t56293.latest.stage.c8y.io/devicecontrol/newDeviceRequests/P46Nh', id: 'P46Nh', type: 'c8y_DataBroker', status: 'PENDING_ACCEPTANCE' } ] }

widgets/implementations/three-d-rotation/box-model/index.ts

model
Type : any
Default value : { metadata: { version: 4.5, type: 'Object', generator: 'Object3D.toJSON' }, geometries: [ { uuid: '008a44cb-1e9a-411b-a60b-24033a399485', type: 'BufferGeometry', data: { attributes: { position: { itemSize: 3, type: 'Float32Array', array: [ -1, -1, -1, -1, -1, 1, -1, 1, -1, -1, -1, 1, -1, 1, 1, -1, 1, -1, -1, 1, -1, -1, 1, 1, 1, 1, -1, -1, 1, 1, 1, 1, 1, 1, 1, -1, 1, 1, -1, 1, 1, 1, 1, -1, -1, 1, 1, 1, 1, -1, 1, 1, -1, -1, -1, -1, 1, -1, -1, -1, 1, -1, 1, -1, -1, -1, 1, -1, -1, 1, -1, 1, 1, -1, -1, -1, -1, -1, 1, 1, -1, -1, -1, -1, -1, 1, -1, 1, 1, -1, 1, 1, 1, -1, 1, 1, 1, -1, 1, -1, 1, 1, -1, -1, 1, 1, -1, 1 ], normalized: false }, normal: { itemSize: 3, type: 'Float32Array', array: [ -1, 0, 0, -1, 0, 0, -1, 0, 0, -1, 0, 0, -1, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, -1, 0, 0, -1, 0, 0, -1, 0, 0, -1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, -1, 0, 0, -1, 0, 0, -1, 0, 0, -1, 0, 0, -1, 0, 0, -1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0 ], normalized: false }, color: { itemSize: 3, type: 'Float32Array', array: [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ], normalized: false } }, boundingSphere: { center: [0, 0, 0], radius: 1.7320508075688772 } } } ], materials: [ { uuid: '12611d36-1d7a-4452-9611-cc8f8930ba98', type: 'MeshStandardMaterial', name: 'Material.001', color: 4539084, roughness: 0.5, metalness: 0.5, emissive: 0, envMapIntensity: 1, vertexColors: true, depthFunc: 3, depthTest: true, depthWrite: true, colorWrite: true, stencilWrite: false, stencilWriteMask: 255, stencilFunc: 519, stencilRef: 0, stencilFuncMask: 255, stencilFail: 7680, stencilZFail: 7680, stencilZPass: 7680 } ], object: { uuid: '9a04d950-5931-4eb9-bbbd-2214e520f6df', type: 'Group', name: 'box.gltf', layers: 1, matrix: [1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1], children: [ { uuid: 'e0d36a1d-88cd-4f0b-83f3-cdd467b3416b', type: 'Mesh', name: 'Cube', userData: { name: 'Cube' }, layers: 1, matrix: [ -3.5, 0, 0, 0, 0, -1.3322676295501878e-15, 6, 0, 0, 0.203663, 4.5222270372846654e-17, 0, -0.0451503, 0.0332229, -0.03196, 1 ], geometry: '008a44cb-1e9a-411b-a60b-24033a399485', material: '12611d36-1d7a-4452-9611-cc8f8930ba98' } ] } }

widgets/implementations/three-d-rotation/phone-model/index.ts

model
Type : any
Default value : { "metadata": { "version": 4.5, "type": "Object", "generator": "Object3D.toJSON" }, "geometries": [ { "uuid": "156576a2-cd88-4282-91bc-7a294793e108", "type": "BufferGeometry", "data": { "attributes": { "position": { "itemSize": 3, "type": "Float32Array", "array": [4.729100227355957,-5.60644006729126,7.978300094604492,4.86244010925293,-5.727819919586182,7.978300094604492,6.28439998626709,-5.727819919586182,7.978300094604492,-4.660299777984619,-14.849200248718262,7.978300094604492,-4.79364013671875,-14.727800369262695,7.978300094604492,-6.21560001373291,-14.727800369262695,7.978300094604492,15.039899826049805,-14.727800369262695,7.978300094604492,6.28439998626709,-14.727800369262695,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,6.28439998626709,-14.727800369262695,7.978300094604492,4.86244010925293,-14.727800369262695,7.978300094604492,4.86244010925293,-14.727800369262695,7.978300094604492,4.729100227355957,-14.849200248718262,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,4.729100227355957,-14.849200248718262,7.978300094604492,4.5777201652526855,-14.947199821472168,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,4.5777201652526855,-14.947199821472168,7.978300094604492,4.412370204925537,-15.019100189208984,7.978300094604492,-4.508920192718506,-14.947199821472168,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-4.343560218811035,-15.019100189208984,7.978300094604492,-4.343560218811035,-15.019100189208984,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-4.168680191040039,-15.062999725341797,7.978300094604492,4.412370204925537,-15.019100189208984,7.978300094604492,4.237480163574219,-15.062999725341797,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,4.237480163574219,-15.062999725341797,7.978300094604492,4.057769775390625,-15.077799797058105,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,4.057769775390625,-15.077799797058105,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,4.057769775390625,-15.077799797058105,7.978300094604492,-3.9889700412750244,-15.077799797058105,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-3.9889700412750244,-15.077799797058105,7.978300094604492,-4.168680191040039,-15.062999725341797,7.978300094604492,15.039899826049805,-5.727819919586182,7.978300094604492,15.219799995422363,-5.7426300048828125,7.978300094604492,17.534400939941406,-3.9778199195861816,7.978300094604492,15.956899642944336,-14.235300064086914,7.978300094604492,15.845199584960938,-14.377099990844727,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,15.845199584960938,-14.377099990844727,7.978300094604492,15.711799621582031,-14.498700141906738,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,15.711799621582031,-14.498700141906738,7.978300094604492,15.56029987335205,-14.59689998626709,7.978300094604492,18.21540069580078,-3.8143301010131836,7.978300094604492,15.219799995422363,-5.7426300048828125,7.978300094604492,18.416099548339844,-3.691349983215332,7.978300094604492,18.416099548339844,-3.691349983215332,7.978300094604492,15.219799995422363,-5.7426300048828125,7.978300094604492,15.394800186157227,-5.786660194396973,7.978300094604492,18.416099548339844,-3.691349983215332,7.978300094604492,15.394800186157227,-5.786660194396973,7.978300094604492,15.56029987335205,-5.858729839324951,7.978300094604492,15.56029987335205,-14.59689998626709,7.978300094604492,15.394800186157227,-14.668999671936035,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,15.394800186157227,-14.668999671936035,7.978300094604492,15.219799995422363,-14.713000297546387,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,15.219799995422363,-14.713000297546387,7.978300094604492,15.039899826049805,-14.727800369262695,7.978300094604492,18.21540069580078,-3.8143301010131836,7.978300094604492,17.997900009155273,-3.904409885406494,7.978300094604492,15.219799995422363,-5.7426300048828125,7.978300094604492,15.219799995422363,-5.7426300048828125,7.978300094604492,17.997900009155273,-3.904409885406494,7.978300094604492,17.769100189208984,-3.959350109100342,7.978300094604492,15.219799995422363,-5.7426300048828125,7.978300094604492,17.769100189208984,-3.959350109100342,7.978300094604492,17.534400939941406,-3.9778199195861816,7.978300094604492,15.56029987335205,-5.858729839324951,7.978300094604492,15.711799621582031,-5.956900119781494,7.978300094604492,18.416099548339844,-3.691349983215332,7.978300094604492,18.416099548339844,-3.691349983215332,7.978300094604492,15.711799621582031,-5.956900119781494,7.978300094604492,15.845199584960938,-6.07850980758667,7.978300094604492,18.416099548339844,-3.691349983215332,7.978300094604492,15.845199584960938,-6.07850980758667,7.978300094604492,18.59510040283203,-3.538480043411255,7.978300094604492,18.59510040283203,-3.538480043411255,7.978300094604492,15.845199584960938,-6.07850980758667,7.978300094604492,15.956899642944336,-6.220310211181641,7.978300094604492,16.459299087524414,-12.082599639892578,7.978300094604492,16.103900909423828,-13.906900405883789,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,16.103900909423828,-13.906900405883789,7.978300094604492,16.043899536132812,-14.077199935913086,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,16.043899536132812,-14.077199935913086,7.978300094604492,15.956899642944336,-14.235300064086914,7.978300094604492,6.28439998626709,43.52220153808594,7.978300094604492,6.28439998626709,37.52220153808594,7.978300094604492,18.034400939941406,43.52220153808594,7.978300094604492,18.034400939941406,43.52220153808594,7.978300094604492,6.28439998626709,37.52220153808594,7.978300094604492,17.534400939941406,37.52220153808594,7.978300094604492,18.034400939941406,43.52220153808594,7.978300094604492,17.534400939941406,37.52220153808594,7.978300094604492,18.347299575805664,43.49760055541992,7.978300094604492,18.347299575805664,43.49760055541992,7.978300094604492,17.534400939941406,37.52220153808594,7.978300094604492,17.769100189208984,37.503700256347656,7.978300094604492,18.347299575805664,43.49760055541992,7.978300094604492,17.769100189208984,37.503700256347656,7.978300094604492,18.65239906311035,43.42430114746094,7.978300094604492,19.015899658203125,-2.712470054626465,7.978300094604492,18.961000442504883,-2.9413399696350098,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,18.961000442504883,-2.9413399696350098,7.978300094604492,18.870899200439453,-3.158799886703491,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,18.870899200439453,-3.158799886703491,7.978300094604492,18.747900009155273,-3.359499931335449,7.978300094604492,18.65239906311035,43.42430114746094,7.978300094604492,17.769100189208984,37.503700256347656,7.978300094604492,18.942399978637695,43.30419921875,7.978300094604492,18.942399978637695,43.30419921875,7.978300094604492,17.769100189208984,37.503700256347656,7.978300094604492,17.997900009155273,37.44879913330078,7.978300094604492,18.942399978637695,43.30419921875,7.978300094604492,17.997900009155273,37.44879913330078,7.978300094604492,19.209999084472656,43.140201568603516,7.978300094604492,19.44860076904297,42.9364013671875,7.978300094604492,19.209999084472656,43.140201568603516,7.978300094604492,19.65239906311035,42.69770050048828,7.978300094604492,19.65239906311035,42.69770050048828,7.978300094604492,19.209999084472656,43.140201568603516,7.978300094604492,17.997900009155273,37.44879913330078,7.978300094604492,19.65239906311035,42.69770050048828,7.978300094604492,17.997900009155273,37.44879913330078,7.978300094604492,19.8164005279541,42.430198669433594,7.978300094604492,19.8164005279541,42.430198669433594,7.978300094604492,17.997900009155273,37.44879913330078,7.978300094604492,18.21540069580078,37.358699798583984,7.978300094604492,19.8164005279541,42.430198669433594,7.978300094604492,18.21540069580078,37.358699798583984,7.978300094604492,19.936500549316406,42.140201568603516,7.978300094604492,20.034400939941406,41.52220153808594,7.978300094604492,20.00979995727539,41.834999084472656,7.978300094604492,19.936500549316406,42.140201568603516,7.978300094604492,19.936500549316406,42.140201568603516,7.978300094604492,18.21540069580078,37.358699798583984,7.978300094604492,20.034400939941406,41.52220153808594,7.978300094604492,20.034400939941406,41.52220153808594,7.978300094604492,18.21540069580078,37.358699798583984,7.978300094604492,18.416099548339844,37.23569869995117,7.978300094604492,20.034400939941406,41.52220153808594,7.978300094604492,18.416099548339844,37.23569869995117,7.978300094604492,18.59510040283203,37.082801818847656,7.978300094604492,18.59510040283203,37.082801818847656,7.978300094604492,18.747900009155273,36.903900146484375,7.978300094604492,20.034400939941406,41.52220153808594,7.978300094604492,20.034400939941406,41.52220153808594,7.978300094604492,18.747900009155273,36.903900146484375,7.978300094604492,18.870899200439453,36.70320129394531,7.978300094604492,20.034400939941406,41.52220153808594,7.978300094604492,18.870899200439453,36.70320129394531,7.978300094604492,18.961000442504883,36.48569869995117,7.978300094604492,18.961000442504883,36.48569869995117,7.978300094604492,19.015899658203125,36.25680160522461,7.978300094604492,20.034400939941406,41.52220153808594,7.978300094604492,20.034400939941406,41.52220153808594,7.978300094604492,19.015899658203125,36.25680160522461,7.978300094604492,19.034400939941406,36.02220153808594,7.978300094604492,20.034400939941406,41.52220153808594,7.978300094604492,19.034400939941406,36.02220153808594,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,19.034400939941406,36.02220153808594,7.978300094604492,19.034400939941406,-2.4778199195861816,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,19.034400939941406,-2.4778199195861816,7.978300094604492,19.015899658203125,-2.712470054626465,7.978300094604492,15.956899642944336,-6.220310211181641,7.978300094604492,16.043899536132812,-6.378459930419922,7.978300094604492,18.59510040283203,-3.538480043411255,7.978300094604492,18.59510040283203,-3.538480043411255,7.978300094604492,16.043899536132812,-6.378459930419922,7.978300094604492,16.103900909423828,-6.548719882965088,7.978300094604492,18.59510040283203,-3.538480043411255,7.978300094604492,16.103900909423828,-6.548719882965088,7.978300094604492,18.747900009155273,-3.359499931335449,7.978300094604492,18.747900009155273,-3.359499931335449,7.978300094604492,16.103900909423828,-6.548719882965088,7.978300094604492,16.459299087524414,-8.373029708862305,7.978300094604492,18.747900009155273,-3.359499931335449,7.978300094604492,16.459299087524414,-8.373029708862305,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,16.459299087524414,-8.373029708862305,7.978300094604492,16.578399658203125,-10.227800369262695,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,16.578399658203125,-10.227800369262695,7.978300094604492,16.459299087524414,-12.082599639892578,7.978300094604492,-4.79364013671875,-5.727819919586182,7.978300094604492,-4.660299777984619,-5.60644006729126,7.978300094604492,-6.21560001373291,-3.9778199195861816,7.978300094604492,-6.21560001373291,-3.9778199195861816,7.978300094604492,-4.660299777984619,-5.60644006729126,7.978300094604492,-4.508920192718506,-5.50846004486084,7.978300094604492,-6.21560001373291,-3.9778199195861816,7.978300094604492,-4.508920192718506,-5.50846004486084,7.978300094604492,-4.343560218811035,-5.436540126800537,7.978300094604492,15.039899826049805,-5.727819919586182,7.978300094604492,17.534400939941406,-3.9778199195861816,7.978300094604492,6.28439998626709,-5.727819919586182,7.978300094604492,6.28439998626709,-5.727819919586182,7.978300094604492,17.534400939941406,-3.9778199195861816,7.978300094604492,6.28439998626709,-3.9778199195861816,7.978300094604492,6.28439998626709,-5.727819919586182,7.978300094604492,6.28439998626709,-3.9778199195861816,7.978300094604492,4.729100227355957,-5.60644006729126,7.978300094604492,4.237480163574219,-5.392600059509277,7.978300094604492,4.412370204925537,-5.436540126800537,7.978300094604492,6.28439998626709,-3.9778199195861816,7.978300094604492,6.28439998626709,-3.9778199195861816,7.978300094604492,4.412370204925537,-5.436540126800537,7.978300094604492,4.5777201652526855,-5.50846004486084,7.978300094604492,6.28439998626709,-3.9778199195861816,7.978300094604492,4.5777201652526855,-5.50846004486084,7.978300094604492,4.729100227355957,-5.60644006729126,7.978300094604492,-4.343560218811035,-5.436540126800537,7.978300094604492,-4.168680191040039,-5.392600059509277,7.978300094604492,-6.21560001373291,-3.9778199195861816,7.978300094604492,-6.21560001373291,-3.9778199195861816,7.978300094604492,-4.168680191040039,-5.392600059509277,7.978300094604492,-3.9889700412750244,-5.377820014953613,7.978300094604492,-6.21560001373291,-3.9778199195861816,7.978300094604492,-3.9889700412750244,-5.377820014953613,7.978300094604492,6.28439998626709,-3.9778199195861816,7.978300094604492,6.28439998626709,-3.9778199195861816,7.978300094604492,-3.9889700412750244,-5.377820014953613,7.978300094604492,4.057769775390625,-5.377820014953613,7.978300094604492,6.28439998626709,-3.9778199195861816,7.978300094604492,4.057769775390625,-5.377820014953613,7.978300094604492,4.237480163574219,-5.392600059509277,7.978300094604492,-15.642999649047852,-5.956900119781494,7.978300094604492,-15.491499900817871,-5.858729839324951,7.978300094604492,-17.465599060058594,-3.9778199195861816,7.978300094604492,-17.465599060058594,-3.9778199195861816,7.978300094604492,-15.491499900817871,-5.858729839324951,7.978300094604492,-15.326000213623047,-5.786660194396973,7.978300094604492,-15.491499900817871,-14.59689998626709,7.978300094604492,-17.765600204467773,-15.652799606323242,7.978300094604492,-15.326000213623047,-14.668999671936035,7.978300094604492,-15.326000213623047,-14.668999671936035,7.978300094604492,-17.765600204467773,-15.652799606323242,7.978300094604492,-15.151000022888184,-14.713000297546387,7.978300094604492,-15.491499900817871,-14.59689998626709,7.978300094604492,-15.642999649047852,-14.498700141906738,7.978300094604492,-17.765600204467773,-15.652799606323242,7.978300094604492,-17.765600204467773,-15.652799606323242,7.978300094604492,-15.642999649047852,-14.498700141906738,7.978300094604492,-15.776399612426758,-14.377099990844727,7.978300094604492,-17.765600204467773,-15.652799606323242,7.978300094604492,-15.776399612426758,-14.377099990844727,7.978300094604492,-15.888099670410156,-14.235300064086914,7.978300094604492,-4.508920192718506,-14.947199821472168,7.978300094604492,-4.660299777984619,-14.849200248718262,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-4.660299777984619,-14.849200248718262,7.978300094604492,-6.21560001373291,-14.727800369262695,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-6.21560001373291,-14.727800369262695,7.978300094604492,-17.765600204467773,-15.652799606323242,7.978300094604492,-17.765600204467773,-15.652799606323242,7.978300094604492,-6.21560001373291,-14.727800369262695,7.978300094604492,-14.971099853515625,-14.727800369262695,7.978300094604492,-17.765600204467773,-15.652799606323242,7.978300094604492,-14.971099853515625,-14.727800369262695,7.978300094604492,-15.151000022888184,-14.713000297546387,7.978300094604492,-15.326000213623047,-5.786660194396973,7.978300094604492,-15.151000022888184,-5.7426300048828125,7.978300094604492,-17.465599060058594,-3.9778199195861816,7.978300094604492,-17.465599060058594,-3.9778199195861816,7.978300094604492,-15.151000022888184,-5.7426300048828125,7.978300094604492,-14.971099853515625,-5.727819919586182,7.978300094604492,-17.465599060058594,-3.9778199195861816,7.978300094604492,-14.971099853515625,-5.727819919586182,7.978300094604492,-6.21560001373291,-3.9778199195861816,7.978300094604492,-6.21560001373291,-3.9778199195861816,7.978300094604492,-14.971099853515625,-5.727819919586182,7.978300094604492,-6.21560001373291,-5.727819919586182,7.978300094604492,-6.21560001373291,-3.9778199195861816,7.978300094604492,-6.21560001373291,-5.727819919586182,7.978300094604492,-4.79364013671875,-5.727819919586182,7.978300094604492,-15.975099563598633,-6.378459930419922,7.978300094604492,-15.888099670410156,-6.220310211181641,7.978300094604492,-17.765600204467773,-3.943660020828247,7.978300094604492,-17.765600204467773,-3.943660020828247,7.978300094604492,-15.888099670410156,-6.220310211181641,7.978300094604492,-15.776399612426758,-6.07850980758667,7.978300094604492,-16.509599685668945,-10.227800369262695,7.978300094604492,-16.390499114990234,-8.373029708862305,7.978300094604492,-17.765600204467773,-3.943660020828247,7.978300094604492,-17.765600204467773,-3.943660020828247,7.978300094604492,-16.390499114990234,-8.373029708862305,7.978300094604492,-16.03510093688965,-6.548719882965088,7.978300094604492,-17.765600204467773,-3.943660020828247,7.978300094604492,-16.03510093688965,-6.548719882965088,7.978300094604492,-15.975099563598633,-6.378459930419922,7.978300094604492,-15.642999649047852,-5.956900119781494,7.978300094604492,-17.465599060058594,-3.9778199195861816,7.978300094604492,-15.776399612426758,-6.07850980758667,7.978300094604492,-15.776399612426758,-6.07850980758667,7.978300094604492,-17.465599060058594,-3.9778199195861816,7.978300094604492,-17.700199127197266,-3.959350109100342,7.978300094604492,-15.776399612426758,-6.07850980758667,7.978300094604492,-17.700199127197266,-3.959350109100342,7.978300094604492,-17.765600204467773,-3.943660020828247,7.978300094604492,-15.888099670410156,-14.235300064086914,7.978300094604492,-15.975099563598633,-14.077199935913086,7.978300094604492,-17.765600204467773,-15.652799606323242,7.978300094604492,-17.765600204467773,-15.652799606323242,7.978300094604492,-15.975099563598633,-14.077199935913086,7.978300094604492,-16.03510093688965,-13.906900405883789,7.978300094604492,-17.765600204467773,-15.652799606323242,7.978300094604492,-16.03510093688965,-13.906900405883789,7.978300094604492,-16.390499114990234,-12.082599639892578,7.978300094604492,-17.305099487304688,39.647098541259766,7.978300094604492,-17.43079948425293,39.87950134277344,7.978300094604492,-17.765600204467773,37.487998962402344,7.978300094604492,-17.305099487304688,39.647098541259766,7.978300094604492,-17.765600204467773,37.487998962402344,7.978300094604492,-17.142799377441406,39.438499450683594,7.978300094604492,-15.96560001373291,38.92219924926758,7.978300094604492,-17.465599060058594,37.52220153808594,7.978300094604492,-6.21560001373291,38.92219924926758,7.978300094604492,-6.21560001373291,38.92219924926758,7.978300094604492,-17.465599060058594,37.52220153808594,7.978300094604492,-6.21560001373291,37.52220153808594,7.978300094604492,-6.21560001373291,38.92219924926758,7.978300094604492,-6.21560001373291,37.52220153808594,7.978300094604492,-4.96560001373291,38.92219924926758,7.978300094604492,-17.43079948425293,39.87950134277344,7.978300094604492,-17.516599655151367,40.129398345947266,7.978300094604492,-17.765600204467773,37.487998962402344,7.978300094604492,-17.765600204467773,37.487998962402344,7.978300094604492,-17.516599655151367,40.129398345947266,7.978300094604492,-17.560100555419922,40.390098571777344,7.978300094604492,-17.765600204467773,37.487998962402344,7.978300094604492,-17.560100555419922,40.390098571777344,7.978300094604492,-17.765600204467773,43.52220153808594,7.978300094604492,-17.765600204467773,43.52220153808594,7.978300094604492,-17.560100555419922,40.390098571777344,7.978300094604492,-17.560100555419922,40.654300689697266,7.978300094604492,-17.765600204467773,43.52220153808594,7.978300094604492,-17.560100555419922,40.654300689697266,7.978300094604492,-17.516599655151367,40.915000915527344,7.978300094604492,-17.516599655151367,40.915000915527344,7.978300094604492,-17.43079948425293,41.16490173339844,7.978300094604492,-17.765600204467773,43.52220153808594,7.978300094604492,-17.765600204467773,43.52220153808594,7.978300094604492,-17.43079948425293,41.16490173339844,7.978300094604492,-17.305099487304688,41.397300720214844,7.978300094604492,-17.765600204467773,43.52220153808594,7.978300094604492,-17.305099487304688,41.397300720214844,7.978300094604492,-17.142799377441406,41.60580062866211,7.978300094604492,-15.96560001373291,38.92219924926758,7.978300094604492,-16.228900909423828,38.944000244140625,7.978300094604492,-17.465599060058594,37.52220153808594,7.978300094604492,-17.465599060058594,37.52220153808594,7.978300094604492,-16.228900909423828,38.944000244140625,7.978300094604492,-16.48509979248047,39.0088996887207,7.978300094604492,-17.465599060058594,37.52220153808594,7.978300094604492,-16.48509979248047,39.0088996887207,7.978300094604492,-17.700199127197266,37.503700256347656,7.978300094604492,-17.700199127197266,37.503700256347656,7.978300094604492,-16.48509979248047,39.0088996887207,7.978300094604492,-16.727100372314453,39.1150016784668,7.978300094604492,-17.700199127197266,37.503700256347656,7.978300094604492,-16.727100372314453,39.1150016784668,7.978300094604492,-17.765600204467773,37.487998962402344,7.978300094604492,-17.765600204467773,37.487998962402344,7.978300094604492,-16.727100372314453,39.1150016784668,7.978300094604492,-16.948299407958984,39.25960159301758,7.978300094604492,-17.765600204467773,37.487998962402344,7.978300094604492,-16.948299407958984,39.25960159301758,7.978300094604492,-17.142799377441406,39.438499450683594,7.978300094604492,-17.142799377441406,41.60580062866211,7.978300094604492,-16.948299407958984,41.7848014831543,7.978300094604492,-17.765600204467773,43.52220153808594,7.978300094604492,-17.765600204467773,43.52220153808594,7.978300094604492,-16.948299407958984,41.7848014831543,7.978300094604492,-16.727100372314453,41.929298400878906,7.978300094604492,-17.765600204467773,43.52220153808594,7.978300094604492,-16.727100372314453,41.929298400878906,7.978300094604492,-16.48509979248047,42.035499572753906,7.978300094604492,-6.21560001373291,42.12220001220703,7.978300094604492,-6.21560001373291,43.52220153808594,7.978300094604492,-15.96560001373291,42.12220001220703,7.978300094604492,-15.96560001373291,42.12220001220703,7.978300094604492,-6.21560001373291,43.52220153808594,7.978300094604492,-17.765600204467773,43.52220153808594,7.978300094604492,-15.96560001373291,42.12220001220703,7.978300094604492,-17.765600204467773,43.52220153808594,7.978300094604492,-16.228900909423828,42.100399017333984,7.978300094604492,-16.228900909423828,42.100399017333984,7.978300094604492,-17.765600204467773,43.52220153808594,7.978300094604492,-16.48509979248047,42.035499572753906,7.978300094604492,-4.204080104827881,41.929298400878906,7.978300094604492,-3.9828600883483887,41.7848014831543,7.978300094604492,6.28439998626709,43.52220153808594,7.978300094604492,-3.9828600883483887,41.7848014831543,7.978300094604492,-3.788439989089966,41.60580062866211,7.978300094604492,6.28439998626709,43.52220153808594,7.978300094604492,6.28439998626709,43.52220153808594,7.978300094604492,-3.788439989089966,41.60580062866211,7.978300094604492,-3.6261301040649414,41.397300720214844,7.978300094604492,6.28439998626709,43.52220153808594,7.978300094604492,-3.6261301040649414,41.397300720214844,7.978300094604492,-3.5003600120544434,41.16490173339844,7.978300094604492,6.28439998626709,37.52220153808594,7.978300094604492,-3.414560079574585,40.129398345947266,7.978300094604492,-3.5003600120544434,39.87950134277344,7.978300094604492,-6.21560001373291,42.12220001220703,7.978300094604492,-4.96560001373291,42.12220001220703,7.978300094604492,-6.21560001373291,43.52220153808594,7.978300094604492,-6.21560001373291,43.52220153808594,7.978300094604492,-4.96560001373291,42.12220001220703,7.978300094604492,-4.702250003814697,42.100399017333984,7.978300094604492,-6.21560001373291,43.52220153808594,7.978300094604492,-4.702250003814697,42.100399017333984,7.978300094604492,6.28439998626709,43.52220153808594,7.978300094604492,6.28439998626709,43.52220153808594,7.978300094604492,-4.702250003814697,42.100399017333984,7.978300094604492,-4.446080207824707,42.035499572753906,7.978300094604492,6.28439998626709,43.52220153808594,7.978300094604492,-4.446080207824707,42.035499572753906,7.978300094604492,-4.204080104827881,41.929298400878906,7.978300094604492,-3.5003600120544434,39.87950134277344,7.978300094604492,-3.6261301040649414,39.647098541259766,7.978300094604492,6.28439998626709,37.52220153808594,7.978300094604492,6.28439998626709,37.52220153808594,7.978300094604492,-3.6261301040649414,39.647098541259766,7.978300094604492,-3.788439989089966,39.438499450683594,7.978300094604492,6.28439998626709,37.52220153808594,7.978300094604492,-3.788439989089966,39.438499450683594,7.978300094604492,-3.9828600883483887,39.25960159301758,7.978300094604492,-3.9828600883483887,39.25960159301758,7.978300094604492,-4.204080104827881,39.1150016784668,7.978300094604492,6.28439998626709,37.52220153808594,7.978300094604492,6.28439998626709,37.52220153808594,7.978300094604492,-4.204080104827881,39.1150016784668,7.978300094604492,-4.446080207824707,39.0088996887207,7.978300094604492,6.28439998626709,37.52220153808594,7.978300094604492,-4.446080207824707,39.0088996887207,7.978300094604492,-6.21560001373291,37.52220153808594,7.978300094604492,-6.21560001373291,37.52220153808594,7.978300094604492,-4.446080207824707,39.0088996887207,7.978300094604492,-4.702250003814697,38.944000244140625,7.978300094604492,-6.21560001373291,37.52220153808594,7.978300094604492,-4.702250003814697,38.944000244140625,7.978300094604492,-4.96560001373291,38.92219924926758,7.978300094604492,-3.5003600120544434,41.16490173339844,7.978300094604492,-3.414560079574585,40.915000915527344,7.978300094604492,6.28439998626709,43.52220153808594,7.978300094604492,6.28439998626709,43.52220153808594,7.978300094604492,-3.414560079574585,40.915000915527344,7.978300094604492,-3.3710598945617676,40.654300689697266,7.978300094604492,6.28439998626709,43.52220153808594,7.978300094604492,-3.3710598945617676,40.654300689697266,7.978300094604492,6.28439998626709,37.52220153808594,7.978300094604492,6.28439998626709,37.52220153808594,7.978300094604492,-3.3710598945617676,40.654300689697266,7.978300094604492,-3.3710598945617676,40.390098571777344,7.978300094604492,6.28439998626709,37.52220153808594,7.978300094604492,-3.3710598945617676,40.390098571777344,7.978300094604492,-3.414560079574585,40.129398345947266,7.978300094604492,-19.465599060058594,-15.652799606323242,7.978300094604492,-18.1466007232666,-3.8143301010131836,7.978300094604492,-18.347299575805664,-3.691349983215332,7.978300094604492,-18.52630043029785,37.082801818847656,7.978300094604492,-18.347299575805664,37.23569869995117,7.978300094604492,-19.465599060058594,42.835899353027344,7.978300094604492,-16.390499114990234,-12.082599639892578,7.978300094604492,-16.509599685668945,-10.227800369262695,7.978300094604492,-17.765600204467773,-15.652799606323242,7.978300094604492,-17.765600204467773,-15.652799606323242,7.978300094604492,-16.509599685668945,-10.227800369262695,7.978300094604492,-17.765600204467773,-3.943660020828247,7.978300094604492,-17.765600204467773,-15.652799606323242,7.978300094604492,-17.765600204467773,-3.943660020828247,7.978300094604492,-19.465599060058594,-15.652799606323242,7.978300094604492,-19.465599060058594,-15.652799606323242,7.978300094604492,-17.765600204467773,-3.943660020828247,7.978300094604492,-17.929100036621094,-3.904409885406494,7.978300094604492,-19.465599060058594,-15.652799606323242,7.978300094604492,-17.929100036621094,-3.904409885406494,7.978300094604492,-18.1466007232666,-3.8143301010131836,7.978300094604492,-17.765600204467773,43.52220153808594,7.978300094604492,-17.965599060058594,43.52220153808594,7.978300094604492,-17.765600204467773,37.487998962402344,7.978300094604492,-17.765600204467773,37.487998962402344,7.978300094604492,-17.965599060058594,43.52220153808594,7.978300094604492,-18.278499603271484,43.49760055541992,7.978300094604492,-17.765600204467773,37.487998962402344,7.978300094604492,-18.278499603271484,43.49760055541992,7.978300094604492,-18.583599090576172,43.42430114746094,7.978300094604492,-18.347299575805664,37.23569869995117,7.978300094604492,-18.1466007232666,37.358699798583984,7.978300094604492,-19.465599060058594,42.835899353027344,7.978300094604492,-19.465599060058594,42.835899353027344,7.978300094604492,-18.1466007232666,37.358699798583984,7.978300094604492,-17.929100036621094,37.44879913330078,7.978300094604492,-19.465599060058594,42.835899353027344,7.978300094604492,-17.929100036621094,37.44879913330078,7.978300094604492,-19.37980079650879,42.9364013671875,7.978300094604492,-19.37980079650879,42.9364013671875,7.978300094604492,-17.929100036621094,37.44879913330078,7.978300094604492,-17.765600204467773,37.487998962402344,7.978300094604492,-19.37980079650879,42.9364013671875,7.978300094604492,-17.765600204467773,37.487998962402344,7.978300094604492,-19.141199111938477,43.140201568603516,7.978300094604492,-19.141199111938477,43.140201568603516,7.978300094604492,-17.765600204467773,37.487998962402344,7.978300094604492,-18.583599090576172,43.42430114746094,7.978300094604492,-19.141199111938477,43.140201568603516,7.978300094604492,-18.583599090576172,43.42430114746094,7.978300094604492,-18.873600006103516,43.30419921875,7.978300094604492,-18.947099685668945,36.25680160522461,7.978300094604492,-18.892200469970703,36.48569869995117,7.978300094604492,-19.465599060058594,42.835899353027344,7.978300094604492,-18.347299575805664,-3.691349983215332,7.978300094604492,-18.52630043029785,-3.538480043411255,7.978300094604492,-19.465599060058594,-15.652799606323242,7.978300094604492,-19.465599060058594,-15.652799606323242,7.978300094604492,-18.52630043029785,-3.538480043411255,7.978300094604492,-18.679100036621094,-3.359499931335449,7.978300094604492,-19.465599060058594,-15.652799606323242,7.978300094604492,-18.679100036621094,-3.359499931335449,7.978300094604492,-18.802099227905273,-3.158799886703491,7.978300094604492,-18.947099685668945,36.25680160522461,7.978300094604492,-19.465599060058594,42.835899353027344,7.978300094604492,-18.965599060058594,36.02220153808594,7.978300094604492,-18.892200469970703,36.48569869995117,7.978300094604492,-18.802099227905273,36.70320129394531,7.978300094604492,-19.465599060058594,42.835899353027344,7.978300094604492,-19.465599060058594,42.835899353027344,7.978300094604492,-18.802099227905273,36.70320129394531,7.978300094604492,-18.679100036621094,36.903900146484375,7.978300094604492,-19.465599060058594,42.835899353027344,7.978300094604492,-18.679100036621094,36.903900146484375,7.978300094604492,-18.52630043029785,37.082801818847656,7.978300094604492,-18.802099227905273,-3.158799886703491,7.978300094604492,-18.892200469970703,-2.9413399696350098,7.978300094604492,-19.465599060058594,-15.652799606323242,7.978300094604492,-19.465599060058594,-15.652799606323242,7.978300094604492,-18.892200469970703,-2.9413399696350098,7.978300094604492,-18.947099685668945,-2.712470054626465,7.978300094604492,-19.465599060058594,-15.652799606323242,7.978300094604492,-18.947099685668945,-2.712470054626465,7.978300094604492,-18.965599060058594,-2.4778199195861816,7.978300094604492,-19.465599060058594,-42.79159927368164,7.978300094604492,-19.465599060058594,-42.35279846191406,7.978300094604492,-19.583599090576172,-42.65340042114258,7.978300094604492,-19.583599090576172,-42.65340042114258,7.978300094604492,-19.465599060058594,-42.35279846191406,7.978300094604492,-19.76129913330078,-42.35279846191406,7.978300094604492,-19.583599090576172,-42.65340042114258,7.978300094604492,-19.76129913330078,-42.35279846191406,7.978300094604492,-19.747600555419922,-42.385799407958984,7.978300094604492,-19.867700576782227,-42.09590148925781,7.978300094604492,-19.76129913330078,-42.35279846191406,7.978300094604492,-19.94099998474121,-41.79069900512695,7.978300094604492,-19.94099998474121,-41.79069900512695,7.978300094604492,-19.76129913330078,-42.35279846191406,7.978300094604492,-19.465599060058594,-42.35279846191406,7.978300094604492,-19.94099998474121,-41.79069900512695,7.978300094604492,-19.465599060058594,-42.35279846191406,7.978300094604492,-19.965599060058594,-41.47779846191406,7.978300094604492,-19.965599060058594,-41.47779846191406,7.978300094604492,-19.465599060058594,-42.35279846191406,7.978300094604492,-19.965599060058594,-35.22779846191406,7.978300094604492,-19.965599060058594,41.52220153808594,7.978300094604492,-19.465599060058594,-15.652799606323242,7.978300094604492,-19.465599060058594,42.835899353027344,7.978300094604492,-19.465599060058594,42.835899353027344,7.978300094604492,-19.465599060058594,-15.652799606323242,7.978300094604492,-18.965599060058594,-2.4778199195861816,7.978300094604492,-19.465599060058594,42.835899353027344,7.978300094604492,-18.965599060058594,-2.4778199195861816,7.978300094604492,-18.965599060058594,36.02220153808594,7.978300094604492,-19.867700576782227,42.140201568603516,7.978300094604492,-19.94099998474121,41.834999084472656,7.978300094604492,-19.747600555419922,42.430198669433594,7.978300094604492,-19.747600555419922,42.430198669433594,7.978300094604492,-19.94099998474121,41.834999084472656,7.978300094604492,-19.965599060058594,41.52220153808594,7.978300094604492,-19.747600555419922,42.430198669433594,7.978300094604492,-19.965599060058594,41.52220153808594,7.978300094604492,-19.583599090576172,42.69770050048828,7.978300094604492,-19.583599090576172,42.69770050048828,7.978300094604492,-19.965599060058594,41.52220153808594,7.978300094604492,-19.465599060058594,42.835899353027344,7.978300094604492,6.28439998626709,-42.35279846191406,7.978300094604492,8.2153902053833,-41.210601806640625,7.978300094604492,8.001779556274414,-41.1593017578125,7.978300094604492,8.001779556274414,-41.1593017578125,7.978300094604492,7.7988200187683105,-41.075199127197266,7.978300094604492,6.28439998626709,-42.35279846191406,7.978300094604492,6.28439998626709,-42.35279846191406,7.978300094604492,7.7988200187683105,-41.075199127197266,7.978300094604492,7.611499786376953,-40.96039962768555,7.978300094604492,6.28439998626709,-42.35279846191406,7.978300094604492,7.611499786376953,-40.96039962768555,7.978300094604492,7.4444499015808105,-40.81779861450195,7.978300094604492,7.4444499015808105,-40.81779861450195,7.978300094604492,7.3017802238464355,-40.650699615478516,7.978300094604492,6.28439998626709,-42.35279846191406,7.978300094604492,6.28439998626709,-42.35279846191406,7.978300094604492,7.3017802238464355,-40.650699615478516,7.978300094604492,7.186989784240723,-40.463401794433594,7.978300094604492,6.28439998626709,-42.35279846191406,7.978300094604492,7.186989784240723,-40.463401794433594,7.978300094604492,7.102920055389404,-40.260398864746094,7.978300094604492,7.051640033721924,-36.90879821777344,7.978300094604492,7.102920055389404,-36.6952018737793,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,7.4444499015808105,-36.137901306152344,7.978300094604492,7.611499786376953,-35.995201110839844,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,7.611499786376953,-35.995201110839844,7.978300094604492,7.7988200187683105,-35.880401611328125,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,7.7988200187683105,-35.880401611328125,7.978300094604492,8.001779556274414,-35.79629898071289,7.978300094604492,7.102920055389404,-36.6952018737793,7.978300094604492,7.186989784240723,-36.4921989440918,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,7.186989784240723,-36.4921989440918,7.978300094604492,7.3017802238464355,-36.304901123046875,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,7.3017802238464355,-36.304901123046875,7.978300094604492,7.4444499015808105,-36.137901306152344,7.978300094604492,19.83009910583496,-42.35279846191406,7.978300094604492,16.6343994140625,-41.22779846191406,7.978300094604492,6.28439998626709,-42.35279846191406,7.978300094604492,6.28439998626709,-42.35279846191406,7.978300094604492,16.6343994140625,-41.22779846191406,7.978300094604492,8.434399604797363,-41.22779846191406,7.978300094604492,6.28439998626709,-42.35279846191406,7.978300094604492,8.434399604797363,-41.22779846191406,7.978300094604492,8.2153902053833,-41.210601806640625,7.978300094604492,16.8533992767334,-35.74509811401367,7.978300094604492,17.066999435424805,-35.79629898071289,7.978300094604492,20.034400939941406,-35.22779846191406,7.978300094604492,20.034400939941406,-35.22779846191406,7.978300094604492,17.066999435424805,-35.79629898071289,7.978300094604492,17.270000457763672,-35.880401611328125,7.978300094604492,20.034400939941406,-35.22779846191406,7.978300094604492,17.270000457763672,-35.880401611328125,7.978300094604492,17.457300186157227,-35.995201110839844,7.978300094604492,20.034400939941406,-35.22779846191406,7.978300094604492,18.034400939941406,-37.12779998779297,7.978300094604492,20.034400939941406,-41.47779846191406,7.978300094604492,20.034400939941406,-41.47779846191406,7.978300094604492,18.034400939941406,-37.12779998779297,7.978300094604492,18.034400939941406,-39.82780075073242,7.978300094604492,20.034400939941406,-41.47779846191406,7.978300094604492,18.034400939941406,-39.82780075073242,7.978300094604492,18.017200469970703,-40.04679870605469,7.978300094604492,17.270000457763672,-41.075199127197266,7.978300094604492,17.066999435424805,-41.1593017578125,7.978300094604492,19.83009910583496,-42.35279846191406,7.978300094604492,19.83009910583496,-42.35279846191406,7.978300094604492,17.066999435424805,-41.1593017578125,7.978300094604492,16.8533992767334,-41.210601806640625,7.978300094604492,19.83009910583496,-42.35279846191406,7.978300094604492,16.8533992767334,-41.210601806640625,7.978300094604492,16.6343994140625,-41.22779846191406,7.978300094604492,8.001779556274414,-35.79629898071289,7.978300094604492,8.2153902053833,-35.74509811401367,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,8.2153902053833,-35.74509811401367,7.978300094604492,8.434399604797363,-35.72779846191406,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,8.434399604797363,-35.72779846191406,7.978300094604492,20.034400939941406,-35.22779846191406,7.978300094604492,20.034400939941406,-35.22779846191406,7.978300094604492,8.434399604797363,-35.72779846191406,7.978300094604492,16.6343994140625,-35.72779846191406,7.978300094604492,20.034400939941406,-35.22779846191406,7.978300094604492,16.6343994140625,-35.72779846191406,7.978300094604492,16.8533992767334,-35.74509811401367,7.978300094604492,17.457300186157227,-35.995201110839844,7.978300094604492,17.624399185180664,-36.137901306152344,7.978300094604492,20.034400939941406,-35.22779846191406,7.978300094604492,20.034400939941406,-35.22779846191406,7.978300094604492,17.624399185180664,-36.137901306152344,7.978300094604492,17.767000198364258,-36.304901123046875,7.978300094604492,20.034400939941406,-35.22779846191406,7.978300094604492,17.767000198364258,-36.304901123046875,7.978300094604492,17.881799697875977,-36.4921989440918,7.978300094604492,17.767000198364258,-40.650699615478516,7.978300094604492,17.624399185180664,-40.81779861450195,7.978300094604492,19.83009910583496,-42.35279846191406,7.978300094604492,19.83009910583496,-42.35279846191406,7.978300094604492,17.624399185180664,-40.81779861450195,7.978300094604492,17.457300186157227,-40.96039962768555,7.978300094604492,19.83009910583496,-42.35279846191406,7.978300094604492,17.457300186157227,-40.96039962768555,7.978300094604492,17.270000457763672,-41.075199127197266,7.978300094604492,17.881799697875977,-36.4921989440918,7.978300094604492,17.965900421142578,-36.6952018737793,7.978300094604492,20.034400939941406,-35.22779846191406,7.978300094604492,20.034400939941406,-35.22779846191406,7.978300094604492,17.965900421142578,-36.6952018737793,7.978300094604492,18.017200469970703,-36.90879821777344,7.978300094604492,20.034400939941406,-35.22779846191406,7.978300094604492,18.017200469970703,-36.90879821777344,7.978300094604492,18.034400939941406,-37.12779998779297,7.978300094604492,18.017200469970703,-40.04679870605469,7.978300094604492,17.965900421142578,-40.260398864746094,7.978300094604492,20.034400939941406,-41.47779846191406,7.978300094604492,20.034400939941406,-41.47779846191406,7.978300094604492,17.965900421142578,-40.260398864746094,7.978300094604492,17.881799697875977,-40.463401794433594,7.978300094604492,20.034400939941406,-41.47779846191406,7.978300094604492,17.881799697875977,-40.463401794433594,7.978300094604492,20.00979995727539,-41.79069900512695,7.978300094604492,20.00979995727539,-41.79069900512695,7.978300094604492,17.881799697875977,-40.463401794433594,7.978300094604492,17.767000198364258,-40.650699615478516,7.978300094604492,20.00979995727539,-41.79069900512695,7.978300094604492,17.767000198364258,-40.650699615478516,7.978300094604492,19.936500549316406,-42.09590148925781,7.978300094604492,19.936500549316406,-42.09590148925781,7.978300094604492,17.767000198364258,-40.650699615478516,7.978300094604492,19.83009910583496,-42.35279846191406,7.978300094604492,7.102920055389404,-40.260398864746094,7.978300094604492,7.051640033721924,-40.04679870605469,7.978300094604492,6.28439998626709,-42.35279846191406,7.978300094604492,6.28439998626709,-42.35279846191406,7.978300094604492,7.051640033721924,-40.04679870605469,7.978300094604492,7.03439998626709,-39.82780075073242,7.978300094604492,6.28439998626709,-42.35279846191406,7.978300094604492,7.03439998626709,-39.82780075073242,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,7.03439998626709,-39.82780075073242,7.978300094604492,7.03439998626709,-37.12779998779297,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,7.03439998626709,-37.12779998779297,7.978300094604492,7.051640033721924,-36.90879821777344,7.978300094604492,-17.948400497436523,-17.40880012512207,7.978300094604492,-17.8971004486084,-17.195199966430664,7.978300094604492,-19.465599060058594,-15.652799606323242,7.978300094604492,-19.465599060058594,-15.652799606323242,7.978300094604492,-17.8971004486084,-17.195199966430664,7.978300094604492,-17.812999725341797,-16.99220085144043,7.978300094604492,-19.465599060058594,-15.652799606323242,7.978300094604492,-17.812999725341797,-16.99220085144043,7.978300094604492,-17.765600204467773,-15.652799606323242,7.978300094604492,-17.8971004486084,-20.760400772094727,7.978300094604492,-17.948400497436523,-20.54680061340332,7.978300094604492,-19.465599060058594,-22.227800369262695,7.978300094604492,-19.465599060058594,-22.227800369262695,7.978300094604492,-17.948400497436523,-20.54680061340332,7.978300094604492,-17.965599060058594,-20.327800750732422,7.978300094604492,-19.465599060058594,-22.227800369262695,7.978300094604492,-17.965599060058594,-20.327800750732422,7.978300094604492,-19.465599060058594,-15.652799606323242,7.978300094604492,-19.465599060058594,-15.652799606323242,7.978300094604492,-17.965599060058594,-20.327800750732422,7.978300094604492,-17.965599060058594,-17.62779998779297,7.978300094604492,-19.465599060058594,-15.652799606323242,7.978300094604492,-17.965599060058594,-17.62779998779297,7.978300094604492,-17.948400497436523,-17.40880012512207,7.978300094604492,-17.388500213623047,-21.460399627685547,7.978300094604492,-17.555500030517578,-21.317800521850586,7.978300094604492,-17.765600204467773,-22.227800369262695,7.978300094604492,-17.555500030517578,-21.317800521850586,7.978300094604492,-17.698200225830078,-21.150699615478516,7.978300094604492,-17.765600204467773,-22.227800369262695,7.978300094604492,-17.765600204467773,-22.227800369262695,7.978300094604492,-17.698200225830078,-21.150699615478516,7.978300094604492,-17.765600204467773,-21.040800094604492,7.978300094604492,-17.765600204467773,-22.227800369262695,7.978300094604492,-17.765600204467773,-21.040800094604492,7.978300094604492,-19.465599060058594,-22.227800369262695,7.978300094604492,-19.465599060058594,-22.227800369262695,7.978300094604492,-17.765600204467773,-21.040800094604492,7.978300094604492,-17.812999725341797,-20.96339988708496,7.978300094604492,-19.465599060058594,-22.227800369262695,7.978300094604492,-17.812999725341797,-20.96339988708496,7.978300094604492,-17.8971004486084,-20.760400772094727,7.978300094604492,-7.232970237731934,-21.150699615478516,7.978300094604492,-7.375649929046631,-21.317800521850586,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-16.78459930419922,-21.710599899291992,7.978300094604492,-16.998199462890625,-21.659299850463867,7.978300094604492,-17.765600204467773,-22.227800369262695,7.978300094604492,-17.765600204467773,-22.227800369262695,7.978300094604492,-16.998199462890625,-21.659299850463867,7.978300094604492,-17.201200485229492,-21.575199127197266,7.978300094604492,-17.765600204467773,-22.227800369262695,7.978300094604492,-17.201200485229492,-21.575199127197266,7.978300094604492,-17.388500213623047,-21.460399627685547,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-8.146590232849121,-16.245100021362305,7.978300094604492,-7.93297004699707,-16.296300888061523,7.978300094604492,-7.375649929046631,-21.317800521850586,7.978300094604492,-7.542699813842773,-21.460399627685547,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-7.542699813842773,-21.460399627685547,7.978300094604492,-7.730010032653809,-21.575199127197266,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-7.730010032653809,-21.575199127197266,7.978300094604492,-7.93297004699707,-21.659299850463867,7.978300094604492,-17.812999725341797,-16.99220085144043,7.978300094604492,-17.765600204467773,-16.914899826049805,7.978300094604492,-17.765600204467773,-15.652799606323242,7.978300094604492,-17.765600204467773,-15.652799606323242,7.978300094604492,-17.765600204467773,-16.914899826049805,7.978300094604492,-17.698200225830078,-16.804899215698242,7.978300094604492,-17.765600204467773,-15.652799606323242,7.978300094604492,-17.698200225830078,-16.804899215698242,7.978300094604492,-17.555500030517578,-16.63789939880371,7.978300094604492,-7.93297004699707,-16.296300888061523,7.978300094604492,-7.730010032653809,-16.380399703979492,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-7.730010032653809,-16.380399703979492,7.978300094604492,-7.542699813842773,-16.49519920349121,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-7.542699813842773,-16.49519920349121,7.978300094604492,-7.375649929046631,-16.63789939880371,7.978300094604492,-7.93297004699707,-21.659299850463867,7.978300094604492,-8.146590232849121,-21.710599899291992,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-8.146590232849121,-21.710599899291992,7.978300094604492,-8.365599632263184,-21.727800369262695,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-8.365599632263184,-21.727800369262695,7.978300094604492,-17.765600204467773,-22.227800369262695,7.978300094604492,-17.765600204467773,-22.227800369262695,7.978300094604492,-8.365599632263184,-21.727800369262695,7.978300094604492,-16.56559944152832,-21.727800369262695,7.978300094604492,-17.765600204467773,-22.227800369262695,7.978300094604492,-16.56559944152832,-21.727800369262695,7.978300094604492,-16.78459930419922,-21.710599899291992,7.978300094604492,-17.555500030517578,-16.63789939880371,7.978300094604492,-17.388500213623047,-16.49519920349121,7.978300094604492,-17.765600204467773,-15.652799606323242,7.978300094604492,-17.765600204467773,-15.652799606323242,7.978300094604492,-17.388500213623047,-16.49519920349121,7.978300094604492,-17.201200485229492,-16.380399703979492,7.978300094604492,-17.765600204467773,-15.652799606323242,7.978300094604492,-17.201200485229492,-16.380399703979492,7.978300094604492,-16.998199462890625,-16.296300888061523,7.978300094604492,-16.998199462890625,-16.296300888061523,7.978300094604492,-16.78459930419922,-16.245100021362305,7.978300094604492,-17.765600204467773,-15.652799606323242,7.978300094604492,-17.765600204467773,-15.652799606323242,7.978300094604492,-16.78459930419922,-16.245100021362305,7.978300094604492,-16.56559944152832,-16.227800369262695,7.978300094604492,-17.765600204467773,-15.652799606323242,7.978300094604492,-16.56559944152832,-16.227800369262695,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-16.56559944152832,-16.227800369262695,7.978300094604492,-8.365599632263184,-16.227800369262695,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-8.365599632263184,-16.227800369262695,7.978300094604492,-8.146590232849121,-16.245100021362305,7.978300094604492,-7.375649929046631,-16.63789939880371,7.978300094604492,-7.232970237731934,-16.804899215698242,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-7.232970237731934,-16.804899215698242,7.978300094604492,-7.118189811706543,-16.99220085144043,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-7.118189811706543,-16.99220085144043,7.978300094604492,-7.034120082855225,-17.195199966430664,7.978300094604492,-6.982830047607422,-20.54680061340332,7.978300094604492,-7.034120082855225,-20.760400772094727,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-7.034120082855225,-20.760400772094727,7.978300094604492,-7.118189811706543,-20.96339988708496,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-7.118189811706543,-20.96339988708496,7.978300094604492,-7.232970237731934,-21.150699615478516,7.978300094604492,-7.034120082855225,-17.195199966430664,7.978300094604492,-6.982830047607422,-17.40880012512207,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-6.982830047607422,-17.40880012512207,7.978300094604492,-6.96560001373291,-17.62779998779297,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-6.96560001373291,-17.62779998779297,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-6.96560001373291,-17.62779998779297,7.978300094604492,-6.96560001373291,-20.327800750732422,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-6.96560001373291,-20.327800750732422,7.978300094604492,-6.982830047607422,-20.54680061340332,7.978300094604492,-17.765600204467773,-23.414899826049805,7.978300094604492,-17.765600204467773,-22.227800369262695,7.978300094604492,-17.812999725341797,-23.49220085144043,7.978300094604492,-17.812999725341797,-23.49220085144043,7.978300094604492,-17.765600204467773,-22.227800369262695,7.978300094604492,-19.465599060058594,-22.227800369262695,7.978300094604492,-17.812999725341797,-23.49220085144043,7.978300094604492,-19.465599060058594,-22.227800369262695,7.978300094604492,-17.8971004486084,-23.695199966430664,7.978300094604492,-17.8971004486084,-23.695199966430664,7.978300094604492,-19.465599060058594,-22.227800369262695,7.978300094604492,-17.948400497436523,-23.90880012512207,7.978300094604492,-17.8971004486084,-27.260400772094727,7.978300094604492,-17.948400497436523,-27.04680061340332,7.978300094604492,-19.465599060058594,-28.727800369262695,7.978300094604492,-19.465599060058594,-28.727800369262695,7.978300094604492,-17.948400497436523,-27.04680061340332,7.978300094604492,-17.965599060058594,-26.827800750732422,7.978300094604492,-19.465599060058594,-28.727800369262695,7.978300094604492,-17.965599060058594,-26.827800750732422,7.978300094604492,-19.465599060058594,-22.227800369262695,7.978300094604492,-19.465599060058594,-22.227800369262695,7.978300094604492,-17.965599060058594,-26.827800750732422,7.978300094604492,-17.965599060058594,-24.12779998779297,7.978300094604492,-19.465599060058594,-22.227800369262695,7.978300094604492,-17.965599060058594,-24.12779998779297,7.978300094604492,-17.948400497436523,-23.90880012512207,7.978300094604492,-16.998199462890625,-22.796300888061523,7.978300094604492,-17.765600204467773,-22.227800369262695,7.978300094604492,-17.201200485229492,-22.880399703979492,7.978300094604492,-17.201200485229492,-22.880399703979492,7.978300094604492,-17.765600204467773,-22.227800369262695,7.978300094604492,-17.388500213623047,-22.99519920349121,7.978300094604492,-17.765600204467773,-23.414899826049805,7.978300094604492,-17.698200225830078,-23.304899215698242,7.978300094604492,-17.765600204467773,-22.227800369262695,7.978300094604492,-17.765600204467773,-22.227800369262695,7.978300094604492,-17.698200225830078,-23.304899215698242,7.978300094604492,-17.555500030517578,-23.13789939880371,7.978300094604492,-17.765600204467773,-22.227800369262695,7.978300094604492,-17.555500030517578,-23.13789939880371,7.978300094604492,-17.388500213623047,-22.99519920349121,7.978300094604492,-17.765600204467773,-28.727800369262695,7.978300094604492,-17.388500213623047,-27.960399627685547,7.978300094604492,-17.555500030517578,-27.817800521850586,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-8.146590232849121,-22.745100021362305,7.978300094604492,-7.93297004699707,-22.796300888061523,7.978300094604492,-17.555500030517578,-27.817800521850586,7.978300094604492,-17.698200225830078,-27.650699615478516,7.978300094604492,-17.765600204467773,-28.727800369262695,7.978300094604492,-17.765600204467773,-28.727800369262695,7.978300094604492,-17.698200225830078,-27.650699615478516,7.978300094604492,-17.765600204467773,-27.540800094604492,7.978300094604492,-17.765600204467773,-28.727800369262695,7.978300094604492,-17.765600204467773,-27.540800094604492,7.978300094604492,-19.465599060058594,-28.727800369262695,7.978300094604492,-19.465599060058594,-28.727800369262695,7.978300094604492,-17.765600204467773,-27.540800094604492,7.978300094604492,-17.812999725341797,-27.46339988708496,7.978300094604492,-19.465599060058594,-28.727800369262695,7.978300094604492,-17.812999725341797,-27.46339988708496,7.978300094604492,-17.8971004486084,-27.260400772094727,7.978300094604492,-7.542699813842773,-27.960399627685547,7.978300094604492,-7.730010032653809,-28.075199127197266,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-7.730010032653809,-28.075199127197266,7.978300094604492,-7.93297004699707,-28.159299850463867,7.978300094604492,-16.998199462890625,-22.796300888061523,7.978300094604492,-16.78459930419922,-22.745100021362305,7.978300094604492,-17.765600204467773,-22.227800369262695,7.978300094604492,-17.765600204467773,-22.227800369262695,7.978300094604492,-16.78459930419922,-22.745100021362305,7.978300094604492,-16.56559944152832,-22.727800369262695,7.978300094604492,-17.765600204467773,-22.227800369262695,7.978300094604492,-16.56559944152832,-22.727800369262695,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-16.56559944152832,-22.727800369262695,7.978300094604492,-8.365599632263184,-22.727800369262695,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-8.365599632263184,-22.727800369262695,7.978300094604492,-8.146590232849121,-22.745100021362305,7.978300094604492,-7.93297004699707,-22.796300888061523,7.978300094604492,-7.730010032653809,-22.880399703979492,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-7.730010032653809,-22.880399703979492,7.978300094604492,-7.542699813842773,-22.99519920349121,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-7.542699813842773,-22.99519920349121,7.978300094604492,-7.375649929046631,-23.13789939880371,7.978300094604492,-7.375649929046631,-23.13789939880371,7.978300094604492,-7.232970237731934,-23.304899215698242,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-7.232970237731934,-23.304899215698242,7.978300094604492,-7.118189811706543,-23.49220085144043,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-7.118189811706543,-23.49220085144043,7.978300094604492,-7.034120082855225,-23.695199966430664,7.978300094604492,-6.982830047607422,-27.04680061340332,7.978300094604492,-7.034120082855225,-27.260400772094727,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-7.034120082855225,-27.260400772094727,7.978300094604492,-7.118189811706543,-27.46339988708496,7.978300094604492,-16.78459930419922,-28.210599899291992,7.978300094604492,-16.998199462890625,-28.159299850463867,7.978300094604492,-17.765600204467773,-28.727800369262695,7.978300094604492,-17.765600204467773,-28.727800369262695,7.978300094604492,-16.998199462890625,-28.159299850463867,7.978300094604492,-17.201200485229492,-28.075199127197266,7.978300094604492,-17.765600204467773,-28.727800369262695,7.978300094604492,-17.201200485229492,-28.075199127197266,7.978300094604492,-17.388500213623047,-27.960399627685547,7.978300094604492,-7.034120082855225,-23.695199966430664,7.978300094604492,-6.982830047607422,-23.90880012512207,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-6.982830047607422,-23.90880012512207,7.978300094604492,-6.96560001373291,-24.12779998779297,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-6.96560001373291,-24.12779998779297,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-6.96560001373291,-24.12779998779297,7.978300094604492,-6.96560001373291,-26.827800750732422,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-6.96560001373291,-26.827800750732422,7.978300094604492,-6.982830047607422,-27.04680061340332,7.978300094604492,-7.118189811706543,-27.46339988708496,7.978300094604492,-7.232970237731934,-27.650699615478516,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-7.232970237731934,-27.650699615478516,7.978300094604492,-7.375649929046631,-27.817800521850586,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-7.375649929046631,-27.817800521850586,7.978300094604492,-7.542699813842773,-27.960399627685547,7.978300094604492,-7.93297004699707,-28.159299850463867,7.978300094604492,-8.146590232849121,-28.210599899291992,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-8.146590232849121,-28.210599899291992,7.978300094604492,-8.365599632263184,-28.227800369262695,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-8.365599632263184,-28.227800369262695,7.978300094604492,-17.765600204467773,-28.727800369262695,7.978300094604492,-17.765600204467773,-28.727800369262695,7.978300094604492,-8.365599632263184,-28.227800369262695,7.978300094604492,-16.56559944152832,-28.227800369262695,7.978300094604492,-17.765600204467773,-28.727800369262695,7.978300094604492,-16.56559944152832,-28.227800369262695,7.978300094604492,-16.78459930419922,-28.210599899291992,7.978300094604492,-17.812999725341797,-33.963401794433594,7.978300094604492,-17.8971004486084,-33.760398864746094,7.978300094604492,-19.465599060058594,-35.22779846191406,7.978300094604492,-17.948400497436523,-30.40880012512207,7.978300094604492,-17.8971004486084,-30.195199966430664,7.978300094604492,-19.465599060058594,-28.727800369262695,7.978300094604492,-19.465599060058594,-28.727800369262695,7.978300094604492,-17.8971004486084,-30.195199966430664,7.978300094604492,-17.812999725341797,-29.99220085144043,7.978300094604492,-19.465599060058594,-28.727800369262695,7.978300094604492,-17.812999725341797,-29.99220085144043,7.978300094604492,-17.765600204467773,-28.727800369262695,7.978300094604492,-17.812999725341797,-33.963401794433594,7.978300094604492,-19.465599060058594,-35.22779846191406,7.978300094604492,-17.765600204467773,-34.04079818725586,7.978300094604492,-17.8971004486084,-33.760398864746094,7.978300094604492,-17.948400497436523,-33.54679870605469,7.978300094604492,-19.465599060058594,-35.22779846191406,7.978300094604492,-19.465599060058594,-35.22779846191406,7.978300094604492,-17.948400497436523,-33.54679870605469,7.978300094604492,-17.965599060058594,-33.32780075073242,7.978300094604492,-19.465599060058594,-35.22779846191406,7.978300094604492,-17.965599060058594,-33.32780075073242,7.978300094604492,-19.465599060058594,-28.727800369262695,7.978300094604492,-19.465599060058594,-28.727800369262695,7.978300094604492,-17.965599060058594,-33.32780075073242,7.978300094604492,-17.965599060058594,-30.62779998779297,7.978300094604492,-19.465599060058594,-28.727800369262695,7.978300094604492,-17.965599060058594,-30.62779998779297,7.978300094604492,-17.948400497436523,-30.40880012512207,7.978300094604492,-17.812999725341797,-29.99220085144043,7.978300094604492,-17.765600204467773,-29.914899826049805,7.978300094604492,-17.765600204467773,-28.727800369262695,7.978300094604492,-17.765600204467773,-28.727800369262695,7.978300094604492,-17.765600204467773,-29.914899826049805,7.978300094604492,-17.698200225830078,-29.804899215698242,7.978300094604492,-17.765600204467773,-28.727800369262695,7.978300094604492,-17.698200225830078,-29.804899215698242,7.978300094604492,-17.555500030517578,-29.63789939880371,7.978300094604492,-7.542699813842773,-29.49519920349121,7.978300094604492,-7.375649929046631,-29.63789939880371,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-17.388500213623047,-34.46039962768555,7.978300094604492,-17.555500030517578,-34.31779861450195,7.978300094604492,-17.765600204467773,-35.22779846191406,7.978300094604492,-17.765600204467773,-35.22779846191406,7.978300094604492,-17.555500030517578,-34.31779861450195,7.978300094604492,-17.698200225830078,-34.150699615478516,7.978300094604492,-16.78459930419922,-34.710601806640625,7.978300094604492,-16.998199462890625,-34.6593017578125,7.978300094604492,-17.765600204467773,-35.22779846191406,7.978300094604492,-17.765600204467773,-35.22779846191406,7.978300094604492,-16.998199462890625,-34.6593017578125,7.978300094604492,-17.201200485229492,-34.575199127197266,7.978300094604492,-17.765600204467773,-35.22779846191406,7.978300094604492,-17.201200485229492,-34.575199127197266,7.978300094604492,-17.388500213623047,-34.46039962768555,7.978300094604492,-17.555500030517578,-29.63789939880371,7.978300094604492,-17.388500213623047,-29.49519920349121,7.978300094604492,-17.765600204467773,-28.727800369262695,7.978300094604492,-17.765600204467773,-28.727800369262695,7.978300094604492,-17.388500213623047,-29.49519920349121,7.978300094604492,-17.201200485229492,-29.380399703979492,7.978300094604492,-17.765600204467773,-28.727800369262695,7.978300094604492,-17.201200485229492,-29.380399703979492,7.978300094604492,-16.998199462890625,-29.296300888061523,7.978300094604492,-8.146590232849121,-29.245100021362305,7.978300094604492,-7.93297004699707,-29.296300888061523,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-7.93297004699707,-29.296300888061523,7.978300094604492,-7.730010032653809,-29.380399703979492,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-7.730010032653809,-29.380399703979492,7.978300094604492,-7.542699813842773,-29.49519920349121,7.978300094604492,-7.375649929046631,-29.63789939880371,7.978300094604492,-7.232970237731934,-29.804899215698242,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-7.232970237731934,-29.804899215698242,7.978300094604492,-7.118189811706543,-29.99220085144043,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-7.118189811706543,-29.99220085144043,7.978300094604492,-7.034120082855225,-30.195199966430664,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-8.365599632263184,-34.72779846191406,7.978300094604492,-17.765600204467773,-35.22779846191406,7.978300094604492,-17.765600204467773,-35.22779846191406,7.978300094604492,-8.365599632263184,-34.72779846191406,7.978300094604492,-16.56559944152832,-34.72779846191406,7.978300094604492,-17.765600204467773,-35.22779846191406,7.978300094604492,-16.56559944152832,-34.72779846191406,7.978300094604492,-16.78459930419922,-34.710601806640625,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-7.542699813842773,-34.46039962768555,7.978300094604492,-7.730010032653809,-34.575199127197266,7.978300094604492,-16.998199462890625,-29.296300888061523,7.978300094604492,-16.78459930419922,-29.245100021362305,7.978300094604492,-17.765600204467773,-28.727800369262695,7.978300094604492,-17.765600204467773,-28.727800369262695,7.978300094604492,-16.78459930419922,-29.245100021362305,7.978300094604492,-16.56559944152832,-29.227800369262695,7.978300094604492,-17.765600204467773,-28.727800369262695,7.978300094604492,-16.56559944152832,-29.227800369262695,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-16.56559944152832,-29.227800369262695,7.978300094604492,-8.365599632263184,-29.227800369262695,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-8.365599632263184,-29.227800369262695,7.978300094604492,-8.146590232849121,-29.245100021362305,7.978300094604492,-7.118189811706543,-33.963401794433594,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-7.034120082855225,-33.760398864746094,7.978300094604492,-7.034120082855225,-33.760398864746094,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-6.982830047607422,-33.54679870605469,7.978300094604492,-7.118189811706543,-33.963401794433594,7.978300094604492,-7.232970237731934,-34.150699615478516,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-7.232970237731934,-34.150699615478516,7.978300094604492,-7.375649929046631,-34.31779861450195,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-7.375649929046631,-34.31779861450195,7.978300094604492,-7.542699813842773,-34.46039962768555,7.978300094604492,-7.730010032653809,-34.575199127197266,7.978300094604492,-7.93297004699707,-34.6593017578125,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-7.93297004699707,-34.6593017578125,7.978300094604492,-8.146590232849121,-34.710601806640625,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-8.146590232849121,-34.710601806640625,7.978300094604492,-8.365599632263184,-34.72779846191406,7.978300094604492,-7.034120082855225,-30.195199966430664,7.978300094604492,-6.982830047607422,-30.40880012512207,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-6.982830047607422,-30.40880012512207,7.978300094604492,-6.96560001373291,-30.62779998779297,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-6.96560001373291,-30.62779998779297,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-6.96560001373291,-30.62779998779297,7.978300094604492,-6.96560001373291,-33.32780075073242,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-6.96560001373291,-33.32780075073242,7.978300094604492,-6.982830047607422,-33.54679870605469,7.978300094604492,-19.465599060058594,-42.35279846191406,7.978300094604492,-17.8971004486084,-40.260398864746094,7.978300094604492,-17.948400497436523,-40.04679870605469,7.978300094604492,-17.8971004486084,-36.6952018737793,7.978300094604492,-17.812999725341797,-36.4921989440918,7.978300094604492,-19.465599060058594,-35.22779846191406,7.978300094604492,-19.465599060058594,-35.22779846191406,7.978300094604492,-17.812999725341797,-36.4921989440918,7.978300094604492,-17.765600204467773,-35.22779846191406,7.978300094604492,-19.465599060058594,-35.22779846191406,7.978300094604492,-17.765600204467773,-35.22779846191406,7.978300094604492,-17.765600204467773,-34.04079818725586,7.978300094604492,-17.765600204467773,-34.04079818725586,7.978300094604492,-17.765600204467773,-35.22779846191406,7.978300094604492,-17.698200225830078,-34.150699615478516,7.978300094604492,-17.765600204467773,-42.35279846191406,7.978300094604492,-17.765600204467773,-40.54079818725586,7.978300094604492,-19.465599060058594,-42.35279846191406,7.978300094604492,-19.465599060058594,-42.35279846191406,7.978300094604492,-17.765600204467773,-40.54079818725586,7.978300094604492,-17.812999725341797,-40.463401794433594,7.978300094604492,-19.465599060058594,-42.35279846191406,7.978300094604492,-17.812999725341797,-40.463401794433594,7.978300094604492,-17.8971004486084,-40.260398864746094,7.978300094604492,-17.965599060058594,-39.82780075073242,7.978300094604492,-17.965599060058594,-37.12779998779297,7.978300094604492,-19.465599060058594,-35.22779846191406,7.978300094604492,-19.465599060058594,-35.22779846191406,7.978300094604492,-17.965599060058594,-37.12779998779297,7.978300094604492,-17.948400497436523,-36.90879821777344,7.978300094604492,-19.465599060058594,-35.22779846191406,7.978300094604492,-17.948400497436523,-36.90879821777344,7.978300094604492,-17.8971004486084,-36.6952018737793,7.978300094604492,-7.118189811706543,-36.4921989440918,7.978300094604492,-7.034120082855225,-36.6952018737793,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-6.982830047607422,-40.04679870605469,7.978300094604492,-7.034120082855225,-40.260398864746094,7.978300094604492,-6.21560001373291,-42.35279846191406,7.978300094604492,-17.812999725341797,-36.4921989440918,7.978300094604492,-17.765600204467773,-36.41490173339844,7.978300094604492,-17.765600204467773,-35.22779846191406,7.978300094604492,-17.765600204467773,-35.22779846191406,7.978300094604492,-17.765600204467773,-36.41490173339844,7.978300094604492,-17.698200225830078,-36.304901123046875,7.978300094604492,-17.765600204467773,-35.22779846191406,7.978300094604492,-17.698200225830078,-36.304901123046875,7.978300094604492,-17.555500030517578,-36.137901306152344,7.978300094604492,-7.034120082855225,-40.260398864746094,7.978300094604492,-7.118189811706543,-40.463401794433594,7.978300094604492,-6.21560001373291,-42.35279846191406,7.978300094604492,-6.21560001373291,-42.35279846191406,7.978300094604492,-7.118189811706543,-40.463401794433594,7.978300094604492,-7.232970237731934,-40.650699615478516,7.978300094604492,-6.21560001373291,-42.35279846191406,7.978300094604492,-7.232970237731934,-40.650699615478516,7.978300094604492,-7.375649929046631,-40.81779861450195,7.978300094604492,-7.375649929046631,-40.81779861450195,7.978300094604492,-7.542699813842773,-40.96039962768555,7.978300094604492,-6.21560001373291,-42.35279846191406,7.978300094604492,-6.21560001373291,-42.35279846191406,7.978300094604492,-7.542699813842773,-40.96039962768555,7.978300094604492,-7.730010032653809,-41.075199127197266,7.978300094604492,-6.21560001373291,-42.35279846191406,7.978300094604492,-7.730010032653809,-41.075199127197266,7.978300094604492,-7.93297004699707,-41.1593017578125,7.978300094604492,-17.388500213623047,-40.96039962768555,7.978300094604492,-17.555500030517578,-40.81779861450195,7.978300094604492,-17.765600204467773,-42.35279846191406,7.978300094604492,-17.765600204467773,-42.35279846191406,7.978300094604492,-17.555500030517578,-40.81779861450195,7.978300094604492,-17.698200225830078,-40.650699615478516,7.978300094604492,-17.765600204467773,-42.35279846191406,7.978300094604492,-17.698200225830078,-40.650699615478516,7.978300094604492,-17.765600204467773,-40.54079818725586,7.978300094604492,-17.555500030517578,-36.137901306152344,7.978300094604492,-17.388500213623047,-35.995201110839844,7.978300094604492,-17.765600204467773,-35.22779846191406,7.978300094604492,-17.765600204467773,-35.22779846191406,7.978300094604492,-17.388500213623047,-35.995201110839844,7.978300094604492,-17.201200485229492,-35.880401611328125,7.978300094604492,-17.765600204467773,-35.22779846191406,7.978300094604492,-17.201200485229492,-35.880401611328125,7.978300094604492,-16.998199462890625,-35.79629898071289,7.978300094604492,-8.146590232849121,-35.74509811401367,7.978300094604492,-7.93297004699707,-35.79629898071289,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-7.93297004699707,-35.79629898071289,7.978300094604492,-7.730010032653809,-35.880401611328125,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-7.730010032653809,-35.880401611328125,7.978300094604492,-7.542699813842773,-35.995201110839844,7.978300094604492,-7.542699813842773,-35.995201110839844,7.978300094604492,-7.375649929046631,-36.137901306152344,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-7.375649929046631,-36.137901306152344,7.978300094604492,-7.232970237731934,-36.304901123046875,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-7.232970237731934,-36.304901123046875,7.978300094604492,-7.118189811706543,-36.4921989440918,7.978300094604492,-16.78459930419922,-41.210601806640625,7.978300094604492,-16.998199462890625,-41.1593017578125,7.978300094604492,-17.765600204467773,-42.35279846191406,7.978300094604492,-17.765600204467773,-42.35279846191406,7.978300094604492,-16.998199462890625,-41.1593017578125,7.978300094604492,-17.201200485229492,-41.075199127197266,7.978300094604492,-17.765600204467773,-42.35279846191406,7.978300094604492,-17.201200485229492,-41.075199127197266,7.978300094604492,-17.388500213623047,-40.96039962768555,7.978300094604492,-7.034120082855225,-36.6952018737793,7.978300094604492,-6.982830047607422,-36.90879821777344,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-6.982830047607422,-36.90879821777344,7.978300094604492,-6.96560001373291,-37.12779998779297,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-6.96560001373291,-37.12779998779297,7.978300094604492,-6.21560001373291,-42.35279846191406,7.978300094604492,-6.21560001373291,-42.35279846191406,7.978300094604492,-6.96560001373291,-37.12779998779297,7.978300094604492,-6.96560001373291,-39.82780075073242,7.978300094604492,-6.21560001373291,-42.35279846191406,7.978300094604492,-6.96560001373291,-39.82780075073242,7.978300094604492,-6.982830047607422,-40.04679870605469,7.978300094604492,-7.93297004699707,-41.1593017578125,7.978300094604492,-8.146590232849121,-41.210601806640625,7.978300094604492,-6.21560001373291,-42.35279846191406,7.978300094604492,-6.21560001373291,-42.35279846191406,7.978300094604492,-8.146590232849121,-41.210601806640625,7.978300094604492,-8.365599632263184,-41.22779846191406,7.978300094604492,-6.21560001373291,-42.35279846191406,7.978300094604492,-8.365599632263184,-41.22779846191406,7.978300094604492,-17.765600204467773,-42.35279846191406,7.978300094604492,-17.765600204467773,-42.35279846191406,7.978300094604492,-8.365599632263184,-41.22779846191406,7.978300094604492,-16.56559944152832,-41.22779846191406,7.978300094604492,-17.765600204467773,-42.35279846191406,7.978300094604492,-16.56559944152832,-41.22779846191406,7.978300094604492,-16.78459930419922,-41.210601806640625,7.978300094604492,-16.998199462890625,-35.79629898071289,7.978300094604492,-16.78459930419922,-35.74509811401367,7.978300094604492,-17.765600204467773,-35.22779846191406,7.978300094604492,-17.765600204467773,-35.22779846191406,7.978300094604492,-16.78459930419922,-35.74509811401367,7.978300094604492,-16.56559944152832,-35.72779846191406,7.978300094604492,-17.765600204467773,-35.22779846191406,7.978300094604492,-16.56559944152832,-35.72779846191406,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-16.56559944152832,-35.72779846191406,7.978300094604492,-8.365599632263184,-35.72779846191406,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-8.365599632263184,-35.72779846191406,7.978300094604492,-8.146590232849121,-35.74509811401367,7.978300094604492,17.270000457763672,-21.575199127197266,7.978300094604492,17.066999435424805,-21.659299850463867,7.978300094604492,20.034400939941406,-22.227800369262695,7.978300094604492,18.017200469970703,-20.54680061340332,7.978300094604492,17.965900421142578,-20.760400772094727,7.978300094604492,20.034400939941406,-22.227800369262695,7.978300094604492,20.034400939941406,-22.227800369262695,7.978300094604492,17.965900421142578,-20.760400772094727,7.978300094604492,17.881799697875977,-20.96339988708496,7.978300094604492,20.034400939941406,-22.227800369262695,7.978300094604492,17.881799697875977,-20.96339988708496,7.978300094604492,17.767000198364258,-21.150699615478516,7.978300094604492,16.6343994140625,-16.227800369262695,7.978300094604492,16.8533992767334,-16.245100021362305,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,16.8533992767334,-16.245100021362305,7.978300094604492,17.066999435424805,-16.296300888061523,7.978300094604492,17.624399185180664,-16.63789939880371,7.978300094604492,17.767000198364258,-16.804899215698242,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,17.767000198364258,-16.804899215698242,7.978300094604492,17.881799697875977,-16.99220085144043,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,17.881799697875977,-16.99220085144043,7.978300094604492,17.965900421142578,-17.195199966430664,7.978300094604492,17.965900421142578,-17.195199966430664,7.978300094604492,18.017200469970703,-17.40880012512207,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,18.017200469970703,-17.40880012512207,7.978300094604492,18.034400939941406,-17.62779998779297,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,18.034400939941406,-17.62779998779297,7.978300094604492,20.034400939941406,-22.227800369262695,7.978300094604492,20.034400939941406,-22.227800369262695,7.978300094604492,18.034400939941406,-17.62779998779297,7.978300094604492,18.034400939941406,-20.327800750732422,7.978300094604492,20.034400939941406,-22.227800369262695,7.978300094604492,18.034400939941406,-20.327800750732422,7.978300094604492,18.017200469970703,-20.54680061340332,7.978300094604492,17.767000198364258,-21.150699615478516,7.978300094604492,17.624399185180664,-21.317800521850586,7.978300094604492,20.034400939941406,-22.227800369262695,7.978300094604492,20.034400939941406,-22.227800369262695,7.978300094604492,17.624399185180664,-21.317800521850586,7.978300094604492,17.457300186157227,-21.460399627685547,7.978300094604492,20.034400939941406,-22.227800369262695,7.978300094604492,17.457300186157227,-21.460399627685547,7.978300094604492,17.270000457763672,-21.575199127197266,7.978300094604492,17.066999435424805,-16.296300888061523,7.978300094604492,17.270000457763672,-16.380399703979492,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,17.270000457763672,-16.380399703979492,7.978300094604492,17.457300186157227,-16.49519920349121,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,17.457300186157227,-16.49519920349121,7.978300094604492,17.624399185180664,-16.63789939880371,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,7.611499786376953,-21.460399627685547,7.978300094604492,7.4444499015808105,-21.317800521850586,7.978300094604492,7.3017802238464355,-16.804899215698242,7.978300094604492,7.4444499015808105,-16.63789939880371,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,7.4444499015808105,-16.63789939880371,7.978300094604492,7.611499786376953,-16.49519920349121,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,7.611499786376953,-16.49519920349121,7.978300094604492,7.7988200187683105,-16.380399703979492,7.978300094604492,15.039899826049805,-14.727800369262695,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,8.434399604797363,-16.227800369262695,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,8.434399604797363,-16.227800369262695,7.978300094604492,16.6343994140625,-16.227800369262695,7.978300094604492,8.2153902053833,-21.710599899291992,7.978300094604492,8.001779556274414,-21.659299850463867,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,8.001779556274414,-21.659299850463867,7.978300094604492,7.7988200187683105,-21.575199127197266,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,7.7988200187683105,-21.575199127197266,7.978300094604492,7.611499786376953,-21.460399627685547,7.978300094604492,7.4444499015808105,-21.317800521850586,7.978300094604492,7.3017802238464355,-21.150699615478516,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,7.3017802238464355,-21.150699615478516,7.978300094604492,7.186989784240723,-20.96339988708496,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,7.186989784240723,-20.96339988708496,7.978300094604492,7.102920055389404,-20.760400772094727,7.978300094604492,7.7988200187683105,-16.380399703979492,7.978300094604492,8.001779556274414,-16.296300888061523,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,8.001779556274414,-16.296300888061523,7.978300094604492,8.2153902053833,-16.245100021362305,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,8.2153902053833,-16.245100021362305,7.978300094604492,8.434399604797363,-16.227800369262695,7.978300094604492,7.051640033721924,-17.40880012512207,7.978300094604492,7.102920055389404,-17.195199966430664,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,7.102920055389404,-17.195199966430664,7.978300094604492,7.186989784240723,-16.99220085144043,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,7.186989784240723,-16.99220085144043,7.978300094604492,7.3017802238464355,-16.804899215698242,7.978300094604492,17.066999435424805,-21.659299850463867,7.978300094604492,16.8533992767334,-21.710599899291992,7.978300094604492,20.034400939941406,-22.227800369262695,7.978300094604492,20.034400939941406,-22.227800369262695,7.978300094604492,16.8533992767334,-21.710599899291992,7.978300094604492,16.6343994140625,-21.727800369262695,7.978300094604492,20.034400939941406,-22.227800369262695,7.978300094604492,16.6343994140625,-21.727800369262695,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,16.6343994140625,-21.727800369262695,7.978300094604492,8.434399604797363,-21.727800369262695,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,8.434399604797363,-21.727800369262695,7.978300094604492,8.2153902053833,-21.710599899291992,7.978300094604492,7.102920055389404,-20.760400772094727,7.978300094604492,7.051640033721924,-20.54680061340332,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,7.051640033721924,-20.54680061340332,7.978300094604492,7.03439998626709,-20.327800750732422,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,7.03439998626709,-20.327800750732422,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,7.03439998626709,-20.327800750732422,7.978300094604492,7.03439998626709,-17.62779998779297,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,7.03439998626709,-17.62779998779297,7.978300094604492,7.051640033721924,-17.40880012512207,7.978300094604492,5.124350070953369,-16.63789939880371,7.978300094604492,5.267029762268066,-16.804899215698242,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,5.267029762268066,-16.804899215698242,7.978300094604492,5.381810188293457,-16.99220085144043,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,5.381810188293457,-16.99220085144043,7.978300094604492,5.465879917144775,-17.195199966430664,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-4.888500213623047,-21.460399627685547,7.978300094604492,-5.0555500984191895,-21.317800521850586,7.978300094604492,-5.397079944610596,-17.195199966430664,7.978300094604492,-5.313010215759277,-16.99220085144043,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,4.769989967346191,-21.575199127197266,7.978300094604492,4.56702995300293,-21.659299850463867,7.978300094604492,-4.284609794616699,-21.710599899291992,7.978300094604492,-4.498219966888428,-21.659299850463867,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-4.498219966888428,-21.659299850463867,7.978300094604492,-4.7011799812316895,-21.575199127197266,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-4.7011799812316895,-21.575199127197266,7.978300094604492,-4.888500213623047,-21.460399627685547,7.978300094604492,-5.0555500984191895,-21.317800521850586,7.978300094604492,-5.1982197761535645,-21.150699615478516,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-5.1982197761535645,-21.150699615478516,7.978300094604492,-5.313010215759277,-20.96339988708496,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-5.313010215759277,-20.96339988708496,7.978300094604492,-5.397079944610596,-20.760400772094727,7.978300094604492,-4.888500213623047,-16.49519920349121,7.978300094604492,-4.7011799812316895,-16.380399703979492,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-4.7011799812316895,-16.380399703979492,7.978300094604492,-4.498219966888428,-16.296300888061523,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,4.353409767150879,-16.245100021362305,7.978300094604492,4.56702995300293,-16.296300888061523,7.978300094604492,5.465879917144775,-17.195199966430664,7.978300094604492,5.517169952392578,-17.40880012512207,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,5.517169952392578,-17.40880012512207,7.978300094604492,5.53439998626709,-17.62779998779297,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,5.53439998626709,-17.62779998779297,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,5.53439998626709,-17.62779998779297,7.978300094604492,5.53439998626709,-20.327800750732422,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,5.53439998626709,-20.327800750732422,7.978300094604492,5.517169952392578,-20.54680061340332,7.978300094604492,5.267029762268066,-21.150699615478516,7.978300094604492,5.124350070953369,-21.317800521850586,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,5.124350070953369,-21.317800521850586,7.978300094604492,4.957300186157227,-21.460399627685547,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,4.957300186157227,-21.460399627685547,7.978300094604492,4.769989967346191,-21.575199127197266,7.978300094604492,-5.397079944610596,-17.195199966430664,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-5.448359966278076,-17.40880012512207,7.978300094604492,-5.313010215759277,-16.99220085144043,7.978300094604492,-5.1982197761535645,-16.804899215698242,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-5.1982197761535645,-16.804899215698242,7.978300094604492,-5.0555500984191895,-16.63789939880371,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-5.0555500984191895,-16.63789939880371,7.978300094604492,-4.888500213623047,-16.49519920349121,7.978300094604492,4.56702995300293,-16.296300888061523,7.978300094604492,4.769989967346191,-16.380399703979492,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,4.769989967346191,-16.380399703979492,7.978300094604492,4.957300186157227,-16.49519920349121,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,4.957300186157227,-16.49519920349121,7.978300094604492,5.124350070953369,-16.63789939880371,7.978300094604492,5.517169952392578,-20.54680061340332,7.978300094604492,5.465879917144775,-20.760400772094727,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,5.465879917144775,-20.760400772094727,7.978300094604492,5.381810188293457,-20.96339988708496,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,5.381810188293457,-20.96339988708496,7.978300094604492,5.267029762268066,-21.150699615478516,7.978300094604492,4.56702995300293,-21.659299850463867,7.978300094604492,4.353409767150879,-21.710599899291992,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,4.353409767150879,-21.710599899291992,7.978300094604492,4.134399890899658,-21.727800369262695,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,4.134399890899658,-21.727800369262695,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,4.134399890899658,-21.727800369262695,7.978300094604492,-4.0655999183654785,-21.727800369262695,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-4.0655999183654785,-21.727800369262695,7.978300094604492,-4.284609794616699,-21.710599899291992,7.978300094604492,-4.498219966888428,-16.296300888061523,7.978300094604492,-4.284609794616699,-16.245100021362305,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-4.284609794616699,-16.245100021362305,7.978300094604492,-4.0655999183654785,-16.227800369262695,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-4.0655999183654785,-16.227800369262695,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,-4.0655999183654785,-16.227800369262695,7.978300094604492,4.134399890899658,-16.227800369262695,7.978300094604492,6.28439998626709,-15.652799606323242,7.978300094604492,4.134399890899658,-16.227800369262695,7.978300094604492,4.353409767150879,-16.245100021362305,7.978300094604492,-5.397079944610596,-20.760400772094727,7.978300094604492,-5.448359966278076,-20.54680061340332,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-5.448359966278076,-20.54680061340332,7.978300094604492,-5.46560001373291,-20.327800750732422,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-5.46560001373291,-20.327800750732422,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-5.46560001373291,-20.327800750732422,7.978300094604492,-5.46560001373291,-17.62779998779297,7.978300094604492,-6.21560001373291,-15.652799606323242,7.978300094604492,-5.46560001373291,-17.62779998779297,7.978300094604492,-5.448359966278076,-17.40880012512207,7.978300094604492,17.270000457763672,-28.075199127197266,7.978300094604492,17.066999435424805,-28.159299850463867,7.978300094604492,20.034400939941406,-28.727800369262695,7.978300094604492,17.881799697875977,-23.49220085144043,7.978300094604492,17.965900421142578,-23.695199966430664,7.978300094604492,20.034400939941406,-22.227800369262695,7.978300094604492,17.965900421142578,-23.695199966430664,7.978300094604492,18.017200469970703,-23.90880012512207,7.978300094604492,20.034400939941406,-22.227800369262695,7.978300094604492,20.034400939941406,-22.227800369262695,7.978300094604492,18.017200469970703,-23.90880012512207,7.978300094604492,18.034400939941406,-24.12779998779297,7.978300094604492,20.034400939941406,-22.227800369262695,7.978300094604492,18.034400939941406,-24.12779998779297,7.978300094604492,20.034400939941406,-28.727800369262695,7.978300094604492,20.034400939941406,-28.727800369262695,7.978300094604492,18.034400939941406,-24.12779998779297,7.978300094604492,18.034400939941406,-26.827800750732422,7.978300094604492,20.034400939941406,-28.727800369262695,7.978300094604492,18.034400939941406,-26.827800750732422,7.978300094604492,18.017200469970703,-27.04680061340332,7.978300094604492,17.767000198364258,-27.650699615478516,7.978300094604492,17.624399185180664,-27.817800521850586,7.978300094604492,20.034400939941406,-28.727800369262695,7.978300094604492,20.034400939941406,-28.727800369262695,7.978300094604492,17.624399185180664,-27.817800521850586,7.978300094604492,17.457300186157227,-27.960399627685547,7.978300094604492,20.034400939941406,-28.727800369262695,7.978300094604492,17.457300186157227,-27.960399627685547,7.978300094604492,17.270000457763672,-28.075199127197266,7.978300094604492,8.2153902053833,-28.210599899291992,7.978300094604492,8.001779556274414,-28.159299850463867,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,8.001779556274414,-28.159299850463867,7.978300094604492,7.7988200187683105,-28.075199127197266,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,7.7988200187683105,-28.075199127197266,7.978300094604492,7.611499786376953,-27.960399627685547,7.978300094604492,18.017200469970703,-27.04680061340332,7.978300094604492,17.965900421142578,-27.260400772094727,7.978300094604492,20.034400939941406,-28.727800369262695,7.978300094604492,20.034400939941406,-28.727800369262695,7.978300094604492,17.965900421142578,-27.260400772094727,7.978300094604492,17.881799697875977,-27.46339988708496,7.978300094604492,20.034400939941406,-28.727800369262695,7.978300094604492,17.881799697875977,-27.46339988708496,7.978300094604492,17.767000198364258,-27.650699615478516,7.978300094604492,7.611499786376953,-27.960399627685547,7.978300094604492,7.4444499015808105,-27.817800521850586,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,7.4444499015808105,-27.817800521850586,7.978300094604492,7.3017802238464355,-27.650699615478516,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,7.3017802238464355,-27.650699615478516,7.978300094604492,7.186989784240723,-27.46339988708496,7.978300094604492,7.102920055389404,-23.695199966430664,7.978300094604492,7.186989784240723,-23.49220085144043,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,7.186989784240723,-23.49220085144043,7.978300094604492,7.3017802238464355,-23.304899215698242,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,7.3017802238464355,-23.304899215698242,7.978300094604492,7.4444499015808105,-23.13789939880371,7.978300094604492,16.8533992767334,-22.745100021362305,7.978300094604492,17.066999435424805,-22.796300888061523,7.978300094604492,20.034400939941406,-22.227800369262695,7.978300094604492,20.034400939941406,-22.227800369262695,7.978300094604492,17.066999435424805,-22.796300888061523,7.978300094604492,17.270000457763672,-22.880399703979492,7.978300094604492,20.034400939941406,-22.227800369262695,7.978300094604492,17.270000457763672,-22.880399703979492,7.978300094604492,17.457300186157227,-22.99519920349121,7.978300094604492,7.4444499015808105,-23.13789939880371,7.978300094604492,7.611499786376953,-22.99519920349121,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,7.611499786376953,-22.99519920349121,7.978300094604492,7.7988200187683105,-22.880399703979492,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,7.7988200187683105,-22.880399703979492,7.978300094604492,8.001779556274414,-22.796300888061523,7.978300094604492,17.457300186157227,-22.99519920349121,7.978300094604492,17.624399185180664,-23.13789939880371,7.978300094604492,20.034400939941406,-22.227800369262695,7.978300094604492,20.034400939941406,-22.227800369262695,7.978300094604492,17.624399185180664,-23.13789939880371,7.978300094604492,17.767000198364258,-23.304899215698242,7.978300094604492,20.034400939941406,-22.227800369262695,7.978300094604492,17.767000198364258,-23.304899215698242,7.978300094604492,17.881799697875977,-23.49220085144043,7.978300094604492,17.066999435424805,-28.159299850463867,7.978300094604492,16.8533992767334,-28.210599899291992,7.978300094604492,20.034400939941406,-28.727800369262695,7.978300094604492,20.034400939941406,-28.727800369262695,7.978300094604492,16.8533992767334,-28.210599899291992,7.978300094604492,16.6343994140625,-28.227800369262695,7.978300094604492,20.034400939941406,-28.727800369262695,7.978300094604492,16.6343994140625,-28.227800369262695,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,16.6343994140625,-28.227800369262695,7.978300094604492,8.434399604797363,-28.227800369262695,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,8.434399604797363,-28.227800369262695,7.978300094604492,8.2153902053833,-28.210599899291992,7.978300094604492,7.186989784240723,-27.46339988708496,7.978300094604492,7.102920055389404,-27.260400772094727,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,7.102920055389404,-27.260400772094727,7.978300094604492,7.051640033721924,-27.04680061340332,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,7.051640033721924,-27.04680061340332,7.978300094604492,7.03439998626709,-26.827800750732422,7.978300094604492,8.001779556274414,-22.796300888061523,7.978300094604492,8.2153902053833,-22.745100021362305,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,8.2153902053833,-22.745100021362305,7.978300094604492,8.434399604797363,-22.727800369262695,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,8.434399604797363,-22.727800369262695,7.978300094604492,20.034400939941406,-22.227800369262695,7.978300094604492,20.034400939941406,-22.227800369262695,7.978300094604492,8.434399604797363,-22.727800369262695,7.978300094604492,16.6343994140625,-22.727800369262695,7.978300094604492,20.034400939941406,-22.227800369262695,7.978300094604492,16.6343994140625,-22.727800369262695,7.978300094604492,16.8533992767334,-22.745100021362305,7.978300094604492,7.03439998626709,-26.827800750732422,7.978300094604492,7.03439998626709,-24.12779998779297,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,7.03439998626709,-24.12779998779297,7.978300094604492,7.051640033721924,-23.90880012512207,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,7.051640033721924,-23.90880012512207,7.978300094604492,7.102920055389404,-23.695199966430664,7.978300094604492,5.53439998626709,-26.827800750732422,7.978300094604492,5.517169952392578,-27.04680061340332,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,5.267029762268066,-27.650699615478516,7.978300094604492,5.124350070953369,-27.817800521850586,7.978300094604492,5.124350070953369,-27.817800521850586,7.978300094604492,4.957300186157227,-27.960399627685547,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,4.957300186157227,-27.960399627685547,7.978300094604492,4.769989967346191,-28.075199127197266,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,4.769989967346191,-28.075199127197266,7.978300094604492,4.56702995300293,-28.159299850463867,7.978300094604492,7.03439998626709,-26.827800750732422,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,5.53439998626709,-24.12779998779297,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,5.53439998626709,-24.12779998779297,7.978300094604492,5.53439998626709,-26.827800750732422,7.978300094604492,5.517169952392578,-27.04680061340332,7.978300094604492,5.465879917144775,-27.260400772094727,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,5.465879917144775,-27.260400772094727,7.978300094604492,5.381810188293457,-27.46339988708496,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,5.381810188293457,-27.46339988708496,7.978300094604492,5.267029762268066,-27.650699615478516,7.978300094604492,-4.284609794616699,-28.210599899291992,7.978300094604492,-4.498219966888428,-28.159299850463867,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-4.7011799812316895,-22.880399703979492,7.978300094604492,-4.498219966888428,-22.796300888061523,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,5.381810188293457,-23.49220085144043,7.978300094604492,5.465879917144775,-23.695199966430664,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,5.465879917144775,-23.695199966430664,7.978300094604492,5.517169952392578,-23.90880012512207,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,5.517169952392578,-23.90880012512207,7.978300094604492,5.53439998626709,-24.12779998779297,7.978300094604492,-4.498219966888428,-28.159299850463867,7.978300094604492,-4.7011799812316895,-28.075199127197266,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-4.7011799812316895,-28.075199127197266,7.978300094604492,-4.888500213623047,-27.960399627685547,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-4.888500213623047,-27.960399627685547,7.978300094604492,-5.0555500984191895,-27.817800521850586,7.978300094604492,4.353409767150879,-22.745100021362305,7.978300094604492,4.56702995300293,-22.796300888061523,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,4.56702995300293,-22.796300888061523,7.978300094604492,4.769989967346191,-22.880399703979492,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,4.769989967346191,-22.880399703979492,7.978300094604492,4.957300186157227,-22.99519920349121,7.978300094604492,4.957300186157227,-22.99519920349121,7.978300094604492,5.124350070953369,-23.13789939880371,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,5.124350070953369,-23.13789939880371,7.978300094604492,5.267029762268066,-23.304899215698242,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,5.267029762268066,-23.304899215698242,7.978300094604492,5.381810188293457,-23.49220085144043,7.978300094604492,-5.448359966278076,-23.90880012512207,7.978300094604492,-5.397079944610596,-23.695199966430664,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-5.397079944610596,-23.695199966430664,7.978300094604492,-5.313010215759277,-23.49220085144043,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-5.313010215759277,-23.49220085144043,7.978300094604492,-5.1982197761535645,-23.304899215698242,7.978300094604492,-5.1982197761535645,-23.304899215698242,7.978300094604492,-5.0555500984191895,-23.13789939880371,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-5.0555500984191895,-23.13789939880371,7.978300094604492,-4.888500213623047,-22.99519920349121,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-4.888500213623047,-22.99519920349121,7.978300094604492,-4.7011799812316895,-22.880399703979492,7.978300094604492,4.56702995300293,-28.159299850463867,7.978300094604492,4.353409767150879,-28.210599899291992,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,4.353409767150879,-28.210599899291992,7.978300094604492,4.134399890899658,-28.227800369262695,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,4.134399890899658,-28.227800369262695,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,4.134399890899658,-28.227800369262695,7.978300094604492,-4.0655999183654785,-28.227800369262695,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-4.0655999183654785,-28.227800369262695,7.978300094604492,-4.284609794616699,-28.210599899291992,7.978300094604492,-4.498219966888428,-22.796300888061523,7.978300094604492,-4.284609794616699,-22.745100021362305,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-4.284609794616699,-22.745100021362305,7.978300094604492,-4.0655999183654785,-22.727800369262695,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-4.0655999183654785,-22.727800369262695,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,-4.0655999183654785,-22.727800369262695,7.978300094604492,4.134399890899658,-22.727800369262695,7.978300094604492,6.28439998626709,-22.227800369262695,7.978300094604492,4.134399890899658,-22.727800369262695,7.978300094604492,4.353409767150879,-22.745100021362305,7.978300094604492,-5.0555500984191895,-27.817800521850586,7.978300094604492,-5.1982197761535645,-27.650699615478516,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-5.1982197761535645,-27.650699615478516,7.978300094604492,-5.313010215759277,-27.46339988708496,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-5.313010215759277,-27.46339988708496,7.978300094604492,-5.397079944610596,-27.260400772094727,7.978300094604492,-5.397079944610596,-27.260400772094727,7.978300094604492,-5.448359966278076,-27.04680061340332,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-5.448359966278076,-27.04680061340332,7.978300094604492,-5.46560001373291,-26.827800750732422,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-5.46560001373291,-26.827800750732422,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-5.46560001373291,-26.827800750732422,7.978300094604492,-5.46560001373291,-24.12779998779297,7.978300094604492,-6.21560001373291,-22.227800369262695,7.978300094604492,-5.46560001373291,-24.12779998779297,7.978300094604492,-5.448359966278076,-23.90880012512207,7.978300094604492,7.7988200187683105,-29.380399703979492,7.978300094604492,8.001779556274414,-29.296300888061523,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,16.8533992767334,-29.245100021362305,7.978300094604492,17.066999435424805,-29.296300888061523,7.978300094604492,20.034400939941406,-28.727800369262695,7.978300094604492,20.034400939941406,-28.727800369262695,7.978300094604492,17.066999435424805,-29.296300888061523,7.978300094604492,17.270000457763672,-29.380399703979492,7.978300094604492,20.034400939941406,-28.727800369262695,7.978300094604492,17.270000457763672,-29.380399703979492,7.978300094604492,17.457300186157227,-29.49519920349121,7.978300094604492,17.881799697875977,-29.99220085144043,7.978300094604492,17.965900421142578,-30.195199966430664,7.978300094604492,20.034400939941406,-28.727800369262695,7.978300094604492,20.034400939941406,-35.22779846191406,7.978300094604492,18.017200469970703,-33.54679870605469,7.978300094604492,17.965900421142578,-33.760398864746094,7.978300094604492,17.965900421142578,-30.195199966430664,7.978300094604492,18.017200469970703,-30.40880012512207,7.978300094604492,20.034400939941406,-28.727800369262695,7.978300094604492,20.034400939941406,-28.727800369262695,7.978300094604492,18.017200469970703,-30.40880012512207,7.978300094604492,18.034400939941406,-30.62779998779297,7.978300094604492,20.034400939941406,-28.727800369262695,7.978300094604492,18.034400939941406,-30.62779998779297,7.978300094604492,20.034400939941406,-35.22779846191406,7.978300094604492,20.034400939941406,-35.22779846191406,7.978300094604492,18.034400939941406,-30.62779998779297,7.978300094604492,18.034400939941406,-33.32780075073242,7.978300094604492,20.034400939941406,-35.22779846191406,7.978300094604492,18.034400939941406,-33.32780075073242,7.978300094604492,18.017200469970703,-33.54679870605469,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,7.611499786376953,-34.46039962768555,7.978300094604492,7.4444499015808105,-34.31779861450195,7.978300094604492,17.457300186157227,-29.49519920349121,7.978300094604492,17.624399185180664,-29.63789939880371,7.978300094604492,20.034400939941406,-28.727800369262695,7.978300094604492,20.034400939941406,-28.727800369262695,7.978300094604492,17.624399185180664,-29.63789939880371,7.978300094604492,17.767000198364258,-29.804899215698242,7.978300094604492,20.034400939941406,-28.727800369262695,7.978300094604492,17.767000198364258,-29.804899215698242,7.978300094604492,17.881799697875977,-29.99220085144043,7.978300094604492,8.2153902053833,-34.710601806640625,7.978300094604492,8.001779556274414,-34.6593017578125,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,8.001779556274414,-34.6593017578125,7.978300094604492,7.7988200187683105,-34.575199127197266,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,7.7988200187683105,-34.575199127197266,7.978300094604492,7.611499786376953,-34.46039962768555,7.978300094604492,8.001779556274414,-29.296300888061523,7.978300094604492,8.2153902053833,-29.245100021362305,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,8.2153902053833,-29.245100021362305,7.978300094604492,8.434399604797363,-29.227800369262695,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,8.434399604797363,-29.227800369262695,7.978300094604492,20.034400939941406,-28.727800369262695,7.978300094604492,20.034400939941406,-28.727800369262695,7.978300094604492,8.434399604797363,-29.227800369262695,7.978300094604492,16.6343994140625,-29.227800369262695,7.978300094604492,20.034400939941406,-28.727800369262695,7.978300094604492,16.6343994140625,-29.227800369262695,7.978300094604492,16.8533992767334,-29.245100021362305,7.978300094604492,7.4444499015808105,-34.31779861450195,7.978300094604492,7.3017802238464355,-34.150699615478516,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,7.3017802238464355,-34.150699615478516,7.978300094604492,7.186989784240723,-33.963401794433594,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,7.186989784240723,-33.963401794433594,7.978300094604492,7.102920055389404,-33.760398864746094,7.978300094604492,17.965900421142578,-33.760398864746094,7.978300094604492,17.881799697875977,-33.963401794433594,7.978300094604492,20.034400939941406,-35.22779846191406,7.978300094604492,20.034400939941406,-35.22779846191406,7.978300094604492,17.881799697875977,-33.963401794433594,7.978300094604492,17.767000198364258,-34.150699615478516,7.978300094604492,20.034400939941406,-35.22779846191406,7.978300094604492,17.767000198364258,-34.150699615478516,7.978300094604492,17.624399185180664,-34.31779861450195,7.978300094604492,17.624399185180664,-34.31779861450195,7.978300094604492,17.457300186157227,-34.46039962768555,7.978300094604492,20.034400939941406,-35.22779846191406,7.978300094604492,20.034400939941406,-35.22779846191406,7.978300094604492,17.457300186157227,-34.46039962768555,7.978300094604492,17.270000457763672,-34.575199127197266,7.978300094604492,20.034400939941406,-35.22779846191406,7.978300094604492,17.270000457763672,-34.575199127197266,7.978300094604492,17.066999435424805,-34.6593017578125,7.978300094604492,17.066999435424805,-34.6593017578125,7.978300094604492,16.8533992767334,-34.710601806640625,7.978300094604492,20.034400939941406,-35.22779846191406,7.978300094604492,20.034400939941406,-35.22779846191406,7.978300094604492,16.8533992767334,-34.710601806640625,7.978300094604492,16.6343994140625,-34.72779846191406,7.978300094604492,20.034400939941406,-35.22779846191406,7.978300094604492,16.6343994140625,-34.72779846191406,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,16.6343994140625,-34.72779846191406,7.978300094604492,8.434399604797363,-34.72779846191406,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,8.434399604797363,-34.72779846191406,7.978300094604492,8.2153902053833,-34.710601806640625,7.978300094604492,7.3017802238464355,-29.804899215698242,7.978300094604492,7.4444499015808105,-29.63789939880371,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,7.4444499015808105,-29.63789939880371,7.978300094604492,7.611499786376953,-29.49519920349121,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,7.611499786376953,-29.49519920349121,7.978300094604492,7.7988200187683105,-29.380399703979492,7.978300094604492,7.051640033721924,-30.40880012512207,7.978300094604492,7.102920055389404,-30.195199966430664,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,7.102920055389404,-30.195199966430664,7.978300094604492,7.186989784240723,-29.99220085144043,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,7.186989784240723,-29.99220085144043,7.978300094604492,7.3017802238464355,-29.804899215698242,7.978300094604492,7.102920055389404,-33.760398864746094,7.978300094604492,7.051640033721924,-33.54679870605469,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,7.051640033721924,-33.54679870605469,7.978300094604492,7.03439998626709,-33.32780075073242,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,7.03439998626709,-33.32780075073242,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,7.03439998626709,-33.32780075073242,7.978300094604492,7.03439998626709,-30.62779998779297,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,7.03439998626709,-30.62779998779297,7.978300094604492,7.051640033721924,-30.40880012512207,7.978300094604492,-4.7011799812316895,-29.380399703979492,7.978300094604492,-4.498219966888428,-29.296300888061523,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,4.353409767150879,-29.245100021362305,7.978300094604492,4.56702995300293,-29.296300888061523,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,4.56702995300293,-29.296300888061523,7.978300094604492,4.769989967346191,-29.380399703979492,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,4.769989967346191,-29.380399703979492,7.978300094604492,4.957300186157227,-29.49519920349121,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,5.381810188293457,-29.99220085144043,7.978300094604492,5.465879917144775,-30.195199966430664,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-4.888500213623047,-34.46039962768555,7.978300094604492,-5.0555500984191895,-34.31779861450195,7.978300094604492,4.957300186157227,-29.49519920349121,7.978300094604492,5.124350070953369,-29.63789939880371,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,5.124350070953369,-29.63789939880371,7.978300094604492,5.267029762268066,-29.804899215698242,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,5.267029762268066,-29.804899215698242,7.978300094604492,5.381810188293457,-29.99220085144043,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,5.517169952392578,-33.54679870605469,7.978300094604492,5.465879917144775,-33.760398864746094,7.978300094604492,5.465879917144775,-33.760398864746094,7.978300094604492,5.381810188293457,-33.963401794433594,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,5.381810188293457,-33.963401794433594,7.978300094604492,5.267029762268066,-34.150699615478516,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,5.267029762268066,-34.150699615478516,7.978300094604492,5.124350070953369,-34.31779861450195,7.978300094604492,-4.284609794616699,-34.710601806640625,7.978300094604492,-4.498219966888428,-34.6593017578125,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-4.498219966888428,-34.6593017578125,7.978300094604492,-4.7011799812316895,-34.575199127197266,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-4.7011799812316895,-34.575199127197266,7.978300094604492,-4.888500213623047,-34.46039962768555,7.978300094604492,-5.0555500984191895,-34.31779861450195,7.978300094604492,-5.1982197761535645,-34.150699615478516,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-5.1982197761535645,-34.150699615478516,7.978300094604492,-5.313010215759277,-33.963401794433594,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-5.313010215759277,-33.963401794433594,7.978300094604492,-5.397079944610596,-33.760398864746094,7.978300094604492,5.465879917144775,-30.195199966430664,7.978300094604492,5.517169952392578,-30.40880012512207,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,5.517169952392578,-30.40880012512207,7.978300094604492,5.53439998626709,-30.62779998779297,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,5.53439998626709,-30.62779998779297,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,5.53439998626709,-30.62779998779297,7.978300094604492,5.53439998626709,-33.32780075073242,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,5.53439998626709,-33.32780075073242,7.978300094604492,5.517169952392578,-33.54679870605469,7.978300094604492,5.124350070953369,-34.31779861450195,7.978300094604492,4.957300186157227,-34.46039962768555,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,4.957300186157227,-34.46039962768555,7.978300094604492,4.769989967346191,-34.575199127197266,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,4.769989967346191,-34.575199127197266,7.978300094604492,4.56702995300293,-34.6593017578125,7.978300094604492,-5.1982197761535645,-29.804899215698242,7.978300094604492,-5.0555500984191895,-29.63789939880371,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-5.0555500984191895,-29.63789939880371,7.978300094604492,-4.888500213623047,-29.49519920349121,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-4.888500213623047,-29.49519920349121,7.978300094604492,-4.7011799812316895,-29.380399703979492,7.978300094604492,4.56702995300293,-34.6593017578125,7.978300094604492,4.353409767150879,-34.710601806640625,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,4.353409767150879,-34.710601806640625,7.978300094604492,4.134399890899658,-34.72779846191406,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,4.134399890899658,-34.72779846191406,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,4.134399890899658,-34.72779846191406,7.978300094604492,-4.0655999183654785,-34.72779846191406,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-4.0655999183654785,-34.72779846191406,7.978300094604492,-4.284609794616699,-34.710601806640625,7.978300094604492,-5.448359966278076,-30.40880012512207,7.978300094604492,-5.397079944610596,-30.195199966430664,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-5.397079944610596,-30.195199966430664,7.978300094604492,-5.313010215759277,-29.99220085144043,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-5.313010215759277,-29.99220085144043,7.978300094604492,-5.1982197761535645,-29.804899215698242,7.978300094604492,-4.498219966888428,-29.296300888061523,7.978300094604492,-4.284609794616699,-29.245100021362305,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-4.284609794616699,-29.245100021362305,7.978300094604492,-4.0655999183654785,-29.227800369262695,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-4.0655999183654785,-29.227800369262695,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,-4.0655999183654785,-29.227800369262695,7.978300094604492,4.134399890899658,-29.227800369262695,7.978300094604492,6.28439998626709,-28.727800369262695,7.978300094604492,4.134399890899658,-29.227800369262695,7.978300094604492,4.353409767150879,-29.245100021362305,7.978300094604492,-5.397079944610596,-33.760398864746094,7.978300094604492,-5.448359966278076,-33.54679870605469,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-5.448359966278076,-33.54679870605469,7.978300094604492,-5.46560001373291,-33.32780075073242,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-5.46560001373291,-33.32780075073242,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-5.46560001373291,-33.32780075073242,7.978300094604492,-5.46560001373291,-30.62779998779297,7.978300094604492,-6.21560001373291,-28.727800369262695,7.978300094604492,-5.46560001373291,-30.62779998779297,7.978300094604492,-5.448359966278076,-30.40880012512207,7.978300094604492,-17.948400497436523,-40.04679870605469,7.978300094604492,-17.965599060058594,-39.82780075073242,7.978300094604492,-19.465599060058594,-42.35279846191406,7.978300094604492,-19.465599060058594,-42.35279846191406,7.978300094604492,-17.965599060058594,-39.82780075073242,7.978300094604492,-19.465599060058594,-35.22779846191406,7.978300094604492,-19.465599060058594,-42.35279846191406,7.978300094604492,-19.465599060058594,-35.22779846191406,7.978300094604492,-19.965599060058594,-35.22779846191406,7.978300094604492,-19.965599060058594,-35.22779846191406,7.978300094604492,-19.465599060058594,-35.22779846191406,7.978300094604492,-19.465599060058594,-28.727800369262695,7.978300094604492,-19.965599060058594,-35.22779846191406,7.978300094604492,-19.465599060058594,-28.727800369262695,7.978300094604492,-19.965599060058594,-28.727800369262695,7.978300094604492,-19.965599060058594,-28.727800369262695,7.978300094604492,-19.465599060058594,-28.727800369262695,7.978300094604492,-19.465599060058594,-22.227800369262695,7.978300094604492,-19.965599060058594,-28.727800369262695,7.978300094604492,-19.465599060058594,-22.227800369262695,7.978300094604492,-19.965599060058594,-22.227800369262695,7.978300094604492,-19.965599060058594,-22.227800369262695,7.978300094604492,-19.465599060058594,-22.227800369262695,7.978300094604492,-19.465599060058594,-15.652799606323242,7.978300094604492,-19.965599060058594,-22.227800369262695,7.978300094604492,-19.465599060058594,-15.652799606323242,7.978300094604492,-19.965599060058594,-15.652799606323242,7.978300094604492,-19.965599060058594,-15.652799606323242,7.978300094604492,-19.465599060058594,-15.652799606323242,7.978300094604492,-19.965599060058594,41.52220153808594,7.978300094604492,5.517169952392578,-40.04679870605469,7.978300094604492,5.465879917144775,-40.260398864746094,7.978300094604492,6.28439998626709,-42.35279846191406,7.978300094604492,5.381810188293457,-36.4921989440918,7.978300094604492,5.465879917144775,-36.6952018737793,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,5.465879917144775,-36.6952018737793,7.978300094604492,5.517169952392578,-36.90879821777344,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,5.517169952392578,-36.90879821777344,7.978300094604492,5.53439998626709,-37.12779998779297,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,5.53439998626709,-37.12779998779297,7.978300094604492,6.28439998626709,-42.35279846191406,7.978300094604492,6.28439998626709,-42.35279846191406,7.978300094604492,5.53439998626709,-37.12779998779297,7.978300094604492,5.53439998626709,-39.82780075073242,7.978300094604492,6.28439998626709,-42.35279846191406,7.978300094604492,5.53439998626709,-39.82780075073242,7.978300094604492,5.517169952392578,-40.04679870605469,7.978300094604492,5.465879917144775,-40.260398864746094,7.978300094604492,5.381810188293457,-40.463401794433594,7.978300094604492,6.28439998626709,-42.35279846191406,7.978300094604492,6.28439998626709,-42.35279846191406,7.978300094604492,5.381810188293457,-40.463401794433594,7.978300094604492,5.267029762268066,-40.650699615478516,7.978300094604492,6.28439998626709,-42.35279846191406,7.978300094604492,5.267029762268066,-40.650699615478516,7.978300094604492,5.124350070953369,-40.81779861450195,7.978300094604492,-4.284609794616699,-41.210601806640625,7.978300094604492,-4.498219966888428,-41.1593017578125,7.978300094604492,-6.21560001373291,-42.35279846191406,7.978300094604492,-6.21560001373291,-42.35279846191406,7.978300094604492,-4.498219966888428,-41.1593017578125,7.978300094604492,-4.7011799812316895,-41.075199127197266,7.978300094604492,-6.21560001373291,-42.35279846191406,7.978300094604492,-4.7011799812316895,-41.075199127197266,7.978300094604492,-4.888500213623047,-40.96039962768555,7.978300094604492,-5.313010215759277,-40.463401794433594,7.978300094604492,-5.397079944610596,-40.260398864746094,7.978300094604492,-6.21560001373291,-42.35279846191406,7.978300094604492,5.124350070953369,-40.81779861450195,7.978300094604492,4.957300186157227,-40.96039962768555,7.978300094604492,6.28439998626709,-42.35279846191406,7.978300094604492,6.28439998626709,-42.35279846191406,7.978300094604492,4.957300186157227,-40.96039962768555,7.978300094604492,4.769989967346191,-41.075199127197266,7.978300094604492,6.28439998626709,-42.35279846191406,7.978300094604492,4.769989967346191,-41.075199127197266,7.978300094604492,4.56702995300293,-41.1593017578125,7.978300094604492,-4.888500213623047,-40.96039962768555,7.978300094604492,-5.0555500984191895,-40.81779861450195,7.978300094604492,-6.21560001373291,-42.35279846191406,7.978300094604492,-6.21560001373291,-42.35279846191406,7.978300094604492,-5.0555500984191895,-40.81779861450195,7.978300094604492,-5.1982197761535645,-40.650699615478516,7.978300094604492,-6.21560001373291,-42.35279846191406,7.978300094604492,-5.1982197761535645,-40.650699615478516,7.978300094604492,-5.313010215759277,-40.463401794433594,7.978300094604492,-5.448359966278076,-36.90879821777344,7.978300094604492,-5.397079944610596,-36.6952018737793,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-5.397079944610596,-36.6952018737793,7.978300094604492,-5.313010215759277,-36.4921989440918,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-5.313010215759277,-36.4921989440918,7.978300094604492,-5.1982197761535645,-36.304901123046875,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-4.7011799812316895,-35.880401611328125,7.978300094604492,-4.498219966888428,-35.79629898071289,7.978300094604492,4.353409767150879,-35.74509811401367,7.978300094604492,4.56702995300293,-35.79629898071289,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,4.56702995300293,-35.79629898071289,7.978300094604492,4.769989967346191,-35.880401611328125,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,4.769989967346191,-35.880401611328125,7.978300094604492,4.957300186157227,-35.995201110839844,7.978300094604492,-5.1982197761535645,-36.304901123046875,7.978300094604492,-5.0555500984191895,-36.137901306152344,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-5.0555500984191895,-36.137901306152344,7.978300094604492,-4.888500213623047,-35.995201110839844,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-4.888500213623047,-35.995201110839844,7.978300094604492,-4.7011799812316895,-35.880401611328125,7.978300094604492,4.957300186157227,-35.995201110839844,7.978300094604492,5.124350070953369,-36.137901306152344,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,5.124350070953369,-36.137901306152344,7.978300094604492,5.267029762268066,-36.304901123046875,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,5.267029762268066,-36.304901123046875,7.978300094604492,5.381810188293457,-36.4921989440918,7.978300094604492,4.56702995300293,-41.1593017578125,7.978300094604492,4.353409767150879,-41.210601806640625,7.978300094604492,6.28439998626709,-42.35279846191406,7.978300094604492,6.28439998626709,-42.35279846191406,7.978300094604492,4.353409767150879,-41.210601806640625,7.978300094604492,4.134399890899658,-41.22779846191406,7.978300094604492,6.28439998626709,-42.35279846191406,7.978300094604492,4.134399890899658,-41.22779846191406,7.978300094604492,-6.21560001373291,-42.35279846191406,7.978300094604492,-6.21560001373291,-42.35279846191406,7.978300094604492,4.134399890899658,-41.22779846191406,7.978300094604492,-4.0655999183654785,-41.22779846191406,7.978300094604492,-6.21560001373291,-42.35279846191406,7.978300094604492,-4.0655999183654785,-41.22779846191406,7.978300094604492,-4.284609794616699,-41.210601806640625,7.978300094604492,-4.498219966888428,-35.79629898071289,7.978300094604492,-4.284609794616699,-35.74509811401367,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-4.284609794616699,-35.74509811401367,7.978300094604492,-4.0655999183654785,-35.72779846191406,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-4.0655999183654785,-35.72779846191406,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,-4.0655999183654785,-35.72779846191406,7.978300094604492,4.134399890899658,-35.72779846191406,7.978300094604492,6.28439998626709,-35.22779846191406,7.978300094604492,4.134399890899658,-35.72779846191406,7.978300094604492,4.353409767150879,-35.74509811401367,7.978300094604492,-5.397079944610596,-40.260398864746094,7.978300094604492,-5.448359966278076,-40.04679870605469,7.978300094604492,-6.21560001373291,-42.35279846191406,7.978300094604492,-6.21560001373291,-42.35279846191406,7.978300094604492,-5.448359966278076,-40.04679870605469,7.978300094604492,-5.46560001373291,-39.82780075073242,7.978300094604492,-6.21560001373291,-42.35279846191406,7.978300094604492,-5.46560001373291,-39.82780075073242,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-5.46560001373291,-39.82780075073242,7.978300094604492,-5.46560001373291,-37.12779998779297,7.978300094604492,-6.21560001373291,-35.22779846191406,7.978300094604492,-5.46560001373291,-37.12779998779297,7.978300094604492,-5.448359966278076,-36.90879821777344,7.978300094604492,-19.141199111938477,-43.09590148925781,7.978300094604492,-18.873600006103516,-43.25979995727539,7.978300094604492,-19.37980079650879,-42.891998291015625,7.978300094604492,-19.37980079650879,-42.891998291015625,7.978300094604492,-18.873600006103516,-43.25979995727539,7.978300094604492,-18.583599090576172,-43.37990188598633,7.978300094604492,-19.37980079650879,-42.891998291015625,7.978300094604492,-18.583599090576172,-43.37990188598633,7.978300094604492,-19.465599060058594,-42.79159927368164,7.978300094604492,-19.465599060058594,-42.79159927368164,7.978300094604492,-18.583599090576172,-43.37990188598633,7.978300094604492,-18.278499603271484,-43.45320129394531,7.978300094604492,-19.465599060058594,-42.79159927368164,7.978300094604492,-18.278499603271484,-43.45320129394531,7.978300094604492,-19.465599060058594,-42.35279846191406,7.978300094604492,-19.465599060058594,-42.35279846191406,7.978300094604492,-18.278499603271484,-43.45320129394531,7.978300094604492,-17.965599060058594,-43.47779846191406,7.978300094604492,-19.465599060058594,-42.35279846191406,7.978300094604492,-17.965599060058594,-43.47779846191406,7.978300094604492,-17.765600204467773,-42.35279846191406,7.978300094604492,-17.765600204467773,-42.35279846191406,7.978300094604492,-17.965599060058594,-43.47779846191406,7.978300094604492,-17.765600204467773,-43.47779846191406,7.978300094604492,-17.765600204467773,-42.35279846191406,7.978300094604492,-17.765600204467773,-43.47779846191406,7.978300094604492,-6.21560001373291,-42.35279846191406,7.978300094604492,-6.21560001373291,-42.35279846191406,7.978300094604492,-17.765600204467773,-43.47779846191406,7.978300094604492,-6.21560001373291,-43.47779846191406,7.978300094604492,-6.21560001373291,-42.35279846191406,7.978300094604492,-6.21560001373291,-43.47779846191406,7.978300094604492,6.28439998626709,-42.35279846191406,7.978300094604492,6.28439998626709,-42.35279846191406,7.978300094604492,-6.21560001373291,-43.47779846191406,7.978300094604492,6.28439998626709,-43.47779846191406,7.978300094604492,6.28439998626709,-42.35279846191406,7.978300094604492,6.28439998626709,-43.47779846191406,7.978300094604492,19.83009910583496,-42.35279846191406,7.978300094604492,19.83009910583496,-42.35279846191406,7.978300094604492,6.28439998626709,-43.47779846191406,7.978300094604492,18.034400939941406,-43.47779846191406,7.978300094604492,19.83009910583496,-42.35279846191406,7.978300094604492,18.034400939941406,-43.47779846191406,7.978300094604492,19.8164005279541,-42.385799407958984,7.978300094604492,19.8164005279541,-42.385799407958984,7.978300094604492,18.034400939941406,-43.47779846191406,7.978300094604492,18.347299575805664,-43.45320129394531,7.978300094604492,19.8164005279541,-42.385799407958984,7.978300094604492,18.347299575805664,-43.45320129394531,7.978300094604492,19.65239906311035,-42.65340042114258,7.978300094604492,19.65239906311035,-42.65340042114258,7.978300094604492,18.347299575805664,-43.45320129394531,7.978300094604492,18.65239906311035,-43.37990188598633,7.978300094604492,19.65239906311035,-42.65340042114258,7.978300094604492,18.65239906311035,-43.37990188598633,7.978300094604492,19.44860076904297,-42.891998291015625,7.978300094604492,19.44860076904297,-42.891998291015625,7.978300094604492,18.65239906311035,-43.37990188598633,7.978300094604492,18.942399978637695,-43.25979995727539,7.978300094604492,19.44860076904297,-42.891998291015625,7.978300094604492,18.942399978637695,-43.25979995727539,7.978300094604492,19.209999084472656,-43.09590148925781,7.978300094604492,-5.560609817504883,-6.726990222930908,7.978300094604492,-4.884950160980225,-5.82781982421875,7.978300094604492,-14.971099853515625,-5.82781982421875,7.978300094604492,-10.629599571228027,-7.780879974365234,7.978300094604492,-14.971099853515625,-5.82781982421875,7.978300094604492,-10.788100242614746,-7.845990180969238,7.978300094604492,-10.788100242614746,-7.845990180969238,7.978300094604492,-14.971099853515625,-5.82781982421875,7.978300094604492,-10.934599876403809,-7.934929847717285,7.978300094604492,-6.073790073394775,-7.727819919586182,7.978300094604492,-5.560609817504883,-6.726990222930908,7.978300094604492,-10.292099952697754,-7.727819919586182,7.978300094604492,-10.292099952697754,-7.727819919586182,7.978300094604492,-5.560609817504883,-6.726990222930908,7.978300094604492,-14.971099853515625,-5.82781982421875,7.978300094604492,-10.292099952697754,-7.727819919586182,7.978300094604492,-14.971099853515625,-5.82781982421875,7.978300094604492,-10.462900161743164,-7.741159915924072,7.978300094604492,-10.462900161743164,-7.741159915924072,7.978300094604492,-14.971099853515625,-5.82781982421875,7.978300094604492,-10.629599571228027,-7.780879974365234,7.978300094604492,-16.409500122070312,-10.177800178527832,7.978300094604492,-11.509499549865723,-10.177800178527832,7.978300094604492,-16.28809928894043,-8.361029624938965,7.978300094604492,-16.28809928894043,-8.361029624938965,7.978300094604492,-11.509499549865723,-10.177800178527832,7.978300094604492,-11.376700401306152,-8.644479751586914,7.978300094604492,-16.28809928894043,-8.361029624938965,7.978300094604492,-11.376700401306152,-8.644479751586914,7.978300094604492,-15.938300132751465,-6.574090003967285,7.978300094604492,-15.938300132751465,-6.574090003967285,7.978300094604492,-11.376700401306152,-8.644479751586914,7.978300094604492,-11.335100173950195,-8.478269577026367,7.978300094604492,-15.293800354003906,-5.881319999694824,7.978300094604492,-11.268199920654297,-8.320540428161621,7.978300094604492,-15.134599685668945,-5.841279983520508,7.978300094604492,-15.134599685668945,-5.841279983520508,7.978300094604492,-11.268199920654297,-8.320540428161621,7.978300094604492,-11.177499771118164,-8.17512035369873,7.978300094604492,-15.134599685668945,-5.841279983520508,7.978300094604492,-11.177499771118164,-8.17512035369873,7.978300094604492,-14.971099853515625,-5.82781982421875,7.978300094604492,-14.971099853515625,-5.82781982421875,7.978300094604492,-11.177499771118164,-8.17512035369873,7.978300094604492,-11.065400123596191,-8.045530319213867,7.978300094604492,-14.971099853515625,-5.82781982421875,7.978300094604492,-11.065400123596191,-8.045530319213867,7.978300094604492,-10.934599876403809,-7.934929847717285,7.978300094604492,-15.88379955291748,-6.419310092926025,7.978300094604492,-15.938300132751465,-6.574090003967285,7.978300094604492,-15.804699897766113,-6.275529861450195,7.978300094604492,-15.804699897766113,-6.275529861450195,7.978300094604492,-15.938300132751465,-6.574090003967285,7.978300094604492,-11.335100173950195,-8.478269577026367,7.978300094604492,-15.804699897766113,-6.275529861450195,7.978300094604492,-11.335100173950195,-8.478269577026367,7.978300094604492,-15.703200340270996,-6.146629810333252,7.978300094604492,-15.703200340270996,-6.146629810333252,7.978300094604492,-11.335100173950195,-8.478269577026367,7.978300094604492,-11.268199920654297,-8.320540428161621,7.978300094604492,-15.703200340270996,-6.146629810333252,7.978300094604492,-11.268199920654297,-8.320540428161621,7.978300094604492,-15.581899642944336,-6.036069869995117,7.978300094604492,-15.581899642944336,-6.036069869995117,7.978300094604492,-11.268199920654297,-8.320540428161621,7.978300094604492,-15.293800354003906,-5.881319999694824,7.978300094604492,-15.581899642944336,-6.036069869995117,7.978300094604492,-15.293800354003906,-5.881319999694824,7.978300094604492,-15.444199562072754,-5.946829795837402,7.978300094604492,-6.401730060577393,-8.766249656677246,7.978300094604492,-6.113770008087158,-7.82781982421875,7.978300094604492,-10.292099952697754,-7.82781982421875,7.978300094604492,-6.5473198890686035,-9.73701000213623,7.978300094604492,-11.27810001373291,-8.661149978637695,7.978300094604492,-11.409600257873535,-10.227800369262695,7.978300094604492,-6.5473198890686035,-9.73701000213623,7.978300094604492,-11.409600257873535,-10.227800369262695,7.978300094604492,-6.5473198890686035,-10.718600273132324,7.978300094604492,-6.5473198890686035,-10.718600273132324,7.978300094604492,-11.409600257873535,-10.227800369262695,7.978300094604492,-11.27810001373291,-11.794500350952148,7.978300094604492,-6.5473198890686035,-10.718600273132324,7.978300094604492,-11.27810001373291,-11.794500350952148,7.978300094604492,-11.240300178527832,-11.945599555969238,7.978300094604492,-10.292099952697754,-7.82781982421875,7.978300094604492,-10.447400093078613,-7.839950084686279,7.978300094604492,-6.401730060577393,-8.766249656677246,7.978300094604492,-6.401730060577393,-8.766249656677246,7.978300094604492,-10.447400093078613,-7.839950084686279,7.978300094604492,-10.598899841308594,-7.876049995422363,7.978300094604492,-6.401730060577393,-8.766249656677246,7.978300094604492,-10.598899841308594,-7.876049995422363,7.978300094604492,-6.5473198890686035,-9.73701000213623,7.978300094604492,-6.5473198890686035,-9.73701000213623,7.978300094604492,-10.598899841308594,-7.876049995422363,7.978300094604492,-10.743000030517578,-7.9352498054504395,7.978300094604492,-6.5473198890686035,-9.73701000213623,7.978300094604492,-10.743000030517578,-7.9352498054504395,7.978300094604492,-10.876199722290039,-8.01609992980957,7.978300094604492,-10.292099952697754,-12.627799987792969,7.978300094604492,-6.113770008087158,-12.627799987792969,7.978300094604492,-10.447400093078613,-12.615699768066406,7.978300094604492,-10.447400093078613,-12.615699768066406,7.978300094604492,-6.113770008087158,-12.627799987792969,7.978300094604492,-6.401730060577393,-11.689399719238281,7.978300094604492,-10.447400093078613,-12.615699768066406,7.978300094604492,-6.401730060577393,-11.689399719238281,7.978300094604492,-10.598899841308594,-12.57960033416748,7.978300094604492,-10.598899841308594,-12.57960033416748,7.978300094604492,-6.401730060577393,-11.689399719238281,7.978300094604492,-6.5473198890686035,-10.718600273132324,7.978300094604492,-10.598899841308594,-12.57960033416748,7.978300094604492,-6.5473198890686035,-10.718600273132324,7.978300094604492,-10.743000030517578,-12.520400047302246,7.978300094604492,-10.743000030517578,-12.520400047302246,7.978300094604492,-6.5473198890686035,-10.718600273132324,7.978300094604492,-10.876199722290039,-12.439499855041504,7.978300094604492,-11.240300178527832,-8.510049819946289,7.978300094604492,-11.27810001373291,-8.661149978637695,7.978300094604492,-11.179400444030762,-8.366660118103027,7.978300094604492,-11.179400444030762,-8.366660118103027,7.978300094604492,-11.27810001373291,-8.661149978637695,7.978300094604492,-6.5473198890686035,-9.73701000213623,7.978300094604492,-11.179400444030762,-8.366660118103027,7.978300094604492,-6.5473198890686035,-9.73701000213623,7.978300094604492,-11.097000122070312,-8.23445987701416,7.978300094604492,-11.097000122070312,-8.23445987701416,7.978300094604492,-6.5473198890686035,-9.73701000213623,7.978300094604492,-10.876199722290039,-8.01609992980957,7.978300094604492,-11.097000122070312,-8.23445987701416,7.978300094604492,-10.876199722290039,-8.01609992980957,7.978300094604492,-10.995100021362305,-8.116649627685547,7.978300094604492,-10.995100021362305,-12.33899974822998,7.978300094604492,-10.876199722290039,-12.439499855041504,7.978300094604492,-11.097000122070312,-12.221199989318848,7.978300094604492,-11.097000122070312,-12.221199989318848,7.978300094604492,-10.876199722290039,-12.439499855041504,7.978300094604492,-6.5473198890686035,-10.718600273132324,7.978300094604492,-11.097000122070312,-12.221199989318848,7.978300094604492,-6.5473198890686035,-10.718600273132324,7.978300094604492,-11.179400444030762,-12.08899974822998,7.978300094604492,-11.179400444030762,-12.08899974822998,7.978300094604492,-6.5473198890686035,-10.718600273132324,7.978300094604492,-11.240300178527832,-11.945599555969238,7.978300094604492,-14.971099853515625,-14.627799987792969,7.978300094604492,-4.884950160980225,-14.627799987792969,7.978300094604492,-5.560609817504883,-13.728699684143066,7.978300094604492,-5.560609817504883,-13.728699684143066,7.978300094604492,-6.073790073394775,-12.727800369262695,7.978300094604492,-14.971099853515625,-14.627799987792969,7.978300094604492,-14.971099853515625,-14.627799987792969,7.978300094604492,-6.073790073394775,-12.727800369262695,7.978300094604492,-10.292099952697754,-12.727800369262695,7.978300094604492,-14.971099853515625,-14.627799987792969,7.978300094604492,-10.292099952697754,-12.727800369262695,7.978300094604492,-10.462900161743164,-12.714500427246094,7.978300094604492,-10.462900161743164,-12.714500427246094,7.978300094604492,-10.629599571228027,-12.674799919128418,7.978300094604492,-14.971099853515625,-14.627799987792969,7.978300094604492,-14.971099853515625,-14.627799987792969,7.978300094604492,-10.629599571228027,-12.674799919128418,7.978300094604492,-10.788100242614746,-12.609600067138672,7.978300094604492,-14.971099853515625,-14.627799987792969,7.978300094604492,-10.788100242614746,-12.609600067138672,7.978300094604492,-10.934599876403809,-12.520700454711914,7.978300094604492,-15.444199562072754,-14.50879955291748,7.978300094604492,-15.293800354003906,-14.574299812316895,7.978300094604492,-15.134599685668945,-14.614399909973145,7.978300094604492,-11.509499549865723,-10.277799606323242,7.978300094604492,-16.409500122070312,-10.277799606323242,7.978300094604492,-11.376700401306152,-11.811200141906738,7.978300094604492,-11.376700401306152,-11.811200141906738,7.978300094604492,-16.409500122070312,-10.277799606323242,7.978300094604492,-16.28809928894043,-12.094599723815918,7.978300094604492,-11.376700401306152,-11.811200141906738,7.978300094604492,-16.28809928894043,-12.094599723815918,7.978300094604492,-11.335100173950195,-11.977399826049805,7.978300094604492,-11.335100173950195,-11.977399826049805,7.978300094604492,-16.28809928894043,-12.094599723815918,7.978300094604492,-15.938300132751465,-13.881500244140625,7.978300094604492,-11.335100173950195,-11.977399826049805,7.978300094604492,-15.938300132751465,-13.881500244140625,7.978300094604492,-15.88379955291748,-14.036299705505371,7.978300094604492,-10.934599876403809,-12.520700454711914,7.978300094604492,-11.065400123596191,-12.410099983215332,7.978300094604492,-14.971099853515625,-14.627799987792969,7.978300094604492,-14.971099853515625,-14.627799987792969,7.978300094604492,-11.065400123596191,-12.410099983215332,7.978300094604492,-11.177499771118164,-12.280500411987305,7.978300094604492,-14.971099853515625,-14.627799987792969,7.978300094604492,-11.177499771118164,-12.280500411987305,7.978300094604492,-15.134599685668945,-14.614399909973145,7.978300094604492,-15.134599685668945,-14.614399909973145,7.978300094604492,-11.177499771118164,-12.280500411987305,7.978300094604492,-11.268199920654297,-12.135100364685059,7.978300094604492,-15.134599685668945,-14.614399909973145,7.978300094604492,-11.268199920654297,-12.135100364685059,7.978300094604492,-15.444199562072754,-14.50879955291748,7.978300094604492,-15.88379955291748,-14.036299705505371,7.978300094604492,-15.804699897766113,-14.180100440979004,7.978300094604492,-11.335100173950195,-11.977399826049805,7.978300094604492,-11.335100173950195,-11.977399826049805,7.978300094604492,-15.804699897766113,-14.180100440979004,7.978300094604492,-15.703200340270996,-14.309000015258789,7.978300094604492,-11.335100173950195,-11.977399826049805,7.978300094604492,-15.703200340270996,-14.309000015258789,7.978300094604492,-11.268199920654297,-12.135100364685059,7.978300094604492,-11.268199920654297,-12.135100364685059,7.978300094604492,-15.703200340270996,-14.309000015258789,7.978300094604492,-15.581899642944336,-14.419599533081055,7.978300094604492,-11.268199920654297,-12.135100364685059,7.978300094604492,-15.581899642944336,-14.419599533081055,7.978300094604492,-15.444199562072754,-14.50879955291748,7.978300094604492,-5.560609817504883,-6.726990222930908,7.878300189971924,-4.884950160980225,-5.82781982421875,7.878300189971924,-5.560609817504883,-6.726990222930908,7.978300094604492,-5.560609817504883,-6.726990222930908,7.978300094604492,-4.884950160980225,-5.82781982421875,7.878300189971924,-4.884950160980225,-5.82781982421875,7.978300094604492,-5.560609817504883,-6.726990222930908,7.878300189971924,-5.560609817504883,-6.726990222930908,7.978300094604492,-5.61230993270874,-6.82781982421875,7.878300189971924,-5.61230993270874,-6.82781982421875,7.878300189971924,-5.560609817504883,-6.726990222930908,7.978300094604492,-6.073790073394775,-7.727819919586182,7.978300094604492,-5.61230993270874,-6.82781982421875,7.878300189971924,-6.073790073394775,-7.727819919586182,7.978300094604492,-6.073790073394775,-7.727819919586182,7.878300189971924,-6.113770008087158,-7.82781982421875,7.878300189971924,-6.113770008087158,-7.82781982421875,7.978300094604492,-6.401730060577393,-8.766249656677246,7.978300094604492,-6.113770008087158,-7.82781982421875,7.878300189971924,-6.401730060577393,-8.766249656677246,7.978300094604492,-6.401730060577393,-8.766249656677246,7.878300189971924,-6.401730060577393,-8.766249656677246,7.878300189971924,-6.401730060577393,-8.766249656677246,7.978300094604492,-6.5473198890686035,-9.73701000213623,7.978300094604492,-6.401730060577393,-8.766249656677246,7.878300189971924,-6.5473198890686035,-9.73701000213623,7.978300094604492,-6.5473198890686035,-9.73701000213623,7.878300189971924,-6.5473198890686035,-9.73701000213623,7.878300189971924,-6.5473198890686035,-9.73701000213623,7.978300094604492,-6.5473198890686035,-10.227800369262695,7.878300189971924,-6.5473198890686035,-10.227800369262695,7.878300189971924,-6.5473198890686035,-9.73701000213623,7.978300094604492,-6.5473198890686035,-10.718600273132324,7.978300094604492,-6.5473198890686035,-10.227800369262695,7.878300189971924,-6.5473198890686035,-10.718600273132324,7.978300094604492,-6.5473198890686035,-10.718600273132324,7.878300189971924,-6.5473198890686035,-10.718600273132324,7.878300189971924,-6.5473198890686035,-10.718600273132324,7.978300094604492,-6.401730060577393,-11.689399719238281,7.978300094604492,-6.5473198890686035,-10.718600273132324,7.878300189971924,-6.401730060577393,-11.689399719238281,7.978300094604492,-6.401730060577393,-11.689399719238281,7.878300189971924,-6.401730060577393,-11.689399719238281,7.878300189971924,-6.401730060577393,-11.689399719238281,7.978300094604492,-6.113770008087158,-12.627799987792969,7.978300094604492,-6.401730060577393,-11.689399719238281,7.878300189971924,-6.113770008087158,-12.627799987792969,7.978300094604492,-6.113770008087158,-12.627799987792969,7.878300189971924,-6.073790073394775,-12.727800369262695,7.878300189971924,-6.073790073394775,-12.727800369262695,7.978300094604492,-5.61230993270874,-13.627799987792969,7.878300189971924,-5.61230993270874,-13.627799987792969,7.878300189971924,-6.073790073394775,-12.727800369262695,7.978300094604492,-5.560609817504883,-13.728699684143066,7.978300094604492,-5.61230993270874,-13.627799987792969,7.878300189971924,-5.560609817504883,-13.728699684143066,7.978300094604492,-5.560609817504883,-13.728699684143066,7.878300189971924,-5.560609817504883,-13.728699684143066,7.878300189971924,-5.560609817504883,-13.728699684143066,7.978300094604492,-4.884950160980225,-14.627799987792969,7.978300094604492,-5.560609817504883,-13.728699684143066,7.878300189971924,-4.884950160980225,-14.627799987792969,7.978300094604492,-4.884950160980225,-14.627799987792969,7.878300189971924,5.629419803619385,-13.728699684143066,7.978300094604492,4.953750133514404,-14.627799987792969,7.978300094604492,15.039899826049805,-14.627799987792969,7.978300094604492,15.512999534606934,-14.50879955291748,7.978300094604492,15.650699615478516,-14.419599533081055,7.978300094604492,11.336999893188477,-12.135100364685059,7.978300094604492,16.478300094604492,-10.277799606323242,7.978300094604492,11.578300476074219,-10.277799606323242,7.978300094604492,16.35689926147461,-12.094599723815918,7.978300094604492,16.35689926147461,-12.094599723815918,7.978300094604492,11.578300476074219,-10.277799606323242,7.978300094604492,11.445500373840332,-11.811200141906738,7.978300094604492,16.35689926147461,-12.094599723815918,7.978300094604492,11.445500373840332,-11.811200141906738,7.978300094604492,16.007200241088867,-13.881500244140625,7.978300094604492,16.007200241088867,-13.881500244140625,7.978300094604492,11.445500373840332,-11.811200141906738,7.978300094604492,11.403900146484375,-11.977399826049805,7.978300094604492,16.007200241088867,-13.881500244140625,7.978300094604492,11.403900146484375,-11.977399826049805,7.978300094604492,15.95259952545166,-14.036299705505371,7.978300094604492,15.95259952545166,-14.036299705505371,7.978300094604492,11.403900146484375,-11.977399826049805,7.978300094604492,11.336999893188477,-12.135100364685059,7.978300094604492,15.95259952545166,-14.036299705505371,7.978300094604492,11.336999893188477,-12.135100364685059,7.978300094604492,15.873499870300293,-14.180100440979004,7.978300094604492,15.873499870300293,-14.180100440979004,7.978300094604492,11.336999893188477,-12.135100364685059,7.978300094604492,15.650699615478516,-14.419599533081055,7.978300094604492,15.873499870300293,-14.180100440979004,7.978300094604492,15.650699615478516,-14.419599533081055,7.978300094604492,15.772000312805176,-14.309000015258789,7.978300094604492,11.134200096130371,-12.410099983215332,7.978300094604492,11.003399848937988,-12.520700454711914,7.978300094604492,15.039899826049805,-14.627799987792969,7.978300094604492,15.039899826049805,-14.627799987792969,7.978300094604492,11.003399848937988,-12.520700454711914,7.978300094604492,10.856900215148926,-12.609600067138672,7.978300094604492,15.039899826049805,-14.627799987792969,7.978300094604492,10.856900215148926,-12.609600067138672,7.978300094604492,10.698399543762207,-12.674799919128418,7.978300094604492,15.362600326538086,-14.574299812316895,7.978300094604492,15.512999534606934,-14.50879955291748,7.978300094604492,15.203399658203125,-14.614399909973145,7.978300094604492,15.203399658203125,-14.614399909973145,7.978300094604492,15.512999534606934,-14.50879955291748,7.978300094604492,11.336999893188477,-12.135100364685059,7.978300094604492,15.203399658203125,-14.614399909973145,7.978300094604492,11.336999893188477,-12.135100364685059,7.978300094604492,15.039899826049805,-14.627799987792969,7.978300094604492,15.039899826049805,-14.627799987792969,7.978300094604492,11.336999893188477,-12.135100364685059,7.978300094604492,11.246299743652344,-12.280500411987305,7.978300094604492,15.039899826049805,-14.627799987792969,7.978300094604492,11.246299743652344,-12.280500411987305,7.978300094604492,11.134200096130371,-12.410099983215332,7.978300094604492,6.142590045928955,-12.727800369262695,7.978300094604492,5.629419803619385,-13.728699684143066,7.978300094604492,10.360899925231934,-12.727800369262695,7.978300094604492,10.360899925231934,-12.727800369262695,7.978300094604492,5.629419803619385,-13.728699684143066,7.978300094604492,15.039899826049805,-14.627799987792969,7.978300094604492,10.360899925231934,-12.727800369262695,7.978300094604492,15.039899826049805,-14.627799987792969,7.978300094604492,10.531700134277344,-12.714500427246094,7.978300094604492,10.531700134277344,-12.714500427246094,7.978300094604492,15.039899826049805,-14.627799987792969,7.978300094604492,10.698399543762207,-12.674799919128418,7.978300094604492,11.248200416564941,-12.08899974822998,7.978300094604492,11.309100151062012,-11.945599555969238,7.978300094604492,6.4705400466918945,-11.689399719238281,7.978300094604492,6.4705400466918945,-11.689399719238281,7.978300094604492,11.309100151062012,-11.945599555969238,7.978300094604492,6.6161298751831055,-10.718600273132324,7.978300094604492,11.165800094604492,-12.221199989318848,7.978300094604492,10.516200065612793,-12.615699768066406,7.978300094604492,10.667699813842773,-12.57960033416748,7.978300094604492,11.165800094604492,-12.221199989318848,7.978300094604492,10.667699813842773,-12.57960033416748,7.978300094604492,11.063899993896484,-12.33899974822998,7.978300094604492,11.063899993896484,-12.33899974822998,7.978300094604492,10.667699813842773,-12.57960033416748,7.978300094604492,10.811800003051758,-12.520400047302246,7.978300094604492,11.063899993896484,-12.33899974822998,7.978300094604492,10.811800003051758,-12.520400047302246,7.978300094604492,10.944999694824219,-12.439499855041504,7.978300094604492,6.182569980621338,-12.627799987792969,7.978300094604492,10.360899925231934,-12.627799987792969,7.978300094604492,6.4705400466918945,-11.689399719238281,7.978300094604492,6.4705400466918945,-11.689399719238281,7.978300094604492,10.360899925231934,-12.627799987792969,7.978300094604492,10.516200065612793,-12.615699768066406,7.978300094604492,6.4705400466918945,-11.689399719238281,7.978300094604492,10.516200065612793,-12.615699768066406,7.978300094604492,11.248200416564941,-12.08899974822998,7.978300094604492,11.248200416564941,-12.08899974822998,7.978300094604492,10.516200065612793,-12.615699768066406,7.978300094604492,11.165800094604492,-12.221199989318848,7.978300094604492,11.34689998626709,-8.661149978637695,7.978300094604492,6.6161298751831055,-9.73701000213623,7.978300094604492,11.478400230407715,-10.227800369262695,7.978300094604492,11.478400230407715,-10.227800369262695,7.978300094604492,6.6161298751831055,-9.73701000213623,7.978300094604492,6.6161298751831055,-10.718600273132324,7.978300094604492,11.478400230407715,-10.227800369262695,7.978300094604492,6.6161298751831055,-10.718600273132324,7.978300094604492,11.34689998626709,-11.794500350952148,7.978300094604492,11.34689998626709,-11.794500350952148,7.978300094604492,6.6161298751831055,-10.718600273132324,7.978300094604492,11.309100151062012,-11.945599555969238,7.978300094604492,11.063899993896484,-8.116649627685547,7.978300094604492,10.944999694824219,-8.01609992980957,7.978300094604492,11.165800094604492,-8.23445987701416,7.978300094604492,11.165800094604492,-8.23445987701416,7.978300094604492,10.944999694824219,-8.01609992980957,7.978300094604492,6.6161298751831055,-9.73701000213623,7.978300094604492,11.165800094604492,-8.23445987701416,7.978300094604492,6.6161298751831055,-9.73701000213623,7.978300094604492,11.248200416564941,-8.366660118103027,7.978300094604492,11.248200416564941,-8.366660118103027,7.978300094604492,6.6161298751831055,-9.73701000213623,7.978300094604492,11.34689998626709,-8.661149978637695,7.978300094604492,11.248200416564941,-8.366660118103027,7.978300094604492,11.34689998626709,-8.661149978637695,7.978300094604492,11.309100151062012,-8.510049819946289,7.978300094604492,10.360899925231934,-7.82781982421875,7.978300094604492,6.182569980621338,-7.82781982421875,7.978300094604492,10.516200065612793,-7.839950084686279,7.978300094604492,10.516200065612793,-7.839950084686279,7.978300094604492,6.182569980621338,-7.82781982421875,7.978300094604492,6.4705400466918945,-8.766249656677246,7.978300094604492,10.516200065612793,-7.839950084686279,7.978300094604492,6.4705400466918945,-8.766249656677246,7.978300094604492,10.667699813842773,-7.876049995422363,7.978300094604492,10.667699813842773,-7.876049995422363,7.978300094604492,6.4705400466918945,-8.766249656677246,7.978300094604492,6.6161298751831055,-9.73701000213623,7.978300094604492,10.667699813842773,-7.876049995422363,7.978300094604492,6.6161298751831055,-9.73701000213623,7.978300094604492,10.811800003051758,-7.9352498054504395,7.978300094604492,10.811800003051758,-7.9352498054504395,7.978300094604492,6.6161298751831055,-9.73701000213623,7.978300094604492,10.944999694824219,-8.01609992980957,7.978300094604492,15.039899826049805,-5.82781982421875,7.978300094604492,4.953750133514404,-5.82781982421875,7.978300094604492,5.629419803619385,-6.726990222930908,7.978300094604492,10.531700134277344,-7.741159915924072,7.978300094604492,10.698399543762207,-7.780879974365234,7.978300094604492,15.039899826049805,-5.82781982421875,7.978300094604492,15.039899826049805,-5.82781982421875,7.978300094604492,10.698399543762207,-7.780879974365234,7.978300094604492,10.856900215148926,-7.845990180969238,7.978300094604492,15.039899826049805,-5.82781982421875,7.978300094604492,10.856900215148926,-7.845990180969238,7.978300094604492,11.003399848937988,-7.934929847717285,7.978300094604492,5.629419803619385,-6.726990222930908,7.978300094604492,6.142590045928955,-7.727819919586182,7.978300094604492,15.039899826049805,-5.82781982421875,7.978300094604492,15.039899826049805,-5.82781982421875,7.978300094604492,6.142590045928955,-7.727819919586182,7.978300094604492,10.360899925231934,-7.727819919586182,7.978300094604492,15.039899826049805,-5.82781982421875,7.978300094604492,10.360899925231934,-7.727819919586182,7.978300094604492,10.531700134277344,-7.741159915924072,7.978300094604492,11.578300476074219,-10.177800178527832,7.978300094604492,16.478300094604492,-10.177800178527832,7.978300094604492,11.445500373840332,-8.644479751586914,7.978300094604492,11.445500373840332,-8.644479751586914,7.978300094604492,16.478300094604492,-10.177800178527832,7.978300094604492,16.35689926147461,-8.361029624938965,7.978300094604492,11.445500373840332,-8.644479751586914,7.978300094604492,16.35689926147461,-8.361029624938965,7.978300094604492,11.403900146484375,-8.478269577026367,7.978300094604492,11.403900146484375,-8.478269577026367,7.978300094604492,16.35689926147461,-8.361029624938965,7.978300094604492,16.007200241088867,-6.574090003967285,7.978300094604492,11.403900146484375,-8.478269577026367,7.978300094604492,16.007200241088867,-6.574090003967285,7.978300094604492,15.95259952545166,-6.419310092926025,7.978300094604492,11.003399848937988,-7.934929847717285,7.978300094604492,11.134200096130371,-8.045530319213867,7.978300094604492,15.039899826049805,-5.82781982421875,7.978300094604492,15.039899826049805,-5.82781982421875,7.978300094604492,11.134200096130371,-8.045530319213867,7.978300094604492,11.246299743652344,-8.17512035369873,7.978300094604492,15.039899826049805,-5.82781982421875,7.978300094604492,11.246299743652344,-8.17512035369873,7.978300094604492,15.203399658203125,-5.841279983520508,7.978300094604492,15.203399658203125,-5.841279983520508,7.978300094604492,11.246299743652344,-8.17512035369873,7.978300094604492,11.336999893188477,-8.320540428161621,7.978300094604492,15.203399658203125,-5.841279983520508,7.978300094604492,11.336999893188477,-8.320540428161621,7.978300094604492,15.362600326538086,-5.881319999694824,7.978300094604492,15.362600326538086,-5.881319999694824,7.978300094604492,11.336999893188477,-8.320540428161621,7.978300094604492,15.512999534606934,-5.946829795837402,7.978300094604492,15.95259952545166,-6.419310092926025,7.978300094604492,15.873499870300293,-6.275529861450195,7.978300094604492,11.403900146484375,-8.478269577026367,7.978300094604492,11.403900146484375,-8.478269577026367,7.978300094604492,15.873499870300293,-6.275529861450195,7.978300094604492,15.772000312805176,-6.146629810333252,7.978300094604492,11.403900146484375,-8.478269577026367,7.978300094604492,15.772000312805176,-6.146629810333252,7.978300094604492,11.336999893188477,-8.320540428161621,7.978300094604492,11.336999893188477,-8.320540428161621,7.978300094604492,15.772000312805176,-6.146629810333252,7.978300094604492,15.650699615478516,-6.036069869995117,7.978300094604492,11.336999893188477,-8.320540428161621,7.978300094604492,15.650699615478516,-6.036069869995117,7.978300094604492,15.512999534606934,-5.946829795837402,7.978300094604492,4.953750133514404,-14.627799987792969,7.878300189971924,4.953750133514404,-14.627799987792969,7.978300094604492,5.568160057067871,-13.810199737548828,7.878300189971924,5.568160057067871,-13.810199737548828,7.878300189971924,4.953750133514404,-14.627799987792969,7.978300094604492,5.629419803619385,-13.728699684143066,7.978300094604492,5.568160057067871,-13.810199737548828,7.878300189971924,5.629419803619385,-13.728699684143066,7.978300094604492,5.629419803619385,-13.728699684143066,7.878300189971924,5.629419803619385,-13.728699684143066,7.878300189971924,5.629419803619385,-13.728699684143066,7.978300094604492,5.681119918823242,-13.627799987792969,7.878300189971924,5.681119918823242,-13.627799987792969,7.878300189971924,5.629419803619385,-13.728699684143066,7.978300094604492,6.142590045928955,-12.727800369262695,7.978300094604492,5.681119918823242,-13.627799987792969,7.878300189971924,6.142590045928955,-12.727800369262695,7.978300094604492,6.142590045928955,-12.727800369262695,7.878300189971924,6.182569980621338,-12.627799987792969,7.878300189971924,6.182569980621338,-12.627799987792969,7.978300094604492,6.4705400466918945,-11.689399719238281,7.978300094604492,6.182569980621338,-12.627799987792969,7.878300189971924,6.4705400466918945,-11.689399719238281,7.978300094604492,6.4705400466918945,-11.689399719238281,7.878300189971924,6.4705400466918945,-11.689399719238281,7.878300189971924,6.4705400466918945,-11.689399719238281,7.978300094604492,6.6161298751831055,-10.718600273132324,7.978300094604492,6.4705400466918945,-11.689399719238281,7.878300189971924,6.6161298751831055,-10.718600273132324,7.978300094604492,6.6161298751831055,-10.718600273132324,7.878300189971924,6.6161298751831055,-10.718600273132324,7.878300189971924,6.6161298751831055,-10.718600273132324,7.978300094604492,6.6161298751831055,-10.227800369262695,7.878300189971924,6.6161298751831055,-10.227800369262695,7.878300189971924,6.6161298751831055,-10.718600273132324,7.978300094604492,6.6161298751831055,-9.73701000213623,7.978300094604492,6.6161298751831055,-10.227800369262695,7.878300189971924,6.6161298751831055,-9.73701000213623,7.978300094604492,6.6161298751831055,-9.73701000213623,7.878300189971924,6.6161298751831055,-9.73701000213623,7.878300189971924,6.6161298751831055,-9.73701000213623,7.978300094604492,6.4705400466918945,-8.766249656677246,7.978300094604492,6.6161298751831055,-9.73701000213623,7.878300189971924,6.4705400466918945,-8.766249656677246,7.978300094604492,6.4705400466918945,-8.766249656677246,7.878300189971924,6.4705400466918945,-8.766249656677246,7.878300189971924,6.4705400466918945,-8.766249656677246,7.978300094604492,6.182569980621338,-7.82781982421875,7.978300094604492,6.4705400466918945,-8.766249656677246,7.878300189971924,6.182569980621338,-7.82781982421875,7.978300094604492,6.182569980621338,-7.82781982421875,7.878300189971924,-23.965599060058594,-43.47779846191406,3.8782999515533447,-23.965599060058594,43.52220153808594,3.8782999515533447,-23.965599060058594,-43.47779846191406,-4.121699810028076,-23.965599060058594,-43.47779846191406,-4.121699810028076,-23.965599060058594,43.52220153808594,3.8782999515533447,-23.965599060058594,43.52220153808594,-4.121699810028076,20.034400939941406,-47.47779846191406,3.8782999515533447,-19.965599060058594,-47.47779846191406,3.8782999515533447,20.034400939941406,-47.47779846191406,-4.121699810028076,20.034400939941406,-47.47779846191406,-4.121699810028076,-19.965599060058594,-47.47779846191406,3.8782999515533447,-19.965599060058594,-47.47779846191406,-4.121699810028076,24.034400939941406,-43.47779846191406,-4.121699810028076,24.034400939941406,43.52220153808594,-4.121699810028076,24.034400939941406,-43.47779846191406,3.8782999515533447,24.034400939941406,-43.47779846191406,3.8782999515533447,24.034400939941406,43.52220153808594,-4.121699810028076,24.034400939941406,43.52220153808594,3.8782999515533447,-19.965599060058594,47.52220153808594,3.8782999515533447,20.034400939941406,47.52220153808594,3.8782999515533447,-19.965599060058594,47.52220153808594,-4.121699810028076,-19.965599060058594,47.52220153808594,-4.121699810028076,20.034400939941406,47.52220153808594,3.8782999515533447,20.034400939941406,47.52220153808594,-4.121699810028076,20.034400939941406,43.583900451660156,-8.116840362548828,20.034400939941406,43.52220153808594,-8.121700286865234,19.44860076904297,42.9364013671875,-8.078570365905762,19.44860076904297,42.9364013671875,-8.078570365905762,19.213699340820312,43.13750076293945,-8.10315990447998,20.034400939941406,43.583900451660156,-8.116840362548828,20.034400939941406,43.583900451660156,-8.116840362548828,19.213699340820312,43.13750076293945,-8.10315990447998,19.209800720214844,43.13990020751953,-8.103340148925781,20.034400939941406,43.583900451660156,-8.116840362548828,19.209800720214844,43.13990020751953,-8.103340148925781,18.951900482177734,43.29930114746094,-8.115480422973633,18.951900482177734,43.29930114746094,-8.115480422973633,18.94230079650879,43.304100036621094,-8.115739822387695,20.034400939941406,43.583900451660156,-8.116840362548828,20.034400939941406,43.583900451660156,-8.116840362548828,18.94230079650879,43.304100036621094,-8.115739822387695,18.911699295043945,43.31949996948242,-8.116559982299805,20.034400939941406,43.583900451660156,-8.116840362548828,18.911699295043945,43.31949996948242,-8.116559982299805,18.651500701904297,43.42179870605469,-8.120260238647461,18.651500701904297,43.42179870605469,-8.120260238647461,18.61639976501465,43.43560028076172,-8.120759963989258,20.034400939941406,43.583900451660156,-8.116840362548828,20.034400939941406,43.583900451660156,-8.116840362548828,18.61639976501465,43.43560028076172,-8.120759963989258,18.34630012512207,43.49290084838867,-8.121489524841309,20.034400939941406,43.583900451660156,-8.116840362548828,18.34630012512207,43.49290084838867,-8.121489524841309,18.27899932861328,43.507198333740234,-8.12166976928711,18.034400939941406,43.52220153808594,-8.121700286865234,-17.965599060058594,43.52220153808594,-8.121700286865234,-19.965599060058594,43.583900451660156,-8.116840362548828,-19.965599060058594,43.583900451660156,-8.116840362548828,-17.965599060058594,43.52220153808594,-8.121700286865234,-18.278400421142578,43.49720001220703,-8.121620178222656,-19.965599060058594,43.583900451660156,-8.116840362548828,-18.278400421142578,43.49720001220703,-8.121620178222656,-18.282699584960938,43.49689865112305,-8.121620178222656,-18.282699584960938,43.49689865112305,-8.121620178222656,-18.583599090576172,43.42399978637695,-8.120490074157715,-19.965599060058594,43.583900451660156,-8.116840362548828,-19.965599060058594,43.583900451660156,-8.116840362548828,-18.583599090576172,43.42399978637695,-8.120490074157715,-18.587099075317383,43.423099517822266,-8.12047004699707,-19.965599060058594,43.583900451660156,-8.116840362548828,-18.587099075317383,43.423099517822266,-8.12047004699707,-18.62619972229004,43.4099006652832,-8.12012004852295,-18.62619972229004,43.4099006652832,-8.12012004852295,-18.872400283813477,43.30139923095703,-8.115349769592285,-19.965599060058594,43.583900451660156,-8.116840362548828,-19.965599060058594,43.583900451660156,-8.116840362548828,-18.872400283813477,43.30139923095703,-8.115349769592285,-18.91349983215332,43.28329849243164,-8.1145601272583,-19.965599060058594,43.583900451660156,-8.116840362548828,-18.91349983215332,43.28329849243164,-8.1145601272583,-19.139799118041992,43.138099670410156,-8.102840423583984,-19.37980079650879,42.9364013671875,-8.078570365905762,-19.965599060058594,43.52220153808594,-8.121700286865234,-19.212499618530273,43.085899353027344,-8.097840309143066,-19.212499618530273,43.085899353027344,-8.097840309143066,-19.965599060058594,43.52220153808594,-8.121700286865234,-19.965599060058594,43.583900451660156,-8.116840362548828,-19.212499618530273,43.085899353027344,-8.097840309143066,-19.965599060058594,43.583900451660156,-8.116840362548828,-19.17140007019043,43.117801666259766,-8.10120964050293,-19.17140007019043,43.117801666259766,-8.10120964050293,-19.965599060058594,43.583900451660156,-8.116840362548828,-19.139799118041992,43.138099670410156,-8.102840423583984,18.27899932861328,43.507198333740234,-8.12166976928711,18.034400939941406,43.52220153808594,-8.121700286865234,20.034400939941406,43.583900451660156,-8.116840362548828,20.034400939941406,43.583900451660156,-8.116840362548828,18.034400939941406,43.52220153808594,-8.121700286865234,-19.965599060058594,43.583900451660156,-8.116840362548828,20.034400939941406,43.583900451660156,-8.116840362548828,-19.965599060058594,43.583900451660156,-8.116840362548828,20.034400939941406,44.14789962768555,-8.072449684143066,20.034400939941406,44.14789962768555,-8.072449684143066,-19.965599060058594,43.583900451660156,-8.116840362548828,-19.965599060058594,44.14789962768555,-8.072449684143066,20.034400939941406,44.14789962768555,-8.072449684143066,-19.965599060058594,44.14789962768555,-8.072449684143066,20.034400939941406,44.26919937133789,-8.043330192565918,20.034400939941406,44.26919937133789,-8.043330192565918,-19.965599060058594,44.14789962768555,-8.072449684143066,-19.965599060058594,44.26919937133789,-8.043330192565918,20.034400939941406,44.26919937133789,-8.043330192565918,-19.965599060058594,44.26919937133789,-8.043330192565918,20.034400939941406,44.758201599121094,-7.925920009613037,20.034400939941406,44.758201599121094,-7.925920009613037,-19.965599060058594,44.26919937133789,-8.043330192565918,-19.965599060058594,44.758201599121094,-7.925920009613037,20.034400939941406,44.758201599121094,-7.925920009613037,-19.965599060058594,44.758201599121094,-7.925920009613037,20.034400939941406,44.93159866333008,-7.854119777679443,20.034400939941406,44.93159866333008,-7.854119777679443,-19.965599060058594,44.758201599121094,-7.925920009613037,-19.965599060058594,44.93159866333008,-7.854119777679443,20.034400939941406,44.93159866333008,-7.854119777679443,-19.965599060058594,44.93159866333008,-7.854119777679443,20.034400939941406,45.33810043334961,-7.685719966888428,20.034400939941406,45.33810043334961,-7.685719966888428,-19.965599060058594,44.93159866333008,-7.854119777679443,-19.965599060058594,45.33810043334961,-7.685719966888428,20.034400939941406,45.33810043334961,-7.685719966888428,-19.965599060058594,45.33810043334961,-7.685719966888428,20.034400939941406,45.55179977416992,-7.554830074310303,20.034400939941406,45.55179977416992,-7.554830074310303,-19.965599060058594,45.33810043334961,-7.685719966888428,-19.965599060058594,45.55179977416992,-7.554830074310303,20.034400939941406,45.55179977416992,-7.554830074310303,-19.965599060058594,45.55179977416992,-7.554830074310303,20.034400939941406,45.87329864501953,-7.357769966125488,20.034400939941406,45.87329864501953,-7.357769966125488,-19.965599060058594,45.55179977416992,-7.554830074310303,-19.965599060058594,45.87329864501953,-7.357769966125488,20.034400939941406,45.87329864501953,-7.357769966125488,-19.965599060058594,45.87329864501953,-7.357769966125488,20.034400939941406,46.111698150634766,-7.154210090637207,20.034400939941406,46.111698150634766,-7.154210090637207,-19.965599060058594,45.87329864501953,-7.357769966125488,-19.965599060058594,46.111698150634766,-7.154210090637207,20.034400939941406,46.111698150634766,-7.154210090637207,-19.965599060058594,46.111698150634766,-7.154210090637207,20.034400939941406,46.35060119628906,-6.950119972229004,20.034400939941406,46.35060119628906,-6.950119972229004,-19.965599060058594,46.111698150634766,-7.154210090637207,-19.965599060058594,46.35060119628906,-6.950119972229004,20.034400939941406,46.35060119628906,-6.950119972229004,-19.965599060058594,46.35060119628906,-6.950119972229004,20.034400939941406,46.595001220703125,-6.663949966430664,20.034400939941406,46.595001220703125,-6.663949966430664,-19.965599060058594,46.35060119628906,-6.950119972229004,-19.965599060058594,46.595001220703125,-6.663949966430664,20.034400939941406,46.595001220703125,-6.663949966430664,-19.965599060058594,46.595001220703125,-6.663949966430664,20.034400939941406,46.758201599121094,-6.472839832305908,20.034400939941406,46.758201599121094,-6.472839832305908,-19.965599060058594,46.595001220703125,-6.663949966430664,-19.965599060058594,46.758201599121094,-6.472839832305908,20.034400939941406,46.758201599121094,-6.472839832305908,-19.965599060058594,46.758201599121094,-6.472839832305908,20.034400939941406,46.98780059814453,-6.098330020904541,20.034400939941406,46.98780059814453,-6.098330020904541,-19.965599060058594,46.758201599121094,-6.472839832305908,-19.965599060058594,46.98780059814453,-6.098330020904541,20.034400939941406,46.98780059814453,-6.098330020904541,-19.965599060058594,46.98780059814453,-6.098330020904541,20.034400939941406,47.08620071411133,-5.937660217285156,20.034400939941406,47.08620071411133,-5.937660217285156,-19.965599060058594,46.98780059814453,-6.098330020904541,-19.965599060058594,47.08620071411133,-5.937660217285156,20.034400939941406,47.08620071411133,-5.937660217285156,-19.965599060058594,47.08620071411133,-5.937660217285156,20.034400939941406,47.27840042114258,-5.473780155181885,20.034400939941406,47.27840042114258,-5.473780155181885,-19.965599060058594,47.08620071411133,-5.937660217285156,-19.965599060058594,47.27840042114258,-5.473780155181885,20.034400939941406,47.27840042114258,-5.473780155181885,-19.965599060058594,47.27840042114258,-5.473780155181885,20.034400939941406,47.32640075683594,-5.357769966125488,20.034400939941406,47.32640075683594,-5.357769966125488,-19.965599060058594,47.27840042114258,-5.473780155181885,-19.965599060058594,47.32640075683594,-5.357769966125488,20.034400939941406,47.32640075683594,-5.357769966125488,-19.965599060058594,47.32640075683594,-5.357769966125488,20.034400939941406,47.45830154418945,-4.808460235595703,20.034400939941406,47.45830154418945,-4.808460235595703,-19.965599060058594,47.32640075683594,-5.357769966125488,-19.965599060058594,47.45830154418945,-4.808460235595703,20.034400939941406,47.45830154418945,-4.808460235595703,-19.965599060058594,47.45830154418945,-4.808460235595703,20.034400939941406,47.472900390625,-4.747429847717285,20.034400939941406,47.472900390625,-4.747429847717285,-19.965599060058594,47.45830154418945,-4.808460235595703,-19.965599060058594,47.472900390625,-4.747429847717285,20.034400939941406,47.472900390625,-4.747429847717285,-19.965599060058594,47.472900390625,-4.747429847717285,20.034400939941406,47.52220153808594,-4.121699810028076,20.034400939941406,47.52220153808594,-4.121699810028076,-19.965599060058594,47.472900390625,-4.747429847717285,-19.965599060058594,47.52220153808594,-4.121699810028076,-20.02739906311035,43.52220153808594,-8.116840362548828,-19.965599060058594,43.52220153808594,-8.121700286865234,-19.37980079650879,42.9364013671875,-8.078570365905762,-19.37980079650879,42.9364013671875,-8.078570365905762,-19.580900192260742,42.701499938964844,-8.10315990447998,-20.02739906311035,43.52220153808594,-8.116840362548828,-20.02739906311035,43.52220153808594,-8.116840362548828,-19.580900192260742,42.701499938964844,-8.10315990447998,-19.58329963684082,42.697601318359375,-8.103340148925781,-20.02739906311035,43.52220153808594,-8.116840362548828,-19.58329963684082,42.697601318359375,-8.103340148925781,-19.742799758911133,42.43960189819336,-8.115480422973633,-19.742799758911133,42.43960189819336,-8.115480422973633,-19.747499465942383,42.43009948730469,-8.115739822387695,-20.02739906311035,43.52220153808594,-8.116840362548828,-20.02739906311035,43.52220153808594,-8.116840362548828,-19.747499465942383,42.43009948730469,-8.115739822387695,-19.76289939880371,42.39950180053711,-8.116559982299805,-20.02739906311035,43.52220153808594,-8.116840362548828,-19.76289939880371,42.39950180053711,-8.116559982299805,-19.865299224853516,42.139198303222656,-8.120260238647461,-19.865299224853516,42.139198303222656,-8.120260238647461,-19.878999710083008,42.10419845581055,-8.120759963989258,-20.02739906311035,43.52220153808594,-8.116840362548828,-20.02739906311035,43.52220153808594,-8.116840362548828,-19.878999710083008,42.10419845581055,-8.120759963989258,-19.93630027770996,41.83409881591797,-8.121489524841309,-20.02739906311035,43.52220153808594,-8.116840362548828,-19.93630027770996,41.83409881591797,-8.121489524841309,-19.950599670410156,41.76679992675781,-8.12166976928711,-19.965599060058594,41.52220153808594,-8.121700286865234,-19.965599060058594,-41.47779846191406,-8.121700286865234,-20.02739906311035,-43.47779846191406,-8.116840362548828,-20.02739906311035,-43.47779846191406,-8.116840362548828,-19.965599060058594,-41.47779846191406,-8.121700286865234,-19.94059944152832,-41.79069900512695,-8.121620178222656,-20.02739906311035,-43.47779846191406,-8.116840362548828,-19.94059944152832,-41.79069900512695,-8.121620178222656,-19.94029998779297,-41.79499816894531,-8.121620178222656,-19.94029998779297,-41.79499816894531,-8.121620178222656,-19.867399215698242,-42.09579849243164,-8.120490074157715,-20.02739906311035,-43.47779846191406,-8.116840362548828,-20.02739906311035,-43.47779846191406,-8.116840362548828,-19.867399215698242,-42.09579849243164,-8.120490074157715,-19.866600036621094,-42.09939956665039,-8.12047004699707,-20.02739906311035,-43.47779846191406,-8.116840362548828,-19.866600036621094,-42.09939956665039,-8.12047004699707,-19.8533992767334,-42.13840103149414,-8.120129585266113,-19.8533992767334,-42.13840103149414,-8.120129585266113,-19.744800567626953,-42.38460159301758,-8.115360260009766,-20.02739906311035,-43.47779846191406,-8.116840362548828,-20.02739906311035,-43.47779846191406,-8.116840362548828,-19.744800567626953,-42.38460159301758,-8.115360260009766,-19.726699829101562,-42.42570114135742,-8.1145601272583,-20.02739906311035,-43.47779846191406,-8.116840362548828,-19.726699829101562,-42.42570114135742,-8.1145601272583,-19.581499099731445,-42.652000427246094,-8.102849960327148,-19.37980079650879,-42.891998291015625,-8.078579902648926,-19.965599060058594,-43.47779846191406,-8.121700286865234,-19.529399871826172,-42.724700927734375,-8.097840309143066,-19.529399871826172,-42.724700927734375,-8.097840309143066,-19.965599060058594,-43.47779846191406,-8.121700286865234,-20.02739906311035,-43.47779846191406,-8.116840362548828,-19.529399871826172,-42.724700927734375,-8.097840309143066,-20.02739906311035,-43.47779846191406,-8.116840362548828,-19.561199188232422,-42.68360137939453,-8.10120964050293,-19.561199188232422,-42.68360137939453,-8.10120964050293,-20.02739906311035,-43.47779846191406,-8.116840362548828,-19.581499099731445,-42.652000427246094,-8.102849960327148,-19.950599670410156,41.76679992675781,-8.12166976928711,-19.965599060058594,41.52220153808594,-8.121700286865234,-20.02739906311035,43.52220153808594,-8.116840362548828,-20.02739906311035,43.52220153808594,-8.116840362548828,-19.965599060058594,41.52220153808594,-8.121700286865234,-20.02739906311035,-43.47779846191406,-8.116840362548828,-20.02739906311035,43.52220153808594,-8.116840362548828,-20.02739906311035,-43.47779846191406,-8.116840362548828,-20.591299057006836,43.52220153808594,-8.072449684143066,-20.591299057006836,43.52220153808594,-8.072449684143066,-20.02739906311035,-43.47779846191406,-8.116840362548828,-20.591299057006836,-43.47779846191406,-8.072449684143066,-20.591299057006836,43.52220153808594,-8.072449684143066,-20.591299057006836,-43.47779846191406,-8.072449684143066,-20.71269989013672,43.52220153808594,-8.043330192565918,-20.71269989013672,43.52220153808594,-8.043330192565918,-20.591299057006836,-43.47779846191406,-8.072449684143066,-20.71269989013672,-43.47779846191406,-8.043330192565918,-20.71269989013672,43.52220153808594,-8.043330192565918,-20.71269989013672,-43.47779846191406,-8.043330192565918,-21.20170021057129,43.52220153808594,-7.925920009613037,-21.20170021057129,43.52220153808594,-7.925920009613037,-20.71269989013672,-43.47779846191406,-8.043330192565918,-21.20170021057129,-43.47779846191406,-7.925930023193359,-21.20170021057129,43.52220153808594,-7.925920009613037,-21.20170021057129,-43.47779846191406,-7.925930023193359,-21.375,43.52220153808594,-7.854119777679443,-21.375,43.52220153808594,-7.854119777679443,-21.20170021057129,-43.47779846191406,-7.925930023193359,-21.375,-43.47779846191406,-7.854119777679443,-21.375,43.52220153808594,-7.854119777679443,-21.375,-43.47779846191406,-7.854119777679443,-21.781600952148438,43.52220153808594,-7.685719966888428,-21.781600952148438,43.52220153808594,-7.685719966888428,-21.375,-43.47779846191406,-7.854119777679443,-21.781600952148438,-43.47779846191406,-7.68572998046875,-21.781600952148438,43.52220153808594,-7.685719966888428,-21.781600952148438,-43.47779846191406,-7.68572998046875,-21.99519920349121,43.52220153808594,-7.554830074310303,-21.99519920349121,43.52220153808594,-7.554830074310303,-21.781600952148438,-43.47779846191406,-7.68572998046875,-21.99519920349121,-43.47779846191406,-7.554830074310303,-21.99519920349121,43.52220153808594,-7.554830074310303,-21.99519920349121,-43.47779846191406,-7.554830074310303,-22.316699981689453,43.52220153808594,-7.357769966125488,-22.316699981689453,43.52220153808594,-7.357769966125488,-21.99519920349121,-43.47779846191406,-7.554830074310303,-22.316699981689453,-43.47779846191406,-7.357769966125488,-22.316699981689453,43.52220153808594,-7.357769966125488,-22.316699981689453,-43.47779846191406,-7.357769966125488,-22.555099487304688,43.52220153808594,-7.154210090637207,-22.555099487304688,43.52220153808594,-7.154210090637207,-22.316699981689453,-43.47779846191406,-7.357769966125488,-22.555099487304688,-43.47779846191406,-7.154210090637207,-22.555099487304688,43.52220153808594,-7.154210090637207,-22.555099487304688,-43.47779846191406,-7.154210090637207,-22.79400062561035,43.52220153808594,-6.950119972229004,-22.79400062561035,43.52220153808594,-6.950119972229004,-22.555099487304688,-43.47779846191406,-7.154210090637207,-22.79400062561035,-43.47779846191406,-6.950129985809326,-22.79400062561035,43.52220153808594,-6.950119972229004,-22.79400062561035,-43.47779846191406,-6.950129985809326,-23.038400650024414,43.52220153808594,-6.663949966430664,-23.038400650024414,43.52220153808594,-6.663949966430664,-22.79400062561035,-43.47779846191406,-6.950129985809326,-23.038400650024414,-43.47779846191406,-6.663959980010986,-23.038400650024414,43.52220153808594,-6.663949966430664,-23.038400650024414,-43.47779846191406,-6.663959980010986,-23.20170021057129,43.52220153808594,-6.472839832305908,-23.20170021057129,43.52220153808594,-6.472839832305908,-23.038400650024414,-43.47779846191406,-6.663959980010986,-23.20170021057129,-43.47779846191406,-6.472839832305908,-23.20170021057129,43.52220153808594,-6.472839832305908,-23.20170021057129,-43.47779846191406,-6.472839832305908,-23.43120002746582,43.52220153808594,-6.098330020904541,-23.43120002746582,43.52220153808594,-6.098330020904541,-23.20170021057129,-43.47779846191406,-6.472839832305908,-23.43120002746582,-43.47779846191406,-6.098330020904541,-23.43120002746582,43.52220153808594,-6.098330020904541,-23.43120002746582,-43.47779846191406,-6.098330020904541,-23.529600143432617,43.52220153808594,-5.937660217285156,-23.529600143432617,43.52220153808594,-5.937660217285156,-23.43120002746582,-43.47779846191406,-6.098330020904541,-23.529600143432617,-43.47779846191406,-5.937660217285156,-23.529600143432617,43.52220153808594,-5.937660217285156,-23.529600143432617,-43.47779846191406,-5.937660217285156,-23.721799850463867,43.52220153808594,-5.473780155181885,-23.721799850463867,43.52220153808594,-5.473780155181885,-23.529600143432617,-43.47779846191406,-5.937660217285156,-23.721799850463867,-43.47779846191406,-5.473780155181885,-23.721799850463867,43.52220153808594,-5.473780155181885,-23.721799850463867,-43.47779846191406,-5.473780155181885,-23.769800186157227,43.52220153808594,-5.357769966125488,-23.769800186157227,43.52220153808594,-5.357769966125488,-23.721799850463867,-43.47779846191406,-5.473780155181885,-23.769800186157227,-43.47779846191406,-5.357769966125488,-23.769800186157227,43.52220153808594,-5.357769966125488,-23.769800186157227,-43.47779846191406,-5.357769966125488,-23.90169906616211,43.52220153808594,-4.808460235595703,-23.90169906616211,43.52220153808594,-4.808460235595703,-23.769800186157227,-43.47779846191406,-5.357769966125488,-23.90169906616211,-43.47779846191406,-4.808460235595703,-23.90169906616211,43.52220153808594,-4.808460235595703,-23.90169906616211,-43.47779846191406,-4.808460235595703,-23.916400909423828,43.52220153808594,-4.747429847717285,-23.916400909423828,43.52220153808594,-4.747429847717285,-23.90169906616211,-43.47779846191406,-4.808460235595703,-23.916400909423828,-43.47779846191406,-4.747439861297607,-23.916400909423828,43.52220153808594,-4.747429847717285,-23.916400909423828,-43.47779846191406,-4.747439861297607,-23.965599060058594,43.52220153808594,-4.121699810028076,-23.965599060058594,43.52220153808594,-4.121699810028076,-23.916400909423828,-43.47779846191406,-4.747439861297607,-23.965599060058594,-43.47779846191406,-4.121699810028076,20.096200942993164,-43.47779846191406,-8.116840362548828,20.034400939941406,-43.47779846191406,-8.121700286865234,19.44860076904297,-42.891998291015625,-8.078579902648926,19.44860076904297,-42.891998291015625,-8.078579902648926,19.649700164794922,-42.65719985961914,-8.10315990447998,20.096200942993164,-43.47779846191406,-8.116840362548828,20.096200942993164,-43.47779846191406,-8.116840362548828,19.649700164794922,-42.65719985961914,-8.10315990447998,19.652099609375,-42.6531982421875,-8.103349685668945,20.096200942993164,-43.47779846191406,-8.116840362548828,19.652099609375,-42.6531982421875,-8.103349685668945,19.811599731445312,-42.395301818847656,-8.115489959716797,19.811599731445312,-42.395301818847656,-8.115489959716797,19.816299438476562,-42.385799407958984,-8.115739822387695,20.096200942993164,-43.47779846191406,-8.116840362548828,20.096200942993164,-43.47779846191406,-8.116840362548828,19.816299438476562,-42.385799407958984,-8.115739822387695,19.83169937133789,-42.355201721191406,-8.116559982299805,20.096200942993164,-43.47779846191406,-8.116840362548828,19.83169937133789,-42.355201721191406,-8.116559982299805,19.934099197387695,-42.09489822387695,-8.120260238647461,19.934099197387695,-42.09489822387695,-8.120260238647461,19.947799682617188,-42.05979919433594,-8.120759963989258,20.096200942993164,-43.47779846191406,-8.116840362548828,20.096200942993164,-43.47779846191406,-8.116840362548828,19.947799682617188,-42.05979919433594,-8.120759963989258,20.00510025024414,-41.78969955444336,-8.121489524841309,20.096200942993164,-43.47779846191406,-8.116840362548828,20.00510025024414,-41.78969955444336,-8.121489524841309,20.019399642944336,-41.7224006652832,-8.12166976928711,20.034400939941406,-41.47779846191406,-8.121700286865234,20.034400939941406,41.52220153808594,-8.121700286865234,20.096200942993164,43.52220153808594,-8.116840362548828,20.096200942993164,43.52220153808594,-8.116840362548828,20.034400939941406,41.52220153808594,-8.121700286865234,20.0093994140625,41.834999084472656,-8.121620178222656,20.096200942993164,43.52220153808594,-8.116840362548828,20.0093994140625,41.834999084472656,-8.121620178222656,20.00909996032715,41.839298248291016,-8.121620178222656,20.00909996032715,41.839298248291016,-8.121620178222656,19.936199188232422,42.140098571777344,-8.120490074157715,20.096200942993164,43.52220153808594,-8.116840362548828,20.096200942993164,43.52220153808594,-8.116840362548828,19.936199188232422,42.140098571777344,-8.120490074157715,19.935400009155273,42.143699645996094,-8.12047004699707,20.096200942993164,43.52220153808594,-8.116840362548828,19.935400009155273,42.143699645996094,-8.12047004699707,19.922199249267578,42.182701110839844,-8.12012004852295,19.922199249267578,42.182701110839844,-8.12012004852295,19.813600540161133,42.42890167236328,-8.115349769592285,20.096200942993164,43.52220153808594,-8.116840362548828,20.096200942993164,43.52220153808594,-8.116840362548828,19.813600540161133,42.42890167236328,-8.115349769592285,19.795499801635742,42.470001220703125,-8.1145601272583,20.096200942993164,43.52220153808594,-8.116840362548828,19.795499801635742,42.470001220703125,-8.1145601272583,19.650299072265625,42.6963996887207,-8.102840423583984,19.44860076904297,42.9364013671875,-8.078570365905762,20.034400939941406,43.52220153808594,-8.121700286865234,19.59819984436035,42.76900100708008,-8.097840309143066,19.59819984436035,42.76900100708008,-8.097840309143066,20.034400939941406,43.52220153808594,-8.121700286865234,20.096200942993164,43.52220153808594,-8.116840362548828,19.59819984436035,42.76900100708008,-8.097840309143066,20.096200942993164,43.52220153808594,-8.116840362548828,19.63010025024414,42.72800064086914,-8.10120964050293,19.63010025024414,42.72800064086914,-8.10120964050293,20.096200942993164,43.52220153808594,-8.116840362548828,19.650299072265625,42.6963996887207,-8.102840423583984,20.019399642944336,-41.7224006652832,-8.12166976928711,20.034400939941406,-41.47779846191406,-8.121700286865234,20.096200942993164,-43.47779846191406,-8.116840362548828,20.096200942993164,-43.47779846191406,-8.116840362548828,20.034400939941406,-41.47779846191406,-8.121700286865234,20.096200942993164,43.52220153808594,-8.116840362548828,20.096200942993164,-43.47779846191406,-8.116840362548828,20.096200942993164,43.52220153808594,-8.116840362548828,20.66010093688965,-43.47779846191406,-8.072449684143066,20.66010093688965,-43.47779846191406,-8.072449684143066,20.096200942993164,43.52220153808594,-8.116840362548828,20.66010093688965,43.52220153808594,-8.072449684143066,20.66010093688965,-43.47779846191406,-8.072449684143066,20.66010093688965,43.52220153808594,-8.072449684143066,20.7814998626709,-43.47779846191406,-8.043330192565918,20.7814998626709,-43.47779846191406,-8.043330192565918,20.66010093688965,43.52220153808594,-8.072449684143066,20.7814998626709,43.52220153808594,-8.043330192565918,20.7814998626709,-43.47779846191406,-8.043330192565918,20.7814998626709,43.52220153808594,-8.043330192565918,21.27050018310547,-43.47779846191406,-7.925930023193359,21.27050018310547,-43.47779846191406,-7.925930023193359,20.7814998626709,43.52220153808594,-8.043330192565918,21.27050018310547,43.52220153808594,-7.925920009613037,21.27050018310547,-43.47779846191406,-7.925930023193359,21.27050018310547,43.52220153808594,-7.925920009613037,21.44379997253418,-43.47779846191406,-7.854119777679443,21.44379997253418,-43.47779846191406,-7.854119777679443,21.27050018310547,43.52220153808594,-7.925920009613037,21.44379997253418,43.52220153808594,-7.854119777679443,21.44379997253418,-43.47779846191406,-7.854119777679443,21.44379997253418,43.52220153808594,-7.854119777679443,21.850400924682617,-43.47779846191406,-7.68572998046875,21.850400924682617,-43.47779846191406,-7.68572998046875,21.44379997253418,43.52220153808594,-7.854119777679443,21.850400924682617,43.52220153808594,-7.685719966888428,21.850400924682617,-43.47779846191406,-7.68572998046875,21.850400924682617,43.52220153808594,-7.685719966888428,22.06399917602539,-43.47779846191406,-7.554830074310303,22.06399917602539,-43.47779846191406,-7.554830074310303,21.850400924682617,43.52220153808594,-7.685719966888428,22.06399917602539,43.52220153808594,-7.554830074310303,22.06399917602539,-43.47779846191406,-7.554830074310303,22.06399917602539,43.52220153808594,-7.554830074310303,22.385499954223633,-43.47779846191406,-7.357769966125488,22.385499954223633,-43.47779846191406,-7.357769966125488,22.06399917602539,43.52220153808594,-7.554830074310303,22.385499954223633,43.52220153808594,-7.357769966125488,22.385499954223633,-43.47779846191406,-7.357769966125488,22.385499954223633,43.52220153808594,-7.357769966125488,22.623899459838867,-43.47779846191406,-7.154210090637207,22.623899459838867,-43.47779846191406,-7.154210090637207,22.385499954223633,43.52220153808594,-7.357769966125488,22.623899459838867,43.52220153808594,-7.154210090637207,22.623899459838867,-43.47779846191406,-7.154210090637207,22.623899459838867,43.52220153808594,-7.154210090637207,22.86280059814453,-43.47779846191406,-6.950129985809326,22.86280059814453,-43.47779846191406,-6.950129985809326,22.623899459838867,43.52220153808594,-7.154210090637207,22.86280059814453,43.52220153808594,-6.950119972229004,22.86280059814453,-43.47779846191406,-6.950129985809326,22.86280059814453,43.52220153808594,-6.950119972229004,23.107200622558594,-43.47779846191406,-6.663959980010986,23.107200622558594,-43.47779846191406,-6.663959980010986,22.86280059814453,43.52220153808594,-6.950119972229004,23.107200622558594,43.52220153808594,-6.663949966430664,23.107200622558594,-43.47779846191406,-6.663959980010986,23.107200622558594,43.52220153808594,-6.663949966430664,23.27050018310547,-43.47779846191406,-6.472839832305908,23.27050018310547,-43.47779846191406,-6.472839832305908,23.107200622558594,43.52220153808594,-6.663949966430664,23.27050018310547,43.52220153808594,-6.472839832305908,23.27050018310547,-43.47779846191406,-6.472839832305908,23.27050018310547,43.52220153808594,-6.472839832305908,23.5,-43.47779846191406,-6.098330020904541,23.5,-43.47779846191406,-6.098330020904541,23.27050018310547,43.52220153808594,-6.472839832305908,23.5,43.52220153808594,-6.098330020904541,23.5,-43.47779846191406,-6.098330020904541,23.5,43.52220153808594,-6.098330020904541,23.598400115966797,-43.47779846191406,-5.937660217285156,23.598400115966797,-43.47779846191406,-5.937660217285156,23.5,43.52220153808594,-6.098330020904541,23.598400115966797,43.52220153808594,-5.937660217285156,23.598400115966797,-43.47779846191406,-5.937660217285156,23.598400115966797,43.52220153808594,-5.937660217285156,23.790599822998047,-43.47779846191406,-5.473780155181885,23.790599822998047,-43.47779846191406,-5.473780155181885,23.598400115966797,43.52220153808594,-5.937660217285156,23.790599822998047,43.52220153808594,-5.473780155181885,23.790599822998047,-43.47779846191406,-5.473780155181885,23.790599822998047,43.52220153808594,-5.473780155181885,23.838600158691406,-43.47779846191406,-5.357769966125488,23.838600158691406,-43.47779846191406,-5.357769966125488,23.790599822998047,43.52220153808594,-5.473780155181885,23.838600158691406,43.52220153808594,-5.357769966125488,23.838600158691406,-43.47779846191406,-5.357769966125488,23.838600158691406,43.52220153808594,-5.357769966125488,23.970500946044922,-43.47779846191406,-4.808460235595703,23.970500946044922,-43.47779846191406,-4.808460235595703,23.838600158691406,43.52220153808594,-5.357769966125488,23.970500946044922,43.52220153808594,-4.808460235595703,23.970500946044922,-43.47779846191406,-4.808460235595703,23.970500946044922,43.52220153808594,-4.808460235595703,23.985200881958008,-43.47779846191406,-4.747439861297607,23.985200881958008,-43.47779846191406,-4.747439861297607,23.970500946044922,43.52220153808594,-4.808460235595703,23.985200881958008,43.52220153808594,-4.747429847717285,23.985200881958008,-43.47779846191406,-4.747439861297607,23.985200881958008,43.52220153808594,-4.747429847717285,24.034400939941406,-43.47779846191406,-4.121699810028076,24.034400939941406,-43.47779846191406,-4.121699810028076,23.985200881958008,43.52220153808594,-4.747429847717285,24.034400939941406,43.52220153808594,-4.121699810028076,-19.965599060058594,-43.53960037231445,-8.116840362548828,-19.965599060058594,-43.47779846191406,-8.121700286865234,-19.37980079650879,-42.891998291015625,-8.078579902648926,-19.37980079650879,-42.891998291015625,-8.078579902648926,-19.144899368286133,-43.093101501464844,-8.10315990447998,-19.965599060058594,-43.53960037231445,-8.116840362548828,-19.965599060058594,-43.53960037231445,-8.116840362548828,-19.144899368286133,-43.093101501464844,-8.10315990447998,-19.141000747680664,-43.09560012817383,-8.103349685668945,-19.965599060058594,-43.53960037231445,-8.116840362548828,-19.141000747680664,-43.09560012817383,-8.103349685668945,-18.882999420166016,-43.255001068115234,-8.115489959716797,-18.882999420166016,-43.255001068115234,-8.115489959716797,-18.87350082397461,-43.25979995727539,-8.115739822387695,-19.965599060058594,-43.53960037231445,-8.116840362548828,-19.965599060058594,-43.53960037231445,-8.116840362548828,-18.87350082397461,-43.25979995727539,-8.115739822387695,-18.842899322509766,-43.27510070800781,-8.116559982299805,-19.965599060058594,-43.53960037231445,-8.116840362548828,-18.842899322509766,-43.27510070800781,-8.116559982299805,-18.582700729370117,-43.377498626708984,-8.120260238647461,-18.582700729370117,-43.377498626708984,-8.120260238647461,-18.54759979248047,-43.391300201416016,-8.120759963989258,-19.965599060058594,-43.53960037231445,-8.116840362548828,-19.965599060058594,-43.53960037231445,-8.116840362548828,-18.54759979248047,-43.391300201416016,-8.120759963989258,-18.27750015258789,-43.44850158691406,-8.121489524841309,-19.965599060058594,-43.53960037231445,-8.116840362548828,-18.27750015258789,-43.44850158691406,-8.121489524841309,-18.2101993560791,-43.462799072265625,-8.12166976928711,-17.965599060058594,-43.47779846191406,-8.121700286865234,18.034400939941406,-43.47779846191406,-8.121700286865234,20.034400939941406,-43.53960037231445,-8.116840362548828,20.034400939941406,-43.53960037231445,-8.116840362548828,18.034400939941406,-43.47779846191406,-8.121700286865234,18.347200393676758,-43.45289993286133,-8.121620178222656,20.034400939941406,-43.53960037231445,-8.116840362548828,18.347200393676758,-43.45289993286133,-8.121620178222656,18.351499557495117,-43.45249938964844,-8.121620178222656,18.351499557495117,-43.45249938964844,-8.121620178222656,18.65239906311035,-43.37969970703125,-8.120490074157715,20.034400939941406,-43.53960037231445,-8.116840362548828,20.034400939941406,-43.53960037231445,-8.116840362548828,18.65239906311035,-43.37969970703125,-8.120490074157715,18.655899047851562,-43.37879943847656,-8.12047004699707,20.034400939941406,-43.53960037231445,-8.116840362548828,18.655899047851562,-43.37879943847656,-8.12047004699707,18.69499969482422,-43.3656005859375,-8.120129585266113,18.69499969482422,-43.3656005859375,-8.120129585266113,18.941200256347656,-43.25709915161133,-8.115360260009766,20.034400939941406,-43.53960037231445,-8.116840362548828,20.034400939941406,-43.53960037231445,-8.116840362548828,18.941200256347656,-43.25709915161133,-8.115360260009766,18.9822998046875,-43.23889923095703,-8.1145601272583,20.034400939941406,-43.53960037231445,-8.116840362548828,18.9822998046875,-43.23889923095703,-8.1145601272583,19.208599090576172,-43.09370040893555,-8.102849960327148,19.44860076904297,-42.891998291015625,-8.078579902648926,20.034400939941406,-43.47779846191406,-8.121700286865234,19.281299591064453,-43.04159927368164,-8.097840309143066,19.281299591064453,-43.04159927368164,-8.097840309143066,20.034400939941406,-43.47779846191406,-8.121700286865234,20.034400939941406,-43.53960037231445,-8.116840362548828,19.281299591064453,-43.04159927368164,-8.097840309143066,20.034400939941406,-43.53960037231445,-8.116840362548828,19.24020004272461,-43.07350158691406,-8.10120964050293,19.24020004272461,-43.07350158691406,-8.10120964050293,20.034400939941406,-43.53960037231445,-8.116840362548828,19.208599090576172,-43.09370040893555,-8.102849960327148,-18.2101993560791,-43.462799072265625,-8.12166976928711,-17.965599060058594,-43.47779846191406,-8.121700286865234,-19.965599060058594,-43.53960037231445,-8.116840362548828,-19.965599060058594,-43.53960037231445,-8.116840362548828,-17.965599060058594,-43.47779846191406,-8.121700286865234,20.034400939941406,-43.53960037231445,-8.116840362548828,-19.965599060058594,-43.53960037231445,-8.116840362548828,20.034400939941406,-43.53960037231445,-8.116840362548828,-19.965599060058594,-44.103599548339844,-8.072449684143066,-19.965599060058594,-44.103599548339844,-8.072449684143066,20.034400939941406,-43.53960037231445,-8.116840362548828,20.034400939941406,-44.103599548339844,-8.072449684143066,-19.965599060058594,-44.103599548339844,-8.072449684143066,20.034400939941406,-44.103599548339844,-8.072449684143066,-19.965599060058594,-44.22489929199219,-8.043330192565918,-19.965599060058594,-44.22489929199219,-8.043330192565918,20.034400939941406,-44.103599548339844,-8.072449684143066,20.034400939941406,-44.22489929199219,-8.043330192565918,-19.965599060058594,-44.22489929199219,-8.043330192565918,20.034400939941406,-44.22489929199219,-8.043330192565918,-19.965599060058594,-44.71390151977539,-7.925930023193359,-19.965599060058594,-44.71390151977539,-7.925930023193359,20.034400939941406,-44.22489929199219,-8.043330192565918,20.034400939941406,-44.71390151977539,-7.925930023193359,-19.965599060058594,-44.71390151977539,-7.925930023193359,20.034400939941406,-44.71390151977539,-7.925930023193359,-19.965599060058594,-44.88719940185547,-7.854119777679443,-19.965599060058594,-44.88719940185547,-7.854119777679443,20.034400939941406,-44.71390151977539,-7.925930023193359,20.034400939941406,-44.88719940185547,-7.854119777679443,-19.965599060058594,-44.88719940185547,-7.854119777679443,20.034400939941406,-44.88719940185547,-7.854119777679443,-19.965599060058594,-45.293800354003906,-7.68572998046875,-19.965599060058594,-45.293800354003906,-7.68572998046875,20.034400939941406,-44.88719940185547,-7.854119777679443,20.034400939941406,-45.293800354003906,-7.68572998046875,-19.965599060058594,-45.293800354003906,-7.68572998046875,20.034400939941406,-45.293800354003906,-7.68572998046875,-19.965599060058594,-45.50740051269531,-7.554830074310303,-19.965599060058594,-45.50740051269531,-7.554830074310303,20.034400939941406,-45.293800354003906,-7.68572998046875,20.034400939941406,-45.50740051269531,-7.554830074310303,-19.965599060058594,-45.50740051269531,-7.554830074310303,20.034400939941406,-45.50740051269531,-7.554830074310303,-19.965599060058594,-45.82899856567383,-7.357769966125488,-19.965599060058594,-45.82899856567383,-7.357769966125488,20.034400939941406,-45.50740051269531,-7.554830074310303,20.034400939941406,-45.82899856567383,-7.357769966125488,-19.965599060058594,-45.82899856567383,-7.357769966125488,20.034400939941406,-45.82899856567383,-7.357769966125488,-19.965599060058594,-46.067298889160156,-7.154210090637207,-19.965599060058594,-46.067298889160156,-7.154210090637207,20.034400939941406,-45.82899856567383,-7.357769966125488,20.034400939941406,-46.067298889160156,-7.154210090637207,-19.965599060058594,-46.067298889160156,-7.154210090637207,20.034400939941406,-46.067298889160156,-7.154210090637207,-19.965599060058594,-46.30619812011719,-6.950129985809326,-19.965599060058594,-46.30619812011719,-6.950129985809326,20.034400939941406,-46.067298889160156,-7.154210090637207,20.034400939941406,-46.30619812011719,-6.950129985809326,-19.965599060058594,-46.30619812011719,-6.950129985809326,20.034400939941406,-46.30619812011719,-6.950129985809326,-19.965599060058594,-46.55070114135742,-6.663959980010986,-19.965599060058594,-46.55070114135742,-6.663959980010986,20.034400939941406,-46.30619812011719,-6.950129985809326,20.034400939941406,-46.55070114135742,-6.663959980010986,-19.965599060058594,-46.55070114135742,-6.663959980010986,20.034400939941406,-46.55070114135742,-6.663959980010986,-19.965599060058594,-46.71390151977539,-6.472839832305908,-19.965599060058594,-46.71390151977539,-6.472839832305908,20.034400939941406,-46.55070114135742,-6.663959980010986,20.034400939941406,-46.71390151977539,-6.472839832305908,-19.965599060058594,-46.71390151977539,-6.472839832305908,20.034400939941406,-46.71390151977539,-6.472839832305908,-19.965599060058594,-46.94340133666992,-6.098330020904541,-19.965599060058594,-46.94340133666992,-6.098330020904541,20.034400939941406,-46.71390151977539,-6.472839832305908,20.034400939941406,-46.94340133666992,-6.098330020904541,-19.965599060058594,-46.94340133666992,-6.098330020904541,20.034400939941406,-46.94340133666992,-6.098330020904541,-19.965599060058594,-47.04180145263672,-5.937660217285156,-19.965599060058594,-47.04180145263672,-5.937660217285156,20.034400939941406,-46.94340133666992,-6.098330020904541,20.034400939941406,-47.04180145263672,-5.937660217285156,-19.965599060058594,-47.04180145263672,-5.937660217285156,20.034400939941406,-47.04180145263672,-5.937660217285156,-19.965599060058594,-47.23400115966797,-5.473780155181885,-19.965599060058594,-47.23400115966797,-5.473780155181885,20.034400939941406,-47.04180145263672,-5.937660217285156,20.034400939941406,-47.23400115966797,-5.473780155181885,-19.965599060058594,-47.23400115966797,-5.473780155181885,20.034400939941406,-47.23400115966797,-5.473780155181885,-19.965599060058594,-47.28200149536133,-5.357769966125488,-19.965599060058594,-47.28200149536133,-5.357769966125488,20.034400939941406,-47.23400115966797,-5.473780155181885,20.034400939941406,-47.28200149536133,-5.357769966125488,-19.965599060058594,-47.28200149536133,-5.357769966125488,20.034400939941406,-47.28200149536133,-5.357769966125488,-19.965599060058594,-47.41389846801758,-4.808460235595703,-19.965599060058594,-47.41389846801758,-4.808460235595703,20.034400939941406,-47.28200149536133,-5.357769966125488,20.034400939941406,-47.41389846801758,-4.808460235595703,-19.965599060058594,-47.41389846801758,-4.808460235595703,20.034400939941406,-47.41389846801758,-4.808460235595703,-19.965599060058594,-47.4286003112793,-4.747439861297607,-19.965599060058594,-47.4286003112793,-4.747439861297607,20.034400939941406,-47.41389846801758,-4.808460235595703,20.034400939941406,-47.4286003112793,-4.747439861297607,-19.965599060058594,-47.4286003112793,-4.747439861297607,20.034400939941406,-47.4286003112793,-4.747439861297607,-19.965599060058594,-47.47779846191406,-4.121699810028076,-19.965599060058594,-47.47779846191406,-4.121699810028076,20.034400939941406,-47.4286003112793,-4.747439861297607,20.034400939941406,-47.47779846191406,-4.121699810028076,20.096200942993164,43.52220153808594,7.873439788818359,20.034400939941406,43.52220153808594,7.878300189971924,19.44860076904297,42.9364013671875,7.835179805755615,19.44860076904297,42.9364013671875,7.835179805755615,19.649700164794922,42.701499938964844,7.85975980758667,20.096200942993164,43.52220153808594,7.873439788818359,20.096200942993164,43.52220153808594,7.873439788818359,19.649700164794922,42.701499938964844,7.85975980758667,19.652099609375,42.697601318359375,7.859940052032471,20.096200942993164,43.52220153808594,7.873439788818359,19.652099609375,42.697601318359375,7.859940052032471,19.811599731445312,42.43960189819336,7.872089862823486,19.811599731445312,42.43960189819336,7.872089862823486,19.816299438476562,42.43009948730469,7.872340202331543,20.096200942993164,43.52220153808594,7.873439788818359,20.096200942993164,43.52220153808594,7.873439788818359,19.816299438476562,42.43009948730469,7.872340202331543,19.83169937133789,42.39950180053711,7.873159885406494,20.096200942993164,43.52220153808594,7.873439788818359,19.83169937133789,42.39950180053711,7.873159885406494,19.934099197387695,42.139198303222656,7.876870155334473,19.934099197387695,42.139198303222656,7.876870155334473,19.947799682617188,42.10419845581055,7.8773698806762695,20.096200942993164,43.52220153808594,7.873439788818359,20.096200942993164,43.52220153808594,7.873439788818359,19.947799682617188,42.10419845581055,7.8773698806762695,20.00510025024414,41.83409881591797,7.878089904785156,20.096200942993164,43.52220153808594,7.873439788818359,20.00510025024414,41.83409881591797,7.878089904785156,20.019399642944336,41.76679992675781,7.878270149230957,20.034400939941406,41.52220153808594,7.878300189971924,20.034400939941406,-41.47779846191406,7.878300189971924,20.096200942993164,-43.47779846191406,7.873439788818359,20.096200942993164,-43.47779846191406,7.873439788818359,20.034400939941406,-41.47779846191406,7.878300189971924,20.0093994140625,-41.79069900512695,7.878220081329346,20.096200942993164,-43.47779846191406,7.873439788818359,20.0093994140625,-41.79069900512695,7.878220081329346,20.00909996032715,-41.79499816894531,7.878220081329346,20.00909996032715,-41.79499816894531,7.878220081329346,19.936199188232422,-42.09579849243164,7.877089977264404,20.096200942993164,-43.47779846191406,7.873439788818359,20.096200942993164,-43.47779846191406,7.873439788818359,19.936199188232422,-42.09579849243164,7.877089977264404,19.935400009155273,-42.09939956665039,7.87706995010376,20.096200942993164,-43.47779846191406,7.873439788818359,19.935400009155273,-42.09939956665039,7.87706995010376,19.922199249267578,-42.13840103149414,7.876719951629639,19.922199249267578,-42.13840103149414,7.876719951629639,19.813600540161133,-42.38460159301758,7.871950149536133,20.096200942993164,-43.47779846191406,7.873439788818359,20.096200942993164,-43.47779846191406,7.873439788818359,19.813600540161133,-42.38460159301758,7.871950149536133,19.795499801635742,-42.42570114135742,7.87116003036499,20.096200942993164,-43.47779846191406,7.873439788818359,19.795499801635742,-42.42570114135742,7.87116003036499,19.650299072265625,-42.652000427246094,7.859439849853516,19.44860076904297,-42.891998291015625,7.835169792175293,20.034400939941406,-43.47779846191406,7.878300189971924,19.59819984436035,-42.724700927734375,7.854440212249756,19.59819984436035,-42.724700927734375,7.854440212249756,20.034400939941406,-43.47779846191406,7.878300189971924,20.096200942993164,-43.47779846191406,7.873439788818359,19.59819984436035,-42.724700927734375,7.854440212249756,20.096200942993164,-43.47779846191406,7.873439788818359,19.63010025024414,-42.68360137939453,7.857810020446777,19.63010025024414,-42.68360137939453,7.857810020446777,20.096200942993164,-43.47779846191406,7.873439788818359,19.650299072265625,-42.652000427246094,7.859439849853516,24.034400939941406,-43.47779846191406,3.8782999515533447,24.034400939941406,43.52220153808594,3.8782999515533447,23.985200881958008,-43.47779846191406,4.504030227661133,23.985200881958008,-43.47779846191406,4.504030227661133,24.034400939941406,43.52220153808594,3.8782999515533447,23.985200881958008,43.52220153808594,4.504039764404297,23.985200881958008,-43.47779846191406,4.504030227661133,23.985200881958008,43.52220153808594,4.504039764404297,23.970500946044922,-43.47779846191406,4.565060138702393,23.970500946044922,-43.47779846191406,4.565060138702393,23.985200881958008,43.52220153808594,4.504039764404297,23.970500946044922,43.52220153808594,4.565060138702393,23.970500946044922,-43.47779846191406,4.565060138702393,23.970500946044922,43.52220153808594,4.565060138702393,23.838600158691406,-43.47779846191406,5.114369869232178,23.838600158691406,-43.47779846191406,5.114369869232178,23.970500946044922,43.52220153808594,4.565060138702393,23.838600158691406,43.52220153808594,5.114369869232178,23.838600158691406,-43.47779846191406,5.114369869232178,23.838600158691406,43.52220153808594,5.114369869232178,23.790599822998047,-43.47779846191406,5.230380058288574,23.790599822998047,-43.47779846191406,5.230380058288574,23.838600158691406,43.52220153808594,5.114369869232178,23.790599822998047,43.52220153808594,5.230380058288574,23.790599822998047,-43.47779846191406,5.230380058288574,23.790599822998047,43.52220153808594,5.230380058288574,23.598400115966797,-43.47779846191406,5.694260120391846,23.598400115966797,-43.47779846191406,5.694260120391846,23.790599822998047,43.52220153808594,5.230380058288574,23.598400115966797,43.52220153808594,5.694260120391846,23.598400115966797,-43.47779846191406,5.694260120391846,23.598400115966797,43.52220153808594,5.694260120391846,23.5,-43.47779846191406,5.8549299240112305,23.5,-43.47779846191406,5.8549299240112305,23.598400115966797,43.52220153808594,5.694260120391846,23.5,43.52220153808594,5.8549299240112305,23.5,-43.47779846191406,5.8549299240112305,23.5,43.52220153808594,5.8549299240112305,23.27050018310547,-43.47779846191406,6.229440212249756,23.27050018310547,-43.47779846191406,6.229440212249756,23.5,43.52220153808594,5.8549299240112305,23.27050018310547,43.52220153808594,6.229440212249756,23.27050018310547,-43.47779846191406,6.229440212249756,23.27050018310547,43.52220153808594,6.229440212249756,23.107200622558594,-43.47779846191406,6.4205498695373535,23.107200622558594,-43.47779846191406,6.4205498695373535,23.27050018310547,43.52220153808594,6.229440212249756,23.107200622558594,43.52220153808594,6.420559883117676,23.107200622558594,-43.47779846191406,6.4205498695373535,23.107200622558594,43.52220153808594,6.420559883117676,22.86280059814453,-43.47779846191406,6.706719875335693,22.86280059814453,-43.47779846191406,6.706719875335693,23.107200622558594,43.52220153808594,6.420559883117676,22.86280059814453,43.52220153808594,6.706729888916016,22.86280059814453,-43.47779846191406,6.706719875335693,22.86280059814453,43.52220153808594,6.706729888916016,22.623899459838867,-43.47779846191406,6.9108099937438965,22.623899459838867,-43.47779846191406,6.9108099937438965,22.86280059814453,43.52220153808594,6.706729888916016,22.623899459838867,43.52220153808594,6.9108099937438965,22.623899459838867,-43.47779846191406,6.9108099937438965,22.623899459838867,43.52220153808594,6.9108099937438965,22.385499954223633,-43.47779846191406,7.114369869232178,22.385499954223633,-43.47779846191406,7.114369869232178,22.623899459838867,43.52220153808594,6.9108099937438965,22.385499954223633,43.52220153808594,7.114369869232178,22.385499954223633,-43.47779846191406,7.114369869232178,22.385499954223633,43.52220153808594,7.114369869232178,22.06399917602539,-43.47779846191406,7.311429977416992,22.06399917602539,-43.47779846191406,7.311429977416992,22.385499954223633,43.52220153808594,7.114369869232178,22.06399917602539,43.52220153808594,7.311429977416992,22.06399917602539,-43.47779846191406,7.311429977416992,22.06399917602539,43.52220153808594,7.311429977416992,21.850400924682617,-43.47779846191406,7.442319869995117,21.850400924682617,-43.47779846191406,7.442319869995117,22.06399917602539,43.52220153808594,7.311429977416992,21.850400924682617,43.52220153808594,7.4423298835754395,21.850400924682617,-43.47779846191406,7.442319869995117,21.850400924682617,43.52220153808594,7.4423298835754395,21.44379997253418,-43.47779846191406,7.610720157623291,21.44379997253418,-43.47779846191406,7.610720157623291,21.850400924682617,43.52220153808594,7.4423298835754395,21.44379997253418,43.52220153808594,7.610730171203613,21.44379997253418,-43.47779846191406,7.610720157623291,21.44379997253418,43.52220153808594,7.610730171203613,21.27050018310547,-43.47779846191406,7.682519912719727,21.27050018310547,-43.47779846191406,7.682519912719727,21.44379997253418,43.52220153808594,7.610730171203613,21.27050018310547,43.52220153808594,7.682529926300049,21.27050018310547,-43.47779846191406,7.682519912719727,21.27050018310547,43.52220153808594,7.682529926300049,20.7814998626709,-43.47779846191406,7.799930095672607,20.7814998626709,-43.47779846191406,7.799930095672607,21.27050018310547,43.52220153808594,7.682529926300049,20.7814998626709,43.52220153808594,7.799930095672607,20.7814998626709,-43.47779846191406,7.799930095672607,20.7814998626709,43.52220153808594,7.799930095672607,20.66010093688965,-43.47779846191406,7.829050064086914,20.66010093688965,-43.47779846191406,7.829050064086914,20.7814998626709,43.52220153808594,7.799930095672607,20.66010093688965,43.52220153808594,7.829050064086914,20.66010093688965,-43.47779846191406,7.829050064086914,20.66010093688965,43.52220153808594,7.829050064086914,20.096200942993164,-43.47779846191406,7.873439788818359,20.096200942993164,-43.47779846191406,7.873439788818359,20.66010093688965,43.52220153808594,7.829050064086914,20.096200942993164,43.52220153808594,7.873439788818359,20.096200942993164,-43.47779846191406,7.873439788818359,20.096200942993164,43.52220153808594,7.873439788818359,20.034400939941406,41.52220153808594,7.878300189971924,20.034400939941406,41.52220153808594,7.878300189971924,20.096200942993164,43.52220153808594,7.873439788818359,20.019399642944336,41.76679992675781,7.878270149230957,-19.965599060058594,43.583900451660156,7.873439788818359,-19.965599060058594,43.52220153808594,7.878300189971924,-19.37980079650879,42.9364013671875,7.835179805755615,-19.37980079650879,42.9364013671875,7.835179805755615,-19.144899368286133,43.13750076293945,7.85975980758667,-19.965599060058594,43.583900451660156,7.873439788818359,-19.965599060058594,43.583900451660156,7.873439788818359,-19.144899368286133,43.13750076293945,7.85975980758667,-19.141000747680664,43.13990020751953,7.859940052032471,-19.965599060058594,43.583900451660156,7.873439788818359,-19.141000747680664,43.13990020751953,7.859940052032471,-18.882999420166016,43.29930114746094,7.872089862823486,-18.882999420166016,43.29930114746094,7.872089862823486,-18.87350082397461,43.304100036621094,7.872340202331543,-19.965599060058594,43.583900451660156,7.873439788818359,-19.965599060058594,43.583900451660156,7.873439788818359,-18.87350082397461,43.304100036621094,7.872340202331543,-18.842899322509766,43.31949996948242,7.873159885406494,-19.965599060058594,43.583900451660156,7.873439788818359,-18.842899322509766,43.31949996948242,7.873159885406494,-18.582700729370117,43.42179870605469,7.876870155334473,-18.582700729370117,43.42179870605469,7.876870155334473,-18.54759979248047,43.43560028076172,7.8773698806762695,-19.965599060058594,43.583900451660156,7.873439788818359,-19.965599060058594,43.583900451660156,7.873439788818359,-18.54759979248047,43.43560028076172,7.8773698806762695,-18.27750015258789,43.49290084838867,7.878089904785156,-19.965599060058594,43.583900451660156,7.873439788818359,-18.27750015258789,43.49290084838867,7.878089904785156,-18.2101993560791,43.507198333740234,7.878270149230957,-17.965599060058594,43.52220153808594,7.878300189971924,18.034400939941406,43.52220153808594,7.878300189971924,20.034400939941406,43.583900451660156,7.873439788818359,20.034400939941406,43.583900451660156,7.873439788818359,18.034400939941406,43.52220153808594,7.878300189971924,18.347200393676758,43.49720001220703,7.878220081329346,20.034400939941406,43.583900451660156,7.873439788818359,18.347200393676758,43.49720001220703,7.878220081329346,18.351499557495117,43.49689865112305,7.878220081329346,18.351499557495117,43.49689865112305,7.878220081329346,18.65239906311035,43.42399978637695,7.877089977264404,20.034400939941406,43.583900451660156,7.873439788818359,20.034400939941406,43.583900451660156,7.873439788818359,18.65239906311035,43.42399978637695,7.877089977264404,18.655899047851562,43.423099517822266,7.877079963684082,20.034400939941406,43.583900451660156,7.873439788818359,18.655899047851562,43.423099517822266,7.877079963684082,18.69499969482422,43.4099006652832,7.876729965209961,18.69499969482422,43.4099006652832,7.876729965209961,18.941200256347656,43.30139923095703,7.871960163116455,20.034400939941406,43.583900451660156,7.873439788818359,20.034400939941406,43.583900451660156,7.873439788818359,18.941200256347656,43.30139923095703,7.871960163116455,18.9822998046875,43.28329849243164,7.87116003036499,20.034400939941406,43.583900451660156,7.873439788818359,18.9822998046875,43.28329849243164,7.87116003036499,19.208599090576172,43.138099670410156,7.859449863433838,19.44860076904297,42.9364013671875,7.835179805755615,20.034400939941406,43.52220153808594,7.878300189971924,19.281299591064453,43.085899353027344,7.854440212249756,19.281299591064453,43.085899353027344,7.854440212249756,20.034400939941406,43.52220153808594,7.878300189971924,20.034400939941406,43.583900451660156,7.873439788818359,19.281299591064453,43.085899353027344,7.854440212249756,20.034400939941406,43.583900451660156,7.873439788818359,19.24020004272461,43.117801666259766,7.857810020446777,19.24020004272461,43.117801666259766,7.857810020446777,20.034400939941406,43.583900451660156,7.873439788818359,19.208599090576172,43.138099670410156,7.859449863433838,-18.2101993560791,43.507198333740234,7.878270149230957,-17.965599060058594,43.52220153808594,7.878300189971924,-19.965599060058594,43.583900451660156,7.873439788818359,-19.965599060058594,43.583900451660156,7.873439788818359,-17.965599060058594,43.52220153808594,7.878300189971924,20.034400939941406,43.583900451660156,7.873439788818359,-19.965599060058594,43.583900451660156,7.873439788818359,20.034400939941406,43.583900451660156,7.873439788818359,-19.965599060058594,44.14789962768555,7.829050064086914,-19.965599060058594,44.14789962768555,7.829050064086914,20.034400939941406,43.583900451660156,7.873439788818359,20.034400939941406,44.14789962768555,7.829050064086914,-19.965599060058594,44.14789962768555,7.829050064086914,20.034400939941406,44.14789962768555,7.829050064086914,-19.965599060058594,44.26919937133789,7.799930095672607,-19.965599060058594,44.26919937133789,7.799930095672607,20.034400939941406,44.14789962768555,7.829050064086914,20.034400939941406,44.26919937133789,7.799930095672607,-19.965599060058594,44.26919937133789,7.799930095672607,20.034400939941406,44.26919937133789,7.799930095672607,-19.965599060058594,44.758201599121094,7.682529926300049,-19.965599060058594,44.758201599121094,7.682529926300049,20.034400939941406,44.26919937133789,7.799930095672607,20.034400939941406,44.758201599121094,7.682529926300049,-19.965599060058594,44.758201599121094,7.682529926300049,20.034400939941406,44.758201599121094,7.682529926300049,-19.965599060058594,44.93159866333008,7.610730171203613,-19.965599060058594,44.93159866333008,7.610730171203613,20.034400939941406,44.758201599121094,7.682529926300049,20.034400939941406,44.93159866333008,7.610730171203613,-19.965599060058594,44.93159866333008,7.610730171203613,20.034400939941406,44.93159866333008,7.610730171203613,-19.965599060058594,45.33810043334961,7.4423298835754395,-19.965599060058594,45.33810043334961,7.4423298835754395,20.034400939941406,44.93159866333008,7.610730171203613,20.034400939941406,45.33810043334961,7.4423298835754395,-19.965599060058594,45.33810043334961,7.4423298835754395,20.034400939941406,45.33810043334961,7.4423298835754395,-19.965599060058594,45.55179977416992,7.311429977416992,-19.965599060058594,45.55179977416992,7.311429977416992,20.034400939941406,45.33810043334961,7.4423298835754395,20.034400939941406,45.55179977416992,7.311429977416992,-19.965599060058594,45.55179977416992,7.311429977416992,20.034400939941406,45.55179977416992,7.311429977416992,-19.965599060058594,45.87329864501953,7.114369869232178,-19.965599060058594,45.87329864501953,7.114369869232178,20.034400939941406,45.55179977416992,7.311429977416992,20.034400939941406,45.87329864501953,7.114369869232178,-19.965599060058594,45.87329864501953,7.114369869232178,20.034400939941406,45.87329864501953,7.114369869232178,-19.965599060058594,46.111698150634766,6.9108099937438965,-19.965599060058594,46.111698150634766,6.9108099937438965,20.034400939941406,45.87329864501953,7.114369869232178,20.034400939941406,46.111698150634766,6.9108099937438965,-19.965599060058594,46.111698150634766,6.9108099937438965,20.034400939941406,46.111698150634766,6.9108099937438965,-19.965599060058594,46.35060119628906,6.706729888916016,-19.965599060058594,46.35060119628906,6.706729888916016,20.034400939941406,46.111698150634766,6.9108099937438965,20.034400939941406,46.35060119628906,6.706729888916016,-19.965599060058594,46.35060119628906,6.706729888916016,20.034400939941406,46.35060119628906,6.706729888916016,-19.965599060058594,46.595001220703125,6.420559883117676,-19.965599060058594,46.595001220703125,6.420559883117676,20.034400939941406,46.35060119628906,6.706729888916016,20.034400939941406,46.595001220703125,6.420559883117676,-19.965599060058594,46.595001220703125,6.420559883117676,20.034400939941406,46.595001220703125,6.420559883117676,-19.965599060058594,46.758201599121094,6.229440212249756,-19.965599060058594,46.758201599121094,6.229440212249756,20.034400939941406,46.595001220703125,6.420559883117676,20.034400939941406,46.758201599121094,6.229440212249756,-19.965599060058594,46.758201599121094,6.229440212249756,20.034400939941406,46.758201599121094,6.229440212249756,-19.965599060058594,46.98780059814453,5.8549299240112305,-19.965599060058594,46.98780059814453,5.8549299240112305,20.034400939941406,46.758201599121094,6.229440212249756,20.034400939941406,46.98780059814453,5.8549299240112305,-19.965599060058594,46.98780059814453,5.8549299240112305,20.034400939941406,46.98780059814453,5.8549299240112305,-19.965599060058594,47.08620071411133,5.694260120391846,-19.965599060058594,47.08620071411133,5.694260120391846,20.034400939941406,46.98780059814453,5.8549299240112305,20.034400939941406,47.08620071411133,5.694260120391846,-19.965599060058594,47.08620071411133,5.694260120391846,20.034400939941406,47.08620071411133,5.694260120391846,-19.965599060058594,47.27840042114258,5.230380058288574,-19.965599060058594,47.27840042114258,5.230380058288574,20.034400939941406,47.08620071411133,5.694260120391846,20.034400939941406,47.27840042114258,5.230380058288574,-19.965599060058594,47.27840042114258,5.230380058288574,20.034400939941406,47.27840042114258,5.230380058288574,-19.965599060058594,47.32640075683594,5.114369869232178,-19.965599060058594,47.32640075683594,5.114369869232178,20.034400939941406,47.27840042114258,5.230380058288574,20.034400939941406,47.32640075683594,5.114369869232178,-19.965599060058594,47.32640075683594,5.114369869232178,20.034400939941406,47.32640075683594,5.114369869232178,-19.965599060058594,47.45830154418945,4.565060138702393,-19.965599060058594,47.45830154418945,4.565060138702393,20.034400939941406,47.32640075683594,5.114369869232178,20.034400939941406,47.45830154418945,4.565060138702393,-19.965599060058594,47.45830154418945,4.565060138702393,20.034400939941406,47.45830154418945,4.565060138702393,-19.965599060058594,47.472900390625,4.504039764404297,-19.965599060058594,47.472900390625,4.504039764404297,20.034400939941406,47.45830154418945,4.565060138702393,20.034400939941406,47.472900390625,4.504039764404297,-19.965599060058594,47.472900390625,4.504039764404297,20.034400939941406,47.472900390625,4.504039764404297,-19.965599060058594,47.52220153808594,3.8782999515533447,-19.965599060058594,47.52220153808594,3.8782999515533447,20.034400939941406,47.472900390625,4.504039764404297,20.034400939941406,47.52220153808594,3.8782999515533447,20.034400939941406,-43.53960037231445,7.873439788818359,20.034400939941406,-43.47779846191406,7.878300189971924,19.44860076904297,-42.891998291015625,7.835169792175293,19.44860076904297,-42.891998291015625,7.835169792175293,19.213699340820312,-43.093101501464844,7.859749794006348,20.034400939941406,-43.53960037231445,7.873439788818359,20.034400939941406,-43.53960037231445,7.873439788818359,19.213699340820312,-43.093101501464844,7.859749794006348,19.209800720214844,-43.09560012817383,7.859940052032471,20.034400939941406,-43.53960037231445,7.873439788818359,19.209800720214844,-43.09560012817383,7.859940052032471,18.951900482177734,-43.255001068115234,7.872079849243164,18.951900482177734,-43.255001068115234,7.872079849243164,18.94230079650879,-43.25979995727539,7.872340202331543,20.034400939941406,-43.53960037231445,7.873439788818359,20.034400939941406,-43.53960037231445,7.873439788818359,18.94230079650879,-43.25979995727539,7.872340202331543,18.911699295043945,-43.27510070800781,7.873159885406494,20.034400939941406,-43.53960037231445,7.873439788818359,18.911699295043945,-43.27510070800781,7.873159885406494,18.651500701904297,-43.377498626708984,7.87686014175415,18.651500701904297,-43.377498626708984,7.87686014175415,18.61639976501465,-43.391300201416016,7.877359867095947,20.034400939941406,-43.53960037231445,7.873439788818359,20.034400939941406,-43.53960037231445,7.873439788818359,18.61639976501465,-43.391300201416016,7.877359867095947,18.34630012512207,-43.44850158691406,7.878089904785156,20.034400939941406,-43.53960037231445,7.873439788818359,18.34630012512207,-43.44850158691406,7.878089904785156,18.27899932861328,-43.462799072265625,7.878270149230957,18.034400939941406,-43.47779846191406,7.878300189971924,-17.965599060058594,-43.47779846191406,7.878300189971924,-19.965599060058594,-43.53960037231445,7.873439788818359,-19.965599060058594,-43.53960037231445,7.873439788818359,-17.965599060058594,-43.47779846191406,7.878300189971924,-18.278400421142578,-43.45289993286133,7.878220081329346,-19.965599060058594,-43.53960037231445,7.873439788818359,-18.278400421142578,-43.45289993286133,7.878220081329346,-18.282699584960938,-43.45249938964844,7.878220081329346,-18.282699584960938,-43.45249938964844,7.878220081329346,-18.583599090576172,-43.37969970703125,7.877089977264404,-19.965599060058594,-43.53960037231445,7.873439788818359,-19.965599060058594,-43.53960037231445,7.873439788818359,-18.583599090576172,-43.37969970703125,7.877089977264404,-18.587099075317383,-43.37879943847656,7.87706995010376,-19.965599060058594,-43.53960037231445,7.873439788818359,-18.587099075317383,-43.37879943847656,7.87706995010376,-18.62619972229004,-43.3656005859375,7.876719951629639,-18.62619972229004,-43.3656005859375,7.876719951629639,-18.872400283813477,-43.25709915161133,7.871950149536133,-19.965599060058594,-43.53960037231445,7.873439788818359,-19.965599060058594,-43.53960037231445,7.873439788818359,-18.872400283813477,-43.25709915161133,7.871950149536133,-18.91349983215332,-43.23889923095703,7.87116003036499,-19.965599060058594,-43.53960037231445,7.873439788818359,-18.91349983215332,-43.23889923095703,7.87116003036499,-19.139799118041992,-43.09370040893555,7.859439849853516,-19.37980079650879,-42.891998291015625,7.835169792175293,-19.965599060058594,-43.47779846191406,7.878300189971924,-19.212499618530273,-43.04159927368164,7.854440212249756,-19.212499618530273,-43.04159927368164,7.854440212249756,-19.965599060058594,-43.47779846191406,7.878300189971924,-19.965599060058594,-43.53960037231445,7.873439788818359,-19.212499618530273,-43.04159927368164,7.854440212249756,-19.965599060058594,-43.53960037231445,7.873439788818359,-19.17140007019043,-43.07350158691406,7.857810020446777,-19.17140007019043,-43.07350158691406,7.857810020446777,-19.965599060058594,-43.53960037231445,7.873439788818359,-19.139799118041992,-43.09370040893555,7.859439849853516,18.27899932861328,-43.462799072265625,7.878270149230957,18.034400939941406,-43.47779846191406,7.878300189971924,20.034400939941406,-43.53960037231445,7.873439788818359,20.034400939941406,-43.53960037231445,7.873439788818359,18.034400939941406,-43.47779846191406,7.878300189971924,-19.965599060058594,-43.53960037231445,7.873439788818359,20.034400939941406,-43.53960037231445,7.873439788818359,-19.965599060058594,-43.53960037231445,7.873439788818359,20.034400939941406,-44.103599548339844,7.829050064086914,20.034400939941406,-44.103599548339844,7.829050064086914,-19.965599060058594,-43.53960037231445,7.873439788818359,-19.965599060058594,-44.103599548339844,7.829050064086914,20.034400939941406,-44.103599548339844,7.829050064086914,-19.965599060058594,-44.103599548339844,7.829050064086914,20.034400939941406,-44.22489929199219,7.799930095672607,20.034400939941406,-44.22489929199219,7.799930095672607,-19.965599060058594,-44.103599548339844,7.829050064086914,-19.965599060058594,-44.22489929199219,7.799930095672607,20.034400939941406,-44.22489929199219,7.799930095672607,-19.965599060058594,-44.22489929199219,7.799930095672607,20.034400939941406,-44.71390151977539,7.682519912719727,20.034400939941406,-44.71390151977539,7.682519912719727,-19.965599060058594,-44.22489929199219,7.799930095672607,-19.965599060058594,-44.71390151977539,7.682519912719727,20.034400939941406,-44.71390151977539,7.682519912719727,-19.965599060058594,-44.71390151977539,7.682519912719727,20.034400939941406,-44.88719940185547,7.610720157623291,20.034400939941406,-44.88719940185547,7.610720157623291,-19.965599060058594,-44.71390151977539,7.682519912719727,-19.965599060058594,-44.88719940185547,7.610720157623291,20.034400939941406,-44.88719940185547,7.610720157623291,-19.965599060058594,-44.88719940185547,7.610720157623291,20.034400939941406,-45.293800354003906,7.442319869995117,20.034400939941406,-45.293800354003906,7.442319869995117,-19.965599060058594,-44.88719940185547,7.610720157623291,-19.965599060058594,-45.293800354003906,7.442319869995117,20.034400939941406,-45.293800354003906,7.442319869995117,-19.965599060058594,-45.293800354003906,7.442319869995117,20.034400939941406,-45.50740051269531,7.311429977416992,20.034400939941406,-45.50740051269531,7.311429977416992,-19.965599060058594,-45.293800354003906,7.442319869995117,-19.965599060058594,-45.50740051269531,7.311429977416992,20.034400939941406,-45.50740051269531,7.311429977416992,-19.965599060058594,-45.50740051269531,7.311429977416992,20.034400939941406,-45.82899856567383,7.114369869232178,20.034400939941406,-45.82899856567383,7.114369869232178,-19.965599060058594,-45.50740051269531,7.311429977416992,-19.965599060058594,-45.82899856567383,7.114369869232178,20.034400939941406,-45.82899856567383,7.114369869232178,-19.965599060058594,-45.82899856567383,7.114369869232178,20.034400939941406,-46.067298889160156,6.9108099937438965,20.034400939941406,-46.067298889160156,6.9108099937438965,-19.965599060058594,-45.82899856567383,7.114369869232178,-19.965599060058594,-46.067298889160156,6.9108099937438965,20.034400939941406,-46.067298889160156,6.9108099937438965,-19.965599060058594,-46.067298889160156,6.9108099937438965,20.034400939941406,-46.30619812011719,6.706719875335693,20.034400939941406,-46.30619812011719,6.706719875335693,-19.965599060058594,-46.067298889160156,6.9108099937438965,-19.965599060058594,-46.30619812011719,6.706719875335693,20.034400939941406,-46.30619812011719,6.706719875335693,-19.965599060058594,-46.30619812011719,6.706719875335693,20.034400939941406,-46.55070114135742,6.4205498695373535,20.034400939941406,-46.55070114135742,6.4205498695373535,-19.965599060058594,-46.30619812011719,6.706719875335693,-19.965599060058594,-46.55070114135742,6.4205498695373535,20.034400939941406,-46.55070114135742,6.4205498695373535,-19.965599060058594,-46.55070114135742,6.4205498695373535,20.034400939941406,-46.71390151977539,6.229440212249756,20.034400939941406,-46.71390151977539,6.229440212249756,-19.965599060058594,-46.55070114135742,6.4205498695373535,-19.965599060058594,-46.71390151977539,6.229440212249756,20.034400939941406,-46.71390151977539,6.229440212249756,-19.965599060058594,-46.71390151977539,6.229440212249756,20.034400939941406,-46.94340133666992,5.8549299240112305,20.034400939941406,-46.94340133666992,5.8549299240112305,-19.965599060058594,-46.71390151977539,6.229440212249756,-19.965599060058594,-46.94340133666992,5.8549299240112305,20.034400939941406,-46.94340133666992,5.8549299240112305,-19.965599060058594,-46.94340133666992,5.8549299240112305,20.034400939941406,-47.04180145263672,5.694260120391846,20.034400939941406,-47.04180145263672,5.694260120391846,-19.965599060058594,-46.94340133666992,5.8549299240112305,-19.965599060058594,-47.04180145263672,5.694260120391846,20.034400939941406,-47.04180145263672,5.694260120391846,-19.965599060058594,-47.04180145263672,5.694260120391846,20.034400939941406,-47.23400115966797,5.230380058288574,20.034400939941406,-47.23400115966797,5.230380058288574,-19.965599060058594,-47.04180145263672,5.694260120391846,-19.965599060058594,-47.23400115966797,5.230380058288574,20.034400939941406,-47.23400115966797,5.230380058288574,-19.965599060058594,-47.23400115966797,5.230380058288574,20.034400939941406,-47.28200149536133,5.114369869232178,20.034400939941406,-47.28200149536133,5.114369869232178,-19.965599060058594,-47.23400115966797,5.230380058288574,-19.965599060058594,-47.28200149536133,5.114369869232178,20.034400939941406,-47.28200149536133,5.114369869232178,-19.965599060058594,-47.28200149536133,5.114369869232178,20.034400939941406,-47.41389846801758,4.565060138702393,20.034400939941406,-47.41389846801758,4.565060138702393,-19.965599060058594,-47.28200149536133,5.114369869232178,-19.965599060058594,-47.41389846801758,4.565060138702393,20.034400939941406,-47.41389846801758,4.565060138702393,-19.965599060058594,-47.41389846801758,4.565060138702393,20.034400939941406,-47.4286003112793,4.504030227661133,20.034400939941406,-47.4286003112793,4.504030227661133,-19.965599060058594,-47.41389846801758,4.565060138702393,-19.965599060058594,-47.4286003112793,4.504030227661133,20.034400939941406,-47.4286003112793,4.504030227661133,-19.965599060058594,-47.4286003112793,4.504030227661133,20.034400939941406,-47.47779846191406,3.8782999515533447,20.034400939941406,-47.47779846191406,3.8782999515533447,-19.965599060058594,-47.4286003112793,4.504030227661133,-19.965599060058594,-47.47779846191406,3.8782999515533447,-20.02739906311035,-43.47779846191406,7.873439788818359,-19.965599060058594,-43.47779846191406,7.878300189971924,-19.37980079650879,-42.891998291015625,7.835169792175293,-19.37980079650879,-42.891998291015625,7.835169792175293,-19.580900192260742,-42.65719985961914,7.859749794006348,-20.02739906311035,-43.47779846191406,7.873439788818359,-20.02739906311035,-43.47779846191406,7.873439788818359,-19.580900192260742,-42.65719985961914,7.859749794006348,-19.58329963684082,-42.6531982421875,7.859940052032471,-20.02739906311035,-43.47779846191406,7.873439788818359,-19.58329963684082,-42.6531982421875,7.859940052032471,-19.742799758911133,-42.395301818847656,7.872079849243164,-19.742799758911133,-42.395301818847656,7.872079849243164,-19.747499465942383,-42.385799407958984,7.872340202331543,-20.02739906311035,-43.47779846191406,7.873439788818359,-20.02739906311035,-43.47779846191406,7.873439788818359,-19.747499465942383,-42.385799407958984,7.872340202331543,-19.76289939880371,-42.355201721191406,7.873159885406494,-20.02739906311035,-43.47779846191406,7.873439788818359,-19.76289939880371,-42.355201721191406,7.873159885406494,-19.865299224853516,-42.09489822387695,7.87686014175415,-19.865299224853516,-42.09489822387695,7.87686014175415,-19.878999710083008,-42.05979919433594,7.877359867095947,-20.02739906311035,-43.47779846191406,7.873439788818359,-20.02739906311035,-43.47779846191406,7.873439788818359,-19.878999710083008,-42.05979919433594,7.877359867095947,-19.93630027770996,-41.78969955444336,7.878089904785156,-20.02739906311035,-43.47779846191406,7.873439788818359,-19.93630027770996,-41.78969955444336,7.878089904785156,-19.950599670410156,-41.7224006652832,7.878270149230957,-19.965599060058594,-41.47779846191406,7.878300189971924,-19.965599060058594,41.52220153808594,7.878300189971924,-20.02739906311035,43.52220153808594,7.873439788818359,-20.02739906311035,43.52220153808594,7.873439788818359,-19.965599060058594,41.52220153808594,7.878300189971924,-19.94059944152832,41.834999084472656,7.878220081329346,-20.02739906311035,43.52220153808594,7.873439788818359,-19.94059944152832,41.834999084472656,7.878220081329346,-19.94029998779297,41.839298248291016,7.878220081329346,-19.94029998779297,41.839298248291016,7.878220081329346,-19.867399215698242,42.140098571777344,7.877089977264404,-20.02739906311035,43.52220153808594,7.873439788818359,-20.02739906311035,43.52220153808594,7.873439788818359,-19.867399215698242,42.140098571777344,7.877089977264404,-19.866600036621094,42.143699645996094,7.877079963684082,-20.02739906311035,43.52220153808594,7.873439788818359,-19.866600036621094,42.143699645996094,7.877079963684082,-19.8533992767334,42.182701110839844,7.876729965209961,-19.8533992767334,42.182701110839844,7.876729965209961,-19.744800567626953,42.42890167236328,7.871960163116455,-20.02739906311035,43.52220153808594,7.873439788818359,-20.02739906311035,43.52220153808594,7.873439788818359,-19.744800567626953,42.42890167236328,7.871960163116455,-19.726699829101562,42.470001220703125,7.87116003036499,-20.02739906311035,43.52220153808594,7.873439788818359,-19.726699829101562,42.470001220703125,7.87116003036499,-19.581499099731445,42.6963996887207,7.859449863433838,-19.37980079650879,42.9364013671875,7.835179805755615,-19.965599060058594,43.52220153808594,7.878300189971924,-19.529399871826172,42.76900100708008,7.854440212249756,-19.529399871826172,42.76900100708008,7.854440212249756,-19.965599060058594,43.52220153808594,7.878300189971924,-20.02739906311035,43.52220153808594,7.873439788818359,-19.529399871826172,42.76900100708008,7.854440212249756,-20.02739906311035,43.52220153808594,7.873439788818359,-19.561199188232422,42.72800064086914,7.857810020446777,-19.561199188232422,42.72800064086914,7.857810020446777,-20.02739906311035,43.52220153808594,7.873439788818359,-19.581499099731445,42.6963996887207,7.859449863433838,-19.950599670410156,-41.7224006652832,7.878270149230957,-19.965599060058594,-41.47779846191406,7.878300189971924,-20.02739906311035,-43.47779846191406,7.873439788818359,-20.02739906311035,-43.47779846191406,7.873439788818359,-19.965599060058594,-41.47779846191406,7.878300189971924,-20.02739906311035,43.52220153808594,7.873439788818359,-20.02739906311035,-43.47779846191406,7.873439788818359,-20.02739906311035,43.52220153808594,7.873439788818359,-20.591299057006836,-43.47779846191406,7.829050064086914,-20.591299057006836,-43.47779846191406,7.829050064086914,-20.02739906311035,43.52220153808594,7.873439788818359,-20.591299057006836,43.52220153808594,7.829050064086914,-20.591299057006836,-43.47779846191406,7.829050064086914,-20.591299057006836,43.52220153808594,7.829050064086914,-20.71269989013672,-43.47779846191406,7.799930095672607,-20.71269989013672,-43.47779846191406,7.799930095672607,-20.591299057006836,43.52220153808594,7.829050064086914,-20.71269989013672,43.52220153808594,7.799930095672607,-20.71269989013672,-43.47779846191406,7.799930095672607,-20.71269989013672,43.52220153808594,7.799930095672607,-21.20170021057129,-43.47779846191406,7.682519912719727,-21.20170021057129,-43.47779846191406,7.682519912719727,-20.71269989013672,43.52220153808594,7.799930095672607,-21.20170021057129,43.52220153808594,7.682529926300049,-21.20170021057129,-43.47779846191406,7.682519912719727,-21.20170021057129,43.52220153808594,7.682529926300049,-21.375,-43.47779846191406,7.610720157623291,-21.375,-43.47779846191406,7.610720157623291,-21.20170021057129,43.52220153808594,7.682529926300049,-21.375,43.52220153808594,7.610730171203613,-21.375,-43.47779846191406,7.610720157623291,-21.375,43.52220153808594,7.610730171203613,-21.781600952148438,-43.47779846191406,7.442319869995117,-21.781600952148438,-43.47779846191406,7.442319869995117,-21.375,43.52220153808594,7.610730171203613,-21.781600952148438,43.52220153808594,7.4423298835754395,-21.781600952148438,-43.47779846191406,7.442319869995117,-21.781600952148438,43.52220153808594,7.4423298835754395,-21.99519920349121,-43.47779846191406,7.311429977416992,-21.99519920349121,-43.47779846191406,7.311429977416992,-21.781600952148438,43.52220153808594,7.4423298835754395,-21.99519920349121,43.52220153808594,7.311429977416992,-21.99519920349121,-43.47779846191406,7.311429977416992,-21.99519920349121,43.52220153808594,7.311429977416992,-22.316699981689453,-43.47779846191406,7.114369869232178,-22.316699981689453,-43.47779846191406,7.114369869232178,-21.99519920349121,43.52220153808594,7.311429977416992,-22.316699981689453,43.52220153808594,7.114369869232178,-22.316699981689453,-43.47779846191406,7.114369869232178,-22.316699981689453,43.52220153808594,7.114369869232178,-22.555099487304688,-43.47779846191406,6.9108099937438965,-22.555099487304688,-43.47779846191406,6.9108099937438965,-22.316699981689453,43.52220153808594,7.114369869232178,-22.555099487304688,43.52220153808594,6.9108099937438965,-22.555099487304688,-43.47779846191406,6.9108099937438965,-22.555099487304688,43.52220153808594,6.9108099937438965,-22.79400062561035,-43.47779846191406,6.706719875335693,-22.79400062561035,-43.47779846191406,6.706719875335693,-22.555099487304688,43.52220153808594,6.9108099937438965,-22.79400062561035,43.52220153808594,6.706729888916016,-22.79400062561035,-43.47779846191406,6.706719875335693,-22.79400062561035,43.52220153808594,6.706729888916016,-23.038400650024414,-43.47779846191406,6.4205498695373535,-23.038400650024414,-43.47779846191406,6.4205498695373535,-22.79400062561035,43.52220153808594,6.706729888916016,-23.038400650024414,43.52220153808594,6.420559883117676,-23.038400650024414,-43.47779846191406,6.4205498695373535,-23.038400650024414,43.52220153808594,6.420559883117676,-23.20170021057129,-43.47779846191406,6.229440212249756,-23.20170021057129,-43.47779846191406,6.229440212249756,-23.038400650024414,43.52220153808594,6.420559883117676,-23.20170021057129,43.52220153808594,6.229440212249756,-23.20170021057129,-43.47779846191406,6.229440212249756,-23.20170021057129,43.52220153808594,6.229440212249756,-23.43120002746582,-43.47779846191406,5.8549299240112305,-23.43120002746582,-43.47779846191406,5.8549299240112305,-23.20170021057129,43.52220153808594,6.229440212249756,-23.43120002746582,43.52220153808594,5.8549299240112305,-23.43120002746582,-43.47779846191406,5.8549299240112305,-23.43120002746582,43.52220153808594,5.8549299240112305,-23.529600143432617,-43.47779846191406,5.694260120391846,-23.529600143432617,-43.47779846191406,5.694260120391846,-23.43120002746582,43.52220153808594,5.8549299240112305,-23.529600143432617,43.52220153808594,5.694260120391846,-23.529600143432617,-43.47779846191406,5.694260120391846,-23.529600143432617,43.52220153808594,5.694260120391846,-23.721799850463867,-43.47779846191406,5.230380058288574,-23.721799850463867,-43.47779846191406,5.230380058288574,-23.529600143432617,43.52220153808594,5.694260120391846,-23.721799850463867,43.52220153808594,5.230380058288574,-23.721799850463867,-43.47779846191406,5.230380058288574,-23.721799850463867,43.52220153808594,5.230380058288574,-23.769800186157227,-43.47779846191406,5.114369869232178,-23.769800186157227,-43.47779846191406,5.114369869232178,-23.721799850463867,43.52220153808594,5.230380058288574,-23.769800186157227,43.52220153808594,5.114369869232178,-23.769800186157227,-43.47779846191406,5.114369869232178,-23.769800186157227,43.52220153808594,5.114369869232178,-23.90169906616211,-43.47779846191406,4.565060138702393,-23.90169906616211,-43.47779846191406,4.565060138702393,-23.769800186157227,43.52220153808594,5.114369869232178,-23.90169906616211,43.52220153808594,4.565060138702393,-23.90169906616211,-43.47779846191406,4.565060138702393,-23.90169906616211,43.52220153808594,4.565060138702393,-23.916400909423828,-43.47779846191406,4.504030227661133,-23.916400909423828,-43.47779846191406,4.504030227661133,-23.90169906616211,43.52220153808594,4.565060138702393,-23.916400909423828,43.52220153808594,4.504039764404297,-23.916400909423828,-43.47779846191406,4.504030227661133,-23.916400909423828,43.52220153808594,4.504039764404297,-23.965599060058594,-43.47779846191406,3.8782999515533447,-23.965599060058594,-43.47779846191406,3.8782999515533447,-23.916400909423828,43.52220153808594,4.504039764404297,-23.965599060058594,43.52220153808594,3.8782999515533447,20.034400939941406,-47.41389846801758,4.565060138702393,20.034400939941406,-47.4286003112793,4.504030227661133,20.65239906311035,-47.37990188598633,4.504030227661133,23.970500946044922,-43.47779846191406,4.565060138702393,23.838600158691406,-43.47779846191406,5.114369869232178,23.791799545288086,-44.072898864746094,5.114369869232178,20.034400939941406,-47.23400115966797,5.230380058288574,20.034400939941406,-47.28200149536133,5.114369869232178,20.629499435424805,-47.235198974609375,5.114369869232178,23.790599822998047,-43.47779846191406,5.230380058288574,23.598400115966797,-43.47779846191406,5.694260120391846,23.554500579833984,-44.035400390625,5.694260120391846,20.034400939941406,-46.94340133666992,5.8549299240112305,20.034400939941406,-47.04180145263672,5.694260120391846,20.591899871826172,-46.99800109863281,5.694260120391846,20.034400939941406,-46.55070114135742,6.4205498695373535,20.034400939941406,-46.71390151977539,6.229440212249756,20.540599822998047,-46.67399978637695,6.229440212249756,20.034400939941406,-46.067298889160156,6.9108099937438965,20.034400939941406,-46.30619812011719,6.706719875335693,20.476900100708008,-46.271400451660156,6.706719875335693,20.034400939941406,-45.50740051269531,7.311429977416992,20.034400939941406,-45.82899856567383,7.114369869232178,20.40220069885254,-45.79999923706055,7.114369869232178,20.034400939941406,-44.88719940185547,7.610720157623291,20.034400939941406,-45.293800354003906,7.442319869995117,20.318500518798828,-45.271400451660156,7.442319869995117,20.034400939941406,-44.22489929199219,7.799930095672607,20.034400939941406,-44.71390151977539,7.682519912719727,20.227800369262695,-44.698699951171875,7.682519912719727,20.034400939941406,-43.47779846191406,7.878300189971924,20.227800369262695,-44.072898864746094,7.829050064086914,20.318500518798828,-44.035400390625,7.829050064086914,20.096200942993164,-43.47779846191406,7.873439788818359,20.034400939941406,-43.47779846191406,7.878300189971924,20.65239906311035,-43.57569885253906,7.829050064086914,20.034400939941406,-44.103599548339844,7.829050064086914,20.132299423217773,-44.09590148925781,7.829050064086914,20.034400939941406,-43.53960037231445,7.873439788818359,20.034400939941406,-43.53960037231445,7.873439788818359,20.132299423217773,-44.09590148925781,7.829050064086914,20.034400939941406,-43.47779846191406,7.878300189971924,20.227800369262695,-44.072898864746094,7.829050064086914,20.034400939941406,-43.47779846191406,7.878300189971924,20.132299423217773,-44.09590148925781,7.829050064086914,21.255300521850586,-43.671199798583984,7.682519912719727,20.7814998626709,-43.47779846191406,7.799930095672607,20.65239906311035,-43.57569885253906,7.829050064086914,20.65239906311035,-43.57569885253906,7.829050064086914,20.7814998626709,-43.47779846191406,7.799930095672607,20.66010093688965,-43.47779846191406,7.829050064086914,20.65239906311035,-43.57569885253906,7.829050064086914,20.66010093688965,-43.47779846191406,7.829050064086914,20.096200942993164,-43.47779846191406,7.873439788818359,20.595600128173828,-44.579200744628906,7.682519912719727,20.760900497436523,-44.47779846191406,7.682519912719727,20.40220069885254,-43.984100341796875,7.829050064086914,20.034400939941406,-44.103599548339844,7.829050064086914,20.034400939941406,-44.22489929199219,7.799930095672607,20.132299423217773,-44.09590148925781,7.829050064086914,20.132299423217773,-44.09590148925781,7.829050064086914,20.034400939941406,-44.22489929199219,7.799930095672607,20.227800369262695,-44.698699951171875,7.682519912719727,20.132299423217773,-44.09590148925781,7.829050064086914,20.227800369262695,-44.698699951171875,7.682519912719727,20.227800369262695,-44.072898864746094,7.829050064086914,20.227800369262695,-44.072898864746094,7.829050064086914,20.227800369262695,-44.698699951171875,7.682519912719727,20.416400909423828,-44.65340042114258,7.682519912719727,20.227800369262695,-44.072898864746094,7.829050064086914,20.416400909423828,-44.65340042114258,7.682519912719727,20.318500518798828,-44.035400390625,7.829050064086914,20.318500518798828,-44.035400390625,7.829050064086914,20.416400909423828,-44.65340042114258,7.682519912719727,20.595600128173828,-44.579200744628906,7.682519912719727,20.595600128173828,-44.579200744628906,7.682519912719727,20.40220069885254,-43.984100341796875,7.829050064086914,20.318500518798828,-44.035400390625,7.829050064086914,20.318500518798828,-44.035400390625,7.829050064086914,20.40220069885254,-43.984100341796875,7.829050064086914,20.034400939941406,-43.47779846191406,7.878300189971924,21.827999114990234,-43.76190185546875,7.442319869995117,21.44379997253418,-43.47779846191406,7.610720157623291,21.255300521850586,-43.671199798583984,7.682519912719727,21.255300521850586,-43.671199798583984,7.682519912719727,21.44379997253418,-43.47779846191406,7.610720157623291,21.27050018310547,-43.47779846191406,7.682519912719727,21.255300521850586,-43.671199798583984,7.682519912719727,21.27050018310547,-43.47779846191406,7.682519912719727,20.7814998626709,-43.47779846191406,7.799930095672607,21.1018009185791,-44.946998596191406,7.442319869995117,21.318500518798828,-44.76190185546875,7.442319869995117,20.90839958190918,-44.351898193359375,7.682519912719727,20.034400939941406,-44.71390151977539,7.682519912719727,20.034400939941406,-44.88719940185547,7.610720157623291,20.227800369262695,-44.698699951171875,7.682519912719727,20.227800369262695,-44.698699951171875,7.682519912719727,20.034400939941406,-44.88719940185547,7.610720157623291,20.318500518798828,-45.271400451660156,7.442319869995117,20.227800369262695,-44.698699951171875,7.682519912719727,20.318500518798828,-45.271400451660156,7.442319869995117,20.416400909423828,-44.65340042114258,7.682519912719727,20.416400909423828,-44.65340042114258,7.682519912719727,20.318500518798828,-45.271400451660156,7.442319869995117,20.595600128173828,-45.204898834228516,7.442319869995117,20.416400909423828,-44.65340042114258,7.682519912719727,20.595600128173828,-45.204898834228516,7.442319869995117,20.595600128173828,-44.579200744628906,7.682519912719727,20.595600128173828,-44.579200744628906,7.682519912719727,20.595600128173828,-45.204898834228516,7.442319869995117,20.858800888061523,-45.09590148925781,7.442319869995117,20.595600128173828,-44.579200744628906,7.682519912719727,20.858800888061523,-45.09590148925781,7.442319869995117,20.760900497436523,-44.47779846191406,7.682519912719727,20.760900497436523,-44.47779846191406,7.682519912719727,20.858800888061523,-45.09590148925781,7.442319869995117,21.1018009185791,-44.946998596191406,7.442319869995117,21.1018009185791,-44.946998596191406,7.442319869995117,20.90839958190918,-44.351898193359375,7.682519912719727,20.760900497436523,-44.47779846191406,7.682519912719727,20.760900497436523,-44.47779846191406,7.682519912719727,20.90839958190918,-44.351898193359375,7.682519912719727,20.476900100708008,-43.9202995300293,7.829050064086914,20.760900497436523,-44.47779846191406,7.682519912719727,20.476900100708008,-43.9202995300293,7.829050064086914,20.40220069885254,-43.984100341796875,7.829050064086914,20.40220069885254,-43.984100341796875,7.829050064086914,20.476900100708008,-43.9202995300293,7.829050064086914,20.034400939941406,-43.47779846191406,7.878300189971924,22.356599807739258,-43.84560012817383,7.114369869232178,22.06399917602539,-43.47779846191406,7.311429977416992,21.827999114990234,-43.76190185546875,7.442319869995117,21.827999114990234,-43.76190185546875,7.442319869995117,22.06399917602539,-43.47779846191406,7.311429977416992,21.850400924682617,-43.47779846191406,7.442319869995117,21.827999114990234,-43.76190185546875,7.442319869995117,21.850400924682617,-43.47779846191406,7.442319869995117,21.44379997253418,-43.47779846191406,7.610720157623291,21.6968994140625,-45.14030075073242,7.114369869232178,21.936500549316406,-44.859798431396484,7.114369869232178,21.50349998474121,-44.54520034790039,7.442319869995117,20.034400939941406,-45.293800354003906,7.442319869995117,20.034400939941406,-45.50740051269531,7.311429977416992,20.318500518798828,-45.271400451660156,7.442319869995117,20.318500518798828,-45.271400451660156,7.442319869995117,20.034400939941406,-45.50740051269531,7.311429977416992,20.40220069885254,-45.79999923706055,7.114369869232178,20.318500518798828,-45.271400451660156,7.442319869995117,20.40220069885254,-45.79999923706055,7.114369869232178,20.595600128173828,-45.204898834228516,7.442319869995117,20.595600128173828,-45.204898834228516,7.442319869995117,20.40220069885254,-45.79999923706055,7.114369869232178,20.760900497436523,-45.71390151977539,7.114369869232178,20.595600128173828,-45.204898834228516,7.442319869995117,20.760900497436523,-45.71390151977539,7.114369869232178,20.858800888061523,-45.09590148925781,7.442319869995117,20.858800888061523,-45.09590148925781,7.442319869995117,20.760900497436523,-45.71390151977539,7.114369869232178,21.1018009185791,-45.57270050048828,7.114369869232178,20.858800888061523,-45.09590148925781,7.442319869995117,21.1018009185791,-45.57270050048828,7.114369869232178,21.1018009185791,-44.946998596191406,7.442319869995117,21.1018009185791,-44.946998596191406,7.442319869995117,21.1018009185791,-45.57270050048828,7.114369869232178,21.416400909423828,-45.37990188598633,7.114369869232178,21.1018009185791,-44.946998596191406,7.442319869995117,21.416400909423828,-45.37990188598633,7.114369869232178,21.318500518798828,-44.76190185546875,7.442319869995117,21.318500518798828,-44.76190185546875,7.442319869995117,21.416400909423828,-45.37990188598633,7.114369869232178,21.6968994140625,-45.14030075073242,7.114369869232178,21.6968994140625,-45.14030075073242,7.114369869232178,21.50349998474121,-44.54520034790039,7.442319869995117,21.318500518798828,-44.76190185546875,7.442319869995117,21.318500518798828,-44.76190185546875,7.442319869995117,21.50349998474121,-44.54520034790039,7.442319869995117,21.034400939941406,-44.20439910888672,7.682519912719727,21.318500518798828,-44.76190185546875,7.442319869995117,21.034400939941406,-44.20439910888672,7.682519912719727,20.90839958190918,-44.351898193359375,7.682519912719727,20.90839958190918,-44.351898193359375,7.682519912719727,21.034400939941406,-44.20439910888672,7.682519912719727,20.540599822998047,-43.84560012817383,7.829050064086914,20.90839958190918,-44.351898193359375,7.682519912719727,20.540599822998047,-43.84560012817383,7.829050064086914,20.476900100708008,-43.9202995300293,7.829050064086914,20.476900100708008,-43.9202995300293,7.829050064086914,20.540599822998047,-43.84560012817383,7.829050064086914,20.034400939941406,-43.47779846191406,7.878300189971924,22.827999114990234,-43.9202995300293,6.706719875335693,22.623899459838867,-43.47779846191406,6.9108099937438965,22.356599807739258,-43.84560012817383,7.114369869232178,22.356599807739258,-43.84560012817383,7.114369869232178,22.623899459838867,-43.47779846191406,6.9108099937438965,22.385499954223633,-43.47779846191406,7.114369869232178,22.356599807739258,-43.84560012817383,7.114369869232178,22.385499954223633,-43.47779846191406,7.114369869232178,22.06399917602539,-43.47779846191406,7.311429977416992,22.322599411010742,-45.14030075073242,6.706719875335693,22.55459976196289,-44.76190185546875,6.706719875335693,22.12929916381836,-44.54520034790039,7.114369869232178,20.034400939941406,-45.82899856567383,7.114369869232178,20.034400939941406,-46.067298889160156,6.9108099937438965,20.40220069885254,-45.79999923706055,7.114369869232178,20.40220069885254,-45.79999923706055,7.114369869232178,20.034400939941406,-46.067298889160156,6.9108099937438965,20.476900100708008,-46.271400451660156,6.706719875335693,20.40220069885254,-45.79999923706055,7.114369869232178,20.476900100708008,-46.271400451660156,6.706719875335693,20.760900497436523,-45.71390151977539,7.114369869232178,20.760900497436523,-45.71390151977539,7.114369869232178,20.476900100708008,-46.271400451660156,6.706719875335693,20.90839958190918,-46.16780090332031,6.706719875335693,20.760900497436523,-45.71390151977539,7.114369869232178,20.90839958190918,-46.16780090332031,6.706719875335693,21.1018009185791,-45.57270050048828,7.114369869232178,21.1018009185791,-45.57270050048828,7.114369869232178,20.90839958190918,-46.16780090332031,6.706719875335693,21.318500518798828,-45.99800109863281,6.706719875335693,21.1018009185791,-45.57270050048828,7.114369869232178,21.318500518798828,-45.99800109863281,6.706719875335693,21.416400909423828,-45.37990188598633,7.114369869232178,21.416400909423828,-45.37990188598633,7.114369869232178,21.318500518798828,-45.99800109863281,6.706719875335693,21.6968994140625,-45.7661018371582,6.706719875335693,21.416400909423828,-45.37990188598633,7.114369869232178,21.6968994140625,-45.7661018371582,6.706719875335693,21.6968994140625,-45.14030075073242,7.114369869232178,21.6968994140625,-45.14030075073242,7.114369869232178,21.6968994140625,-45.7661018371582,6.706719875335693,22.034400939941406,-45.47779846191406,6.706719875335693,21.6968994140625,-45.14030075073242,7.114369869232178,22.034400939941406,-45.47779846191406,6.706719875335693,21.936500549316406,-44.859798431396484,7.114369869232178,21.936500549316406,-44.859798431396484,7.114369869232178,22.034400939941406,-45.47779846191406,6.706719875335693,22.322599411010742,-45.14030075073242,6.706719875335693,22.322599411010742,-45.14030075073242,6.706719875335693,22.12929916381836,-44.54520034790039,7.114369869232178,21.936500549316406,-44.859798431396484,7.114369869232178,21.936500549316406,-44.859798431396484,7.114369869232178,22.12929916381836,-44.54520034790039,7.114369869232178,21.65239906311035,-44.30220031738281,7.442319869995117,21.936500549316406,-44.859798431396484,7.114369869232178,21.65239906311035,-44.30220031738281,7.442319869995117,21.50349998474121,-44.54520034790039,7.442319869995117,21.50349998474121,-44.54520034790039,7.442319869995117,21.65239906311035,-44.30220031738281,7.442319869995117,21.135700225830078,-44.03900146484375,7.682519912719727,21.50349998474121,-44.54520034790039,7.442319869995117,21.135700225830078,-44.03900146484375,7.682519912719727,21.034400939941406,-44.20439910888672,7.682519912719727,21.034400939941406,-44.20439910888672,7.682519912719727,21.135700225830078,-44.03900146484375,7.682519912719727,20.591899871826172,-43.76190185546875,7.829050064086914,21.034400939941406,-44.20439910888672,7.682519912719727,20.591899871826172,-43.76190185546875,7.829050064086914,20.540599822998047,-43.84560012817383,7.829050064086914,20.540599822998047,-43.84560012817383,7.829050064086914,20.591899871826172,-43.76190185546875,7.829050064086914,20.034400939941406,-43.47779846191406,7.878300189971924,23.5,-43.47779846191406,5.8549299240112305,23.27050018310547,-43.47779846191406,6.229440212249756,23.230600357055664,-43.984100341796875,6.229440212249756,23.230600357055664,-43.984100341796875,6.229440212249756,23.27050018310547,-43.47779846191406,6.229440212249756,23.107200622558594,-43.47779846191406,6.4205498695373535,23.230600357055664,-43.984100341796875,6.229440212249756,23.107200622558594,-43.47779846191406,6.4205498695373535,22.827999114990234,-43.9202995300293,6.706719875335693,22.827999114990234,-43.9202995300293,6.706719875335693,23.107200622558594,-43.47779846191406,6.4205498695373535,22.86280059814453,-43.47779846191406,6.706719875335693,22.827999114990234,-43.9202995300293,6.706719875335693,22.86280059814453,-43.47779846191406,6.706719875335693,22.623899459838867,-43.47779846191406,6.9108099937438965,22.917800903320312,-44.946998596191406,6.229440212249756,23.11210060119629,-44.47779846191406,6.229440212249756,22.72439956665039,-44.351898193359375,6.706719875335693,20.034400939941406,-46.30619812011719,6.706719875335693,20.034400939941406,-46.55070114135742,6.4205498695373535,20.476900100708008,-46.271400451660156,6.706719875335693,20.476900100708008,-46.271400451660156,6.706719875335693,20.034400939941406,-46.55070114135742,6.4205498695373535,20.540599822998047,-46.67399978637695,6.229440212249756,20.476900100708008,-46.271400451660156,6.706719875335693,20.540599822998047,-46.67399978637695,6.229440212249756,20.90839958190918,-46.16780090332031,6.706719875335693,20.90839958190918,-46.16780090332031,6.706719875335693,20.540599822998047,-46.67399978637695,6.229440212249756,21.034400939941406,-46.55550003051758,6.229440212249756,20.90839958190918,-46.16780090332031,6.706719875335693,21.034400939941406,-46.55550003051758,6.229440212249756,21.318500518798828,-45.99800109863281,6.706719875335693,21.318500518798828,-45.99800109863281,6.706719875335693,21.034400939941406,-46.55550003051758,6.229440212249756,21.50349998474121,-46.36119842529297,6.229440212249756,21.318500518798828,-45.99800109863281,6.706719875335693,21.50349998474121,-46.36119842529297,6.229440212249756,21.6968994140625,-45.7661018371582,6.706719875335693,21.6968994140625,-45.7661018371582,6.706719875335693,21.50349998474121,-46.36119842529297,6.229440212249756,21.936500549316406,-46.09590148925781,6.229440212249756,21.6968994140625,-45.7661018371582,6.706719875335693,21.936500549316406,-46.09590148925781,6.229440212249756,22.034400939941406,-45.47779846191406,6.706719875335693,22.034400939941406,-45.47779846191406,6.706719875335693,21.936500549316406,-46.09590148925781,6.229440212249756,22.322599411010742,-45.7661018371582,6.229440212249756,22.034400939941406,-45.47779846191406,6.706719875335693,22.322599411010742,-45.7661018371582,6.229440212249756,22.322599411010742,-45.14030075073242,6.706719875335693,22.322599411010742,-45.14030075073242,6.706719875335693,22.322599411010742,-45.7661018371582,6.229440212249756,22.65239906311035,-45.37990188598633,6.229440212249756,22.322599411010742,-45.14030075073242,6.706719875335693,22.65239906311035,-45.37990188598633,6.229440212249756,22.55459976196289,-44.76190185546875,6.706719875335693,22.55459976196289,-44.76190185546875,6.706719875335693,22.65239906311035,-45.37990188598633,6.229440212249756,22.917800903320312,-44.946998596191406,6.229440212249756,22.917800903320312,-44.946998596191406,6.229440212249756,22.72439956665039,-44.351898193359375,6.706719875335693,22.55459976196289,-44.76190185546875,6.706719875335693,22.55459976196289,-44.76190185546875,6.706719875335693,22.72439956665039,-44.351898193359375,6.706719875335693,22.27050018310547,-44.20439910888672,7.114369869232178,22.55459976196289,-44.76190185546875,6.706719875335693,22.27050018310547,-44.20439910888672,7.114369869232178,22.12929916381836,-44.54520034790039,7.114369869232178,22.12929916381836,-44.54520034790039,7.114369869232178,22.27050018310547,-44.20439910888672,7.114369869232178,21.761499404907227,-44.03900146484375,7.442319869995117,22.12929916381836,-44.54520034790039,7.114369869232178,21.761499404907227,-44.03900146484375,7.442319869995117,21.65239906311035,-44.30220031738281,7.442319869995117,21.65239906311035,-44.30220031738281,7.442319869995117,21.761499404907227,-44.03900146484375,7.442319869995117,21.209999084472656,-43.859798431396484,7.682519912719727,21.65239906311035,-44.30220031738281,7.442319869995117,21.209999084472656,-43.859798431396484,7.682519912719727,21.135700225830078,-44.03900146484375,7.682519912719727,21.135700225830078,-44.03900146484375,7.682519912719727,21.209999084472656,-43.859798431396484,7.682519912719727,20.629499435424805,-43.671199798583984,7.829050064086914,21.135700225830078,-44.03900146484375,7.682519912719727,20.629499435424805,-43.671199798583984,7.829050064086914,20.591899871826172,-43.76190185546875,7.829050064086914,20.591899871826172,-43.76190185546875,7.829050064086914,20.629499435424805,-43.671199798583984,7.829050064086914,20.034400939941406,-43.47779846191406,7.878300189971924,23.598400115966797,-43.47779846191406,5.694260120391846,23.5,-43.47779846191406,5.8549299240112305,23.554500579833984,-44.035400390625,5.694260120391846,23.554500579833984,-44.035400390625,5.694260120391846,23.5,-43.47779846191406,5.8549299240112305,23.230600357055664,-43.984100341796875,6.229440212249756,23.554500579833984,-44.035400390625,5.694260120391846,23.230600357055664,-43.984100341796875,6.229440212249756,23.423999786376953,-44.579200744628906,5.694260120391846,20.034400939941406,-46.71390151977539,6.229440212249756,20.034400939941406,-46.94340133666992,5.8549299240112305,20.540599822998047,-46.67399978637695,6.229440212249756,20.540599822998047,-46.67399978637695,6.229440212249756,20.034400939941406,-46.94340133666992,5.8549299240112305,20.591899871826172,-46.99800109863281,5.694260120391846,20.540599822998047,-46.67399978637695,6.229440212249756,20.591899871826172,-46.99800109863281,5.694260120391846,21.034400939941406,-46.55550003051758,6.229440212249756,21.034400939941406,-46.55550003051758,6.229440212249756,20.591899871826172,-46.99800109863281,5.694260120391846,21.135700225830078,-46.867401123046875,5.694260120391846,21.034400939941406,-46.55550003051758,6.229440212249756,21.135700225830078,-46.867401123046875,5.694260120391846,21.50349998474121,-46.36119842529297,6.229440212249756,21.50349998474121,-46.36119842529297,6.229440212249756,21.135700225830078,-46.867401123046875,5.694260120391846,21.65239906311035,-46.65340042114258,5.694260120391846,21.50349998474121,-46.36119842529297,6.229440212249756,21.65239906311035,-46.65340042114258,5.694260120391846,21.936500549316406,-46.09590148925781,6.229440212249756,21.936500549316406,-46.09590148925781,6.229440212249756,21.65239906311035,-46.65340042114258,5.694260120391846,22.12929916381836,-46.36119842529297,5.694260120391846,21.936500549316406,-46.09590148925781,6.229440212249756,22.12929916381836,-46.36119842529297,5.694260120391846,22.322599411010742,-45.7661018371582,6.229440212249756,22.322599411010742,-45.7661018371582,6.229440212249756,22.12929916381836,-46.36119842529297,5.694260120391846,22.55459976196289,-45.99800109863281,5.694260120391846,22.322599411010742,-45.7661018371582,6.229440212249756,22.55459976196289,-45.99800109863281,5.694260120391846,22.65239906311035,-45.37990188598633,6.229440212249756,22.65239906311035,-45.37990188598633,6.229440212249756,22.55459976196289,-45.99800109863281,5.694260120391846,22.917800903320312,-45.57270050048828,5.694260120391846,22.65239906311035,-45.37990188598633,6.229440212249756,22.917800903320312,-45.57270050048828,5.694260120391846,22.917800903320312,-44.946998596191406,6.229440212249756,22.917800903320312,-44.946998596191406,6.229440212249756,22.917800903320312,-45.57270050048828,5.694260120391846,23.209999084472656,-45.09590148925781,5.694260120391846,22.917800903320312,-44.946998596191406,6.229440212249756,23.209999084472656,-45.09590148925781,5.694260120391846,23.11210060119629,-44.47779846191406,6.229440212249756,23.11210060119629,-44.47779846191406,6.229440212249756,23.209999084472656,-45.09590148925781,5.694260120391846,23.423999786376953,-44.579200744628906,5.694260120391846,23.423999786376953,-44.579200744628906,5.694260120391846,23.230600357055664,-43.984100341796875,6.229440212249756,23.11210060119629,-44.47779846191406,6.229440212249756,23.11210060119629,-44.47779846191406,6.229440212249756,23.230600357055664,-43.984100341796875,6.229440212249756,22.827999114990234,-43.9202995300293,6.706719875335693,23.11210060119629,-44.47779846191406,6.229440212249756,22.827999114990234,-43.9202995300293,6.706719875335693,22.72439956665039,-44.351898193359375,6.706719875335693,22.72439956665039,-44.351898193359375,6.706719875335693,22.827999114990234,-43.9202995300293,6.706719875335693,22.356599807739258,-43.84560012817383,7.114369869232178,22.72439956665039,-44.351898193359375,6.706719875335693,22.356599807739258,-43.84560012817383,7.114369869232178,22.27050018310547,-44.20439910888672,7.114369869232178,22.27050018310547,-44.20439910888672,7.114369869232178,22.356599807739258,-43.84560012817383,7.114369869232178,21.827999114990234,-43.76190185546875,7.442319869995117,22.27050018310547,-44.20439910888672,7.114369869232178,21.827999114990234,-43.76190185546875,7.442319869995117,21.761499404907227,-44.03900146484375,7.442319869995117,21.761499404907227,-44.03900146484375,7.442319869995117,21.827999114990234,-43.76190185546875,7.442319869995117,21.255300521850586,-43.671199798583984,7.682519912719727,21.761499404907227,-44.03900146484375,7.442319869995117,21.255300521850586,-43.671199798583984,7.682519912719727,21.209999084472656,-43.859798431396484,7.682519912719727,21.209999084472656,-43.859798431396484,7.682519912719727,21.255300521850586,-43.671199798583984,7.682519912719727,20.65239906311035,-43.57569885253906,7.829050064086914,21.209999084472656,-43.859798431396484,7.682519912719727,20.65239906311035,-43.57569885253906,7.829050064086914,20.629499435424805,-43.671199798583984,7.829050064086914,20.629499435424805,-43.671199798583984,7.829050064086914,20.65239906311035,-43.57569885253906,7.829050064086914,20.034400939941406,-43.47779846191406,7.878300189971924,20.034400939941406,-47.04180145263672,5.694260120391846,20.034400939941406,-47.23400115966797,5.230380058288574,20.591899871826172,-46.99800109863281,5.694260120391846,20.591899871826172,-46.99800109863281,5.694260120391846,20.034400939941406,-47.23400115966797,5.230380058288574,20.629499435424805,-47.235198974609375,5.114369869232178,20.591899871826172,-46.99800109863281,5.694260120391846,20.629499435424805,-47.235198974609375,5.114369869232178,21.135700225830078,-46.867401123046875,5.694260120391846,21.135700225830078,-46.867401123046875,5.694260120391846,20.629499435424805,-47.235198974609375,5.114369869232178,21.209999084472656,-47.09590148925781,5.114369869232178,21.135700225830078,-46.867401123046875,5.694260120391846,21.209999084472656,-47.09590148925781,5.114369869232178,21.65239906311035,-46.65340042114258,5.694260120391846,21.65239906311035,-46.65340042114258,5.694260120391846,21.209999084472656,-47.09590148925781,5.114369869232178,21.761499404907227,-46.867401123046875,5.114369869232178,21.65239906311035,-46.65340042114258,5.694260120391846,21.761499404907227,-46.867401123046875,5.114369869232178,22.12929916381836,-46.36119842529297,5.694260120391846,22.12929916381836,-46.36119842529297,5.694260120391846,21.761499404907227,-46.867401123046875,5.114369869232178,22.27050018310547,-46.55550003051758,5.114369869232178,22.12929916381836,-46.36119842529297,5.694260120391846,22.27050018310547,-46.55550003051758,5.114369869232178,22.55459976196289,-45.99800109863281,5.694260120391846,22.55459976196289,-45.99800109863281,5.694260120391846,22.27050018310547,-46.55550003051758,5.114369869232178,22.72439956665039,-46.16780090332031,5.114369869232178,22.55459976196289,-45.99800109863281,5.694260120391846,22.72439956665039,-46.16780090332031,5.114369869232178,22.917800903320312,-45.57270050048828,5.694260120391846,22.917800903320312,-45.57270050048828,5.694260120391846,22.72439956665039,-46.16780090332031,5.114369869232178,23.11210060119629,-45.71390151977539,5.114369869232178,22.917800903320312,-45.57270050048828,5.694260120391846,23.11210060119629,-45.71390151977539,5.114369869232178,23.209999084472656,-45.09590148925781,5.694260120391846,23.209999084472656,-45.09590148925781,5.694260120391846,23.11210060119629,-45.71390151977539,5.114369869232178,23.423999786376953,-45.204898834228516,5.114369869232178,23.209999084472656,-45.09590148925781,5.694260120391846,23.423999786376953,-45.204898834228516,5.114369869232178,23.423999786376953,-44.579200744628906,5.694260120391846,23.423999786376953,-44.579200744628906,5.694260120391846,23.423999786376953,-45.204898834228516,5.114369869232178,23.65239906311035,-44.65340042114258,5.114369869232178,23.423999786376953,-44.579200744628906,5.694260120391846,23.65239906311035,-44.65340042114258,5.114369869232178,23.554500579833984,-44.035400390625,5.694260120391846,23.554500579833984,-44.035400390625,5.694260120391846,23.65239906311035,-44.65340042114258,5.114369869232178,23.791799545288086,-44.072898864746094,5.114369869232178,23.554500579833984,-44.035400390625,5.694260120391846,23.791799545288086,-44.072898864746094,5.114369869232178,23.790599822998047,-43.47779846191406,5.230380058288574,23.790599822998047,-43.47779846191406,5.230380058288574,23.791799545288086,-44.072898864746094,5.114369869232178,23.838600158691406,-43.47779846191406,5.114369869232178,20.034400939941406,-47.28200149536133,5.114369869232178,20.034400939941406,-47.41389846801758,4.565060138702393,20.629499435424805,-47.235198974609375,5.114369869232178,20.629499435424805,-47.235198974609375,5.114369869232178,20.034400939941406,-47.41389846801758,4.565060138702393,20.65239906311035,-47.37990188598633,4.504030227661133,20.629499435424805,-47.235198974609375,5.114369869232178,20.65239906311035,-47.37990188598633,4.504030227661133,21.209999084472656,-47.09590148925781,5.114369869232178,21.209999084472656,-47.09590148925781,5.114369869232178,20.65239906311035,-47.37990188598633,4.504030227661133,21.255300521850586,-47.235198974609375,4.504030227661133,21.209999084472656,-47.09590148925781,5.114369869232178,21.255300521850586,-47.235198974609375,4.504030227661133,21.761499404907227,-46.867401123046875,5.114369869232178,21.761499404907227,-46.867401123046875,5.114369869232178,21.255300521850586,-47.235198974609375,4.504030227661133,21.827999114990234,-46.99800109863281,4.504030227661133,21.761499404907227,-46.867401123046875,5.114369869232178,21.827999114990234,-46.99800109863281,4.504030227661133,22.27050018310547,-46.55550003051758,5.114369869232178,22.27050018310547,-46.55550003051758,5.114369869232178,21.827999114990234,-46.99800109863281,4.504030227661133,22.356599807739258,-46.67399978637695,4.504030227661133,22.27050018310547,-46.55550003051758,5.114369869232178,22.356599807739258,-46.67399978637695,4.504030227661133,22.72439956665039,-46.16780090332031,5.114369869232178,22.72439956665039,-46.16780090332031,5.114369869232178,22.356599807739258,-46.67399978637695,4.504030227661133,22.827999114990234,-46.271400451660156,4.504030227661133,22.72439956665039,-46.16780090332031,5.114369869232178,22.827999114990234,-46.271400451660156,4.504030227661133,23.11210060119629,-45.71390151977539,5.114369869232178,23.11210060119629,-45.71390151977539,5.114369869232178,22.827999114990234,-46.271400451660156,4.504030227661133,23.230600357055664,-45.79999923706055,4.504030227661133,23.11210060119629,-45.71390151977539,5.114369869232178,23.230600357055664,-45.79999923706055,4.504030227661133,23.423999786376953,-45.204898834228516,5.114369869232178,23.423999786376953,-45.204898834228516,5.114369869232178,23.230600357055664,-45.79999923706055,4.504030227661133,23.554500579833984,-45.271400451660156,4.504030227661133,23.423999786376953,-45.204898834228516,5.114369869232178,23.554500579833984,-45.271400451660156,4.504030227661133,23.65239906311035,-44.65340042114258,5.114369869232178,23.65239906311035,-44.65340042114258,5.114369869232178,23.554500579833984,-45.271400451660156,4.504030227661133,23.791799545288086,-44.698699951171875,4.504030227661133,23.65239906311035,-44.65340042114258,5.114369869232178,23.791799545288086,-44.698699951171875,4.504030227661133,23.791799545288086,-44.072898864746094,5.114369869232178,23.791799545288086,-44.072898864746094,5.114369869232178,23.791799545288086,-44.698699951171875,4.504030227661133,23.936500549316406,-44.09590148925781,4.504030227661133,23.791799545288086,-44.072898864746094,5.114369869232178,23.936500549316406,-44.09590148925781,4.504030227661133,23.970500946044922,-43.47779846191406,4.565060138702393,23.970500946044922,-43.47779846191406,4.565060138702393,23.936500549316406,-44.09590148925781,4.504030227661133,23.985200881958008,-43.47779846191406,4.504030227661133,20.034400939941406,-47.4286003112793,4.504030227661133,20.034400939941406,-47.47779846191406,3.8782999515533447,20.65239906311035,-47.37990188598633,4.504030227661133,20.65239906311035,-47.37990188598633,4.504030227661133,20.034400939941406,-47.47779846191406,3.8782999515533447,20.66010093688965,-47.4286003112793,3.8782999515533447,20.65239906311035,-47.37990188598633,4.504030227661133,20.66010093688965,-47.4286003112793,3.8782999515533447,21.255300521850586,-47.235198974609375,4.504030227661133,21.255300521850586,-47.235198974609375,4.504030227661133,20.66010093688965,-47.4286003112793,3.8782999515533447,21.27050018310547,-47.28200149536133,3.8782999515533447,21.255300521850586,-47.235198974609375,4.504030227661133,21.27050018310547,-47.28200149536133,3.8782999515533447,21.827999114990234,-46.99800109863281,4.504030227661133,21.827999114990234,-46.99800109863281,4.504030227661133,21.27050018310547,-47.28200149536133,3.8782999515533447,21.850400924682617,-47.04180145263672,3.8782999515533447,21.827999114990234,-46.99800109863281,4.504030227661133,21.850400924682617,-47.04180145263672,3.8782999515533447,22.356599807739258,-46.67399978637695,4.504030227661133,22.356599807739258,-46.67399978637695,4.504030227661133,21.850400924682617,-47.04180145263672,3.8782999515533447,22.385499954223633,-46.71390151977539,3.8782999515533447,22.356599807739258,-46.67399978637695,4.504030227661133,22.385499954223633,-46.71390151977539,3.8782999515533447,22.827999114990234,-46.271400451660156,4.504030227661133,22.827999114990234,-46.271400451660156,4.504030227661133,22.385499954223633,-46.71390151977539,3.8782999515533447,22.86280059814453,-46.30619812011719,3.8782999515533447,22.827999114990234,-46.271400451660156,4.504030227661133,22.86280059814453,-46.30619812011719,3.8782999515533447,23.230600357055664,-45.79999923706055,4.504030227661133,23.230600357055664,-45.79999923706055,4.504030227661133,22.86280059814453,-46.30619812011719,3.8782999515533447,23.27050018310547,-45.82899856567383,3.8782999515533447,23.230600357055664,-45.79999923706055,4.504030227661133,23.27050018310547,-45.82899856567383,3.8782999515533447,23.554500579833984,-45.271400451660156,4.504030227661133,23.554500579833984,-45.271400451660156,4.504030227661133,23.27050018310547,-45.82899856567383,3.8782999515533447,23.598400115966797,-45.293800354003906,3.8782999515533447,23.554500579833984,-45.271400451660156,4.504030227661133,23.598400115966797,-45.293800354003906,3.8782999515533447,23.791799545288086,-44.698699951171875,4.504030227661133,23.791799545288086,-44.698699951171875,4.504030227661133,23.598400115966797,-45.293800354003906,3.8782999515533447,23.838600158691406,-44.71390151977539,3.8782999515533447,23.791799545288086,-44.698699951171875,4.504030227661133,23.838600158691406,-44.71390151977539,3.8782999515533447,23.936500549316406,-44.09590148925781,4.504030227661133,23.936500549316406,-44.09590148925781,4.504030227661133,23.838600158691406,-44.71390151977539,3.8782999515533447,23.985200881958008,-44.103599548339844,3.8782999515533447,23.936500549316406,-44.09590148925781,4.504030227661133,23.985200881958008,-44.103599548339844,3.8782999515533447,23.985200881958008,-43.47779846191406,4.504030227661133,23.985200881958008,-43.47779846191406,4.504030227661133,23.985200881958008,-44.103599548339844,3.8782999515533447,24.034400939941406,-43.47779846191406,3.8782999515533447,20.034400939941406,-47.47779846191406,3.8782999515533447,20.034400939941406,-47.47779846191406,-4.121699810028076,20.66010093688965,-47.4286003112793,-4.121699810028076,20.034400939941406,-47.47779846191406,3.8782999515533447,20.66010093688965,-47.4286003112793,-4.121699810028076,20.66010093688965,-47.4286003112793,3.8782999515533447,20.66010093688965,-47.4286003112793,3.8782999515533447,20.66010093688965,-47.4286003112793,-4.121699810028076,21.27050018310547,-47.28200149536133,-4.121699810028076,20.66010093688965,-47.4286003112793,3.8782999515533447,21.27050018310547,-47.28200149536133,-4.121699810028076,21.27050018310547,-47.28200149536133,3.8782999515533447,21.27050018310547,-47.28200149536133,3.8782999515533447,21.27050018310547,-47.28200149536133,-4.121699810028076,21.850400924682617,-47.04180145263672,-4.121699810028076,21.27050018310547,-47.28200149536133,3.8782999515533447,21.850400924682617,-47.04180145263672,-4.121699810028076,21.850400924682617,-47.04180145263672,3.8782999515533447,21.850400924682617,-47.04180145263672,3.8782999515533447,21.850400924682617,-47.04180145263672,-4.121699810028076,22.385499954223633,-46.71390151977539,-4.121699810028076,21.850400924682617,-47.04180145263672,3.8782999515533447,22.385499954223633,-46.71390151977539,-4.121699810028076,22.385499954223633,-46.71390151977539,3.8782999515533447,22.385499954223633,-46.71390151977539,3.8782999515533447,22.385499954223633,-46.71390151977539,-4.121699810028076,22.86280059814453,-46.30619812011719,-4.121699810028076,22.385499954223633,-46.71390151977539,3.8782999515533447,22.86280059814453,-46.30619812011719,-4.121699810028076,22.86280059814453,-46.30619812011719,3.8782999515533447,22.86280059814453,-46.30619812011719,3.8782999515533447,22.86280059814453,-46.30619812011719,-4.121699810028076,23.27050018310547,-45.82899856567383,-4.121699810028076,22.86280059814453,-46.30619812011719,3.8782999515533447,23.27050018310547,-45.82899856567383,-4.121699810028076,23.27050018310547,-45.82899856567383,3.8782999515533447,23.27050018310547,-45.82899856567383,3.8782999515533447,23.27050018310547,-45.82899856567383,-4.121699810028076,23.598400115966797,-45.293800354003906,-4.121699810028076,23.27050018310547,-45.82899856567383,3.8782999515533447,23.598400115966797,-45.293800354003906,-4.121699810028076,23.598400115966797,-45.293800354003906,3.8782999515533447,23.598400115966797,-45.293800354003906,3.8782999515533447,23.598400115966797,-45.293800354003906,-4.121699810028076,23.838600158691406,-44.71390151977539,-4.121699810028076,23.598400115966797,-45.293800354003906,3.8782999515533447,23.838600158691406,-44.71390151977539,-4.121699810028076,23.838600158691406,-44.71390151977539,3.8782999515533447,23.838600158691406,-44.71390151977539,3.8782999515533447,23.838600158691406,-44.71390151977539,-4.121699810028076,23.985200881958008,-44.103599548339844,-4.121699810028076,23.838600158691406,-44.71390151977539,3.8782999515533447,23.985200881958008,-44.103599548339844,-4.121699810028076,23.985200881958008,-44.103599548339844,3.8782999515533447,23.985200881958008,-44.103599548339844,3.8782999515533447,23.985200881958008,-44.103599548339844,-4.121699810028076,24.034400939941406,-43.47779846191406,-4.121699810028076,23.985200881958008,-44.103599548339844,3.8782999515533447,24.034400939941406,-43.47779846191406,-4.121699810028076,24.034400939941406,-43.47779846191406,3.8782999515533447,20.227800369262695,-44.072898864746094,-8.072449684143066,20.132299423217773,-44.09590148925781,-8.072449684143066,20.034400939941406,-43.47779846191406,-8.121700286865234,20.227800369262695,-44.072898864746094,-8.072449684143066,20.034400939941406,-43.47779846191406,-8.121700286865234,20.318500518798828,-44.035400390625,-8.072449684143066,20.40220069885254,-43.984100341796875,-8.072449684143066,20.318500518798828,-44.035400390625,-8.072449684143066,20.034400939941406,-43.47779846191406,-8.121700286865234,20.476900100708008,-43.9202995300293,-8.072449684143066,20.40220069885254,-43.984100341796875,-8.072449684143066,20.034400939941406,-43.47779846191406,-8.121700286865234,20.540599822998047,-43.84560012817383,-8.072449684143066,20.476900100708008,-43.9202995300293,-8.072449684143066,20.034400939941406,-43.47779846191406,-8.121700286865234,20.591899871826172,-43.76190185546875,-8.072449684143066,20.540599822998047,-43.84560012817383,-8.072449684143066,20.034400939941406,-43.47779846191406,-8.121700286865234,20.65239906311035,-43.57569885253906,-8.072449684143066,20.034400939941406,-43.47779846191406,-8.121700286865234,20.096200942993164,-43.47779846191406,-8.116840362548828,20.034400939941406,-44.22489929199219,-8.043330192565918,20.034400939941406,-44.103599548339844,-8.072449684143066,20.132299423217773,-44.09590148925781,-8.072449684143066,20.034400939941406,-44.88719940185547,-7.854119777679443,20.034400939941406,-44.71390151977539,-7.925930023193359,20.227800369262695,-44.698699951171875,-7.925930023193359,21.255300521850586,-47.235198974609375,-4.747439861297607,20.65239906311035,-47.37990188598633,-4.747439861297607,20.629499435424805,-47.235198974609375,-5.357769966125488,20.66010093688965,-47.4286003112793,-4.121699810028076,20.034400939941406,-47.47779846191406,-4.121699810028076,20.034400939941406,-47.4286003112793,-4.747439861297607,24.034400939941406,-43.47779846191406,-4.121699810028076,23.985200881958008,-44.103599548339844,-4.121699810028076,23.936500549316406,-44.09590148925781,-4.747439861297607,20.66010093688965,-47.4286003112793,-4.121699810028076,20.65239906311035,-47.37990188598633,-4.747439861297607,21.27050018310547,-47.28200149536133,-4.121699810028076,21.27050018310547,-47.28200149536133,-4.121699810028076,20.65239906311035,-47.37990188598633,-4.747439861297607,21.255300521850586,-47.235198974609375,-4.747439861297607,21.27050018310547,-47.28200149536133,-4.121699810028076,21.255300521850586,-47.235198974609375,-4.747439861297607,21.850400924682617,-47.04180145263672,-4.121699810028076,23.791799545288086,-44.072898864746094,-5.357769966125488,23.970500946044922,-43.47779846191406,-4.808460235595703,23.936500549316406,-44.09590148925781,-4.747439861297607,23.936500549316406,-44.09590148925781,-4.747439861297607,23.970500946044922,-43.47779846191406,-4.808460235595703,23.985200881958008,-43.47779846191406,-4.747439861297607,23.936500549316406,-44.09590148925781,-4.747439861297607,23.985200881958008,-43.47779846191406,-4.747439861297607,24.034400939941406,-43.47779846191406,-4.121699810028076,23.11210060119629,-45.71390151977539,-5.357769966125488,23.423999786376953,-45.204898834228516,-5.357769966125488,23.554500579833984,-45.271400451660156,-4.747439861297607,23.554500579833984,-44.035400390625,-5.937660217285156,23.790599822998047,-43.47779846191406,-5.473780155181885,23.791799545288086,-44.072898864746094,-5.357769966125488,23.791799545288086,-44.072898864746094,-5.357769966125488,23.790599822998047,-43.47779846191406,-5.473780155181885,23.838600158691406,-43.47779846191406,-5.357769966125488,23.791799545288086,-44.072898864746094,-5.357769966125488,23.838600158691406,-43.47779846191406,-5.357769966125488,23.970500946044922,-43.47779846191406,-4.808460235595703,23.209999084472656,-45.09590148925781,-5.937660217285156,23.423999786376953,-45.204898834228516,-5.357769966125488,22.917800903320312,-45.57270050048828,-5.937660217285156,22.917800903320312,-45.57270050048828,-5.937660217285156,23.423999786376953,-45.204898834228516,-5.357769966125488,23.11210060119629,-45.71390151977539,-5.357769966125488,22.917800903320312,-45.57270050048828,-5.937660217285156,23.11210060119629,-45.71390151977539,-5.357769966125488,22.55459976196289,-45.99800109863281,-5.937660217285156,22.86280059814453,-46.30619812011719,-4.121699810028076,22.385499954223633,-46.71390151977539,-4.121699810028076,22.356599807739258,-46.67399978637695,-4.747439861297607,22.356599807739258,-46.67399978637695,-4.747439861297607,22.385499954223633,-46.71390151977539,-4.121699810028076,21.827999114990234,-46.99800109863281,-4.747439861297607,22.356599807739258,-46.67399978637695,-4.747439861297607,21.827999114990234,-46.99800109863281,-4.747439861297607,21.761499404907227,-46.867401123046875,-5.357769966125488,21.761499404907227,-46.867401123046875,-5.357769966125488,21.827999114990234,-46.99800109863281,-4.747439861297607,21.209999084472656,-47.09590148925781,-5.357769966125488,21.761499404907227,-46.867401123046875,-5.357769966125488,21.209999084472656,-47.09590148925781,-5.357769966125488,21.135700225830078,-46.867401123046875,-5.937660217285156,21.135700225830078,-46.867401123046875,-5.937660217285156,21.209999084472656,-47.09590148925781,-5.357769966125488,20.591899871826172,-46.99800109863281,-5.937660217285156,21.135700225830078,-46.867401123046875,-5.937660217285156,20.591899871826172,-46.99800109863281,-5.937660217285156,20.540599822998047,-46.67399978637695,-6.472839832305908,20.66010093688965,-47.4286003112793,-4.121699810028076,20.034400939941406,-47.4286003112793,-4.747439861297607,20.65239906311035,-47.37990188598633,-4.747439861297607,20.65239906311035,-47.37990188598633,-4.747439861297607,20.034400939941406,-47.4286003112793,-4.747439861297607,20.034400939941406,-47.41389846801758,-4.808460235595703,20.65239906311035,-47.37990188598633,-4.747439861297607,20.034400939941406,-47.41389846801758,-4.808460235595703,20.629499435424805,-47.235198974609375,-5.357769966125488,20.629499435424805,-47.235198974609375,-5.357769966125488,20.034400939941406,-47.41389846801758,-4.808460235595703,20.034400939941406,-47.28200149536133,-5.357769966125488,20.629499435424805,-47.235198974609375,-5.357769966125488,20.034400939941406,-47.28200149536133,-5.357769966125488,20.034400939941406,-47.23400115966797,-5.473780155181885,22.385499954223633,-46.71390151977539,-4.121699810028076,21.850400924682617,-47.04180145263672,-4.121699810028076,21.827999114990234,-46.99800109863281,-4.747439861297607,21.827999114990234,-46.99800109863281,-4.747439861297607,21.850400924682617,-47.04180145263672,-4.121699810028076,21.255300521850586,-47.235198974609375,-4.747439861297607,21.827999114990234,-46.99800109863281,-4.747439861297607,21.255300521850586,-47.235198974609375,-4.747439861297607,21.209999084472656,-47.09590148925781,-5.357769966125488,21.209999084472656,-47.09590148925781,-5.357769966125488,21.255300521850586,-47.235198974609375,-4.747439861297607,20.629499435424805,-47.235198974609375,-5.357769966125488,21.209999084472656,-47.09590148925781,-5.357769966125488,20.629499435424805,-47.235198974609375,-5.357769966125488,20.591899871826172,-46.99800109863281,-5.937660217285156,20.591899871826172,-46.99800109863281,-5.937660217285156,20.629499435424805,-47.235198974609375,-5.357769966125488,20.034400939941406,-47.23400115966797,-5.473780155181885,23.230600357055664,-43.984100341796875,-6.472839832305908,23.5,-43.47779846191406,-6.098330020904541,23.554500579833984,-44.035400390625,-5.937660217285156,23.554500579833984,-44.035400390625,-5.937660217285156,23.5,-43.47779846191406,-6.098330020904541,23.598400115966797,-43.47779846191406,-5.937660217285156,23.554500579833984,-44.035400390625,-5.937660217285156,23.598400115966797,-43.47779846191406,-5.937660217285156,23.790599822998047,-43.47779846191406,-5.473780155181885,22.917800903320312,-44.946998596191406,-6.472839832305908,23.209999084472656,-45.09590148925781,-5.937660217285156,22.65239906311035,-45.37990188598633,-6.472839832305908,22.65239906311035,-45.37990188598633,-6.472839832305908,23.209999084472656,-45.09590148925781,-5.937660217285156,22.917800903320312,-45.57270050048828,-5.937660217285156,22.65239906311035,-45.37990188598633,-6.472839832305908,22.917800903320312,-45.57270050048828,-5.937660217285156,22.322599411010742,-45.7661018371582,-6.472839832305908,22.322599411010742,-45.7661018371582,-6.472839832305908,22.917800903320312,-45.57270050048828,-5.937660217285156,22.55459976196289,-45.99800109863281,-5.937660217285156,22.322599411010742,-45.7661018371582,-6.472839832305908,22.55459976196289,-45.99800109863281,-5.937660217285156,21.936500549316406,-46.09590148925781,-6.472839832305908,22.827999114990234,-43.9202995300293,-6.950129985809326,23.107200622558594,-43.47779846191406,-6.663959980010986,23.230600357055664,-43.984100341796875,-6.472839832305908,23.230600357055664,-43.984100341796875,-6.472839832305908,23.107200622558594,-43.47779846191406,-6.663959980010986,23.27050018310547,-43.47779846191406,-6.472839832305908,23.230600357055664,-43.984100341796875,-6.472839832305908,23.27050018310547,-43.47779846191406,-6.472839832305908,23.5,-43.47779846191406,-6.098330020904541,22.55459976196289,-44.76190185546875,-6.950129985809326,22.917800903320312,-44.946998596191406,-6.472839832305908,22.322599411010742,-45.14030075073242,-6.950129985809326,22.322599411010742,-45.14030075073242,-6.950129985809326,22.917800903320312,-44.946998596191406,-6.472839832305908,22.65239906311035,-45.37990188598633,-6.472839832305908,22.322599411010742,-45.14030075073242,-6.950129985809326,22.65239906311035,-45.37990188598633,-6.472839832305908,22.034400939941406,-45.47779846191406,-6.950129985809326,22.034400939941406,-45.47779846191406,-6.950129985809326,22.65239906311035,-45.37990188598633,-6.472839832305908,22.322599411010742,-45.7661018371582,-6.472839832305908,22.034400939941406,-45.47779846191406,-6.950129985809326,22.322599411010742,-45.7661018371582,-6.472839832305908,21.6968994140625,-45.7661018371582,-6.950129985809326,21.6968994140625,-45.7661018371582,-6.950129985809326,22.322599411010742,-45.7661018371582,-6.472839832305908,21.936500549316406,-46.09590148925781,-6.472839832305908,21.6968994140625,-45.7661018371582,-6.950129985809326,21.936500549316406,-46.09590148925781,-6.472839832305908,21.318500518798828,-45.99800109863281,-6.950129985809326,23.598400115966797,-45.293800354003906,-4.121699810028076,23.27050018310547,-45.82899856567383,-4.121699810028076,23.230600357055664,-45.79999923706055,-4.747439861297607,23.230600357055664,-45.79999923706055,-4.747439861297607,23.27050018310547,-45.82899856567383,-4.121699810028076,22.827999114990234,-46.271400451660156,-4.747439861297607,23.230600357055664,-45.79999923706055,-4.747439861297607,22.827999114990234,-46.271400451660156,-4.747439861297607,22.72439956665039,-46.16780090332031,-5.357769966125488,22.72439956665039,-46.16780090332031,-5.357769966125488,22.827999114990234,-46.271400451660156,-4.747439861297607,22.27050018310547,-46.55550003051758,-5.357769966125488,22.72439956665039,-46.16780090332031,-5.357769966125488,22.27050018310547,-46.55550003051758,-5.357769966125488,22.12929916381836,-46.36119842529297,-5.937660217285156,22.12929916381836,-46.36119842529297,-5.937660217285156,22.27050018310547,-46.55550003051758,-5.357769966125488,21.65239906311035,-46.65340042114258,-5.937660217285156,22.12929916381836,-46.36119842529297,-5.937660217285156,21.65239906311035,-46.65340042114258,-5.937660217285156,21.50349998474121,-46.36119842529297,-6.472839832305908,21.50349998474121,-46.36119842529297,-6.472839832305908,21.65239906311035,-46.65340042114258,-5.937660217285156,21.034400939941406,-46.55550003051758,-6.472839832305908,21.50349998474121,-46.36119842529297,-6.472839832305908,21.034400939941406,-46.55550003051758,-6.472839832305908,20.90839958190918,-46.16780090332031,-6.950129985809326,20.90839958190918,-46.16780090332031,-6.950129985809326,21.034400939941406,-46.55550003051758,-6.472839832305908,20.476900100708008,-46.271400451660156,-6.950129985809326,20.90839958190918,-46.16780090332031,-6.950129985809326,20.476900100708008,-46.271400451660156,-6.950129985809326,20.40220069885254,-45.79999923706055,-7.357769966125488,20.034400939941406,-47.23400115966797,-5.473780155181885,20.034400939941406,-47.04180145263672,-5.937660217285156,20.591899871826172,-46.99800109863281,-5.937660217285156,20.591899871826172,-46.99800109863281,-5.937660217285156,20.034400939941406,-47.04180145263672,-5.937660217285156,20.034400939941406,-46.94340133666992,-6.098330020904541,20.591899871826172,-46.99800109863281,-5.937660217285156,20.034400939941406,-46.94340133666992,-6.098330020904541,20.540599822998047,-46.67399978637695,-6.472839832305908,20.540599822998047,-46.67399978637695,-6.472839832305908,20.034400939941406,-46.94340133666992,-6.098330020904541,20.034400939941406,-46.71390151977539,-6.472839832305908,20.540599822998047,-46.67399978637695,-6.472839832305908,20.034400939941406,-46.71390151977539,-6.472839832305908,20.034400939941406,-46.55070114135742,-6.663959980010986,23.27050018310547,-45.82899856567383,-4.121699810028076,22.86280059814453,-46.30619812011719,-4.121699810028076,22.827999114990234,-46.271400451660156,-4.747439861297607,22.827999114990234,-46.271400451660156,-4.747439861297607,22.86280059814453,-46.30619812011719,-4.121699810028076,22.356599807739258,-46.67399978637695,-4.747439861297607,22.827999114990234,-46.271400451660156,-4.747439861297607,22.356599807739258,-46.67399978637695,-4.747439861297607,22.27050018310547,-46.55550003051758,-5.357769966125488,22.27050018310547,-46.55550003051758,-5.357769966125488,22.356599807739258,-46.67399978637695,-4.747439861297607,21.761499404907227,-46.867401123046875,-5.357769966125488,22.27050018310547,-46.55550003051758,-5.357769966125488,21.761499404907227,-46.867401123046875,-5.357769966125488,21.65239906311035,-46.65340042114258,-5.937660217285156,21.65239906311035,-46.65340042114258,-5.937660217285156,21.761499404907227,-46.867401123046875,-5.357769966125488,21.135700225830078,-46.867401123046875,-5.937660217285156,21.65239906311035,-46.65340042114258,-5.937660217285156,21.135700225830078,-46.867401123046875,-5.937660217285156,21.034400939941406,-46.55550003051758,-6.472839832305908,21.034400939941406,-46.55550003051758,-6.472839832305908,21.135700225830078,-46.867401123046875,-5.937660217285156,20.540599822998047,-46.67399978637695,-6.472839832305908,21.034400939941406,-46.55550003051758,-6.472839832305908,20.540599822998047,-46.67399978637695,-6.472839832305908,20.476900100708008,-46.271400451660156,-6.950129985809326,20.476900100708008,-46.271400451660156,-6.950129985809326,20.540599822998047,-46.67399978637695,-6.472839832305908,20.034400939941406,-46.55070114135742,-6.663959980010986,22.356599807739258,-43.84560012817383,-7.357769966125488,22.623899459838867,-43.47779846191406,-7.154210090637207,22.827999114990234,-43.9202995300293,-6.950129985809326,22.827999114990234,-43.9202995300293,-6.950129985809326,22.623899459838867,-43.47779846191406,-7.154210090637207,22.86280059814453,-43.47779846191406,-6.950129985809326,22.827999114990234,-43.9202995300293,-6.950129985809326,22.86280059814453,-43.47779846191406,-6.950129985809326,23.107200622558594,-43.47779846191406,-6.663959980010986,22.12929916381836,-44.54520034790039,-7.357769966125488,22.55459976196289,-44.76190185546875,-6.950129985809326,21.936500549316406,-44.859798431396484,-7.357769966125488,21.936500549316406,-44.859798431396484,-7.357769966125488,22.55459976196289,-44.76190185546875,-6.950129985809326,22.322599411010742,-45.14030075073242,-6.950129985809326,21.936500549316406,-44.859798431396484,-7.357769966125488,22.322599411010742,-45.14030075073242,-6.950129985809326,21.6968994140625,-45.14030075073242,-7.357769966125488,21.6968994140625,-45.14030075073242,-7.357769966125488,22.322599411010742,-45.14030075073242,-6.950129985809326,22.034400939941406,-45.47779846191406,-6.950129985809326,21.6968994140625,-45.14030075073242,-7.357769966125488,22.034400939941406,-45.47779846191406,-6.950129985809326,21.416400909423828,-45.37990188598633,-7.357769966125488,21.416400909423828,-45.37990188598633,-7.357769966125488,22.034400939941406,-45.47779846191406,-6.950129985809326,21.6968994140625,-45.7661018371582,-6.950129985809326,21.416400909423828,-45.37990188598633,-7.357769966125488,21.6968994140625,-45.7661018371582,-6.950129985809326,21.1018009185791,-45.57270050048828,-7.357769966125488,21.1018009185791,-45.57270050048828,-7.357769966125488,21.6968994140625,-45.7661018371582,-6.950129985809326,21.318500518798828,-45.99800109863281,-6.950129985809326,21.1018009185791,-45.57270050048828,-7.357769966125488,21.318500518798828,-45.99800109863281,-6.950129985809326,20.760900497436523,-45.71390151977539,-7.357769966125488,21.827999114990234,-43.76190185546875,-7.68572998046875,22.06399917602539,-43.47779846191406,-7.554830074310303,22.356599807739258,-43.84560012817383,-7.357769966125488,22.356599807739258,-43.84560012817383,-7.357769966125488,22.06399917602539,-43.47779846191406,-7.554830074310303,22.385499954223633,-43.47779846191406,-7.357769966125488,22.356599807739258,-43.84560012817383,-7.357769966125488,22.385499954223633,-43.47779846191406,-7.357769966125488,22.623899459838867,-43.47779846191406,-7.154210090637207,21.65239906311035,-44.30220031738281,-7.68572998046875,22.12929916381836,-44.54520034790039,-7.357769966125488,21.50349998474121,-44.54520034790039,-7.68572998046875,21.50349998474121,-44.54520034790039,-7.68572998046875,22.12929916381836,-44.54520034790039,-7.357769966125488,21.936500549316406,-44.859798431396484,-7.357769966125488,21.50349998474121,-44.54520034790039,-7.68572998046875,21.936500549316406,-44.859798431396484,-7.357769966125488,21.318500518798828,-44.76190185546875,-7.68572998046875,21.318500518798828,-44.76190185546875,-7.68572998046875,21.936500549316406,-44.859798431396484,-7.357769966125488,21.6968994140625,-45.14030075073242,-7.357769966125488,21.318500518798828,-44.76190185546875,-7.68572998046875,21.6968994140625,-45.14030075073242,-7.357769966125488,21.1018009185791,-44.946998596191406,-7.68572998046875,21.1018009185791,-44.946998596191406,-7.68572998046875,21.6968994140625,-45.14030075073242,-7.357769966125488,21.416400909423828,-45.37990188598633,-7.357769966125488,21.1018009185791,-44.946998596191406,-7.68572998046875,21.416400909423828,-45.37990188598633,-7.357769966125488,20.858800888061523,-45.09590148925781,-7.68572998046875,20.858800888061523,-45.09590148925781,-7.68572998046875,21.416400909423828,-45.37990188598633,-7.357769966125488,21.1018009185791,-45.57270050048828,-7.357769966125488,20.858800888061523,-45.09590148925781,-7.68572998046875,21.1018009185791,-45.57270050048828,-7.357769966125488,20.595600128173828,-45.204898834228516,-7.68572998046875,20.595600128173828,-45.204898834228516,-7.68572998046875,21.1018009185791,-45.57270050048828,-7.357769966125488,20.760900497436523,-45.71390151977539,-7.357769966125488,20.595600128173828,-45.204898834228516,-7.68572998046875,20.760900497436523,-45.71390151977539,-7.357769966125488,20.318500518798828,-45.271400451660156,-7.68572998046875,20.034400939941406,-46.55070114135742,-6.663959980010986,20.034400939941406,-46.30619812011719,-6.950129985809326,20.476900100708008,-46.271400451660156,-6.950129985809326,20.476900100708008,-46.271400451660156,-6.950129985809326,20.034400939941406,-46.30619812011719,-6.950129985809326,20.034400939941406,-46.067298889160156,-7.154210090637207,20.476900100708008,-46.271400451660156,-6.950129985809326,20.034400939941406,-46.067298889160156,-7.154210090637207,20.40220069885254,-45.79999923706055,-7.357769966125488,20.40220069885254,-45.79999923706055,-7.357769966125488,20.034400939941406,-46.067298889160156,-7.154210090637207,20.034400939941406,-45.82899856567383,-7.357769966125488,20.40220069885254,-45.79999923706055,-7.357769966125488,20.034400939941406,-45.82899856567383,-7.357769966125488,20.034400939941406,-45.50740051269531,-7.554830074310303,23.838600158691406,-44.71390151977539,-4.121699810028076,23.598400115966797,-45.293800354003906,-4.121699810028076,23.554500579833984,-45.271400451660156,-4.747439861297607,23.554500579833984,-45.271400451660156,-4.747439861297607,23.598400115966797,-45.293800354003906,-4.121699810028076,23.230600357055664,-45.79999923706055,-4.747439861297607,23.554500579833984,-45.271400451660156,-4.747439861297607,23.230600357055664,-45.79999923706055,-4.747439861297607,23.11210060119629,-45.71390151977539,-5.357769966125488,23.11210060119629,-45.71390151977539,-5.357769966125488,23.230600357055664,-45.79999923706055,-4.747439861297607,22.72439956665039,-46.16780090332031,-5.357769966125488,23.11210060119629,-45.71390151977539,-5.357769966125488,22.72439956665039,-46.16780090332031,-5.357769966125488,22.55459976196289,-45.99800109863281,-5.937660217285156,22.55459976196289,-45.99800109863281,-5.937660217285156,22.72439956665039,-46.16780090332031,-5.357769966125488,22.12929916381836,-46.36119842529297,-5.937660217285156,22.55459976196289,-45.99800109863281,-5.937660217285156,22.12929916381836,-46.36119842529297,-5.937660217285156,21.936500549316406,-46.09590148925781,-6.472839832305908,21.936500549316406,-46.09590148925781,-6.472839832305908,22.12929916381836,-46.36119842529297,-5.937660217285156,21.50349998474121,-46.36119842529297,-6.472839832305908,21.936500549316406,-46.09590148925781,-6.472839832305908,21.50349998474121,-46.36119842529297,-6.472839832305908,21.318500518798828,-45.99800109863281,-6.950129985809326,21.318500518798828,-45.99800109863281,-6.950129985809326,21.50349998474121,-46.36119842529297,-6.472839832305908,20.90839958190918,-46.16780090332031,-6.950129985809326,21.318500518798828,-45.99800109863281,-6.950129985809326,20.90839958190918,-46.16780090332031,-6.950129985809326,20.760900497436523,-45.71390151977539,-7.357769966125488,20.760900497436523,-45.71390151977539,-7.357769966125488,20.90839958190918,-46.16780090332031,-6.950129985809326,20.40220069885254,-45.79999923706055,-7.357769966125488,20.760900497436523,-45.71390151977539,-7.357769966125488,20.40220069885254,-45.79999923706055,-7.357769966125488,20.318500518798828,-45.271400451660156,-7.68572998046875,20.318500518798828,-45.271400451660156,-7.68572998046875,20.40220069885254,-45.79999923706055,-7.357769966125488,20.034400939941406,-45.50740051269531,-7.554830074310303,20.318500518798828,-45.271400451660156,-7.68572998046875,20.034400939941406,-45.50740051269531,-7.554830074310303,20.034400939941406,-45.293800354003906,-7.68572998046875,21.255300521850586,-43.671199798583984,-7.925930023193359,21.44379997253418,-43.47779846191406,-7.854119777679443,21.827999114990234,-43.76190185546875,-7.68572998046875,21.827999114990234,-43.76190185546875,-7.68572998046875,21.44379997253418,-43.47779846191406,-7.854119777679443,21.850400924682617,-43.47779846191406,-7.68572998046875,21.827999114990234,-43.76190185546875,-7.68572998046875,21.850400924682617,-43.47779846191406,-7.68572998046875,22.06399917602539,-43.47779846191406,-7.554830074310303,20.034400939941406,-45.293800354003906,-7.68572998046875,20.034400939941406,-44.88719940185547,-7.854119777679443,20.318500518798828,-45.271400451660156,-7.68572998046875,20.318500518798828,-45.271400451660156,-7.68572998046875,20.034400939941406,-44.88719940185547,-7.854119777679443,20.227800369262695,-44.698699951171875,-7.925930023193359,20.318500518798828,-45.271400451660156,-7.68572998046875,20.227800369262695,-44.698699951171875,-7.925930023193359,20.595600128173828,-45.204898834228516,-7.68572998046875,20.595600128173828,-45.204898834228516,-7.68572998046875,20.227800369262695,-44.698699951171875,-7.925930023193359,20.416400909423828,-44.65340042114258,-7.925930023193359,20.595600128173828,-45.204898834228516,-7.68572998046875,20.416400909423828,-44.65340042114258,-7.925930023193359,20.858800888061523,-45.09590148925781,-7.68572998046875,20.858800888061523,-45.09590148925781,-7.68572998046875,20.416400909423828,-44.65340042114258,-7.925930023193359,20.595600128173828,-44.579200744628906,-7.925930023193359,20.858800888061523,-45.09590148925781,-7.68572998046875,20.595600128173828,-44.579200744628906,-7.925930023193359,21.1018009185791,-44.946998596191406,-7.68572998046875,21.1018009185791,-44.946998596191406,-7.68572998046875,20.595600128173828,-44.579200744628906,-7.925930023193359,20.760900497436523,-44.47779846191406,-7.925930023193359,21.1018009185791,-44.946998596191406,-7.68572998046875,20.760900497436523,-44.47779846191406,-7.925930023193359,21.318500518798828,-44.76190185546875,-7.68572998046875,21.318500518798828,-44.76190185546875,-7.68572998046875,20.760900497436523,-44.47779846191406,-7.925930023193359,20.90839958190918,-44.351898193359375,-7.925930023193359,21.318500518798828,-44.76190185546875,-7.68572998046875,20.90839958190918,-44.351898193359375,-7.925930023193359,21.50349998474121,-44.54520034790039,-7.68572998046875,21.50349998474121,-44.54520034790039,-7.68572998046875,20.90839958190918,-44.351898193359375,-7.925930023193359,21.034400939941406,-44.20439910888672,-7.925930023193359,21.50349998474121,-44.54520034790039,-7.68572998046875,21.034400939941406,-44.20439910888672,-7.925930023193359,21.65239906311035,-44.30220031738281,-7.68572998046875,21.65239906311035,-44.30220031738281,-7.68572998046875,21.034400939941406,-44.20439910888672,-7.925930023193359,21.135700225830078,-44.03900146484375,-7.925930023193359,20.034400939941406,-43.47779846191406,-8.121700286865234,20.65239906311035,-43.57569885253906,-8.072449684143066,20.629499435424805,-43.671199798583984,-8.072449684143066,20.629499435424805,-43.671199798583984,-8.072449684143066,20.65239906311035,-43.57569885253906,-8.072449684143066,21.255300521850586,-43.671199798583984,-7.925930023193359,20.629499435424805,-43.671199798583984,-8.072449684143066,21.255300521850586,-43.671199798583984,-7.925930023193359,21.209999084472656,-43.859798431396484,-7.925930023193359,21.209999084472656,-43.859798431396484,-7.925930023193359,21.255300521850586,-43.671199798583984,-7.925930023193359,21.827999114990234,-43.76190185546875,-7.68572998046875,21.209999084472656,-43.859798431396484,-7.925930023193359,21.827999114990234,-43.76190185546875,-7.68572998046875,21.761499404907227,-44.03900146484375,-7.68572998046875,21.761499404907227,-44.03900146484375,-7.68572998046875,21.827999114990234,-43.76190185546875,-7.68572998046875,22.356599807739258,-43.84560012817383,-7.357769966125488,21.761499404907227,-44.03900146484375,-7.68572998046875,22.356599807739258,-43.84560012817383,-7.357769966125488,22.27050018310547,-44.20439910888672,-7.357769966125488,22.27050018310547,-44.20439910888672,-7.357769966125488,22.356599807739258,-43.84560012817383,-7.357769966125488,22.827999114990234,-43.9202995300293,-6.950129985809326,22.27050018310547,-44.20439910888672,-7.357769966125488,22.827999114990234,-43.9202995300293,-6.950129985809326,22.72439956665039,-44.351898193359375,-6.950129985809326,22.72439956665039,-44.351898193359375,-6.950129985809326,22.827999114990234,-43.9202995300293,-6.950129985809326,23.230600357055664,-43.984100341796875,-6.472839832305908,22.72439956665039,-44.351898193359375,-6.950129985809326,23.230600357055664,-43.984100341796875,-6.472839832305908,23.11210060119629,-44.47779846191406,-6.472839832305908,23.11210060119629,-44.47779846191406,-6.472839832305908,23.230600357055664,-43.984100341796875,-6.472839832305908,23.554500579833984,-44.035400390625,-5.937660217285156,23.11210060119629,-44.47779846191406,-6.472839832305908,23.554500579833984,-44.035400390625,-5.937660217285156,23.423999786376953,-44.579200744628906,-5.937660217285156,23.423999786376953,-44.579200744628906,-5.937660217285156,23.554500579833984,-44.035400390625,-5.937660217285156,23.791799545288086,-44.072898864746094,-5.357769966125488,23.423999786376953,-44.579200744628906,-5.937660217285156,23.791799545288086,-44.072898864746094,-5.357769966125488,23.65239906311035,-44.65340042114258,-5.357769966125488,23.65239906311035,-44.65340042114258,-5.357769966125488,23.791799545288086,-44.072898864746094,-5.357769966125488,23.936500549316406,-44.09590148925781,-4.747439861297607,23.65239906311035,-44.65340042114258,-5.357769966125488,23.936500549316406,-44.09590148925781,-4.747439861297607,23.791799545288086,-44.698699951171875,-4.747439861297607,23.791799545288086,-44.698699951171875,-4.747439861297607,23.936500549316406,-44.09590148925781,-4.747439861297607,23.985200881958008,-44.103599548339844,-4.121699810028076,23.791799545288086,-44.698699951171875,-4.747439861297607,23.985200881958008,-44.103599548339844,-4.121699810028076,23.838600158691406,-44.71390151977539,-4.121699810028076,20.034400939941406,-44.71390151977539,-7.925930023193359,20.034400939941406,-44.22489929199219,-8.043330192565918,20.227800369262695,-44.698699951171875,-7.925930023193359,20.227800369262695,-44.698699951171875,-7.925930023193359,20.034400939941406,-44.22489929199219,-8.043330192565918,20.132299423217773,-44.09590148925781,-8.072449684143066,20.227800369262695,-44.698699951171875,-7.925930023193359,20.132299423217773,-44.09590148925781,-8.072449684143066,20.416400909423828,-44.65340042114258,-7.925930023193359,20.416400909423828,-44.65340042114258,-7.925930023193359,20.132299423217773,-44.09590148925781,-8.072449684143066,20.227800369262695,-44.072898864746094,-8.072449684143066,20.416400909423828,-44.65340042114258,-7.925930023193359,20.227800369262695,-44.072898864746094,-8.072449684143066,20.595600128173828,-44.579200744628906,-7.925930023193359,20.595600128173828,-44.579200744628906,-7.925930023193359,20.227800369262695,-44.072898864746094,-8.072449684143066,20.318500518798828,-44.035400390625,-8.072449684143066,20.595600128173828,-44.579200744628906,-7.925930023193359,20.318500518798828,-44.035400390625,-8.072449684143066,20.760900497436523,-44.47779846191406,-7.925930023193359,20.760900497436523,-44.47779846191406,-7.925930023193359,20.318500518798828,-44.035400390625,-8.072449684143066,20.40220069885254,-43.984100341796875,-8.072449684143066,20.760900497436523,-44.47779846191406,-7.925930023193359,20.40220069885254,-43.984100341796875,-8.072449684143066,20.90839958190918,-44.351898193359375,-7.925930023193359,20.90839958190918,-44.351898193359375,-7.925930023193359,20.40220069885254,-43.984100341796875,-8.072449684143066,20.476900100708008,-43.9202995300293,-8.072449684143066,20.90839958190918,-44.351898193359375,-7.925930023193359,20.476900100708008,-43.9202995300293,-8.072449684143066,21.034400939941406,-44.20439910888672,-7.925930023193359,21.034400939941406,-44.20439910888672,-7.925930023193359,20.476900100708008,-43.9202995300293,-8.072449684143066,20.540599822998047,-43.84560012817383,-8.072449684143066,21.034400939941406,-44.20439910888672,-7.925930023193359,20.540599822998047,-43.84560012817383,-8.072449684143066,21.135700225830078,-44.03900146484375,-7.925930023193359,21.135700225830078,-44.03900146484375,-7.925930023193359,20.540599822998047,-43.84560012817383,-8.072449684143066,20.591899871826172,-43.76190185546875,-8.072449684143066,20.096200942993164,-43.47779846191406,-8.116840362548828,20.66010093688965,-43.47779846191406,-8.072449684143066,20.65239906311035,-43.57569885253906,-8.072449684143066,20.65239906311035,-43.57569885253906,-8.072449684143066,20.66010093688965,-43.47779846191406,-8.072449684143066,20.7814998626709,-43.47779846191406,-8.043330192565918,20.65239906311035,-43.57569885253906,-8.072449684143066,20.7814998626709,-43.47779846191406,-8.043330192565918,21.255300521850586,-43.671199798583984,-7.925930023193359,21.255300521850586,-43.671199798583984,-7.925930023193359,20.7814998626709,-43.47779846191406,-8.043330192565918,21.27050018310547,-43.47779846191406,-7.925930023193359,21.255300521850586,-43.671199798583984,-7.925930023193359,21.27050018310547,-43.47779846191406,-7.925930023193359,21.44379997253418,-43.47779846191406,-7.854119777679443,23.838600158691406,-44.71390151977539,-4.121699810028076,23.554500579833984,-45.271400451660156,-4.747439861297607,23.791799545288086,-44.698699951171875,-4.747439861297607,23.791799545288086,-44.698699951171875,-4.747439861297607,23.554500579833984,-45.271400451660156,-4.747439861297607,23.423999786376953,-45.204898834228516,-5.357769966125488,23.791799545288086,-44.698699951171875,-4.747439861297607,23.423999786376953,-45.204898834228516,-5.357769966125488,23.65239906311035,-44.65340042114258,-5.357769966125488,23.65239906311035,-44.65340042114258,-5.357769966125488,23.423999786376953,-45.204898834228516,-5.357769966125488,23.209999084472656,-45.09590148925781,-5.937660217285156,23.65239906311035,-44.65340042114258,-5.357769966125488,23.209999084472656,-45.09590148925781,-5.937660217285156,23.423999786376953,-44.579200744628906,-5.937660217285156,23.423999786376953,-44.579200744628906,-5.937660217285156,23.209999084472656,-45.09590148925781,-5.937660217285156,22.917800903320312,-44.946998596191406,-6.472839832305908,23.423999786376953,-44.579200744628906,-5.937660217285156,22.917800903320312,-44.946998596191406,-6.472839832305908,23.11210060119629,-44.47779846191406,-6.472839832305908,23.11210060119629,-44.47779846191406,-6.472839832305908,22.917800903320312,-44.946998596191406,-6.472839832305908,22.55459976196289,-44.76190185546875,-6.950129985809326,23.11210060119629,-44.47779846191406,-6.472839832305908,22.55459976196289,-44.76190185546875,-6.950129985809326,22.72439956665039,-44.351898193359375,-6.950129985809326,22.72439956665039,-44.351898193359375,-6.950129985809326,22.55459976196289,-44.76190185546875,-6.950129985809326,22.12929916381836,-44.54520034790039,-7.357769966125488,22.72439956665039,-44.351898193359375,-6.950129985809326,22.12929916381836,-44.54520034790039,-7.357769966125488,22.27050018310547,-44.20439910888672,-7.357769966125488,22.27050018310547,-44.20439910888672,-7.357769966125488,22.12929916381836,-44.54520034790039,-7.357769966125488,21.65239906311035,-44.30220031738281,-7.68572998046875,22.27050018310547,-44.20439910888672,-7.357769966125488,21.65239906311035,-44.30220031738281,-7.68572998046875,21.761499404907227,-44.03900146484375,-7.68572998046875,21.761499404907227,-44.03900146484375,-7.68572998046875,21.65239906311035,-44.30220031738281,-7.68572998046875,21.135700225830078,-44.03900146484375,-7.925930023193359,21.761499404907227,-44.03900146484375,-7.68572998046875,21.135700225830078,-44.03900146484375,-7.925930023193359,21.209999084472656,-43.859798431396484,-7.925930023193359,21.209999084472656,-43.859798431396484,-7.925930023193359,21.135700225830078,-44.03900146484375,-7.925930023193359,20.591899871826172,-43.76190185546875,-8.072449684143066,21.209999084472656,-43.859798431396484,-7.925930023193359,20.591899871826172,-43.76190185546875,-8.072449684143066,20.629499435424805,-43.671199798583984,-8.072449684143066,20.629499435424805,-43.671199798583984,-8.072449684143066,20.591899871826172,-43.76190185546875,-8.072449684143066,20.034400939941406,-43.47779846191406,-8.121700286865234,20.034400939941406,-44.103599548339844,-8.072449684143066,20.034400939941406,-43.53960037231445,-8.116840362548828,20.132299423217773,-44.09590148925781,-8.072449684143066,20.132299423217773,-44.09590148925781,-8.072449684143066,20.034400939941406,-43.53960037231445,-8.116840362548828,20.034400939941406,-43.47779846191406,-8.121700286865234,-23.90169906616211,-43.47779846191406,4.565060138702393,-23.916400909423828,-43.47779846191406,4.504030227661133,-23.867700576782227,-44.09590148925781,4.504030227661133,-19.965599060058594,-47.41389846801758,4.565060138702393,-19.965599060058594,-47.28200149536133,5.114369869232178,-20.560699462890625,-47.235198974609375,5.114369869232178,-23.721799850463867,-43.47779846191406,5.230380058288574,-23.769800186157227,-43.47779846191406,5.114369869232178,-23.722999572753906,-44.072898864746094,5.114369869232178,-19.965599060058594,-47.23400115966797,5.230380058288574,-19.965599060058594,-47.04180145263672,5.694260120391846,-20.523099899291992,-46.99800109863281,5.694260120391846,-23.43120002746582,-43.47779846191406,5.8549299240112305,-23.529600143432617,-43.47779846191406,5.694260120391846,-23.485700607299805,-44.035400390625,5.694260120391846,-23.038400650024414,-43.47779846191406,6.4205498695373535,-23.20170021057129,-43.47779846191406,6.229440212249756,-23.161800384521484,-43.984100341796875,6.229440212249756,-22.555099487304688,-43.47779846191406,6.9108099937438965,-22.79400062561035,-43.47779846191406,6.706719875335693,-22.759199142456055,-43.9202995300293,6.706719875335693,-21.99519920349121,-43.47779846191406,7.311429977416992,-22.316699981689453,-43.47779846191406,7.114369869232178,-22.287799835205078,-43.84560012817383,7.114369869232178,-21.375,-43.47779846191406,7.610720157623291,-21.781600952148438,-43.47779846191406,7.442319869995117,-21.759199142456055,-43.76190185546875,7.442319869995117,-20.71269989013672,-43.47779846191406,7.799930095672607,-21.20170021057129,-43.47779846191406,7.682519912719727,-21.186399459838867,-43.671199798583984,7.682519912719727,-19.965599060058594,-43.47779846191406,7.878300189971924,-20.560699462890625,-43.671199798583984,7.829050064086914,-20.523099899291992,-43.76190185546875,7.829050064086914,-19.965599060058594,-43.53960037231445,7.873439788818359,-19.965599060058594,-43.47779846191406,7.878300189971924,-20.063499450683594,-44.09590148925781,7.829050064086914,-20.591299057006836,-43.47779846191406,7.829050064086914,-20.583599090576172,-43.57569885253906,7.829050064086914,-20.02739906311035,-43.47779846191406,7.873439788818359,-20.02739906311035,-43.47779846191406,7.873439788818359,-20.583599090576172,-43.57569885253906,7.829050064086914,-19.965599060058594,-43.47779846191406,7.878300189971924,-20.560699462890625,-43.671199798583984,7.829050064086914,-19.965599060058594,-43.47779846191406,7.878300189971924,-20.583599090576172,-43.57569885253906,7.829050064086914,-20.159000396728516,-44.698699951171875,7.682519912719727,-19.965599060058594,-44.22489929199219,7.799930095672607,-20.063499450683594,-44.09590148925781,7.829050064086914,-20.063499450683594,-44.09590148925781,7.829050064086914,-19.965599060058594,-44.22489929199219,7.799930095672607,-19.965599060058594,-44.103599548339844,7.829050064086914,-20.063499450683594,-44.09590148925781,7.829050064086914,-19.965599060058594,-44.103599548339844,7.829050064086914,-19.965599060058594,-43.53960037231445,7.873439788818359,-21.0669002532959,-44.03900146484375,7.682519912719727,-20.965599060058594,-44.20439910888672,7.682519912719727,-20.471799850463867,-43.84560012817383,7.829050064086914,-20.591299057006836,-43.47779846191406,7.829050064086914,-20.71269989013672,-43.47779846191406,7.799930095672607,-20.583599090576172,-43.57569885253906,7.829050064086914,-20.583599090576172,-43.57569885253906,7.829050064086914,-20.71269989013672,-43.47779846191406,7.799930095672607,-21.186399459838867,-43.671199798583984,7.682519912719727,-20.583599090576172,-43.57569885253906,7.829050064086914,-21.186399459838867,-43.671199798583984,7.682519912719727,-20.560699462890625,-43.671199798583984,7.829050064086914,-20.560699462890625,-43.671199798583984,7.829050064086914,-21.186399459838867,-43.671199798583984,7.682519912719727,-21.141199111938477,-43.859798431396484,7.682519912719727,-20.560699462890625,-43.671199798583984,7.829050064086914,-21.141199111938477,-43.859798431396484,7.682519912719727,-20.523099899291992,-43.76190185546875,7.829050064086914,-20.523099899291992,-43.76190185546875,7.829050064086914,-21.141199111938477,-43.859798431396484,7.682519912719727,-21.0669002532959,-44.03900146484375,7.682519912719727,-21.0669002532959,-44.03900146484375,7.682519912719727,-20.471799850463867,-43.84560012817383,7.829050064086914,-20.523099899291992,-43.76190185546875,7.829050064086914,-20.523099899291992,-43.76190185546875,7.829050064086914,-20.471799850463867,-43.84560012817383,7.829050064086914,-19.965599060058594,-43.47779846191406,7.878300189971924,-20.24970054626465,-45.271400451660156,7.442319869995117,-19.965599060058594,-44.88719940185547,7.610720157623291,-20.159000396728516,-44.698699951171875,7.682519912719727,-20.159000396728516,-44.698699951171875,7.682519912719727,-19.965599060058594,-44.88719940185547,7.610720157623291,-19.965599060058594,-44.71390151977539,7.682519912719727,-20.159000396728516,-44.698699951171875,7.682519912719727,-19.965599060058594,-44.71390151977539,7.682519912719727,-19.965599060058594,-44.22489929199219,7.799930095672607,-21.43470001220703,-44.54520034790039,7.442319869995117,-21.24970054626465,-44.76190185546875,7.442319869995117,-20.839599609375,-44.351898193359375,7.682519912719727,-21.20170021057129,-43.47779846191406,7.682519912719727,-21.375,-43.47779846191406,7.610720157623291,-21.186399459838867,-43.671199798583984,7.682519912719727,-21.186399459838867,-43.671199798583984,7.682519912719727,-21.375,-43.47779846191406,7.610720157623291,-21.759199142456055,-43.76190185546875,7.442319869995117,-21.186399459838867,-43.671199798583984,7.682519912719727,-21.759199142456055,-43.76190185546875,7.442319869995117,-21.141199111938477,-43.859798431396484,7.682519912719727,-21.141199111938477,-43.859798431396484,7.682519912719727,-21.759199142456055,-43.76190185546875,7.442319869995117,-21.692699432373047,-44.03900146484375,7.442319869995117,-21.141199111938477,-43.859798431396484,7.682519912719727,-21.692699432373047,-44.03900146484375,7.442319869995117,-21.0669002532959,-44.03900146484375,7.682519912719727,-21.0669002532959,-44.03900146484375,7.682519912719727,-21.692699432373047,-44.03900146484375,7.442319869995117,-21.583599090576172,-44.30220031738281,7.442319869995117,-21.0669002532959,-44.03900146484375,7.682519912719727,-21.583599090576172,-44.30220031738281,7.442319869995117,-20.965599060058594,-44.20439910888672,7.682519912719727,-20.965599060058594,-44.20439910888672,7.682519912719727,-21.583599090576172,-44.30220031738281,7.442319869995117,-21.43470001220703,-44.54520034790039,7.442319869995117,-21.43470001220703,-44.54520034790039,7.442319869995117,-20.839599609375,-44.351898193359375,7.682519912719727,-20.965599060058594,-44.20439910888672,7.682519912719727,-20.965599060058594,-44.20439910888672,7.682519912719727,-20.839599609375,-44.351898193359375,7.682519912719727,-20.408100128173828,-43.9202995300293,7.829050064086914,-20.965599060058594,-44.20439910888672,7.682519912719727,-20.408100128173828,-43.9202995300293,7.829050064086914,-20.471799850463867,-43.84560012817383,7.829050064086914,-20.471799850463867,-43.84560012817383,7.829050064086914,-20.408100128173828,-43.9202995300293,7.829050064086914,-19.965599060058594,-43.47779846191406,7.878300189971924,-20.33340072631836,-45.79999923706055,7.114369869232178,-19.965599060058594,-45.50740051269531,7.311429977416992,-20.24970054626465,-45.271400451660156,7.442319869995117,-20.24970054626465,-45.271400451660156,7.442319869995117,-19.965599060058594,-45.50740051269531,7.311429977416992,-19.965599060058594,-45.293800354003906,7.442319869995117,-20.24970054626465,-45.271400451660156,7.442319869995117,-19.965599060058594,-45.293800354003906,7.442319869995117,-19.965599060058594,-44.88719940185547,7.610720157623291,-21.62809944152832,-45.14030075073242,7.114369869232178,-21.34760093688965,-45.37990188598633,7.114369869232178,-21.033000946044922,-44.946998596191406,7.442319869995117,-21.781600952148438,-43.47779846191406,7.442319869995117,-21.99519920349121,-43.47779846191406,7.311429977416992,-21.759199142456055,-43.76190185546875,7.442319869995117,-21.759199142456055,-43.76190185546875,7.442319869995117,-21.99519920349121,-43.47779846191406,7.311429977416992,-22.287799835205078,-43.84560012817383,7.114369869232178,-21.759199142456055,-43.76190185546875,7.442319869995117,-22.287799835205078,-43.84560012817383,7.114369869232178,-21.692699432373047,-44.03900146484375,7.442319869995117,-21.692699432373047,-44.03900146484375,7.442319869995117,-22.287799835205078,-43.84560012817383,7.114369869232178,-22.20170021057129,-44.20439910888672,7.114369869232178,-21.692699432373047,-44.03900146484375,7.442319869995117,-22.20170021057129,-44.20439910888672,7.114369869232178,-21.583599090576172,-44.30220031738281,7.442319869995117,-21.583599090576172,-44.30220031738281,7.442319869995117,-22.20170021057129,-44.20439910888672,7.114369869232178,-22.06049919128418,-44.54520034790039,7.114369869232178,-21.583599090576172,-44.30220031738281,7.442319869995117,-22.06049919128418,-44.54520034790039,7.114369869232178,-21.43470001220703,-44.54520034790039,7.442319869995117,-21.43470001220703,-44.54520034790039,7.442319869995117,-22.06049919128418,-44.54520034790039,7.114369869232178,-21.867700576782227,-44.859798431396484,7.114369869232178,-21.43470001220703,-44.54520034790039,7.442319869995117,-21.867700576782227,-44.859798431396484,7.114369869232178,-21.24970054626465,-44.76190185546875,7.442319869995117,-21.24970054626465,-44.76190185546875,7.442319869995117,-21.867700576782227,-44.859798431396484,7.114369869232178,-21.62809944152832,-45.14030075073242,7.114369869232178,-21.62809944152832,-45.14030075073242,7.114369869232178,-21.033000946044922,-44.946998596191406,7.442319869995117,-21.24970054626465,-44.76190185546875,7.442319869995117,-21.24970054626465,-44.76190185546875,7.442319869995117,-21.033000946044922,-44.946998596191406,7.442319869995117,-20.692100524902344,-44.47779846191406,7.682519912719727,-21.24970054626465,-44.76190185546875,7.442319869995117,-20.692100524902344,-44.47779846191406,7.682519912719727,-20.839599609375,-44.351898193359375,7.682519912719727,-20.839599609375,-44.351898193359375,7.682519912719727,-20.692100524902344,-44.47779846191406,7.682519912719727,-20.33340072631836,-43.984100341796875,7.829050064086914,-20.839599609375,-44.351898193359375,7.682519912719727,-20.33340072631836,-43.984100341796875,7.829050064086914,-20.408100128173828,-43.9202995300293,7.829050064086914,-20.408100128173828,-43.9202995300293,7.829050064086914,-20.33340072631836,-43.984100341796875,7.829050064086914,-19.965599060058594,-43.47779846191406,7.878300189971924,-20.408100128173828,-46.271400451660156,6.706719875335693,-19.965599060058594,-46.067298889160156,6.9108099937438965,-20.33340072631836,-45.79999923706055,7.114369869232178,-20.33340072631836,-45.79999923706055,7.114369869232178,-19.965599060058594,-46.067298889160156,6.9108099937438965,-19.965599060058594,-45.82899856567383,7.114369869232178,-20.33340072631836,-45.79999923706055,7.114369869232178,-19.965599060058594,-45.82899856567383,7.114369869232178,-19.965599060058594,-45.50740051269531,7.311429977416992,-21.62809944152832,-45.7661018371582,6.706719875335693,-21.24970054626465,-45.99800109863281,6.706719875335693,-21.033000946044922,-45.57270050048828,7.114369869232178,-22.316699981689453,-43.47779846191406,7.114369869232178,-22.555099487304688,-43.47779846191406,6.9108099937438965,-22.287799835205078,-43.84560012817383,7.114369869232178,-22.287799835205078,-43.84560012817383,7.114369869232178,-22.555099487304688,-43.47779846191406,6.9108099937438965,-22.759199142456055,-43.9202995300293,6.706719875335693,-22.287799835205078,-43.84560012817383,7.114369869232178,-22.759199142456055,-43.9202995300293,6.706719875335693,-22.20170021057129,-44.20439910888672,7.114369869232178,-22.20170021057129,-44.20439910888672,7.114369869232178,-22.759199142456055,-43.9202995300293,6.706719875335693,-22.65559959411621,-44.351898193359375,6.706719875335693,-22.20170021057129,-44.20439910888672,7.114369869232178,-22.65559959411621,-44.351898193359375,6.706719875335693,-22.06049919128418,-44.54520034790039,7.114369869232178,-22.06049919128418,-44.54520034790039,7.114369869232178,-22.65559959411621,-44.351898193359375,6.706719875335693,-22.485700607299805,-44.76190185546875,6.706719875335693,-22.06049919128418,-44.54520034790039,7.114369869232178,-22.485700607299805,-44.76190185546875,6.706719875335693,-21.867700576782227,-44.859798431396484,7.114369869232178,-21.867700576782227,-44.859798431396484,7.114369869232178,-22.485700607299805,-44.76190185546875,6.706719875335693,-22.253799438476562,-45.14030075073242,6.706719875335693,-21.867700576782227,-44.859798431396484,7.114369869232178,-22.253799438476562,-45.14030075073242,6.706719875335693,-21.62809944152832,-45.14030075073242,7.114369869232178,-21.62809944152832,-45.14030075073242,7.114369869232178,-22.253799438476562,-45.14030075073242,6.706719875335693,-21.965599060058594,-45.47779846191406,6.706719875335693,-21.62809944152832,-45.14030075073242,7.114369869232178,-21.965599060058594,-45.47779846191406,6.706719875335693,-21.34760093688965,-45.37990188598633,7.114369869232178,-21.34760093688965,-45.37990188598633,7.114369869232178,-21.965599060058594,-45.47779846191406,6.706719875335693,-21.62809944152832,-45.7661018371582,6.706719875335693,-21.62809944152832,-45.7661018371582,6.706719875335693,-21.033000946044922,-45.57270050048828,7.114369869232178,-21.34760093688965,-45.37990188598633,7.114369869232178,-21.34760093688965,-45.37990188598633,7.114369869232178,-21.033000946044922,-45.57270050048828,7.114369869232178,-20.790000915527344,-45.09590148925781,7.442319869995117,-21.34760093688965,-45.37990188598633,7.114369869232178,-20.790000915527344,-45.09590148925781,7.442319869995117,-21.033000946044922,-44.946998596191406,7.442319869995117,-21.033000946044922,-44.946998596191406,7.442319869995117,-20.790000915527344,-45.09590148925781,7.442319869995117,-20.52680015563965,-44.579200744628906,7.682519912719727,-21.033000946044922,-44.946998596191406,7.442319869995117,-20.52680015563965,-44.579200744628906,7.682519912719727,-20.692100524902344,-44.47779846191406,7.682519912719727,-20.692100524902344,-44.47779846191406,7.682519912719727,-20.52680015563965,-44.579200744628906,7.682519912719727,-20.24970054626465,-44.035400390625,7.829050064086914,-20.692100524902344,-44.47779846191406,7.682519912719727,-20.24970054626465,-44.035400390625,7.829050064086914,-20.33340072631836,-43.984100341796875,7.829050064086914,-20.33340072631836,-43.984100341796875,7.829050064086914,-20.24970054626465,-44.035400390625,7.829050064086914,-19.965599060058594,-43.47779846191406,7.878300189971924,-19.965599060058594,-46.94340133666992,5.8549299240112305,-19.965599060058594,-46.71390151977539,6.229440212249756,-20.471799850463867,-46.67399978637695,6.229440212249756,-20.471799850463867,-46.67399978637695,6.229440212249756,-19.965599060058594,-46.71390151977539,6.229440212249756,-19.965599060058594,-46.55070114135742,6.4205498695373535,-20.471799850463867,-46.67399978637695,6.229440212249756,-19.965599060058594,-46.55070114135742,6.4205498695373535,-20.408100128173828,-46.271400451660156,6.706719875335693,-20.408100128173828,-46.271400451660156,6.706719875335693,-19.965599060058594,-46.55070114135742,6.4205498695373535,-19.965599060058594,-46.30619812011719,6.706719875335693,-20.408100128173828,-46.271400451660156,6.706719875335693,-19.965599060058594,-46.30619812011719,6.706719875335693,-19.965599060058594,-46.067298889160156,6.9108099937438965,-21.43470001220703,-46.36119842529297,6.229440212249756,-20.965599060058594,-46.55550003051758,6.229440212249756,-20.839599609375,-46.16780090332031,6.706719875335693,-22.79400062561035,-43.47779846191406,6.706719875335693,-23.038400650024414,-43.47779846191406,6.4205498695373535,-22.759199142456055,-43.9202995300293,6.706719875335693,-22.759199142456055,-43.9202995300293,6.706719875335693,-23.038400650024414,-43.47779846191406,6.4205498695373535,-23.161800384521484,-43.984100341796875,6.229440212249756,-22.759199142456055,-43.9202995300293,6.706719875335693,-23.161800384521484,-43.984100341796875,6.229440212249756,-22.65559959411621,-44.351898193359375,6.706719875335693,-22.65559959411621,-44.351898193359375,6.706719875335693,-23.161800384521484,-43.984100341796875,6.229440212249756,-23.04330062866211,-44.47779846191406,6.229440212249756,-22.65559959411621,-44.351898193359375,6.706719875335693,-23.04330062866211,-44.47779846191406,6.229440212249756,-22.485700607299805,-44.76190185546875,6.706719875335693,-22.485700607299805,-44.76190185546875,6.706719875335693,-23.04330062866211,-44.47779846191406,6.229440212249756,-22.849000930786133,-44.946998596191406,6.229440212249756,-22.485700607299805,-44.76190185546875,6.706719875335693,-22.849000930786133,-44.946998596191406,6.229440212249756,-22.253799438476562,-45.14030075073242,6.706719875335693,-22.253799438476562,-45.14030075073242,6.706719875335693,-22.849000930786133,-44.946998596191406,6.229440212249756,-22.583599090576172,-45.37990188598633,6.229440212249756,-22.253799438476562,-45.14030075073242,6.706719875335693,-22.583599090576172,-45.37990188598633,6.229440212249756,-21.965599060058594,-45.47779846191406,6.706719875335693,-21.965599060058594,-45.47779846191406,6.706719875335693,-22.583599090576172,-45.37990188598633,6.229440212249756,-22.253799438476562,-45.7661018371582,6.229440212249756,-21.965599060058594,-45.47779846191406,6.706719875335693,-22.253799438476562,-45.7661018371582,6.229440212249756,-21.62809944152832,-45.7661018371582,6.706719875335693,-21.62809944152832,-45.7661018371582,6.706719875335693,-22.253799438476562,-45.7661018371582,6.229440212249756,-21.867700576782227,-46.09590148925781,6.229440212249756,-21.62809944152832,-45.7661018371582,6.706719875335693,-21.867700576782227,-46.09590148925781,6.229440212249756,-21.24970054626465,-45.99800109863281,6.706719875335693,-21.24970054626465,-45.99800109863281,6.706719875335693,-21.867700576782227,-46.09590148925781,6.229440212249756,-21.43470001220703,-46.36119842529297,6.229440212249756,-21.43470001220703,-46.36119842529297,6.229440212249756,-20.839599609375,-46.16780090332031,6.706719875335693,-21.24970054626465,-45.99800109863281,6.706719875335693,-21.24970054626465,-45.99800109863281,6.706719875335693,-20.839599609375,-46.16780090332031,6.706719875335693,-20.692100524902344,-45.71390151977539,7.114369869232178,-21.24970054626465,-45.99800109863281,6.706719875335693,-20.692100524902344,-45.71390151977539,7.114369869232178,-21.033000946044922,-45.57270050048828,7.114369869232178,-21.033000946044922,-45.57270050048828,7.114369869232178,-20.692100524902344,-45.71390151977539,7.114369869232178,-20.52680015563965,-45.204898834228516,7.442319869995117,-21.033000946044922,-45.57270050048828,7.114369869232178,-20.52680015563965,-45.204898834228516,7.442319869995117,-20.790000915527344,-45.09590148925781,7.442319869995117,-20.790000915527344,-45.09590148925781,7.442319869995117,-20.52680015563965,-45.204898834228516,7.442319869995117,-20.34760093688965,-44.65340042114258,7.682519912719727,-20.790000915527344,-45.09590148925781,7.442319869995117,-20.34760093688965,-44.65340042114258,7.682519912719727,-20.52680015563965,-44.579200744628906,7.682519912719727,-20.52680015563965,-44.579200744628906,7.682519912719727,-20.34760093688965,-44.65340042114258,7.682519912719727,-20.159000396728516,-44.072898864746094,7.829050064086914,-20.52680015563965,-44.579200744628906,7.682519912719727,-20.159000396728516,-44.072898864746094,7.829050064086914,-20.24970054626465,-44.035400390625,7.829050064086914,-20.24970054626465,-44.035400390625,7.829050064086914,-20.159000396728516,-44.072898864746094,7.829050064086914,-19.965599060058594,-43.47779846191406,7.878300189971924,-19.965599060058594,-47.04180145263672,5.694260120391846,-19.965599060058594,-46.94340133666992,5.8549299240112305,-20.523099899291992,-46.99800109863281,5.694260120391846,-20.523099899291992,-46.99800109863281,5.694260120391846,-19.965599060058594,-46.94340133666992,5.8549299240112305,-20.471799850463867,-46.67399978637695,6.229440212249756,-20.523099899291992,-46.99800109863281,5.694260120391846,-20.471799850463867,-46.67399978637695,6.229440212249756,-21.0669002532959,-46.867401123046875,5.694260120391846,-23.20170021057129,-43.47779846191406,6.229440212249756,-23.43120002746582,-43.47779846191406,5.8549299240112305,-23.161800384521484,-43.984100341796875,6.229440212249756,-23.161800384521484,-43.984100341796875,6.229440212249756,-23.43120002746582,-43.47779846191406,5.8549299240112305,-23.485700607299805,-44.035400390625,5.694260120391846,-23.161800384521484,-43.984100341796875,6.229440212249756,-23.485700607299805,-44.035400390625,5.694260120391846,-23.04330062866211,-44.47779846191406,6.229440212249756,-23.04330062866211,-44.47779846191406,6.229440212249756,-23.485700607299805,-44.035400390625,5.694260120391846,-23.355199813842773,-44.579200744628906,5.694260120391846,-23.04330062866211,-44.47779846191406,6.229440212249756,-23.355199813842773,-44.579200744628906,5.694260120391846,-22.849000930786133,-44.946998596191406,6.229440212249756,-22.849000930786133,-44.946998596191406,6.229440212249756,-23.355199813842773,-44.579200744628906,5.694260120391846,-23.141199111938477,-45.09590148925781,5.694260120391846,-22.849000930786133,-44.946998596191406,6.229440212249756,-23.141199111938477,-45.09590148925781,5.694260120391846,-22.583599090576172,-45.37990188598633,6.229440212249756,-22.583599090576172,-45.37990188598633,6.229440212249756,-23.141199111938477,-45.09590148925781,5.694260120391846,-22.849000930786133,-45.57270050048828,5.694260120391846,-22.583599090576172,-45.37990188598633,6.229440212249756,-22.849000930786133,-45.57270050048828,5.694260120391846,-22.253799438476562,-45.7661018371582,6.229440212249756,-22.253799438476562,-45.7661018371582,6.229440212249756,-22.849000930786133,-45.57270050048828,5.694260120391846,-22.485700607299805,-45.99800109863281,5.694260120391846,-22.253799438476562,-45.7661018371582,6.229440212249756,-22.485700607299805,-45.99800109863281,5.694260120391846,-21.867700576782227,-46.09590148925781,6.229440212249756,-21.867700576782227,-46.09590148925781,6.229440212249756,-22.485700607299805,-45.99800109863281,5.694260120391846,-22.06049919128418,-46.36119842529297,5.694260120391846,-21.867700576782227,-46.09590148925781,6.229440212249756,-22.06049919128418,-46.36119842529297,5.694260120391846,-21.43470001220703,-46.36119842529297,6.229440212249756,-21.43470001220703,-46.36119842529297,6.229440212249756,-22.06049919128418,-46.36119842529297,5.694260120391846,-21.583599090576172,-46.65340042114258,5.694260120391846,-21.43470001220703,-46.36119842529297,6.229440212249756,-21.583599090576172,-46.65340042114258,5.694260120391846,-20.965599060058594,-46.55550003051758,6.229440212249756,-20.965599060058594,-46.55550003051758,6.229440212249756,-21.583599090576172,-46.65340042114258,5.694260120391846,-21.0669002532959,-46.867401123046875,5.694260120391846,-21.0669002532959,-46.867401123046875,5.694260120391846,-20.471799850463867,-46.67399978637695,6.229440212249756,-20.965599060058594,-46.55550003051758,6.229440212249756,-20.965599060058594,-46.55550003051758,6.229440212249756,-20.471799850463867,-46.67399978637695,6.229440212249756,-20.408100128173828,-46.271400451660156,6.706719875335693,-20.965599060058594,-46.55550003051758,6.229440212249756,-20.408100128173828,-46.271400451660156,6.706719875335693,-20.839599609375,-46.16780090332031,6.706719875335693,-20.839599609375,-46.16780090332031,6.706719875335693,-20.408100128173828,-46.271400451660156,6.706719875335693,-20.33340072631836,-45.79999923706055,7.114369869232178,-20.839599609375,-46.16780090332031,6.706719875335693,-20.33340072631836,-45.79999923706055,7.114369869232178,-20.692100524902344,-45.71390151977539,7.114369869232178,-20.692100524902344,-45.71390151977539,7.114369869232178,-20.33340072631836,-45.79999923706055,7.114369869232178,-20.24970054626465,-45.271400451660156,7.442319869995117,-20.692100524902344,-45.71390151977539,7.114369869232178,-20.24970054626465,-45.271400451660156,7.442319869995117,-20.52680015563965,-45.204898834228516,7.442319869995117,-20.52680015563965,-45.204898834228516,7.442319869995117,-20.24970054626465,-45.271400451660156,7.442319869995117,-20.159000396728516,-44.698699951171875,7.682519912719727,-20.52680015563965,-45.204898834228516,7.442319869995117,-20.159000396728516,-44.698699951171875,7.682519912719727,-20.34760093688965,-44.65340042114258,7.682519912719727,-20.34760093688965,-44.65340042114258,7.682519912719727,-20.159000396728516,-44.698699951171875,7.682519912719727,-20.063499450683594,-44.09590148925781,7.829050064086914,-20.34760093688965,-44.65340042114258,7.682519912719727,-20.063499450683594,-44.09590148925781,7.829050064086914,-20.159000396728516,-44.072898864746094,7.829050064086914,-20.159000396728516,-44.072898864746094,7.829050064086914,-20.063499450683594,-44.09590148925781,7.829050064086914,-19.965599060058594,-43.47779846191406,7.878300189971924,-23.529600143432617,-43.47779846191406,5.694260120391846,-23.721799850463867,-43.47779846191406,5.230380058288574,-23.485700607299805,-44.035400390625,5.694260120391846,-23.485700607299805,-44.035400390625,5.694260120391846,-23.721799850463867,-43.47779846191406,5.230380058288574,-23.722999572753906,-44.072898864746094,5.114369869232178,-23.485700607299805,-44.035400390625,5.694260120391846,-23.722999572753906,-44.072898864746094,5.114369869232178,-23.355199813842773,-44.579200744628906,5.694260120391846,-23.355199813842773,-44.579200744628906,5.694260120391846,-23.722999572753906,-44.072898864746094,5.114369869232178,-23.583599090576172,-44.65340042114258,5.114369869232178,-23.355199813842773,-44.579200744628906,5.694260120391846,-23.583599090576172,-44.65340042114258,5.114369869232178,-23.141199111938477,-45.09590148925781,5.694260120391846,-23.141199111938477,-45.09590148925781,5.694260120391846,-23.583599090576172,-44.65340042114258,5.114369869232178,-23.355199813842773,-45.204898834228516,5.114369869232178,-23.141199111938477,-45.09590148925781,5.694260120391846,-23.355199813842773,-45.204898834228516,5.114369869232178,-22.849000930786133,-45.57270050048828,5.694260120391846,-22.849000930786133,-45.57270050048828,5.694260120391846,-23.355199813842773,-45.204898834228516,5.114369869232178,-23.04330062866211,-45.71390151977539,5.114369869232178,-22.849000930786133,-45.57270050048828,5.694260120391846,-23.04330062866211,-45.71390151977539,5.114369869232178,-22.485700607299805,-45.99800109863281,5.694260120391846,-22.485700607299805,-45.99800109863281,5.694260120391846,-23.04330062866211,-45.71390151977539,5.114369869232178,-22.65559959411621,-46.16780090332031,5.114369869232178,-22.485700607299805,-45.99800109863281,5.694260120391846,-22.65559959411621,-46.16780090332031,5.114369869232178,-22.06049919128418,-46.36119842529297,5.694260120391846,-22.06049919128418,-46.36119842529297,5.694260120391846,-22.65559959411621,-46.16780090332031,5.114369869232178,-22.20170021057129,-46.55550003051758,5.114369869232178,-22.06049919128418,-46.36119842529297,5.694260120391846,-22.20170021057129,-46.55550003051758,5.114369869232178,-21.583599090576172,-46.65340042114258,5.694260120391846,-21.583599090576172,-46.65340042114258,5.694260120391846,-22.20170021057129,-46.55550003051758,5.114369869232178,-21.692699432373047,-46.867401123046875,5.114369869232178,-21.583599090576172,-46.65340042114258,5.694260120391846,-21.692699432373047,-46.867401123046875,5.114369869232178,-21.0669002532959,-46.867401123046875,5.694260120391846,-21.0669002532959,-46.867401123046875,5.694260120391846,-21.692699432373047,-46.867401123046875,5.114369869232178,-21.141199111938477,-47.09590148925781,5.114369869232178,-21.0669002532959,-46.867401123046875,5.694260120391846,-21.141199111938477,-47.09590148925781,5.114369869232178,-20.523099899291992,-46.99800109863281,5.694260120391846,-20.523099899291992,-46.99800109863281,5.694260120391846,-21.141199111938477,-47.09590148925781,5.114369869232178,-20.560699462890625,-47.235198974609375,5.114369869232178,-20.523099899291992,-46.99800109863281,5.694260120391846,-20.560699462890625,-47.235198974609375,5.114369869232178,-19.965599060058594,-47.23400115966797,5.230380058288574,-19.965599060058594,-47.23400115966797,5.230380058288574,-20.560699462890625,-47.235198974609375,5.114369869232178,-19.965599060058594,-47.28200149536133,5.114369869232178,-23.769800186157227,-43.47779846191406,5.114369869232178,-23.90169906616211,-43.47779846191406,4.565060138702393,-23.722999572753906,-44.072898864746094,5.114369869232178,-23.722999572753906,-44.072898864746094,5.114369869232178,-23.90169906616211,-43.47779846191406,4.565060138702393,-23.867700576782227,-44.09590148925781,4.504030227661133,-23.722999572753906,-44.072898864746094,5.114369869232178,-23.867700576782227,-44.09590148925781,4.504030227661133,-23.583599090576172,-44.65340042114258,5.114369869232178,-23.583599090576172,-44.65340042114258,5.114369869232178,-23.867700576782227,-44.09590148925781,4.504030227661133,-23.722999572753906,-44.698699951171875,4.504030227661133,-23.583599090576172,-44.65340042114258,5.114369869232178,-23.722999572753906,-44.698699951171875,4.504030227661133,-23.355199813842773,-45.204898834228516,5.114369869232178,-23.355199813842773,-45.204898834228516,5.114369869232178,-23.722999572753906,-44.698699951171875,4.504030227661133,-23.485700607299805,-45.271400451660156,4.504030227661133,-23.355199813842773,-45.204898834228516,5.114369869232178,-23.485700607299805,-45.271400451660156,4.504030227661133,-23.04330062866211,-45.71390151977539,5.114369869232178,-23.04330062866211,-45.71390151977539,5.114369869232178,-23.485700607299805,-45.271400451660156,4.504030227661133,-23.161800384521484,-45.79999923706055,4.504030227661133,-23.04330062866211,-45.71390151977539,5.114369869232178,-23.161800384521484,-45.79999923706055,4.504030227661133,-22.65559959411621,-46.16780090332031,5.114369869232178,-22.65559959411621,-46.16780090332031,5.114369869232178,-23.161800384521484,-45.79999923706055,4.504030227661133,-22.759199142456055,-46.271400451660156,4.504030227661133,-22.65559959411621,-46.16780090332031,5.114369869232178,-22.759199142456055,-46.271400451660156,4.504030227661133,-22.20170021057129,-46.55550003051758,5.114369869232178,-22.20170021057129,-46.55550003051758,5.114369869232178,-22.759199142456055,-46.271400451660156,4.504030227661133,-22.287799835205078,-46.67399978637695,4.504030227661133,-22.20170021057129,-46.55550003051758,5.114369869232178,-22.287799835205078,-46.67399978637695,4.504030227661133,-21.692699432373047,-46.867401123046875,5.114369869232178,-21.692699432373047,-46.867401123046875,5.114369869232178,-22.287799835205078,-46.67399978637695,4.504030227661133,-21.759199142456055,-46.99800109863281,4.504030227661133,-21.692699432373047,-46.867401123046875,5.114369869232178,-21.759199142456055,-46.99800109863281,4.504030227661133,-21.141199111938477,-47.09590148925781,5.114369869232178,-21.141199111938477,-47.09590148925781,5.114369869232178,-21.759199142456055,-46.99800109863281,4.504030227661133,-21.186399459838867,-47.235198974609375,4.504030227661133,-21.141199111938477,-47.09590148925781,5.114369869232178,-21.186399459838867,-47.235198974609375,4.504030227661133,-20.560699462890625,-47.235198974609375,5.114369869232178,-20.560699462890625,-47.235198974609375,5.114369869232178,-21.186399459838867,-47.235198974609375,4.504030227661133,-20.583599090576172,-47.37990188598633,4.504030227661133,-20.560699462890625,-47.235198974609375,5.114369869232178,-20.583599090576172,-47.37990188598633,4.504030227661133,-19.965599060058594,-47.41389846801758,4.565060138702393,-19.965599060058594,-47.41389846801758,4.565060138702393,-20.583599090576172,-47.37990188598633,4.504030227661133,-19.965599060058594,-47.4286003112793,4.504030227661133,-23.916400909423828,-43.47779846191406,4.504030227661133,-23.965599060058594,-43.47779846191406,3.8782999515533447,-23.867700576782227,-44.09590148925781,4.504030227661133,-23.867700576782227,-44.09590148925781,4.504030227661133,-23.965599060058594,-43.47779846191406,3.8782999515533447,-23.916400909423828,-44.103599548339844,3.8782999515533447,-23.867700576782227,-44.09590148925781,4.504030227661133,-23.916400909423828,-44.103599548339844,3.8782999515533447,-23.722999572753906,-44.698699951171875,4.504030227661133,-23.722999572753906,-44.698699951171875,4.504030227661133,-23.916400909423828,-44.103599548339844,3.8782999515533447,-23.769800186157227,-44.71390151977539,3.8782999515533447,-23.722999572753906,-44.698699951171875,4.504030227661133,-23.769800186157227,-44.71390151977539,3.8782999515533447,-23.485700607299805,-45.271400451660156,4.504030227661133,-23.485700607299805,-45.271400451660156,4.504030227661133,-23.769800186157227,-44.71390151977539,3.8782999515533447,-23.529600143432617,-45.293800354003906,3.8782999515533447,-23.485700607299805,-45.271400451660156,4.504030227661133,-23.529600143432617,-45.293800354003906,3.8782999515533447,-23.161800384521484,-45.79999923706055,4.504030227661133,-23.161800384521484,-45.79999923706055,4.504030227661133,-23.529600143432617,-45.293800354003906,3.8782999515533447,-23.20170021057129,-45.82899856567383,3.8782999515533447,-23.161800384521484,-45.79999923706055,4.504030227661133,-23.20170021057129,-45.82899856567383,3.8782999515533447,-22.759199142456055,-46.271400451660156,4.504030227661133,-22.759199142456055,-46.271400451660156,4.504030227661133,-23.20170021057129,-45.82899856567383,3.8782999515533447,-22.79400062561035,-46.30619812011719,3.8782999515533447,-22.759199142456055,-46.271400451660156,4.504030227661133,-22.79400062561035,-46.30619812011719,3.8782999515533447,-22.287799835205078,-46.67399978637695,4.504030227661133,-22.287799835205078,-46.67399978637695,4.504030227661133,-22.79400062561035,-46.30619812011719,3.8782999515533447,-22.316699981689453,-46.71390151977539,3.8782999515533447,-22.287799835205078,-46.67399978637695,4.504030227661133,-22.316699981689453,-46.71390151977539,3.8782999515533447,-21.759199142456055,-46.99800109863281,4.504030227661133,-21.759199142456055,-46.99800109863281,4.504030227661133,-22.316699981689453,-46.71390151977539,3.8782999515533447,-21.781600952148438,-47.04180145263672,3.8782999515533447,-21.759199142456055,-46.99800109863281,4.504030227661133,-21.781600952148438,-47.04180145263672,3.8782999515533447,-21.186399459838867,-47.235198974609375,4.504030227661133,-21.186399459838867,-47.235198974609375,4.504030227661133,-21.781600952148438,-47.04180145263672,3.8782999515533447,-21.20170021057129,-47.28200149536133,3.8782999515533447,-21.186399459838867,-47.235198974609375,4.504030227661133,-21.20170021057129,-47.28200149536133,3.8782999515533447,-20.583599090576172,-47.37990188598633,4.504030227661133,-20.583599090576172,-47.37990188598633,4.504030227661133,-21.20170021057129,-47.28200149536133,3.8782999515533447,-20.591299057006836,-47.4286003112793,3.8782999515533447,-20.583599090576172,-47.37990188598633,4.504030227661133,-20.591299057006836,-47.4286003112793,3.8782999515533447,-19.965599060058594,-47.4286003112793,4.504030227661133,-19.965599060058594,-47.4286003112793,4.504030227661133,-20.591299057006836,-47.4286003112793,3.8782999515533447,-19.965599060058594,-47.47779846191406,3.8782999515533447,-23.965599060058594,-43.47779846191406,3.8782999515533447,-23.965599060058594,-43.47779846191406,-4.121699810028076,-23.916400909423828,-44.103599548339844,-4.121699810028076,-23.965599060058594,-43.47779846191406,3.8782999515533447,-23.916400909423828,-44.103599548339844,-4.121699810028076,-23.916400909423828,-44.103599548339844,3.8782999515533447,-23.916400909423828,-44.103599548339844,3.8782999515533447,-23.916400909423828,-44.103599548339844,-4.121699810028076,-23.769800186157227,-44.71390151977539,-4.121699810028076,-23.916400909423828,-44.103599548339844,3.8782999515533447,-23.769800186157227,-44.71390151977539,-4.121699810028076,-23.769800186157227,-44.71390151977539,3.8782999515533447,-23.769800186157227,-44.71390151977539,3.8782999515533447,-23.769800186157227,-44.71390151977539,-4.121699810028076,-23.529600143432617,-45.293800354003906,-4.121699810028076,-23.769800186157227,-44.71390151977539,3.8782999515533447,-23.529600143432617,-45.293800354003906,-4.121699810028076,-23.529600143432617,-45.293800354003906,3.8782999515533447,-23.529600143432617,-45.293800354003906,3.8782999515533447,-23.529600143432617,-45.293800354003906,-4.121699810028076,-23.20170021057129,-45.82899856567383,-4.121699810028076,-23.529600143432617,-45.293800354003906,3.8782999515533447,-23.20170021057129,-45.82899856567383,-4.121699810028076,-23.20170021057129,-45.82899856567383,3.8782999515533447,-23.20170021057129,-45.82899856567383,3.8782999515533447,-23.20170021057129,-45.82899856567383,-4.121699810028076,-22.79400062561035,-46.30619812011719,-4.121699810028076,-23.20170021057129,-45.82899856567383,3.8782999515533447,-22.79400062561035,-46.30619812011719,-4.121699810028076,-22.79400062561035,-46.30619812011719,3.8782999515533447,-22.79400062561035,-46.30619812011719,3.8782999515533447,-22.79400062561035,-46.30619812011719,-4.121699810028076,-22.316699981689453,-46.71390151977539,-4.121699810028076,-22.79400062561035,-46.30619812011719,3.8782999515533447,-22.316699981689453,-46.71390151977539,-4.121699810028076,-22.316699981689453,-46.71390151977539,3.8782999515533447,-22.316699981689453,-46.71390151977539,3.8782999515533447,-22.316699981689453,-46.71390151977539,-4.121699810028076,-21.781600952148438,-47.04180145263672,-4.121699810028076,-22.316699981689453,-46.71390151977539,3.8782999515533447,-21.781600952148438,-47.04180145263672,-4.121699810028076,-21.781600952148438,-47.04180145263672,3.8782999515533447,-21.781600952148438,-47.04180145263672,3.8782999515533447,-21.781600952148438,-47.04180145263672,-4.121699810028076,-21.20170021057129,-47.28200149536133,-4.121699810028076,-21.781600952148438,-47.04180145263672,3.8782999515533447,-21.20170021057129,-47.28200149536133,-4.121699810028076,-21.20170021057129,-47.28200149536133,3.8782999515533447,-21.20170021057129,-47.28200149536133,3.8782999515533447,-21.20170021057129,-47.28200149536133,-4.121699810028076,-20.591299057006836,-47.4286003112793,-4.121699810028076,-21.20170021057129,-47.28200149536133,3.8782999515533447,-20.591299057006836,-47.4286003112793,-4.121699810028076,-20.591299057006836,-47.4286003112793,3.8782999515533447,-20.591299057006836,-47.4286003112793,3.8782999515533447,-20.591299057006836,-47.4286003112793,-4.121699810028076,-19.965599060058594,-47.47779846191406,-4.121699810028076,-20.591299057006836,-47.4286003112793,3.8782999515533447,-19.965599060058594,-47.47779846191406,-4.121699810028076,-19.965599060058594,-47.47779846191406,3.8782999515533447,-20.560699462890625,-43.671199798583984,-8.072449684143066,-20.583599090576172,-43.57569885253906,-8.072449684143066,-19.965599060058594,-43.47779846191406,-8.121700286865234,-20.560699462890625,-43.671199798583984,-8.072449684143066,-19.965599060058594,-43.47779846191406,-8.121700286865234,-20.523099899291992,-43.76190185546875,-8.072449684143066,-20.471799850463867,-43.84560012817383,-8.072449684143066,-20.523099899291992,-43.76190185546875,-8.072449684143066,-19.965599060058594,-43.47779846191406,-8.121700286865234,-20.408100128173828,-43.9202995300293,-8.072449684143066,-20.471799850463867,-43.84560012817383,-8.072449684143066,-19.965599060058594,-43.47779846191406,-8.121700286865234,-20.33340072631836,-43.984100341796875,-8.072449684143066,-20.408100128173828,-43.9202995300293,-8.072449684143066,-19.965599060058594,-43.47779846191406,-8.121700286865234,-20.24970054626465,-44.035400390625,-8.072449684143066,-20.33340072631836,-43.984100341796875,-8.072449684143066,-19.965599060058594,-43.47779846191406,-8.121700286865234,-20.063499450683594,-44.09590148925781,-8.072449684143066,-19.965599060058594,-43.47779846191406,-8.121700286865234,-19.965599060058594,-43.53960037231445,-8.116840362548828,-20.71269989013672,-43.47779846191406,-8.043330192565918,-20.591299057006836,-43.47779846191406,-8.072449684143066,-20.583599090576172,-43.57569885253906,-8.072449684143066,-21.375,-43.47779846191406,-7.854119777679443,-21.20170021057129,-43.47779846191406,-7.925930023193359,-21.186399459838867,-43.671199798583984,-7.925930023193359,-23.722999572753906,-44.698699951171875,-4.747439861297607,-23.867700576782227,-44.09590148925781,-4.747439861297607,-23.722999572753906,-44.072898864746094,-5.357769966125488,-23.916400909423828,-44.103599548339844,-4.121699810028076,-23.965599060058594,-43.47779846191406,-4.121699810028076,-23.916400909423828,-43.47779846191406,-4.747439861297607,-19.965599060058594,-47.47779846191406,-4.121699810028076,-20.591299057006836,-47.4286003112793,-4.121699810028076,-20.583599090576172,-47.37990188598633,-4.747439861297607,-23.916400909423828,-44.103599548339844,-4.121699810028076,-23.867700576782227,-44.09590148925781,-4.747439861297607,-23.769800186157227,-44.71390151977539,-4.121699810028076,-23.769800186157227,-44.71390151977539,-4.121699810028076,-23.867700576782227,-44.09590148925781,-4.747439861297607,-23.722999572753906,-44.698699951171875,-4.747439861297607,-23.769800186157227,-44.71390151977539,-4.121699810028076,-23.722999572753906,-44.698699951171875,-4.747439861297607,-23.529600143432617,-45.293800354003906,-4.121699810028076,-20.560699462890625,-47.235198974609375,-5.357769966125488,-19.965599060058594,-47.41389846801758,-4.808460235595703,-20.583599090576172,-47.37990188598633,-4.747439861297607,-20.583599090576172,-47.37990188598633,-4.747439861297607,-19.965599060058594,-47.41389846801758,-4.808460235595703,-19.965599060058594,-47.4286003112793,-4.747439861297607,-20.583599090576172,-47.37990188598633,-4.747439861297607,-19.965599060058594,-47.4286003112793,-4.747439861297607,-19.965599060058594,-47.47779846191406,-4.121699810028076,-22.20170021057129,-46.55550003051758,-5.357769966125488,-21.692699432373047,-46.867401123046875,-5.357769966125488,-21.759199142456055,-46.99800109863281,-4.747439861297607,-20.523099899291992,-46.99800109863281,-5.937660217285156,-19.965599060058594,-47.23400115966797,-5.473780155181885,-20.560699462890625,-47.235198974609375,-5.357769966125488,-20.560699462890625,-47.235198974609375,-5.357769966125488,-19.965599060058594,-47.23400115966797,-5.473780155181885,-19.965599060058594,-47.28200149536133,-5.357769966125488,-20.560699462890625,-47.235198974609375,-5.357769966125488,-19.965599060058594,-47.28200149536133,-5.357769966125488,-19.965599060058594,-47.41389846801758,-4.808460235595703,-21.583599090576172,-46.65340042114258,-5.937660217285156,-21.692699432373047,-46.867401123046875,-5.357769966125488,-22.06049919128418,-46.36119842529297,-5.937660217285156,-22.06049919128418,-46.36119842529297,-5.937660217285156,-21.692699432373047,-46.867401123046875,-5.357769966125488,-22.20170021057129,-46.55550003051758,-5.357769966125488,-22.06049919128418,-46.36119842529297,-5.937660217285156,-22.20170021057129,-46.55550003051758,-5.357769966125488,-22.485700607299805,-45.99800109863281,-5.937660217285156,-22.79400062561035,-46.30619812011719,-4.121699810028076,-23.20170021057129,-45.82899856567383,-4.121699810028076,-23.161800384521484,-45.79999923706055,-4.747439861297607,-23.161800384521484,-45.79999923706055,-4.747439861297607,-23.20170021057129,-45.82899856567383,-4.121699810028076,-23.485700607299805,-45.271400451660156,-4.747439861297607,-23.161800384521484,-45.79999923706055,-4.747439861297607,-23.485700607299805,-45.271400451660156,-4.747439861297607,-23.355199813842773,-45.204898834228516,-5.357769966125488,-23.355199813842773,-45.204898834228516,-5.357769966125488,-23.485700607299805,-45.271400451660156,-4.747439861297607,-23.583599090576172,-44.65340042114258,-5.357769966125488,-23.355199813842773,-45.204898834228516,-5.357769966125488,-23.583599090576172,-44.65340042114258,-5.357769966125488,-23.355199813842773,-44.579200744628906,-5.937660217285156,-23.355199813842773,-44.579200744628906,-5.937660217285156,-23.583599090576172,-44.65340042114258,-5.357769966125488,-23.485700607299805,-44.035400390625,-5.937660217285156,-23.355199813842773,-44.579200744628906,-5.937660217285156,-23.485700607299805,-44.035400390625,-5.937660217285156,-23.161800384521484,-43.984100341796875,-6.472839832305908,-23.916400909423828,-44.103599548339844,-4.121699810028076,-23.916400909423828,-43.47779846191406,-4.747439861297607,-23.867700576782227,-44.09590148925781,-4.747439861297607,-23.867700576782227,-44.09590148925781,-4.747439861297607,-23.916400909423828,-43.47779846191406,-4.747439861297607,-23.90169906616211,-43.47779846191406,-4.808460235595703,-23.867700576782227,-44.09590148925781,-4.747439861297607,-23.90169906616211,-43.47779846191406,-4.808460235595703,-23.722999572753906,-44.072898864746094,-5.357769966125488,-23.722999572753906,-44.072898864746094,-5.357769966125488,-23.90169906616211,-43.47779846191406,-4.808460235595703,-23.769800186157227,-43.47779846191406,-5.357769966125488,-23.722999572753906,-44.072898864746094,-5.357769966125488,-23.769800186157227,-43.47779846191406,-5.357769966125488,-23.721799850463867,-43.47779846191406,-5.473780155181885,-23.20170021057129,-45.82899856567383,-4.121699810028076,-23.529600143432617,-45.293800354003906,-4.121699810028076,-23.485700607299805,-45.271400451660156,-4.747439861297607,-23.485700607299805,-45.271400451660156,-4.747439861297607,-23.529600143432617,-45.293800354003906,-4.121699810028076,-23.722999572753906,-44.698699951171875,-4.747439861297607,-23.485700607299805,-45.271400451660156,-4.747439861297607,-23.722999572753906,-44.698699951171875,-4.747439861297607,-23.583599090576172,-44.65340042114258,-5.357769966125488,-23.583599090576172,-44.65340042114258,-5.357769966125488,-23.722999572753906,-44.698699951171875,-4.747439861297607,-23.722999572753906,-44.072898864746094,-5.357769966125488,-23.583599090576172,-44.65340042114258,-5.357769966125488,-23.722999572753906,-44.072898864746094,-5.357769966125488,-23.485700607299805,-44.035400390625,-5.937660217285156,-23.485700607299805,-44.035400390625,-5.937660217285156,-23.722999572753906,-44.072898864746094,-5.357769966125488,-23.721799850463867,-43.47779846191406,-5.473780155181885,-20.471799850463867,-46.67399978637695,-6.472839832305908,-19.965599060058594,-46.94340133666992,-6.098330020904541,-20.523099899291992,-46.99800109863281,-5.937660217285156,-20.523099899291992,-46.99800109863281,-5.937660217285156,-19.965599060058594,-46.94340133666992,-6.098330020904541,-19.965599060058594,-47.04180145263672,-5.937660217285156,-20.523099899291992,-46.99800109863281,-5.937660217285156,-19.965599060058594,-47.04180145263672,-5.937660217285156,-19.965599060058594,-47.23400115966797,-5.473780155181885,-21.43470001220703,-46.36119842529297,-6.472839832305908,-21.583599090576172,-46.65340042114258,-5.937660217285156,-21.867700576782227,-46.09590148925781,-6.472839832305908,-21.867700576782227,-46.09590148925781,-6.472839832305908,-21.583599090576172,-46.65340042114258,-5.937660217285156,-22.06049919128418,-46.36119842529297,-5.937660217285156,-21.867700576782227,-46.09590148925781,-6.472839832305908,-22.06049919128418,-46.36119842529297,-5.937660217285156,-22.253799438476562,-45.7661018371582,-6.472839832305908,-22.253799438476562,-45.7661018371582,-6.472839832305908,-22.06049919128418,-46.36119842529297,-5.937660217285156,-22.485700607299805,-45.99800109863281,-5.937660217285156,-22.253799438476562,-45.7661018371582,-6.472839832305908,-22.485700607299805,-45.99800109863281,-5.937660217285156,-22.583599090576172,-45.37990188598633,-6.472839832305908,-20.408100128173828,-46.271400451660156,-6.950129985809326,-19.965599060058594,-46.55070114135742,-6.663959980010986,-20.471799850463867,-46.67399978637695,-6.472839832305908,-20.471799850463867,-46.67399978637695,-6.472839832305908,-19.965599060058594,-46.55070114135742,-6.663959980010986,-19.965599060058594,-46.71390151977539,-6.472839832305908,-20.471799850463867,-46.67399978637695,-6.472839832305908,-19.965599060058594,-46.71390151977539,-6.472839832305908,-19.965599060058594,-46.94340133666992,-6.098330020904541,-21.24970054626465,-45.99800109863281,-6.950129985809326,-21.43470001220703,-46.36119842529297,-6.472839832305908,-21.62809944152832,-45.7661018371582,-6.950129985809326,-21.62809944152832,-45.7661018371582,-6.950129985809326,-21.43470001220703,-46.36119842529297,-6.472839832305908,-21.867700576782227,-46.09590148925781,-6.472839832305908,-21.62809944152832,-45.7661018371582,-6.950129985809326,-21.867700576782227,-46.09590148925781,-6.472839832305908,-21.965599060058594,-45.47779846191406,-6.950129985809326,-21.965599060058594,-45.47779846191406,-6.950129985809326,-21.867700576782227,-46.09590148925781,-6.472839832305908,-22.253799438476562,-45.7661018371582,-6.472839832305908,-21.965599060058594,-45.47779846191406,-6.950129985809326,-22.253799438476562,-45.7661018371582,-6.472839832305908,-22.253799438476562,-45.14030075073242,-6.950129985809326,-22.253799438476562,-45.14030075073242,-6.950129985809326,-22.253799438476562,-45.7661018371582,-6.472839832305908,-22.583599090576172,-45.37990188598633,-6.472839832305908,-22.253799438476562,-45.14030075073242,-6.950129985809326,-22.583599090576172,-45.37990188598633,-6.472839832305908,-22.485700607299805,-44.76190185546875,-6.950129985809326,-21.781600952148438,-47.04180145263672,-4.121699810028076,-22.316699981689453,-46.71390151977539,-4.121699810028076,-22.287799835205078,-46.67399978637695,-4.747439861297607,-22.287799835205078,-46.67399978637695,-4.747439861297607,-22.316699981689453,-46.71390151977539,-4.121699810028076,-22.759199142456055,-46.271400451660156,-4.747439861297607,-22.287799835205078,-46.67399978637695,-4.747439861297607,-22.759199142456055,-46.271400451660156,-4.747439861297607,-22.65559959411621,-46.16780090332031,-5.357769966125488,-22.65559959411621,-46.16780090332031,-5.357769966125488,-22.759199142456055,-46.271400451660156,-4.747439861297607,-23.04330062866211,-45.71390151977539,-5.357769966125488,-22.65559959411621,-46.16780090332031,-5.357769966125488,-23.04330062866211,-45.71390151977539,-5.357769966125488,-22.849000930786133,-45.57270050048828,-5.937660217285156,-22.849000930786133,-45.57270050048828,-5.937660217285156,-23.04330062866211,-45.71390151977539,-5.357769966125488,-23.141199111938477,-45.09590148925781,-5.937660217285156,-22.849000930786133,-45.57270050048828,-5.937660217285156,-23.141199111938477,-45.09590148925781,-5.937660217285156,-22.849000930786133,-44.946998596191406,-6.472839832305908,-22.849000930786133,-44.946998596191406,-6.472839832305908,-23.141199111938477,-45.09590148925781,-5.937660217285156,-23.04330062866211,-44.47779846191406,-6.472839832305908,-22.849000930786133,-44.946998596191406,-6.472839832305908,-23.04330062866211,-44.47779846191406,-6.472839832305908,-22.65559959411621,-44.351898193359375,-6.950129985809326,-22.65559959411621,-44.351898193359375,-6.950129985809326,-23.04330062866211,-44.47779846191406,-6.472839832305908,-22.759199142456055,-43.9202995300293,-6.950129985809326,-22.65559959411621,-44.351898193359375,-6.950129985809326,-22.759199142456055,-43.9202995300293,-6.950129985809326,-22.287799835205078,-43.84560012817383,-7.357769966125488,-23.721799850463867,-43.47779846191406,-5.473780155181885,-23.529600143432617,-43.47779846191406,-5.937660217285156,-23.485700607299805,-44.035400390625,-5.937660217285156,-23.485700607299805,-44.035400390625,-5.937660217285156,-23.529600143432617,-43.47779846191406,-5.937660217285156,-23.43120002746582,-43.47779846191406,-6.098330020904541,-23.485700607299805,-44.035400390625,-5.937660217285156,-23.43120002746582,-43.47779846191406,-6.098330020904541,-23.161800384521484,-43.984100341796875,-6.472839832305908,-23.161800384521484,-43.984100341796875,-6.472839832305908,-23.43120002746582,-43.47779846191406,-6.098330020904541,-23.20170021057129,-43.47779846191406,-6.472839832305908,-23.161800384521484,-43.984100341796875,-6.472839832305908,-23.20170021057129,-43.47779846191406,-6.472839832305908,-23.038400650024414,-43.47779846191406,-6.663959980010986,-22.316699981689453,-46.71390151977539,-4.121699810028076,-22.79400062561035,-46.30619812011719,-4.121699810028076,-22.759199142456055,-46.271400451660156,-4.747439861297607,-22.759199142456055,-46.271400451660156,-4.747439861297607,-22.79400062561035,-46.30619812011719,-4.121699810028076,-23.161800384521484,-45.79999923706055,-4.747439861297607,-22.759199142456055,-46.271400451660156,-4.747439861297607,-23.161800384521484,-45.79999923706055,-4.747439861297607,-23.04330062866211,-45.71390151977539,-5.357769966125488,-23.04330062866211,-45.71390151977539,-5.357769966125488,-23.161800384521484,-45.79999923706055,-4.747439861297607,-23.355199813842773,-45.204898834228516,-5.357769966125488,-23.04330062866211,-45.71390151977539,-5.357769966125488,-23.355199813842773,-45.204898834228516,-5.357769966125488,-23.141199111938477,-45.09590148925781,-5.937660217285156,-23.141199111938477,-45.09590148925781,-5.937660217285156,-23.355199813842773,-45.204898834228516,-5.357769966125488,-23.355199813842773,-44.579200744628906,-5.937660217285156,-23.141199111938477,-45.09590148925781,-5.937660217285156,-23.355199813842773,-44.579200744628906,-5.937660217285156,-23.04330062866211,-44.47779846191406,-6.472839832305908,-23.04330062866211,-44.47779846191406,-6.472839832305908,-23.355199813842773,-44.579200744628906,-5.937660217285156,-23.161800384521484,-43.984100341796875,-6.472839832305908,-23.04330062866211,-44.47779846191406,-6.472839832305908,-23.161800384521484,-43.984100341796875,-6.472839832305908,-22.759199142456055,-43.9202995300293,-6.950129985809326,-22.759199142456055,-43.9202995300293,-6.950129985809326,-23.161800384521484,-43.984100341796875,-6.472839832305908,-23.038400650024414,-43.47779846191406,-6.663959980010986,-20.33340072631836,-45.79999923706055,-7.357769966125488,-19.965599060058594,-46.067298889160156,-7.154210090637207,-20.408100128173828,-46.271400451660156,-6.950129985809326,-20.408100128173828,-46.271400451660156,-6.950129985809326,-19.965599060058594,-46.067298889160156,-7.154210090637207,-19.965599060058594,-46.30619812011719,-6.950129985809326,-20.408100128173828,-46.271400451660156,-6.950129985809326,-19.965599060058594,-46.30619812011719,-6.950129985809326,-19.965599060058594,-46.55070114135742,-6.663959980010986,-21.033000946044922,-45.57270050048828,-7.357769966125488,-21.24970054626465,-45.99800109863281,-6.950129985809326,-21.34760093688965,-45.37990188598633,-7.357769966125488,-21.34760093688965,-45.37990188598633,-7.357769966125488,-21.24970054626465,-45.99800109863281,-6.950129985809326,-21.62809944152832,-45.7661018371582,-6.950129985809326,-21.34760093688965,-45.37990188598633,-7.357769966125488,-21.62809944152832,-45.7661018371582,-6.950129985809326,-21.62809944152832,-45.14030075073242,-7.357769966125488,-21.62809944152832,-45.14030075073242,-7.357769966125488,-21.62809944152832,-45.7661018371582,-6.950129985809326,-21.965599060058594,-45.47779846191406,-6.950129985809326,-21.62809944152832,-45.14030075073242,-7.357769966125488,-21.965599060058594,-45.47779846191406,-6.950129985809326,-21.867700576782227,-44.859798431396484,-7.357769966125488,-21.867700576782227,-44.859798431396484,-7.357769966125488,-21.965599060058594,-45.47779846191406,-6.950129985809326,-22.253799438476562,-45.14030075073242,-6.950129985809326,-21.867700576782227,-44.859798431396484,-7.357769966125488,-22.253799438476562,-45.14030075073242,-6.950129985809326,-22.06049919128418,-44.54520034790039,-7.357769966125488,-22.06049919128418,-44.54520034790039,-7.357769966125488,-22.253799438476562,-45.14030075073242,-6.950129985809326,-22.485700607299805,-44.76190185546875,-6.950129985809326,-22.06049919128418,-44.54520034790039,-7.357769966125488,-22.485700607299805,-44.76190185546875,-6.950129985809326,-22.20170021057129,-44.20439910888672,-7.357769966125488,-20.24970054626465,-45.271400451660156,-7.68572998046875,-19.965599060058594,-45.50740051269531,-7.554830074310303,-20.33340072631836,-45.79999923706055,-7.357769966125488,-20.33340072631836,-45.79999923706055,-7.357769966125488,-19.965599060058594,-45.50740051269531,-7.554830074310303,-19.965599060058594,-45.82899856567383,-7.357769966125488,-20.33340072631836,-45.79999923706055,-7.357769966125488,-19.965599060058594,-45.82899856567383,-7.357769966125488,-19.965599060058594,-46.067298889160156,-7.154210090637207,-20.790000915527344,-45.09590148925781,-7.68572998046875,-21.033000946044922,-45.57270050048828,-7.357769966125488,-21.033000946044922,-44.946998596191406,-7.68572998046875,-21.033000946044922,-44.946998596191406,-7.68572998046875,-21.033000946044922,-45.57270050048828,-7.357769966125488,-21.34760093688965,-45.37990188598633,-7.357769966125488,-21.033000946044922,-44.946998596191406,-7.68572998046875,-21.34760093688965,-45.37990188598633,-7.357769966125488,-21.24970054626465,-44.76190185546875,-7.68572998046875,-21.24970054626465,-44.76190185546875,-7.68572998046875,-21.34760093688965,-45.37990188598633,-7.357769966125488,-21.62809944152832,-45.14030075073242,-7.357769966125488,-21.24970054626465,-44.76190185546875,-7.68572998046875,-21.62809944152832,-45.14030075073242,-7.357769966125488,-21.43470001220703,-44.54520034790039,-7.68572998046875,-21.43470001220703,-44.54520034790039,-7.68572998046875,-21.62809944152832,-45.14030075073242,-7.357769966125488,-21.867700576782227,-44.859798431396484,-7.357769966125488,-21.43470001220703,-44.54520034790039,-7.68572998046875,-21.867700576782227,-44.859798431396484,-7.357769966125488,-21.583599090576172,-44.30220031738281,-7.68572998046875,-21.583599090576172,-44.30220031738281,-7.68572998046875,-21.867700576782227,-44.859798431396484,-7.357769966125488,-22.06049919128418,-44.54520034790039,-7.357769966125488,-21.583599090576172,-44.30220031738281,-7.68572998046875,-22.06049919128418,-44.54520034790039,-7.357769966125488,-21.692699432373047,-44.03900146484375,-7.68572998046875,-21.692699432373047,-44.03900146484375,-7.68572998046875,-22.06049919128418,-44.54520034790039,-7.357769966125488,-22.20170021057129,-44.20439910888672,-7.357769966125488,-21.692699432373047,-44.03900146484375,-7.68572998046875,-22.20170021057129,-44.20439910888672,-7.357769966125488,-21.759199142456055,-43.76190185546875,-7.68572998046875,-23.038400650024414,-43.47779846191406,-6.663959980010986,-22.79400062561035,-43.47779846191406,-6.950129985809326,-22.759199142456055,-43.9202995300293,-6.950129985809326,-22.759199142456055,-43.9202995300293,-6.950129985809326,-22.79400062561035,-43.47779846191406,-6.950129985809326,-22.555099487304688,-43.47779846191406,-7.154210090637207,-22.759199142456055,-43.9202995300293,-6.950129985809326,-22.555099487304688,-43.47779846191406,-7.154210090637207,-22.287799835205078,-43.84560012817383,-7.357769966125488,-22.287799835205078,-43.84560012817383,-7.357769966125488,-22.555099487304688,-43.47779846191406,-7.154210090637207,-22.316699981689453,-43.47779846191406,-7.357769966125488,-22.287799835205078,-43.84560012817383,-7.357769966125488,-22.316699981689453,-43.47779846191406,-7.357769966125488,-21.99519920349121,-43.47779846191406,-7.554830074310303,-21.20170021057129,-47.28200149536133,-4.121699810028076,-21.781600952148438,-47.04180145263672,-4.121699810028076,-21.759199142456055,-46.99800109863281,-4.747439861297607,-21.759199142456055,-46.99800109863281,-4.747439861297607,-21.781600952148438,-47.04180145263672,-4.121699810028076,-22.287799835205078,-46.67399978637695,-4.747439861297607,-21.759199142456055,-46.99800109863281,-4.747439861297607,-22.287799835205078,-46.67399978637695,-4.747439861297607,-22.20170021057129,-46.55550003051758,-5.357769966125488,-22.20170021057129,-46.55550003051758,-5.357769966125488,-22.287799835205078,-46.67399978637695,-4.747439861297607,-22.65559959411621,-46.16780090332031,-5.357769966125488,-22.20170021057129,-46.55550003051758,-5.357769966125488,-22.65559959411621,-46.16780090332031,-5.357769966125488,-22.485700607299805,-45.99800109863281,-5.937660217285156,-22.485700607299805,-45.99800109863281,-5.937660217285156,-22.65559959411621,-46.16780090332031,-5.357769966125488,-22.849000930786133,-45.57270050048828,-5.937660217285156,-22.485700607299805,-45.99800109863281,-5.937660217285156,-22.849000930786133,-45.57270050048828,-5.937660217285156,-22.583599090576172,-45.37990188598633,-6.472839832305908,-22.583599090576172,-45.37990188598633,-6.472839832305908,-22.849000930786133,-45.57270050048828,-5.937660217285156,-22.849000930786133,-44.946998596191406,-6.472839832305908,-22.583599090576172,-45.37990188598633,-6.472839832305908,-22.849000930786133,-44.946998596191406,-6.472839832305908,-22.485700607299805,-44.76190185546875,-6.950129985809326,-22.485700607299805,-44.76190185546875,-6.950129985809326,-22.849000930786133,-44.946998596191406,-6.472839832305908,-22.65559959411621,-44.351898193359375,-6.950129985809326,-22.485700607299805,-44.76190185546875,-6.950129985809326,-22.65559959411621,-44.351898193359375,-6.950129985809326,-22.20170021057129,-44.20439910888672,-7.357769966125488,-22.20170021057129,-44.20439910888672,-7.357769966125488,-22.65559959411621,-44.351898193359375,-6.950129985809326,-22.287799835205078,-43.84560012817383,-7.357769966125488,-22.20170021057129,-44.20439910888672,-7.357769966125488,-22.287799835205078,-43.84560012817383,-7.357769966125488,-21.759199142456055,-43.76190185546875,-7.68572998046875,-21.759199142456055,-43.76190185546875,-7.68572998046875,-22.287799835205078,-43.84560012817383,-7.357769966125488,-21.99519920349121,-43.47779846191406,-7.554830074310303,-21.759199142456055,-43.76190185546875,-7.68572998046875,-21.99519920349121,-43.47779846191406,-7.554830074310303,-21.781600952148438,-43.47779846191406,-7.68572998046875,-20.159000396728516,-44.698699951171875,-7.925930023193359,-19.965599060058594,-44.88719940185547,-7.854119777679443,-20.24970054626465,-45.271400451660156,-7.68572998046875,-20.24970054626465,-45.271400451660156,-7.68572998046875,-19.965599060058594,-44.88719940185547,-7.854119777679443,-19.965599060058594,-45.293800354003906,-7.68572998046875,-20.24970054626465,-45.271400451660156,-7.68572998046875,-19.965599060058594,-45.293800354003906,-7.68572998046875,-19.965599060058594,-45.50740051269531,-7.554830074310303,-21.781600952148438,-43.47779846191406,-7.68572998046875,-21.375,-43.47779846191406,-7.854119777679443,-21.759199142456055,-43.76190185546875,-7.68572998046875,-21.759199142456055,-43.76190185546875,-7.68572998046875,-21.375,-43.47779846191406,-7.854119777679443,-21.186399459838867,-43.671199798583984,-7.925930023193359,-21.759199142456055,-43.76190185546875,-7.68572998046875,-21.186399459838867,-43.671199798583984,-7.925930023193359,-21.692699432373047,-44.03900146484375,-7.68572998046875,-21.692699432373047,-44.03900146484375,-7.68572998046875,-21.186399459838867,-43.671199798583984,-7.925930023193359,-21.141199111938477,-43.859798431396484,-7.925930023193359,-21.692699432373047,-44.03900146484375,-7.68572998046875,-21.141199111938477,-43.859798431396484,-7.925930023193359,-21.583599090576172,-44.30220031738281,-7.68572998046875,-21.583599090576172,-44.30220031738281,-7.68572998046875,-21.141199111938477,-43.859798431396484,-7.925930023193359,-21.0669002532959,-44.03900146484375,-7.925930023193359,-21.583599090576172,-44.30220031738281,-7.68572998046875,-21.0669002532959,-44.03900146484375,-7.925930023193359,-21.43470001220703,-44.54520034790039,-7.68572998046875,-21.43470001220703,-44.54520034790039,-7.68572998046875,-21.0669002532959,-44.03900146484375,-7.925930023193359,-20.965599060058594,-44.20439910888672,-7.925930023193359,-21.43470001220703,-44.54520034790039,-7.68572998046875,-20.965599060058594,-44.20439910888672,-7.925930023193359,-21.24970054626465,-44.76190185546875,-7.68572998046875,-21.24970054626465,-44.76190185546875,-7.68572998046875,-20.965599060058594,-44.20439910888672,-7.925930023193359,-20.839599609375,-44.351898193359375,-7.925930023193359,-21.24970054626465,-44.76190185546875,-7.68572998046875,-20.839599609375,-44.351898193359375,-7.925930023193359,-21.033000946044922,-44.946998596191406,-7.68572998046875,-21.033000946044922,-44.946998596191406,-7.68572998046875,-20.839599609375,-44.351898193359375,-7.925930023193359,-20.692100524902344,-44.47779846191406,-7.925930023193359,-21.033000946044922,-44.946998596191406,-7.68572998046875,-20.692100524902344,-44.47779846191406,-7.925930023193359,-20.790000915527344,-45.09590148925781,-7.68572998046875,-20.790000915527344,-45.09590148925781,-7.68572998046875,-20.692100524902344,-44.47779846191406,-7.925930023193359,-20.52680015563965,-44.579200744628906,-7.925930023193359,-19.965599060058594,-43.47779846191406,-8.121700286865234,-20.063499450683594,-44.09590148925781,-8.072449684143066,-20.159000396728516,-44.072898864746094,-8.072449684143066,-20.159000396728516,-44.072898864746094,-8.072449684143066,-20.063499450683594,-44.09590148925781,-8.072449684143066,-20.159000396728516,-44.698699951171875,-7.925930023193359,-20.159000396728516,-44.072898864746094,-8.072449684143066,-20.159000396728516,-44.698699951171875,-7.925930023193359,-20.34760093688965,-44.65340042114258,-7.925930023193359,-20.34760093688965,-44.65340042114258,-7.925930023193359,-20.159000396728516,-44.698699951171875,-7.925930023193359,-20.24970054626465,-45.271400451660156,-7.68572998046875,-20.34760093688965,-44.65340042114258,-7.925930023193359,-20.24970054626465,-45.271400451660156,-7.68572998046875,-20.52680015563965,-45.204898834228516,-7.68572998046875,-20.52680015563965,-45.204898834228516,-7.68572998046875,-20.24970054626465,-45.271400451660156,-7.68572998046875,-20.33340072631836,-45.79999923706055,-7.357769966125488,-20.52680015563965,-45.204898834228516,-7.68572998046875,-20.33340072631836,-45.79999923706055,-7.357769966125488,-20.692100524902344,-45.71390151977539,-7.357769966125488,-20.692100524902344,-45.71390151977539,-7.357769966125488,-20.33340072631836,-45.79999923706055,-7.357769966125488,-20.408100128173828,-46.271400451660156,-6.950129985809326,-20.692100524902344,-45.71390151977539,-7.357769966125488,-20.408100128173828,-46.271400451660156,-6.950129985809326,-20.839599609375,-46.16780090332031,-6.950129985809326,-20.839599609375,-46.16780090332031,-6.950129985809326,-20.408100128173828,-46.271400451660156,-6.950129985809326,-20.471799850463867,-46.67399978637695,-6.472839832305908,-20.839599609375,-46.16780090332031,-6.950129985809326,-20.471799850463867,-46.67399978637695,-6.472839832305908,-20.965599060058594,-46.55550003051758,-6.472839832305908,-20.965599060058594,-46.55550003051758,-6.472839832305908,-20.471799850463867,-46.67399978637695,-6.472839832305908,-20.523099899291992,-46.99800109863281,-5.937660217285156,-20.965599060058594,-46.55550003051758,-6.472839832305908,-20.523099899291992,-46.99800109863281,-5.937660217285156,-21.0669002532959,-46.867401123046875,-5.937660217285156,-21.0669002532959,-46.867401123046875,-5.937660217285156,-20.523099899291992,-46.99800109863281,-5.937660217285156,-20.560699462890625,-47.235198974609375,-5.357769966125488,-21.0669002532959,-46.867401123046875,-5.937660217285156,-20.560699462890625,-47.235198974609375,-5.357769966125488,-21.141199111938477,-47.09590148925781,-5.357769966125488,-21.141199111938477,-47.09590148925781,-5.357769966125488,-20.560699462890625,-47.235198974609375,-5.357769966125488,-20.583599090576172,-47.37990188598633,-4.747439861297607,-21.141199111938477,-47.09590148925781,-5.357769966125488,-20.583599090576172,-47.37990188598633,-4.747439861297607,-21.186399459838867,-47.235198974609375,-4.747439861297607,-21.186399459838867,-47.235198974609375,-4.747439861297607,-20.583599090576172,-47.37990188598633,-4.747439861297607,-20.591299057006836,-47.4286003112793,-4.121699810028076,-21.186399459838867,-47.235198974609375,-4.747439861297607,-20.591299057006836,-47.4286003112793,-4.121699810028076,-21.20170021057129,-47.28200149536133,-4.121699810028076,-21.20170021057129,-43.47779846191406,-7.925930023193359,-20.71269989013672,-43.47779846191406,-8.043330192565918,-21.186399459838867,-43.671199798583984,-7.925930023193359,-21.186399459838867,-43.671199798583984,-7.925930023193359,-20.71269989013672,-43.47779846191406,-8.043330192565918,-20.583599090576172,-43.57569885253906,-8.072449684143066,-21.186399459838867,-43.671199798583984,-7.925930023193359,-20.583599090576172,-43.57569885253906,-8.072449684143066,-21.141199111938477,-43.859798431396484,-7.925930023193359,-21.141199111938477,-43.859798431396484,-7.925930023193359,-20.583599090576172,-43.57569885253906,-8.072449684143066,-20.560699462890625,-43.671199798583984,-8.072449684143066,-21.141199111938477,-43.859798431396484,-7.925930023193359,-20.560699462890625,-43.671199798583984,-8.072449684143066,-21.0669002532959,-44.03900146484375,-7.925930023193359,-21.0669002532959,-44.03900146484375,-7.925930023193359,-20.560699462890625,-43.671199798583984,-8.072449684143066,-20.523099899291992,-43.76190185546875,-8.072449684143066,-21.0669002532959,-44.03900146484375,-7.925930023193359,-20.523099899291992,-43.76190185546875,-8.072449684143066,-20.965599060058594,-44.20439910888672,-7.925930023193359,-20.965599060058594,-44.20439910888672,-7.925930023193359,-20.523099899291992,-43.76190185546875,-8.072449684143066,-20.471799850463867,-43.84560012817383,-8.072449684143066,-20.965599060058594,-44.20439910888672,-7.925930023193359,-20.471799850463867,-43.84560012817383,-8.072449684143066,-20.839599609375,-44.351898193359375,-7.925930023193359,-20.839599609375,-44.351898193359375,-7.925930023193359,-20.471799850463867,-43.84560012817383,-8.072449684143066,-20.408100128173828,-43.9202995300293,-8.072449684143066,-20.839599609375,-44.351898193359375,-7.925930023193359,-20.408100128173828,-43.9202995300293,-8.072449684143066,-20.692100524902344,-44.47779846191406,-7.925930023193359,-20.692100524902344,-44.47779846191406,-7.925930023193359,-20.408100128173828,-43.9202995300293,-8.072449684143066,-20.33340072631836,-43.984100341796875,-8.072449684143066,-20.692100524902344,-44.47779846191406,-7.925930023193359,-20.33340072631836,-43.984100341796875,-8.072449684143066,-20.52680015563965,-44.579200744628906,-7.925930023193359,-20.52680015563965,-44.579200744628906,-7.925930023193359,-20.33340072631836,-43.984100341796875,-8.072449684143066,-20.24970054626465,-44.035400390625,-8.072449684143066,-19.965599060058594,-43.53960037231445,-8.116840362548828,-19.965599060058594,-44.103599548339844,-8.072449684143066,-20.063499450683594,-44.09590148925781,-8.072449684143066,-20.063499450683594,-44.09590148925781,-8.072449684143066,-19.965599060058594,-44.103599548339844,-8.072449684143066,-19.965599060058594,-44.22489929199219,-8.043330192565918,-20.063499450683594,-44.09590148925781,-8.072449684143066,-19.965599060058594,-44.22489929199219,-8.043330192565918,-20.159000396728516,-44.698699951171875,-7.925930023193359,-20.159000396728516,-44.698699951171875,-7.925930023193359,-19.965599060058594,-44.22489929199219,-8.043330192565918,-19.965599060058594,-44.71390151977539,-7.925930023193359,-20.159000396728516,-44.698699951171875,-7.925930023193359,-19.965599060058594,-44.71390151977539,-7.925930023193359,-19.965599060058594,-44.88719940185547,-7.854119777679443,-21.20170021057129,-47.28200149536133,-4.121699810028076,-21.759199142456055,-46.99800109863281,-4.747439861297607,-21.186399459838867,-47.235198974609375,-4.747439861297607,-21.186399459838867,-47.235198974609375,-4.747439861297607,-21.759199142456055,-46.99800109863281,-4.747439861297607,-21.692699432373047,-46.867401123046875,-5.357769966125488,-21.186399459838867,-47.235198974609375,-4.747439861297607,-21.692699432373047,-46.867401123046875,-5.357769966125488,-21.141199111938477,-47.09590148925781,-5.357769966125488,-21.141199111938477,-47.09590148925781,-5.357769966125488,-21.692699432373047,-46.867401123046875,-5.357769966125488,-21.583599090576172,-46.65340042114258,-5.937660217285156,-21.141199111938477,-47.09590148925781,-5.357769966125488,-21.583599090576172,-46.65340042114258,-5.937660217285156,-21.0669002532959,-46.867401123046875,-5.937660217285156,-21.0669002532959,-46.867401123046875,-5.937660217285156,-21.583599090576172,-46.65340042114258,-5.937660217285156,-21.43470001220703,-46.36119842529297,-6.472839832305908,-21.0669002532959,-46.867401123046875,-5.937660217285156,-21.43470001220703,-46.36119842529297,-6.472839832305908,-20.965599060058594,-46.55550003051758,-6.472839832305908,-20.965599060058594,-46.55550003051758,-6.472839832305908,-21.43470001220703,-46.36119842529297,-6.472839832305908,-21.24970054626465,-45.99800109863281,-6.950129985809326,-20.965599060058594,-46.55550003051758,-6.472839832305908,-21.24970054626465,-45.99800109863281,-6.950129985809326,-20.839599609375,-46.16780090332031,-6.950129985809326,-20.839599609375,-46.16780090332031,-6.950129985809326,-21.24970054626465,-45.99800109863281,-6.950129985809326,-21.033000946044922,-45.57270050048828,-7.357769966125488,-20.839599609375,-46.16780090332031,-6.950129985809326,-21.033000946044922,-45.57270050048828,-7.357769966125488,-20.692100524902344,-45.71390151977539,-7.357769966125488,-20.692100524902344,-45.71390151977539,-7.357769966125488,-21.033000946044922,-45.57270050048828,-7.357769966125488,-20.790000915527344,-45.09590148925781,-7.68572998046875,-20.692100524902344,-45.71390151977539,-7.357769966125488,-20.790000915527344,-45.09590148925781,-7.68572998046875,-20.52680015563965,-45.204898834228516,-7.68572998046875,-20.52680015563965,-45.204898834228516,-7.68572998046875,-20.790000915527344,-45.09590148925781,-7.68572998046875,-20.52680015563965,-44.579200744628906,-7.925930023193359,-20.52680015563965,-45.204898834228516,-7.68572998046875,-20.52680015563965,-44.579200744628906,-7.925930023193359,-20.34760093688965,-44.65340042114258,-7.925930023193359,-20.34760093688965,-44.65340042114258,-7.925930023193359,-20.52680015563965,-44.579200744628906,-7.925930023193359,-20.24970054626465,-44.035400390625,-8.072449684143066,-20.34760093688965,-44.65340042114258,-7.925930023193359,-20.24970054626465,-44.035400390625,-8.072449684143066,-20.159000396728516,-44.072898864746094,-8.072449684143066,-20.159000396728516,-44.072898864746094,-8.072449684143066,-20.24970054626465,-44.035400390625,-8.072449684143066,-19.965599060058594,-43.47779846191406,-8.121700286865234,-20.591299057006836,-43.47779846191406,-8.072449684143066,-20.02739906311035,-43.47779846191406,-8.116840362548828,-20.583599090576172,-43.57569885253906,-8.072449684143066,-20.583599090576172,-43.57569885253906,-8.072449684143066,-20.02739906311035,-43.47779846191406,-8.116840362548828,-19.965599060058594,-43.47779846191406,-8.121700286865234,-19.965599060058594,47.45830154418945,4.565060138702393,-19.965599060058594,47.472900390625,4.504039764404297,-20.583599090576172,47.42430114746094,4.504039764404297,-23.90169906616211,43.52220153808594,4.565060138702393,-23.769800186157227,43.52220153808594,5.114369869232178,-23.722999572753906,44.1172981262207,5.114369869232178,-19.965599060058594,47.27840042114258,5.230380058288574,-19.965599060058594,47.32640075683594,5.114369869232178,-20.560699462890625,47.279598236083984,5.114369869232178,-23.721799850463867,43.52220153808594,5.230380058288574,-23.529600143432617,43.52220153808594,5.694260120391846,-23.485700607299805,44.0797004699707,5.694260120391846,-19.965599060058594,46.98780059814453,5.8549299240112305,-19.965599060058594,47.08620071411133,5.694260120391846,-20.523099899291992,47.042301177978516,5.694260120391846,-19.965599060058594,46.595001220703125,6.420559883117676,-19.965599060058594,46.758201599121094,6.229440212249756,-20.471799850463867,46.71839904785156,6.229440212249756,-19.965599060058594,46.111698150634766,6.9108099937438965,-19.965599060058594,46.35060119628906,6.706729888916016,-20.408100128173828,46.315799713134766,6.706729888916016,-19.965599060058594,45.55179977416992,7.311429977416992,-19.965599060058594,45.87329864501953,7.114369869232178,-20.33340072631836,45.844398498535156,7.114369869232178,-19.965599060058594,44.93159866333008,7.610730171203613,-19.965599060058594,45.33810043334961,7.4423298835754395,-20.24970054626465,45.315799713134766,7.4423298835754395,-19.965599060058594,44.26919937133789,7.799930095672607,-19.965599060058594,44.758201599121094,7.682529926300049,-20.159000396728516,44.74300003051758,7.682529926300049,-19.965599060058594,43.52220153808594,7.878300189971924,-20.159000396728516,44.1172981262207,7.829050064086914,-20.24970054626465,44.0797004699707,7.829050064086914,-20.02739906311035,43.52220153808594,7.873439788818359,-19.965599060058594,43.52220153808594,7.878300189971924,-20.583599090576172,43.62009811401367,7.829050064086914,-19.965599060058594,44.14789962768555,7.829050064086914,-20.063499450683594,44.140201568603516,7.829050064086914,-19.965599060058594,43.583900451660156,7.873439788818359,-19.965599060058594,43.583900451660156,7.873439788818359,-20.063499450683594,44.140201568603516,7.829050064086914,-19.965599060058594,43.52220153808594,7.878300189971924,-20.159000396728516,44.1172981262207,7.829050064086914,-19.965599060058594,43.52220153808594,7.878300189971924,-20.063499450683594,44.140201568603516,7.829050064086914,-21.186399459838867,43.71549987792969,7.682529926300049,-20.71269989013672,43.52220153808594,7.799930095672607,-20.583599090576172,43.62009811401367,7.829050064086914,-20.583599090576172,43.62009811401367,7.829050064086914,-20.71269989013672,43.52220153808594,7.799930095672607,-20.591299057006836,43.52220153808594,7.829050064086914,-20.583599090576172,43.62009811401367,7.829050064086914,-20.591299057006836,43.52220153808594,7.829050064086914,-20.02739906311035,43.52220153808594,7.873439788818359,-20.52680015563965,44.62350082397461,7.682529926300049,-20.692100524902344,44.52220153808594,7.682529926300049,-20.33340072631836,44.02840042114258,7.829050064086914,-19.965599060058594,44.14789962768555,7.829050064086914,-19.965599060058594,44.26919937133789,7.799930095672607,-20.063499450683594,44.140201568603516,7.829050064086914,-20.063499450683594,44.140201568603516,7.829050064086914,-19.965599060058594,44.26919937133789,7.799930095672607,-20.159000396728516,44.74300003051758,7.682529926300049,-20.063499450683594,44.140201568603516,7.829050064086914,-20.159000396728516,44.74300003051758,7.682529926300049,-20.159000396728516,44.1172981262207,7.829050064086914,-20.159000396728516,44.1172981262207,7.829050064086914,-20.159000396728516,44.74300003051758,7.682529926300049,-20.34760093688965,44.69779968261719,7.682529926300049,-20.159000396728516,44.1172981262207,7.829050064086914,-20.34760093688965,44.69779968261719,7.682529926300049,-20.24970054626465,44.0797004699707,7.829050064086914,-20.24970054626465,44.0797004699707,7.829050064086914,-20.34760093688965,44.69779968261719,7.682529926300049,-20.52680015563965,44.62350082397461,7.682529926300049,-20.52680015563965,44.62350082397461,7.682529926300049,-20.33340072631836,44.02840042114258,7.829050064086914,-20.24970054626465,44.0797004699707,7.829050064086914,-20.24970054626465,44.0797004699707,7.829050064086914,-20.33340072631836,44.02840042114258,7.829050064086914,-19.965599060058594,43.52220153808594,7.878300189971924,-21.759199142456055,43.80630111694336,7.4423298835754395,-21.375,43.52220153808594,7.610730171203613,-21.186399459838867,43.71549987792969,7.682529926300049,-21.186399459838867,43.71549987792969,7.682529926300049,-21.375,43.52220153808594,7.610730171203613,-21.20170021057129,43.52220153808594,7.682529926300049,-21.186399459838867,43.71549987792969,7.682529926300049,-21.20170021057129,43.52220153808594,7.682529926300049,-20.71269989013672,43.52220153808594,7.799930095672607,-21.033000946044922,44.99129867553711,7.4423298835754395,-21.24970054626465,44.80630111694336,7.4423298835754395,-20.839599609375,44.39619827270508,7.682529926300049,-19.965599060058594,44.758201599121094,7.682529926300049,-19.965599060058594,44.93159866333008,7.610730171203613,-20.159000396728516,44.74300003051758,7.682529926300049,-20.159000396728516,44.74300003051758,7.682529926300049,-19.965599060058594,44.93159866333008,7.610730171203613,-20.24970054626465,45.315799713134766,7.4423298835754395,-20.159000396728516,44.74300003051758,7.682529926300049,-20.24970054626465,45.315799713134766,7.4423298835754395,-20.34760093688965,44.69779968261719,7.682529926300049,-20.34760093688965,44.69779968261719,7.682529926300049,-20.24970054626465,45.315799713134766,7.4423298835754395,-20.52680015563965,45.249298095703125,7.4423298835754395,-20.34760093688965,44.69779968261719,7.682529926300049,-20.52680015563965,45.249298095703125,7.4423298835754395,-20.52680015563965,44.62350082397461,7.682529926300049,-20.52680015563965,44.62350082397461,7.682529926300049,-20.52680015563965,45.249298095703125,7.4423298835754395,-20.790000915527344,45.140201568603516,7.4423298835754395,-20.52680015563965,44.62350082397461,7.682529926300049,-20.790000915527344,45.140201568603516,7.4423298835754395,-20.692100524902344,44.52220153808594,7.682529926300049,-20.692100524902344,44.52220153808594,7.682529926300049,-20.790000915527344,45.140201568603516,7.4423298835754395,-21.033000946044922,44.99129867553711,7.4423298835754395,-21.033000946044922,44.99129867553711,7.4423298835754395,-20.839599609375,44.39619827270508,7.682529926300049,-20.692100524902344,44.52220153808594,7.682529926300049,-20.692100524902344,44.52220153808594,7.682529926300049,-20.839599609375,44.39619827270508,7.682529926300049,-20.408100128173828,43.964698791503906,7.829050064086914,-20.692100524902344,44.52220153808594,7.682529926300049,-20.408100128173828,43.964698791503906,7.829050064086914,-20.33340072631836,44.02840042114258,7.829050064086914,-20.33340072631836,44.02840042114258,7.829050064086914,-20.408100128173828,43.964698791503906,7.829050064086914,-19.965599060058594,43.52220153808594,7.878300189971924,-22.287799835205078,43.88999938964844,7.114369869232178,-21.99519920349121,43.52220153808594,7.311429977416992,-21.759199142456055,43.80630111694336,7.4423298835754395,-21.759199142456055,43.80630111694336,7.4423298835754395,-21.99519920349121,43.52220153808594,7.311429977416992,-21.781600952148438,43.52220153808594,7.4423298835754395,-21.759199142456055,43.80630111694336,7.4423298835754395,-21.781600952148438,43.52220153808594,7.4423298835754395,-21.375,43.52220153808594,7.610730171203613,-21.62809944152832,45.18470001220703,7.114369869232178,-21.867700576782227,44.90420150756836,7.114369869232178,-21.43470001220703,44.589599609375,7.4423298835754395,-19.965599060058594,45.33810043334961,7.4423298835754395,-19.965599060058594,45.55179977416992,7.311429977416992,-20.24970054626465,45.315799713134766,7.4423298835754395,-20.24970054626465,45.315799713134766,7.4423298835754395,-19.965599060058594,45.55179977416992,7.311429977416992,-20.33340072631836,45.844398498535156,7.114369869232178,-20.24970054626465,45.315799713134766,7.4423298835754395,-20.33340072631836,45.844398498535156,7.114369869232178,-20.52680015563965,45.249298095703125,7.4423298835754395,-20.52680015563965,45.249298095703125,7.4423298835754395,-20.33340072631836,45.844398498535156,7.114369869232178,-20.692100524902344,45.758201599121094,7.114369869232178,-20.52680015563965,45.249298095703125,7.4423298835754395,-20.692100524902344,45.758201599121094,7.114369869232178,-20.790000915527344,45.140201568603516,7.4423298835754395,-20.790000915527344,45.140201568603516,7.4423298835754395,-20.692100524902344,45.758201599121094,7.114369869232178,-21.033000946044922,45.61709976196289,7.114369869232178,-20.790000915527344,45.140201568603516,7.4423298835754395,-21.033000946044922,45.61709976196289,7.114369869232178,-21.033000946044922,44.99129867553711,7.4423298835754395,-21.033000946044922,44.99129867553711,7.4423298835754395,-21.033000946044922,45.61709976196289,7.114369869232178,-21.34760093688965,45.42430114746094,7.114369869232178,-21.033000946044922,44.99129867553711,7.4423298835754395,-21.34760093688965,45.42430114746094,7.114369869232178,-21.24970054626465,44.80630111694336,7.4423298835754395,-21.24970054626465,44.80630111694336,7.4423298835754395,-21.34760093688965,45.42430114746094,7.114369869232178,-21.62809944152832,45.18470001220703,7.114369869232178,-21.62809944152832,45.18470001220703,7.114369869232178,-21.43470001220703,44.589599609375,7.4423298835754395,-21.24970054626465,44.80630111694336,7.4423298835754395,-21.24970054626465,44.80630111694336,7.4423298835754395,-21.43470001220703,44.589599609375,7.4423298835754395,-20.965599060058594,44.24869918823242,7.682529926300049,-21.24970054626465,44.80630111694336,7.4423298835754395,-20.965599060058594,44.24869918823242,7.682529926300049,-20.839599609375,44.39619827270508,7.682529926300049,-20.839599609375,44.39619827270508,7.682529926300049,-20.965599060058594,44.24869918823242,7.682529926300049,-20.471799850463867,43.88999938964844,7.829050064086914,-20.839599609375,44.39619827270508,7.682529926300049,-20.471799850463867,43.88999938964844,7.829050064086914,-20.408100128173828,43.964698791503906,7.829050064086914,-20.408100128173828,43.964698791503906,7.829050064086914,-20.471799850463867,43.88999938964844,7.829050064086914,-19.965599060058594,43.52220153808594,7.878300189971924,-22.759199142456055,43.964698791503906,6.706729888916016,-22.555099487304688,43.52220153808594,6.9108099937438965,-22.287799835205078,43.88999938964844,7.114369869232178,-22.287799835205078,43.88999938964844,7.114369869232178,-22.555099487304688,43.52220153808594,6.9108099937438965,-22.316699981689453,43.52220153808594,7.114369869232178,-22.287799835205078,43.88999938964844,7.114369869232178,-22.316699981689453,43.52220153808594,7.114369869232178,-21.99519920349121,43.52220153808594,7.311429977416992,-22.253799438476562,45.18470001220703,6.706729888916016,-22.485700607299805,44.80630111694336,6.706729888916016,-22.06049919128418,44.589599609375,7.114369869232178,-19.965599060058594,45.87329864501953,7.114369869232178,-19.965599060058594,46.111698150634766,6.9108099937438965,-20.33340072631836,45.844398498535156,7.114369869232178,-20.33340072631836,45.844398498535156,7.114369869232178,-19.965599060058594,46.111698150634766,6.9108099937438965,-20.408100128173828,46.315799713134766,6.706729888916016,-20.33340072631836,45.844398498535156,7.114369869232178,-20.408100128173828,46.315799713134766,6.706729888916016,-20.692100524902344,45.758201599121094,7.114369869232178,-20.692100524902344,45.758201599121094,7.114369869232178,-20.408100128173828,46.315799713134766,6.706729888916016,-20.839599609375,46.21220016479492,6.706729888916016,-20.692100524902344,45.758201599121094,7.114369869232178,-20.839599609375,46.21220016479492,6.706729888916016,-21.033000946044922,45.61709976196289,7.114369869232178,-21.033000946044922,45.61709976196289,7.114369869232178,-20.839599609375,46.21220016479492,6.706729888916016,-21.24970054626465,46.042301177978516,6.706729888916016,-21.033000946044922,45.61709976196289,7.114369869232178,-21.24970054626465,46.042301177978516,6.706729888916016,-21.34760093688965,45.42430114746094,7.114369869232178,-21.34760093688965,45.42430114746094,7.114369869232178,-21.24970054626465,46.042301177978516,6.706729888916016,-21.62809944152832,45.81039810180664,6.706729888916016,-21.34760093688965,45.42430114746094,7.114369869232178,-21.62809944152832,45.81039810180664,6.706729888916016,-21.62809944152832,45.18470001220703,7.114369869232178,-21.62809944152832,45.18470001220703,7.114369869232178,-21.62809944152832,45.81039810180664,6.706729888916016,-21.965599060058594,45.52220153808594,6.706729888916016,-21.62809944152832,45.18470001220703,7.114369869232178,-21.965599060058594,45.52220153808594,6.706729888916016,-21.867700576782227,44.90420150756836,7.114369869232178,-21.867700576782227,44.90420150756836,7.114369869232178,-21.965599060058594,45.52220153808594,6.706729888916016,-22.253799438476562,45.18470001220703,6.706729888916016,-22.253799438476562,45.18470001220703,6.706729888916016,-22.06049919128418,44.589599609375,7.114369869232178,-21.867700576782227,44.90420150756836,7.114369869232178,-21.867700576782227,44.90420150756836,7.114369869232178,-22.06049919128418,44.589599609375,7.114369869232178,-21.583599090576172,44.34659957885742,7.4423298835754395,-21.867700576782227,44.90420150756836,7.114369869232178,-21.583599090576172,44.34659957885742,7.4423298835754395,-21.43470001220703,44.589599609375,7.4423298835754395,-21.43470001220703,44.589599609375,7.4423298835754395,-21.583599090576172,44.34659957885742,7.4423298835754395,-21.0669002532959,44.08330154418945,7.682529926300049,-21.43470001220703,44.589599609375,7.4423298835754395,-21.0669002532959,44.08330154418945,7.682529926300049,-20.965599060058594,44.24869918823242,7.682529926300049,-20.965599060058594,44.24869918823242,7.682529926300049,-21.0669002532959,44.08330154418945,7.682529926300049,-20.523099899291992,43.80630111694336,7.829050064086914,-20.965599060058594,44.24869918823242,7.682529926300049,-20.523099899291992,43.80630111694336,7.829050064086914,-20.471799850463867,43.88999938964844,7.829050064086914,-20.471799850463867,43.88999938964844,7.829050064086914,-20.523099899291992,43.80630111694336,7.829050064086914,-19.965599060058594,43.52220153808594,7.878300189971924,-23.43120002746582,43.52220153808594,5.8549299240112305,-23.20170021057129,43.52220153808594,6.229440212249756,-23.161800384521484,44.02840042114258,6.229440212249756,-23.161800384521484,44.02840042114258,6.229440212249756,-23.20170021057129,43.52220153808594,6.229440212249756,-23.038400650024414,43.52220153808594,6.420559883117676,-23.161800384521484,44.02840042114258,6.229440212249756,-23.038400650024414,43.52220153808594,6.420559883117676,-22.759199142456055,43.964698791503906,6.706729888916016,-22.759199142456055,43.964698791503906,6.706729888916016,-23.038400650024414,43.52220153808594,6.420559883117676,-22.79400062561035,43.52220153808594,6.706729888916016,-22.759199142456055,43.964698791503906,6.706729888916016,-22.79400062561035,43.52220153808594,6.706729888916016,-22.555099487304688,43.52220153808594,6.9108099937438965,-22.849000930786133,44.99129867553711,6.229440212249756,-23.04330062866211,44.52220153808594,6.229440212249756,-22.65559959411621,44.39619827270508,6.706729888916016,-19.965599060058594,46.35060119628906,6.706729888916016,-19.965599060058594,46.595001220703125,6.420559883117676,-20.408100128173828,46.315799713134766,6.706729888916016,-20.408100128173828,46.315799713134766,6.706729888916016,-19.965599060058594,46.595001220703125,6.420559883117676,-20.471799850463867,46.71839904785156,6.229440212249756,-20.408100128173828,46.315799713134766,6.706729888916016,-20.471799850463867,46.71839904785156,6.229440212249756,-20.839599609375,46.21220016479492,6.706729888916016,-20.839599609375,46.21220016479492,6.706729888916016,-20.471799850463867,46.71839904785156,6.229440212249756,-20.965599060058594,46.59989929199219,6.229440212249756,-20.839599609375,46.21220016479492,6.706729888916016,-20.965599060058594,46.59989929199219,6.229440212249756,-21.24970054626465,46.042301177978516,6.706729888916016,-21.24970054626465,46.042301177978516,6.706729888916016,-20.965599060058594,46.59989929199219,6.229440212249756,-21.43470001220703,46.40549850463867,6.229440212249756,-21.24970054626465,46.042301177978516,6.706729888916016,-21.43470001220703,46.40549850463867,6.229440212249756,-21.62809944152832,45.81039810180664,6.706729888916016,-21.62809944152832,45.81039810180664,6.706729888916016,-21.43470001220703,46.40549850463867,6.229440212249756,-21.867700576782227,46.140201568603516,6.229440212249756,-21.62809944152832,45.81039810180664,6.706729888916016,-21.867700576782227,46.140201568603516,6.229440212249756,-21.965599060058594,45.52220153808594,6.706729888916016,-21.965599060058594,45.52220153808594,6.706729888916016,-21.867700576782227,46.140201568603516,6.229440212249756,-22.253799438476562,45.81039810180664,6.229440212249756,-21.965599060058594,45.52220153808594,6.706729888916016,-22.253799438476562,45.81039810180664,6.229440212249756,-22.253799438476562,45.18470001220703,6.706729888916016,-22.253799438476562,45.18470001220703,6.706729888916016,-22.253799438476562,45.81039810180664,6.229440212249756,-22.583599090576172,45.42430114746094,6.229440212249756,-22.253799438476562,45.18470001220703,6.706729888916016,-22.583599090576172,45.42430114746094,6.229440212249756,-22.485700607299805,44.80630111694336,6.706729888916016,-22.485700607299805,44.80630111694336,6.706729888916016,-22.583599090576172,45.42430114746094,6.229440212249756,-22.849000930786133,44.99129867553711,6.229440212249756,-22.849000930786133,44.99129867553711,6.229440212249756,-22.65559959411621,44.39619827270508,6.706729888916016,-22.485700607299805,44.80630111694336,6.706729888916016,-22.485700607299805,44.80630111694336,6.706729888916016,-22.65559959411621,44.39619827270508,6.706729888916016,-22.20170021057129,44.24869918823242,7.114369869232178,-22.485700607299805,44.80630111694336,6.706729888916016,-22.20170021057129,44.24869918823242,7.114369869232178,-22.06049919128418,44.589599609375,7.114369869232178,-22.06049919128418,44.589599609375,7.114369869232178,-22.20170021057129,44.24869918823242,7.114369869232178,-21.692699432373047,44.08330154418945,7.4423298835754395,-22.06049919128418,44.589599609375,7.114369869232178,-21.692699432373047,44.08330154418945,7.4423298835754395,-21.583599090576172,44.34659957885742,7.4423298835754395,-21.583599090576172,44.34659957885742,7.4423298835754395,-21.692699432373047,44.08330154418945,7.4423298835754395,-21.141199111938477,43.90420150756836,7.682529926300049,-21.583599090576172,44.34659957885742,7.4423298835754395,-21.141199111938477,43.90420150756836,7.682529926300049,-21.0669002532959,44.08330154418945,7.682529926300049,-21.0669002532959,44.08330154418945,7.682529926300049,-21.141199111938477,43.90420150756836,7.682529926300049,-20.560699462890625,43.71549987792969,7.829050064086914,-21.0669002532959,44.08330154418945,7.682529926300049,-20.560699462890625,43.71549987792969,7.829050064086914,-20.523099899291992,43.80630111694336,7.829050064086914,-20.523099899291992,43.80630111694336,7.829050064086914,-20.560699462890625,43.71549987792969,7.829050064086914,-19.965599060058594,43.52220153808594,7.878300189971924,-23.529600143432617,43.52220153808594,5.694260120391846,-23.43120002746582,43.52220153808594,5.8549299240112305,-23.485700607299805,44.0797004699707,5.694260120391846,-23.485700607299805,44.0797004699707,5.694260120391846,-23.43120002746582,43.52220153808594,5.8549299240112305,-23.161800384521484,44.02840042114258,6.229440212249756,-23.485700607299805,44.0797004699707,5.694260120391846,-23.161800384521484,44.02840042114258,6.229440212249756,-23.355199813842773,44.62350082397461,5.694260120391846,-19.965599060058594,46.758201599121094,6.229440212249756,-19.965599060058594,46.98780059814453,5.8549299240112305,-20.471799850463867,46.71839904785156,6.229440212249756,-20.471799850463867,46.71839904785156,6.229440212249756,-19.965599060058594,46.98780059814453,5.8549299240112305,-20.523099899291992,47.042301177978516,5.694260120391846,-20.471799850463867,46.71839904785156,6.229440212249756,-20.523099899291992,47.042301177978516,5.694260120391846,-20.965599060058594,46.59989929199219,6.229440212249756,-20.965599060058594,46.59989929199219,6.229440212249756,-20.523099899291992,47.042301177978516,5.694260120391846,-21.0669002532959,46.911800384521484,5.694260120391846,-20.965599060058594,46.59989929199219,6.229440212249756,-21.0669002532959,46.911800384521484,5.694260120391846,-21.43470001220703,46.40549850463867,6.229440212249756,-21.43470001220703,46.40549850463867,6.229440212249756,-21.0669002532959,46.911800384521484,5.694260120391846,-21.583599090576172,46.69770050048828,5.694260120391846,-21.43470001220703,46.40549850463867,6.229440212249756,-21.583599090576172,46.69770050048828,5.694260120391846,-21.867700576782227,46.140201568603516,6.229440212249756,-21.867700576782227,46.140201568603516,6.229440212249756,-21.583599090576172,46.69770050048828,5.694260120391846,-22.06049919128418,46.40549850463867,5.694260120391846,-21.867700576782227,46.140201568603516,6.229440212249756,-22.06049919128418,46.40549850463867,5.694260120391846,-22.253799438476562,45.81039810180664,6.229440212249756,-22.253799438476562,45.81039810180664,6.229440212249756,-22.06049919128418,46.40549850463867,5.694260120391846,-22.485700607299805,46.042301177978516,5.694260120391846,-22.253799438476562,45.81039810180664,6.229440212249756,-22.485700607299805,46.042301177978516,5.694260120391846,-22.583599090576172,45.42430114746094,6.229440212249756,-22.583599090576172,45.42430114746094,6.229440212249756,-22.485700607299805,46.042301177978516,5.694260120391846,-22.849000930786133,45.61709976196289,5.694260120391846,-22.583599090576172,45.42430114746094,6.229440212249756,-22.849000930786133,45.61709976196289,5.694260120391846,-22.849000930786133,44.99129867553711,6.229440212249756,-22.849000930786133,44.99129867553711,6.229440212249756,-22.849000930786133,45.61709976196289,5.694260120391846,-23.141199111938477,45.140201568603516,5.694260120391846,-22.849000930786133,44.99129867553711,6.229440212249756,-23.141199111938477,45.140201568603516,5.694260120391846,-23.04330062866211,44.52220153808594,6.229440212249756,-23.04330062866211,44.52220153808594,6.229440212249756,-23.141199111938477,45.140201568603516,5.694260120391846,-23.355199813842773,44.62350082397461,5.694260120391846,-23.355199813842773,44.62350082397461,5.694260120391846,-23.161800384521484,44.02840042114258,6.229440212249756,-23.04330062866211,44.52220153808594,6.229440212249756,-23.04330062866211,44.52220153808594,6.229440212249756,-23.161800384521484,44.02840042114258,6.229440212249756,-22.759199142456055,43.964698791503906,6.706729888916016,-23.04330062866211,44.52220153808594,6.229440212249756,-22.759199142456055,43.964698791503906,6.706729888916016,-22.65559959411621,44.39619827270508,6.706729888916016,-22.65559959411621,44.39619827270508,6.706729888916016,-22.759199142456055,43.964698791503906,6.706729888916016,-22.287799835205078,43.88999938964844,7.114369869232178,-22.65559959411621,44.39619827270508,6.706729888916016,-22.287799835205078,43.88999938964844,7.114369869232178,-22.20170021057129,44.24869918823242,7.114369869232178,-22.20170021057129,44.24869918823242,7.114369869232178,-22.287799835205078,43.88999938964844,7.114369869232178,-21.759199142456055,43.80630111694336,7.4423298835754395,-22.20170021057129,44.24869918823242,7.114369869232178,-21.759199142456055,43.80630111694336,7.4423298835754395,-21.692699432373047,44.08330154418945,7.4423298835754395,-21.692699432373047,44.08330154418945,7.4423298835754395,-21.759199142456055,43.80630111694336,7.4423298835754395,-21.186399459838867,43.71549987792969,7.682529926300049,-21.692699432373047,44.08330154418945,7.4423298835754395,-21.186399459838867,43.71549987792969,7.682529926300049,-21.141199111938477,43.90420150756836,7.682529926300049,-21.141199111938477,43.90420150756836,7.682529926300049,-21.186399459838867,43.71549987792969,7.682529926300049,-20.583599090576172,43.62009811401367,7.829050064086914,-21.141199111938477,43.90420150756836,7.682529926300049,-20.583599090576172,43.62009811401367,7.829050064086914,-20.560699462890625,43.71549987792969,7.829050064086914,-20.560699462890625,43.71549987792969,7.829050064086914,-20.583599090576172,43.62009811401367,7.829050064086914,-19.965599060058594,43.52220153808594,7.878300189971924,-19.965599060058594,47.08620071411133,5.694260120391846,-19.965599060058594,47.27840042114258,5.230380058288574,-20.523099899291992,47.042301177978516,5.694260120391846,-20.523099899291992,47.042301177978516,5.694260120391846,-19.965599060058594,47.27840042114258,5.230380058288574,-20.560699462890625,47.279598236083984,5.114369869232178,-20.523099899291992,47.042301177978516,5.694260120391846,-20.560699462890625,47.279598236083984,5.114369869232178,-21.0669002532959,46.911800384521484,5.694260120391846,-21.0669002532959,46.911800384521484,5.694260120391846,-20.560699462890625,47.279598236083984,5.114369869232178,-21.141199111938477,47.140201568603516,5.114369869232178,-21.0669002532959,46.911800384521484,5.694260120391846,-21.141199111938477,47.140201568603516,5.114369869232178,-21.583599090576172,46.69770050048828,5.694260120391846,-21.583599090576172,46.69770050048828,5.694260120391846,-21.141199111938477,47.140201568603516,5.114369869232178,-21.692699432373047,46.911800384521484,5.114369869232178,-21.583599090576172,46.69770050048828,5.694260120391846,-21.692699432373047,46.911800384521484,5.114369869232178,-22.06049919128418,46.40549850463867,5.694260120391846,-22.06049919128418,46.40549850463867,5.694260120391846,-21.692699432373047,46.911800384521484,5.114369869232178,-22.20170021057129,46.59989929199219,5.114369869232178,-22.06049919128418,46.40549850463867,5.694260120391846,-22.20170021057129,46.59989929199219,5.114369869232178,-22.485700607299805,46.042301177978516,5.694260120391846,-22.485700607299805,46.042301177978516,5.694260120391846,-22.20170021057129,46.59989929199219,5.114369869232178,-22.65559959411621,46.21220016479492,5.114369869232178,-22.485700607299805,46.042301177978516,5.694260120391846,-22.65559959411621,46.21220016479492,5.114369869232178,-22.849000930786133,45.61709976196289,5.694260120391846,-22.849000930786133,45.61709976196289,5.694260120391846,-22.65559959411621,46.21220016479492,5.114369869232178,-23.04330062866211,45.758201599121094,5.114369869232178,-22.849000930786133,45.61709976196289,5.694260120391846,-23.04330062866211,45.758201599121094,5.114369869232178,-23.141199111938477,45.140201568603516,5.694260120391846,-23.141199111938477,45.140201568603516,5.694260120391846,-23.04330062866211,45.758201599121094,5.114369869232178,-23.355199813842773,45.249298095703125,5.114369869232178,-23.141199111938477,45.140201568603516,5.694260120391846,-23.355199813842773,45.249298095703125,5.114369869232178,-23.355199813842773,44.62350082397461,5.694260120391846,-23.355199813842773,44.62350082397461,5.694260120391846,-23.355199813842773,45.249298095703125,5.114369869232178,-23.583599090576172,44.69779968261719,5.114369869232178,-23.355199813842773,44.62350082397461,5.694260120391846,-23.583599090576172,44.69779968261719,5.114369869232178,-23.485700607299805,44.0797004699707,5.694260120391846,-23.485700607299805,44.0797004699707,5.694260120391846,-23.583599090576172,44.69779968261719,5.114369869232178,-23.722999572753906,44.1172981262207,5.114369869232178,-23.485700607299805,44.0797004699707,5.694260120391846,-23.722999572753906,44.1172981262207,5.114369869232178,-23.721799850463867,43.52220153808594,5.230380058288574,-23.721799850463867,43.52220153808594,5.230380058288574,-23.722999572753906,44.1172981262207,5.114369869232178,-23.769800186157227,43.52220153808594,5.114369869232178,-19.965599060058594,47.32640075683594,5.114369869232178,-19.965599060058594,47.45830154418945,4.565060138702393,-20.560699462890625,47.279598236083984,5.114369869232178,-20.560699462890625,47.279598236083984,5.114369869232178,-19.965599060058594,47.45830154418945,4.565060138702393,-20.583599090576172,47.42430114746094,4.504039764404297,-20.560699462890625,47.279598236083984,5.114369869232178,-20.583599090576172,47.42430114746094,4.504039764404297,-21.141199111938477,47.140201568603516,5.114369869232178,-21.141199111938477,47.140201568603516,5.114369869232178,-20.583599090576172,47.42430114746094,4.504039764404297,-21.186399459838867,47.279598236083984,4.504039764404297,-21.141199111938477,47.140201568603516,5.114369869232178,-21.186399459838867,47.279598236083984,4.504039764404297,-21.692699432373047,46.911800384521484,5.114369869232178,-21.692699432373047,46.911800384521484,5.114369869232178,-21.186399459838867,47.279598236083984,4.504039764404297,-21.759199142456055,47.042301177978516,4.504039764404297,-21.692699432373047,46.911800384521484,5.114369869232178,-21.759199142456055,47.042301177978516,4.504039764404297,-22.20170021057129,46.59989929199219,5.114369869232178,-22.20170021057129,46.59989929199219,5.114369869232178,-21.759199142456055,47.042301177978516,4.504039764404297,-22.287799835205078,46.71839904785156,4.504039764404297,-22.20170021057129,46.59989929199219,5.114369869232178,-22.287799835205078,46.71839904785156,4.504039764404297,-22.65559959411621,46.21220016479492,5.114369869232178,-22.65559959411621,46.21220016479492,5.114369869232178,-22.287799835205078,46.71839904785156,4.504039764404297,-22.759199142456055,46.315799713134766,4.504039764404297,-22.65559959411621,46.21220016479492,5.114369869232178,-22.759199142456055,46.315799713134766,4.504039764404297,-23.04330062866211,45.758201599121094,5.114369869232178,-23.04330062866211,45.758201599121094,5.114369869232178,-22.759199142456055,46.315799713134766,4.504039764404297,-23.161800384521484,45.844398498535156,4.504039764404297,-23.04330062866211,45.758201599121094,5.114369869232178,-23.161800384521484,45.844398498535156,4.504039764404297,-23.355199813842773,45.249298095703125,5.114369869232178,-23.355199813842773,45.249298095703125,5.114369869232178,-23.161800384521484,45.844398498535156,4.504039764404297,-23.485700607299805,45.315799713134766,4.504039764404297,-23.355199813842773,45.249298095703125,5.114369869232178,-23.485700607299805,45.315799713134766,4.504039764404297,-23.583599090576172,44.69779968261719,5.114369869232178,-23.583599090576172,44.69779968261719,5.114369869232178,-23.485700607299805,45.315799713134766,4.504039764404297,-23.722999572753906,44.74300003051758,4.504039764404297,-23.583599090576172,44.69779968261719,5.114369869232178,-23.722999572753906,44.74300003051758,4.504039764404297,-23.722999572753906,44.1172981262207,5.114369869232178,-23.722999572753906,44.1172981262207,5.114369869232178,-23.722999572753906,44.74300003051758,4.504039764404297,-23.867700576782227,44.140201568603516,4.504039764404297,-23.722999572753906,44.1172981262207,5.114369869232178,-23.867700576782227,44.140201568603516,4.504039764404297,-23.90169906616211,43.52220153808594,4.565060138702393,-23.90169906616211,43.52220153808594,4.565060138702393,-23.867700576782227,44.140201568603516,4.504039764404297,-23.916400909423828,43.52220153808594,4.504039764404297,-19.965599060058594,47.472900390625,4.504039764404297,-19.965599060058594,47.52220153808594,3.8782999515533447,-20.583599090576172,47.42430114746094,4.504039764404297,-20.583599090576172,47.42430114746094,4.504039764404297,-19.965599060058594,47.52220153808594,3.8782999515533447,-20.591299057006836,47.472900390625,3.8782999515533447,-20.583599090576172,47.42430114746094,4.504039764404297,-20.591299057006836,47.472900390625,3.8782999515533447,-21.186399459838867,47.279598236083984,4.504039764404297,-21.186399459838867,47.279598236083984,4.504039764404297,-20.591299057006836,47.472900390625,3.8782999515533447,-21.20170021057129,47.32640075683594,3.8782999515533447,-21.186399459838867,47.279598236083984,4.504039764404297,-21.20170021057129,47.32640075683594,3.8782999515533447,-21.759199142456055,47.042301177978516,4.504039764404297,-21.759199142456055,47.042301177978516,4.504039764404297,-21.20170021057129,47.32640075683594,3.8782999515533447,-21.781600952148438,47.08620071411133,3.8782999515533447,-21.759199142456055,47.042301177978516,4.504039764404297,-21.781600952148438,47.08620071411133,3.8782999515533447,-22.287799835205078,46.71839904785156,4.504039764404297,-22.287799835205078,46.71839904785156,4.504039764404297,-21.781600952148438,47.08620071411133,3.8782999515533447,-22.316699981689453,46.758201599121094,3.8782999515533447,-22.287799835205078,46.71839904785156,4.504039764404297,-22.316699981689453,46.758201599121094,3.8782999515533447,-22.759199142456055,46.315799713134766,4.504039764404297,-22.759199142456055,46.315799713134766,4.504039764404297,-22.316699981689453,46.758201599121094,3.8782999515533447,-22.79400062561035,46.35060119628906,3.8782999515533447,-22.759199142456055,46.315799713134766,4.504039764404297,-22.79400062561035,46.35060119628906,3.8782999515533447,-23.161800384521484,45.844398498535156,4.504039764404297,-23.161800384521484,45.844398498535156,4.504039764404297,-22.79400062561035,46.35060119628906,3.8782999515533447,-23.20170021057129,45.87329864501953,3.8782999515533447,-23.161800384521484,45.844398498535156,4.504039764404297,-23.20170021057129,45.87329864501953,3.8782999515533447,-23.485700607299805,45.315799713134766,4.504039764404297,-23.485700607299805,45.315799713134766,4.504039764404297,-23.20170021057129,45.87329864501953,3.8782999515533447,-23.529600143432617,45.33810043334961,3.8782999515533447,-23.485700607299805,45.315799713134766,4.504039764404297,-23.529600143432617,45.33810043334961,3.8782999515533447,-23.722999572753906,44.74300003051758,4.504039764404297,-23.722999572753906,44.74300003051758,4.504039764404297,-23.529600143432617,45.33810043334961,3.8782999515533447,-23.769800186157227,44.758201599121094,3.8782999515533447,-23.722999572753906,44.74300003051758,4.504039764404297,-23.769800186157227,44.758201599121094,3.8782999515533447,-23.867700576782227,44.140201568603516,4.504039764404297,-23.867700576782227,44.140201568603516,4.504039764404297,-23.769800186157227,44.758201599121094,3.8782999515533447,-23.916400909423828,44.14789962768555,3.8782999515533447,-23.867700576782227,44.140201568603516,4.504039764404297,-23.916400909423828,44.14789962768555,3.8782999515533447,-23.916400909423828,43.52220153808594,4.504039764404297,-23.916400909423828,43.52220153808594,4.504039764404297,-23.916400909423828,44.14789962768555,3.8782999515533447,-23.965599060058594,43.52220153808594,3.8782999515533447,-19.965599060058594,47.52220153808594,3.8782999515533447,-19.965599060058594,47.52220153808594,-4.121699810028076,-20.591299057006836,47.472900390625,-4.121699810028076,-19.965599060058594,47.52220153808594,3.8782999515533447,-20.591299057006836,47.472900390625,-4.121699810028076,-20.591299057006836,47.472900390625,3.8782999515533447,-20.591299057006836,47.472900390625,3.8782999515533447,-20.591299057006836,47.472900390625,-4.121699810028076,-21.20170021057129,47.32640075683594,-4.121699810028076,-20.591299057006836,47.472900390625,3.8782999515533447,-21.20170021057129,47.32640075683594,-4.121699810028076,-21.20170021057129,47.32640075683594,3.8782999515533447,-21.20170021057129,47.32640075683594,3.8782999515533447,-21.20170021057129,47.32640075683594,-4.121699810028076,-21.781600952148438,47.08620071411133,-4.121699810028076,-21.20170021057129,47.32640075683594,3.8782999515533447,-21.781600952148438,47.08620071411133,-4.121699810028076,-21.781600952148438,47.08620071411133,3.8782999515533447,-21.781600952148438,47.08620071411133,3.8782999515533447,-21.781600952148438,47.08620071411133,-4.121699810028076,-22.316699981689453,46.758201599121094,-4.121699810028076,-21.781600952148438,47.08620071411133,3.8782999515533447,-22.316699981689453,46.758201599121094,-4.121699810028076,-22.316699981689453,46.758201599121094,3.8782999515533447,-22.316699981689453,46.758201599121094,3.8782999515533447,-22.316699981689453,46.758201599121094,-4.121699810028076,-22.79400062561035,46.35060119628906,-4.121699810028076,-22.316699981689453,46.758201599121094,3.8782999515533447,-22.79400062561035,46.35060119628906,-4.121699810028076,-22.79400062561035,46.35060119628906,3.8782999515533447,-22.79400062561035,46.35060119628906,3.8782999515533447,-22.79400062561035,46.35060119628906,-4.121699810028076,-23.20170021057129,45.87329864501953,-4.121699810028076,-22.79400062561035,46.35060119628906,3.8782999515533447,-23.20170021057129,45.87329864501953,-4.121699810028076,-23.20170021057129,45.87329864501953,3.8782999515533447,-23.20170021057129,45.87329864501953,3.8782999515533447,-23.20170021057129,45.87329864501953,-4.121699810028076,-23.529600143432617,45.33810043334961,-4.121699810028076,-23.20170021057129,45.87329864501953,3.8782999515533447,-23.529600143432617,45.33810043334961,-4.121699810028076,-23.529600143432617,45.33810043334961,3.8782999515533447,-23.529600143432617,45.33810043334961,3.8782999515533447,-23.529600143432617,45.33810043334961,-4.121699810028076,-23.769800186157227,44.758201599121094,-4.121699810028076,-23.529600143432617,45.33810043334961,3.8782999515533447,-23.769800186157227,44.758201599121094,-4.121699810028076,-23.769800186157227,44.758201599121094,3.8782999515533447,-23.769800186157227,44.758201599121094,3.8782999515533447,-23.769800186157227,44.758201599121094,-4.121699810028076,-23.916400909423828,44.14789962768555,-4.121699810028076,-23.769800186157227,44.758201599121094,3.8782999515533447,-23.916400909423828,44.14789962768555,-4.121699810028076,-23.916400909423828,44.14789962768555,3.8782999515533447,-23.916400909423828,44.14789962768555,3.8782999515533447,-23.916400909423828,44.14789962768555,-4.121699810028076,-23.965599060058594,43.52220153808594,-4.121699810028076,-23.916400909423828,44.14789962768555,3.8782999515533447,-23.965599060058594,43.52220153808594,-4.121699810028076,-23.965599060058594,43.52220153808594,3.8782999515533447,-20.159000396728516,44.1172981262207,-8.072449684143066,-20.063499450683594,44.140201568603516,-8.072449684143066,-19.965599060058594,43.52220153808594,-8.121700286865234,-20.159000396728516,44.1172981262207,-8.072449684143066,-19.965599060058594,43.52220153808594,-8.121700286865234,-20.24970054626465,44.0797004699707,-8.072449684143066,-20.33340072631836,44.02840042114258,-8.072449684143066,-20.24970054626465,44.0797004699707,-8.072449684143066,-19.965599060058594,43.52220153808594,-8.121700286865234,-20.408100128173828,43.964698791503906,-8.072449684143066,-20.33340072631836,44.02840042114258,-8.072449684143066,-19.965599060058594,43.52220153808594,-8.121700286865234,-20.471799850463867,43.88999938964844,-8.072449684143066,-20.408100128173828,43.964698791503906,-8.072449684143066,-19.965599060058594,43.52220153808594,-8.121700286865234,-20.523099899291992,43.80630111694336,-8.072449684143066,-20.471799850463867,43.88999938964844,-8.072449684143066,-19.965599060058594,43.52220153808594,-8.121700286865234,-20.583599090576172,43.62009811401367,-8.072449684143066,-19.965599060058594,43.52220153808594,-8.121700286865234,-20.02739906311035,43.52220153808594,-8.116840362548828,-19.965599060058594,44.26919937133789,-8.043330192565918,-19.965599060058594,44.14789962768555,-8.072449684143066,-20.063499450683594,44.140201568603516,-8.072449684143066,-19.965599060058594,44.93159866333008,-7.854119777679443,-19.965599060058594,44.758201599121094,-7.925920009613037,-20.159000396728516,44.74300003051758,-7.925920009613037,-21.186399459838867,47.279598236083984,-4.747429847717285,-20.583599090576172,47.42430114746094,-4.747429847717285,-20.560699462890625,47.279598236083984,-5.357769966125488,-20.591299057006836,47.472900390625,-4.121699810028076,-19.965599060058594,47.52220153808594,-4.121699810028076,-19.965599060058594,47.472900390625,-4.747429847717285,-23.965599060058594,43.52220153808594,-4.121699810028076,-23.916400909423828,44.14789962768555,-4.121699810028076,-23.867700576782227,44.140201568603516,-4.747429847717285,-20.591299057006836,47.472900390625,-4.121699810028076,-20.583599090576172,47.42430114746094,-4.747429847717285,-21.20170021057129,47.32640075683594,-4.121699810028076,-21.20170021057129,47.32640075683594,-4.121699810028076,-20.583599090576172,47.42430114746094,-4.747429847717285,-21.186399459838867,47.279598236083984,-4.747429847717285,-21.20170021057129,47.32640075683594,-4.121699810028076,-21.186399459838867,47.279598236083984,-4.747429847717285,-21.781600952148438,47.08620071411133,-4.121699810028076,-23.722999572753906,44.1172981262207,-5.357769966125488,-23.90169906616211,43.52220153808594,-4.808460235595703,-23.867700576782227,44.140201568603516,-4.747429847717285,-23.867700576782227,44.140201568603516,-4.747429847717285,-23.90169906616211,43.52220153808594,-4.808460235595703,-23.916400909423828,43.52220153808594,-4.747429847717285,-23.867700576782227,44.140201568603516,-4.747429847717285,-23.916400909423828,43.52220153808594,-4.747429847717285,-23.965599060058594,43.52220153808594,-4.121699810028076,-23.04330062866211,45.758201599121094,-5.357769966125488,-23.355199813842773,45.249298095703125,-5.357769966125488,-23.485700607299805,45.315799713134766,-4.747429847717285,-23.485700607299805,44.0797004699707,-5.937660217285156,-23.721799850463867,43.52220153808594,-5.473780155181885,-23.722999572753906,44.1172981262207,-5.357769966125488,-23.722999572753906,44.1172981262207,-5.357769966125488,-23.721799850463867,43.52220153808594,-5.473780155181885,-23.769800186157227,43.52220153808594,-5.357769966125488,-23.722999572753906,44.1172981262207,-5.357769966125488,-23.769800186157227,43.52220153808594,-5.357769966125488,-23.90169906616211,43.52220153808594,-4.808460235595703,-23.141199111938477,45.140201568603516,-5.937660217285156,-23.355199813842773,45.249298095703125,-5.357769966125488,-22.849000930786133,45.61709976196289,-5.937660217285156,-22.849000930786133,45.61709976196289,-5.937660217285156,-23.355199813842773,45.249298095703125,-5.357769966125488,-23.04330062866211,45.758201599121094,-5.357769966125488,-22.849000930786133,45.61709976196289,-5.937660217285156,-23.04330062866211,45.758201599121094,-5.357769966125488,-22.485700607299805,46.042301177978516,-5.937660217285156,-22.79400062561035,46.35060119628906,-4.121699810028076,-22.316699981689453,46.758201599121094,-4.121699810028076,-22.287799835205078,46.71839904785156,-4.747429847717285,-22.287799835205078,46.71839904785156,-4.747429847717285,-22.316699981689453,46.758201599121094,-4.121699810028076,-21.759199142456055,47.042301177978516,-4.747429847717285,-22.287799835205078,46.71839904785156,-4.747429847717285,-21.759199142456055,47.042301177978516,-4.747429847717285,-21.692699432373047,46.911800384521484,-5.357769966125488,-21.692699432373047,46.911800384521484,-5.357769966125488,-21.759199142456055,47.042301177978516,-4.747429847717285,-21.141199111938477,47.140201568603516,-5.357769966125488,-21.692699432373047,46.911800384521484,-5.357769966125488,-21.141199111938477,47.140201568603516,-5.357769966125488,-21.0669002532959,46.911800384521484,-5.937660217285156,-21.0669002532959,46.911800384521484,-5.937660217285156,-21.141199111938477,47.140201568603516,-5.357769966125488,-20.523099899291992,47.042301177978516,-5.937660217285156,-21.0669002532959,46.911800384521484,-5.937660217285156,-20.523099899291992,47.042301177978516,-5.937660217285156,-20.471799850463867,46.71839904785156,-6.472839832305908,-20.591299057006836,47.472900390625,-4.121699810028076,-19.965599060058594,47.472900390625,-4.747429847717285,-20.583599090576172,47.42430114746094,-4.747429847717285,-20.583599090576172,47.42430114746094,-4.747429847717285,-19.965599060058594,47.472900390625,-4.747429847717285,-19.965599060058594,47.45830154418945,-4.808460235595703,-20.583599090576172,47.42430114746094,-4.747429847717285,-19.965599060058594,47.45830154418945,-4.808460235595703,-20.560699462890625,47.279598236083984,-5.357769966125488,-20.560699462890625,47.279598236083984,-5.357769966125488,-19.965599060058594,47.45830154418945,-4.808460235595703,-19.965599060058594,47.32640075683594,-5.357769966125488,-20.560699462890625,47.279598236083984,-5.357769966125488,-19.965599060058594,47.32640075683594,-5.357769966125488,-19.965599060058594,47.27840042114258,-5.473780155181885,-22.316699981689453,46.758201599121094,-4.121699810028076,-21.781600952148438,47.08620071411133,-4.121699810028076,-21.759199142456055,47.042301177978516,-4.747429847717285,-21.759199142456055,47.042301177978516,-4.747429847717285,-21.781600952148438,47.08620071411133,-4.121699810028076,-21.186399459838867,47.279598236083984,-4.747429847717285,-21.759199142456055,47.042301177978516,-4.747429847717285,-21.186399459838867,47.279598236083984,-4.747429847717285,-21.141199111938477,47.140201568603516,-5.357769966125488,-21.141199111938477,47.140201568603516,-5.357769966125488,-21.186399459838867,47.279598236083984,-4.747429847717285,-20.560699462890625,47.279598236083984,-5.357769966125488,-21.141199111938477,47.140201568603516,-5.357769966125488,-20.560699462890625,47.279598236083984,-5.357769966125488,-20.523099899291992,47.042301177978516,-5.937660217285156,-20.523099899291992,47.042301177978516,-5.937660217285156,-20.560699462890625,47.279598236083984,-5.357769966125488,-19.965599060058594,47.27840042114258,-5.473780155181885,-23.161800384521484,44.02840042114258,-6.472839832305908,-23.43120002746582,43.52220153808594,-6.098330020904541,-23.485700607299805,44.0797004699707,-5.937660217285156,-23.485700607299805,44.0797004699707,-5.937660217285156,-23.43120002746582,43.52220153808594,-6.098330020904541,-23.529600143432617,43.52220153808594,-5.937660217285156,-23.485700607299805,44.0797004699707,-5.937660217285156,-23.529600143432617,43.52220153808594,-5.937660217285156,-23.721799850463867,43.52220153808594,-5.473780155181885,-22.849000930786133,44.99129867553711,-6.472839832305908,-23.141199111938477,45.140201568603516,-5.937660217285156,-22.583599090576172,45.42430114746094,-6.472839832305908,-22.583599090576172,45.42430114746094,-6.472839832305908,-23.141199111938477,45.140201568603516,-5.937660217285156,-22.849000930786133,45.61709976196289,-5.937660217285156,-22.583599090576172,45.42430114746094,-6.472839832305908,-22.849000930786133,45.61709976196289,-5.937660217285156,-22.253799438476562,45.81039810180664,-6.472839832305908,-22.253799438476562,45.81039810180664,-6.472839832305908,-22.849000930786133,45.61709976196289,-5.937660217285156,-22.485700607299805,46.042301177978516,-5.937660217285156,-22.253799438476562,45.81039810180664,-6.472839832305908,-22.485700607299805,46.042301177978516,-5.937660217285156,-21.867700576782227,46.140201568603516,-6.472839832305908,-22.759199142456055,43.964698791503906,-6.950119972229004,-23.038400650024414,43.52220153808594,-6.663949966430664,-23.161800384521484,44.02840042114258,-6.472839832305908,-23.161800384521484,44.02840042114258,-6.472839832305908,-23.038400650024414,43.52220153808594,-6.663949966430664,-23.20170021057129,43.52220153808594,-6.472839832305908,-23.161800384521484,44.02840042114258,-6.472839832305908,-23.20170021057129,43.52220153808594,-6.472839832305908,-23.43120002746582,43.52220153808594,-6.098330020904541,-22.485700607299805,44.80630111694336,-6.950119972229004,-22.849000930786133,44.99129867553711,-6.472839832305908,-22.253799438476562,45.18470001220703,-6.950119972229004,-22.253799438476562,45.18470001220703,-6.950119972229004,-22.849000930786133,44.99129867553711,-6.472839832305908,-22.583599090576172,45.42430114746094,-6.472839832305908,-22.253799438476562,45.18470001220703,-6.950119972229004,-22.583599090576172,45.42430114746094,-6.472839832305908,-21.965599060058594,45.52220153808594,-6.950119972229004,-21.965599060058594,45.52220153808594,-6.950119972229004,-22.583599090576172,45.42430114746094,-6.472839832305908,-22.253799438476562,45.81039810180664,-6.472839832305908,-21.965599060058594,45.52220153808594,-6.950119972229004,-22.253799438476562,45.81039810180664,-6.472839832305908,-21.62809944152832,45.81039810180664,-6.950119972229004,-21.62809944152832,45.81039810180664,-6.950119972229004,-22.253799438476562,45.81039810180664,-6.472839832305908,-21.867700576782227,46.140201568603516,-6.472839832305908,-21.62809944152832,45.81039810180664,-6.950119972229004,-21.867700576782227,46.140201568603516,-6.472839832305908,-21.24970054626465,46.042301177978516,-6.950119972229004,-23.529600143432617,45.33810043334961,-4.121699810028076,-23.20170021057129,45.87329864501953,-4.121699810028076,-23.161800384521484,45.844398498535156,-4.747429847717285,-23.161800384521484,45.844398498535156,-4.747429847717285,-23.20170021057129,45.87329864501953,-4.121699810028076,-22.759199142456055,46.315799713134766,-4.747429847717285,-23.161800384521484,45.844398498535156,-4.747429847717285,-22.759199142456055,46.315799713134766,-4.747429847717285,-22.65559959411621,46.21220016479492,-5.357769966125488,-22.65559959411621,46.21220016479492,-5.357769966125488,-22.759199142456055,46.315799713134766,-4.747429847717285,-22.20170021057129,46.59989929199219,-5.357769966125488,-22.65559959411621,46.21220016479492,-5.357769966125488,-22.20170021057129,46.59989929199219,-5.357769966125488,-22.06049919128418,46.40549850463867,-5.937660217285156,-22.06049919128418,46.40549850463867,-5.937660217285156,-22.20170021057129,46.59989929199219,-5.357769966125488,-21.583599090576172,46.69770050048828,-5.937660217285156,-22.06049919128418,46.40549850463867,-5.937660217285156,-21.583599090576172,46.69770050048828,-5.937660217285156,-21.43470001220703,46.40549850463867,-6.472839832305908,-21.43470001220703,46.40549850463867,-6.472839832305908,-21.583599090576172,46.69770050048828,-5.937660217285156,-20.965599060058594,46.59989929199219,-6.472839832305908,-21.43470001220703,46.40549850463867,-6.472839832305908,-20.965599060058594,46.59989929199219,-6.472839832305908,-20.839599609375,46.21220016479492,-6.950119972229004,-20.839599609375,46.21220016479492,-6.950119972229004,-20.965599060058594,46.59989929199219,-6.472839832305908,-20.408100128173828,46.315799713134766,-6.950119972229004,-20.839599609375,46.21220016479492,-6.950119972229004,-20.408100128173828,46.315799713134766,-6.950119972229004,-20.33340072631836,45.844398498535156,-7.357769966125488,-19.965599060058594,47.27840042114258,-5.473780155181885,-19.965599060058594,47.08620071411133,-5.937660217285156,-20.523099899291992,47.042301177978516,-5.937660217285156,-20.523099899291992,47.042301177978516,-5.937660217285156,-19.965599060058594,47.08620071411133,-5.937660217285156,-19.965599060058594,46.98780059814453,-6.098330020904541,-20.523099899291992,47.042301177978516,-5.937660217285156,-19.965599060058594,46.98780059814453,-6.098330020904541,-20.471799850463867,46.71839904785156,-6.472839832305908,-20.471799850463867,46.71839904785156,-6.472839832305908,-19.965599060058594,46.98780059814453,-6.098330020904541,-19.965599060058594,46.758201599121094,-6.472839832305908,-20.471799850463867,46.71839904785156,-6.472839832305908,-19.965599060058594,46.758201599121094,-6.472839832305908,-19.965599060058594,46.595001220703125,-6.663949966430664,-23.20170021057129,45.87329864501953,-4.121699810028076,-22.79400062561035,46.35060119628906,-4.121699810028076,-22.759199142456055,46.315799713134766,-4.747429847717285,-22.759199142456055,46.315799713134766,-4.747429847717285,-22.79400062561035,46.35060119628906,-4.121699810028076,-22.287799835205078,46.71839904785156,-4.747429847717285,-22.759199142456055,46.315799713134766,-4.747429847717285,-22.287799835205078,46.71839904785156,-4.747429847717285,-22.20170021057129,46.59989929199219,-5.357769966125488,-22.20170021057129,46.59989929199219,-5.357769966125488,-22.287799835205078,46.71839904785156,-4.747429847717285,-21.692699432373047,46.911800384521484,-5.357769966125488,-22.20170021057129,46.59989929199219,-5.357769966125488,-21.692699432373047,46.911800384521484,-5.357769966125488,-21.583599090576172,46.69770050048828,-5.937660217285156,-21.583599090576172,46.69770050048828,-5.937660217285156,-21.692699432373047,46.911800384521484,-5.357769966125488,-21.0669002532959,46.911800384521484,-5.937660217285156,-21.583599090576172,46.69770050048828,-5.937660217285156,-21.0669002532959,46.911800384521484,-5.937660217285156,-20.965599060058594,46.59989929199219,-6.472839832305908,-20.965599060058594,46.59989929199219,-6.472839832305908,-21.0669002532959,46.911800384521484,-5.937660217285156,-20.471799850463867,46.71839904785156,-6.472839832305908,-20.965599060058594,46.59989929199219,-6.472839832305908,-20.471799850463867,46.71839904785156,-6.472839832305908,-20.408100128173828,46.315799713134766,-6.950119972229004,-20.408100128173828,46.315799713134766,-6.950119972229004,-20.471799850463867,46.71839904785156,-6.472839832305908,-19.965599060058594,46.595001220703125,-6.663949966430664,-22.287799835205078,43.88999938964844,-7.357769966125488,-22.555099487304688,43.52220153808594,-7.154210090637207,-22.759199142456055,43.964698791503906,-6.950119972229004,-22.759199142456055,43.964698791503906,-6.950119972229004,-22.555099487304688,43.52220153808594,-7.154210090637207,-22.79400062561035,43.52220153808594,-6.950119972229004,-22.759199142456055,43.964698791503906,-6.950119972229004,-22.79400062561035,43.52220153808594,-6.950119972229004,-23.038400650024414,43.52220153808594,-6.663949966430664,-22.06049919128418,44.589599609375,-7.357769966125488,-22.485700607299805,44.80630111694336,-6.950119972229004,-21.867700576782227,44.90420150756836,-7.357769966125488,-21.867700576782227,44.90420150756836,-7.357769966125488,-22.485700607299805,44.80630111694336,-6.950119972229004,-22.253799438476562,45.18470001220703,-6.950119972229004,-21.867700576782227,44.90420150756836,-7.357769966125488,-22.253799438476562,45.18470001220703,-6.950119972229004,-21.62809944152832,45.18470001220703,-7.357769966125488,-21.62809944152832,45.18470001220703,-7.357769966125488,-22.253799438476562,45.18470001220703,-6.950119972229004,-21.965599060058594,45.52220153808594,-6.950119972229004,-21.62809944152832,45.18470001220703,-7.357769966125488,-21.965599060058594,45.52220153808594,-6.950119972229004,-21.34760093688965,45.42430114746094,-7.357769966125488,-21.34760093688965,45.42430114746094,-7.357769966125488,-21.965599060058594,45.52220153808594,-6.950119972229004,-21.62809944152832,45.81039810180664,-6.950119972229004,-21.34760093688965,45.42430114746094,-7.357769966125488,-21.62809944152832,45.81039810180664,-6.950119972229004,-21.033000946044922,45.61709976196289,-7.357769966125488,-21.033000946044922,45.61709976196289,-7.357769966125488,-21.62809944152832,45.81039810180664,-6.950119972229004,-21.24970054626465,46.042301177978516,-6.950119972229004,-21.033000946044922,45.61709976196289,-7.357769966125488,-21.24970054626465,46.042301177978516,-6.950119972229004,-20.692100524902344,45.758201599121094,-7.357769966125488,-21.759199142456055,43.80630111694336,-7.685719966888428,-21.99519920349121,43.52220153808594,-7.554830074310303,-22.287799835205078,43.88999938964844,-7.357769966125488,-22.287799835205078,43.88999938964844,-7.357769966125488,-21.99519920349121,43.52220153808594,-7.554830074310303,-22.316699981689453,43.52220153808594,-7.357769966125488,-22.287799835205078,43.88999938964844,-7.357769966125488,-22.316699981689453,43.52220153808594,-7.357769966125488,-22.555099487304688,43.52220153808594,-7.154210090637207,-21.583599090576172,44.34659957885742,-7.685719966888428,-22.06049919128418,44.589599609375,-7.357769966125488,-21.43470001220703,44.589599609375,-7.685719966888428,-21.43470001220703,44.589599609375,-7.685719966888428,-22.06049919128418,44.589599609375,-7.357769966125488,-21.867700576782227,44.90420150756836,-7.357769966125488,-21.43470001220703,44.589599609375,-7.685719966888428,-21.867700576782227,44.90420150756836,-7.357769966125488,-21.24970054626465,44.80630111694336,-7.685719966888428,-21.24970054626465,44.80630111694336,-7.685719966888428,-21.867700576782227,44.90420150756836,-7.357769966125488,-21.62809944152832,45.18470001220703,-7.357769966125488,-21.24970054626465,44.80630111694336,-7.685719966888428,-21.62809944152832,45.18470001220703,-7.357769966125488,-21.033000946044922,44.99129867553711,-7.685719966888428,-21.033000946044922,44.99129867553711,-7.685719966888428,-21.62809944152832,45.18470001220703,-7.357769966125488,-21.34760093688965,45.42430114746094,-7.357769966125488,-21.033000946044922,44.99129867553711,-7.685719966888428,-21.34760093688965,45.42430114746094,-7.357769966125488,-20.790000915527344,45.140201568603516,-7.685719966888428,-20.790000915527344,45.140201568603516,-7.685719966888428,-21.34760093688965,45.42430114746094,-7.357769966125488,-21.033000946044922,45.61709976196289,-7.357769966125488,-20.790000915527344,45.140201568603516,-7.685719966888428,-21.033000946044922,45.61709976196289,-7.357769966125488,-20.52680015563965,45.249298095703125,-7.685719966888428,-20.52680015563965,45.249298095703125,-7.685719966888428,-21.033000946044922,45.61709976196289,-7.357769966125488,-20.692100524902344,45.758201599121094,-7.357769966125488,-20.52680015563965,45.249298095703125,-7.685719966888428,-20.692100524902344,45.758201599121094,-7.357769966125488,-20.24970054626465,45.315799713134766,-7.685719966888428,-19.965599060058594,46.595001220703125,-6.663949966430664,-19.965599060058594,46.35060119628906,-6.950119972229004,-20.408100128173828,46.315799713134766,-6.950119972229004,-20.408100128173828,46.315799713134766,-6.950119972229004,-19.965599060058594,46.35060119628906,-6.950119972229004,-19.965599060058594,46.111698150634766,-7.154210090637207,-20.408100128173828,46.315799713134766,-6.950119972229004,-19.965599060058594,46.111698150634766,-7.154210090637207,-20.33340072631836,45.844398498535156,-7.357769966125488,-20.33340072631836,45.844398498535156,-7.357769966125488,-19.965599060058594,46.111698150634766,-7.154210090637207,-19.965599060058594,45.87329864501953,-7.357769966125488,-20.33340072631836,45.844398498535156,-7.357769966125488,-19.965599060058594,45.87329864501953,-7.357769966125488,-19.965599060058594,45.55179977416992,-7.554830074310303,-23.769800186157227,44.758201599121094,-4.121699810028076,-23.529600143432617,45.33810043334961,-4.121699810028076,-23.485700607299805,45.315799713134766,-4.747429847717285,-23.485700607299805,45.315799713134766,-4.747429847717285,-23.529600143432617,45.33810043334961,-4.121699810028076,-23.161800384521484,45.844398498535156,-4.747429847717285,-23.485700607299805,45.315799713134766,-4.747429847717285,-23.161800384521484,45.844398498535156,-4.747429847717285,-23.04330062866211,45.758201599121094,-5.357769966125488,-23.04330062866211,45.758201599121094,-5.357769966125488,-23.161800384521484,45.844398498535156,-4.747429847717285,-22.65559959411621,46.21220016479492,-5.357769966125488,-23.04330062866211,45.758201599121094,-5.357769966125488,-22.65559959411621,46.21220016479492,-5.357769966125488,-22.485700607299805,46.042301177978516,-5.937660217285156,-22.485700607299805,46.042301177978516,-5.937660217285156,-22.65559959411621,46.21220016479492,-5.357769966125488,-22.06049919128418,46.40549850463867,-5.937660217285156,-22.485700607299805,46.042301177978516,-5.937660217285156,-22.06049919128418,46.40549850463867,-5.937660217285156,-21.867700576782227,46.140201568603516,-6.472839832305908,-21.867700576782227,46.140201568603516,-6.472839832305908,-22.06049919128418,46.40549850463867,-5.937660217285156,-21.43470001220703,46.40549850463867,-6.472839832305908,-21.867700576782227,46.140201568603516,-6.472839832305908,-21.43470001220703,46.40549850463867,-6.472839832305908,-21.24970054626465,46.042301177978516,-6.950119972229004,-21.24970054626465,46.042301177978516,-6.950119972229004,-21.43470001220703,46.40549850463867,-6.472839832305908,-20.839599609375,46.21220016479492,-6.950119972229004,-21.24970054626465,46.042301177978516,-6.950119972229004,-20.839599609375,46.21220016479492,-6.950119972229004,-20.692100524902344,45.758201599121094,-7.357769966125488,-20.692100524902344,45.758201599121094,-7.357769966125488,-20.839599609375,46.21220016479492,-6.950119972229004,-20.33340072631836,45.844398498535156,-7.357769966125488,-20.692100524902344,45.758201599121094,-7.357769966125488,-20.33340072631836,45.844398498535156,-7.357769966125488,-20.24970054626465,45.315799713134766,-7.685719966888428,-20.24970054626465,45.315799713134766,-7.685719966888428,-20.33340072631836,45.844398498535156,-7.357769966125488,-19.965599060058594,45.55179977416992,-7.554830074310303,-20.24970054626465,45.315799713134766,-7.685719966888428,-19.965599060058594,45.55179977416992,-7.554830074310303,-19.965599060058594,45.33810043334961,-7.685719966888428,-21.186399459838867,43.71549987792969,-7.925920009613037,-21.375,43.52220153808594,-7.854119777679443,-21.759199142456055,43.80630111694336,-7.685719966888428,-21.759199142456055,43.80630111694336,-7.685719966888428,-21.375,43.52220153808594,-7.854119777679443,-21.781600952148438,43.52220153808594,-7.685719966888428,-21.759199142456055,43.80630111694336,-7.685719966888428,-21.781600952148438,43.52220153808594,-7.685719966888428,-21.99519920349121,43.52220153808594,-7.554830074310303,-19.965599060058594,45.33810043334961,-7.685719966888428,-19.965599060058594,44.93159866333008,-7.854119777679443,-20.24970054626465,45.315799713134766,-7.685719966888428,-20.24970054626465,45.315799713134766,-7.685719966888428,-19.965599060058594,44.93159866333008,-7.854119777679443,-20.159000396728516,44.74300003051758,-7.925920009613037,-20.24970054626465,45.315799713134766,-7.685719966888428,-20.159000396728516,44.74300003051758,-7.925920009613037,-20.52680015563965,45.249298095703125,-7.685719966888428,-20.52680015563965,45.249298095703125,-7.685719966888428,-20.159000396728516,44.74300003051758,-7.925920009613037,-20.34760093688965,44.69779968261719,-7.925920009613037,-20.52680015563965,45.249298095703125,-7.685719966888428,-20.34760093688965,44.69779968261719,-7.925920009613037,-20.790000915527344,45.140201568603516,-7.685719966888428,-20.790000915527344,45.140201568603516,-7.685719966888428,-20.34760093688965,44.69779968261719,-7.925920009613037,-20.52680015563965,44.62350082397461,-7.925920009613037,-20.790000915527344,45.140201568603516,-7.685719966888428,-20.52680015563965,44.62350082397461,-7.925920009613037,-21.033000946044922,44.99129867553711,-7.685719966888428,-21.033000946044922,44.99129867553711,-7.685719966888428,-20.52680015563965,44.62350082397461,-7.925920009613037,-20.692100524902344,44.52220153808594,-7.925920009613037,-21.033000946044922,44.99129867553711,-7.685719966888428,-20.692100524902344,44.52220153808594,-7.925920009613037,-21.24970054626465,44.80630111694336,-7.685719966888428,-21.24970054626465,44.80630111694336,-7.685719966888428,-20.692100524902344,44.52220153808594,-7.925920009613037,-20.839599609375,44.39619827270508,-7.925920009613037,-21.24970054626465,44.80630111694336,-7.685719966888428,-20.839599609375,44.39619827270508,-7.925920009613037,-21.43470001220703,44.589599609375,-7.685719966888428,-21.43470001220703,44.589599609375,-7.685719966888428,-20.839599609375,44.39619827270508,-7.925920009613037,-20.965599060058594,44.24869918823242,-7.925920009613037,-21.43470001220703,44.589599609375,-7.685719966888428,-20.965599060058594,44.24869918823242,-7.925920009613037,-21.583599090576172,44.34659957885742,-7.685719966888428,-21.583599090576172,44.34659957885742,-7.685719966888428,-20.965599060058594,44.24869918823242,-7.925920009613037,-21.0669002532959,44.08330154418945,-7.925920009613037,-19.965599060058594,43.52220153808594,-8.121700286865234,-20.583599090576172,43.62009811401367,-8.072449684143066,-20.560699462890625,43.71549987792969,-8.072449684143066,-20.560699462890625,43.71549987792969,-8.072449684143066,-20.583599090576172,43.62009811401367,-8.072449684143066,-21.186399459838867,43.71549987792969,-7.925920009613037,-20.560699462890625,43.71549987792969,-8.072449684143066,-21.186399459838867,43.71549987792969,-7.925920009613037,-21.141199111938477,43.90420150756836,-7.925920009613037,-21.141199111938477,43.90420150756836,-7.925920009613037,-21.186399459838867,43.71549987792969,-7.925920009613037,-21.759199142456055,43.80630111694336,-7.685719966888428,-21.141199111938477,43.90420150756836,-7.925920009613037,-21.759199142456055,43.80630111694336,-7.685719966888428,-21.692699432373047,44.08330154418945,-7.685719966888428,-21.692699432373047,44.08330154418945,-7.685719966888428,-21.759199142456055,43.80630111694336,-7.685719966888428,-22.287799835205078,43.88999938964844,-7.357769966125488,-21.692699432373047,44.08330154418945,-7.685719966888428,-22.287799835205078,43.88999938964844,-7.357769966125488,-22.20170021057129,44.24869918823242,-7.357769966125488,-22.20170021057129,44.24869918823242,-7.357769966125488,-22.287799835205078,43.88999938964844,-7.357769966125488,-22.759199142456055,43.964698791503906,-6.950119972229004,-22.20170021057129,44.24869918823242,-7.357769966125488,-22.759199142456055,43.964698791503906,-6.950119972229004,-22.65559959411621,44.39619827270508,-6.950119972229004,-22.65559959411621,44.39619827270508,-6.950119972229004,-22.759199142456055,43.964698791503906,-6.950119972229004,-23.161800384521484,44.02840042114258,-6.472839832305908,-22.65559959411621,44.39619827270508,-6.950119972229004,-23.161800384521484,44.02840042114258,-6.472839832305908,-23.04330062866211,44.52220153808594,-6.472839832305908,-23.04330062866211,44.52220153808594,-6.472839832305908,-23.161800384521484,44.02840042114258,-6.472839832305908,-23.485700607299805,44.0797004699707,-5.937660217285156,-23.04330062866211,44.52220153808594,-6.472839832305908,-23.485700607299805,44.0797004699707,-5.937660217285156,-23.355199813842773,44.62350082397461,-5.937660217285156,-23.355199813842773,44.62350082397461,-5.937660217285156,-23.485700607299805,44.0797004699707,-5.937660217285156,-23.722999572753906,44.1172981262207,-5.357769966125488,-23.355199813842773,44.62350082397461,-5.937660217285156,-23.722999572753906,44.1172981262207,-5.357769966125488,-23.583599090576172,44.69779968261719,-5.357769966125488,-23.583599090576172,44.69779968261719,-5.357769966125488,-23.722999572753906,44.1172981262207,-5.357769966125488,-23.867700576782227,44.140201568603516,-4.747429847717285,-23.583599090576172,44.69779968261719,-5.357769966125488,-23.867700576782227,44.140201568603516,-4.747429847717285,-23.722999572753906,44.74300003051758,-4.747429847717285,-23.722999572753906,44.74300003051758,-4.747429847717285,-23.867700576782227,44.140201568603516,-4.747429847717285,-23.916400909423828,44.14789962768555,-4.121699810028076,-23.722999572753906,44.74300003051758,-4.747429847717285,-23.916400909423828,44.14789962768555,-4.121699810028076,-23.769800186157227,44.758201599121094,-4.121699810028076,-19.965599060058594,44.758201599121094,-7.925920009613037,-19.965599060058594,44.26919937133789,-8.043330192565918,-20.159000396728516,44.74300003051758,-7.925920009613037,-20.159000396728516,44.74300003051758,-7.925920009613037,-19.965599060058594,44.26919937133789,-8.043330192565918,-20.063499450683594,44.140201568603516,-8.072449684143066,-20.159000396728516,44.74300003051758,-7.925920009613037,-20.063499450683594,44.140201568603516,-8.072449684143066,-20.34760093688965,44.69779968261719,-7.925920009613037,-20.34760093688965,44.69779968261719,-7.925920009613037,-20.063499450683594,44.140201568603516,-8.072449684143066,-20.159000396728516,44.1172981262207,-8.072449684143066,-20.34760093688965,44.69779968261719,-7.925920009613037,-20.159000396728516,44.1172981262207,-8.072449684143066,-20.52680015563965,44.62350082397461,-7.925920009613037,-20.52680015563965,44.62350082397461,-7.925920009613037,-20.159000396728516,44.1172981262207,-8.072449684143066,-20.24970054626465,44.0797004699707,-8.072449684143066,-20.52680015563965,44.62350082397461,-7.925920009613037,-20.24970054626465,44.0797004699707,-8.072449684143066,-20.692100524902344,44.52220153808594,-7.925920009613037,-20.692100524902344,44.52220153808594,-7.925920009613037,-20.24970054626465,44.0797004699707,-8.072449684143066,-20.33340072631836,44.02840042114258,-8.072449684143066,-20.692100524902344,44.52220153808594,-7.925920009613037,-20.33340072631836,44.02840042114258,-8.072449684143066,-20.839599609375,44.39619827270508,-7.925920009613037,-20.839599609375,44.39619827270508,-7.925920009613037,-20.33340072631836,44.02840042114258,-8.072449684143066,-20.408100128173828,43.964698791503906,-8.072449684143066,-20.839599609375,44.39619827270508,-7.925920009613037,-20.408100128173828,43.964698791503906,-8.072449684143066,-20.965599060058594,44.24869918823242,-7.925920009613037,-20.965599060058594,44.24869918823242,-7.925920009613037,-20.408100128173828,43.964698791503906,-8.072449684143066,-20.471799850463867,43.88999938964844,-8.072449684143066,-20.965599060058594,44.24869918823242,-7.925920009613037,-20.471799850463867,43.88999938964844,-8.072449684143066,-21.0669002532959,44.08330154418945,-7.925920009613037,-21.0669002532959,44.08330154418945,-7.925920009613037,-20.471799850463867,43.88999938964844,-8.072449684143066,-20.523099899291992,43.80630111694336,-8.072449684143066,-20.02739906311035,43.52220153808594,-8.116840362548828,-20.591299057006836,43.52220153808594,-8.072449684143066,-20.583599090576172,43.62009811401367,-8.072449684143066,-20.583599090576172,43.62009811401367,-8.072449684143066,-20.591299057006836,43.52220153808594,-8.072449684143066,-20.71269989013672,43.52220153808594,-8.043330192565918,-20.583599090576172,43.62009811401367,-8.072449684143066,-20.71269989013672,43.52220153808594,-8.043330192565918,-21.186399459838867,43.71549987792969,-7.925920009613037,-21.186399459838867,43.71549987792969,-7.925920009613037,-20.71269989013672,43.52220153808594,-8.043330192565918,-21.20170021057129,43.52220153808594,-7.925920009613037,-21.186399459838867,43.71549987792969,-7.925920009613037,-21.20170021057129,43.52220153808594,-7.925920009613037,-21.375,43.52220153808594,-7.854119777679443,-23.769800186157227,44.758201599121094,-4.121699810028076,-23.485700607299805,45.315799713134766,-4.747429847717285,-23.722999572753906,44.74300003051758,-4.747429847717285,-23.722999572753906,44.74300003051758,-4.747429847717285,-23.485700607299805,45.315799713134766,-4.747429847717285,-23.355199813842773,45.249298095703125,-5.357769966125488,-23.722999572753906,44.74300003051758,-4.747429847717285,-23.355199813842773,45.249298095703125,-5.357769966125488,-23.583599090576172,44.69779968261719,-5.357769966125488,-23.583599090576172,44.69779968261719,-5.357769966125488,-23.355199813842773,45.249298095703125,-5.357769966125488,-23.141199111938477,45.140201568603516,-5.937660217285156,-23.583599090576172,44.69779968261719,-5.357769966125488,-23.141199111938477,45.140201568603516,-5.937660217285156,-23.355199813842773,44.62350082397461,-5.937660217285156,-23.355199813842773,44.62350082397461,-5.937660217285156,-23.141199111938477,45.140201568603516,-5.937660217285156,-22.849000930786133,44.99129867553711,-6.472839832305908,-23.355199813842773,44.62350082397461,-5.937660217285156,-22.849000930786133,44.99129867553711,-6.472839832305908,-23.04330062866211,44.52220153808594,-6.472839832305908,-23.04330062866211,44.52220153808594,-6.472839832305908,-22.849000930786133,44.99129867553711,-6.472839832305908,-22.485700607299805,44.80630111694336,-6.950119972229004,-23.04330062866211,44.52220153808594,-6.472839832305908,-22.485700607299805,44.80630111694336,-6.950119972229004,-22.65559959411621,44.39619827270508,-6.950119972229004,-22.65559959411621,44.39619827270508,-6.950119972229004,-22.485700607299805,44.80630111694336,-6.950119972229004,-22.06049919128418,44.589599609375,-7.357769966125488,-22.65559959411621,44.39619827270508,-6.950119972229004,-22.06049919128418,44.589599609375,-7.357769966125488,-22.20170021057129,44.24869918823242,-7.357769966125488,-22.20170021057129,44.24869918823242,-7.357769966125488,-22.06049919128418,44.589599609375,-7.357769966125488,-21.583599090576172,44.34659957885742,-7.685719966888428,-22.20170021057129,44.24869918823242,-7.357769966125488,-21.583599090576172,44.34659957885742,-7.685719966888428,-21.692699432373047,44.08330154418945,-7.685719966888428,-21.692699432373047,44.08330154418945,-7.685719966888428,-21.583599090576172,44.34659957885742,-7.685719966888428,-21.0669002532959,44.08330154418945,-7.925920009613037,-21.692699432373047,44.08330154418945,-7.685719966888428,-21.0669002532959,44.08330154418945,-7.925920009613037,-21.141199111938477,43.90420150756836,-7.925920009613037,-21.141199111938477,43.90420150756836,-7.925920009613037,-21.0669002532959,44.08330154418945,-7.925920009613037,-20.523099899291992,43.80630111694336,-8.072449684143066,-21.141199111938477,43.90420150756836,-7.925920009613037,-20.523099899291992,43.80630111694336,-8.072449684143066,-20.560699462890625,43.71549987792969,-8.072449684143066,-20.560699462890625,43.71549987792969,-8.072449684143066,-20.523099899291992,43.80630111694336,-8.072449684143066,-19.965599060058594,43.52220153808594,-8.121700286865234,-19.965599060058594,44.14789962768555,-8.072449684143066,-19.965599060058594,43.583900451660156,-8.116840362548828,-20.063499450683594,44.140201568603516,-8.072449684143066,-20.063499450683594,44.140201568603516,-8.072449684143066,-19.965599060058594,43.583900451660156,-8.116840362548828,-19.965599060058594,43.52220153808594,-8.121700286865234,23.970500946044922,43.52220153808594,4.565060138702393,23.985200881958008,43.52220153808594,4.504039764404297,23.936500549316406,44.140201568603516,4.504039764404297,20.034400939941406,47.45830154418945,4.565060138702393,20.034400939941406,47.32640075683594,5.114369869232178,20.629499435424805,47.279598236083984,5.114369869232178,23.790599822998047,43.52220153808594,5.230380058288574,23.838600158691406,43.52220153808594,5.114369869232178,23.791799545288086,44.1172981262207,5.114369869232178,20.034400939941406,47.27840042114258,5.230380058288574,20.034400939941406,47.08620071411133,5.694260120391846,20.591899871826172,47.042301177978516,5.694260120391846,23.5,43.52220153808594,5.8549299240112305,23.598400115966797,43.52220153808594,5.694260120391846,23.554500579833984,44.0797004699707,5.694260120391846,23.107200622558594,43.52220153808594,6.420559883117676,23.27050018310547,43.52220153808594,6.229440212249756,23.230600357055664,44.02840042114258,6.229440212249756,22.623899459838867,43.52220153808594,6.9108099937438965,22.86280059814453,43.52220153808594,6.706729888916016,22.827999114990234,43.964698791503906,6.706729888916016,22.06399917602539,43.52220153808594,7.311429977416992,22.385499954223633,43.52220153808594,7.114369869232178,22.356599807739258,43.88999938964844,7.114369869232178,21.44379997253418,43.52220153808594,7.610730171203613,21.850400924682617,43.52220153808594,7.4423298835754395,21.827999114990234,43.80630111694336,7.4423298835754395,20.7814998626709,43.52220153808594,7.799930095672607,21.27050018310547,43.52220153808594,7.682529926300049,21.255300521850586,43.71549987792969,7.682529926300049,20.034400939941406,43.52220153808594,7.878300189971924,20.629499435424805,43.71549987792969,7.829050064086914,20.591899871826172,43.80630111694336,7.829050064086914,20.034400939941406,43.583900451660156,7.873439788818359,20.034400939941406,43.52220153808594,7.878300189971924,20.132299423217773,44.140201568603516,7.829050064086914,20.66010093688965,43.52220153808594,7.829050064086914,20.65239906311035,43.62009811401367,7.829050064086914,20.096200942993164,43.52220153808594,7.873439788818359,20.096200942993164,43.52220153808594,7.873439788818359,20.65239906311035,43.62009811401367,7.829050064086914,20.034400939941406,43.52220153808594,7.878300189971924,20.629499435424805,43.71549987792969,7.829050064086914,20.034400939941406,43.52220153808594,7.878300189971924,20.65239906311035,43.62009811401367,7.829050064086914,20.227800369262695,44.74300003051758,7.682529926300049,20.034400939941406,44.26919937133789,7.799930095672607,20.132299423217773,44.140201568603516,7.829050064086914,20.132299423217773,44.140201568603516,7.829050064086914,20.034400939941406,44.26919937133789,7.799930095672607,20.034400939941406,44.14789962768555,7.829050064086914,20.132299423217773,44.140201568603516,7.829050064086914,20.034400939941406,44.14789962768555,7.829050064086914,20.034400939941406,43.583900451660156,7.873439788818359,21.135700225830078,44.08330154418945,7.682529926300049,21.034400939941406,44.24869918823242,7.682529926300049,20.540599822998047,43.88999938964844,7.829050064086914,20.66010093688965,43.52220153808594,7.829050064086914,20.7814998626709,43.52220153808594,7.799930095672607,20.65239906311035,43.62009811401367,7.829050064086914,20.65239906311035,43.62009811401367,7.829050064086914,20.7814998626709,43.52220153808594,7.799930095672607,21.255300521850586,43.71549987792969,7.682529926300049,20.65239906311035,43.62009811401367,7.829050064086914,21.255300521850586,43.71549987792969,7.682529926300049,20.629499435424805,43.71549987792969,7.829050064086914,20.629499435424805,43.71549987792969,7.829050064086914,21.255300521850586,43.71549987792969,7.682529926300049,21.209999084472656,43.90420150756836,7.682529926300049,20.629499435424805,43.71549987792969,7.829050064086914,21.209999084472656,43.90420150756836,7.682529926300049,20.591899871826172,43.80630111694336,7.829050064086914,20.591899871826172,43.80630111694336,7.829050064086914,21.209999084472656,43.90420150756836,7.682529926300049,21.135700225830078,44.08330154418945,7.682529926300049,21.135700225830078,44.08330154418945,7.682529926300049,20.540599822998047,43.88999938964844,7.829050064086914,20.591899871826172,43.80630111694336,7.829050064086914,20.591899871826172,43.80630111694336,7.829050064086914,20.540599822998047,43.88999938964844,7.829050064086914,20.034400939941406,43.52220153808594,7.878300189971924,20.318500518798828,45.315799713134766,7.4423298835754395,20.034400939941406,44.93159866333008,7.610730171203613,20.227800369262695,44.74300003051758,7.682529926300049,20.227800369262695,44.74300003051758,7.682529926300049,20.034400939941406,44.93159866333008,7.610730171203613,20.034400939941406,44.758201599121094,7.682529926300049,20.227800369262695,44.74300003051758,7.682529926300049,20.034400939941406,44.758201599121094,7.682529926300049,20.034400939941406,44.26919937133789,7.799930095672607,21.50349998474121,44.589599609375,7.4423298835754395,21.318500518798828,44.80630111694336,7.4423298835754395,20.90839958190918,44.39619827270508,7.682529926300049,21.27050018310547,43.52220153808594,7.682529926300049,21.44379997253418,43.52220153808594,7.610730171203613,21.255300521850586,43.71549987792969,7.682529926300049,21.255300521850586,43.71549987792969,7.682529926300049,21.44379997253418,43.52220153808594,7.610730171203613,21.827999114990234,43.80630111694336,7.4423298835754395,21.255300521850586,43.71549987792969,7.682529926300049,21.827999114990234,43.80630111694336,7.4423298835754395,21.209999084472656,43.90420150756836,7.682529926300049,21.209999084472656,43.90420150756836,7.682529926300049,21.827999114990234,43.80630111694336,7.4423298835754395,21.761499404907227,44.08330154418945,7.4423298835754395,21.209999084472656,43.90420150756836,7.682529926300049,21.761499404907227,44.08330154418945,7.4423298835754395,21.135700225830078,44.08330154418945,7.682529926300049,21.135700225830078,44.08330154418945,7.682529926300049,21.761499404907227,44.08330154418945,7.4423298835754395,21.65239906311035,44.34659957885742,7.4423298835754395,21.135700225830078,44.08330154418945,7.682529926300049,21.65239906311035,44.34659957885742,7.4423298835754395,21.034400939941406,44.24869918823242,7.682529926300049,21.034400939941406,44.24869918823242,7.682529926300049,21.65239906311035,44.34659957885742,7.4423298835754395,21.50349998474121,44.589599609375,7.4423298835754395,21.50349998474121,44.589599609375,7.4423298835754395,20.90839958190918,44.39619827270508,7.682529926300049,21.034400939941406,44.24869918823242,7.682529926300049,21.034400939941406,44.24869918823242,7.682529926300049,20.90839958190918,44.39619827270508,7.682529926300049,20.476900100708008,43.964698791503906,7.829050064086914,21.034400939941406,44.24869918823242,7.682529926300049,20.476900100708008,43.964698791503906,7.829050064086914,20.540599822998047,43.88999938964844,7.829050064086914,20.540599822998047,43.88999938964844,7.829050064086914,20.476900100708008,43.964698791503906,7.829050064086914,20.034400939941406,43.52220153808594,7.878300189971924,20.40220069885254,45.844398498535156,7.114369869232178,20.034400939941406,45.55179977416992,7.311429977416992,20.318500518798828,45.315799713134766,7.4423298835754395,20.318500518798828,45.315799713134766,7.4423298835754395,20.034400939941406,45.55179977416992,7.311429977416992,20.034400939941406,45.33810043334961,7.4423298835754395,20.318500518798828,45.315799713134766,7.4423298835754395,20.034400939941406,45.33810043334961,7.4423298835754395,20.034400939941406,44.93159866333008,7.610730171203613,21.6968994140625,45.18470001220703,7.114369869232178,21.416400909423828,45.42430114746094,7.114369869232178,21.1018009185791,44.99129867553711,7.4423298835754395,21.850400924682617,43.52220153808594,7.4423298835754395,22.06399917602539,43.52220153808594,7.311429977416992,21.827999114990234,43.80630111694336,7.4423298835754395,21.827999114990234,43.80630111694336,7.4423298835754395,22.06399917602539,43.52220153808594,7.311429977416992,22.356599807739258,43.88999938964844,7.114369869232178,21.827999114990234,43.80630111694336,7.4423298835754395,22.356599807739258,43.88999938964844,7.114369869232178,21.761499404907227,44.08330154418945,7.4423298835754395,21.761499404907227,44.08330154418945,7.4423298835754395,22.356599807739258,43.88999938964844,7.114369869232178,22.27050018310547,44.24869918823242,7.114369869232178,21.761499404907227,44.08330154418945,7.4423298835754395,22.27050018310547,44.24869918823242,7.114369869232178,21.65239906311035,44.34659957885742,7.4423298835754395,21.65239906311035,44.34659957885742,7.4423298835754395,22.27050018310547,44.24869918823242,7.114369869232178,22.12929916381836,44.589599609375,7.114369869232178,21.65239906311035,44.34659957885742,7.4423298835754395,22.12929916381836,44.589599609375,7.114369869232178,21.50349998474121,44.589599609375,7.4423298835754395,21.50349998474121,44.589599609375,7.4423298835754395,22.12929916381836,44.589599609375,7.114369869232178,21.936500549316406,44.90420150756836,7.114369869232178,21.50349998474121,44.589599609375,7.4423298835754395,21.936500549316406,44.90420150756836,7.114369869232178,21.318500518798828,44.80630111694336,7.4423298835754395,21.318500518798828,44.80630111694336,7.4423298835754395,21.936500549316406,44.90420150756836,7.114369869232178,21.6968994140625,45.18470001220703,7.114369869232178,21.6968994140625,45.18470001220703,7.114369869232178,21.1018009185791,44.99129867553711,7.4423298835754395,21.318500518798828,44.80630111694336,7.4423298835754395,21.318500518798828,44.80630111694336,7.4423298835754395,21.1018009185791,44.99129867553711,7.4423298835754395,20.760900497436523,44.52220153808594,7.682529926300049,21.318500518798828,44.80630111694336,7.4423298835754395,20.760900497436523,44.52220153808594,7.682529926300049,20.90839958190918,44.39619827270508,7.682529926300049,20.90839958190918,44.39619827270508,7.682529926300049,20.760900497436523,44.52220153808594,7.682529926300049,20.40220069885254,44.02840042114258,7.829050064086914,20.90839958190918,44.39619827270508,7.682529926300049,20.40220069885254,44.02840042114258,7.829050064086914,20.476900100708008,43.964698791503906,7.829050064086914,20.476900100708008,43.964698791503906,7.829050064086914,20.40220069885254,44.02840042114258,7.829050064086914,20.034400939941406,43.52220153808594,7.878300189971924,20.476900100708008,46.315799713134766,6.706729888916016,20.034400939941406,46.111698150634766,6.9108099937438965,20.40220069885254,45.844398498535156,7.114369869232178,20.40220069885254,45.844398498535156,7.114369869232178,20.034400939941406,46.111698150634766,6.9108099937438965,20.034400939941406,45.87329864501953,7.114369869232178,20.40220069885254,45.844398498535156,7.114369869232178,20.034400939941406,45.87329864501953,7.114369869232178,20.034400939941406,45.55179977416992,7.311429977416992,21.6968994140625,45.81039810180664,6.706729888916016,21.318500518798828,46.042301177978516,6.706729888916016,21.1018009185791,45.61709976196289,7.114369869232178,22.385499954223633,43.52220153808594,7.114369869232178,22.623899459838867,43.52220153808594,6.9108099937438965,22.356599807739258,43.88999938964844,7.114369869232178,22.356599807739258,43.88999938964844,7.114369869232178,22.623899459838867,43.52220153808594,6.9108099937438965,22.827999114990234,43.964698791503906,6.706729888916016,22.356599807739258,43.88999938964844,7.114369869232178,22.827999114990234,43.964698791503906,6.706729888916016,22.27050018310547,44.24869918823242,7.114369869232178,22.27050018310547,44.24869918823242,7.114369869232178,22.827999114990234,43.964698791503906,6.706729888916016,22.72439956665039,44.39619827270508,6.706729888916016,22.27050018310547,44.24869918823242,7.114369869232178,22.72439956665039,44.39619827270508,6.706729888916016,22.12929916381836,44.589599609375,7.114369869232178,22.12929916381836,44.589599609375,7.114369869232178,22.72439956665039,44.39619827270508,6.706729888916016,22.55459976196289,44.80630111694336,6.706729888916016,22.12929916381836,44.589599609375,7.114369869232178,22.55459976196289,44.80630111694336,6.706729888916016,21.936500549316406,44.90420150756836,7.114369869232178,21.936500549316406,44.90420150756836,7.114369869232178,22.55459976196289,44.80630111694336,6.706729888916016,22.322599411010742,45.18470001220703,6.706729888916016,21.936500549316406,44.90420150756836,7.114369869232178,22.322599411010742,45.18470001220703,6.706729888916016,21.6968994140625,45.18470001220703,7.114369869232178,21.6968994140625,45.18470001220703,7.114369869232178,22.322599411010742,45.18470001220703,6.706729888916016,22.034400939941406,45.52220153808594,6.706729888916016,21.6968994140625,45.18470001220703,7.114369869232178,22.034400939941406,45.52220153808594,6.706729888916016,21.416400909423828,45.42430114746094,7.114369869232178,21.416400909423828,45.42430114746094,7.114369869232178,22.034400939941406,45.52220153808594,6.706729888916016,21.6968994140625,45.81039810180664,6.706729888916016,21.6968994140625,45.81039810180664,6.706729888916016,21.1018009185791,45.61709976196289,7.114369869232178,21.416400909423828,45.42430114746094,7.114369869232178,21.416400909423828,45.42430114746094,7.114369869232178,21.1018009185791,45.61709976196289,7.114369869232178,20.858800888061523,45.140201568603516,7.4423298835754395,21.416400909423828,45.42430114746094,7.114369869232178,20.858800888061523,45.140201568603516,7.4423298835754395,21.1018009185791,44.99129867553711,7.4423298835754395,21.1018009185791,44.99129867553711,7.4423298835754395,20.858800888061523,45.140201568603516,7.4423298835754395,20.595600128173828,44.62350082397461,7.682529926300049,21.1018009185791,44.99129867553711,7.4423298835754395,20.595600128173828,44.62350082397461,7.682529926300049,20.760900497436523,44.52220153808594,7.682529926300049,20.760900497436523,44.52220153808594,7.682529926300049,20.595600128173828,44.62350082397461,7.682529926300049,20.318500518798828,44.0797004699707,7.829050064086914,20.760900497436523,44.52220153808594,7.682529926300049,20.318500518798828,44.0797004699707,7.829050064086914,20.40220069885254,44.02840042114258,7.829050064086914,20.40220069885254,44.02840042114258,7.829050064086914,20.318500518798828,44.0797004699707,7.829050064086914,20.034400939941406,43.52220153808594,7.878300189971924,20.034400939941406,46.98780059814453,5.8549299240112305,20.034400939941406,46.758201599121094,6.229440212249756,20.540599822998047,46.71839904785156,6.229440212249756,20.540599822998047,46.71839904785156,6.229440212249756,20.034400939941406,46.758201599121094,6.229440212249756,20.034400939941406,46.595001220703125,6.420559883117676,20.540599822998047,46.71839904785156,6.229440212249756,20.034400939941406,46.595001220703125,6.420559883117676,20.476900100708008,46.315799713134766,6.706729888916016,20.476900100708008,46.315799713134766,6.706729888916016,20.034400939941406,46.595001220703125,6.420559883117676,20.034400939941406,46.35060119628906,6.706729888916016,20.476900100708008,46.315799713134766,6.706729888916016,20.034400939941406,46.35060119628906,6.706729888916016,20.034400939941406,46.111698150634766,6.9108099937438965,21.50349998474121,46.40549850463867,6.229440212249756,21.034400939941406,46.59989929199219,6.229440212249756,20.90839958190918,46.21220016479492,6.706729888916016,22.86280059814453,43.52220153808594,6.706729888916016,23.107200622558594,43.52220153808594,6.420559883117676,22.827999114990234,43.964698791503906,6.706729888916016,22.827999114990234,43.964698791503906,6.706729888916016,23.107200622558594,43.52220153808594,6.420559883117676,23.230600357055664,44.02840042114258,6.229440212249756,22.827999114990234,43.964698791503906,6.706729888916016,23.230600357055664,44.02840042114258,6.229440212249756,22.72439956665039,44.39619827270508,6.706729888916016,22.72439956665039,44.39619827270508,6.706729888916016,23.230600357055664,44.02840042114258,6.229440212249756,23.11210060119629,44.52220153808594,6.229440212249756,22.72439956665039,44.39619827270508,6.706729888916016,23.11210060119629,44.52220153808594,6.229440212249756,22.55459976196289,44.80630111694336,6.706729888916016,22.55459976196289,44.80630111694336,6.706729888916016,23.11210060119629,44.52220153808594,6.229440212249756,22.917800903320312,44.99129867553711,6.229440212249756,22.55459976196289,44.80630111694336,6.706729888916016,22.917800903320312,44.99129867553711,6.229440212249756,22.322599411010742,45.18470001220703,6.706729888916016,22.322599411010742,45.18470001220703,6.706729888916016,22.917800903320312,44.99129867553711,6.229440212249756,22.65239906311035,45.42430114746094,6.229440212249756,22.322599411010742,45.18470001220703,6.706729888916016,22.65239906311035,45.42430114746094,6.229440212249756,22.034400939941406,45.52220153808594,6.706729888916016,22.034400939941406,45.52220153808594,6.706729888916016,22.65239906311035,45.42430114746094,6.229440212249756,22.322599411010742,45.81039810180664,6.229440212249756,22.034400939941406,45.52220153808594,6.706729888916016,22.322599411010742,45.81039810180664,6.229440212249756,21.6968994140625,45.81039810180664,6.706729888916016,21.6968994140625,45.81039810180664,6.706729888916016,22.322599411010742,45.81039810180664,6.229440212249756,21.936500549316406,46.140201568603516,6.229440212249756,21.6968994140625,45.81039810180664,6.706729888916016,21.936500549316406,46.140201568603516,6.229440212249756,21.318500518798828,46.042301177978516,6.706729888916016,21.318500518798828,46.042301177978516,6.706729888916016,21.936500549316406,46.140201568603516,6.229440212249756,21.50349998474121,46.40549850463867,6.229440212249756,21.50349998474121,46.40549850463867,6.229440212249756,20.90839958190918,46.21220016479492,6.706729888916016,21.318500518798828,46.042301177978516,6.706729888916016,21.318500518798828,46.042301177978516,6.706729888916016,20.90839958190918,46.21220016479492,6.706729888916016,20.760900497436523,45.758201599121094,7.114369869232178,21.318500518798828,46.042301177978516,6.706729888916016,20.760900497436523,45.758201599121094,7.114369869232178,21.1018009185791,45.61709976196289,7.114369869232178,21.1018009185791,45.61709976196289,7.114369869232178,20.760900497436523,45.758201599121094,7.114369869232178,20.595600128173828,45.249298095703125,7.4423298835754395,21.1018009185791,45.61709976196289,7.114369869232178,20.595600128173828,45.249298095703125,7.4423298835754395,20.858800888061523,45.140201568603516,7.4423298835754395,20.858800888061523,45.140201568603516,7.4423298835754395,20.595600128173828,45.249298095703125,7.4423298835754395,20.416400909423828,44.69779968261719,7.682529926300049,20.858800888061523,45.140201568603516,7.4423298835754395,20.416400909423828,44.69779968261719,7.682529926300049,20.595600128173828,44.62350082397461,7.682529926300049,20.595600128173828,44.62350082397461,7.682529926300049,20.416400909423828,44.69779968261719,7.682529926300049,20.227800369262695,44.1172981262207,7.829050064086914,20.595600128173828,44.62350082397461,7.682529926300049,20.227800369262695,44.1172981262207,7.829050064086914,20.318500518798828,44.0797004699707,7.829050064086914,20.318500518798828,44.0797004699707,7.829050064086914,20.227800369262695,44.1172981262207,7.829050064086914,20.034400939941406,43.52220153808594,7.878300189971924,20.034400939941406,47.08620071411133,5.694260120391846,20.034400939941406,46.98780059814453,5.8549299240112305,20.591899871826172,47.042301177978516,5.694260120391846,20.591899871826172,47.042301177978516,5.694260120391846,20.034400939941406,46.98780059814453,5.8549299240112305,20.540599822998047,46.71839904785156,6.229440212249756,20.591899871826172,47.042301177978516,5.694260120391846,20.540599822998047,46.71839904785156,6.229440212249756,21.135700225830078,46.911800384521484,5.694260120391846,23.27050018310547,43.52220153808594,6.229440212249756,23.5,43.52220153808594,5.8549299240112305,23.230600357055664,44.02840042114258,6.229440212249756,23.230600357055664,44.02840042114258,6.229440212249756,23.5,43.52220153808594,5.8549299240112305,23.554500579833984,44.0797004699707,5.694260120391846,23.230600357055664,44.02840042114258,6.229440212249756,23.554500579833984,44.0797004699707,5.694260120391846,23.11210060119629,44.52220153808594,6.229440212249756,23.11210060119629,44.52220153808594,6.229440212249756,23.554500579833984,44.0797004699707,5.694260120391846,23.423999786376953,44.62350082397461,5.694260120391846,23.11210060119629,44.52220153808594,6.229440212249756,23.423999786376953,44.62350082397461,5.694260120391846,22.917800903320312,44.99129867553711,6.229440212249756,22.917800903320312,44.99129867553711,6.229440212249756,23.423999786376953,44.62350082397461,5.694260120391846,23.209999084472656,45.140201568603516,5.694260120391846,22.917800903320312,44.99129867553711,6.229440212249756,23.209999084472656,45.140201568603516,5.694260120391846,22.65239906311035,45.42430114746094,6.229440212249756,22.65239906311035,45.42430114746094,6.229440212249756,23.209999084472656,45.140201568603516,5.694260120391846,22.917800903320312,45.61709976196289,5.694260120391846,22.65239906311035,45.42430114746094,6.229440212249756,22.917800903320312,45.61709976196289,5.694260120391846,22.322599411010742,45.81039810180664,6.229440212249756,22.322599411010742,45.81039810180664,6.229440212249756,22.917800903320312,45.61709976196289,5.694260120391846,22.55459976196289,46.042301177978516,5.694260120391846,22.322599411010742,45.81039810180664,6.229440212249756,22.55459976196289,46.042301177978516,5.694260120391846,21.936500549316406,46.140201568603516,6.229440212249756,21.936500549316406,46.140201568603516,6.229440212249756,22.55459976196289,46.042301177978516,5.694260120391846,22.12929916381836,46.40549850463867,5.694260120391846,21.936500549316406,46.140201568603516,6.229440212249756,22.12929916381836,46.40549850463867,5.694260120391846,21.50349998474121,46.40549850463867,6.229440212249756,21.50349998474121,46.40549850463867,6.229440212249756,22.12929916381836,46.40549850463867,5.694260120391846,21.65239906311035,46.69770050048828,5.694260120391846,21.50349998474121,46.40549850463867,6.229440212249756,21.65239906311035,46.69770050048828,5.694260120391846,21.034400939941406,46.59989929199219,6.229440212249756,21.034400939941406,46.59989929199219,6.229440212249756,21.65239906311035,46.69770050048828,5.694260120391846,21.135700225830078,46.911800384521484,5.694260120391846,21.135700225830078,46.911800384521484,5.694260120391846,20.540599822998047,46.71839904785156,6.229440212249756,21.034400939941406,46.59989929199219,6.229440212249756,21.034400939941406,46.59989929199219,6.229440212249756,20.540599822998047,46.71839904785156,6.229440212249756,20.476900100708008,46.315799713134766,6.706729888916016,21.034400939941406,46.59989929199219,6.229440212249756,20.476900100708008,46.315799713134766,6.706729888916016,20.90839958190918,46.21220016479492,6.706729888916016,20.90839958190918,46.21220016479492,6.706729888916016,20.476900100708008,46.315799713134766,6.706729888916016,20.40220069885254,45.844398498535156,7.114369869232178,20.90839958190918,46.21220016479492,6.706729888916016,20.40220069885254,45.844398498535156,7.114369869232178,20.760900497436523,45.758201599121094,7.114369869232178,20.760900497436523,45.758201599121094,7.114369869232178,20.40220069885254,45.844398498535156,7.114369869232178,20.318500518798828,45.315799713134766,7.4423298835754395,20.760900497436523,45.758201599121094,7.114369869232178,20.318500518798828,45.315799713134766,7.4423298835754395,20.595600128173828,45.249298095703125,7.4423298835754395,20.595600128173828,45.249298095703125,7.4423298835754395,20.318500518798828,45.315799713134766,7.4423298835754395,20.227800369262695,44.74300003051758,7.682529926300049,20.595600128173828,45.249298095703125,7.4423298835754395,20.227800369262695,44.74300003051758,7.682529926300049,20.416400909423828,44.69779968261719,7.682529926300049,20.416400909423828,44.69779968261719,7.682529926300049,20.227800369262695,44.74300003051758,7.682529926300049,20.132299423217773,44.140201568603516,7.829050064086914,20.416400909423828,44.69779968261719,7.682529926300049,20.132299423217773,44.140201568603516,7.829050064086914,20.227800369262695,44.1172981262207,7.829050064086914,20.227800369262695,44.1172981262207,7.829050064086914,20.132299423217773,44.140201568603516,7.829050064086914,20.034400939941406,43.52220153808594,7.878300189971924,23.598400115966797,43.52220153808594,5.694260120391846,23.790599822998047,43.52220153808594,5.230380058288574,23.554500579833984,44.0797004699707,5.694260120391846,23.554500579833984,44.0797004699707,5.694260120391846,23.790599822998047,43.52220153808594,5.230380058288574,23.791799545288086,44.1172981262207,5.114369869232178,23.554500579833984,44.0797004699707,5.694260120391846,23.791799545288086,44.1172981262207,5.114369869232178,23.423999786376953,44.62350082397461,5.694260120391846,23.423999786376953,44.62350082397461,5.694260120391846,23.791799545288086,44.1172981262207,5.114369869232178,23.65239906311035,44.69779968261719,5.114369869232178,23.423999786376953,44.62350082397461,5.694260120391846,23.65239906311035,44.69779968261719,5.114369869232178,23.209999084472656,45.140201568603516,5.694260120391846,23.209999084472656,45.140201568603516,5.694260120391846,23.65239906311035,44.69779968261719,5.114369869232178,23.423999786376953,45.249298095703125,5.114369869232178,23.209999084472656,45.140201568603516,5.694260120391846,23.423999786376953,45.249298095703125,5.114369869232178,22.917800903320312,45.61709976196289,5.694260120391846,22.917800903320312,45.61709976196289,5.694260120391846,23.423999786376953,45.249298095703125,5.114369869232178,23.11210060119629,45.758201599121094,5.114369869232178,22.917800903320312,45.61709976196289,5.694260120391846,23.11210060119629,45.758201599121094,5.114369869232178,22.55459976196289,46.042301177978516,5.694260120391846,22.55459976196289,46.042301177978516,5.694260120391846,23.11210060119629,45.758201599121094,5.114369869232178,22.72439956665039,46.21220016479492,5.114369869232178,22.55459976196289,46.042301177978516,5.694260120391846,22.72439956665039,46.21220016479492,5.114369869232178,22.12929916381836,46.40549850463867,5.694260120391846,22.12929916381836,46.40549850463867,5.694260120391846,22.72439956665039,46.21220016479492,5.114369869232178,22.27050018310547,46.59989929199219,5.114369869232178,22.12929916381836,46.40549850463867,5.694260120391846,22.27050018310547,46.59989929199219,5.114369869232178,21.65239906311035,46.69770050048828,5.694260120391846,21.65239906311035,46.69770050048828,5.694260120391846,22.27050018310547,46.59989929199219,5.114369869232178,21.761499404907227,46.911800384521484,5.114369869232178,21.65239906311035,46.69770050048828,5.694260120391846,21.761499404907227,46.911800384521484,5.114369869232178,21.135700225830078,46.911800384521484,5.694260120391846,21.135700225830078,46.911800384521484,5.694260120391846,21.761499404907227,46.911800384521484,5.114369869232178,21.209999084472656,47.140201568603516,5.114369869232178,21.135700225830078,46.911800384521484,5.694260120391846,21.209999084472656,47.140201568603516,5.114369869232178,20.591899871826172,47.042301177978516,5.694260120391846,20.591899871826172,47.042301177978516,5.694260120391846,21.209999084472656,47.140201568603516,5.114369869232178,20.629499435424805,47.279598236083984,5.114369869232178,20.591899871826172,47.042301177978516,5.694260120391846,20.629499435424805,47.279598236083984,5.114369869232178,20.034400939941406,47.27840042114258,5.230380058288574,20.034400939941406,47.27840042114258,5.230380058288574,20.629499435424805,47.279598236083984,5.114369869232178,20.034400939941406,47.32640075683594,5.114369869232178,23.838600158691406,43.52220153808594,5.114369869232178,23.970500946044922,43.52220153808594,4.565060138702393,23.791799545288086,44.1172981262207,5.114369869232178,23.791799545288086,44.1172981262207,5.114369869232178,23.970500946044922,43.52220153808594,4.565060138702393,23.936500549316406,44.140201568603516,4.504039764404297,23.791799545288086,44.1172981262207,5.114369869232178,23.936500549316406,44.140201568603516,4.504039764404297,23.65239906311035,44.69779968261719,5.114369869232178,23.65239906311035,44.69779968261719,5.114369869232178,23.936500549316406,44.140201568603516,4.504039764404297,23.791799545288086,44.74300003051758,4.504039764404297,23.65239906311035,44.69779968261719,5.114369869232178,23.791799545288086,44.74300003051758,4.504039764404297,23.423999786376953,45.249298095703125,5.114369869232178,23.423999786376953,45.249298095703125,5.114369869232178,23.791799545288086,44.74300003051758,4.504039764404297,23.554500579833984,45.315799713134766,4.504039764404297,23.423999786376953,45.249298095703125,5.114369869232178,23.554500579833984,45.315799713134766,4.504039764404297,23.11210060119629,45.758201599121094,5.114369869232178,23.11210060119629,45.758201599121094,5.114369869232178,23.554500579833984,45.315799713134766,4.504039764404297,23.230600357055664,45.844398498535156,4.504039764404297,23.11210060119629,45.758201599121094,5.114369869232178,23.230600357055664,45.844398498535156,4.504039764404297,22.72439956665039,46.21220016479492,5.114369869232178,22.72439956665039,46.21220016479492,5.114369869232178,23.230600357055664,45.844398498535156,4.504039764404297,22.827999114990234,46.315799713134766,4.504039764404297,22.72439956665039,46.21220016479492,5.114369869232178,22.827999114990234,46.315799713134766,4.504039764404297,22.27050018310547,46.59989929199219,5.114369869232178,22.27050018310547,46.59989929199219,5.114369869232178,22.827999114990234,46.315799713134766,4.504039764404297,22.356599807739258,46.71839904785156,4.504039764404297,22.27050018310547,46.59989929199219,5.114369869232178,22.356599807739258,46.71839904785156,4.504039764404297,21.761499404907227,46.911800384521484,5.114369869232178,21.761499404907227,46.911800384521484,5.114369869232178,22.356599807739258,46.71839904785156,4.504039764404297,21.827999114990234,47.042301177978516,4.504039764404297,21.761499404907227,46.911800384521484,5.114369869232178,21.827999114990234,47.042301177978516,4.504039764404297,21.209999084472656,47.140201568603516,5.114369869232178,21.209999084472656,47.140201568603516,5.114369869232178,21.827999114990234,47.042301177978516,4.504039764404297,21.255300521850586,47.279598236083984,4.504039764404297,21.209999084472656,47.140201568603516,5.114369869232178,21.255300521850586,47.279598236083984,4.504039764404297,20.629499435424805,47.279598236083984,5.114369869232178,20.629499435424805,47.279598236083984,5.114369869232178,21.255300521850586,47.279598236083984,4.504039764404297,20.65239906311035,47.42430114746094,4.504039764404297,20.629499435424805,47.279598236083984,5.114369869232178,20.65239906311035,47.42430114746094,4.504039764404297,20.034400939941406,47.45830154418945,4.565060138702393,20.034400939941406,47.45830154418945,4.565060138702393,20.65239906311035,47.42430114746094,4.504039764404297,20.034400939941406,47.472900390625,4.504039764404297,23.985200881958008,43.52220153808594,4.504039764404297,24.034400939941406,43.52220153808594,3.8782999515533447,23.936500549316406,44.140201568603516,4.504039764404297,23.936500549316406,44.140201568603516,4.504039764404297,24.034400939941406,43.52220153808594,3.8782999515533447,23.985200881958008,44.14789962768555,3.8782999515533447,23.936500549316406,44.140201568603516,4.504039764404297,23.985200881958008,44.14789962768555,3.8782999515533447,23.791799545288086,44.74300003051758,4.504039764404297,23.791799545288086,44.74300003051758,4.504039764404297,23.985200881958008,44.14789962768555,3.8782999515533447,23.838600158691406,44.758201599121094,3.8782999515533447,23.791799545288086,44.74300003051758,4.504039764404297,23.838600158691406,44.758201599121094,3.8782999515533447,23.554500579833984,45.315799713134766,4.504039764404297,23.554500579833984,45.315799713134766,4.504039764404297,23.838600158691406,44.758201599121094,3.8782999515533447,23.598400115966797,45.33810043334961,3.8782999515533447,23.554500579833984,45.315799713134766,4.504039764404297,23.598400115966797,45.33810043334961,3.8782999515533447,23.230600357055664,45.844398498535156,4.504039764404297,23.230600357055664,45.844398498535156,4.504039764404297,23.598400115966797,45.33810043334961,3.8782999515533447,23.27050018310547,45.87329864501953,3.8782999515533447,23.230600357055664,45.844398498535156,4.504039764404297,23.27050018310547,45.87329864501953,3.8782999515533447,22.827999114990234,46.315799713134766,4.504039764404297,22.827999114990234,46.315799713134766,4.504039764404297,23.27050018310547,45.87329864501953,3.8782999515533447,22.86280059814453,46.35060119628906,3.8782999515533447,22.827999114990234,46.315799713134766,4.504039764404297,22.86280059814453,46.35060119628906,3.8782999515533447,22.356599807739258,46.71839904785156,4.504039764404297,22.356599807739258,46.71839904785156,4.504039764404297,22.86280059814453,46.35060119628906,3.8782999515533447,22.385499954223633,46.758201599121094,3.8782999515533447,22.356599807739258,46.71839904785156,4.504039764404297,22.385499954223633,46.758201599121094,3.8782999515533447,21.827999114990234,47.042301177978516,4.504039764404297,21.827999114990234,47.042301177978516,4.504039764404297,22.385499954223633,46.758201599121094,3.8782999515533447,21.850400924682617,47.08620071411133,3.8782999515533447,21.827999114990234,47.042301177978516,4.504039764404297,21.850400924682617,47.08620071411133,3.8782999515533447,21.255300521850586,47.279598236083984,4.504039764404297,21.255300521850586,47.279598236083984,4.504039764404297,21.850400924682617,47.08620071411133,3.8782999515533447,21.27050018310547,47.32640075683594,3.8782999515533447,21.255300521850586,47.279598236083984,4.504039764404297,21.27050018310547,47.32640075683594,3.8782999515533447,20.65239906311035,47.42430114746094,4.504039764404297,20.65239906311035,47.42430114746094,4.504039764404297,21.27050018310547,47.32640075683594,3.8782999515533447,20.66010093688965,47.472900390625,3.8782999515533447,20.65239906311035,47.42430114746094,4.504039764404297,20.66010093688965,47.472900390625,3.8782999515533447,20.034400939941406,47.472900390625,4.504039764404297,20.034400939941406,47.472900390625,4.504039764404297,20.66010093688965,47.472900390625,3.8782999515533447,20.034400939941406,47.52220153808594,3.8782999515533447,24.034400939941406,43.52220153808594,3.8782999515533447,24.034400939941406,43.52220153808594,-4.121699810028076,23.985200881958008,44.14789962768555,-4.121699810028076,24.034400939941406,43.52220153808594,3.8782999515533447,23.985200881958008,44.14789962768555,-4.121699810028076,23.985200881958008,44.14789962768555,3.8782999515533447,23.985200881958008,44.14789962768555,3.8782999515533447,23.985200881958008,44.14789962768555,-4.121699810028076,23.838600158691406,44.758201599121094,-4.121699810028076,23.985200881958008,44.14789962768555,3.8782999515533447,23.838600158691406,44.758201599121094,-4.121699810028076,23.838600158691406,44.758201599121094,3.8782999515533447,23.838600158691406,44.758201599121094,3.8782999515533447,23.838600158691406,44.758201599121094,-4.121699810028076,23.598400115966797,45.33810043334961,-4.121699810028076,23.838600158691406,44.758201599121094,3.8782999515533447,23.598400115966797,45.33810043334961,-4.121699810028076,23.598400115966797,45.33810043334961,3.8782999515533447,23.598400115966797,45.33810043334961,3.8782999515533447,23.598400115966797,45.33810043334961,-4.121699810028076,23.27050018310547,45.87329864501953,-4.121699810028076,23.598400115966797,45.33810043334961,3.8782999515533447,23.27050018310547,45.87329864501953,-4.121699810028076,23.27050018310547,45.87329864501953,3.8782999515533447,23.27050018310547,45.87329864501953,3.8782999515533447,23.27050018310547,45.87329864501953,-4.121699810028076,22.86280059814453,46.35060119628906,-4.121699810028076,23.27050018310547,45.87329864501953,3.8782999515533447,22.86280059814453,46.35060119628906,-4.121699810028076,22.86280059814453,46.35060119628906,3.8782999515533447,22.86280059814453,46.35060119628906,3.8782999515533447,22.86280059814453,46.35060119628906,-4.121699810028076,22.385499954223633,46.758201599121094,-4.121699810028076,22.86280059814453,46.35060119628906,3.8782999515533447,22.385499954223633,46.758201599121094,-4.121699810028076,22.385499954223633,46.758201599121094,3.8782999515533447,22.385499954223633,46.758201599121094,3.8782999515533447,22.385499954223633,46.758201599121094,-4.121699810028076,21.850400924682617,47.08620071411133,-4.121699810028076,22.385499954223633,46.758201599121094,3.8782999515533447,21.850400924682617,47.08620071411133,-4.121699810028076,21.850400924682617,47.08620071411133,3.8782999515533447,21.850400924682617,47.08620071411133,3.8782999515533447,21.850400924682617,47.08620071411133,-4.121699810028076,21.27050018310547,47.32640075683594,-4.121699810028076,21.850400924682617,47.08620071411133,3.8782999515533447,21.27050018310547,47.32640075683594,-4.121699810028076,21.27050018310547,47.32640075683594,3.8782999515533447,21.27050018310547,47.32640075683594,3.8782999515533447,21.27050018310547,47.32640075683594,-4.121699810028076,20.66010093688965,47.472900390625,-4.121699810028076,21.27050018310547,47.32640075683594,3.8782999515533447,20.66010093688965,47.472900390625,-4.121699810028076,20.66010093688965,47.472900390625,3.8782999515533447,20.66010093688965,47.472900390625,3.8782999515533447,20.66010093688965,47.472900390625,-4.121699810028076,20.034400939941406,47.52220153808594,-4.121699810028076,20.66010093688965,47.472900390625,3.8782999515533447,20.034400939941406,47.52220153808594,-4.121699810028076,20.034400939941406,47.52220153808594,3.8782999515533447,20.629499435424805,43.71549987792969,-8.072449684143066,20.65239906311035,43.62009811401367,-8.072449684143066,20.034400939941406,43.52220153808594,-8.121700286865234,20.629499435424805,43.71549987792969,-8.072449684143066,20.034400939941406,43.52220153808594,-8.121700286865234,20.591899871826172,43.80630111694336,-8.072449684143066,20.540599822998047,43.88999938964844,-8.072449684143066,20.591899871826172,43.80630111694336,-8.072449684143066,20.034400939941406,43.52220153808594,-8.121700286865234,20.476900100708008,43.964698791503906,-8.072449684143066,20.540599822998047,43.88999938964844,-8.072449684143066,20.034400939941406,43.52220153808594,-8.121700286865234,20.40220069885254,44.02840042114258,-8.072449684143066,20.476900100708008,43.964698791503906,-8.072449684143066,20.034400939941406,43.52220153808594,-8.121700286865234,20.318500518798828,44.0797004699707,-8.072449684143066,20.40220069885254,44.02840042114258,-8.072449684143066,20.034400939941406,43.52220153808594,-8.121700286865234,20.132299423217773,44.140201568603516,-8.072449684143066,20.034400939941406,43.52220153808594,-8.121700286865234,20.034400939941406,43.583900451660156,-8.116840362548828,20.7814998626709,43.52220153808594,-8.043330192565918,20.66010093688965,43.52220153808594,-8.072449684143066,20.65239906311035,43.62009811401367,-8.072449684143066,21.44379997253418,43.52220153808594,-7.854119777679443,21.27050018310547,43.52220153808594,-7.925920009613037,21.255300521850586,43.71549987792969,-7.925920009613037,23.791799545288086,44.74300003051758,-4.747429847717285,23.936500549316406,44.140201568603516,-4.747429847717285,23.791799545288086,44.1172981262207,-5.357769966125488,23.985200881958008,44.14789962768555,-4.121699810028076,24.034400939941406,43.52220153808594,-4.121699810028076,23.985200881958008,43.52220153808594,-4.747429847717285,20.034400939941406,47.52220153808594,-4.121699810028076,20.66010093688965,47.472900390625,-4.121699810028076,20.65239906311035,47.42430114746094,-4.747429847717285,23.985200881958008,44.14789962768555,-4.121699810028076,23.936500549316406,44.140201568603516,-4.747429847717285,23.838600158691406,44.758201599121094,-4.121699810028076,23.838600158691406,44.758201599121094,-4.121699810028076,23.936500549316406,44.140201568603516,-4.747429847717285,23.791799545288086,44.74300003051758,-4.747429847717285,23.838600158691406,44.758201599121094,-4.121699810028076,23.791799545288086,44.74300003051758,-4.747429847717285,23.598400115966797,45.33810043334961,-4.121699810028076,20.629499435424805,47.279598236083984,-5.357769966125488,20.034400939941406,47.45830154418945,-4.808460235595703,20.65239906311035,47.42430114746094,-4.747429847717285,20.65239906311035,47.42430114746094,-4.747429847717285,20.034400939941406,47.45830154418945,-4.808460235595703,20.034400939941406,47.472900390625,-4.747429847717285,20.65239906311035,47.42430114746094,-4.747429847717285,20.034400939941406,47.472900390625,-4.747429847717285,20.034400939941406,47.52220153808594,-4.121699810028076,22.27050018310547,46.59989929199219,-5.357769966125488,21.761499404907227,46.911800384521484,-5.357769966125488,21.827999114990234,47.042301177978516,-4.747429847717285,20.591899871826172,47.042301177978516,-5.937660217285156,20.034400939941406,47.27840042114258,-5.473780155181885,20.629499435424805,47.279598236083984,-5.357769966125488,20.629499435424805,47.279598236083984,-5.357769966125488,20.034400939941406,47.27840042114258,-5.473780155181885,20.034400939941406,47.32640075683594,-5.357769966125488,20.629499435424805,47.279598236083984,-5.357769966125488,20.034400939941406,47.32640075683594,-5.357769966125488,20.034400939941406,47.45830154418945,-4.808460235595703,21.65239906311035,46.69770050048828,-5.937660217285156,21.761499404907227,46.911800384521484,-5.357769966125488,22.12929916381836,46.40549850463867,-5.937660217285156,22.12929916381836,46.40549850463867,-5.937660217285156,21.761499404907227,46.911800384521484,-5.357769966125488,22.27050018310547,46.59989929199219,-5.357769966125488,22.12929916381836,46.40549850463867,-5.937660217285156,22.27050018310547,46.59989929199219,-5.357769966125488,22.55459976196289,46.042301177978516,-5.937660217285156,22.86280059814453,46.35060119628906,-4.121699810028076,23.27050018310547,45.87329864501953,-4.121699810028076,23.230600357055664,45.844398498535156,-4.747429847717285,23.230600357055664,45.844398498535156,-4.747429847717285,23.27050018310547,45.87329864501953,-4.121699810028076,23.554500579833984,45.315799713134766,-4.747429847717285,23.230600357055664,45.844398498535156,-4.747429847717285,23.554500579833984,45.315799713134766,-4.747429847717285,23.423999786376953,45.249298095703125,-5.357769966125488,23.423999786376953,45.249298095703125,-5.357769966125488,23.554500579833984,45.315799713134766,-4.747429847717285,23.65239906311035,44.69779968261719,-5.357769966125488,23.423999786376953,45.249298095703125,-5.357769966125488,23.65239906311035,44.69779968261719,-5.357769966125488,23.423999786376953,44.62350082397461,-5.937660217285156,23.423999786376953,44.62350082397461,-5.937660217285156,23.65239906311035,44.69779968261719,-5.357769966125488,23.554500579833984,44.0797004699707,-5.937660217285156,23.423999786376953,44.62350082397461,-5.937660217285156,23.554500579833984,44.0797004699707,-5.937660217285156,23.230600357055664,44.02840042114258,-6.472839832305908,23.985200881958008,44.14789962768555,-4.121699810028076,23.985200881958008,43.52220153808594,-4.747429847717285,23.936500549316406,44.140201568603516,-4.747429847717285,23.936500549316406,44.140201568603516,-4.747429847717285,23.985200881958008,43.52220153808594,-4.747429847717285,23.970500946044922,43.52220153808594,-4.808460235595703,23.936500549316406,44.140201568603516,-4.747429847717285,23.970500946044922,43.52220153808594,-4.808460235595703,23.791799545288086,44.1172981262207,-5.357769966125488,23.791799545288086,44.1172981262207,-5.357769966125488,23.970500946044922,43.52220153808594,-4.808460235595703,23.838600158691406,43.52220153808594,-5.357769966125488,23.791799545288086,44.1172981262207,-5.357769966125488,23.838600158691406,43.52220153808594,-5.357769966125488,23.790599822998047,43.52220153808594,-5.473780155181885,23.27050018310547,45.87329864501953,-4.121699810028076,23.598400115966797,45.33810043334961,-4.121699810028076,23.554500579833984,45.315799713134766,-4.747429847717285,23.554500579833984,45.315799713134766,-4.747429847717285,23.598400115966797,45.33810043334961,-4.121699810028076,23.791799545288086,44.74300003051758,-4.747429847717285,23.554500579833984,45.315799713134766,-4.747429847717285,23.791799545288086,44.74300003051758,-4.747429847717285,23.65239906311035,44.69779968261719,-5.357769966125488,23.65239906311035,44.69779968261719,-5.357769966125488,23.791799545288086,44.74300003051758,-4.747429847717285,23.791799545288086,44.1172981262207,-5.357769966125488,23.65239906311035,44.69779968261719,-5.357769966125488,23.791799545288086,44.1172981262207,-5.357769966125488,23.554500579833984,44.0797004699707,-5.937660217285156,23.554500579833984,44.0797004699707,-5.937660217285156,23.791799545288086,44.1172981262207,-5.357769966125488,23.790599822998047,43.52220153808594,-5.473780155181885,20.540599822998047,46.71839904785156,-6.472839832305908,20.034400939941406,46.98780059814453,-6.098330020904541,20.591899871826172,47.042301177978516,-5.937660217285156,20.591899871826172,47.042301177978516,-5.937660217285156,20.034400939941406,46.98780059814453,-6.098330020904541,20.034400939941406,47.08620071411133,-5.937660217285156,20.591899871826172,47.042301177978516,-5.937660217285156,20.034400939941406,47.08620071411133,-5.937660217285156,20.034400939941406,47.27840042114258,-5.473780155181885,21.50349998474121,46.40549850463867,-6.472839832305908,21.65239906311035,46.69770050048828,-5.937660217285156,21.936500549316406,46.140201568603516,-6.472839832305908,21.936500549316406,46.140201568603516,-6.472839832305908,21.65239906311035,46.69770050048828,-5.937660217285156,22.12929916381836,46.40549850463867,-5.937660217285156,21.936500549316406,46.140201568603516,-6.472839832305908,22.12929916381836,46.40549850463867,-5.937660217285156,22.322599411010742,45.81039810180664,-6.472839832305908,22.322599411010742,45.81039810180664,-6.472839832305908,22.12929916381836,46.40549850463867,-5.937660217285156,22.55459976196289,46.042301177978516,-5.937660217285156,22.322599411010742,45.81039810180664,-6.472839832305908,22.55459976196289,46.042301177978516,-5.937660217285156,22.65239906311035,45.42430114746094,-6.472839832305908,20.476900100708008,46.315799713134766,-6.950119972229004,20.034400939941406,46.595001220703125,-6.663949966430664,20.540599822998047,46.71839904785156,-6.472839832305908,20.540599822998047,46.71839904785156,-6.472839832305908,20.034400939941406,46.595001220703125,-6.663949966430664,20.034400939941406,46.758201599121094,-6.472839832305908,20.540599822998047,46.71839904785156,-6.472839832305908,20.034400939941406,46.758201599121094,-6.472839832305908,20.034400939941406,46.98780059814453,-6.098330020904541,21.318500518798828,46.042301177978516,-6.950119972229004,21.50349998474121,46.40549850463867,-6.472839832305908,21.6968994140625,45.81039810180664,-6.950119972229004,21.6968994140625,45.81039810180664,-6.950119972229004,21.50349998474121,46.40549850463867,-6.472839832305908,21.936500549316406,46.140201568603516,-6.472839832305908,21.6968994140625,45.81039810180664,-6.950119972229004,21.936500549316406,46.140201568603516,-6.472839832305908,22.034400939941406,45.52220153808594,-6.950119972229004,22.034400939941406,45.52220153808594,-6.950119972229004,21.936500549316406,46.140201568603516,-6.472839832305908,22.322599411010742,45.81039810180664,-6.472839832305908,22.034400939941406,45.52220153808594,-6.950119972229004,22.322599411010742,45.81039810180664,-6.472839832305908,22.322599411010742,45.18470001220703,-6.950119972229004,22.322599411010742,45.18470001220703,-6.950119972229004,22.322599411010742,45.81039810180664,-6.472839832305908,22.65239906311035,45.42430114746094,-6.472839832305908,22.322599411010742,45.18470001220703,-6.950119972229004,22.65239906311035,45.42430114746094,-6.472839832305908,22.55459976196289,44.80630111694336,-6.950119972229004,21.850400924682617,47.08620071411133,-4.121699810028076,22.385499954223633,46.758201599121094,-4.121699810028076,22.356599807739258,46.71839904785156,-4.747429847717285,22.356599807739258,46.71839904785156,-4.747429847717285,22.385499954223633,46.758201599121094,-4.121699810028076,22.827999114990234,46.315799713134766,-4.747429847717285,22.356599807739258,46.71839904785156,-4.747429847717285,22.827999114990234,46.315799713134766,-4.747429847717285,22.72439956665039,46.21220016479492,-5.357769966125488,22.72439956665039,46.21220016479492,-5.357769966125488,22.827999114990234,46.315799713134766,-4.747429847717285,23.11210060119629,45.758201599121094,-5.357769966125488,22.72439956665039,46.21220016479492,-5.357769966125488,23.11210060119629,45.758201599121094,-5.357769966125488,22.917800903320312,45.61709976196289,-5.937660217285156,22.917800903320312,45.61709976196289,-5.937660217285156,23.11210060119629,45.758201599121094,-5.357769966125488,23.209999084472656,45.140201568603516,-5.937660217285156,22.917800903320312,45.61709976196289,-5.937660217285156,23.209999084472656,45.140201568603516,-5.937660217285156,22.917800903320312,44.99129867553711,-6.472839832305908,22.917800903320312,44.99129867553711,-6.472839832305908,23.209999084472656,45.140201568603516,-5.937660217285156,23.11210060119629,44.52220153808594,-6.472839832305908,22.917800903320312,44.99129867553711,-6.472839832305908,23.11210060119629,44.52220153808594,-6.472839832305908,22.72439956665039,44.39619827270508,-6.950119972229004,22.72439956665039,44.39619827270508,-6.950119972229004,23.11210060119629,44.52220153808594,-6.472839832305908,22.827999114990234,43.964698791503906,-6.950119972229004,22.72439956665039,44.39619827270508,-6.950119972229004,22.827999114990234,43.964698791503906,-6.950119972229004,22.356599807739258,43.88999938964844,-7.357769966125488,23.790599822998047,43.52220153808594,-5.473780155181885,23.598400115966797,43.52220153808594,-5.937660217285156,23.554500579833984,44.0797004699707,-5.937660217285156,23.554500579833984,44.0797004699707,-5.937660217285156,23.598400115966797,43.52220153808594,-5.937660217285156,23.5,43.52220153808594,-6.098330020904541,23.554500579833984,44.0797004699707,-5.937660217285156,23.5,43.52220153808594,-6.098330020904541,23.230600357055664,44.02840042114258,-6.472839832305908,23.230600357055664,44.02840042114258,-6.472839832305908,23.5,43.52220153808594,-6.098330020904541,23.27050018310547,43.52220153808594,-6.472839832305908,23.230600357055664,44.02840042114258,-6.472839832305908,23.27050018310547,43.52220153808594,-6.472839832305908,23.107200622558594,43.52220153808594,-6.663949966430664,22.385499954223633,46.758201599121094,-4.121699810028076,22.86280059814453,46.35060119628906,-4.121699810028076,22.827999114990234,46.315799713134766,-4.747429847717285,22.827999114990234,46.315799713134766,-4.747429847717285,22.86280059814453,46.35060119628906,-4.121699810028076,23.230600357055664,45.844398498535156,-4.747429847717285,22.827999114990234,46.315799713134766,-4.747429847717285,23.230600357055664,45.844398498535156,-4.747429847717285,23.11210060119629,45.758201599121094,-5.357769966125488,23.11210060119629,45.758201599121094,-5.357769966125488,23.230600357055664,45.844398498535156,-4.747429847717285,23.423999786376953,45.249298095703125,-5.357769966125488,23.11210060119629,45.758201599121094,-5.357769966125488,23.423999786376953,45.249298095703125,-5.357769966125488,23.209999084472656,45.140201568603516,-5.937660217285156,23.209999084472656,45.140201568603516,-5.937660217285156,23.423999786376953,45.249298095703125,-5.357769966125488,23.423999786376953,44.62350082397461,-5.937660217285156,23.209999084472656,45.140201568603516,-5.937660217285156,23.423999786376953,44.62350082397461,-5.937660217285156,23.11210060119629,44.52220153808594,-6.472839832305908,23.11210060119629,44.52220153808594,-6.472839832305908,23.423999786376953,44.62350082397461,-5.937660217285156,23.230600357055664,44.02840042114258,-6.472839832305908,23.11210060119629,44.52220153808594,-6.472839832305908,23.230600357055664,44.02840042114258,-6.472839832305908,22.827999114990234,43.964698791503906,-6.950119972229004,22.827999114990234,43.964698791503906,-6.950119972229004,23.230600357055664,44.02840042114258,-6.472839832305908,23.107200622558594,43.52220153808594,-6.663949966430664,20.40220069885254,45.844398498535156,-7.357769966125488,20.034400939941406,46.111698150634766,-7.154210090637207,20.476900100708008,46.315799713134766,-6.950119972229004,20.476900100708008,46.315799713134766,-6.950119972229004,20.034400939941406,46.111698150634766,-7.154210090637207,20.034400939941406,46.35060119628906,-6.950119972229004,20.476900100708008,46.315799713134766,-6.950119972229004,20.034400939941406,46.35060119628906,-6.950119972229004,20.034400939941406,46.595001220703125,-6.663949966430664,21.1018009185791,45.61709976196289,-7.357769966125488,21.318500518798828,46.042301177978516,-6.950119972229004,21.416400909423828,45.42430114746094,-7.357769966125488,21.416400909423828,45.42430114746094,-7.357769966125488,21.318500518798828,46.042301177978516,-6.950119972229004,21.6968994140625,45.81039810180664,-6.950119972229004,21.416400909423828,45.42430114746094,-7.357769966125488,21.6968994140625,45.81039810180664,-6.950119972229004,21.6968994140625,45.18470001220703,-7.357769966125488,21.6968994140625,45.18470001220703,-7.357769966125488,21.6968994140625,45.81039810180664,-6.950119972229004,22.034400939941406,45.52220153808594,-6.950119972229004,21.6968994140625,45.18470001220703,-7.357769966125488,22.034400939941406,45.52220153808594,-6.950119972229004,21.936500549316406,44.90420150756836,-7.357769966125488,21.936500549316406,44.90420150756836,-7.357769966125488,22.034400939941406,45.52220153808594,-6.950119972229004,22.322599411010742,45.18470001220703,-6.950119972229004,21.936500549316406,44.90420150756836,-7.357769966125488,22.322599411010742,45.18470001220703,-6.950119972229004,22.12929916381836,44.589599609375,-7.357769966125488,22.12929916381836,44.589599609375,-7.357769966125488,22.322599411010742,45.18470001220703,-6.950119972229004,22.55459976196289,44.80630111694336,-6.950119972229004,22.12929916381836,44.589599609375,-7.357769966125488,22.55459976196289,44.80630111694336,-6.950119972229004,22.27050018310547,44.24869918823242,-7.357769966125488,20.318500518798828,45.315799713134766,-7.685719966888428,20.034400939941406,45.55179977416992,-7.554830074310303,20.40220069885254,45.844398498535156,-7.357769966125488,20.40220069885254,45.844398498535156,-7.357769966125488,20.034400939941406,45.55179977416992,-7.554830074310303,20.034400939941406,45.87329864501953,-7.357769966125488,20.40220069885254,45.844398498535156,-7.357769966125488,20.034400939941406,45.87329864501953,-7.357769966125488,20.034400939941406,46.111698150634766,-7.154210090637207,20.858800888061523,45.140201568603516,-7.685719966888428,21.1018009185791,45.61709976196289,-7.357769966125488,21.1018009185791,44.99129867553711,-7.685719966888428,21.1018009185791,44.99129867553711,-7.685719966888428,21.1018009185791,45.61709976196289,-7.357769966125488,21.416400909423828,45.42430114746094,-7.357769966125488,21.1018009185791,44.99129867553711,-7.685719966888428,21.416400909423828,45.42430114746094,-7.357769966125488,21.318500518798828,44.80630111694336,-7.685719966888428,21.318500518798828,44.80630111694336,-7.685719966888428,21.416400909423828,45.42430114746094,-7.357769966125488,21.6968994140625,45.18470001220703,-7.357769966125488,21.318500518798828,44.80630111694336,-7.685719966888428,21.6968994140625,45.18470001220703,-7.357769966125488,21.50349998474121,44.589599609375,-7.685719966888428,21.50349998474121,44.589599609375,-7.685719966888428,21.6968994140625,45.18470001220703,-7.357769966125488,21.936500549316406,44.90420150756836,-7.357769966125488,21.50349998474121,44.589599609375,-7.685719966888428,21.936500549316406,44.90420150756836,-7.357769966125488,21.65239906311035,44.34659957885742,-7.685719966888428,21.65239906311035,44.34659957885742,-7.685719966888428,21.936500549316406,44.90420150756836,-7.357769966125488,22.12929916381836,44.589599609375,-7.357769966125488,21.65239906311035,44.34659957885742,-7.685719966888428,22.12929916381836,44.589599609375,-7.357769966125488,21.761499404907227,44.08330154418945,-7.685719966888428,21.761499404907227,44.08330154418945,-7.685719966888428,22.12929916381836,44.589599609375,-7.357769966125488,22.27050018310547,44.24869918823242,-7.357769966125488,21.761499404907227,44.08330154418945,-7.685719966888428,22.27050018310547,44.24869918823242,-7.357769966125488,21.827999114990234,43.80630111694336,-7.685719966888428,23.107200622558594,43.52220153808594,-6.663949966430664,22.86280059814453,43.52220153808594,-6.950119972229004,22.827999114990234,43.964698791503906,-6.950119972229004,22.827999114990234,43.964698791503906,-6.950119972229004,22.86280059814453,43.52220153808594,-6.950119972229004,22.623899459838867,43.52220153808594,-7.154210090637207,22.827999114990234,43.964698791503906,-6.950119972229004,22.623899459838867,43.52220153808594,-7.154210090637207,22.356599807739258,43.88999938964844,-7.357769966125488,22.356599807739258,43.88999938964844,-7.357769966125488,22.623899459838867,43.52220153808594,-7.154210090637207,22.385499954223633,43.52220153808594,-7.357769966125488,22.356599807739258,43.88999938964844,-7.357769966125488,22.385499954223633,43.52220153808594,-7.357769966125488,22.06399917602539,43.52220153808594,-7.554830074310303,21.27050018310547,47.32640075683594,-4.121699810028076,21.850400924682617,47.08620071411133,-4.121699810028076,21.827999114990234,47.042301177978516,-4.747429847717285,21.827999114990234,47.042301177978516,-4.747429847717285,21.850400924682617,47.08620071411133,-4.121699810028076,22.356599807739258,46.71839904785156,-4.747429847717285,21.827999114990234,47.042301177978516,-4.747429847717285,22.356599807739258,46.71839904785156,-4.747429847717285,22.27050018310547,46.59989929199219,-5.357769966125488,22.27050018310547,46.59989929199219,-5.357769966125488,22.356599807739258,46.71839904785156,-4.747429847717285,22.72439956665039,46.21220016479492,-5.357769966125488,22.27050018310547,46.59989929199219,-5.357769966125488,22.72439956665039,46.21220016479492,-5.357769966125488,22.55459976196289,46.042301177978516,-5.937660217285156,22.55459976196289,46.042301177978516,-5.937660217285156,22.72439956665039,46.21220016479492,-5.357769966125488,22.917800903320312,45.61709976196289,-5.937660217285156,22.55459976196289,46.042301177978516,-5.937660217285156,22.917800903320312,45.61709976196289,-5.937660217285156,22.65239906311035,45.42430114746094,-6.472839832305908,22.65239906311035,45.42430114746094,-6.472839832305908,22.917800903320312,45.61709976196289,-5.937660217285156,22.917800903320312,44.99129867553711,-6.472839832305908,22.65239906311035,45.42430114746094,-6.472839832305908,22.917800903320312,44.99129867553711,-6.472839832305908,22.55459976196289,44.80630111694336,-6.950119972229004,22.55459976196289,44.80630111694336,-6.950119972229004,22.917800903320312,44.99129867553711,-6.472839832305908,22.72439956665039,44.39619827270508,-6.950119972229004,22.55459976196289,44.80630111694336,-6.950119972229004,22.72439956665039,44.39619827270508,-6.950119972229004,22.27050018310547,44.24869918823242,-7.357769966125488,22.27050018310547,44.24869918823242,-7.357769966125488,22.72439956665039,44.39619827270508,-6.950119972229004,22.356599807739258,43.88999938964844,-7.357769966125488,22.27050018310547,44.24869918823242,-7.357769966125488,22.356599807739258,43.88999938964844,-7.357769966125488,21.827999114990234,43.80630111694336,-7.685719966888428,21.827999114990234,43.80630111694336,-7.685719966888428,22.356599807739258,43.88999938964844,-7.357769966125488,22.06399917602539,43.52220153808594,-7.554830074310303,21.827999114990234,43.80630111694336,-7.685719966888428,22.06399917602539,43.52220153808594,-7.554830074310303,21.850400924682617,43.52220153808594,-7.685719966888428,20.227800369262695,44.74300003051758,-7.925920009613037,20.034400939941406,44.93159866333008,-7.854119777679443,20.318500518798828,45.315799713134766,-7.685719966888428,20.318500518798828,45.315799713134766,-7.685719966888428,20.034400939941406,44.93159866333008,-7.854119777679443,20.034400939941406,45.33810043334961,-7.685719966888428,20.318500518798828,45.315799713134766,-7.685719966888428,20.034400939941406,45.33810043334961,-7.685719966888428,20.034400939941406,45.55179977416992,-7.554830074310303,21.850400924682617,43.52220153808594,-7.685719966888428,21.44379997253418,43.52220153808594,-7.854119777679443,21.827999114990234,43.80630111694336,-7.685719966888428,21.827999114990234,43.80630111694336,-7.685719966888428,21.44379997253418,43.52220153808594,-7.854119777679443,21.255300521850586,43.71549987792969,-7.925920009613037,21.827999114990234,43.80630111694336,-7.685719966888428,21.255300521850586,43.71549987792969,-7.925920009613037,21.761499404907227,44.08330154418945,-7.685719966888428,21.761499404907227,44.08330154418945,-7.685719966888428,21.255300521850586,43.71549987792969,-7.925920009613037,21.209999084472656,43.90420150756836,-7.925920009613037,21.761499404907227,44.08330154418945,-7.685719966888428,21.209999084472656,43.90420150756836,-7.925920009613037,21.65239906311035,44.34659957885742,-7.685719966888428,21.65239906311035,44.34659957885742,-7.685719966888428,21.209999084472656,43.90420150756836,-7.925920009613037,21.135700225830078,44.08330154418945,-7.925920009613037,21.65239906311035,44.34659957885742,-7.685719966888428,21.135700225830078,44.08330154418945,-7.925920009613037,21.50349998474121,44.589599609375,-7.685719966888428,21.50349998474121,44.589599609375,-7.685719966888428,21.135700225830078,44.08330154418945,-7.925920009613037,21.034400939941406,44.24869918823242,-7.925920009613037,21.50349998474121,44.589599609375,-7.685719966888428,21.034400939941406,44.24869918823242,-7.925920009613037,21.318500518798828,44.80630111694336,-7.685719966888428,21.318500518798828,44.80630111694336,-7.685719966888428,21.034400939941406,44.24869918823242,-7.925920009613037,20.90839958190918,44.39619827270508,-7.925920009613037,21.318500518798828,44.80630111694336,-7.685719966888428,20.90839958190918,44.39619827270508,-7.925920009613037,21.1018009185791,44.99129867553711,-7.685719966888428,21.1018009185791,44.99129867553711,-7.685719966888428,20.90839958190918,44.39619827270508,-7.925920009613037,20.760900497436523,44.52220153808594,-7.925920009613037,21.1018009185791,44.99129867553711,-7.685719966888428,20.760900497436523,44.52220153808594,-7.925920009613037,20.858800888061523,45.140201568603516,-7.685719966888428,20.858800888061523,45.140201568603516,-7.685719966888428,20.760900497436523,44.52220153808594,-7.925920009613037,20.595600128173828,44.62350082397461,-7.925920009613037,20.034400939941406,43.52220153808594,-8.121700286865234,20.132299423217773,44.140201568603516,-8.072449684143066,20.227800369262695,44.1172981262207,-8.072449684143066,20.227800369262695,44.1172981262207,-8.072449684143066,20.132299423217773,44.140201568603516,-8.072449684143066,20.227800369262695,44.74300003051758,-7.925920009613037,20.227800369262695,44.1172981262207,-8.072449684143066,20.227800369262695,44.74300003051758,-7.925920009613037,20.416400909423828,44.69779968261719,-7.925920009613037,20.416400909423828,44.69779968261719,-7.925920009613037,20.227800369262695,44.74300003051758,-7.925920009613037,20.318500518798828,45.315799713134766,-7.685719966888428,20.416400909423828,44.69779968261719,-7.925920009613037,20.318500518798828,45.315799713134766,-7.685719966888428,20.595600128173828,45.249298095703125,-7.685719966888428,20.595600128173828,45.249298095703125,-7.685719966888428,20.318500518798828,45.315799713134766,-7.685719966888428,20.40220069885254,45.844398498535156,-7.357769966125488,20.595600128173828,45.249298095703125,-7.685719966888428,20.40220069885254,45.844398498535156,-7.357769966125488,20.760900497436523,45.758201599121094,-7.357769966125488,20.760900497436523,45.758201599121094,-7.357769966125488,20.40220069885254,45.844398498535156,-7.357769966125488,20.476900100708008,46.315799713134766,-6.950119972229004,20.760900497436523,45.758201599121094,-7.357769966125488,20.476900100708008,46.315799713134766,-6.950119972229004,20.90839958190918,46.21220016479492,-6.950119972229004,20.90839958190918,46.21220016479492,-6.950119972229004,20.476900100708008,46.315799713134766,-6.950119972229004,20.540599822998047,46.71839904785156,-6.472839832305908,20.90839958190918,46.21220016479492,-6.950119972229004,20.540599822998047,46.71839904785156,-6.472839832305908,21.034400939941406,46.59989929199219,-6.472839832305908,21.034400939941406,46.59989929199219,-6.472839832305908,20.540599822998047,46.71839904785156,-6.472839832305908,20.591899871826172,47.042301177978516,-5.937660217285156,21.034400939941406,46.59989929199219,-6.472839832305908,20.591899871826172,47.042301177978516,-5.937660217285156,21.135700225830078,46.911800384521484,-5.937660217285156,21.135700225830078,46.911800384521484,-5.937660217285156,20.591899871826172,47.042301177978516,-5.937660217285156,20.629499435424805,47.279598236083984,-5.357769966125488,21.135700225830078,46.911800384521484,-5.937660217285156,20.629499435424805,47.279598236083984,-5.357769966125488,21.209999084472656,47.140201568603516,-5.357769966125488,21.209999084472656,47.140201568603516,-5.357769966125488,20.629499435424805,47.279598236083984,-5.357769966125488,20.65239906311035,47.42430114746094,-4.747429847717285,21.209999084472656,47.140201568603516,-5.357769966125488,20.65239906311035,47.42430114746094,-4.747429847717285,21.255300521850586,47.279598236083984,-4.747429847717285,21.255300521850586,47.279598236083984,-4.747429847717285,20.65239906311035,47.42430114746094,-4.747429847717285,20.66010093688965,47.472900390625,-4.121699810028076,21.255300521850586,47.279598236083984,-4.747429847717285,20.66010093688965,47.472900390625,-4.121699810028076,21.27050018310547,47.32640075683594,-4.121699810028076,21.27050018310547,43.52220153808594,-7.925920009613037,20.7814998626709,43.52220153808594,-8.043330192565918,21.255300521850586,43.71549987792969,-7.925920009613037,21.255300521850586,43.71549987792969,-7.925920009613037,20.7814998626709,43.52220153808594,-8.043330192565918,20.65239906311035,43.62009811401367,-8.072449684143066,21.255300521850586,43.71549987792969,-7.925920009613037,20.65239906311035,43.62009811401367,-8.072449684143066,21.209999084472656,43.90420150756836,-7.925920009613037,21.209999084472656,43.90420150756836,-7.925920009613037,20.65239906311035,43.62009811401367,-8.072449684143066,20.629499435424805,43.71549987792969,-8.072449684143066,21.209999084472656,43.90420150756836,-7.925920009613037,20.629499435424805,43.71549987792969,-8.072449684143066,21.135700225830078,44.08330154418945,-7.925920009613037,21.135700225830078,44.08330154418945,-7.925920009613037,20.629499435424805,43.71549987792969,-8.072449684143066,20.591899871826172,43.80630111694336,-8.072449684143066,21.135700225830078,44.08330154418945,-7.925920009613037,20.591899871826172,43.80630111694336,-8.072449684143066,21.034400939941406,44.24869918823242,-7.925920009613037,21.034400939941406,44.24869918823242,-7.925920009613037,20.591899871826172,43.80630111694336,-8.072449684143066,20.540599822998047,43.88999938964844,-8.072449684143066,21.034400939941406,44.24869918823242,-7.925920009613037,20.540599822998047,43.88999938964844,-8.072449684143066,20.90839958190918,44.39619827270508,-7.925920009613037,20.90839958190918,44.39619827270508,-7.925920009613037,20.540599822998047,43.88999938964844,-8.072449684143066,20.476900100708008,43.964698791503906,-8.072449684143066,20.90839958190918,44.39619827270508,-7.925920009613037,20.476900100708008,43.964698791503906,-8.072449684143066,20.760900497436523,44.52220153808594,-7.925920009613037,20.760900497436523,44.52220153808594,-7.925920009613037,20.476900100708008,43.964698791503906,-8.072449684143066,20.40220069885254,44.02840042114258,-8.072449684143066,20.760900497436523,44.52220153808594,-7.925920009613037,20.40220069885254,44.02840042114258,-8.072449684143066,20.595600128173828,44.62350082397461,-7.925920009613037,20.595600128173828,44.62350082397461,-7.925920009613037,20.40220069885254,44.02840042114258,-8.072449684143066,20.318500518798828,44.0797004699707,-8.072449684143066,20.034400939941406,43.583900451660156,-8.116840362548828,20.034400939941406,44.14789962768555,-8.072449684143066,20.132299423217773,44.140201568603516,-8.072449684143066,20.132299423217773,44.140201568603516,-8.072449684143066,20.034400939941406,44.14789962768555,-8.072449684143066,20.034400939941406,44.26919937133789,-8.043330192565918,20.132299423217773,44.140201568603516,-8.072449684143066,20.034400939941406,44.26919937133789,-8.043330192565918,20.227800369262695,44.74300003051758,-7.925920009613037,20.227800369262695,44.74300003051758,-7.925920009613037,20.034400939941406,44.26919937133789,-8.043330192565918,20.034400939941406,44.758201599121094,-7.925920009613037,20.227800369262695,44.74300003051758,-7.925920009613037,20.034400939941406,44.758201599121094,-7.925920009613037,20.034400939941406,44.93159866333008,-7.854119777679443,21.27050018310547,47.32640075683594,-4.121699810028076,21.827999114990234,47.042301177978516,-4.747429847717285,21.255300521850586,47.279598236083984,-4.747429847717285,21.255300521850586,47.279598236083984,-4.747429847717285,21.827999114990234,47.042301177978516,-4.747429847717285,21.761499404907227,46.911800384521484,-5.357769966125488,21.255300521850586,47.279598236083984,-4.747429847717285,21.761499404907227,46.911800384521484,-5.357769966125488,21.209999084472656,47.140201568603516,-5.357769966125488,21.209999084472656,47.140201568603516,-5.357769966125488,21.761499404907227,46.911800384521484,-5.357769966125488,21.65239906311035,46.69770050048828,-5.937660217285156,21.209999084472656,47.140201568603516,-5.357769966125488,21.65239906311035,46.69770050048828,-5.937660217285156,21.135700225830078,46.911800384521484,-5.937660217285156,21.135700225830078,46.911800384521484,-5.937660217285156,21.65239906311035,46.69770050048828,-5.937660217285156,21.50349998474121,46.40549850463867,-6.472839832305908,21.135700225830078,46.911800384521484,-5.937660217285156,21.50349998474121,46.40549850463867,-6.472839832305908,21.034400939941406,46.59989929199219,-6.472839832305908,21.034400939941406,46.59989929199219,-6.472839832305908,21.50349998474121,46.40549850463867,-6.472839832305908,21.318500518798828,46.042301177978516,-6.950119972229004,21.034400939941406,46.59989929199219,-6.472839832305908,21.318500518798828,46.042301177978516,-6.950119972229004,20.90839958190918,46.21220016479492,-6.950119972229004,20.90839958190918,46.21220016479492,-6.950119972229004,21.318500518798828,46.042301177978516,-6.950119972229004,21.1018009185791,45.61709976196289,-7.357769966125488,20.90839958190918,46.21220016479492,-6.950119972229004,21.1018009185791,45.61709976196289,-7.357769966125488,20.760900497436523,45.758201599121094,-7.357769966125488,20.760900497436523,45.758201599121094,-7.357769966125488,21.1018009185791,45.61709976196289,-7.357769966125488,20.858800888061523,45.140201568603516,-7.685719966888428,20.760900497436523,45.758201599121094,-7.357769966125488,20.858800888061523,45.140201568603516,-7.685719966888428,20.595600128173828,45.249298095703125,-7.685719966888428,20.595600128173828,45.249298095703125,-7.685719966888428,20.858800888061523,45.140201568603516,-7.685719966888428,20.595600128173828,44.62350082397461,-7.925920009613037,20.595600128173828,45.249298095703125,-7.685719966888428,20.595600128173828,44.62350082397461,-7.925920009613037,20.416400909423828,44.69779968261719,-7.925920009613037,20.416400909423828,44.69779968261719,-7.925920009613037,20.595600128173828,44.62350082397461,-7.925920009613037,20.318500518798828,44.0797004699707,-8.072449684143066,20.416400909423828,44.69779968261719,-7.925920009613037,20.318500518798828,44.0797004699707,-8.072449684143066,20.227800369262695,44.1172981262207,-8.072449684143066,20.227800369262695,44.1172981262207,-8.072449684143066,20.318500518798828,44.0797004699707,-8.072449684143066,20.034400939941406,43.52220153808594,-8.121700286865234,20.66010093688965,43.52220153808594,-8.072449684143066,20.096200942993164,43.52220153808594,-8.116840362548828,20.65239906311035,43.62009811401367,-8.072449684143066,20.65239906311035,43.62009811401367,-8.072449684143066,20.096200942993164,43.52220153808594,-8.116840362548828,20.034400939941406,43.52220153808594,-8.121700286865234,18.034400939941406,43.52220153808594,7.978300094604492,18.034400939941406,43.52220153808594,7.878300189971924,6.28439998626709,43.52220153808594,7.978300094604492,6.28439998626709,43.52220153808594,7.978300094604492,18.034400939941406,43.52220153808594,7.878300189971924,-17.965599060058594,43.52220153808594,7.878300189971924,-17.965599060058594,43.52220153808594,7.978300094604492,-17.765600204467773,43.52220153808594,7.978300094604492,-17.965599060058594,43.52220153808594,7.878300189971924,-17.965599060058594,43.52220153808594,7.878300189971924,-17.765600204467773,43.52220153808594,7.978300094604492,-6.21560001373291,43.52220153808594,7.978300094604492,-17.965599060058594,43.52220153808594,7.878300189971924,-6.21560001373291,43.52220153808594,7.978300094604492,6.28439998626709,43.52220153808594,7.978300094604492,-19.965599060058594,-41.47779846191406,7.978300094604492,-19.965599060058594,-35.22779846191406,7.978300094604492,-19.965599060058594,-41.47779846191406,7.878300189971924,-19.965599060058594,-41.47779846191406,7.878300189971924,-19.965599060058594,-35.22779846191406,7.978300094604492,-19.965599060058594,-28.727800369262695,7.978300094604492,-19.965599060058594,-41.47779846191406,7.878300189971924,-19.965599060058594,-28.727800369262695,7.978300094604492,-19.965599060058594,-22.227800369262695,7.978300094604492,-19.965599060058594,-22.227800369262695,7.978300094604492,-19.965599060058594,-15.652799606323242,7.978300094604492,-19.965599060058594,-41.47779846191406,7.878300189971924,-19.965599060058594,-41.47779846191406,7.878300189971924,-19.965599060058594,-15.652799606323242,7.978300094604492,-19.965599060058594,41.52220153808594,7.978300094604492,-19.965599060058594,-41.47779846191406,7.878300189971924,-19.965599060058594,41.52220153808594,7.978300094604492,-19.965599060058594,41.52220153808594,7.878300189971924,-17.965599060058594,-43.47779846191406,7.978300094604492,-17.965599060058594,-43.47779846191406,7.878300189971924,-17.765600204467773,-43.47779846191406,7.978300094604492,-17.765600204467773,-43.47779846191406,7.978300094604492,-17.965599060058594,-43.47779846191406,7.878300189971924,18.034400939941406,-43.47779846191406,7.878300189971924,18.034400939941406,-43.47779846191406,7.978300094604492,6.28439998626709,-43.47779846191406,7.978300094604492,18.034400939941406,-43.47779846191406,7.878300189971924,18.034400939941406,-43.47779846191406,7.878300189971924,6.28439998626709,-43.47779846191406,7.978300094604492,-6.21560001373291,-43.47779846191406,7.978300094604492,18.034400939941406,-43.47779846191406,7.878300189971924,-6.21560001373291,-43.47779846191406,7.978300094604492,-17.765600204467773,-43.47779846191406,7.978300094604492,20.034400939941406,41.52220153808594,7.878300189971924,20.034400939941406,41.52220153808594,7.978300094604492,20.034400939941406,-15.652799606323242,7.978300094604492,20.034400939941406,-35.22779846191406,7.978300094604492,20.034400939941406,-41.47779846191406,7.978300094604492,20.034400939941406,-41.47779846191406,7.878300189971924,20.034400939941406,-35.22779846191406,7.978300094604492,20.034400939941406,-41.47779846191406,7.878300189971924,20.034400939941406,-28.727800369262695,7.978300094604492,20.034400939941406,41.52220153808594,7.878300189971924,20.034400939941406,-15.652799606323242,7.978300094604492,20.034400939941406,-41.47779846191406,7.878300189971924,20.034400939941406,-41.47779846191406,7.878300189971924,20.034400939941406,-15.652799606323242,7.978300094604492,20.034400939941406,-22.227800369262695,7.978300094604492,20.034400939941406,-41.47779846191406,7.878300189971924,20.034400939941406,-22.227800369262695,7.978300094604492,20.034400939941406,-28.727800369262695,7.978300094604492,18.034400939941406,43.52220153808594,-8.221699714660645,-17.965599060058594,43.52220153808594,-8.221699714660645,18.034400939941406,43.52220153808594,-8.121700286865234,18.034400939941406,43.52220153808594,-8.121700286865234,-17.965599060058594,43.52220153808594,-8.221699714660645,-17.965599060058594,43.52220153808594,-8.121700286865234,20.034400939941406,41.52220153808594,-8.121700286865234,20.034400939941406,-41.47779846191406,-8.121700286865234,20.034400939941406,41.52220153808594,-8.221699714660645,20.034400939941406,41.52220153808594,-8.221699714660645,20.034400939941406,-41.47779846191406,-8.121700286865234,20.034400939941406,-41.47779846191406,-8.221699714660645,18.034400939941406,-43.47779846191406,-8.121700286865234,-17.965599060058594,-43.47779846191406,-8.121700286865234,18.034400939941406,-43.47779846191406,-8.221699714660645,18.034400939941406,-43.47779846191406,-8.221699714660645,-17.965599060058594,-43.47779846191406,-8.121700286865234,-17.965599060058594,-43.47779846191406,-8.221699714660645,-19.965599060058594,41.52220153808594,-8.221699714660645,-19.965599060058594,-41.47779846191406,-8.221699714660645,-19.965599060058594,41.52220153808594,-8.121700286865234,-19.965599060058594,41.52220153808594,-8.121700286865234,-19.965599060058594,-41.47779846191406,-8.221699714660645,-19.965599060058594,-41.47779846191406,-8.121700286865234,20.034400939941406,-41.47779846191406,-8.221699714660645,-19.965599060058594,-41.47779846191406,-8.221699714660645,20.034400939941406,41.52220153808594,-8.221699714660645,20.034400939941406,41.52220153808594,-8.221699714660645,-19.965599060058594,-41.47779846191406,-8.221699714660645,-19.965599060058594,41.52220153808594,-8.221699714660645,20.034400939941406,41.52220153808594,-8.221699714660645,-19.965599060058594,41.52220153808594,-8.221699714660645,-17.965599060058594,43.52220153808594,-8.221699714660645,-18.873600006103516,43.30419921875,-8.221699714660645,-18.583599090576172,43.42430114746094,-8.221699714660645,-18.278499603271484,43.49760055541992,-8.221699714660645,18.942399978637695,43.30419921875,-8.221699714660645,19.209999084472656,43.140201568603516,-8.221699714660645,20.034400939941406,41.52220153808594,-8.221699714660645,-19.94099998474121,41.834999084472656,-8.221699714660645,-18.873600006103516,43.30419921875,-8.221699714660645,-19.965599060058594,41.52220153808594,-8.221699714660645,-19.965599060058594,41.52220153808594,-8.221699714660645,-18.873600006103516,43.30419921875,-8.221699714660645,-18.278499603271484,43.49760055541992,-8.221699714660645,-19.965599060058594,41.52220153808594,-8.221699714660645,-18.278499603271484,43.49760055541992,-8.221699714660645,-17.965599060058594,43.52220153808594,-8.221699714660645,-17.965599060058594,-43.47779846191406,-8.221699714660645,-18.278499603271484,-43.45320129394531,-8.221699714660645,-19.965599060058594,-41.47779846191406,-8.221699714660645,-19.965599060058594,-41.47779846191406,-8.221699714660645,-18.278499603271484,-43.45320129394531,-8.221699714660645,-18.583599090576172,-43.37990188598633,-8.221699714660645,-19.965599060058594,-41.47779846191406,-8.221699714660645,-18.583599090576172,-43.37990188598633,-8.221699714660645,-18.873600006103516,-43.25979995727539,-8.221699714660645,-19.37980079650879,42.9364013671875,-8.221699714660645,-19.141199111938477,43.140201568603516,-8.221699714660645,-19.583599090576172,42.69770050048828,-8.221699714660645,-19.583599090576172,42.69770050048828,-8.221699714660645,-19.141199111938477,43.140201568603516,-8.221699714660645,-18.873600006103516,43.30419921875,-8.221699714660645,-19.583599090576172,42.69770050048828,-8.221699714660645,-18.873600006103516,43.30419921875,-8.221699714660645,-19.747600555419922,42.430198669433594,-8.221699714660645,-19.747600555419922,42.430198669433594,-8.221699714660645,-18.873600006103516,43.30419921875,-8.221699714660645,-19.94099998474121,41.834999084472656,-8.221699714660645,-19.747600555419922,42.430198669433594,-8.221699714660645,-19.94099998474121,41.834999084472656,-8.221699714660645,-19.867700576782227,42.140201568603516,-8.221699714660645,18.65239906311035,43.42430114746094,-8.221699714660645,18.942399978637695,43.30419921875,-8.221699714660645,18.347299575805664,43.49760055541992,-8.221699714660645,18.347299575805664,43.49760055541992,-8.221699714660645,18.942399978637695,43.30419921875,-8.221699714660645,20.034400939941406,41.52220153808594,-8.221699714660645,18.347299575805664,43.49760055541992,-8.221699714660645,20.034400939941406,41.52220153808594,-8.221699714660645,18.034400939941406,43.52220153808594,-8.221699714660645,18.034400939941406,43.52220153808594,-8.221699714660645,20.034400939941406,41.52220153808594,-8.221699714660645,-17.965599060058594,43.52220153808594,-8.221699714660645,19.936500549316406,42.140201568603516,-8.221699714660645,20.00979995727539,41.834999084472656,-8.221699714660645,19.8164005279541,42.430198669433594,-8.221699714660645,19.8164005279541,42.430198669433594,-8.221699714660645,20.00979995727539,41.834999084472656,-8.221699714660645,20.034400939941406,41.52220153808594,-8.221699714660645,19.8164005279541,42.430198669433594,-8.221699714660645,20.034400939941406,41.52220153808594,-8.221699714660645,19.65239906311035,42.69770050048828,-8.221699714660645,19.65239906311035,42.69770050048828,-8.221699714660645,20.034400939941406,41.52220153808594,-8.221699714660645,19.209999084472656,43.140201568603516,-8.221699714660645,19.65239906311035,42.69770050048828,-8.221699714660645,19.209999084472656,43.140201568603516,-8.221699714660645,19.44860076904297,42.9364013671875,-8.221699714660645,-17.965599060058594,-43.47779846191406,-8.221699714660645,-19.965599060058594,-41.47779846191406,-8.221699714660645,18.034400939941406,-43.47779846191406,-8.221699714660645,18.034400939941406,-43.47779846191406,-8.221699714660645,-19.965599060058594,-41.47779846191406,-8.221699714660645,20.034400939941406,-41.47779846191406,-8.221699714660645,18.034400939941406,-43.47779846191406,-8.221699714660645,20.034400939941406,-41.47779846191406,-8.221699714660645,18.347299575805664,-43.45320129394531,-8.221699714660645,18.347299575805664,-43.45320129394531,-8.221699714660645,20.034400939941406,-41.47779846191406,-8.221699714660645,19.44860076904297,-42.891998291015625,-8.221699714660645,18.347299575805664,-43.45320129394531,-8.221699714660645,19.44860076904297,-42.891998291015625,-8.221699714660645,18.65239906311035,-43.37990188598633,-8.221699714660645,18.65239906311035,-43.37990188598633,-8.221699714660645,19.44860076904297,-42.891998291015625,-8.221699714660645,19.209999084472656,-43.09590148925781,-8.221699714660645,18.65239906311035,-43.37990188598633,-8.221699714660645,19.209999084472656,-43.09590148925781,-8.221699714660645,18.942399978637695,-43.25979995727539,-8.221699714660645,19.65239906311035,-42.65340042114258,-8.221699714660645,19.44860076904297,-42.891998291015625,-8.221699714660645,19.8164005279541,-42.385799407958984,-8.221699714660645,19.8164005279541,-42.385799407958984,-8.221699714660645,19.44860076904297,-42.891998291015625,-8.221699714660645,20.034400939941406,-41.47779846191406,-8.221699714660645,19.8164005279541,-42.385799407958984,-8.221699714660645,20.034400939941406,-41.47779846191406,-8.221699714660645,19.936500549316406,-42.09590148925781,-8.221699714660645,19.936500549316406,-42.09590148925781,-8.221699714660645,20.034400939941406,-41.47779846191406,-8.221699714660645,20.00979995727539,-41.79069900512695,-8.221699714660645,-19.867700576782227,-42.09590148925781,-8.221699714660645,-19.94099998474121,-41.79069900512695,-8.221699714660645,-19.747600555419922,-42.385799407958984,-8.221699714660645,-19.747600555419922,-42.385799407958984,-8.221699714660645,-19.94099998474121,-41.79069900512695,-8.221699714660645,-19.965599060058594,-41.47779846191406,-8.221699714660645,-19.583599090576172,-42.65340042114258,-8.221699714660645,-19.747600555419922,-42.385799407958984,-8.221699714660645,-19.37980079650879,-42.891998291015625,-8.221699714660645,-19.37980079650879,-42.891998291015625,-8.221699714660645,-19.747600555419922,-42.385799407958984,-8.221699714660645,-19.965599060058594,-41.47779846191406,-8.221699714660645,-19.37980079650879,-42.891998291015625,-8.221699714660645,-19.965599060058594,-41.47779846191406,-8.221699714660645,-19.141199111938477,-43.09590148925781,-8.221699714660645,-19.141199111938477,-43.09590148925781,-8.221699714660645,-19.965599060058594,-41.47779846191406,-8.221699714660645,-18.873600006103516,-43.25979995727539,-8.221699714660645,20.034400939941406,41.52220153808594,-8.221699714660645,20.00979995727539,41.834999084472656,-8.221699714660645,20.034400939941406,41.52220153808594,-8.121700286865234,20.034400939941406,41.52220153808594,-8.121700286865234,20.00979995727539,41.834999084472656,-8.221699714660645,20.0093994140625,41.834999084472656,-8.121620178222656,19.8164005279541,42.430198669433594,-8.221699714660645,19.813600540161133,42.42890167236328,-8.115349769592285,19.936500549316406,42.140201568603516,-8.221699714660645,19.936500549316406,42.140201568603516,-8.221699714660645,19.813600540161133,42.42890167236328,-8.115349769592285,19.922199249267578,42.182701110839844,-8.12012004852295,19.922199249267578,42.182701110839844,-8.12012004852295,19.935400009155273,42.143699645996094,-8.12047004699707,19.936500549316406,42.140201568603516,-8.221699714660645,19.936500549316406,42.140201568603516,-8.221699714660645,19.935400009155273,42.143699645996094,-8.12047004699707,19.936199188232422,42.140098571777344,-8.120490074157715,19.936500549316406,42.140201568603516,-8.221699714660645,19.936199188232422,42.140098571777344,-8.120490074157715,20.00979995727539,41.834999084472656,-8.221699714660645,20.00979995727539,41.834999084472656,-8.221699714660645,19.936199188232422,42.140098571777344,-8.120490074157715,20.00909996032715,41.839298248291016,-8.121620178222656,20.00979995727539,41.834999084472656,-8.221699714660645,20.00909996032715,41.839298248291016,-8.121620178222656,20.0093994140625,41.834999084472656,-8.121620178222656,19.59819984436035,42.76900100708008,-8.097840309143066,19.63010025024414,42.72800064086914,-8.10120964050293,19.65239906311035,42.69770050048828,-8.221699714660645,19.65239906311035,42.69770050048828,-8.221699714660645,19.63010025024414,42.72800064086914,-8.10120964050293,19.650299072265625,42.6963996887207,-8.102840423583984,19.65239906311035,42.69770050048828,-8.221699714660645,19.650299072265625,42.6963996887207,-8.102840423583984,19.8164005279541,42.430198669433594,-8.221699714660645,19.8164005279541,42.430198669433594,-8.221699714660645,19.650299072265625,42.6963996887207,-8.102840423583984,19.795499801635742,42.470001220703125,-8.1145601272583,19.8164005279541,42.430198669433594,-8.221699714660645,19.795499801635742,42.470001220703125,-8.1145601272583,19.813600540161133,42.42890167236328,-8.115349769592285,19.59819984436035,42.76900100708008,-8.097840309143066,19.65239906311035,42.69770050048828,-8.221699714660645,19.44860076904297,42.9364013671875,-8.078570365905762,19.44860076904297,42.9364013671875,-8.078570365905762,19.65239906311035,42.69770050048828,-8.221699714660645,19.44860076904297,42.9364013671875,-8.221699714660645,19.44860076904297,42.9364013671875,-8.078570365905762,19.44860076904297,42.9364013671875,-8.221699714660645,19.213699340820312,43.13750076293945,-8.10315990447998,19.213699340820312,43.13750076293945,-8.10315990447998,19.44860076904297,42.9364013671875,-8.221699714660645,19.209999084472656,43.140201568603516,-8.221699714660645,19.213699340820312,43.13750076293945,-8.10315990447998,19.209999084472656,43.140201568603516,-8.221699714660645,19.209800720214844,43.13990020751953,-8.103340148925781,19.209800720214844,43.13990020751953,-8.103340148925781,19.209999084472656,43.140201568603516,-8.221699714660645,18.951900482177734,43.29930114746094,-8.115480422973633,18.951900482177734,43.29930114746094,-8.115480422973633,19.209999084472656,43.140201568603516,-8.221699714660645,18.942399978637695,43.30419921875,-8.221699714660645,18.951900482177734,43.29930114746094,-8.115480422973633,18.942399978637695,43.30419921875,-8.221699714660645,18.94230079650879,43.304100036621094,-8.115739822387695,18.65239906311035,43.42430114746094,-8.221699714660645,18.651500701904297,43.42179870605469,-8.120260238647461,18.942399978637695,43.30419921875,-8.221699714660645,18.942399978637695,43.30419921875,-8.221699714660645,18.651500701904297,43.42179870605469,-8.120260238647461,18.911699295043945,43.31949996948242,-8.116559982299805,18.942399978637695,43.30419921875,-8.221699714660645,18.911699295043945,43.31949996948242,-8.116559982299805,18.94230079650879,43.304100036621094,-8.115739822387695,18.347299575805664,43.49760055541992,-8.221699714660645,18.034400939941406,43.52220153808594,-8.221699714660645,18.034400939941406,43.52220153808594,-8.121700286865234,18.034400939941406,43.52220153808594,-8.121700286865234,18.27899932861328,43.507198333740234,-8.12166976928711,18.347299575805664,43.49760055541992,-8.221699714660645,18.347299575805664,43.49760055541992,-8.221699714660645,18.27899932861328,43.507198333740234,-8.12166976928711,18.34630012512207,43.49290084838867,-8.121489524841309,18.347299575805664,43.49760055541992,-8.221699714660645,18.34630012512207,43.49290084838867,-8.121489524841309,18.65239906311035,43.42430114746094,-8.221699714660645,18.65239906311035,43.42430114746094,-8.221699714660645,18.34630012512207,43.49290084838867,-8.121489524841309,18.61639976501465,43.43560028076172,-8.120759963989258,18.65239906311035,43.42430114746094,-8.221699714660645,18.61639976501465,43.43560028076172,-8.120759963989258,18.651500701904297,43.42179870605469,-8.120260238647461,-17.965599060058594,43.52220153808594,-8.221699714660645,-18.278499603271484,43.49760055541992,-8.221699714660645,-17.965599060058594,43.52220153808594,-8.121700286865234,-17.965599060058594,43.52220153808594,-8.121700286865234,-18.278499603271484,43.49760055541992,-8.221699714660645,-18.278400421142578,43.49720001220703,-8.121620178222656,-18.873600006103516,43.30419921875,-8.221699714660645,-18.872400283813477,43.30139923095703,-8.115349769592285,-18.583599090576172,43.42430114746094,-8.221699714660645,-18.583599090576172,43.42430114746094,-8.221699714660645,-18.872400283813477,43.30139923095703,-8.115349769592285,-18.62619972229004,43.4099006652832,-8.12012004852295,-18.62619972229004,43.4099006652832,-8.12012004852295,-18.587099075317383,43.423099517822266,-8.12047004699707,-18.583599090576172,43.42430114746094,-8.221699714660645,-18.583599090576172,43.42430114746094,-8.221699714660645,-18.587099075317383,43.423099517822266,-8.12047004699707,-18.583599090576172,43.42399978637695,-8.120490074157715,-18.583599090576172,43.42430114746094,-8.221699714660645,-18.583599090576172,43.42399978637695,-8.120490074157715,-18.278499603271484,43.49760055541992,-8.221699714660645,-18.278499603271484,43.49760055541992,-8.221699714660645,-18.583599090576172,43.42399978637695,-8.120490074157715,-18.282699584960938,43.49689865112305,-8.121620178222656,-18.278499603271484,43.49760055541992,-8.221699714660645,-18.282699584960938,43.49689865112305,-8.121620178222656,-18.278400421142578,43.49720001220703,-8.121620178222656,-19.212499618530273,43.085899353027344,-8.097840309143066,-19.17140007019043,43.117801666259766,-8.10120964050293,-19.141199111938477,43.140201568603516,-8.221699714660645,-19.141199111938477,43.140201568603516,-8.221699714660645,-19.17140007019043,43.117801666259766,-8.10120964050293,-19.139799118041992,43.138099670410156,-8.102840423583984,-19.141199111938477,43.140201568603516,-8.221699714660645,-19.139799118041992,43.138099670410156,-8.102840423583984,-18.873600006103516,43.30419921875,-8.221699714660645,-18.873600006103516,43.30419921875,-8.221699714660645,-19.139799118041992,43.138099670410156,-8.102840423583984,-18.91349983215332,43.28329849243164,-8.1145601272583,-18.873600006103516,43.30419921875,-8.221699714660645,-18.91349983215332,43.28329849243164,-8.1145601272583,-18.872400283813477,43.30139923095703,-8.115349769592285,-19.212499618530273,43.085899353027344,-8.097840309143066,-19.141199111938477,43.140201568603516,-8.221699714660645,-19.37980079650879,42.9364013671875,-8.078570365905762,-19.37980079650879,42.9364013671875,-8.078570365905762,-19.141199111938477,43.140201568603516,-8.221699714660645,-19.37980079650879,42.9364013671875,-8.221699714660645,-19.37980079650879,42.9364013671875,-8.078570365905762,-19.37980079650879,42.9364013671875,-8.221699714660645,-19.580900192260742,42.701499938964844,-8.10315990447998,-19.580900192260742,42.701499938964844,-8.10315990447998,-19.37980079650879,42.9364013671875,-8.221699714660645,-19.583599090576172,42.69770050048828,-8.221699714660645,-19.580900192260742,42.701499938964844,-8.10315990447998,-19.583599090576172,42.69770050048828,-8.221699714660645,-19.58329963684082,42.697601318359375,-8.103340148925781,-19.58329963684082,42.697601318359375,-8.103340148925781,-19.583599090576172,42.69770050048828,-8.221699714660645,-19.742799758911133,42.43960189819336,-8.115480422973633,-19.742799758911133,42.43960189819336,-8.115480422973633,-19.583599090576172,42.69770050048828,-8.221699714660645,-19.747600555419922,42.430198669433594,-8.221699714660645,-19.742799758911133,42.43960189819336,-8.115480422973633,-19.747600555419922,42.430198669433594,-8.221699714660645,-19.747499465942383,42.43009948730469,-8.115739822387695,-19.867700576782227,42.140201568603516,-8.221699714660645,-19.865299224853516,42.139198303222656,-8.120260238647461,-19.747600555419922,42.430198669433594,-8.221699714660645,-19.747600555419922,42.430198669433594,-8.221699714660645,-19.865299224853516,42.139198303222656,-8.120260238647461,-19.76289939880371,42.39950180053711,-8.116559982299805,-19.747600555419922,42.430198669433594,-8.221699714660645,-19.76289939880371,42.39950180053711,-8.116559982299805,-19.747499465942383,42.43009948730469,-8.115739822387695,-19.94099998474121,41.834999084472656,-8.221699714660645,-19.965599060058594,41.52220153808594,-8.221699714660645,-19.965599060058594,41.52220153808594,-8.121700286865234,-19.965599060058594,41.52220153808594,-8.121700286865234,-19.950599670410156,41.76679992675781,-8.12166976928711,-19.94099998474121,41.834999084472656,-8.221699714660645,-19.94099998474121,41.834999084472656,-8.221699714660645,-19.950599670410156,41.76679992675781,-8.12166976928711,-19.93630027770996,41.83409881591797,-8.121489524841309,-19.94099998474121,41.834999084472656,-8.221699714660645,-19.93630027770996,41.83409881591797,-8.121489524841309,-19.867700576782227,42.140201568603516,-8.221699714660645,-19.867700576782227,42.140201568603516,-8.221699714660645,-19.93630027770996,41.83409881591797,-8.121489524841309,-19.878999710083008,42.10419845581055,-8.120759963989258,-19.867700576782227,42.140201568603516,-8.221699714660645,-19.878999710083008,42.10419845581055,-8.120759963989258,-19.865299224853516,42.139198303222656,-8.120260238647461,18.034400939941406,-43.47779846191406,-8.221699714660645,18.347299575805664,-43.45320129394531,-8.221699714660645,18.034400939941406,-43.47779846191406,-8.121700286865234,18.034400939941406,-43.47779846191406,-8.121700286865234,18.347299575805664,-43.45320129394531,-8.221699714660645,18.347200393676758,-43.45289993286133,-8.121620178222656,18.942399978637695,-43.25979995727539,-8.221699714660645,18.941200256347656,-43.25709915161133,-8.115360260009766,18.65239906311035,-43.37990188598633,-8.221699714660645,18.65239906311035,-43.37990188598633,-8.221699714660645,18.941200256347656,-43.25709915161133,-8.115360260009766,18.69499969482422,-43.3656005859375,-8.120129585266113,18.69499969482422,-43.3656005859375,-8.120129585266113,18.655899047851562,-43.37879943847656,-8.12047004699707,18.65239906311035,-43.37990188598633,-8.221699714660645,18.65239906311035,-43.37990188598633,-8.221699714660645,18.655899047851562,-43.37879943847656,-8.12047004699707,18.65239906311035,-43.37969970703125,-8.120490074157715,18.65239906311035,-43.37990188598633,-8.221699714660645,18.65239906311035,-43.37969970703125,-8.120490074157715,18.347299575805664,-43.45320129394531,-8.221699714660645,18.347299575805664,-43.45320129394531,-8.221699714660645,18.65239906311035,-43.37969970703125,-8.120490074157715,18.351499557495117,-43.45249938964844,-8.121620178222656,18.347299575805664,-43.45320129394531,-8.221699714660645,18.351499557495117,-43.45249938964844,-8.121620178222656,18.347200393676758,-43.45289993286133,-8.121620178222656,19.281299591064453,-43.04159927368164,-8.097840309143066,19.24020004272461,-43.07350158691406,-8.10120964050293,19.209999084472656,-43.09590148925781,-8.221699714660645,19.209999084472656,-43.09590148925781,-8.221699714660645,19.24020004272461,-43.07350158691406,-8.10120964050293,19.208599090576172,-43.09370040893555,-8.102849960327148,19.209999084472656,-43.09590148925781,-8.221699714660645,19.208599090576172,-43.09370040893555,-8.102849960327148,18.942399978637695,-43.25979995727539,-8.221699714660645,18.942399978637695,-43.25979995727539,-8.221699714660645,19.208599090576172,-43.09370040893555,-8.102849960327148,18.9822998046875,-43.23889923095703,-8.1145601272583,18.942399978637695,-43.25979995727539,-8.221699714660645,18.9822998046875,-43.23889923095703,-8.1145601272583,18.941200256347656,-43.25709915161133,-8.115360260009766,19.281299591064453,-43.04159927368164,-8.097840309143066,19.209999084472656,-43.09590148925781,-8.221699714660645,19.44860076904297,-42.891998291015625,-8.078579902648926,19.44860076904297,-42.891998291015625,-8.078579902648926,19.209999084472656,-43.09590148925781,-8.221699714660645,19.44860076904297,-42.891998291015625,-8.221699714660645,19.44860076904297,-42.891998291015625,-8.078579902648926,19.44860076904297,-42.891998291015625,-8.221699714660645,19.649700164794922,-42.65719985961914,-8.10315990447998,19.649700164794922,-42.65719985961914,-8.10315990447998,19.44860076904297,-42.891998291015625,-8.221699714660645,19.65239906311035,-42.65340042114258,-8.221699714660645,19.649700164794922,-42.65719985961914,-8.10315990447998,19.65239906311035,-42.65340042114258,-8.221699714660645,19.652099609375,-42.6531982421875,-8.103349685668945,19.652099609375,-42.6531982421875,-8.103349685668945,19.65239906311035,-42.65340042114258,-8.221699714660645,19.811599731445312,-42.395301818847656,-8.115489959716797,19.811599731445312,-42.395301818847656,-8.115489959716797,19.65239906311035,-42.65340042114258,-8.221699714660645,19.8164005279541,-42.385799407958984,-8.221699714660645,19.811599731445312,-42.395301818847656,-8.115489959716797,19.8164005279541,-42.385799407958984,-8.221699714660645,19.816299438476562,-42.385799407958984,-8.115739822387695,19.936500549316406,-42.09590148925781,-8.221699714660645,19.934099197387695,-42.09489822387695,-8.120260238647461,19.8164005279541,-42.385799407958984,-8.221699714660645,19.8164005279541,-42.385799407958984,-8.221699714660645,19.934099197387695,-42.09489822387695,-8.120260238647461,19.83169937133789,-42.355201721191406,-8.116559982299805,19.8164005279541,-42.385799407958984,-8.221699714660645,19.83169937133789,-42.355201721191406,-8.116559982299805,19.816299438476562,-42.385799407958984,-8.115739822387695,20.00979995727539,-41.79069900512695,-8.221699714660645,20.034400939941406,-41.47779846191406,-8.221699714660645,20.034400939941406,-41.47779846191406,-8.121700286865234,20.034400939941406,-41.47779846191406,-8.121700286865234,20.019399642944336,-41.7224006652832,-8.12166976928711,20.00979995727539,-41.79069900512695,-8.221699714660645,20.00979995727539,-41.79069900512695,-8.221699714660645,20.019399642944336,-41.7224006652832,-8.12166976928711,20.00510025024414,-41.78969955444336,-8.121489524841309,20.00979995727539,-41.79069900512695,-8.221699714660645,20.00510025024414,-41.78969955444336,-8.121489524841309,19.936500549316406,-42.09590148925781,-8.221699714660645,19.936500549316406,-42.09590148925781,-8.221699714660645,20.00510025024414,-41.78969955444336,-8.121489524841309,19.947799682617188,-42.05979919433594,-8.120759963989258,19.936500549316406,-42.09590148925781,-8.221699714660645,19.947799682617188,-42.05979919433594,-8.120759963989258,19.934099197387695,-42.09489822387695,-8.120260238647461,-19.965599060058594,-41.47779846191406,-8.221699714660645,-19.94099998474121,-41.79069900512695,-8.221699714660645,-19.965599060058594,-41.47779846191406,-8.121700286865234,-19.965599060058594,-41.47779846191406,-8.121700286865234,-19.94099998474121,-41.79069900512695,-8.221699714660645,-19.94059944152832,-41.79069900512695,-8.121620178222656,-19.747600555419922,-42.385799407958984,-8.221699714660645,-19.744800567626953,-42.38460159301758,-8.115360260009766,-19.867700576782227,-42.09590148925781,-8.221699714660645,-19.867700576782227,-42.09590148925781,-8.221699714660645,-19.744800567626953,-42.38460159301758,-8.115360260009766,-19.8533992767334,-42.13840103149414,-8.120129585266113,-19.8533992767334,-42.13840103149414,-8.120129585266113,-19.866600036621094,-42.09939956665039,-8.12047004699707,-19.867700576782227,-42.09590148925781,-8.221699714660645,-19.867700576782227,-42.09590148925781,-8.221699714660645,-19.866600036621094,-42.09939956665039,-8.12047004699707,-19.867399215698242,-42.09579849243164,-8.120490074157715,-19.867700576782227,-42.09590148925781,-8.221699714660645,-19.867399215698242,-42.09579849243164,-8.120490074157715,-19.94099998474121,-41.79069900512695,-8.221699714660645,-19.94099998474121,-41.79069900512695,-8.221699714660645,-19.867399215698242,-42.09579849243164,-8.120490074157715,-19.94029998779297,-41.79499816894531,-8.121620178222656,-19.94099998474121,-41.79069900512695,-8.221699714660645,-19.94029998779297,-41.79499816894531,-8.121620178222656,-19.94059944152832,-41.79069900512695,-8.121620178222656,-19.529399871826172,-42.724700927734375,-8.097840309143066,-19.561199188232422,-42.68360137939453,-8.10120964050293,-19.583599090576172,-42.65340042114258,-8.221699714660645,-19.583599090576172,-42.65340042114258,-8.221699714660645,-19.561199188232422,-42.68360137939453,-8.10120964050293,-19.581499099731445,-42.652000427246094,-8.102849960327148,-19.583599090576172,-42.65340042114258,-8.221699714660645,-19.581499099731445,-42.652000427246094,-8.102849960327148,-19.747600555419922,-42.385799407958984,-8.221699714660645,-19.747600555419922,-42.385799407958984,-8.221699714660645,-19.581499099731445,-42.652000427246094,-8.102849960327148,-19.726699829101562,-42.42570114135742,-8.1145601272583,-19.747600555419922,-42.385799407958984,-8.221699714660645,-19.726699829101562,-42.42570114135742,-8.1145601272583,-19.744800567626953,-42.38460159301758,-8.115360260009766,-19.529399871826172,-42.724700927734375,-8.097840309143066,-19.583599090576172,-42.65340042114258,-8.221699714660645,-19.37980079650879,-42.891998291015625,-8.078579902648926,-19.37980079650879,-42.891998291015625,-8.078579902648926,-19.583599090576172,-42.65340042114258,-8.221699714660645,-19.37980079650879,-42.891998291015625,-8.221699714660645,-19.37980079650879,-42.891998291015625,-8.078579902648926,-19.37980079650879,-42.891998291015625,-8.221699714660645,-19.144899368286133,-43.093101501464844,-8.10315990447998,-19.144899368286133,-43.093101501464844,-8.10315990447998,-19.37980079650879,-42.891998291015625,-8.221699714660645,-19.141199111938477,-43.09590148925781,-8.221699714660645,-19.144899368286133,-43.093101501464844,-8.10315990447998,-19.141199111938477,-43.09590148925781,-8.221699714660645,-19.141000747680664,-43.09560012817383,-8.103349685668945,-19.141000747680664,-43.09560012817383,-8.103349685668945,-19.141199111938477,-43.09590148925781,-8.221699714660645,-18.882999420166016,-43.255001068115234,-8.115489959716797,-18.882999420166016,-43.255001068115234,-8.115489959716797,-19.141199111938477,-43.09590148925781,-8.221699714660645,-18.873600006103516,-43.25979995727539,-8.221699714660645,-18.882999420166016,-43.255001068115234,-8.115489959716797,-18.873600006103516,-43.25979995727539,-8.221699714660645,-18.87350082397461,-43.25979995727539,-8.115739822387695,-18.583599090576172,-43.37990188598633,-8.221699714660645,-18.582700729370117,-43.377498626708984,-8.120260238647461,-18.873600006103516,-43.25979995727539,-8.221699714660645,-18.873600006103516,-43.25979995727539,-8.221699714660645,-18.582700729370117,-43.377498626708984,-8.120260238647461,-18.842899322509766,-43.27510070800781,-8.116559982299805,-18.873600006103516,-43.25979995727539,-8.221699714660645,-18.842899322509766,-43.27510070800781,-8.116559982299805,-18.87350082397461,-43.25979995727539,-8.115739822387695,-18.278499603271484,-43.45320129394531,-8.221699714660645,-17.965599060058594,-43.47779846191406,-8.221699714660645,-17.965599060058594,-43.47779846191406,-8.121700286865234,-17.965599060058594,-43.47779846191406,-8.121700286865234,-18.2101993560791,-43.462799072265625,-8.12166976928711,-18.278499603271484,-43.45320129394531,-8.221699714660645,-18.278499603271484,-43.45320129394531,-8.221699714660645,-18.2101993560791,-43.462799072265625,-8.12166976928711,-18.27750015258789,-43.44850158691406,-8.121489524841309,-18.278499603271484,-43.45320129394531,-8.221699714660645,-18.27750015258789,-43.44850158691406,-8.121489524841309,-18.583599090576172,-43.37990188598633,-8.221699714660645,-18.583599090576172,-43.37990188598633,-8.221699714660645,-18.27750015258789,-43.44850158691406,-8.121489524841309,-18.54759979248047,-43.391300201416016,-8.120759963989258,-18.583599090576172,-43.37990188598633,-8.221699714660645,-18.54759979248047,-43.391300201416016,-8.120759963989258,-18.582700729370117,-43.377498626708984,-8.120260238647461,20.034400939941406,-41.47779846191406,7.978300094604492,20.00979995727539,-41.79069900512695,7.978300094604492,20.034400939941406,-41.47779846191406,7.878300189971924,20.034400939941406,-41.47779846191406,7.878300189971924,20.00979995727539,-41.79069900512695,7.978300094604492,20.0093994140625,-41.79069900512695,7.878220081329346,19.8164005279541,-42.385799407958984,7.978300094604492,19.813600540161133,-42.38460159301758,7.871950149536133,19.83009910583496,-42.35279846191406,7.978300094604492,19.83009910583496,-42.35279846191406,7.978300094604492,19.813600540161133,-42.38460159301758,7.871950149536133,19.922199249267578,-42.13840103149414,7.876719951629639,19.83009910583496,-42.35279846191406,7.978300094604492,19.922199249267578,-42.13840103149414,7.876719951629639,19.936500549316406,-42.09590148925781,7.978300094604492,19.922199249267578,-42.13840103149414,7.876719951629639,19.935400009155273,-42.09939956665039,7.87706995010376,19.936500549316406,-42.09590148925781,7.978300094604492,19.936500549316406,-42.09590148925781,7.978300094604492,19.935400009155273,-42.09939956665039,7.87706995010376,19.936199188232422,-42.09579849243164,7.877089977264404,19.936500549316406,-42.09590148925781,7.978300094604492,19.936199188232422,-42.09579849243164,7.877089977264404,20.00979995727539,-41.79069900512695,7.978300094604492,20.00979995727539,-41.79069900512695,7.978300094604492,19.936199188232422,-42.09579849243164,7.877089977264404,20.00909996032715,-41.79499816894531,7.878220081329346,20.00979995727539,-41.79069900512695,7.978300094604492,20.00909996032715,-41.79499816894531,7.878220081329346,20.0093994140625,-41.79069900512695,7.878220081329346,19.59819984436035,-42.724700927734375,7.854440212249756,19.63010025024414,-42.68360137939453,7.857810020446777,19.65239906311035,-42.65340042114258,7.978300094604492,19.65239906311035,-42.65340042114258,7.978300094604492,19.63010025024414,-42.68360137939453,7.857810020446777,19.650299072265625,-42.652000427246094,7.859439849853516,19.65239906311035,-42.65340042114258,7.978300094604492,19.650299072265625,-42.652000427246094,7.859439849853516,19.8164005279541,-42.385799407958984,7.978300094604492,19.8164005279541,-42.385799407958984,7.978300094604492,19.650299072265625,-42.652000427246094,7.859439849853516,19.795499801635742,-42.42570114135742,7.87116003036499,19.8164005279541,-42.385799407958984,7.978300094604492,19.795499801635742,-42.42570114135742,7.87116003036499,19.813600540161133,-42.38460159301758,7.871950149536133,19.59819984436035,-42.724700927734375,7.854440212249756,19.65239906311035,-42.65340042114258,7.978300094604492,19.44860076904297,-42.891998291015625,7.835169792175293,19.44860076904297,-42.891998291015625,7.835169792175293,19.65239906311035,-42.65340042114258,7.978300094604492,19.44860076904297,-42.891998291015625,7.978300094604492,19.44860076904297,-42.891998291015625,7.835169792175293,19.44860076904297,-42.891998291015625,7.978300094604492,19.213699340820312,-43.093101501464844,7.859749794006348,19.213699340820312,-43.093101501464844,7.859749794006348,19.44860076904297,-42.891998291015625,7.978300094604492,19.209999084472656,-43.09590148925781,7.978300094604492,19.213699340820312,-43.093101501464844,7.859749794006348,19.209999084472656,-43.09590148925781,7.978300094604492,19.209800720214844,-43.09560012817383,7.859940052032471,19.209800720214844,-43.09560012817383,7.859940052032471,19.209999084472656,-43.09590148925781,7.978300094604492,18.951900482177734,-43.255001068115234,7.872079849243164,18.951900482177734,-43.255001068115234,7.872079849243164,19.209999084472656,-43.09590148925781,7.978300094604492,18.942399978637695,-43.25979995727539,7.978300094604492,18.951900482177734,-43.255001068115234,7.872079849243164,18.942399978637695,-43.25979995727539,7.978300094604492,18.94230079650879,-43.25979995727539,7.872340202331543,18.65239906311035,-43.37990188598633,7.978300094604492,18.651500701904297,-43.377498626708984,7.87686014175415,18.942399978637695,-43.25979995727539,7.978300094604492,18.942399978637695,-43.25979995727539,7.978300094604492,18.651500701904297,-43.377498626708984,7.87686014175415,18.911699295043945,-43.27510070800781,7.873159885406494,18.942399978637695,-43.25979995727539,7.978300094604492,18.911699295043945,-43.27510070800781,7.873159885406494,18.94230079650879,-43.25979995727539,7.872340202331543,18.347299575805664,-43.45320129394531,7.978300094604492,18.034400939941406,-43.47779846191406,7.978300094604492,18.034400939941406,-43.47779846191406,7.878300189971924,18.034400939941406,-43.47779846191406,7.878300189971924,18.27899932861328,-43.462799072265625,7.878270149230957,18.347299575805664,-43.45320129394531,7.978300094604492,18.347299575805664,-43.45320129394531,7.978300094604492,18.27899932861328,-43.462799072265625,7.878270149230957,18.34630012512207,-43.44850158691406,7.878089904785156,18.347299575805664,-43.45320129394531,7.978300094604492,18.34630012512207,-43.44850158691406,7.878089904785156,18.65239906311035,-43.37990188598633,7.978300094604492,18.65239906311035,-43.37990188598633,7.978300094604492,18.34630012512207,-43.44850158691406,7.878089904785156,18.61639976501465,-43.391300201416016,7.877359867095947,18.65239906311035,-43.37990188598633,7.978300094604492,18.61639976501465,-43.391300201416016,7.877359867095947,18.651500701904297,-43.377498626708984,7.87686014175415,-17.965599060058594,-43.47779846191406,7.978300094604492,-18.278499603271484,-43.45320129394531,7.978300094604492,-17.965599060058594,-43.47779846191406,7.878300189971924,-17.965599060058594,-43.47779846191406,7.878300189971924,-18.278499603271484,-43.45320129394531,7.978300094604492,-18.278400421142578,-43.45289993286133,7.878220081329346,-18.873600006103516,-43.25979995727539,7.978300094604492,-18.872400283813477,-43.25709915161133,7.871950149536133,-18.583599090576172,-43.37990188598633,7.978300094604492,-18.583599090576172,-43.37990188598633,7.978300094604492,-18.872400283813477,-43.25709915161133,7.871950149536133,-18.62619972229004,-43.3656005859375,7.876719951629639,-18.62619972229004,-43.3656005859375,7.876719951629639,-18.587099075317383,-43.37879943847656,7.87706995010376,-18.583599090576172,-43.37990188598633,7.978300094604492,-18.583599090576172,-43.37990188598633,7.978300094604492,-18.587099075317383,-43.37879943847656,7.87706995010376,-18.583599090576172,-43.37969970703125,7.877089977264404,-18.583599090576172,-43.37990188598633,7.978300094604492,-18.583599090576172,-43.37969970703125,7.877089977264404,-18.278499603271484,-43.45320129394531,7.978300094604492,-18.278499603271484,-43.45320129394531,7.978300094604492,-18.583599090576172,-43.37969970703125,7.877089977264404,-18.282699584960938,-43.45249938964844,7.878220081329346,-18.278499603271484,-43.45320129394531,7.978300094604492,-18.282699584960938,-43.45249938964844,7.878220081329346,-18.278400421142578,-43.45289993286133,7.878220081329346,-19.37980079650879,-42.891998291015625,7.835169792175293,-19.212499618530273,-43.04159927368164,7.854440212249756,-19.141199111938477,-43.09590148925781,7.978300094604492,-19.212499618530273,-43.04159927368164,7.854440212249756,-19.17140007019043,-43.07350158691406,7.857810020446777,-19.141199111938477,-43.09590148925781,7.978300094604492,-19.141199111938477,-43.09590148925781,7.978300094604492,-19.17140007019043,-43.07350158691406,7.857810020446777,-19.139799118041992,-43.09370040893555,7.859439849853516,-19.141199111938477,-43.09590148925781,7.978300094604492,-19.139799118041992,-43.09370040893555,7.859439849853516,-18.873600006103516,-43.25979995727539,7.978300094604492,-18.873600006103516,-43.25979995727539,7.978300094604492,-19.139799118041992,-43.09370040893555,7.859439849853516,-18.91349983215332,-43.23889923095703,7.87116003036499,-18.873600006103516,-43.25979995727539,7.978300094604492,-18.91349983215332,-43.23889923095703,7.87116003036499,-18.872400283813477,-43.25709915161133,7.871950149536133,-19.583599090576172,-42.65340042114258,7.978300094604492,-19.580900192260742,-42.65719985961914,7.859749794006348,-19.465599060058594,-42.79159927368164,7.978300094604492,-19.465599060058594,-42.79159927368164,7.978300094604492,-19.580900192260742,-42.65719985961914,7.859749794006348,-19.37980079650879,-42.891998291015625,7.835169792175293,-19.465599060058594,-42.79159927368164,7.978300094604492,-19.37980079650879,-42.891998291015625,7.835169792175293,-19.37980079650879,-42.891998291015625,7.978300094604492,-19.37980079650879,-42.891998291015625,7.978300094604492,-19.37980079650879,-42.891998291015625,7.835169792175293,-19.141199111938477,-43.09590148925781,7.978300094604492,-19.747600555419922,-42.385799407958984,7.978300094604492,-19.742799758911133,-42.395301818847656,7.872079849243164,-19.583599090576172,-42.65340042114258,7.978300094604492,-19.583599090576172,-42.65340042114258,7.978300094604492,-19.742799758911133,-42.395301818847656,7.872079849243164,-19.58329963684082,-42.6531982421875,7.859940052032471,-19.583599090576172,-42.65340042114258,7.978300094604492,-19.58329963684082,-42.6531982421875,7.859940052032471,-19.580900192260742,-42.65719985961914,7.859749794006348,-19.867700576782227,-42.09590148925781,7.978300094604492,-19.865299224853516,-42.09489822387695,7.87686014175415,-19.76129913330078,-42.35279846191406,7.978300094604492,-19.76129913330078,-42.35279846191406,7.978300094604492,-19.865299224853516,-42.09489822387695,7.87686014175415,-19.76289939880371,-42.355201721191406,7.873159885406494,-19.76129913330078,-42.35279846191406,7.978300094604492,-19.76289939880371,-42.355201721191406,7.873159885406494,-19.747600555419922,-42.385799407958984,7.978300094604492,-19.747600555419922,-42.385799407958984,7.978300094604492,-19.76289939880371,-42.355201721191406,7.873159885406494,-19.747499465942383,-42.385799407958984,7.872340202331543,-19.747600555419922,-42.385799407958984,7.978300094604492,-19.747499465942383,-42.385799407958984,7.872340202331543,-19.742799758911133,-42.395301818847656,7.872079849243164,-19.94099998474121,-41.79069900512695,7.978300094604492,-19.965599060058594,-41.47779846191406,7.978300094604492,-19.965599060058594,-41.47779846191406,7.878300189971924,-19.965599060058594,-41.47779846191406,7.878300189971924,-19.950599670410156,-41.7224006652832,7.878270149230957,-19.94099998474121,-41.79069900512695,7.978300094604492,-19.94099998474121,-41.79069900512695,7.978300094604492,-19.950599670410156,-41.7224006652832,7.878270149230957,-19.93630027770996,-41.78969955444336,7.878089904785156,-19.94099998474121,-41.79069900512695,7.978300094604492,-19.93630027770996,-41.78969955444336,7.878089904785156,-19.867700576782227,-42.09590148925781,7.978300094604492,-19.867700576782227,-42.09590148925781,7.978300094604492,-19.93630027770996,-41.78969955444336,7.878089904785156,-19.878999710083008,-42.05979919433594,7.877359867095947,-19.867700576782227,-42.09590148925781,7.978300094604492,-19.878999710083008,-42.05979919433594,7.877359867095947,-19.865299224853516,-42.09489822387695,7.87686014175415,-19.561199188232422,42.72800064086914,7.857810020446777,-19.581499099731445,42.6963996887207,7.859449863433838,-19.583599090576172,42.69770050048828,7.978300094604492,-19.866600036621094,42.143699645996094,7.877079963684082,-19.867399215698242,42.140098571777344,7.877089977264404,-19.867700576782227,42.140201568603516,7.978300094604492,-19.965599060058594,41.52220153808594,7.978300094604492,-19.94099998474121,41.834999084472656,7.978300094604492,-19.965599060058594,41.52220153808594,7.878300189971924,-19.965599060058594,41.52220153808594,7.878300189971924,-19.94099998474121,41.834999084472656,7.978300094604492,-19.94059944152832,41.834999084472656,7.878220081329346,-19.867700576782227,42.140201568603516,7.978300094604492,-19.867399215698242,42.140098571777344,7.877089977264404,-19.94099998474121,41.834999084472656,7.978300094604492,-19.94099998474121,41.834999084472656,7.978300094604492,-19.867399215698242,42.140098571777344,7.877089977264404,-19.94029998779297,41.839298248291016,7.878220081329346,-19.94099998474121,41.834999084472656,7.978300094604492,-19.94029998779297,41.839298248291016,7.878220081329346,-19.94059944152832,41.834999084472656,7.878220081329346,-19.583599090576172,42.69770050048828,7.978300094604492,-19.581499099731445,42.6963996887207,7.859449863433838,-19.747600555419922,42.430198669433594,7.978300094604492,-19.581499099731445,42.6963996887207,7.859449863433838,-19.726699829101562,42.470001220703125,7.87116003036499,-19.747600555419922,42.430198669433594,7.978300094604492,-19.747600555419922,42.430198669433594,7.978300094604492,-19.726699829101562,42.470001220703125,7.87116003036499,-19.744800567626953,42.42890167236328,7.871960163116455,-19.747600555419922,42.430198669433594,7.978300094604492,-19.744800567626953,42.42890167236328,7.871960163116455,-19.867700576782227,42.140201568603516,7.978300094604492,-19.867700576782227,42.140201568603516,7.978300094604492,-19.744800567626953,42.42890167236328,7.871960163116455,-19.8533992767334,42.182701110839844,7.876729965209961,-19.867700576782227,42.140201568603516,7.978300094604492,-19.8533992767334,42.182701110839844,7.876729965209961,-19.866600036621094,42.143699645996094,7.877079963684082,-19.561199188232422,42.72800064086914,7.857810020446777,-19.583599090576172,42.69770050048828,7.978300094604492,-19.529399871826172,42.76900100708008,7.854440212249756,-19.529399871826172,42.76900100708008,7.854440212249756,-19.583599090576172,42.69770050048828,7.978300094604492,-19.465599060058594,42.835899353027344,7.978300094604492,-19.529399871826172,42.76900100708008,7.854440212249756,-19.465599060058594,42.835899353027344,7.978300094604492,-19.37980079650879,42.9364013671875,7.835179805755615,-19.37980079650879,42.9364013671875,7.835179805755615,-19.465599060058594,42.835899353027344,7.978300094604492,-19.37980079650879,42.9364013671875,7.978300094604492,-19.37980079650879,42.9364013671875,7.835179805755615,-19.37980079650879,42.9364013671875,7.978300094604492,-19.144899368286133,43.13750076293945,7.85975980758667,-19.144899368286133,43.13750076293945,7.85975980758667,-19.37980079650879,42.9364013671875,7.978300094604492,-19.141199111938477,43.140201568603516,7.978300094604492,-19.144899368286133,43.13750076293945,7.85975980758667,-19.141199111938477,43.140201568603516,7.978300094604492,-19.141000747680664,43.13990020751953,7.859940052032471,-19.141000747680664,43.13990020751953,7.859940052032471,-19.141199111938477,43.140201568603516,7.978300094604492,-18.882999420166016,43.29930114746094,7.872089862823486,-18.882999420166016,43.29930114746094,7.872089862823486,-19.141199111938477,43.140201568603516,7.978300094604492,-18.873600006103516,43.30419921875,7.978300094604492,-18.882999420166016,43.29930114746094,7.872089862823486,-18.873600006103516,43.30419921875,7.978300094604492,-18.87350082397461,43.304100036621094,7.872340202331543,-18.583599090576172,43.42430114746094,7.978300094604492,-18.582700729370117,43.42179870605469,7.876870155334473,-18.873600006103516,43.30419921875,7.978300094604492,-18.873600006103516,43.30419921875,7.978300094604492,-18.582700729370117,43.42179870605469,7.876870155334473,-18.842899322509766,43.31949996948242,7.873159885406494,-18.873600006103516,43.30419921875,7.978300094604492,-18.842899322509766,43.31949996948242,7.873159885406494,-18.87350082397461,43.304100036621094,7.872340202331543,-18.278499603271484,43.49760055541992,7.978300094604492,-17.965599060058594,43.52220153808594,7.978300094604492,-17.965599060058594,43.52220153808594,7.878300189971924,-17.965599060058594,43.52220153808594,7.878300189971924,-18.2101993560791,43.507198333740234,7.878270149230957,-18.278499603271484,43.49760055541992,7.978300094604492,-18.278499603271484,43.49760055541992,7.978300094604492,-18.2101993560791,43.507198333740234,7.878270149230957,-18.27750015258789,43.49290084838867,7.878089904785156,-18.278499603271484,43.49760055541992,7.978300094604492,-18.27750015258789,43.49290084838867,7.878089904785156,-18.583599090576172,43.42430114746094,7.978300094604492,-18.583599090576172,43.42430114746094,7.978300094604492,-18.27750015258789,43.49290084838867,7.878089904785156,-18.54759979248047,43.43560028076172,7.8773698806762695,-18.583599090576172,43.42430114746094,7.978300094604492,-18.54759979248047,43.43560028076172,7.8773698806762695,-18.582700729370117,43.42179870605469,7.876870155334473,18.034400939941406,43.52220153808594,7.978300094604492,18.347299575805664,43.49760055541992,7.978300094604492,18.034400939941406,43.52220153808594,7.878300189971924,18.034400939941406,43.52220153808594,7.878300189971924,18.347299575805664,43.49760055541992,7.978300094604492,18.347200393676758,43.49720001220703,7.878220081329346,18.942399978637695,43.30419921875,7.978300094604492,18.941200256347656,43.30139923095703,7.871960163116455,18.65239906311035,43.42430114746094,7.978300094604492,18.65239906311035,43.42430114746094,7.978300094604492,18.941200256347656,43.30139923095703,7.871960163116455,18.69499969482422,43.4099006652832,7.876729965209961,18.69499969482422,43.4099006652832,7.876729965209961,18.655899047851562,43.423099517822266,7.877079963684082,18.65239906311035,43.42430114746094,7.978300094604492,18.65239906311035,43.42430114746094,7.978300094604492,18.655899047851562,43.423099517822266,7.877079963684082,18.65239906311035,43.42399978637695,7.877089977264404,18.65239906311035,43.42430114746094,7.978300094604492,18.65239906311035,43.42399978637695,7.877089977264404,18.347299575805664,43.49760055541992,7.978300094604492,18.347299575805664,43.49760055541992,7.978300094604492,18.65239906311035,43.42399978637695,7.877089977264404,18.351499557495117,43.49689865112305,7.878220081329346,18.347299575805664,43.49760055541992,7.978300094604492,18.351499557495117,43.49689865112305,7.878220081329346,18.347200393676758,43.49720001220703,7.878220081329346,19.281299591064453,43.085899353027344,7.854440212249756,19.24020004272461,43.117801666259766,7.857810020446777,19.209999084472656,43.140201568603516,7.978300094604492,19.209999084472656,43.140201568603516,7.978300094604492,19.24020004272461,43.117801666259766,7.857810020446777,19.208599090576172,43.138099670410156,7.859449863433838,19.209999084472656,43.140201568603516,7.978300094604492,19.208599090576172,43.138099670410156,7.859449863433838,18.942399978637695,43.30419921875,7.978300094604492,18.942399978637695,43.30419921875,7.978300094604492,19.208599090576172,43.138099670410156,7.859449863433838,18.9822998046875,43.28329849243164,7.87116003036499,18.942399978637695,43.30419921875,7.978300094604492,18.9822998046875,43.28329849243164,7.87116003036499,18.941200256347656,43.30139923095703,7.871960163116455,19.281299591064453,43.085899353027344,7.854440212249756,19.209999084472656,43.140201568603516,7.978300094604492,19.44860076904297,42.9364013671875,7.835179805755615,19.44860076904297,42.9364013671875,7.835179805755615,19.209999084472656,43.140201568603516,7.978300094604492,19.44860076904297,42.9364013671875,7.978300094604492,19.44860076904297,42.9364013671875,7.835179805755615,19.44860076904297,42.9364013671875,7.978300094604492,19.649700164794922,42.701499938964844,7.85975980758667,19.649700164794922,42.701499938964844,7.85975980758667,19.44860076904297,42.9364013671875,7.978300094604492,19.65239906311035,42.69770050048828,7.978300094604492,19.649700164794922,42.701499938964844,7.85975980758667,19.65239906311035,42.69770050048828,7.978300094604492,19.652099609375,42.697601318359375,7.859940052032471,19.652099609375,42.697601318359375,7.859940052032471,19.65239906311035,42.69770050048828,7.978300094604492,19.811599731445312,42.43960189819336,7.872089862823486,19.811599731445312,42.43960189819336,7.872089862823486,19.65239906311035,42.69770050048828,7.978300094604492,19.8164005279541,42.430198669433594,7.978300094604492,19.811599731445312,42.43960189819336,7.872089862823486,19.8164005279541,42.430198669433594,7.978300094604492,19.816299438476562,42.43009948730469,7.872340202331543,19.936500549316406,42.140201568603516,7.978300094604492,19.934099197387695,42.139198303222656,7.876870155334473,19.8164005279541,42.430198669433594,7.978300094604492,19.8164005279541,42.430198669433594,7.978300094604492,19.934099197387695,42.139198303222656,7.876870155334473,19.83169937133789,42.39950180053711,7.873159885406494,19.8164005279541,42.430198669433594,7.978300094604492,19.83169937133789,42.39950180053711,7.873159885406494,19.816299438476562,42.43009948730469,7.872340202331543,20.00979995727539,41.834999084472656,7.978300094604492,20.034400939941406,41.52220153808594,7.978300094604492,20.034400939941406,41.52220153808594,7.878300189971924,20.034400939941406,41.52220153808594,7.878300189971924,20.019399642944336,41.76679992675781,7.878270149230957,20.00979995727539,41.834999084472656,7.978300094604492,20.00979995727539,41.834999084472656,7.978300094604492,20.019399642944336,41.76679992675781,7.878270149230957,20.00510025024414,41.83409881591797,7.878089904785156,20.00979995727539,41.834999084472656,7.978300094604492,20.00510025024414,41.83409881591797,7.878089904785156,19.936500549316406,42.140201568603516,7.978300094604492,19.936500549316406,42.140201568603516,7.978300094604492,20.00510025024414,41.83409881591797,7.878089904785156,19.947799682617188,42.10419845581055,7.8773698806762695,19.936500549316406,42.140201568603516,7.978300094604492,19.947799682617188,42.10419845581055,7.8773698806762695,19.934099197387695,42.139198303222656,7.876870155334473,-17.465599060058594,37.52220153808594,7.878300189971924,-17.465599060058594,37.52220153808594,7.978300094604492,-17.700199127197266,37.503700256347656,7.978300094604492,-17.465599060058594,37.52220153808594,7.878300189971924,-17.700199127197266,37.503700256347656,7.978300094604492,-17.700199127197266,37.503700256347656,7.878300189971924,-17.700199127197266,37.503700256347656,7.878300189971924,-17.700199127197266,37.503700256347656,7.978300094604492,-17.765600204467773,37.487998962402344,7.978300094604492,-17.700199127197266,37.503700256347656,7.878300189971924,-17.765600204467773,37.487998962402344,7.978300094604492,-17.929100036621094,37.44879913330078,7.878300189971924,-17.765600204467773,37.487998962402344,7.978300094604492,-17.929100036621094,37.44879913330078,7.978300094604492,-17.929100036621094,37.44879913330078,7.878300189971924,-17.929100036621094,37.44879913330078,7.878300189971924,-17.929100036621094,37.44879913330078,7.978300094604492,-18.1466007232666,37.358699798583984,7.978300094604492,-17.929100036621094,37.44879913330078,7.878300189971924,-18.1466007232666,37.358699798583984,7.978300094604492,-18.1466007232666,37.358699798583984,7.878300189971924,-18.1466007232666,37.358699798583984,7.878300189971924,-18.1466007232666,37.358699798583984,7.978300094604492,-18.347299575805664,37.23569869995117,7.978300094604492,-18.1466007232666,37.358699798583984,7.878300189971924,-18.347299575805664,37.23569869995117,7.978300094604492,-18.347299575805664,37.23569869995117,7.878300189971924,-18.347299575805664,37.23569869995117,7.878300189971924,-18.347299575805664,37.23569869995117,7.978300094604492,-18.52630043029785,37.082801818847656,7.978300094604492,-18.347299575805664,37.23569869995117,7.878300189971924,-18.52630043029785,37.082801818847656,7.978300094604492,-18.52630043029785,37.082801818847656,7.878300189971924,-18.52630043029785,37.082801818847656,7.878300189971924,-18.52630043029785,37.082801818847656,7.978300094604492,-18.679100036621094,36.903900146484375,7.978300094604492,-18.52630043029785,37.082801818847656,7.878300189971924,-18.679100036621094,36.903900146484375,7.978300094604492,-18.679100036621094,36.903900146484375,7.878300189971924,-18.679100036621094,36.903900146484375,7.878300189971924,-18.679100036621094,36.903900146484375,7.978300094604492,-18.802099227905273,36.70320129394531,7.978300094604492,-18.679100036621094,36.903900146484375,7.878300189971924,-18.802099227905273,36.70320129394531,7.978300094604492,-18.802099227905273,36.70320129394531,7.878300189971924,-18.802099227905273,36.70320129394531,7.878300189971924,-18.802099227905273,36.70320129394531,7.978300094604492,-18.892200469970703,36.48569869995117,7.978300094604492,-18.802099227905273,36.70320129394531,7.878300189971924,-18.892200469970703,36.48569869995117,7.978300094604492,-18.892200469970703,36.48569869995117,7.878300189971924,-18.892200469970703,36.48569869995117,7.878300189971924,-18.892200469970703,36.48569869995117,7.978300094604492,-18.947099685668945,36.25680160522461,7.978300094604492,-18.892200469970703,36.48569869995117,7.878300189971924,-18.947099685668945,36.25680160522461,7.978300094604492,-18.947099685668945,36.25680160522461,7.878300189971924,-18.947099685668945,36.25680160522461,7.878300189971924,-18.947099685668945,36.25680160522461,7.978300094604492,-18.965599060058594,36.02220153808594,7.978300094604492,-18.947099685668945,36.25680160522461,7.878300189971924,-18.965599060058594,36.02220153808594,7.978300094604492,-18.965599060058594,36.02220153808594,7.878300189971924,-17.465599060058594,37.52220153808594,7.978300094604492,-17.465599060058594,37.52220153808594,7.878300189971924,-6.21560001373291,37.52220153808594,7.978300094604492,-6.21560001373291,37.52220153808594,7.978300094604492,-17.465599060058594,37.52220153808594,7.878300189971924,17.534400939941406,37.52220153808594,7.878300189971924,-6.21560001373291,37.52220153808594,7.978300094604492,17.534400939941406,37.52220153808594,7.878300189971924,6.28439998626709,37.52220153808594,7.978300094604492,6.28439998626709,37.52220153808594,7.978300094604492,17.534400939941406,37.52220153808594,7.878300189971924,17.534400939941406,37.52220153808594,7.978300094604492,19.034400939941406,36.02220153808594,7.878300189971924,19.034400939941406,36.02220153808594,7.978300094604492,19.015899658203125,36.25680160522461,7.978300094604492,19.034400939941406,36.02220153808594,7.878300189971924,19.015899658203125,36.25680160522461,7.978300094604492,19.015899658203125,36.25680160522461,7.878300189971924,19.015899658203125,36.25680160522461,7.878300189971924,19.015899658203125,36.25680160522461,7.978300094604492,18.961000442504883,36.48569869995117,7.978300094604492,19.015899658203125,36.25680160522461,7.878300189971924,18.961000442504883,36.48569869995117,7.978300094604492,18.961000442504883,36.48569869995117,7.878300189971924,18.961000442504883,36.48569869995117,7.878300189971924,18.961000442504883,36.48569869995117,7.978300094604492,18.870899200439453,36.70320129394531,7.978300094604492,18.961000442504883,36.48569869995117,7.878300189971924,18.870899200439453,36.70320129394531,7.978300094604492,18.870899200439453,36.70320129394531,7.878300189971924,18.870899200439453,36.70320129394531,7.878300189971924,18.870899200439453,36.70320129394531,7.978300094604492,18.747900009155273,36.903900146484375,7.978300094604492,18.870899200439453,36.70320129394531,7.878300189971924,18.747900009155273,36.903900146484375,7.978300094604492,18.747900009155273,36.903900146484375,7.878300189971924,18.747900009155273,36.903900146484375,7.878300189971924,18.747900009155273,36.903900146484375,7.978300094604492,18.59510040283203,37.082801818847656,7.978300094604492,18.747900009155273,36.903900146484375,7.878300189971924,18.59510040283203,37.082801818847656,7.978300094604492,18.59510040283203,37.082801818847656,7.878300189971924,18.59510040283203,37.082801818847656,7.878300189971924,18.59510040283203,37.082801818847656,7.978300094604492,18.416099548339844,37.23569869995117,7.978300094604492,18.59510040283203,37.082801818847656,7.878300189971924,18.416099548339844,37.23569869995117,7.978300094604492,18.416099548339844,37.23569869995117,7.878300189971924,18.416099548339844,37.23569869995117,7.878300189971924,18.416099548339844,37.23569869995117,7.978300094604492,18.21540069580078,37.358699798583984,7.978300094604492,18.416099548339844,37.23569869995117,7.878300189971924,18.21540069580078,37.358699798583984,7.978300094604492,18.21540069580078,37.358699798583984,7.878300189971924,18.21540069580078,37.358699798583984,7.878300189971924,18.21540069580078,37.358699798583984,7.978300094604492,17.997900009155273,37.44879913330078,7.978300094604492,18.21540069580078,37.358699798583984,7.878300189971924,17.997900009155273,37.44879913330078,7.978300094604492,17.997900009155273,37.44879913330078,7.878300189971924,17.997900009155273,37.44879913330078,7.878300189971924,17.997900009155273,37.44879913330078,7.978300094604492,17.769100189208984,37.503700256347656,7.978300094604492,17.997900009155273,37.44879913330078,7.878300189971924,17.769100189208984,37.503700256347656,7.978300094604492,17.769100189208984,37.503700256347656,7.878300189971924,17.769100189208984,37.503700256347656,7.878300189971924,17.769100189208984,37.503700256347656,7.978300094604492,17.534400939941406,37.52220153808594,7.978300094604492,17.769100189208984,37.503700256347656,7.878300189971924,17.534400939941406,37.52220153808594,7.978300094604492,17.534400939941406,37.52220153808594,7.878300189971924,19.034400939941406,36.02220153808594,7.878300189971924,19.034400939941406,-2.4778199195861816,7.878300189971924,19.034400939941406,36.02220153808594,7.978300094604492,19.034400939941406,36.02220153808594,7.978300094604492,19.034400939941406,-2.4778199195861816,7.878300189971924,19.034400939941406,-2.4778199195861816,7.978300094604492,17.534400939941406,-3.9778199195861816,7.878300189971924,17.534400939941406,-3.9778199195861816,7.978300094604492,17.769100189208984,-3.959350109100342,7.978300094604492,17.534400939941406,-3.9778199195861816,7.878300189971924,17.769100189208984,-3.959350109100342,7.978300094604492,17.769100189208984,-3.959350109100342,7.878300189971924,17.769100189208984,-3.959350109100342,7.878300189971924,17.769100189208984,-3.959350109100342,7.978300094604492,17.997900009155273,-3.904409885406494,7.978300094604492,17.769100189208984,-3.959350109100342,7.878300189971924,17.997900009155273,-3.904409885406494,7.978300094604492,17.997900009155273,-3.904409885406494,7.878300189971924,17.997900009155273,-3.904409885406494,7.878300189971924,17.997900009155273,-3.904409885406494,7.978300094604492,18.21540069580078,-3.8143301010131836,7.978300094604492,17.997900009155273,-3.904409885406494,7.878300189971924,18.21540069580078,-3.8143301010131836,7.978300094604492,18.21540069580078,-3.8143301010131836,7.878300189971924,18.21540069580078,-3.8143301010131836,7.878300189971924,18.21540069580078,-3.8143301010131836,7.978300094604492,18.416099548339844,-3.691349983215332,7.978300094604492,18.21540069580078,-3.8143301010131836,7.878300189971924,18.416099548339844,-3.691349983215332,7.978300094604492,18.416099548339844,-3.691349983215332,7.878300189971924,18.416099548339844,-3.691349983215332,7.878300189971924,18.416099548339844,-3.691349983215332,7.978300094604492,18.59510040283203,-3.538480043411255,7.978300094604492,18.416099548339844,-3.691349983215332,7.878300189971924,18.59510040283203,-3.538480043411255,7.978300094604492,18.59510040283203,-3.538480043411255,7.878300189971924,18.59510040283203,-3.538480043411255,7.878300189971924,18.59510040283203,-3.538480043411255,7.978300094604492,18.747900009155273,-3.359499931335449,7.978300094604492,18.59510040283203,-3.538480043411255,7.878300189971924,18.747900009155273,-3.359499931335449,7.978300094604492,18.747900009155273,-3.359499931335449,7.878300189971924,18.747900009155273,-3.359499931335449,7.878300189971924,18.747900009155273,-3.359499931335449,7.978300094604492,18.870899200439453,-3.158799886703491,7.978300094604492,18.747900009155273,-3.359499931335449,7.878300189971924,18.870899200439453,-3.158799886703491,7.978300094604492,18.870899200439453,-3.158799886703491,7.878300189971924,18.870899200439453,-3.158799886703491,7.878300189971924,18.870899200439453,-3.158799886703491,7.978300094604492,18.961000442504883,-2.9413399696350098,7.978300094604492,18.870899200439453,-3.158799886703491,7.878300189971924,18.961000442504883,-2.9413399696350098,7.978300094604492,18.961000442504883,-2.9413399696350098,7.878300189971924,18.961000442504883,-2.9413399696350098,7.878300189971924,18.961000442504883,-2.9413399696350098,7.978300094604492,19.015899658203125,-2.712470054626465,7.978300094604492,18.961000442504883,-2.9413399696350098,7.878300189971924,19.015899658203125,-2.712470054626465,7.978300094604492,19.015899658203125,-2.712470054626465,7.878300189971924,19.015899658203125,-2.712470054626465,7.878300189971924,19.015899658203125,-2.712470054626465,7.978300094604492,19.034400939941406,-2.4778199195861816,7.978300094604492,19.015899658203125,-2.712470054626465,7.878300189971924,19.034400939941406,-2.4778199195861816,7.978300094604492,19.034400939941406,-2.4778199195861816,7.878300189971924,17.534400939941406,-3.9778199195861816,7.978300094604492,17.534400939941406,-3.9778199195861816,7.878300189971924,6.28439998626709,-3.9778199195861816,7.978300094604492,6.28439998626709,-3.9778199195861816,7.978300094604492,17.534400939941406,-3.9778199195861816,7.878300189971924,-17.465599060058594,-3.9778199195861816,7.878300189971924,6.28439998626709,-3.9778199195861816,7.978300094604492,-17.465599060058594,-3.9778199195861816,7.878300189971924,-6.21560001373291,-3.9778199195861816,7.978300094604492,-6.21560001373291,-3.9778199195861816,7.978300094604492,-17.465599060058594,-3.9778199195861816,7.878300189971924,-17.465599060058594,-3.9778199195861816,7.978300094604492,-17.465599060058594,-3.9778199195861816,7.978300094604492,-17.465599060058594,-3.9778199195861816,7.878300189971924,-17.700199127197266,-3.959350109100342,7.878300189971924,-18.965599060058594,-2.4778199195861816,7.878300189971924,-18.965599060058594,-2.4778199195861816,7.978300094604492,-18.947099685668945,-2.712470054626465,7.978300094604492,-18.965599060058594,-2.4778199195861816,7.878300189971924,-18.947099685668945,-2.712470054626465,7.978300094604492,-18.947099685668945,-2.712470054626465,7.878300189971924,-18.947099685668945,-2.712470054626465,7.878300189971924,-18.947099685668945,-2.712470054626465,7.978300094604492,-18.892200469970703,-2.9413399696350098,7.978300094604492,-18.947099685668945,-2.712470054626465,7.878300189971924,-18.892200469970703,-2.9413399696350098,7.978300094604492,-18.892200469970703,-2.9413399696350098,7.878300189971924,-18.892200469970703,-2.9413399696350098,7.878300189971924,-18.892200469970703,-2.9413399696350098,7.978300094604492,-18.802099227905273,-3.158799886703491,7.978300094604492,-18.892200469970703,-2.9413399696350098,7.878300189971924,-18.802099227905273,-3.158799886703491,7.978300094604492,-18.802099227905273,-3.158799886703491,7.878300189971924,-18.802099227905273,-3.158799886703491,7.878300189971924,-18.802099227905273,-3.158799886703491,7.978300094604492,-18.679100036621094,-3.359499931335449,7.978300094604492,-18.802099227905273,-3.158799886703491,7.878300189971924,-18.679100036621094,-3.359499931335449,7.978300094604492,-18.679100036621094,-3.359499931335449,7.878300189971924,-18.679100036621094,-3.359499931335449,7.878300189971924,-18.679100036621094,-3.359499931335449,7.978300094604492,-18.52630043029785,-3.538480043411255,7.978300094604492,-18.679100036621094,-3.359499931335449,7.878300189971924,-18.52630043029785,-3.538480043411255,7.978300094604492,-18.52630043029785,-3.538480043411255,7.878300189971924,-18.52630043029785,-3.538480043411255,7.878300189971924,-18.52630043029785,-3.538480043411255,7.978300094604492,-18.347299575805664,-3.691349983215332,7.978300094604492,-18.52630043029785,-3.538480043411255,7.878300189971924,-18.347299575805664,-3.691349983215332,7.978300094604492,-18.347299575805664,-3.691349983215332,7.878300189971924,-18.347299575805664,-3.691349983215332,7.878300189971924,-18.347299575805664,-3.691349983215332,7.978300094604492,-18.1466007232666,-3.8143301010131836,7.978300094604492,-18.347299575805664,-3.691349983215332,7.878300189971924,-18.1466007232666,-3.8143301010131836,7.978300094604492,-18.1466007232666,-3.8143301010131836,7.878300189971924,-18.1466007232666,-3.8143301010131836,7.878300189971924,-18.1466007232666,-3.8143301010131836,7.978300094604492,-17.929100036621094,-3.904409885406494,7.978300094604492,-18.1466007232666,-3.8143301010131836,7.878300189971924,-17.929100036621094,-3.904409885406494,7.978300094604492,-17.929100036621094,-3.904409885406494,7.878300189971924,-17.929100036621094,-3.904409885406494,7.878300189971924,-17.929100036621094,-3.904409885406494,7.978300094604492,-17.765600204467773,-3.943660020828247,7.978300094604492,-17.929100036621094,-3.904409885406494,7.878300189971924,-17.765600204467773,-3.943660020828247,7.978300094604492,-17.700199127197266,-3.959350109100342,7.878300189971924,-17.700199127197266,-3.959350109100342,7.878300189971924,-17.765600204467773,-3.943660020828247,7.978300094604492,-17.700199127197266,-3.959350109100342,7.978300094604492,-17.700199127197266,-3.959350109100342,7.878300189971924,-17.700199127197266,-3.959350109100342,7.978300094604492,-17.465599060058594,-3.9778199195861816,7.978300094604492,-18.965599060058594,-2.4778199195861816,7.878300189971924,-18.965599060058594,36.02220153808594,7.878300189971924,-18.965599060058594,-2.4778199195861816,7.978300094604492,-18.965599060058594,-2.4778199195861816,7.978300094604492,-18.965599060058594,36.02220153808594,7.878300189971924,-18.965599060058594,36.02220153808594,7.978300094604492,-17.965599060058594,-2.4778199195861816,7.878300189971924,-18.965599060058594,-2.4778199195861816,7.878300189971924,-17.959400177001953,-2.556040048599243,7.878300189971924,-17.959400177001953,-2.556040048599243,7.878300189971924,-18.965599060058594,-2.4778199195861816,7.878300189971924,-18.947099685668945,-2.712470054626465,7.878300189971924,-17.959400177001953,-2.556040048599243,7.878300189971924,-18.947099685668945,-2.712470054626465,7.878300189971924,-17.941099166870117,-2.6323299407958984,7.878300189971924,-17.941099166870117,-2.6323299407958984,7.878300189971924,-18.947099685668945,-2.712470054626465,7.878300189971924,-18.892200469970703,-2.9413399696350098,7.878300189971924,-17.941099166870117,-2.6323299407958984,7.878300189971924,-18.892200469970703,-2.9413399696350098,7.878300189971924,-17.911100387573242,-2.7048099040985107,7.878300189971924,-17.911100387573242,-2.7048099040985107,7.878300189971924,-18.892200469970703,-2.9413399696350098,7.878300189971924,-18.802099227905273,-3.158799886703491,7.878300189971924,-17.911100387573242,-2.7048099040985107,7.878300189971924,-18.802099227905273,-3.158799886703491,7.878300189971924,-17.870100021362305,-2.77170991897583,7.878300189971924,-17.870100021362305,-2.77170991897583,7.878300189971924,-18.802099227905273,-3.158799886703491,7.878300189971924,-18.679100036621094,-3.359499931335449,7.878300189971924,-17.870100021362305,-2.77170991897583,7.878300189971924,-18.679100036621094,-3.359499931335449,7.878300189971924,-17.81909942626953,-2.8313701152801514,7.878300189971924,-17.81909942626953,-2.8313701152801514,7.878300189971924,-18.679100036621094,-3.359499931335449,7.878300189971924,-18.52630043029785,-3.538480043411255,7.878300189971924,-17.81909942626953,-2.8313701152801514,7.878300189971924,-18.52630043029785,-3.538480043411255,7.878300189971924,-17.75950050354004,-2.8823299407958984,7.878300189971924,-17.75950050354004,-2.8823299407958984,7.878300189971924,-18.52630043029785,-3.538480043411255,7.878300189971924,-18.347299575805664,-3.691349983215332,7.878300189971924,-17.75950050354004,-2.8823299407958984,7.878300189971924,-18.347299575805664,-3.691349983215332,7.878300189971924,-17.69260025024414,-2.923330068588257,7.878300189971924,-17.69260025024414,-2.923330068588257,7.878300189971924,-18.347299575805664,-3.691349983215332,7.878300189971924,-18.1466007232666,-3.8143301010131836,7.878300189971924,-17.69260025024414,-2.923330068588257,7.878300189971924,-18.1466007232666,-3.8143301010131836,7.878300189971924,-17.620100021362305,-2.953350067138672,7.878300189971924,-17.620100021362305,-2.953350067138672,7.878300189971924,-18.1466007232666,-3.8143301010131836,7.878300189971924,-17.929100036621094,-3.904409885406494,7.878300189971924,-17.620100021362305,-2.953350067138672,7.878300189971924,-17.929100036621094,-3.904409885406494,7.878300189971924,-17.543800354003906,-2.971669912338257,7.878300189971924,-17.543800354003906,-2.971669912338257,7.878300189971924,-17.929100036621094,-3.904409885406494,7.878300189971924,-17.700199127197266,-3.959350109100342,7.878300189971924,-17.543800354003906,-2.971669912338257,7.878300189971924,-17.700199127197266,-3.959350109100342,7.878300189971924,-17.465599060058594,-2.9778199195861816,7.878300189971924,-17.465599060058594,-2.9778199195861816,7.878300189971924,-17.700199127197266,-3.959350109100342,7.878300189971924,-17.465599060058594,-3.9778199195861816,7.878300189971924,-17.465599060058594,-2.9778199195861816,7.878300189971924,-17.465599060058594,-3.9778199195861816,7.878300189971924,17.534400939941406,-2.9778199195861816,7.878300189971924,17.534400939941406,-2.9778199195861816,7.878300189971924,-17.465599060058594,-3.9778199195861816,7.878300189971924,17.534400939941406,-3.9778199195861816,7.878300189971924,17.534400939941406,-2.9778199195861816,7.878300189971924,17.534400939941406,-3.9778199195861816,7.878300189971924,17.612600326538086,-2.971669912338257,7.878300189971924,17.612600326538086,-2.971669912338257,7.878300189971924,17.534400939941406,-3.9778199195861816,7.878300189971924,17.769100189208984,-3.959350109100342,7.878300189971924,17.612600326538086,-2.971669912338257,7.878300189971924,17.769100189208984,-3.959350109100342,7.878300189971924,17.688899993896484,-2.953350067138672,7.878300189971924,17.688899993896484,-2.953350067138672,7.878300189971924,17.769100189208984,-3.959350109100342,7.878300189971924,17.997900009155273,-3.904409885406494,7.878300189971924,17.688899993896484,-2.953350067138672,7.878300189971924,17.997900009155273,-3.904409885406494,7.878300189971924,17.76140022277832,-2.923330068588257,7.878300189971924,17.76140022277832,-2.923330068588257,7.878300189971924,17.997900009155273,-3.904409885406494,7.878300189971924,18.21540069580078,-3.8143301010131836,7.878300189971924,17.76140022277832,-2.923330068588257,7.878300189971924,18.21540069580078,-3.8143301010131836,7.878300189971924,17.82830047607422,-2.8823299407958984,7.878300189971924,17.82830047607422,-2.8823299407958984,7.878300189971924,18.21540069580078,-3.8143301010131836,7.878300189971924,18.416099548339844,-3.691349983215332,7.878300189971924,17.82830047607422,-2.8823299407958984,7.878300189971924,18.416099548339844,-3.691349983215332,7.878300189971924,17.88800048828125,-2.8313701152801514,7.878300189971924,17.88800048828125,-2.8313701152801514,7.878300189971924,18.416099548339844,-3.691349983215332,7.878300189971924,18.59510040283203,-3.538480043411255,7.878300189971924,17.88800048828125,-2.8313701152801514,7.878300189971924,18.59510040283203,-3.538480043411255,7.878300189971924,17.938899993896484,-2.77170991897583,7.878300189971924,17.938899993896484,-2.77170991897583,7.878300189971924,18.59510040283203,-3.538480043411255,7.878300189971924,18.747900009155273,-3.359499931335449,7.878300189971924,17.938899993896484,-2.77170991897583,7.878300189971924,18.747900009155273,-3.359499931335449,7.878300189971924,17.979900360107422,-2.7048099040985107,7.878300189971924,17.979900360107422,-2.7048099040985107,7.878300189971924,18.747900009155273,-3.359499931335449,7.878300189971924,18.870899200439453,-3.158799886703491,7.878300189971924,17.979900360107422,-2.7048099040985107,7.878300189971924,18.870899200439453,-3.158799886703491,7.878300189971924,18.009899139404297,-2.6323299407958984,7.878300189971924,18.009899139404297,-2.6323299407958984,7.878300189971924,18.870899200439453,-3.158799886703491,7.878300189971924,18.961000442504883,-2.9413399696350098,7.878300189971924,18.009899139404297,-2.6323299407958984,7.878300189971924,18.961000442504883,-2.9413399696350098,7.878300189971924,18.028200149536133,-2.556040048599243,7.878300189971924,18.028200149536133,-2.556040048599243,7.878300189971924,18.961000442504883,-2.9413399696350098,7.878300189971924,19.015899658203125,-2.712470054626465,7.878300189971924,18.028200149536133,-2.556040048599243,7.878300189971924,19.015899658203125,-2.712470054626465,7.878300189971924,18.034400939941406,-2.4778199195861816,7.878300189971924,18.034400939941406,-2.4778199195861816,7.878300189971924,19.015899658203125,-2.712470054626465,7.878300189971924,19.034400939941406,-2.4778199195861816,7.878300189971924,18.034400939941406,-2.4778199195861816,7.878300189971924,19.034400939941406,-2.4778199195861816,7.878300189971924,18.034400939941406,36.02220153808594,7.878300189971924,18.034400939941406,36.02220153808594,7.878300189971924,19.034400939941406,-2.4778199195861816,7.878300189971924,19.034400939941406,36.02220153808594,7.878300189971924,18.034400939941406,36.02220153808594,7.878300189971924,19.034400939941406,36.02220153808594,7.878300189971924,18.028200149536133,36.100399017333984,7.878300189971924,18.028200149536133,36.100399017333984,7.878300189971924,19.034400939941406,36.02220153808594,7.878300189971924,19.015899658203125,36.25680160522461,7.878300189971924,18.028200149536133,36.100399017333984,7.878300189971924,19.015899658203125,36.25680160522461,7.878300189971924,18.009899139404297,36.176700592041016,7.878300189971924,18.009899139404297,36.176700592041016,7.878300189971924,19.015899658203125,36.25680160522461,7.878300189971924,18.961000442504883,36.48569869995117,7.878300189971924,18.009899139404297,36.176700592041016,7.878300189971924,18.961000442504883,36.48569869995117,7.878300189971924,17.979900360107422,36.24919891357422,7.878300189971924,17.979900360107422,36.24919891357422,7.878300189971924,18.961000442504883,36.48569869995117,7.878300189971924,18.870899200439453,36.70320129394531,7.878300189971924,17.979900360107422,36.24919891357422,7.878300189971924,18.870899200439453,36.70320129394531,7.878300189971924,17.938899993896484,36.31610107421875,7.878300189971924,17.938899993896484,36.31610107421875,7.878300189971924,18.870899200439453,36.70320129394531,7.878300189971924,18.747900009155273,36.903900146484375,7.878300189971924,17.938899993896484,36.31610107421875,7.878300189971924,18.747900009155273,36.903900146484375,7.878300189971924,17.88800048828125,36.375701904296875,7.878300189971924,17.88800048828125,36.375701904296875,7.878300189971924,18.747900009155273,36.903900146484375,7.878300189971924,18.59510040283203,37.082801818847656,7.878300189971924,17.88800048828125,36.375701904296875,7.878300189971924,18.59510040283203,37.082801818847656,7.878300189971924,17.82830047607422,36.426700592041016,7.878300189971924,17.82830047607422,36.426700592041016,7.878300189971924,18.59510040283203,37.082801818847656,7.878300189971924,18.416099548339844,37.23569869995117,7.878300189971924,17.82830047607422,36.426700592041016,7.878300189971924,18.416099548339844,37.23569869995117,7.878300189971924,17.76140022277832,36.46770095825195,7.878300189971924,17.76140022277832,36.46770095825195,7.878300189971924,18.416099548339844,37.23569869995117,7.878300189971924,18.21540069580078,37.358699798583984,7.878300189971924,17.76140022277832,36.46770095825195,7.878300189971924,18.21540069580078,37.358699798583984,7.878300189971924,17.688899993896484,36.49769973754883,7.878300189971924,17.688899993896484,36.49769973754883,7.878300189971924,18.21540069580078,37.358699798583984,7.878300189971924,17.997900009155273,37.44879913330078,7.878300189971924,17.688899993896484,36.49769973754883,7.878300189971924,17.997900009155273,37.44879913330078,7.878300189971924,17.612600326538086,36.51599884033203,7.878300189971924,17.612600326538086,36.51599884033203,7.878300189971924,17.997900009155273,37.44879913330078,7.878300189971924,17.769100189208984,37.503700256347656,7.878300189971924,17.612600326538086,36.51599884033203,7.878300189971924,17.769100189208984,37.503700256347656,7.878300189971924,17.534400939941406,36.52220153808594,7.878300189971924,17.534400939941406,36.52220153808594,7.878300189971924,17.769100189208984,37.503700256347656,7.878300189971924,17.534400939941406,37.52220153808594,7.878300189971924,17.534400939941406,36.52220153808594,7.878300189971924,17.534400939941406,37.52220153808594,7.878300189971924,-17.465599060058594,36.52220153808594,7.878300189971924,-17.465599060058594,36.52220153808594,7.878300189971924,17.534400939941406,37.52220153808594,7.878300189971924,-17.465599060058594,37.52220153808594,7.878300189971924,-17.465599060058594,36.52220153808594,7.878300189971924,-17.465599060058594,37.52220153808594,7.878300189971924,-17.543800354003906,36.51599884033203,7.878300189971924,-17.543800354003906,36.51599884033203,7.878300189971924,-17.465599060058594,37.52220153808594,7.878300189971924,-17.700199127197266,37.503700256347656,7.878300189971924,-17.543800354003906,36.51599884033203,7.878300189971924,-17.700199127197266,37.503700256347656,7.878300189971924,-17.620100021362305,36.49769973754883,7.878300189971924,-17.620100021362305,36.49769973754883,7.878300189971924,-17.700199127197266,37.503700256347656,7.878300189971924,-17.929100036621094,37.44879913330078,7.878300189971924,-17.620100021362305,36.49769973754883,7.878300189971924,-17.929100036621094,37.44879913330078,7.878300189971924,-17.69260025024414,36.46770095825195,7.878300189971924,-17.69260025024414,36.46770095825195,7.878300189971924,-17.929100036621094,37.44879913330078,7.878300189971924,-18.1466007232666,37.358699798583984,7.878300189971924,-17.69260025024414,36.46770095825195,7.878300189971924,-18.1466007232666,37.358699798583984,7.878300189971924,-17.75950050354004,36.426700592041016,7.878300189971924,-17.75950050354004,36.426700592041016,7.878300189971924,-18.1466007232666,37.358699798583984,7.878300189971924,-18.347299575805664,37.23569869995117,7.878300189971924,-17.75950050354004,36.426700592041016,7.878300189971924,-18.347299575805664,37.23569869995117,7.878300189971924,-17.81909942626953,36.375701904296875,7.878300189971924,-17.81909942626953,36.375701904296875,7.878300189971924,-18.347299575805664,37.23569869995117,7.878300189971924,-18.52630043029785,37.082801818847656,7.878300189971924,-17.81909942626953,36.375701904296875,7.878300189971924,-18.52630043029785,37.082801818847656,7.878300189971924,-17.870100021362305,36.31610107421875,7.878300189971924,-17.870100021362305,36.31610107421875,7.878300189971924,-18.52630043029785,37.082801818847656,7.878300189971924,-18.679100036621094,36.903900146484375,7.878300189971924,-17.870100021362305,36.31610107421875,7.878300189971924,-18.679100036621094,36.903900146484375,7.878300189971924,-17.911100387573242,36.24919891357422,7.878300189971924,-17.911100387573242,36.24919891357422,7.878300189971924,-18.679100036621094,36.903900146484375,7.878300189971924,-18.802099227905273,36.70320129394531,7.878300189971924,-17.911100387573242,36.24919891357422,7.878300189971924,-18.802099227905273,36.70320129394531,7.878300189971924,-17.941099166870117,36.176700592041016,7.878300189971924,-17.941099166870117,36.176700592041016,7.878300189971924,-18.802099227905273,36.70320129394531,7.878300189971924,-18.892200469970703,36.48569869995117,7.878300189971924,-17.941099166870117,36.176700592041016,7.878300189971924,-18.892200469970703,36.48569869995117,7.878300189971924,-17.959400177001953,36.100399017333984,7.878300189971924,-17.959400177001953,36.100399017333984,7.878300189971924,-18.892200469970703,36.48569869995117,7.878300189971924,-18.947099685668945,36.25680160522461,7.878300189971924,-17.959400177001953,36.100399017333984,7.878300189971924,-18.947099685668945,36.25680160522461,7.878300189971924,-17.965599060058594,36.02220153808594,7.878300189971924,-17.965599060058594,36.02220153808594,7.878300189971924,-18.947099685668945,36.25680160522461,7.878300189971924,-18.965599060058594,36.02220153808594,7.878300189971924,-17.965599060058594,36.02220153808594,7.878300189971924,-18.965599060058594,36.02220153808594,7.878300189971924,-17.965599060058594,-2.4778199195861816,7.878300189971924,-17.965599060058594,-2.4778199195861816,7.878300189971924,-18.965599060058594,36.02220153808594,7.878300189971924,-18.965599060058594,-2.4778199195861816,7.878300189971924,-17.465599060058594,36.52220153808594,7.778299808502197,-17.465599060058594,36.52220153808594,7.878300189971924,-17.543800354003906,36.51599884033203,7.878300189971924,-17.465599060058594,36.52220153808594,7.778299808502197,-17.543800354003906,36.51599884033203,7.878300189971924,-17.543800354003906,36.51599884033203,7.778299808502197,-17.543800354003906,36.51599884033203,7.778299808502197,-17.543800354003906,36.51599884033203,7.878300189971924,-17.620100021362305,36.49769973754883,7.878300189971924,-17.543800354003906,36.51599884033203,7.778299808502197,-17.620100021362305,36.49769973754883,7.878300189971924,-17.620100021362305,36.49769973754883,7.778299808502197,-17.620100021362305,36.49769973754883,7.778299808502197,-17.620100021362305,36.49769973754883,7.878300189971924,-17.69260025024414,36.46770095825195,7.878300189971924,-17.620100021362305,36.49769973754883,7.778299808502197,-17.69260025024414,36.46770095825195,7.878300189971924,-17.69260025024414,36.46770095825195,7.778299808502197,-17.69260025024414,36.46770095825195,7.778299808502197,-17.69260025024414,36.46770095825195,7.878300189971924,-17.75950050354004,36.426700592041016,7.878300189971924,-17.69260025024414,36.46770095825195,7.778299808502197,-17.75950050354004,36.426700592041016,7.878300189971924,-17.75950050354004,36.426700592041016,7.778299808502197,-17.75950050354004,36.426700592041016,7.778299808502197,-17.75950050354004,36.426700592041016,7.878300189971924,-17.81909942626953,36.375701904296875,7.878300189971924,-17.75950050354004,36.426700592041016,7.778299808502197,-17.81909942626953,36.375701904296875,7.878300189971924,-17.81909942626953,36.375701904296875,7.778299808502197,-17.81909942626953,36.375701904296875,7.778299808502197,-17.81909942626953,36.375701904296875,7.878300189971924,-17.870100021362305,36.31610107421875,7.878300189971924,-17.81909942626953,36.375701904296875,7.778299808502197,-17.870100021362305,36.31610107421875,7.878300189971924,-17.870100021362305,36.31610107421875,7.778299808502197,-17.870100021362305,36.31610107421875,7.778299808502197,-17.870100021362305,36.31610107421875,7.878300189971924,-17.911100387573242,36.24919891357422,7.878300189971924,-17.870100021362305,36.31610107421875,7.778299808502197,-17.911100387573242,36.24919891357422,7.878300189971924,-17.911100387573242,36.24919891357422,7.778299808502197,-17.911100387573242,36.24919891357422,7.778299808502197,-17.911100387573242,36.24919891357422,7.878300189971924,-17.941099166870117,36.176700592041016,7.878300189971924,-17.911100387573242,36.24919891357422,7.778299808502197,-17.941099166870117,36.176700592041016,7.878300189971924,-17.941099166870117,36.176700592041016,7.778299808502197,-17.941099166870117,36.176700592041016,7.778299808502197,-17.941099166870117,36.176700592041016,7.878300189971924,-17.959400177001953,36.100399017333984,7.878300189971924,-17.941099166870117,36.176700592041016,7.778299808502197,-17.959400177001953,36.100399017333984,7.878300189971924,-17.959400177001953,36.100399017333984,7.778299808502197,-17.959400177001953,36.100399017333984,7.778299808502197,-17.959400177001953,36.100399017333984,7.878300189971924,-17.965599060058594,36.02220153808594,7.878300189971924,-17.959400177001953,36.100399017333984,7.778299808502197,-17.965599060058594,36.02220153808594,7.878300189971924,-17.965599060058594,36.02220153808594,7.778299808502197,-17.465599060058594,36.52220153808594,7.778299808502197,17.534400939941406,36.52220153808594,7.778299808502197,-17.465599060058594,36.52220153808594,7.878300189971924,-17.465599060058594,36.52220153808594,7.878300189971924,17.534400939941406,36.52220153808594,7.778299808502197,17.534400939941406,36.52220153808594,7.878300189971924,18.034400939941406,36.02220153808594,7.778299808502197,18.034400939941406,36.02220153808594,7.878300189971924,18.028200149536133,36.100399017333984,7.878300189971924,18.034400939941406,36.02220153808594,7.778299808502197,18.028200149536133,36.100399017333984,7.878300189971924,18.028200149536133,36.100399017333984,7.778299808502197,18.028200149536133,36.100399017333984,7.778299808502197,18.028200149536133,36.100399017333984,7.878300189971924,18.009899139404297,36.176700592041016,7.878300189971924,18.028200149536133,36.100399017333984,7.778299808502197,18.009899139404297,36.176700592041016,7.878300189971924,18.009899139404297,36.176700592041016,7.778299808502197,18.009899139404297,36.176700592041016,7.778299808502197,18.009899139404297,36.176700592041016,7.878300189971924,17.979900360107422,36.24919891357422,7.878300189971924,18.009899139404297,36.176700592041016,7.778299808502197,17.979900360107422,36.24919891357422,7.878300189971924,17.979900360107422,36.24919891357422,7.778299808502197,17.979900360107422,36.24919891357422,7.778299808502197,17.979900360107422,36.24919891357422,7.878300189971924,17.938899993896484,36.31610107421875,7.878300189971924,17.979900360107422,36.24919891357422,7.778299808502197,17.938899993896484,36.31610107421875,7.878300189971924,17.938899993896484,36.31610107421875,7.778299808502197,17.938899993896484,36.31610107421875,7.778299808502197,17.938899993896484,36.31610107421875,7.878300189971924,17.88800048828125,36.375701904296875,7.878300189971924,17.938899993896484,36.31610107421875,7.778299808502197,17.88800048828125,36.375701904296875,7.878300189971924,17.88800048828125,36.375701904296875,7.778299808502197,17.88800048828125,36.375701904296875,7.778299808502197,17.88800048828125,36.375701904296875,7.878300189971924,17.82830047607422,36.426700592041016,7.878300189971924,17.88800048828125,36.375701904296875,7.778299808502197,17.82830047607422,36.426700592041016,7.878300189971924,17.82830047607422,36.426700592041016,7.778299808502197,17.82830047607422,36.426700592041016,7.778299808502197,17.82830047607422,36.426700592041016,7.878300189971924,17.76140022277832,36.46770095825195,7.878300189971924,17.82830047607422,36.426700592041016,7.778299808502197,17.76140022277832,36.46770095825195,7.878300189971924,17.76140022277832,36.46770095825195,7.778299808502197,17.76140022277832,36.46770095825195,7.778299808502197,17.76140022277832,36.46770095825195,7.878300189971924,17.688899993896484,36.49769973754883,7.878300189971924,17.76140022277832,36.46770095825195,7.778299808502197,17.688899993896484,36.49769973754883,7.878300189971924,17.688899993896484,36.49769973754883,7.778299808502197,17.688899993896484,36.49769973754883,7.778299808502197,17.688899993896484,36.49769973754883,7.878300189971924,17.612600326538086,36.51599884033203,7.878300189971924,17.688899993896484,36.49769973754883,7.778299808502197,17.612600326538086,36.51599884033203,7.878300189971924,17.612600326538086,36.51599884033203,7.778299808502197,17.612600326538086,36.51599884033203,7.778299808502197,17.612600326538086,36.51599884033203,7.878300189971924,17.534400939941406,36.52220153808594,7.878300189971924,17.612600326538086,36.51599884033203,7.778299808502197,17.534400939941406,36.52220153808594,7.878300189971924,17.534400939941406,36.52220153808594,7.778299808502197,18.034400939941406,36.02220153808594,7.778299808502197,18.034400939941406,-2.4778199195861816,7.778299808502197,18.034400939941406,36.02220153808594,7.878300189971924,18.034400939941406,36.02220153808594,7.878300189971924,18.034400939941406,-2.4778199195861816,7.778299808502197,18.034400939941406,-2.4778199195861816,7.878300189971924,17.534400939941406,-2.9778199195861816,7.778299808502197,17.534400939941406,-2.9778199195861816,7.878300189971924,17.612600326538086,-2.971669912338257,7.878300189971924,17.534400939941406,-2.9778199195861816,7.778299808502197,17.612600326538086,-2.971669912338257,7.878300189971924,17.612600326538086,-2.971669912338257,7.778299808502197,17.612600326538086,-2.971669912338257,7.778299808502197,17.612600326538086,-2.971669912338257,7.878300189971924,17.688899993896484,-2.953350067138672,7.878300189971924,17.612600326538086,-2.971669912338257,7.778299808502197,17.688899993896484,-2.953350067138672,7.878300189971924,17.688899993896484,-2.953350067138672,7.778299808502197,17.688899993896484,-2.953350067138672,7.778299808502197,17.688899993896484,-2.953350067138672,7.878300189971924,17.76140022277832,-2.923330068588257,7.878300189971924,17.688899993896484,-2.953350067138672,7.778299808502197,17.76140022277832,-2.923330068588257,7.878300189971924,17.76140022277832,-2.923330068588257,7.778299808502197,17.76140022277832,-2.923330068588257,7.778299808502197,17.76140022277832,-2.923330068588257,7.878300189971924,17.82830047607422,-2.8823299407958984,7.878300189971924,17.76140022277832,-2.923330068588257,7.778299808502197,17.82830047607422,-2.8823299407958984,7.878300189971924,17.82830047607422,-2.8823299407958984,7.778299808502197,17.82830047607422,-2.8823299407958984,7.778299808502197,17.82830047607422,-2.8823299407958984,7.878300189971924,17.88800048828125,-2.8313701152801514,7.878300189971924,17.82830047607422,-2.8823299407958984,7.778299808502197,17.88800048828125,-2.8313701152801514,7.878300189971924,17.88800048828125,-2.8313701152801514,7.778299808502197,17.88800048828125,-2.8313701152801514,7.778299808502197,17.88800048828125,-2.8313701152801514,7.878300189971924,17.938899993896484,-2.77170991897583,7.878300189971924,17.88800048828125,-2.8313701152801514,7.778299808502197,17.938899993896484,-2.77170991897583,7.878300189971924,17.938899993896484,-2.77170991897583,7.778299808502197,17.938899993896484,-2.77170991897583,7.778299808502197,17.938899993896484,-2.77170991897583,7.878300189971924,17.979900360107422,-2.7048099040985107,7.878300189971924,17.938899993896484,-2.77170991897583,7.778299808502197,17.979900360107422,-2.7048099040985107,7.878300189971924,17.979900360107422,-2.7048099040985107,7.778299808502197,17.979900360107422,-2.7048099040985107,7.778299808502197,17.979900360107422,-2.7048099040985107,7.878300189971924,18.009899139404297,-2.6323299407958984,7.878300189971924,17.979900360107422,-2.7048099040985107,7.778299808502197,18.009899139404297,-2.6323299407958984,7.878300189971924,18.009899139404297,-2.6323299407958984,7.778299808502197,18.009899139404297,-2.6323299407958984,7.778299808502197,18.009899139404297,-2.6323299407958984,7.878300189971924,18.028200149536133,-2.556040048599243,7.878300189971924,18.009899139404297,-2.6323299407958984,7.778299808502197,18.028200149536133,-2.556040048599243,7.878300189971924,18.028200149536133,-2.556040048599243,7.778299808502197,18.028200149536133,-2.556040048599243,7.778299808502197,18.028200149536133,-2.556040048599243,7.878300189971924,18.034400939941406,-2.4778199195861816,7.878300189971924,18.028200149536133,-2.556040048599243,7.778299808502197,18.034400939941406,-2.4778199195861816,7.878300189971924,18.034400939941406,-2.4778199195861816,7.778299808502197,17.534400939941406,-2.9778199195861816,7.778299808502197,-17.465599060058594,-2.9778199195861816,7.778299808502197,17.534400939941406,-2.9778199195861816,7.878300189971924,17.534400939941406,-2.9778199195861816,7.878300189971924,-17.465599060058594,-2.9778199195861816,7.778299808502197,-17.465599060058594,-2.9778199195861816,7.878300189971924,-17.965599060058594,-2.4778199195861816,7.778299808502197,-17.965599060058594,-2.4778199195861816,7.878300189971924,-17.959400177001953,-2.556040048599243,7.878300189971924,-17.965599060058594,-2.4778199195861816,7.778299808502197,-17.959400177001953,-2.556040048599243,7.878300189971924,-17.959400177001953,-2.556040048599243,7.778299808502197,-17.959400177001953,-2.556040048599243,7.778299808502197,-17.959400177001953,-2.556040048599243,7.878300189971924,-17.941099166870117,-2.6323299407958984,7.878300189971924,-17.959400177001953,-2.556040048599243,7.778299808502197,-17.941099166870117,-2.6323299407958984,7.878300189971924,-17.941099166870117,-2.6323299407958984,7.778299808502197,-17.941099166870117,-2.6323299407958984,7.778299808502197,-17.941099166870117,-2.6323299407958984,7.878300189971924,-17.911100387573242,-2.7048099040985107,7.878300189971924,-17.941099166870117,-2.6323299407958984,7.778299808502197,-17.911100387573242,-2.7048099040985107,7.878300189971924,-17.911100387573242,-2.7048099040985107,7.778299808502197,-17.911100387573242,-2.7048099040985107,7.778299808502197,-17.911100387573242,-2.7048099040985107,7.878300189971924,-17.870100021362305,-2.77170991897583,7.878300189971924,-17.911100387573242,-2.7048099040985107,7.778299808502197,-17.870100021362305,-2.77170991897583,7.878300189971924,-17.870100021362305,-2.77170991897583,7.778299808502197,-17.870100021362305,-2.77170991897583,7.778299808502197,-17.870100021362305,-2.77170991897583,7.878300189971924,-17.81909942626953,-2.8313701152801514,7.878300189971924,-17.870100021362305,-2.77170991897583,7.778299808502197,-17.81909942626953,-2.8313701152801514,7.878300189971924,-17.81909942626953,-2.8313701152801514,7.778299808502197,-17.81909942626953,-2.8313701152801514,7.778299808502197,-17.81909942626953,-2.8313701152801514,7.878300189971924,-17.75950050354004,-2.8823299407958984,7.878300189971924,-17.81909942626953,-2.8313701152801514,7.778299808502197,-17.75950050354004,-2.8823299407958984,7.878300189971924,-17.75950050354004,-2.8823299407958984,7.778299808502197,-17.75950050354004,-2.8823299407958984,7.778299808502197,-17.75950050354004,-2.8823299407958984,7.878300189971924,-17.69260025024414,-2.923330068588257,7.878300189971924,-17.75950050354004,-2.8823299407958984,7.778299808502197,-17.69260025024414,-2.923330068588257,7.878300189971924,-17.69260025024414,-2.923330068588257,7.778299808502197,-17.69260025024414,-2.923330068588257,7.778299808502197,-17.69260025024414,-2.923330068588257,7.878300189971924,-17.620100021362305,-2.953350067138672,7.878300189971924,-17.69260025024414,-2.923330068588257,7.778299808502197,-17.620100021362305,-2.953350067138672,7.878300189971924,-17.620100021362305,-2.953350067138672,7.778299808502197,-17.620100021362305,-2.953350067138672,7.778299808502197,-17.620100021362305,-2.953350067138672,7.878300189971924,-17.543800354003906,-2.971669912338257,7.878300189971924,-17.620100021362305,-2.953350067138672,7.778299808502197,-17.543800354003906,-2.971669912338257,7.878300189971924,-17.543800354003906,-2.971669912338257,7.778299808502197,-17.543800354003906,-2.971669912338257,7.778299808502197,-17.543800354003906,-2.971669912338257,7.878300189971924,-17.465599060058594,-2.9778199195861816,7.878300189971924,-17.543800354003906,-2.971669912338257,7.778299808502197,-17.465599060058594,-2.9778199195861816,7.878300189971924,-17.465599060058594,-2.9778199195861816,7.778299808502197,-17.965599060058594,-2.4778199195861816,7.778299808502197,-17.965599060058594,36.02220153808594,7.778299808502197,-17.965599060058594,-2.4778199195861816,7.878300189971924,-17.965599060058594,-2.4778199195861816,7.878300189971924,-17.965599060058594,36.02220153808594,7.778299808502197,-17.965599060058594,36.02220153808594,7.878300189971924,17.534400939941406,36.42219924926758,7.778299808502197,17.534400939941406,36.52220153808594,7.778299808502197,-17.465599060058594,36.42219924926758,7.778299808502197,-17.465599060058594,36.42219924926758,7.778299808502197,17.534400939941406,36.52220153808594,7.778299808502197,-17.465599060058594,36.52220153808594,7.778299808502197,-17.465599060058594,36.42219924926758,7.778299808502197,-17.465599060058594,36.52220153808594,7.778299808502197,-17.528200149536133,36.417301177978516,7.778299808502197,-17.528200149536133,36.417301177978516,7.778299808502197,-17.465599060058594,36.52220153808594,7.778299808502197,-17.543800354003906,36.51599884033203,7.778299808502197,-17.528200149536133,36.417301177978516,7.778299808502197,-17.543800354003906,36.51599884033203,7.778299808502197,-17.58919906616211,36.4025993347168,7.778299808502197,-17.58919906616211,36.4025993347168,7.778299808502197,-17.543800354003906,36.51599884033203,7.778299808502197,-17.620100021362305,36.49769973754883,7.778299808502197,-17.58919906616211,36.4025993347168,7.778299808502197,-17.620100021362305,36.49769973754883,7.778299808502197,-17.647199630737305,36.37860107421875,7.778299808502197,-17.647199630737305,36.37860107421875,7.778299808502197,-17.620100021362305,36.49769973754883,7.778299808502197,-17.69260025024414,36.46770095825195,7.778299808502197,-17.647199630737305,36.37860107421875,7.778299808502197,-17.69260025024414,36.46770095825195,7.778299808502197,-17.700700759887695,36.34579849243164,7.778299808502197,-17.700700759887695,36.34579849243164,7.778299808502197,-17.69260025024414,36.46770095825195,7.778299808502197,-17.75950050354004,36.426700592041016,7.778299808502197,-17.700700759887695,36.34579849243164,7.778299808502197,-17.75950050354004,36.426700592041016,7.778299808502197,-17.74839973449707,36.30500030517578,7.778299808502197,-17.74839973449707,36.30500030517578,7.778299808502197,-17.75950050354004,36.426700592041016,7.778299808502197,-17.81909942626953,36.375701904296875,7.778299808502197,-17.74839973449707,36.30500030517578,7.778299808502197,-17.81909942626953,36.375701904296875,7.778299808502197,-17.789199829101562,36.257301330566406,7.778299808502197,-17.789199829101562,36.257301330566406,7.778299808502197,-17.81909942626953,36.375701904296875,7.778299808502197,-17.870100021362305,36.31610107421875,7.778299808502197,-17.789199829101562,36.257301330566406,7.778299808502197,-17.870100021362305,36.31610107421875,7.778299808502197,-17.82200050354004,36.203800201416016,7.778299808502197,-17.82200050354004,36.203800201416016,7.778299808502197,-17.870100021362305,36.31610107421875,7.778299808502197,-17.911100387573242,36.24919891357422,7.778299808502197,-17.82200050354004,36.203800201416016,7.778299808502197,-17.911100387573242,36.24919891357422,7.778299808502197,-17.84600067138672,36.14580154418945,7.778299808502197,-17.84600067138672,36.14580154418945,7.778299808502197,-17.911100387573242,36.24919891357422,7.778299808502197,-17.941099166870117,36.176700592041016,7.778299808502197,-17.84600067138672,36.14580154418945,7.778299808502197,-17.941099166870117,36.176700592041016,7.778299808502197,-17.860700607299805,36.084800720214844,7.778299808502197,-17.860700607299805,36.084800720214844,7.778299808502197,-17.941099166870117,36.176700592041016,7.778299808502197,-17.959400177001953,36.100399017333984,7.778299808502197,-17.860700607299805,36.084800720214844,7.778299808502197,-17.959400177001953,36.100399017333984,7.778299808502197,-17.8656005859375,36.02220153808594,7.778299808502197,-17.8656005859375,36.02220153808594,7.778299808502197,-17.959400177001953,36.100399017333984,7.778299808502197,-17.965599060058594,36.02220153808594,7.778299808502197,-17.8656005859375,36.02220153808594,7.778299808502197,-17.965599060058594,36.02220153808594,7.778299808502197,-17.8656005859375,-2.4778199195861816,7.778299808502197,-17.8656005859375,-2.4778199195861816,7.778299808502197,-17.965599060058594,36.02220153808594,7.778299808502197,-17.965599060058594,-2.4778199195861816,7.778299808502197,-17.8656005859375,-2.4778199195861816,7.778299808502197,-17.965599060058594,-2.4778199195861816,7.778299808502197,-17.860700607299805,-2.5404000282287598,7.778299808502197,-17.860700607299805,-2.5404000282287598,7.778299808502197,-17.965599060058594,-2.4778199195861816,7.778299808502197,-17.959400177001953,-2.556040048599243,7.778299808502197,-17.860700607299805,-2.5404000282287598,7.778299808502197,-17.959400177001953,-2.556040048599243,7.778299808502197,-17.84600067138672,-2.6014299392700195,7.778299808502197,-17.84600067138672,-2.6014299392700195,7.778299808502197,-17.959400177001953,-2.556040048599243,7.778299808502197,-17.941099166870117,-2.6323299407958984,7.778299808502197,-17.84600067138672,-2.6014299392700195,7.778299808502197,-17.941099166870117,-2.6323299407958984,7.778299808502197,-17.82200050354004,-2.6594200134277344,7.778299808502197,-17.82200050354004,-2.6594200134277344,7.778299808502197,-17.941099166870117,-2.6323299407958984,7.778299808502197,-17.911100387573242,-2.7048099040985107,7.778299808502197,-17.82200050354004,-2.6594200134277344,7.778299808502197,-17.911100387573242,-2.7048099040985107,7.778299808502197,-17.789199829101562,-2.7129299640655518,7.778299808502197,-17.789199829101562,-2.7129299640655518,7.778299808502197,-17.911100387573242,-2.7048099040985107,7.778299808502197,-17.870100021362305,-2.77170991897583,7.778299808502197,-17.789199829101562,-2.7129299640655518,7.778299808502197,-17.870100021362305,-2.77170991897583,7.778299808502197,-17.74839973449707,-2.76065993309021,7.778299808502197,-17.74839973449707,-2.76065993309021,7.778299808502197,-17.870100021362305,-2.77170991897583,7.778299808502197,-17.81909942626953,-2.8313701152801514,7.778299808502197,-17.74839973449707,-2.76065993309021,7.778299808502197,-17.81909942626953,-2.8313701152801514,7.778299808502197,-17.700700759887695,-2.8014299869537354,7.778299808502197,-17.700700759887695,-2.8014299869537354,7.778299808502197,-17.81909942626953,-2.8313701152801514,7.778299808502197,-17.75950050354004,-2.8823299407958984,7.778299808502197,-17.700700759887695,-2.8014299869537354,7.778299808502197,-17.75950050354004,-2.8823299407958984,7.778299808502197,-17.647199630737305,-2.8342199325561523,7.778299808502197,-17.647199630737305,-2.8342199325561523,7.778299808502197,-17.75950050354004,-2.8823299407958984,7.778299808502197,-17.69260025024414,-2.923330068588257,7.778299808502197,-17.647199630737305,-2.8342199325561523,7.778299808502197,-17.69260025024414,-2.923330068588257,7.778299808502197,-17.58919906616211,-2.8582398891448975,7.778299808502197,-17.58919906616211,-2.8582398891448975,7.778299808502197,-17.69260025024414,-2.923330068588257,7.778299808502197,-17.620100021362305,-2.953350067138672,7.778299808502197,-17.58919906616211,-2.8582398891448975,7.778299808502197,-17.620100021362305,-2.953350067138672,7.778299808502197,-17.528200149536133,-2.8729000091552734,7.778299808502197,-17.528200149536133,-2.8729000091552734,7.778299808502197,-17.620100021362305,-2.953350067138672,7.778299808502197,-17.543800354003906,-2.971669912338257,7.778299808502197,-17.528200149536133,-2.8729000091552734,7.778299808502197,-17.543800354003906,-2.971669912338257,7.778299808502197,-17.465599060058594,-2.8778200149536133,7.778299808502197,-17.465599060058594,-2.8778200149536133,7.778299808502197,-17.543800354003906,-2.971669912338257,7.778299808502197,-17.465599060058594,-2.9778199195861816,7.778299808502197,-17.465599060058594,-2.8778200149536133,7.778299808502197,-17.465599060058594,-2.9778199195861816,7.778299808502197,17.534400939941406,-2.8778200149536133,7.778299808502197,17.534400939941406,-2.8778200149536133,7.778299808502197,-17.465599060058594,-2.9778199195861816,7.778299808502197,17.534400939941406,-2.9778199195861816,7.778299808502197,17.534400939941406,-2.8778200149536133,7.778299808502197,17.534400939941406,-2.9778199195861816,7.778299808502197,17.597000122070312,-2.8729000091552734,7.778299808502197,17.597000122070312,-2.8729000091552734,7.778299808502197,17.534400939941406,-2.9778199195861816,7.778299808502197,17.612600326538086,-2.971669912338257,7.778299808502197,17.597000122070312,-2.8729000091552734,7.778299808502197,17.612600326538086,-2.971669912338257,7.778299808502197,17.658000946044922,-2.8582398891448975,7.778299808502197,17.658000946044922,-2.8582398891448975,7.778299808502197,17.612600326538086,-2.971669912338257,7.778299808502197,17.688899993896484,-2.953350067138672,7.778299808502197,17.658000946044922,-2.8582398891448975,7.778299808502197,17.688899993896484,-2.953350067138672,7.778299808502197,17.715999603271484,-2.8342199325561523,7.778299808502197,17.715999603271484,-2.8342199325561523,7.778299808502197,17.688899993896484,-2.953350067138672,7.778299808502197,17.76140022277832,-2.923330068588257,7.778299808502197,17.715999603271484,-2.8342199325561523,7.778299808502197,17.76140022277832,-2.923330068588257,7.778299808502197,17.769500732421875,-2.8014299869537354,7.778299808502197,17.769500732421875,-2.8014299869537354,7.778299808502197,17.76140022277832,-2.923330068588257,7.778299808502197,17.82830047607422,-2.8823299407958984,7.778299808502197,17.769500732421875,-2.8014299869537354,7.778299808502197,17.82830047607422,-2.8823299407958984,7.778299808502197,17.81719970703125,-2.76065993309021,7.778299808502197,17.81719970703125,-2.76065993309021,7.778299808502197,17.82830047607422,-2.8823299407958984,7.778299808502197,17.88800048828125,-2.8313701152801514,7.778299808502197,17.81719970703125,-2.76065993309021,7.778299808502197,17.88800048828125,-2.8313701152801514,7.778299808502197,17.857999801635742,-2.7129299640655518,7.778299808502197,17.857999801635742,-2.7129299640655518,7.778299808502197,17.88800048828125,-2.8313701152801514,7.778299808502197,17.938899993896484,-2.77170991897583,7.778299808502197,17.857999801635742,-2.7129299640655518,7.778299808502197,17.938899993896484,-2.77170991897583,7.778299808502197,17.89080047607422,-2.6594200134277344,7.778299808502197,17.89080047607422,-2.6594200134277344,7.778299808502197,17.938899993896484,-2.77170991897583,7.778299808502197,17.979900360107422,-2.7048099040985107,7.778299808502197,17.89080047607422,-2.6594200134277344,7.778299808502197,17.979900360107422,-2.7048099040985107,7.778299808502197,17.9148006439209,-2.6014299392700195,7.778299808502197,17.9148006439209,-2.6014299392700195,7.778299808502197,17.979900360107422,-2.7048099040985107,7.778299808502197,18.009899139404297,-2.6323299407958984,7.778299808502197,17.9148006439209,-2.6014299392700195,7.778299808502197,18.009899139404297,-2.6323299407958984,7.778299808502197,17.929500579833984,-2.5404000282287598,7.778299808502197,17.929500579833984,-2.5404000282287598,7.778299808502197,18.009899139404297,-2.6323299407958984,7.778299808502197,18.028200149536133,-2.556040048599243,7.778299808502197,17.929500579833984,-2.5404000282287598,7.778299808502197,18.028200149536133,-2.556040048599243,7.778299808502197,17.93440055847168,-2.4778199195861816,7.778299808502197,17.93440055847168,-2.4778199195861816,7.778299808502197,18.028200149536133,-2.556040048599243,7.778299808502197,18.034400939941406,-2.4778199195861816,7.778299808502197,17.93440055847168,-2.4778199195861816,7.778299808502197,18.034400939941406,-2.4778199195861816,7.778299808502197,17.93440055847168,36.02220153808594,7.778299808502197,17.93440055847168,36.02220153808594,7.778299808502197,18.034400939941406,-2.4778199195861816,7.778299808502197,18.034400939941406,36.02220153808594,7.778299808502197,17.93440055847168,36.02220153808594,7.778299808502197,18.034400939941406,36.02220153808594,7.778299808502197,17.929500579833984,36.084800720214844,7.778299808502197,17.929500579833984,36.084800720214844,7.778299808502197,18.034400939941406,36.02220153808594,7.778299808502197,18.028200149536133,36.100399017333984,7.778299808502197,17.929500579833984,36.084800720214844,7.778299808502197,18.028200149536133,36.100399017333984,7.778299808502197,17.9148006439209,36.14580154418945,7.778299808502197,17.9148006439209,36.14580154418945,7.778299808502197,18.028200149536133,36.100399017333984,7.778299808502197,18.009899139404297,36.176700592041016,7.778299808502197,17.9148006439209,36.14580154418945,7.778299808502197,18.009899139404297,36.176700592041016,7.778299808502197,17.89080047607422,36.203800201416016,7.778299808502197,17.89080047607422,36.203800201416016,7.778299808502197,18.009899139404297,36.176700592041016,7.778299808502197,17.979900360107422,36.24919891357422,7.778299808502197,17.89080047607422,36.203800201416016,7.778299808502197,17.979900360107422,36.24919891357422,7.778299808502197,17.857999801635742,36.257301330566406,7.778299808502197,17.857999801635742,36.257301330566406,7.778299808502197,17.979900360107422,36.24919891357422,7.778299808502197,17.938899993896484,36.31610107421875,7.778299808502197,17.857999801635742,36.257301330566406,7.778299808502197,17.938899993896484,36.31610107421875,7.778299808502197,17.81719970703125,36.30500030517578,7.778299808502197,17.81719970703125,36.30500030517578,7.778299808502197,17.938899993896484,36.31610107421875,7.778299808502197,17.88800048828125,36.375701904296875,7.778299808502197,17.81719970703125,36.30500030517578,7.778299808502197,17.88800048828125,36.375701904296875,7.778299808502197,17.769500732421875,36.34579849243164,7.778299808502197,17.769500732421875,36.34579849243164,7.778299808502197,17.88800048828125,36.375701904296875,7.778299808502197,17.82830047607422,36.426700592041016,7.778299808502197,17.769500732421875,36.34579849243164,7.778299808502197,17.82830047607422,36.426700592041016,7.778299808502197,17.715999603271484,36.37860107421875,7.778299808502197,17.715999603271484,36.37860107421875,7.778299808502197,17.82830047607422,36.426700592041016,7.778299808502197,17.76140022277832,36.46770095825195,7.778299808502197,17.715999603271484,36.37860107421875,7.778299808502197,17.76140022277832,36.46770095825195,7.778299808502197,17.658000946044922,36.4025993347168,7.778299808502197,17.658000946044922,36.4025993347168,7.778299808502197,17.76140022277832,36.46770095825195,7.778299808502197,17.688899993896484,36.49769973754883,7.778299808502197,17.658000946044922,36.4025993347168,7.778299808502197,17.688899993896484,36.49769973754883,7.778299808502197,17.597000122070312,36.417301177978516,7.778299808502197,17.597000122070312,36.417301177978516,7.778299808502197,17.688899993896484,36.49769973754883,7.778299808502197,17.612600326538086,36.51599884033203,7.778299808502197,17.597000122070312,36.417301177978516,7.778299808502197,17.612600326538086,36.51599884033203,7.778299808502197,17.534400939941406,36.42219924926758,7.778299808502197,17.534400939941406,36.42219924926758,7.778299808502197,17.612600326538086,36.51599884033203,7.778299808502197,17.534400939941406,36.52220153808594,7.778299808502197,-17.8656005859375,36.02220153808594,7.778299808502197,-17.8656005859375,36.02220153808594,7.878300189971924,-17.860700607299805,36.084800720214844,7.878300189971924,-17.8656005859375,36.02220153808594,7.778299808502197,-17.860700607299805,36.084800720214844,7.878300189971924,-17.860700607299805,36.084800720214844,7.778299808502197,-17.860700607299805,36.084800720214844,7.778299808502197,-17.860700607299805,36.084800720214844,7.878300189971924,-17.84600067138672,36.14580154418945,7.878300189971924,-17.860700607299805,36.084800720214844,7.778299808502197,-17.84600067138672,36.14580154418945,7.878300189971924,-17.84600067138672,36.14580154418945,7.778299808502197,-17.84600067138672,36.14580154418945,7.778299808502197,-17.84600067138672,36.14580154418945,7.878300189971924,-17.82200050354004,36.203800201416016,7.878300189971924,-17.84600067138672,36.14580154418945,7.778299808502197,-17.82200050354004,36.203800201416016,7.878300189971924,-17.82200050354004,36.203800201416016,7.778299808502197,-17.82200050354004,36.203800201416016,7.778299808502197,-17.82200050354004,36.203800201416016,7.878300189971924,-17.789199829101562,36.257301330566406,7.878300189971924,-17.82200050354004,36.203800201416016,7.778299808502197,-17.789199829101562,36.257301330566406,7.878300189971924,-17.789199829101562,36.257301330566406,7.778299808502197,-17.789199829101562,36.257301330566406,7.778299808502197,-17.789199829101562,36.257301330566406,7.878300189971924,-17.74839973449707,36.30500030517578,7.878300189971924,-17.789199829101562,36.257301330566406,7.778299808502197,-17.74839973449707,36.30500030517578,7.878300189971924,-17.74839973449707,36.30500030517578,7.778299808502197,-17.74839973449707,36.30500030517578,7.778299808502197,-17.74839973449707,36.30500030517578,7.878300189971924,-17.700700759887695,36.34579849243164,7.878300189971924,-17.74839973449707,36.30500030517578,7.778299808502197,-17.700700759887695,36.34579849243164,7.878300189971924,-17.700700759887695,36.34579849243164,7.778299808502197,-17.700700759887695,36.34579849243164,7.778299808502197,-17.700700759887695,36.34579849243164,7.878300189971924,-17.647199630737305,36.37860107421875,7.878300189971924,-17.700700759887695,36.34579849243164,7.778299808502197,-17.647199630737305,36.37860107421875,7.878300189971924,-17.647199630737305,36.37860107421875,7.778299808502197,-17.647199630737305,36.37860107421875,7.778299808502197,-17.647199630737305,36.37860107421875,7.878300189971924,-17.58919906616211,36.4025993347168,7.878300189971924,-17.647199630737305,36.37860107421875,7.778299808502197,-17.58919906616211,36.4025993347168,7.878300189971924,-17.58919906616211,36.4025993347168,7.778299808502197,-17.58919906616211,36.4025993347168,7.778299808502197,-17.58919906616211,36.4025993347168,7.878300189971924,-17.528200149536133,36.417301177978516,7.878300189971924,-17.58919906616211,36.4025993347168,7.778299808502197,-17.528200149536133,36.417301177978516,7.878300189971924,-17.528200149536133,36.417301177978516,7.778299808502197,-17.528200149536133,36.417301177978516,7.778299808502197,-17.528200149536133,36.417301177978516,7.878300189971924,-17.465599060058594,36.42219924926758,7.878300189971924,-17.528200149536133,36.417301177978516,7.778299808502197,-17.465599060058594,36.42219924926758,7.878300189971924,-17.465599060058594,36.42219924926758,7.778299808502197,17.534400939941406,36.42219924926758,7.778299808502197,-17.465599060058594,36.42219924926758,7.778299808502197,17.534400939941406,36.42219924926758,7.878300189971924,17.534400939941406,36.42219924926758,7.878300189971924,-17.465599060058594,36.42219924926758,7.778299808502197,-17.465599060058594,36.42219924926758,7.878300189971924,17.534400939941406,36.42219924926758,7.778299808502197,17.534400939941406,36.42219924926758,7.878300189971924,17.597000122070312,36.417301177978516,7.878300189971924,17.534400939941406,36.42219924926758,7.778299808502197,17.597000122070312,36.417301177978516,7.878300189971924,17.597000122070312,36.417301177978516,7.778299808502197,17.597000122070312,36.417301177978516,7.778299808502197,17.597000122070312,36.417301177978516,7.878300189971924,17.658000946044922,36.4025993347168,7.878300189971924,17.597000122070312,36.417301177978516,7.778299808502197,17.658000946044922,36.4025993347168,7.878300189971924,17.658000946044922,36.4025993347168,7.778299808502197,17.658000946044922,36.4025993347168,7.778299808502197,17.658000946044922,36.4025993347168,7.878300189971924,17.715999603271484,36.37860107421875,7.878300189971924,17.658000946044922,36.4025993347168,7.778299808502197,17.715999603271484,36.37860107421875,7.878300189971924,17.715999603271484,36.37860107421875,7.778299808502197,17.715999603271484,36.37860107421875,7.778299808502197,17.715999603271484,36.37860107421875,7.878300189971924,17.769500732421875,36.34579849243164,7.878300189971924,17.715999603271484,36.37860107421875,7.778299808502197,17.769500732421875,36.34579849243164,7.878300189971924,17.769500732421875,36.34579849243164,7.778299808502197,17.769500732421875,36.34579849243164,7.778299808502197,17.769500732421875,36.34579849243164,7.878300189971924,17.81719970703125,36.30500030517578,7.878300189971924,17.769500732421875,36.34579849243164,7.778299808502197,17.81719970703125,36.30500030517578,7.878300189971924,17.81719970703125,36.30500030517578,7.778299808502197,17.81719970703125,36.30500030517578,7.778299808502197,17.81719970703125,36.30500030517578,7.878300189971924,17.857999801635742,36.257301330566406,7.878300189971924,17.81719970703125,36.30500030517578,7.778299808502197,17.857999801635742,36.257301330566406,7.878300189971924,17.857999801635742,36.257301330566406,7.778299808502197,17.857999801635742,36.257301330566406,7.778299808502197,17.857999801635742,36.257301330566406,7.878300189971924,17.89080047607422,36.203800201416016,7.878300189971924,17.857999801635742,36.257301330566406,7.778299808502197,17.89080047607422,36.203800201416016,7.878300189971924,17.89080047607422,36.203800201416016,7.778299808502197,17.89080047607422,36.203800201416016,7.778299808502197,17.89080047607422,36.203800201416016,7.878300189971924,17.9148006439209,36.14580154418945,7.878300189971924,17.89080047607422,36.203800201416016,7.778299808502197,17.9148006439209,36.14580154418945,7.878300189971924,17.9148006439209,36.14580154418945,7.778299808502197,17.9148006439209,36.14580154418945,7.778299808502197,17.9148006439209,36.14580154418945,7.878300189971924,17.929500579833984,36.084800720214844,7.878300189971924,17.9148006439209,36.14580154418945,7.778299808502197,17.929500579833984,36.084800720214844,7.878300189971924,17.929500579833984,36.084800720214844,7.778299808502197,17.929500579833984,36.084800720214844,7.778299808502197,17.929500579833984,36.084800720214844,7.878300189971924,17.93440055847168,36.02220153808594,7.878300189971924,17.929500579833984,36.084800720214844,7.778299808502197,17.93440055847168,36.02220153808594,7.878300189971924,17.93440055847168,36.02220153808594,7.778299808502197,17.93440055847168,-2.4778199195861816,7.778299808502197,17.93440055847168,36.02220153808594,7.778299808502197,17.93440055847168,-2.4778199195861816,7.878300189971924,17.93440055847168,-2.4778199195861816,7.878300189971924,17.93440055847168,36.02220153808594,7.778299808502197,17.93440055847168,36.02220153808594,7.878300189971924,17.93440055847168,-2.4778199195861816,7.778299808502197,17.93440055847168,-2.4778199195861816,7.878300189971924,17.929500579833984,-2.5404000282287598,7.878300189971924,17.93440055847168,-2.4778199195861816,7.778299808502197,17.929500579833984,-2.5404000282287598,7.878300189971924,17.929500579833984,-2.5404000282287598,7.778299808502197,17.929500579833984,-2.5404000282287598,7.778299808502197,17.929500579833984,-2.5404000282287598,7.878300189971924,17.9148006439209,-2.6014299392700195,7.878300189971924,17.929500579833984,-2.5404000282287598,7.778299808502197,17.9148006439209,-2.6014299392700195,7.878300189971924,17.9148006439209,-2.6014299392700195,7.778299808502197,17.9148006439209,-2.6014299392700195,7.778299808502197,17.9148006439209,-2.6014299392700195,7.878300189971924,17.89080047607422,-2.6594200134277344,7.878300189971924,17.9148006439209,-2.6014299392700195,7.778299808502197,17.89080047607422,-2.6594200134277344,7.878300189971924,17.89080047607422,-2.6594200134277344,7.778299808502197,17.89080047607422,-2.6594200134277344,7.778299808502197,17.89080047607422,-2.6594200134277344,7.878300189971924,17.857999801635742,-2.7129299640655518,7.878300189971924,17.89080047607422,-2.6594200134277344,7.778299808502197,17.857999801635742,-2.7129299640655518,7.878300189971924,17.857999801635742,-2.7129299640655518,7.778299808502197,17.857999801635742,-2.7129299640655518,7.778299808502197,17.857999801635742,-2.7129299640655518,7.878300189971924,17.81719970703125,-2.76065993309021,7.878300189971924,17.857999801635742,-2.7129299640655518,7.778299808502197,17.81719970703125,-2.76065993309021,7.878300189971924,17.81719970703125,-2.76065993309021,7.778299808502197,17.81719970703125,-2.76065993309021,7.778299808502197,17.81719970703125,-2.76065993309021,7.878300189971924,17.769500732421875,-2.8014299869537354,7.878300189971924,17.81719970703125,-2.76065993309021,7.778299808502197,17.769500732421875,-2.8014299869537354,7.878300189971924,17.769500732421875,-2.8014299869537354,7.778299808502197,17.769500732421875,-2.8014299869537354,7.778299808502197,17.769500732421875,-2.8014299869537354,7.878300189971924,17.715999603271484,-2.8342199325561523,7.878300189971924,17.769500732421875,-2.8014299869537354,7.778299808502197,17.715999603271484,-2.8342199325561523,7.878300189971924,17.715999603271484,-2.8342199325561523,7.778299808502197,17.715999603271484,-2.8342199325561523,7.778299808502197,17.715999603271484,-2.8342199325561523,7.878300189971924,17.658000946044922,-2.8582398891448975,7.878300189971924,17.715999603271484,-2.8342199325561523,7.778299808502197,17.658000946044922,-2.8582398891448975,7.878300189971924,17.658000946044922,-2.8582398891448975,7.778299808502197,17.658000946044922,-2.8582398891448975,7.778299808502197,17.658000946044922,-2.8582398891448975,7.878300189971924,17.597000122070312,-2.8729000091552734,7.878300189971924,17.658000946044922,-2.8582398891448975,7.778299808502197,17.597000122070312,-2.8729000091552734,7.878300189971924,17.597000122070312,-2.8729000091552734,7.778299808502197,17.597000122070312,-2.8729000091552734,7.778299808502197,17.597000122070312,-2.8729000091552734,7.878300189971924,17.534400939941406,-2.8778200149536133,7.878300189971924,17.597000122070312,-2.8729000091552734,7.778299808502197,17.534400939941406,-2.8778200149536133,7.878300189971924,17.534400939941406,-2.8778200149536133,7.778299808502197,-17.465599060058594,-2.8778200149536133,7.778299808502197,17.534400939941406,-2.8778200149536133,7.778299808502197,-17.465599060058594,-2.8778200149536133,7.878300189971924,-17.465599060058594,-2.8778200149536133,7.878300189971924,17.534400939941406,-2.8778200149536133,7.778299808502197,17.534400939941406,-2.8778200149536133,7.878300189971924,-17.465599060058594,-2.8778200149536133,7.778299808502197,-17.465599060058594,-2.8778200149536133,7.878300189971924,-17.528200149536133,-2.8729000091552734,7.878300189971924,-17.465599060058594,-2.8778200149536133,7.778299808502197,-17.528200149536133,-2.8729000091552734,7.878300189971924,-17.528200149536133,-2.8729000091552734,7.778299808502197,-17.528200149536133,-2.8729000091552734,7.778299808502197,-17.528200149536133,-2.8729000091552734,7.878300189971924,-17.58919906616211,-2.8582398891448975,7.878300189971924,-17.528200149536133,-2.8729000091552734,7.778299808502197,-17.58919906616211,-2.8582398891448975,7.878300189971924,-17.58919906616211,-2.8582398891448975,7.778299808502197,-17.58919906616211,-2.8582398891448975,7.778299808502197,-17.58919906616211,-2.8582398891448975,7.878300189971924,-17.647199630737305,-2.8342199325561523,7.878300189971924,-17.58919906616211,-2.8582398891448975,7.778299808502197,-17.647199630737305,-2.8342199325561523,7.878300189971924,-17.647199630737305,-2.8342199325561523,7.778299808502197,-17.647199630737305,-2.8342199325561523,7.778299808502197,-17.647199630737305,-2.8342199325561523,7.878300189971924,-17.700700759887695,-2.8014299869537354,7.878300189971924,-17.647199630737305,-2.8342199325561523,7.778299808502197,-17.700700759887695,-2.8014299869537354,7.878300189971924,-17.700700759887695,-2.8014299869537354,7.778299808502197,-17.700700759887695,-2.8014299869537354,7.778299808502197,-17.700700759887695,-2.8014299869537354,7.878300189971924,-17.74839973449707,-2.76065993309021,7.878300189971924,-17.700700759887695,-2.8014299869537354,7.778299808502197,-17.74839973449707,-2.76065993309021,7.878300189971924,-17.74839973449707,-2.76065993309021,7.778299808502197,-17.74839973449707,-2.76065993309021,7.778299808502197,-17.74839973449707,-2.76065993309021,7.878300189971924,-17.789199829101562,-2.7129299640655518,7.878300189971924,-17.74839973449707,-2.76065993309021,7.778299808502197,-17.789199829101562,-2.7129299640655518,7.878300189971924,-17.789199829101562,-2.7129299640655518,7.778299808502197,-17.789199829101562,-2.7129299640655518,7.778299808502197,-17.789199829101562,-2.7129299640655518,7.878300189971924,-17.82200050354004,-2.6594200134277344,7.878300189971924,-17.789199829101562,-2.7129299640655518,7.778299808502197,-17.82200050354004,-2.6594200134277344,7.878300189971924,-17.82200050354004,-2.6594200134277344,7.778299808502197,-17.82200050354004,-2.6594200134277344,7.778299808502197,-17.82200050354004,-2.6594200134277344,7.878300189971924,-17.84600067138672,-2.6014299392700195,7.878300189971924,-17.82200050354004,-2.6594200134277344,7.778299808502197,-17.84600067138672,-2.6014299392700195,7.878300189971924,-17.84600067138672,-2.6014299392700195,7.778299808502197,-17.84600067138672,-2.6014299392700195,7.778299808502197,-17.84600067138672,-2.6014299392700195,7.878300189971924,-17.860700607299805,-2.5404000282287598,7.878300189971924,-17.84600067138672,-2.6014299392700195,7.778299808502197,-17.860700607299805,-2.5404000282287598,7.878300189971924,-17.860700607299805,-2.5404000282287598,7.778299808502197,-17.860700607299805,-2.5404000282287598,7.778299808502197,-17.860700607299805,-2.5404000282287598,7.878300189971924,-17.8656005859375,-2.4778199195861816,7.878300189971924,-17.860700607299805,-2.5404000282287598,7.778299808502197,-17.8656005859375,-2.4778199195861816,7.878300189971924,-17.8656005859375,-2.4778199195861816,7.778299808502197,-17.8656005859375,36.02220153808594,7.778299808502197,-17.8656005859375,-2.4778199195861816,7.778299808502197,-17.8656005859375,36.02220153808594,7.878300189971924,-17.8656005859375,36.02220153808594,7.878300189971924,-17.8656005859375,-2.4778199195861816,7.778299808502197,-17.8656005859375,-2.4778199195861816,7.878300189971924,17.769500732421875,36.34579849243164,7.878300189971924,17.715999603271484,36.37860107421875,7.878300189971924,17.658000946044922,36.4025993347168,7.878300189971924,-17.82200050354004,-2.6594200134277344,7.878300189971924,-17.789199829101562,-2.7129299640655518,7.878300189971924,-17.74839973449707,-2.76065993309021,7.878300189971924,17.93440055847168,-2.4778199195861816,7.878300189971924,17.93440055847168,36.02220153808594,7.878300189971924,17.534400939941406,36.42219924926758,7.878300189971924,17.534400939941406,36.42219924926758,7.878300189971924,17.93440055847168,36.02220153808594,7.878300189971924,17.658000946044922,36.4025993347168,7.878300189971924,17.534400939941406,36.42219924926758,7.878300189971924,17.658000946044922,36.4025993347168,7.878300189971924,17.597000122070312,36.417301177978516,7.878300189971924,17.89080047607422,-2.6594200134277344,7.878300189971924,17.9148006439209,-2.6014299392700195,7.878300189971924,17.929500579833984,-2.5404000282287598,7.878300189971924,-17.8656005859375,36.02220153808594,7.878300189971924,-17.8656005859375,-2.4778199195861816,7.878300189971924,-17.465599060058594,-2.8778200149536133,7.878300189971924,-17.465599060058594,-2.8778200149536133,7.878300189971924,-17.8656005859375,-2.4778199195861816,7.878300189971924,-17.860700607299805,-2.5404000282287598,7.878300189971924,-17.465599060058594,-2.8778200149536133,7.878300189971924,-17.860700607299805,-2.5404000282287598,7.878300189971924,-17.84600067138672,-2.6014299392700195,7.878300189971924,17.929500579833984,-2.5404000282287598,7.878300189971924,17.534400939941406,-2.8778200149536133,7.878300189971924,17.89080047607422,-2.6594200134277344,7.878300189971924,17.89080047607422,-2.6594200134277344,7.878300189971924,17.534400939941406,-2.8778200149536133,7.878300189971924,17.597000122070312,-2.8729000091552734,7.878300189971924,17.89080047607422,-2.6594200134277344,7.878300189971924,17.597000122070312,-2.8729000091552734,7.878300189971924,17.658000946044922,-2.8582398891448975,7.878300189971924,17.9148006439209,36.14580154418945,7.878300189971924,17.89080047607422,36.203800201416016,7.878300189971924,17.857999801635742,36.257301330566406,7.878300189971924,17.93440055847168,36.02220153808594,7.878300189971924,17.929500579833984,36.084800720214844,7.878300189971924,17.658000946044922,36.4025993347168,7.878300189971924,17.658000946044922,36.4025993347168,7.878300189971924,17.929500579833984,36.084800720214844,7.878300189971924,17.9148006439209,36.14580154418945,7.878300189971924,17.658000946044922,36.4025993347168,7.878300189971924,17.9148006439209,36.14580154418945,7.878300189971924,17.769500732421875,36.34579849243164,7.878300189971924,17.769500732421875,36.34579849243164,7.878300189971924,17.9148006439209,36.14580154418945,7.878300189971924,17.857999801635742,36.257301330566406,7.878300189971924,17.769500732421875,36.34579849243164,7.878300189971924,17.857999801635742,36.257301330566406,7.878300189971924,17.81719970703125,36.30500030517578,7.878300189971924,-17.58919906616211,36.4025993347168,7.878300189971924,-17.647199630737305,36.37860107421875,7.878300189971924,-17.700700759887695,36.34579849243164,7.878300189971924,-17.74839973449707,36.30500030517578,7.878300189971924,-17.789199829101562,36.257301330566406,7.878300189971924,-17.82200050354004,36.203800201416016,7.878300189971924,-17.58919906616211,36.4025993347168,7.878300189971924,-17.700700759887695,36.34579849243164,7.878300189971924,-17.528200149536133,36.417301177978516,7.878300189971924,-17.528200149536133,36.417301177978516,7.878300189971924,-17.700700759887695,36.34579849243164,7.878300189971924,-17.74839973449707,36.30500030517578,7.878300189971924,-17.528200149536133,36.417301177978516,7.878300189971924,-17.74839973449707,36.30500030517578,7.878300189971924,-17.465599060058594,36.42219924926758,7.878300189971924,-17.465599060058594,36.42219924926758,7.878300189971924,-17.74839973449707,36.30500030517578,7.878300189971924,-17.82200050354004,36.203800201416016,7.878300189971924,-17.465599060058594,36.42219924926758,7.878300189971924,-17.82200050354004,36.203800201416016,7.878300189971924,-17.84600067138672,36.14580154418945,7.878300189971924,17.929500579833984,-2.5404000282287598,7.878300189971924,17.93440055847168,-2.4778199195861816,7.878300189971924,17.534400939941406,-2.8778200149536133,7.878300189971924,17.534400939941406,-2.8778200149536133,7.878300189971924,17.93440055847168,-2.4778199195861816,7.878300189971924,17.534400939941406,36.42219924926758,7.878300189971924,17.534400939941406,-2.8778200149536133,7.878300189971924,17.534400939941406,36.42219924926758,7.878300189971924,-17.465599060058594,-2.8778200149536133,7.878300189971924,-17.465599060058594,-2.8778200149536133,7.878300189971924,17.534400939941406,36.42219924926758,7.878300189971924,-17.465599060058594,36.42219924926758,7.878300189971924,-17.465599060058594,-2.8778200149536133,7.878300189971924,-17.465599060058594,36.42219924926758,7.878300189971924,-17.8656005859375,36.02220153808594,7.878300189971924,-17.8656005859375,36.02220153808594,7.878300189971924,-17.465599060058594,36.42219924926758,7.878300189971924,-17.84600067138672,36.14580154418945,7.878300189971924,-17.8656005859375,36.02220153808594,7.878300189971924,-17.84600067138672,36.14580154418945,7.878300189971924,-17.860700607299805,36.084800720214844,7.878300189971924,-17.84600067138672,-2.6014299392700195,7.878300189971924,-17.82200050354004,-2.6594200134277344,7.878300189971924,-17.465599060058594,-2.8778200149536133,7.878300189971924,-17.465599060058594,-2.8778200149536133,7.878300189971924,-17.82200050354004,-2.6594200134277344,7.878300189971924,-17.74839973449707,-2.76065993309021,7.878300189971924,-17.465599060058594,-2.8778200149536133,7.878300189971924,-17.74839973449707,-2.76065993309021,7.878300189971924,-17.528200149536133,-2.8729000091552734,7.878300189971924,-17.528200149536133,-2.8729000091552734,7.878300189971924,-17.74839973449707,-2.76065993309021,7.878300189971924,-17.700700759887695,-2.8014299869537354,7.878300189971924,-17.528200149536133,-2.8729000091552734,7.878300189971924,-17.700700759887695,-2.8014299869537354,7.878300189971924,-17.58919906616211,-2.8582398891448975,7.878300189971924,-17.58919906616211,-2.8582398891448975,7.878300189971924,-17.700700759887695,-2.8014299869537354,7.878300189971924,-17.647199630737305,-2.8342199325561523,7.878300189971924,17.81719970703125,-2.76065993309021,7.878300189971924,17.857999801635742,-2.7129299640655518,7.878300189971924,17.769500732421875,-2.8014299869537354,7.878300189971924,17.769500732421875,-2.8014299869537354,7.878300189971924,17.857999801635742,-2.7129299640655518,7.878300189971924,17.89080047607422,-2.6594200134277344,7.878300189971924,17.769500732421875,-2.8014299869537354,7.878300189971924,17.89080047607422,-2.6594200134277344,7.878300189971924,17.715999603271484,-2.8342199325561523,7.878300189971924,17.715999603271484,-2.8342199325561523,7.878300189971924,17.89080047607422,-2.6594200134277344,7.878300189971924,17.658000946044922,-2.8582398891448975,7.878300189971924,-15.96560001373291,42.12220001220703,7.478300094604492,-15.96560001373291,42.12220001220703,7.978300094604492,-16.228900909423828,42.100399017333984,7.978300094604492,-15.96560001373291,42.12220001220703,7.478300094604492,-16.228900909423828,42.100399017333984,7.978300094604492,-16.228900909423828,42.100399017333984,7.478300094604492,-16.228900909423828,42.100399017333984,7.478300094604492,-16.228900909423828,42.100399017333984,7.978300094604492,-16.48509979248047,42.035499572753906,7.978300094604492,-16.228900909423828,42.100399017333984,7.478300094604492,-16.48509979248047,42.035499572753906,7.978300094604492,-16.48509979248047,42.035499572753906,7.478300094604492,-16.48509979248047,42.035499572753906,7.478300094604492,-16.48509979248047,42.035499572753906,7.978300094604492,-16.727100372314453,41.929298400878906,7.978300094604492,-16.48509979248047,42.035499572753906,7.478300094604492,-16.727100372314453,41.929298400878906,7.978300094604492,-16.727100372314453,41.929298400878906,7.478300094604492,-16.727100372314453,41.929298400878906,7.478300094604492,-16.727100372314453,41.929298400878906,7.978300094604492,-16.948299407958984,41.7848014831543,7.978300094604492,-16.727100372314453,41.929298400878906,7.478300094604492,-16.948299407958984,41.7848014831543,7.978300094604492,-16.948299407958984,41.7848014831543,7.478300094604492,-16.948299407958984,41.7848014831543,7.478300094604492,-16.948299407958984,41.7848014831543,7.978300094604492,-17.142799377441406,41.60580062866211,7.978300094604492,-16.948299407958984,41.7848014831543,7.478300094604492,-17.142799377441406,41.60580062866211,7.978300094604492,-17.142799377441406,41.60580062866211,7.478300094604492,-17.142799377441406,41.60580062866211,7.478300094604492,-17.142799377441406,41.60580062866211,7.978300094604492,-17.305099487304688,41.397300720214844,7.978300094604492,-17.142799377441406,41.60580062866211,7.478300094604492,-17.305099487304688,41.397300720214844,7.978300094604492,-17.305099487304688,41.397300720214844,7.478300094604492,-17.305099487304688,41.397300720214844,7.478300094604492,-17.305099487304688,41.397300720214844,7.978300094604492,-17.43079948425293,41.16490173339844,7.978300094604492,-17.305099487304688,41.397300720214844,7.478300094604492,-17.43079948425293,41.16490173339844,7.978300094604492,-17.43079948425293,41.16490173339844,7.478300094604492,-17.43079948425293,41.16490173339844,7.478300094604492,-17.43079948425293,41.16490173339844,7.978300094604492,-17.516599655151367,40.915000915527344,7.978300094604492,-17.43079948425293,41.16490173339844,7.478300094604492,-17.516599655151367,40.915000915527344,7.978300094604492,-17.516599655151367,40.915000915527344,7.478300094604492,-17.516599655151367,40.915000915527344,7.478300094604492,-17.516599655151367,40.915000915527344,7.978300094604492,-17.560100555419922,40.654300689697266,7.978300094604492,-17.516599655151367,40.915000915527344,7.478300094604492,-17.560100555419922,40.654300689697266,7.978300094604492,-17.560100555419922,40.654300689697266,7.478300094604492,-17.560100555419922,40.654300689697266,7.478300094604492,-17.560100555419922,40.654300689697266,7.978300094604492,-17.560100555419922,40.390098571777344,7.978300094604492,-17.560100555419922,40.654300689697266,7.478300094604492,-17.560100555419922,40.390098571777344,7.978300094604492,-17.560100555419922,40.390098571777344,7.478300094604492,-17.560100555419922,40.390098571777344,7.478300094604492,-17.560100555419922,40.390098571777344,7.978300094604492,-17.516599655151367,40.129398345947266,7.978300094604492,-17.560100555419922,40.390098571777344,7.478300094604492,-17.516599655151367,40.129398345947266,7.978300094604492,-17.516599655151367,40.129398345947266,7.478300094604492,-17.516599655151367,40.129398345947266,7.478300094604492,-17.516599655151367,40.129398345947266,7.978300094604492,-17.43079948425293,39.87950134277344,7.978300094604492,-17.516599655151367,40.129398345947266,7.478300094604492,-17.43079948425293,39.87950134277344,7.978300094604492,-17.43079948425293,39.87950134277344,7.478300094604492,-17.43079948425293,39.87950134277344,7.478300094604492,-17.43079948425293,39.87950134277344,7.978300094604492,-17.305099487304688,39.647098541259766,7.978300094604492,-17.43079948425293,39.87950134277344,7.478300094604492,-17.305099487304688,39.647098541259766,7.978300094604492,-17.305099487304688,39.647098541259766,7.478300094604492,-17.305099487304688,39.647098541259766,7.478300094604492,-17.305099487304688,39.647098541259766,7.978300094604492,-17.142799377441406,39.438499450683594,7.978300094604492,-17.305099487304688,39.647098541259766,7.478300094604492,-17.142799377441406,39.438499450683594,7.978300094604492,-17.142799377441406,39.438499450683594,7.478300094604492,-17.142799377441406,39.438499450683594,7.478300094604492,-17.142799377441406,39.438499450683594,7.978300094604492,-16.948299407958984,39.25960159301758,7.978300094604492,-17.142799377441406,39.438499450683594,7.478300094604492,-16.948299407958984,39.25960159301758,7.978300094604492,-16.948299407958984,39.25960159301758,7.478300094604492,-16.948299407958984,39.25960159301758,7.478300094604492,-16.948299407958984,39.25960159301758,7.978300094604492,-16.727100372314453,39.1150016784668,7.978300094604492,-16.948299407958984,39.25960159301758,7.478300094604492,-16.727100372314453,39.1150016784668,7.978300094604492,-16.727100372314453,39.1150016784668,7.478300094604492,-16.727100372314453,39.1150016784668,7.478300094604492,-16.727100372314453,39.1150016784668,7.978300094604492,-16.48509979248047,39.0088996887207,7.978300094604492,-16.727100372314453,39.1150016784668,7.478300094604492,-16.48509979248047,39.0088996887207,7.978300094604492,-16.48509979248047,39.0088996887207,7.478300094604492,-16.48509979248047,39.0088996887207,7.478300094604492,-16.48509979248047,39.0088996887207,7.978300094604492,-16.228900909423828,38.944000244140625,7.978300094604492,-16.48509979248047,39.0088996887207,7.478300094604492,-16.228900909423828,38.944000244140625,7.978300094604492,-16.228900909423828,38.944000244140625,7.478300094604492,-16.228900909423828,38.944000244140625,7.478300094604492,-16.228900909423828,38.944000244140625,7.978300094604492,-15.96560001373291,38.92219924926758,7.978300094604492,-16.228900909423828,38.944000244140625,7.478300094604492,-15.96560001373291,38.92219924926758,7.978300094604492,-15.96560001373291,38.92219924926758,7.478300094604492,-15.96560001373291,42.12220001220703,7.978300094604492,-15.96560001373291,42.12220001220703,7.478300094604492,-6.21560001373291,42.12220001220703,7.978300094604492,-6.21560001373291,42.12220001220703,7.978300094604492,-15.96560001373291,42.12220001220703,7.478300094604492,-4.96560001373291,42.12220001220703,7.478300094604492,-6.21560001373291,42.12220001220703,7.978300094604492,-4.96560001373291,42.12220001220703,7.478300094604492,-4.96560001373291,42.12220001220703,7.978300094604492,-4.96560001373291,38.92219924926758,7.478300094604492,-4.96560001373291,38.92219924926758,7.978300094604492,-4.702250003814697,38.944000244140625,7.978300094604492,-4.96560001373291,38.92219924926758,7.478300094604492,-4.702250003814697,38.944000244140625,7.978300094604492,-4.702250003814697,38.944000244140625,7.478300094604492,-4.702250003814697,38.944000244140625,7.478300094604492,-4.702250003814697,38.944000244140625,7.978300094604492,-4.446080207824707,39.0088996887207,7.978300094604492,-4.702250003814697,38.944000244140625,7.478300094604492,-4.446080207824707,39.0088996887207,7.978300094604492,-4.446080207824707,39.0088996887207,7.478300094604492,-4.446080207824707,39.0088996887207,7.478300094604492,-4.446080207824707,39.0088996887207,7.978300094604492,-4.204080104827881,39.1150016784668,7.978300094604492,-4.446080207824707,39.0088996887207,7.478300094604492,-4.204080104827881,39.1150016784668,7.978300094604492,-4.204080104827881,39.1150016784668,7.478300094604492,-4.204080104827881,39.1150016784668,7.478300094604492,-4.204080104827881,39.1150016784668,7.978300094604492,-3.9828600883483887,39.25960159301758,7.978300094604492,-4.204080104827881,39.1150016784668,7.478300094604492,-3.9828600883483887,39.25960159301758,7.978300094604492,-3.9828600883483887,39.25960159301758,7.478300094604492,-3.9828600883483887,39.25960159301758,7.478300094604492,-3.9828600883483887,39.25960159301758,7.978300094604492,-3.788439989089966,39.438499450683594,7.978300094604492,-3.9828600883483887,39.25960159301758,7.478300094604492,-3.788439989089966,39.438499450683594,7.978300094604492,-3.788439989089966,39.438499450683594,7.478300094604492,-3.788439989089966,39.438499450683594,7.478300094604492,-3.788439989089966,39.438499450683594,7.978300094604492,-3.6261301040649414,39.647098541259766,7.978300094604492,-3.788439989089966,39.438499450683594,7.478300094604492,-3.6261301040649414,39.647098541259766,7.978300094604492,-3.6261301040649414,39.647098541259766,7.478300094604492,-3.6261301040649414,39.647098541259766,7.478300094604492,-3.6261301040649414,39.647098541259766,7.978300094604492,-3.5003600120544434,39.87950134277344,7.978300094604492,-3.6261301040649414,39.647098541259766,7.478300094604492,-3.5003600120544434,39.87950134277344,7.978300094604492,-3.5003600120544434,39.87950134277344,7.478300094604492,-3.5003600120544434,39.87950134277344,7.478300094604492,-3.5003600120544434,39.87950134277344,7.978300094604492,-3.414560079574585,40.129398345947266,7.978300094604492,-3.5003600120544434,39.87950134277344,7.478300094604492,-3.414560079574585,40.129398345947266,7.978300094604492,-3.414560079574585,40.129398345947266,7.478300094604492,-3.414560079574585,40.129398345947266,7.478300094604492,-3.414560079574585,40.129398345947266,7.978300094604492,-3.3710598945617676,40.390098571777344,7.978300094604492,-3.414560079574585,40.129398345947266,7.478300094604492,-3.3710598945617676,40.390098571777344,7.978300094604492,-3.3710598945617676,40.390098571777344,7.478300094604492,-3.3710598945617676,40.390098571777344,7.478300094604492,-3.3710598945617676,40.390098571777344,7.978300094604492,-3.3710598945617676,40.654300689697266,7.978300094604492,-3.3710598945617676,40.390098571777344,7.478300094604492,-3.3710598945617676,40.654300689697266,7.978300094604492,-3.3710598945617676,40.654300689697266,7.478300094604492,-3.3710598945617676,40.654300689697266,7.478300094604492,-3.3710598945617676,40.654300689697266,7.978300094604492,-3.414560079574585,40.915000915527344,7.978300094604492,-3.3710598945617676,40.654300689697266,7.478300094604492,-3.414560079574585,40.915000915527344,7.978300094604492,-3.414560079574585,40.915000915527344,7.478300094604492,-3.414560079574585,40.915000915527344,7.478300094604492,-3.414560079574585,40.915000915527344,7.978300094604492,-3.5003600120544434,41.16490173339844,7.978300094604492,-3.414560079574585,40.915000915527344,7.478300094604492,-3.5003600120544434,41.16490173339844,7.978300094604492,-3.5003600120544434,41.16490173339844,7.478300094604492,-3.5003600120544434,41.16490173339844,7.478300094604492,-3.5003600120544434,41.16490173339844,7.978300094604492,-3.6261301040649414,41.397300720214844,7.978300094604492,-3.5003600120544434,41.16490173339844,7.478300094604492,-3.6261301040649414,41.397300720214844,7.978300094604492,-3.6261301040649414,41.397300720214844,7.478300094604492,-3.6261301040649414,41.397300720214844,7.478300094604492,-3.6261301040649414,41.397300720214844,7.978300094604492,-3.788439989089966,41.60580062866211,7.978300094604492,-3.6261301040649414,41.397300720214844,7.478300094604492,-3.788439989089966,41.60580062866211,7.978300094604492,-3.788439989089966,41.60580062866211,7.478300094604492,-3.788439989089966,41.60580062866211,7.478300094604492,-3.788439989089966,41.60580062866211,7.978300094604492,-3.9828600883483887,41.7848014831543,7.978300094604492,-3.788439989089966,41.60580062866211,7.478300094604492,-3.9828600883483887,41.7848014831543,7.978300094604492,-3.9828600883483887,41.7848014831543,7.478300094604492,-3.9828600883483887,41.7848014831543,7.478300094604492,-3.9828600883483887,41.7848014831543,7.978300094604492,-4.204080104827881,41.929298400878906,7.978300094604492,-3.9828600883483887,41.7848014831543,7.478300094604492,-4.204080104827881,41.929298400878906,7.978300094604492,-4.204080104827881,41.929298400878906,7.478300094604492,-4.204080104827881,41.929298400878906,7.478300094604492,-4.204080104827881,41.929298400878906,7.978300094604492,-4.446080207824707,42.035499572753906,7.978300094604492,-4.204080104827881,41.929298400878906,7.478300094604492,-4.446080207824707,42.035499572753906,7.978300094604492,-4.446080207824707,42.035499572753906,7.478300094604492,-4.446080207824707,42.035499572753906,7.478300094604492,-4.446080207824707,42.035499572753906,7.978300094604492,-4.702250003814697,42.100399017333984,7.978300094604492,-4.446080207824707,42.035499572753906,7.478300094604492,-4.702250003814697,42.100399017333984,7.978300094604492,-4.702250003814697,42.100399017333984,7.478300094604492,-4.702250003814697,42.100399017333984,7.478300094604492,-4.702250003814697,42.100399017333984,7.978300094604492,-4.96560001373291,42.12220001220703,7.978300094604492,-4.702250003814697,42.100399017333984,7.478300094604492,-4.96560001373291,42.12220001220703,7.978300094604492,-4.96560001373291,42.12220001220703,7.478300094604492,-4.96560001373291,38.92219924926758,7.978300094604492,-4.96560001373291,38.92219924926758,7.478300094604492,-6.21560001373291,38.92219924926758,7.978300094604492,-6.21560001373291,38.92219924926758,7.978300094604492,-4.96560001373291,38.92219924926758,7.478300094604492,-15.96560001373291,38.92219924926758,7.478300094604492,-6.21560001373291,38.92219924926758,7.978300094604492,-15.96560001373291,38.92219924926758,7.478300094604492,-15.96560001373291,38.92219924926758,7.978300094604492,-14.02239990234375,42.02220153808594,7.478300094604492,-4.96560001373291,42.12220001220703,7.478300094604492,-15.96560001373291,42.12220001220703,7.478300094604492,-13.656100273132324,42.0099983215332,7.478300094604492,-13.401900291442871,42.02080154418945,7.478300094604492,-14.02239990234375,42.02220153808594,7.478300094604492,-14.02239990234375,42.02220153808594,7.478300094604492,-13.401900291442871,42.02080154418945,7.478300094604492,-12.90880012512207,42.02220153808594,7.478300094604492,-14.02239990234375,42.02220153808594,7.478300094604492,-12.90880012512207,42.02220153808594,7.478300094604492,-4.96560001373291,42.12220001220703,7.478300094604492,-4.96560001373291,42.12220001220703,7.478300094604492,-12.90880012512207,42.02220153808594,7.478300094604492,-4.96560001373291,42.02220153808594,7.478300094604492,-4.96560001373291,42.12220001220703,7.478300094604492,-4.96560001373291,42.02220153808594,7.478300094604492,-4.702250003814697,42.100399017333984,7.478300094604492,-4.702250003814697,42.100399017333984,7.478300094604492,-4.96560001373291,42.02220153808594,7.478300094604492,-4.718709945678711,42.00170135498047,7.478300094604492,-4.702250003814697,42.100399017333984,7.478300094604492,-4.718709945678711,42.00170135498047,7.478300094604492,-4.446080207824707,42.035499572753906,7.478300094604492,-4.446080207824707,42.035499572753906,7.478300094604492,-4.718709945678711,42.00170135498047,7.478300094604492,-4.478549957275391,41.94089889526367,7.478300094604492,-4.446080207824707,42.035499572753906,7.478300094604492,-4.478549957275391,41.94089889526367,7.478300094604492,-4.204080104827881,41.929298400878906,7.478300094604492,-4.204080104827881,41.929298400878906,7.478300094604492,-4.478549957275391,41.94089889526367,7.478300094604492,-4.25167989730835,41.841400146484375,7.478300094604492,-4.204080104827881,41.929298400878906,7.478300094604492,-4.25167989730835,41.841400146484375,7.478300094604492,-3.9828600883483887,41.7848014831543,7.478300094604492,-3.9828600883483887,41.7848014831543,7.478300094604492,-4.25167989730835,41.841400146484375,7.478300094604492,-4.044280052185059,41.70589828491211,7.478300094604492,-3.9828600883483887,41.7848014831543,7.478300094604492,-4.044280052185059,41.70589828491211,7.478300094604492,-3.788439989089966,41.60580062866211,7.478300094604492,-3.788439989089966,41.60580062866211,7.478300094604492,-4.044280052185059,41.70589828491211,7.478300094604492,-3.8620100021362305,41.53810119628906,7.478300094604492,-3.788439989089966,41.60580062866211,7.478300094604492,-3.8620100021362305,41.53810119628906,7.478300094604492,-3.6261301040649414,41.397300720214844,7.478300094604492,-3.6261301040649414,41.397300720214844,7.478300094604492,-3.8620100021362305,41.53810119628906,7.478300094604492,-3.7098500728607178,41.34260177612305,7.478300094604492,-3.6261301040649414,41.397300720214844,7.478300094604492,-3.7098500728607178,41.34260177612305,7.478300094604492,-3.5003600120544434,41.16490173339844,7.478300094604492,-3.5003600120544434,41.16490173339844,7.478300094604492,-3.7098500728607178,41.34260177612305,7.478300094604492,-3.591939926147461,41.124698638916016,7.478300094604492,-3.5003600120544434,41.16490173339844,7.478300094604492,-3.591939926147461,41.124698638916016,7.478300094604492,-3.414560079574585,40.915000915527344,7.478300094604492,-3.414560079574585,40.915000915527344,7.478300094604492,-3.591939926147461,41.124698638916016,7.478300094604492,-3.5114998817443848,40.89039993286133,7.478300094604492,-3.414560079574585,40.915000915527344,7.478300094604492,-3.5114998817443848,40.89039993286133,7.478300094604492,-3.3710598945617676,40.654300689697266,7.478300094604492,-3.3710598945617676,40.654300689697266,7.478300094604492,-3.5114998817443848,40.89039993286133,7.478300094604492,-3.470720052719116,40.645999908447266,7.478300094604492,-3.3710598945617676,40.654300689697266,7.478300094604492,-3.470720052719116,40.645999908447266,7.478300094604492,-3.3710598945617676,40.390098571777344,7.478300094604492,-3.3710598945617676,40.390098571777344,7.478300094604492,-3.470720052719116,40.645999908447266,7.478300094604492,-3.470720052719116,40.39830017089844,7.478300094604492,-3.3710598945617676,40.390098571777344,7.478300094604492,-3.470720052719116,40.39830017089844,7.478300094604492,-3.414560079574585,40.129398345947266,7.478300094604492,-3.414560079574585,40.129398345947266,7.478300094604492,-3.470720052719116,40.39830017089844,7.478300094604492,-3.5114998817443848,40.15399932861328,7.478300094604492,-3.414560079574585,40.129398345947266,7.478300094604492,-3.5114998817443848,40.15399932861328,7.478300094604492,-3.5003600120544434,39.87950134277344,7.478300094604492,-3.5003600120544434,39.87950134277344,7.478300094604492,-3.5114998817443848,40.15399932861328,7.478300094604492,-3.591939926147461,39.91960144042969,7.478300094604492,-3.5003600120544434,39.87950134277344,7.478300094604492,-3.591939926147461,39.91960144042969,7.478300094604492,-3.6261301040649414,39.647098541259766,7.478300094604492,-3.6261301040649414,39.647098541259766,7.478300094604492,-3.591939926147461,39.91960144042969,7.478300094604492,-3.7098500728607178,39.70180130004883,7.478300094604492,-3.6261301040649414,39.647098541259766,7.478300094604492,-3.7098500728607178,39.70180130004883,7.478300094604492,-3.788439989089966,39.438499450683594,7.478300094604492,-3.788439989089966,39.438499450683594,7.478300094604492,-3.7098500728607178,39.70180130004883,7.478300094604492,-3.8620100021362305,39.50630187988281,7.478300094604492,-3.788439989089966,39.438499450683594,7.478300094604492,-3.8620100021362305,39.50630187988281,7.478300094604492,-3.9828600883483887,39.25960159301758,7.478300094604492,-3.9828600883483887,39.25960159301758,7.478300094604492,-3.8620100021362305,39.50630187988281,7.478300094604492,-4.044280052185059,39.3385009765625,7.478300094604492,-3.9828600883483887,39.25960159301758,7.478300094604492,-4.044280052185059,39.3385009765625,7.478300094604492,-4.204080104827881,39.1150016784668,7.478300094604492,-4.204080104827881,39.1150016784668,7.478300094604492,-4.044280052185059,39.3385009765625,7.478300094604492,-4.25167989730835,39.202999114990234,7.478300094604492,-4.204080104827881,39.1150016784668,7.478300094604492,-4.25167989730835,39.202999114990234,7.478300094604492,-4.446080207824707,39.0088996887207,7.478300094604492,-4.446080207824707,39.0088996887207,7.478300094604492,-4.25167989730835,39.202999114990234,7.478300094604492,-4.478549957275391,39.10350036621094,7.478300094604492,-4.446080207824707,39.0088996887207,7.478300094604492,-4.478549957275391,39.10350036621094,7.478300094604492,-4.702250003814697,38.944000244140625,7.478300094604492,-4.702250003814697,38.944000244140625,7.478300094604492,-4.478549957275391,39.10350036621094,7.478300094604492,-4.718709945678711,39.042598724365234,7.478300094604492,-4.702250003814697,38.944000244140625,7.478300094604492,-4.718709945678711,39.042598724365234,7.478300094604492,-4.96560001373291,38.92219924926758,7.478300094604492,-4.96560001373291,38.92219924926758,7.478300094604492,-4.718709945678711,39.042598724365234,7.478300094604492,-4.96560001373291,39.02220153808594,7.478300094604492,-4.96560001373291,38.92219924926758,7.478300094604492,-4.96560001373291,39.02220153808594,7.478300094604492,-15.96560001373291,38.92219924926758,7.478300094604492,-15.96560001373291,38.92219924926758,7.478300094604492,-4.96560001373291,39.02220153808594,7.478300094604492,-12.90880012512207,39.02220153808594,7.478300094604492,-13.401900291442871,39.02349853515625,7.478300094604492,-13.656100273132324,39.0343017578125,7.478300094604492,-14.02239990234375,39.02220153808594,7.478300094604492,-14.02239990234375,39.02220153808594,7.478300094604492,-13.656100273132324,39.0343017578125,7.478300094604492,-13.904800415039062,39.08789825439453,7.478300094604492,-14.02239990234375,39.02220153808594,7.478300094604492,-13.904800415039062,39.08789825439453,7.478300094604492,-14.273099899291992,39.140899658203125,7.478300094604492,-14.273099899291992,39.140899658203125,7.478300094604492,-13.904800415039062,39.08789825439453,7.478300094604492,-14.140899658203125,39.18280029296875,7.478300094604492,-14.273099899291992,39.140899658203125,7.478300094604492,-14.140899658203125,39.18280029296875,7.478300094604492,-14.499600410461426,39.30120086669922,7.478300094604492,-14.499600410461426,39.30120086669922,7.478300094604492,-14.140899658203125,39.18280029296875,7.478300094604492,-14.357500076293945,39.316200256347656,7.478300094604492,-14.499600410461426,39.30120086669922,7.478300094604492,-14.357500076293945,39.316200256347656,7.478300094604492,-14.694999694824219,39.498199462890625,7.478300094604492,-14.694999694824219,39.498199462890625,7.478300094604492,-14.357500076293945,39.316200256347656,7.478300094604492,-14.548500061035156,39.48429870605469,7.478300094604492,-14.694999694824219,39.498199462890625,7.478300094604492,-14.548500061035156,39.48429870605469,7.478300094604492,-14.853400230407715,39.72600173950195,7.478300094604492,-14.853400230407715,39.72600173950195,7.478300094604492,-14.548500061035156,39.48429870605469,7.478300094604492,-14.708399772644043,39.68220138549805,7.478300094604492,-14.853400230407715,39.72600173950195,7.478300094604492,-14.708399772644043,39.68220138549805,7.478300094604492,-14.970100402832031,39.977699279785156,7.478300094604492,-14.970100402832031,39.977699279785156,7.478300094604492,-14.708399772644043,39.68220138549805,7.478300094604492,-14.83240032196045,39.904300689697266,7.478300094604492,-14.970100402832031,39.977699279785156,7.478300094604492,-14.83240032196045,39.904300689697266,7.478300094604492,-15.041500091552734,40.24580001831055,7.478300094604492,-15.041500091552734,40.24580001831055,7.478300094604492,-14.83240032196045,39.904300689697266,7.478300094604492,-14.917200088500977,40.14419937133789,7.478300094604492,-15.041500091552734,40.24580001831055,7.478300094604492,-14.917200088500977,40.14419937133789,7.478300094604492,-15.065600395202637,40.52220153808594,7.478300094604492,-13.401900291442871,42.02080154418945,7.478300094604492,-13.1496000289917,41.98849868774414,7.478300094604492,-12.90880012512207,42.02220153808594,7.478300094604492,-12.90880012512207,42.02220153808594,7.478300094604492,-13.1496000289917,41.98849868774414,7.478300094604492,-12.906299591064453,41.91400146484375,7.478300094604492,-12.90880012512207,42.02220153808594,7.478300094604492,-12.906299591064453,41.91400146484375,7.478300094604492,-12.658100128173828,41.903499603271484,7.478300094604492,-12.658100128173828,41.903499603271484,7.478300094604492,-12.906299591064453,41.91400146484375,7.478300094604492,-12.679100036621094,41.79949951171875,7.478300094604492,-12.658100128173828,41.903499603271484,7.478300094604492,-12.679100036621094,41.79949951171875,7.478300094604492,-12.431599617004395,41.74319839477539,7.478300094604492,-12.431599617004395,41.74319839477539,7.478300094604492,-12.679100036621094,41.79949951171875,7.478300094604492,-12.474599838256836,41.64820098876953,7.478300094604492,-12.431599617004395,41.74319839477539,7.478300094604492,-12.474599838256836,41.64820098876953,7.478300094604492,-12.236200332641602,41.546199798583984,7.478300094604492,-12.236200332641602,41.546199798583984,7.478300094604492,-12.474599838256836,41.64820098876953,7.478300094604492,-12.298500061035156,41.464500427246094,7.478300094604492,-12.236200332641602,41.546199798583984,7.478300094604492,-12.298500061035156,41.464500427246094,7.478300094604492,-12.077799797058105,41.31840133666992,7.478300094604492,-12.077799797058105,41.31840133666992,7.478300094604492,-12.298500061035156,41.464500427246094,7.478300094604492,-12.156100273132324,41.253700256347656,7.478300094604492,-12.077799797058105,41.31840133666992,7.478300094604492,-12.156100273132324,41.253700256347656,7.478300094604492,-11.961099624633789,41.06669998168945,7.478300094604492,-11.961099624633789,41.06669998168945,7.478300094604492,-12.156100273132324,41.253700256347656,7.478300094604492,-12.051300048828125,41.02190017700195,7.478300094604492,-11.961099624633789,41.06669998168945,7.478300094604492,-12.051300048828125,41.02190017700195,7.478300094604492,-11.889699935913086,40.79859924316406,7.478300094604492,-11.889699935913086,40.79859924316406,7.478300094604492,-12.051300048828125,41.02190017700195,7.478300094604492,-11.987199783325195,40.775699615478516,7.478300094604492,-11.889699935913086,40.79859924316406,7.478300094604492,-11.987199783325195,40.775699615478516,7.478300094604492,-11.865599632263184,40.52220153808594,7.478300094604492,-11.865599632263184,40.52220153808594,7.478300094604492,-11.987199783325195,40.775699615478516,7.478300094604492,-11.96560001373291,40.52220153808594,7.478300094604492,-11.865599632263184,40.52220153808594,7.478300094604492,-11.96560001373291,40.52220153808594,7.478300094604492,-11.889699935913086,40.24580001831055,7.478300094604492,-11.889699935913086,40.24580001831055,7.478300094604492,-11.96560001373291,40.52220153808594,7.478300094604492,-11.987199783325195,40.268699645996094,7.478300094604492,-11.889699935913086,40.24580001831055,7.478300094604492,-11.987199783325195,40.268699645996094,7.478300094604492,-11.961099624633789,39.977699279785156,7.478300094604492,-11.961099624633789,39.977699279785156,7.478300094604492,-11.987199783325195,40.268699645996094,7.478300094604492,-12.051300048828125,40.022499084472656,7.478300094604492,-11.961099624633789,39.977699279785156,7.478300094604492,-12.051300048828125,40.022499084472656,7.478300094604492,-12.077799797058105,39.72600173950195,7.478300094604492,-12.077799797058105,39.72600173950195,7.478300094604492,-12.051300048828125,40.022499084472656,7.478300094604492,-12.156100273132324,39.79059982299805,7.478300094604492,-12.077799797058105,39.72600173950195,7.478300094604492,-12.156100273132324,39.79059982299805,7.478300094604492,-12.236200332641602,39.498199462890625,7.478300094604492,-12.236200332641602,39.498199462890625,7.478300094604492,-12.156100273132324,39.79059982299805,7.478300094604492,-12.298500061035156,39.57979965209961,7.478300094604492,-12.236200332641602,39.498199462890625,7.478300094604492,-12.298500061035156,39.57979965209961,7.478300094604492,-12.431599617004395,39.30120086669922,7.478300094604492,-12.431599617004395,39.30120086669922,7.478300094604492,-12.298500061035156,39.57979965209961,7.478300094604492,-12.474599838256836,39.39619827270508,7.478300094604492,-12.431599617004395,39.30120086669922,7.478300094604492,-12.474599838256836,39.39619827270508,7.478300094604492,-12.658100128173828,39.140899658203125,7.478300094604492,-12.658100128173828,39.140899658203125,7.478300094604492,-12.474599838256836,39.39619827270508,7.478300094604492,-12.679100036621094,39.24489974975586,7.478300094604492,-12.658100128173828,39.140899658203125,7.478300094604492,-12.679100036621094,39.24489974975586,7.478300094604492,-12.90880012512207,39.02220153808594,7.478300094604492,-12.90880012512207,39.02220153808594,7.478300094604492,-12.679100036621094,39.24489974975586,7.478300094604492,-12.906299591064453,39.13029861450195,7.478300094604492,-12.90880012512207,39.02220153808594,7.478300094604492,-12.906299591064453,39.13029861450195,7.478300094604492,-13.1496000289917,39.05590057373047,7.478300094604492,-14.917200088500977,40.14419937133789,7.478300094604492,-14.960200309753418,40.39500045776367,7.478300094604492,-15.065600395202637,40.52220153808594,7.478300094604492,-15.065600395202637,40.52220153808594,7.478300094604492,-14.960200309753418,40.39500045776367,7.478300094604492,-14.960200309753418,40.64939880371094,7.478300094604492,-15.065600395202637,40.52220153808594,7.478300094604492,-14.960200309753418,40.64939880371094,7.478300094604492,-15.041500091552734,40.79859924316406,7.478300094604492,-15.041500091552734,40.79859924316406,7.478300094604492,-14.960200309753418,40.64939880371094,7.478300094604492,-14.917200088500977,40.90019989013672,7.478300094604492,-15.041500091552734,40.79859924316406,7.478300094604492,-14.917200088500977,40.90019989013672,7.478300094604492,-14.970100402832031,41.06669998168945,7.478300094604492,-14.970100402832031,41.06669998168945,7.478300094604492,-14.917200088500977,40.90019989013672,7.478300094604492,-14.83240032196045,41.13999938964844,7.478300094604492,-14.970100402832031,41.06669998168945,7.478300094604492,-14.83240032196045,41.13999938964844,7.478300094604492,-14.853400230407715,41.31840133666992,7.478300094604492,-14.853400230407715,41.31840133666992,7.478300094604492,-14.83240032196045,41.13999938964844,7.478300094604492,-14.708399772644043,41.362098693847656,7.478300094604492,-14.853400230407715,41.31840133666992,7.478300094604492,-14.708399772644043,41.362098693847656,7.478300094604492,-14.694999694824219,41.546199798583984,7.478300094604492,-14.694999694824219,41.546199798583984,7.478300094604492,-14.708399772644043,41.362098693847656,7.478300094604492,-14.548500061035156,41.56010055541992,7.478300094604492,-14.694999694824219,41.546199798583984,7.478300094604492,-14.548500061035156,41.56010055541992,7.478300094604492,-14.499600410461426,41.74319839477539,7.478300094604492,-14.499600410461426,41.74319839477539,7.478300094604492,-14.548500061035156,41.56010055541992,7.478300094604492,-14.357500076293945,41.72819900512695,7.478300094604492,-14.499600410461426,41.74319839477539,7.478300094604492,-14.357500076293945,41.72819900512695,7.478300094604492,-14.273099899291992,41.903499603271484,7.478300094604492,-14.273099899291992,41.903499603271484,7.478300094604492,-14.357500076293945,41.72819900512695,7.478300094604492,-14.140899658203125,41.86159896850586,7.478300094604492,-14.273099899291992,41.903499603271484,7.478300094604492,-14.140899658203125,41.86159896850586,7.478300094604492,-14.02239990234375,42.02220153808594,7.478300094604492,-14.02239990234375,42.02220153808594,7.478300094604492,-14.140899658203125,41.86159896850586,7.478300094604492,-13.904800415039062,41.95640182495117,7.478300094604492,-14.02239990234375,42.02220153808594,7.478300094604492,-13.904800415039062,41.95640182495117,7.478300094604492,-13.656100273132324,42.0099983215332,7.478300094604492,-13.1496000289917,39.05590057373047,7.478300094604492,-13.401900291442871,39.02349853515625,7.478300094604492,-12.90880012512207,39.02220153808594,7.478300094604492,-12.90880012512207,39.02220153808594,7.478300094604492,-13.401900291442871,39.02349853515625,7.478300094604492,-14.02239990234375,39.02220153808594,7.478300094604492,-12.90880012512207,39.02220153808594,7.478300094604492,-14.02239990234375,39.02220153808594,7.478300094604492,-15.96560001373291,38.92219924926758,7.478300094604492,-15.96560001373291,38.92219924926758,7.478300094604492,-14.02239990234375,39.02220153808594,7.478300094604492,-15.96560001373291,39.02220153808594,7.478300094604492,-15.96560001373291,38.92219924926758,7.478300094604492,-15.96560001373291,39.02220153808594,7.478300094604492,-16.228900909423828,38.944000244140625,7.478300094604492,-16.228900909423828,38.944000244140625,7.478300094604492,-15.96560001373291,39.02220153808594,7.478300094604492,-16.212499618530273,39.042598724365234,7.478300094604492,-16.228900909423828,38.944000244140625,7.478300094604492,-16.212499618530273,39.042598724365234,7.478300094604492,-16.48509979248047,39.0088996887207,7.478300094604492,-16.48509979248047,39.0088996887207,7.478300094604492,-16.212499618530273,39.042598724365234,7.478300094604492,-16.452600479125977,39.10350036621094,7.478300094604492,-16.48509979248047,39.0088996887207,7.478300094604492,-16.452600479125977,39.10350036621094,7.478300094604492,-16.727100372314453,39.1150016784668,7.478300094604492,-16.727100372314453,39.1150016784668,7.478300094604492,-16.452600479125977,39.10350036621094,7.478300094604492,-16.679500579833984,39.202999114990234,7.478300094604492,-16.727100372314453,39.1150016784668,7.478300094604492,-16.679500579833984,39.202999114990234,7.478300094604492,-16.948299407958984,39.25960159301758,7.478300094604492,-16.948299407958984,39.25960159301758,7.478300094604492,-16.679500579833984,39.202999114990234,7.478300094604492,-16.886899948120117,39.3385009765625,7.478300094604492,-16.948299407958984,39.25960159301758,7.478300094604492,-16.886899948120117,39.3385009765625,7.478300094604492,-17.142799377441406,39.438499450683594,7.478300094604492,-17.142799377441406,39.438499450683594,7.478300094604492,-16.886899948120117,39.3385009765625,7.478300094604492,-17.06920051574707,39.50630187988281,7.478300094604492,-17.142799377441406,39.438499450683594,7.478300094604492,-17.06920051574707,39.50630187988281,7.478300094604492,-17.305099487304688,39.647098541259766,7.478300094604492,-17.305099487304688,39.647098541259766,7.478300094604492,-17.06920051574707,39.50630187988281,7.478300094604492,-17.22130012512207,39.70180130004883,7.478300094604492,-17.305099487304688,39.647098541259766,7.478300094604492,-17.22130012512207,39.70180130004883,7.478300094604492,-17.43079948425293,39.87950134277344,7.478300094604492,-17.43079948425293,39.87950134277344,7.478300094604492,-17.22130012512207,39.70180130004883,7.478300094604492,-17.33930015563965,39.91960144042969,7.478300094604492,-17.43079948425293,39.87950134277344,7.478300094604492,-17.33930015563965,39.91960144042969,7.478300094604492,-17.516599655151367,40.129398345947266,7.478300094604492,-17.516599655151367,40.129398345947266,7.478300094604492,-17.33930015563965,39.91960144042969,7.478300094604492,-17.419700622558594,40.15399932861328,7.478300094604492,-17.516599655151367,40.129398345947266,7.478300094604492,-17.419700622558594,40.15399932861328,7.478300094604492,-17.560100555419922,40.390098571777344,7.478300094604492,-17.560100555419922,40.390098571777344,7.478300094604492,-17.419700622558594,40.15399932861328,7.478300094604492,-17.460500717163086,40.39830017089844,7.478300094604492,-17.560100555419922,40.390098571777344,7.478300094604492,-17.460500717163086,40.39830017089844,7.478300094604492,-17.560100555419922,40.654300689697266,7.478300094604492,-17.560100555419922,40.654300689697266,7.478300094604492,-17.460500717163086,40.39830017089844,7.478300094604492,-17.460500717163086,40.645999908447266,7.478300094604492,-17.560100555419922,40.654300689697266,7.478300094604492,-17.460500717163086,40.645999908447266,7.478300094604492,-17.516599655151367,40.915000915527344,7.478300094604492,-17.516599655151367,40.915000915527344,7.478300094604492,-17.460500717163086,40.645999908447266,7.478300094604492,-17.419700622558594,40.89039993286133,7.478300094604492,-17.516599655151367,40.915000915527344,7.478300094604492,-17.419700622558594,40.89039993286133,7.478300094604492,-17.43079948425293,41.16490173339844,7.478300094604492,-17.43079948425293,41.16490173339844,7.478300094604492,-17.419700622558594,40.89039993286133,7.478300094604492,-17.33930015563965,41.124698638916016,7.478300094604492,-17.43079948425293,41.16490173339844,7.478300094604492,-17.33930015563965,41.124698638916016,7.478300094604492,-17.305099487304688,41.397300720214844,7.478300094604492,-17.305099487304688,41.397300720214844,7.478300094604492,-17.33930015563965,41.124698638916016,7.478300094604492,-17.22130012512207,41.34260177612305,7.478300094604492,-17.305099487304688,41.397300720214844,7.478300094604492,-17.22130012512207,41.34260177612305,7.478300094604492,-17.142799377441406,41.60580062866211,7.478300094604492,-17.142799377441406,41.60580062866211,7.478300094604492,-17.22130012512207,41.34260177612305,7.478300094604492,-17.06920051574707,41.53810119628906,7.478300094604492,-17.142799377441406,41.60580062866211,7.478300094604492,-17.06920051574707,41.53810119628906,7.478300094604492,-16.948299407958984,41.7848014831543,7.478300094604492,-16.948299407958984,41.7848014831543,7.478300094604492,-17.06920051574707,41.53810119628906,7.478300094604492,-16.886899948120117,41.70589828491211,7.478300094604492,-16.948299407958984,41.7848014831543,7.478300094604492,-16.886899948120117,41.70589828491211,7.478300094604492,-16.727100372314453,41.929298400878906,7.478300094604492,-16.727100372314453,41.929298400878906,7.478300094604492,-16.886899948120117,41.70589828491211,7.478300094604492,-16.679500579833984,41.841400146484375,7.478300094604492,-16.727100372314453,41.929298400878906,7.478300094604492,-16.679500579833984,41.841400146484375,7.478300094604492,-16.48509979248047,42.035499572753906,7.478300094604492,-16.48509979248047,42.035499572753906,7.478300094604492,-16.679500579833984,41.841400146484375,7.478300094604492,-16.452600479125977,41.94089889526367,7.478300094604492,-16.48509979248047,42.035499572753906,7.478300094604492,-16.452600479125977,41.94089889526367,7.478300094604492,-16.228900909423828,42.100399017333984,7.478300094604492,-16.228900909423828,42.100399017333984,7.478300094604492,-16.452600479125977,41.94089889526367,7.478300094604492,-16.212499618530273,42.00170135498047,7.478300094604492,-16.228900909423828,42.100399017333984,7.478300094604492,-16.212499618530273,42.00170135498047,7.478300094604492,-15.96560001373291,42.12220001220703,7.478300094604492,-15.96560001373291,42.12220001220703,7.478300094604492,-16.212499618530273,42.00170135498047,7.478300094604492,-15.96560001373291,42.02220153808594,7.478300094604492,-15.96560001373291,42.12220001220703,7.478300094604492,-15.96560001373291,42.02220153808594,7.478300094604492,-14.02239990234375,42.02220153808594,7.478300094604492,-15.96560001373291,39.02220153808594,7.478300094604492,-15.96560001373291,39.02220153808594,7.978300094604492,-16.212499618530273,39.042598724365234,7.978300094604492,-15.96560001373291,39.02220153808594,7.478300094604492,-16.212499618530273,39.042598724365234,7.978300094604492,-16.212499618530273,39.042598724365234,7.478300094604492,-16.212499618530273,39.042598724365234,7.478300094604492,-16.212499618530273,39.042598724365234,7.978300094604492,-16.452600479125977,39.10350036621094,7.978300094604492,-16.212499618530273,39.042598724365234,7.478300094604492,-16.452600479125977,39.10350036621094,7.978300094604492,-16.452600479125977,39.10350036621094,7.478300094604492,-16.452600479125977,39.10350036621094,7.478300094604492,-16.452600479125977,39.10350036621094,7.978300094604492,-16.679500579833984,39.202999114990234,7.978300094604492,-16.452600479125977,39.10350036621094,7.478300094604492,-16.679500579833984,39.202999114990234,7.978300094604492,-16.679500579833984,39.202999114990234,7.478300094604492,-16.679500579833984,39.202999114990234,7.478300094604492,-16.679500579833984,39.202999114990234,7.978300094604492,-16.886899948120117,39.3385009765625,7.978300094604492,-16.679500579833984,39.202999114990234,7.478300094604492,-16.886899948120117,39.3385009765625,7.978300094604492,-16.886899948120117,39.3385009765625,7.478300094604492,-16.886899948120117,39.3385009765625,7.478300094604492,-16.886899948120117,39.3385009765625,7.978300094604492,-17.06920051574707,39.50630187988281,7.978300094604492,-16.886899948120117,39.3385009765625,7.478300094604492,-17.06920051574707,39.50630187988281,7.978300094604492,-17.06920051574707,39.50630187988281,7.478300094604492,-17.06920051574707,39.50630187988281,7.478300094604492,-17.06920051574707,39.50630187988281,7.978300094604492,-17.22130012512207,39.70180130004883,7.978300094604492,-17.06920051574707,39.50630187988281,7.478300094604492,-17.22130012512207,39.70180130004883,7.978300094604492,-17.22130012512207,39.70180130004883,7.478300094604492,-17.22130012512207,39.70180130004883,7.478300094604492,-17.22130012512207,39.70180130004883,7.978300094604492,-17.33930015563965,39.91960144042969,7.978300094604492,-17.22130012512207,39.70180130004883,7.478300094604492,-17.33930015563965,39.91960144042969,7.978300094604492,-17.33930015563965,39.91960144042969,7.478300094604492,-17.33930015563965,39.91960144042969,7.478300094604492,-17.33930015563965,39.91960144042969,7.978300094604492,-17.419700622558594,40.15399932861328,7.978300094604492,-17.33930015563965,39.91960144042969,7.478300094604492,-17.419700622558594,40.15399932861328,7.978300094604492,-17.419700622558594,40.15399932861328,7.478300094604492,-17.419700622558594,40.15399932861328,7.478300094604492,-17.419700622558594,40.15399932861328,7.978300094604492,-17.460500717163086,40.39830017089844,7.978300094604492,-17.419700622558594,40.15399932861328,7.478300094604492,-17.460500717163086,40.39830017089844,7.978300094604492,-17.460500717163086,40.39830017089844,7.478300094604492,-17.460500717163086,40.39830017089844,7.478300094604492,-17.460500717163086,40.39830017089844,7.978300094604492,-17.460500717163086,40.645999908447266,7.978300094604492,-17.460500717163086,40.39830017089844,7.478300094604492,-17.460500717163086,40.645999908447266,7.978300094604492,-17.460500717163086,40.645999908447266,7.478300094604492,-17.460500717163086,40.645999908447266,7.478300094604492,-17.460500717163086,40.645999908447266,7.978300094604492,-17.419700622558594,40.89039993286133,7.978300094604492,-17.460500717163086,40.645999908447266,7.478300094604492,-17.419700622558594,40.89039993286133,7.978300094604492,-17.419700622558594,40.89039993286133,7.478300094604492,-17.419700622558594,40.89039993286133,7.478300094604492,-17.419700622558594,40.89039993286133,7.978300094604492,-17.33930015563965,41.124698638916016,7.978300094604492,-17.419700622558594,40.89039993286133,7.478300094604492,-17.33930015563965,41.124698638916016,7.978300094604492,-17.33930015563965,41.124698638916016,7.478300094604492,-17.33930015563965,41.124698638916016,7.478300094604492,-17.33930015563965,41.124698638916016,7.978300094604492,-17.22130012512207,41.34260177612305,7.978300094604492,-17.33930015563965,41.124698638916016,7.478300094604492,-17.22130012512207,41.34260177612305,7.978300094604492,-17.22130012512207,41.34260177612305,7.478300094604492,-17.22130012512207,41.34260177612305,7.478300094604492,-17.22130012512207,41.34260177612305,7.978300094604492,-17.06920051574707,41.53810119628906,7.978300094604492,-17.22130012512207,41.34260177612305,7.478300094604492,-17.06920051574707,41.53810119628906,7.978300094604492,-17.06920051574707,41.53810119628906,7.478300094604492,-17.06920051574707,41.53810119628906,7.478300094604492,-17.06920051574707,41.53810119628906,7.978300094604492,-16.886899948120117,41.70589828491211,7.978300094604492,-17.06920051574707,41.53810119628906,7.478300094604492,-16.886899948120117,41.70589828491211,7.978300094604492,-16.886899948120117,41.70589828491211,7.478300094604492,-16.886899948120117,41.70589828491211,7.478300094604492,-16.886899948120117,41.70589828491211,7.978300094604492,-16.679500579833984,41.841400146484375,7.978300094604492,-16.886899948120117,41.70589828491211,7.478300094604492,-16.679500579833984,41.841400146484375,7.978300094604492,-16.679500579833984,41.841400146484375,7.478300094604492,-16.679500579833984,41.841400146484375,7.478300094604492,-16.679500579833984,41.841400146484375,7.978300094604492,-16.452600479125977,41.94089889526367,7.978300094604492,-16.679500579833984,41.841400146484375,7.478300094604492,-16.452600479125977,41.94089889526367,7.978300094604492,-16.452600479125977,41.94089889526367,7.478300094604492,-16.452600479125977,41.94089889526367,7.478300094604492,-16.452600479125977,41.94089889526367,7.978300094604492,-16.212499618530273,42.00170135498047,7.978300094604492,-16.452600479125977,41.94089889526367,7.478300094604492,-16.212499618530273,42.00170135498047,7.978300094604492,-16.212499618530273,42.00170135498047,7.478300094604492,-16.212499618530273,42.00170135498047,7.478300094604492,-16.212499618530273,42.00170135498047,7.978300094604492,-15.96560001373291,42.02220153808594,7.978300094604492,-16.212499618530273,42.00170135498047,7.478300094604492,-15.96560001373291,42.02220153808594,7.978300094604492,-15.96560001373291,42.02220153808594,7.478300094604492,-14.02239990234375,42.02220153808594,7.478300094604492,-15.96560001373291,42.02220153808594,7.478300094604492,-14.02239990234375,42.02220153808594,7.978300094604492,-14.02239990234375,42.02220153808594,7.978300094604492,-15.96560001373291,42.02220153808594,7.478300094604492,-15.96560001373291,42.02220153808594,7.978300094604492,-14.02239990234375,42.02220153808594,7.478300094604492,-14.02239990234375,42.02220153808594,7.978300094604492,-14.273099899291992,41.903499603271484,7.978300094604492,-14.02239990234375,42.02220153808594,7.478300094604492,-14.273099899291992,41.903499603271484,7.978300094604492,-14.273099899291992,41.903499603271484,7.478300094604492,-14.273099899291992,41.903499603271484,7.478300094604492,-14.273099899291992,41.903499603271484,7.978300094604492,-14.499600410461426,41.74319839477539,7.978300094604492,-14.273099899291992,41.903499603271484,7.478300094604492,-14.499600410461426,41.74319839477539,7.978300094604492,-14.499600410461426,41.74319839477539,7.478300094604492,-14.499600410461426,41.74319839477539,7.478300094604492,-14.499600410461426,41.74319839477539,7.978300094604492,-14.694999694824219,41.546199798583984,7.978300094604492,-14.499600410461426,41.74319839477539,7.478300094604492,-14.694999694824219,41.546199798583984,7.978300094604492,-14.694999694824219,41.546199798583984,7.478300094604492,-14.694999694824219,41.546199798583984,7.478300094604492,-14.694999694824219,41.546199798583984,7.978300094604492,-14.853400230407715,41.31840133666992,7.978300094604492,-14.694999694824219,41.546199798583984,7.478300094604492,-14.853400230407715,41.31840133666992,7.978300094604492,-14.853400230407715,41.31840133666992,7.478300094604492,-14.853400230407715,41.31840133666992,7.478300094604492,-14.853400230407715,41.31840133666992,7.978300094604492,-14.970100402832031,41.06669998168945,7.978300094604492,-14.853400230407715,41.31840133666992,7.478300094604492,-14.970100402832031,41.06669998168945,7.978300094604492,-14.970100402832031,41.06669998168945,7.478300094604492,-14.970100402832031,41.06669998168945,7.478300094604492,-14.970100402832031,41.06669998168945,7.978300094604492,-15.041500091552734,40.79859924316406,7.978300094604492,-14.970100402832031,41.06669998168945,7.478300094604492,-15.041500091552734,40.79859924316406,7.978300094604492,-15.041500091552734,40.79859924316406,7.478300094604492,-15.041500091552734,40.79859924316406,7.478300094604492,-15.041500091552734,40.79859924316406,7.978300094604492,-15.065600395202637,40.52220153808594,7.978300094604492,-15.041500091552734,40.79859924316406,7.478300094604492,-15.065600395202637,40.52220153808594,7.978300094604492,-15.065600395202637,40.52220153808594,7.478300094604492,-15.065600395202637,40.52220153808594,7.478300094604492,-15.065600395202637,40.52220153808594,7.978300094604492,-15.041500091552734,40.24580001831055,7.978300094604492,-15.065600395202637,40.52220153808594,7.478300094604492,-15.041500091552734,40.24580001831055,7.978300094604492,-15.041500091552734,40.24580001831055,7.478300094604492,-15.041500091552734,40.24580001831055,7.478300094604492,-15.041500091552734,40.24580001831055,7.978300094604492,-14.970100402832031,39.977699279785156,7.978300094604492,-15.041500091552734,40.24580001831055,7.478300094604492,-14.970100402832031,39.977699279785156,7.978300094604492,-14.970100402832031,39.977699279785156,7.478300094604492,-14.970100402832031,39.977699279785156,7.478300094604492,-14.970100402832031,39.977699279785156,7.978300094604492,-14.853400230407715,39.72600173950195,7.978300094604492,-14.970100402832031,39.977699279785156,7.478300094604492,-14.853400230407715,39.72600173950195,7.978300094604492,-14.853400230407715,39.72600173950195,7.478300094604492,-14.853400230407715,39.72600173950195,7.478300094604492,-14.853400230407715,39.72600173950195,7.978300094604492,-14.694999694824219,39.498199462890625,7.978300094604492,-14.853400230407715,39.72600173950195,7.478300094604492,-14.694999694824219,39.498199462890625,7.978300094604492,-14.694999694824219,39.498199462890625,7.478300094604492,-14.694999694824219,39.498199462890625,7.478300094604492,-14.694999694824219,39.498199462890625,7.978300094604492,-14.499600410461426,39.30120086669922,7.978300094604492,-14.694999694824219,39.498199462890625,7.478300094604492,-14.499600410461426,39.30120086669922,7.978300094604492,-14.499600410461426,39.30120086669922,7.478300094604492,-14.499600410461426,39.30120086669922,7.478300094604492,-14.499600410461426,39.30120086669922,7.978300094604492,-14.273099899291992,39.140899658203125,7.978300094604492,-14.499600410461426,39.30120086669922,7.478300094604492,-14.273099899291992,39.140899658203125,7.978300094604492,-14.273099899291992,39.140899658203125,7.478300094604492,-14.273099899291992,39.140899658203125,7.478300094604492,-14.273099899291992,39.140899658203125,7.978300094604492,-14.02239990234375,39.02220153808594,7.978300094604492,-14.273099899291992,39.140899658203125,7.478300094604492,-14.02239990234375,39.02220153808594,7.978300094604492,-14.02239990234375,39.02220153808594,7.478300094604492,-15.96560001373291,39.02220153808594,7.478300094604492,-14.02239990234375,39.02220153808594,7.478300094604492,-15.96560001373291,39.02220153808594,7.978300094604492,-15.96560001373291,39.02220153808594,7.978300094604492,-14.02239990234375,39.02220153808594,7.478300094604492,-14.02239990234375,39.02220153808594,7.978300094604492,-4.96560001373291,42.02220153808594,7.478300094604492,-4.96560001373291,42.02220153808594,7.978300094604492,-4.718709945678711,42.00170135498047,7.978300094604492,-4.96560001373291,42.02220153808594,7.478300094604492,-4.718709945678711,42.00170135498047,7.978300094604492,-4.718709945678711,42.00170135498047,7.478300094604492,-4.718709945678711,42.00170135498047,7.478300094604492,-4.718709945678711,42.00170135498047,7.978300094604492,-4.478549957275391,41.94089889526367,7.978300094604492,-4.718709945678711,42.00170135498047,7.478300094604492,-4.478549957275391,41.94089889526367,7.978300094604492,-4.478549957275391,41.94089889526367,7.478300094604492,-4.478549957275391,41.94089889526367,7.478300094604492,-4.478549957275391,41.94089889526367,7.978300094604492,-4.25167989730835,41.841400146484375,7.978300094604492,-4.478549957275391,41.94089889526367,7.478300094604492,-4.25167989730835,41.841400146484375,7.978300094604492,-4.25167989730835,41.841400146484375,7.478300094604492,-4.25167989730835,41.841400146484375,7.478300094604492,-4.25167989730835,41.841400146484375,7.978300094604492,-4.044280052185059,41.70589828491211,7.978300094604492,-4.25167989730835,41.841400146484375,7.478300094604492,-4.044280052185059,41.70589828491211,7.978300094604492,-4.044280052185059,41.70589828491211,7.478300094604492,-4.044280052185059,41.70589828491211,7.478300094604492,-4.044280052185059,41.70589828491211,7.978300094604492,-3.8620100021362305,41.53810119628906,7.978300094604492,-4.044280052185059,41.70589828491211,7.478300094604492,-3.8620100021362305,41.53810119628906,7.978300094604492,-3.8620100021362305,41.53810119628906,7.478300094604492,-3.8620100021362305,41.53810119628906,7.478300094604492,-3.8620100021362305,41.53810119628906,7.978300094604492,-3.7098500728607178,41.34260177612305,7.978300094604492,-3.8620100021362305,41.53810119628906,7.478300094604492,-3.7098500728607178,41.34260177612305,7.978300094604492,-3.7098500728607178,41.34260177612305,7.478300094604492,-3.7098500728607178,41.34260177612305,7.478300094604492,-3.7098500728607178,41.34260177612305,7.978300094604492,-3.591939926147461,41.124698638916016,7.978300094604492,-3.7098500728607178,41.34260177612305,7.478300094604492,-3.591939926147461,41.124698638916016,7.978300094604492,-3.591939926147461,41.124698638916016,7.478300094604492,-3.591939926147461,41.124698638916016,7.478300094604492,-3.591939926147461,41.124698638916016,7.978300094604492,-3.5114998817443848,40.89039993286133,7.978300094604492,-3.591939926147461,41.124698638916016,7.478300094604492,-3.5114998817443848,40.89039993286133,7.978300094604492,-3.5114998817443848,40.89039993286133,7.478300094604492,-3.5114998817443848,40.89039993286133,7.478300094604492,-3.5114998817443848,40.89039993286133,7.978300094604492,-3.470720052719116,40.645999908447266,7.978300094604492,-3.5114998817443848,40.89039993286133,7.478300094604492,-3.470720052719116,40.645999908447266,7.978300094604492,-3.470720052719116,40.645999908447266,7.478300094604492,-3.470720052719116,40.645999908447266,7.478300094604492,-3.470720052719116,40.645999908447266,7.978300094604492,-3.470720052719116,40.39830017089844,7.978300094604492,-3.470720052719116,40.645999908447266,7.478300094604492,-3.470720052719116,40.39830017089844,7.978300094604492,-3.470720052719116,40.39830017089844,7.478300094604492,-3.470720052719116,40.39830017089844,7.478300094604492,-3.470720052719116,40.39830017089844,7.978300094604492,-3.5114998817443848,40.15399932861328,7.978300094604492,-3.470720052719116,40.39830017089844,7.478300094604492,-3.5114998817443848,40.15399932861328,7.978300094604492,-3.5114998817443848,40.15399932861328,7.478300094604492,-3.5114998817443848,40.15399932861328,7.478300094604492,-3.5114998817443848,40.15399932861328,7.978300094604492,-3.591939926147461,39.91960144042969,7.978300094604492,-3.5114998817443848,40.15399932861328,7.478300094604492,-3.591939926147461,39.91960144042969,7.978300094604492,-3.591939926147461,39.91960144042969,7.478300094604492,-3.591939926147461,39.91960144042969,7.478300094604492,-3.591939926147461,39.91960144042969,7.978300094604492,-3.7098500728607178,39.70180130004883,7.978300094604492,-3.591939926147461,39.91960144042969,7.478300094604492,-3.7098500728607178,39.70180130004883,7.978300094604492,-3.7098500728607178,39.70180130004883,7.478300094604492,-3.7098500728607178,39.70180130004883,7.478300094604492,-3.7098500728607178,39.70180130004883,7.978300094604492,-3.8620100021362305,39.50630187988281,7.978300094604492,-3.7098500728607178,39.70180130004883,7.478300094604492,-3.8620100021362305,39.50630187988281,7.978300094604492,-3.8620100021362305,39.50630187988281,7.478300094604492,-3.8620100021362305,39.50630187988281,7.478300094604492,-3.8620100021362305,39.50630187988281,7.978300094604492,-4.044280052185059,39.3385009765625,7.978300094604492,-3.8620100021362305,39.50630187988281,7.478300094604492,-4.044280052185059,39.3385009765625,7.978300094604492,-4.044280052185059,39.3385009765625,7.478300094604492,-4.044280052185059,39.3385009765625,7.478300094604492,-4.044280052185059,39.3385009765625,7.978300094604492,-4.25167989730835,39.202999114990234,7.978300094604492,-4.044280052185059,39.3385009765625,7.478300094604492,-4.25167989730835,39.202999114990234,7.978300094604492,-4.25167989730835,39.202999114990234,7.478300094604492,-4.25167989730835,39.202999114990234,7.478300094604492,-4.25167989730835,39.202999114990234,7.978300094604492,-4.478549957275391,39.10350036621094,7.978300094604492,-4.25167989730835,39.202999114990234,7.478300094604492,-4.478549957275391,39.10350036621094,7.978300094604492,-4.478549957275391,39.10350036621094,7.478300094604492,-4.478549957275391,39.10350036621094,7.478300094604492,-4.478549957275391,39.10350036621094,7.978300094604492,-4.718709945678711,39.042598724365234,7.978300094604492,-4.478549957275391,39.10350036621094,7.478300094604492,-4.718709945678711,39.042598724365234,7.978300094604492,-4.718709945678711,39.042598724365234,7.478300094604492,-4.718709945678711,39.042598724365234,7.478300094604492,-4.718709945678711,39.042598724365234,7.978300094604492,-4.96560001373291,39.02220153808594,7.978300094604492,-4.718709945678711,39.042598724365234,7.478300094604492,-4.96560001373291,39.02220153808594,7.978300094604492,-4.96560001373291,39.02220153808594,7.478300094604492,-12.90880012512207,39.02220153808594,7.478300094604492,-4.96560001373291,39.02220153808594,7.478300094604492,-12.90880012512207,39.02220153808594,7.978300094604492,-12.90880012512207,39.02220153808594,7.978300094604492,-4.96560001373291,39.02220153808594,7.478300094604492,-4.96560001373291,39.02220153808594,7.978300094604492,-12.90880012512207,39.02220153808594,7.478300094604492,-12.90880012512207,39.02220153808594,7.978300094604492,-12.658100128173828,39.140899658203125,7.978300094604492,-12.90880012512207,39.02220153808594,7.478300094604492,-12.658100128173828,39.140899658203125,7.978300094604492,-12.658100128173828,39.140899658203125,7.478300094604492,-12.658100128173828,39.140899658203125,7.478300094604492,-12.658100128173828,39.140899658203125,7.978300094604492,-12.431599617004395,39.30120086669922,7.978300094604492,-12.658100128173828,39.140899658203125,7.478300094604492,-12.431599617004395,39.30120086669922,7.978300094604492,-12.431599617004395,39.30120086669922,7.478300094604492,-12.431599617004395,39.30120086669922,7.478300094604492,-12.431599617004395,39.30120086669922,7.978300094604492,-12.236200332641602,39.498199462890625,7.978300094604492,-12.431599617004395,39.30120086669922,7.478300094604492,-12.236200332641602,39.498199462890625,7.978300094604492,-12.236200332641602,39.498199462890625,7.478300094604492,-12.236200332641602,39.498199462890625,7.478300094604492,-12.236200332641602,39.498199462890625,7.978300094604492,-12.077799797058105,39.72600173950195,7.978300094604492,-12.236200332641602,39.498199462890625,7.478300094604492,-12.077799797058105,39.72600173950195,7.978300094604492,-12.077799797058105,39.72600173950195,7.478300094604492,-12.077799797058105,39.72600173950195,7.478300094604492,-12.077799797058105,39.72600173950195,7.978300094604492,-11.961099624633789,39.977699279785156,7.978300094604492,-12.077799797058105,39.72600173950195,7.478300094604492,-11.961099624633789,39.977699279785156,7.978300094604492,-11.961099624633789,39.977699279785156,7.478300094604492,-11.961099624633789,39.977699279785156,7.478300094604492,-11.961099624633789,39.977699279785156,7.978300094604492,-11.889699935913086,40.24580001831055,7.978300094604492,-11.961099624633789,39.977699279785156,7.478300094604492,-11.889699935913086,40.24580001831055,7.978300094604492,-11.889699935913086,40.24580001831055,7.478300094604492,-11.889699935913086,40.24580001831055,7.478300094604492,-11.889699935913086,40.24580001831055,7.978300094604492,-11.865599632263184,40.52220153808594,7.978300094604492,-11.889699935913086,40.24580001831055,7.478300094604492,-11.865599632263184,40.52220153808594,7.978300094604492,-11.865599632263184,40.52220153808594,7.478300094604492,-11.865599632263184,40.52220153808594,7.478300094604492,-11.865599632263184,40.52220153808594,7.978300094604492,-11.889699935913086,40.79859924316406,7.978300094604492,-11.865599632263184,40.52220153808594,7.478300094604492,-11.889699935913086,40.79859924316406,7.978300094604492,-11.889699935913086,40.79859924316406,7.478300094604492,-11.889699935913086,40.79859924316406,7.478300094604492,-11.889699935913086,40.79859924316406,7.978300094604492,-11.961099624633789,41.06669998168945,7.978300094604492,-11.889699935913086,40.79859924316406,7.478300094604492,-11.961099624633789,41.06669998168945,7.978300094604492,-11.961099624633789,41.06669998168945,7.478300094604492,-11.961099624633789,41.06669998168945,7.478300094604492,-11.961099624633789,41.06669998168945,7.978300094604492,-12.077799797058105,41.31840133666992,7.978300094604492,-11.961099624633789,41.06669998168945,7.478300094604492,-12.077799797058105,41.31840133666992,7.978300094604492,-12.077799797058105,41.31840133666992,7.478300094604492,-12.077799797058105,41.31840133666992,7.478300094604492,-12.077799797058105,41.31840133666992,7.978300094604492,-12.236200332641602,41.546199798583984,7.978300094604492,-12.077799797058105,41.31840133666992,7.478300094604492,-12.236200332641602,41.546199798583984,7.978300094604492,-12.236200332641602,41.546199798583984,7.478300094604492,-12.236200332641602,41.546199798583984,7.478300094604492,-12.236200332641602,41.546199798583984,7.978300094604492,-12.431599617004395,41.74319839477539,7.978300094604492,-12.236200332641602,41.546199798583984,7.478300094604492,-12.431599617004395,41.74319839477539,7.978300094604492,-12.431599617004395,41.74319839477539,7.478300094604492,-12.431599617004395,41.74319839477539,7.478300094604492,-12.431599617004395,41.74319839477539,7.978300094604492,-12.658100128173828,41.903499603271484,7.978300094604492,-12.431599617004395,41.74319839477539,7.478300094604492,-12.658100128173828,41.903499603271484,7.978300094604492,-12.658100128173828,41.903499603271484,7.478300094604492,-12.658100128173828,41.903499603271484,7.478300094604492,-12.658100128173828,41.903499603271484,7.978300094604492,-12.90880012512207,42.02220153808594,7.978300094604492,-12.658100128173828,41.903499603271484,7.478300094604492,-12.90880012512207,42.02220153808594,7.978300094604492,-12.90880012512207,42.02220153808594,7.478300094604492,-4.96560001373291,42.02220153808594,7.478300094604492,-12.90880012512207,42.02220153808594,7.478300094604492,-4.96560001373291,42.02220153808594,7.978300094604492,-4.96560001373291,42.02220153808594,7.978300094604492,-12.90880012512207,42.02220153808594,7.478300094604492,-12.90880012512207,42.02220153808594,7.978300094604492,-11.987199783325195,40.775699615478516,7.478300094604492,-11.96560001373291,40.52220153808594,7.978300094604492,-11.96560001373291,40.52220153808594,7.478300094604492,-11.96560001373291,40.52220153808594,7.478300094604492,-11.96560001373291,40.52220153808594,7.978300094604492,-11.987199783325195,40.268699645996094,7.978300094604492,-11.96560001373291,40.52220153808594,7.478300094604492,-11.987199783325195,40.268699645996094,7.978300094604492,-11.987199783325195,40.268699645996094,7.478300094604492,-11.987199783325195,40.268699645996094,7.478300094604492,-11.987199783325195,40.268699645996094,7.978300094604492,-12.051300048828125,40.022499084472656,7.978300094604492,-11.987199783325195,40.268699645996094,7.478300094604492,-12.051300048828125,40.022499084472656,7.978300094604492,-12.051300048828125,40.022499084472656,7.478300094604492,-12.051300048828125,40.022499084472656,7.478300094604492,-12.051300048828125,40.022499084472656,7.978300094604492,-12.156100273132324,39.79059982299805,7.978300094604492,-12.051300048828125,40.022499084472656,7.478300094604492,-12.156100273132324,39.79059982299805,7.978300094604492,-12.156100273132324,39.79059982299805,7.478300094604492,-12.156100273132324,39.79059982299805,7.478300094604492,-12.156100273132324,39.79059982299805,7.978300094604492,-12.298500061035156,39.57979965209961,7.978300094604492,-12.156100273132324,39.79059982299805,7.478300094604492,-12.298500061035156,39.57979965209961,7.978300094604492,-12.298500061035156,39.57979965209961,7.478300094604492,-12.298500061035156,39.57979965209961,7.478300094604492,-12.298500061035156,39.57979965209961,7.978300094604492,-12.474599838256836,39.39619827270508,7.978300094604492,-12.298500061035156,39.57979965209961,7.478300094604492,-12.474599838256836,39.39619827270508,7.978300094604492,-12.474599838256836,39.39619827270508,7.478300094604492,-12.474599838256836,39.39619827270508,7.478300094604492,-12.474599838256836,39.39619827270508,7.978300094604492,-12.679100036621094,39.24489974975586,7.978300094604492,-12.474599838256836,39.39619827270508,7.478300094604492,-12.679100036621094,39.24489974975586,7.978300094604492,-12.679100036621094,39.24489974975586,7.478300094604492,-12.679100036621094,39.24489974975586,7.478300094604492,-12.679100036621094,39.24489974975586,7.978300094604492,-12.906299591064453,39.13029861450195,7.978300094604492,-12.679100036621094,39.24489974975586,7.478300094604492,-12.906299591064453,39.13029861450195,7.978300094604492,-12.906299591064453,39.13029861450195,7.478300094604492,-12.906299591064453,39.13029861450195,7.478300094604492,-12.906299591064453,39.13029861450195,7.978300094604492,-13.1496000289917,39.05590057373047,7.978300094604492,-12.906299591064453,39.13029861450195,7.478300094604492,-13.1496000289917,39.05590057373047,7.978300094604492,-13.1496000289917,39.05590057373047,7.478300094604492,-13.1496000289917,39.05590057373047,7.478300094604492,-13.1496000289917,39.05590057373047,7.978300094604492,-13.401900291442871,39.02349853515625,7.978300094604492,-13.1496000289917,39.05590057373047,7.478300094604492,-13.401900291442871,39.02349853515625,7.978300094604492,-13.401900291442871,39.02349853515625,7.478300094604492,-13.401900291442871,39.02349853515625,7.478300094604492,-13.401900291442871,39.02349853515625,7.978300094604492,-13.656100273132324,39.0343017578125,7.978300094604492,-13.401900291442871,39.02349853515625,7.478300094604492,-13.656100273132324,39.0343017578125,7.978300094604492,-13.656100273132324,39.0343017578125,7.478300094604492,-13.656100273132324,39.0343017578125,7.478300094604492,-13.656100273132324,39.0343017578125,7.978300094604492,-13.904800415039062,39.08789825439453,7.978300094604492,-13.656100273132324,39.0343017578125,7.478300094604492,-13.904800415039062,39.08789825439453,7.978300094604492,-13.904800415039062,39.08789825439453,7.478300094604492,-13.904800415039062,39.08789825439453,7.478300094604492,-13.904800415039062,39.08789825439453,7.978300094604492,-14.140899658203125,39.18280029296875,7.978300094604492,-13.904800415039062,39.08789825439453,7.478300094604492,-14.140899658203125,39.18280029296875,7.978300094604492,-14.140899658203125,39.18280029296875,7.478300094604492,-14.140899658203125,39.18280029296875,7.478300094604492,-14.140899658203125,39.18280029296875,7.978300094604492,-14.357500076293945,39.316200256347656,7.978300094604492,-14.140899658203125,39.18280029296875,7.478300094604492,-14.357500076293945,39.316200256347656,7.978300094604492,-14.357500076293945,39.316200256347656,7.478300094604492,-14.357500076293945,39.316200256347656,7.478300094604492,-14.357500076293945,39.316200256347656,7.978300094604492,-14.548500061035156,39.48429870605469,7.978300094604492,-14.357500076293945,39.316200256347656,7.478300094604492,-14.548500061035156,39.48429870605469,7.978300094604492,-14.548500061035156,39.48429870605469,7.478300094604492,-14.548500061035156,39.48429870605469,7.478300094604492,-14.548500061035156,39.48429870605469,7.978300094604492,-14.708399772644043,39.68220138549805,7.978300094604492,-14.548500061035156,39.48429870605469,7.478300094604492,-14.708399772644043,39.68220138549805,7.978300094604492,-14.708399772644043,39.68220138549805,7.478300094604492,-14.708399772644043,39.68220138549805,7.478300094604492,-14.708399772644043,39.68220138549805,7.978300094604492,-14.83240032196045,39.904300689697266,7.978300094604492,-14.708399772644043,39.68220138549805,7.478300094604492,-14.83240032196045,39.904300689697266,7.978300094604492,-14.83240032196045,39.904300689697266,7.478300094604492,-14.83240032196045,39.904300689697266,7.478300094604492,-14.83240032196045,39.904300689697266,7.978300094604492,-14.917200088500977,40.14419937133789,7.978300094604492,-14.83240032196045,39.904300689697266,7.478300094604492,-14.917200088500977,40.14419937133789,7.978300094604492,-14.917200088500977,40.14419937133789,7.478300094604492,-14.917200088500977,40.14419937133789,7.478300094604492,-14.917200088500977,40.14419937133789,7.978300094604492,-14.960200309753418,40.39500045776367,7.978300094604492,-14.917200088500977,40.14419937133789,7.478300094604492,-14.960200309753418,40.39500045776367,7.978300094604492,-14.960200309753418,40.39500045776367,7.478300094604492,-14.960200309753418,40.39500045776367,7.478300094604492,-14.960200309753418,40.39500045776367,7.978300094604492,-14.960200309753418,40.64939880371094,7.978300094604492,-14.960200309753418,40.39500045776367,7.478300094604492,-14.960200309753418,40.64939880371094,7.978300094604492,-14.960200309753418,40.64939880371094,7.478300094604492,-14.960200309753418,40.64939880371094,7.478300094604492,-14.960200309753418,40.64939880371094,7.978300094604492,-14.917200088500977,40.90019989013672,7.978300094604492,-14.960200309753418,40.64939880371094,7.478300094604492,-14.917200088500977,40.90019989013672,7.978300094604492,-14.917200088500977,40.90019989013672,7.478300094604492,-14.917200088500977,40.90019989013672,7.478300094604492,-14.917200088500977,40.90019989013672,7.978300094604492,-14.83240032196045,41.13999938964844,7.978300094604492,-14.917200088500977,40.90019989013672,7.478300094604492,-14.83240032196045,41.13999938964844,7.978300094604492,-14.83240032196045,41.13999938964844,7.478300094604492,-14.83240032196045,41.13999938964844,7.478300094604492,-14.83240032196045,41.13999938964844,7.978300094604492,-14.708399772644043,41.362098693847656,7.978300094604492,-14.83240032196045,41.13999938964844,7.478300094604492,-14.708399772644043,41.362098693847656,7.978300094604492,-14.708399772644043,41.362098693847656,7.478300094604492,-14.708399772644043,41.362098693847656,7.478300094604492,-14.708399772644043,41.362098693847656,7.978300094604492,-14.548500061035156,41.56010055541992,7.978300094604492,-14.708399772644043,41.362098693847656,7.478300094604492,-14.548500061035156,41.56010055541992,7.978300094604492,-14.548500061035156,41.56010055541992,7.478300094604492,-14.548500061035156,41.56010055541992,7.478300094604492,-14.548500061035156,41.56010055541992,7.978300094604492,-14.357500076293945,41.72819900512695,7.978300094604492,-14.548500061035156,41.56010055541992,7.478300094604492,-14.357500076293945,41.72819900512695,7.978300094604492,-14.357500076293945,41.72819900512695,7.478300094604492,-14.357500076293945,41.72819900512695,7.478300094604492,-14.357500076293945,41.72819900512695,7.978300094604492,-14.140899658203125,41.86159896850586,7.978300094604492,-14.357500076293945,41.72819900512695,7.478300094604492,-14.140899658203125,41.86159896850586,7.978300094604492,-14.140899658203125,41.86159896850586,7.478300094604492,-14.140899658203125,41.86159896850586,7.478300094604492,-14.140899658203125,41.86159896850586,7.978300094604492,-13.904800415039062,41.95640182495117,7.978300094604492,-14.140899658203125,41.86159896850586,7.478300094604492,-13.904800415039062,41.95640182495117,7.978300094604492,-13.904800415039062,41.95640182495117,7.478300094604492,-13.904800415039062,41.95640182495117,7.478300094604492,-13.904800415039062,41.95640182495117,7.978300094604492,-13.656100273132324,42.0099983215332,7.978300094604492,-13.904800415039062,41.95640182495117,7.478300094604492,-13.656100273132324,42.0099983215332,7.978300094604492,-13.656100273132324,42.0099983215332,7.478300094604492,-13.656100273132324,42.0099983215332,7.478300094604492,-13.656100273132324,42.0099983215332,7.978300094604492,-13.401900291442871,42.02080154418945,7.978300094604492,-13.656100273132324,42.0099983215332,7.478300094604492,-13.401900291442871,42.02080154418945,7.978300094604492,-13.401900291442871,42.02080154418945,7.478300094604492,-13.401900291442871,42.02080154418945,7.478300094604492,-13.401900291442871,42.02080154418945,7.978300094604492,-13.1496000289917,41.98849868774414,7.978300094604492,-13.401900291442871,42.02080154418945,7.478300094604492,-13.1496000289917,41.98849868774414,7.978300094604492,-13.1496000289917,41.98849868774414,7.478300094604492,-13.1496000289917,41.98849868774414,7.478300094604492,-13.1496000289917,41.98849868774414,7.978300094604492,-12.906299591064453,41.91400146484375,7.978300094604492,-13.1496000289917,41.98849868774414,7.478300094604492,-12.906299591064453,41.91400146484375,7.978300094604492,-12.906299591064453,41.91400146484375,7.478300094604492,-12.906299591064453,41.91400146484375,7.478300094604492,-12.906299591064453,41.91400146484375,7.978300094604492,-12.679100036621094,41.79949951171875,7.978300094604492,-12.906299591064453,41.91400146484375,7.478300094604492,-12.679100036621094,41.79949951171875,7.978300094604492,-12.679100036621094,41.79949951171875,7.478300094604492,-12.679100036621094,41.79949951171875,7.478300094604492,-12.679100036621094,41.79949951171875,7.978300094604492,-12.474599838256836,41.64820098876953,7.978300094604492,-12.679100036621094,41.79949951171875,7.478300094604492,-12.474599838256836,41.64820098876953,7.978300094604492,-12.474599838256836,41.64820098876953,7.478300094604492,-12.474599838256836,41.64820098876953,7.478300094604492,-12.474599838256836,41.64820098876953,7.978300094604492,-12.298500061035156,41.464500427246094,7.978300094604492,-12.474599838256836,41.64820098876953,7.478300094604492,-12.298500061035156,41.464500427246094,7.978300094604492,-12.298500061035156,41.464500427246094,7.478300094604492,-12.298500061035156,41.464500427246094,7.478300094604492,-12.298500061035156,41.464500427246094,7.978300094604492,-12.156100273132324,41.253700256347656,7.978300094604492,-12.298500061035156,41.464500427246094,7.478300094604492,-12.156100273132324,41.253700256347656,7.978300094604492,-12.156100273132324,41.253700256347656,7.478300094604492,-12.156100273132324,41.253700256347656,7.478300094604492,-12.156100273132324,41.253700256347656,7.978300094604492,-12.051300048828125,41.02190017700195,7.978300094604492,-12.156100273132324,41.253700256347656,7.478300094604492,-12.051300048828125,41.02190017700195,7.978300094604492,-12.051300048828125,41.02190017700195,7.478300094604492,-12.051300048828125,41.02190017700195,7.478300094604492,-12.051300048828125,41.02190017700195,7.978300094604492,-11.987199783325195,40.775699615478516,7.978300094604492,-12.051300048828125,41.02190017700195,7.478300094604492,-11.987199783325195,40.775699615478516,7.978300094604492,-11.987199783325195,40.775699615478516,7.478300094604492,-11.987199783325195,40.775699615478516,7.478300094604492,-11.987199783325195,40.775699615478516,7.978300094604492,-11.96560001373291,40.52220153808594,7.978300094604492,-12.658100128173828,39.140899658203125,7.978300094604492,-12.90880012512207,39.02220153808594,7.978300094604492,-4.96560001373291,39.02220153808594,7.978300094604492,-12.658100128173828,39.140899658203125,7.978300094604492,-4.96560001373291,39.02220153808594,7.978300094604492,-12.431599617004395,39.30120086669922,7.978300094604492,-12.90880012512207,42.02220153808594,7.978300094604492,-12.658100128173828,41.903499603271484,7.978300094604492,-4.96560001373291,42.02220153808594,7.978300094604492,-4.96560001373291,42.02220153808594,7.978300094604492,-12.658100128173828,41.903499603271484,7.978300094604492,-12.431599617004395,41.74319839477539,7.978300094604492,-12.431599617004395,41.74319839477539,7.978300094604492,-12.236200332641602,41.546199798583984,7.978300094604492,-4.96560001373291,42.02220153808594,7.978300094604492,-4.96560001373291,42.02220153808594,7.978300094604492,-12.236200332641602,41.546199798583984,7.978300094604492,-12.077799797058105,41.31840133666992,7.978300094604492,-4.96560001373291,42.02220153808594,7.978300094604492,-12.077799797058105,41.31840133666992,7.978300094604492,-11.961099624633789,41.06669998168945,7.978300094604492,-11.961099624633789,39.977699279785156,7.978300094604492,-12.077799797058105,39.72600173950195,7.978300094604492,-4.96560001373291,39.02220153808594,7.978300094604492,-4.96560001373291,39.02220153808594,7.978300094604492,-12.077799797058105,39.72600173950195,7.978300094604492,-12.236200332641602,39.498199462890625,7.978300094604492,-4.96560001373291,39.02220153808594,7.978300094604492,-12.236200332641602,39.498199462890625,7.978300094604492,-12.431599617004395,39.30120086669922,7.978300094604492,-4.044280052185059,41.70589828491211,7.978300094604492,-4.25167989730835,41.841400146484375,7.978300094604492,-4.478549957275391,41.94089889526367,7.978300094604492,-4.718709945678711,39.042598724365234,7.978300094604492,-11.865599632263184,40.52220153808594,7.978300094604492,-4.96560001373291,39.02220153808594,7.978300094604492,-4.96560001373291,39.02220153808594,7.978300094604492,-11.865599632263184,40.52220153808594,7.978300094604492,-11.889699935913086,40.24580001831055,7.978300094604492,-4.96560001373291,39.02220153808594,7.978300094604492,-11.889699935913086,40.24580001831055,7.978300094604492,-11.961099624633789,39.977699279785156,7.978300094604492,-4.044280052185059,41.70589828491211,7.978300094604492,-4.478549957275391,41.94089889526367,7.978300094604492,-3.470720052719116,40.645999908447266,7.978300094604492,-3.470720052719116,40.645999908447266,7.978300094604492,-4.478549957275391,41.94089889526367,7.978300094604492,-4.718709945678711,42.00170135498047,7.978300094604492,-3.470720052719116,40.645999908447266,7.978300094604492,-4.718709945678711,42.00170135498047,7.978300094604492,-4.96560001373291,42.02220153808594,7.978300094604492,-3.8620100021362305,39.50630187988281,7.978300094604492,-3.470720052719116,40.645999908447266,7.978300094604492,-4.044280052185059,39.3385009765625,7.978300094604492,-4.044280052185059,39.3385009765625,7.978300094604492,-3.470720052719116,40.645999908447266,7.978300094604492,-4.478549957275391,39.10350036621094,7.978300094604492,-4.044280052185059,39.3385009765625,7.978300094604492,-4.478549957275391,39.10350036621094,7.978300094604492,-4.25167989730835,39.202999114990234,7.978300094604492,-3.8620100021362305,41.53810119628906,7.978300094604492,-4.044280052185059,41.70589828491211,7.978300094604492,-3.7098500728607178,41.34260177612305,7.978300094604492,-3.7098500728607178,41.34260177612305,7.978300094604492,-4.044280052185059,41.70589828491211,7.978300094604492,-3.470720052719116,40.645999908447266,7.978300094604492,-3.7098500728607178,41.34260177612305,7.978300094604492,-3.470720052719116,40.645999908447266,7.978300094604492,-3.591939926147461,41.124698638916016,7.978300094604492,-3.591939926147461,41.124698638916016,7.978300094604492,-3.470720052719116,40.645999908447266,7.978300094604492,-3.5114998817443848,40.89039993286133,7.978300094604492,-11.961099624633789,41.06669998168945,7.978300094604492,-11.889699935913086,40.79859924316406,7.978300094604492,-4.96560001373291,42.02220153808594,7.978300094604492,-4.96560001373291,42.02220153808594,7.978300094604492,-11.889699935913086,40.79859924316406,7.978300094604492,-11.865599632263184,40.52220153808594,7.978300094604492,-4.96560001373291,42.02220153808594,7.978300094604492,-11.865599632263184,40.52220153808594,7.978300094604492,-3.470720052719116,40.645999908447266,7.978300094604492,-3.470720052719116,40.645999908447266,7.978300094604492,-11.865599632263184,40.52220153808594,7.978300094604492,-4.718709945678711,39.042598724365234,7.978300094604492,-3.470720052719116,40.645999908447266,7.978300094604492,-4.718709945678711,39.042598724365234,7.978300094604492,-4.478549957275391,39.10350036621094,7.978300094604492,-3.5114998817443848,40.15399932861328,7.978300094604492,-3.470720052719116,40.39830017089844,7.978300094604492,-3.591939926147461,39.91960144042969,7.978300094604492,-3.591939926147461,39.91960144042969,7.978300094604492,-3.470720052719116,40.39830017089844,7.978300094604492,-3.470720052719116,40.645999908447266,7.978300094604492,-3.591939926147461,39.91960144042969,7.978300094604492,-3.470720052719116,40.645999908447266,7.978300094604492,-3.7098500728607178,39.70180130004883,7.978300094604492,-3.7098500728607178,39.70180130004883,7.978300094604492,-3.470720052719116,40.645999908447266,7.978300094604492,-3.8620100021362305,39.50630187988281,7.978300094604492,-14.273099899291992,41.903499603271484,7.978300094604492,-14.02239990234375,42.02220153808594,7.978300094604492,-15.96560001373291,42.02220153808594,7.978300094604492,-14.273099899291992,41.903499603271484,7.978300094604492,-15.96560001373291,42.02220153808594,7.978300094604492,-14.499600410461426,41.74319839477539,7.978300094604492,-14.02239990234375,39.02220153808594,7.978300094604492,-14.273099899291992,39.140899658203125,7.978300094604492,-15.96560001373291,39.02220153808594,7.978300094604492,-15.96560001373291,39.02220153808594,7.978300094604492,-14.273099899291992,39.140899658203125,7.978300094604492,-14.499600410461426,39.30120086669922,7.978300094604492,-17.06920051574707,41.53810119628906,7.978300094604492,-17.22130012512207,41.34260177612305,7.978300094604492,-17.33930015563965,41.124698638916016,7.978300094604492,-15.041500091552734,40.79859924316406,7.978300094604492,-14.970100402832031,41.06669998168945,7.978300094604492,-16.886899948120117,41.70589828491211,7.978300094604492,-16.679500579833984,41.841400146484375,7.978300094604492,-16.886899948120117,41.70589828491211,7.978300094604492,-16.452600479125977,41.94089889526367,7.978300094604492,-16.452600479125977,41.94089889526367,7.978300094604492,-16.886899948120117,41.70589828491211,7.978300094604492,-14.970100402832031,41.06669998168945,7.978300094604492,-16.452600479125977,41.94089889526367,7.978300094604492,-14.970100402832031,41.06669998168945,7.978300094604492,-16.212499618530273,42.00170135498047,7.978300094604492,-16.212499618530273,42.00170135498047,7.978300094604492,-14.970100402832031,41.06669998168945,7.978300094604492,-14.853400230407715,41.31840133666992,7.978300094604492,-16.212499618530273,42.00170135498047,7.978300094604492,-14.853400230407715,41.31840133666992,7.978300094604492,-15.96560001373291,42.02220153808594,7.978300094604492,-15.96560001373291,42.02220153808594,7.978300094604492,-14.853400230407715,41.31840133666992,7.978300094604492,-14.694999694824219,41.546199798583984,7.978300094604492,-15.96560001373291,42.02220153808594,7.978300094604492,-14.694999694824219,41.546199798583984,7.978300094604492,-14.499600410461426,41.74319839477539,7.978300094604492,-14.499600410461426,39.30120086669922,7.978300094604492,-14.694999694824219,39.498199462890625,7.978300094604492,-15.96560001373291,39.02220153808594,7.978300094604492,-15.96560001373291,39.02220153808594,7.978300094604492,-14.694999694824219,39.498199462890625,7.978300094604492,-14.853400230407715,39.72600173950195,7.978300094604492,-15.96560001373291,39.02220153808594,7.978300094604492,-14.853400230407715,39.72600173950195,7.978300094604492,-16.212499618530273,39.042598724365234,7.978300094604492,-16.212499618530273,39.042598724365234,7.978300094604492,-14.853400230407715,39.72600173950195,7.978300094604492,-14.970100402832031,39.977699279785156,7.978300094604492,-16.212499618530273,39.042598724365234,7.978300094604492,-14.970100402832031,39.977699279785156,7.978300094604492,-16.452600479125977,39.10350036621094,7.978300094604492,-16.452600479125977,39.10350036621094,7.978300094604492,-14.970100402832031,39.977699279785156,7.978300094604492,-16.679500579833984,39.202999114990234,7.978300094604492,-17.33930015563965,39.91960144042969,7.978300094604492,-17.22130012512207,39.70180130004883,7.978300094604492,-15.041500091552734,40.24580001831055,7.978300094604492,-15.041500091552734,40.24580001831055,7.978300094604492,-17.22130012512207,39.70180130004883,7.978300094604492,-17.06920051574707,39.50630187988281,7.978300094604492,-15.041500091552734,40.24580001831055,7.978300094604492,-17.06920051574707,39.50630187988281,7.978300094604492,-14.970100402832031,39.977699279785156,7.978300094604492,-14.970100402832031,39.977699279785156,7.978300094604492,-17.06920051574707,39.50630187988281,7.978300094604492,-16.886899948120117,39.3385009765625,7.978300094604492,-14.970100402832031,39.977699279785156,7.978300094604492,-16.886899948120117,39.3385009765625,7.978300094604492,-16.679500579833984,39.202999114990234,7.978300094604492,-17.33930015563965,39.91960144042969,7.978300094604492,-15.041500091552734,40.24580001831055,7.978300094604492,-17.419700622558594,40.15399932861328,7.978300094604492,-17.419700622558594,40.15399932861328,7.978300094604492,-15.041500091552734,40.24580001831055,7.978300094604492,-15.065600395202637,40.52220153808594,7.978300094604492,-17.419700622558594,40.15399932861328,7.978300094604492,-15.065600395202637,40.52220153808594,7.978300094604492,-17.460500717163086,40.39830017089844,7.978300094604492,-17.460500717163086,40.645999908447266,7.978300094604492,-17.460500717163086,40.39830017089844,7.978300094604492,-17.419700622558594,40.89039993286133,7.978300094604492,-17.419700622558594,40.89039993286133,7.978300094604492,-17.460500717163086,40.39830017089844,7.978300094604492,-15.065600395202637,40.52220153808594,7.978300094604492,-17.419700622558594,40.89039993286133,7.978300094604492,-15.065600395202637,40.52220153808594,7.978300094604492,-17.33930015563965,41.124698638916016,7.978300094604492,-17.33930015563965,41.124698638916016,7.978300094604492,-15.065600395202637,40.52220153808594,7.978300094604492,-15.041500091552734,40.79859924316406,7.978300094604492,-17.33930015563965,41.124698638916016,7.978300094604492,-15.041500091552734,40.79859924316406,7.978300094604492,-17.06920051574707,41.53810119628906,7.978300094604492,-17.06920051574707,41.53810119628906,7.978300094604492,-15.041500091552734,40.79859924316406,7.978300094604492,-16.886899948120117,41.70589828491211,7.978300094604492,-14.384900093078613,40.761600494384766,7.978300094604492,-14.917200088500977,40.90019989013672,7.978300094604492,-14.412199974060059,40.602699279785156,7.978300094604492,-14.412199974060059,40.602699279785156,7.978300094604492,-14.917200088500977,40.90019989013672,7.978300094604492,-14.960200309753418,40.64939880371094,7.978300094604492,-14.412199974060059,40.602699279785156,7.978300094604492,-14.960200309753418,40.64939880371094,7.978300094604492,-14.412199974060059,40.44160079956055,7.978300094604492,-14.412199974060059,40.44160079956055,7.978300094604492,-14.960200309753418,40.64939880371094,7.978300094604492,-14.960200309753418,40.39500045776367,7.978300094604492,-14.412199974060059,40.44160079956055,7.978300094604492,-14.960200309753418,40.39500045776367,7.978300094604492,-14.384900093078613,40.282798767089844,7.978300094604492,-14.384900093078613,40.282798767089844,7.978300094604492,-14.960200309753418,40.39500045776367,7.978300094604492,-14.917200088500977,40.14419937133789,7.978300094604492,-14.384900093078613,40.282798767089844,7.978300094604492,-14.917200088500977,40.14419937133789,7.978300094604492,-14.331299781799316,40.13090133666992,7.978300094604492,-14.331299781799316,40.13090133666992,7.978300094604492,-14.917200088500977,40.14419937133789,7.978300094604492,-14.83240032196045,39.904300689697266,7.978300094604492,-14.331299781799316,40.13090133666992,7.978300094604492,-14.83240032196045,39.904300689697266,7.978300094604492,-14.252699851989746,39.99020004272461,7.978300094604492,-14.252699851989746,39.99020004272461,7.978300094604492,-14.83240032196045,39.904300689697266,7.978300094604492,-14.708399772644043,39.68220138549805,7.978300094604492,-14.252699851989746,39.99020004272461,7.978300094604492,-14.708399772644043,39.68220138549805,7.978300094604492,-14.15149974822998,39.86479949951172,7.978300094604492,-14.15149974822998,39.86479949951172,7.978300094604492,-14.708399772644043,39.68220138549805,7.978300094604492,-14.548500061035156,39.48429870605469,7.978300094604492,-14.15149974822998,39.86479949951172,7.978300094604492,-14.548500061035156,39.48429870605469,7.978300094604492,-14.030500411987305,39.758399963378906,7.978300094604492,-14.030500411987305,39.758399963378906,7.978300094604492,-14.548500061035156,39.48429870605469,7.978300094604492,-14.357500076293945,39.316200256347656,7.978300094604492,-14.030500411987305,39.758399963378906,7.978300094604492,-14.357500076293945,39.316200256347656,7.978300094604492,-13.89330005645752,39.67390060424805,7.978300094604492,-13.89330005645752,39.67390060424805,7.978300094604492,-14.357500076293945,39.316200256347656,7.978300094604492,-14.140899658203125,39.18280029296875,7.978300094604492,-13.89330005645752,39.67390060424805,7.978300094604492,-14.140899658203125,39.18280029296875,7.978300094604492,-13.743800163269043,39.613800048828125,7.978300094604492,-13.743800163269043,39.613800048828125,7.978300094604492,-14.140899658203125,39.18280029296875,7.978300094604492,-13.904800415039062,39.08789825439453,7.978300094604492,-13.743800163269043,39.613800048828125,7.978300094604492,-13.904800415039062,39.08789825439453,7.978300094604492,-13.586299896240234,39.579898834228516,7.978300094604492,-13.586299896240234,39.579898834228516,7.978300094604492,-13.904800415039062,39.08789825439453,7.978300094604492,-13.656100273132324,39.0343017578125,7.978300094604492,-13.586299896240234,39.579898834228516,7.978300094604492,-13.656100273132324,39.0343017578125,7.978300094604492,-13.425299644470215,39.573001861572266,7.978300094604492,-13.425299644470215,39.573001861572266,7.978300094604492,-13.656100273132324,39.0343017578125,7.978300094604492,-13.401900291442871,39.02349853515625,7.978300094604492,-13.425299644470215,39.573001861572266,7.978300094604492,-13.401900291442871,39.02349853515625,7.978300094604492,-13.26550006866455,39.59349822998047,7.978300094604492,-13.26550006866455,39.59349822998047,7.978300094604492,-13.401900291442871,39.02349853515625,7.978300094604492,-13.1496000289917,39.05590057373047,7.978300094604492,-13.26550006866455,39.59349822998047,7.978300094604492,-13.1496000289917,39.05590057373047,7.978300094604492,-13.11139965057373,39.64070129394531,7.978300094604492,-13.11139965057373,39.64070129394531,7.978300094604492,-13.1496000289917,39.05590057373047,7.978300094604492,-12.906299591064453,39.13029861450195,7.978300094604492,-13.11139965057373,39.64070129394531,7.978300094604492,-12.906299591064453,39.13029861450195,7.978300094604492,-12.967499732971191,39.713199615478516,7.978300094604492,-12.967499732971191,39.713199615478516,7.978300094604492,-12.906299591064453,39.13029861450195,7.978300094604492,-12.679100036621094,39.24489974975586,7.978300094604492,-12.967499732971191,39.713199615478516,7.978300094604492,-12.679100036621094,39.24489974975586,7.978300094604492,-12.838000297546387,39.808998107910156,7.978300094604492,-12.838000297546387,39.808998107910156,7.978300094604492,-12.679100036621094,39.24489974975586,7.978300094604492,-12.474599838256836,39.39619827270508,7.978300094604492,-12.838000297546387,39.808998107910156,7.978300094604492,-12.474599838256836,39.39619827270508,7.978300094604492,-12.726499557495117,39.92539978027344,7.978300094604492,-12.726499557495117,39.92539978027344,7.978300094604492,-12.474599838256836,39.39619827270508,7.978300094604492,-12.298500061035156,39.57979965209961,7.978300094604492,-12.726499557495117,39.92539978027344,7.978300094604492,-12.298500061035156,39.57979965209961,7.978300094604492,-12.636199951171875,40.05889892578125,7.978300094604492,-12.636199951171875,40.05889892578125,7.978300094604492,-12.298500061035156,39.57979965209961,7.978300094604492,-12.156100273132324,39.79059982299805,7.978300094604492,-12.636199951171875,40.05889892578125,7.978300094604492,-12.156100273132324,39.79059982299805,7.978300094604492,-12.569899559020996,40.2056999206543,7.978300094604492,-12.569899559020996,40.2056999206543,7.978300094604492,-12.156100273132324,39.79059982299805,7.978300094604492,-12.051300048828125,40.022499084472656,7.978300094604492,-12.569899559020996,40.2056999206543,7.978300094604492,-12.051300048828125,40.022499084472656,7.978300094604492,-12.52929973602295,40.36159896850586,7.978300094604492,-12.52929973602295,40.36159896850586,7.978300094604492,-12.051300048828125,40.022499084472656,7.978300094604492,-11.987199783325195,40.268699645996094,7.978300094604492,-12.52929973602295,40.36159896850586,7.978300094604492,-11.987199783325195,40.268699645996094,7.978300094604492,-12.515600204467773,40.52220153808594,7.978300094604492,-12.515600204467773,40.52220153808594,7.978300094604492,-11.987199783325195,40.268699645996094,7.978300094604492,-11.96560001373291,40.52220153808594,7.978300094604492,-12.515600204467773,40.52220153808594,7.978300094604492,-11.96560001373291,40.52220153808594,7.978300094604492,-12.52929973602295,40.682701110839844,7.978300094604492,-12.52929973602295,40.682701110839844,7.978300094604492,-11.96560001373291,40.52220153808594,7.978300094604492,-11.987199783325195,40.775699615478516,7.978300094604492,-12.52929973602295,40.682701110839844,7.978300094604492,-11.987199783325195,40.775699615478516,7.978300094604492,-12.569899559020996,40.83869934082031,7.978300094604492,-12.569899559020996,40.83869934082031,7.978300094604492,-11.987199783325195,40.775699615478516,7.978300094604492,-12.051300048828125,41.02190017700195,7.978300094604492,-12.569899559020996,40.83869934082031,7.978300094604492,-12.051300048828125,41.02190017700195,7.978300094604492,-12.636199951171875,40.98550033569336,7.978300094604492,-12.636199951171875,40.98550033569336,7.978300094604492,-12.051300048828125,41.02190017700195,7.978300094604492,-12.156100273132324,41.253700256347656,7.978300094604492,-12.636199951171875,40.98550033569336,7.978300094604492,-12.156100273132324,41.253700256347656,7.978300094604492,-12.726499557495117,41.11899948120117,7.978300094604492,-12.726499557495117,41.11899948120117,7.978300094604492,-12.156100273132324,41.253700256347656,7.978300094604492,-12.298500061035156,41.464500427246094,7.978300094604492,-12.726499557495117,41.11899948120117,7.978300094604492,-12.298500061035156,41.464500427246094,7.978300094604492,-12.838000297546387,41.23529815673828,7.978300094604492,-12.838000297546387,41.23529815673828,7.978300094604492,-12.298500061035156,41.464500427246094,7.978300094604492,-12.474599838256836,41.64820098876953,7.978300094604492,-12.838000297546387,41.23529815673828,7.978300094604492,-12.474599838256836,41.64820098876953,7.978300094604492,-12.967499732971191,41.33110046386719,7.978300094604492,-12.967499732971191,41.33110046386719,7.978300094604492,-12.474599838256836,41.64820098876953,7.978300094604492,-12.679100036621094,41.79949951171875,7.978300094604492,-12.967499732971191,41.33110046386719,7.978300094604492,-12.679100036621094,41.79949951171875,7.978300094604492,-13.11139965057373,41.40370178222656,7.978300094604492,-13.11139965057373,41.40370178222656,7.978300094604492,-12.679100036621094,41.79949951171875,7.978300094604492,-12.906299591064453,41.91400146484375,7.978300094604492,-13.11139965057373,41.40370178222656,7.978300094604492,-12.906299591064453,41.91400146484375,7.978300094604492,-13.26550006866455,41.45090103149414,7.978300094604492,-13.26550006866455,41.45090103149414,7.978300094604492,-12.906299591064453,41.91400146484375,7.978300094604492,-13.1496000289917,41.98849868774414,7.978300094604492,-13.26550006866455,41.45090103149414,7.978300094604492,-13.1496000289917,41.98849868774414,7.978300094604492,-13.425299644470215,41.47129821777344,7.978300094604492,-13.425299644470215,41.47129821777344,7.978300094604492,-13.1496000289917,41.98849868774414,7.978300094604492,-13.401900291442871,42.02080154418945,7.978300094604492,-13.425299644470215,41.47129821777344,7.978300094604492,-13.401900291442871,42.02080154418945,7.978300094604492,-13.586299896240234,41.464500427246094,7.978300094604492,-13.586299896240234,41.464500427246094,7.978300094604492,-13.401900291442871,42.02080154418945,7.978300094604492,-13.656100273132324,42.0099983215332,7.978300094604492,-13.586299896240234,41.464500427246094,7.978300094604492,-13.656100273132324,42.0099983215332,7.978300094604492,-13.743800163269043,41.43050003051758,7.978300094604492,-13.743800163269043,41.43050003051758,7.978300094604492,-13.656100273132324,42.0099983215332,7.978300094604492,-13.904800415039062,41.95640182495117,7.978300094604492,-13.743800163269043,41.43050003051758,7.978300094604492,-13.904800415039062,41.95640182495117,7.978300094604492,-13.89330005645752,41.37049865722656,7.978300094604492,-13.89330005645752,41.37049865722656,7.978300094604492,-13.904800415039062,41.95640182495117,7.978300094604492,-14.140899658203125,41.86159896850586,7.978300094604492,-13.89330005645752,41.37049865722656,7.978300094604492,-14.140899658203125,41.86159896850586,7.978300094604492,-14.030500411987305,41.2859992980957,7.978300094604492,-14.030500411987305,41.2859992980957,7.978300094604492,-14.140899658203125,41.86159896850586,7.978300094604492,-14.357500076293945,41.72819900512695,7.978300094604492,-14.030500411987305,41.2859992980957,7.978300094604492,-14.357500076293945,41.72819900512695,7.978300094604492,-14.15149974822998,41.179500579833984,7.978300094604492,-14.15149974822998,41.179500579833984,7.978300094604492,-14.357500076293945,41.72819900512695,7.978300094604492,-14.548500061035156,41.56010055541992,7.978300094604492,-14.15149974822998,41.179500579833984,7.978300094604492,-14.548500061035156,41.56010055541992,7.978300094604492,-14.252699851989746,41.054100036621094,7.978300094604492,-14.252699851989746,41.054100036621094,7.978300094604492,-14.548500061035156,41.56010055541992,7.978300094604492,-14.708399772644043,41.362098693847656,7.978300094604492,-14.252699851989746,41.054100036621094,7.978300094604492,-14.708399772644043,41.362098693847656,7.978300094604492,-14.331299781799316,40.91350173950195,7.978300094604492,-14.331299781799316,40.91350173950195,7.978300094604492,-14.708399772644043,41.362098693847656,7.978300094604492,-14.83240032196045,41.13999938964844,7.978300094604492,-14.331299781799316,40.91350173950195,7.978300094604492,-14.83240032196045,41.13999938964844,7.978300094604492,-14.384900093078613,40.761600494384766,7.978300094604492,-14.384900093078613,40.761600494384766,7.978300094604492,-14.83240032196045,41.13999938964844,7.978300094604492,-14.917200088500977,40.90019989013672,7.978300094604492,-12.52929973602295,40.36159896850586,7.878300189971924,-12.515600204467773,40.52220153808594,7.978300094604492,-12.515600204467773,40.52220153808594,7.878300189971924,-12.515600204467773,40.52220153808594,7.878300189971924,-12.515600204467773,40.52220153808594,7.978300094604492,-12.52929973602295,40.682701110839844,7.978300094604492,-12.515600204467773,40.52220153808594,7.878300189971924,-12.52929973602295,40.682701110839844,7.978300094604492,-12.52929973602295,40.682701110839844,7.878300189971924,-12.52929973602295,40.682701110839844,7.878300189971924,-12.52929973602295,40.682701110839844,7.978300094604492,-12.569899559020996,40.83869934082031,7.978300094604492,-12.52929973602295,40.682701110839844,7.878300189971924,-12.569899559020996,40.83869934082031,7.978300094604492,-12.569899559020996,40.83869934082031,7.878300189971924,-12.569899559020996,40.83869934082031,7.878300189971924,-12.569899559020996,40.83869934082031,7.978300094604492,-12.636199951171875,40.98550033569336,7.978300094604492,-12.569899559020996,40.83869934082031,7.878300189971924,-12.636199951171875,40.98550033569336,7.978300094604492,-12.636199951171875,40.98550033569336,7.878300189971924,-12.636199951171875,40.98550033569336,7.878300189971924,-12.636199951171875,40.98550033569336,7.978300094604492,-12.726499557495117,41.11899948120117,7.978300094604492,-12.636199951171875,40.98550033569336,7.878300189971924,-12.726499557495117,41.11899948120117,7.978300094604492,-12.726499557495117,41.11899948120117,7.878300189971924,-12.726499557495117,41.11899948120117,7.878300189971924,-12.726499557495117,41.11899948120117,7.978300094604492,-12.838000297546387,41.23529815673828,7.978300094604492,-12.726499557495117,41.11899948120117,7.878300189971924,-12.838000297546387,41.23529815673828,7.978300094604492,-12.838000297546387,41.23529815673828,7.878300189971924,-12.838000297546387,41.23529815673828,7.878300189971924,-12.838000297546387,41.23529815673828,7.978300094604492,-12.967499732971191,41.33110046386719,7.978300094604492,-12.838000297546387,41.23529815673828,7.878300189971924,-12.967499732971191,41.33110046386719,7.978300094604492,-12.967499732971191,41.33110046386719,7.878300189971924,-12.967499732971191,41.33110046386719,7.878300189971924,-12.967499732971191,41.33110046386719,7.978300094604492,-13.11139965057373,41.40370178222656,7.978300094604492,-12.967499732971191,41.33110046386719,7.878300189971924,-13.11139965057373,41.40370178222656,7.978300094604492,-13.11139965057373,41.40370178222656,7.878300189971924,-13.11139965057373,41.40370178222656,7.878300189971924,-13.11139965057373,41.40370178222656,7.978300094604492,-13.26550006866455,41.45090103149414,7.978300094604492,-13.11139965057373,41.40370178222656,7.878300189971924,-13.26550006866455,41.45090103149414,7.978300094604492,-13.26550006866455,41.45090103149414,7.878300189971924,-13.26550006866455,41.45090103149414,7.878300189971924,-13.26550006866455,41.45090103149414,7.978300094604492,-13.425299644470215,41.47129821777344,7.978300094604492,-13.26550006866455,41.45090103149414,7.878300189971924,-13.425299644470215,41.47129821777344,7.978300094604492,-13.425299644470215,41.47129821777344,7.878300189971924,-13.425299644470215,41.47129821777344,7.878300189971924,-13.425299644470215,41.47129821777344,7.978300094604492,-13.586299896240234,41.464500427246094,7.978300094604492,-13.425299644470215,41.47129821777344,7.878300189971924,-13.586299896240234,41.464500427246094,7.978300094604492,-13.586299896240234,41.464500427246094,7.878300189971924,-13.586299896240234,41.464500427246094,7.878300189971924,-13.586299896240234,41.464500427246094,7.978300094604492,-13.743800163269043,41.43050003051758,7.978300094604492,-13.586299896240234,41.464500427246094,7.878300189971924,-13.743800163269043,41.43050003051758,7.978300094604492,-13.743800163269043,41.43050003051758,7.878300189971924,-13.743800163269043,41.43050003051758,7.878300189971924,-13.743800163269043,41.43050003051758,7.978300094604492,-13.89330005645752,41.37049865722656,7.978300094604492,-13.743800163269043,41.43050003051758,7.878300189971924,-13.89330005645752,41.37049865722656,7.978300094604492,-13.89330005645752,41.37049865722656,7.878300189971924,-13.89330005645752,41.37049865722656,7.878300189971924,-13.89330005645752,41.37049865722656,7.978300094604492,-14.030500411987305,41.2859992980957,7.978300094604492,-13.89330005645752,41.37049865722656,7.878300189971924,-14.030500411987305,41.2859992980957,7.978300094604492,-14.030500411987305,41.2859992980957,7.878300189971924,-14.030500411987305,41.2859992980957,7.878300189971924,-14.030500411987305,41.2859992980957,7.978300094604492,-14.15149974822998,41.179500579833984,7.978300094604492,-14.030500411987305,41.2859992980957,7.878300189971924,-14.15149974822998,41.179500579833984,7.978300094604492,-14.15149974822998,41.179500579833984,7.878300189971924,-14.15149974822998,41.179500579833984,7.878300189971924,-14.15149974822998,41.179500579833984,7.978300094604492,-14.252699851989746,41.054100036621094,7.978300094604492,-14.15149974822998,41.179500579833984,7.878300189971924,-14.252699851989746,41.054100036621094,7.978300094604492,-14.252699851989746,41.054100036621094,7.878300189971924,-14.252699851989746,41.054100036621094,7.878300189971924,-14.252699851989746,41.054100036621094,7.978300094604492,-14.331299781799316,40.91350173950195,7.978300094604492,-14.252699851989746,41.054100036621094,7.878300189971924,-14.331299781799316,40.91350173950195,7.978300094604492,-14.331299781799316,40.91350173950195,7.878300189971924,-14.331299781799316,40.91350173950195,7.878300189971924,-14.331299781799316,40.91350173950195,7.978300094604492,-14.384900093078613,40.761600494384766,7.978300094604492,-14.331299781799316,40.91350173950195,7.878300189971924,-14.384900093078613,40.761600494384766,7.978300094604492,-14.384900093078613,40.761600494384766,7.878300189971924,-14.384900093078613,40.761600494384766,7.878300189971924,-14.384900093078613,40.761600494384766,7.978300094604492,-14.412199974060059,40.602699279785156,7.978300094604492,-14.384900093078613,40.761600494384766,7.878300189971924,-14.412199974060059,40.602699279785156,7.978300094604492,-14.412199974060059,40.602699279785156,7.878300189971924,-14.412199974060059,40.602699279785156,7.878300189971924,-14.412199974060059,40.602699279785156,7.978300094604492,-14.412199974060059,40.44160079956055,7.978300094604492,-14.412199974060059,40.602699279785156,7.878300189971924,-14.412199974060059,40.44160079956055,7.978300094604492,-14.412199974060059,40.44160079956055,7.878300189971924,-14.412199974060059,40.44160079956055,7.878300189971924,-14.412199974060059,40.44160079956055,7.978300094604492,-14.384900093078613,40.282798767089844,7.978300094604492,-14.412199974060059,40.44160079956055,7.878300189971924,-14.384900093078613,40.282798767089844,7.978300094604492,-14.384900093078613,40.282798767089844,7.878300189971924,-14.384900093078613,40.282798767089844,7.878300189971924,-14.384900093078613,40.282798767089844,7.978300094604492,-14.331299781799316,40.13090133666992,7.978300094604492,-14.384900093078613,40.282798767089844,7.878300189971924,-14.331299781799316,40.13090133666992,7.978300094604492,-14.331299781799316,40.13090133666992,7.878300189971924,-14.331299781799316,40.13090133666992,7.878300189971924,-14.331299781799316,40.13090133666992,7.978300094604492,-14.252699851989746,39.99020004272461,7.978300094604492,-14.331299781799316,40.13090133666992,7.878300189971924,-14.252699851989746,39.99020004272461,7.978300094604492,-14.252699851989746,39.99020004272461,7.878300189971924,-14.252699851989746,39.99020004272461,7.878300189971924,-14.252699851989746,39.99020004272461,7.978300094604492,-14.15149974822998,39.86479949951172,7.978300094604492,-14.252699851989746,39.99020004272461,7.878300189971924,-14.15149974822998,39.86479949951172,7.978300094604492,-14.15149974822998,39.86479949951172,7.878300189971924,-14.15149974822998,39.86479949951172,7.878300189971924,-14.15149974822998,39.86479949951172,7.978300094604492,-14.030500411987305,39.758399963378906,7.978300094604492,-14.15149974822998,39.86479949951172,7.878300189971924,-14.030500411987305,39.758399963378906,7.978300094604492,-14.030500411987305,39.758399963378906,7.878300189971924,-14.030500411987305,39.758399963378906,7.878300189971924,-14.030500411987305,39.758399963378906,7.978300094604492,-13.89330005645752,39.67390060424805,7.978300094604492,-14.030500411987305,39.758399963378906,7.878300189971924,-13.89330005645752,39.67390060424805,7.978300094604492,-13.89330005645752,39.67390060424805,7.878300189971924,-13.89330005645752,39.67390060424805,7.878300189971924,-13.89330005645752,39.67390060424805,7.978300094604492,-13.743800163269043,39.613800048828125,7.978300094604492,-13.89330005645752,39.67390060424805,7.878300189971924,-13.743800163269043,39.613800048828125,7.978300094604492,-13.743800163269043,39.613800048828125,7.878300189971924,-13.743800163269043,39.613800048828125,7.878300189971924,-13.743800163269043,39.613800048828125,7.978300094604492,-13.586299896240234,39.579898834228516,7.978300094604492,-13.743800163269043,39.613800048828125,7.878300189971924,-13.586299896240234,39.579898834228516,7.978300094604492,-13.586299896240234,39.579898834228516,7.878300189971924,-13.586299896240234,39.579898834228516,7.878300189971924,-13.586299896240234,39.579898834228516,7.978300094604492,-13.425299644470215,39.573001861572266,7.978300094604492,-13.586299896240234,39.579898834228516,7.878300189971924,-13.425299644470215,39.573001861572266,7.978300094604492,-13.425299644470215,39.573001861572266,7.878300189971924,-13.425299644470215,39.573001861572266,7.878300189971924,-13.425299644470215,39.573001861572266,7.978300094604492,-13.26550006866455,39.59349822998047,7.978300094604492,-13.425299644470215,39.573001861572266,7.878300189971924,-13.26550006866455,39.59349822998047,7.978300094604492,-13.26550006866455,39.59349822998047,7.878300189971924,-13.26550006866455,39.59349822998047,7.878300189971924,-13.26550006866455,39.59349822998047,7.978300094604492,-13.11139965057373,39.64070129394531,7.978300094604492,-13.26550006866455,39.59349822998047,7.878300189971924,-13.11139965057373,39.64070129394531,7.978300094604492,-13.11139965057373,39.64070129394531,7.878300189971924,-13.11139965057373,39.64070129394531,7.878300189971924,-13.11139965057373,39.64070129394531,7.978300094604492,-12.967499732971191,39.713199615478516,7.978300094604492,-13.11139965057373,39.64070129394531,7.878300189971924,-12.967499732971191,39.713199615478516,7.978300094604492,-12.967499732971191,39.713199615478516,7.878300189971924,-12.967499732971191,39.713199615478516,7.878300189971924,-12.967499732971191,39.713199615478516,7.978300094604492,-12.838000297546387,39.808998107910156,7.978300094604492,-12.967499732971191,39.713199615478516,7.878300189971924,-12.838000297546387,39.808998107910156,7.978300094604492,-12.838000297546387,39.808998107910156,7.878300189971924,-12.838000297546387,39.808998107910156,7.878300189971924,-12.838000297546387,39.808998107910156,7.978300094604492,-12.726499557495117,39.92539978027344,7.978300094604492,-12.838000297546387,39.808998107910156,7.878300189971924,-12.726499557495117,39.92539978027344,7.978300094604492,-12.726499557495117,39.92539978027344,7.878300189971924,-12.726499557495117,39.92539978027344,7.878300189971924,-12.726499557495117,39.92539978027344,7.978300094604492,-12.636199951171875,40.05889892578125,7.978300094604492,-12.726499557495117,39.92539978027344,7.878300189971924,-12.636199951171875,40.05889892578125,7.978300094604492,-12.636199951171875,40.05889892578125,7.878300189971924,-12.636199951171875,40.05889892578125,7.878300189971924,-12.636199951171875,40.05889892578125,7.978300094604492,-12.569899559020996,40.2056999206543,7.978300094604492,-12.636199951171875,40.05889892578125,7.878300189971924,-12.569899559020996,40.2056999206543,7.978300094604492,-12.569899559020996,40.2056999206543,7.878300189971924,-12.569899559020996,40.2056999206543,7.878300189971924,-12.569899559020996,40.2056999206543,7.978300094604492,-12.52929973602295,40.36159896850586,7.978300094604492,-12.569899559020996,40.2056999206543,7.878300189971924,-12.52929973602295,40.36159896850586,7.978300094604492,-12.52929973602295,40.36159896850586,7.878300189971924,-12.52929973602295,40.36159896850586,7.878300189971924,-12.52929973602295,40.36159896850586,7.978300094604492,-12.515600204467773,40.52220153808594,7.978300094604492,-13.11139965057373,41.40370178222656,7.878300189971924,-13.586299896240234,39.579898834228516,7.878300189971924,-13.425299644470215,39.573001861572266,7.878300189971924,-13.11139965057373,41.40370178222656,7.878300189971924,-13.425299644470215,39.573001861572266,7.878300189971924,-12.967499732971191,41.33110046386719,7.878300189971924,-12.967499732971191,41.33110046386719,7.878300189971924,-13.425299644470215,39.573001861572266,7.878300189971924,-13.26550006866455,39.59349822998047,7.878300189971924,-12.967499732971191,41.33110046386719,7.878300189971924,-13.26550006866455,39.59349822998047,7.878300189971924,-12.838000297546387,41.23529815673828,7.878300189971924,-12.838000297546387,41.23529815673828,7.878300189971924,-13.26550006866455,39.59349822998047,7.878300189971924,-13.11139965057373,39.64070129394531,7.878300189971924,-12.838000297546387,41.23529815673828,7.878300189971924,-13.11139965057373,39.64070129394531,7.878300189971924,-12.726499557495117,41.11899948120117,7.878300189971924,-12.726499557495117,41.11899948120117,7.878300189971924,-13.11139965057373,39.64070129394531,7.878300189971924,-12.967499732971191,39.713199615478516,7.878300189971924,-12.726499557495117,41.11899948120117,7.878300189971924,-12.967499732971191,39.713199615478516,7.878300189971924,-12.636199951171875,40.98550033569336,7.878300189971924,-12.636199951171875,40.98550033569336,7.878300189971924,-12.967499732971191,39.713199615478516,7.878300189971924,-12.838000297546387,39.808998107910156,7.878300189971924,-12.636199951171875,40.98550033569336,7.878300189971924,-12.838000297546387,39.808998107910156,7.878300189971924,-12.569899559020996,40.83869934082031,7.878300189971924,-12.569899559020996,40.83869934082031,7.878300189971924,-12.838000297546387,39.808998107910156,7.878300189971924,-12.726499557495117,39.92539978027344,7.878300189971924,-12.569899559020996,40.83869934082031,7.878300189971924,-12.726499557495117,39.92539978027344,7.878300189971924,-12.52929973602295,40.682701110839844,7.878300189971924,-12.52929973602295,40.682701110839844,7.878300189971924,-12.726499557495117,39.92539978027344,7.878300189971924,-12.636199951171875,40.05889892578125,7.878300189971924,-12.52929973602295,40.682701110839844,7.878300189971924,-12.636199951171875,40.05889892578125,7.878300189971924,-12.515600204467773,40.52220153808594,7.878300189971924,-12.515600204467773,40.52220153808594,7.878300189971924,-12.636199951171875,40.05889892578125,7.878300189971924,-12.569899559020996,40.2056999206543,7.878300189971924,-12.515600204467773,40.52220153808594,7.878300189971924,-12.569899559020996,40.2056999206543,7.878300189971924,-12.52929973602295,40.36159896850586,7.878300189971924,-13.11139965057373,41.40370178222656,7.878300189971924,-13.26550006866455,41.45090103149414,7.878300189971924,-13.586299896240234,39.579898834228516,7.878300189971924,-13.586299896240234,39.579898834228516,7.878300189971924,-13.26550006866455,41.45090103149414,7.878300189971924,-13.425299644470215,41.47129821777344,7.878300189971924,-13.586299896240234,39.579898834228516,7.878300189971924,-13.425299644470215,41.47129821777344,7.878300189971924,-13.586299896240234,41.464500427246094,7.878300189971924,-13.586299896240234,41.464500427246094,7.878300189971924,-13.743800163269043,41.43050003051758,7.878300189971924,-14.15149974822998,39.86479949951172,7.878300189971924,-14.15149974822998,39.86479949951172,7.878300189971924,-13.743800163269043,41.43050003051758,7.878300189971924,-13.89330005645752,41.37049865722656,7.878300189971924,-13.743800163269043,39.613800048828125,7.878300189971924,-13.586299896240234,39.579898834228516,7.878300189971924,-13.89330005645752,39.67390060424805,7.878300189971924,-13.89330005645752,39.67390060424805,7.878300189971924,-13.586299896240234,39.579898834228516,7.878300189971924,-13.586299896240234,41.464500427246094,7.878300189971924,-13.89330005645752,39.67390060424805,7.878300189971924,-13.586299896240234,41.464500427246094,7.878300189971924,-14.030500411987305,39.758399963378906,7.878300189971924,-14.030500411987305,39.758399963378906,7.878300189971924,-13.586299896240234,41.464500427246094,7.878300189971924,-14.15149974822998,39.86479949951172,7.878300189971924,-13.89330005645752,41.37049865722656,7.878300189971924,-14.030500411987305,41.2859992980957,7.878300189971924,-14.15149974822998,39.86479949951172,7.878300189971924,-14.15149974822998,39.86479949951172,7.878300189971924,-14.030500411987305,41.2859992980957,7.878300189971924,-14.15149974822998,41.179500579833984,7.878300189971924,-14.15149974822998,39.86479949951172,7.878300189971924,-14.15149974822998,41.179500579833984,7.878300189971924,-14.252699851989746,41.054100036621094,7.878300189971924,-14.412199974060059,40.602699279785156,7.878300189971924,-14.412199974060059,40.44160079956055,7.878300189971924,-14.384900093078613,40.761600494384766,7.878300189971924,-14.384900093078613,40.761600494384766,7.878300189971924,-14.412199974060059,40.44160079956055,7.878300189971924,-14.384900093078613,40.282798767089844,7.878300189971924,-14.252699851989746,39.99020004272461,7.878300189971924,-14.15149974822998,39.86479949951172,7.878300189971924,-14.331299781799316,40.13090133666992,7.878300189971924,-14.331299781799316,40.13090133666992,7.878300189971924,-14.15149974822998,39.86479949951172,7.878300189971924,-14.252699851989746,41.054100036621094,7.878300189971924,-14.331299781799316,40.13090133666992,7.878300189971924,-14.252699851989746,41.054100036621094,7.878300189971924,-14.384900093078613,40.282798767089844,7.878300189971924,-14.384900093078613,40.282798767089844,7.878300189971924,-14.252699851989746,41.054100036621094,7.878300189971924,-14.331299781799316,40.91350173950195,7.878300189971924,-14.384900093078613,40.282798767089844,7.878300189971924,-14.331299781799316,40.91350173950195,7.878300189971924,-14.384900093078613,40.761600494384766,7.878300189971924,-3.9889700412750244,-5.377820014953613,7.878300189971924,-3.9889700412750244,-5.377820014953613,7.978300094604492,-4.168680191040039,-5.392600059509277,7.978300094604492,-3.9889700412750244,-5.377820014953613,7.878300189971924,-4.168680191040039,-5.392600059509277,7.978300094604492,-4.168680191040039,-5.392600059509277,7.878300189971924,-4.168680191040039,-5.392600059509277,7.878300189971924,-4.168680191040039,-5.392600059509277,7.978300094604492,-4.343560218811035,-5.436540126800537,7.978300094604492,-4.168680191040039,-5.392600059509277,7.878300189971924,-4.343560218811035,-5.436540126800537,7.978300094604492,-4.343560218811035,-5.436540126800537,7.878300189971924,-4.343560218811035,-5.436540126800537,7.878300189971924,-4.343560218811035,-5.436540126800537,7.978300094604492,-4.508920192718506,-5.50846004486084,7.978300094604492,-4.343560218811035,-5.436540126800537,7.878300189971924,-4.508920192718506,-5.50846004486084,7.978300094604492,-4.508920192718506,-5.50846004486084,7.878300189971924,-4.508920192718506,-5.50846004486084,7.878300189971924,-4.508920192718506,-5.50846004486084,7.978300094604492,-4.660299777984619,-5.60644006729126,7.978300094604492,-4.508920192718506,-5.50846004486084,7.878300189971924,-4.660299777984619,-5.60644006729126,7.978300094604492,-4.660299777984619,-5.60644006729126,7.878300189971924,-4.660299777984619,-5.60644006729126,7.878300189971924,-4.660299777984619,-5.60644006729126,7.978300094604492,-4.79364013671875,-5.727819919586182,7.978300094604492,-4.660299777984619,-5.60644006729126,7.878300189971924,-4.79364013671875,-5.727819919586182,7.978300094604492,-4.79364013671875,-5.727819919586182,7.878300189971924,4.057769775390625,-5.377820014953613,7.878300189971924,4.057769775390625,-5.377820014953613,7.978300094604492,0.03440190106630325,-5.377820014953613,7.878300189971924,0.03440190106630325,-5.377820014953613,7.878300189971924,4.057769775390625,-5.377820014953613,7.978300094604492,-3.9889700412750244,-5.377820014953613,7.978300094604492,0.03440190106630325,-5.377820014953613,7.878300189971924,-3.9889700412750244,-5.377820014953613,7.978300094604492,-3.9889700412750244,-5.377820014953613,7.878300189971924,4.86244010925293,-5.727819919586182,7.878300189971924,4.86244010925293,-5.727819919586182,7.978300094604492,4.729100227355957,-5.60644006729126,7.978300094604492,4.86244010925293,-5.727819919586182,7.878300189971924,4.729100227355957,-5.60644006729126,7.978300094604492,4.729100227355957,-5.60644006729126,7.878300189971924,4.729100227355957,-5.60644006729126,7.878300189971924,4.729100227355957,-5.60644006729126,7.978300094604492,4.5777201652526855,-5.50846004486084,7.978300094604492,4.729100227355957,-5.60644006729126,7.878300189971924,4.5777201652526855,-5.50846004486084,7.978300094604492,4.5777201652526855,-5.50846004486084,7.878300189971924,4.5777201652526855,-5.50846004486084,7.878300189971924,4.5777201652526855,-5.50846004486084,7.978300094604492,4.412370204925537,-5.436540126800537,7.978300094604492,4.5777201652526855,-5.50846004486084,7.878300189971924,4.412370204925537,-5.436540126800537,7.978300094604492,4.412370204925537,-5.436540126800537,7.878300189971924,4.412370204925537,-5.436540126800537,7.878300189971924,4.412370204925537,-5.436540126800537,7.978300094604492,4.237480163574219,-5.392600059509277,7.978300094604492,4.412370204925537,-5.436540126800537,7.878300189971924,4.237480163574219,-5.392600059509277,7.978300094604492,4.237480163574219,-5.392600059509277,7.878300189971924,4.237480163574219,-5.392600059509277,7.878300189971924,4.237480163574219,-5.392600059509277,7.978300094604492,4.057769775390625,-5.377820014953613,7.978300094604492,4.237480163574219,-5.392600059509277,7.878300189971924,4.057769775390625,-5.377820014953613,7.978300094604492,4.057769775390625,-5.377820014953613,7.878300189971924,6.142590045928955,-7.727819919586182,7.878300189971924,6.142590045928955,-7.727819919586182,7.978300094604492,5.681119918823242,-6.82781982421875,7.878300189971924,5.681119918823242,-6.82781982421875,7.878300189971924,6.142590045928955,-7.727819919586182,7.978300094604492,5.629419803619385,-6.726990222930908,7.978300094604492,5.681119918823242,-6.82781982421875,7.878300189971924,5.629419803619385,-6.726990222930908,7.978300094604492,5.629419803619385,-6.726990222930908,7.878300189971924,5.629419803619385,-6.726990222930908,7.878300189971924,5.629419803619385,-6.726990222930908,7.978300094604492,5.568160057067871,-6.645470142364502,7.878300189971924,5.568160057067871,-6.645470142364502,7.878300189971924,5.629419803619385,-6.726990222930908,7.978300094604492,4.953750133514404,-5.82781982421875,7.978300094604492,5.568160057067871,-6.645470142364502,7.878300189971924,4.953750133514404,-5.82781982421875,7.978300094604492,4.953750133514404,-5.82781982421875,7.878300189971924,4.237480163574219,-15.062999725341797,7.878300189971924,4.057769775390625,-15.077799797058105,7.878300189971924,4.237480163574219,-15.062999725341797,7.978300094604492,4.237480163574219,-15.062999725341797,7.978300094604492,4.057769775390625,-15.077799797058105,7.878300189971924,4.057769775390625,-15.077799797058105,7.978300094604492,4.237480163574219,-15.062999725341797,7.878300189971924,4.237480163574219,-15.062999725341797,7.978300094604492,4.377659797668457,-15.027799606323242,7.878300189971924,4.377659797668457,-15.027799606323242,7.878300189971924,4.237480163574219,-15.062999725341797,7.978300094604492,4.412370204925537,-15.019100189208984,7.978300094604492,4.377659797668457,-15.027799606323242,7.878300189971924,4.412370204925537,-15.019100189208984,7.978300094604492,4.412370204925537,-15.019100189208984,7.878300189971924,4.412370204925537,-15.019100189208984,7.878300189971924,4.412370204925537,-15.019100189208984,7.978300094604492,4.5777201652526855,-14.947199821472168,7.978300094604492,4.412370204925537,-15.019100189208984,7.878300189971924,4.5777201652526855,-14.947199821472168,7.978300094604492,4.5777201652526855,-14.947199821472168,7.878300189971924,4.5777201652526855,-14.947199821472168,7.878300189971924,4.5777201652526855,-14.947199821472168,7.978300094604492,4.729100227355957,-14.849200248718262,7.978300094604492,4.5777201652526855,-14.947199821472168,7.878300189971924,4.729100227355957,-14.849200248718262,7.978300094604492,4.729100227355957,-14.849200248718262,7.878300189971924,4.729100227355957,-14.849200248718262,7.878300189971924,4.729100227355957,-14.849200248718262,7.978300094604492,4.86244010925293,-14.727800369262695,7.978300094604492,4.729100227355957,-14.849200248718262,7.878300189971924,4.86244010925293,-14.727800369262695,7.978300094604492,4.86244010925293,-14.727800369262695,7.878300189971924,-3.9889700412750244,-15.077799797058105,7.878300189971924,-3.9889700412750244,-15.077799797058105,7.978300094604492,0.03440190106630325,-15.077799797058105,7.878300189971924,0.03440190106630325,-15.077799797058105,7.878300189971924,-3.9889700412750244,-15.077799797058105,7.978300094604492,4.057769775390625,-15.077799797058105,7.978300094604492,0.03440190106630325,-15.077799797058105,7.878300189971924,4.057769775390625,-15.077799797058105,7.978300094604492,4.057769775390625,-15.077799797058105,7.878300189971924,-3.9889700412750244,-5.477819919586182,7.878300189971924,-3.9889700412750244,-5.477819919586182,7.978300094604492,0.03440190106630325,-5.477819919586182,7.878300189971924,0.03440190106630325,-5.477819919586182,7.878300189971924,-3.9889700412750244,-5.477819919586182,7.978300094604492,4.057769775390625,-5.477819919586182,7.978300094604492,0.03440190106630325,-5.477819919586182,7.878300189971924,4.057769775390625,-5.477819919586182,7.978300094604492,4.057769775390625,-5.477819919586182,7.878300189971924,-4.720489978790283,-5.796000003814697,7.878300189971924,-4.720489978790283,-5.796000003814697,7.978300094604492,-4.599269866943359,-5.685649871826172,7.978300094604492,-4.720489978790283,-5.796000003814697,7.878300189971924,-4.599269866943359,-5.685649871826172,7.978300094604492,-4.599269866943359,-5.685649871826172,7.878300189971924,-4.599269866943359,-5.685649871826172,7.878300189971924,-4.599269866943359,-5.685649871826172,7.978300094604492,-4.4616498947143555,-5.596590042114258,7.978300094604492,-4.599269866943359,-5.685649871826172,7.878300189971924,-4.4616498947143555,-5.596590042114258,7.978300094604492,-4.4616498947143555,-5.596590042114258,7.878300189971924,-4.4616498947143555,-5.596590042114258,7.878300189971924,-4.4616498947143555,-5.596590042114258,7.978300094604492,-4.3113298416137695,-5.531199932098389,7.978300094604492,-4.4616498947143555,-5.596590042114258,7.878300189971924,-4.3113298416137695,-5.531199932098389,7.978300094604492,-4.3113298416137695,-5.531199932098389,7.878300189971924,-4.3113298416137695,-5.531199932098389,7.878300189971924,-4.3113298416137695,-5.531199932098389,7.978300094604492,-4.152339935302734,-5.491260051727295,7.978300094604492,-4.3113298416137695,-5.531199932098389,7.878300189971924,-4.152339935302734,-5.491260051727295,7.978300094604492,-4.152339935302734,-5.491260051727295,7.878300189971924,-4.152339935302734,-5.491260051727295,7.878300189971924,-4.152339935302734,-5.491260051727295,7.978300094604492,-3.9889700412750244,-5.477819919586182,7.978300094604492,-4.152339935302734,-5.491260051727295,7.878300189971924,-3.9889700412750244,-5.477819919586182,7.978300094604492,-3.9889700412750244,-5.477819919586182,7.878300189971924,-5.39001989364624,-13.809100151062012,7.878300189971924,-4.720489978790283,-14.659600257873535,7.878300189971924,-5.39001989364624,-13.809100151062012,7.978300094604492,-5.39001989364624,-13.809100151062012,7.978300094604492,-4.720489978790283,-14.659600257873535,7.878300189971924,-4.720489978790283,-14.659600257873535,7.978300094604492,-5.39001989364624,-13.809100151062012,7.878300189971924,-5.39001989364624,-13.809100151062012,7.978300094604492,-5.489099979400635,-13.627799987792969,7.878300189971924,-5.489099979400635,-13.627799987792969,7.878300189971924,-5.39001989364624,-13.809100151062012,7.978300094604492,-5.909120082855225,-12.859299659729004,7.978300094604492,-5.489099979400635,-13.627799987792969,7.878300189971924,-5.909120082855225,-12.859299659729004,7.978300094604492,-5.909120082855225,-12.859299659729004,7.878300189971924,-5.909120082855225,-12.859299659729004,7.878300189971924,-5.909120082855225,-12.859299659729004,7.978300094604492,-6.263400077819824,-11.83650016784668,7.978300094604492,-5.909120082855225,-12.859299659729004,7.878300189971924,-6.263400077819824,-11.83650016784668,7.978300094604492,-6.263400077819824,-11.83650016784668,7.878300189971924,-6.263400077819824,-11.83650016784668,7.878300189971924,-6.263400077819824,-11.83650016784668,7.978300094604492,-6.443029880523682,-10.769000053405762,7.978300094604492,-6.263400077819824,-11.83650016784668,7.878300189971924,-6.443029880523682,-10.769000053405762,7.978300094604492,-6.443029880523682,-10.769000053405762,7.878300189971924,-6.443029880523682,-10.769000053405762,7.878300189971924,-6.443029880523682,-10.769000053405762,7.978300094604492,-6.443029880523682,-10.227800369262695,7.878300189971924,-6.443029880523682,-10.227800369262695,7.878300189971924,-6.443029880523682,-10.769000053405762,7.978300094604492,-6.443029880523682,-9.686610221862793,7.978300094604492,-6.443029880523682,-10.227800369262695,7.878300189971924,-6.443029880523682,-9.686610221862793,7.978300094604492,-6.443029880523682,-9.686610221862793,7.878300189971924,-6.443029880523682,-9.686610221862793,7.878300189971924,-6.443029880523682,-9.686610221862793,7.978300094604492,-6.263400077819824,-8.619179725646973,7.978300094604492,-6.443029880523682,-9.686610221862793,7.878300189971924,-6.263400077819824,-8.619179725646973,7.978300094604492,-6.263400077819824,-8.619179725646973,7.878300189971924,-6.263400077819824,-8.619179725646973,7.878300189971924,-6.263400077819824,-8.619179725646973,7.978300094604492,-5.909120082855225,-7.596360206604004,7.978300094604492,-6.263400077819824,-8.619179725646973,7.878300189971924,-5.909120082855225,-7.596360206604004,7.978300094604492,-5.909120082855225,-7.596360206604004,7.878300189971924,-5.909120082855225,-7.596360206604004,7.878300189971924,-5.909120082855225,-7.596360206604004,7.978300094604492,-5.489099979400635,-6.82781982421875,7.878300189971924,-5.489099979400635,-6.82781982421875,7.878300189971924,-5.909120082855225,-7.596360206604004,7.978300094604492,-5.39001989364624,-6.646520137786865,7.978300094604492,-5.489099979400635,-6.82781982421875,7.878300189971924,-5.39001989364624,-6.646520137786865,7.978300094604492,-5.39001989364624,-6.646520137786865,7.878300189971924,-5.39001989364624,-6.646520137786865,7.878300189971924,-5.39001989364624,-6.646520137786865,7.978300094604492,-4.720489978790283,-5.796000003814697,7.978300094604492,-5.39001989364624,-6.646520137786865,7.878300189971924,-4.720489978790283,-5.796000003814697,7.978300094604492,-4.720489978790283,-5.796000003814697,7.878300189971924,-3.9889700412750244,-14.977800369262695,7.878300189971924,-3.9889700412750244,-14.977800369262695,7.978300094604492,-4.152339935302734,-14.964400291442871,7.978300094604492,-3.9889700412750244,-14.977800369262695,7.878300189971924,-4.152339935302734,-14.964400291442871,7.978300094604492,-4.152339935302734,-14.964400291442871,7.878300189971924,-4.152339935302734,-14.964400291442871,7.878300189971924,-4.152339935302734,-14.964400291442871,7.978300094604492,-4.3113298416137695,-14.924400329589844,7.978300094604492,-4.152339935302734,-14.964400291442871,7.878300189971924,-4.3113298416137695,-14.924400329589844,7.978300094604492,-4.3113298416137695,-14.924400329589844,7.878300189971924,-4.3113298416137695,-14.924400329589844,7.878300189971924,-4.3113298416137695,-14.924400329589844,7.978300094604492,-4.4616498947143555,-14.859100341796875,7.978300094604492,-4.3113298416137695,-14.924400329589844,7.878300189971924,-4.4616498947143555,-14.859100341796875,7.978300094604492,-4.4616498947143555,-14.859100341796875,7.878300189971924,-4.4616498947143555,-14.859100341796875,7.878300189971924,-4.4616498947143555,-14.859100341796875,7.978300094604492,-4.599269866943359,-14.770000457763672,7.978300094604492,-4.4616498947143555,-14.859100341796875,7.878300189971924,-4.599269866943359,-14.770000457763672,7.978300094604492,-4.599269866943359,-14.770000457763672,7.878300189971924,-4.599269866943359,-14.770000457763672,7.878300189971924,-4.599269866943359,-14.770000457763672,7.978300094604492,-4.720489978790283,-14.659600257873535,7.978300094604492,-4.599269866943359,-14.770000457763672,7.878300189971924,-4.720489978790283,-14.659600257873535,7.978300094604492,-4.720489978790283,-14.659600257873535,7.878300189971924,4.057769775390625,-14.977800369262695,7.878300189971924,4.057769775390625,-14.977800369262695,7.978300094604492,0.03440190106630325,-14.977800369262695,7.878300189971924,0.03440190106630325,-14.977800369262695,7.878300189971924,4.057769775390625,-14.977800369262695,7.978300094604492,-3.9889700412750244,-14.977800369262695,7.978300094604492,0.03440190106630325,-14.977800369262695,7.878300189971924,-3.9889700412750244,-14.977800369262695,7.978300094604492,-3.9889700412750244,-14.977800369262695,7.878300189971924,4.789289951324463,-14.659600257873535,7.878300189971924,4.789289951324463,-14.659600257873535,7.978300094604492,4.668069839477539,-14.770000457763672,7.978300094604492,4.789289951324463,-14.659600257873535,7.878300189971924,4.668069839477539,-14.770000457763672,7.978300094604492,4.668069839477539,-14.770000457763672,7.878300189971924,4.668069839477539,-14.770000457763672,7.878300189971924,4.668069839477539,-14.770000457763672,7.978300094604492,4.530449867248535,-14.859100341796875,7.978300094604492,4.668069839477539,-14.770000457763672,7.878300189971924,4.530449867248535,-14.859100341796875,7.978300094604492,4.530449867248535,-14.859100341796875,7.878300189971924,4.530449867248535,-14.859100341796875,7.878300189971924,4.530449867248535,-14.859100341796875,7.978300094604492,4.380129814147949,-14.924400329589844,7.978300094604492,4.530449867248535,-14.859100341796875,7.878300189971924,4.380129814147949,-14.924400329589844,7.978300094604492,4.380129814147949,-14.924400329589844,7.878300189971924,4.380129814147949,-14.924400329589844,7.878300189971924,4.380129814147949,-14.924400329589844,7.978300094604492,4.221149921417236,-14.964400291442871,7.978300094604492,4.380129814147949,-14.924400329589844,7.878300189971924,4.221149921417236,-14.964400291442871,7.978300094604492,4.221149921417236,-14.964400291442871,7.878300189971924,4.221149921417236,-14.964400291442871,7.878300189971924,4.221149921417236,-14.964400291442871,7.978300094604492,4.057769775390625,-14.977800369262695,7.978300094604492,4.221149921417236,-14.964400291442871,7.878300189971924,4.057769775390625,-14.977800369262695,7.978300094604492,4.057769775390625,-14.977800369262695,7.878300189971924,5.45881986618042,-6.646520137786865,7.878300189971924,4.789289951324463,-5.796000003814697,7.878300189971924,5.45881986618042,-6.646520137786865,7.978300094604492,5.45881986618042,-6.646520137786865,7.978300094604492,4.789289951324463,-5.796000003814697,7.878300189971924,4.789289951324463,-5.796000003814697,7.978300094604492,5.45881986618042,-6.646520137786865,7.878300189971924,5.45881986618042,-6.646520137786865,7.978300094604492,5.5578999519348145,-6.82781982421875,7.878300189971924,5.5578999519348145,-6.82781982421875,7.878300189971924,5.45881986618042,-6.646520137786865,7.978300094604492,5.977920055389404,-7.596360206604004,7.978300094604492,5.5578999519348145,-6.82781982421875,7.878300189971924,5.977920055389404,-7.596360206604004,7.978300094604492,5.568160057067871,-6.846590042114258,7.878300189971924,5.568160057067871,-6.846590042114258,7.878300189971924,5.977920055389404,-7.596360206604004,7.978300094604492,5.977920055389404,-7.596360206604004,7.878300189971924,5.977920055389404,-7.596360206604004,7.878300189971924,5.977920055389404,-7.596360206604004,7.978300094604492,6.332200050354004,-8.619179725646973,7.978300094604492,5.977920055389404,-7.596360206604004,7.878300189971924,6.332200050354004,-8.619179725646973,7.978300094604492,6.332200050354004,-8.619179725646973,7.878300189971924,6.332200050354004,-8.619179725646973,7.878300189971924,6.332200050354004,-8.619179725646973,7.978300094604492,6.511829853057861,-9.686610221862793,7.978300094604492,6.332200050354004,-8.619179725646973,7.878300189971924,6.511829853057861,-9.686610221862793,7.978300094604492,6.511829853057861,-9.686610221862793,7.878300189971924,6.511829853057861,-9.686610221862793,7.878300189971924,6.511829853057861,-9.686610221862793,7.978300094604492,6.511829853057861,-10.227800369262695,7.878300189971924,6.511829853057861,-10.227800369262695,7.878300189971924,6.511829853057861,-9.686610221862793,7.978300094604492,6.511829853057861,-10.769000053405762,7.978300094604492,6.511829853057861,-10.227800369262695,7.878300189971924,6.511829853057861,-10.769000053405762,7.978300094604492,6.511829853057861,-10.769000053405762,7.878300189971924,6.511829853057861,-10.769000053405762,7.878300189971924,6.511829853057861,-10.769000053405762,7.978300094604492,6.332200050354004,-11.83650016784668,7.978300094604492,6.511829853057861,-10.769000053405762,7.878300189971924,6.332200050354004,-11.83650016784668,7.978300094604492,6.332200050354004,-11.83650016784668,7.878300189971924,6.332200050354004,-11.83650016784668,7.878300189971924,6.332200050354004,-11.83650016784668,7.978300094604492,5.977920055389404,-12.859299659729004,7.978300094604492,6.332200050354004,-11.83650016784668,7.878300189971924,5.977920055389404,-12.859299659729004,7.978300094604492,5.977920055389404,-12.859299659729004,7.878300189971924,5.977920055389404,-12.859299659729004,7.878300189971924,5.977920055389404,-12.859299659729004,7.978300094604492,5.568160057067871,-13.609000205993652,7.878300189971924,5.568160057067871,-13.609000205993652,7.878300189971924,5.977920055389404,-12.859299659729004,7.978300094604492,5.45881986618042,-13.809100151062012,7.978300094604492,5.568160057067871,-13.609000205993652,7.878300189971924,5.45881986618042,-13.809100151062012,7.978300094604492,5.5578999519348145,-13.627799987792969,7.878300189971924,5.5578999519348145,-13.627799987792969,7.878300189971924,5.45881986618042,-13.809100151062012,7.978300094604492,5.45881986618042,-13.809100151062012,7.878300189971924,5.45881986618042,-13.809100151062012,7.878300189971924,5.45881986618042,-13.809100151062012,7.978300094604492,4.789289951324463,-14.659600257873535,7.978300094604492,5.45881986618042,-13.809100151062012,7.878300189971924,4.789289951324463,-14.659600257873535,7.978300094604492,4.789289951324463,-14.659600257873535,7.878300189971924,4.057769775390625,-5.477819919586182,7.878300189971924,4.057769775390625,-5.477819919586182,7.978300094604492,4.221149921417236,-5.491260051727295,7.978300094604492,4.057769775390625,-5.477819919586182,7.878300189971924,4.221149921417236,-5.491260051727295,7.978300094604492,4.221149921417236,-5.491260051727295,7.878300189971924,4.221149921417236,-5.491260051727295,7.878300189971924,4.221149921417236,-5.491260051727295,7.978300094604492,4.380129814147949,-5.531199932098389,7.978300094604492,4.221149921417236,-5.491260051727295,7.878300189971924,4.380129814147949,-5.531199932098389,7.978300094604492,4.380129814147949,-5.531199932098389,7.878300189971924,4.380129814147949,-5.531199932098389,7.878300189971924,4.380129814147949,-5.531199932098389,7.978300094604492,4.530449867248535,-5.596590042114258,7.978300094604492,4.380129814147949,-5.531199932098389,7.878300189971924,4.530449867248535,-5.596590042114258,7.978300094604492,4.530449867248535,-5.596590042114258,7.878300189971924,4.530449867248535,-5.596590042114258,7.878300189971924,4.530449867248535,-5.596590042114258,7.978300094604492,4.668069839477539,-5.685649871826172,7.978300094604492,4.530449867248535,-5.596590042114258,7.878300189971924,4.668069839477539,-5.685649871826172,7.978300094604492,4.668069839477539,-5.685649871826172,7.878300189971924,4.668069839477539,-5.685649871826172,7.878300189971924,4.668069839477539,-5.685649871826172,7.978300094604492,4.789289951324463,-5.796000003814697,7.978300094604492,4.668069839477539,-5.685649871826172,7.878300189971924,4.789289951324463,-5.796000003814697,7.978300094604492,4.789289951324463,-5.796000003814697,7.878300189971924,-4.79364013671875,-14.727800369262695,7.878300189971924,-4.79364013671875,-14.727800369262695,7.978300094604492,-4.660299777984619,-14.849200248718262,7.978300094604492,-4.79364013671875,-14.727800369262695,7.878300189971924,-4.660299777984619,-14.849200248718262,7.978300094604492,-4.660299777984619,-14.849200248718262,7.878300189971924,-4.660299777984619,-14.849200248718262,7.878300189971924,-4.660299777984619,-14.849200248718262,7.978300094604492,-4.508920192718506,-14.947199821472168,7.978300094604492,-4.660299777984619,-14.849200248718262,7.878300189971924,-4.508920192718506,-14.947199821472168,7.978300094604492,-4.508920192718506,-14.947199821472168,7.878300189971924,-4.508920192718506,-14.947199821472168,7.878300189971924,-4.508920192718506,-14.947199821472168,7.978300094604492,-4.343560218811035,-15.019100189208984,7.978300094604492,-4.508920192718506,-14.947199821472168,7.878300189971924,-4.343560218811035,-15.019100189208984,7.978300094604492,-4.343560218811035,-15.019100189208984,7.878300189971924,-4.343560218811035,-15.019100189208984,7.878300189971924,-4.343560218811035,-15.019100189208984,7.978300094604492,-4.308849811553955,-15.027799606323242,7.878300189971924,-4.308849811553955,-15.027799606323242,7.878300189971924,-4.343560218811035,-15.019100189208984,7.978300094604492,-4.168680191040039,-15.062999725341797,7.978300094604492,-4.308849811553955,-15.027799606323242,7.878300189971924,-4.168680191040039,-15.062999725341797,7.978300094604492,-4.168680191040039,-15.062999725341797,7.878300189971924,-4.168680191040039,-15.062999725341797,7.878300189971924,-4.168680191040039,-15.062999725341797,7.978300094604492,-3.9889700412750244,-15.077799797058105,7.978300094604492,-4.168680191040039,-15.062999725341797,7.878300189971924,-3.9889700412750244,-15.077799797058105,7.978300094604492,-3.9889700412750244,-15.077799797058105,7.878300189971924,4.057769775390625,-15.077799797058105,7.878300189971924,4.237480163574219,-15.062999725341797,7.878300189971924,4.377659797668457,-15.027799606323242,7.878300189971924,5.568160057067871,-6.846590042114258,7.878300189971924,5.568160057067871,-6.82781982421875,7.878300189971924,5.5578999519348145,-6.82781982421875,7.878300189971924,-6.073790073394775,-12.727800369262695,7.878300189971924,-5.61230993270874,-13.627799987792969,7.878300189971924,-5.489099979400635,-13.627799987792969,7.878300189971924,5.977920055389404,-7.596360206604004,7.878300189971924,6.142590045928955,-7.727819919586182,7.878300189971924,5.681119918823242,-6.82781982421875,7.878300189971924,6.182569980621338,-7.82781982421875,7.878300189971924,10.360899925231934,-7.82781982421875,7.878300189971924,10.360899925231934,-7.727819919586182,7.878300189971924,10.360899925231934,-7.727819919586182,7.878300189971924,10.360899925231934,-7.82781982421875,7.878300189971924,10.531700134277344,-7.741159915924072,7.878300189971924,10.531700134277344,-7.741159915924072,7.878300189971924,10.360899925231934,-7.82781982421875,7.878300189971924,10.516200065612793,-7.839950084686279,7.878300189971924,10.531700134277344,-7.741159915924072,7.878300189971924,10.516200065612793,-7.839950084686279,7.878300189971924,10.698399543762207,-7.780879974365234,7.878300189971924,10.698399543762207,-7.780879974365234,7.878300189971924,10.516200065612793,-7.839950084686279,7.878300189971924,10.667699813842773,-7.876049995422363,7.878300189971924,10.698399543762207,-7.780879974365234,7.878300189971924,10.667699813842773,-7.876049995422363,7.878300189971924,10.856900215148926,-7.845990180969238,7.878300189971924,10.856900215148926,-7.845990180969238,7.878300189971924,10.667699813842773,-7.876049995422363,7.878300189971924,10.811800003051758,-7.9352498054504395,7.878300189971924,10.856900215148926,-7.845990180969238,7.878300189971924,10.811800003051758,-7.9352498054504395,7.878300189971924,11.003399848937988,-7.934929847717285,7.878300189971924,11.003399848937988,-7.934929847717285,7.878300189971924,10.811800003051758,-7.9352498054504395,7.878300189971924,10.944999694824219,-8.01609992980957,7.878300189971924,11.003399848937988,-7.934929847717285,7.878300189971924,10.944999694824219,-8.01609992980957,7.878300189971924,11.134200096130371,-8.045530319213867,7.878300189971924,11.134200096130371,-8.045530319213867,7.878300189971924,10.944999694824219,-8.01609992980957,7.878300189971924,11.063899993896484,-8.116649627685547,7.878300189971924,11.134200096130371,-8.045530319213867,7.878300189971924,11.063899993896484,-8.116649627685547,7.878300189971924,11.246299743652344,-8.17512035369873,7.878300189971924,11.246299743652344,-8.17512035369873,7.878300189971924,11.063899993896484,-8.116649627685547,7.878300189971924,11.165800094604492,-8.23445987701416,7.878300189971924,11.246299743652344,-8.17512035369873,7.878300189971924,11.165800094604492,-8.23445987701416,7.878300189971924,11.336999893188477,-8.320540428161621,7.878300189971924,11.336999893188477,-8.320540428161621,7.878300189971924,11.165800094604492,-8.23445987701416,7.878300189971924,11.248200416564941,-8.366660118103027,7.878300189971924,11.336999893188477,-8.320540428161621,7.878300189971924,11.248200416564941,-8.366660118103027,7.878300189971924,11.403900146484375,-8.478269577026367,7.878300189971924,11.403900146484375,-8.478269577026367,7.878300189971924,11.248200416564941,-8.366660118103027,7.878300189971924,11.309100151062012,-8.510049819946289,7.878300189971924,11.403900146484375,-8.478269577026367,7.878300189971924,11.309100151062012,-8.510049819946289,7.878300189971924,11.445500373840332,-8.644479751586914,7.878300189971924,11.445500373840332,-8.644479751586914,7.878300189971924,11.309100151062012,-8.510049819946289,7.878300189971924,11.34689998626709,-8.661149978637695,7.878300189971924,11.445500373840332,-8.644479751586914,7.878300189971924,11.34689998626709,-8.661149978637695,7.878300189971924,11.578300476074219,-10.177800178527832,7.878300189971924,11.578300476074219,-10.177800178527832,7.878300189971924,11.34689998626709,-8.661149978637695,7.878300189971924,11.478400230407715,-10.227800369262695,7.878300189971924,11.578300476074219,-10.177800178527832,7.878300189971924,11.478400230407715,-10.227800369262695,7.878300189971924,13.978400230407715,-10.177800178527832,7.878300189971924,13.978400230407715,-10.177800178527832,7.878300189971924,11.478400230407715,-10.227800369262695,7.878300189971924,13.978400230407715,-10.227800369262695,7.878300189971924,13.978400230407715,-10.177800178527832,7.878300189971924,13.978400230407715,-10.227800369262695,7.878300189971924,16.478300094604492,-10.177800178527832,7.878300189971924,16.478300094604492,-10.177800178527832,7.878300189971924,13.978400230407715,-10.227800369262695,7.878300189971924,16.578399658203125,-10.227800369262695,7.878300189971924,16.478300094604492,-10.177800178527832,7.878300189971924,16.578399658203125,-10.227800369262695,7.878300189971924,16.35689926147461,-8.361029624938965,7.878300189971924,16.35689926147461,-8.361029624938965,7.878300189971924,16.578399658203125,-10.227800369262695,7.878300189971924,16.459299087524414,-8.373029708862305,7.878300189971924,16.35689926147461,-8.361029624938965,7.878300189971924,16.459299087524414,-8.373029708862305,7.878300189971924,16.056800842285156,-6.82781982421875,7.878300189971924,16.056800842285156,-6.82781982421875,7.878300189971924,16.459299087524414,-8.373029708862305,7.878300189971924,16.158300399780273,-6.82781982421875,7.878300189971924,16.056800842285156,-6.82781982421875,7.878300189971924,16.158300399780273,-6.82781982421875,7.878300189971924,16.007200241088867,-6.574090003967285,7.878300189971924,16.007200241088867,-6.574090003967285,7.878300189971924,16.158300399780273,-6.82781982421875,7.878300189971924,16.103900909423828,-6.548719882965088,7.878300189971924,16.007200241088867,-6.574090003967285,7.878300189971924,16.103900909423828,-6.548719882965088,7.878300189971924,15.95259952545166,-6.419310092926025,7.878300189971924,15.95259952545166,-6.419310092926025,7.878300189971924,16.103900909423828,-6.548719882965088,7.878300189971924,16.043899536132812,-6.378459930419922,7.878300189971924,15.95259952545166,-6.419310092926025,7.878300189971924,16.043899536132812,-6.378459930419922,7.878300189971924,15.873499870300293,-6.275529861450195,7.878300189971924,15.873499870300293,-6.275529861450195,7.878300189971924,16.043899536132812,-6.378459930419922,7.878300189971924,15.956899642944336,-6.220310211181641,7.878300189971924,15.873499870300293,-6.275529861450195,7.878300189971924,15.956899642944336,-6.220310211181641,7.878300189971924,15.772000312805176,-6.146629810333252,7.878300189971924,15.772000312805176,-6.146629810333252,7.878300189971924,15.956899642944336,-6.220310211181641,7.878300189971924,15.845199584960938,-6.07850980758667,7.878300189971924,15.772000312805176,-6.146629810333252,7.878300189971924,15.845199584960938,-6.07850980758667,7.878300189971924,15.650699615478516,-6.036069869995117,7.878300189971924,15.650699615478516,-6.036069869995117,7.878300189971924,15.845199584960938,-6.07850980758667,7.878300189971924,15.711799621582031,-5.956900119781494,7.878300189971924,15.650699615478516,-6.036069869995117,7.878300189971924,15.711799621582031,-5.956900119781494,7.878300189971924,15.512999534606934,-5.946829795837402,7.878300189971924,15.512999534606934,-5.946829795837402,7.878300189971924,15.711799621582031,-5.956900119781494,7.878300189971924,15.56029987335205,-5.858729839324951,7.878300189971924,15.512999534606934,-5.946829795837402,7.878300189971924,15.56029987335205,-5.858729839324951,7.878300189971924,15.362600326538086,-5.881319999694824,7.878300189971924,15.362600326538086,-5.881319999694824,7.878300189971924,15.56029987335205,-5.858729839324951,7.878300189971924,15.394800186157227,-5.786660194396973,7.878300189971924,15.362600326538086,-5.881319999694824,7.878300189971924,15.394800186157227,-5.786660194396973,7.878300189971924,15.203399658203125,-5.841279983520508,7.878300189971924,15.203399658203125,-5.841279983520508,7.878300189971924,15.394800186157227,-5.786660194396973,7.878300189971924,15.219799995422363,-5.7426300048828125,7.878300189971924,15.203399658203125,-5.841279983520508,7.878300189971924,15.219799995422363,-5.7426300048828125,7.878300189971924,15.039899826049805,-5.82781982421875,7.878300189971924,15.039899826049805,-5.82781982421875,7.878300189971924,15.219799995422363,-5.7426300048828125,7.878300189971924,15.039899826049805,-5.727819919586182,7.878300189971924,15.039899826049805,-5.82781982421875,7.878300189971924,15.039899826049805,-5.727819919586182,7.878300189971924,13.978400230407715,-5.82781982421875,7.878300189971924,15.039899826049805,-5.727819919586182,7.878300189971924,13.978400230407715,-5.727819919586182,7.878300189971924,13.978400230407715,-5.82781982421875,7.878300189971924,13.978400230407715,-5.82781982421875,7.878300189971924,13.978400230407715,-5.727819919586182,7.878300189971924,5.568160057067871,-5.727819919586182,7.878300189971924,13.978400230407715,-5.82781982421875,7.878300189971924,5.568160057067871,-5.727819919586182,7.878300189971924,5.568160057067871,-5.82781982421875,7.878300189971924,5.5578999519348145,-6.82781982421875,7.878300189971924,5.568160057067871,-6.82781982421875,7.878300189971924,5.45881986618042,-6.646520137786865,7.878300189971924,5.45881986618042,-6.646520137786865,7.878300189971924,5.568160057067871,-6.82781982421875,7.878300189971924,5.568160057067871,-6.645470142364502,7.878300189971924,5.45881986618042,-6.646520137786865,7.878300189971924,5.568160057067871,-6.645470142364502,7.878300189971924,4.789289951324463,-5.796000003814697,7.878300189971924,4.789289951324463,-5.796000003814697,7.878300189971924,5.568160057067871,-6.645470142364502,7.878300189971924,4.953750133514404,-5.82781982421875,7.878300189971924,4.789289951324463,-5.796000003814697,7.878300189971924,4.953750133514404,-5.82781982421875,7.878300189971924,4.668069839477539,-5.685649871826172,7.878300189971924,5.568160057067871,-6.846590042114258,7.878300189971924,5.977920055389404,-7.596360206604004,7.878300189971924,5.568160057067871,-6.82781982421875,7.878300189971924,5.568160057067871,-6.82781982421875,7.878300189971924,5.977920055389404,-7.596360206604004,7.878300189971924,5.681119918823242,-6.82781982421875,7.878300189971924,5.568160057067871,-6.82781982421875,7.878300189971924,5.681119918823242,-6.82781982421875,7.878300189971924,5.568160057067871,-6.645470142364502,7.878300189971924,5.568160057067871,-6.645470142364502,7.878300189971924,5.681119918823242,-6.82781982421875,7.878300189971924,5.629419803619385,-6.726990222930908,7.878300189971924,-4.884950160980225,-5.82781982421875,7.878300189971924,-4.79364013671875,-5.727819919586182,7.878300189971924,-8.937600135803223,-5.82781982421875,7.878300189971924,-8.937600135803223,-5.82781982421875,7.878300189971924,-4.79364013671875,-5.727819919586182,7.878300189971924,-8.937600135803223,-5.727819919586182,7.878300189971924,-8.937600135803223,-5.82781982421875,7.878300189971924,-8.937600135803223,-5.727819919586182,7.878300189971924,-13.909500122070312,-5.727819919586182,7.878300189971924,-5.489099979400635,-6.82781982421875,7.878300189971924,-5.39001989364624,-6.646520137786865,7.878300189971924,-5.560609817504883,-6.726990222930908,7.878300189971924,-5.560609817504883,-6.726990222930908,7.878300189971924,-5.39001989364624,-6.646520137786865,7.878300189971924,-4.884950160980225,-5.82781982421875,7.878300189971924,-5.39001989364624,-6.646520137786865,7.878300189971924,-4.720489978790283,-5.796000003814697,7.878300189971924,-4.884950160980225,-5.82781982421875,7.878300189971924,-4.884950160980225,-5.82781982421875,7.878300189971924,-4.720489978790283,-5.796000003814697,7.878300189971924,-4.599269866943359,-5.685649871826172,7.878300189971924,-4.884950160980225,-5.82781982421875,7.878300189971924,-4.599269866943359,-5.685649871826172,7.878300189971924,-4.79364013671875,-5.727819919586182,7.878300189971924,-4.79364013671875,-5.727819919586182,7.878300189971924,-4.599269866943359,-5.685649871826172,7.878300189971924,-4.4616498947143555,-5.596590042114258,7.878300189971924,-4.79364013671875,-5.727819919586182,7.878300189971924,-4.4616498947143555,-5.596590042114258,7.878300189971924,-4.660299777984619,-5.60644006729126,7.878300189971924,5.568160057067871,-5.82781982421875,7.878300189971924,5.568160057067871,-5.727819919586182,7.878300189971924,4.953750133514404,-5.82781982421875,7.878300189971924,4.953750133514404,-5.82781982421875,7.878300189971924,5.568160057067871,-5.727819919586182,7.878300189971924,4.86244010925293,-5.727819919586182,7.878300189971924,4.953750133514404,-5.82781982421875,7.878300189971924,4.86244010925293,-5.727819919586182,7.878300189971924,4.668069839477539,-5.685649871826172,7.878300189971924,4.668069839477539,-5.685649871826172,7.878300189971924,4.86244010925293,-5.727819919586182,7.878300189971924,4.729100227355957,-5.60644006729126,7.878300189971924,4.668069839477539,-5.685649871826172,7.878300189971924,4.729100227355957,-5.60644006729126,7.878300189971924,4.530449867248535,-5.596590042114258,7.878300189971924,4.530449867248535,-5.596590042114258,7.878300189971924,4.729100227355957,-5.60644006729126,7.878300189971924,4.5777201652526855,-5.50846004486084,7.878300189971924,4.530449867248535,-5.596590042114258,7.878300189971924,4.5777201652526855,-5.50846004486084,7.878300189971924,4.380129814147949,-5.531199932098389,7.878300189971924,4.380129814147949,-5.531199932098389,7.878300189971924,4.5777201652526855,-5.50846004486084,7.878300189971924,4.412370204925537,-5.436540126800537,7.878300189971924,4.380129814147949,-5.531199932098389,7.878300189971924,4.412370204925537,-5.436540126800537,7.878300189971924,4.221149921417236,-5.491260051727295,7.878300189971924,4.221149921417236,-5.491260051727295,7.878300189971924,4.412370204925537,-5.436540126800537,7.878300189971924,4.237480163574219,-5.392600059509277,7.878300189971924,4.221149921417236,-5.491260051727295,7.878300189971924,4.237480163574219,-5.392600059509277,7.878300189971924,4.057769775390625,-5.477819919586182,7.878300189971924,4.057769775390625,-5.477819919586182,7.878300189971924,4.237480163574219,-5.392600059509277,7.878300189971924,4.057769775390625,-5.377820014953613,7.878300189971924,4.057769775390625,-5.477819919586182,7.878300189971924,4.057769775390625,-5.377820014953613,7.878300189971924,0.03440190106630325,-5.477819919586182,7.878300189971924,0.03440190106630325,-5.477819919586182,7.878300189971924,4.057769775390625,-5.377820014953613,7.878300189971924,0.03440190106630325,-5.377820014953613,7.878300189971924,0.03440190106630325,-5.477819919586182,7.878300189971924,0.03440190106630325,-5.377820014953613,7.878300189971924,-3.9889700412750244,-5.477819919586182,7.878300189971924,-3.9889700412750244,-5.477819919586182,7.878300189971924,0.03440190106630325,-5.377820014953613,7.878300189971924,-3.9889700412750244,-5.377820014953613,7.878300189971924,-3.9889700412750244,-5.477819919586182,7.878300189971924,-3.9889700412750244,-5.377820014953613,7.878300189971924,-4.152339935302734,-5.491260051727295,7.878300189971924,-4.152339935302734,-5.491260051727295,7.878300189971924,-3.9889700412750244,-5.377820014953613,7.878300189971924,-4.168680191040039,-5.392600059509277,7.878300189971924,-4.152339935302734,-5.491260051727295,7.878300189971924,-4.168680191040039,-5.392600059509277,7.878300189971924,-4.3113298416137695,-5.531199932098389,7.878300189971924,-4.3113298416137695,-5.531199932098389,7.878300189971924,-4.168680191040039,-5.392600059509277,7.878300189971924,-4.343560218811035,-5.436540126800537,7.878300189971924,-4.3113298416137695,-5.531199932098389,7.878300189971924,-4.343560218811035,-5.436540126800537,7.878300189971924,-4.4616498947143555,-5.596590042114258,7.878300189971924,-4.4616498947143555,-5.596590042114258,7.878300189971924,-4.343560218811035,-5.436540126800537,7.878300189971924,-4.508920192718506,-5.50846004486084,7.878300189971924,-4.4616498947143555,-5.596590042114258,7.878300189971924,-4.508920192718506,-5.50846004486084,7.878300189971924,-4.660299777984619,-5.60644006729126,7.878300189971924,-5.560609817504883,-6.726990222930908,7.878300189971924,-5.61230993270874,-6.82781982421875,7.878300189971924,-5.489099979400635,-6.82781982421875,7.878300189971924,-5.489099979400635,-6.82781982421875,7.878300189971924,-5.61230993270874,-6.82781982421875,7.878300189971924,-6.073790073394775,-7.727819919586182,7.878300189971924,-5.489099979400635,-6.82781982421875,7.878300189971924,-6.073790073394775,-7.727819919586182,7.878300189971924,-5.909120082855225,-7.596360206604004,7.878300189971924,-6.113770008087158,-12.627799987792969,7.878300189971924,-5.909120082855225,-12.859299659729004,7.878300189971924,-6.401730060577393,-11.689399719238281,7.878300189971924,-6.401730060577393,-11.689399719238281,7.878300189971924,-5.909120082855225,-12.859299659729004,7.878300189971924,-6.263400077819824,-11.83650016784668,7.878300189971924,-6.401730060577393,-11.689399719238281,7.878300189971924,-6.263400077819824,-11.83650016784668,7.878300189971924,-6.5473198890686035,-10.718600273132324,7.878300189971924,-6.5473198890686035,-10.718600273132324,7.878300189971924,-6.263400077819824,-11.83650016784668,7.878300189971924,-6.443029880523682,-10.769000053405762,7.878300189971924,-6.5473198890686035,-10.718600273132324,7.878300189971924,-6.443029880523682,-10.769000053405762,7.878300189971924,-6.5473198890686035,-10.227800369262695,7.878300189971924,-6.5473198890686035,-10.227800369262695,7.878300189971924,-6.443029880523682,-10.769000053405762,7.878300189971924,-6.443029880523682,-10.227800369262695,7.878300189971924,-6.5473198890686035,-10.227800369262695,7.878300189971924,-6.443029880523682,-10.227800369262695,7.878300189971924,-6.5473198890686035,-9.73701000213623,7.878300189971924,-6.5473198890686035,-9.73701000213623,7.878300189971924,-6.443029880523682,-10.227800369262695,7.878300189971924,-6.443029880523682,-9.686610221862793,7.878300189971924,-6.5473198890686035,-9.73701000213623,7.878300189971924,-6.443029880523682,-9.686610221862793,7.878300189971924,-6.401730060577393,-8.766249656677246,7.878300189971924,-6.401730060577393,-8.766249656677246,7.878300189971924,-6.443029880523682,-9.686610221862793,7.878300189971924,-6.263400077819824,-8.619179725646973,7.878300189971924,-6.401730060577393,-8.766249656677246,7.878300189971924,-6.263400077819824,-8.619179725646973,7.878300189971924,-6.113770008087158,-7.82781982421875,7.878300189971924,-5.489099979400635,-13.627799987792969,7.878300189971924,-5.61230993270874,-13.627799987792969,7.878300189971924,-5.39001989364624,-13.809100151062012,7.878300189971924,-5.39001989364624,-13.809100151062012,7.878300189971924,-5.61230993270874,-13.627799987792969,7.878300189971924,-5.560609817504883,-13.728699684143066,7.878300189971924,-5.39001989364624,-13.809100151062012,7.878300189971924,-5.560609817504883,-13.728699684143066,7.878300189971924,-4.720489978790283,-14.659600257873535,7.878300189971924,-4.720489978790283,-14.659600257873535,7.878300189971924,-5.560609817504883,-13.728699684143066,7.878300189971924,-4.884950160980225,-14.627799987792969,7.878300189971924,-4.720489978790283,-14.659600257873535,7.878300189971924,-4.884950160980225,-14.627799987792969,7.878300189971924,-4.599269866943359,-14.770000457763672,7.878300189971924,-4.308849811553955,-15.027799606323242,7.878300189971924,0.03440190106630325,-15.027799606323242,7.878300189971924,0.03440190106630325,-14.977800369262695,7.878300189971924,0.03440190106630325,-14.977800369262695,7.878300189971924,0.03440190106630325,-15.027799606323242,7.878300189971924,4.057769775390625,-14.977800369262695,7.878300189971924,4.953750133514404,-14.627799987792969,7.878300189971924,4.86244010925293,-14.727800369262695,7.878300189971924,5.568160057067871,-14.627799987792969,7.878300189971924,5.568160057067871,-14.627799987792969,7.878300189971924,4.86244010925293,-14.727800369262695,7.878300189971924,5.568160057067871,-14.727800369262695,7.878300189971924,5.568160057067871,-14.627799987792969,7.878300189971924,5.568160057067871,-14.727800369262695,7.878300189971924,13.978400230407715,-14.727800369262695,7.878300189971924,5.5578999519348145,-13.627799987792969,7.878300189971924,5.45881986618042,-13.809100151062012,7.878300189971924,5.568160057067871,-13.810199737548828,7.878300189971924,5.568160057067871,-13.810199737548828,7.878300189971924,5.45881986618042,-13.809100151062012,7.878300189971924,4.953750133514404,-14.627799987792969,7.878300189971924,5.45881986618042,-13.809100151062012,7.878300189971924,4.789289951324463,-14.659600257873535,7.878300189971924,4.953750133514404,-14.627799987792969,7.878300189971924,4.953750133514404,-14.627799987792969,7.878300189971924,4.789289951324463,-14.659600257873535,7.878300189971924,4.668069839477539,-14.770000457763672,7.878300189971924,4.953750133514404,-14.627799987792969,7.878300189971924,4.668069839477539,-14.770000457763672,7.878300189971924,4.86244010925293,-14.727800369262695,7.878300189971924,4.86244010925293,-14.727800369262695,7.878300189971924,4.668069839477539,-14.770000457763672,7.878300189971924,4.530449867248535,-14.859100341796875,7.878300189971924,4.86244010925293,-14.727800369262695,7.878300189971924,4.530449867248535,-14.859100341796875,7.878300189971924,4.729100227355957,-14.849200248718262,7.878300189971924,4.221149921417236,-14.964400291442871,7.878300189971924,4.377659797668457,-15.027799606323242,7.878300189971924,4.380129814147949,-14.924400329589844,7.878300189971924,4.380129814147949,-14.924400329589844,7.878300189971924,4.377659797668457,-15.027799606323242,7.878300189971924,4.412370204925537,-15.019100189208984,7.878300189971924,4.380129814147949,-14.924400329589844,7.878300189971924,4.412370204925537,-15.019100189208984,7.878300189971924,4.530449867248535,-14.859100341796875,7.878300189971924,4.530449867248535,-14.859100341796875,7.878300189971924,4.412370204925537,-15.019100189208984,7.878300189971924,4.5777201652526855,-14.947199821472168,7.878300189971924,4.530449867248535,-14.859100341796875,7.878300189971924,4.5777201652526855,-14.947199821472168,7.878300189971924,4.729100227355957,-14.849200248718262,7.878300189971924,5.568160057067871,-13.627799987792969,7.878300189971924,5.681119918823242,-13.627799987792969,7.878300189971924,5.568160057067871,-13.609000205993652,7.878300189971924,5.568160057067871,-13.609000205993652,7.878300189971924,5.681119918823242,-13.627799987792969,7.878300189971924,6.142590045928955,-12.727800369262695,7.878300189971924,5.568160057067871,-13.609000205993652,7.878300189971924,6.142590045928955,-12.727800369262695,7.878300189971924,5.977920055389404,-12.859299659729004,7.878300189971924,10.360899925231934,-7.727819919586182,7.878300189971924,6.142590045928955,-7.727819919586182,7.878300189971924,6.182569980621338,-7.82781982421875,7.878300189971924,6.182569980621338,-7.82781982421875,7.878300189971924,6.142590045928955,-7.727819919586182,7.878300189971924,5.977920055389404,-7.596360206604004,7.878300189971924,6.182569980621338,-7.82781982421875,7.878300189971924,5.977920055389404,-7.596360206604004,7.878300189971924,6.4705400466918945,-8.766249656677246,7.878300189971924,6.4705400466918945,-8.766249656677246,7.878300189971924,5.977920055389404,-7.596360206604004,7.878300189971924,6.332200050354004,-8.619179725646973,7.878300189971924,6.4705400466918945,-8.766249656677246,7.878300189971924,6.332200050354004,-8.619179725646973,7.878300189971924,6.6161298751831055,-9.73701000213623,7.878300189971924,6.6161298751831055,-9.73701000213623,7.878300189971924,6.332200050354004,-8.619179725646973,7.878300189971924,6.511829853057861,-9.686610221862793,7.878300189971924,6.6161298751831055,-9.73701000213623,7.878300189971924,6.511829853057861,-9.686610221862793,7.878300189971924,6.6161298751831055,-10.227800369262695,7.878300189971924,6.6161298751831055,-10.227800369262695,7.878300189971924,6.511829853057861,-9.686610221862793,7.878300189971924,6.511829853057861,-10.227800369262695,7.878300189971924,6.6161298751831055,-10.227800369262695,7.878300189971924,6.511829853057861,-10.227800369262695,7.878300189971924,6.6161298751831055,-10.718600273132324,7.878300189971924,6.6161298751831055,-10.718600273132324,7.878300189971924,6.511829853057861,-10.227800369262695,7.878300189971924,6.511829853057861,-10.769000053405762,7.878300189971924,6.6161298751831055,-10.718600273132324,7.878300189971924,6.511829853057861,-10.769000053405762,7.878300189971924,6.4705400466918945,-11.689399719238281,7.878300189971924,6.4705400466918945,-11.689399719238281,7.878300189971924,6.511829853057861,-10.769000053405762,7.878300189971924,6.332200050354004,-11.83650016784668,7.878300189971924,6.4705400466918945,-11.689399719238281,7.878300189971924,6.332200050354004,-11.83650016784668,7.878300189971924,6.182569980621338,-12.627799987792969,7.878300189971924,-5.489099979400635,-13.627799987792969,7.878300189971924,-5.909120082855225,-12.859299659729004,7.878300189971924,-6.073790073394775,-12.727800369262695,7.878300189971924,-6.073790073394775,-12.727800369262695,7.878300189971924,-5.909120082855225,-12.859299659729004,7.878300189971924,-6.113770008087158,-12.627799987792969,7.878300189971924,-6.073790073394775,-12.727800369262695,7.878300189971924,-6.113770008087158,-12.627799987792969,7.878300189971924,-8.937600135803223,-12.727800369262695,7.878300189971924,-8.937600135803223,-12.727800369262695,7.878300189971924,-6.113770008087158,-12.627799987792969,7.878300189971924,-8.937600135803223,-12.627799987792969,7.878300189971924,-8.937600135803223,-12.727800369262695,7.878300189971924,-8.937600135803223,-12.627799987792969,7.878300189971924,-10.292099952697754,-12.727800369262695,7.878300189971924,-10.292099952697754,-12.727800369262695,7.878300189971924,-8.937600135803223,-12.627799987792969,7.878300189971924,-10.292099952697754,-12.627799987792969,7.878300189971924,-10.292099952697754,-12.727800369262695,7.878300189971924,-10.292099952697754,-12.627799987792969,7.878300189971924,-10.462900161743164,-12.714500427246094,7.878300189971924,-10.462900161743164,-12.714500427246094,7.878300189971924,-10.292099952697754,-12.627799987792969,7.878300189971924,-10.447400093078613,-12.615699768066406,7.878300189971924,-10.462900161743164,-12.714500427246094,7.878300189971924,-10.447400093078613,-12.615699768066406,7.878300189971924,-10.629599571228027,-12.674799919128418,7.878300189971924,-10.629599571228027,-12.674799919128418,7.878300189971924,-10.447400093078613,-12.615699768066406,7.878300189971924,-10.598899841308594,-12.57960033416748,7.878300189971924,-10.629599571228027,-12.674799919128418,7.878300189971924,-10.598899841308594,-12.57960033416748,7.878300189971924,-10.788100242614746,-12.609600067138672,7.878300189971924,-10.788100242614746,-12.609600067138672,7.878300189971924,-10.598899841308594,-12.57960033416748,7.878300189971924,-10.743000030517578,-12.520400047302246,7.878300189971924,-10.788100242614746,-12.609600067138672,7.878300189971924,-10.743000030517578,-12.520400047302246,7.878300189971924,-10.934599876403809,-12.520700454711914,7.878300189971924,-10.934599876403809,-12.520700454711914,7.878300189971924,-10.743000030517578,-12.520400047302246,7.878300189971924,-10.876199722290039,-12.439499855041504,7.878300189971924,-10.934599876403809,-12.520700454711914,7.878300189971924,-10.876199722290039,-12.439499855041504,7.878300189971924,-11.065400123596191,-12.410099983215332,7.878300189971924,-11.065400123596191,-12.410099983215332,7.878300189971924,-10.876199722290039,-12.439499855041504,7.878300189971924,-10.995100021362305,-12.33899974822998,7.878300189971924,-11.065400123596191,-12.410099983215332,7.878300189971924,-10.995100021362305,-12.33899974822998,7.878300189971924,-11.177499771118164,-12.280500411987305,7.878300189971924,-11.177499771118164,-12.280500411987305,7.878300189971924,-10.995100021362305,-12.33899974822998,7.878300189971924,-11.097000122070312,-12.221199989318848,7.878300189971924,-11.177499771118164,-12.280500411987305,7.878300189971924,-11.097000122070312,-12.221199989318848,7.878300189971924,-11.268199920654297,-12.135100364685059,7.878300189971924,-11.268199920654297,-12.135100364685059,7.878300189971924,-11.097000122070312,-12.221199989318848,7.878300189971924,-11.179400444030762,-12.08899974822998,7.878300189971924,-11.268199920654297,-12.135100364685059,7.878300189971924,-11.179400444030762,-12.08899974822998,7.878300189971924,-11.335100173950195,-11.977399826049805,7.878300189971924,-11.335100173950195,-11.977399826049805,7.878300189971924,-11.179400444030762,-12.08899974822998,7.878300189971924,-11.240300178527832,-11.945599555969238,7.878300189971924,-11.335100173950195,-11.977399826049805,7.878300189971924,-11.240300178527832,-11.945599555969238,7.878300189971924,-11.376700401306152,-11.811200141906738,7.878300189971924,-11.376700401306152,-11.811200141906738,7.878300189971924,-11.240300178527832,-11.945599555969238,7.878300189971924,-11.27810001373291,-11.794500350952148,7.878300189971924,-11.376700401306152,-11.811200141906738,7.878300189971924,-11.27810001373291,-11.794500350952148,7.878300189971924,-11.509499549865723,-10.277799606323242,7.878300189971924,-11.509499549865723,-10.277799606323242,7.878300189971924,-11.27810001373291,-11.794500350952148,7.878300189971924,-11.409600257873535,-10.227800369262695,7.878300189971924,-11.509499549865723,-10.277799606323242,7.878300189971924,-11.409600257873535,-10.227800369262695,7.878300189971924,-13.909500122070312,-10.277799606323242,7.878300189971924,-13.909500122070312,-10.277799606323242,7.878300189971924,-11.409600257873535,-10.227800369262695,7.878300189971924,-13.909500122070312,-10.227800369262695,7.878300189971924,-13.909500122070312,-10.277799606323242,7.878300189971924,-13.909500122070312,-10.227800369262695,7.878300189971924,-16.409500122070312,-10.277799606323242,7.878300189971924,-16.409500122070312,-10.277799606323242,7.878300189971924,-13.909500122070312,-10.227800369262695,7.878300189971924,-16.509599685668945,-10.227800369262695,7.878300189971924,-16.409500122070312,-10.277799606323242,7.878300189971924,-16.509599685668945,-10.227800369262695,7.878300189971924,-16.28809928894043,-12.094599723815918,7.878300189971924,-16.28809928894043,-12.094599723815918,7.878300189971924,-16.509599685668945,-10.227800369262695,7.878300189971924,-16.390499114990234,-12.082599639892578,7.878300189971924,-16.28809928894043,-12.094599723815918,7.878300189971924,-16.390499114990234,-12.082599639892578,7.878300189971924,-15.98799991607666,-13.627799987792969,7.878300189971924,-15.98799991607666,-13.627799987792969,7.878300189971924,-16.390499114990234,-12.082599639892578,7.878300189971924,-16.089399337768555,-13.627799987792969,7.878300189971924,-15.98799991607666,-13.627799987792969,7.878300189971924,-16.089399337768555,-13.627799987792969,7.878300189971924,-15.938300132751465,-13.881500244140625,7.878300189971924,-15.938300132751465,-13.881500244140625,7.878300189971924,-16.089399337768555,-13.627799987792969,7.878300189971924,-16.03510093688965,-13.906900405883789,7.878300189971924,-15.938300132751465,-13.881500244140625,7.878300189971924,-16.03510093688965,-13.906900405883789,7.878300189971924,-15.88379955291748,-14.036299705505371,7.878300189971924,-15.88379955291748,-14.036299705505371,7.878300189971924,-16.03510093688965,-13.906900405883789,7.878300189971924,-15.975099563598633,-14.077199935913086,7.878300189971924,-15.88379955291748,-14.036299705505371,7.878300189971924,-15.975099563598633,-14.077199935913086,7.878300189971924,-15.804699897766113,-14.180100440979004,7.878300189971924,-15.804699897766113,-14.180100440979004,7.878300189971924,-15.975099563598633,-14.077199935913086,7.878300189971924,-15.888099670410156,-14.235300064086914,7.878300189971924,-15.804699897766113,-14.180100440979004,7.878300189971924,-15.888099670410156,-14.235300064086914,7.878300189971924,-15.703200340270996,-14.309000015258789,7.878300189971924,-15.703200340270996,-14.309000015258789,7.878300189971924,-15.888099670410156,-14.235300064086914,7.878300189971924,-15.776399612426758,-14.377099990844727,7.878300189971924,-15.703200340270996,-14.309000015258789,7.878300189971924,-15.776399612426758,-14.377099990844727,7.878300189971924,-15.581899642944336,-14.419599533081055,7.878300189971924,-15.581899642944336,-14.419599533081055,7.878300189971924,-15.776399612426758,-14.377099990844727,7.878300189971924,-15.642999649047852,-14.498700141906738,7.878300189971924,-15.581899642944336,-14.419599533081055,7.878300189971924,-15.642999649047852,-14.498700141906738,7.878300189971924,-15.444199562072754,-14.50879955291748,7.878300189971924,-15.444199562072754,-14.50879955291748,7.878300189971924,-15.642999649047852,-14.498700141906738,7.878300189971924,-15.491499900817871,-14.59689998626709,7.878300189971924,-15.444199562072754,-14.50879955291748,7.878300189971924,-15.491499900817871,-14.59689998626709,7.878300189971924,-15.293800354003906,-14.574299812316895,7.878300189971924,-15.293800354003906,-14.574299812316895,7.878300189971924,-15.491499900817871,-14.59689998626709,7.878300189971924,-15.326000213623047,-14.668999671936035,7.878300189971924,-15.293800354003906,-14.574299812316895,7.878300189971924,-15.326000213623047,-14.668999671936035,7.878300189971924,-15.134599685668945,-14.614399909973145,7.878300189971924,-15.134599685668945,-14.614399909973145,7.878300189971924,-15.326000213623047,-14.668999671936035,7.878300189971924,-15.151000022888184,-14.713000297546387,7.878300189971924,-15.134599685668945,-14.614399909973145,7.878300189971924,-15.151000022888184,-14.713000297546387,7.878300189971924,-14.971099853515625,-14.627799987792969,7.878300189971924,-14.971099853515625,-14.627799987792969,7.878300189971924,-15.151000022888184,-14.713000297546387,7.878300189971924,-14.971099853515625,-14.727800369262695,7.878300189971924,-14.971099853515625,-14.627799987792969,7.878300189971924,-14.971099853515625,-14.727800369262695,7.878300189971924,-13.909500122070312,-14.627799987792969,7.878300189971924,-13.909500122070312,-14.627799987792969,7.878300189971924,-14.971099853515625,-14.727800369262695,7.878300189971924,-13.909500122070312,-14.727800369262695,7.878300189971924,-13.909500122070312,-14.627799987792969,7.878300189971924,-13.909500122070312,-14.727800369262695,7.878300189971924,-8.937600135803223,-14.727800369262695,7.878300189971924,0.03440190106630325,-14.977800369262695,7.878300189971924,-3.9889700412750244,-14.977800369262695,7.878300189971924,-4.308849811553955,-15.027799606323242,7.878300189971924,-4.308849811553955,-15.027799606323242,7.878300189971924,-3.9889700412750244,-14.977800369262695,7.878300189971924,-4.152339935302734,-14.964400291442871,7.878300189971924,-4.308849811553955,-15.027799606323242,7.878300189971924,-4.152339935302734,-14.964400291442871,7.878300189971924,-4.343560218811035,-15.019100189208984,7.878300189971924,-4.343560218811035,-15.019100189208984,7.878300189971924,-4.152339935302734,-14.964400291442871,7.878300189971924,-4.3113298416137695,-14.924400329589844,7.878300189971924,-4.343560218811035,-15.019100189208984,7.878300189971924,-4.3113298416137695,-14.924400329589844,7.878300189971924,-4.508920192718506,-14.947199821472168,7.878300189971924,-4.508920192718506,-14.947199821472168,7.878300189971924,-4.3113298416137695,-14.924400329589844,7.878300189971924,-4.4616498947143555,-14.859100341796875,7.878300189971924,-4.508920192718506,-14.947199821472168,7.878300189971924,-4.4616498947143555,-14.859100341796875,7.878300189971924,-4.660299777984619,-14.849200248718262,7.878300189971924,-4.660299777984619,-14.849200248718262,7.878300189971924,-4.4616498947143555,-14.859100341796875,7.878300189971924,-4.599269866943359,-14.770000457763672,7.878300189971924,-4.660299777984619,-14.849200248718262,7.878300189971924,-4.599269866943359,-14.770000457763672,7.878300189971924,-4.79364013671875,-14.727800369262695,7.878300189971924,-4.79364013671875,-14.727800369262695,7.878300189971924,-4.599269866943359,-14.770000457763672,7.878300189971924,-4.884950160980225,-14.627799987792969,7.878300189971924,-4.79364013671875,-14.727800369262695,7.878300189971924,-4.884950160980225,-14.627799987792969,7.878300189971924,-8.937600135803223,-14.727800369262695,7.878300189971924,-8.937600135803223,-14.727800369262695,7.878300189971924,-4.884950160980225,-14.627799987792969,7.878300189971924,-8.937600135803223,-14.627799987792969,7.878300189971924,-8.937600135803223,-14.727800369262695,7.878300189971924,-8.937600135803223,-14.627799987792969,7.878300189971924,-13.909500122070312,-14.627799987792969,7.878300189971924,5.568160057067871,-13.609000205993652,7.878300189971924,5.5578999519348145,-13.627799987792969,7.878300189971924,5.568160057067871,-13.627799987792969,7.878300189971924,5.568160057067871,-13.627799987792969,7.878300189971924,5.5578999519348145,-13.627799987792969,7.878300189971924,5.568160057067871,-13.810199737548828,7.878300189971924,5.568160057067871,-13.627799987792969,7.878300189971924,5.568160057067871,-13.810199737548828,7.878300189971924,5.681119918823242,-13.627799987792969,7.878300189971924,5.681119918823242,-13.627799987792969,7.878300189971924,5.568160057067871,-13.810199737548828,7.878300189971924,5.629419803619385,-13.728699684143066,7.878300189971924,6.332200050354004,-11.83650016784668,7.878300189971924,5.977920055389404,-12.859299659729004,7.878300189971924,6.182569980621338,-12.627799987792969,7.878300189971924,6.182569980621338,-12.627799987792969,7.878300189971924,5.977920055389404,-12.859299659729004,7.878300189971924,6.142590045928955,-12.727800369262695,7.878300189971924,6.182569980621338,-12.627799987792969,7.878300189971924,6.142590045928955,-12.727800369262695,7.878300189971924,10.360899925231934,-12.627799987792969,7.878300189971924,10.360899925231934,-12.627799987792969,7.878300189971924,6.142590045928955,-12.727800369262695,7.878300189971924,10.360899925231934,-12.727800369262695,7.878300189971924,10.360899925231934,-12.627799987792969,7.878300189971924,10.360899925231934,-12.727800369262695,7.878300189971924,10.516200065612793,-12.615699768066406,7.878300189971924,10.516200065612793,-12.615699768066406,7.878300189971924,10.360899925231934,-12.727800369262695,7.878300189971924,10.531700134277344,-12.714500427246094,7.878300189971924,10.516200065612793,-12.615699768066406,7.878300189971924,10.531700134277344,-12.714500427246094,7.878300189971924,10.667699813842773,-12.57960033416748,7.878300189971924,10.667699813842773,-12.57960033416748,7.878300189971924,10.531700134277344,-12.714500427246094,7.878300189971924,10.698399543762207,-12.674799919128418,7.878300189971924,10.667699813842773,-12.57960033416748,7.878300189971924,10.698399543762207,-12.674799919128418,7.878300189971924,10.811800003051758,-12.520400047302246,7.878300189971924,10.811800003051758,-12.520400047302246,7.878300189971924,10.698399543762207,-12.674799919128418,7.878300189971924,10.856900215148926,-12.609600067138672,7.878300189971924,10.811800003051758,-12.520400047302246,7.878300189971924,10.856900215148926,-12.609600067138672,7.878300189971924,10.944999694824219,-12.439499855041504,7.878300189971924,10.944999694824219,-12.439499855041504,7.878300189971924,10.856900215148926,-12.609600067138672,7.878300189971924,11.003399848937988,-12.520700454711914,7.878300189971924,10.944999694824219,-12.439499855041504,7.878300189971924,11.003399848937988,-12.520700454711914,7.878300189971924,11.063899993896484,-12.33899974822998,7.878300189971924,11.063899993896484,-12.33899974822998,7.878300189971924,11.003399848937988,-12.520700454711914,7.878300189971924,11.134200096130371,-12.410099983215332,7.878300189971924,11.063899993896484,-12.33899974822998,7.878300189971924,11.134200096130371,-12.410099983215332,7.878300189971924,11.165800094604492,-12.221199989318848,7.878300189971924,11.165800094604492,-12.221199989318848,7.878300189971924,11.134200096130371,-12.410099983215332,7.878300189971924,11.246299743652344,-12.280500411987305,7.878300189971924,11.165800094604492,-12.221199989318848,7.878300189971924,11.246299743652344,-12.280500411987305,7.878300189971924,11.248200416564941,-12.08899974822998,7.878300189971924,11.248200416564941,-12.08899974822998,7.878300189971924,11.246299743652344,-12.280500411987305,7.878300189971924,11.336999893188477,-12.135100364685059,7.878300189971924,11.248200416564941,-12.08899974822998,7.878300189971924,11.336999893188477,-12.135100364685059,7.878300189971924,11.309100151062012,-11.945599555969238,7.878300189971924,11.309100151062012,-11.945599555969238,7.878300189971924,11.336999893188477,-12.135100364685059,7.878300189971924,11.403900146484375,-11.977399826049805,7.878300189971924,11.309100151062012,-11.945599555969238,7.878300189971924,11.403900146484375,-11.977399826049805,7.878300189971924,11.34689998626709,-11.794500350952148,7.878300189971924,11.34689998626709,-11.794500350952148,7.878300189971924,11.403900146484375,-11.977399826049805,7.878300189971924,11.445500373840332,-11.811200141906738,7.878300189971924,11.34689998626709,-11.794500350952148,7.878300189971924,11.445500373840332,-11.811200141906738,7.878300189971924,11.478400230407715,-10.227800369262695,7.878300189971924,11.478400230407715,-10.227800369262695,7.878300189971924,11.445500373840332,-11.811200141906738,7.878300189971924,11.578300476074219,-10.277799606323242,7.878300189971924,11.478400230407715,-10.227800369262695,7.878300189971924,11.578300476074219,-10.277799606323242,7.878300189971924,13.978400230407715,-10.227800369262695,7.878300189971924,13.978400230407715,-10.227800369262695,7.878300189971924,11.578300476074219,-10.277799606323242,7.878300189971924,13.978400230407715,-10.277799606323242,7.878300189971924,13.978400230407715,-10.227800369262695,7.878300189971924,13.978400230407715,-10.277799606323242,7.878300189971924,16.578399658203125,-10.227800369262695,7.878300189971924,16.578399658203125,-10.227800369262695,7.878300189971924,13.978400230407715,-10.277799606323242,7.878300189971924,16.478300094604492,-10.277799606323242,7.878300189971924,16.578399658203125,-10.227800369262695,7.878300189971924,16.478300094604492,-10.277799606323242,7.878300189971924,16.459299087524414,-12.082599639892578,7.878300189971924,16.459299087524414,-12.082599639892578,7.878300189971924,16.478300094604492,-10.277799606323242,7.878300189971924,16.35689926147461,-12.094599723815918,7.878300189971924,16.459299087524414,-12.082599639892578,7.878300189971924,16.35689926147461,-12.094599723815918,7.878300189971924,16.158300399780273,-13.627799987792969,7.878300189971924,16.158300399780273,-13.627799987792969,7.878300189971924,16.35689926147461,-12.094599723815918,7.878300189971924,16.056800842285156,-13.627799987792969,7.878300189971924,16.158300399780273,-13.627799987792969,7.878300189971924,16.056800842285156,-13.627799987792969,7.878300189971924,16.103900909423828,-13.906900405883789,7.878300189971924,16.103900909423828,-13.906900405883789,7.878300189971924,16.056800842285156,-13.627799987792969,7.878300189971924,16.007200241088867,-13.881500244140625,7.878300189971924,16.103900909423828,-13.906900405883789,7.878300189971924,16.007200241088867,-13.881500244140625,7.878300189971924,16.043899536132812,-14.077199935913086,7.878300189971924,16.043899536132812,-14.077199935913086,7.878300189971924,16.007200241088867,-13.881500244140625,7.878300189971924,15.95259952545166,-14.036299705505371,7.878300189971924,16.043899536132812,-14.077199935913086,7.878300189971924,15.95259952545166,-14.036299705505371,7.878300189971924,15.956899642944336,-14.235300064086914,7.878300189971924,15.956899642944336,-14.235300064086914,7.878300189971924,15.95259952545166,-14.036299705505371,7.878300189971924,15.873499870300293,-14.180100440979004,7.878300189971924,15.956899642944336,-14.235300064086914,7.878300189971924,15.873499870300293,-14.180100440979004,7.878300189971924,15.845199584960938,-14.377099990844727,7.878300189971924,15.845199584960938,-14.377099990844727,7.878300189971924,15.873499870300293,-14.180100440979004,7.878300189971924,15.772000312805176,-14.309000015258789,7.878300189971924,15.845199584960938,-14.377099990844727,7.878300189971924,15.772000312805176,-14.309000015258789,7.878300189971924,15.711799621582031,-14.498700141906738,7.878300189971924,15.711799621582031,-14.498700141906738,7.878300189971924,15.772000312805176,-14.309000015258789,7.878300189971924,15.650699615478516,-14.419599533081055,7.878300189971924,15.711799621582031,-14.498700141906738,7.878300189971924,15.650699615478516,-14.419599533081055,7.878300189971924,15.56029987335205,-14.59689998626709,7.878300189971924,15.56029987335205,-14.59689998626709,7.878300189971924,15.650699615478516,-14.419599533081055,7.878300189971924,15.512999534606934,-14.50879955291748,7.878300189971924,15.56029987335205,-14.59689998626709,7.878300189971924,15.512999534606934,-14.50879955291748,7.878300189971924,15.394800186157227,-14.668999671936035,7.878300189971924,15.394800186157227,-14.668999671936035,7.878300189971924,15.512999534606934,-14.50879955291748,7.878300189971924,15.362600326538086,-14.574299812316895,7.878300189971924,15.394800186157227,-14.668999671936035,7.878300189971924,15.362600326538086,-14.574299812316895,7.878300189971924,15.219799995422363,-14.713000297546387,7.878300189971924,15.219799995422363,-14.713000297546387,7.878300189971924,15.362600326538086,-14.574299812316895,7.878300189971924,15.203399658203125,-14.614399909973145,7.878300189971924,15.219799995422363,-14.713000297546387,7.878300189971924,15.203399658203125,-14.614399909973145,7.878300189971924,15.039899826049805,-14.727800369262695,7.878300189971924,15.039899826049805,-14.727800369262695,7.878300189971924,15.203399658203125,-14.614399909973145,7.878300189971924,15.039899826049805,-14.627799987792969,7.878300189971924,15.039899826049805,-14.727800369262695,7.878300189971924,15.039899826049805,-14.627799987792969,7.878300189971924,13.978400230407715,-14.727800369262695,7.878300189971924,13.978400230407715,-14.727800369262695,7.878300189971924,15.039899826049805,-14.627799987792969,7.878300189971924,13.978400230407715,-14.627799987792969,7.878300189971924,13.978400230407715,-14.727800369262695,7.878300189971924,13.978400230407715,-14.627799987792969,7.878300189971924,5.568160057067871,-14.627799987792969,7.878300189971924,-6.263400077819824,-8.619179725646973,7.878300189971924,-5.909120082855225,-7.596360206604004,7.878300189971924,-6.113770008087158,-7.82781982421875,7.878300189971924,-6.113770008087158,-7.82781982421875,7.878300189971924,-5.909120082855225,-7.596360206604004,7.878300189971924,-6.073790073394775,-7.727819919586182,7.878300189971924,-6.113770008087158,-7.82781982421875,7.878300189971924,-6.073790073394775,-7.727819919586182,7.878300189971924,-8.937600135803223,-7.82781982421875,7.878300189971924,-8.937600135803223,-7.82781982421875,7.878300189971924,-6.073790073394775,-7.727819919586182,7.878300189971924,-8.937600135803223,-7.727819919586182,7.878300189971924,-8.937600135803223,-7.82781982421875,7.878300189971924,-8.937600135803223,-7.727819919586182,7.878300189971924,-10.292099952697754,-7.82781982421875,7.878300189971924,-10.292099952697754,-7.82781982421875,7.878300189971924,-8.937600135803223,-7.727819919586182,7.878300189971924,-10.292099952697754,-7.727819919586182,7.878300189971924,-10.292099952697754,-7.82781982421875,7.878300189971924,-10.292099952697754,-7.727819919586182,7.878300189971924,-10.447400093078613,-7.839950084686279,7.878300189971924,-10.447400093078613,-7.839950084686279,7.878300189971924,-10.292099952697754,-7.727819919586182,7.878300189971924,-10.462900161743164,-7.741159915924072,7.878300189971924,-10.447400093078613,-7.839950084686279,7.878300189971924,-10.462900161743164,-7.741159915924072,7.878300189971924,-10.598899841308594,-7.876049995422363,7.878300189971924,-10.598899841308594,-7.876049995422363,7.878300189971924,-10.462900161743164,-7.741159915924072,7.878300189971924,-10.629599571228027,-7.780879974365234,7.878300189971924,-10.598899841308594,-7.876049995422363,7.878300189971924,-10.629599571228027,-7.780879974365234,7.878300189971924,-10.743000030517578,-7.9352498054504395,7.878300189971924,-10.743000030517578,-7.9352498054504395,7.878300189971924,-10.629599571228027,-7.780879974365234,7.878300189971924,-10.788100242614746,-7.845990180969238,7.878300189971924,-10.743000030517578,-7.9352498054504395,7.878300189971924,-10.788100242614746,-7.845990180969238,7.878300189971924,-10.876199722290039,-8.01609992980957,7.878300189971924,-10.876199722290039,-8.01609992980957,7.878300189971924,-10.788100242614746,-7.845990180969238,7.878300189971924,-10.934599876403809,-7.934929847717285,7.878300189971924,-10.876199722290039,-8.01609992980957,7.878300189971924,-10.934599876403809,-7.934929847717285,7.878300189971924,-10.995100021362305,-8.116649627685547,7.878300189971924,-10.995100021362305,-8.116649627685547,7.878300189971924,-10.934599876403809,-7.934929847717285,7.878300189971924,-11.065400123596191,-8.045530319213867,7.878300189971924,-10.995100021362305,-8.116649627685547,7.878300189971924,-11.065400123596191,-8.045530319213867,7.878300189971924,-11.097000122070312,-8.23445987701416,7.878300189971924,-11.097000122070312,-8.23445987701416,7.878300189971924,-11.065400123596191,-8.045530319213867,7.878300189971924,-11.177499771118164,-8.17512035369873,7.878300189971924,-11.097000122070312,-8.23445987701416,7.878300189971924,-11.177499771118164,-8.17512035369873,7.878300189971924,-11.179400444030762,-8.366660118103027,7.878300189971924,-11.179400444030762,-8.366660118103027,7.878300189971924,-11.177499771118164,-8.17512035369873,7.878300189971924,-11.268199920654297,-8.320540428161621,7.878300189971924,-11.179400444030762,-8.366660118103027,7.878300189971924,-11.268199920654297,-8.320540428161621,7.878300189971924,-11.240300178527832,-8.510049819946289,7.878300189971924,-11.240300178527832,-8.510049819946289,7.878300189971924,-11.268199920654297,-8.320540428161621,7.878300189971924,-11.335100173950195,-8.478269577026367,7.878300189971924,-11.240300178527832,-8.510049819946289,7.878300189971924,-11.335100173950195,-8.478269577026367,7.878300189971924,-11.27810001373291,-8.661149978637695,7.878300189971924,-11.27810001373291,-8.661149978637695,7.878300189971924,-11.335100173950195,-8.478269577026367,7.878300189971924,-11.376700401306152,-8.644479751586914,7.878300189971924,-11.27810001373291,-8.661149978637695,7.878300189971924,-11.376700401306152,-8.644479751586914,7.878300189971924,-11.409600257873535,-10.227800369262695,7.878300189971924,-11.409600257873535,-10.227800369262695,7.878300189971924,-11.376700401306152,-8.644479751586914,7.878300189971924,-11.509499549865723,-10.177800178527832,7.878300189971924,-11.409600257873535,-10.227800369262695,7.878300189971924,-11.509499549865723,-10.177800178527832,7.878300189971924,-13.909500122070312,-10.227800369262695,7.878300189971924,-13.909500122070312,-10.227800369262695,7.878300189971924,-11.509499549865723,-10.177800178527832,7.878300189971924,-13.909500122070312,-10.177800178527832,7.878300189971924,-13.909500122070312,-10.227800369262695,7.878300189971924,-13.909500122070312,-10.177800178527832,7.878300189971924,-16.509599685668945,-10.227800369262695,7.878300189971924,-16.509599685668945,-10.227800369262695,7.878300189971924,-13.909500122070312,-10.177800178527832,7.878300189971924,-16.409500122070312,-10.177800178527832,7.878300189971924,-16.509599685668945,-10.227800369262695,7.878300189971924,-16.409500122070312,-10.177800178527832,7.878300189971924,-16.390499114990234,-8.373029708862305,7.878300189971924,-16.390499114990234,-8.373029708862305,7.878300189971924,-16.409500122070312,-10.177800178527832,7.878300189971924,-16.28809928894043,-8.361029624938965,7.878300189971924,-16.390499114990234,-8.373029708862305,7.878300189971924,-16.28809928894043,-8.361029624938965,7.878300189971924,-16.089399337768555,-6.82781982421875,7.878300189971924,-16.089399337768555,-6.82781982421875,7.878300189971924,-16.28809928894043,-8.361029624938965,7.878300189971924,-15.98799991607666,-6.82781982421875,7.878300189971924,-16.089399337768555,-6.82781982421875,7.878300189971924,-15.98799991607666,-6.82781982421875,7.878300189971924,-16.03510093688965,-6.548719882965088,7.878300189971924,-16.03510093688965,-6.548719882965088,7.878300189971924,-15.98799991607666,-6.82781982421875,7.878300189971924,-15.938300132751465,-6.574090003967285,7.878300189971924,-16.03510093688965,-6.548719882965088,7.878300189971924,-15.938300132751465,-6.574090003967285,7.878300189971924,-15.975099563598633,-6.378459930419922,7.878300189971924,-15.975099563598633,-6.378459930419922,7.878300189971924,-15.938300132751465,-6.574090003967285,7.878300189971924,-15.88379955291748,-6.419310092926025,7.878300189971924,-15.975099563598633,-6.378459930419922,7.878300189971924,-15.88379955291748,-6.419310092926025,7.878300189971924,-15.888099670410156,-6.220310211181641,7.878300189971924,-15.888099670410156,-6.220310211181641,7.878300189971924,-15.88379955291748,-6.419310092926025,7.878300189971924,-15.804699897766113,-6.275529861450195,7.878300189971924,-15.888099670410156,-6.220310211181641,7.878300189971924,-15.804699897766113,-6.275529861450195,7.878300189971924,-15.776399612426758,-6.07850980758667,7.878300189971924,-15.776399612426758,-6.07850980758667,7.878300189971924,-15.804699897766113,-6.275529861450195,7.878300189971924,-15.703200340270996,-6.146629810333252,7.878300189971924,-15.776399612426758,-6.07850980758667,7.878300189971924,-15.703200340270996,-6.146629810333252,7.878300189971924,-15.642999649047852,-5.956900119781494,7.878300189971924,-15.642999649047852,-5.956900119781494,7.878300189971924,-15.703200340270996,-6.146629810333252,7.878300189971924,-15.581899642944336,-6.036069869995117,7.878300189971924,-15.642999649047852,-5.956900119781494,7.878300189971924,-15.581899642944336,-6.036069869995117,7.878300189971924,-15.491499900817871,-5.858729839324951,7.878300189971924,-15.491499900817871,-5.858729839324951,7.878300189971924,-15.581899642944336,-6.036069869995117,7.878300189971924,-15.444199562072754,-5.946829795837402,7.878300189971924,-15.491499900817871,-5.858729839324951,7.878300189971924,-15.444199562072754,-5.946829795837402,7.878300189971924,-15.326000213623047,-5.786660194396973,7.878300189971924,-15.326000213623047,-5.786660194396973,7.878300189971924,-15.444199562072754,-5.946829795837402,7.878300189971924,-15.293800354003906,-5.881319999694824,7.878300189971924,-15.326000213623047,-5.786660194396973,7.878300189971924,-15.293800354003906,-5.881319999694824,7.878300189971924,-15.151000022888184,-5.7426300048828125,7.878300189971924,-15.151000022888184,-5.7426300048828125,7.878300189971924,-15.293800354003906,-5.881319999694824,7.878300189971924,-15.134599685668945,-5.841279983520508,7.878300189971924,-15.151000022888184,-5.7426300048828125,7.878300189971924,-15.134599685668945,-5.841279983520508,7.878300189971924,-14.971099853515625,-5.727819919586182,7.878300189971924,-14.971099853515625,-5.727819919586182,7.878300189971924,-15.134599685668945,-5.841279983520508,7.878300189971924,-14.971099853515625,-5.82781982421875,7.878300189971924,-14.971099853515625,-5.727819919586182,7.878300189971924,-14.971099853515625,-5.82781982421875,7.878300189971924,-13.909500122070312,-5.727819919586182,7.878300189971924,-13.909500122070312,-5.727819919586182,7.878300189971924,-14.971099853515625,-5.82781982421875,7.878300189971924,-13.909500122070312,-5.82781982421875,7.878300189971924,-13.909500122070312,-5.727819919586182,7.878300189971924,-13.909500122070312,-5.82781982421875,7.878300189971924,-8.937600135803223,-5.82781982421875,7.878300189971924,0.03440190106630325,-15.077799797058105,7.878300189971924,4.057769775390625,-15.077799797058105,7.878300189971924,0.03440190106630325,-15.027799606323242,7.878300189971924,0.03440190106630325,-15.027799606323242,7.878300189971924,4.057769775390625,-15.077799797058105,7.878300189971924,4.377659797668457,-15.027799606323242,7.878300189971924,0.03440190106630325,-15.027799606323242,7.878300189971924,4.377659797668457,-15.027799606323242,7.878300189971924,4.057769775390625,-14.977800369262695,7.878300189971924,4.057769775390625,-14.977800369262695,7.878300189971924,4.377659797668457,-15.027799606323242,7.878300189971924,4.221149921417236,-14.964400291442871,7.878300189971924,0.03440190106630325,-15.077799797058105,7.878300189971924,0.03440190106630325,-15.027799606323242,7.878300189971924,-3.9889700412750244,-15.077799797058105,7.878300189971924,-3.9889700412750244,-15.077799797058105,7.878300189971924,0.03440190106630325,-15.027799606323242,7.878300189971924,-4.308849811553955,-15.027799606323242,7.878300189971924,-3.9889700412750244,-15.077799797058105,7.878300189971924,-4.308849811553955,-15.027799606323242,7.878300189971924,-4.168680191040039,-15.062999725341797,7.878300189971924,4.057769775390625,-5.477819919586182,7.978300094604492,0.14474999904632568,-7.630159854888916,7.978300094604492,0.5821700096130371,-7.6861701011657715,7.978300094604492,0.14474999904632568,-7.630159854888916,7.978300094604492,4.057769775390625,-5.477819919586182,7.978300094604492,-0.2958439886569977,-7.6488800048828125,7.978300094604492,-0.2958439886569977,-7.6488800048828125,7.978300094604492,4.057769775390625,-5.477819919586182,7.978300094604492,-3.9889700412750244,-5.477819919586182,7.978300094604492,-0.2958439886569977,-7.6488800048828125,7.978300094604492,-3.9889700412750244,-5.477819919586182,7.978300094604492,-0.7269369959831238,-7.741789817810059,7.978300094604492,-2.119719982147217,-11.683799743652344,7.978300094604492,-2.334789991378784,-11.298800468444824,7.978300094604492,-5.909120082855225,-12.859299659729004,7.978300094604492,4.789289951324463,-5.796000003814697,7.978300094604492,2.0572900772094727,-8.594449996948242,7.978300094604492,5.45881986618042,-6.646520137786865,7.978300094604492,5.45881986618042,-6.646520137786865,7.978300094604492,2.0572900772094727,-8.594449996948242,7.978300094604492,2.3042399883270264,-8.959810256958008,7.978300094604492,5.45881986618042,-6.646520137786865,7.978300094604492,2.3042399883270264,-8.959810256958008,7.978300094604492,5.977920055389404,-7.596360206604004,7.978300094604492,5.977920055389404,-7.596360206604004,7.978300094604492,2.3042399883270264,-8.959810256958008,7.978300094604492,2.485879898071289,-9.361650466918945,7.978300094604492,5.977920055389404,-7.596360206604004,7.978300094604492,2.485879898071289,-9.361650466918945,7.978300094604492,6.332200050354004,-8.619179725646973,7.978300094604492,6.332200050354004,-8.619179725646973,7.978300094604492,2.485879898071289,-9.361650466918945,7.978300094604492,2.5969998836517334,-9.788419723510742,7.978300094604492,6.332200050354004,-8.619179725646973,7.978300094604492,2.5969998836517334,-9.788419723510742,7.978300094604492,6.511829853057861,-9.686610221862793,7.978300094604492,6.511829853057861,-9.686610221862793,7.978300094604492,2.5969998836517334,-9.788419723510742,7.978300094604492,2.634399890899658,-10.227800369262695,7.978300094604492,6.511829853057861,-9.686610221862793,7.978300094604492,2.634399890899658,-10.227800369262695,7.978300094604492,6.511829853057861,-10.769000053405762,7.978300094604492,1.0038299560546875,-12.640299797058105,7.978300094604492,0.5821700096130371,-12.769499778747559,7.978300094604492,4.057769775390625,-14.977800369262695,7.978300094604492,4.057769775390625,-14.977800369262695,7.978300094604492,0.5821700096130371,-12.769499778747559,7.978300094604492,0.14474999904632568,-12.825499534606934,7.978300094604492,4.057769775390625,-14.977800369262695,7.978300094604492,0.14474999904632568,-12.825499534606934,7.978300094604492,-3.9889700412750244,-14.977800369262695,7.978300094604492,-3.9889700412750244,-14.977800369262695,7.978300094604492,0.14474999904632568,-12.825499534606934,7.978300094604492,-0.2958439886569977,-12.80679988861084,7.978300094604492,-3.9889700412750244,-14.977800369262695,7.978300094604492,-0.2958439886569977,-12.80679988861084,7.978300094604492,-0.7269369959831238,-12.713899612426758,7.978300094604492,0.5821700096130371,-7.6861701011657715,7.978300094604492,1.0038299560546875,-7.815310001373291,7.978300094604492,4.057769775390625,-5.477819919586182,7.978300094604492,4.057769775390625,-5.477819919586182,7.978300094604492,1.0038299560546875,-7.815310001373291,7.978300094604492,1.3976000547409058,-8.013850212097168,7.978300094604492,4.057769775390625,-5.477819919586182,7.978300094604492,1.3976000547409058,-8.013850212097168,7.978300094604492,4.221149921417236,-5.491260051727295,7.978300094604492,4.221149921417236,-5.491260051727295,7.978300094604492,1.3976000547409058,-8.013850212097168,7.978300094604492,1.7521599531173706,-8.276069641113281,7.978300094604492,4.221149921417236,-5.491260051727295,7.978300094604492,1.7521599531173706,-8.276069641113281,7.978300094604492,4.380129814147949,-5.531199932098389,7.978300094604492,4.380129814147949,-5.531199932098389,7.978300094604492,1.7521599531173706,-8.276069641113281,7.978300094604492,2.0572900772094727,-8.594449996948242,7.978300094604492,4.380129814147949,-5.531199932098389,7.978300094604492,2.0572900772094727,-8.594449996948242,7.978300094604492,4.530449867248535,-5.596590042114258,7.978300094604492,4.530449867248535,-5.596590042114258,7.978300094604492,2.0572900772094727,-8.594449996948242,7.978300094604492,4.789289951324463,-5.796000003814697,7.978300094604492,4.530449867248535,-5.596590042114258,7.978300094604492,4.789289951324463,-5.796000003814697,7.978300094604492,4.668069839477539,-5.685649871826172,7.978300094604492,4.380129814147949,-14.924400329589844,7.978300094604492,2.0572900772094727,-11.861200332641602,7.978300094604492,4.221149921417236,-14.964400291442871,7.978300094604492,4.221149921417236,-14.964400291442871,7.978300094604492,2.0572900772094727,-11.861200332641602,7.978300094604492,1.7521599531173706,-12.17959976196289,7.978300094604492,4.221149921417236,-14.964400291442871,7.978300094604492,1.7521599531173706,-12.17959976196289,7.978300094604492,4.057769775390625,-14.977800369262695,7.978300094604492,4.057769775390625,-14.977800369262695,7.978300094604492,1.7521599531173706,-12.17959976196289,7.978300094604492,1.3976000547409058,-12.441800117492676,7.978300094604492,4.057769775390625,-14.977800369262695,7.978300094604492,1.3976000547409058,-12.441800117492676,7.978300094604492,1.0038299560546875,-12.640299797058105,7.978300094604492,6.511829853057861,-10.769000053405762,7.978300094604492,2.634399890899658,-10.227800369262695,7.978300094604492,6.332200050354004,-11.83650016784668,7.978300094604492,6.332200050354004,-11.83650016784668,7.978300094604492,2.634399890899658,-10.227800369262695,7.978300094604492,2.5969998836517334,-10.667200088500977,7.978300094604492,6.332200050354004,-11.83650016784668,7.978300094604492,2.5969998836517334,-10.667200088500977,7.978300094604492,5.977920055389404,-12.859299659729004,7.978300094604492,5.977920055389404,-12.859299659729004,7.978300094604492,2.5969998836517334,-10.667200088500977,7.978300094604492,2.485879898071289,-11.093999862670898,7.978300094604492,5.977920055389404,-12.859299659729004,7.978300094604492,2.485879898071289,-11.093999862670898,7.978300094604492,5.45881986618042,-13.809100151062012,7.978300094604492,5.45881986618042,-13.809100151062012,7.978300094604492,2.485879898071289,-11.093999862670898,7.978300094604492,2.3042399883270264,-11.495800018310547,7.978300094604492,5.45881986618042,-13.809100151062012,7.978300094604492,2.3042399883270264,-11.495800018310547,7.978300094604492,4.789289951324463,-14.659600257873535,7.978300094604492,4.789289951324463,-14.659600257873535,7.978300094604492,2.3042399883270264,-11.495800018310547,7.978300094604492,2.0572900772094727,-11.861200332641602,7.978300094604492,4.789289951324463,-14.659600257873535,7.978300094604492,2.0572900772094727,-11.861200332641602,7.978300094604492,4.668069839477539,-14.770000457763672,7.978300094604492,4.668069839477539,-14.770000457763672,7.978300094604492,2.0572900772094727,-11.861200332641602,7.978300094604492,4.380129814147949,-14.924400329589844,7.978300094604492,4.668069839477539,-14.770000457763672,7.978300094604492,4.380129814147949,-14.924400329589844,7.978300094604492,4.530449867248535,-14.859100341796875,7.978300094604492,-4.3113298416137695,-5.531199932098389,7.978300094604492,-1.8426799774169922,-8.428779602050781,7.978300094604492,-4.152339935302734,-5.491260051727295,7.978300094604492,-4.152339935302734,-5.491260051727295,7.978300094604492,-1.8426799774169922,-8.428779602050781,7.978300094604492,-1.511639952659607,-8.137430191040039,7.978300094604492,-4.152339935302734,-5.491260051727295,7.978300094604492,-1.511639952659607,-8.137430191040039,7.978300094604492,-3.9889700412750244,-5.477819919586182,7.978300094604492,-3.9889700412750244,-5.477819919586182,7.978300094604492,-1.511639952659607,-8.137430191040039,7.978300094604492,-1.1361299753189087,-7.906209945678711,7.978300094604492,-3.9889700412750244,-5.477819919586182,7.978300094604492,-1.1361299753189087,-7.906209945678711,7.978300094604492,-0.7269369959831238,-7.741789817810059,7.978300094604492,-5.909120082855225,-12.859299659729004,7.978300094604492,-2.334789991378784,-11.298800468444824,7.978300094604492,-6.263400077819824,-11.83650016784668,7.978300094604492,-6.263400077819824,-11.83650016784668,7.978300094604492,-2.334789991378784,-11.298800468444824,7.978300094604492,-2.4816999435424805,-10.883000373840332,7.978300094604492,-6.263400077819824,-11.83650016784668,7.978300094604492,-2.4816999435424805,-10.883000373840332,7.978300094604492,-6.443029880523682,-10.769000053405762,7.978300094604492,-6.443029880523682,-10.769000053405762,7.978300094604492,-2.4816999435424805,-10.883000373840332,7.978300094604492,-2.556230068206787,-10.4483003616333,7.978300094604492,-6.443029880523682,-10.769000053405762,7.978300094604492,-2.556230068206787,-10.4483003616333,7.978300094604492,-6.443029880523682,-9.686610221862793,7.978300094604492,-6.443029880523682,-9.686610221862793,7.978300094604492,-2.556230068206787,-10.4483003616333,7.978300094604492,-2.556230068206787,-10.00730037689209,7.978300094604492,-6.443029880523682,-9.686610221862793,7.978300094604492,-2.556230068206787,-10.00730037689209,7.978300094604492,-6.263400077819824,-8.619179725646973,7.978300094604492,-6.263400077819824,-8.619179725646973,7.978300094604492,-2.556230068206787,-10.00730037689209,7.978300094604492,-2.4816999435424805,-9.572680473327637,7.978300094604492,-6.263400077819824,-8.619179725646973,7.978300094604492,-2.4816999435424805,-9.572680473327637,7.978300094604492,-5.909120082855225,-7.596360206604004,7.978300094604492,-5.909120082855225,-7.596360206604004,7.978300094604492,-2.4816999435424805,-9.572680473327637,7.978300094604492,-2.334789991378784,-9.156880378723145,7.978300094604492,-5.909120082855225,-7.596360206604004,7.978300094604492,-2.334789991378784,-9.156880378723145,7.978300094604492,-5.39001989364624,-6.646520137786865,7.978300094604492,-5.39001989364624,-6.646520137786865,7.978300094604492,-2.334789991378784,-9.156880378723145,7.978300094604492,-2.119719982147217,-8.771889686584473,7.978300094604492,-5.39001989364624,-6.646520137786865,7.978300094604492,-2.119719982147217,-8.771889686584473,7.978300094604492,-4.720489978790283,-5.796000003814697,7.978300094604492,-4.720489978790283,-5.796000003814697,7.978300094604492,-2.119719982147217,-8.771889686584473,7.978300094604492,-1.8426799774169922,-8.428779602050781,7.978300094604492,-4.720489978790283,-5.796000003814697,7.978300094604492,-1.8426799774169922,-8.428779602050781,7.978300094604492,-4.599269866943359,-5.685649871826172,7.978300094604492,-4.599269866943359,-5.685649871826172,7.978300094604492,-1.8426799774169922,-8.428779602050781,7.978300094604492,-4.3113298416137695,-5.531199932098389,7.978300094604492,-4.599269866943359,-5.685649871826172,7.978300094604492,-4.3113298416137695,-5.531199932098389,7.978300094604492,-4.4616498947143555,-5.596590042114258,7.978300094604492,-4.4616498947143555,-14.859100341796875,7.978300094604492,-4.3113298416137695,-14.924400329589844,7.978300094604492,-4.152339935302734,-14.964400291442871,7.978300094604492,-4.599269866943359,-14.770000457763672,7.978300094604492,-1.8426799774169922,-12.026900291442871,7.978300094604492,-4.720489978790283,-14.659600257873535,7.978300094604492,-4.720489978790283,-14.659600257873535,7.978300094604492,-1.8426799774169922,-12.026900291442871,7.978300094604492,-2.119719982147217,-11.683799743652344,7.978300094604492,-4.720489978790283,-14.659600257873535,7.978300094604492,-2.119719982147217,-11.683799743652344,7.978300094604492,-5.39001989364624,-13.809100151062012,7.978300094604492,-5.39001989364624,-13.809100151062012,7.978300094604492,-2.119719982147217,-11.683799743652344,7.978300094604492,-5.909120082855225,-12.859299659729004,7.978300094604492,-4.599269866943359,-14.770000457763672,7.978300094604492,-4.4616498947143555,-14.859100341796875,7.978300094604492,-1.8426799774169922,-12.026900291442871,7.978300094604492,-1.8426799774169922,-12.026900291442871,7.978300094604492,-4.4616498947143555,-14.859100341796875,7.978300094604492,-4.152339935302734,-14.964400291442871,7.978300094604492,-1.8426799774169922,-12.026900291442871,7.978300094604492,-4.152339935302734,-14.964400291442871,7.978300094604492,-1.511639952659607,-12.31820011138916,7.978300094604492,-1.511639952659607,-12.31820011138916,7.978300094604492,-4.152339935302734,-14.964400291442871,7.978300094604492,-3.9889700412750244,-14.977800369262695,7.978300094604492,-1.511639952659607,-12.31820011138916,7.978300094604492,-3.9889700412750244,-14.977800369262695,7.978300094604492,-1.1361299753189087,-12.549400329589844,7.978300094604492,-1.1361299753189087,-12.549400329589844,7.978300094604492,-3.9889700412750244,-14.977800369262695,7.978300094604492,-0.7269369959831238,-12.713899612426758,7.978300094604492,2.4984400272369385,-9.805319786071777,7.878300189971924,2.53439998626709,-10.227800369262695,7.978300094604492,2.53439998626709,-10.227800369262695,7.878300189971924,2.53439998626709,-10.227800369262695,7.878300189971924,2.53439998626709,-10.227800369262695,7.978300094604492,2.4984400272369385,-10.650300025939941,7.978300094604492,2.53439998626709,-10.227800369262695,7.878300189971924,2.4984400272369385,-10.650300025939941,7.978300094604492,2.4984400272369385,-10.650300025939941,7.878300189971924,2.4984400272369385,-10.650300025939941,7.878300189971924,2.4984400272369385,-10.650300025939941,7.978300094604492,2.3915998935699463,-11.060700416564941,7.978300094604492,2.4984400272369385,-10.650300025939941,7.878300189971924,2.3915998935699463,-11.060700416564941,7.978300094604492,2.3915998935699463,-11.060700416564941,7.878300189971924,2.3915998935699463,-11.060700416564941,7.878300189971924,2.3915998935699463,-11.060700416564941,7.978300094604492,2.216939926147461,-11.447099685668945,7.978300094604492,2.3915998935699463,-11.060700416564941,7.878300189971924,2.216939926147461,-11.447099685668945,7.978300094604492,2.216939926147461,-11.447099685668945,7.878300189971924,2.216939926147461,-11.447099685668945,7.878300189971924,2.216939926147461,-11.447099685668945,7.978300094604492,1.979490041732788,-11.798399925231934,7.978300094604492,2.216939926147461,-11.447099685668945,7.878300189971924,1.979490041732788,-11.798399925231934,7.978300094604492,1.979490041732788,-11.798399925231934,7.878300189971924,1.979490041732788,-11.798399925231934,7.878300189971924,1.979490041732788,-11.798399925231934,7.978300094604492,1.6860899925231934,-12.104499816894531,7.978300094604492,1.979490041732788,-11.798399925231934,7.878300189971924,1.6860899925231934,-12.104499816894531,7.978300094604492,1.6860899925231934,-12.104499816894531,7.878300189971924,1.6860899925231934,-12.104499816894531,7.878300189971924,1.6860899925231934,-12.104499816894531,7.978300094604492,1.345170021057129,-12.356599807739258,7.978300094604492,1.6860899925231934,-12.104499816894531,7.878300189971924,1.345170021057129,-12.356599807739258,7.978300094604492,1.345170021057129,-12.356599807739258,7.878300189971924,1.345170021057129,-12.356599807739258,7.878300189971924,1.345170021057129,-12.356599807739258,7.978300094604492,0.966543972492218,-12.547499656677246,7.978300094604492,1.345170021057129,-12.356599807739258,7.878300189971924,0.966543972492218,-12.547499656677246,7.978300094604492,0.966543972492218,-12.547499656677246,7.878300189971924,0.966543972492218,-12.547499656677246,7.878300189971924,0.966543972492218,-12.547499656677246,7.978300094604492,0.5611010193824768,-12.671699523925781,7.978300094604492,0.966543972492218,-12.547499656677246,7.878300189971924,0.5611010193824768,-12.671699523925781,7.978300094604492,0.5611010193824768,-12.671699523925781,7.878300189971924,0.5611010193824768,-12.671699523925781,7.878300189971924,0.5611010193824768,-12.671699523925781,7.978300094604492,0.14050599932670593,-12.725600242614746,7.978300094604492,0.5611010193824768,-12.671699523925781,7.878300189971924,0.14050599932670593,-12.725600242614746,7.978300094604492,0.14050599932670593,-12.725600242614746,7.878300189971924,0.14050599932670593,-12.725600242614746,7.878300189971924,0.14050599932670593,-12.725600242614746,7.978300094604492,-0.28314098715782166,-12.707599639892578,7.978300094604492,0.14050599932670593,-12.725600242614746,7.878300189971924,-0.28314098715782166,-12.707599639892578,7.978300094604492,-0.28314098715782166,-12.707599639892578,7.878300189971924,-0.28314098715782166,-12.707599639892578,7.878300189971924,-0.28314098715782166,-12.707599639892578,7.978300094604492,-0.6976540088653564,-12.618200302124023,7.978300094604492,-0.28314098715782166,-12.707599639892578,7.878300189971924,-0.6976540088653564,-12.618200302124023,7.978300094604492,-0.6976540088653564,-12.618200302124023,7.878300189971924,-0.6976540088653564,-12.618200302124023,7.878300189971924,-0.6976540088653564,-12.618200302124023,7.978300094604492,-1.0911099910736084,-12.460100173950195,7.978300094604492,-0.6976540088653564,-12.618200302124023,7.878300189971924,-1.0911099910736084,-12.460100173950195,7.978300094604492,-1.0911099910736084,-12.460100173950195,7.878300189971924,-1.0911099910736084,-12.460100173950195,7.878300189971924,-1.0911099910736084,-12.460100173950195,7.978300094604492,-1.452180027961731,-12.237799644470215,7.978300094604492,-1.0911099910736084,-12.460100173950195,7.878300189971924,-1.452180027961731,-12.237799644470215,7.978300094604492,-1.452180027961731,-12.237799644470215,7.878300189971924,-1.452180027961731,-12.237799644470215,7.878300189971924,-1.452180027961731,-12.237799644470215,7.978300094604492,-1.770490050315857,-11.9576997756958,7.978300094604492,-1.452180027961731,-12.237799644470215,7.878300189971924,-1.770490050315857,-11.9576997756958,7.978300094604492,-1.770490050315857,-11.9576997756958,7.878300189971924,-1.770490050315857,-11.9576997756958,7.878300189971924,-1.770490050315857,-11.9576997756958,7.978300094604492,-2.036870002746582,-11.627799987792969,7.978300094604492,-1.770490050315857,-11.9576997756958,7.878300189971924,-2.036870002746582,-11.627799987792969,7.978300094604492,-2.036870002746582,-11.627799987792969,7.878300189971924,-2.036870002746582,-11.627799987792969,7.878300189971924,-2.036870002746582,-11.627799987792969,7.978300094604492,-2.2436699867248535,-11.257599830627441,7.978300094604492,-2.036870002746582,-11.627799987792969,7.878300189971924,-2.2436699867248535,-11.257599830627441,7.978300094604492,-2.2436699867248535,-11.257599830627441,7.878300189971924,-2.2436699867248535,-11.257599830627441,7.878300189971924,-2.2436699867248535,-11.257599830627441,7.978300094604492,-2.384929895401001,-10.857799530029297,7.978300094604492,-2.2436699867248535,-11.257599830627441,7.878300189971924,-2.384929895401001,-10.857799530029297,7.978300094604492,-2.384929895401001,-10.857799530029297,7.878300189971924,-2.384929895401001,-10.857799530029297,7.878300189971924,-2.384929895401001,-10.857799530029297,7.978300094604492,-2.456589937210083,-10.439800262451172,7.978300094604492,-2.384929895401001,-10.857799530029297,7.878300189971924,-2.456589937210083,-10.439800262451172,7.978300094604492,-2.456589937210083,-10.439800262451172,7.878300189971924,-2.456589937210083,-10.439800262451172,7.878300189971924,-2.456589937210083,-10.439800262451172,7.978300094604492,-2.456589937210083,-10.015800476074219,7.978300094604492,-2.456589937210083,-10.439800262451172,7.878300189971924,-2.456589937210083,-10.015800476074219,7.978300094604492,-2.456589937210083,-10.015800476074219,7.878300189971924,-2.456589937210083,-10.015800476074219,7.878300189971924,-2.456589937210083,-10.015800476074219,7.978300094604492,-2.384929895401001,-9.597880363464355,7.978300094604492,-2.456589937210083,-10.015800476074219,7.878300189971924,-2.384929895401001,-9.597880363464355,7.978300094604492,-2.384929895401001,-9.597880363464355,7.878300189971924,-2.384929895401001,-9.597880363464355,7.878300189971924,-2.384929895401001,-9.597880363464355,7.978300094604492,-2.2436699867248535,-9.198060035705566,7.978300094604492,-2.384929895401001,-9.597880363464355,7.878300189971924,-2.2436699867248535,-9.198060035705566,7.978300094604492,-2.2436699867248535,-9.198060035705566,7.878300189971924,-2.2436699867248535,-9.198060035705566,7.878300189971924,-2.2436699867248535,-9.198060035705566,7.978300094604492,-2.036870002746582,-8.827879905700684,7.978300094604492,-2.2436699867248535,-9.198060035705566,7.878300189971924,-2.036870002746582,-8.827879905700684,7.978300094604492,-2.036870002746582,-8.827879905700684,7.878300189971924,-2.036870002746582,-8.827879905700684,7.878300189971924,-2.036870002746582,-8.827879905700684,7.978300094604492,-1.770490050315857,-8.497969627380371,7.978300094604492,-2.036870002746582,-8.827879905700684,7.878300189971924,-1.770490050315857,-8.497969627380371,7.978300094604492,-1.770490050315857,-8.497969627380371,7.878300189971924,-1.770490050315857,-8.497969627380371,7.878300189971924,-1.770490050315857,-8.497969627380371,7.978300094604492,-1.452180027961731,-8.217829704284668,7.978300094604492,-1.770490050315857,-8.497969627380371,7.878300189971924,-1.452180027961731,-8.217829704284668,7.978300094604492,-1.452180027961731,-8.217829704284668,7.878300189971924,-1.452180027961731,-8.217829704284668,7.878300189971924,-1.452180027961731,-8.217829704284668,7.978300094604492,-1.0911099910736084,-7.995500087738037,7.978300094604492,-1.452180027961731,-8.217829704284668,7.878300189971924,-1.0911099910736084,-7.995500087738037,7.978300094604492,-1.0911099910736084,-7.995500087738037,7.878300189971924,-1.0911099910736084,-7.995500087738037,7.878300189971924,-1.0911099910736084,-7.995500087738037,7.978300094604492,-0.6976540088653564,-7.837399959564209,7.978300094604492,-1.0911099910736084,-7.995500087738037,7.878300189971924,-0.6976540088653564,-7.837399959564209,7.978300094604492,-0.6976540088653564,-7.837399959564209,7.878300189971924,-0.6976540088653564,-7.837399959564209,7.878300189971924,-0.6976540088653564,-7.837399959564209,7.978300094604492,-0.28314098715782166,-7.748069763183594,7.978300094604492,-0.6976540088653564,-7.837399959564209,7.878300189971924,-0.28314098715782166,-7.748069763183594,7.978300094604492,-0.28314098715782166,-7.748069763183594,7.878300189971924,-0.28314098715782166,-7.748069763183594,7.878300189971924,-0.28314098715782166,-7.748069763183594,7.978300094604492,0.14050599932670593,-7.730070114135742,7.978300094604492,-0.28314098715782166,-7.748069763183594,7.878300189971924,0.14050599932670593,-7.730070114135742,7.978300094604492,0.14050599932670593,-7.730070114135742,7.878300189971924,0.14050599932670593,-7.730070114135742,7.878300189971924,0.14050599932670593,-7.730070114135742,7.978300094604492,0.5611010193824768,-7.783929824829102,7.978300094604492,0.14050599932670593,-7.730070114135742,7.878300189971924,0.5611010193824768,-7.783929824829102,7.978300094604492,0.5611010193824768,-7.783929824829102,7.878300189971924,0.5611010193824768,-7.783929824829102,7.878300189971924,0.5611010193824768,-7.783929824829102,7.978300094604492,0.966543972492218,-7.908100128173828,7.978300094604492,0.5611010193824768,-7.783929824829102,7.878300189971924,0.966543972492218,-7.908100128173828,7.978300094604492,0.966543972492218,-7.908100128173828,7.878300189971924,0.966543972492218,-7.908100128173828,7.878300189971924,0.966543972492218,-7.908100128173828,7.978300094604492,1.345170021057129,-8.098999977111816,7.978300094604492,0.966543972492218,-7.908100128173828,7.878300189971924,1.345170021057129,-8.098999977111816,7.978300094604492,1.345170021057129,-8.098999977111816,7.878300189971924,1.345170021057129,-8.098999977111816,7.878300189971924,1.345170021057129,-8.098999977111816,7.978300094604492,1.6860899925231934,-8.351140022277832,7.978300094604492,1.345170021057129,-8.098999977111816,7.878300189971924,1.6860899925231934,-8.351140022277832,7.978300094604492,1.6860899925231934,-8.351140022277832,7.878300189971924,1.6860899925231934,-8.351140022277832,7.878300189971924,1.6860899925231934,-8.351140022277832,7.978300094604492,1.979490041732788,-8.657270431518555,7.978300094604492,1.6860899925231934,-8.351140022277832,7.878300189971924,1.979490041732788,-8.657270431518555,7.978300094604492,1.979490041732788,-8.657270431518555,7.878300189971924,1.979490041732788,-8.657270431518555,7.878300189971924,1.979490041732788,-8.657270431518555,7.978300094604492,2.216939926147461,-9.008580207824707,7.978300094604492,1.979490041732788,-8.657270431518555,7.878300189971924,2.216939926147461,-9.008580207824707,7.978300094604492,2.216939926147461,-9.008580207824707,7.878300189971924,2.216939926147461,-9.008580207824707,7.878300189971924,2.216939926147461,-9.008580207824707,7.978300094604492,2.3915998935699463,-9.394969940185547,7.978300094604492,2.216939926147461,-9.008580207824707,7.878300189971924,2.3915998935699463,-9.394969940185547,7.978300094604492,2.3915998935699463,-9.394969940185547,7.878300189971924,2.3915998935699463,-9.394969940185547,7.878300189971924,2.3915998935699463,-9.394969940185547,7.978300094604492,2.4984400272369385,-9.805319786071777,7.978300094604492,2.3915998935699463,-9.394969940185547,7.878300189971924,2.4984400272369385,-9.805319786071777,7.978300094604492,2.4984400272369385,-9.805319786071777,7.878300189971924,2.4984400272369385,-9.805319786071777,7.878300189971924,2.4984400272369385,-9.805319786071777,7.978300094604492,2.53439998626709,-10.227800369262695,7.978300094604492,2.5969998836517334,-10.667200088500977,7.878300189971924,2.634399890899658,-10.227800369262695,7.978300094604492,2.634399890899658,-10.227800369262695,7.878300189971924,2.634399890899658,-10.227800369262695,7.878300189971924,2.634399890899658,-10.227800369262695,7.978300094604492,2.5969998836517334,-9.788419723510742,7.978300094604492,2.634399890899658,-10.227800369262695,7.878300189971924,2.5969998836517334,-9.788419723510742,7.978300094604492,2.5969998836517334,-9.788419723510742,7.878300189971924,2.5969998836517334,-9.788419723510742,7.878300189971924,2.5969998836517334,-9.788419723510742,7.978300094604492,2.485879898071289,-9.361650466918945,7.978300094604492,2.5969998836517334,-9.788419723510742,7.878300189971924,2.485879898071289,-9.361650466918945,7.978300094604492,2.485879898071289,-9.361650466918945,7.878300189971924,2.485879898071289,-9.361650466918945,7.878300189971924,2.485879898071289,-9.361650466918945,7.978300094604492,2.3042399883270264,-8.959810256958008,7.978300094604492,2.485879898071289,-9.361650466918945,7.878300189971924,2.3042399883270264,-8.959810256958008,7.978300094604492,2.3042399883270264,-8.959810256958008,7.878300189971924,2.3042399883270264,-8.959810256958008,7.878300189971924,2.3042399883270264,-8.959810256958008,7.978300094604492,2.0572900772094727,-8.594449996948242,7.978300094604492,2.3042399883270264,-8.959810256958008,7.878300189971924,2.0572900772094727,-8.594449996948242,7.978300094604492,2.0572900772094727,-8.594449996948242,7.878300189971924,2.0572900772094727,-8.594449996948242,7.878300189971924,2.0572900772094727,-8.594449996948242,7.978300094604492,1.7521599531173706,-8.276069641113281,7.978300094604492,2.0572900772094727,-8.594449996948242,7.878300189971924,1.7521599531173706,-8.276069641113281,7.978300094604492,1.7521599531173706,-8.276069641113281,7.878300189971924,1.7521599531173706,-8.276069641113281,7.878300189971924,1.7521599531173706,-8.276069641113281,7.978300094604492,1.3976000547409058,-8.013850212097168,7.978300094604492,1.7521599531173706,-8.276069641113281,7.878300189971924,1.3976000547409058,-8.013850212097168,7.978300094604492,1.3976000547409058,-8.013850212097168,7.878300189971924,1.3976000547409058,-8.013850212097168,7.878300189971924,1.3976000547409058,-8.013850212097168,7.978300094604492,1.0038299560546875,-7.815310001373291,7.978300094604492,1.3976000547409058,-8.013850212097168,7.878300189971924,1.0038299560546875,-7.815310001373291,7.978300094604492,1.0038299560546875,-7.815310001373291,7.878300189971924,1.0038299560546875,-7.815310001373291,7.878300189971924,1.0038299560546875,-7.815310001373291,7.978300094604492,0.5821700096130371,-7.6861701011657715,7.978300094604492,1.0038299560546875,-7.815310001373291,7.878300189971924,0.5821700096130371,-7.6861701011657715,7.978300094604492,0.5821700096130371,-7.6861701011657715,7.878300189971924,0.5821700096130371,-7.6861701011657715,7.878300189971924,0.5821700096130371,-7.6861701011657715,7.978300094604492,0.14474999904632568,-7.630159854888916,7.978300094604492,0.5821700096130371,-7.6861701011657715,7.878300189971924,0.14474999904632568,-7.630159854888916,7.978300094604492,0.14474999904632568,-7.630159854888916,7.878300189971924,0.14474999904632568,-7.630159854888916,7.878300189971924,0.14474999904632568,-7.630159854888916,7.978300094604492,-0.2958439886569977,-7.6488800048828125,7.978300094604492,0.14474999904632568,-7.630159854888916,7.878300189971924,-0.2958439886569977,-7.6488800048828125,7.978300094604492,-0.2958439886569977,-7.6488800048828125,7.878300189971924,-0.2958439886569977,-7.6488800048828125,7.878300189971924,-0.2958439886569977,-7.6488800048828125,7.978300094604492,-0.7269369959831238,-7.741789817810059,7.978300094604492,-0.2958439886569977,-7.6488800048828125,7.878300189971924,-0.7269369959831238,-7.741789817810059,7.978300094604492,-0.7269369959831238,-7.741789817810059,7.878300189971924,-0.7269369959831238,-7.741789817810059,7.878300189971924,-0.7269369959831238,-7.741789817810059,7.978300094604492,-1.1361299753189087,-7.906209945678711,7.978300094604492,-0.7269369959831238,-7.741789817810059,7.878300189971924,-1.1361299753189087,-7.906209945678711,7.978300094604492,-1.1361299753189087,-7.906209945678711,7.878300189971924,-1.1361299753189087,-7.906209945678711,7.878300189971924,-1.1361299753189087,-7.906209945678711,7.978300094604492,-1.511639952659607,-8.137430191040039,7.978300094604492,-1.1361299753189087,-7.906209945678711,7.878300189971924,-1.511639952659607,-8.137430191040039,7.978300094604492,-1.511639952659607,-8.137430191040039,7.878300189971924,-1.511639952659607,-8.137430191040039,7.878300189971924,-1.511639952659607,-8.137430191040039,7.978300094604492,-1.8426799774169922,-8.428779602050781,7.978300094604492,-1.511639952659607,-8.137430191040039,7.878300189971924,-1.8426799774169922,-8.428779602050781,7.978300094604492,-1.8426799774169922,-8.428779602050781,7.878300189971924,-1.8426799774169922,-8.428779602050781,7.878300189971924,-1.8426799774169922,-8.428779602050781,7.978300094604492,-2.119719982147217,-8.771889686584473,7.978300094604492,-1.8426799774169922,-8.428779602050781,7.878300189971924,-2.119719982147217,-8.771889686584473,7.978300094604492,-2.119719982147217,-8.771889686584473,7.878300189971924,-2.119719982147217,-8.771889686584473,7.878300189971924,-2.119719982147217,-8.771889686584473,7.978300094604492,-2.334789991378784,-9.156880378723145,7.978300094604492,-2.119719982147217,-8.771889686584473,7.878300189971924,-2.334789991378784,-9.156880378723145,7.978300094604492,-2.334789991378784,-9.156880378723145,7.878300189971924,-2.334789991378784,-9.156880378723145,7.878300189971924,-2.334789991378784,-9.156880378723145,7.978300094604492,-2.4816999435424805,-9.572680473327637,7.978300094604492,-2.334789991378784,-9.156880378723145,7.878300189971924,-2.4816999435424805,-9.572680473327637,7.978300094604492,-2.4816999435424805,-9.572680473327637,7.878300189971924,-2.4816999435424805,-9.572680473327637,7.878300189971924,-2.4816999435424805,-9.572680473327637,7.978300094604492,-2.556230068206787,-10.00730037689209,7.978300094604492,-2.4816999435424805,-9.572680473327637,7.878300189971924,-2.556230068206787,-10.00730037689209,7.978300094604492,-2.556230068206787,-10.00730037689209,7.878300189971924,-2.556230068206787,-10.00730037689209,7.878300189971924,-2.556230068206787,-10.00730037689209,7.978300094604492,-2.556230068206787,-10.4483003616333,7.978300094604492,-2.556230068206787,-10.00730037689209,7.878300189971924,-2.556230068206787,-10.4483003616333,7.978300094604492,-2.556230068206787,-10.4483003616333,7.878300189971924,-2.556230068206787,-10.4483003616333,7.878300189971924,-2.556230068206787,-10.4483003616333,7.978300094604492,-2.4816999435424805,-10.883000373840332,7.978300094604492,-2.556230068206787,-10.4483003616333,7.878300189971924,-2.4816999435424805,-10.883000373840332,7.978300094604492,-2.4816999435424805,-10.883000373840332,7.878300189971924,-2.4816999435424805,-10.883000373840332,7.878300189971924,-2.4816999435424805,-10.883000373840332,7.978300094604492,-2.334789991378784,-11.298800468444824,7.978300094604492,-2.4816999435424805,-10.883000373840332,7.878300189971924,-2.334789991378784,-11.298800468444824,7.978300094604492,-2.334789991378784,-11.298800468444824,7.878300189971924,-2.334789991378784,-11.298800468444824,7.878300189971924,-2.334789991378784,-11.298800468444824,7.978300094604492,-2.119719982147217,-11.683799743652344,7.978300094604492,-2.334789991378784,-11.298800468444824,7.878300189971924,-2.119719982147217,-11.683799743652344,7.978300094604492,-2.119719982147217,-11.683799743652344,7.878300189971924,-2.119719982147217,-11.683799743652344,7.878300189971924,-2.119719982147217,-11.683799743652344,7.978300094604492,-1.8426799774169922,-12.026900291442871,7.978300094604492,-2.119719982147217,-11.683799743652344,7.878300189971924,-1.8426799774169922,-12.026900291442871,7.978300094604492,-1.8426799774169922,-12.026900291442871,7.878300189971924,-1.8426799774169922,-12.026900291442871,7.878300189971924,-1.8426799774169922,-12.026900291442871,7.978300094604492,-1.511639952659607,-12.31820011138916,7.978300094604492,-1.8426799774169922,-12.026900291442871,7.878300189971924,-1.511639952659607,-12.31820011138916,7.978300094604492,-1.511639952659607,-12.31820011138916,7.878300189971924,-1.511639952659607,-12.31820011138916,7.878300189971924,-1.511639952659607,-12.31820011138916,7.978300094604492,-1.1361299753189087,-12.549400329589844,7.978300094604492,-1.511639952659607,-12.31820011138916,7.878300189971924,-1.1361299753189087,-12.549400329589844,7.978300094604492,-1.1361299753189087,-12.549400329589844,7.878300189971924,-1.1361299753189087,-12.549400329589844,7.878300189971924,-1.1361299753189087,-12.549400329589844,7.978300094604492,-0.7269369959831238,-12.713899612426758,7.978300094604492,-1.1361299753189087,-12.549400329589844,7.878300189971924,-0.7269369959831238,-12.713899612426758,7.978300094604492,-0.7269369959831238,-12.713899612426758,7.878300189971924,-0.7269369959831238,-12.713899612426758,7.878300189971924,-0.7269369959831238,-12.713899612426758,7.978300094604492,-0.2958439886569977,-12.80679988861084,7.978300094604492,-0.7269369959831238,-12.713899612426758,7.878300189971924,-0.2958439886569977,-12.80679988861084,7.978300094604492,-0.2958439886569977,-12.80679988861084,7.878300189971924,-0.2958439886569977,-12.80679988861084,7.878300189971924,-0.2958439886569977,-12.80679988861084,7.978300094604492,0.14474999904632568,-12.825499534606934,7.978300094604492,-0.2958439886569977,-12.80679988861084,7.878300189971924,0.14474999904632568,-12.825499534606934,7.978300094604492,0.14474999904632568,-12.825499534606934,7.878300189971924,0.14474999904632568,-12.825499534606934,7.878300189971924,0.14474999904632568,-12.825499534606934,7.978300094604492,0.5821700096130371,-12.769499778747559,7.978300094604492,0.14474999904632568,-12.825499534606934,7.878300189971924,0.5821700096130371,-12.769499778747559,7.978300094604492,0.5821700096130371,-12.769499778747559,7.878300189971924,0.5821700096130371,-12.769499778747559,7.878300189971924,0.5821700096130371,-12.769499778747559,7.978300094604492,1.0038299560546875,-12.640299797058105,7.978300094604492,0.5821700096130371,-12.769499778747559,7.878300189971924,1.0038299560546875,-12.640299797058105,7.978300094604492,1.0038299560546875,-12.640299797058105,7.878300189971924,1.0038299560546875,-12.640299797058105,7.878300189971924,1.0038299560546875,-12.640299797058105,7.978300094604492,1.3976000547409058,-12.441800117492676,7.978300094604492,1.0038299560546875,-12.640299797058105,7.878300189971924,1.3976000547409058,-12.441800117492676,7.978300094604492,1.3976000547409058,-12.441800117492676,7.878300189971924,1.3976000547409058,-12.441800117492676,7.878300189971924,1.3976000547409058,-12.441800117492676,7.978300094604492,1.7521599531173706,-12.17959976196289,7.978300094604492,1.3976000547409058,-12.441800117492676,7.878300189971924,1.7521599531173706,-12.17959976196289,7.978300094604492,1.7521599531173706,-12.17959976196289,7.878300189971924,1.7521599531173706,-12.17959976196289,7.878300189971924,1.7521599531173706,-12.17959976196289,7.978300094604492,2.0572900772094727,-11.861200332641602,7.978300094604492,1.7521599531173706,-12.17959976196289,7.878300189971924,2.0572900772094727,-11.861200332641602,7.978300094604492,2.0572900772094727,-11.861200332641602,7.878300189971924,2.0572900772094727,-11.861200332641602,7.878300189971924,2.0572900772094727,-11.861200332641602,7.978300094604492,2.3042399883270264,-11.495800018310547,7.978300094604492,2.0572900772094727,-11.861200332641602,7.878300189971924,2.3042399883270264,-11.495800018310547,7.978300094604492,2.3042399883270264,-11.495800018310547,7.878300189971924,2.3042399883270264,-11.495800018310547,7.878300189971924,2.3042399883270264,-11.495800018310547,7.978300094604492,2.485879898071289,-11.093999862670898,7.978300094604492,2.3042399883270264,-11.495800018310547,7.878300189971924,2.485879898071289,-11.093999862670898,7.978300094604492,2.485879898071289,-11.093999862670898,7.878300189971924,2.485879898071289,-11.093999862670898,7.878300189971924,2.485879898071289,-11.093999862670898,7.978300094604492,2.5969998836517334,-10.667200088500977,7.978300094604492,2.485879898071289,-11.093999862670898,7.878300189971924,2.5969998836517334,-10.667200088500977,7.978300094604492,2.5969998836517334,-10.667200088500977,7.878300189971924,2.5969998836517334,-10.667200088500977,7.878300189971924,2.5969998836517334,-10.667200088500977,7.978300094604492,2.634399890899658,-10.227800369262695,7.978300094604492,-0.6976540088653564,-12.618200302124023,7.878300189971924,-0.7269369959831238,-12.713899612426758,7.878300189971924,-0.28314098715782166,-12.707599639892578,7.878300189971924,-0.28314098715782166,-12.707599639892578,7.878300189971924,-0.7269369959831238,-12.713899612426758,7.878300189971924,-0.2958439886569977,-12.80679988861084,7.878300189971924,-0.28314098715782166,-12.707599639892578,7.878300189971924,-0.2958439886569977,-12.80679988861084,7.878300189971924,0.14050599932670593,-12.725600242614746,7.878300189971924,0.14050599932670593,-12.725600242614746,7.878300189971924,-0.2958439886569977,-12.80679988861084,7.878300189971924,0.14474999904632568,-12.825499534606934,7.878300189971924,0.14050599932670593,-12.725600242614746,7.878300189971924,0.14474999904632568,-12.825499534606934,7.878300189971924,0.5611010193824768,-12.671699523925781,7.878300189971924,0.5611010193824768,-12.671699523925781,7.878300189971924,0.14474999904632568,-12.825499534606934,7.878300189971924,0.5821700096130371,-12.769499778747559,7.878300189971924,0.5611010193824768,-12.671699523925781,7.878300189971924,0.5821700096130371,-12.769499778747559,7.878300189971924,0.966543972492218,-12.547499656677246,7.878300189971924,0.966543972492218,-12.547499656677246,7.878300189971924,0.5821700096130371,-12.769499778747559,7.878300189971924,1.0038299560546875,-12.640299797058105,7.878300189971924,0.966543972492218,-12.547499656677246,7.878300189971924,1.0038299560546875,-12.640299797058105,7.878300189971924,1.345170021057129,-12.356599807739258,7.878300189971924,1.345170021057129,-12.356599807739258,7.878300189971924,1.0038299560546875,-12.640299797058105,7.878300189971924,1.3976000547409058,-12.441800117492676,7.878300189971924,1.345170021057129,-12.356599807739258,7.878300189971924,1.3976000547409058,-12.441800117492676,7.878300189971924,1.6860899925231934,-12.104499816894531,7.878300189971924,1.6860899925231934,-12.104499816894531,7.878300189971924,1.3976000547409058,-12.441800117492676,7.878300189971924,1.7521599531173706,-12.17959976196289,7.878300189971924,1.6860899925231934,-12.104499816894531,7.878300189971924,1.7521599531173706,-12.17959976196289,7.878300189971924,1.979490041732788,-11.798399925231934,7.878300189971924,1.979490041732788,-11.798399925231934,7.878300189971924,1.7521599531173706,-12.17959976196289,7.878300189971924,2.0572900772094727,-11.861200332641602,7.878300189971924,1.979490041732788,-11.798399925231934,7.878300189971924,2.0572900772094727,-11.861200332641602,7.878300189971924,2.216939926147461,-11.447099685668945,7.878300189971924,2.216939926147461,-11.447099685668945,7.878300189971924,2.0572900772094727,-11.861200332641602,7.878300189971924,2.3042399883270264,-11.495800018310547,7.878300189971924,2.216939926147461,-11.447099685668945,7.878300189971924,2.3042399883270264,-11.495800018310547,7.878300189971924,2.3915998935699463,-11.060700416564941,7.878300189971924,2.3915998935699463,-11.060700416564941,7.878300189971924,2.3042399883270264,-11.495800018310547,7.878300189971924,2.485879898071289,-11.093999862670898,7.878300189971924,2.3915998935699463,-11.060700416564941,7.878300189971924,2.485879898071289,-11.093999862670898,7.878300189971924,2.4984400272369385,-10.650300025939941,7.878300189971924,2.4984400272369385,-10.650300025939941,7.878300189971924,2.485879898071289,-11.093999862670898,7.878300189971924,2.5969998836517334,-10.667200088500977,7.878300189971924,2.4984400272369385,-10.650300025939941,7.878300189971924,2.5969998836517334,-10.667200088500977,7.878300189971924,2.53439998626709,-10.227800369262695,7.878300189971924,2.53439998626709,-10.227800369262695,7.878300189971924,2.5969998836517334,-10.667200088500977,7.878300189971924,2.634399890899658,-10.227800369262695,7.878300189971924,2.53439998626709,-10.227800369262695,7.878300189971924,2.634399890899658,-10.227800369262695,7.878300189971924,2.4984400272369385,-9.805319786071777,7.878300189971924,2.4984400272369385,-9.805319786071777,7.878300189971924,2.634399890899658,-10.227800369262695,7.878300189971924,2.5969998836517334,-9.788419723510742,7.878300189971924,2.4984400272369385,-9.805319786071777,7.878300189971924,2.5969998836517334,-9.788419723510742,7.878300189971924,2.3915998935699463,-9.394969940185547,7.878300189971924,2.3915998935699463,-9.394969940185547,7.878300189971924,2.5969998836517334,-9.788419723510742,7.878300189971924,2.485879898071289,-9.361650466918945,7.878300189971924,2.3915998935699463,-9.394969940185547,7.878300189971924,2.485879898071289,-9.361650466918945,7.878300189971924,2.216939926147461,-9.008580207824707,7.878300189971924,2.216939926147461,-9.008580207824707,7.878300189971924,2.485879898071289,-9.361650466918945,7.878300189971924,2.3042399883270264,-8.959810256958008,7.878300189971924,2.216939926147461,-9.008580207824707,7.878300189971924,2.3042399883270264,-8.959810256958008,7.878300189971924,1.979490041732788,-8.657270431518555,7.878300189971924,1.979490041732788,-8.657270431518555,7.878300189971924,2.3042399883270264,-8.959810256958008,7.878300189971924,2.0572900772094727,-8.594449996948242,7.878300189971924,1.979490041732788,-8.657270431518555,7.878300189971924,2.0572900772094727,-8.594449996948242,7.878300189971924,1.6860899925231934,-8.351140022277832,7.878300189971924,1.6860899925231934,-8.351140022277832,7.878300189971924,2.0572900772094727,-8.594449996948242,7.878300189971924,1.7521599531173706,-8.276069641113281,7.878300189971924,1.6860899925231934,-8.351140022277832,7.878300189971924,1.7521599531173706,-8.276069641113281,7.878300189971924,1.345170021057129,-8.098999977111816,7.878300189971924,1.345170021057129,-8.098999977111816,7.878300189971924,1.7521599531173706,-8.276069641113281,7.878300189971924,1.3976000547409058,-8.013850212097168,7.878300189971924,1.345170021057129,-8.098999977111816,7.878300189971924,1.3976000547409058,-8.013850212097168,7.878300189971924,0.966543972492218,-7.908100128173828,7.878300189971924,0.966543972492218,-7.908100128173828,7.878300189971924,1.3976000547409058,-8.013850212097168,7.878300189971924,1.0038299560546875,-7.815310001373291,7.878300189971924,0.966543972492218,-7.908100128173828,7.878300189971924,1.0038299560546875,-7.815310001373291,7.878300189971924,0.5611010193824768,-7.783929824829102,7.878300189971924,0.5611010193824768,-7.783929824829102,7.878300189971924,1.0038299560546875,-7.815310001373291,7.878300189971924,0.5821700096130371,-7.6861701011657715,7.878300189971924,0.5611010193824768,-7.783929824829102,7.878300189971924,0.5821700096130371,-7.6861701011657715,7.878300189971924,0.14050599932670593,-7.730070114135742,7.878300189971924,0.14050599932670593,-7.730070114135742,7.878300189971924,0.5821700096130371,-7.6861701011657715,7.878300189971924,0.14474999904632568,-7.630159854888916,7.878300189971924,0.14050599932670593,-7.730070114135742,7.878300189971924,0.14474999904632568,-7.630159854888916,7.878300189971924,-0.28314098715782166,-7.748069763183594,7.878300189971924,-0.28314098715782166,-7.748069763183594,7.878300189971924,0.14474999904632568,-7.630159854888916,7.878300189971924,-0.2958439886569977,-7.6488800048828125,7.878300189971924,-0.28314098715782166,-7.748069763183594,7.878300189971924,-0.2958439886569977,-7.6488800048828125,7.878300189971924,-0.6976540088653564,-7.837399959564209,7.878300189971924,-0.6976540088653564,-7.837399959564209,7.878300189971924,-0.2958439886569977,-7.6488800048828125,7.878300189971924,-0.7269369959831238,-7.741789817810059,7.878300189971924,-0.6976540088653564,-7.837399959564209,7.878300189971924,-0.7269369959831238,-7.741789817810059,7.878300189971924,-1.0911099910736084,-7.995500087738037,7.878300189971924,-1.0911099910736084,-7.995500087738037,7.878300189971924,-0.7269369959831238,-7.741789817810059,7.878300189971924,-1.1361299753189087,-7.906209945678711,7.878300189971924,-1.0911099910736084,-7.995500087738037,7.878300189971924,-1.1361299753189087,-7.906209945678711,7.878300189971924,-1.452180027961731,-8.217829704284668,7.878300189971924,-1.452180027961731,-8.217829704284668,7.878300189971924,-1.1361299753189087,-7.906209945678711,7.878300189971924,-1.511639952659607,-8.137430191040039,7.878300189971924,-1.452180027961731,-8.217829704284668,7.878300189971924,-1.511639952659607,-8.137430191040039,7.878300189971924,-1.770490050315857,-8.497969627380371,7.878300189971924,-1.770490050315857,-8.497969627380371,7.878300189971924,-1.511639952659607,-8.137430191040039,7.878300189971924,-1.8426799774169922,-8.428779602050781,7.878300189971924,-1.770490050315857,-8.497969627380371,7.878300189971924,-1.8426799774169922,-8.428779602050781,7.878300189971924,-2.036870002746582,-8.827879905700684,7.878300189971924,-2.036870002746582,-8.827879905700684,7.878300189971924,-1.8426799774169922,-8.428779602050781,7.878300189971924,-2.119719982147217,-8.771889686584473,7.878300189971924,-2.036870002746582,-8.827879905700684,7.878300189971924,-2.119719982147217,-8.771889686584473,7.878300189971924,-2.2436699867248535,-9.198060035705566,7.878300189971924,-2.2436699867248535,-9.198060035705566,7.878300189971924,-2.119719982147217,-8.771889686584473,7.878300189971924,-2.334789991378784,-9.156880378723145,7.878300189971924,-2.2436699867248535,-9.198060035705566,7.878300189971924,-2.334789991378784,-9.156880378723145,7.878300189971924,-2.384929895401001,-9.597880363464355,7.878300189971924,-2.384929895401001,-9.597880363464355,7.878300189971924,-2.334789991378784,-9.156880378723145,7.878300189971924,-2.4816999435424805,-9.572680473327637,7.878300189971924,-2.384929895401001,-9.597880363464355,7.878300189971924,-2.4816999435424805,-9.572680473327637,7.878300189971924,-2.456589937210083,-10.015800476074219,7.878300189971924,-2.456589937210083,-10.015800476074219,7.878300189971924,-2.4816999435424805,-9.572680473327637,7.878300189971924,-2.556230068206787,-10.00730037689209,7.878300189971924,-2.456589937210083,-10.015800476074219,7.878300189971924,-2.556230068206787,-10.00730037689209,7.878300189971924,-2.456589937210083,-10.439800262451172,7.878300189971924,-2.456589937210083,-10.439800262451172,7.878300189971924,-2.556230068206787,-10.00730037689209,7.878300189971924,-2.556230068206787,-10.4483003616333,7.878300189971924,-2.456589937210083,-10.439800262451172,7.878300189971924,-2.556230068206787,-10.4483003616333,7.878300189971924,-2.384929895401001,-10.857799530029297,7.878300189971924,-2.384929895401001,-10.857799530029297,7.878300189971924,-2.556230068206787,-10.4483003616333,7.878300189971924,-2.4816999435424805,-10.883000373840332,7.878300189971924,-2.384929895401001,-10.857799530029297,7.878300189971924,-2.4816999435424805,-10.883000373840332,7.878300189971924,-2.2436699867248535,-11.257599830627441,7.878300189971924,-2.2436699867248535,-11.257599830627441,7.878300189971924,-2.4816999435424805,-10.883000373840332,7.878300189971924,-2.334789991378784,-11.298800468444824,7.878300189971924,-2.2436699867248535,-11.257599830627441,7.878300189971924,-2.334789991378784,-11.298800468444824,7.878300189971924,-2.036870002746582,-11.627799987792969,7.878300189971924,-2.036870002746582,-11.627799987792969,7.878300189971924,-2.334789991378784,-11.298800468444824,7.878300189971924,-2.119719982147217,-11.683799743652344,7.878300189971924,-2.036870002746582,-11.627799987792969,7.878300189971924,-2.119719982147217,-11.683799743652344,7.878300189971924,-1.770490050315857,-11.9576997756958,7.878300189971924,-1.770490050315857,-11.9576997756958,7.878300189971924,-2.119719982147217,-11.683799743652344,7.878300189971924,-1.8426799774169922,-12.026900291442871,7.878300189971924,-1.770490050315857,-11.9576997756958,7.878300189971924,-1.8426799774169922,-12.026900291442871,7.878300189971924,-1.452180027961731,-12.237799644470215,7.878300189971924,-1.452180027961731,-12.237799644470215,7.878300189971924,-1.8426799774169922,-12.026900291442871,7.878300189971924,-1.511639952659607,-12.31820011138916,7.878300189971924,-1.452180027961731,-12.237799644470215,7.878300189971924,-1.511639952659607,-12.31820011138916,7.878300189971924,-1.0911099910736084,-12.460100173950195,7.878300189971924,-1.0911099910736084,-12.460100173950195,7.878300189971924,-1.511639952659607,-12.31820011138916,7.878300189971924,-1.1361299753189087,-12.549400329589844,7.878300189971924,-1.0911099910736084,-12.460100173950195,7.878300189971924,-1.1361299753189087,-12.549400329589844,7.878300189971924,-0.6976540088653564,-12.618200302124023,7.878300189971924,-0.6976540088653564,-12.618200302124023,7.878300189971924,-1.1361299753189087,-12.549400329589844,7.878300189971924,-0.7269369959831238,-12.713899612426758,7.878300189971924,2.4984400272369385,-10.650300025939941,7.978300094604492,2.0056300163269043,-10.565799713134766,8.478300094604492,2.3915998935699463,-11.060700416564941,7.978300094604492,2.3915998935699463,-11.060700416564941,7.978300094604492,2.0056300163269043,-10.565799713134766,8.478300094604492,1.9201600551605225,-10.894100189208984,8.478300094604492,2.3915998935699463,-11.060700416564941,7.978300094604492,1.9201600551605225,-10.894100189208984,8.478300094604492,2.216939926147461,-11.447099685668945,7.978300094604492,2.216939926147461,-11.447099685668945,7.978300094604492,1.9201600551605225,-10.894100189208984,8.478300094604492,1.7804299592971802,-11.203200340270996,8.478300094604492,2.216939926147461,-11.447099685668945,7.978300094604492,1.7804299592971802,-11.203200340270996,8.478300094604492,1.979490041732788,-11.798399925231934,7.978300094604492,1.979490041732788,-11.798399925231934,7.978300094604492,1.7804299592971802,-11.203200340270996,8.478300094604492,1.5904699563980103,-11.484299659729004,8.478300094604492,1.979490041732788,-11.798399925231934,7.978300094604492,1.5904699563980103,-11.484299659729004,8.478300094604492,1.6860899925231934,-12.104499816894531,7.978300094604492,1.6860899925231934,-12.104499816894531,7.978300094604492,1.5904699563980103,-11.484299659729004,8.478300094604492,1.3557499647140503,-11.72920036315918,8.478300094604492,1.6860899925231934,-12.104499816894531,7.978300094604492,1.3557499647140503,-11.72920036315918,8.478300094604492,1.345170021057129,-12.356599807739258,7.978300094604492,1.345170021057129,-12.356599807739258,7.978300094604492,1.3557499647140503,-11.72920036315918,8.478300094604492,1.0830199718475342,-11.930899620056152,8.478300094604492,1.345170021057129,-12.356599807739258,7.978300094604492,1.0830199718475342,-11.930899620056152,8.478300094604492,0.966543972492218,-12.547499656677246,7.978300094604492,0.966543972492218,-12.547499656677246,7.978300094604492,1.0830199718475342,-11.930899620056152,8.478300094604492,0.7801160216331482,-12.083600044250488,8.478300094604492,0.966543972492218,-12.547499656677246,7.978300094604492,0.7801160216331482,-12.083600044250488,8.478300094604492,0.5611010193824768,-12.671699523925781,7.978300094604492,0.5611010193824768,-12.671699523925781,7.978300094604492,0.7801160216331482,-12.083600044250488,8.478300094604492,0.45576000213623047,-12.182900428771973,8.478300094604492,0.5611010193824768,-12.671699523925781,7.978300094604492,0.45576000213623047,-12.182900428771973,8.478300094604492,0.14050599932670593,-12.725600242614746,7.978300094604492,0.14050599932670593,-12.725600242614746,7.978300094604492,0.45576000213623047,-12.182900428771973,8.478300094604492,0.11928500235080719,-12.22599983215332,8.478300094604492,0.14050599932670593,-12.725600242614746,7.978300094604492,0.11928500235080719,-12.22599983215332,8.478300094604492,-0.28314098715782166,-12.707599639892578,7.978300094604492,-0.28314098715782166,-12.707599639892578,7.978300094604492,0.11928500235080719,-12.22599983215332,8.478300094604492,-0.21963199973106384,-12.211600303649902,8.478300094604492,-0.28314098715782166,-12.707599639892578,7.978300094604492,-0.21963199973106384,-12.211600303649902,8.478300094604492,-0.6976540088653564,-12.618200302124023,7.978300094604492,-0.6976540088653564,-12.618200302124023,7.978300094604492,-0.21963199973106384,-12.211600303649902,8.478300094604492,-0.5512440204620361,-12.140199661254883,8.478300094604492,-0.6976540088653564,-12.618200302124023,7.978300094604492,-0.5512440204620361,-12.140199661254883,8.478300094604492,-1.0911099910736084,-12.460100173950195,7.978300094604492,-1.0911099910736084,-12.460100173950195,7.978300094604492,-0.5512440204620361,-12.140199661254883,8.478300094604492,-0.8660060167312622,-12.013699531555176,8.478300094604492,-1.0911099910736084,-12.460100173950195,7.978300094604492,-0.8660060167312622,-12.013699531555176,8.478300094604492,-1.452180027961731,-12.237799644470215,7.978300094604492,-1.452180027961731,-12.237799644470215,7.978300094604492,-0.8660060167312622,-12.013699531555176,8.478300094604492,-1.154860019683838,-11.835800170898438,8.478300094604492,-1.452180027961731,-12.237799644470215,7.978300094604492,-1.154860019683838,-11.835800170898438,8.478300094604492,-1.770490050315857,-11.9576997756958,7.978300094604492,-1.770490050315857,-11.9576997756958,7.978300094604492,-1.154860019683838,-11.835800170898438,8.478300094604492,-1.4095100164413452,-11.611700057983398,8.478300094604492,-1.770490050315857,-11.9576997756958,7.978300094604492,-1.4095100164413452,-11.611700057983398,8.478300094604492,-2.036870002746582,-11.627799987792969,7.978300094604492,-2.036870002746582,-11.627799987792969,7.978300094604492,-1.4095100164413452,-11.611700057983398,8.478300094604492,-1.6226199865341187,-11.347800254821777,8.478300094604492,-2.036870002746582,-11.627799987792969,7.978300094604492,-1.6226199865341187,-11.347800254821777,8.478300094604492,-2.2436699867248535,-11.257599830627441,7.978300094604492,-2.2436699867248535,-11.257599830627441,7.978300094604492,-1.6226199865341187,-11.347800254821777,8.478300094604492,-1.7880500555038452,-11.051600456237793,8.478300094604492,-2.2436699867248535,-11.257599830627441,7.978300094604492,-1.7880500555038452,-11.051600456237793,8.478300094604492,-2.384929895401001,-10.857799530029297,7.978300094604492,-2.384929895401001,-10.857799530029297,7.978300094604492,-1.7880500555038452,-11.051600456237793,8.478300094604492,-1.9010599851608276,-10.731800079345703,8.478300094604492,-2.384929895401001,-10.857799530029297,7.978300094604492,-1.9010599851608276,-10.731800079345703,8.478300094604492,-2.456589937210083,-10.439800262451172,7.978300094604492,-2.456589937210083,-10.439800262451172,7.978300094604492,-1.9010599851608276,-10.731800079345703,8.478300094604492,-1.9583899974822998,-10.39739990234375,8.478300094604492,-2.456589937210083,-10.439800262451172,7.978300094604492,-1.9583899974822998,-10.39739990234375,8.478300094604492,-2.456589937210083,-10.015800476074219,7.978300094604492,-2.456589937210083,-10.015800476074219,7.978300094604492,-1.9583899974822998,-10.39739990234375,8.478300094604492,-1.9583899974822998,-10.058199882507324,8.478300094604492,-2.456589937210083,-10.015800476074219,7.978300094604492,-1.9583899974822998,-10.058199882507324,8.478300094604492,-2.384929895401001,-9.597880363464355,7.978300094604492,-2.384929895401001,-9.597880363464355,7.978300094604492,-1.9583899974822998,-10.058199882507324,8.478300094604492,-1.9010599851608276,-9.723859786987305,8.478300094604492,-2.384929895401001,-9.597880363464355,7.978300094604492,-1.9010599851608276,-9.723859786987305,8.478300094604492,-2.2436699867248535,-9.198060035705566,7.978300094604492,-2.2436699867248535,-9.198060035705566,7.978300094604492,-1.9010599851608276,-9.723859786987305,8.478300094604492,-1.7880500555038452,-9.404020309448242,8.478300094604492,-2.2436699867248535,-9.198060035705566,7.978300094604492,-1.7880500555038452,-9.404020309448242,8.478300094604492,-2.036870002746582,-8.827879905700684,7.978300094604492,-2.036870002746582,-8.827879905700684,7.978300094604492,-1.7880500555038452,-9.404020309448242,8.478300094604492,-1.6226199865341187,-9.107870101928711,8.478300094604492,-2.036870002746582,-8.827879905700684,7.978300094604492,-1.6226199865341187,-9.107870101928711,8.478300094604492,-1.770490050315857,-8.497969627380371,7.978300094604492,-1.770490050315857,-8.497969627380371,7.978300094604492,-1.6226199865341187,-9.107870101928711,8.478300094604492,-1.4095100164413452,-8.843939781188965,8.478300094604492,-1.770490050315857,-8.497969627380371,7.978300094604492,-1.4095100164413452,-8.843939781188965,8.478300094604492,-1.452180027961731,-8.217829704284668,7.978300094604492,-1.452180027961731,-8.217829704284668,7.978300094604492,-1.4095100164413452,-8.843939781188965,8.478300094604492,-1.154860019683838,-8.619830131530762,8.478300094604492,-1.452180027961731,-8.217829704284668,7.978300094604492,-1.154860019683838,-8.619830131530762,8.478300094604492,-1.0911099910736084,-7.995500087738037,7.978300094604492,-1.0911099910736084,-7.995500087738037,7.978300094604492,-1.154860019683838,-8.619830131530762,8.478300094604492,-0.8660060167312622,-8.441969871520996,8.478300094604492,-1.0911099910736084,-7.995500087738037,7.978300094604492,-0.8660060167312622,-8.441969871520996,8.478300094604492,-0.6976540088653564,-7.837399959564209,7.978300094604492,-0.6976540088653564,-7.837399959564209,7.978300094604492,-0.8660060167312622,-8.441969871520996,8.478300094604492,-0.5512440204620361,-8.315489768981934,8.478300094604492,-0.6976540088653564,-7.837399959564209,7.978300094604492,-0.5512440204620361,-8.315489768981934,8.478300094604492,-0.28314098715782166,-7.748069763183594,7.978300094604492,-0.28314098715782166,-7.748069763183594,7.978300094604492,-0.5512440204620361,-8.315489768981934,8.478300094604492,-0.21963199973106384,-8.244020462036133,8.478300094604492,-0.28314098715782166,-7.748069763183594,7.978300094604492,-0.21963199973106384,-8.244020462036133,8.478300094604492,0.14050599932670593,-7.730070114135742,7.978300094604492,0.14050599932670593,-7.730070114135742,7.978300094604492,-0.21963199973106384,-8.244020462036133,8.478300094604492,0.11928500235080719,-8.229619979858398,8.478300094604492,0.14050599932670593,-7.730070114135742,7.978300094604492,0.11928500235080719,-8.229619979858398,8.478300094604492,0.5611010193824768,-7.783929824829102,7.978300094604492,0.5611010193824768,-7.783929824829102,7.978300094604492,0.11928500235080719,-8.229619979858398,8.478300094604492,0.45576000213623047,-8.272709846496582,8.478300094604492,0.5611010193824768,-7.783929824829102,7.978300094604492,0.45576000213623047,-8.272709846496582,8.478300094604492,0.966543972492218,-7.908100128173828,7.978300094604492,0.966543972492218,-7.908100128173828,7.978300094604492,0.45576000213623047,-8.272709846496582,8.478300094604492,0.7801160216331482,-8.372039794921875,8.478300094604492,0.966543972492218,-7.908100128173828,7.978300094604492,0.7801160216331482,-8.372039794921875,8.478300094604492,1.345170021057129,-8.098999977111816,7.978300094604492,1.345170021057129,-8.098999977111816,7.978300094604492,0.7801160216331482,-8.372039794921875,8.478300094604492,1.0830199718475342,-8.524760246276855,8.478300094604492,1.345170021057129,-8.098999977111816,7.978300094604492,1.0830199718475342,-8.524760246276855,8.478300094604492,1.6860899925231934,-8.351140022277832,7.978300094604492,1.6860899925231934,-8.351140022277832,7.978300094604492,1.0830199718475342,-8.524760246276855,8.478300094604492,1.3557499647140503,-8.726469993591309,8.478300094604492,1.6860899925231934,-8.351140022277832,7.978300094604492,1.3557499647140503,-8.726469993591309,8.478300094604492,1.979490041732788,-8.657270431518555,7.978300094604492,1.979490041732788,-8.657270431518555,7.978300094604492,1.3557499647140503,-8.726469993591309,8.478300094604492,1.5904699563980103,-8.971380233764648,8.478300094604492,1.979490041732788,-8.657270431518555,7.978300094604492,1.5904699563980103,-8.971380233764648,8.478300094604492,2.216939926147461,-9.008580207824707,7.978300094604492,2.216939926147461,-9.008580207824707,7.978300094604492,1.5904699563980103,-8.971380233764648,8.478300094604492,1.7804299592971802,-9.252429962158203,8.478300094604492,2.216939926147461,-9.008580207824707,7.978300094604492,1.7804299592971802,-9.252429962158203,8.478300094604492,2.3915998935699463,-9.394969940185547,7.978300094604492,2.3915998935699463,-9.394969940185547,7.978300094604492,1.7804299592971802,-9.252429962158203,8.478300094604492,1.9201600551605225,-9.561539649963379,8.478300094604492,2.3915998935699463,-9.394969940185547,7.978300094604492,1.9201600551605225,-9.561539649963379,8.478300094604492,2.4984400272369385,-9.805319786071777,7.978300094604492,2.4984400272369385,-9.805319786071777,7.978300094604492,1.9201600551605225,-9.561539649963379,8.478300094604492,2.0056300163269043,-9.889820098876953,8.478300094604492,2.4984400272369385,-9.805319786071777,7.978300094604492,2.0056300163269043,-9.889820098876953,8.478300094604492,2.53439998626709,-10.227800369262695,7.978300094604492,2.53439998626709,-10.227800369262695,7.978300094604492,2.0056300163269043,-9.889820098876953,8.478300094604492,2.03439998626709,-10.227800369262695,8.478300094604492,2.53439998626709,-10.227800369262695,7.978300094604492,2.03439998626709,-10.227800369262695,8.478300094604492,2.4984400272369385,-10.650300025939941,7.978300094604492,2.4984400272369385,-10.650300025939941,7.978300094604492,2.03439998626709,-10.227800369262695,8.478300094604492,2.0056300163269043,-10.565799713134766,8.478300094604492,1.3557499647140503,-8.726469993591309,8.478300094604492,1.0830199718475342,-8.524760246276855,8.478300094604492,0.7801160216331482,-8.372039794921875,8.478300094604492,0.7801160216331482,-8.372039794921875,8.478300094604492,0.45576000213623047,-8.272709846496582,8.478300094604492,0.11928500235080719,-8.229619979858398,8.478300094604492,1.3557499647140503,-8.726469993591309,8.478300094604492,0.7801160216331482,-8.372039794921875,8.478300094604492,-0.8660060167312622,-12.013699531555176,8.478300094604492,-0.8660060167312622,-12.013699531555176,8.478300094604492,0.7801160216331482,-8.372039794921875,8.478300094604492,0.11928500235080719,-8.229619979858398,8.478300094604492,-0.8660060167312622,-12.013699531555176,8.478300094604492,0.11928500235080719,-8.229619979858398,8.478300094604492,-0.21963199973106384,-8.244020462036133,8.478300094604492,-0.8660060167312622,-12.013699531555176,8.478300094604492,-0.5512440204620361,-12.140199661254883,8.478300094604492,1.3557499647140503,-8.726469993591309,8.478300094604492,1.3557499647140503,-8.726469993591309,8.478300094604492,-0.5512440204620361,-12.140199661254883,8.478300094604492,-0.21963199973106384,-12.211600303649902,8.478300094604492,1.3557499647140503,-8.726469993591309,8.478300094604492,-0.21963199973106384,-12.211600303649902,8.478300094604492,0.11928500235080719,-12.22599983215332,8.478300094604492,-0.21963199973106384,-8.244020462036133,8.478300094604492,-0.5512440204620361,-8.315489768981934,8.478300094604492,-0.8660060167312622,-12.013699531555176,8.478300094604492,-0.8660060167312622,-12.013699531555176,8.478300094604492,-0.5512440204620361,-8.315489768981934,8.478300094604492,-0.8660060167312622,-8.441969871520996,8.478300094604492,-0.8660060167312622,-12.013699531555176,8.478300094604492,-0.8660060167312622,-8.441969871520996,8.478300094604492,-1.154860019683838,-11.835800170898438,8.478300094604492,-1.154860019683838,-11.835800170898438,8.478300094604492,-0.8660060167312622,-8.441969871520996,8.478300094604492,-1.154860019683838,-8.619830131530762,8.478300094604492,-1.154860019683838,-11.835800170898438,8.478300094604492,-1.154860019683838,-8.619830131530762,8.478300094604492,-1.4095100164413452,-11.611700057983398,8.478300094604492,-1.4095100164413452,-11.611700057983398,8.478300094604492,-1.154860019683838,-8.619830131530762,8.478300094604492,-1.4095100164413452,-8.843939781188965,8.478300094604492,-1.4095100164413452,-11.611700057983398,8.478300094604492,-1.4095100164413452,-8.843939781188965,8.478300094604492,-1.6226199865341187,-11.347800254821777,8.478300094604492,-1.6226199865341187,-11.347800254821777,8.478300094604492,-1.4095100164413452,-8.843939781188965,8.478300094604492,-1.6226199865341187,-9.107870101928711,8.478300094604492,-1.6226199865341187,-11.347800254821777,8.478300094604492,-1.6226199865341187,-9.107870101928711,8.478300094604492,-1.7880500555038452,-11.051600456237793,8.478300094604492,-1.7880500555038452,-11.051600456237793,8.478300094604492,-1.6226199865341187,-9.107870101928711,8.478300094604492,-1.7880500555038452,-9.404020309448242,8.478300094604492,-1.7880500555038452,-11.051600456237793,8.478300094604492,-1.7880500555038452,-9.404020309448242,8.478300094604492,-1.9010599851608276,-10.731800079345703,8.478300094604492,-1.9010599851608276,-10.731800079345703,8.478300094604492,-1.7880500555038452,-9.404020309448242,8.478300094604492,-1.9010599851608276,-9.723859786987305,8.478300094604492,-1.9010599851608276,-10.731800079345703,8.478300094604492,-1.9010599851608276,-9.723859786987305,8.478300094604492,-1.9583899974822998,-10.39739990234375,8.478300094604492,-1.9583899974822998,-10.39739990234375,8.478300094604492,-1.9010599851608276,-9.723859786987305,8.478300094604492,-1.9583899974822998,-10.058199882507324,8.478300094604492,2.0056300163269043,-9.889820098876953,8.478300094604492,0.11928500235080719,-12.22599983215332,8.478300094604492,2.03439998626709,-10.227800369262695,8.478300094604492,2.03439998626709,-10.227800369262695,8.478300094604492,0.11928500235080719,-12.22599983215332,8.478300094604492,0.45576000213623047,-12.182900428771973,8.478300094604492,2.03439998626709,-10.227800369262695,8.478300094604492,0.45576000213623047,-12.182900428771973,8.478300094604492,2.0056300163269043,-10.565799713134766,8.478300094604492,2.0056300163269043,-10.565799713134766,8.478300094604492,0.45576000213623047,-12.182900428771973,8.478300094604492,0.7801160216331482,-12.083600044250488,8.478300094604492,2.0056300163269043,-10.565799713134766,8.478300094604492,0.7801160216331482,-12.083600044250488,8.478300094604492,1.9201600551605225,-10.894100189208984,8.478300094604492,1.9201600551605225,-10.894100189208984,8.478300094604492,0.7801160216331482,-12.083600044250488,8.478300094604492,1.0830199718475342,-11.930899620056152,8.478300094604492,1.9201600551605225,-10.894100189208984,8.478300094604492,1.0830199718475342,-11.930899620056152,8.478300094604492,1.7804299592971802,-11.203200340270996,8.478300094604492,1.7804299592971802,-11.203200340270996,8.478300094604492,1.0830199718475342,-11.930899620056152,8.478300094604492,1.3557499647140503,-11.72920036315918,8.478300094604492,1.7804299592971802,-11.203200340270996,8.478300094604492,1.3557499647140503,-11.72920036315918,8.478300094604492,1.5904699563980103,-11.484299659729004,8.478300094604492,1.5904699563980103,-8.971380233764648,8.478300094604492,1.3557499647140503,-8.726469993591309,8.478300094604492,1.7804299592971802,-9.252429962158203,8.478300094604492,1.7804299592971802,-9.252429962158203,8.478300094604492,1.3557499647140503,-8.726469993591309,8.478300094604492,0.11928500235080719,-12.22599983215332,8.478300094604492,1.7804299592971802,-9.252429962158203,8.478300094604492,0.11928500235080719,-12.22599983215332,8.478300094604492,1.9201600551605225,-9.561539649963379,8.478300094604492,1.9201600551605225,-9.561539649963379,8.478300094604492,0.11928500235080719,-12.22599983215332,8.478300094604492,2.0056300163269043,-9.889820098876953,8.478300094604492,15.039899826049805,-14.627799987792969,7.878300189971924,15.039899826049805,-14.627799987792969,7.978300094604492,13.978400230407715,-14.627799987792969,7.878300189971924,13.978400230407715,-14.627799987792969,7.878300189971924,15.039899826049805,-14.627799987792969,7.978300094604492,4.953750133514404,-14.627799987792969,7.978300094604492,13.978400230407715,-14.627799987792969,7.878300189971924,4.953750133514404,-14.627799987792969,7.978300094604492,5.568160057067871,-14.627799987792969,7.878300189971924,5.568160057067871,-14.627799987792969,7.878300189971924,4.953750133514404,-14.627799987792969,7.978300094604492,4.953750133514404,-14.627799987792969,7.878300189971924,16.007200241088867,-13.881500244140625,7.878300189971924,16.007200241088867,-13.881500244140625,7.978300094604492,15.95259952545166,-14.036299705505371,7.978300094604492,16.007200241088867,-13.881500244140625,7.878300189971924,15.95259952545166,-14.036299705505371,7.978300094604492,15.95259952545166,-14.036299705505371,7.878300189971924,15.95259952545166,-14.036299705505371,7.878300189971924,15.95259952545166,-14.036299705505371,7.978300094604492,15.873499870300293,-14.180100440979004,7.978300094604492,15.95259952545166,-14.036299705505371,7.878300189971924,15.873499870300293,-14.180100440979004,7.978300094604492,15.873499870300293,-14.180100440979004,7.878300189971924,15.873499870300293,-14.180100440979004,7.878300189971924,15.873499870300293,-14.180100440979004,7.978300094604492,15.772000312805176,-14.309000015258789,7.978300094604492,15.873499870300293,-14.180100440979004,7.878300189971924,15.772000312805176,-14.309000015258789,7.978300094604492,15.772000312805176,-14.309000015258789,7.878300189971924,15.772000312805176,-14.309000015258789,7.878300189971924,15.772000312805176,-14.309000015258789,7.978300094604492,15.650699615478516,-14.419599533081055,7.978300094604492,15.772000312805176,-14.309000015258789,7.878300189971924,15.650699615478516,-14.419599533081055,7.978300094604492,15.650699615478516,-14.419599533081055,7.878300189971924,15.650699615478516,-14.419599533081055,7.878300189971924,15.650699615478516,-14.419599533081055,7.978300094604492,15.512999534606934,-14.50879955291748,7.978300094604492,15.650699615478516,-14.419599533081055,7.878300189971924,15.512999534606934,-14.50879955291748,7.978300094604492,15.512999534606934,-14.50879955291748,7.878300189971924,15.512999534606934,-14.50879955291748,7.878300189971924,15.512999534606934,-14.50879955291748,7.978300094604492,15.362600326538086,-14.574299812316895,7.978300094604492,15.512999534606934,-14.50879955291748,7.878300189971924,15.362600326538086,-14.574299812316895,7.978300094604492,15.362600326538086,-14.574299812316895,7.878300189971924,15.362600326538086,-14.574299812316895,7.878300189971924,15.362600326538086,-14.574299812316895,7.978300094604492,15.203399658203125,-14.614399909973145,7.978300094604492,15.362600326538086,-14.574299812316895,7.878300189971924,15.203399658203125,-14.614399909973145,7.978300094604492,15.203399658203125,-14.614399909973145,7.878300189971924,15.203399658203125,-14.614399909973145,7.878300189971924,15.203399658203125,-14.614399909973145,7.978300094604492,15.039899826049805,-14.627799987792969,7.978300094604492,15.203399658203125,-14.614399909973145,7.878300189971924,15.039899826049805,-14.627799987792969,7.978300094604492,15.039899826049805,-14.627799987792969,7.878300189971924,16.35689926147461,-12.094599723815918,7.878300189971924,16.478300094604492,-10.277799606323242,7.878300189971924,16.35689926147461,-12.094599723815918,7.978300094604492,16.35689926147461,-12.094599723815918,7.978300094604492,16.478300094604492,-10.277799606323242,7.878300189971924,16.478300094604492,-10.277799606323242,7.978300094604492,16.35689926147461,-12.094599723815918,7.878300189971924,16.35689926147461,-12.094599723815918,7.978300094604492,16.056800842285156,-13.627799987792969,7.878300189971924,16.056800842285156,-13.627799987792969,7.878300189971924,16.35689926147461,-12.094599723815918,7.978300094604492,16.007200241088867,-13.881500244140625,7.978300094604492,16.056800842285156,-13.627799987792969,7.878300189971924,16.007200241088867,-13.881500244140625,7.978300094604492,16.007200241088867,-13.881500244140625,7.878300189971924,11.578300476074219,-10.277799606323242,7.878300189971924,11.578300476074219,-10.277799606323242,7.978300094604492,13.978400230407715,-10.277799606323242,7.878300189971924,13.978400230407715,-10.277799606323242,7.878300189971924,11.578300476074219,-10.277799606323242,7.978300094604492,16.478300094604492,-10.277799606323242,7.978300094604492,13.978400230407715,-10.277799606323242,7.878300189971924,16.478300094604492,-10.277799606323242,7.978300094604492,16.478300094604492,-10.277799606323242,7.878300189971924,11.578300476074219,-10.277799606323242,7.878300189971924,11.445500373840332,-11.811200141906738,7.878300189971924,11.578300476074219,-10.277799606323242,7.978300094604492,11.578300476074219,-10.277799606323242,7.978300094604492,11.445500373840332,-11.811200141906738,7.878300189971924,11.445500373840332,-11.811200141906738,7.978300094604492,10.360899925231934,-12.727800369262695,7.878300189971924,10.360899925231934,-12.727800369262695,7.978300094604492,10.531700134277344,-12.714500427246094,7.978300094604492,10.360899925231934,-12.727800369262695,7.878300189971924,10.531700134277344,-12.714500427246094,7.978300094604492,10.531700134277344,-12.714500427246094,7.878300189971924,10.531700134277344,-12.714500427246094,7.878300189971924,10.531700134277344,-12.714500427246094,7.978300094604492,10.698399543762207,-12.674799919128418,7.978300094604492,10.531700134277344,-12.714500427246094,7.878300189971924,10.698399543762207,-12.674799919128418,7.978300094604492,10.698399543762207,-12.674799919128418,7.878300189971924,10.698399543762207,-12.674799919128418,7.878300189971924,10.698399543762207,-12.674799919128418,7.978300094604492,10.856900215148926,-12.609600067138672,7.978300094604492,10.698399543762207,-12.674799919128418,7.878300189971924,10.856900215148926,-12.609600067138672,7.978300094604492,10.856900215148926,-12.609600067138672,7.878300189971924,10.856900215148926,-12.609600067138672,7.878300189971924,10.856900215148926,-12.609600067138672,7.978300094604492,11.003399848937988,-12.520700454711914,7.978300094604492,10.856900215148926,-12.609600067138672,7.878300189971924,11.003399848937988,-12.520700454711914,7.978300094604492,11.003399848937988,-12.520700454711914,7.878300189971924,11.003399848937988,-12.520700454711914,7.878300189971924,11.003399848937988,-12.520700454711914,7.978300094604492,11.134200096130371,-12.410099983215332,7.978300094604492,11.003399848937988,-12.520700454711914,7.878300189971924,11.134200096130371,-12.410099983215332,7.978300094604492,11.134200096130371,-12.410099983215332,7.878300189971924,11.134200096130371,-12.410099983215332,7.878300189971924,11.134200096130371,-12.410099983215332,7.978300094604492,11.246299743652344,-12.280500411987305,7.978300094604492,11.134200096130371,-12.410099983215332,7.878300189971924,11.246299743652344,-12.280500411987305,7.978300094604492,11.246299743652344,-12.280500411987305,7.878300189971924,11.246299743652344,-12.280500411987305,7.878300189971924,11.246299743652344,-12.280500411987305,7.978300094604492,11.336999893188477,-12.135100364685059,7.978300094604492,11.246299743652344,-12.280500411987305,7.878300189971924,11.336999893188477,-12.135100364685059,7.978300094604492,11.336999893188477,-12.135100364685059,7.878300189971924,11.336999893188477,-12.135100364685059,7.878300189971924,11.336999893188477,-12.135100364685059,7.978300094604492,11.403900146484375,-11.977399826049805,7.978300094604492,11.336999893188477,-12.135100364685059,7.878300189971924,11.403900146484375,-11.977399826049805,7.978300094604492,11.403900146484375,-11.977399826049805,7.878300189971924,11.403900146484375,-11.977399826049805,7.878300189971924,11.403900146484375,-11.977399826049805,7.978300094604492,11.445500373840332,-11.811200141906738,7.978300094604492,11.403900146484375,-11.977399826049805,7.878300189971924,11.445500373840332,-11.811200141906738,7.978300094604492,11.445500373840332,-11.811200141906738,7.878300189971924,10.360899925231934,-12.727800369262695,7.878300189971924,6.142590045928955,-12.727800369262695,7.878300189971924,10.360899925231934,-12.727800369262695,7.978300094604492,10.360899925231934,-12.727800369262695,7.978300094604492,6.142590045928955,-12.727800369262695,7.878300189971924,6.142590045928955,-12.727800369262695,7.978300094604492,6.182569980621338,-12.627799987792969,7.878300189971924,10.360899925231934,-12.627799987792969,7.878300189971924,6.182569980621338,-12.627799987792969,7.978300094604492,6.182569980621338,-12.627799987792969,7.978300094604492,10.360899925231934,-12.627799987792969,7.878300189971924,10.360899925231934,-12.627799987792969,7.978300094604492,11.34689998626709,-11.794500350952148,7.878300189971924,11.34689998626709,-11.794500350952148,7.978300094604492,11.309100151062012,-11.945599555969238,7.978300094604492,11.34689998626709,-11.794500350952148,7.878300189971924,11.309100151062012,-11.945599555969238,7.978300094604492,11.309100151062012,-11.945599555969238,7.878300189971924,11.309100151062012,-11.945599555969238,7.878300189971924,11.309100151062012,-11.945599555969238,7.978300094604492,11.248200416564941,-12.08899974822998,7.978300094604492,11.309100151062012,-11.945599555969238,7.878300189971924,11.248200416564941,-12.08899974822998,7.978300094604492,11.248200416564941,-12.08899974822998,7.878300189971924,11.248200416564941,-12.08899974822998,7.878300189971924,11.248200416564941,-12.08899974822998,7.978300094604492,11.165800094604492,-12.221199989318848,7.978300094604492,11.248200416564941,-12.08899974822998,7.878300189971924,11.165800094604492,-12.221199989318848,7.978300094604492,11.165800094604492,-12.221199989318848,7.878300189971924,11.165800094604492,-12.221199989318848,7.878300189971924,11.165800094604492,-12.221199989318848,7.978300094604492,11.063899993896484,-12.33899974822998,7.978300094604492,11.165800094604492,-12.221199989318848,7.878300189971924,11.063899993896484,-12.33899974822998,7.978300094604492,11.063899993896484,-12.33899974822998,7.878300189971924,11.063899993896484,-12.33899974822998,7.878300189971924,11.063899993896484,-12.33899974822998,7.978300094604492,10.944999694824219,-12.439499855041504,7.978300094604492,11.063899993896484,-12.33899974822998,7.878300189971924,10.944999694824219,-12.439499855041504,7.978300094604492,10.944999694824219,-12.439499855041504,7.878300189971924,10.944999694824219,-12.439499855041504,7.878300189971924,10.944999694824219,-12.439499855041504,7.978300094604492,10.811800003051758,-12.520400047302246,7.978300094604492,10.944999694824219,-12.439499855041504,7.878300189971924,10.811800003051758,-12.520400047302246,7.978300094604492,10.811800003051758,-12.520400047302246,7.878300189971924,10.811800003051758,-12.520400047302246,7.878300189971924,10.811800003051758,-12.520400047302246,7.978300094604492,10.667699813842773,-12.57960033416748,7.978300094604492,10.811800003051758,-12.520400047302246,7.878300189971924,10.667699813842773,-12.57960033416748,7.978300094604492,10.667699813842773,-12.57960033416748,7.878300189971924,10.667699813842773,-12.57960033416748,7.878300189971924,10.667699813842773,-12.57960033416748,7.978300094604492,10.516200065612793,-12.615699768066406,7.978300094604492,10.667699813842773,-12.57960033416748,7.878300189971924,10.516200065612793,-12.615699768066406,7.978300094604492,10.516200065612793,-12.615699768066406,7.878300189971924,10.516200065612793,-12.615699768066406,7.878300189971924,10.516200065612793,-12.615699768066406,7.978300094604492,10.360899925231934,-12.627799987792969,7.978300094604492,10.516200065612793,-12.615699768066406,7.878300189971924,10.360899925231934,-12.627799987792969,7.978300094604492,10.360899925231934,-12.627799987792969,7.878300189971924,11.34689998626709,-8.661149978637695,7.878300189971924,11.34689998626709,-8.661149978637695,7.978300094604492,11.478400230407715,-10.227800369262695,7.978300094604492,11.34689998626709,-8.661149978637695,7.878300189971924,11.478400230407715,-10.227800369262695,7.978300094604492,11.478400230407715,-10.227800369262695,7.878300189971924,11.478400230407715,-10.227800369262695,7.878300189971924,11.478400230407715,-10.227800369262695,7.978300094604492,11.34689998626709,-11.794500350952148,7.978300094604492,11.478400230407715,-10.227800369262695,7.878300189971924,11.34689998626709,-11.794500350952148,7.978300094604492,11.34689998626709,-11.794500350952148,7.878300189971924,10.360899925231934,-7.82781982421875,7.878300189971924,10.360899925231934,-7.82781982421875,7.978300094604492,10.516200065612793,-7.839950084686279,7.978300094604492,10.360899925231934,-7.82781982421875,7.878300189971924,10.516200065612793,-7.839950084686279,7.978300094604492,10.516200065612793,-7.839950084686279,7.878300189971924,10.516200065612793,-7.839950084686279,7.878300189971924,10.516200065612793,-7.839950084686279,7.978300094604492,10.667699813842773,-7.876049995422363,7.978300094604492,10.516200065612793,-7.839950084686279,7.878300189971924,10.667699813842773,-7.876049995422363,7.978300094604492,10.667699813842773,-7.876049995422363,7.878300189971924,10.667699813842773,-7.876049995422363,7.878300189971924,10.667699813842773,-7.876049995422363,7.978300094604492,10.811800003051758,-7.9352498054504395,7.978300094604492,10.667699813842773,-7.876049995422363,7.878300189971924,10.811800003051758,-7.9352498054504395,7.978300094604492,10.811800003051758,-7.9352498054504395,7.878300189971924,10.811800003051758,-7.9352498054504395,7.878300189971924,10.811800003051758,-7.9352498054504395,7.978300094604492,10.944999694824219,-8.01609992980957,7.978300094604492,10.811800003051758,-7.9352498054504395,7.878300189971924,10.944999694824219,-8.01609992980957,7.978300094604492,10.944999694824219,-8.01609992980957,7.878300189971924,10.944999694824219,-8.01609992980957,7.878300189971924,10.944999694824219,-8.01609992980957,7.978300094604492,11.063899993896484,-8.116649627685547,7.978300094604492,10.944999694824219,-8.01609992980957,7.878300189971924,11.063899993896484,-8.116649627685547,7.978300094604492,11.063899993896484,-8.116649627685547,7.878300189971924,11.063899993896484,-8.116649627685547,7.878300189971924,11.063899993896484,-8.116649627685547,7.978300094604492,11.165800094604492,-8.23445987701416,7.978300094604492,11.063899993896484,-8.116649627685547,7.878300189971924,11.165800094604492,-8.23445987701416,7.978300094604492,11.165800094604492,-8.23445987701416,7.878300189971924,11.165800094604492,-8.23445987701416,7.878300189971924,11.165800094604492,-8.23445987701416,7.978300094604492,11.248200416564941,-8.366660118103027,7.978300094604492,11.165800094604492,-8.23445987701416,7.878300189971924,11.248200416564941,-8.366660118103027,7.978300094604492,11.248200416564941,-8.366660118103027,7.878300189971924,11.248200416564941,-8.366660118103027,7.878300189971924,11.248200416564941,-8.366660118103027,7.978300094604492,11.309100151062012,-8.510049819946289,7.978300094604492,11.248200416564941,-8.366660118103027,7.878300189971924,11.309100151062012,-8.510049819946289,7.978300094604492,11.309100151062012,-8.510049819946289,7.878300189971924,11.309100151062012,-8.510049819946289,7.878300189971924,11.309100151062012,-8.510049819946289,7.978300094604492,11.34689998626709,-8.661149978637695,7.978300094604492,11.309100151062012,-8.510049819946289,7.878300189971924,11.34689998626709,-8.661149978637695,7.978300094604492,11.34689998626709,-8.661149978637695,7.878300189971924,10.360899925231934,-7.82781982421875,7.878300189971924,6.182569980621338,-7.82781982421875,7.878300189971924,10.360899925231934,-7.82781982421875,7.978300094604492,10.360899925231934,-7.82781982421875,7.978300094604492,6.182569980621338,-7.82781982421875,7.878300189971924,6.182569980621338,-7.82781982421875,7.978300094604492,6.142590045928955,-7.727819919586182,7.878300189971924,10.360899925231934,-7.727819919586182,7.878300189971924,6.142590045928955,-7.727819919586182,7.978300094604492,6.142590045928955,-7.727819919586182,7.978300094604492,10.360899925231934,-7.727819919586182,7.878300189971924,10.360899925231934,-7.727819919586182,7.978300094604492,11.445500373840332,-8.644479751586914,7.878300189971924,11.445500373840332,-8.644479751586914,7.978300094604492,11.403900146484375,-8.478269577026367,7.978300094604492,11.445500373840332,-8.644479751586914,7.878300189971924,11.403900146484375,-8.478269577026367,7.978300094604492,11.403900146484375,-8.478269577026367,7.878300189971924,11.403900146484375,-8.478269577026367,7.878300189971924,11.403900146484375,-8.478269577026367,7.978300094604492,11.336999893188477,-8.320540428161621,7.978300094604492,11.403900146484375,-8.478269577026367,7.878300189971924,11.336999893188477,-8.320540428161621,7.978300094604492,11.336999893188477,-8.320540428161621,7.878300189971924,11.336999893188477,-8.320540428161621,7.878300189971924,11.336999893188477,-8.320540428161621,7.978300094604492,11.246299743652344,-8.17512035369873,7.978300094604492,11.336999893188477,-8.320540428161621,7.878300189971924,11.246299743652344,-8.17512035369873,7.978300094604492,11.246299743652344,-8.17512035369873,7.878300189971924,11.246299743652344,-8.17512035369873,7.878300189971924,11.246299743652344,-8.17512035369873,7.978300094604492,11.134200096130371,-8.045530319213867,7.978300094604492,11.246299743652344,-8.17512035369873,7.878300189971924,11.134200096130371,-8.045530319213867,7.978300094604492,11.134200096130371,-8.045530319213867,7.878300189971924,11.134200096130371,-8.045530319213867,7.878300189971924,11.134200096130371,-8.045530319213867,7.978300094604492,11.003399848937988,-7.934929847717285,7.978300094604492,11.134200096130371,-8.045530319213867,7.878300189971924,11.003399848937988,-7.934929847717285,7.978300094604492,11.003399848937988,-7.934929847717285,7.878300189971924,11.003399848937988,-7.934929847717285,7.878300189971924,11.003399848937988,-7.934929847717285,7.978300094604492,10.856900215148926,-7.845990180969238,7.978300094604492,11.003399848937988,-7.934929847717285,7.878300189971924,10.856900215148926,-7.845990180969238,7.978300094604492,10.856900215148926,-7.845990180969238,7.878300189971924,10.856900215148926,-7.845990180969238,7.878300189971924,10.856900215148926,-7.845990180969238,7.978300094604492,10.698399543762207,-7.780879974365234,7.978300094604492,10.856900215148926,-7.845990180969238,7.878300189971924,10.698399543762207,-7.780879974365234,7.978300094604492,10.698399543762207,-7.780879974365234,7.878300189971924,10.698399543762207,-7.780879974365234,7.878300189971924,10.698399543762207,-7.780879974365234,7.978300094604492,10.531700134277344,-7.741159915924072,7.978300094604492,10.698399543762207,-7.780879974365234,7.878300189971924,10.531700134277344,-7.741159915924072,7.978300094604492,10.531700134277344,-7.741159915924072,7.878300189971924,10.531700134277344,-7.741159915924072,7.878300189971924,10.531700134277344,-7.741159915924072,7.978300094604492,10.360899925231934,-7.727819919586182,7.978300094604492,10.531700134277344,-7.741159915924072,7.878300189971924,10.360899925231934,-7.727819919586182,7.978300094604492,10.360899925231934,-7.727819919586182,7.878300189971924,11.445500373840332,-8.644479751586914,7.878300189971924,11.578300476074219,-10.177800178527832,7.878300189971924,11.445500373840332,-8.644479751586914,7.978300094604492,11.445500373840332,-8.644479751586914,7.978300094604492,11.578300476074219,-10.177800178527832,7.878300189971924,11.578300476074219,-10.177800178527832,7.978300094604492,16.478300094604492,-10.177800178527832,7.878300189971924,16.478300094604492,-10.177800178527832,7.978300094604492,13.978400230407715,-10.177800178527832,7.878300189971924,13.978400230407715,-10.177800178527832,7.878300189971924,16.478300094604492,-10.177800178527832,7.978300094604492,11.578300476074219,-10.177800178527832,7.978300094604492,13.978400230407715,-10.177800178527832,7.878300189971924,11.578300476074219,-10.177800178527832,7.978300094604492,11.578300476074219,-10.177800178527832,7.878300189971924,16.007200241088867,-6.574090003967285,7.878300189971924,16.007200241088867,-6.574090003967285,7.978300094604492,16.056800842285156,-6.82781982421875,7.878300189971924,16.056800842285156,-6.82781982421875,7.878300189971924,16.007200241088867,-6.574090003967285,7.978300094604492,16.35689926147461,-8.361029624938965,7.978300094604492,16.056800842285156,-6.82781982421875,7.878300189971924,16.35689926147461,-8.361029624938965,7.978300094604492,16.35689926147461,-8.361029624938965,7.878300189971924,16.35689926147461,-8.361029624938965,7.878300189971924,16.35689926147461,-8.361029624938965,7.978300094604492,16.478300094604492,-10.177800178527832,7.978300094604492,16.35689926147461,-8.361029624938965,7.878300189971924,16.478300094604492,-10.177800178527832,7.978300094604492,16.478300094604492,-10.177800178527832,7.878300189971924,15.039899826049805,-5.82781982421875,7.878300189971924,15.039899826049805,-5.82781982421875,7.978300094604492,15.203399658203125,-5.841279983520508,7.978300094604492,15.039899826049805,-5.82781982421875,7.878300189971924,15.203399658203125,-5.841279983520508,7.978300094604492,15.203399658203125,-5.841279983520508,7.878300189971924,15.203399658203125,-5.841279983520508,7.878300189971924,15.203399658203125,-5.841279983520508,7.978300094604492,15.362600326538086,-5.881319999694824,7.978300094604492,15.203399658203125,-5.841279983520508,7.878300189971924,15.362600326538086,-5.881319999694824,7.978300094604492,15.362600326538086,-5.881319999694824,7.878300189971924,15.362600326538086,-5.881319999694824,7.878300189971924,15.362600326538086,-5.881319999694824,7.978300094604492,15.512999534606934,-5.946829795837402,7.978300094604492,15.362600326538086,-5.881319999694824,7.878300189971924,15.512999534606934,-5.946829795837402,7.978300094604492,15.512999534606934,-5.946829795837402,7.878300189971924,15.512999534606934,-5.946829795837402,7.878300189971924,15.512999534606934,-5.946829795837402,7.978300094604492,15.650699615478516,-6.036069869995117,7.978300094604492,15.512999534606934,-5.946829795837402,7.878300189971924,15.650699615478516,-6.036069869995117,7.978300094604492,15.650699615478516,-6.036069869995117,7.878300189971924,15.650699615478516,-6.036069869995117,7.878300189971924,15.650699615478516,-6.036069869995117,7.978300094604492,15.772000312805176,-6.146629810333252,7.978300094604492,15.650699615478516,-6.036069869995117,7.878300189971924,15.772000312805176,-6.146629810333252,7.978300094604492,15.772000312805176,-6.146629810333252,7.878300189971924,15.772000312805176,-6.146629810333252,7.878300189971924,15.772000312805176,-6.146629810333252,7.978300094604492,15.873499870300293,-6.275529861450195,7.978300094604492,15.772000312805176,-6.146629810333252,7.878300189971924,15.873499870300293,-6.275529861450195,7.978300094604492,15.873499870300293,-6.275529861450195,7.878300189971924,15.873499870300293,-6.275529861450195,7.878300189971924,15.873499870300293,-6.275529861450195,7.978300094604492,15.95259952545166,-6.419310092926025,7.978300094604492,15.873499870300293,-6.275529861450195,7.878300189971924,15.95259952545166,-6.419310092926025,7.978300094604492,15.95259952545166,-6.419310092926025,7.878300189971924,15.95259952545166,-6.419310092926025,7.878300189971924,15.95259952545166,-6.419310092926025,7.978300094604492,16.007200241088867,-6.574090003967285,7.978300094604492,15.95259952545166,-6.419310092926025,7.878300189971924,16.007200241088867,-6.574090003967285,7.978300094604492,16.007200241088867,-6.574090003967285,7.878300189971924,4.953750133514404,-5.82781982421875,7.878300189971924,4.953750133514404,-5.82781982421875,7.978300094604492,5.568160057067871,-5.82781982421875,7.878300189971924,5.568160057067871,-5.82781982421875,7.878300189971924,4.953750133514404,-5.82781982421875,7.978300094604492,15.039899826049805,-5.82781982421875,7.978300094604492,5.568160057067871,-5.82781982421875,7.878300189971924,15.039899826049805,-5.82781982421875,7.978300094604492,13.978400230407715,-5.82781982421875,7.878300189971924,13.978400230407715,-5.82781982421875,7.878300189971924,15.039899826049805,-5.82781982421875,7.978300094604492,15.039899826049805,-5.82781982421875,7.878300189971924,15.039899826049805,-5.727819919586182,7.878300189971924,15.039899826049805,-5.727819919586182,7.978300094604492,13.978400230407715,-5.727819919586182,7.878300189971924,13.978400230407715,-5.727819919586182,7.878300189971924,15.039899826049805,-5.727819919586182,7.978300094604492,6.28439998626709,-5.727819919586182,7.978300094604492,13.978400230407715,-5.727819919586182,7.878300189971924,6.28439998626709,-5.727819919586182,7.978300094604492,5.568160057067871,-5.727819919586182,7.878300189971924,5.568160057067871,-5.727819919586182,7.878300189971924,6.28439998626709,-5.727819919586182,7.978300094604492,4.86244010925293,-5.727819919586182,7.978300094604492,5.568160057067871,-5.727819919586182,7.878300189971924,4.86244010925293,-5.727819919586182,7.978300094604492,4.86244010925293,-5.727819919586182,7.878300189971924,16.103900909423828,-6.548719882965088,7.878300189971924,16.103900909423828,-6.548719882965088,7.978300094604492,16.043899536132812,-6.378459930419922,7.978300094604492,16.103900909423828,-6.548719882965088,7.878300189971924,16.043899536132812,-6.378459930419922,7.978300094604492,16.043899536132812,-6.378459930419922,7.878300189971924,16.043899536132812,-6.378459930419922,7.878300189971924,16.043899536132812,-6.378459930419922,7.978300094604492,15.956899642944336,-6.220310211181641,7.978300094604492,16.043899536132812,-6.378459930419922,7.878300189971924,15.956899642944336,-6.220310211181641,7.978300094604492,15.956899642944336,-6.220310211181641,7.878300189971924,15.956899642944336,-6.220310211181641,7.878300189971924,15.956899642944336,-6.220310211181641,7.978300094604492,15.845199584960938,-6.07850980758667,7.978300094604492,15.956899642944336,-6.220310211181641,7.878300189971924,15.845199584960938,-6.07850980758667,7.978300094604492,15.845199584960938,-6.07850980758667,7.878300189971924,15.845199584960938,-6.07850980758667,7.878300189971924,15.845199584960938,-6.07850980758667,7.978300094604492,15.711799621582031,-5.956900119781494,7.978300094604492,15.845199584960938,-6.07850980758667,7.878300189971924,15.711799621582031,-5.956900119781494,7.978300094604492,15.711799621582031,-5.956900119781494,7.878300189971924,15.711799621582031,-5.956900119781494,7.878300189971924,15.711799621582031,-5.956900119781494,7.978300094604492,15.56029987335205,-5.858729839324951,7.978300094604492,15.711799621582031,-5.956900119781494,7.878300189971924,15.56029987335205,-5.858729839324951,7.978300094604492,15.56029987335205,-5.858729839324951,7.878300189971924,15.56029987335205,-5.858729839324951,7.878300189971924,15.56029987335205,-5.858729839324951,7.978300094604492,15.394800186157227,-5.786660194396973,7.978300094604492,15.56029987335205,-5.858729839324951,7.878300189971924,15.394800186157227,-5.786660194396973,7.978300094604492,15.394800186157227,-5.786660194396973,7.878300189971924,15.394800186157227,-5.786660194396973,7.878300189971924,15.394800186157227,-5.786660194396973,7.978300094604492,15.219799995422363,-5.7426300048828125,7.978300094604492,15.394800186157227,-5.786660194396973,7.878300189971924,15.219799995422363,-5.7426300048828125,7.978300094604492,15.219799995422363,-5.7426300048828125,7.878300189971924,15.219799995422363,-5.7426300048828125,7.878300189971924,15.219799995422363,-5.7426300048828125,7.978300094604492,15.039899826049805,-5.727819919586182,7.978300094604492,15.219799995422363,-5.7426300048828125,7.878300189971924,15.039899826049805,-5.727819919586182,7.978300094604492,15.039899826049805,-5.727819919586182,7.878300189971924,16.103900909423828,-13.906900405883789,7.878300189971924,16.103900909423828,-13.906900405883789,7.978300094604492,16.158300399780273,-13.627799987792969,7.878300189971924,16.158300399780273,-13.627799987792969,7.878300189971924,16.103900909423828,-13.906900405883789,7.978300094604492,16.459299087524414,-12.082599639892578,7.978300094604492,16.158300399780273,-13.627799987792969,7.878300189971924,16.459299087524414,-12.082599639892578,7.978300094604492,16.459299087524414,-12.082599639892578,7.878300189971924,16.459299087524414,-12.082599639892578,7.878300189971924,16.459299087524414,-12.082599639892578,7.978300094604492,16.578399658203125,-10.227800369262695,7.978300094604492,16.459299087524414,-12.082599639892578,7.878300189971924,16.578399658203125,-10.227800369262695,7.978300094604492,16.578399658203125,-10.227800369262695,7.878300189971924,16.578399658203125,-10.227800369262695,7.878300189971924,16.578399658203125,-10.227800369262695,7.978300094604492,16.459299087524414,-8.373029708862305,7.978300094604492,16.578399658203125,-10.227800369262695,7.878300189971924,16.459299087524414,-8.373029708862305,7.978300094604492,16.459299087524414,-8.373029708862305,7.878300189971924,16.459299087524414,-8.373029708862305,7.878300189971924,16.459299087524414,-8.373029708862305,7.978300094604492,16.158300399780273,-6.82781982421875,7.878300189971924,16.158300399780273,-6.82781982421875,7.878300189971924,16.459299087524414,-8.373029708862305,7.978300094604492,16.103900909423828,-6.548719882965088,7.978300094604492,16.158300399780273,-6.82781982421875,7.878300189971924,16.103900909423828,-6.548719882965088,7.978300094604492,16.103900909423828,-6.548719882965088,7.878300189971924,15.039899826049805,-14.727800369262695,7.878300189971924,15.039899826049805,-14.727800369262695,7.978300094604492,15.219799995422363,-14.713000297546387,7.978300094604492,15.039899826049805,-14.727800369262695,7.878300189971924,15.219799995422363,-14.713000297546387,7.978300094604492,15.219799995422363,-14.713000297546387,7.878300189971924,15.219799995422363,-14.713000297546387,7.878300189971924,15.219799995422363,-14.713000297546387,7.978300094604492,15.394800186157227,-14.668999671936035,7.978300094604492,15.219799995422363,-14.713000297546387,7.878300189971924,15.394800186157227,-14.668999671936035,7.978300094604492,15.394800186157227,-14.668999671936035,7.878300189971924,15.394800186157227,-14.668999671936035,7.878300189971924,15.394800186157227,-14.668999671936035,7.978300094604492,15.56029987335205,-14.59689998626709,7.978300094604492,15.394800186157227,-14.668999671936035,7.878300189971924,15.56029987335205,-14.59689998626709,7.978300094604492,15.56029987335205,-14.59689998626709,7.878300189971924,15.56029987335205,-14.59689998626709,7.878300189971924,15.56029987335205,-14.59689998626709,7.978300094604492,15.711799621582031,-14.498700141906738,7.978300094604492,15.56029987335205,-14.59689998626709,7.878300189971924,15.711799621582031,-14.498700141906738,7.978300094604492,15.711799621582031,-14.498700141906738,7.878300189971924,15.711799621582031,-14.498700141906738,7.878300189971924,15.711799621582031,-14.498700141906738,7.978300094604492,15.845199584960938,-14.377099990844727,7.978300094604492,15.711799621582031,-14.498700141906738,7.878300189971924,15.845199584960938,-14.377099990844727,7.978300094604492,15.845199584960938,-14.377099990844727,7.878300189971924,15.845199584960938,-14.377099990844727,7.878300189971924,15.845199584960938,-14.377099990844727,7.978300094604492,15.956899642944336,-14.235300064086914,7.978300094604492,15.845199584960938,-14.377099990844727,7.878300189971924,15.956899642944336,-14.235300064086914,7.978300094604492,15.956899642944336,-14.235300064086914,7.878300189971924,15.956899642944336,-14.235300064086914,7.878300189971924,15.956899642944336,-14.235300064086914,7.978300094604492,16.043899536132812,-14.077199935913086,7.978300094604492,15.956899642944336,-14.235300064086914,7.878300189971924,16.043899536132812,-14.077199935913086,7.978300094604492,16.043899536132812,-14.077199935913086,7.878300189971924,16.043899536132812,-14.077199935913086,7.878300189971924,16.043899536132812,-14.077199935913086,7.978300094604492,16.103900909423828,-13.906900405883789,7.978300094604492,16.043899536132812,-14.077199935913086,7.878300189971924,16.103900909423828,-13.906900405883789,7.978300094604492,16.103900909423828,-13.906900405883789,7.878300189971924,4.86244010925293,-14.727800369262695,7.878300189971924,4.86244010925293,-14.727800369262695,7.978300094604492,5.568160057067871,-14.727800369262695,7.878300189971924,5.568160057067871,-14.727800369262695,7.878300189971924,4.86244010925293,-14.727800369262695,7.978300094604492,6.28439998626709,-14.727800369262695,7.978300094604492,5.568160057067871,-14.727800369262695,7.878300189971924,6.28439998626709,-14.727800369262695,7.978300094604492,13.978400230407715,-14.727800369262695,7.878300189971924,13.978400230407715,-14.727800369262695,7.878300189971924,6.28439998626709,-14.727800369262695,7.978300094604492,15.039899826049805,-14.727800369262695,7.978300094604492,13.978400230407715,-14.727800369262695,7.878300189971924,15.039899826049805,-14.727800369262695,7.978300094604492,15.039899826049805,-14.727800369262695,7.878300189971924,-14.971099853515625,-14.727800369262695,7.878300189971924,-14.971099853515625,-14.727800369262695,7.978300094604492,-13.909500122070312,-14.727800369262695,7.878300189971924,-13.909500122070312,-14.727800369262695,7.878300189971924,-14.971099853515625,-14.727800369262695,7.978300094604492,-6.21560001373291,-14.727800369262695,7.978300094604492,-13.909500122070312,-14.727800369262695,7.878300189971924,-6.21560001373291,-14.727800369262695,7.978300094604492,-8.937600135803223,-14.727800369262695,7.878300189971924,-8.937600135803223,-14.727800369262695,7.878300189971924,-6.21560001373291,-14.727800369262695,7.978300094604492,-4.79364013671875,-14.727800369262695,7.978300094604492,-8.937600135803223,-14.727800369262695,7.878300189971924,-4.79364013671875,-14.727800369262695,7.978300094604492,-4.79364013671875,-14.727800369262695,7.878300189971924,-16.03510093688965,-13.906900405883789,7.878300189971924,-16.03510093688965,-13.906900405883789,7.978300094604492,-15.975099563598633,-14.077199935913086,7.978300094604492,-16.03510093688965,-13.906900405883789,7.878300189971924,-15.975099563598633,-14.077199935913086,7.978300094604492,-15.975099563598633,-14.077199935913086,7.878300189971924,-15.975099563598633,-14.077199935913086,7.878300189971924,-15.975099563598633,-14.077199935913086,7.978300094604492,-15.888099670410156,-14.235300064086914,7.978300094604492,-15.975099563598633,-14.077199935913086,7.878300189971924,-15.888099670410156,-14.235300064086914,7.978300094604492,-15.888099670410156,-14.235300064086914,7.878300189971924,-15.888099670410156,-14.235300064086914,7.878300189971924,-15.888099670410156,-14.235300064086914,7.978300094604492,-15.776399612426758,-14.377099990844727,7.978300094604492,-15.888099670410156,-14.235300064086914,7.878300189971924,-15.776399612426758,-14.377099990844727,7.978300094604492,-15.776399612426758,-14.377099990844727,7.878300189971924,-15.776399612426758,-14.377099990844727,7.878300189971924,-15.776399612426758,-14.377099990844727,7.978300094604492,-15.642999649047852,-14.498700141906738,7.978300094604492,-15.776399612426758,-14.377099990844727,7.878300189971924,-15.642999649047852,-14.498700141906738,7.978300094604492,-15.642999649047852,-14.498700141906738,7.878300189971924,-15.642999649047852,-14.498700141906738,7.878300189971924,-15.642999649047852,-14.498700141906738,7.978300094604492,-15.491499900817871,-14.59689998626709,7.978300094604492,-15.642999649047852,-14.498700141906738,7.878300189971924,-15.491499900817871,-14.59689998626709,7.978300094604492,-15.491499900817871,-14.59689998626709,7.878300189971924,-15.491499900817871,-14.59689998626709,7.878300189971924,-15.491499900817871,-14.59689998626709,7.978300094604492,-15.326000213623047,-14.668999671936035,7.978300094604492,-15.491499900817871,-14.59689998626709,7.878300189971924,-15.326000213623047,-14.668999671936035,7.978300094604492,-15.326000213623047,-14.668999671936035,7.878300189971924,-15.326000213623047,-14.668999671936035,7.878300189971924,-15.326000213623047,-14.668999671936035,7.978300094604492,-15.151000022888184,-14.713000297546387,7.978300094604492,-15.326000213623047,-14.668999671936035,7.878300189971924,-15.151000022888184,-14.713000297546387,7.978300094604492,-15.151000022888184,-14.713000297546387,7.878300189971924,-15.151000022888184,-14.713000297546387,7.878300189971924,-15.151000022888184,-14.713000297546387,7.978300094604492,-14.971099853515625,-14.727800369262695,7.978300094604492,-15.151000022888184,-14.713000297546387,7.878300189971924,-14.971099853515625,-14.727800369262695,7.978300094604492,-14.971099853515625,-14.727800369262695,7.878300189971924,-16.03510093688965,-6.548719882965088,7.878300189971924,-16.03510093688965,-6.548719882965088,7.978300094604492,-16.089399337768555,-6.82781982421875,7.878300189971924,-16.089399337768555,-6.82781982421875,7.878300189971924,-16.03510093688965,-6.548719882965088,7.978300094604492,-16.390499114990234,-8.373029708862305,7.978300094604492,-16.089399337768555,-6.82781982421875,7.878300189971924,-16.390499114990234,-8.373029708862305,7.978300094604492,-16.390499114990234,-8.373029708862305,7.878300189971924,-16.390499114990234,-8.373029708862305,7.878300189971924,-16.390499114990234,-8.373029708862305,7.978300094604492,-16.509599685668945,-10.227800369262695,7.978300094604492,-16.390499114990234,-8.373029708862305,7.878300189971924,-16.509599685668945,-10.227800369262695,7.978300094604492,-16.509599685668945,-10.227800369262695,7.878300189971924,-16.509599685668945,-10.227800369262695,7.878300189971924,-16.509599685668945,-10.227800369262695,7.978300094604492,-16.390499114990234,-12.082599639892578,7.978300094604492,-16.509599685668945,-10.227800369262695,7.878300189971924,-16.390499114990234,-12.082599639892578,7.978300094604492,-16.390499114990234,-12.082599639892578,7.878300189971924,-16.390499114990234,-12.082599639892578,7.878300189971924,-16.390499114990234,-12.082599639892578,7.978300094604492,-16.089399337768555,-13.627799987792969,7.878300189971924,-16.089399337768555,-13.627799987792969,7.878300189971924,-16.390499114990234,-12.082599639892578,7.978300094604492,-16.03510093688965,-13.906900405883789,7.978300094604492,-16.089399337768555,-13.627799987792969,7.878300189971924,-16.03510093688965,-13.906900405883789,7.978300094604492,-16.03510093688965,-13.906900405883789,7.878300189971924,-14.971099853515625,-5.727819919586182,7.878300189971924,-14.971099853515625,-5.727819919586182,7.978300094604492,-15.151000022888184,-5.7426300048828125,7.978300094604492,-14.971099853515625,-5.727819919586182,7.878300189971924,-15.151000022888184,-5.7426300048828125,7.978300094604492,-15.151000022888184,-5.7426300048828125,7.878300189971924,-15.151000022888184,-5.7426300048828125,7.878300189971924,-15.151000022888184,-5.7426300048828125,7.978300094604492,-15.326000213623047,-5.786660194396973,7.978300094604492,-15.151000022888184,-5.7426300048828125,7.878300189971924,-15.326000213623047,-5.786660194396973,7.978300094604492,-15.326000213623047,-5.786660194396973,7.878300189971924,-15.326000213623047,-5.786660194396973,7.878300189971924,-15.326000213623047,-5.786660194396973,7.978300094604492,-15.491499900817871,-5.858729839324951,7.978300094604492,-15.326000213623047,-5.786660194396973,7.878300189971924,-15.491499900817871,-5.858729839324951,7.978300094604492,-15.491499900817871,-5.858729839324951,7.878300189971924,-15.491499900817871,-5.858729839324951,7.878300189971924,-15.491499900817871,-5.858729839324951,7.978300094604492,-15.642999649047852,-5.956900119781494,7.978300094604492,-15.491499900817871,-5.858729839324951,7.878300189971924,-15.642999649047852,-5.956900119781494,7.978300094604492,-15.642999649047852,-5.956900119781494,7.878300189971924,-15.642999649047852,-5.956900119781494,7.878300189971924,-15.642999649047852,-5.956900119781494,7.978300094604492,-15.776399612426758,-6.07850980758667,7.978300094604492,-15.642999649047852,-5.956900119781494,7.878300189971924,-15.776399612426758,-6.07850980758667,7.978300094604492,-15.776399612426758,-6.07850980758667,7.878300189971924,-15.776399612426758,-6.07850980758667,7.878300189971924,-15.776399612426758,-6.07850980758667,7.978300094604492,-15.888099670410156,-6.220310211181641,7.978300094604492,-15.776399612426758,-6.07850980758667,7.878300189971924,-15.888099670410156,-6.220310211181641,7.978300094604492,-15.888099670410156,-6.220310211181641,7.878300189971924,-15.888099670410156,-6.220310211181641,7.878300189971924,-15.888099670410156,-6.220310211181641,7.978300094604492,-15.975099563598633,-6.378459930419922,7.978300094604492,-15.888099670410156,-6.220310211181641,7.878300189971924,-15.975099563598633,-6.378459930419922,7.978300094604492,-15.975099563598633,-6.378459930419922,7.878300189971924,-15.975099563598633,-6.378459930419922,7.878300189971924,-15.975099563598633,-6.378459930419922,7.978300094604492,-16.03510093688965,-6.548719882965088,7.978300094604492,-15.975099563598633,-6.378459930419922,7.878300189971924,-16.03510093688965,-6.548719882965088,7.978300094604492,-16.03510093688965,-6.548719882965088,7.878300189971924,-4.79364013671875,-5.727819919586182,7.878300189971924,-4.79364013671875,-5.727819919586182,7.978300094604492,-8.937600135803223,-5.727819919586182,7.878300189971924,-8.937600135803223,-5.727819919586182,7.878300189971924,-4.79364013671875,-5.727819919586182,7.978300094604492,-6.21560001373291,-5.727819919586182,7.978300094604492,-8.937600135803223,-5.727819919586182,7.878300189971924,-6.21560001373291,-5.727819919586182,7.978300094604492,-13.909500122070312,-5.727819919586182,7.878300189971924,-13.909500122070312,-5.727819919586182,7.878300189971924,-6.21560001373291,-5.727819919586182,7.978300094604492,-14.971099853515625,-5.727819919586182,7.978300094604492,-13.909500122070312,-5.727819919586182,7.878300189971924,-14.971099853515625,-5.727819919586182,7.978300094604492,-14.971099853515625,-5.727819919586182,7.878300189971924,-14.971099853515625,-5.82781982421875,7.878300189971924,-14.971099853515625,-5.82781982421875,7.978300094604492,-13.909500122070312,-5.82781982421875,7.878300189971924,-13.909500122070312,-5.82781982421875,7.878300189971924,-14.971099853515625,-5.82781982421875,7.978300094604492,-4.884950160980225,-5.82781982421875,7.978300094604492,-13.909500122070312,-5.82781982421875,7.878300189971924,-4.884950160980225,-5.82781982421875,7.978300094604492,-8.937600135803223,-5.82781982421875,7.878300189971924,-8.937600135803223,-5.82781982421875,7.878300189971924,-4.884950160980225,-5.82781982421875,7.978300094604492,-4.884950160980225,-5.82781982421875,7.878300189971924,-15.938300132751465,-6.574090003967285,7.878300189971924,-15.938300132751465,-6.574090003967285,7.978300094604492,-15.88379955291748,-6.419310092926025,7.978300094604492,-15.938300132751465,-6.574090003967285,7.878300189971924,-15.88379955291748,-6.419310092926025,7.978300094604492,-15.88379955291748,-6.419310092926025,7.878300189971924,-15.88379955291748,-6.419310092926025,7.878300189971924,-15.88379955291748,-6.419310092926025,7.978300094604492,-15.804699897766113,-6.275529861450195,7.978300094604492,-15.88379955291748,-6.419310092926025,7.878300189971924,-15.804699897766113,-6.275529861450195,7.978300094604492,-15.804699897766113,-6.275529861450195,7.878300189971924,-15.804699897766113,-6.275529861450195,7.878300189971924,-15.804699897766113,-6.275529861450195,7.978300094604492,-15.703200340270996,-6.146629810333252,7.978300094604492,-15.804699897766113,-6.275529861450195,7.878300189971924,-15.703200340270996,-6.146629810333252,7.978300094604492,-15.703200340270996,-6.146629810333252,7.878300189971924,-15.703200340270996,-6.146629810333252,7.878300189971924,-15.703200340270996,-6.146629810333252,7.978300094604492,-15.581899642944336,-6.036069869995117,7.978300094604492,-15.703200340270996,-6.146629810333252,7.878300189971924,-15.581899642944336,-6.036069869995117,7.978300094604492,-15.581899642944336,-6.036069869995117,7.878300189971924,-15.581899642944336,-6.036069869995117,7.878300189971924,-15.581899642944336,-6.036069869995117,7.978300094604492,-15.444199562072754,-5.946829795837402,7.978300094604492,-15.581899642944336,-6.036069869995117,7.878300189971924,-15.444199562072754,-5.946829795837402,7.978300094604492,-15.444199562072754,-5.946829795837402,7.878300189971924,-15.444199562072754,-5.946829795837402,7.878300189971924,-15.444199562072754,-5.946829795837402,7.978300094604492,-15.293800354003906,-5.881319999694824,7.978300094604492,-15.444199562072754,-5.946829795837402,7.878300189971924,-15.293800354003906,-5.881319999694824,7.978300094604492,-15.293800354003906,-5.881319999694824,7.878300189971924,-15.293800354003906,-5.881319999694824,7.878300189971924,-15.293800354003906,-5.881319999694824,7.978300094604492,-15.134599685668945,-5.841279983520508,7.978300094604492,-15.293800354003906,-5.881319999694824,7.878300189971924,-15.134599685668945,-5.841279983520508,7.978300094604492,-15.134599685668945,-5.841279983520508,7.878300189971924,-15.134599685668945,-5.841279983520508,7.878300189971924,-15.134599685668945,-5.841279983520508,7.978300094604492,-14.971099853515625,-5.82781982421875,7.978300094604492,-15.134599685668945,-5.841279983520508,7.878300189971924,-14.971099853515625,-5.82781982421875,7.978300094604492,-14.971099853515625,-5.82781982421875,7.878300189971924,-16.28809928894043,-8.361029624938965,7.878300189971924,-16.409500122070312,-10.177800178527832,7.878300189971924,-16.28809928894043,-8.361029624938965,7.978300094604492,-16.28809928894043,-8.361029624938965,7.978300094604492,-16.409500122070312,-10.177800178527832,7.878300189971924,-16.409500122070312,-10.177800178527832,7.978300094604492,-16.28809928894043,-8.361029624938965,7.878300189971924,-16.28809928894043,-8.361029624938965,7.978300094604492,-15.98799991607666,-6.82781982421875,7.878300189971924,-15.98799991607666,-6.82781982421875,7.878300189971924,-16.28809928894043,-8.361029624938965,7.978300094604492,-15.938300132751465,-6.574090003967285,7.978300094604492,-15.98799991607666,-6.82781982421875,7.878300189971924,-15.938300132751465,-6.574090003967285,7.978300094604492,-15.938300132751465,-6.574090003967285,7.878300189971924,-11.509499549865723,-10.177800178527832,7.878300189971924,-11.509499549865723,-10.177800178527832,7.978300094604492,-13.909500122070312,-10.177800178527832,7.878300189971924,-13.909500122070312,-10.177800178527832,7.878300189971924,-11.509499549865723,-10.177800178527832,7.978300094604492,-16.409500122070312,-10.177800178527832,7.978300094604492,-13.909500122070312,-10.177800178527832,7.878300189971924,-16.409500122070312,-10.177800178527832,7.978300094604492,-16.409500122070312,-10.177800178527832,7.878300189971924,-11.509499549865723,-10.177800178527832,7.878300189971924,-11.376700401306152,-8.644479751586914,7.878300189971924,-11.509499549865723,-10.177800178527832,7.978300094604492,-11.509499549865723,-10.177800178527832,7.978300094604492,-11.376700401306152,-8.644479751586914,7.878300189971924,-11.376700401306152,-8.644479751586914,7.978300094604492,-10.292099952697754,-7.727819919586182,7.878300189971924,-10.292099952697754,-7.727819919586182,7.978300094604492,-10.462900161743164,-7.741159915924072,7.978300094604492,-10.292099952697754,-7.727819919586182,7.878300189971924,-10.462900161743164,-7.741159915924072,7.978300094604492,-10.462900161743164,-7.741159915924072,7.878300189971924,-10.462900161743164,-7.741159915924072,7.878300189971924,-10.462900161743164,-7.741159915924072,7.978300094604492,-10.629599571228027,-7.780879974365234,7.978300094604492,-10.462900161743164,-7.741159915924072,7.878300189971924,-10.629599571228027,-7.780879974365234,7.978300094604492,-10.629599571228027,-7.780879974365234,7.878300189971924,-10.629599571228027,-7.780879974365234,7.878300189971924,-10.629599571228027,-7.780879974365234,7.978300094604492,-10.788100242614746,-7.845990180969238,7.978300094604492,-10.629599571228027,-7.780879974365234,7.878300189971924,-10.788100242614746,-7.845990180969238,7.978300094604492,-10.788100242614746,-7.845990180969238,7.878300189971924,-10.788100242614746,-7.845990180969238,7.878300189971924,-10.788100242614746,-7.845990180969238,7.978300094604492,-10.934599876403809,-7.934929847717285,7.978300094604492,-10.788100242614746,-7.845990180969238,7.878300189971924,-10.934599876403809,-7.934929847717285,7.978300094604492,-10.934599876403809,-7.934929847717285,7.878300189971924,-10.934599876403809,-7.934929847717285,7.878300189971924,-10.934599876403809,-7.934929847717285,7.978300094604492,-11.065400123596191,-8.045530319213867,7.978300094604492,-10.934599876403809,-7.934929847717285,7.878300189971924,-11.065400123596191,-8.045530319213867,7.978300094604492,-11.065400123596191,-8.045530319213867,7.878300189971924,-11.065400123596191,-8.045530319213867,7.878300189971924,-11.065400123596191,-8.045530319213867,7.978300094604492,-11.177499771118164,-8.17512035369873,7.978300094604492,-11.065400123596191,-8.045530319213867,7.878300189971924,-11.177499771118164,-8.17512035369873,7.978300094604492,-11.177499771118164,-8.17512035369873,7.878300189971924,-11.177499771118164,-8.17512035369873,7.878300189971924,-11.177499771118164,-8.17512035369873,7.978300094604492,-11.268199920654297,-8.320540428161621,7.978300094604492,-11.177499771118164,-8.17512035369873,7.878300189971924,-11.268199920654297,-8.320540428161621,7.978300094604492,-11.268199920654297,-8.320540428161621,7.878300189971924,-11.268199920654297,-8.320540428161621,7.878300189971924,-11.268199920654297,-8.320540428161621,7.978300094604492,-11.335100173950195,-8.478269577026367,7.978300094604492,-11.268199920654297,-8.320540428161621,7.878300189971924,-11.335100173950195,-8.478269577026367,7.978300094604492,-11.335100173950195,-8.478269577026367,7.878300189971924,-11.335100173950195,-8.478269577026367,7.878300189971924,-11.335100173950195,-8.478269577026367,7.978300094604492,-11.376700401306152,-8.644479751586914,7.978300094604492,-11.335100173950195,-8.478269577026367,7.878300189971924,-11.376700401306152,-8.644479751586914,7.978300094604492,-11.376700401306152,-8.644479751586914,7.878300189971924,-6.073790073394775,-7.727819919586182,7.878300189971924,-6.073790073394775,-7.727819919586182,7.978300094604492,-8.937600135803223,-7.727819919586182,7.878300189971924,-8.937600135803223,-7.727819919586182,7.878300189971924,-6.073790073394775,-7.727819919586182,7.978300094604492,-10.292099952697754,-7.727819919586182,7.978300094604492,-8.937600135803223,-7.727819919586182,7.878300189971924,-10.292099952697754,-7.727819919586182,7.978300094604492,-10.292099952697754,-7.727819919586182,7.878300189971924,-10.292099952697754,-7.82781982421875,7.878300189971924,-10.292099952697754,-7.82781982421875,7.978300094604492,-8.937600135803223,-7.82781982421875,7.878300189971924,-8.937600135803223,-7.82781982421875,7.878300189971924,-10.292099952697754,-7.82781982421875,7.978300094604492,-6.113770008087158,-7.82781982421875,7.978300094604492,-8.937600135803223,-7.82781982421875,7.878300189971924,-6.113770008087158,-7.82781982421875,7.978300094604492,-6.113770008087158,-7.82781982421875,7.878300189971924,-11.27810001373291,-8.661149978637695,7.878300189971924,-11.27810001373291,-8.661149978637695,7.978300094604492,-11.240300178527832,-8.510049819946289,7.978300094604492,-11.27810001373291,-8.661149978637695,7.878300189971924,-11.240300178527832,-8.510049819946289,7.978300094604492,-11.240300178527832,-8.510049819946289,7.878300189971924,-11.240300178527832,-8.510049819946289,7.878300189971924,-11.240300178527832,-8.510049819946289,7.978300094604492,-11.179400444030762,-8.366660118103027,7.978300094604492,-11.240300178527832,-8.510049819946289,7.878300189971924,-11.179400444030762,-8.366660118103027,7.978300094604492,-11.179400444030762,-8.366660118103027,7.878300189971924,-11.179400444030762,-8.366660118103027,7.878300189971924,-11.179400444030762,-8.366660118103027,7.978300094604492,-11.097000122070312,-8.23445987701416,7.978300094604492,-11.179400444030762,-8.366660118103027,7.878300189971924,-11.097000122070312,-8.23445987701416,7.978300094604492,-11.097000122070312,-8.23445987701416,7.878300189971924,-11.097000122070312,-8.23445987701416,7.878300189971924,-11.097000122070312,-8.23445987701416,7.978300094604492,-10.995100021362305,-8.116649627685547,7.978300094604492,-11.097000122070312,-8.23445987701416,7.878300189971924,-10.995100021362305,-8.116649627685547,7.978300094604492,-10.995100021362305,-8.116649627685547,7.878300189971924,-10.995100021362305,-8.116649627685547,7.878300189971924,-10.995100021362305,-8.116649627685547,7.978300094604492,-10.876199722290039,-8.01609992980957,7.978300094604492,-10.995100021362305,-8.116649627685547,7.878300189971924,-10.876199722290039,-8.01609992980957,7.978300094604492,-10.876199722290039,-8.01609992980957,7.878300189971924,-10.876199722290039,-8.01609992980957,7.878300189971924,-10.876199722290039,-8.01609992980957,7.978300094604492,-10.743000030517578,-7.9352498054504395,7.978300094604492,-10.876199722290039,-8.01609992980957,7.878300189971924,-10.743000030517578,-7.9352498054504395,7.978300094604492,-10.743000030517578,-7.9352498054504395,7.878300189971924,-10.743000030517578,-7.9352498054504395,7.878300189971924,-10.743000030517578,-7.9352498054504395,7.978300094604492,-10.598899841308594,-7.876049995422363,7.978300094604492,-10.743000030517578,-7.9352498054504395,7.878300189971924,-10.598899841308594,-7.876049995422363,7.978300094604492,-10.598899841308594,-7.876049995422363,7.878300189971924,-10.598899841308594,-7.876049995422363,7.878300189971924,-10.598899841308594,-7.876049995422363,7.978300094604492,-10.447400093078613,-7.839950084686279,7.978300094604492,-10.598899841308594,-7.876049995422363,7.878300189971924,-10.447400093078613,-7.839950084686279,7.978300094604492,-10.447400093078613,-7.839950084686279,7.878300189971924,-10.447400093078613,-7.839950084686279,7.878300189971924,-10.447400093078613,-7.839950084686279,7.978300094604492,-10.292099952697754,-7.82781982421875,7.978300094604492,-10.447400093078613,-7.839950084686279,7.878300189971924,-10.292099952697754,-7.82781982421875,7.978300094604492,-10.292099952697754,-7.82781982421875,7.878300189971924,-11.27810001373291,-11.794500350952148,7.878300189971924,-11.27810001373291,-11.794500350952148,7.978300094604492,-11.409600257873535,-10.227800369262695,7.978300094604492,-11.27810001373291,-11.794500350952148,7.878300189971924,-11.409600257873535,-10.227800369262695,7.978300094604492,-11.409600257873535,-10.227800369262695,7.878300189971924,-11.409600257873535,-10.227800369262695,7.878300189971924,-11.409600257873535,-10.227800369262695,7.978300094604492,-11.27810001373291,-8.661149978637695,7.978300094604492,-11.409600257873535,-10.227800369262695,7.878300189971924,-11.27810001373291,-8.661149978637695,7.978300094604492,-11.27810001373291,-8.661149978637695,7.878300189971924,-10.292099952697754,-12.627799987792969,7.878300189971924,-10.292099952697754,-12.627799987792969,7.978300094604492,-10.447400093078613,-12.615699768066406,7.978300094604492,-10.292099952697754,-12.627799987792969,7.878300189971924,-10.447400093078613,-12.615699768066406,7.978300094604492,-10.447400093078613,-12.615699768066406,7.878300189971924,-10.447400093078613,-12.615699768066406,7.878300189971924,-10.447400093078613,-12.615699768066406,7.978300094604492,-10.598899841308594,-12.57960033416748,7.978300094604492,-10.447400093078613,-12.615699768066406,7.878300189971924,-10.598899841308594,-12.57960033416748,7.978300094604492,-10.598899841308594,-12.57960033416748,7.878300189971924,-10.598899841308594,-12.57960033416748,7.878300189971924,-10.598899841308594,-12.57960033416748,7.978300094604492,-10.743000030517578,-12.520400047302246,7.978300094604492,-10.598899841308594,-12.57960033416748,7.878300189971924,-10.743000030517578,-12.520400047302246,7.978300094604492,-10.743000030517578,-12.520400047302246,7.878300189971924,-10.743000030517578,-12.520400047302246,7.878300189971924,-10.743000030517578,-12.520400047302246,7.978300094604492,-10.876199722290039,-12.439499855041504,7.978300094604492,-10.743000030517578,-12.520400047302246,7.878300189971924,-10.876199722290039,-12.439499855041504,7.978300094604492,-10.876199722290039,-12.439499855041504,7.878300189971924,-10.876199722290039,-12.439499855041504,7.878300189971924,-10.876199722290039,-12.439499855041504,7.978300094604492,-10.995100021362305,-12.33899974822998,7.978300094604492,-10.876199722290039,-12.439499855041504,7.878300189971924,-10.995100021362305,-12.33899974822998,7.978300094604492,-10.995100021362305,-12.33899974822998,7.878300189971924,-10.995100021362305,-12.33899974822998,7.878300189971924,-10.995100021362305,-12.33899974822998,7.978300094604492,-11.097000122070312,-12.221199989318848,7.978300094604492,-10.995100021362305,-12.33899974822998,7.878300189971924,-11.097000122070312,-12.221199989318848,7.978300094604492,-11.097000122070312,-12.221199989318848,7.878300189971924,-11.097000122070312,-12.221199989318848,7.878300189971924,-11.097000122070312,-12.221199989318848,7.978300094604492,-11.179400444030762,-12.08899974822998,7.978300094604492,-11.097000122070312,-12.221199989318848,7.878300189971924,-11.179400444030762,-12.08899974822998,7.978300094604492,-11.179400444030762,-12.08899974822998,7.878300189971924,-11.179400444030762,-12.08899974822998,7.878300189971924,-11.179400444030762,-12.08899974822998,7.978300094604492,-11.240300178527832,-11.945599555969238,7.978300094604492,-11.179400444030762,-12.08899974822998,7.878300189971924,-11.240300178527832,-11.945599555969238,7.978300094604492,-11.240300178527832,-11.945599555969238,7.878300189971924,-11.240300178527832,-11.945599555969238,7.878300189971924,-11.240300178527832,-11.945599555969238,7.978300094604492,-11.27810001373291,-11.794500350952148,7.978300094604492,-11.240300178527832,-11.945599555969238,7.878300189971924,-11.27810001373291,-11.794500350952148,7.978300094604492,-11.27810001373291,-11.794500350952148,7.878300189971924,-6.113770008087158,-12.627799987792969,7.878300189971924,-6.113770008087158,-12.627799987792969,7.978300094604492,-8.937600135803223,-12.627799987792969,7.878300189971924,-8.937600135803223,-12.627799987792969,7.878300189971924,-6.113770008087158,-12.627799987792969,7.978300094604492,-10.292099952697754,-12.627799987792969,7.978300094604492,-8.937600135803223,-12.627799987792969,7.878300189971924,-10.292099952697754,-12.627799987792969,7.978300094604492,-10.292099952697754,-12.627799987792969,7.878300189971924,-10.292099952697754,-12.727800369262695,7.878300189971924,-10.292099952697754,-12.727800369262695,7.978300094604492,-8.937600135803223,-12.727800369262695,7.878300189971924,-8.937600135803223,-12.727800369262695,7.878300189971924,-10.292099952697754,-12.727800369262695,7.978300094604492,-6.073790073394775,-12.727800369262695,7.978300094604492,-8.937600135803223,-12.727800369262695,7.878300189971924,-6.073790073394775,-12.727800369262695,7.978300094604492,-6.073790073394775,-12.727800369262695,7.878300189971924,-11.376700401306152,-11.811200141906738,7.878300189971924,-11.376700401306152,-11.811200141906738,7.978300094604492,-11.335100173950195,-11.977399826049805,7.978300094604492,-11.376700401306152,-11.811200141906738,7.878300189971924,-11.335100173950195,-11.977399826049805,7.978300094604492,-11.335100173950195,-11.977399826049805,7.878300189971924,-11.335100173950195,-11.977399826049805,7.878300189971924,-11.335100173950195,-11.977399826049805,7.978300094604492,-11.268199920654297,-12.135100364685059,7.978300094604492,-11.335100173950195,-11.977399826049805,7.878300189971924,-11.268199920654297,-12.135100364685059,7.978300094604492,-11.268199920654297,-12.135100364685059,7.878300189971924,-11.268199920654297,-12.135100364685059,7.878300189971924,-11.268199920654297,-12.135100364685059,7.978300094604492,-11.177499771118164,-12.280500411987305,7.978300094604492,-11.268199920654297,-12.135100364685059,7.878300189971924,-11.177499771118164,-12.280500411987305,7.978300094604492,-11.177499771118164,-12.280500411987305,7.878300189971924,-11.177499771118164,-12.280500411987305,7.878300189971924,-11.177499771118164,-12.280500411987305,7.978300094604492,-11.065400123596191,-12.410099983215332,7.978300094604492,-11.177499771118164,-12.280500411987305,7.878300189971924,-11.065400123596191,-12.410099983215332,7.978300094604492,-11.065400123596191,-12.410099983215332,7.878300189971924,-11.065400123596191,-12.410099983215332,7.878300189971924,-11.065400123596191,-12.410099983215332,7.978300094604492,-10.934599876403809,-12.520700454711914,7.978300094604492,-11.065400123596191,-12.410099983215332,7.878300189971924,-10.934599876403809,-12.520700454711914,7.978300094604492,-10.934599876403809,-12.520700454711914,7.878300189971924,-10.934599876403809,-12.520700454711914,7.878300189971924,-10.934599876403809,-12.520700454711914,7.978300094604492,-10.788100242614746,-12.609600067138672,7.978300094604492,-10.934599876403809,-12.520700454711914,7.878300189971924,-10.788100242614746,-12.609600067138672,7.978300094604492,-10.788100242614746,-12.609600067138672,7.878300189971924,-10.788100242614746,-12.609600067138672,7.878300189971924,-10.788100242614746,-12.609600067138672,7.978300094604492,-10.629599571228027,-12.674799919128418,7.978300094604492,-10.788100242614746,-12.609600067138672,7.878300189971924,-10.629599571228027,-12.674799919128418,7.978300094604492,-10.629599571228027,-12.674799919128418,7.878300189971924,-10.629599571228027,-12.674799919128418,7.878300189971924,-10.629599571228027,-12.674799919128418,7.978300094604492,-10.462900161743164,-12.714500427246094,7.978300094604492,-10.629599571228027,-12.674799919128418,7.878300189971924,-10.462900161743164,-12.714500427246094,7.978300094604492,-10.462900161743164,-12.714500427246094,7.878300189971924,-10.462900161743164,-12.714500427246094,7.878300189971924,-10.462900161743164,-12.714500427246094,7.978300094604492,-10.292099952697754,-12.727800369262695,7.978300094604492,-10.462900161743164,-12.714500427246094,7.878300189971924,-10.292099952697754,-12.727800369262695,7.978300094604492,-10.292099952697754,-12.727800369262695,7.878300189971924,-11.376700401306152,-11.811200141906738,7.878300189971924,-11.509499549865723,-10.277799606323242,7.878300189971924,-11.376700401306152,-11.811200141906738,7.978300094604492,-11.376700401306152,-11.811200141906738,7.978300094604492,-11.509499549865723,-10.277799606323242,7.878300189971924,-11.509499549865723,-10.277799606323242,7.978300094604492,-16.409500122070312,-10.277799606323242,7.878300189971924,-16.409500122070312,-10.277799606323242,7.978300094604492,-13.909500122070312,-10.277799606323242,7.878300189971924,-13.909500122070312,-10.277799606323242,7.878300189971924,-16.409500122070312,-10.277799606323242,7.978300094604492,-11.509499549865723,-10.277799606323242,7.978300094604492,-13.909500122070312,-10.277799606323242,7.878300189971924,-11.509499549865723,-10.277799606323242,7.978300094604492,-11.509499549865723,-10.277799606323242,7.878300189971924,-15.938300132751465,-13.881500244140625,7.878300189971924,-15.938300132751465,-13.881500244140625,7.978300094604492,-15.98799991607666,-13.627799987792969,7.878300189971924,-15.98799991607666,-13.627799987792969,7.878300189971924,-15.938300132751465,-13.881500244140625,7.978300094604492,-16.28809928894043,-12.094599723815918,7.978300094604492,-15.98799991607666,-13.627799987792969,7.878300189971924,-16.28809928894043,-12.094599723815918,7.978300094604492,-16.28809928894043,-12.094599723815918,7.878300189971924,-16.28809928894043,-12.094599723815918,7.878300189971924,-16.28809928894043,-12.094599723815918,7.978300094604492,-16.409500122070312,-10.277799606323242,7.978300094604492,-16.28809928894043,-12.094599723815918,7.878300189971924,-16.409500122070312,-10.277799606323242,7.978300094604492,-16.409500122070312,-10.277799606323242,7.878300189971924,-14.971099853515625,-14.627799987792969,7.878300189971924,-14.971099853515625,-14.627799987792969,7.978300094604492,-15.134599685668945,-14.614399909973145,7.978300094604492,-14.971099853515625,-14.627799987792969,7.878300189971924,-15.134599685668945,-14.614399909973145,7.978300094604492,-15.134599685668945,-14.614399909973145,7.878300189971924,-15.134599685668945,-14.614399909973145,7.878300189971924,-15.134599685668945,-14.614399909973145,7.978300094604492,-15.293800354003906,-14.574299812316895,7.978300094604492,-15.134599685668945,-14.614399909973145,7.878300189971924,-15.293800354003906,-14.574299812316895,7.978300094604492,-15.293800354003906,-14.574299812316895,7.878300189971924,-15.293800354003906,-14.574299812316895,7.878300189971924,-15.293800354003906,-14.574299812316895,7.978300094604492,-15.444199562072754,-14.50879955291748,7.978300094604492,-15.293800354003906,-14.574299812316895,7.878300189971924,-15.444199562072754,-14.50879955291748,7.978300094604492,-15.444199562072754,-14.50879955291748,7.878300189971924,-15.444199562072754,-14.50879955291748,7.878300189971924,-15.444199562072754,-14.50879955291748,7.978300094604492,-15.581899642944336,-14.419599533081055,7.978300094604492,-15.444199562072754,-14.50879955291748,7.878300189971924,-15.581899642944336,-14.419599533081055,7.978300094604492,-15.581899642944336,-14.419599533081055,7.878300189971924,-15.581899642944336,-14.419599533081055,7.878300189971924,-15.581899642944336,-14.419599533081055,7.978300094604492,-15.703200340270996,-14.309000015258789,7.978300094604492,-15.581899642944336,-14.419599533081055,7.878300189971924,-15.703200340270996,-14.309000015258789,7.978300094604492,-15.703200340270996,-14.309000015258789,7.878300189971924,-15.703200340270996,-14.309000015258789,7.878300189971924,-15.703200340270996,-14.309000015258789,7.978300094604492,-15.804699897766113,-14.180100440979004,7.978300094604492,-15.703200340270996,-14.309000015258789,7.878300189971924,-15.804699897766113,-14.180100440979004,7.978300094604492,-15.804699897766113,-14.180100440979004,7.878300189971924,-15.804699897766113,-14.180100440979004,7.878300189971924,-15.804699897766113,-14.180100440979004,7.978300094604492,-15.88379955291748,-14.036299705505371,7.978300094604492,-15.804699897766113,-14.180100440979004,7.878300189971924,-15.88379955291748,-14.036299705505371,7.978300094604492,-15.88379955291748,-14.036299705505371,7.878300189971924,-15.88379955291748,-14.036299705505371,7.878300189971924,-15.88379955291748,-14.036299705505371,7.978300094604492,-15.938300132751465,-13.881500244140625,7.978300094604492,-15.88379955291748,-14.036299705505371,7.878300189971924,-15.938300132751465,-13.881500244140625,7.978300094604492,-15.938300132751465,-13.881500244140625,7.878300189971924,-4.884950160980225,-14.627799987792969,7.878300189971924,-4.884950160980225,-14.627799987792969,7.978300094604492,-8.937600135803223,-14.627799987792969,7.878300189971924,-8.937600135803223,-14.627799987792969,7.878300189971924,-4.884950160980225,-14.627799987792969,7.978300094604492,-14.971099853515625,-14.627799987792969,7.978300094604492,-8.937600135803223,-14.627799987792969,7.878300189971924,-14.971099853515625,-14.627799987792969,7.978300094604492,-13.909500122070312,-14.627799987792969,7.878300189971924,-13.909500122070312,-14.627799987792969,7.878300189971924,-14.971099853515625,-14.627799987792969,7.978300094604492,-14.971099853515625,-14.627799987792969,7.878300189971924,-16.56559944152832,-16.227800369262695,7.878300189971924,-16.56559944152832,-16.227800369262695,7.978300094604492,-16.78459930419922,-16.245100021362305,7.978300094604492,-16.56559944152832,-16.227800369262695,7.878300189971924,-16.78459930419922,-16.245100021362305,7.978300094604492,-16.78459930419922,-16.245100021362305,7.878300189971924,-16.78459930419922,-16.245100021362305,7.878300189971924,-16.78459930419922,-16.245100021362305,7.978300094604492,-16.998199462890625,-16.296300888061523,7.978300094604492,-16.78459930419922,-16.245100021362305,7.878300189971924,-16.998199462890625,-16.296300888061523,7.978300094604492,-16.998199462890625,-16.296300888061523,7.878300189971924,-16.998199462890625,-16.296300888061523,7.878300189971924,-16.998199462890625,-16.296300888061523,7.978300094604492,-17.201200485229492,-16.380399703979492,7.978300094604492,-16.998199462890625,-16.296300888061523,7.878300189971924,-17.201200485229492,-16.380399703979492,7.978300094604492,-17.201200485229492,-16.380399703979492,7.878300189971924,-17.201200485229492,-16.380399703979492,7.878300189971924,-17.201200485229492,-16.380399703979492,7.978300094604492,-17.388500213623047,-16.49519920349121,7.978300094604492,-17.201200485229492,-16.380399703979492,7.878300189971924,-17.388500213623047,-16.49519920349121,7.978300094604492,-17.388500213623047,-16.49519920349121,7.878300189971924,-17.388500213623047,-16.49519920349121,7.878300189971924,-17.388500213623047,-16.49519920349121,7.978300094604492,-17.555500030517578,-16.63789939880371,7.978300094604492,-17.388500213623047,-16.49519920349121,7.878300189971924,-17.555500030517578,-16.63789939880371,7.978300094604492,-17.555500030517578,-16.63789939880371,7.878300189971924,-17.555500030517578,-16.63789939880371,7.878300189971924,-17.555500030517578,-16.63789939880371,7.978300094604492,-17.698200225830078,-16.804899215698242,7.978300094604492,-17.555500030517578,-16.63789939880371,7.878300189971924,-17.698200225830078,-16.804899215698242,7.978300094604492,-17.698200225830078,-16.804899215698242,7.878300189971924,-17.698200225830078,-16.804899215698242,7.878300189971924,-17.698200225830078,-16.804899215698242,7.978300094604492,-17.765600204467773,-16.914899826049805,7.978300094604492,-17.698200225830078,-16.804899215698242,7.878300189971924,-17.765600204467773,-16.914899826049805,7.978300094604492,-17.812999725341797,-16.99220085144043,7.878300189971924,-17.765600204467773,-16.914899826049805,7.978300094604492,-17.812999725341797,-16.99220085144043,7.978300094604492,-17.812999725341797,-16.99220085144043,7.878300189971924,-17.812999725341797,-16.99220085144043,7.878300189971924,-17.812999725341797,-16.99220085144043,7.978300094604492,-17.8971004486084,-17.195199966430664,7.978300094604492,-17.812999725341797,-16.99220085144043,7.878300189971924,-17.8971004486084,-17.195199966430664,7.978300094604492,-17.8971004486084,-17.195199966430664,7.878300189971924,-17.8971004486084,-17.195199966430664,7.878300189971924,-17.8971004486084,-17.195199966430664,7.978300094604492,-17.948400497436523,-17.40880012512207,7.978300094604492,-17.8971004486084,-17.195199966430664,7.878300189971924,-17.948400497436523,-17.40880012512207,7.978300094604492,-17.948400497436523,-17.40880012512207,7.878300189971924,-17.948400497436523,-17.40880012512207,7.878300189971924,-17.948400497436523,-17.40880012512207,7.978300094604492,-17.965599060058594,-17.62779998779297,7.978300094604492,-17.948400497436523,-17.40880012512207,7.878300189971924,-17.965599060058594,-17.62779998779297,7.978300094604492,-17.965599060058594,-17.62779998779297,7.878300189971924,-16.56559944152832,-16.227800369262695,7.878300189971924,-8.365599632263184,-16.227800369262695,7.878300189971924,-16.56559944152832,-16.227800369262695,7.978300094604492,-16.56559944152832,-16.227800369262695,7.978300094604492,-8.365599632263184,-16.227800369262695,7.878300189971924,-8.365599632263184,-16.227800369262695,7.978300094604492,-6.96560001373291,-17.62779998779297,7.878300189971924,-6.96560001373291,-17.62779998779297,7.978300094604492,-6.982830047607422,-17.40880012512207,7.978300094604492,-6.96560001373291,-17.62779998779297,7.878300189971924,-6.982830047607422,-17.40880012512207,7.978300094604492,-6.982830047607422,-17.40880012512207,7.878300189971924,-6.982830047607422,-17.40880012512207,7.878300189971924,-6.982830047607422,-17.40880012512207,7.978300094604492,-7.034120082855225,-17.195199966430664,7.978300094604492,-6.982830047607422,-17.40880012512207,7.878300189971924,-7.034120082855225,-17.195199966430664,7.978300094604492,-7.034120082855225,-17.195199966430664,7.878300189971924,-7.034120082855225,-17.195199966430664,7.878300189971924,-7.034120082855225,-17.195199966430664,7.978300094604492,-7.118189811706543,-16.99220085144043,7.978300094604492,-7.034120082855225,-17.195199966430664,7.878300189971924,-7.118189811706543,-16.99220085144043,7.978300094604492,-7.118189811706543,-16.99220085144043,7.878300189971924,-7.118189811706543,-16.99220085144043,7.878300189971924,-7.118189811706543,-16.99220085144043,7.978300094604492,-7.232970237731934,-16.804899215698242,7.978300094604492,-7.118189811706543,-16.99220085144043,7.878300189971924,-7.232970237731934,-16.804899215698242,7.978300094604492,-7.232970237731934,-16.804899215698242,7.878300189971924,-7.232970237731934,-16.804899215698242,7.878300189971924,-7.232970237731934,-16.804899215698242,7.978300094604492,-7.375649929046631,-16.63789939880371,7.978300094604492,-7.232970237731934,-16.804899215698242,7.878300189971924,-7.375649929046631,-16.63789939880371,7.978300094604492,-7.375649929046631,-16.63789939880371,7.878300189971924,-7.375649929046631,-16.63789939880371,7.878300189971924,-7.375649929046631,-16.63789939880371,7.978300094604492,-7.542699813842773,-16.49519920349121,7.978300094604492,-7.375649929046631,-16.63789939880371,7.878300189971924,-7.542699813842773,-16.49519920349121,7.978300094604492,-7.542699813842773,-16.49519920349121,7.878300189971924,-7.542699813842773,-16.49519920349121,7.878300189971924,-7.542699813842773,-16.49519920349121,7.978300094604492,-7.730010032653809,-16.380399703979492,7.978300094604492,-7.542699813842773,-16.49519920349121,7.878300189971924,-7.730010032653809,-16.380399703979492,7.978300094604492,-7.730010032653809,-16.380399703979492,7.878300189971924,-7.730010032653809,-16.380399703979492,7.878300189971924,-7.730010032653809,-16.380399703979492,7.978300094604492,-7.93297004699707,-16.296300888061523,7.978300094604492,-7.730010032653809,-16.380399703979492,7.878300189971924,-7.93297004699707,-16.296300888061523,7.978300094604492,-7.93297004699707,-16.296300888061523,7.878300189971924,-7.93297004699707,-16.296300888061523,7.878300189971924,-7.93297004699707,-16.296300888061523,7.978300094604492,-8.146590232849121,-16.245100021362305,7.978300094604492,-7.93297004699707,-16.296300888061523,7.878300189971924,-8.146590232849121,-16.245100021362305,7.978300094604492,-8.146590232849121,-16.245100021362305,7.878300189971924,-8.146590232849121,-16.245100021362305,7.878300189971924,-8.146590232849121,-16.245100021362305,7.978300094604492,-8.365599632263184,-16.227800369262695,7.978300094604492,-8.146590232849121,-16.245100021362305,7.878300189971924,-8.365599632263184,-16.227800369262695,7.978300094604492,-8.365599632263184,-16.227800369262695,7.878300189971924,-6.96560001373291,-17.62779998779297,7.878300189971924,-6.96560001373291,-20.327800750732422,7.878300189971924,-6.96560001373291,-17.62779998779297,7.978300094604492,-6.96560001373291,-17.62779998779297,7.978300094604492,-6.96560001373291,-20.327800750732422,7.878300189971924,-6.96560001373291,-20.327800750732422,7.978300094604492,-8.365599632263184,-21.727800369262695,7.878300189971924,-8.365599632263184,-21.727800369262695,7.978300094604492,-8.146590232849121,-21.710599899291992,7.978300094604492,-8.365599632263184,-21.727800369262695,7.878300189971924,-8.146590232849121,-21.710599899291992,7.978300094604492,-8.146590232849121,-21.710599899291992,7.878300189971924,-8.146590232849121,-21.710599899291992,7.878300189971924,-8.146590232849121,-21.710599899291992,7.978300094604492,-7.93297004699707,-21.659299850463867,7.978300094604492,-8.146590232849121,-21.710599899291992,7.878300189971924,-7.93297004699707,-21.659299850463867,7.978300094604492,-7.93297004699707,-21.659299850463867,7.878300189971924,-7.93297004699707,-21.659299850463867,7.878300189971924,-7.93297004699707,-21.659299850463867,7.978300094604492,-7.730010032653809,-21.575199127197266,7.978300094604492,-7.93297004699707,-21.659299850463867,7.878300189971924,-7.730010032653809,-21.575199127197266,7.978300094604492,-7.730010032653809,-21.575199127197266,7.878300189971924,-7.730010032653809,-21.575199127197266,7.878300189971924,-7.730010032653809,-21.575199127197266,7.978300094604492,-7.542699813842773,-21.460399627685547,7.978300094604492,-7.730010032653809,-21.575199127197266,7.878300189971924,-7.542699813842773,-21.460399627685547,7.978300094604492,-7.542699813842773,-21.460399627685547,7.878300189971924,-7.542699813842773,-21.460399627685547,7.878300189971924,-7.542699813842773,-21.460399627685547,7.978300094604492,-7.375649929046631,-21.317800521850586,7.978300094604492,-7.542699813842773,-21.460399627685547,7.878300189971924,-7.375649929046631,-21.317800521850586,7.978300094604492,-7.375649929046631,-21.317800521850586,7.878300189971924,-7.375649929046631,-21.317800521850586,7.878300189971924,-7.375649929046631,-21.317800521850586,7.978300094604492,-7.232970237731934,-21.150699615478516,7.978300094604492,-7.375649929046631,-21.317800521850586,7.878300189971924,-7.232970237731934,-21.150699615478516,7.978300094604492,-7.232970237731934,-21.150699615478516,7.878300189971924,-7.232970237731934,-21.150699615478516,7.878300189971924,-7.232970237731934,-21.150699615478516,7.978300094604492,-7.118189811706543,-20.96339988708496,7.978300094604492,-7.232970237731934,-21.150699615478516,7.878300189971924,-7.118189811706543,-20.96339988708496,7.978300094604492,-7.118189811706543,-20.96339988708496,7.878300189971924,-7.118189811706543,-20.96339988708496,7.878300189971924,-7.118189811706543,-20.96339988708496,7.978300094604492,-7.034120082855225,-20.760400772094727,7.978300094604492,-7.118189811706543,-20.96339988708496,7.878300189971924,-7.034120082855225,-20.760400772094727,7.978300094604492,-7.034120082855225,-20.760400772094727,7.878300189971924,-7.034120082855225,-20.760400772094727,7.878300189971924,-7.034120082855225,-20.760400772094727,7.978300094604492,-6.982830047607422,-20.54680061340332,7.978300094604492,-7.034120082855225,-20.760400772094727,7.878300189971924,-6.982830047607422,-20.54680061340332,7.978300094604492,-6.982830047607422,-20.54680061340332,7.878300189971924,-6.982830047607422,-20.54680061340332,7.878300189971924,-6.982830047607422,-20.54680061340332,7.978300094604492,-6.96560001373291,-20.327800750732422,7.978300094604492,-6.982830047607422,-20.54680061340332,7.878300189971924,-6.96560001373291,-20.327800750732422,7.978300094604492,-6.96560001373291,-20.327800750732422,7.878300189971924,-8.365599632263184,-21.727800369262695,7.878300189971924,-16.56559944152832,-21.727800369262695,7.878300189971924,-8.365599632263184,-21.727800369262695,7.978300094604492,-8.365599632263184,-21.727800369262695,7.978300094604492,-16.56559944152832,-21.727800369262695,7.878300189971924,-16.56559944152832,-21.727800369262695,7.978300094604492,-17.965599060058594,-20.327800750732422,7.878300189971924,-17.965599060058594,-20.327800750732422,7.978300094604492,-17.948400497436523,-20.54680061340332,7.978300094604492,-17.965599060058594,-20.327800750732422,7.878300189971924,-17.948400497436523,-20.54680061340332,7.978300094604492,-17.948400497436523,-20.54680061340332,7.878300189971924,-17.948400497436523,-20.54680061340332,7.878300189971924,-17.948400497436523,-20.54680061340332,7.978300094604492,-17.8971004486084,-20.760400772094727,7.978300094604492,-17.948400497436523,-20.54680061340332,7.878300189971924,-17.8971004486084,-20.760400772094727,7.978300094604492,-17.8971004486084,-20.760400772094727,7.878300189971924,-17.8971004486084,-20.760400772094727,7.878300189971924,-17.8971004486084,-20.760400772094727,7.978300094604492,-17.812999725341797,-20.96339988708496,7.978300094604492,-17.8971004486084,-20.760400772094727,7.878300189971924,-17.812999725341797,-20.96339988708496,7.978300094604492,-17.812999725341797,-20.96339988708496,7.878300189971924,-17.812999725341797,-20.96339988708496,7.878300189971924,-17.812999725341797,-20.96339988708496,7.978300094604492,-17.765600204467773,-21.040800094604492,7.978300094604492,-17.812999725341797,-20.96339988708496,7.878300189971924,-17.765600204467773,-21.040800094604492,7.978300094604492,-17.698200225830078,-21.150699615478516,7.878300189971924,-17.765600204467773,-21.040800094604492,7.978300094604492,-17.698200225830078,-21.150699615478516,7.978300094604492,-17.698200225830078,-21.150699615478516,7.878300189971924,-17.698200225830078,-21.150699615478516,7.878300189971924,-17.698200225830078,-21.150699615478516,7.978300094604492,-17.555500030517578,-21.317800521850586,7.978300094604492,-17.698200225830078,-21.150699615478516,7.878300189971924,-17.555500030517578,-21.317800521850586,7.978300094604492,-17.555500030517578,-21.317800521850586,7.878300189971924,-17.555500030517578,-21.317800521850586,7.878300189971924,-17.555500030517578,-21.317800521850586,7.978300094604492,-17.388500213623047,-21.460399627685547,7.978300094604492,-17.555500030517578,-21.317800521850586,7.878300189971924,-17.388500213623047,-21.460399627685547,7.978300094604492,-17.388500213623047,-21.460399627685547,7.878300189971924,-17.388500213623047,-21.460399627685547,7.878300189971924,-17.388500213623047,-21.460399627685547,7.978300094604492,-17.201200485229492,-21.575199127197266,7.978300094604492,-17.388500213623047,-21.460399627685547,7.878300189971924,-17.201200485229492,-21.575199127197266,7.978300094604492,-17.201200485229492,-21.575199127197266,7.878300189971924,-17.201200485229492,-21.575199127197266,7.878300189971924,-17.201200485229492,-21.575199127197266,7.978300094604492,-16.998199462890625,-21.659299850463867,7.978300094604492,-17.201200485229492,-21.575199127197266,7.878300189971924,-16.998199462890625,-21.659299850463867,7.978300094604492,-16.998199462890625,-21.659299850463867,7.878300189971924,-16.998199462890625,-21.659299850463867,7.878300189971924,-16.998199462890625,-21.659299850463867,7.978300094604492,-16.78459930419922,-21.710599899291992,7.978300094604492,-16.998199462890625,-21.659299850463867,7.878300189971924,-16.78459930419922,-21.710599899291992,7.978300094604492,-16.78459930419922,-21.710599899291992,7.878300189971924,-16.78459930419922,-21.710599899291992,7.878300189971924,-16.78459930419922,-21.710599899291992,7.978300094604492,-16.56559944152832,-21.727800369262695,7.978300094604492,-16.78459930419922,-21.710599899291992,7.878300189971924,-16.56559944152832,-21.727800369262695,7.978300094604492,-16.56559944152832,-21.727800369262695,7.878300189971924,-17.965599060058594,-20.327800750732422,7.878300189971924,-17.965599060058594,-17.62779998779297,7.878300189971924,-17.965599060058594,-20.327800750732422,7.978300094604492,-17.965599060058594,-20.327800750732422,7.978300094604492,-17.965599060058594,-17.62779998779297,7.878300189971924,-17.965599060058594,-17.62779998779297,7.978300094604492,-17.8656005859375,-17.62779998779297,7.878300189971924,-17.965599060058594,-17.62779998779297,7.878300189971924,-17.8656005859375,-20.327800750732422,7.878300189971924,-17.8656005859375,-20.327800750732422,7.878300189971924,-17.965599060058594,-17.62779998779297,7.878300189971924,-17.965599060058594,-20.327800750732422,7.878300189971924,-17.8656005859375,-20.327800750732422,7.878300189971924,-17.965599060058594,-20.327800750732422,7.878300189971924,-17.849599838256836,-20.531200408935547,7.878300189971924,-17.849599838256836,-20.531200408935547,7.878300189971924,-17.965599060058594,-20.327800750732422,7.878300189971924,-17.948400497436523,-20.54680061340332,7.878300189971924,-17.849599838256836,-20.531200408935547,7.878300189971924,-17.948400497436523,-20.54680061340332,7.878300189971924,-17.802000045776367,-20.72949981689453,7.878300189971924,-17.802000045776367,-20.72949981689453,7.878300189971924,-17.948400497436523,-20.54680061340332,7.878300189971924,-17.8971004486084,-20.760400772094727,7.878300189971924,-17.802000045776367,-20.72949981689453,7.878300189971924,-17.8971004486084,-20.760400772094727,7.878300189971924,-17.723899841308594,-20.917999267578125,7.878300189971924,-17.723899841308594,-20.917999267578125,7.878300189971924,-17.8971004486084,-20.760400772094727,7.878300189971924,-17.812999725341797,-20.96339988708496,7.878300189971924,-17.723899841308594,-20.917999267578125,7.878300189971924,-17.812999725341797,-20.96339988708496,7.878300189971924,-17.617300033569336,-21.091899871826172,7.878300189971924,-17.617300033569336,-21.091899871826172,7.878300189971924,-17.812999725341797,-20.96339988708496,7.878300189971924,-17.698200225830078,-21.150699615478516,7.878300189971924,-17.617300033569336,-21.091899871826172,7.878300189971924,-17.698200225830078,-21.150699615478516,7.878300189971924,-17.484800338745117,-21.247100830078125,7.878300189971924,-17.484800338745117,-21.247100830078125,7.878300189971924,-17.698200225830078,-21.150699615478516,7.878300189971924,-17.555500030517578,-21.317800521850586,7.878300189971924,-17.484800338745117,-21.247100830078125,7.878300189971924,-17.555500030517578,-21.317800521850586,7.878300189971924,-17.329700469970703,-21.379499435424805,7.878300189971924,-17.329700469970703,-21.379499435424805,7.878300189971924,-17.555500030517578,-21.317800521850586,7.878300189971924,-17.388500213623047,-21.460399627685547,7.878300189971924,-17.329700469970703,-21.379499435424805,7.878300189971924,-17.388500213623047,-21.460399627685547,7.878300189971924,-17.155799865722656,-21.486099243164062,7.878300189971924,-17.155799865722656,-21.486099243164062,7.878300189971924,-17.388500213623047,-21.460399627685547,7.878300189971924,-17.201200485229492,-21.575199127197266,7.878300189971924,-17.155799865722656,-21.486099243164062,7.878300189971924,-17.201200485229492,-21.575199127197266,7.878300189971924,-16.967300415039062,-21.564199447631836,7.878300189971924,-16.967300415039062,-21.564199447631836,7.878300189971924,-17.201200485229492,-21.575199127197266,7.878300189971924,-16.998199462890625,-21.659299850463867,7.878300189971924,-16.967300415039062,-21.564199447631836,7.878300189971924,-16.998199462890625,-21.659299850463867,7.878300189971924,-16.768999099731445,-21.611799240112305,7.878300189971924,-16.768999099731445,-21.611799240112305,7.878300189971924,-16.998199462890625,-21.659299850463867,7.878300189971924,-16.78459930419922,-21.710599899291992,7.878300189971924,-16.768999099731445,-21.611799240112305,7.878300189971924,-16.78459930419922,-21.710599899291992,7.878300189971924,-16.56559944152832,-21.62779998779297,7.878300189971924,-16.56559944152832,-21.62779998779297,7.878300189971924,-16.78459930419922,-21.710599899291992,7.878300189971924,-16.56559944152832,-21.727800369262695,7.878300189971924,-16.56559944152832,-21.62779998779297,7.878300189971924,-16.56559944152832,-21.727800369262695,7.878300189971924,-8.365599632263184,-21.62779998779297,7.878300189971924,-8.365599632263184,-21.62779998779297,7.878300189971924,-16.56559944152832,-21.727800369262695,7.878300189971924,-8.365599632263184,-21.727800369262695,7.878300189971924,-8.365599632263184,-21.62779998779297,7.878300189971924,-8.365599632263184,-21.727800369262695,7.878300189971924,-8.162229537963867,-21.611799240112305,7.878300189971924,-8.162229537963867,-21.611799240112305,7.878300189971924,-8.365599632263184,-21.727800369262695,7.878300189971924,-8.146590232849121,-21.710599899291992,7.878300189971924,-8.162229537963867,-21.611799240112305,7.878300189971924,-8.146590232849121,-21.710599899291992,7.878300189971924,-7.9638800621032715,-21.564199447631836,7.878300189971924,-7.9638800621032715,-21.564199447631836,7.878300189971924,-8.146590232849121,-21.710599899291992,7.878300189971924,-7.93297004699707,-21.659299850463867,7.878300189971924,-7.9638800621032715,-21.564199447631836,7.878300189971924,-7.93297004699707,-21.659299850463867,7.878300189971924,-7.775410175323486,-21.486099243164062,7.878300189971924,-7.775410175323486,-21.486099243164062,7.878300189971924,-7.93297004699707,-21.659299850463867,7.878300189971924,-7.730010032653809,-21.575199127197266,7.878300189971924,-7.775410175323486,-21.486099243164062,7.878300189971924,-7.730010032653809,-21.575199127197266,7.878300189971924,-7.601480007171631,-21.379499435424805,7.878300189971924,-7.601480007171631,-21.379499435424805,7.878300189971924,-7.730010032653809,-21.575199127197266,7.878300189971924,-7.542699813842773,-21.460399627685547,7.878300189971924,-7.601480007171631,-21.379499435424805,7.878300189971924,-7.542699813842773,-21.460399627685547,7.878300189971924,-7.446360111236572,-21.247100830078125,7.878300189971924,-7.446360111236572,-21.247100830078125,7.878300189971924,-7.542699813842773,-21.460399627685547,7.878300189971924,-7.375649929046631,-21.317800521850586,7.878300189971924,-7.446360111236572,-21.247100830078125,7.878300189971924,-7.375649929046631,-21.317800521850586,7.878300189971924,-7.31387996673584,-21.091899871826172,7.878300189971924,-7.31387996673584,-21.091899871826172,7.878300189971924,-7.375649929046631,-21.317800521850586,7.878300189971924,-7.232970237731934,-21.150699615478516,7.878300189971924,-7.31387996673584,-21.091899871826172,7.878300189971924,-7.232970237731934,-21.150699615478516,7.878300189971924,-7.207290172576904,-20.917999267578125,7.878300189971924,-7.207290172576904,-20.917999267578125,7.878300189971924,-7.232970237731934,-21.150699615478516,7.878300189971924,-7.118189811706543,-20.96339988708496,7.878300189971924,-7.207290172576904,-20.917999267578125,7.878300189971924,-7.118189811706543,-20.96339988708496,7.878300189971924,-7.12923002243042,-20.72949981689453,7.878300189971924,-7.12923002243042,-20.72949981689453,7.878300189971924,-7.118189811706543,-20.96339988708496,7.878300189971924,-7.034120082855225,-20.760400772094727,7.878300189971924,-7.12923002243042,-20.72949981689453,7.878300189971924,-7.034120082855225,-20.760400772094727,7.878300189971924,-7.081600189208984,-20.531200408935547,7.878300189971924,-7.081600189208984,-20.531200408935547,7.878300189971924,-7.034120082855225,-20.760400772094727,7.878300189971924,-6.982830047607422,-20.54680061340332,7.878300189971924,-7.081600189208984,-20.531200408935547,7.878300189971924,-6.982830047607422,-20.54680061340332,7.878300189971924,-7.0655999183654785,-20.327800750732422,7.878300189971924,-7.0655999183654785,-20.327800750732422,7.878300189971924,-6.982830047607422,-20.54680061340332,7.878300189971924,-6.96560001373291,-20.327800750732422,7.878300189971924,-7.0655999183654785,-20.327800750732422,7.878300189971924,-6.96560001373291,-20.327800750732422,7.878300189971924,-7.0655999183654785,-17.62779998779297,7.878300189971924,-7.0655999183654785,-17.62779998779297,7.878300189971924,-6.96560001373291,-20.327800750732422,7.878300189971924,-6.96560001373291,-17.62779998779297,7.878300189971924,-7.0655999183654785,-17.62779998779297,7.878300189971924,-6.96560001373291,-17.62779998779297,7.878300189971924,-7.081600189208984,-17.42449951171875,7.878300189971924,-7.081600189208984,-17.42449951171875,7.878300189971924,-6.96560001373291,-17.62779998779297,7.878300189971924,-6.982830047607422,-17.40880012512207,7.878300189971924,-7.081600189208984,-17.42449951171875,7.878300189971924,-6.982830047607422,-17.40880012512207,7.878300189971924,-7.12923002243042,-17.22610092163086,7.878300189971924,-7.12923002243042,-17.22610092163086,7.878300189971924,-6.982830047607422,-17.40880012512207,7.878300189971924,-7.034120082855225,-17.195199966430664,7.878300189971924,-7.12923002243042,-17.22610092163086,7.878300189971924,-7.034120082855225,-17.195199966430664,7.878300189971924,-7.207290172576904,-17.037599563598633,7.878300189971924,-7.207290172576904,-17.037599563598633,7.878300189971924,-7.034120082855225,-17.195199966430664,7.878300189971924,-7.118189811706543,-16.99220085144043,7.878300189971924,-7.207290172576904,-17.037599563598633,7.878300189971924,-7.118189811706543,-16.99220085144043,7.878300189971924,-7.31387996673584,-16.86370086669922,7.878300189971924,-7.31387996673584,-16.86370086669922,7.878300189971924,-7.118189811706543,-16.99220085144043,7.878300189971924,-7.232970237731934,-16.804899215698242,7.878300189971924,-7.31387996673584,-16.86370086669922,7.878300189971924,-7.232970237731934,-16.804899215698242,7.878300189971924,-7.446360111236572,-16.708599090576172,7.878300189971924,-7.446360111236572,-16.708599090576172,7.878300189971924,-7.232970237731934,-16.804899215698242,7.878300189971924,-7.375649929046631,-16.63789939880371,7.878300189971924,-7.446360111236572,-16.708599090576172,7.878300189971924,-7.375649929046631,-16.63789939880371,7.878300189971924,-7.601480007171631,-16.576099395751953,7.878300189971924,-7.601480007171631,-16.576099395751953,7.878300189971924,-7.375649929046631,-16.63789939880371,7.878300189971924,-7.542699813842773,-16.49519920349121,7.878300189971924,-7.601480007171631,-16.576099395751953,7.878300189971924,-7.542699813842773,-16.49519920349121,7.878300189971924,-7.775410175323486,-16.469499588012695,7.878300189971924,-7.775410175323486,-16.469499588012695,7.878300189971924,-7.542699813842773,-16.49519920349121,7.878300189971924,-7.730010032653809,-16.380399703979492,7.878300189971924,-7.775410175323486,-16.469499588012695,7.878300189971924,-7.730010032653809,-16.380399703979492,7.878300189971924,-7.9638800621032715,-16.391399383544922,7.878300189971924,-7.9638800621032715,-16.391399383544922,7.878300189971924,-7.730010032653809,-16.380399703979492,7.878300189971924,-7.93297004699707,-16.296300888061523,7.878300189971924,-7.9638800621032715,-16.391399383544922,7.878300189971924,-7.93297004699707,-16.296300888061523,7.878300189971924,-8.162229537963867,-16.343799591064453,7.878300189971924,-8.162229537963867,-16.343799591064453,7.878300189971924,-7.93297004699707,-16.296300888061523,7.878300189971924,-8.146590232849121,-16.245100021362305,7.878300189971924,-8.162229537963867,-16.343799591064453,7.878300189971924,-8.146590232849121,-16.245100021362305,7.878300189971924,-8.365599632263184,-16.327800750732422,7.878300189971924,-8.365599632263184,-16.327800750732422,7.878300189971924,-8.146590232849121,-16.245100021362305,7.878300189971924,-8.365599632263184,-16.227800369262695,7.878300189971924,-8.365599632263184,-16.327800750732422,7.878300189971924,-8.365599632263184,-16.227800369262695,7.878300189971924,-16.56559944152832,-16.327800750732422,7.878300189971924,-16.56559944152832,-16.327800750732422,7.878300189971924,-8.365599632263184,-16.227800369262695,7.878300189971924,-16.56559944152832,-16.227800369262695,7.878300189971924,-16.56559944152832,-16.327800750732422,7.878300189971924,-16.56559944152832,-16.227800369262695,7.878300189971924,-16.768999099731445,-16.343799591064453,7.878300189971924,-16.768999099731445,-16.343799591064453,7.878300189971924,-16.56559944152832,-16.227800369262695,7.878300189971924,-16.78459930419922,-16.245100021362305,7.878300189971924,-16.768999099731445,-16.343799591064453,7.878300189971924,-16.78459930419922,-16.245100021362305,7.878300189971924,-16.967300415039062,-16.391399383544922,7.878300189971924,-16.967300415039062,-16.391399383544922,7.878300189971924,-16.78459930419922,-16.245100021362305,7.878300189971924,-16.998199462890625,-16.296300888061523,7.878300189971924,-16.967300415039062,-16.391399383544922,7.878300189971924,-16.998199462890625,-16.296300888061523,7.878300189971924,-17.155799865722656,-16.469499588012695,7.878300189971924,-17.155799865722656,-16.469499588012695,7.878300189971924,-16.998199462890625,-16.296300888061523,7.878300189971924,-17.201200485229492,-16.380399703979492,7.878300189971924,-17.155799865722656,-16.469499588012695,7.878300189971924,-17.201200485229492,-16.380399703979492,7.878300189971924,-17.329700469970703,-16.576099395751953,7.878300189971924,-17.329700469970703,-16.576099395751953,7.878300189971924,-17.201200485229492,-16.380399703979492,7.878300189971924,-17.388500213623047,-16.49519920349121,7.878300189971924,-17.329700469970703,-16.576099395751953,7.878300189971924,-17.388500213623047,-16.49519920349121,7.878300189971924,-17.484800338745117,-16.708599090576172,7.878300189971924,-17.484800338745117,-16.708599090576172,7.878300189971924,-17.388500213623047,-16.49519920349121,7.878300189971924,-17.555500030517578,-16.63789939880371,7.878300189971924,-17.484800338745117,-16.708599090576172,7.878300189971924,-17.555500030517578,-16.63789939880371,7.878300189971924,-17.617300033569336,-16.86370086669922,7.878300189971924,-17.617300033569336,-16.86370086669922,7.878300189971924,-17.555500030517578,-16.63789939880371,7.878300189971924,-17.698200225830078,-16.804899215698242,7.878300189971924,-17.617300033569336,-16.86370086669922,7.878300189971924,-17.698200225830078,-16.804899215698242,7.878300189971924,-17.723899841308594,-17.037599563598633,7.878300189971924,-17.723899841308594,-17.037599563598633,7.878300189971924,-17.698200225830078,-16.804899215698242,7.878300189971924,-17.812999725341797,-16.99220085144043,7.878300189971924,-17.723899841308594,-17.037599563598633,7.878300189971924,-17.812999725341797,-16.99220085144043,7.878300189971924,-17.802000045776367,-17.22610092163086,7.878300189971924,-17.802000045776367,-17.22610092163086,7.878300189971924,-17.812999725341797,-16.99220085144043,7.878300189971924,-17.8971004486084,-17.195199966430664,7.878300189971924,-17.802000045776367,-17.22610092163086,7.878300189971924,-17.8971004486084,-17.195199966430664,7.878300189971924,-17.849599838256836,-17.42449951171875,7.878300189971924,-17.849599838256836,-17.42449951171875,7.878300189971924,-17.8971004486084,-17.195199966430664,7.878300189971924,-17.948400497436523,-17.40880012512207,7.878300189971924,-17.849599838256836,-17.42449951171875,7.878300189971924,-17.948400497436523,-17.40880012512207,7.878300189971924,-17.8656005859375,-17.62779998779297,7.878300189971924,-17.8656005859375,-17.62779998779297,7.878300189971924,-17.948400497436523,-17.40880012512207,7.878300189971924,-17.965599060058594,-17.62779998779297,7.878300189971924,-7.27810001373291,-21.04010009765625,7.978229999542236,-7.316579818725586,-21.08989906311035,7.978240013122559,-7.31387996673584,-21.091899871826172,7.878300189971924,-8.159379959106445,-21.611400604248047,7.977970123291016,-8.162249565124512,-21.611600875854492,7.977970123291016,-8.162229537963867,-21.611799240112305,7.878300189971924,-8.162229537963867,-21.611799240112305,7.878300189971924,-8.162249565124512,-21.611600875854492,7.977970123291016,-8.365599632263184,-21.62779998779297,7.977960109710693,-8.162229537963867,-21.611799240112305,7.878300189971924,-8.365599632263184,-21.62779998779297,7.977960109710693,-8.365599632263184,-21.62779998779297,7.878300189971924,-8.159379959106445,-21.611400604248047,7.977970123291016,-8.162229537963867,-21.611799240112305,7.878300189971924,-7.963930130004883,-21.56399917602539,7.978519916534424,-7.963930130004883,-21.56399917602539,7.978519916534424,-8.162229537963867,-21.611799240112305,7.878300189971924,-7.9638800621032715,-21.564199447631836,7.878300189971924,-7.963930130004883,-21.56399917602539,7.978519916534424,-7.9638800621032715,-21.564199447631836,7.878300189971924,-7.961309909820557,-21.563400268554688,7.978529930114746,-7.961309909820557,-21.563400268554688,7.978529930114746,-7.9638800621032715,-21.564199447631836,7.878300189971924,-7.775410175323486,-21.486099243164062,7.878300189971924,-7.961309909820557,-21.563400268554688,7.978529930114746,-7.775410175323486,-21.486099243164062,7.878300189971924,-7.935319900512695,-21.554500579833984,7.97859001159668,-7.575139999389648,-21.359899520874023,7.978600025177002,-7.602650165557861,-21.377700805664062,7.978630065917969,-7.601480007171631,-21.379499435424805,7.878300189971924,-7.601480007171631,-21.379499435424805,7.878300189971924,-7.602650165557861,-21.377700805664062,7.978630065917969,-7.74616003036499,-21.470800399780273,7.978809833526611,-7.601480007171631,-21.379499435424805,7.878300189971924,-7.74616003036499,-21.470800399780273,7.978809833526611,-7.775410175323486,-21.486099243164062,7.878300189971924,-7.775410175323486,-21.486099243164062,7.878300189971924,-7.74616003036499,-21.470800399780273,7.978809833526611,-7.776309967041016,-21.484100341796875,7.9787797927856445,-7.775410175323486,-21.486099243164062,7.878300189971924,-7.776309967041016,-21.484100341796875,7.9787797927856445,-7.935319900512695,-21.554500579833984,7.97859001159668,-7.31387996673584,-21.091899871826172,7.878300189971924,-7.316579818725586,-21.08989906311035,7.978240013122559,-7.446360111236572,-21.247100830078125,7.878300189971924,-7.316579818725586,-21.08989906311035,7.978240013122559,-7.402780055999756,-21.2012996673584,7.978250026702881,-7.446360111236572,-21.247100830078125,7.878300189971924,-7.446360111236572,-21.247100830078125,7.878300189971924,-7.402780055999756,-21.2012996673584,7.978250026702881,-7.448750019073486,-21.24449920654297,7.978340148925781,-7.446360111236572,-21.247100830078125,7.878300189971924,-7.448750019073486,-21.24449920654297,7.978340148925781,-7.601480007171631,-21.379499435424805,7.878300189971924,-7.601480007171631,-21.379499435424805,7.878300189971924,-7.448750019073486,-21.24449920654297,7.978340148925781,-7.55355978012085,-21.343000411987305,7.978549957275391,-7.601480007171631,-21.379499435424805,7.878300189971924,-7.55355978012085,-21.343000411987305,7.978549957275391,-7.575139999389648,-21.359899520874023,7.978600025177002,-7.12923002243042,-20.72949981689453,7.878300189971924,-7.167940139770508,-20.83340072631836,7.978409767150879,-7.207290172576904,-20.917999267578125,7.878300189971924,-7.207290172576904,-20.917999267578125,7.878300189971924,-7.167940139770508,-20.83340072631836,7.978409767150879,-7.210909843444824,-20.916099548339844,7.978340148925781,-7.207290172576904,-20.917999267578125,7.878300189971924,-7.210909843444824,-20.916099548339844,7.978340148925781,-7.31387996673584,-21.091899871826172,7.878300189971924,-7.31387996673584,-21.091899871826172,7.878300189971924,-7.210909843444824,-20.916099548339844,7.978340148925781,-7.263319969177246,-21.017000198364258,7.978250026702881,-7.31387996673584,-21.091899871826172,7.878300189971924,-7.263319969177246,-21.017000198364258,7.978250026702881,-7.27810001373291,-21.04010009765625,7.978229999542236,-7.085450172424316,-20.53059959411621,7.978149890899658,-7.097330093383789,-20.613300323486328,7.978280067443848,-7.081600189208984,-20.531200408935547,7.878300189971924,-7.081600189208984,-20.531200408935547,7.878300189971924,-7.097330093383789,-20.613300323486328,7.978280067443848,-7.103640079498291,-20.639999389648438,7.978320121765137,-7.081600189208984,-20.531200408935547,7.878300189971924,-7.103640079498291,-20.639999389648438,7.978320121765137,-7.12923002243042,-20.72949981689453,7.878300189971924,-7.12923002243042,-20.72949981689453,7.878300189971924,-7.103640079498291,-20.639999389648438,7.978320121765137,-7.132989883422852,-20.728300094604492,7.978370189666748,-7.12923002243042,-20.72949981689453,7.878300189971924,-7.132989883422852,-20.728300094604492,7.978370189666748,-7.167940139770508,-20.83340072631836,7.978409767150879,-7.085450172424316,-20.53059959411621,7.978149890899658,-7.081600189208984,-20.531200408935547,7.878300189971924,-7.068260192871094,-20.410900115966797,7.977960109710693,-7.068260192871094,-20.410900115966797,7.977960109710693,-7.081600189208984,-20.531200408935547,7.878300189971924,-7.0655999183654785,-20.327800750732422,7.878300189971924,-7.068260192871094,-20.410900115966797,7.977960109710693,-7.0655999183654785,-20.327800750732422,7.878300189971924,-7.0655999183654785,-20.327800750732422,7.978089809417725,-16.515600204467773,-21.62779998779297,7.977970123291016,-16.56559944152832,-21.62779998779297,7.977960109710693,-16.56559944152832,-21.62779998779297,7.878300189971924,-8.365599632263184,-21.62779998779297,7.878300189971924,-8.365599632263184,-21.62779998779297,7.977960109710693,-8.415599822998047,-21.62779998779297,7.977970123291016,-8.415599822998047,-21.62779998779297,7.977970123291016,-9.765600204467773,-21.62779998779297,7.978119850158691,-8.365599632263184,-21.62779998779297,7.878300189971924,-8.365599632263184,-21.62779998779297,7.878300189971924,-9.765600204467773,-21.62779998779297,7.978119850158691,-12.46560001373291,-21.62779998779297,7.978429794311523,-8.365599632263184,-21.62779998779297,7.878300189971924,-12.46560001373291,-21.62779998779297,7.978429794311523,-16.56559944152832,-21.62779998779297,7.878300189971924,-16.56559944152832,-21.62779998779297,7.878300189971924,-12.46560001373291,-21.62779998779297,7.978429794311523,-15.165599822998047,-21.62779998779297,7.978119850158691,-16.56559944152832,-21.62779998779297,7.878300189971924,-15.165599822998047,-21.62779998779297,7.978119850158691,-16.515600204467773,-21.62779998779297,7.977970123291016,-17.43910026550293,-21.290700912475586,7.978419780731201,-17.4822998046875,-21.244699478149414,7.9783501625061035,-17.484800338745117,-21.247100830078125,7.878300189971924,-17.84910011291504,-20.534000396728516,7.978129863739014,-17.84939956665039,-20.531200408935547,7.978129863739014,-17.849599838256836,-20.531200408935547,7.878300189971924,-17.849599838256836,-20.531200408935547,7.878300189971924,-17.84939956665039,-20.531200408935547,7.978129863739014,-17.8656005859375,-20.327800750732422,7.978089809417725,-17.849599838256836,-20.531200408935547,7.878300189971924,-17.8656005859375,-20.327800750732422,7.978089809417725,-17.8656005859375,-20.327800750732422,7.878300189971924,-17.84910011291504,-20.534000396728516,7.978129863739014,-17.849599838256836,-20.531200408935547,7.878300189971924,-17.801799774169922,-20.72949981689453,7.978419780731201,-17.801799774169922,-20.72949981689453,7.978419780731201,-17.849599838256836,-20.531200408935547,7.878300189971924,-17.802000045776367,-20.72949981689453,7.878300189971924,-17.801799774169922,-20.72949981689453,7.978419780731201,-17.802000045776367,-20.72949981689453,7.878300189971924,-17.80109977722168,-20.732099533081055,7.978419780731201,-17.597700119018555,-21.11829948425293,7.9781999588012695,-17.61549949645996,-21.09079933166504,7.978219985961914,-17.617300033569336,-21.091899871826172,7.878300189971924,-17.617300033569336,-21.091899871826172,7.878300189971924,-17.61549949645996,-21.09079933166504,7.978219985961914,-17.708499908447266,-20.94729995727539,7.978320121765137,-17.617300033569336,-21.091899871826172,7.878300189971924,-17.708499908447266,-20.94729995727539,7.978320121765137,-17.723899841308594,-20.917999267578125,7.878300189971924,-17.723899841308594,-20.917999267578125,7.878300189971924,-17.708499908447266,-20.94729995727539,7.978320121765137,-17.721900939941406,-20.91710090637207,7.978330135345459,-17.723899841308594,-20.917999267578125,7.878300189971924,-17.721900939941406,-20.91710090637207,7.978330135345459,-17.802000045776367,-20.72949981689453,7.878300189971924,-17.802000045776367,-20.72949981689453,7.878300189971924,-17.721900939941406,-20.91710090637207,7.978330135345459,-17.792299270629883,-20.758100509643555,7.978429794311523,-17.802000045776367,-20.72949981689453,7.878300189971924,-17.792299270629883,-20.758100509643555,7.978429794311523,-17.80109977722168,-20.732099533081055,7.978419780731201,-17.484800338745117,-21.247100830078125,7.878300189971924,-17.4822998046875,-21.244699478149414,7.9783501625061035,-17.617300033569336,-21.091899871826172,7.878300189971924,-17.617300033569336,-21.091899871826172,7.878300189971924,-17.4822998046875,-21.244699478149414,7.9783501625061035,-17.580799102783203,-21.13990020751953,7.9781999588012695,-17.617300033569336,-21.091899871826172,7.878300189971924,-17.580799102783203,-21.13990020751953,7.9781999588012695,-17.597700119018555,-21.11829948425293,7.9781999588012695,-17.43910026550293,-21.290700912475586,7.978419780731201,-17.484800338745117,-21.247100830078125,7.878300189971924,-17.327600479125977,-21.376800537109375,7.978640079498291,-17.327600479125977,-21.376800537109375,7.978640079498291,-17.484800338745117,-21.247100830078125,7.878300189971924,-17.329700469970703,-21.379499435424805,7.878300189971924,-17.327600479125977,-21.376800537109375,7.978640079498291,-17.329700469970703,-21.379499435424805,7.878300189971924,-17.277799606323242,-21.415300369262695,7.978740215301514,-17.277799606323242,-21.415300369262695,7.978740215301514,-17.329700469970703,-21.379499435424805,7.878300189971924,-17.155799865722656,-21.486099243164062,7.878300189971924,-17.277799606323242,-21.415300369262695,7.978740215301514,-17.155799865722656,-21.486099243164062,7.878300189971924,-17.25469970703125,-21.430099487304688,7.978769779205322,-16.967300415039062,-21.564199447631836,7.878300189971924,-17.07110023498535,-21.52549934387207,7.978740215301514,-17.155799865722656,-21.486099243164062,7.878300189971924,-17.155799865722656,-21.486099243164062,7.878300189971924,-17.07110023498535,-21.52549934387207,7.978740215301514,-17.153900146484375,-21.482500076293945,7.978750228881836,-17.155799865722656,-21.486099243164062,7.878300189971924,-17.153900146484375,-21.482500076293945,7.978750228881836,-17.25469970703125,-21.430099487304688,7.978769779205322,-16.768400192260742,-21.607999801635742,7.9780402183532715,-16.85099983215332,-21.596099853515625,7.978189945220947,-16.768999099731445,-21.611799240112305,7.878300189971924,-16.768999099731445,-21.611799240112305,7.878300189971924,-16.85099983215332,-21.596099853515625,7.978189945220947,-16.877700805664062,-21.589799880981445,7.978260040283203,-16.768999099731445,-21.611799240112305,7.878300189971924,-16.877700805664062,-21.589799880981445,7.978260040283203,-16.967300415039062,-21.564199447631836,7.878300189971924,-16.967300415039062,-21.564199447631836,7.878300189971924,-16.877700805664062,-21.589799880981445,7.978260040283203,-16.966100692749023,-21.560400009155273,7.978479862213135,-16.967300415039062,-21.564199447631836,7.878300189971924,-16.966100692749023,-21.560400009155273,7.978479862213135,-17.07110023498535,-21.52549934387207,7.978740215301514,-16.768400192260742,-21.607999801635742,7.9780402183532715,-16.768999099731445,-21.611799240112305,7.878300189971924,-16.648700714111328,-21.625200271606445,7.977819919586182,-16.648700714111328,-21.625200271606445,7.977819919586182,-16.768999099731445,-21.611799240112305,7.878300189971924,-16.56559944152832,-21.62779998779297,7.878300189971924,-16.648700714111328,-21.625200271606445,7.977819919586182,-16.56559944152832,-21.62779998779297,7.878300189971924,-16.56559944152832,-21.62779998779297,7.977960109710693,-17.8656005859375,-20.327800750732422,7.978089809417725,-17.8656005859375,-20.302799224853516,7.978089809417725,-17.8656005859375,-20.327800750732422,7.878300189971924,-17.8656005859375,-20.327800750732422,7.878300189971924,-17.8656005859375,-20.302799224853516,7.978089809417725,-17.8656005859375,-19.640300750732422,7.978089809417725,-17.8656005859375,-17.62779998779297,7.978089809417725,-17.8656005859375,-17.62779998779297,7.878300189971924,-17.8656005859375,-17.652799606323242,7.978089809417725,-17.8656005859375,-17.652799606323242,7.978089809417725,-17.8656005859375,-17.62779998779297,7.878300189971924,-17.8656005859375,-20.327800750732422,7.878300189971924,-17.8656005859375,-17.652799606323242,7.978089809417725,-17.8656005859375,-20.327800750732422,7.878300189971924,-17.8656005859375,-18.977800369262695,7.978089809417725,-17.8656005859375,-18.977800369262695,7.978089809417725,-17.8656005859375,-20.327800750732422,7.878300189971924,-17.8656005859375,-19.640300750732422,7.978089809417725,-17.653099060058594,-16.91550064086914,7.978219985961914,-17.614599227905273,-16.865800857543945,7.978229999542236,-17.617300033569336,-16.86370086669922,7.878300189971924,-16.771799087524414,-16.34429931640625,7.977980136871338,-16.76889991760254,-16.3439998626709,7.977980136871338,-16.768999099731445,-16.343799591064453,7.878300189971924,-16.768999099731445,-16.343799591064453,7.878300189971924,-16.76889991760254,-16.3439998626709,7.977980136871338,-16.56559944152832,-16.327800750732422,7.977970123291016,-16.768999099731445,-16.343799591064453,7.878300189971924,-16.56559944152832,-16.327800750732422,7.977970123291016,-16.56559944152832,-16.327800750732422,7.878300189971924,-16.771799087524414,-16.34429931640625,7.977980136871338,-16.768999099731445,-16.343799591064453,7.878300189971924,-16.967300415039062,-16.391700744628906,7.978529930114746,-16.967300415039062,-16.391700744628906,7.978529930114746,-16.768999099731445,-16.343799591064453,7.878300189971924,-16.967300415039062,-16.391399383544922,7.878300189971924,-16.967300415039062,-16.391700744628906,7.978529930114746,-16.967300415039062,-16.391399383544922,7.878300189971924,-16.969900131225586,-16.39229965209961,7.978529930114746,-16.969900131225586,-16.39229965209961,7.978529930114746,-16.967300415039062,-16.391399383544922,7.878300189971924,-17.155799865722656,-16.469499588012695,7.878300189971924,-16.969900131225586,-16.39229965209961,7.978529930114746,-17.155799865722656,-16.469499588012695,7.878300189971924,-16.995899200439453,-16.401100158691406,7.978600025177002,-17.35610008239746,-16.595699310302734,7.978600025177002,-17.328500747680664,-16.577899932861328,7.978630065917969,-17.329700469970703,-16.576099395751953,7.878300189971924,-17.329700469970703,-16.576099395751953,7.878300189971924,-17.328500747680664,-16.577899932861328,7.978630065917969,-17.184999465942383,-16.484899520874023,7.978809833526611,-17.329700469970703,-16.576099395751953,7.878300189971924,-17.184999465942383,-16.484899520874023,7.978809833526611,-17.155799865722656,-16.469499588012695,7.878300189971924,-17.155799865722656,-16.469499588012695,7.878300189971924,-17.184999465942383,-16.484899520874023,7.978809833526611,-17.15489959716797,-16.471500396728516,7.9787797927856445,-17.155799865722656,-16.469499588012695,7.878300189971924,-17.15489959716797,-16.471500396728516,7.9787797927856445,-16.995899200439453,-16.401100158691406,7.978600025177002,-17.617300033569336,-16.86370086669922,7.878300189971924,-17.614599227905273,-16.865800857543945,7.978229999542236,-17.484800338745117,-16.708599090576172,7.878300189971924,-17.614599227905273,-16.865800857543945,7.978229999542236,-17.528400421142578,-16.75429916381836,7.978250026702881,-17.484800338745117,-16.708599090576172,7.878300189971924,-17.484800338745117,-16.708599090576172,7.878300189971924,-17.528400421142578,-16.75429916381836,7.978250026702881,-17.48240089416504,-16.71109962463379,7.978340148925781,-17.484800338745117,-16.708599090576172,7.878300189971924,-17.48240089416504,-16.71109962463379,7.978340148925781,-17.329700469970703,-16.576099395751953,7.878300189971924,-17.329700469970703,-16.576099395751953,7.878300189971924,-17.48240089416504,-16.71109962463379,7.978340148925781,-17.377599716186523,-16.612600326538086,7.978549957275391,-17.329700469970703,-16.576099395751953,7.878300189971924,-17.377599716186523,-16.612600326538086,7.978549957275391,-17.35610008239746,-16.595699310302734,7.978600025177002,-17.802000045776367,-17.22610092163086,7.878300189971924,-17.7632999420166,-17.12220001220703,7.978409767150879,-17.723899841308594,-17.037599563598633,7.878300189971924,-17.723899841308594,-17.037599563598633,7.878300189971924,-17.7632999420166,-17.12220001220703,7.978409767150879,-17.720300674438477,-17.039499282836914,7.978340148925781,-17.723899841308594,-17.037599563598633,7.878300189971924,-17.720300674438477,-17.039499282836914,7.978340148925781,-17.617300033569336,-16.86370086669922,7.878300189971924,-17.617300033569336,-16.86370086669922,7.878300189971924,-17.720300674438477,-17.039499282836914,7.978340148925781,-17.66790008544922,-16.938600540161133,7.978240013122559,-17.617300033569336,-16.86370086669922,7.878300189971924,-17.66790008544922,-16.938600540161133,7.978240013122559,-17.653099060058594,-16.91550064086914,7.978219985961914,-17.845699310302734,-17.424999237060547,7.978149890899658,-17.833900451660156,-17.342300415039062,7.978280067443848,-17.849599838256836,-17.42449951171875,7.878300189971924,-17.849599838256836,-17.42449951171875,7.878300189971924,-17.833900451660156,-17.342300415039062,7.978280067443848,-17.827600479125977,-17.31559944152832,7.978320121765137,-17.849599838256836,-17.42449951171875,7.878300189971924,-17.827600479125977,-17.31559944152832,7.978320121765137,-17.802000045776367,-17.22610092163086,7.878300189971924,-17.802000045776367,-17.22610092163086,7.878300189971924,-17.827600479125977,-17.31559944152832,7.978320121765137,-17.798200607299805,-17.227399826049805,7.978370189666748,-17.802000045776367,-17.22610092163086,7.878300189971924,-17.798200607299805,-17.227399826049805,7.978370189666748,-17.7632999420166,-17.12220001220703,7.978409767150879,-17.845699310302734,-17.424999237060547,7.978149890899658,-17.849599838256836,-17.42449951171875,7.878300189971924,-17.862899780273438,-17.544700622558594,7.977960109710693,-17.862899780273438,-17.544700622558594,7.977960109710693,-17.849599838256836,-17.42449951171875,7.878300189971924,-17.8656005859375,-17.62779998779297,7.878300189971924,-17.862899780273438,-17.544700622558594,7.977960109710693,-17.8656005859375,-17.62779998779297,7.878300189971924,-17.8656005859375,-17.62779998779297,7.978089809417725,-16.56559944152832,-16.327800750732422,7.977970123291016,-16.515600204467773,-16.327800750732422,7.977980136871338,-16.56559944152832,-16.327800750732422,7.878300189971924,-16.56559944152832,-16.327800750732422,7.878300189971924,-16.515600204467773,-16.327800750732422,7.977980136871338,-15.165599822998047,-16.327800750732422,7.978129863739014,-8.365599632263184,-16.327800750732422,7.977960109710693,-8.365599632263184,-16.327800750732422,7.878300189971924,-8.415599822998047,-16.327800750732422,7.977970123291016,-8.415599822998047,-16.327800750732422,7.977970123291016,-8.365599632263184,-16.327800750732422,7.878300189971924,-16.56559944152832,-16.327800750732422,7.878300189971924,-8.415599822998047,-16.327800750732422,7.977970123291016,-16.56559944152832,-16.327800750732422,7.878300189971924,-9.765600204467773,-16.327800750732422,7.978119850158691,-9.765600204467773,-16.327800750732422,7.978119850158691,-16.56559944152832,-16.327800750732422,7.878300189971924,-15.165599822998047,-16.327800750732422,7.978129863739014,-9.765600204467773,-16.327800750732422,7.978119850158691,-15.165599822998047,-16.327800750732422,7.978129863739014,-12.46560001373291,-16.327800750732422,7.978439807891846,-7.492129802703857,-16.665000915527344,7.978419780731201,-7.448910236358643,-16.711000442504883,7.9783501625061035,-7.446360111236572,-16.708599090576172,7.878300189971924,-7.082059860229492,-17.421600341796875,7.978129863739014,-7.081830024719238,-17.42449951171875,7.978129863739014,-7.081600189208984,-17.42449951171875,7.878300189971924,-7.081600189208984,-17.42449951171875,7.878300189971924,-7.081830024719238,-17.42449951171875,7.978129863739014,-7.0655999183654785,-17.62779998779297,7.978089809417725,-7.081600189208984,-17.42449951171875,7.878300189971924,-7.0655999183654785,-17.62779998779297,7.978089809417725,-7.0655999183654785,-17.62779998779297,7.878300189971924,-7.082059860229492,-17.421600341796875,7.978129863739014,-7.081600189208984,-17.42449951171875,7.878300189971924,-7.129429817199707,-17.22610092163086,7.978419780731201,-7.129429817199707,-17.22610092163086,7.978419780731201,-7.081600189208984,-17.42449951171875,7.878300189971924,-7.12923002243042,-17.22610092163086,7.878300189971924,-7.129429817199707,-17.22610092163086,7.978419780731201,-7.12923002243042,-17.22610092163086,7.878300189971924,-7.130060195922852,-17.223499298095703,7.978419780731201,-7.333539962768555,-16.837299346923828,7.9781999588012695,-7.315690040588379,-16.864900588989258,7.978219985961914,-7.31387996673584,-16.86370086669922,7.878300189971924,-7.31387996673584,-16.86370086669922,7.878300189971924,-7.315690040588379,-16.864900588989258,7.978219985961914,-7.22268009185791,-17.008399963378906,7.978320121765137,-7.31387996673584,-16.86370086669922,7.878300189971924,-7.22268009185791,-17.008399963378906,7.978320121765137,-7.207290172576904,-17.037599563598633,7.878300189971924,-7.207290172576904,-17.037599563598633,7.878300189971924,-7.22268009185791,-17.008399963378906,7.978320121765137,-7.209310054779053,-17.03849983215332,7.978330135345459,-7.207290172576904,-17.037599563598633,7.878300189971924,-7.209310054779053,-17.03849983215332,7.978330135345459,-7.12923002243042,-17.22610092163086,7.878300189971924,-7.12923002243042,-17.22610092163086,7.878300189971924,-7.209310054779053,-17.03849983215332,7.978330135345459,-7.138869762420654,-17.197500228881836,7.978429794311523,-7.12923002243042,-17.22610092163086,7.878300189971924,-7.138869762420654,-17.197500228881836,7.978429794311523,-7.130060195922852,-17.223499298095703,7.978419780731201,-7.446360111236572,-16.708599090576172,7.878300189971924,-7.448910236358643,-16.711000442504883,7.9783501625061035,-7.31387996673584,-16.86370086669922,7.878300189971924,-7.31387996673584,-16.86370086669922,7.878300189971924,-7.448910236358643,-16.711000442504883,7.9783501625061035,-7.350430011749268,-16.815799713134766,7.9781999588012695,-7.31387996673584,-16.86370086669922,7.878300189971924,-7.350430011749268,-16.815799713134766,7.9781999588012695,-7.333539962768555,-16.837299346923828,7.9781999588012695,-7.492129802703857,-16.665000915527344,7.978419780731201,-7.446360111236572,-16.708599090576172,7.878300189971924,-7.603569984436035,-16.578800201416016,7.978640079498291,-7.603569984436035,-16.578800201416016,7.978640079498291,-7.446360111236572,-16.708599090576172,7.878300189971924,-7.601480007171631,-16.576099395751953,7.878300189971924,-7.603569984436035,-16.578800201416016,7.978640079498291,-7.601480007171631,-16.576099395751953,7.878300189971924,-7.653349876403809,-16.540300369262695,7.978740215301514,-7.653349876403809,-16.540300369262695,7.978740215301514,-7.601480007171631,-16.576099395751953,7.878300189971924,-7.775410175323486,-16.469499588012695,7.878300189971924,-7.653349876403809,-16.540300369262695,7.978740215301514,-7.775410175323486,-16.469499588012695,7.878300189971924,-7.676449775695801,-16.52549934387207,7.978769779205322,-7.9638800621032715,-16.391399383544922,7.878300189971924,-7.860060214996338,-16.430099487304688,7.978740215301514,-7.775410175323486,-16.469499588012695,7.878300189971924,-7.775410175323486,-16.469499588012695,7.878300189971924,-7.860060214996338,-16.430099487304688,7.978740215301514,-7.777289867401123,-16.473100662231445,7.978750228881836,-7.775410175323486,-16.469499588012695,7.878300189971924,-7.777289867401123,-16.473100662231445,7.978750228881836,-7.676449775695801,-16.52549934387207,7.978769779205322,-8.162790298461914,-16.347700119018555,7.9780402183532715,-8.080169677734375,-16.359500885009766,7.978189945220947,-8.162229537963867,-16.343799591064453,7.878300189971924,-8.162229537963867,-16.343799591064453,7.878300189971924,-8.080169677734375,-16.359500885009766,7.978189945220947,-8.053460121154785,-16.36590003967285,7.978260040283203,-8.162229537963867,-16.343799591064453,7.878300189971924,-8.053460121154785,-16.36590003967285,7.978260040283203,-7.9638800621032715,-16.391399383544922,7.878300189971924,-7.9638800621032715,-16.391399383544922,7.878300189971924,-8.053460121154785,-16.36590003967285,7.978260040283203,-7.965129852294922,-16.395200729370117,7.978479862213135,-7.9638800621032715,-16.391399383544922,7.878300189971924,-7.965129852294922,-16.395200729370117,7.978479862213135,-7.860060214996338,-16.430099487304688,7.978740215301514,-8.162790298461914,-16.347700119018555,7.9780402183532715,-8.162229537963867,-16.343799591064453,7.878300189971924,-8.282520294189453,-16.33049964904785,7.977819919586182,-8.282520294189453,-16.33049964904785,7.977819919586182,-8.162229537963867,-16.343799591064453,7.878300189971924,-8.365599632263184,-16.327800750732422,7.878300189971924,-8.282520294189453,-16.33049964904785,7.977819919586182,-8.365599632263184,-16.327800750732422,7.878300189971924,-8.365599632263184,-16.327800750732422,7.977960109710693,-7.0655999183654785,-20.327800750732422,7.978089809417725,-7.0655999183654785,-20.327800750732422,7.878300189971924,-7.0655999183654785,-20.302799224853516,7.978089809417725,-7.0655999183654785,-20.302799224853516,7.978089809417725,-7.0655999183654785,-20.327800750732422,7.878300189971924,-7.0655999183654785,-17.62779998779297,7.878300189971924,-7.0655999183654785,-17.62779998779297,7.878300189971924,-7.0655999183654785,-17.62779998779297,7.978089809417725,-7.0655999183654785,-17.652799606323242,7.978089809417725,-7.0655999183654785,-17.652799606323242,7.978089809417725,-7.0655999183654785,-18.31529998779297,7.978089809417725,-7.0655999183654785,-17.62779998779297,7.878300189971924,-7.0655999183654785,-17.62779998779297,7.878300189971924,-7.0655999183654785,-18.31529998779297,7.978089809417725,-7.0655999183654785,-18.977800369262695,7.978089809417725,-7.0655999183654785,-17.62779998779297,7.878300189971924,-7.0655999183654785,-18.977800369262695,7.978089809417725,-7.0655999183654785,-20.302799224853516,7.978089809417725,-4.0655999183654785,-16.227800369262695,7.878300189971924,-4.0655999183654785,-16.227800369262695,7.978300094604492,-4.284609794616699,-16.245100021362305,7.978300094604492,-4.0655999183654785,-16.227800369262695,7.878300189971924,-4.284609794616699,-16.245100021362305,7.978300094604492,-4.284609794616699,-16.245100021362305,7.878300189971924,-4.284609794616699,-16.245100021362305,7.878300189971924,-4.284609794616699,-16.245100021362305,7.978300094604492,-4.498219966888428,-16.296300888061523,7.978300094604492,-4.284609794616699,-16.245100021362305,7.878300189971924,-4.498219966888428,-16.296300888061523,7.978300094604492,-4.498219966888428,-16.296300888061523,7.878300189971924,-4.498219966888428,-16.296300888061523,7.878300189971924,-4.498219966888428,-16.296300888061523,7.978300094604492,-4.7011799812316895,-16.380399703979492,7.978300094604492,-4.498219966888428,-16.296300888061523,7.878300189971924,-4.7011799812316895,-16.380399703979492,7.978300094604492,-4.7011799812316895,-16.380399703979492,7.878300189971924,-4.7011799812316895,-16.380399703979492,7.878300189971924,-4.7011799812316895,-16.380399703979492,7.978300094604492,-4.888500213623047,-16.49519920349121,7.978300094604492,-4.7011799812316895,-16.380399703979492,7.878300189971924,-4.888500213623047,-16.49519920349121,7.978300094604492,-4.888500213623047,-16.49519920349121,7.878300189971924,-4.888500213623047,-16.49519920349121,7.878300189971924,-4.888500213623047,-16.49519920349121,7.978300094604492,-5.0555500984191895,-16.63789939880371,7.978300094604492,-4.888500213623047,-16.49519920349121,7.878300189971924,-5.0555500984191895,-16.63789939880371,7.978300094604492,-5.0555500984191895,-16.63789939880371,7.878300189971924,-5.0555500984191895,-16.63789939880371,7.878300189971924,-5.0555500984191895,-16.63789939880371,7.978300094604492,-5.1982197761535645,-16.804899215698242,7.978300094604492,-5.0555500984191895,-16.63789939880371,7.878300189971924,-5.1982197761535645,-16.804899215698242,7.978300094604492,-5.1982197761535645,-16.804899215698242,7.878300189971924,-5.1982197761535645,-16.804899215698242,7.878300189971924,-5.1982197761535645,-16.804899215698242,7.978300094604492,-5.313010215759277,-16.99220085144043,7.978300094604492,-5.1982197761535645,-16.804899215698242,7.878300189971924,-5.313010215759277,-16.99220085144043,7.978300094604492,-5.313010215759277,-16.99220085144043,7.878300189971924,-5.313010215759277,-16.99220085144043,7.878300189971924,-5.313010215759277,-16.99220085144043,7.978300094604492,-5.397079944610596,-17.195199966430664,7.978300094604492,-5.313010215759277,-16.99220085144043,7.878300189971924,-5.397079944610596,-17.195199966430664,7.978300094604492,-5.397079944610596,-17.195199966430664,7.878300189971924,-5.397079944610596,-17.195199966430664,7.878300189971924,-5.397079944610596,-17.195199966430664,7.978300094604492,-5.448359966278076,-17.40880012512207,7.978300094604492,-5.397079944610596,-17.195199966430664,7.878300189971924,-5.448359966278076,-17.40880012512207,7.978300094604492,-5.448359966278076,-17.40880012512207,7.878300189971924,-5.448359966278076,-17.40880012512207,7.878300189971924,-5.448359966278076,-17.40880012512207,7.978300094604492,-5.46560001373291,-17.62779998779297,7.978300094604492,-5.448359966278076,-17.40880012512207,7.878300189971924,-5.46560001373291,-17.62779998779297,7.978300094604492,-5.46560001373291,-17.62779998779297,7.878300189971924,-4.0655999183654785,-16.227800369262695,7.878300189971924,4.134399890899658,-16.227800369262695,7.878300189971924,-4.0655999183654785,-16.227800369262695,7.978300094604492,-4.0655999183654785,-16.227800369262695,7.978300094604492,4.134399890899658,-16.227800369262695,7.878300189971924,4.134399890899658,-16.227800369262695,7.978300094604492,5.53439998626709,-17.62779998779297,7.878300189971924,5.53439998626709,-17.62779998779297,7.978300094604492,5.517169952392578,-17.40880012512207,7.978300094604492,5.53439998626709,-17.62779998779297,7.878300189971924,5.517169952392578,-17.40880012512207,7.978300094604492,5.517169952392578,-17.40880012512207,7.878300189971924,5.517169952392578,-17.40880012512207,7.878300189971924,5.517169952392578,-17.40880012512207,7.978300094604492,5.465879917144775,-17.195199966430664,7.978300094604492,5.517169952392578,-17.40880012512207,7.878300189971924,5.465879917144775,-17.195199966430664,7.978300094604492,5.465879917144775,-17.195199966430664,7.878300189971924,5.465879917144775,-17.195199966430664,7.878300189971924,5.465879917144775,-17.195199966430664,7.978300094604492,5.381810188293457,-16.99220085144043,7.978300094604492,5.465879917144775,-17.195199966430664,7.878300189971924,5.381810188293457,-16.99220085144043,7.978300094604492,5.381810188293457,-16.99220085144043,7.878300189971924,5.381810188293457,-16.99220085144043,7.878300189971924,5.381810188293457,-16.99220085144043,7.978300094604492,5.267029762268066,-16.804899215698242,7.978300094604492,5.381810188293457,-16.99220085144043,7.878300189971924,5.267029762268066,-16.804899215698242,7.978300094604492,5.267029762268066,-16.804899215698242,7.878300189971924,5.267029762268066,-16.804899215698242,7.878300189971924,5.267029762268066,-16.804899215698242,7.978300094604492,5.124350070953369,-16.63789939880371,7.978300094604492,5.267029762268066,-16.804899215698242,7.878300189971924,5.124350070953369,-16.63789939880371,7.978300094604492,5.124350070953369,-16.63789939880371,7.878300189971924,5.124350070953369,-16.63789939880371,7.878300189971924,5.124350070953369,-16.63789939880371,7.978300094604492,4.957300186157227,-16.49519920349121,7.978300094604492,5.124350070953369,-16.63789939880371,7.878300189971924,4.957300186157227,-16.49519920349121,7.978300094604492,4.957300186157227,-16.49519920349121,7.878300189971924,4.957300186157227,-16.49519920349121,7.878300189971924,4.957300186157227,-16.49519920349121,7.978300094604492,4.769989967346191,-16.380399703979492,7.978300094604492,4.957300186157227,-16.49519920349121,7.878300189971924,4.769989967346191,-16.380399703979492,7.978300094604492,4.769989967346191,-16.380399703979492,7.878300189971924,4.769989967346191,-16.380399703979492,7.878300189971924,4.769989967346191,-16.380399703979492,7.978300094604492,4.56702995300293,-16.296300888061523,7.978300094604492,4.769989967346191,-16.380399703979492,7.878300189971924,4.56702995300293,-16.296300888061523,7.978300094604492,4.56702995300293,-16.296300888061523,7.878300189971924,4.56702995300293,-16.296300888061523,7.878300189971924,4.56702995300293,-16.296300888061523,7.978300094604492,4.353409767150879,-16.245100021362305,7.978300094604492,4.56702995300293,-16.296300888061523,7.878300189971924,4.353409767150879,-16.245100021362305,7.978300094604492,4.353409767150879,-16.245100021362305,7.878300189971924,4.353409767150879,-16.245100021362305,7.878300189971924,4.353409767150879,-16.245100021362305,7.978300094604492,4.134399890899658,-16.227800369262695,7.978300094604492,4.353409767150879,-16.245100021362305,7.878300189971924,4.134399890899658,-16.227800369262695,7.978300094604492,4.134399890899658,-16.227800369262695,7.878300189971924,5.53439998626709,-17.62779998779297,7.878300189971924,5.53439998626709,-20.327800750732422,7.878300189971924,5.53439998626709,-17.62779998779297,7.978300094604492,5.53439998626709,-17.62779998779297,7.978300094604492,5.53439998626709,-20.327800750732422,7.878300189971924,5.53439998626709,-20.327800750732422,7.978300094604492,4.134399890899658,-21.727800369262695,7.878300189971924,4.134399890899658,-21.727800369262695,7.978300094604492,4.353409767150879,-21.710599899291992,7.978300094604492,4.134399890899658,-21.727800369262695,7.878300189971924,4.353409767150879,-21.710599899291992,7.978300094604492,4.353409767150879,-21.710599899291992,7.878300189971924,4.353409767150879,-21.710599899291992,7.878300189971924,4.353409767150879,-21.710599899291992,7.978300094604492,4.56702995300293,-21.659299850463867,7.978300094604492,4.353409767150879,-21.710599899291992,7.878300189971924,4.56702995300293,-21.659299850463867,7.978300094604492,4.56702995300293,-21.659299850463867,7.878300189971924,4.56702995300293,-21.659299850463867,7.878300189971924,4.56702995300293,-21.659299850463867,7.978300094604492,4.769989967346191,-21.575199127197266,7.978300094604492,4.56702995300293,-21.659299850463867,7.878300189971924,4.769989967346191,-21.575199127197266,7.978300094604492,4.769989967346191,-21.575199127197266,7.878300189971924,4.769989967346191,-21.575199127197266,7.878300189971924,4.769989967346191,-21.575199127197266,7.978300094604492,4.957300186157227,-21.460399627685547,7.978300094604492,4.769989967346191,-21.575199127197266,7.878300189971924,4.957300186157227,-21.460399627685547,7.978300094604492,4.957300186157227,-21.460399627685547,7.878300189971924,4.957300186157227,-21.460399627685547,7.878300189971924,4.957300186157227,-21.460399627685547,7.978300094604492,5.124350070953369,-21.317800521850586,7.978300094604492,4.957300186157227,-21.460399627685547,7.878300189971924,5.124350070953369,-21.317800521850586,7.978300094604492,5.124350070953369,-21.317800521850586,7.878300189971924,5.124350070953369,-21.317800521850586,7.878300189971924,5.124350070953369,-21.317800521850586,7.978300094604492,5.267029762268066,-21.150699615478516,7.978300094604492,5.124350070953369,-21.317800521850586,7.878300189971924,5.267029762268066,-21.150699615478516,7.978300094604492,5.267029762268066,-21.150699615478516,7.878300189971924,5.267029762268066,-21.150699615478516,7.878300189971924,5.267029762268066,-21.150699615478516,7.978300094604492,5.381810188293457,-20.96339988708496,7.978300094604492,5.267029762268066,-21.150699615478516,7.878300189971924,5.381810188293457,-20.96339988708496,7.978300094604492,5.381810188293457,-20.96339988708496,7.878300189971924,5.381810188293457,-20.96339988708496,7.878300189971924,5.381810188293457,-20.96339988708496,7.978300094604492,5.465879917144775,-20.760400772094727,7.978300094604492,5.381810188293457,-20.96339988708496,7.878300189971924,5.465879917144775,-20.760400772094727,7.978300094604492,5.465879917144775,-20.760400772094727,7.878300189971924,5.465879917144775,-20.760400772094727,7.878300189971924,5.465879917144775,-20.760400772094727,7.978300094604492,5.517169952392578,-20.54680061340332,7.978300094604492,5.465879917144775,-20.760400772094727,7.878300189971924,5.517169952392578,-20.54680061340332,7.978300094604492,5.517169952392578,-20.54680061340332,7.878300189971924,5.517169952392578,-20.54680061340332,7.878300189971924,5.517169952392578,-20.54680061340332,7.978300094604492,5.53439998626709,-20.327800750732422,7.978300094604492,5.517169952392578,-20.54680061340332,7.878300189971924,5.53439998626709,-20.327800750732422,7.978300094604492,5.53439998626709,-20.327800750732422,7.878300189971924,4.134399890899658,-21.727800369262695,7.878300189971924,-4.0655999183654785,-21.727800369262695,7.878300189971924,4.134399890899658,-21.727800369262695,7.978300094604492,4.134399890899658,-21.727800369262695,7.978300094604492,-4.0655999183654785,-21.727800369262695,7.878300189971924,-4.0655999183654785,-21.727800369262695,7.978300094604492,-5.46560001373291,-20.327800750732422,7.878300189971924,-5.46560001373291,-20.327800750732422,7.978300094604492,-5.448359966278076,-20.54680061340332,7.978300094604492,-5.46560001373291,-20.327800750732422,7.878300189971924,-5.448359966278076,-20.54680061340332,7.978300094604492,-5.448359966278076,-20.54680061340332,7.878300189971924,-5.448359966278076,-20.54680061340332,7.878300189971924,-5.448359966278076,-20.54680061340332,7.978300094604492,-5.397079944610596,-20.760400772094727,7.978300094604492,-5.448359966278076,-20.54680061340332,7.878300189971924,-5.397079944610596,-20.760400772094727,7.978300094604492,-5.397079944610596,-20.760400772094727,7.878300189971924,-5.397079944610596,-20.760400772094727,7.878300189971924,-5.397079944610596,-20.760400772094727,7.978300094604492,-5.313010215759277,-20.96339988708496,7.978300094604492,-5.397079944610596,-20.760400772094727,7.878300189971924,-5.313010215759277,-20.96339988708496,7.978300094604492,-5.313010215759277,-20.96339988708496,7.878300189971924,-5.313010215759277,-20.96339988708496,7.878300189971924,-5.313010215759277,-20.96339988708496,7.978300094604492,-5.1982197761535645,-21.150699615478516,7.978300094604492,-5.313010215759277,-20.96339988708496,7.878300189971924,-5.1982197761535645,-21.150699615478516,7.978300094604492,-5.1982197761535645,-21.150699615478516,7.878300189971924,-5.1982197761535645,-21.150699615478516,7.878300189971924,-5.1982197761535645,-21.150699615478516,7.978300094604492,-5.0555500984191895,-21.317800521850586,7.978300094604492,-5.1982197761535645,-21.150699615478516,7.878300189971924,-5.0555500984191895,-21.317800521850586,7.978300094604492,-5.0555500984191895,-21.317800521850586,7.878300189971924,-5.0555500984191895,-21.317800521850586,7.878300189971924,-5.0555500984191895,-21.317800521850586,7.978300094604492,-4.888500213623047,-21.460399627685547,7.978300094604492,-5.0555500984191895,-21.317800521850586,7.878300189971924,-4.888500213623047,-21.460399627685547,7.978300094604492,-4.888500213623047,-21.460399627685547,7.878300189971924,-4.888500213623047,-21.460399627685547,7.878300189971924,-4.888500213623047,-21.460399627685547,7.978300094604492,-4.7011799812316895,-21.575199127197266,7.978300094604492,-4.888500213623047,-21.460399627685547,7.878300189971924,-4.7011799812316895,-21.575199127197266,7.978300094604492,-4.7011799812316895,-21.575199127197266,7.878300189971924,-4.7011799812316895,-21.575199127197266,7.878300189971924,-4.7011799812316895,-21.575199127197266,7.978300094604492,-4.498219966888428,-21.659299850463867,7.978300094604492,-4.7011799812316895,-21.575199127197266,7.878300189971924,-4.498219966888428,-21.659299850463867,7.978300094604492,-4.498219966888428,-21.659299850463867,7.878300189971924,-4.498219966888428,-21.659299850463867,7.878300189971924,-4.498219966888428,-21.659299850463867,7.978300094604492,-4.284609794616699,-21.710599899291992,7.978300094604492,-4.498219966888428,-21.659299850463867,7.878300189971924,-4.284609794616699,-21.710599899291992,7.978300094604492,-4.284609794616699,-21.710599899291992,7.878300189971924,-4.284609794616699,-21.710599899291992,7.878300189971924,-4.284609794616699,-21.710599899291992,7.978300094604492,-4.0655999183654785,-21.727800369262695,7.978300094604492,-4.284609794616699,-21.710599899291992,7.878300189971924,-4.0655999183654785,-21.727800369262695,7.978300094604492,-4.0655999183654785,-21.727800369262695,7.878300189971924,-5.46560001373291,-20.327800750732422,7.878300189971924,-5.46560001373291,-17.62779998779297,7.878300189971924,-5.46560001373291,-20.327800750732422,7.978300094604492,-5.46560001373291,-20.327800750732422,7.978300094604492,-5.46560001373291,-17.62779998779297,7.878300189971924,-5.46560001373291,-17.62779998779297,7.978300094604492,-4.984839916229248,-16.708599090576172,7.878300189971924,-5.0555500984191895,-16.63789939880371,7.878300189971924,-5.1173200607299805,-16.86370086669922,7.878300189971924,-5.1173200607299805,-16.86370086669922,7.878300189971924,-5.0555500984191895,-16.63789939880371,7.878300189971924,-5.1982197761535645,-16.804899215698242,7.878300189971924,-5.1173200607299805,-16.86370086669922,7.878300189971924,-5.1982197761535645,-16.804899215698242,7.878300189971924,-5.223909854888916,-17.037599563598633,7.878300189971924,-5.223909854888916,-17.037599563598633,7.878300189971924,-5.1982197761535645,-16.804899215698242,7.878300189971924,-5.313010215759277,-16.99220085144043,7.878300189971924,-5.223909854888916,-17.037599563598633,7.878300189971924,-5.313010215759277,-16.99220085144043,7.878300189971924,-5.3019700050354,-17.22610092163086,7.878300189971924,-5.3019700050354,-17.22610092163086,7.878300189971924,-5.313010215759277,-16.99220085144043,7.878300189971924,-5.397079944610596,-17.195199966430664,7.878300189971924,-5.3019700050354,-17.22610092163086,7.878300189971924,-5.397079944610596,-17.195199966430664,7.878300189971924,-5.349589824676514,-17.42449951171875,7.878300189971924,-5.349589824676514,-17.42449951171875,7.878300189971924,-5.397079944610596,-17.195199966430664,7.878300189971924,-5.448359966278076,-17.40880012512207,7.878300189971924,-5.349589824676514,-17.42449951171875,7.878300189971924,-5.448359966278076,-17.40880012512207,7.878300189971924,-5.365600109100342,-17.62779998779297,7.878300189971924,-5.365600109100342,-17.62779998779297,7.878300189971924,-5.448359966278076,-17.40880012512207,7.878300189971924,-5.46560001373291,-17.62779998779297,7.878300189971924,-5.365600109100342,-17.62779998779297,7.878300189971924,-5.46560001373291,-17.62779998779297,7.878300189971924,-5.365600109100342,-20.327800750732422,7.878300189971924,-5.365600109100342,-20.327800750732422,7.878300189971924,-5.46560001373291,-17.62779998779297,7.878300189971924,-5.46560001373291,-20.327800750732422,7.878300189971924,-5.365600109100342,-20.327800750732422,7.878300189971924,-5.46560001373291,-20.327800750732422,7.878300189971924,-5.349589824676514,-20.531200408935547,7.878300189971924,-5.349589824676514,-20.531200408935547,7.878300189971924,-5.46560001373291,-20.327800750732422,7.878300189971924,-5.448359966278076,-20.54680061340332,7.878300189971924,-5.349589824676514,-20.531200408935547,7.878300189971924,-5.448359966278076,-20.54680061340332,7.878300189971924,-5.3019700050354,-20.72949981689453,7.878300189971924,-5.3019700050354,-20.72949981689453,7.878300189971924,-5.448359966278076,-20.54680061340332,7.878300189971924,-5.397079944610596,-20.760400772094727,7.878300189971924,-5.3019700050354,-20.72949981689453,7.878300189971924,-5.397079944610596,-20.760400772094727,7.878300189971924,-5.223909854888916,-20.917999267578125,7.878300189971924,-5.223909854888916,-20.917999267578125,7.878300189971924,-5.397079944610596,-20.760400772094727,7.878300189971924,-5.313010215759277,-20.96339988708496,7.878300189971924,-5.223909854888916,-20.917999267578125,7.878300189971924,-5.313010215759277,-20.96339988708496,7.878300189971924,-5.1173200607299805,-21.091899871826172,7.878300189971924,-5.1173200607299805,-21.091899871826172,7.878300189971924,-5.313010215759277,-20.96339988708496,7.878300189971924,-5.1982197761535645,-21.150699615478516,7.878300189971924,-5.1173200607299805,-21.091899871826172,7.878300189971924,-5.1982197761535645,-21.150699615478516,7.878300189971924,-4.984839916229248,-21.247100830078125,7.878300189971924,-4.984839916229248,-21.247100830078125,7.878300189971924,-5.1982197761535645,-21.150699615478516,7.878300189971924,-5.0555500984191895,-21.317800521850586,7.878300189971924,-4.984839916229248,-21.247100830078125,7.878300189971924,-5.0555500984191895,-21.317800521850586,7.878300189971924,-4.8297200202941895,-21.379499435424805,7.878300189971924,-4.8297200202941895,-21.379499435424805,7.878300189971924,-5.0555500984191895,-21.317800521850586,7.878300189971924,-4.888500213623047,-21.460399627685547,7.878300189971924,-4.8297200202941895,-21.379499435424805,7.878300189971924,-4.888500213623047,-21.460399627685547,7.878300189971924,-4.655789852142334,-21.486099243164062,7.878300189971924,-4.655789852142334,-21.486099243164062,7.878300189971924,-4.888500213623047,-21.460399627685547,7.878300189971924,-4.7011799812316895,-21.575199127197266,7.878300189971924,-4.655789852142334,-21.486099243164062,7.878300189971924,-4.7011799812316895,-21.575199127197266,7.878300189971924,-4.467319965362549,-21.564199447631836,7.878300189971924,-4.467319965362549,-21.564199447631836,7.878300189971924,-4.7011799812316895,-21.575199127197266,7.878300189971924,-4.498219966888428,-21.659299850463867,7.878300189971924,-4.467319965362549,-21.564199447631836,7.878300189971924,-4.498219966888428,-21.659299850463867,7.878300189971924,-4.268959999084473,-21.611799240112305,7.878300189971924,-4.268959999084473,-21.611799240112305,7.878300189971924,-4.498219966888428,-21.659299850463867,7.878300189971924,-4.284609794616699,-21.710599899291992,7.878300189971924,-4.268959999084473,-21.611799240112305,7.878300189971924,-4.284609794616699,-21.710599899291992,7.878300189971924,-4.0655999183654785,-21.62779998779297,7.878300189971924,-4.0655999183654785,-21.62779998779297,7.878300189971924,-4.284609794616699,-21.710599899291992,7.878300189971924,-4.0655999183654785,-21.727800369262695,7.878300189971924,-4.0655999183654785,-21.62779998779297,7.878300189971924,-4.0655999183654785,-21.727800369262695,7.878300189971924,4.134399890899658,-21.62779998779297,7.878300189971924,4.134399890899658,-21.62779998779297,7.878300189971924,-4.0655999183654785,-21.727800369262695,7.878300189971924,4.134399890899658,-21.727800369262695,7.878300189971924,4.134399890899658,-21.62779998779297,7.878300189971924,4.134399890899658,-21.727800369262695,7.878300189971924,4.337769985198975,-21.611799240112305,7.878300189971924,4.337769985198975,-21.611799240112305,7.878300189971924,4.134399890899658,-21.727800369262695,7.878300189971924,4.353409767150879,-21.710599899291992,7.878300189971924,4.337769985198975,-21.611799240112305,7.878300189971924,4.353409767150879,-21.710599899291992,7.878300189971924,4.5361199378967285,-21.564199447631836,7.878300189971924,4.5361199378967285,-21.564199447631836,7.878300189971924,4.353409767150879,-21.710599899291992,7.878300189971924,4.56702995300293,-21.659299850463867,7.878300189971924,4.5361199378967285,-21.564199447631836,7.878300189971924,4.56702995300293,-21.659299850463867,7.878300189971924,4.724589824676514,-21.486099243164062,7.878300189971924,4.724589824676514,-21.486099243164062,7.878300189971924,4.56702995300293,-21.659299850463867,7.878300189971924,4.769989967346191,-21.575199127197266,7.878300189971924,4.724589824676514,-21.486099243164062,7.878300189971924,4.769989967346191,-21.575199127197266,7.878300189971924,4.898519992828369,-21.379499435424805,7.878300189971924,4.898519992828369,-21.379499435424805,7.878300189971924,4.769989967346191,-21.575199127197266,7.878300189971924,4.957300186157227,-21.460399627685547,7.878300189971924,4.898519992828369,-21.379499435424805,7.878300189971924,4.957300186157227,-21.460399627685547,7.878300189971924,5.053639888763428,-21.247100830078125,7.878300189971924,5.053639888763428,-21.247100830078125,7.878300189971924,4.957300186157227,-21.460399627685547,7.878300189971924,5.124350070953369,-21.317800521850586,7.878300189971924,5.053639888763428,-21.247100830078125,7.878300189971924,5.124350070953369,-21.317800521850586,7.878300189971924,5.18612003326416,-21.091899871826172,7.878300189971924,5.18612003326416,-21.091899871826172,7.878300189971924,5.124350070953369,-21.317800521850586,7.878300189971924,5.267029762268066,-21.150699615478516,7.878300189971924,5.18612003326416,-21.091899871826172,7.878300189971924,5.267029762268066,-21.150699615478516,7.878300189971924,5.292709827423096,-20.917999267578125,7.878300189971924,5.292709827423096,-20.917999267578125,7.878300189971924,5.267029762268066,-21.150699615478516,7.878300189971924,5.381810188293457,-20.96339988708496,7.878300189971924,5.292709827423096,-20.917999267578125,7.878300189971924,5.381810188293457,-20.96339988708496,7.878300189971924,5.370779991149902,-20.72949981689453,7.878300189971924,5.370779991149902,-20.72949981689453,7.878300189971924,5.381810188293457,-20.96339988708496,7.878300189971924,5.465879917144775,-20.760400772094727,7.878300189971924,5.370779991149902,-20.72949981689453,7.878300189971924,5.465879917144775,-20.760400772094727,7.878300189971924,5.418399810791016,-20.531200408935547,7.878300189971924,5.418399810791016,-20.531200408935547,7.878300189971924,5.465879917144775,-20.760400772094727,7.878300189971924,5.517169952392578,-20.54680061340332,7.878300189971924,5.418399810791016,-20.531200408935547,7.878300189971924,5.517169952392578,-20.54680061340332,7.878300189971924,5.4344000816345215,-20.327800750732422,7.878300189971924,5.4344000816345215,-20.327800750732422,7.878300189971924,5.517169952392578,-20.54680061340332,7.878300189971924,5.53439998626709,-20.327800750732422,7.878300189971924,5.4344000816345215,-20.327800750732422,7.878300189971924,5.53439998626709,-20.327800750732422,7.878300189971924,5.4344000816345215,-17.62779998779297,7.878300189971924,5.4344000816345215,-17.62779998779297,7.878300189971924,5.53439998626709,-20.327800750732422,7.878300189971924,5.53439998626709,-17.62779998779297,7.878300189971924,5.4344000816345215,-17.62779998779297,7.878300189971924,5.53439998626709,-17.62779998779297,7.878300189971924,5.418399810791016,-17.42449951171875,7.878300189971924,5.418399810791016,-17.42449951171875,7.878300189971924,5.53439998626709,-17.62779998779297,7.878300189971924,5.517169952392578,-17.40880012512207,7.878300189971924,5.418399810791016,-17.42449951171875,7.878300189971924,5.517169952392578,-17.40880012512207,7.878300189971924,5.370779991149902,-17.22610092163086,7.878300189971924,5.370779991149902,-17.22610092163086,7.878300189971924,5.517169952392578,-17.40880012512207,7.878300189971924,5.465879917144775,-17.195199966430664,7.878300189971924,5.370779991149902,-17.22610092163086,7.878300189971924,5.465879917144775,-17.195199966430664,7.878300189971924,5.292709827423096,-17.037599563598633,7.878300189971924,5.292709827423096,-17.037599563598633,7.878300189971924,5.465879917144775,-17.195199966430664,7.878300189971924,5.381810188293457,-16.99220085144043,7.878300189971924,5.292709827423096,-17.037599563598633,7.878300189971924,5.381810188293457,-16.99220085144043,7.878300189971924,5.18612003326416,-16.86370086669922,7.878300189971924,5.18612003326416,-16.86370086669922,7.878300189971924,5.381810188293457,-16.99220085144043,7.878300189971924,5.267029762268066,-16.804899215698242,7.878300189971924,5.18612003326416,-16.86370086669922,7.878300189971924,5.267029762268066,-16.804899215698242,7.878300189971924,5.053639888763428,-16.708599090576172,7.878300189971924,5.053639888763428,-16.708599090576172,7.878300189971924,5.267029762268066,-16.804899215698242,7.878300189971924,5.124350070953369,-16.63789939880371,7.878300189971924,5.053639888763428,-16.708599090576172,7.878300189971924,5.124350070953369,-16.63789939880371,7.878300189971924,4.898519992828369,-16.576099395751953,7.878300189971924,4.898519992828369,-16.576099395751953,7.878300189971924,5.124350070953369,-16.63789939880371,7.878300189971924,4.957300186157227,-16.49519920349121,7.878300189971924,4.898519992828369,-16.576099395751953,7.878300189971924,4.957300186157227,-16.49519920349121,7.878300189971924,4.724589824676514,-16.469499588012695,7.878300189971924,4.724589824676514,-16.469499588012695,7.878300189971924,4.957300186157227,-16.49519920349121,7.878300189971924,4.769989967346191,-16.380399703979492,7.878300189971924,4.724589824676514,-16.469499588012695,7.878300189971924,4.769989967346191,-16.380399703979492,7.878300189971924,4.5361199378967285,-16.391399383544922,7.878300189971924,4.5361199378967285,-16.391399383544922,7.878300189971924,4.769989967346191,-16.380399703979492,7.878300189971924,4.56702995300293,-16.296300888061523,7.878300189971924,4.5361199378967285,-16.391399383544922,7.878300189971924,4.56702995300293,-16.296300888061523,7.878300189971924,4.337769985198975,-16.343799591064453,7.878300189971924,4.337769985198975,-16.343799591064453,7.878300189971924,4.56702995300293,-16.296300888061523,7.878300189971924,4.353409767150879,-16.245100021362305,7.878300189971924,4.337769985198975,-16.343799591064453,7.878300189971924,4.353409767150879,-16.245100021362305,7.878300189971924,4.134399890899658,-16.327800750732422,7.878300189971924,4.134399890899658,-16.327800750732422,7.878300189971924,4.353409767150879,-16.245100021362305,7.878300189971924,4.134399890899658,-16.227800369262695,7.878300189971924,4.134399890899658,-16.327800750732422,7.878300189971924,4.134399890899658,-16.227800369262695,7.878300189971924,-4.0655999183654785,-16.327800750732422,7.878300189971924,-4.0655999183654785,-16.327800750732422,7.878300189971924,4.134399890899658,-16.227800369262695,7.878300189971924,-4.0655999183654785,-16.227800369262695,7.878300189971924,-4.0655999183654785,-16.327800750732422,7.878300189971924,-4.0655999183654785,-16.227800369262695,7.878300189971924,-4.268959999084473,-16.343799591064453,7.878300189971924,-4.268959999084473,-16.343799591064453,7.878300189971924,-4.0655999183654785,-16.227800369262695,7.878300189971924,-4.284609794616699,-16.245100021362305,7.878300189971924,-4.268959999084473,-16.343799591064453,7.878300189971924,-4.284609794616699,-16.245100021362305,7.878300189971924,-4.467319965362549,-16.391399383544922,7.878300189971924,-4.467319965362549,-16.391399383544922,7.878300189971924,-4.284609794616699,-16.245100021362305,7.878300189971924,-4.498219966888428,-16.296300888061523,7.878300189971924,-4.467319965362549,-16.391399383544922,7.878300189971924,-4.498219966888428,-16.296300888061523,7.878300189971924,-4.655789852142334,-16.469499588012695,7.878300189971924,-4.655789852142334,-16.469499588012695,7.878300189971924,-4.498219966888428,-16.296300888061523,7.878300189971924,-4.7011799812316895,-16.380399703979492,7.878300189971924,-4.655789852142334,-16.469499588012695,7.878300189971924,-4.7011799812316895,-16.380399703979492,7.878300189971924,-4.8297200202941895,-16.576099395751953,7.878300189971924,-4.8297200202941895,-16.576099395751953,7.878300189971924,-4.7011799812316895,-16.380399703979492,7.878300189971924,-4.888500213623047,-16.49519920349121,7.878300189971924,-4.8297200202941895,-16.576099395751953,7.878300189971924,-4.888500213623047,-16.49519920349121,7.878300189971924,-4.984839916229248,-16.708599090576172,7.878300189971924,-4.984839916229248,-16.708599090576172,7.878300189971924,-4.888500213623047,-16.49519920349121,7.878300189971924,-5.0555500984191895,-16.63789939880371,7.878300189971924,5.22189998626709,-21.04010009765625,7.978229999542236,5.183420181274414,-21.08989906311035,7.978240013122559,5.18612003326416,-21.091899871826172,7.878300189971924,4.340610027313232,-21.611400604248047,7.977970123291016,4.33774995803833,-21.611600875854492,7.977970123291016,4.337769985198975,-21.611799240112305,7.878300189971924,4.337769985198975,-21.611799240112305,7.878300189971924,4.33774995803833,-21.611600875854492,7.977970123291016,4.134399890899658,-21.62779998779297,7.977960109710693,4.337769985198975,-21.611799240112305,7.878300189971924,4.134399890899658,-21.62779998779297,7.977960109710693,4.134399890899658,-21.62779998779297,7.878300189971924,4.340610027313232,-21.611400604248047,7.977970123291016,4.337769985198975,-21.611799240112305,7.878300189971924,4.536069869995117,-21.56399917602539,7.978519916534424,4.536069869995117,-21.56399917602539,7.978519916534424,4.337769985198975,-21.611799240112305,7.878300189971924,4.5361199378967285,-21.564199447631836,7.878300189971924,4.536069869995117,-21.56399917602539,7.978519916534424,4.5361199378967285,-21.564199447631836,7.878300189971924,4.538690090179443,-21.563400268554688,7.978529930114746,4.538690090179443,-21.563400268554688,7.978529930114746,4.5361199378967285,-21.564199447631836,7.878300189971924,4.724589824676514,-21.486099243164062,7.878300189971924,4.538690090179443,-21.563400268554688,7.978529930114746,4.724589824676514,-21.486099243164062,7.878300189971924,4.564680099487305,-21.554500579833984,7.97859001159668,4.924860000610352,-21.359899520874023,7.978600025177002,4.897349834442139,-21.377700805664062,7.978630065917969,4.898519992828369,-21.379499435424805,7.878300189971924,4.898519992828369,-21.379499435424805,7.878300189971924,4.897349834442139,-21.377700805664062,7.978630065917969,4.75383996963501,-21.470800399780273,7.978809833526611,4.898519992828369,-21.379499435424805,7.878300189971924,4.75383996963501,-21.470800399780273,7.978809833526611,4.724589824676514,-21.486099243164062,7.878300189971924,4.724589824676514,-21.486099243164062,7.878300189971924,4.75383996963501,-21.470800399780273,7.978809833526611,4.723690032958984,-21.484100341796875,7.9787797927856445,4.724589824676514,-21.486099243164062,7.878300189971924,4.723690032958984,-21.484100341796875,7.9787797927856445,4.564680099487305,-21.554500579833984,7.97859001159668,5.18612003326416,-21.091899871826172,7.878300189971924,5.183420181274414,-21.08989906311035,7.978240013122559,5.053639888763428,-21.247100830078125,7.878300189971924,5.183420181274414,-21.08989906311035,7.978240013122559,5.097219944000244,-21.2012996673584,7.978250026702881,5.053639888763428,-21.247100830078125,7.878300189971924,5.053639888763428,-21.247100830078125,7.878300189971924,5.097219944000244,-21.2012996673584,7.978250026702881,5.051249980926514,-21.24449920654297,7.978340148925781,5.053639888763428,-21.247100830078125,7.878300189971924,5.051249980926514,-21.24449920654297,7.978340148925781,4.898519992828369,-21.379499435424805,7.878300189971924,4.898519992828369,-21.379499435424805,7.878300189971924,5.051249980926514,-21.24449920654297,7.978340148925781,4.94644021987915,-21.343000411987305,7.978549957275391,4.898519992828369,-21.379499435424805,7.878300189971924,4.94644021987915,-21.343000411987305,7.978549957275391,4.924860000610352,-21.359899520874023,7.978600025177002,5.370779991149902,-20.72949981689453,7.878300189971924,5.332059860229492,-20.83340072631836,7.978409767150879,5.292709827423096,-20.917999267578125,7.878300189971924,5.292709827423096,-20.917999267578125,7.878300189971924,5.332059860229492,-20.83340072631836,7.978409767150879,5.289090156555176,-20.916099548339844,7.978340148925781,5.292709827423096,-20.917999267578125,7.878300189971924,5.289090156555176,-20.916099548339844,7.978340148925781,5.18612003326416,-21.091899871826172,7.878300189971924,5.18612003326416,-21.091899871826172,7.878300189971924,5.289090156555176,-20.916099548339844,7.978340148925781,5.236680030822754,-21.017000198364258,7.978250026702881,5.18612003326416,-21.091899871826172,7.878300189971924,5.236680030822754,-21.017000198364258,7.978250026702881,5.22189998626709,-21.04010009765625,7.978229999542236,5.414539813995361,-20.53059959411621,7.978149890899658,5.402669906616211,-20.613300323486328,7.978280067443848,5.418399810791016,-20.531200408935547,7.878300189971924,5.418399810791016,-20.531200408935547,7.878300189971924,5.402669906616211,-20.613300323486328,7.978280067443848,5.396359920501709,-20.639999389648438,7.978320121765137,5.418399810791016,-20.531200408935547,7.878300189971924,5.396359920501709,-20.639999389648438,7.978320121765137,5.370779991149902,-20.72949981689453,7.878300189971924,5.370779991149902,-20.72949981689453,7.878300189971924,5.396359920501709,-20.639999389648438,7.978320121765137,5.367010116577148,-20.728300094604492,7.978370189666748,5.370779991149902,-20.72949981689453,7.878300189971924,5.367010116577148,-20.728300094604492,7.978370189666748,5.332059860229492,-20.83340072631836,7.978409767150879,5.414539813995361,-20.53059959411621,7.978149890899658,5.418399810791016,-20.531200408935547,7.878300189971924,5.431739807128906,-20.410900115966797,7.977960109710693,5.431739807128906,-20.410900115966797,7.977960109710693,5.418399810791016,-20.531200408935547,7.878300189971924,5.4344000816345215,-20.327800750732422,7.878300189971924,5.431739807128906,-20.410900115966797,7.977960109710693,5.4344000816345215,-20.327800750732422,7.878300189971924,5.4344000816345215,-20.327800750732422,7.978089809417725,-4.015600204467773,-21.62779998779297,7.977970123291016,-4.0655999183654785,-21.62779998779297,7.977960109710693,-4.0655999183654785,-21.62779998779297,7.878300189971924,4.134399890899658,-21.62779998779297,7.878300189971924,4.134399890899658,-21.62779998779297,7.977960109710693,4.084400177001953,-21.62779998779297,7.977970123291016,4.084400177001953,-21.62779998779297,7.977970123291016,2.7344000339508057,-21.62779998779297,7.978119850158691,4.134399890899658,-21.62779998779297,7.878300189971924,4.134399890899658,-21.62779998779297,7.878300189971924,2.7344000339508057,-21.62779998779297,7.978119850158691,0.03440000116825104,-21.62779998779297,7.978429794311523,4.134399890899658,-21.62779998779297,7.878300189971924,0.03440000116825104,-21.62779998779297,7.978429794311523,-4.0655999183654785,-21.62779998779297,7.878300189971924,-4.0655999183654785,-21.62779998779297,7.878300189971924,0.03440000116825104,-21.62779998779297,7.978429794311523,-2.665600061416626,-21.62779998779297,7.978119850158691,-4.0655999183654785,-21.62779998779297,7.878300189971924,-2.665600061416626,-21.62779998779297,7.978119850158691,-4.015600204467773,-21.62779998779297,7.977970123291016,-4.939060211181641,-21.290700912475586,7.978419780731201,-4.982289791107178,-21.244699478149414,7.9783501625061035,-4.984839916229248,-21.247100830078125,7.878300189971924,-5.349140167236328,-20.534000396728516,7.978129863739014,-5.349370002746582,-20.531200408935547,7.978129863739014,-5.349589824676514,-20.531200408935547,7.878300189971924,-5.349589824676514,-20.531200408935547,7.878300189971924,-5.349370002746582,-20.531200408935547,7.978129863739014,-5.365600109100342,-20.327800750732422,7.978089809417725,-5.349589824676514,-20.531200408935547,7.878300189971924,-5.365600109100342,-20.327800750732422,7.978089809417725,-5.365600109100342,-20.327800750732422,7.878300189971924,-5.349140167236328,-20.534000396728516,7.978129863739014,-5.349589824676514,-20.531200408935547,7.878300189971924,-5.301770210266113,-20.72949981689453,7.978419780731201,-5.301770210266113,-20.72949981689453,7.978419780731201,-5.349589824676514,-20.531200408935547,7.878300189971924,-5.3019700050354,-20.72949981689453,7.878300189971924,-5.301770210266113,-20.72949981689453,7.978419780731201,-5.3019700050354,-20.72949981689453,7.878300189971924,-5.3011298179626465,-20.732099533081055,7.978419780731201,-5.097660064697266,-21.11829948425293,7.9781999588012695,-5.115499973297119,-21.09079933166504,7.978219985961914,-5.1173200607299805,-21.091899871826172,7.878300189971924,-5.1173200607299805,-21.091899871826172,7.878300189971924,-5.115499973297119,-21.09079933166504,7.978219985961914,-5.20851993560791,-20.94729995727539,7.978320121765137,-5.1173200607299805,-21.091899871826172,7.878300189971924,-5.20851993560791,-20.94729995727539,7.978320121765137,-5.223909854888916,-20.917999267578125,7.878300189971924,-5.223909854888916,-20.917999267578125,7.878300189971924,-5.20851993560791,-20.94729995727539,7.978320121765137,-5.221879959106445,-20.91710090637207,7.978330135345459,-5.223909854888916,-20.917999267578125,7.878300189971924,-5.221879959106445,-20.91710090637207,7.978330135345459,-5.3019700050354,-20.72949981689453,7.878300189971924,-5.3019700050354,-20.72949981689453,7.878300189971924,-5.221879959106445,-20.91710090637207,7.978330135345459,-5.2923197746276855,-20.758100509643555,7.978429794311523,-5.3019700050354,-20.72949981689453,7.878300189971924,-5.2923197746276855,-20.758100509643555,7.978429794311523,-5.3011298179626465,-20.732099533081055,7.978419780731201,-4.984839916229248,-21.247100830078125,7.878300189971924,-4.982289791107178,-21.244699478149414,7.9783501625061035,-5.1173200607299805,-21.091899871826172,7.878300189971924,-5.1173200607299805,-21.091899871826172,7.878300189971924,-4.982289791107178,-21.244699478149414,7.9783501625061035,-5.0807600021362305,-21.13990020751953,7.9781999588012695,-5.1173200607299805,-21.091899871826172,7.878300189971924,-5.0807600021362305,-21.13990020751953,7.9781999588012695,-5.097660064697266,-21.11829948425293,7.9781999588012695,-4.939060211181641,-21.290700912475586,7.978419780731201,-4.984839916229248,-21.247100830078125,7.878300189971924,-4.827630043029785,-21.376800537109375,7.978640079498291,-4.827630043029785,-21.376800537109375,7.978640079498291,-4.984839916229248,-21.247100830078125,7.878300189971924,-4.8297200202941895,-21.379499435424805,7.878300189971924,-4.827630043029785,-21.376800537109375,7.978640079498291,-4.8297200202941895,-21.379499435424805,7.878300189971924,-4.7778401374816895,-21.415300369262695,7.978740215301514,-4.7778401374816895,-21.415300369262695,7.978740215301514,-4.8297200202941895,-21.379499435424805,7.878300189971924,-4.655789852142334,-21.486099243164062,7.878300189971924,-4.7778401374816895,-21.415300369262695,7.978740215301514,-4.655789852142334,-21.486099243164062,7.878300189971924,-4.754740238189697,-21.430099487304688,7.978769779205322,-4.467319965362549,-21.564199447631836,7.878300189971924,-4.571139812469482,-21.52549934387207,7.978740215301514,-4.655789852142334,-21.486099243164062,7.878300189971924,-4.655789852142334,-21.486099243164062,7.878300189971924,-4.571139812469482,-21.52549934387207,7.978740215301514,-4.653900146484375,-21.482500076293945,7.978750228881836,-4.655789852142334,-21.486099243164062,7.878300189971924,-4.653900146484375,-21.482500076293945,7.978750228881836,-4.754740238189697,-21.430099487304688,7.978769779205322,-4.2684102058410645,-21.607999801635742,7.9780402183532715,-4.351029872894287,-21.596099853515625,7.978189945220947,-4.268959999084473,-21.611799240112305,7.878300189971924,-4.268959999084473,-21.611799240112305,7.878300189971924,-4.351029872894287,-21.596099853515625,7.978189945220947,-4.377739906311035,-21.589799880981445,7.978260040283203,-4.268959999084473,-21.611799240112305,7.878300189971924,-4.377739906311035,-21.589799880981445,7.978260040283203,-4.467319965362549,-21.564199447631836,7.878300189971924,-4.467319965362549,-21.564199447631836,7.878300189971924,-4.377739906311035,-21.589799880981445,7.978260040283203,-4.466070175170898,-21.560400009155273,7.978479862213135,-4.467319965362549,-21.564199447631836,7.878300189971924,-4.466070175170898,-21.560400009155273,7.978479862213135,-4.571139812469482,-21.52549934387207,7.978740215301514,-4.2684102058410645,-21.607999801635742,7.9780402183532715,-4.268959999084473,-21.611799240112305,7.878300189971924,-4.148670196533203,-21.625200271606445,7.977819919586182,-4.148670196533203,-21.625200271606445,7.977819919586182,-4.268959999084473,-21.611799240112305,7.878300189971924,-4.0655999183654785,-21.62779998779297,7.878300189971924,-4.148670196533203,-21.625200271606445,7.977819919586182,-4.0655999183654785,-21.62779998779297,7.878300189971924,-4.0655999183654785,-21.62779998779297,7.977960109710693,-5.365600109100342,-17.62779998779297,7.978089809417725,-5.365600109100342,-17.62779998779297,7.878300189971924,-5.365600109100342,-17.652799606323242,7.978089809417725,-5.365600109100342,-17.652799606323242,7.978089809417725,-5.365600109100342,-17.62779998779297,7.878300189971924,-5.365600109100342,-20.327800750732422,7.878300189971924,-5.365600109100342,-20.327800750732422,7.878300189971924,-5.365600109100342,-20.327800750732422,7.978089809417725,-5.365600109100342,-20.302799224853516,7.978089809417725,-5.365600109100342,-20.302799224853516,7.978089809417725,-5.365600109100342,-19.640300750732422,7.978089809417725,-5.365600109100342,-20.327800750732422,7.878300189971924,-5.365600109100342,-20.327800750732422,7.878300189971924,-5.365600109100342,-19.640300750732422,7.978089809417725,-5.365600109100342,-18.977800369262695,7.978089809417725,-5.365600109100342,-20.327800750732422,7.878300189971924,-5.365600109100342,-18.977800369262695,7.978089809417725,-5.365600109100342,-17.652799606323242,7.978089809417725,-5.15310001373291,-16.91550064086914,7.978219985961914,-5.114620208740234,-16.865800857543945,7.978229999542236,-5.1173200607299805,-16.86370086669922,7.878300189971924,-4.271810054779053,-16.34429931640625,7.977980136871338,-4.268939971923828,-16.3439998626709,7.977980136871338,-4.268959999084473,-16.343799591064453,7.878300189971924,-4.268959999084473,-16.343799591064453,7.878300189971924,-4.268939971923828,-16.3439998626709,7.977980136871338,-4.0655999183654785,-16.327800750732422,7.977970123291016,-4.268959999084473,-16.343799591064453,7.878300189971924,-4.0655999183654785,-16.327800750732422,7.977970123291016,-4.0655999183654785,-16.327800750732422,7.878300189971924,-4.271810054779053,-16.34429931640625,7.977980136871338,-4.268959999084473,-16.343799591064453,7.878300189971924,-4.4672698974609375,-16.391700744628906,7.978529930114746,-4.4672698974609375,-16.391700744628906,7.978529930114746,-4.268959999084473,-16.343799591064453,7.878300189971924,-4.467319965362549,-16.391399383544922,7.878300189971924,-4.4672698974609375,-16.391700744628906,7.978529930114746,-4.467319965362549,-16.391399383544922,7.878300189971924,-4.469890117645264,-16.39229965209961,7.978529930114746,-4.469890117645264,-16.39229965209961,7.978529930114746,-4.467319965362549,-16.391399383544922,7.878300189971924,-4.655789852142334,-16.469499588012695,7.878300189971924,-4.469890117645264,-16.39229965209961,7.978529930114746,-4.655789852142334,-16.469499588012695,7.878300189971924,-4.495870113372803,-16.401100158691406,7.978600025177002,-4.856060028076172,-16.595699310302734,7.978600025177002,-4.828539848327637,-16.577899932861328,7.978630065917969,-4.8297200202941895,-16.576099395751953,7.878300189971924,-4.8297200202941895,-16.576099395751953,7.878300189971924,-4.828539848327637,-16.577899932861328,7.978630065917969,-4.68503999710083,-16.484899520874023,7.978809833526611,-4.8297200202941895,-16.576099395751953,7.878300189971924,-4.68503999710083,-16.484899520874023,7.978809833526611,-4.655789852142334,-16.469499588012695,7.878300189971924,-4.655789852142334,-16.469499588012695,7.878300189971924,-4.68503999710083,-16.484899520874023,7.978809833526611,-4.654890060424805,-16.471500396728516,7.9787797927856445,-4.655789852142334,-16.469499588012695,7.878300189971924,-4.654890060424805,-16.471500396728516,7.9787797927856445,-4.495870113372803,-16.401100158691406,7.978600025177002,-5.1173200607299805,-16.86370086669922,7.878300189971924,-5.114620208740234,-16.865800857543945,7.978229999542236,-4.984839916229248,-16.708599090576172,7.878300189971924,-5.114620208740234,-16.865800857543945,7.978229999542236,-5.028409957885742,-16.75429916381836,7.978250026702881,-4.984839916229248,-16.708599090576172,7.878300189971924,-4.984839916229248,-16.708599090576172,7.878300189971924,-5.028409957885742,-16.75429916381836,7.978250026702881,-4.982439994812012,-16.71109962463379,7.978340148925781,-4.984839916229248,-16.708599090576172,7.878300189971924,-4.982439994812012,-16.71109962463379,7.978340148925781,-4.8297200202941895,-16.576099395751953,7.878300189971924,-4.8297200202941895,-16.576099395751953,7.878300189971924,-4.982439994812012,-16.71109962463379,7.978340148925781,-4.8776397705078125,-16.612600326538086,7.978549957275391,-4.8297200202941895,-16.576099395751953,7.878300189971924,-4.8776397705078125,-16.612600326538086,7.978549957275391,-4.856060028076172,-16.595699310302734,7.978600025177002,-5.3019700050354,-17.22610092163086,7.878300189971924,-5.2632598876953125,-17.12220001220703,7.978409767150879,-5.223909854888916,-17.037599563598633,7.878300189971924,-5.223909854888916,-17.037599563598633,7.878300189971924,-5.2632598876953125,-17.12220001220703,7.978409767150879,-5.220280170440674,-17.039499282836914,7.978340148925781,-5.223909854888916,-17.037599563598633,7.878300189971924,-5.220280170440674,-17.039499282836914,7.978340148925781,-5.1173200607299805,-16.86370086669922,7.878300189971924,-5.1173200607299805,-16.86370086669922,7.878300189971924,-5.220280170440674,-17.039499282836914,7.978340148925781,-5.167880058288574,-16.938600540161133,7.978240013122559,-5.1173200607299805,-16.86370086669922,7.878300189971924,-5.167880058288574,-16.938600540161133,7.978240013122559,-5.15310001373291,-16.91550064086914,7.978219985961914,-5.345739841461182,-17.424999237060547,7.978149890899658,-5.333859920501709,-17.342300415039062,7.978280067443848,-5.349589824676514,-17.42449951171875,7.878300189971924,-5.349589824676514,-17.42449951171875,7.878300189971924,-5.333859920501709,-17.342300415039062,7.978280067443848,-5.327559947967529,-17.31559944152832,7.978320121765137,-5.349589824676514,-17.42449951171875,7.878300189971924,-5.327559947967529,-17.31559944152832,7.978320121765137,-5.3019700050354,-17.22610092163086,7.878300189971924,-5.3019700050354,-17.22610092163086,7.878300189971924,-5.327559947967529,-17.31559944152832,7.978320121765137,-5.298210144042969,-17.227399826049805,7.978370189666748,-5.3019700050354,-17.22610092163086,7.878300189971924,-5.298210144042969,-17.227399826049805,7.978370189666748,-5.2632598876953125,-17.12220001220703,7.978409767150879,-5.345739841461182,-17.424999237060547,7.978149890899658,-5.349589824676514,-17.42449951171875,7.878300189971924,-5.362939834594727,-17.544700622558594,7.977960109710693,-5.362939834594727,-17.544700622558594,7.977960109710693,-5.349589824676514,-17.42449951171875,7.878300189971924,-5.365600109100342,-17.62779998779297,7.878300189971924,-5.362939834594727,-17.544700622558594,7.977960109710693,-5.365600109100342,-17.62779998779297,7.878300189971924,-5.365600109100342,-17.62779998779297,7.978089809417725,4.084400177001953,-16.327800750732422,7.977970123291016,4.134399890899658,-16.327800750732422,7.977960109710693,4.134399890899658,-16.327800750732422,7.878300189971924,-4.0655999183654785,-16.327800750732422,7.878300189971924,-4.0655999183654785,-16.327800750732422,7.977970123291016,-4.015600204467773,-16.327800750732422,7.977980136871338,-4.015600204467773,-16.327800750732422,7.977980136871338,-2.665600061416626,-16.327800750732422,7.978129863739014,-4.0655999183654785,-16.327800750732422,7.878300189971924,-4.0655999183654785,-16.327800750732422,7.878300189971924,-2.665600061416626,-16.327800750732422,7.978129863739014,0.03440380096435547,-16.327800750732422,7.978439807891846,-4.0655999183654785,-16.327800750732422,7.878300189971924,0.03440380096435547,-16.327800750732422,7.978439807891846,4.134399890899658,-16.327800750732422,7.878300189971924,4.134399890899658,-16.327800750732422,7.878300189971924,0.03440380096435547,-16.327800750732422,7.978439807891846,2.7344000339508057,-16.327800750732422,7.978119850158691,4.134399890899658,-16.327800750732422,7.878300189971924,2.7344000339508057,-16.327800750732422,7.978119850158691,4.084400177001953,-16.327800750732422,7.977970123291016,5.007870197296143,-16.665000915527344,7.978419780731201,5.051089763641357,-16.711000442504883,7.9783501625061035,5.053639888763428,-16.708599090576172,7.878300189971924,5.417940139770508,-17.421600341796875,7.978129863739014,5.418169975280762,-17.42449951171875,7.978129863739014,5.418399810791016,-17.42449951171875,7.878300189971924,5.418399810791016,-17.42449951171875,7.878300189971924,5.418169975280762,-17.42449951171875,7.978129863739014,5.4344000816345215,-17.62779998779297,7.978089809417725,5.418399810791016,-17.42449951171875,7.878300189971924,5.4344000816345215,-17.62779998779297,7.978089809417725,5.4344000816345215,-17.62779998779297,7.878300189971924,5.417940139770508,-17.421600341796875,7.978129863739014,5.418399810791016,-17.42449951171875,7.878300189971924,5.370570182800293,-17.22610092163086,7.978419780731201,5.370570182800293,-17.22610092163086,7.978419780731201,5.418399810791016,-17.42449951171875,7.878300189971924,5.370779991149902,-17.22610092163086,7.878300189971924,5.370570182800293,-17.22610092163086,7.978419780731201,5.370779991149902,-17.22610092163086,7.878300189971924,5.369939804077148,-17.223499298095703,7.978419780731201,5.166460037231445,-16.837299346923828,7.9781999588012695,5.184309959411621,-16.864900588989258,7.978219985961914,5.18612003326416,-16.86370086669922,7.878300189971924,5.18612003326416,-16.86370086669922,7.878300189971924,5.184309959411621,-16.864900588989258,7.978219985961914,5.27731990814209,-17.008399963378906,7.978320121765137,5.18612003326416,-16.86370086669922,7.878300189971924,5.27731990814209,-17.008399963378906,7.978320121765137,5.292709827423096,-17.037599563598633,7.878300189971924,5.292709827423096,-17.037599563598633,7.878300189971924,5.27731990814209,-17.008399963378906,7.978320121765137,5.290689945220947,-17.03849983215332,7.978330135345459,5.292709827423096,-17.037599563598633,7.878300189971924,5.290689945220947,-17.03849983215332,7.978330135345459,5.370779991149902,-17.22610092163086,7.878300189971924,5.370779991149902,-17.22610092163086,7.878300189971924,5.290689945220947,-17.03849983215332,7.978330135345459,5.361130237579346,-17.197500228881836,7.978429794311523,5.370779991149902,-17.22610092163086,7.878300189971924,5.361130237579346,-17.197500228881836,7.978429794311523,5.369939804077148,-17.223499298095703,7.978419780731201,5.053639888763428,-16.708599090576172,7.878300189971924,5.051089763641357,-16.711000442504883,7.9783501625061035,5.18612003326416,-16.86370086669922,7.878300189971924,5.18612003326416,-16.86370086669922,7.878300189971924,5.051089763641357,-16.711000442504883,7.9783501625061035,5.14955997467041,-16.815799713134766,7.9781999588012695,5.18612003326416,-16.86370086669922,7.878300189971924,5.14955997467041,-16.815799713134766,7.9781999588012695,5.166460037231445,-16.837299346923828,7.9781999588012695,5.007870197296143,-16.665000915527344,7.978419780731201,5.053639888763428,-16.708599090576172,7.878300189971924,4.896430015563965,-16.578800201416016,7.978640079498291,4.896430015563965,-16.578800201416016,7.978640079498291,5.053639888763428,-16.708599090576172,7.878300189971924,4.898519992828369,-16.576099395751953,7.878300189971924,4.896430015563965,-16.578800201416016,7.978640079498291,4.898519992828369,-16.576099395751953,7.878300189971924,4.846650123596191,-16.540300369262695,7.978740215301514,4.846650123596191,-16.540300369262695,7.978740215301514,4.898519992828369,-16.576099395751953,7.878300189971924,4.724589824676514,-16.469499588012695,7.878300189971924,4.846650123596191,-16.540300369262695,7.978740215301514,4.724589824676514,-16.469499588012695,7.878300189971924,4.823550224304199,-16.52549934387207,7.978769779205322,4.5361199378967285,-16.391399383544922,7.878300189971924,4.639939785003662,-16.430099487304688,7.978740215301514,4.724589824676514,-16.469499588012695,7.878300189971924,4.724589824676514,-16.469499588012695,7.878300189971924,4.639939785003662,-16.430099487304688,7.978740215301514,4.722710132598877,-16.473100662231445,7.978750228881836,4.724589824676514,-16.469499588012695,7.878300189971924,4.722710132598877,-16.473100662231445,7.978750228881836,4.823550224304199,-16.52549934387207,7.978769779205322,4.337210178375244,-16.347700119018555,7.9780402183532715,4.419829845428467,-16.359500885009766,7.978189945220947,4.337769985198975,-16.343799591064453,7.878300189971924,4.337769985198975,-16.343799591064453,7.878300189971924,4.419829845428467,-16.359500885009766,7.978189945220947,4.446539878845215,-16.36590003967285,7.978260040283203,4.337769985198975,-16.343799591064453,7.878300189971924,4.446539878845215,-16.36590003967285,7.978260040283203,4.5361199378967285,-16.391399383544922,7.878300189971924,4.5361199378967285,-16.391399383544922,7.878300189971924,4.446539878845215,-16.36590003967285,7.978260040283203,4.534870147705078,-16.395200729370117,7.978479862213135,4.5361199378967285,-16.391399383544922,7.878300189971924,4.534870147705078,-16.395200729370117,7.978479862213135,4.639939785003662,-16.430099487304688,7.978740215301514,4.337210178375244,-16.347700119018555,7.9780402183532715,4.337769985198975,-16.343799591064453,7.878300189971924,4.217480182647705,-16.33049964904785,7.977819919586182,4.217480182647705,-16.33049964904785,7.977819919586182,4.337769985198975,-16.343799591064453,7.878300189971924,4.134399890899658,-16.327800750732422,7.878300189971924,4.217480182647705,-16.33049964904785,7.977819919586182,4.134399890899658,-16.327800750732422,7.878300189971924,4.134399890899658,-16.327800750732422,7.977960109710693,5.4344000816345215,-20.327800750732422,7.978089809417725,5.4344000816345215,-20.327800750732422,7.878300189971924,5.4344000816345215,-20.302799224853516,7.978089809417725,5.4344000816345215,-20.302799224853516,7.978089809417725,5.4344000816345215,-20.327800750732422,7.878300189971924,5.4344000816345215,-17.62779998779297,7.878300189971924,5.4344000816345215,-17.62779998779297,7.878300189971924,5.4344000816345215,-17.62779998779297,7.978089809417725,5.4344000816345215,-17.652799606323242,7.978089809417725,5.4344000816345215,-17.652799606323242,7.978089809417725,5.4344000816345215,-18.31529998779297,7.978089809417725,5.4344000816345215,-17.62779998779297,7.878300189971924,5.4344000816345215,-17.62779998779297,7.878300189971924,5.4344000816345215,-18.31529998779297,7.978089809417725,5.4344000816345215,-18.977800369262695,7.978089809417725,5.4344000816345215,-17.62779998779297,7.878300189971924,5.4344000816345215,-18.977800369262695,7.978089809417725,5.4344000816345215,-20.302799224853516,7.978089809417725,8.434399604797363,-16.227800369262695,7.878300189971924,8.434399604797363,-16.227800369262695,7.978300094604492,8.2153902053833,-16.245100021362305,7.978300094604492,8.434399604797363,-16.227800369262695,7.878300189971924,8.2153902053833,-16.245100021362305,7.978300094604492,8.2153902053833,-16.245100021362305,7.878300189971924,8.2153902053833,-16.245100021362305,7.878300189971924,8.2153902053833,-16.245100021362305,7.978300094604492,8.001779556274414,-16.296300888061523,7.978300094604492,8.2153902053833,-16.245100021362305,7.878300189971924,8.001779556274414,-16.296300888061523,7.978300094604492,8.001779556274414,-16.296300888061523,7.878300189971924,8.001779556274414,-16.296300888061523,7.878300189971924,8.001779556274414,-16.296300888061523,7.978300094604492,7.7988200187683105,-16.380399703979492,7.978300094604492,8.001779556274414,-16.296300888061523,7.878300189971924,7.7988200187683105,-16.380399703979492,7.978300094604492,7.7988200187683105,-16.380399703979492,7.878300189971924,7.7988200187683105,-16.380399703979492,7.878300189971924,7.7988200187683105,-16.380399703979492,7.978300094604492,7.611499786376953,-16.49519920349121,7.978300094604492,7.7988200187683105,-16.380399703979492,7.878300189971924,7.611499786376953,-16.49519920349121,7.978300094604492,7.611499786376953,-16.49519920349121,7.878300189971924,7.611499786376953,-16.49519920349121,7.878300189971924,7.611499786376953,-16.49519920349121,7.978300094604492,7.4444499015808105,-16.63789939880371,7.978300094604492,7.611499786376953,-16.49519920349121,7.878300189971924,7.4444499015808105,-16.63789939880371,7.978300094604492,7.4444499015808105,-16.63789939880371,7.878300189971924,7.4444499015808105,-16.63789939880371,7.878300189971924,7.4444499015808105,-16.63789939880371,7.978300094604492,7.3017802238464355,-16.804899215698242,7.978300094604492,7.4444499015808105,-16.63789939880371,7.878300189971924,7.3017802238464355,-16.804899215698242,7.978300094604492,7.3017802238464355,-16.804899215698242,7.878300189971924,7.3017802238464355,-16.804899215698242,7.878300189971924,7.3017802238464355,-16.804899215698242,7.978300094604492,7.186989784240723,-16.99220085144043,7.978300094604492,7.3017802238464355,-16.804899215698242,7.878300189971924,7.186989784240723,-16.99220085144043,7.978300094604492,7.186989784240723,-16.99220085144043,7.878300189971924,7.186989784240723,-16.99220085144043,7.878300189971924,7.186989784240723,-16.99220085144043,7.978300094604492,7.102920055389404,-17.195199966430664,7.978300094604492,7.186989784240723,-16.99220085144043,7.878300189971924,7.102920055389404,-17.195199966430664,7.978300094604492,7.102920055389404,-17.195199966430664,7.878300189971924,7.102920055389404,-17.195199966430664,7.878300189971924,7.102920055389404,-17.195199966430664,7.978300094604492,7.051640033721924,-17.40880012512207,7.978300094604492,7.102920055389404,-17.195199966430664,7.878300189971924,7.051640033721924,-17.40880012512207,7.978300094604492,7.051640033721924,-17.40880012512207,7.878300189971924,7.051640033721924,-17.40880012512207,7.878300189971924,7.051640033721924,-17.40880012512207,7.978300094604492,7.03439998626709,-17.62779998779297,7.978300094604492,7.051640033721924,-17.40880012512207,7.878300189971924,7.03439998626709,-17.62779998779297,7.978300094604492,7.03439998626709,-17.62779998779297,7.878300189971924,8.434399604797363,-16.227800369262695,7.878300189971924,16.6343994140625,-16.227800369262695,7.878300189971924,8.434399604797363,-16.227800369262695,7.978300094604492,8.434399604797363,-16.227800369262695,7.978300094604492,16.6343994140625,-16.227800369262695,7.878300189971924,16.6343994140625,-16.227800369262695,7.978300094604492,18.034400939941406,-17.62779998779297,7.878300189971924,18.034400939941406,-17.62779998779297,7.978300094604492,18.017200469970703,-17.40880012512207,7.978300094604492,18.034400939941406,-17.62779998779297,7.878300189971924,18.017200469970703,-17.40880012512207,7.978300094604492,18.017200469970703,-17.40880012512207,7.878300189971924,18.017200469970703,-17.40880012512207,7.878300189971924,18.017200469970703,-17.40880012512207,7.978300094604492,17.965900421142578,-17.195199966430664,7.978300094604492,18.017200469970703,-17.40880012512207,7.878300189971924,17.965900421142578,-17.195199966430664,7.978300094604492,17.965900421142578,-17.195199966430664,7.878300189971924,17.965900421142578,-17.195199966430664,7.878300189971924,17.965900421142578,-17.195199966430664,7.978300094604492,17.881799697875977,-16.99220085144043,7.978300094604492,17.965900421142578,-17.195199966430664,7.878300189971924,17.881799697875977,-16.99220085144043,7.978300094604492,17.881799697875977,-16.99220085144043,7.878300189971924,17.881799697875977,-16.99220085144043,7.878300189971924,17.881799697875977,-16.99220085144043,7.978300094604492,17.767000198364258,-16.804899215698242,7.978300094604492,17.881799697875977,-16.99220085144043,7.878300189971924,17.767000198364258,-16.804899215698242,7.978300094604492,17.767000198364258,-16.804899215698242,7.878300189971924,17.767000198364258,-16.804899215698242,7.878300189971924,17.767000198364258,-16.804899215698242,7.978300094604492,17.624399185180664,-16.63789939880371,7.978300094604492,17.767000198364258,-16.804899215698242,7.878300189971924,17.624399185180664,-16.63789939880371,7.978300094604492,17.624399185180664,-16.63789939880371,7.878300189971924,17.624399185180664,-16.63789939880371,7.878300189971924,17.624399185180664,-16.63789939880371,7.978300094604492,17.457300186157227,-16.49519920349121,7.978300094604492,17.624399185180664,-16.63789939880371,7.878300189971924,17.457300186157227,-16.49519920349121,7.978300094604492,17.457300186157227,-16.49519920349121,7.878300189971924,17.457300186157227,-16.49519920349121,7.878300189971924,17.457300186157227,-16.49519920349121,7.978300094604492,17.270000457763672,-16.380399703979492,7.978300094604492,17.457300186157227,-16.49519920349121,7.878300189971924,17.270000457763672,-16.380399703979492,7.978300094604492,17.270000457763672,-16.380399703979492,7.878300189971924,17.270000457763672,-16.380399703979492,7.878300189971924,17.270000457763672,-16.380399703979492,7.978300094604492,17.066999435424805,-16.296300888061523,7.978300094604492,17.270000457763672,-16.380399703979492,7.878300189971924,17.066999435424805,-16.296300888061523,7.978300094604492,17.066999435424805,-16.296300888061523,7.878300189971924,17.066999435424805,-16.296300888061523,7.878300189971924,17.066999435424805,-16.296300888061523,7.978300094604492,16.8533992767334,-16.245100021362305,7.978300094604492,17.066999435424805,-16.296300888061523,7.878300189971924,16.8533992767334,-16.245100021362305,7.978300094604492,16.8533992767334,-16.245100021362305,7.878300189971924,16.8533992767334,-16.245100021362305,7.878300189971924,16.8533992767334,-16.245100021362305,7.978300094604492,16.6343994140625,-16.227800369262695,7.978300094604492,16.8533992767334,-16.245100021362305,7.878300189971924,16.6343994140625,-16.227800369262695,7.978300094604492,16.6343994140625,-16.227800369262695,7.878300189971924,18.034400939941406,-17.62779998779297,7.878300189971924,18.034400939941406,-20.327800750732422,7.878300189971924,18.034400939941406,-17.62779998779297,7.978300094604492,18.034400939941406,-17.62779998779297,7.978300094604492,18.034400939941406,-20.327800750732422,7.878300189971924,18.034400939941406,-20.327800750732422,7.978300094604492,16.6343994140625,-21.727800369262695,7.878300189971924,16.6343994140625,-21.727800369262695,7.978300094604492,16.8533992767334,-21.710599899291992,7.978300094604492,16.6343994140625,-21.727800369262695,7.878300189971924,16.8533992767334,-21.710599899291992,7.978300094604492,16.8533992767334,-21.710599899291992,7.878300189971924,16.8533992767334,-21.710599899291992,7.878300189971924,16.8533992767334,-21.710599899291992,7.978300094604492,17.066999435424805,-21.659299850463867,7.978300094604492,16.8533992767334,-21.710599899291992,7.878300189971924,17.066999435424805,-21.659299850463867,7.978300094604492,17.066999435424805,-21.659299850463867,7.878300189971924,17.066999435424805,-21.659299850463867,7.878300189971924,17.066999435424805,-21.659299850463867,7.978300094604492,17.270000457763672,-21.575199127197266,7.978300094604492,17.066999435424805,-21.659299850463867,7.878300189971924,17.270000457763672,-21.575199127197266,7.978300094604492,17.270000457763672,-21.575199127197266,7.878300189971924,17.270000457763672,-21.575199127197266,7.878300189971924,17.270000457763672,-21.575199127197266,7.978300094604492,17.457300186157227,-21.460399627685547,7.978300094604492,17.270000457763672,-21.575199127197266,7.878300189971924,17.457300186157227,-21.460399627685547,7.978300094604492,17.457300186157227,-21.460399627685547,7.878300189971924,17.457300186157227,-21.460399627685547,7.878300189971924,17.457300186157227,-21.460399627685547,7.978300094604492,17.624399185180664,-21.317800521850586,7.978300094604492,17.457300186157227,-21.460399627685547,7.878300189971924,17.624399185180664,-21.317800521850586,7.978300094604492,17.624399185180664,-21.317800521850586,7.878300189971924,17.624399185180664,-21.317800521850586,7.878300189971924,17.624399185180664,-21.317800521850586,7.978300094604492,17.767000198364258,-21.150699615478516,7.978300094604492,17.624399185180664,-21.317800521850586,7.878300189971924,17.767000198364258,-21.150699615478516,7.978300094604492,17.767000198364258,-21.150699615478516,7.878300189971924,17.767000198364258,-21.150699615478516,7.878300189971924,17.767000198364258,-21.150699615478516,7.978300094604492,17.881799697875977,-20.96339988708496,7.978300094604492,17.767000198364258,-21.150699615478516,7.878300189971924,17.881799697875977,-20.96339988708496,7.978300094604492,17.881799697875977,-20.96339988708496,7.878300189971924,17.881799697875977,-20.96339988708496,7.878300189971924,17.881799697875977,-20.96339988708496,7.978300094604492,17.965900421142578,-20.760400772094727,7.978300094604492,17.881799697875977,-20.96339988708496,7.878300189971924,17.965900421142578,-20.760400772094727,7.978300094604492,17.965900421142578,-20.760400772094727,7.878300189971924,17.965900421142578,-20.760400772094727,7.878300189971924,17.965900421142578,-20.760400772094727,7.978300094604492,18.017200469970703,-20.54680061340332,7.978300094604492,17.965900421142578,-20.760400772094727,7.878300189971924,18.017200469970703,-20.54680061340332,7.978300094604492,18.017200469970703,-20.54680061340332,7.878300189971924,18.017200469970703,-20.54680061340332,7.878300189971924,18.017200469970703,-20.54680061340332,7.978300094604492,18.034400939941406,-20.327800750732422,7.978300094604492,18.017200469970703,-20.54680061340332,7.878300189971924,18.034400939941406,-20.327800750732422,7.978300094604492,18.034400939941406,-20.327800750732422,7.878300189971924,16.6343994140625,-21.727800369262695,7.878300189971924,8.434399604797363,-21.727800369262695,7.878300189971924,16.6343994140625,-21.727800369262695,7.978300094604492,16.6343994140625,-21.727800369262695,7.978300094604492,8.434399604797363,-21.727800369262695,7.878300189971924,8.434399604797363,-21.727800369262695,7.978300094604492,7.03439998626709,-20.327800750732422,7.878300189971924,7.03439998626709,-20.327800750732422,7.978300094604492,7.051640033721924,-20.54680061340332,7.978300094604492,7.03439998626709,-20.327800750732422,7.878300189971924,7.051640033721924,-20.54680061340332,7.978300094604492,7.051640033721924,-20.54680061340332,7.878300189971924,7.051640033721924,-20.54680061340332,7.878300189971924,7.051640033721924,-20.54680061340332,7.978300094604492,7.102920055389404,-20.760400772094727,7.978300094604492,7.051640033721924,-20.54680061340332,7.878300189971924,7.102920055389404,-20.760400772094727,7.978300094604492,7.102920055389404,-20.760400772094727,7.878300189971924,7.102920055389404,-20.760400772094727,7.878300189971924,7.102920055389404,-20.760400772094727,7.978300094604492,7.186989784240723,-20.96339988708496,7.978300094604492,7.102920055389404,-20.760400772094727,7.878300189971924,7.186989784240723,-20.96339988708496,7.978300094604492,7.186989784240723,-20.96339988708496,7.878300189971924,7.186989784240723,-20.96339988708496,7.878300189971924,7.186989784240723,-20.96339988708496,7.978300094604492,7.3017802238464355,-21.150699615478516,7.978300094604492,7.186989784240723,-20.96339988708496,7.878300189971924,7.3017802238464355,-21.150699615478516,7.978300094604492,7.3017802238464355,-21.150699615478516,7.878300189971924,7.3017802238464355,-21.150699615478516,7.878300189971924,7.3017802238464355,-21.150699615478516,7.978300094604492,7.4444499015808105,-21.317800521850586,7.978300094604492,7.3017802238464355,-21.150699615478516,7.878300189971924,7.4444499015808105,-21.317800521850586,7.978300094604492,7.4444499015808105,-21.317800521850586,7.878300189971924,7.4444499015808105,-21.317800521850586,7.878300189971924,7.4444499015808105,-21.317800521850586,7.978300094604492,7.611499786376953,-21.460399627685547,7.978300094604492,7.4444499015808105,-21.317800521850586,7.878300189971924,7.611499786376953,-21.460399627685547,7.978300094604492,7.611499786376953,-21.460399627685547,7.878300189971924,7.611499786376953,-21.460399627685547,7.878300189971924,7.611499786376953,-21.460399627685547,7.978300094604492,7.7988200187683105,-21.575199127197266,7.978300094604492,7.611499786376953,-21.460399627685547,7.878300189971924,7.7988200187683105,-21.575199127197266,7.978300094604492,7.7988200187683105,-21.575199127197266,7.878300189971924,7.7988200187683105,-21.575199127197266,7.878300189971924,7.7988200187683105,-21.575199127197266,7.978300094604492,8.001779556274414,-21.659299850463867,7.978300094604492,7.7988200187683105,-21.575199127197266,7.878300189971924,8.001779556274414,-21.659299850463867,7.978300094604492,8.001779556274414,-21.659299850463867,7.878300189971924,8.001779556274414,-21.659299850463867,7.878300189971924,8.001779556274414,-21.659299850463867,7.978300094604492,8.2153902053833,-21.710599899291992,7.978300094604492,8.001779556274414,-21.659299850463867,7.878300189971924,8.2153902053833,-21.710599899291992,7.978300094604492,8.2153902053833,-21.710599899291992,7.878300189971924,8.2153902053833,-21.710599899291992,7.878300189971924,8.2153902053833,-21.710599899291992,7.978300094604492,8.434399604797363,-21.727800369262695,7.978300094604492,8.2153902053833,-21.710599899291992,7.878300189971924,8.434399604797363,-21.727800369262695,7.978300094604492,8.434399604797363,-21.727800369262695,7.878300189971924,7.03439998626709,-20.327800750732422,7.878300189971924,7.03439998626709,-17.62779998779297,7.878300189971924,7.03439998626709,-20.327800750732422,7.978300094604492,7.03439998626709,-20.327800750732422,7.978300094604492,7.03439998626709,-17.62779998779297,7.878300189971924,7.03439998626709,-17.62779998779297,7.978300094604492,7.134399890899658,-17.62779998779297,7.878300189971924,7.03439998626709,-17.62779998779297,7.878300189971924,7.134399890899658,-20.327800750732422,7.878300189971924,7.134399890899658,-20.327800750732422,7.878300189971924,7.03439998626709,-17.62779998779297,7.878300189971924,7.03439998626709,-20.327800750732422,7.878300189971924,7.134399890899658,-20.327800750732422,7.878300189971924,7.03439998626709,-20.327800750732422,7.878300189971924,7.150410175323486,-20.531200408935547,7.878300189971924,7.150410175323486,-20.531200408935547,7.878300189971924,7.03439998626709,-20.327800750732422,7.878300189971924,7.051640033721924,-20.54680061340332,7.878300189971924,7.150410175323486,-20.531200408935547,7.878300189971924,7.051640033721924,-20.54680061340332,7.878300189971924,7.1980299949646,-20.72949981689453,7.878300189971924,7.1980299949646,-20.72949981689453,7.878300189971924,7.051640033721924,-20.54680061340332,7.878300189971924,7.102920055389404,-20.760400772094727,7.878300189971924,7.1980299949646,-20.72949981689453,7.878300189971924,7.102920055389404,-20.760400772094727,7.878300189971924,7.276100158691406,-20.917999267578125,7.878300189971924,7.276100158691406,-20.917999267578125,7.878300189971924,7.102920055389404,-20.760400772094727,7.878300189971924,7.186989784240723,-20.96339988708496,7.878300189971924,7.276100158691406,-20.917999267578125,7.878300189971924,7.186989784240723,-20.96339988708496,7.878300189971924,7.3826799392700195,-21.091899871826172,7.878300189971924,7.3826799392700195,-21.091899871826172,7.878300189971924,7.186989784240723,-20.96339988708496,7.878300189971924,7.3017802238464355,-21.150699615478516,7.878300189971924,7.3826799392700195,-21.091899871826172,7.878300189971924,7.3017802238464355,-21.150699615478516,7.878300189971924,7.515160083770752,-21.247100830078125,7.878300189971924,7.515160083770752,-21.247100830078125,7.878300189971924,7.3017802238464355,-21.150699615478516,7.878300189971924,7.4444499015808105,-21.317800521850586,7.878300189971924,7.515160083770752,-21.247100830078125,7.878300189971924,7.4444499015808105,-21.317800521850586,7.878300189971924,7.6702799797058105,-21.379499435424805,7.878300189971924,7.6702799797058105,-21.379499435424805,7.878300189971924,7.4444499015808105,-21.317800521850586,7.878300189971924,7.611499786376953,-21.460399627685547,7.878300189971924,7.6702799797058105,-21.379499435424805,7.878300189971924,7.611499786376953,-21.460399627685547,7.878300189971924,7.844220161437988,-21.486099243164062,7.878300189971924,7.844220161437988,-21.486099243164062,7.878300189971924,7.611499786376953,-21.460399627685547,7.878300189971924,7.7988200187683105,-21.575199127197266,7.878300189971924,7.844220161437988,-21.486099243164062,7.878300189971924,7.7988200187683105,-21.575199127197266,7.878300189971924,8.032679557800293,-21.564199447631836,7.878300189971924,8.032679557800293,-21.564199447631836,7.878300189971924,7.7988200187683105,-21.575199127197266,7.878300189971924,8.001779556274414,-21.659299850463867,7.878300189971924,8.032679557800293,-21.564199447631836,7.878300189971924,8.001779556274414,-21.659299850463867,7.878300189971924,8.231030464172363,-21.611799240112305,7.878300189971924,8.231030464172363,-21.611799240112305,7.878300189971924,8.001779556274414,-21.659299850463867,7.878300189971924,8.2153902053833,-21.710599899291992,7.878300189971924,8.231030464172363,-21.611799240112305,7.878300189971924,8.2153902053833,-21.710599899291992,7.878300189971924,8.434399604797363,-21.62779998779297,7.878300189971924,8.434399604797363,-21.62779998779297,7.878300189971924,8.2153902053833,-21.710599899291992,7.878300189971924,8.434399604797363,-21.727800369262695,7.878300189971924,8.434399604797363,-21.62779998779297,7.878300189971924,8.434399604797363,-21.727800369262695,7.878300189971924,16.6343994140625,-21.62779998779297,7.878300189971924,16.6343994140625,-21.62779998779297,7.878300189971924,8.434399604797363,-21.727800369262695,7.878300189971924,16.6343994140625,-21.727800369262695,7.878300189971924,16.6343994140625,-21.62779998779297,7.878300189971924,16.6343994140625,-21.727800369262695,7.878300189971924,16.837799072265625,-21.611799240112305,7.878300189971924,16.837799072265625,-21.611799240112305,7.878300189971924,16.6343994140625,-21.727800369262695,7.878300189971924,16.8533992767334,-21.710599899291992,7.878300189971924,16.837799072265625,-21.611799240112305,7.878300189971924,16.8533992767334,-21.710599899291992,7.878300189971924,17.036100387573242,-21.564199447631836,7.878300189971924,17.036100387573242,-21.564199447631836,7.878300189971924,16.8533992767334,-21.710599899291992,7.878300189971924,17.066999435424805,-21.659299850463867,7.878300189971924,17.036100387573242,-21.564199447631836,7.878300189971924,17.066999435424805,-21.659299850463867,7.878300189971924,17.224599838256836,-21.486099243164062,7.878300189971924,17.224599838256836,-21.486099243164062,7.878300189971924,17.066999435424805,-21.659299850463867,7.878300189971924,17.270000457763672,-21.575199127197266,7.878300189971924,17.224599838256836,-21.486099243164062,7.878300189971924,17.270000457763672,-21.575199127197266,7.878300189971924,17.398500442504883,-21.379499435424805,7.878300189971924,17.398500442504883,-21.379499435424805,7.878300189971924,17.270000457763672,-21.575199127197266,7.878300189971924,17.457300186157227,-21.460399627685547,7.878300189971924,17.398500442504883,-21.379499435424805,7.878300189971924,17.457300186157227,-21.460399627685547,7.878300189971924,17.553600311279297,-21.247100830078125,7.878300189971924,17.553600311279297,-21.247100830078125,7.878300189971924,17.457300186157227,-21.460399627685547,7.878300189971924,17.624399185180664,-21.317800521850586,7.878300189971924,17.553600311279297,-21.247100830078125,7.878300189971924,17.624399185180664,-21.317800521850586,7.878300189971924,17.686100006103516,-21.091899871826172,7.878300189971924,17.686100006103516,-21.091899871826172,7.878300189971924,17.624399185180664,-21.317800521850586,7.878300189971924,17.767000198364258,-21.150699615478516,7.878300189971924,17.686100006103516,-21.091899871826172,7.878300189971924,17.767000198364258,-21.150699615478516,7.878300189971924,17.792699813842773,-20.917999267578125,7.878300189971924,17.792699813842773,-20.917999267578125,7.878300189971924,17.767000198364258,-21.150699615478516,7.878300189971924,17.881799697875977,-20.96339988708496,7.878300189971924,17.792699813842773,-20.917999267578125,7.878300189971924,17.881799697875977,-20.96339988708496,7.878300189971924,17.870800018310547,-20.72949981689453,7.878300189971924,17.870800018310547,-20.72949981689453,7.878300189971924,17.881799697875977,-20.96339988708496,7.878300189971924,17.965900421142578,-20.760400772094727,7.878300189971924,17.870800018310547,-20.72949981689453,7.878300189971924,17.965900421142578,-20.760400772094727,7.878300189971924,17.918399810791016,-20.531200408935547,7.878300189971924,17.918399810791016,-20.531200408935547,7.878300189971924,17.965900421142578,-20.760400772094727,7.878300189971924,18.017200469970703,-20.54680061340332,7.878300189971924,17.918399810791016,-20.531200408935547,7.878300189971924,18.017200469970703,-20.54680061340332,7.878300189971924,17.93440055847168,-20.327800750732422,7.878300189971924,17.93440055847168,-20.327800750732422,7.878300189971924,18.017200469970703,-20.54680061340332,7.878300189971924,18.034400939941406,-20.327800750732422,7.878300189971924,17.93440055847168,-20.327800750732422,7.878300189971924,18.034400939941406,-20.327800750732422,7.878300189971924,17.93440055847168,-17.62779998779297,7.878300189971924,17.93440055847168,-17.62779998779297,7.878300189971924,18.034400939941406,-20.327800750732422,7.878300189971924,18.034400939941406,-17.62779998779297,7.878300189971924,17.93440055847168,-17.62779998779297,7.878300189971924,18.034400939941406,-17.62779998779297,7.878300189971924,17.918399810791016,-17.42449951171875,7.878300189971924,17.918399810791016,-17.42449951171875,7.878300189971924,18.034400939941406,-17.62779998779297,7.878300189971924,18.017200469970703,-17.40880012512207,7.878300189971924,17.918399810791016,-17.42449951171875,7.878300189971924,18.017200469970703,-17.40880012512207,7.878300189971924,17.870800018310547,-17.22610092163086,7.878300189971924,17.870800018310547,-17.22610092163086,7.878300189971924,18.017200469970703,-17.40880012512207,7.878300189971924,17.965900421142578,-17.195199966430664,7.878300189971924,17.870800018310547,-17.22610092163086,7.878300189971924,17.965900421142578,-17.195199966430664,7.878300189971924,17.792699813842773,-17.037599563598633,7.878300189971924,17.792699813842773,-17.037599563598633,7.878300189971924,17.965900421142578,-17.195199966430664,7.878300189971924,17.881799697875977,-16.99220085144043,7.878300189971924,17.792699813842773,-17.037599563598633,7.878300189971924,17.881799697875977,-16.99220085144043,7.878300189971924,17.686100006103516,-16.86370086669922,7.878300189971924,17.686100006103516,-16.86370086669922,7.878300189971924,17.881799697875977,-16.99220085144043,7.878300189971924,17.767000198364258,-16.804899215698242,7.878300189971924,17.686100006103516,-16.86370086669922,7.878300189971924,17.767000198364258,-16.804899215698242,7.878300189971924,17.553600311279297,-16.708599090576172,7.878300189971924,17.553600311279297,-16.708599090576172,7.878300189971924,17.767000198364258,-16.804899215698242,7.878300189971924,17.624399185180664,-16.63789939880371,7.878300189971924,17.553600311279297,-16.708599090576172,7.878300189971924,17.624399185180664,-16.63789939880371,7.878300189971924,17.398500442504883,-16.576099395751953,7.878300189971924,17.398500442504883,-16.576099395751953,7.878300189971924,17.624399185180664,-16.63789939880371,7.878300189971924,17.457300186157227,-16.49519920349121,7.878300189971924,17.398500442504883,-16.576099395751953,7.878300189971924,17.457300186157227,-16.49519920349121,7.878300189971924,17.224599838256836,-16.469499588012695,7.878300189971924,17.224599838256836,-16.469499588012695,7.878300189971924,17.457300186157227,-16.49519920349121,7.878300189971924,17.270000457763672,-16.380399703979492,7.878300189971924,17.224599838256836,-16.469499588012695,7.878300189971924,17.270000457763672,-16.380399703979492,7.878300189971924,17.036100387573242,-16.391399383544922,7.878300189971924,17.036100387573242,-16.391399383544922,7.878300189971924,17.270000457763672,-16.380399703979492,7.878300189971924,17.066999435424805,-16.296300888061523,7.878300189971924,17.036100387573242,-16.391399383544922,7.878300189971924,17.066999435424805,-16.296300888061523,7.878300189971924,16.837799072265625,-16.343799591064453,7.878300189971924,16.837799072265625,-16.343799591064453,7.878300189971924,17.066999435424805,-16.296300888061523,7.878300189971924,16.8533992767334,-16.245100021362305,7.878300189971924,16.837799072265625,-16.343799591064453,7.878300189971924,16.8533992767334,-16.245100021362305,7.878300189971924,16.6343994140625,-16.327800750732422,7.878300189971924,16.6343994140625,-16.327800750732422,7.878300189971924,16.8533992767334,-16.245100021362305,7.878300189971924,16.6343994140625,-16.227800369262695,7.878300189971924,16.6343994140625,-16.327800750732422,7.878300189971924,16.6343994140625,-16.227800369262695,7.878300189971924,8.434399604797363,-16.327800750732422,7.878300189971924,8.434399604797363,-16.327800750732422,7.878300189971924,16.6343994140625,-16.227800369262695,7.878300189971924,8.434399604797363,-16.227800369262695,7.878300189971924,8.434399604797363,-16.327800750732422,7.878300189971924,8.434399604797363,-16.227800369262695,7.878300189971924,8.231030464172363,-16.343799591064453,7.878300189971924,8.231030464172363,-16.343799591064453,7.878300189971924,8.434399604797363,-16.227800369262695,7.878300189971924,8.2153902053833,-16.245100021362305,7.878300189971924,8.231030464172363,-16.343799591064453,7.878300189971924,8.2153902053833,-16.245100021362305,7.878300189971924,8.032679557800293,-16.391399383544922,7.878300189971924,8.032679557800293,-16.391399383544922,7.878300189971924,8.2153902053833,-16.245100021362305,7.878300189971924,8.001779556274414,-16.296300888061523,7.878300189971924,8.032679557800293,-16.391399383544922,7.878300189971924,8.001779556274414,-16.296300888061523,7.878300189971924,7.844220161437988,-16.469499588012695,7.878300189971924,7.844220161437988,-16.469499588012695,7.878300189971924,8.001779556274414,-16.296300888061523,7.878300189971924,7.7988200187683105,-16.380399703979492,7.878300189971924,7.844220161437988,-16.469499588012695,7.878300189971924,7.7988200187683105,-16.380399703979492,7.878300189971924,7.6702799797058105,-16.576099395751953,7.878300189971924,7.6702799797058105,-16.576099395751953,7.878300189971924,7.7988200187683105,-16.380399703979492,7.878300189971924,7.611499786376953,-16.49519920349121,7.878300189971924,7.6702799797058105,-16.576099395751953,7.878300189971924,7.611499786376953,-16.49519920349121,7.878300189971924,7.515160083770752,-16.708599090576172,7.878300189971924,7.515160083770752,-16.708599090576172,7.878300189971924,7.611499786376953,-16.49519920349121,7.878300189971924,7.4444499015808105,-16.63789939880371,7.878300189971924,7.515160083770752,-16.708599090576172,7.878300189971924,7.4444499015808105,-16.63789939880371,7.878300189971924,7.3826799392700195,-16.86370086669922,7.878300189971924,7.3826799392700195,-16.86370086669922,7.878300189971924,7.4444499015808105,-16.63789939880371,7.878300189971924,7.3017802238464355,-16.804899215698242,7.878300189971924,7.3826799392700195,-16.86370086669922,7.878300189971924,7.3017802238464355,-16.804899215698242,7.878300189971924,7.276100158691406,-17.037599563598633,7.878300189971924,7.276100158691406,-17.037599563598633,7.878300189971924,7.3017802238464355,-16.804899215698242,7.878300189971924,7.186989784240723,-16.99220085144043,7.878300189971924,7.276100158691406,-17.037599563598633,7.878300189971924,7.186989784240723,-16.99220085144043,7.878300189971924,7.1980299949646,-17.22610092163086,7.878300189971924,7.1980299949646,-17.22610092163086,7.878300189971924,7.186989784240723,-16.99220085144043,7.878300189971924,7.102920055389404,-17.195199966430664,7.878300189971924,7.1980299949646,-17.22610092163086,7.878300189971924,7.102920055389404,-17.195199966430664,7.878300189971924,7.150410175323486,-17.42449951171875,7.878300189971924,7.150410175323486,-17.42449951171875,7.878300189971924,7.102920055389404,-17.195199966430664,7.878300189971924,7.051640033721924,-17.40880012512207,7.878300189971924,7.150410175323486,-17.42449951171875,7.878300189971924,7.051640033721924,-17.40880012512207,7.878300189971924,7.134399890899658,-17.62779998779297,7.878300189971924,7.134399890899658,-17.62779998779297,7.878300189971924,7.051640033721924,-17.40880012512207,7.878300189971924,7.03439998626709,-17.62779998779297,7.878300189971924,17.721900939941406,-21.04010009765625,7.978229999542236,17.683399200439453,-21.08989906311035,7.978240013122559,17.686100006103516,-21.091899871826172,7.878300189971924,16.840599060058594,-21.611400604248047,7.977970123291016,16.83769989013672,-21.611600875854492,7.977970123291016,16.837799072265625,-21.611799240112305,7.878300189971924,16.837799072265625,-21.611799240112305,7.878300189971924,16.83769989013672,-21.611600875854492,7.977970123291016,16.6343994140625,-21.62779998779297,7.977960109710693,16.837799072265625,-21.611799240112305,7.878300189971924,16.6343994140625,-21.62779998779297,7.977960109710693,16.6343994140625,-21.62779998779297,7.878300189971924,16.840599060058594,-21.611400604248047,7.977970123291016,16.837799072265625,-21.611799240112305,7.878300189971924,17.036100387573242,-21.56399917602539,7.978519916534424,17.036100387573242,-21.56399917602539,7.978519916534424,16.837799072265625,-21.611799240112305,7.878300189971924,17.036100387573242,-21.564199447631836,7.878300189971924,17.036100387573242,-21.56399917602539,7.978519916534424,17.036100387573242,-21.564199447631836,7.878300189971924,17.038700103759766,-21.563400268554688,7.978529930114746,17.038700103759766,-21.563400268554688,7.978529930114746,17.036100387573242,-21.564199447631836,7.878300189971924,17.224599838256836,-21.486099243164062,7.878300189971924,17.038700103759766,-21.563400268554688,7.978529930114746,17.224599838256836,-21.486099243164062,7.878300189971924,17.064699172973633,-21.554500579833984,7.97859001159668,17.42490005493164,-21.359899520874023,7.978600025177002,17.397300720214844,-21.377700805664062,7.978630065917969,17.398500442504883,-21.379499435424805,7.878300189971924,17.398500442504883,-21.379499435424805,7.878300189971924,17.397300720214844,-21.377700805664062,7.978630065917969,17.253799438476562,-21.470800399780273,7.978809833526611,17.398500442504883,-21.379499435424805,7.878300189971924,17.253799438476562,-21.470800399780273,7.978809833526611,17.224599838256836,-21.486099243164062,7.878300189971924,17.224599838256836,-21.486099243164062,7.878300189971924,17.253799438476562,-21.470800399780273,7.978809833526611,17.22369956970215,-21.484100341796875,7.9787797927856445,17.224599838256836,-21.486099243164062,7.878300189971924,17.22369956970215,-21.484100341796875,7.9787797927856445,17.064699172973633,-21.554500579833984,7.97859001159668,17.686100006103516,-21.091899871826172,7.878300189971924,17.683399200439453,-21.08989906311035,7.978240013122559,17.553600311279297,-21.247100830078125,7.878300189971924,17.683399200439453,-21.08989906311035,7.978240013122559,17.597200393676758,-21.2012996673584,7.978250026702881,17.553600311279297,-21.247100830078125,7.878300189971924,17.553600311279297,-21.247100830078125,7.878300189971924,17.597200393676758,-21.2012996673584,7.978250026702881,17.55120086669922,-21.24449920654297,7.978340148925781,17.553600311279297,-21.247100830078125,7.878300189971924,17.55120086669922,-21.24449920654297,7.978340148925781,17.398500442504883,-21.379499435424805,7.878300189971924,17.398500442504883,-21.379499435424805,7.878300189971924,17.55120086669922,-21.24449920654297,7.978340148925781,17.446399688720703,-21.343000411987305,7.978549957275391,17.398500442504883,-21.379499435424805,7.878300189971924,17.446399688720703,-21.343000411987305,7.978549957275391,17.42490005493164,-21.359899520874023,7.978600025177002,17.870800018310547,-20.72949981689453,7.878300189971924,17.83209991455078,-20.83340072631836,7.978409767150879,17.792699813842773,-20.917999267578125,7.878300189971924,17.792699813842773,-20.917999267578125,7.878300189971924,17.83209991455078,-20.83340072631836,7.978409767150879,17.789100646972656,-20.916099548339844,7.978340148925781,17.792699813842773,-20.917999267578125,7.878300189971924,17.789100646972656,-20.916099548339844,7.978340148925781,17.686100006103516,-21.091899871826172,7.878300189971924,17.686100006103516,-21.091899871826172,7.878300189971924,17.789100646972656,-20.916099548339844,7.978340148925781,17.7367000579834,-21.017000198364258,7.978250026702881,17.686100006103516,-21.091899871826172,7.878300189971924,17.7367000579834,-21.017000198364258,7.978250026702881,17.721900939941406,-21.04010009765625,7.978229999542236,17.914499282836914,-20.53059959411621,7.978149890899658,17.902700424194336,-20.613300323486328,7.978280067443848,17.918399810791016,-20.531200408935547,7.878300189971924,17.918399810791016,-20.531200408935547,7.878300189971924,17.902700424194336,-20.613300323486328,7.978280067443848,17.896400451660156,-20.639999389648438,7.978320121765137,17.918399810791016,-20.531200408935547,7.878300189971924,17.896400451660156,-20.639999389648438,7.978320121765137,17.870800018310547,-20.72949981689453,7.878300189971924,17.870800018310547,-20.72949981689453,7.878300189971924,17.896400451660156,-20.639999389648438,7.978320121765137,17.867000579833984,-20.728300094604492,7.978370189666748,17.870800018310547,-20.72949981689453,7.878300189971924,17.867000579833984,-20.728300094604492,7.978370189666748,17.83209991455078,-20.83340072631836,7.978409767150879,17.914499282836914,-20.53059959411621,7.978149890899658,17.918399810791016,-20.531200408935547,7.878300189971924,17.931699752807617,-20.410900115966797,7.977960109710693,17.931699752807617,-20.410900115966797,7.977960109710693,17.918399810791016,-20.531200408935547,7.878300189971924,17.93440055847168,-20.327800750732422,7.878300189971924,17.931699752807617,-20.410900115966797,7.977960109710693,17.93440055847168,-20.327800750732422,7.878300189971924,17.93440055847168,-20.327800750732422,7.978089809417725,8.484399795532227,-21.62779998779297,7.977970123291016,8.434399604797363,-21.62779998779297,7.977960109710693,8.434399604797363,-21.62779998779297,7.878300189971924,16.6343994140625,-21.62779998779297,7.878300189971924,16.6343994140625,-21.62779998779297,7.977960109710693,16.584400177001953,-21.62779998779297,7.977970123291016,16.584400177001953,-21.62779998779297,7.977970123291016,15.234399795532227,-21.62779998779297,7.978119850158691,16.6343994140625,-21.62779998779297,7.878300189971924,16.6343994140625,-21.62779998779297,7.878300189971924,15.234399795532227,-21.62779998779297,7.978119850158691,12.53439998626709,-21.62779998779297,7.978429794311523,16.6343994140625,-21.62779998779297,7.878300189971924,12.53439998626709,-21.62779998779297,7.978429794311523,8.434399604797363,-21.62779998779297,7.878300189971924,8.434399604797363,-21.62779998779297,7.878300189971924,12.53439998626709,-21.62779998779297,7.978429794311523,9.834400177001953,-21.62779998779297,7.978119850158691,8.434399604797363,-21.62779998779297,7.878300189971924,9.834400177001953,-21.62779998779297,7.978119850158691,8.484399795532227,-21.62779998779297,7.977970123291016,7.560929775238037,-21.290700912475586,7.978419780731201,7.517710208892822,-21.244699478149414,7.9783501625061035,7.515160083770752,-21.247100830078125,7.878300189971924,7.150859832763672,-20.534000396728516,7.978129863739014,7.150629997253418,-20.531200408935547,7.978129863739014,7.150410175323486,-20.531200408935547,7.878300189971924,7.150410175323486,-20.531200408935547,7.878300189971924,7.150629997253418,-20.531200408935547,7.978129863739014,7.134399890899658,-20.327800750732422,7.978089809417725,7.150410175323486,-20.531200408935547,7.878300189971924,7.134399890899658,-20.327800750732422,7.978089809417725,7.134399890899658,-20.327800750732422,7.878300189971924,7.150859832763672,-20.534000396728516,7.978129863739014,7.150410175323486,-20.531200408935547,7.878300189971924,7.198229789733887,-20.72949981689453,7.978419780731201,7.198229789733887,-20.72949981689453,7.978419780731201,7.150410175323486,-20.531200408935547,7.878300189971924,7.1980299949646,-20.72949981689453,7.878300189971924,7.198229789733887,-20.72949981689453,7.978419780731201,7.1980299949646,-20.72949981689453,7.878300189971924,7.198860168457031,-20.732099533081055,7.978419780731201,7.402339935302734,-21.11829948425293,7.9781999588012695,7.384490013122559,-21.09079933166504,7.978219985961914,7.3826799392700195,-21.091899871826172,7.878300189971924,7.3826799392700195,-21.091899871826172,7.878300189971924,7.384490013122559,-21.09079933166504,7.978219985961914,7.29148006439209,-20.94729995727539,7.978320121765137,7.3826799392700195,-21.091899871826172,7.878300189971924,7.29148006439209,-20.94729995727539,7.978320121765137,7.276100158691406,-20.917999267578125,7.878300189971924,7.276100158691406,-20.917999267578125,7.878300189971924,7.29148006439209,-20.94729995727539,7.978320121765137,7.278120040893555,-20.91710090637207,7.978330135345459,7.276100158691406,-20.917999267578125,7.878300189971924,7.278120040893555,-20.91710090637207,7.978330135345459,7.1980299949646,-20.72949981689453,7.878300189971924,7.1980299949646,-20.72949981689453,7.878300189971924,7.278120040893555,-20.91710090637207,7.978330135345459,7.2076802253723145,-20.758100509643555,7.978429794311523,7.1980299949646,-20.72949981689453,7.878300189971924,7.2076802253723145,-20.758100509643555,7.978429794311523,7.198860168457031,-20.732099533081055,7.978419780731201,7.515160083770752,-21.247100830078125,7.878300189971924,7.517710208892822,-21.244699478149414,7.9783501625061035,7.3826799392700195,-21.091899871826172,7.878300189971924,7.3826799392700195,-21.091899871826172,7.878300189971924,7.517710208892822,-21.244699478149414,7.9783501625061035,7.4192399978637695,-21.13990020751953,7.9781999588012695,7.3826799392700195,-21.091899871826172,7.878300189971924,7.4192399978637695,-21.13990020751953,7.9781999588012695,7.402339935302734,-21.11829948425293,7.9781999588012695,7.560929775238037,-21.290700912475586,7.978419780731201,7.515160083770752,-21.247100830078125,7.878300189971924,7.672369956970215,-21.376800537109375,7.978640079498291,7.672369956970215,-21.376800537109375,7.978640079498291,7.515160083770752,-21.247100830078125,7.878300189971924,7.6702799797058105,-21.379499435424805,7.878300189971924,7.672369956970215,-21.376800537109375,7.978640079498291,7.6702799797058105,-21.379499435424805,7.878300189971924,7.7221598625183105,-21.415300369262695,7.978740215301514,7.7221598625183105,-21.415300369262695,7.978740215301514,7.6702799797058105,-21.379499435424805,7.878300189971924,7.844220161437988,-21.486099243164062,7.878300189971924,7.7221598625183105,-21.415300369262695,7.978740215301514,7.844220161437988,-21.486099243164062,7.878300189971924,7.745259761810303,-21.430099487304688,7.978769779205322,8.032679557800293,-21.564199447631836,7.878300189971924,7.928860187530518,-21.52549934387207,7.978740215301514,7.844220161437988,-21.486099243164062,7.878300189971924,7.844220161437988,-21.486099243164062,7.878300189971924,7.928860187530518,-21.52549934387207,7.978740215301514,7.846099853515625,-21.482500076293945,7.978750228881836,7.844220161437988,-21.486099243164062,7.878300189971924,7.846099853515625,-21.482500076293945,7.978750228881836,7.745259761810303,-21.430099487304688,7.978769779205322,8.231590270996094,-21.607999801635742,7.9780402183532715,8.148980140686035,-21.596099853515625,7.978189945220947,8.231030464172363,-21.611799240112305,7.878300189971924,8.231030464172363,-21.611799240112305,7.878300189971924,8.148980140686035,-21.596099853515625,7.978189945220947,8.122260093688965,-21.589799880981445,7.978260040283203,8.231030464172363,-21.611799240112305,7.878300189971924,8.122260093688965,-21.589799880981445,7.978260040283203,8.032679557800293,-21.564199447631836,7.878300189971924,8.032679557800293,-21.564199447631836,7.878300189971924,8.122260093688965,-21.589799880981445,7.978260040283203,8.033929824829102,-21.560400009155273,7.978479862213135,8.032679557800293,-21.564199447631836,7.878300189971924,8.033929824829102,-21.560400009155273,7.978479862213135,7.928860187530518,-21.52549934387207,7.978740215301514,8.231590270996094,-21.607999801635742,7.9780402183532715,8.231030464172363,-21.611799240112305,7.878300189971924,8.351329803466797,-21.625200271606445,7.977819919586182,8.351329803466797,-21.625200271606445,7.977819919586182,8.231030464172363,-21.611799240112305,7.878300189971924,8.434399604797363,-21.62779998779297,7.878300189971924,8.351329803466797,-21.625200271606445,7.977819919586182,8.434399604797363,-21.62779998779297,7.878300189971924,8.434399604797363,-21.62779998779297,7.977960109710693,7.134399890899658,-19.640300750732422,7.978089809417725,7.134399890899658,-20.327800750732422,7.878300189971924,7.134399890899658,-20.302799224853516,7.978089809417725,7.134399890899658,-20.302799224853516,7.978089809417725,7.134399890899658,-20.327800750732422,7.878300189971924,7.134399890899658,-20.327800750732422,7.978089809417725,7.134399890899658,-17.62779998779297,7.978089809417725,7.134399890899658,-17.62779998779297,7.878300189971924,7.134399890899658,-17.652799606323242,7.978089809417725,7.134399890899658,-17.652799606323242,7.978089809417725,7.134399890899658,-17.62779998779297,7.878300189971924,7.134399890899658,-20.327800750732422,7.878300189971924,7.134399890899658,-17.652799606323242,7.978089809417725,7.134399890899658,-20.327800750732422,7.878300189971924,7.134399890899658,-18.977800369262695,7.978089809417725,7.134399890899658,-18.977800369262695,7.978089809417725,7.134399890899658,-20.327800750732422,7.878300189971924,7.134399890899658,-19.640300750732422,7.978089809417725,7.34689998626709,-16.91550064086914,7.978219985961914,7.385379791259766,-16.865800857543945,7.978229999542236,7.3826799392700195,-16.86370086669922,7.878300189971924,8.228190422058105,-16.34429931640625,7.977980136871338,8.231049537658691,-16.3439998626709,7.977980136871338,8.231030464172363,-16.343799591064453,7.878300189971924,8.231030464172363,-16.343799591064453,7.878300189971924,8.231049537658691,-16.3439998626709,7.977980136871338,8.434399604797363,-16.327800750732422,7.977970123291016,8.231030464172363,-16.343799591064453,7.878300189971924,8.434399604797363,-16.327800750732422,7.977970123291016,8.434399604797363,-16.327800750732422,7.878300189971924,8.228190422058105,-16.34429931640625,7.977980136871338,8.231030464172363,-16.343799591064453,7.878300189971924,8.032730102539062,-16.391700744628906,7.978529930114746,8.032730102539062,-16.391700744628906,7.978529930114746,8.231030464172363,-16.343799591064453,7.878300189971924,8.032679557800293,-16.391399383544922,7.878300189971924,8.032730102539062,-16.391700744628906,7.978529930114746,8.032679557800293,-16.391399383544922,7.878300189971924,8.030110359191895,-16.39229965209961,7.978529930114746,8.030110359191895,-16.39229965209961,7.978529930114746,8.032679557800293,-16.391399383544922,7.878300189971924,7.844220161437988,-16.469499588012695,7.878300189971924,8.030110359191895,-16.39229965209961,7.978529930114746,7.844220161437988,-16.469499588012695,7.878300189971924,8.004130363464355,-16.401100158691406,7.978600025177002,7.643939971923828,-16.595699310302734,7.978600025177002,7.671460151672363,-16.577899932861328,7.978630065917969,7.6702799797058105,-16.576099395751953,7.878300189971924,7.6702799797058105,-16.576099395751953,7.878300189971924,7.671460151672363,-16.577899932861328,7.978630065917969,7.814970016479492,-16.484899520874023,7.978809833526611,7.6702799797058105,-16.576099395751953,7.878300189971924,7.814970016479492,-16.484899520874023,7.978809833526611,7.844220161437988,-16.469499588012695,7.878300189971924,7.844220161437988,-16.469499588012695,7.878300189971924,7.814970016479492,-16.484899520874023,7.978809833526611,7.845109939575195,-16.471500396728516,7.9787797927856445,7.844220161437988,-16.469499588012695,7.878300189971924,7.845109939575195,-16.471500396728516,7.9787797927856445,8.004130363464355,-16.401100158691406,7.978600025177002,7.3826799392700195,-16.86370086669922,7.878300189971924,7.385379791259766,-16.865800857543945,7.978229999542236,7.515160083770752,-16.708599090576172,7.878300189971924,7.385379791259766,-16.865800857543945,7.978229999542236,7.471590042114258,-16.75429916381836,7.978250026702881,7.515160083770752,-16.708599090576172,7.878300189971924,7.515160083770752,-16.708599090576172,7.878300189971924,7.471590042114258,-16.75429916381836,7.978250026702881,7.517560005187988,-16.71109962463379,7.978340148925781,7.515160083770752,-16.708599090576172,7.878300189971924,7.517560005187988,-16.71109962463379,7.978340148925781,7.6702799797058105,-16.576099395751953,7.878300189971924,7.6702799797058105,-16.576099395751953,7.878300189971924,7.517560005187988,-16.71109962463379,7.978340148925781,7.6223602294921875,-16.612600326538086,7.978549957275391,7.6702799797058105,-16.576099395751953,7.878300189971924,7.6223602294921875,-16.612600326538086,7.978549957275391,7.643939971923828,-16.595699310302734,7.978600025177002,7.1980299949646,-17.22610092163086,7.878300189971924,7.2367401123046875,-17.12220001220703,7.978409767150879,7.276100158691406,-17.037599563598633,7.878300189971924,7.276100158691406,-17.037599563598633,7.878300189971924,7.2367401123046875,-17.12220001220703,7.978409767150879,7.279719829559326,-17.039499282836914,7.978340148925781,7.276100158691406,-17.037599563598633,7.878300189971924,7.279719829559326,-17.039499282836914,7.978340148925781,7.3826799392700195,-16.86370086669922,7.878300189971924,7.3826799392700195,-16.86370086669922,7.878300189971924,7.279719829559326,-17.039499282836914,7.978340148925781,7.332119941711426,-16.938600540161133,7.978240013122559,7.3826799392700195,-16.86370086669922,7.878300189971924,7.332119941711426,-16.938600540161133,7.978240013122559,7.34689998626709,-16.91550064086914,7.978219985961914,7.154260158538818,-17.424999237060547,7.978149890899658,7.166140079498291,-17.342300415039062,7.978280067443848,7.150410175323486,-17.42449951171875,7.878300189971924,7.150410175323486,-17.42449951171875,7.878300189971924,7.166140079498291,-17.342300415039062,7.978280067443848,7.172450065612793,-17.31559944152832,7.978320121765137,7.150410175323486,-17.42449951171875,7.878300189971924,7.172450065612793,-17.31559944152832,7.978320121765137,7.1980299949646,-17.22610092163086,7.878300189971924,7.1980299949646,-17.22610092163086,7.878300189971924,7.172450065612793,-17.31559944152832,7.978320121765137,7.201789855957031,-17.227399826049805,7.978370189666748,7.1980299949646,-17.22610092163086,7.878300189971924,7.201789855957031,-17.227399826049805,7.978370189666748,7.2367401123046875,-17.12220001220703,7.978409767150879,7.154260158538818,-17.424999237060547,7.978149890899658,7.150410175323486,-17.42449951171875,7.878300189971924,7.137060165405273,-17.544700622558594,7.977960109710693,7.137060165405273,-17.544700622558594,7.977960109710693,7.150410175323486,-17.42449951171875,7.878300189971924,7.134399890899658,-17.62779998779297,7.878300189971924,7.137060165405273,-17.544700622558594,7.977960109710693,7.134399890899658,-17.62779998779297,7.878300189971924,7.134399890899658,-17.62779998779297,7.978089809417725,16.584400177001953,-16.327800750732422,7.977970123291016,16.6343994140625,-16.327800750732422,7.977960109710693,16.6343994140625,-16.327800750732422,7.878300189971924,8.434399604797363,-16.327800750732422,7.878300189971924,8.434399604797363,-16.327800750732422,7.977970123291016,8.484399795532227,-16.327800750732422,7.977980136871338,8.484399795532227,-16.327800750732422,7.977980136871338,9.834400177001953,-16.327800750732422,7.978129863739014,8.434399604797363,-16.327800750732422,7.878300189971924,8.434399604797363,-16.327800750732422,7.878300189971924,9.834400177001953,-16.327800750732422,7.978129863739014,12.53439998626709,-16.327800750732422,7.978439807891846,8.434399604797363,-16.327800750732422,7.878300189971924,12.53439998626709,-16.327800750732422,7.978439807891846,16.6343994140625,-16.327800750732422,7.878300189971924,16.6343994140625,-16.327800750732422,7.878300189971924,12.53439998626709,-16.327800750732422,7.978439807891846,15.234399795532227,-16.327800750732422,7.978119850158691,16.6343994140625,-16.327800750732422,7.878300189971924,15.234399795532227,-16.327800750732422,7.978119850158691,16.584400177001953,-16.327800750732422,7.977970123291016,17.50790023803711,-16.665000915527344,7.978419780731201,17.55109977722168,-16.711000442504883,7.9783501625061035,17.553600311279297,-16.708599090576172,7.878300189971924,17.91790008544922,-17.421600341796875,7.978129863739014,17.91819953918457,-17.42449951171875,7.978129863739014,17.918399810791016,-17.42449951171875,7.878300189971924,17.918399810791016,-17.42449951171875,7.878300189971924,17.91819953918457,-17.42449951171875,7.978129863739014,17.93440055847168,-17.62779998779297,7.978089809417725,17.918399810791016,-17.42449951171875,7.878300189971924,17.93440055847168,-17.62779998779297,7.978089809417725,17.93440055847168,-17.62779998779297,7.878300189971924,17.91790008544922,-17.421600341796875,7.978129863739014,17.918399810791016,-17.42449951171875,7.878300189971924,17.8705997467041,-17.22610092163086,7.978419780731201,17.8705997467041,-17.22610092163086,7.978419780731201,17.918399810791016,-17.42449951171875,7.878300189971924,17.870800018310547,-17.22610092163086,7.878300189971924,17.8705997467041,-17.22610092163086,7.978419780731201,17.870800018310547,-17.22610092163086,7.878300189971924,17.86989974975586,-17.223499298095703,7.978419780731201,17.666500091552734,-16.837299346923828,7.9781999588012695,17.68429946899414,-16.864900588989258,7.978219985961914,17.686100006103516,-16.86370086669922,7.878300189971924,17.686100006103516,-16.86370086669922,7.878300189971924,17.68429946899414,-16.864900588989258,7.978219985961914,17.777299880981445,-17.008399963378906,7.978320121765137,17.686100006103516,-16.86370086669922,7.878300189971924,17.777299880981445,-17.008399963378906,7.978320121765137,17.792699813842773,-17.037599563598633,7.878300189971924,17.792699813842773,-17.037599563598633,7.878300189971924,17.777299880981445,-17.008399963378906,7.978320121765137,17.790700912475586,-17.03849983215332,7.978330135345459,17.792699813842773,-17.037599563598633,7.878300189971924,17.790700912475586,-17.03849983215332,7.978330135345459,17.870800018310547,-17.22610092163086,7.878300189971924,17.870800018310547,-17.22610092163086,7.878300189971924,17.790700912475586,-17.03849983215332,7.978330135345459,17.861099243164062,-17.197500228881836,7.978429794311523,17.870800018310547,-17.22610092163086,7.878300189971924,17.861099243164062,-17.197500228881836,7.978429794311523,17.86989974975586,-17.223499298095703,7.978419780731201,17.553600311279297,-16.708599090576172,7.878300189971924,17.55109977722168,-16.711000442504883,7.9783501625061035,17.686100006103516,-16.86370086669922,7.878300189971924,17.686100006103516,-16.86370086669922,7.878300189971924,17.55109977722168,-16.711000442504883,7.9783501625061035,17.649599075317383,-16.815799713134766,7.9781999588012695,17.686100006103516,-16.86370086669922,7.878300189971924,17.649599075317383,-16.815799713134766,7.9781999588012695,17.666500091552734,-16.837299346923828,7.9781999588012695,17.50790023803711,-16.665000915527344,7.978419780731201,17.553600311279297,-16.708599090576172,7.878300189971924,17.396400451660156,-16.578800201416016,7.978640079498291,17.396400451660156,-16.578800201416016,7.978640079498291,17.553600311279297,-16.708599090576172,7.878300189971924,17.398500442504883,-16.576099395751953,7.878300189971924,17.396400451660156,-16.578800201416016,7.978640079498291,17.398500442504883,-16.576099395751953,7.878300189971924,17.346599578857422,-16.540300369262695,7.978740215301514,17.346599578857422,-16.540300369262695,7.978740215301514,17.398500442504883,-16.576099395751953,7.878300189971924,17.224599838256836,-16.469499588012695,7.878300189971924,17.346599578857422,-16.540300369262695,7.978740215301514,17.224599838256836,-16.469499588012695,7.878300189971924,17.32349967956543,-16.52549934387207,7.978769779205322,17.036100387573242,-16.391399383544922,7.878300189971924,17.13990020751953,-16.430099487304688,7.978740215301514,17.224599838256836,-16.469499588012695,7.878300189971924,17.224599838256836,-16.469499588012695,7.878300189971924,17.13990020751953,-16.430099487304688,7.978740215301514,17.222700119018555,-16.473100662231445,7.978750228881836,17.224599838256836,-16.469499588012695,7.878300189971924,17.222700119018555,-16.473100662231445,7.978750228881836,17.32349967956543,-16.52549934387207,7.978769779205322,16.837200164794922,-16.347700119018555,7.9780402183532715,16.9197998046875,-16.359500885009766,7.978189945220947,16.837799072265625,-16.343799591064453,7.878300189971924,16.837799072265625,-16.343799591064453,7.878300189971924,16.9197998046875,-16.359500885009766,7.978189945220947,16.946500778198242,-16.36590003967285,7.978260040283203,16.837799072265625,-16.343799591064453,7.878300189971924,16.946500778198242,-16.36590003967285,7.978260040283203,17.036100387573242,-16.391399383544922,7.878300189971924,17.036100387573242,-16.391399383544922,7.878300189971924,16.946500778198242,-16.36590003967285,7.978260040283203,17.034900665283203,-16.395200729370117,7.978479862213135,17.036100387573242,-16.391399383544922,7.878300189971924,17.034900665283203,-16.395200729370117,7.978479862213135,17.13990020751953,-16.430099487304688,7.978740215301514,16.837200164794922,-16.347700119018555,7.9780402183532715,16.837799072265625,-16.343799591064453,7.878300189971924,16.717500686645508,-16.33049964904785,7.977819919586182,16.717500686645508,-16.33049964904785,7.977819919586182,16.837799072265625,-16.343799591064453,7.878300189971924,16.6343994140625,-16.327800750732422,7.878300189971924,16.717500686645508,-16.33049964904785,7.977819919586182,16.6343994140625,-16.327800750732422,7.878300189971924,16.6343994140625,-16.327800750732422,7.977960109710693,17.93440055847168,-18.31529998779297,7.978089809417725,17.93440055847168,-17.62779998779297,7.878300189971924,17.93440055847168,-17.652799606323242,7.978089809417725,17.93440055847168,-17.652799606323242,7.978089809417725,17.93440055847168,-17.62779998779297,7.878300189971924,17.93440055847168,-17.62779998779297,7.978089809417725,17.93440055847168,-20.327800750732422,7.978089809417725,17.93440055847168,-20.327800750732422,7.878300189971924,17.93440055847168,-20.302799224853516,7.978089809417725,17.93440055847168,-20.302799224853516,7.978089809417725,17.93440055847168,-20.327800750732422,7.878300189971924,17.93440055847168,-17.62779998779297,7.878300189971924,17.93440055847168,-20.302799224853516,7.978089809417725,17.93440055847168,-17.62779998779297,7.878300189971924,17.93440055847168,-18.977800369262695,7.978089809417725,17.93440055847168,-18.977800369262695,7.978089809417725,17.93440055847168,-17.62779998779297,7.878300189971924,17.93440055847168,-18.31529998779297,7.978089809417725,-16.56559944152832,-22.727800369262695,7.878300189971924,-16.56559944152832,-22.727800369262695,7.978300094604492,-16.78459930419922,-22.745100021362305,7.978300094604492,-16.56559944152832,-22.727800369262695,7.878300189971924,-16.78459930419922,-22.745100021362305,7.978300094604492,-16.78459930419922,-22.745100021362305,7.878300189971924,-16.78459930419922,-22.745100021362305,7.878300189971924,-16.78459930419922,-22.745100021362305,7.978300094604492,-16.998199462890625,-22.796300888061523,7.978300094604492,-16.78459930419922,-22.745100021362305,7.878300189971924,-16.998199462890625,-22.796300888061523,7.978300094604492,-16.998199462890625,-22.796300888061523,7.878300189971924,-16.998199462890625,-22.796300888061523,7.878300189971924,-16.998199462890625,-22.796300888061523,7.978300094604492,-17.201200485229492,-22.880399703979492,7.978300094604492,-16.998199462890625,-22.796300888061523,7.878300189971924,-17.201200485229492,-22.880399703979492,7.978300094604492,-17.201200485229492,-22.880399703979492,7.878300189971924,-17.201200485229492,-22.880399703979492,7.878300189971924,-17.201200485229492,-22.880399703979492,7.978300094604492,-17.388500213623047,-22.99519920349121,7.978300094604492,-17.201200485229492,-22.880399703979492,7.878300189971924,-17.388500213623047,-22.99519920349121,7.978300094604492,-17.388500213623047,-22.99519920349121,7.878300189971924,-17.388500213623047,-22.99519920349121,7.878300189971924,-17.388500213623047,-22.99519920349121,7.978300094604492,-17.555500030517578,-23.13789939880371,7.978300094604492,-17.388500213623047,-22.99519920349121,7.878300189971924,-17.555500030517578,-23.13789939880371,7.978300094604492,-17.555500030517578,-23.13789939880371,7.878300189971924,-17.555500030517578,-23.13789939880371,7.878300189971924,-17.555500030517578,-23.13789939880371,7.978300094604492,-17.698200225830078,-23.304899215698242,7.978300094604492,-17.555500030517578,-23.13789939880371,7.878300189971924,-17.698200225830078,-23.304899215698242,7.978300094604492,-17.698200225830078,-23.304899215698242,7.878300189971924,-17.698200225830078,-23.304899215698242,7.878300189971924,-17.698200225830078,-23.304899215698242,7.978300094604492,-17.765600204467773,-23.414899826049805,7.978300094604492,-17.698200225830078,-23.304899215698242,7.878300189971924,-17.765600204467773,-23.414899826049805,7.978300094604492,-17.812999725341797,-23.49220085144043,7.878300189971924,-17.765600204467773,-23.414899826049805,7.978300094604492,-17.812999725341797,-23.49220085144043,7.978300094604492,-17.812999725341797,-23.49220085144043,7.878300189971924,-17.812999725341797,-23.49220085144043,7.878300189971924,-17.812999725341797,-23.49220085144043,7.978300094604492,-17.8971004486084,-23.695199966430664,7.978300094604492,-17.812999725341797,-23.49220085144043,7.878300189971924,-17.8971004486084,-23.695199966430664,7.978300094604492,-17.8971004486084,-23.695199966430664,7.878300189971924,-17.8971004486084,-23.695199966430664,7.878300189971924,-17.8971004486084,-23.695199966430664,7.978300094604492,-17.948400497436523,-23.90880012512207,7.978300094604492,-17.8971004486084,-23.695199966430664,7.878300189971924,-17.948400497436523,-23.90880012512207,7.978300094604492,-17.948400497436523,-23.90880012512207,7.878300189971924,-17.948400497436523,-23.90880012512207,7.878300189971924,-17.948400497436523,-23.90880012512207,7.978300094604492,-17.965599060058594,-24.12779998779297,7.978300094604492,-17.948400497436523,-23.90880012512207,7.878300189971924,-17.965599060058594,-24.12779998779297,7.978300094604492,-17.965599060058594,-24.12779998779297,7.878300189971924,-16.56559944152832,-22.727800369262695,7.878300189971924,-8.365599632263184,-22.727800369262695,7.878300189971924,-16.56559944152832,-22.727800369262695,7.978300094604492,-16.56559944152832,-22.727800369262695,7.978300094604492,-8.365599632263184,-22.727800369262695,7.878300189971924,-8.365599632263184,-22.727800369262695,7.978300094604492,-6.96560001373291,-24.12779998779297,7.878300189971924,-6.96560001373291,-24.12779998779297,7.978300094604492,-6.982830047607422,-23.90880012512207,7.978300094604492,-6.96560001373291,-24.12779998779297,7.878300189971924,-6.982830047607422,-23.90880012512207,7.978300094604492,-6.982830047607422,-23.90880012512207,7.878300189971924,-6.982830047607422,-23.90880012512207,7.878300189971924,-6.982830047607422,-23.90880012512207,7.978300094604492,-7.034120082855225,-23.695199966430664,7.978300094604492,-6.982830047607422,-23.90880012512207,7.878300189971924,-7.034120082855225,-23.695199966430664,7.978300094604492,-7.034120082855225,-23.695199966430664,7.878300189971924,-7.034120082855225,-23.695199966430664,7.878300189971924,-7.034120082855225,-23.695199966430664,7.978300094604492,-7.118189811706543,-23.49220085144043,7.978300094604492,-7.034120082855225,-23.695199966430664,7.878300189971924,-7.118189811706543,-23.49220085144043,7.978300094604492,-7.118189811706543,-23.49220085144043,7.878300189971924,-7.118189811706543,-23.49220085144043,7.878300189971924,-7.118189811706543,-23.49220085144043,7.978300094604492,-7.232970237731934,-23.304899215698242,7.978300094604492,-7.118189811706543,-23.49220085144043,7.878300189971924,-7.232970237731934,-23.304899215698242,7.978300094604492,-7.232970237731934,-23.304899215698242,7.878300189971924,-7.232970237731934,-23.304899215698242,7.878300189971924,-7.232970237731934,-23.304899215698242,7.978300094604492,-7.375649929046631,-23.13789939880371,7.978300094604492,-7.232970237731934,-23.304899215698242,7.878300189971924,-7.375649929046631,-23.13789939880371,7.978300094604492,-7.375649929046631,-23.13789939880371,7.878300189971924,-7.375649929046631,-23.13789939880371,7.878300189971924,-7.375649929046631,-23.13789939880371,7.978300094604492,-7.542699813842773,-22.99519920349121,7.978300094604492,-7.375649929046631,-23.13789939880371,7.878300189971924,-7.542699813842773,-22.99519920349121,7.978300094604492,-7.542699813842773,-22.99519920349121,7.878300189971924,-7.542699813842773,-22.99519920349121,7.878300189971924,-7.542699813842773,-22.99519920349121,7.978300094604492,-7.730010032653809,-22.880399703979492,7.978300094604492,-7.542699813842773,-22.99519920349121,7.878300189971924,-7.730010032653809,-22.880399703979492,7.978300094604492,-7.730010032653809,-22.880399703979492,7.878300189971924,-7.730010032653809,-22.880399703979492,7.878300189971924,-7.730010032653809,-22.880399703979492,7.978300094604492,-7.93297004699707,-22.796300888061523,7.978300094604492,-7.730010032653809,-22.880399703979492,7.878300189971924,-7.93297004699707,-22.796300888061523,7.978300094604492,-7.93297004699707,-22.796300888061523,7.878300189971924,-7.93297004699707,-22.796300888061523,7.878300189971924,-7.93297004699707,-22.796300888061523,7.978300094604492,-8.146590232849121,-22.745100021362305,7.978300094604492,-7.93297004699707,-22.796300888061523,7.878300189971924,-8.146590232849121,-22.745100021362305,7.978300094604492,-8.146590232849121,-22.745100021362305,7.878300189971924,-8.146590232849121,-22.745100021362305,7.878300189971924,-8.146590232849121,-22.745100021362305,7.978300094604492,-8.365599632263184,-22.727800369262695,7.978300094604492,-8.146590232849121,-22.745100021362305,7.878300189971924,-8.365599632263184,-22.727800369262695,7.978300094604492,-8.365599632263184,-22.727800369262695,7.878300189971924,-6.96560001373291,-24.12779998779297,7.878300189971924,-6.96560001373291,-26.827800750732422,7.878300189971924,-6.96560001373291,-24.12779998779297,7.978300094604492,-6.96560001373291,-24.12779998779297,7.978300094604492,-6.96560001373291,-26.827800750732422,7.878300189971924,-6.96560001373291,-26.827800750732422,7.978300094604492,-8.365599632263184,-28.227800369262695,7.878300189971924,-8.365599632263184,-28.227800369262695,7.978300094604492,-8.146590232849121,-28.210599899291992,7.978300094604492,-8.365599632263184,-28.227800369262695,7.878300189971924,-8.146590232849121,-28.210599899291992,7.978300094604492,-8.146590232849121,-28.210599899291992,7.878300189971924,-8.146590232849121,-28.210599899291992,7.878300189971924,-8.146590232849121,-28.210599899291992,7.978300094604492,-7.93297004699707,-28.159299850463867,7.978300094604492,-8.146590232849121,-28.210599899291992,7.878300189971924,-7.93297004699707,-28.159299850463867,7.978300094604492,-7.93297004699707,-28.159299850463867,7.878300189971924,-7.93297004699707,-28.159299850463867,7.878300189971924,-7.93297004699707,-28.159299850463867,7.978300094604492,-7.730010032653809,-28.075199127197266,7.978300094604492,-7.93297004699707,-28.159299850463867,7.878300189971924,-7.730010032653809,-28.075199127197266,7.978300094604492,-7.730010032653809,-28.075199127197266,7.878300189971924,-7.730010032653809,-28.075199127197266,7.878300189971924,-7.730010032653809,-28.075199127197266,7.978300094604492,-7.542699813842773,-27.960399627685547,7.978300094604492,-7.730010032653809,-28.075199127197266,7.878300189971924,-7.542699813842773,-27.960399627685547,7.978300094604492,-7.542699813842773,-27.960399627685547,7.878300189971924,-7.542699813842773,-27.960399627685547,7.878300189971924,-7.542699813842773,-27.960399627685547,7.978300094604492,-7.375649929046631,-27.817800521850586,7.978300094604492,-7.542699813842773,-27.960399627685547,7.878300189971924,-7.375649929046631,-27.817800521850586,7.978300094604492,-7.375649929046631,-27.817800521850586,7.878300189971924,-7.375649929046631,-27.817800521850586,7.878300189971924,-7.375649929046631,-27.817800521850586,7.978300094604492,-7.232970237731934,-27.650699615478516,7.978300094604492,-7.375649929046631,-27.817800521850586,7.878300189971924,-7.232970237731934,-27.650699615478516,7.978300094604492,-7.232970237731934,-27.650699615478516,7.878300189971924,-7.232970237731934,-27.650699615478516,7.878300189971924,-7.232970237731934,-27.650699615478516,7.978300094604492,-7.118189811706543,-27.46339988708496,7.978300094604492,-7.232970237731934,-27.650699615478516,7.878300189971924,-7.118189811706543,-27.46339988708496,7.978300094604492,-7.118189811706543,-27.46339988708496,7.878300189971924,-7.118189811706543,-27.46339988708496,7.878300189971924,-7.118189811706543,-27.46339988708496,7.978300094604492,-7.034120082855225,-27.260400772094727,7.978300094604492,-7.118189811706543,-27.46339988708496,7.878300189971924,-7.034120082855225,-27.260400772094727,7.978300094604492,-7.034120082855225,-27.260400772094727,7.878300189971924,-7.034120082855225,-27.260400772094727,7.878300189971924,-7.034120082855225,-27.260400772094727,7.978300094604492,-6.982830047607422,-27.04680061340332,7.978300094604492,-7.034120082855225,-27.260400772094727,7.878300189971924,-6.982830047607422,-27.04680061340332,7.978300094604492,-6.982830047607422,-27.04680061340332,7.878300189971924,-6.982830047607422,-27.04680061340332,7.878300189971924,-6.982830047607422,-27.04680061340332,7.978300094604492,-6.96560001373291,-26.827800750732422,7.978300094604492,-6.982830047607422,-27.04680061340332,7.878300189971924,-6.96560001373291,-26.827800750732422,7.978300094604492,-6.96560001373291,-26.827800750732422,7.878300189971924,-8.365599632263184,-28.227800369262695,7.878300189971924,-16.56559944152832,-28.227800369262695,7.878300189971924,-8.365599632263184,-28.227800369262695,7.978300094604492,-8.365599632263184,-28.227800369262695,7.978300094604492,-16.56559944152832,-28.227800369262695,7.878300189971924,-16.56559944152832,-28.227800369262695,7.978300094604492,-17.965599060058594,-26.827800750732422,7.878300189971924,-17.965599060058594,-26.827800750732422,7.978300094604492,-17.948400497436523,-27.04680061340332,7.978300094604492,-17.965599060058594,-26.827800750732422,7.878300189971924,-17.948400497436523,-27.04680061340332,7.978300094604492,-17.948400497436523,-27.04680061340332,7.878300189971924,-17.948400497436523,-27.04680061340332,7.878300189971924,-17.948400497436523,-27.04680061340332,7.978300094604492,-17.8971004486084,-27.260400772094727,7.978300094604492,-17.948400497436523,-27.04680061340332,7.878300189971924,-17.8971004486084,-27.260400772094727,7.978300094604492,-17.8971004486084,-27.260400772094727,7.878300189971924,-17.8971004486084,-27.260400772094727,7.878300189971924,-17.8971004486084,-27.260400772094727,7.978300094604492,-17.812999725341797,-27.46339988708496,7.978300094604492,-17.8971004486084,-27.260400772094727,7.878300189971924,-17.812999725341797,-27.46339988708496,7.978300094604492,-17.812999725341797,-27.46339988708496,7.878300189971924,-17.812999725341797,-27.46339988708496,7.878300189971924,-17.812999725341797,-27.46339988708496,7.978300094604492,-17.765600204467773,-27.540800094604492,7.978300094604492,-17.812999725341797,-27.46339988708496,7.878300189971924,-17.765600204467773,-27.540800094604492,7.978300094604492,-17.698200225830078,-27.650699615478516,7.878300189971924,-17.765600204467773,-27.540800094604492,7.978300094604492,-17.698200225830078,-27.650699615478516,7.978300094604492,-17.698200225830078,-27.650699615478516,7.878300189971924,-17.698200225830078,-27.650699615478516,7.878300189971924,-17.698200225830078,-27.650699615478516,7.978300094604492,-17.555500030517578,-27.817800521850586,7.978300094604492,-17.698200225830078,-27.650699615478516,7.878300189971924,-17.555500030517578,-27.817800521850586,7.978300094604492,-17.555500030517578,-27.817800521850586,7.878300189971924,-17.555500030517578,-27.817800521850586,7.878300189971924,-17.555500030517578,-27.817800521850586,7.978300094604492,-17.388500213623047,-27.960399627685547,7.978300094604492,-17.555500030517578,-27.817800521850586,7.878300189971924,-17.388500213623047,-27.960399627685547,7.978300094604492,-17.388500213623047,-27.960399627685547,7.878300189971924,-17.388500213623047,-27.960399627685547,7.878300189971924,-17.388500213623047,-27.960399627685547,7.978300094604492,-17.201200485229492,-28.075199127197266,7.978300094604492,-17.388500213623047,-27.960399627685547,7.878300189971924,-17.201200485229492,-28.075199127197266,7.978300094604492,-17.201200485229492,-28.075199127197266,7.878300189971924,-17.201200485229492,-28.075199127197266,7.878300189971924,-17.201200485229492,-28.075199127197266,7.978300094604492,-16.998199462890625,-28.159299850463867,7.978300094604492,-17.201200485229492,-28.075199127197266,7.878300189971924,-16.998199462890625,-28.159299850463867,7.978300094604492,-16.998199462890625,-28.159299850463867,7.878300189971924,-16.998199462890625,-28.159299850463867,7.878300189971924,-16.998199462890625,-28.159299850463867,7.978300094604492,-16.78459930419922,-28.210599899291992,7.978300094604492,-16.998199462890625,-28.159299850463867,7.878300189971924,-16.78459930419922,-28.210599899291992,7.978300094604492,-16.78459930419922,-28.210599899291992,7.878300189971924,-16.78459930419922,-28.210599899291992,7.878300189971924,-16.78459930419922,-28.210599899291992,7.978300094604492,-16.56559944152832,-28.227800369262695,7.978300094604492,-16.78459930419922,-28.210599899291992,7.878300189971924,-16.56559944152832,-28.227800369262695,7.978300094604492,-16.56559944152832,-28.227800369262695,7.878300189971924,-17.965599060058594,-26.827800750732422,7.878300189971924,-17.965599060058594,-24.12779998779297,7.878300189971924,-17.965599060058594,-26.827800750732422,7.978300094604492,-17.965599060058594,-26.827800750732422,7.978300094604492,-17.965599060058594,-24.12779998779297,7.878300189971924,-17.965599060058594,-24.12779998779297,7.978300094604492,-8.365599632263184,-22.827800750732422,7.878300189971924,-8.365599632263184,-22.727800369262695,7.878300189971924,-16.56559944152832,-22.827800750732422,7.878300189971924,-16.56559944152832,-22.827800750732422,7.878300189971924,-8.365599632263184,-22.727800369262695,7.878300189971924,-16.56559944152832,-22.727800369262695,7.878300189971924,-16.56559944152832,-22.827800750732422,7.878300189971924,-16.56559944152832,-22.727800369262695,7.878300189971924,-16.768999099731445,-22.843799591064453,7.878300189971924,-16.768999099731445,-22.843799591064453,7.878300189971924,-16.56559944152832,-22.727800369262695,7.878300189971924,-16.78459930419922,-22.745100021362305,7.878300189971924,-16.768999099731445,-22.843799591064453,7.878300189971924,-16.78459930419922,-22.745100021362305,7.878300189971924,-16.967300415039062,-22.891399383544922,7.878300189971924,-16.967300415039062,-22.891399383544922,7.878300189971924,-16.78459930419922,-22.745100021362305,7.878300189971924,-16.998199462890625,-22.796300888061523,7.878300189971924,-16.967300415039062,-22.891399383544922,7.878300189971924,-16.998199462890625,-22.796300888061523,7.878300189971924,-17.155799865722656,-22.969499588012695,7.878300189971924,-17.155799865722656,-22.969499588012695,7.878300189971924,-16.998199462890625,-22.796300888061523,7.878300189971924,-17.201200485229492,-22.880399703979492,7.878300189971924,-17.155799865722656,-22.969499588012695,7.878300189971924,-17.201200485229492,-22.880399703979492,7.878300189971924,-17.329700469970703,-23.076099395751953,7.878300189971924,-17.329700469970703,-23.076099395751953,7.878300189971924,-17.201200485229492,-22.880399703979492,7.878300189971924,-17.388500213623047,-22.99519920349121,7.878300189971924,-17.329700469970703,-23.076099395751953,7.878300189971924,-17.388500213623047,-22.99519920349121,7.878300189971924,-17.484800338745117,-23.208599090576172,7.878300189971924,-17.484800338745117,-23.208599090576172,7.878300189971924,-17.388500213623047,-22.99519920349121,7.878300189971924,-17.555500030517578,-23.13789939880371,7.878300189971924,-17.484800338745117,-23.208599090576172,7.878300189971924,-17.555500030517578,-23.13789939880371,7.878300189971924,-17.617300033569336,-23.36370086669922,7.878300189971924,-17.617300033569336,-23.36370086669922,7.878300189971924,-17.555500030517578,-23.13789939880371,7.878300189971924,-17.698200225830078,-23.304899215698242,7.878300189971924,-17.617300033569336,-23.36370086669922,7.878300189971924,-17.698200225830078,-23.304899215698242,7.878300189971924,-17.723899841308594,-23.537599563598633,7.878300189971924,-17.723899841308594,-23.537599563598633,7.878300189971924,-17.698200225830078,-23.304899215698242,7.878300189971924,-17.812999725341797,-23.49220085144043,7.878300189971924,-17.723899841308594,-23.537599563598633,7.878300189971924,-17.812999725341797,-23.49220085144043,7.878300189971924,-17.802000045776367,-23.72610092163086,7.878300189971924,-17.802000045776367,-23.72610092163086,7.878300189971924,-17.812999725341797,-23.49220085144043,7.878300189971924,-17.8971004486084,-23.695199966430664,7.878300189971924,-17.802000045776367,-23.72610092163086,7.878300189971924,-17.8971004486084,-23.695199966430664,7.878300189971924,-17.849599838256836,-23.92449951171875,7.878300189971924,-17.849599838256836,-23.92449951171875,7.878300189971924,-17.8971004486084,-23.695199966430664,7.878300189971924,-17.948400497436523,-23.90880012512207,7.878300189971924,-17.849599838256836,-23.92449951171875,7.878300189971924,-17.948400497436523,-23.90880012512207,7.878300189971924,-17.8656005859375,-24.12779998779297,7.878300189971924,-17.8656005859375,-24.12779998779297,7.878300189971924,-17.948400497436523,-23.90880012512207,7.878300189971924,-17.965599060058594,-24.12779998779297,7.878300189971924,-17.8656005859375,-24.12779998779297,7.878300189971924,-17.965599060058594,-24.12779998779297,7.878300189971924,-17.8656005859375,-26.827800750732422,7.878300189971924,-17.8656005859375,-26.827800750732422,7.878300189971924,-17.965599060058594,-24.12779998779297,7.878300189971924,-17.965599060058594,-26.827800750732422,7.878300189971924,-17.8656005859375,-26.827800750732422,7.878300189971924,-17.965599060058594,-26.827800750732422,7.878300189971924,-17.849599838256836,-27.031200408935547,7.878300189971924,-17.849599838256836,-27.031200408935547,7.878300189971924,-17.965599060058594,-26.827800750732422,7.878300189971924,-17.948400497436523,-27.04680061340332,7.878300189971924,-17.849599838256836,-27.031200408935547,7.878300189971924,-17.948400497436523,-27.04680061340332,7.878300189971924,-17.802000045776367,-27.22949981689453,7.878300189971924,-17.802000045776367,-27.22949981689453,7.878300189971924,-17.948400497436523,-27.04680061340332,7.878300189971924,-17.8971004486084,-27.260400772094727,7.878300189971924,-17.802000045776367,-27.22949981689453,7.878300189971924,-17.8971004486084,-27.260400772094727,7.878300189971924,-17.723899841308594,-27.417999267578125,7.878300189971924,-17.723899841308594,-27.417999267578125,7.878300189971924,-17.8971004486084,-27.260400772094727,7.878300189971924,-17.812999725341797,-27.46339988708496,7.878300189971924,-17.723899841308594,-27.417999267578125,7.878300189971924,-17.812999725341797,-27.46339988708496,7.878300189971924,-17.617300033569336,-27.591899871826172,7.878300189971924,-17.617300033569336,-27.591899871826172,7.878300189971924,-17.812999725341797,-27.46339988708496,7.878300189971924,-17.698200225830078,-27.650699615478516,7.878300189971924,-17.617300033569336,-27.591899871826172,7.878300189971924,-17.698200225830078,-27.650699615478516,7.878300189971924,-17.484800338745117,-27.747100830078125,7.878300189971924,-17.484800338745117,-27.747100830078125,7.878300189971924,-17.698200225830078,-27.650699615478516,7.878300189971924,-17.555500030517578,-27.817800521850586,7.878300189971924,-17.484800338745117,-27.747100830078125,7.878300189971924,-17.555500030517578,-27.817800521850586,7.878300189971924,-17.329700469970703,-27.879499435424805,7.878300189971924,-17.329700469970703,-27.879499435424805,7.878300189971924,-17.555500030517578,-27.817800521850586,7.878300189971924,-17.388500213623047,-27.960399627685547,7.878300189971924,-17.329700469970703,-27.879499435424805,7.878300189971924,-17.388500213623047,-27.960399627685547,7.878300189971924,-17.155799865722656,-27.986099243164062,7.878300189971924,-17.155799865722656,-27.986099243164062,7.878300189971924,-17.388500213623047,-27.960399627685547,7.878300189971924,-17.201200485229492,-28.075199127197266,7.878300189971924,-17.155799865722656,-27.986099243164062,7.878300189971924,-17.201200485229492,-28.075199127197266,7.878300189971924,-16.967300415039062,-28.064199447631836,7.878300189971924,-16.967300415039062,-28.064199447631836,7.878300189971924,-17.201200485229492,-28.075199127197266,7.878300189971924,-16.998199462890625,-28.159299850463867,7.878300189971924,-16.967300415039062,-28.064199447631836,7.878300189971924,-16.998199462890625,-28.159299850463867,7.878300189971924,-16.768999099731445,-28.111799240112305,7.878300189971924,-16.768999099731445,-28.111799240112305,7.878300189971924,-16.998199462890625,-28.159299850463867,7.878300189971924,-16.78459930419922,-28.210599899291992,7.878300189971924,-16.768999099731445,-28.111799240112305,7.878300189971924,-16.78459930419922,-28.210599899291992,7.878300189971924,-16.56559944152832,-28.12779998779297,7.878300189971924,-16.56559944152832,-28.12779998779297,7.878300189971924,-16.78459930419922,-28.210599899291992,7.878300189971924,-16.56559944152832,-28.227800369262695,7.878300189971924,-16.56559944152832,-28.12779998779297,7.878300189971924,-16.56559944152832,-28.227800369262695,7.878300189971924,-8.365599632263184,-28.12779998779297,7.878300189971924,-8.365599632263184,-28.12779998779297,7.878300189971924,-16.56559944152832,-28.227800369262695,7.878300189971924,-8.365599632263184,-28.227800369262695,7.878300189971924,-8.365599632263184,-28.12779998779297,7.878300189971924,-8.365599632263184,-28.227800369262695,7.878300189971924,-8.162229537963867,-28.111799240112305,7.878300189971924,-8.162229537963867,-28.111799240112305,7.878300189971924,-8.365599632263184,-28.227800369262695,7.878300189971924,-8.146590232849121,-28.210599899291992,7.878300189971924,-8.162229537963867,-28.111799240112305,7.878300189971924,-8.146590232849121,-28.210599899291992,7.878300189971924,-7.9638800621032715,-28.064199447631836,7.878300189971924,-7.9638800621032715,-28.064199447631836,7.878300189971924,-8.146590232849121,-28.210599899291992,7.878300189971924,-7.93297004699707,-28.159299850463867,7.878300189971924,-7.9638800621032715,-28.064199447631836,7.878300189971924,-7.93297004699707,-28.159299850463867,7.878300189971924,-7.775410175323486,-27.986099243164062,7.878300189971924,-7.775410175323486,-27.986099243164062,7.878300189971924,-7.93297004699707,-28.159299850463867,7.878300189971924,-7.730010032653809,-28.075199127197266,7.878300189971924,-7.775410175323486,-27.986099243164062,7.878300189971924,-7.730010032653809,-28.075199127197266,7.878300189971924,-7.601480007171631,-27.879499435424805,7.878300189971924,-7.601480007171631,-27.879499435424805,7.878300189971924,-7.730010032653809,-28.075199127197266,7.878300189971924,-7.542699813842773,-27.960399627685547,7.878300189971924,-7.601480007171631,-27.879499435424805,7.878300189971924,-7.542699813842773,-27.960399627685547,7.878300189971924,-7.446360111236572,-27.747100830078125,7.878300189971924,-7.446360111236572,-27.747100830078125,7.878300189971924,-7.542699813842773,-27.960399627685547,7.878300189971924,-7.375649929046631,-27.817800521850586,7.878300189971924,-7.446360111236572,-27.747100830078125,7.878300189971924,-7.375649929046631,-27.817800521850586,7.878300189971924,-7.31387996673584,-27.591899871826172,7.878300189971924,-7.31387996673584,-27.591899871826172,7.878300189971924,-7.375649929046631,-27.817800521850586,7.878300189971924,-7.232970237731934,-27.650699615478516,7.878300189971924,-7.31387996673584,-27.591899871826172,7.878300189971924,-7.232970237731934,-27.650699615478516,7.878300189971924,-7.207290172576904,-27.417999267578125,7.878300189971924,-7.207290172576904,-27.417999267578125,7.878300189971924,-7.232970237731934,-27.650699615478516,7.878300189971924,-7.118189811706543,-27.46339988708496,7.878300189971924,-7.207290172576904,-27.417999267578125,7.878300189971924,-7.118189811706543,-27.46339988708496,7.878300189971924,-7.12923002243042,-27.22949981689453,7.878300189971924,-7.12923002243042,-27.22949981689453,7.878300189971924,-7.118189811706543,-27.46339988708496,7.878300189971924,-7.034120082855225,-27.260400772094727,7.878300189971924,-7.12923002243042,-27.22949981689453,7.878300189971924,-7.034120082855225,-27.260400772094727,7.878300189971924,-7.081600189208984,-27.031200408935547,7.878300189971924,-7.081600189208984,-27.031200408935547,7.878300189971924,-7.034120082855225,-27.260400772094727,7.878300189971924,-6.982830047607422,-27.04680061340332,7.878300189971924,-7.081600189208984,-27.031200408935547,7.878300189971924,-6.982830047607422,-27.04680061340332,7.878300189971924,-7.0655999183654785,-26.827800750732422,7.878300189971924,-7.0655999183654785,-26.827800750732422,7.878300189971924,-6.982830047607422,-27.04680061340332,7.878300189971924,-6.96560001373291,-26.827800750732422,7.878300189971924,-7.0655999183654785,-26.827800750732422,7.878300189971924,-6.96560001373291,-26.827800750732422,7.878300189971924,-7.0655999183654785,-24.12779998779297,7.878300189971924,-7.0655999183654785,-24.12779998779297,7.878300189971924,-6.96560001373291,-26.827800750732422,7.878300189971924,-6.96560001373291,-24.12779998779297,7.878300189971924,-7.0655999183654785,-24.12779998779297,7.878300189971924,-6.96560001373291,-24.12779998779297,7.878300189971924,-7.081600189208984,-23.92449951171875,7.878300189971924,-7.081600189208984,-23.92449951171875,7.878300189971924,-6.96560001373291,-24.12779998779297,7.878300189971924,-6.982830047607422,-23.90880012512207,7.878300189971924,-7.081600189208984,-23.92449951171875,7.878300189971924,-6.982830047607422,-23.90880012512207,7.878300189971924,-7.12923002243042,-23.72610092163086,7.878300189971924,-7.12923002243042,-23.72610092163086,7.878300189971924,-6.982830047607422,-23.90880012512207,7.878300189971924,-7.034120082855225,-23.695199966430664,7.878300189971924,-7.12923002243042,-23.72610092163086,7.878300189971924,-7.034120082855225,-23.695199966430664,7.878300189971924,-7.207290172576904,-23.537599563598633,7.878300189971924,-7.207290172576904,-23.537599563598633,7.878300189971924,-7.034120082855225,-23.695199966430664,7.878300189971924,-7.118189811706543,-23.49220085144043,7.878300189971924,-7.207290172576904,-23.537599563598633,7.878300189971924,-7.118189811706543,-23.49220085144043,7.878300189971924,-7.31387996673584,-23.36370086669922,7.878300189971924,-7.31387996673584,-23.36370086669922,7.878300189971924,-7.118189811706543,-23.49220085144043,7.878300189971924,-7.232970237731934,-23.304899215698242,7.878300189971924,-7.31387996673584,-23.36370086669922,7.878300189971924,-7.232970237731934,-23.304899215698242,7.878300189971924,-7.446360111236572,-23.208599090576172,7.878300189971924,-7.446360111236572,-23.208599090576172,7.878300189971924,-7.232970237731934,-23.304899215698242,7.878300189971924,-7.375649929046631,-23.13789939880371,7.878300189971924,-7.446360111236572,-23.208599090576172,7.878300189971924,-7.375649929046631,-23.13789939880371,7.878300189971924,-7.601480007171631,-23.076099395751953,7.878300189971924,-7.601480007171631,-23.076099395751953,7.878300189971924,-7.375649929046631,-23.13789939880371,7.878300189971924,-7.542699813842773,-22.99519920349121,7.878300189971924,-7.601480007171631,-23.076099395751953,7.878300189971924,-7.542699813842773,-22.99519920349121,7.878300189971924,-7.775410175323486,-22.969499588012695,7.878300189971924,-7.775410175323486,-22.969499588012695,7.878300189971924,-7.542699813842773,-22.99519920349121,7.878300189971924,-7.730010032653809,-22.880399703979492,7.878300189971924,-7.775410175323486,-22.969499588012695,7.878300189971924,-7.730010032653809,-22.880399703979492,7.878300189971924,-7.9638800621032715,-22.891399383544922,7.878300189971924,-7.9638800621032715,-22.891399383544922,7.878300189971924,-7.730010032653809,-22.880399703979492,7.878300189971924,-7.93297004699707,-22.796300888061523,7.878300189971924,-7.9638800621032715,-22.891399383544922,7.878300189971924,-7.93297004699707,-22.796300888061523,7.878300189971924,-8.162229537963867,-22.843799591064453,7.878300189971924,-8.162229537963867,-22.843799591064453,7.878300189971924,-7.93297004699707,-22.796300888061523,7.878300189971924,-8.146590232849121,-22.745100021362305,7.878300189971924,-8.162229537963867,-22.843799591064453,7.878300189971924,-8.146590232849121,-22.745100021362305,7.878300189971924,-8.365599632263184,-22.827800750732422,7.878300189971924,-8.365599632263184,-22.827800750732422,7.878300189971924,-8.146590232849121,-22.745100021362305,7.878300189971924,-8.365599632263184,-22.727800369262695,7.878300189971924,-7.27810001373291,-27.54010009765625,7.978229999542236,-7.316579818725586,-27.58989906311035,7.978240013122559,-7.31387996673584,-27.591899871826172,7.878300189971924,-8.159379959106445,-28.111400604248047,7.977970123291016,-8.162249565124512,-28.111600875854492,7.977970123291016,-8.162229537963867,-28.111799240112305,7.878300189971924,-8.162229537963867,-28.111799240112305,7.878300189971924,-8.162249565124512,-28.111600875854492,7.977970123291016,-8.365599632263184,-28.12779998779297,7.977960109710693,-8.162229537963867,-28.111799240112305,7.878300189971924,-8.365599632263184,-28.12779998779297,7.977960109710693,-8.365599632263184,-28.12779998779297,7.878300189971924,-8.159379959106445,-28.111400604248047,7.977970123291016,-8.162229537963867,-28.111799240112305,7.878300189971924,-7.963930130004883,-28.06399917602539,7.978519916534424,-7.963930130004883,-28.06399917602539,7.978519916534424,-8.162229537963867,-28.111799240112305,7.878300189971924,-7.9638800621032715,-28.064199447631836,7.878300189971924,-7.963930130004883,-28.06399917602539,7.978519916534424,-7.9638800621032715,-28.064199447631836,7.878300189971924,-7.961309909820557,-28.063400268554688,7.978529930114746,-7.961309909820557,-28.063400268554688,7.978529930114746,-7.9638800621032715,-28.064199447631836,7.878300189971924,-7.775410175323486,-27.986099243164062,7.878300189971924,-7.961309909820557,-28.063400268554688,7.978529930114746,-7.775410175323486,-27.986099243164062,7.878300189971924,-7.935319900512695,-28.054500579833984,7.97859001159668,-7.575139999389648,-27.859899520874023,7.978600025177002,-7.602650165557861,-27.877700805664062,7.978630065917969,-7.601480007171631,-27.879499435424805,7.878300189971924,-7.601480007171631,-27.879499435424805,7.878300189971924,-7.602650165557861,-27.877700805664062,7.978630065917969,-7.74616003036499,-27.970800399780273,7.978809833526611,-7.601480007171631,-27.879499435424805,7.878300189971924,-7.74616003036499,-27.970800399780273,7.978809833526611,-7.775410175323486,-27.986099243164062,7.878300189971924,-7.775410175323486,-27.986099243164062,7.878300189971924,-7.74616003036499,-27.970800399780273,7.978809833526611,-7.776309967041016,-27.984100341796875,7.9787797927856445,-7.775410175323486,-27.986099243164062,7.878300189971924,-7.776309967041016,-27.984100341796875,7.9787797927856445,-7.935319900512695,-28.054500579833984,7.97859001159668,-7.31387996673584,-27.591899871826172,7.878300189971924,-7.316579818725586,-27.58989906311035,7.978240013122559,-7.446360111236572,-27.747100830078125,7.878300189971924,-7.316579818725586,-27.58989906311035,7.978240013122559,-7.402780055999756,-27.7012996673584,7.978250026702881,-7.446360111236572,-27.747100830078125,7.878300189971924,-7.446360111236572,-27.747100830078125,7.878300189971924,-7.402780055999756,-27.7012996673584,7.978250026702881,-7.448750019073486,-27.74449920654297,7.978340148925781,-7.446360111236572,-27.747100830078125,7.878300189971924,-7.448750019073486,-27.74449920654297,7.978340148925781,-7.601480007171631,-27.879499435424805,7.878300189971924,-7.601480007171631,-27.879499435424805,7.878300189971924,-7.448750019073486,-27.74449920654297,7.978340148925781,-7.55355978012085,-27.843000411987305,7.978549957275391,-7.601480007171631,-27.879499435424805,7.878300189971924,-7.55355978012085,-27.843000411987305,7.978549957275391,-7.575139999389648,-27.859899520874023,7.978600025177002,-7.12923002243042,-27.22949981689453,7.878300189971924,-7.167940139770508,-27.33340072631836,7.978409767150879,-7.207290172576904,-27.417999267578125,7.878300189971924,-7.207290172576904,-27.417999267578125,7.878300189971924,-7.167940139770508,-27.33340072631836,7.978409767150879,-7.210909843444824,-27.416099548339844,7.978340148925781,-7.207290172576904,-27.417999267578125,7.878300189971924,-7.210909843444824,-27.416099548339844,7.978340148925781,-7.31387996673584,-27.591899871826172,7.878300189971924,-7.31387996673584,-27.591899871826172,7.878300189971924,-7.210909843444824,-27.416099548339844,7.978340148925781,-7.263319969177246,-27.517000198364258,7.978250026702881,-7.31387996673584,-27.591899871826172,7.878300189971924,-7.263319969177246,-27.517000198364258,7.978250026702881,-7.27810001373291,-27.54010009765625,7.978229999542236,-7.085450172424316,-27.03059959411621,7.978149890899658,-7.097330093383789,-27.113300323486328,7.978280067443848,-7.081600189208984,-27.031200408935547,7.878300189971924,-7.081600189208984,-27.031200408935547,7.878300189971924,-7.097330093383789,-27.113300323486328,7.978280067443848,-7.103640079498291,-27.139999389648438,7.978320121765137,-7.081600189208984,-27.031200408935547,7.878300189971924,-7.103640079498291,-27.139999389648438,7.978320121765137,-7.12923002243042,-27.22949981689453,7.878300189971924,-7.12923002243042,-27.22949981689453,7.878300189971924,-7.103640079498291,-27.139999389648438,7.978320121765137,-7.132989883422852,-27.228300094604492,7.978370189666748,-7.12923002243042,-27.22949981689453,7.878300189971924,-7.132989883422852,-27.228300094604492,7.978370189666748,-7.167940139770508,-27.33340072631836,7.978409767150879,-7.085450172424316,-27.03059959411621,7.978149890899658,-7.081600189208984,-27.031200408935547,7.878300189971924,-7.068260192871094,-26.910900115966797,7.977960109710693,-7.068260192871094,-26.910900115966797,7.977960109710693,-7.081600189208984,-27.031200408935547,7.878300189971924,-7.0655999183654785,-26.827800750732422,7.878300189971924,-7.068260192871094,-26.910900115966797,7.977960109710693,-7.0655999183654785,-26.827800750732422,7.878300189971924,-7.0655999183654785,-26.827800750732422,7.978089809417725,-16.515600204467773,-28.12779998779297,7.977970123291016,-16.56559944152832,-28.12779998779297,7.977960109710693,-16.56559944152832,-28.12779998779297,7.878300189971924,-8.365599632263184,-28.12779998779297,7.878300189971924,-8.365599632263184,-28.12779998779297,7.977960109710693,-8.415599822998047,-28.12779998779297,7.977970123291016,-8.415599822998047,-28.12779998779297,7.977970123291016,-9.765600204467773,-28.12779998779297,7.978119850158691,-8.365599632263184,-28.12779998779297,7.878300189971924,-8.365599632263184,-28.12779998779297,7.878300189971924,-9.765600204467773,-28.12779998779297,7.978119850158691,-12.46560001373291,-28.12779998779297,7.978429794311523,-8.365599632263184,-28.12779998779297,7.878300189971924,-12.46560001373291,-28.12779998779297,7.978429794311523,-16.56559944152832,-28.12779998779297,7.878300189971924,-16.56559944152832,-28.12779998779297,7.878300189971924,-12.46560001373291,-28.12779998779297,7.978429794311523,-15.165599822998047,-28.12779998779297,7.978119850158691,-16.56559944152832,-28.12779998779297,7.878300189971924,-15.165599822998047,-28.12779998779297,7.978119850158691,-16.515600204467773,-28.12779998779297,7.977970123291016,-17.43910026550293,-27.790700912475586,7.978419780731201,-17.4822998046875,-27.744699478149414,7.9783501625061035,-17.484800338745117,-27.747100830078125,7.878300189971924,-17.84910011291504,-27.034000396728516,7.978129863739014,-17.84939956665039,-27.031200408935547,7.978129863739014,-17.849599838256836,-27.031200408935547,7.878300189971924,-17.849599838256836,-27.031200408935547,7.878300189971924,-17.84939956665039,-27.031200408935547,7.978129863739014,-17.8656005859375,-26.827800750732422,7.978089809417725,-17.849599838256836,-27.031200408935547,7.878300189971924,-17.8656005859375,-26.827800750732422,7.978089809417725,-17.8656005859375,-26.827800750732422,7.878300189971924,-17.84910011291504,-27.034000396728516,7.978129863739014,-17.849599838256836,-27.031200408935547,7.878300189971924,-17.801799774169922,-27.22949981689453,7.978419780731201,-17.801799774169922,-27.22949981689453,7.978419780731201,-17.849599838256836,-27.031200408935547,7.878300189971924,-17.802000045776367,-27.22949981689453,7.878300189971924,-17.801799774169922,-27.22949981689453,7.978419780731201,-17.802000045776367,-27.22949981689453,7.878300189971924,-17.80109977722168,-27.232099533081055,7.978419780731201,-17.597700119018555,-27.61829948425293,7.9781999588012695,-17.61549949645996,-27.59079933166504,7.978219985961914,-17.617300033569336,-27.591899871826172,7.878300189971924,-17.617300033569336,-27.591899871826172,7.878300189971924,-17.61549949645996,-27.59079933166504,7.978219985961914,-17.708499908447266,-27.44729995727539,7.978320121765137,-17.617300033569336,-27.591899871826172,7.878300189971924,-17.708499908447266,-27.44729995727539,7.978320121765137,-17.723899841308594,-27.417999267578125,7.878300189971924,-17.723899841308594,-27.417999267578125,7.878300189971924,-17.708499908447266,-27.44729995727539,7.978320121765137,-17.721900939941406,-27.41710090637207,7.978330135345459,-17.723899841308594,-27.417999267578125,7.878300189971924,-17.721900939941406,-27.41710090637207,7.978330135345459,-17.802000045776367,-27.22949981689453,7.878300189971924,-17.802000045776367,-27.22949981689453,7.878300189971924,-17.721900939941406,-27.41710090637207,7.978330135345459,-17.792299270629883,-27.258100509643555,7.978429794311523,-17.802000045776367,-27.22949981689453,7.878300189971924,-17.792299270629883,-27.258100509643555,7.978429794311523,-17.80109977722168,-27.232099533081055,7.978419780731201,-17.484800338745117,-27.747100830078125,7.878300189971924,-17.4822998046875,-27.744699478149414,7.9783501625061035,-17.617300033569336,-27.591899871826172,7.878300189971924,-17.617300033569336,-27.591899871826172,7.878300189971924,-17.4822998046875,-27.744699478149414,7.9783501625061035,-17.580799102783203,-27.63990020751953,7.9781999588012695,-17.617300033569336,-27.591899871826172,7.878300189971924,-17.580799102783203,-27.63990020751953,7.9781999588012695,-17.597700119018555,-27.61829948425293,7.9781999588012695,-17.43910026550293,-27.790700912475586,7.978419780731201,-17.484800338745117,-27.747100830078125,7.878300189971924,-17.327600479125977,-27.876800537109375,7.978640079498291,-17.327600479125977,-27.876800537109375,7.978640079498291,-17.484800338745117,-27.747100830078125,7.878300189971924,-17.329700469970703,-27.879499435424805,7.878300189971924,-17.327600479125977,-27.876800537109375,7.978640079498291,-17.329700469970703,-27.879499435424805,7.878300189971924,-17.277799606323242,-27.915300369262695,7.978740215301514,-17.277799606323242,-27.915300369262695,7.978740215301514,-17.329700469970703,-27.879499435424805,7.878300189971924,-17.155799865722656,-27.986099243164062,7.878300189971924,-17.277799606323242,-27.915300369262695,7.978740215301514,-17.155799865722656,-27.986099243164062,7.878300189971924,-17.25469970703125,-27.930099487304688,7.978769779205322,-16.967300415039062,-28.064199447631836,7.878300189971924,-17.07110023498535,-28.02549934387207,7.978740215301514,-17.155799865722656,-27.986099243164062,7.878300189971924,-17.155799865722656,-27.986099243164062,7.878300189971924,-17.07110023498535,-28.02549934387207,7.978740215301514,-17.153900146484375,-27.982500076293945,7.978750228881836,-17.155799865722656,-27.986099243164062,7.878300189971924,-17.153900146484375,-27.982500076293945,7.978750228881836,-17.25469970703125,-27.930099487304688,7.978769779205322,-16.768400192260742,-28.107999801635742,7.9780402183532715,-16.85099983215332,-28.096099853515625,7.978189945220947,-16.768999099731445,-28.111799240112305,7.878300189971924,-16.768999099731445,-28.111799240112305,7.878300189971924,-16.85099983215332,-28.096099853515625,7.978189945220947,-16.877700805664062,-28.089799880981445,7.978260040283203,-16.768999099731445,-28.111799240112305,7.878300189971924,-16.877700805664062,-28.089799880981445,7.978260040283203,-16.967300415039062,-28.064199447631836,7.878300189971924,-16.967300415039062,-28.064199447631836,7.878300189971924,-16.877700805664062,-28.089799880981445,7.978260040283203,-16.966100692749023,-28.060400009155273,7.978479862213135,-16.967300415039062,-28.064199447631836,7.878300189971924,-16.966100692749023,-28.060400009155273,7.978479862213135,-17.07110023498535,-28.02549934387207,7.978740215301514,-16.768400192260742,-28.107999801635742,7.9780402183532715,-16.768999099731445,-28.111799240112305,7.878300189971924,-16.648700714111328,-28.125200271606445,7.977819919586182,-16.648700714111328,-28.125200271606445,7.977819919586182,-16.768999099731445,-28.111799240112305,7.878300189971924,-16.56559944152832,-28.12779998779297,7.878300189971924,-16.648700714111328,-28.125200271606445,7.977819919586182,-16.56559944152832,-28.12779998779297,7.878300189971924,-16.56559944152832,-28.12779998779297,7.977960109710693,-17.8656005859375,-26.827800750732422,7.978089809417725,-17.8656005859375,-26.802799224853516,7.978089809417725,-17.8656005859375,-26.827800750732422,7.878300189971924,-17.8656005859375,-26.827800750732422,7.878300189971924,-17.8656005859375,-26.802799224853516,7.978089809417725,-17.8656005859375,-26.140300750732422,7.978089809417725,-17.8656005859375,-24.12779998779297,7.978089809417725,-17.8656005859375,-24.12779998779297,7.878300189971924,-17.8656005859375,-24.152799606323242,7.978089809417725,-17.8656005859375,-24.152799606323242,7.978089809417725,-17.8656005859375,-24.12779998779297,7.878300189971924,-17.8656005859375,-26.827800750732422,7.878300189971924,-17.8656005859375,-24.152799606323242,7.978089809417725,-17.8656005859375,-26.827800750732422,7.878300189971924,-17.8656005859375,-25.477800369262695,7.978089809417725,-17.8656005859375,-25.477800369262695,7.978089809417725,-17.8656005859375,-26.827800750732422,7.878300189971924,-17.8656005859375,-26.140300750732422,7.978089809417725,-17.653099060058594,-23.41550064086914,7.978219985961914,-17.614599227905273,-23.365800857543945,7.978229999542236,-17.617300033569336,-23.36370086669922,7.878300189971924,-16.771799087524414,-22.84429931640625,7.977980136871338,-16.76889991760254,-22.844100952148438,7.977980136871338,-16.768999099731445,-22.843799591064453,7.878300189971924,-16.768999099731445,-22.843799591064453,7.878300189971924,-16.76889991760254,-22.844100952148438,7.977980136871338,-16.56559944152832,-22.827800750732422,7.977970123291016,-16.768999099731445,-22.843799591064453,7.878300189971924,-16.56559944152832,-22.827800750732422,7.977970123291016,-16.56559944152832,-22.827800750732422,7.878300189971924,-16.771799087524414,-22.84429931640625,7.977980136871338,-16.768999099731445,-22.843799591064453,7.878300189971924,-16.967300415039062,-22.891700744628906,7.978529930114746,-16.967300415039062,-22.891700744628906,7.978529930114746,-16.768999099731445,-22.843799591064453,7.878300189971924,-16.967300415039062,-22.891399383544922,7.878300189971924,-16.967300415039062,-22.891700744628906,7.978529930114746,-16.967300415039062,-22.891399383544922,7.878300189971924,-16.969900131225586,-22.89229965209961,7.978529930114746,-16.969900131225586,-22.89229965209961,7.978529930114746,-16.967300415039062,-22.891399383544922,7.878300189971924,-17.155799865722656,-22.969499588012695,7.878300189971924,-16.969900131225586,-22.89229965209961,7.978529930114746,-17.155799865722656,-22.969499588012695,7.878300189971924,-16.995899200439453,-22.901100158691406,7.978600025177002,-17.35610008239746,-23.095699310302734,7.978600025177002,-17.328500747680664,-23.077899932861328,7.978630065917969,-17.329700469970703,-23.076099395751953,7.878300189971924,-17.329700469970703,-23.076099395751953,7.878300189971924,-17.328500747680664,-23.077899932861328,7.978630065917969,-17.184999465942383,-22.984899520874023,7.978809833526611,-17.329700469970703,-23.076099395751953,7.878300189971924,-17.184999465942383,-22.984899520874023,7.978809833526611,-17.155799865722656,-22.969499588012695,7.878300189971924,-17.155799865722656,-22.969499588012695,7.878300189971924,-17.184999465942383,-22.984899520874023,7.978809833526611,-17.15489959716797,-22.971500396728516,7.9787797927856445,-17.155799865722656,-22.969499588012695,7.878300189971924,-17.15489959716797,-22.971500396728516,7.9787797927856445,-16.995899200439453,-22.901100158691406,7.978600025177002,-17.617300033569336,-23.36370086669922,7.878300189971924,-17.614599227905273,-23.365800857543945,7.978229999542236,-17.484800338745117,-23.208599090576172,7.878300189971924,-17.614599227905273,-23.365800857543945,7.978229999542236,-17.528400421142578,-23.25429916381836,7.978250026702881,-17.484800338745117,-23.208599090576172,7.878300189971924,-17.484800338745117,-23.208599090576172,7.878300189971924,-17.528400421142578,-23.25429916381836,7.978250026702881,-17.48240089416504,-23.21109962463379,7.978340148925781,-17.484800338745117,-23.208599090576172,7.878300189971924,-17.48240089416504,-23.21109962463379,7.978340148925781,-17.329700469970703,-23.076099395751953,7.878300189971924,-17.329700469970703,-23.076099395751953,7.878300189971924,-17.48240089416504,-23.21109962463379,7.978340148925781,-17.377599716186523,-23.112600326538086,7.978549957275391,-17.329700469970703,-23.076099395751953,7.878300189971924,-17.377599716186523,-23.112600326538086,7.978549957275391,-17.35610008239746,-23.095699310302734,7.978600025177002,-17.802000045776367,-23.72610092163086,7.878300189971924,-17.7632999420166,-23.62220001220703,7.978409767150879,-17.723899841308594,-23.537599563598633,7.878300189971924,-17.723899841308594,-23.537599563598633,7.878300189971924,-17.7632999420166,-23.62220001220703,7.978409767150879,-17.720300674438477,-23.539499282836914,7.978340148925781,-17.723899841308594,-23.537599563598633,7.878300189971924,-17.720300674438477,-23.539499282836914,7.978340148925781,-17.617300033569336,-23.36370086669922,7.878300189971924,-17.617300033569336,-23.36370086669922,7.878300189971924,-17.720300674438477,-23.539499282836914,7.978340148925781,-17.66790008544922,-23.438600540161133,7.978240013122559,-17.617300033569336,-23.36370086669922,7.878300189971924,-17.66790008544922,-23.438600540161133,7.978240013122559,-17.653099060058594,-23.41550064086914,7.978219985961914,-17.845699310302734,-23.924999237060547,7.978149890899658,-17.833900451660156,-23.842300415039062,7.978280067443848,-17.849599838256836,-23.92449951171875,7.878300189971924,-17.849599838256836,-23.92449951171875,7.878300189971924,-17.833900451660156,-23.842300415039062,7.978280067443848,-17.827600479125977,-23.81559944152832,7.978320121765137,-17.849599838256836,-23.92449951171875,7.878300189971924,-17.827600479125977,-23.81559944152832,7.978320121765137,-17.802000045776367,-23.72610092163086,7.878300189971924,-17.802000045776367,-23.72610092163086,7.878300189971924,-17.827600479125977,-23.81559944152832,7.978320121765137,-17.798200607299805,-23.727399826049805,7.978370189666748,-17.802000045776367,-23.72610092163086,7.878300189971924,-17.798200607299805,-23.727399826049805,7.978370189666748,-17.7632999420166,-23.62220001220703,7.978409767150879,-17.845699310302734,-23.924999237060547,7.978149890899658,-17.849599838256836,-23.92449951171875,7.878300189971924,-17.862899780273438,-24.044700622558594,7.977960109710693,-17.862899780273438,-24.044700622558594,7.977960109710693,-17.849599838256836,-23.92449951171875,7.878300189971924,-17.8656005859375,-24.12779998779297,7.878300189971924,-17.862899780273438,-24.044700622558594,7.977960109710693,-17.8656005859375,-24.12779998779297,7.878300189971924,-17.8656005859375,-24.12779998779297,7.978089809417725,-8.415599822998047,-22.827800750732422,7.977970123291016,-8.365599632263184,-22.827800750732422,7.977960109710693,-8.365599632263184,-22.827800750732422,7.878300189971924,-16.56559944152832,-22.827800750732422,7.878300189971924,-16.56559944152832,-22.827800750732422,7.977970123291016,-16.515600204467773,-22.827800750732422,7.977980136871338,-16.515600204467773,-22.827800750732422,7.977980136871338,-15.165599822998047,-22.827800750732422,7.978129863739014,-16.56559944152832,-22.827800750732422,7.878300189971924,-16.56559944152832,-22.827800750732422,7.878300189971924,-15.165599822998047,-22.827800750732422,7.978129863739014,-12.46560001373291,-22.827800750732422,7.978439807891846,-16.56559944152832,-22.827800750732422,7.878300189971924,-12.46560001373291,-22.827800750732422,7.978439807891846,-8.365599632263184,-22.827800750732422,7.878300189971924,-8.365599632263184,-22.827800750732422,7.878300189971924,-12.46560001373291,-22.827800750732422,7.978439807891846,-9.765600204467773,-22.827800750732422,7.978119850158691,-8.365599632263184,-22.827800750732422,7.878300189971924,-9.765600204467773,-22.827800750732422,7.978119850158691,-8.415599822998047,-22.827800750732422,7.977970123291016,-7.492129802703857,-23.165000915527344,7.978419780731201,-7.448910236358643,-23.211000442504883,7.9783501625061035,-7.446360111236572,-23.208599090576172,7.878300189971924,-7.082059860229492,-23.921600341796875,7.978129863739014,-7.081830024719238,-23.92449951171875,7.978129863739014,-7.081600189208984,-23.92449951171875,7.878300189971924,-7.081600189208984,-23.92449951171875,7.878300189971924,-7.081830024719238,-23.92449951171875,7.978129863739014,-7.0655999183654785,-24.12779998779297,7.978089809417725,-7.081600189208984,-23.92449951171875,7.878300189971924,-7.0655999183654785,-24.12779998779297,7.978089809417725,-7.0655999183654785,-24.12779998779297,7.878300189971924,-7.082059860229492,-23.921600341796875,7.978129863739014,-7.081600189208984,-23.92449951171875,7.878300189971924,-7.129429817199707,-23.72610092163086,7.978419780731201,-7.129429817199707,-23.72610092163086,7.978419780731201,-7.081600189208984,-23.92449951171875,7.878300189971924,-7.12923002243042,-23.72610092163086,7.878300189971924,-7.129429817199707,-23.72610092163086,7.978419780731201,-7.12923002243042,-23.72610092163086,7.878300189971924,-7.130060195922852,-23.723499298095703,7.978419780731201,-7.333539962768555,-23.337299346923828,7.9781999588012695,-7.315690040588379,-23.364900588989258,7.978219985961914,-7.31387996673584,-23.36370086669922,7.878300189971924,-7.31387996673584,-23.36370086669922,7.878300189971924,-7.315690040588379,-23.364900588989258,7.978219985961914,-7.22268009185791,-23.508399963378906,7.978320121765137,-7.31387996673584,-23.36370086669922,7.878300189971924,-7.22268009185791,-23.508399963378906,7.978320121765137,-7.207290172576904,-23.537599563598633,7.878300189971924,-7.207290172576904,-23.537599563598633,7.878300189971924,-7.22268009185791,-23.508399963378906,7.978320121765137,-7.209310054779053,-23.53849983215332,7.978330135345459,-7.207290172576904,-23.537599563598633,7.878300189971924,-7.209310054779053,-23.53849983215332,7.978330135345459,-7.12923002243042,-23.72610092163086,7.878300189971924,-7.12923002243042,-23.72610092163086,7.878300189971924,-7.209310054779053,-23.53849983215332,7.978330135345459,-7.138869762420654,-23.697500228881836,7.978429794311523,-7.12923002243042,-23.72610092163086,7.878300189971924,-7.138869762420654,-23.697500228881836,7.978429794311523,-7.130060195922852,-23.723499298095703,7.978419780731201,-7.446360111236572,-23.208599090576172,7.878300189971924,-7.448910236358643,-23.211000442504883,7.9783501625061035,-7.31387996673584,-23.36370086669922,7.878300189971924,-7.31387996673584,-23.36370086669922,7.878300189971924,-7.448910236358643,-23.211000442504883,7.9783501625061035,-7.350430011749268,-23.315799713134766,7.9781999588012695,-7.31387996673584,-23.36370086669922,7.878300189971924,-7.350430011749268,-23.315799713134766,7.9781999588012695,-7.333539962768555,-23.337299346923828,7.9781999588012695,-7.492129802703857,-23.165000915527344,7.978419780731201,-7.446360111236572,-23.208599090576172,7.878300189971924,-7.603569984436035,-23.078800201416016,7.978640079498291,-7.603569984436035,-23.078800201416016,7.978640079498291,-7.446360111236572,-23.208599090576172,7.878300189971924,-7.601480007171631,-23.076099395751953,7.878300189971924,-7.603569984436035,-23.078800201416016,7.978640079498291,-7.601480007171631,-23.076099395751953,7.878300189971924,-7.653349876403809,-23.040300369262695,7.978740215301514,-7.653349876403809,-23.040300369262695,7.978740215301514,-7.601480007171631,-23.076099395751953,7.878300189971924,-7.775410175323486,-22.969499588012695,7.878300189971924,-7.653349876403809,-23.040300369262695,7.978740215301514,-7.775410175323486,-22.969499588012695,7.878300189971924,-7.676449775695801,-23.02549934387207,7.978769779205322,-7.9638800621032715,-22.891399383544922,7.878300189971924,-7.860060214996338,-22.930099487304688,7.978740215301514,-7.775410175323486,-22.969499588012695,7.878300189971924,-7.775410175323486,-22.969499588012695,7.878300189971924,-7.860060214996338,-22.930099487304688,7.978740215301514,-7.777289867401123,-22.973100662231445,7.978750228881836,-7.775410175323486,-22.969499588012695,7.878300189971924,-7.777289867401123,-22.973100662231445,7.978750228881836,-7.676449775695801,-23.02549934387207,7.978769779205322,-8.162790298461914,-22.847700119018555,7.9780402183532715,-8.080169677734375,-22.859500885009766,7.978189945220947,-8.162229537963867,-22.843799591064453,7.878300189971924,-8.162229537963867,-22.843799591064453,7.878300189971924,-8.080169677734375,-22.859500885009766,7.978189945220947,-8.053460121154785,-22.86590003967285,7.978260040283203,-8.162229537963867,-22.843799591064453,7.878300189971924,-8.053460121154785,-22.86590003967285,7.978260040283203,-7.9638800621032715,-22.891399383544922,7.878300189971924,-7.9638800621032715,-22.891399383544922,7.878300189971924,-8.053460121154785,-22.86590003967285,7.978260040283203,-7.965129852294922,-22.895200729370117,7.978479862213135,-7.9638800621032715,-22.891399383544922,7.878300189971924,-7.965129852294922,-22.895200729370117,7.978479862213135,-7.860060214996338,-22.930099487304688,7.978740215301514,-8.162790298461914,-22.847700119018555,7.9780402183532715,-8.162229537963867,-22.843799591064453,7.878300189971924,-8.282520294189453,-22.83049964904785,7.977819919586182,-8.282520294189453,-22.83049964904785,7.977819919586182,-8.162229537963867,-22.843799591064453,7.878300189971924,-8.365599632263184,-22.827800750732422,7.878300189971924,-8.282520294189453,-22.83049964904785,7.977819919586182,-8.365599632263184,-22.827800750732422,7.878300189971924,-8.365599632263184,-22.827800750732422,7.977960109710693,-7.0655999183654785,-24.12779998779297,7.978089809417725,-7.0655999183654785,-24.152799606323242,7.978089809417725,-7.0655999183654785,-24.12779998779297,7.878300189971924,-7.0655999183654785,-24.12779998779297,7.878300189971924,-7.0655999183654785,-24.152799606323242,7.978089809417725,-7.0655999183654785,-24.81529998779297,7.978089809417725,-7.0655999183654785,-26.827800750732422,7.978089809417725,-7.0655999183654785,-26.827800750732422,7.878300189971924,-7.0655999183654785,-26.802799224853516,7.978089809417725,-7.0655999183654785,-26.802799224853516,7.978089809417725,-7.0655999183654785,-26.827800750732422,7.878300189971924,-7.0655999183654785,-24.12779998779297,7.878300189971924,-7.0655999183654785,-26.802799224853516,7.978089809417725,-7.0655999183654785,-24.12779998779297,7.878300189971924,-7.0655999183654785,-25.477800369262695,7.978089809417725,-7.0655999183654785,-25.477800369262695,7.978089809417725,-7.0655999183654785,-24.12779998779297,7.878300189971924,-7.0655999183654785,-24.81529998779297,7.978089809417725,-4.0655999183654785,-22.727800369262695,7.878300189971924,-4.0655999183654785,-22.727800369262695,7.978300094604492,-4.284609794616699,-22.745100021362305,7.978300094604492,-4.0655999183654785,-22.727800369262695,7.878300189971924,-4.284609794616699,-22.745100021362305,7.978300094604492,-4.284609794616699,-22.745100021362305,7.878300189971924,-4.284609794616699,-22.745100021362305,7.878300189971924,-4.284609794616699,-22.745100021362305,7.978300094604492,-4.498219966888428,-22.796300888061523,7.978300094604492,-4.284609794616699,-22.745100021362305,7.878300189971924,-4.498219966888428,-22.796300888061523,7.978300094604492,-4.498219966888428,-22.796300888061523,7.878300189971924,-4.498219966888428,-22.796300888061523,7.878300189971924,-4.498219966888428,-22.796300888061523,7.978300094604492,-4.7011799812316895,-22.880399703979492,7.978300094604492,-4.498219966888428,-22.796300888061523,7.878300189971924,-4.7011799812316895,-22.880399703979492,7.978300094604492,-4.7011799812316895,-22.880399703979492,7.878300189971924,-4.7011799812316895,-22.880399703979492,7.878300189971924,-4.7011799812316895,-22.880399703979492,7.978300094604492,-4.888500213623047,-22.99519920349121,7.978300094604492,-4.7011799812316895,-22.880399703979492,7.878300189971924,-4.888500213623047,-22.99519920349121,7.978300094604492,-4.888500213623047,-22.99519920349121,7.878300189971924,-4.888500213623047,-22.99519920349121,7.878300189971924,-4.888500213623047,-22.99519920349121,7.978300094604492,-5.0555500984191895,-23.13789939880371,7.978300094604492,-4.888500213623047,-22.99519920349121,7.878300189971924,-5.0555500984191895,-23.13789939880371,7.978300094604492,-5.0555500984191895,-23.13789939880371,7.878300189971924,-5.0555500984191895,-23.13789939880371,7.878300189971924,-5.0555500984191895,-23.13789939880371,7.978300094604492,-5.1982197761535645,-23.304899215698242,7.978300094604492,-5.0555500984191895,-23.13789939880371,7.878300189971924,-5.1982197761535645,-23.304899215698242,7.978300094604492,-5.1982197761535645,-23.304899215698242,7.878300189971924,-5.1982197761535645,-23.304899215698242,7.878300189971924,-5.1982197761535645,-23.304899215698242,7.978300094604492,-5.313010215759277,-23.49220085144043,7.978300094604492,-5.1982197761535645,-23.304899215698242,7.878300189971924,-5.313010215759277,-23.49220085144043,7.978300094604492,-5.313010215759277,-23.49220085144043,7.878300189971924,-5.313010215759277,-23.49220085144043,7.878300189971924,-5.313010215759277,-23.49220085144043,7.978300094604492,-5.397079944610596,-23.695199966430664,7.978300094604492,-5.313010215759277,-23.49220085144043,7.878300189971924,-5.397079944610596,-23.695199966430664,7.978300094604492,-5.397079944610596,-23.695199966430664,7.878300189971924,-5.397079944610596,-23.695199966430664,7.878300189971924,-5.397079944610596,-23.695199966430664,7.978300094604492,-5.448359966278076,-23.90880012512207,7.978300094604492,-5.397079944610596,-23.695199966430664,7.878300189971924,-5.448359966278076,-23.90880012512207,7.978300094604492,-5.448359966278076,-23.90880012512207,7.878300189971924,-5.448359966278076,-23.90880012512207,7.878300189971924,-5.448359966278076,-23.90880012512207,7.978300094604492,-5.46560001373291,-24.12779998779297,7.978300094604492,-5.448359966278076,-23.90880012512207,7.878300189971924,-5.46560001373291,-24.12779998779297,7.978300094604492,-5.46560001373291,-24.12779998779297,7.878300189971924,-4.0655999183654785,-22.727800369262695,7.878300189971924,4.134399890899658,-22.727800369262695,7.878300189971924,-4.0655999183654785,-22.727800369262695,7.978300094604492,-4.0655999183654785,-22.727800369262695,7.978300094604492,4.134399890899658,-22.727800369262695,7.878300189971924,4.134399890899658,-22.727800369262695,7.978300094604492,5.53439998626709,-24.12779998779297,7.878300189971924,5.53439998626709,-24.12779998779297,7.978300094604492,5.517169952392578,-23.90880012512207,7.978300094604492,5.53439998626709,-24.12779998779297,7.878300189971924,5.517169952392578,-23.90880012512207,7.978300094604492,5.517169952392578,-23.90880012512207,7.878300189971924,5.517169952392578,-23.90880012512207,7.878300189971924,5.517169952392578,-23.90880012512207,7.978300094604492,5.465879917144775,-23.695199966430664,7.978300094604492,5.517169952392578,-23.90880012512207,7.878300189971924,5.465879917144775,-23.695199966430664,7.978300094604492,5.465879917144775,-23.695199966430664,7.878300189971924,5.465879917144775,-23.695199966430664,7.878300189971924,5.465879917144775,-23.695199966430664,7.978300094604492,5.381810188293457,-23.49220085144043,7.978300094604492,5.465879917144775,-23.695199966430664,7.878300189971924,5.381810188293457,-23.49220085144043,7.978300094604492,5.381810188293457,-23.49220085144043,7.878300189971924,5.381810188293457,-23.49220085144043,7.878300189971924,5.381810188293457,-23.49220085144043,7.978300094604492,5.267029762268066,-23.304899215698242,7.978300094604492,5.381810188293457,-23.49220085144043,7.878300189971924,5.267029762268066,-23.304899215698242,7.978300094604492,5.267029762268066,-23.304899215698242,7.878300189971924,5.267029762268066,-23.304899215698242,7.878300189971924,5.267029762268066,-23.304899215698242,7.978300094604492,5.124350070953369,-23.13789939880371,7.978300094604492,5.267029762268066,-23.304899215698242,7.878300189971924,5.124350070953369,-23.13789939880371,7.978300094604492,5.124350070953369,-23.13789939880371,7.878300189971924,5.124350070953369,-23.13789939880371,7.878300189971924,5.124350070953369,-23.13789939880371,7.978300094604492,4.957300186157227,-22.99519920349121,7.978300094604492,5.124350070953369,-23.13789939880371,7.878300189971924,4.957300186157227,-22.99519920349121,7.978300094604492,4.957300186157227,-22.99519920349121,7.878300189971924,4.957300186157227,-22.99519920349121,7.878300189971924,4.957300186157227,-22.99519920349121,7.978300094604492,4.769989967346191,-22.880399703979492,7.978300094604492,4.957300186157227,-22.99519920349121,7.878300189971924,4.769989967346191,-22.880399703979492,7.978300094604492,4.769989967346191,-22.880399703979492,7.878300189971924,4.769989967346191,-22.880399703979492,7.878300189971924,4.769989967346191,-22.880399703979492,7.978300094604492,4.56702995300293,-22.796300888061523,7.978300094604492,4.769989967346191,-22.880399703979492,7.878300189971924,4.56702995300293,-22.796300888061523,7.978300094604492,4.56702995300293,-22.796300888061523,7.878300189971924,4.56702995300293,-22.796300888061523,7.878300189971924,4.56702995300293,-22.796300888061523,7.978300094604492,4.353409767150879,-22.745100021362305,7.978300094604492,4.56702995300293,-22.796300888061523,7.878300189971924,4.353409767150879,-22.745100021362305,7.978300094604492,4.353409767150879,-22.745100021362305,7.878300189971924,4.353409767150879,-22.745100021362305,7.878300189971924,4.353409767150879,-22.745100021362305,7.978300094604492,4.134399890899658,-22.727800369262695,7.978300094604492,4.353409767150879,-22.745100021362305,7.878300189971924,4.134399890899658,-22.727800369262695,7.978300094604492,4.134399890899658,-22.727800369262695,7.878300189971924,5.53439998626709,-24.12779998779297,7.878300189971924,5.53439998626709,-26.827800750732422,7.878300189971924,5.53439998626709,-24.12779998779297,7.978300094604492,5.53439998626709,-24.12779998779297,7.978300094604492,5.53439998626709,-26.827800750732422,7.878300189971924,5.53439998626709,-26.827800750732422,7.978300094604492,4.134399890899658,-28.227800369262695,7.878300189971924,4.134399890899658,-28.227800369262695,7.978300094604492,4.353409767150879,-28.210599899291992,7.978300094604492,4.134399890899658,-28.227800369262695,7.878300189971924,4.353409767150879,-28.210599899291992,7.978300094604492,4.353409767150879,-28.210599899291992,7.878300189971924,4.353409767150879,-28.210599899291992,7.878300189971924,4.353409767150879,-28.210599899291992,7.978300094604492,4.56702995300293,-28.159299850463867,7.978300094604492,4.353409767150879,-28.210599899291992,7.878300189971924,4.56702995300293,-28.159299850463867,7.978300094604492,4.56702995300293,-28.159299850463867,7.878300189971924,4.56702995300293,-28.159299850463867,7.878300189971924,4.56702995300293,-28.159299850463867,7.978300094604492,4.769989967346191,-28.075199127197266,7.978300094604492,4.56702995300293,-28.159299850463867,7.878300189971924,4.769989967346191,-28.075199127197266,7.978300094604492,4.769989967346191,-28.075199127197266,7.878300189971924,4.769989967346191,-28.075199127197266,7.878300189971924,4.769989967346191,-28.075199127197266,7.978300094604492,4.957300186157227,-27.960399627685547,7.978300094604492,4.769989967346191,-28.075199127197266,7.878300189971924,4.957300186157227,-27.960399627685547,7.978300094604492,4.957300186157227,-27.960399627685547,7.878300189971924,4.957300186157227,-27.960399627685547,7.878300189971924,4.957300186157227,-27.960399627685547,7.978300094604492,5.124350070953369,-27.817800521850586,7.978300094604492,4.957300186157227,-27.960399627685547,7.878300189971924,5.124350070953369,-27.817800521850586,7.978300094604492,5.124350070953369,-27.817800521850586,7.878300189971924,5.124350070953369,-27.817800521850586,7.878300189971924,5.124350070953369,-27.817800521850586,7.978300094604492,5.267029762268066,-27.650699615478516,7.978300094604492,5.124350070953369,-27.817800521850586,7.878300189971924,5.267029762268066,-27.650699615478516,7.978300094604492,5.267029762268066,-27.650699615478516,7.878300189971924,5.267029762268066,-27.650699615478516,7.878300189971924,5.267029762268066,-27.650699615478516,7.978300094604492,5.381810188293457,-27.46339988708496,7.978300094604492,5.267029762268066,-27.650699615478516,7.878300189971924,5.381810188293457,-27.46339988708496,7.978300094604492,5.381810188293457,-27.46339988708496,7.878300189971924,5.381810188293457,-27.46339988708496,7.878300189971924,5.381810188293457,-27.46339988708496,7.978300094604492,5.465879917144775,-27.260400772094727,7.978300094604492,5.381810188293457,-27.46339988708496,7.878300189971924,5.465879917144775,-27.260400772094727,7.978300094604492,5.465879917144775,-27.260400772094727,7.878300189971924,5.465879917144775,-27.260400772094727,7.878300189971924,5.465879917144775,-27.260400772094727,7.978300094604492,5.517169952392578,-27.04680061340332,7.978300094604492,5.465879917144775,-27.260400772094727,7.878300189971924,5.517169952392578,-27.04680061340332,7.978300094604492,5.517169952392578,-27.04680061340332,7.878300189971924,5.517169952392578,-27.04680061340332,7.878300189971924,5.517169952392578,-27.04680061340332,7.978300094604492,5.53439998626709,-26.827800750732422,7.978300094604492,5.517169952392578,-27.04680061340332,7.878300189971924,5.53439998626709,-26.827800750732422,7.978300094604492,5.53439998626709,-26.827800750732422,7.878300189971924,4.134399890899658,-28.227800369262695,7.878300189971924,-4.0655999183654785,-28.227800369262695,7.878300189971924,4.134399890899658,-28.227800369262695,7.978300094604492,4.134399890899658,-28.227800369262695,7.978300094604492,-4.0655999183654785,-28.227800369262695,7.878300189971924,-4.0655999183654785,-28.227800369262695,7.978300094604492,-5.46560001373291,-26.827800750732422,7.878300189971924,-5.46560001373291,-26.827800750732422,7.978300094604492,-5.448359966278076,-27.04680061340332,7.978300094604492,-5.46560001373291,-26.827800750732422,7.878300189971924,-5.448359966278076,-27.04680061340332,7.978300094604492,-5.448359966278076,-27.04680061340332,7.878300189971924,-5.448359966278076,-27.04680061340332,7.878300189971924,-5.448359966278076,-27.04680061340332,7.978300094604492,-5.397079944610596,-27.260400772094727,7.978300094604492,-5.448359966278076,-27.04680061340332,7.878300189971924,-5.397079944610596,-27.260400772094727,7.978300094604492,-5.397079944610596,-27.260400772094727,7.878300189971924,-5.397079944610596,-27.260400772094727,7.878300189971924,-5.397079944610596,-27.260400772094727,7.978300094604492,-5.313010215759277,-27.46339988708496,7.978300094604492,-5.397079944610596,-27.260400772094727,7.878300189971924,-5.313010215759277,-27.46339988708496,7.978300094604492,-5.313010215759277,-27.46339988708496,7.878300189971924,-5.313010215759277,-27.46339988708496,7.878300189971924,-5.313010215759277,-27.46339988708496,7.978300094604492,-5.1982197761535645,-27.650699615478516,7.978300094604492,-5.313010215759277,-27.46339988708496,7.878300189971924,-5.1982197761535645,-27.650699615478516,7.978300094604492,-5.1982197761535645,-27.650699615478516,7.878300189971924,-5.1982197761535645,-27.650699615478516,7.878300189971924,-5.1982197761535645,-27.650699615478516,7.978300094604492,-5.0555500984191895,-27.817800521850586,7.978300094604492,-5.1982197761535645,-27.650699615478516,7.878300189971924,-5.0555500984191895,-27.817800521850586,7.978300094604492,-5.0555500984191895,-27.817800521850586,7.878300189971924,-5.0555500984191895,-27.817800521850586,7.878300189971924,-5.0555500984191895,-27.817800521850586,7.978300094604492,-4.888500213623047,-27.960399627685547,7.978300094604492,-5.0555500984191895,-27.817800521850586,7.878300189971924,-4.888500213623047,-27.960399627685547,7.978300094604492,-4.888500213623047,-27.960399627685547,7.878300189971924,-4.888500213623047,-27.960399627685547,7.878300189971924,-4.888500213623047,-27.960399627685547,7.978300094604492,-4.7011799812316895,-28.075199127197266,7.978300094604492,-4.888500213623047,-27.960399627685547,7.878300189971924,-4.7011799812316895,-28.075199127197266,7.978300094604492,-4.7011799812316895,-28.075199127197266,7.878300189971924,-4.7011799812316895,-28.075199127197266,7.878300189971924,-4.7011799812316895,-28.075199127197266,7.978300094604492,-4.498219966888428,-28.159299850463867,7.978300094604492,-4.7011799812316895,-28.075199127197266,7.878300189971924,-4.498219966888428,-28.159299850463867,7.978300094604492,-4.498219966888428,-28.159299850463867,7.878300189971924,-4.498219966888428,-28.159299850463867,7.878300189971924,-4.498219966888428,-28.159299850463867,7.978300094604492,-4.284609794616699,-28.210599899291992,7.978300094604492,-4.498219966888428,-28.159299850463867,7.878300189971924,-4.284609794616699,-28.210599899291992,7.978300094604492,-4.284609794616699,-28.210599899291992,7.878300189971924,-4.284609794616699,-28.210599899291992,7.878300189971924,-4.284609794616699,-28.210599899291992,7.978300094604492,-4.0655999183654785,-28.227800369262695,7.978300094604492,-4.284609794616699,-28.210599899291992,7.878300189971924,-4.0655999183654785,-28.227800369262695,7.978300094604492,-4.0655999183654785,-28.227800369262695,7.878300189971924,-5.46560001373291,-26.827800750732422,7.878300189971924,-5.46560001373291,-24.12779998779297,7.878300189971924,-5.46560001373291,-26.827800750732422,7.978300094604492,-5.46560001373291,-26.827800750732422,7.978300094604492,-5.46560001373291,-24.12779998779297,7.878300189971924,-5.46560001373291,-24.12779998779297,7.978300094604492,-5.365600109100342,-26.827800750732422,7.878300189971924,-5.46560001373291,-26.827800750732422,7.878300189971924,-5.349589824676514,-27.031200408935547,7.878300189971924,-5.349589824676514,-27.031200408935547,7.878300189971924,-5.46560001373291,-26.827800750732422,7.878300189971924,-5.448359966278076,-27.04680061340332,7.878300189971924,-5.349589824676514,-27.031200408935547,7.878300189971924,-5.448359966278076,-27.04680061340332,7.878300189971924,-5.3019700050354,-27.22949981689453,7.878300189971924,-5.3019700050354,-27.22949981689453,7.878300189971924,-5.448359966278076,-27.04680061340332,7.878300189971924,-5.397079944610596,-27.260400772094727,7.878300189971924,-5.3019700050354,-27.22949981689453,7.878300189971924,-5.397079944610596,-27.260400772094727,7.878300189971924,-5.223909854888916,-27.417999267578125,7.878300189971924,-5.223909854888916,-27.417999267578125,7.878300189971924,-5.397079944610596,-27.260400772094727,7.878300189971924,-5.313010215759277,-27.46339988708496,7.878300189971924,-5.223909854888916,-27.417999267578125,7.878300189971924,-5.313010215759277,-27.46339988708496,7.878300189971924,-5.1173200607299805,-27.591899871826172,7.878300189971924,-5.1173200607299805,-27.591899871826172,7.878300189971924,-5.313010215759277,-27.46339988708496,7.878300189971924,-5.1982197761535645,-27.650699615478516,7.878300189971924,-5.1173200607299805,-27.591899871826172,7.878300189971924,-5.1982197761535645,-27.650699615478516,7.878300189971924,-4.984839916229248,-27.747100830078125,7.878300189971924,-4.984839916229248,-27.747100830078125,7.878300189971924,-5.1982197761535645,-27.650699615478516,7.878300189971924,-5.0555500984191895,-27.817800521850586,7.878300189971924,-4.984839916229248,-27.747100830078125,7.878300189971924,-5.0555500984191895,-27.817800521850586,7.878300189971924,-4.8297200202941895,-27.879499435424805,7.878300189971924,-4.8297200202941895,-27.879499435424805,7.878300189971924,-5.0555500984191895,-27.817800521850586,7.878300189971924,-4.888500213623047,-27.960399627685547,7.878300189971924,-4.8297200202941895,-27.879499435424805,7.878300189971924,-4.888500213623047,-27.960399627685547,7.878300189971924,-4.655789852142334,-27.986099243164062,7.878300189971924,-4.655789852142334,-27.986099243164062,7.878300189971924,-4.888500213623047,-27.960399627685547,7.878300189971924,-4.7011799812316895,-28.075199127197266,7.878300189971924,-4.655789852142334,-27.986099243164062,7.878300189971924,-4.7011799812316895,-28.075199127197266,7.878300189971924,-4.467319965362549,-28.064199447631836,7.878300189971924,-4.467319965362549,-28.064199447631836,7.878300189971924,-4.7011799812316895,-28.075199127197266,7.878300189971924,-4.498219966888428,-28.159299850463867,7.878300189971924,-4.467319965362549,-28.064199447631836,7.878300189971924,-4.498219966888428,-28.159299850463867,7.878300189971924,-4.268959999084473,-28.111799240112305,7.878300189971924,-4.268959999084473,-28.111799240112305,7.878300189971924,-4.498219966888428,-28.159299850463867,7.878300189971924,-4.284609794616699,-28.210599899291992,7.878300189971924,-4.268959999084473,-28.111799240112305,7.878300189971924,-4.284609794616699,-28.210599899291992,7.878300189971924,-4.0655999183654785,-28.12779998779297,7.878300189971924,-4.0655999183654785,-28.12779998779297,7.878300189971924,-4.284609794616699,-28.210599899291992,7.878300189971924,-4.0655999183654785,-28.227800369262695,7.878300189971924,-4.0655999183654785,-28.12779998779297,7.878300189971924,-4.0655999183654785,-28.227800369262695,7.878300189971924,4.134399890899658,-28.12779998779297,7.878300189971924,4.134399890899658,-28.12779998779297,7.878300189971924,-4.0655999183654785,-28.227800369262695,7.878300189971924,4.134399890899658,-28.227800369262695,7.878300189971924,4.134399890899658,-28.12779998779297,7.878300189971924,4.134399890899658,-28.227800369262695,7.878300189971924,4.337769985198975,-28.111799240112305,7.878300189971924,4.337769985198975,-28.111799240112305,7.878300189971924,4.134399890899658,-28.227800369262695,7.878300189971924,4.353409767150879,-28.210599899291992,7.878300189971924,4.337769985198975,-28.111799240112305,7.878300189971924,4.353409767150879,-28.210599899291992,7.878300189971924,4.5361199378967285,-28.064199447631836,7.878300189971924,4.5361199378967285,-28.064199447631836,7.878300189971924,4.353409767150879,-28.210599899291992,7.878300189971924,4.56702995300293,-28.159299850463867,7.878300189971924,4.5361199378967285,-28.064199447631836,7.878300189971924,4.56702995300293,-28.159299850463867,7.878300189971924,4.724589824676514,-27.986099243164062,7.878300189971924,4.724589824676514,-27.986099243164062,7.878300189971924,4.56702995300293,-28.159299850463867,7.878300189971924,4.769989967346191,-28.075199127197266,7.878300189971924,4.724589824676514,-27.986099243164062,7.878300189971924,4.769989967346191,-28.075199127197266,7.878300189971924,4.898519992828369,-27.879499435424805,7.878300189971924,4.898519992828369,-27.879499435424805,7.878300189971924,4.769989967346191,-28.075199127197266,7.878300189971924,4.957300186157227,-27.960399627685547,7.878300189971924,4.898519992828369,-27.879499435424805,7.878300189971924,4.957300186157227,-27.960399627685547,7.878300189971924,5.053639888763428,-27.747100830078125,7.878300189971924,5.053639888763428,-27.747100830078125,7.878300189971924,4.957300186157227,-27.960399627685547,7.878300189971924,5.124350070953369,-27.817800521850586,7.878300189971924,5.053639888763428,-27.747100830078125,7.878300189971924,5.124350070953369,-27.817800521850586,7.878300189971924,5.18612003326416,-27.591899871826172,7.878300189971924,5.18612003326416,-27.591899871826172,7.878300189971924,5.124350070953369,-27.817800521850586,7.878300189971924,5.267029762268066,-27.650699615478516,7.878300189971924,5.18612003326416,-27.591899871826172,7.878300189971924,5.267029762268066,-27.650699615478516,7.878300189971924,5.292709827423096,-27.417999267578125,7.878300189971924,5.292709827423096,-27.417999267578125,7.878300189971924,5.267029762268066,-27.650699615478516,7.878300189971924,5.381810188293457,-27.46339988708496,7.878300189971924,5.292709827423096,-27.417999267578125,7.878300189971924,5.381810188293457,-27.46339988708496,7.878300189971924,5.370779991149902,-27.22949981689453,7.878300189971924,5.370779991149902,-27.22949981689453,7.878300189971924,5.381810188293457,-27.46339988708496,7.878300189971924,5.465879917144775,-27.260400772094727,7.878300189971924,5.370779991149902,-27.22949981689453,7.878300189971924,5.465879917144775,-27.260400772094727,7.878300189971924,5.418399810791016,-27.031200408935547,7.878300189971924,5.418399810791016,-27.031200408935547,7.878300189971924,5.465879917144775,-27.260400772094727,7.878300189971924,5.517169952392578,-27.04680061340332,7.878300189971924,5.418399810791016,-27.031200408935547,7.878300189971924,5.517169952392578,-27.04680061340332,7.878300189971924,5.4344000816345215,-26.827800750732422,7.878300189971924,5.4344000816345215,-26.827800750732422,7.878300189971924,5.517169952392578,-27.04680061340332,7.878300189971924,5.53439998626709,-26.827800750732422,7.878300189971924,5.4344000816345215,-26.827800750732422,7.878300189971924,5.53439998626709,-26.827800750732422,7.878300189971924,5.4344000816345215,-24.12779998779297,7.878300189971924,5.4344000816345215,-24.12779998779297,7.878300189971924,5.53439998626709,-26.827800750732422,7.878300189971924,5.53439998626709,-24.12779998779297,7.878300189971924,5.4344000816345215,-24.12779998779297,7.878300189971924,5.53439998626709,-24.12779998779297,7.878300189971924,5.418399810791016,-23.92449951171875,7.878300189971924,5.418399810791016,-23.92449951171875,7.878300189971924,5.53439998626709,-24.12779998779297,7.878300189971924,5.517169952392578,-23.90880012512207,7.878300189971924,5.418399810791016,-23.92449951171875,7.878300189971924,5.517169952392578,-23.90880012512207,7.878300189971924,5.370779991149902,-23.72610092163086,7.878300189971924,5.370779991149902,-23.72610092163086,7.878300189971924,5.517169952392578,-23.90880012512207,7.878300189971924,5.465879917144775,-23.695199966430664,7.878300189971924,5.370779991149902,-23.72610092163086,7.878300189971924,5.465879917144775,-23.695199966430664,7.878300189971924,5.292709827423096,-23.537599563598633,7.878300189971924,5.292709827423096,-23.537599563598633,7.878300189971924,5.465879917144775,-23.695199966430664,7.878300189971924,5.381810188293457,-23.49220085144043,7.878300189971924,5.292709827423096,-23.537599563598633,7.878300189971924,5.381810188293457,-23.49220085144043,7.878300189971924,5.18612003326416,-23.36370086669922,7.878300189971924,5.18612003326416,-23.36370086669922,7.878300189971924,5.381810188293457,-23.49220085144043,7.878300189971924,5.267029762268066,-23.304899215698242,7.878300189971924,5.18612003326416,-23.36370086669922,7.878300189971924,5.267029762268066,-23.304899215698242,7.878300189971924,5.053639888763428,-23.208599090576172,7.878300189971924,5.053639888763428,-23.208599090576172,7.878300189971924,5.267029762268066,-23.304899215698242,7.878300189971924,5.124350070953369,-23.13789939880371,7.878300189971924,5.053639888763428,-23.208599090576172,7.878300189971924,5.124350070953369,-23.13789939880371,7.878300189971924,4.898519992828369,-23.076099395751953,7.878300189971924,4.898519992828369,-23.076099395751953,7.878300189971924,5.124350070953369,-23.13789939880371,7.878300189971924,4.957300186157227,-22.99519920349121,7.878300189971924,4.898519992828369,-23.076099395751953,7.878300189971924,4.957300186157227,-22.99519920349121,7.878300189971924,4.724589824676514,-22.969499588012695,7.878300189971924,4.724589824676514,-22.969499588012695,7.878300189971924,4.957300186157227,-22.99519920349121,7.878300189971924,4.769989967346191,-22.880399703979492,7.878300189971924,4.724589824676514,-22.969499588012695,7.878300189971924,4.769989967346191,-22.880399703979492,7.878300189971924,4.5361199378967285,-22.891399383544922,7.878300189971924,4.5361199378967285,-22.891399383544922,7.878300189971924,4.769989967346191,-22.880399703979492,7.878300189971924,4.56702995300293,-22.796300888061523,7.878300189971924,4.5361199378967285,-22.891399383544922,7.878300189971924,4.56702995300293,-22.796300888061523,7.878300189971924,4.337769985198975,-22.843799591064453,7.878300189971924,4.337769985198975,-22.843799591064453,7.878300189971924,4.56702995300293,-22.796300888061523,7.878300189971924,4.353409767150879,-22.745100021362305,7.878300189971924,4.337769985198975,-22.843799591064453,7.878300189971924,4.353409767150879,-22.745100021362305,7.878300189971924,4.134399890899658,-22.827800750732422,7.878300189971924,4.134399890899658,-22.827800750732422,7.878300189971924,4.353409767150879,-22.745100021362305,7.878300189971924,4.134399890899658,-22.727800369262695,7.878300189971924,4.134399890899658,-22.827800750732422,7.878300189971924,4.134399890899658,-22.727800369262695,7.878300189971924,-4.0655999183654785,-22.827800750732422,7.878300189971924,-4.0655999183654785,-22.827800750732422,7.878300189971924,4.134399890899658,-22.727800369262695,7.878300189971924,-4.0655999183654785,-22.727800369262695,7.878300189971924,-4.0655999183654785,-22.827800750732422,7.878300189971924,-4.0655999183654785,-22.727800369262695,7.878300189971924,-4.268959999084473,-22.843799591064453,7.878300189971924,-4.268959999084473,-22.843799591064453,7.878300189971924,-4.0655999183654785,-22.727800369262695,7.878300189971924,-4.284609794616699,-22.745100021362305,7.878300189971924,-4.268959999084473,-22.843799591064453,7.878300189971924,-4.284609794616699,-22.745100021362305,7.878300189971924,-4.467319965362549,-22.891399383544922,7.878300189971924,-4.467319965362549,-22.891399383544922,7.878300189971924,-4.284609794616699,-22.745100021362305,7.878300189971924,-4.498219966888428,-22.796300888061523,7.878300189971924,-4.467319965362549,-22.891399383544922,7.878300189971924,-4.498219966888428,-22.796300888061523,7.878300189971924,-4.655789852142334,-22.969499588012695,7.878300189971924,-4.655789852142334,-22.969499588012695,7.878300189971924,-4.498219966888428,-22.796300888061523,7.878300189971924,-4.7011799812316895,-22.880399703979492,7.878300189971924,-4.655789852142334,-22.969499588012695,7.878300189971924,-4.7011799812316895,-22.880399703979492,7.878300189971924,-4.8297200202941895,-23.076099395751953,7.878300189971924,-4.8297200202941895,-23.076099395751953,7.878300189971924,-4.7011799812316895,-22.880399703979492,7.878300189971924,-4.888500213623047,-22.99519920349121,7.878300189971924,-4.8297200202941895,-23.076099395751953,7.878300189971924,-4.888500213623047,-22.99519920349121,7.878300189971924,-4.984839916229248,-23.208599090576172,7.878300189971924,-4.984839916229248,-23.208599090576172,7.878300189971924,-4.888500213623047,-22.99519920349121,7.878300189971924,-5.0555500984191895,-23.13789939880371,7.878300189971924,-4.984839916229248,-23.208599090576172,7.878300189971924,-5.0555500984191895,-23.13789939880371,7.878300189971924,-5.1173200607299805,-23.36370086669922,7.878300189971924,-5.1173200607299805,-23.36370086669922,7.878300189971924,-5.0555500984191895,-23.13789939880371,7.878300189971924,-5.1982197761535645,-23.304899215698242,7.878300189971924,-5.1173200607299805,-23.36370086669922,7.878300189971924,-5.1982197761535645,-23.304899215698242,7.878300189971924,-5.223909854888916,-23.537599563598633,7.878300189971924,-5.223909854888916,-23.537599563598633,7.878300189971924,-5.1982197761535645,-23.304899215698242,7.878300189971924,-5.313010215759277,-23.49220085144043,7.878300189971924,-5.223909854888916,-23.537599563598633,7.878300189971924,-5.313010215759277,-23.49220085144043,7.878300189971924,-5.3019700050354,-23.72610092163086,7.878300189971924,-5.3019700050354,-23.72610092163086,7.878300189971924,-5.313010215759277,-23.49220085144043,7.878300189971924,-5.397079944610596,-23.695199966430664,7.878300189971924,-5.3019700050354,-23.72610092163086,7.878300189971924,-5.397079944610596,-23.695199966430664,7.878300189971924,-5.349589824676514,-23.92449951171875,7.878300189971924,-5.349589824676514,-23.92449951171875,7.878300189971924,-5.397079944610596,-23.695199966430664,7.878300189971924,-5.448359966278076,-23.90880012512207,7.878300189971924,-5.349589824676514,-23.92449951171875,7.878300189971924,-5.448359966278076,-23.90880012512207,7.878300189971924,-5.365600109100342,-24.12779998779297,7.878300189971924,-5.365600109100342,-24.12779998779297,7.878300189971924,-5.448359966278076,-23.90880012512207,7.878300189971924,-5.46560001373291,-24.12779998779297,7.878300189971924,-5.365600109100342,-24.12779998779297,7.878300189971924,-5.46560001373291,-24.12779998779297,7.878300189971924,-5.365600109100342,-26.827800750732422,7.878300189971924,-5.365600109100342,-26.827800750732422,7.878300189971924,-5.46560001373291,-24.12779998779297,7.878300189971924,-5.46560001373291,-26.827800750732422,7.878300189971924,5.22189998626709,-27.54010009765625,7.978229999542236,5.183420181274414,-27.58989906311035,7.978240013122559,5.18612003326416,-27.591899871826172,7.878300189971924,4.340610027313232,-28.111400604248047,7.977970123291016,4.33774995803833,-28.111600875854492,7.977970123291016,4.337769985198975,-28.111799240112305,7.878300189971924,4.337769985198975,-28.111799240112305,7.878300189971924,4.33774995803833,-28.111600875854492,7.977970123291016,4.134399890899658,-28.12779998779297,7.977960109710693,4.337769985198975,-28.111799240112305,7.878300189971924,4.134399890899658,-28.12779998779297,7.977960109710693,4.134399890899658,-28.12779998779297,7.878300189971924,4.340610027313232,-28.111400604248047,7.977970123291016,4.337769985198975,-28.111799240112305,7.878300189971924,4.536069869995117,-28.06399917602539,7.978519916534424,4.536069869995117,-28.06399917602539,7.978519916534424,4.337769985198975,-28.111799240112305,7.878300189971924,4.5361199378967285,-28.064199447631836,7.878300189971924,4.536069869995117,-28.06399917602539,7.978519916534424,4.5361199378967285,-28.064199447631836,7.878300189971924,4.538690090179443,-28.063400268554688,7.978529930114746,4.538690090179443,-28.063400268554688,7.978529930114746,4.5361199378967285,-28.064199447631836,7.878300189971924,4.724589824676514,-27.986099243164062,7.878300189971924,4.538690090179443,-28.063400268554688,7.978529930114746,4.724589824676514,-27.986099243164062,7.878300189971924,4.564680099487305,-28.054500579833984,7.97859001159668,4.924860000610352,-27.859899520874023,7.978600025177002,4.897349834442139,-27.877700805664062,7.978630065917969,4.898519992828369,-27.879499435424805,7.878300189971924,4.898519992828369,-27.879499435424805,7.878300189971924,4.897349834442139,-27.877700805664062,7.978630065917969,4.75383996963501,-27.970800399780273,7.978809833526611,4.898519992828369,-27.879499435424805,7.878300189971924,4.75383996963501,-27.970800399780273,7.978809833526611,4.724589824676514,-27.986099243164062,7.878300189971924,4.724589824676514,-27.986099243164062,7.878300189971924,4.75383996963501,-27.970800399780273,7.978809833526611,4.723690032958984,-27.984100341796875,7.9787797927856445,4.724589824676514,-27.986099243164062,7.878300189971924,4.723690032958984,-27.984100341796875,7.9787797927856445,4.564680099487305,-28.054500579833984,7.97859001159668,5.18612003326416,-27.591899871826172,7.878300189971924,5.183420181274414,-27.58989906311035,7.978240013122559,5.053639888763428,-27.747100830078125,7.878300189971924,5.183420181274414,-27.58989906311035,7.978240013122559,5.097219944000244,-27.7012996673584,7.978250026702881,5.053639888763428,-27.747100830078125,7.878300189971924,5.053639888763428,-27.747100830078125,7.878300189971924,5.097219944000244,-27.7012996673584,7.978250026702881,5.051249980926514,-27.74449920654297,7.978340148925781,5.053639888763428,-27.747100830078125,7.878300189971924,5.051249980926514,-27.74449920654297,7.978340148925781,4.898519992828369,-27.879499435424805,7.878300189971924,4.898519992828369,-27.879499435424805,7.878300189971924,5.051249980926514,-27.74449920654297,7.978340148925781,4.94644021987915,-27.843000411987305,7.978549957275391,4.898519992828369,-27.879499435424805,7.878300189971924,4.94644021987915,-27.843000411987305,7.978549957275391,4.924860000610352,-27.859899520874023,7.978600025177002,5.370779991149902,-27.22949981689453,7.878300189971924,5.332059860229492,-27.33340072631836,7.978409767150879,5.292709827423096,-27.417999267578125,7.878300189971924,5.292709827423096,-27.417999267578125,7.878300189971924,5.332059860229492,-27.33340072631836,7.978409767150879,5.289090156555176,-27.416099548339844,7.978340148925781,5.292709827423096,-27.417999267578125,7.878300189971924,5.289090156555176,-27.416099548339844,7.978340148925781,5.18612003326416,-27.591899871826172,7.878300189971924,5.18612003326416,-27.591899871826172,7.878300189971924,5.289090156555176,-27.416099548339844,7.978340148925781,5.236680030822754,-27.517000198364258,7.978250026702881,5.18612003326416,-27.591899871826172,7.878300189971924,5.236680030822754,-27.517000198364258,7.978250026702881,5.22189998626709,-27.54010009765625,7.978229999542236,5.414539813995361,-27.03059959411621,7.978149890899658,5.402669906616211,-27.113300323486328,7.978280067443848,5.418399810791016,-27.031200408935547,7.878300189971924,5.418399810791016,-27.031200408935547,7.878300189971924,5.402669906616211,-27.113300323486328,7.978280067443848,5.396359920501709,-27.139999389648438,7.978320121765137,5.418399810791016,-27.031200408935547,7.878300189971924,5.396359920501709,-27.139999389648438,7.978320121765137,5.370779991149902,-27.22949981689453,7.878300189971924,5.370779991149902,-27.22949981689453,7.878300189971924,5.396359920501709,-27.139999389648438,7.978320121765137,5.367010116577148,-27.228300094604492,7.978370189666748,5.370779991149902,-27.22949981689453,7.878300189971924,5.367010116577148,-27.228300094604492,7.978370189666748,5.332059860229492,-27.33340072631836,7.978409767150879,5.414539813995361,-27.03059959411621,7.978149890899658,5.418399810791016,-27.031200408935547,7.878300189971924,5.431739807128906,-26.910900115966797,7.977960109710693,5.431739807128906,-26.910900115966797,7.977960109710693,5.418399810791016,-27.031200408935547,7.878300189971924,5.4344000816345215,-26.827800750732422,7.878300189971924,5.431739807128906,-26.910900115966797,7.977960109710693,5.4344000816345215,-26.827800750732422,7.878300189971924,5.4344000816345215,-26.827800750732422,7.978089809417725,-4.015600204467773,-28.12779998779297,7.977970123291016,-4.0655999183654785,-28.12779998779297,7.977960109710693,-4.0655999183654785,-28.12779998779297,7.878300189971924,4.134399890899658,-28.12779998779297,7.878300189971924,4.134399890899658,-28.12779998779297,7.977960109710693,4.084400177001953,-28.12779998779297,7.977970123291016,4.084400177001953,-28.12779998779297,7.977970123291016,2.7344000339508057,-28.12779998779297,7.978119850158691,4.134399890899658,-28.12779998779297,7.878300189971924,4.134399890899658,-28.12779998779297,7.878300189971924,2.7344000339508057,-28.12779998779297,7.978119850158691,0.03440000116825104,-28.12779998779297,7.978429794311523,4.134399890899658,-28.12779998779297,7.878300189971924,0.03440000116825104,-28.12779998779297,7.978429794311523,-4.0655999183654785,-28.12779998779297,7.878300189971924,-4.0655999183654785,-28.12779998779297,7.878300189971924,0.03440000116825104,-28.12779998779297,7.978429794311523,-2.665600061416626,-28.12779998779297,7.978119850158691,-4.0655999183654785,-28.12779998779297,7.878300189971924,-2.665600061416626,-28.12779998779297,7.978119850158691,-4.015600204467773,-28.12779998779297,7.977970123291016,-4.939060211181641,-27.790700912475586,7.978419780731201,-4.982289791107178,-27.744699478149414,7.9783501625061035,-4.984839916229248,-27.747100830078125,7.878300189971924,-5.349140167236328,-27.034000396728516,7.978129863739014,-5.349370002746582,-27.031200408935547,7.978129863739014,-5.349589824676514,-27.031200408935547,7.878300189971924,-5.349589824676514,-27.031200408935547,7.878300189971924,-5.349370002746582,-27.031200408935547,7.978129863739014,-5.365600109100342,-26.827800750732422,7.978089809417725,-5.349589824676514,-27.031200408935547,7.878300189971924,-5.365600109100342,-26.827800750732422,7.978089809417725,-5.365600109100342,-26.827800750732422,7.878300189971924,-5.349140167236328,-27.034000396728516,7.978129863739014,-5.349589824676514,-27.031200408935547,7.878300189971924,-5.301770210266113,-27.22949981689453,7.978419780731201,-5.301770210266113,-27.22949981689453,7.978419780731201,-5.349589824676514,-27.031200408935547,7.878300189971924,-5.3019700050354,-27.22949981689453,7.878300189971924,-5.301770210266113,-27.22949981689453,7.978419780731201,-5.3019700050354,-27.22949981689453,7.878300189971924,-5.3011298179626465,-27.232099533081055,7.978419780731201,-5.097660064697266,-27.61829948425293,7.9781999588012695,-5.115499973297119,-27.59079933166504,7.978219985961914,-5.1173200607299805,-27.591899871826172,7.878300189971924,-5.1173200607299805,-27.591899871826172,7.878300189971924,-5.115499973297119,-27.59079933166504,7.978219985961914,-5.20851993560791,-27.44729995727539,7.978320121765137,-5.1173200607299805,-27.591899871826172,7.878300189971924,-5.20851993560791,-27.44729995727539,7.978320121765137,-5.223909854888916,-27.417999267578125,7.878300189971924,-5.223909854888916,-27.417999267578125,7.878300189971924,-5.20851993560791,-27.44729995727539,7.978320121765137,-5.221879959106445,-27.41710090637207,7.978330135345459,-5.223909854888916,-27.417999267578125,7.878300189971924,-5.221879959106445,-27.41710090637207,7.978330135345459,-5.3019700050354,-27.22949981689453,7.878300189971924,-5.3019700050354,-27.22949981689453,7.878300189971924,-5.221879959106445,-27.41710090637207,7.978330135345459,-5.2923197746276855,-27.258100509643555,7.978429794311523,-5.3019700050354,-27.22949981689453,7.878300189971924,-5.2923197746276855,-27.258100509643555,7.978429794311523,-5.3011298179626465,-27.232099533081055,7.978419780731201,-4.984839916229248,-27.747100830078125,7.878300189971924,-4.982289791107178,-27.744699478149414,7.9783501625061035,-5.1173200607299805,-27.591899871826172,7.878300189971924,-5.1173200607299805,-27.591899871826172,7.878300189971924,-4.982289791107178,-27.744699478149414,7.9783501625061035,-5.0807600021362305,-27.63990020751953,7.9781999588012695,-5.1173200607299805,-27.591899871826172,7.878300189971924,-5.0807600021362305,-27.63990020751953,7.9781999588012695,-5.097660064697266,-27.61829948425293,7.9781999588012695,-4.939060211181641,-27.790700912475586,7.978419780731201,-4.984839916229248,-27.747100830078125,7.878300189971924,-4.827630043029785,-27.876800537109375,7.978640079498291,-4.827630043029785,-27.876800537109375,7.978640079498291,-4.984839916229248,-27.747100830078125,7.878300189971924,-4.8297200202941895,-27.879499435424805,7.878300189971924,-4.827630043029785,-27.876800537109375,7.978640079498291,-4.8297200202941895,-27.879499435424805,7.878300189971924,-4.7778401374816895,-27.915300369262695,7.978740215301514,-4.7778401374816895,-27.915300369262695,7.978740215301514,-4.8297200202941895,-27.879499435424805,7.878300189971924,-4.655789852142334,-27.986099243164062,7.878300189971924,-4.7778401374816895,-27.915300369262695,7.978740215301514,-4.655789852142334,-27.986099243164062,7.878300189971924,-4.754740238189697,-27.930099487304688,7.978769779205322,-4.467319965362549,-28.064199447631836,7.878300189971924,-4.571139812469482,-28.02549934387207,7.978740215301514,-4.655789852142334,-27.986099243164062,7.878300189971924,-4.655789852142334,-27.986099243164062,7.878300189971924,-4.571139812469482,-28.02549934387207,7.978740215301514,-4.653900146484375,-27.982500076293945,7.978750228881836,-4.655789852142334,-27.986099243164062,7.878300189971924,-4.653900146484375,-27.982500076293945,7.978750228881836,-4.754740238189697,-27.930099487304688,7.978769779205322,-4.2684102058410645,-28.107999801635742,7.9780402183532715,-4.351029872894287,-28.096099853515625,7.978189945220947,-4.268959999084473,-28.111799240112305,7.878300189971924,-4.268959999084473,-28.111799240112305,7.878300189971924,-4.351029872894287,-28.096099853515625,7.978189945220947,-4.377739906311035,-28.089799880981445,7.978260040283203,-4.268959999084473,-28.111799240112305,7.878300189971924,-4.377739906311035,-28.089799880981445,7.978260040283203,-4.467319965362549,-28.064199447631836,7.878300189971924,-4.467319965362549,-28.064199447631836,7.878300189971924,-4.377739906311035,-28.089799880981445,7.978260040283203,-4.466070175170898,-28.060400009155273,7.978479862213135,-4.467319965362549,-28.064199447631836,7.878300189971924,-4.466070175170898,-28.060400009155273,7.978479862213135,-4.571139812469482,-28.02549934387207,7.978740215301514,-4.2684102058410645,-28.107999801635742,7.9780402183532715,-4.268959999084473,-28.111799240112305,7.878300189971924,-4.148670196533203,-28.125200271606445,7.977819919586182,-4.148670196533203,-28.125200271606445,7.977819919586182,-4.268959999084473,-28.111799240112305,7.878300189971924,-4.0655999183654785,-28.12779998779297,7.878300189971924,-4.148670196533203,-28.125200271606445,7.977819919586182,-4.0655999183654785,-28.12779998779297,7.878300189971924,-4.0655999183654785,-28.12779998779297,7.977960109710693,-5.365600109100342,-26.140300750732422,7.978089809417725,-5.365600109100342,-26.827800750732422,7.878300189971924,-5.365600109100342,-26.802799224853516,7.978089809417725,-5.365600109100342,-26.802799224853516,7.978089809417725,-5.365600109100342,-26.827800750732422,7.878300189971924,-5.365600109100342,-26.827800750732422,7.978089809417725,-5.365600109100342,-24.12779998779297,7.978089809417725,-5.365600109100342,-24.12779998779297,7.878300189971924,-5.365600109100342,-24.152799606323242,7.978089809417725,-5.365600109100342,-24.152799606323242,7.978089809417725,-5.365600109100342,-24.12779998779297,7.878300189971924,-5.365600109100342,-26.827800750732422,7.878300189971924,-5.365600109100342,-24.152799606323242,7.978089809417725,-5.365600109100342,-26.827800750732422,7.878300189971924,-5.365600109100342,-25.477800369262695,7.978089809417725,-5.365600109100342,-25.477800369262695,7.978089809417725,-5.365600109100342,-26.827800750732422,7.878300189971924,-5.365600109100342,-26.140300750732422,7.978089809417725,-5.15310001373291,-23.41550064086914,7.978219985961914,-5.114620208740234,-23.365800857543945,7.978229999542236,-5.1173200607299805,-23.36370086669922,7.878300189971924,-4.271810054779053,-22.84429931640625,7.977980136871338,-4.268939971923828,-22.844100952148438,7.977980136871338,-4.268959999084473,-22.843799591064453,7.878300189971924,-4.268959999084473,-22.843799591064453,7.878300189971924,-4.268939971923828,-22.844100952148438,7.977980136871338,-4.0655999183654785,-22.827800750732422,7.977970123291016,-4.268959999084473,-22.843799591064453,7.878300189971924,-4.0655999183654785,-22.827800750732422,7.977970123291016,-4.0655999183654785,-22.827800750732422,7.878300189971924,-4.271810054779053,-22.84429931640625,7.977980136871338,-4.268959999084473,-22.843799591064453,7.878300189971924,-4.4672698974609375,-22.891700744628906,7.978529930114746,-4.4672698974609375,-22.891700744628906,7.978529930114746,-4.268959999084473,-22.843799591064453,7.878300189971924,-4.467319965362549,-22.891399383544922,7.878300189971924,-4.4672698974609375,-22.891700744628906,7.978529930114746,-4.467319965362549,-22.891399383544922,7.878300189971924,-4.469890117645264,-22.89229965209961,7.978529930114746,-4.469890117645264,-22.89229965209961,7.978529930114746,-4.467319965362549,-22.891399383544922,7.878300189971924,-4.655789852142334,-22.969499588012695,7.878300189971924,-4.469890117645264,-22.89229965209961,7.978529930114746,-4.655789852142334,-22.969499588012695,7.878300189971924,-4.495870113372803,-22.901100158691406,7.978600025177002,-4.856060028076172,-23.095699310302734,7.978600025177002,-4.828539848327637,-23.077899932861328,7.978630065917969,-4.8297200202941895,-23.076099395751953,7.878300189971924,-4.8297200202941895,-23.076099395751953,7.878300189971924,-4.828539848327637,-23.077899932861328,7.978630065917969,-4.68503999710083,-22.984899520874023,7.978809833526611,-4.8297200202941895,-23.076099395751953,7.878300189971924,-4.68503999710083,-22.984899520874023,7.978809833526611,-4.655789852142334,-22.969499588012695,7.878300189971924,-4.655789852142334,-22.969499588012695,7.878300189971924,-4.68503999710083,-22.984899520874023,7.978809833526611,-4.654890060424805,-22.971500396728516,7.9787797927856445,-4.655789852142334,-22.969499588012695,7.878300189971924,-4.654890060424805,-22.971500396728516,7.9787797927856445,-4.495870113372803,-22.901100158691406,7.978600025177002,-5.1173200607299805,-23.36370086669922,7.878300189971924,-5.114620208740234,-23.365800857543945,7.978229999542236,-4.984839916229248,-23.208599090576172,7.878300189971924,-5.114620208740234,-23.365800857543945,7.978229999542236,-5.028409957885742,-23.25429916381836,7.978250026702881,-4.984839916229248,-23.208599090576172,7.878300189971924,-4.984839916229248,-23.208599090576172,7.878300189971924,-5.028409957885742,-23.25429916381836,7.978250026702881,-4.982439994812012,-23.21109962463379,7.978340148925781,-4.984839916229248,-23.208599090576172,7.878300189971924,-4.982439994812012,-23.21109962463379,7.978340148925781,-4.8297200202941895,-23.076099395751953,7.878300189971924,-4.8297200202941895,-23.076099395751953,7.878300189971924,-4.982439994812012,-23.21109962463379,7.978340148925781,-4.8776397705078125,-23.112600326538086,7.978549957275391,-4.8297200202941895,-23.076099395751953,7.878300189971924,-4.8776397705078125,-23.112600326538086,7.978549957275391,-4.856060028076172,-23.095699310302734,7.978600025177002,-5.3019700050354,-23.72610092163086,7.878300189971924,-5.2632598876953125,-23.62220001220703,7.978409767150879,-5.223909854888916,-23.537599563598633,7.878300189971924,-5.223909854888916,-23.537599563598633,7.878300189971924,-5.2632598876953125,-23.62220001220703,7.978409767150879,-5.220280170440674,-23.539499282836914,7.978340148925781,-5.223909854888916,-23.537599563598633,7.878300189971924,-5.220280170440674,-23.539499282836914,7.978340148925781,-5.1173200607299805,-23.36370086669922,7.878300189971924,-5.1173200607299805,-23.36370086669922,7.878300189971924,-5.220280170440674,-23.539499282836914,7.978340148925781,-5.167880058288574,-23.438600540161133,7.978240013122559,-5.1173200607299805,-23.36370086669922,7.878300189971924,-5.167880058288574,-23.438600540161133,7.978240013122559,-5.15310001373291,-23.41550064086914,7.978219985961914,-5.345739841461182,-23.924999237060547,7.978149890899658,-5.333859920501709,-23.842300415039062,7.978280067443848,-5.349589824676514,-23.92449951171875,7.878300189971924,-5.349589824676514,-23.92449951171875,7.878300189971924,-5.333859920501709,-23.842300415039062,7.978280067443848,-5.327559947967529,-23.81559944152832,7.978320121765137,-5.349589824676514,-23.92449951171875,7.878300189971924,-5.327559947967529,-23.81559944152832,7.978320121765137,-5.3019700050354,-23.72610092163086,7.878300189971924,-5.3019700050354,-23.72610092163086,7.878300189971924,-5.327559947967529,-23.81559944152832,7.978320121765137,-5.298210144042969,-23.727399826049805,7.978370189666748,-5.3019700050354,-23.72610092163086,7.878300189971924,-5.298210144042969,-23.727399826049805,7.978370189666748,-5.2632598876953125,-23.62220001220703,7.978409767150879,-5.345739841461182,-23.924999237060547,7.978149890899658,-5.349589824676514,-23.92449951171875,7.878300189971924,-5.362939834594727,-24.044700622558594,7.977960109710693,-5.362939834594727,-24.044700622558594,7.977960109710693,-5.349589824676514,-23.92449951171875,7.878300189971924,-5.365600109100342,-24.12779998779297,7.878300189971924,-5.362939834594727,-24.044700622558594,7.977960109710693,-5.365600109100342,-24.12779998779297,7.878300189971924,-5.365600109100342,-24.12779998779297,7.978089809417725,4.084400177001953,-22.827800750732422,7.977970123291016,4.134399890899658,-22.827800750732422,7.977960109710693,4.134399890899658,-22.827800750732422,7.878300189971924,-4.0655999183654785,-22.827800750732422,7.878300189971924,-4.0655999183654785,-22.827800750732422,7.977970123291016,-4.015600204467773,-22.827800750732422,7.977980136871338,-4.015600204467773,-22.827800750732422,7.977980136871338,-2.665600061416626,-22.827800750732422,7.978129863739014,-4.0655999183654785,-22.827800750732422,7.878300189971924,-4.0655999183654785,-22.827800750732422,7.878300189971924,-2.665600061416626,-22.827800750732422,7.978129863739014,0.03440380096435547,-22.827800750732422,7.978439807891846,-4.0655999183654785,-22.827800750732422,7.878300189971924,0.03440380096435547,-22.827800750732422,7.978439807891846,4.134399890899658,-22.827800750732422,7.878300189971924,4.134399890899658,-22.827800750732422,7.878300189971924,0.03440380096435547,-22.827800750732422,7.978439807891846,2.7344000339508057,-22.827800750732422,7.978119850158691,4.134399890899658,-22.827800750732422,7.878300189971924,2.7344000339508057,-22.827800750732422,7.978119850158691,4.084400177001953,-22.827800750732422,7.977970123291016,5.007870197296143,-23.165000915527344,7.978419780731201,5.051089763641357,-23.211000442504883,7.9783501625061035,5.053639888763428,-23.208599090576172,7.878300189971924,5.417940139770508,-23.921600341796875,7.978129863739014,5.418169975280762,-23.92449951171875,7.978129863739014,5.418399810791016,-23.92449951171875,7.878300189971924,5.418399810791016,-23.92449951171875,7.878300189971924,5.418169975280762,-23.92449951171875,7.978129863739014,5.4344000816345215,-24.12779998779297,7.978089809417725,5.418399810791016,-23.92449951171875,7.878300189971924,5.4344000816345215,-24.12779998779297,7.978089809417725,5.4344000816345215,-24.12779998779297,7.878300189971924,5.417940139770508,-23.921600341796875,7.978129863739014,5.418399810791016,-23.92449951171875,7.878300189971924,5.370570182800293,-23.72610092163086,7.978419780731201,5.370570182800293,-23.72610092163086,7.978419780731201,5.418399810791016,-23.92449951171875,7.878300189971924,5.370779991149902,-23.72610092163086,7.878300189971924,5.370570182800293,-23.72610092163086,7.978419780731201,5.370779991149902,-23.72610092163086,7.878300189971924,5.369939804077148,-23.723499298095703,7.978419780731201,5.166460037231445,-23.337299346923828,7.9781999588012695,5.184309959411621,-23.364900588989258,7.978219985961914,5.18612003326416,-23.36370086669922,7.878300189971924,5.18612003326416,-23.36370086669922,7.878300189971924,5.184309959411621,-23.364900588989258,7.978219985961914,5.27731990814209,-23.508399963378906,7.978320121765137,5.18612003326416,-23.36370086669922,7.878300189971924,5.27731990814209,-23.508399963378906,7.978320121765137,5.292709827423096,-23.537599563598633,7.878300189971924,5.292709827423096,-23.537599563598633,7.878300189971924,5.27731990814209,-23.508399963378906,7.978320121765137,5.290689945220947,-23.53849983215332,7.978330135345459,5.292709827423096,-23.537599563598633,7.878300189971924,5.290689945220947,-23.53849983215332,7.978330135345459,5.370779991149902,-23.72610092163086,7.878300189971924,5.370779991149902,-23.72610092163086,7.878300189971924,5.290689945220947,-23.53849983215332,7.978330135345459,5.361130237579346,-23.697500228881836,7.978429794311523,5.370779991149902,-23.72610092163086,7.878300189971924,5.361130237579346,-23.697500228881836,7.978429794311523,5.369939804077148,-23.723499298095703,7.978419780731201,5.053639888763428,-23.208599090576172,7.878300189971924,5.051089763641357,-23.211000442504883,7.9783501625061035,5.18612003326416,-23.36370086669922,7.878300189971924,5.18612003326416,-23.36370086669922,7.878300189971924,5.051089763641357,-23.211000442504883,7.9783501625061035,5.14955997467041,-23.315799713134766,7.9781999588012695,5.18612003326416,-23.36370086669922,7.878300189971924,5.14955997467041,-23.315799713134766,7.9781999588012695,5.166460037231445,-23.337299346923828,7.9781999588012695,5.007870197296143,-23.165000915527344,7.978419780731201,5.053639888763428,-23.208599090576172,7.878300189971924,4.896430015563965,-23.078800201416016,7.978640079498291,4.896430015563965,-23.078800201416016,7.978640079498291,5.053639888763428,-23.208599090576172,7.878300189971924,4.898519992828369,-23.076099395751953,7.878300189971924,4.896430015563965,-23.078800201416016,7.978640079498291,4.898519992828369,-23.076099395751953,7.878300189971924,4.846650123596191,-23.040300369262695,7.978740215301514,4.846650123596191,-23.040300369262695,7.978740215301514,4.898519992828369,-23.076099395751953,7.878300189971924,4.724589824676514,-22.969499588012695,7.878300189971924,4.846650123596191,-23.040300369262695,7.978740215301514,4.724589824676514,-22.969499588012695,7.878300189971924,4.823550224304199,-23.02549934387207,7.978769779205322,4.5361199378967285,-22.891399383544922,7.878300189971924,4.639939785003662,-22.930099487304688,7.978740215301514,4.724589824676514,-22.969499588012695,7.878300189971924,4.724589824676514,-22.969499588012695,7.878300189971924,4.639939785003662,-22.930099487304688,7.978740215301514,4.722710132598877,-22.973100662231445,7.978750228881836,4.724589824676514,-22.969499588012695,7.878300189971924,4.722710132598877,-22.973100662231445,7.978750228881836,4.823550224304199,-23.02549934387207,7.978769779205322,4.337210178375244,-22.847700119018555,7.9780402183532715,4.419829845428467,-22.859500885009766,7.978189945220947,4.337769985198975,-22.843799591064453,7.878300189971924,4.337769985198975,-22.843799591064453,7.878300189971924,4.419829845428467,-22.859500885009766,7.978189945220947,4.446539878845215,-22.86590003967285,7.978260040283203,4.337769985198975,-22.843799591064453,7.878300189971924,4.446539878845215,-22.86590003967285,7.978260040283203,4.5361199378967285,-22.891399383544922,7.878300189971924,4.5361199378967285,-22.891399383544922,7.878300189971924,4.446539878845215,-22.86590003967285,7.978260040283203,4.534870147705078,-22.895200729370117,7.978479862213135,4.5361199378967285,-22.891399383544922,7.878300189971924,4.534870147705078,-22.895200729370117,7.978479862213135,4.639939785003662,-22.930099487304688,7.978740215301514,4.337210178375244,-22.847700119018555,7.9780402183532715,4.337769985198975,-22.843799591064453,7.878300189971924,4.217480182647705,-22.83049964904785,7.977819919586182,4.217480182647705,-22.83049964904785,7.977819919586182,4.337769985198975,-22.843799591064453,7.878300189971924,4.134399890899658,-22.827800750732422,7.878300189971924,4.217480182647705,-22.83049964904785,7.977819919586182,4.134399890899658,-22.827800750732422,7.878300189971924,4.134399890899658,-22.827800750732422,7.977960109710693,5.4344000816345215,-24.81529998779297,7.978089809417725,5.4344000816345215,-24.12779998779297,7.878300189971924,5.4344000816345215,-24.152799606323242,7.978089809417725,5.4344000816345215,-24.152799606323242,7.978089809417725,5.4344000816345215,-24.12779998779297,7.878300189971924,5.4344000816345215,-24.12779998779297,7.978089809417725,5.4344000816345215,-26.827800750732422,7.978089809417725,5.4344000816345215,-26.827800750732422,7.878300189971924,5.4344000816345215,-26.802799224853516,7.978089809417725,5.4344000816345215,-26.802799224853516,7.978089809417725,5.4344000816345215,-26.827800750732422,7.878300189971924,5.4344000816345215,-24.12779998779297,7.878300189971924,5.4344000816345215,-26.802799224853516,7.978089809417725,5.4344000816345215,-24.12779998779297,7.878300189971924,5.4344000816345215,-25.477800369262695,7.978089809417725,5.4344000816345215,-25.477800369262695,7.978089809417725,5.4344000816345215,-24.12779998779297,7.878300189971924,5.4344000816345215,-24.81529998779297,7.978089809417725,8.434399604797363,-22.727800369262695,7.878300189971924,8.434399604797363,-22.727800369262695,7.978300094604492,8.2153902053833,-22.745100021362305,7.978300094604492,8.434399604797363,-22.727800369262695,7.878300189971924,8.2153902053833,-22.745100021362305,7.978300094604492,8.2153902053833,-22.745100021362305,7.878300189971924,8.2153902053833,-22.745100021362305,7.878300189971924,8.2153902053833,-22.745100021362305,7.978300094604492,8.001779556274414,-22.796300888061523,7.978300094604492,8.2153902053833,-22.745100021362305,7.878300189971924,8.001779556274414,-22.796300888061523,7.978300094604492,8.001779556274414,-22.796300888061523,7.878300189971924,8.001779556274414,-22.796300888061523,7.878300189971924,8.001779556274414,-22.796300888061523,7.978300094604492,7.7988200187683105,-22.880399703979492,7.978300094604492,8.001779556274414,-22.796300888061523,7.878300189971924,7.7988200187683105,-22.880399703979492,7.978300094604492,7.7988200187683105,-22.880399703979492,7.878300189971924,7.7988200187683105,-22.880399703979492,7.878300189971924,7.7988200187683105,-22.880399703979492,7.978300094604492,7.611499786376953,-22.99519920349121,7.978300094604492,7.7988200187683105,-22.880399703979492,7.878300189971924,7.611499786376953,-22.99519920349121,7.978300094604492,7.611499786376953,-22.99519920349121,7.878300189971924,7.611499786376953,-22.99519920349121,7.878300189971924,7.611499786376953,-22.99519920349121,7.978300094604492,7.4444499015808105,-23.13789939880371,7.978300094604492,7.611499786376953,-22.99519920349121,7.878300189971924,7.4444499015808105,-23.13789939880371,7.978300094604492,7.4444499015808105,-23.13789939880371,7.878300189971924,7.4444499015808105,-23.13789939880371,7.878300189971924,7.4444499015808105,-23.13789939880371,7.978300094604492,7.3017802238464355,-23.304899215698242,7.978300094604492,7.4444499015808105,-23.13789939880371,7.878300189971924,7.3017802238464355,-23.304899215698242,7.978300094604492,7.3017802238464355,-23.304899215698242,7.878300189971924,7.3017802238464355,-23.304899215698242,7.878300189971924,7.3017802238464355,-23.304899215698242,7.978300094604492,7.186989784240723,-23.49220085144043,7.978300094604492,7.3017802238464355,-23.304899215698242,7.878300189971924,7.186989784240723,-23.49220085144043,7.978300094604492,7.186989784240723,-23.49220085144043,7.878300189971924,7.186989784240723,-23.49220085144043,7.878300189971924,7.186989784240723,-23.49220085144043,7.978300094604492,7.102920055389404,-23.695199966430664,7.978300094604492,7.186989784240723,-23.49220085144043,7.878300189971924,7.102920055389404,-23.695199966430664,7.978300094604492,7.102920055389404,-23.695199966430664,7.878300189971924,7.102920055389404,-23.695199966430664,7.878300189971924,7.102920055389404,-23.695199966430664,7.978300094604492,7.051640033721924,-23.90880012512207,7.978300094604492,7.102920055389404,-23.695199966430664,7.878300189971924,7.051640033721924,-23.90880012512207,7.978300094604492,7.051640033721924,-23.90880012512207,7.878300189971924,7.051640033721924,-23.90880012512207,7.878300189971924,7.051640033721924,-23.90880012512207,7.978300094604492,7.03439998626709,-24.12779998779297,7.978300094604492,7.051640033721924,-23.90880012512207,7.878300189971924,7.03439998626709,-24.12779998779297,7.978300094604492,7.03439998626709,-24.12779998779297,7.878300189971924,8.434399604797363,-22.727800369262695,7.878300189971924,16.6343994140625,-22.727800369262695,7.878300189971924,8.434399604797363,-22.727800369262695,7.978300094604492,8.434399604797363,-22.727800369262695,7.978300094604492,16.6343994140625,-22.727800369262695,7.878300189971924,16.6343994140625,-22.727800369262695,7.978300094604492,18.034400939941406,-24.12779998779297,7.878300189971924,18.034400939941406,-24.12779998779297,7.978300094604492,18.017200469970703,-23.90880012512207,7.978300094604492,18.034400939941406,-24.12779998779297,7.878300189971924,18.017200469970703,-23.90880012512207,7.978300094604492,18.017200469970703,-23.90880012512207,7.878300189971924,18.017200469970703,-23.90880012512207,7.878300189971924,18.017200469970703,-23.90880012512207,7.978300094604492,17.965900421142578,-23.695199966430664,7.978300094604492,18.017200469970703,-23.90880012512207,7.878300189971924,17.965900421142578,-23.695199966430664,7.978300094604492,17.965900421142578,-23.695199966430664,7.878300189971924,17.965900421142578,-23.695199966430664,7.878300189971924,17.965900421142578,-23.695199966430664,7.978300094604492,17.881799697875977,-23.49220085144043,7.978300094604492,17.965900421142578,-23.695199966430664,7.878300189971924,17.881799697875977,-23.49220085144043,7.978300094604492,17.881799697875977,-23.49220085144043,7.878300189971924,17.881799697875977,-23.49220085144043,7.878300189971924,17.881799697875977,-23.49220085144043,7.978300094604492,17.767000198364258,-23.304899215698242,7.978300094604492,17.881799697875977,-23.49220085144043,7.878300189971924,17.767000198364258,-23.304899215698242,7.978300094604492,17.767000198364258,-23.304899215698242,7.878300189971924,17.767000198364258,-23.304899215698242,7.878300189971924,17.767000198364258,-23.304899215698242,7.978300094604492,17.624399185180664,-23.13789939880371,7.978300094604492,17.767000198364258,-23.304899215698242,7.878300189971924,17.624399185180664,-23.13789939880371,7.978300094604492,17.624399185180664,-23.13789939880371,7.878300189971924,17.624399185180664,-23.13789939880371,7.878300189971924,17.624399185180664,-23.13789939880371,7.978300094604492,17.457300186157227,-22.99519920349121,7.978300094604492,17.624399185180664,-23.13789939880371,7.878300189971924,17.457300186157227,-22.99519920349121,7.978300094604492,17.457300186157227,-22.99519920349121,7.878300189971924,17.457300186157227,-22.99519920349121,7.878300189971924,17.457300186157227,-22.99519920349121,7.978300094604492,17.270000457763672,-22.880399703979492,7.978300094604492,17.457300186157227,-22.99519920349121,7.878300189971924,17.270000457763672,-22.880399703979492,7.978300094604492,17.270000457763672,-22.880399703979492,7.878300189971924,17.270000457763672,-22.880399703979492,7.878300189971924,17.270000457763672,-22.880399703979492,7.978300094604492,17.066999435424805,-22.796300888061523,7.978300094604492,17.270000457763672,-22.880399703979492,7.878300189971924,17.066999435424805,-22.796300888061523,7.978300094604492,17.066999435424805,-22.796300888061523,7.878300189971924,17.066999435424805,-22.796300888061523,7.878300189971924,17.066999435424805,-22.796300888061523,7.978300094604492,16.8533992767334,-22.745100021362305,7.978300094604492,17.066999435424805,-22.796300888061523,7.878300189971924,16.8533992767334,-22.745100021362305,7.978300094604492,16.8533992767334,-22.745100021362305,7.878300189971924,16.8533992767334,-22.745100021362305,7.878300189971924,16.8533992767334,-22.745100021362305,7.978300094604492,16.6343994140625,-22.727800369262695,7.978300094604492,16.8533992767334,-22.745100021362305,7.878300189971924,16.6343994140625,-22.727800369262695,7.978300094604492,16.6343994140625,-22.727800369262695,7.878300189971924,18.034400939941406,-24.12779998779297,7.878300189971924,18.034400939941406,-26.827800750732422,7.878300189971924,18.034400939941406,-24.12779998779297,7.978300094604492,18.034400939941406,-24.12779998779297,7.978300094604492,18.034400939941406,-26.827800750732422,7.878300189971924,18.034400939941406,-26.827800750732422,7.978300094604492,16.6343994140625,-28.227800369262695,7.878300189971924,16.6343994140625,-28.227800369262695,7.978300094604492,16.8533992767334,-28.210599899291992,7.978300094604492,16.6343994140625,-28.227800369262695,7.878300189971924,16.8533992767334,-28.210599899291992,7.978300094604492,16.8533992767334,-28.210599899291992,7.878300189971924,16.8533992767334,-28.210599899291992,7.878300189971924,16.8533992767334,-28.210599899291992,7.978300094604492,17.066999435424805,-28.159299850463867,7.978300094604492,16.8533992767334,-28.210599899291992,7.878300189971924,17.066999435424805,-28.159299850463867,7.978300094604492,17.066999435424805,-28.159299850463867,7.878300189971924,17.066999435424805,-28.159299850463867,7.878300189971924,17.066999435424805,-28.159299850463867,7.978300094604492,17.270000457763672,-28.075199127197266,7.978300094604492,17.066999435424805,-28.159299850463867,7.878300189971924,17.270000457763672,-28.075199127197266,7.978300094604492,17.270000457763672,-28.075199127197266,7.878300189971924,17.270000457763672,-28.075199127197266,7.878300189971924,17.270000457763672,-28.075199127197266,7.978300094604492,17.457300186157227,-27.960399627685547,7.978300094604492,17.270000457763672,-28.075199127197266,7.878300189971924,17.457300186157227,-27.960399627685547,7.978300094604492,17.457300186157227,-27.960399627685547,7.878300189971924,17.457300186157227,-27.960399627685547,7.878300189971924,17.457300186157227,-27.960399627685547,7.978300094604492,17.624399185180664,-27.817800521850586,7.978300094604492,17.457300186157227,-27.960399627685547,7.878300189971924,17.624399185180664,-27.817800521850586,7.978300094604492,17.624399185180664,-27.817800521850586,7.878300189971924,17.624399185180664,-27.817800521850586,7.878300189971924,17.624399185180664,-27.817800521850586,7.978300094604492,17.767000198364258,-27.650699615478516,7.978300094604492,17.624399185180664,-27.817800521850586,7.878300189971924,17.767000198364258,-27.650699615478516,7.978300094604492,17.767000198364258,-27.650699615478516,7.878300189971924,17.767000198364258,-27.650699615478516,7.878300189971924,17.767000198364258,-27.650699615478516,7.978300094604492,17.881799697875977,-27.46339988708496,7.978300094604492,17.767000198364258,-27.650699615478516,7.878300189971924,17.881799697875977,-27.46339988708496,7.978300094604492,17.881799697875977,-27.46339988708496,7.878300189971924,17.881799697875977,-27.46339988708496,7.878300189971924,17.881799697875977,-27.46339988708496,7.978300094604492,17.965900421142578,-27.260400772094727,7.978300094604492,17.881799697875977,-27.46339988708496,7.878300189971924,17.965900421142578,-27.260400772094727,7.978300094604492,17.965900421142578,-27.260400772094727,7.878300189971924,17.965900421142578,-27.260400772094727,7.878300189971924,17.965900421142578,-27.260400772094727,7.978300094604492,18.017200469970703,-27.04680061340332,7.978300094604492,17.965900421142578,-27.260400772094727,7.878300189971924,18.017200469970703,-27.04680061340332,7.978300094604492,18.017200469970703,-27.04680061340332,7.878300189971924,18.017200469970703,-27.04680061340332,7.878300189971924,18.017200469970703,-27.04680061340332,7.978300094604492,18.034400939941406,-26.827800750732422,7.978300094604492,18.017200469970703,-27.04680061340332,7.878300189971924,18.034400939941406,-26.827800750732422,7.978300094604492,18.034400939941406,-26.827800750732422,7.878300189971924,16.6343994140625,-28.227800369262695,7.878300189971924,8.434399604797363,-28.227800369262695,7.878300189971924,16.6343994140625,-28.227800369262695,7.978300094604492,16.6343994140625,-28.227800369262695,7.978300094604492,8.434399604797363,-28.227800369262695,7.878300189971924,8.434399604797363,-28.227800369262695,7.978300094604492,7.03439998626709,-26.827800750732422,7.878300189971924,7.03439998626709,-26.827800750732422,7.978300094604492,7.051640033721924,-27.04680061340332,7.978300094604492,7.03439998626709,-26.827800750732422,7.878300189971924,7.051640033721924,-27.04680061340332,7.978300094604492,7.051640033721924,-27.04680061340332,7.878300189971924,7.051640033721924,-27.04680061340332,7.878300189971924,7.051640033721924,-27.04680061340332,7.978300094604492,7.102920055389404,-27.260400772094727,7.978300094604492,7.051640033721924,-27.04680061340332,7.878300189971924,7.102920055389404,-27.260400772094727,7.978300094604492,7.102920055389404,-27.260400772094727,7.878300189971924,7.102920055389404,-27.260400772094727,7.878300189971924,7.102920055389404,-27.260400772094727,7.978300094604492,7.186989784240723,-27.46339988708496,7.978300094604492,7.102920055389404,-27.260400772094727,7.878300189971924,7.186989784240723,-27.46339988708496,7.978300094604492,7.186989784240723,-27.46339988708496,7.878300189971924,7.186989784240723,-27.46339988708496,7.878300189971924,7.186989784240723,-27.46339988708496,7.978300094604492,7.3017802238464355,-27.650699615478516,7.978300094604492,7.186989784240723,-27.46339988708496,7.878300189971924,7.3017802238464355,-27.650699615478516,7.978300094604492,7.3017802238464355,-27.650699615478516,7.878300189971924,7.3017802238464355,-27.650699615478516,7.878300189971924,7.3017802238464355,-27.650699615478516,7.978300094604492,7.4444499015808105,-27.817800521850586,7.978300094604492,7.3017802238464355,-27.650699615478516,7.878300189971924,7.4444499015808105,-27.817800521850586,7.978300094604492,7.4444499015808105,-27.817800521850586,7.878300189971924,7.4444499015808105,-27.817800521850586,7.878300189971924,7.4444499015808105,-27.817800521850586,7.978300094604492,7.611499786376953,-27.960399627685547,7.978300094604492,7.4444499015808105,-27.817800521850586,7.878300189971924,7.611499786376953,-27.960399627685547,7.978300094604492,7.611499786376953,-27.960399627685547,7.878300189971924,7.611499786376953,-27.960399627685547,7.878300189971924,7.611499786376953,-27.960399627685547,7.978300094604492,7.7988200187683105,-28.075199127197266,7.978300094604492,7.611499786376953,-27.960399627685547,7.878300189971924,7.7988200187683105,-28.075199127197266,7.978300094604492,7.7988200187683105,-28.075199127197266,7.878300189971924,7.7988200187683105,-28.075199127197266,7.878300189971924,7.7988200187683105,-28.075199127197266,7.978300094604492,8.001779556274414,-28.159299850463867,7.978300094604492,7.7988200187683105,-28.075199127197266,7.878300189971924,8.001779556274414,-28.159299850463867,7.978300094604492,8.001779556274414,-28.159299850463867,7.878300189971924,8.001779556274414,-28.159299850463867,7.878300189971924,8.001779556274414,-28.159299850463867,7.978300094604492,8.2153902053833,-28.210599899291992,7.978300094604492,8.001779556274414,-28.159299850463867,7.878300189971924,8.2153902053833,-28.210599899291992,7.978300094604492,8.2153902053833,-28.210599899291992,7.878300189971924,8.2153902053833,-28.210599899291992,7.878300189971924,8.2153902053833,-28.210599899291992,7.978300094604492,8.434399604797363,-28.227800369262695,7.978300094604492,8.2153902053833,-28.210599899291992,7.878300189971924,8.434399604797363,-28.227800369262695,7.978300094604492,8.434399604797363,-28.227800369262695,7.878300189971924,7.03439998626709,-26.827800750732422,7.878300189971924,7.03439998626709,-24.12779998779297,7.878300189971924,7.03439998626709,-26.827800750732422,7.978300094604492,7.03439998626709,-26.827800750732422,7.978300094604492,7.03439998626709,-24.12779998779297,7.878300189971924,7.03439998626709,-24.12779998779297,7.978300094604492,7.134399890899658,-24.12779998779297,7.878300189971924,7.03439998626709,-24.12779998779297,7.878300189971924,7.134399890899658,-26.827800750732422,7.878300189971924,7.134399890899658,-26.827800750732422,7.878300189971924,7.03439998626709,-24.12779998779297,7.878300189971924,7.03439998626709,-26.827800750732422,7.878300189971924,7.134399890899658,-26.827800750732422,7.878300189971924,7.03439998626709,-26.827800750732422,7.878300189971924,7.150410175323486,-27.031200408935547,7.878300189971924,7.150410175323486,-27.031200408935547,7.878300189971924,7.03439998626709,-26.827800750732422,7.878300189971924,7.051640033721924,-27.04680061340332,7.878300189971924,7.150410175323486,-27.031200408935547,7.878300189971924,7.051640033721924,-27.04680061340332,7.878300189971924,7.1980299949646,-27.22949981689453,7.878300189971924,7.1980299949646,-27.22949981689453,7.878300189971924,7.051640033721924,-27.04680061340332,7.878300189971924,7.102920055389404,-27.260400772094727,7.878300189971924,7.1980299949646,-27.22949981689453,7.878300189971924,7.102920055389404,-27.260400772094727,7.878300189971924,7.276100158691406,-27.417999267578125,7.878300189971924,7.276100158691406,-27.417999267578125,7.878300189971924,7.102920055389404,-27.260400772094727,7.878300189971924,7.186989784240723,-27.46339988708496,7.878300189971924,7.276100158691406,-27.417999267578125,7.878300189971924,7.186989784240723,-27.46339988708496,7.878300189971924,7.3826799392700195,-27.591899871826172,7.878300189971924,7.3826799392700195,-27.591899871826172,7.878300189971924,7.186989784240723,-27.46339988708496,7.878300189971924,7.3017802238464355,-27.650699615478516,7.878300189971924,7.3826799392700195,-27.591899871826172,7.878300189971924,7.3017802238464355,-27.650699615478516,7.878300189971924,7.515160083770752,-27.747100830078125,7.878300189971924,7.515160083770752,-27.747100830078125,7.878300189971924,7.3017802238464355,-27.650699615478516,7.878300189971924,7.4444499015808105,-27.817800521850586,7.878300189971924,7.515160083770752,-27.747100830078125,7.878300189971924,7.4444499015808105,-27.817800521850586,7.878300189971924,7.6702799797058105,-27.879499435424805,7.878300189971924,7.6702799797058105,-27.879499435424805,7.878300189971924,7.4444499015808105,-27.817800521850586,7.878300189971924,7.611499786376953,-27.960399627685547,7.878300189971924,7.6702799797058105,-27.879499435424805,7.878300189971924,7.611499786376953,-27.960399627685547,7.878300189971924,7.844220161437988,-27.986099243164062,7.878300189971924,7.844220161437988,-27.986099243164062,7.878300189971924,7.611499786376953,-27.960399627685547,7.878300189971924,7.7988200187683105,-28.075199127197266,7.878300189971924,7.844220161437988,-27.986099243164062,7.878300189971924,7.7988200187683105,-28.075199127197266,7.878300189971924,8.032679557800293,-28.064199447631836,7.878300189971924,8.032679557800293,-28.064199447631836,7.878300189971924,7.7988200187683105,-28.075199127197266,7.878300189971924,8.001779556274414,-28.159299850463867,7.878300189971924,8.032679557800293,-28.064199447631836,7.878300189971924,8.001779556274414,-28.159299850463867,7.878300189971924,8.231030464172363,-28.111799240112305,7.878300189971924,8.231030464172363,-28.111799240112305,7.878300189971924,8.001779556274414,-28.159299850463867,7.878300189971924,8.2153902053833,-28.210599899291992,7.878300189971924,8.231030464172363,-28.111799240112305,7.878300189971924,8.2153902053833,-28.210599899291992,7.878300189971924,8.434399604797363,-28.12779998779297,7.878300189971924,8.434399604797363,-28.12779998779297,7.878300189971924,8.2153902053833,-28.210599899291992,7.878300189971924,8.434399604797363,-28.227800369262695,7.878300189971924,8.434399604797363,-28.12779998779297,7.878300189971924,8.434399604797363,-28.227800369262695,7.878300189971924,16.6343994140625,-28.12779998779297,7.878300189971924,16.6343994140625,-28.12779998779297,7.878300189971924,8.434399604797363,-28.227800369262695,7.878300189971924,16.6343994140625,-28.227800369262695,7.878300189971924,16.6343994140625,-28.12779998779297,7.878300189971924,16.6343994140625,-28.227800369262695,7.878300189971924,16.837799072265625,-28.111799240112305,7.878300189971924,16.837799072265625,-28.111799240112305,7.878300189971924,16.6343994140625,-28.227800369262695,7.878300189971924,16.8533992767334,-28.210599899291992,7.878300189971924,16.837799072265625,-28.111799240112305,7.878300189971924,16.8533992767334,-28.210599899291992,7.878300189971924,17.036100387573242,-28.064199447631836,7.878300189971924,17.036100387573242,-28.064199447631836,7.878300189971924,16.8533992767334,-28.210599899291992,7.878300189971924,17.066999435424805,-28.159299850463867,7.878300189971924,17.036100387573242,-28.064199447631836,7.878300189971924,17.066999435424805,-28.159299850463867,7.878300189971924,17.224599838256836,-27.986099243164062,7.878300189971924,17.224599838256836,-27.986099243164062,7.878300189971924,17.066999435424805,-28.159299850463867,7.878300189971924,17.270000457763672,-28.075199127197266,7.878300189971924,17.224599838256836,-27.986099243164062,7.878300189971924,17.270000457763672,-28.075199127197266,7.878300189971924,17.398500442504883,-27.879499435424805,7.878300189971924,17.398500442504883,-27.879499435424805,7.878300189971924,17.270000457763672,-28.075199127197266,7.878300189971924,17.457300186157227,-27.960399627685547,7.878300189971924,17.398500442504883,-27.879499435424805,7.878300189971924,17.457300186157227,-27.960399627685547,7.878300189971924,17.553600311279297,-27.747100830078125,7.878300189971924,17.553600311279297,-27.747100830078125,7.878300189971924,17.457300186157227,-27.960399627685547,7.878300189971924,17.624399185180664,-27.817800521850586,7.878300189971924,17.553600311279297,-27.747100830078125,7.878300189971924,17.624399185180664,-27.817800521850586,7.878300189971924,17.686100006103516,-27.591899871826172,7.878300189971924,17.686100006103516,-27.591899871826172,7.878300189971924,17.624399185180664,-27.817800521850586,7.878300189971924,17.767000198364258,-27.650699615478516,7.878300189971924,17.686100006103516,-27.591899871826172,7.878300189971924,17.767000198364258,-27.650699615478516,7.878300189971924,17.792699813842773,-27.417999267578125,7.878300189971924,17.792699813842773,-27.417999267578125,7.878300189971924,17.767000198364258,-27.650699615478516,7.878300189971924,17.881799697875977,-27.46339988708496,7.878300189971924,17.792699813842773,-27.417999267578125,7.878300189971924,17.881799697875977,-27.46339988708496,7.878300189971924,17.870800018310547,-27.22949981689453,7.878300189971924,17.870800018310547,-27.22949981689453,7.878300189971924,17.881799697875977,-27.46339988708496,7.878300189971924,17.965900421142578,-27.260400772094727,7.878300189971924,17.870800018310547,-27.22949981689453,7.878300189971924,17.965900421142578,-27.260400772094727,7.878300189971924,17.918399810791016,-27.031200408935547,7.878300189971924,17.918399810791016,-27.031200408935547,7.878300189971924,17.965900421142578,-27.260400772094727,7.878300189971924,18.017200469970703,-27.04680061340332,7.878300189971924,17.918399810791016,-27.031200408935547,7.878300189971924,18.017200469970703,-27.04680061340332,7.878300189971924,17.93440055847168,-26.827800750732422,7.878300189971924,17.93440055847168,-26.827800750732422,7.878300189971924,18.017200469970703,-27.04680061340332,7.878300189971924,18.034400939941406,-26.827800750732422,7.878300189971924,17.93440055847168,-26.827800750732422,7.878300189971924,18.034400939941406,-26.827800750732422,7.878300189971924,17.93440055847168,-24.12779998779297,7.878300189971924,17.93440055847168,-24.12779998779297,7.878300189971924,18.034400939941406,-26.827800750732422,7.878300189971924,18.034400939941406,-24.12779998779297,7.878300189971924,17.93440055847168,-24.12779998779297,7.878300189971924,18.034400939941406,-24.12779998779297,7.878300189971924,17.918399810791016,-23.92449951171875,7.878300189971924,17.918399810791016,-23.92449951171875,7.878300189971924,18.034400939941406,-24.12779998779297,7.878300189971924,18.017200469970703,-23.90880012512207,7.878300189971924,17.918399810791016,-23.92449951171875,7.878300189971924,18.017200469970703,-23.90880012512207,7.878300189971924,17.870800018310547,-23.72610092163086,7.878300189971924,17.870800018310547,-23.72610092163086,7.878300189971924,18.017200469970703,-23.90880012512207,7.878300189971924,17.965900421142578,-23.695199966430664,7.878300189971924,17.870800018310547,-23.72610092163086,7.878300189971924,17.965900421142578,-23.695199966430664,7.878300189971924,17.792699813842773,-23.537599563598633,7.878300189971924,17.792699813842773,-23.537599563598633,7.878300189971924,17.965900421142578,-23.695199966430664,7.878300189971924,17.881799697875977,-23.49220085144043,7.878300189971924,17.792699813842773,-23.537599563598633,7.878300189971924,17.881799697875977,-23.49220085144043,7.878300189971924,17.686100006103516,-23.36370086669922,7.878300189971924,17.686100006103516,-23.36370086669922,7.878300189971924,17.881799697875977,-23.49220085144043,7.878300189971924,17.767000198364258,-23.304899215698242,7.878300189971924,17.686100006103516,-23.36370086669922,7.878300189971924,17.767000198364258,-23.304899215698242,7.878300189971924,17.553600311279297,-23.208599090576172,7.878300189971924,17.553600311279297,-23.208599090576172,7.878300189971924,17.767000198364258,-23.304899215698242,7.878300189971924,17.624399185180664,-23.13789939880371,7.878300189971924,17.553600311279297,-23.208599090576172,7.878300189971924,17.624399185180664,-23.13789939880371,7.878300189971924,17.398500442504883,-23.076099395751953,7.878300189971924,17.398500442504883,-23.076099395751953,7.878300189971924,17.624399185180664,-23.13789939880371,7.878300189971924,17.457300186157227,-22.99519920349121,7.878300189971924,17.398500442504883,-23.076099395751953,7.878300189971924,17.457300186157227,-22.99519920349121,7.878300189971924,17.224599838256836,-22.969499588012695,7.878300189971924,17.224599838256836,-22.969499588012695,7.878300189971924,17.457300186157227,-22.99519920349121,7.878300189971924,17.270000457763672,-22.880399703979492,7.878300189971924,17.224599838256836,-22.969499588012695,7.878300189971924,17.270000457763672,-22.880399703979492,7.878300189971924,17.036100387573242,-22.891399383544922,7.878300189971924,17.036100387573242,-22.891399383544922,7.878300189971924,17.270000457763672,-22.880399703979492,7.878300189971924,17.066999435424805,-22.796300888061523,7.878300189971924,17.036100387573242,-22.891399383544922,7.878300189971924,17.066999435424805,-22.796300888061523,7.878300189971924,16.837799072265625,-22.843799591064453,7.878300189971924,16.837799072265625,-22.843799591064453,7.878300189971924,17.066999435424805,-22.796300888061523,7.878300189971924,16.8533992767334,-22.745100021362305,7.878300189971924,16.837799072265625,-22.843799591064453,7.878300189971924,16.8533992767334,-22.745100021362305,7.878300189971924,16.6343994140625,-22.827800750732422,7.878300189971924,16.6343994140625,-22.827800750732422,7.878300189971924,16.8533992767334,-22.745100021362305,7.878300189971924,16.6343994140625,-22.727800369262695,7.878300189971924,16.6343994140625,-22.827800750732422,7.878300189971924,16.6343994140625,-22.727800369262695,7.878300189971924,8.434399604797363,-22.827800750732422,7.878300189971924,8.434399604797363,-22.827800750732422,7.878300189971924,16.6343994140625,-22.727800369262695,7.878300189971924,8.434399604797363,-22.727800369262695,7.878300189971924,8.434399604797363,-22.827800750732422,7.878300189971924,8.434399604797363,-22.727800369262695,7.878300189971924,8.231030464172363,-22.843799591064453,7.878300189971924,8.231030464172363,-22.843799591064453,7.878300189971924,8.434399604797363,-22.727800369262695,7.878300189971924,8.2153902053833,-22.745100021362305,7.878300189971924,8.231030464172363,-22.843799591064453,7.878300189971924,8.2153902053833,-22.745100021362305,7.878300189971924,8.032679557800293,-22.891399383544922,7.878300189971924,8.032679557800293,-22.891399383544922,7.878300189971924,8.2153902053833,-22.745100021362305,7.878300189971924,8.001779556274414,-22.796300888061523,7.878300189971924,8.032679557800293,-22.891399383544922,7.878300189971924,8.001779556274414,-22.796300888061523,7.878300189971924,7.844220161437988,-22.969499588012695,7.878300189971924,7.844220161437988,-22.969499588012695,7.878300189971924,8.001779556274414,-22.796300888061523,7.878300189971924,7.7988200187683105,-22.880399703979492,7.878300189971924,7.844220161437988,-22.969499588012695,7.878300189971924,7.7988200187683105,-22.880399703979492,7.878300189971924,7.6702799797058105,-23.076099395751953,7.878300189971924,7.6702799797058105,-23.076099395751953,7.878300189971924,7.7988200187683105,-22.880399703979492,7.878300189971924,7.611499786376953,-22.99519920349121,7.878300189971924,7.6702799797058105,-23.076099395751953,7.878300189971924,7.611499786376953,-22.99519920349121,7.878300189971924,7.515160083770752,-23.208599090576172,7.878300189971924,7.515160083770752,-23.208599090576172,7.878300189971924,7.611499786376953,-22.99519920349121,7.878300189971924,7.4444499015808105,-23.13789939880371,7.878300189971924,7.515160083770752,-23.208599090576172,7.878300189971924,7.4444499015808105,-23.13789939880371,7.878300189971924,7.3826799392700195,-23.36370086669922,7.878300189971924,7.3826799392700195,-23.36370086669922,7.878300189971924,7.4444499015808105,-23.13789939880371,7.878300189971924,7.3017802238464355,-23.304899215698242,7.878300189971924,7.3826799392700195,-23.36370086669922,7.878300189971924,7.3017802238464355,-23.304899215698242,7.878300189971924,7.276100158691406,-23.537599563598633,7.878300189971924,7.276100158691406,-23.537599563598633,7.878300189971924,7.3017802238464355,-23.304899215698242,7.878300189971924,7.186989784240723,-23.49220085144043,7.878300189971924,7.276100158691406,-23.537599563598633,7.878300189971924,7.186989784240723,-23.49220085144043,7.878300189971924,7.1980299949646,-23.72610092163086,7.878300189971924,7.1980299949646,-23.72610092163086,7.878300189971924,7.186989784240723,-23.49220085144043,7.878300189971924,7.102920055389404,-23.695199966430664,7.878300189971924,7.1980299949646,-23.72610092163086,7.878300189971924,7.102920055389404,-23.695199966430664,7.878300189971924,7.150410175323486,-23.92449951171875,7.878300189971924,7.150410175323486,-23.92449951171875,7.878300189971924,7.102920055389404,-23.695199966430664,7.878300189971924,7.051640033721924,-23.90880012512207,7.878300189971924,7.150410175323486,-23.92449951171875,7.878300189971924,7.051640033721924,-23.90880012512207,7.878300189971924,7.134399890899658,-24.12779998779297,7.878300189971924,7.134399890899658,-24.12779998779297,7.878300189971924,7.051640033721924,-23.90880012512207,7.878300189971924,7.03439998626709,-24.12779998779297,7.878300189971924,17.721900939941406,-27.54010009765625,7.978229999542236,17.683399200439453,-27.58989906311035,7.978240013122559,17.686100006103516,-27.591899871826172,7.878300189971924,16.840599060058594,-28.111400604248047,7.977970123291016,16.83769989013672,-28.111600875854492,7.977970123291016,16.837799072265625,-28.111799240112305,7.878300189971924,16.837799072265625,-28.111799240112305,7.878300189971924,16.83769989013672,-28.111600875854492,7.977970123291016,16.6343994140625,-28.12779998779297,7.977960109710693,16.837799072265625,-28.111799240112305,7.878300189971924,16.6343994140625,-28.12779998779297,7.977960109710693,16.6343994140625,-28.12779998779297,7.878300189971924,16.840599060058594,-28.111400604248047,7.977970123291016,16.837799072265625,-28.111799240112305,7.878300189971924,17.036100387573242,-28.06399917602539,7.978519916534424,17.036100387573242,-28.06399917602539,7.978519916534424,16.837799072265625,-28.111799240112305,7.878300189971924,17.036100387573242,-28.064199447631836,7.878300189971924,17.036100387573242,-28.06399917602539,7.978519916534424,17.036100387573242,-28.064199447631836,7.878300189971924,17.038700103759766,-28.063400268554688,7.978529930114746,17.038700103759766,-28.063400268554688,7.978529930114746,17.036100387573242,-28.064199447631836,7.878300189971924,17.224599838256836,-27.986099243164062,7.878300189971924,17.038700103759766,-28.063400268554688,7.978529930114746,17.224599838256836,-27.986099243164062,7.878300189971924,17.064699172973633,-28.054500579833984,7.97859001159668,17.42490005493164,-27.859899520874023,7.978600025177002,17.397300720214844,-27.877700805664062,7.978630065917969,17.398500442504883,-27.879499435424805,7.878300189971924,17.398500442504883,-27.879499435424805,7.878300189971924,17.397300720214844,-27.877700805664062,7.978630065917969,17.253799438476562,-27.970800399780273,7.978809833526611,17.398500442504883,-27.879499435424805,7.878300189971924,17.253799438476562,-27.970800399780273,7.978809833526611,17.224599838256836,-27.986099243164062,7.878300189971924,17.224599838256836,-27.986099243164062,7.878300189971924,17.253799438476562,-27.970800399780273,7.978809833526611,17.22369956970215,-27.984100341796875,7.9787797927856445,17.224599838256836,-27.986099243164062,7.878300189971924,17.22369956970215,-27.984100341796875,7.9787797927856445,17.064699172973633,-28.054500579833984,7.97859001159668,17.686100006103516,-27.591899871826172,7.878300189971924,17.683399200439453,-27.58989906311035,7.978240013122559,17.553600311279297,-27.747100830078125,7.878300189971924,17.683399200439453,-27.58989906311035,7.978240013122559,17.597200393676758,-27.7012996673584,7.978250026702881,17.553600311279297,-27.747100830078125,7.878300189971924,17.553600311279297,-27.747100830078125,7.878300189971924,17.597200393676758,-27.7012996673584,7.978250026702881,17.55120086669922,-27.74449920654297,7.978340148925781,17.553600311279297,-27.747100830078125,7.878300189971924,17.55120086669922,-27.74449920654297,7.978340148925781,17.398500442504883,-27.879499435424805,7.878300189971924,17.398500442504883,-27.879499435424805,7.878300189971924,17.55120086669922,-27.74449920654297,7.978340148925781,17.446399688720703,-27.843000411987305,7.978549957275391,17.398500442504883,-27.879499435424805,7.878300189971924,17.446399688720703,-27.843000411987305,7.978549957275391,17.42490005493164,-27.859899520874023,7.978600025177002,17.870800018310547,-27.22949981689453,7.878300189971924,17.83209991455078,-27.33340072631836,7.978409767150879,17.792699813842773,-27.417999267578125,7.878300189971924,17.792699813842773,-27.417999267578125,7.878300189971924,17.83209991455078,-27.33340072631836,7.978409767150879,17.789100646972656,-27.416099548339844,7.978340148925781,17.792699813842773,-27.417999267578125,7.878300189971924,17.789100646972656,-27.416099548339844,7.978340148925781,17.686100006103516,-27.591899871826172,7.878300189971924,17.686100006103516,-27.591899871826172,7.878300189971924,17.789100646972656,-27.416099548339844,7.978340148925781,17.7367000579834,-27.517000198364258,7.978250026702881,17.686100006103516,-27.591899871826172,7.878300189971924,17.7367000579834,-27.517000198364258,7.978250026702881,17.721900939941406,-27.54010009765625,7.978229999542236,17.914499282836914,-27.03059959411621,7.978149890899658,17.902700424194336,-27.113300323486328,7.978280067443848,17.918399810791016,-27.031200408935547,7.878300189971924,17.918399810791016,-27.031200408935547,7.878300189971924,17.902700424194336,-27.113300323486328,7.978280067443848,17.896400451660156,-27.139999389648438,7.978320121765137,17.918399810791016,-27.031200408935547,7.878300189971924,17.896400451660156,-27.139999389648438,7.978320121765137,17.870800018310547,-27.22949981689453,7.878300189971924,17.870800018310547,-27.22949981689453,7.878300189971924,17.896400451660156,-27.139999389648438,7.978320121765137,17.867000579833984,-27.228300094604492,7.978370189666748,17.870800018310547,-27.22949981689453,7.878300189971924,17.867000579833984,-27.228300094604492,7.978370189666748,17.83209991455078,-27.33340072631836,7.978409767150879,17.914499282836914,-27.03059959411621,7.978149890899658,17.918399810791016,-27.031200408935547,7.878300189971924,17.931699752807617,-26.910900115966797,7.977960109710693,17.931699752807617,-26.910900115966797,7.977960109710693,17.918399810791016,-27.031200408935547,7.878300189971924,17.93440055847168,-26.827800750732422,7.878300189971924,17.931699752807617,-26.910900115966797,7.977960109710693,17.93440055847168,-26.827800750732422,7.878300189971924,17.93440055847168,-26.827800750732422,7.978089809417725,16.6343994140625,-28.12779998779297,7.977960109710693,16.584400177001953,-28.12779998779297,7.977970123291016,16.6343994140625,-28.12779998779297,7.878300189971924,16.6343994140625,-28.12779998779297,7.878300189971924,16.584400177001953,-28.12779998779297,7.977970123291016,15.234399795532227,-28.12779998779297,7.978119850158691,8.434399604797363,-28.12779998779297,7.977960109710693,8.434399604797363,-28.12779998779297,7.878300189971924,8.484399795532227,-28.12779998779297,7.977970123291016,8.484399795532227,-28.12779998779297,7.977970123291016,8.434399604797363,-28.12779998779297,7.878300189971924,16.6343994140625,-28.12779998779297,7.878300189971924,8.484399795532227,-28.12779998779297,7.977970123291016,16.6343994140625,-28.12779998779297,7.878300189971924,9.834400177001953,-28.12779998779297,7.978119850158691,9.834400177001953,-28.12779998779297,7.978119850158691,16.6343994140625,-28.12779998779297,7.878300189971924,15.234399795532227,-28.12779998779297,7.978119850158691,9.834400177001953,-28.12779998779297,7.978119850158691,15.234399795532227,-28.12779998779297,7.978119850158691,12.53439998626709,-28.12779998779297,7.978429794311523,7.560929775238037,-27.790700912475586,7.978419780731201,7.517710208892822,-27.744699478149414,7.9783501625061035,7.515160083770752,-27.747100830078125,7.878300189971924,7.150859832763672,-27.034000396728516,7.978129863739014,7.150629997253418,-27.031200408935547,7.978129863739014,7.150410175323486,-27.031200408935547,7.878300189971924,7.150410175323486,-27.031200408935547,7.878300189971924,7.150629997253418,-27.031200408935547,7.978129863739014,7.134399890899658,-26.827800750732422,7.978089809417725,7.150410175323486,-27.031200408935547,7.878300189971924,7.134399890899658,-26.827800750732422,7.978089809417725,7.134399890899658,-26.827800750732422,7.878300189971924,7.150859832763672,-27.034000396728516,7.978129863739014,7.150410175323486,-27.031200408935547,7.878300189971924,7.198229789733887,-27.22949981689453,7.978419780731201,7.198229789733887,-27.22949981689453,7.978419780731201,7.150410175323486,-27.031200408935547,7.878300189971924,7.1980299949646,-27.22949981689453,7.878300189971924,7.198229789733887,-27.22949981689453,7.978419780731201,7.1980299949646,-27.22949981689453,7.878300189971924,7.198860168457031,-27.232099533081055,7.978419780731201,7.402339935302734,-27.61829948425293,7.9781999588012695,7.384490013122559,-27.59079933166504,7.978219985961914,7.3826799392700195,-27.591899871826172,7.878300189971924,7.3826799392700195,-27.591899871826172,7.878300189971924,7.384490013122559,-27.59079933166504,7.978219985961914,7.29148006439209,-27.44729995727539,7.978320121765137,7.3826799392700195,-27.591899871826172,7.878300189971924,7.29148006439209,-27.44729995727539,7.978320121765137,7.276100158691406,-27.417999267578125,7.878300189971924,7.276100158691406,-27.417999267578125,7.878300189971924,7.29148006439209,-27.44729995727539,7.978320121765137,7.278120040893555,-27.41710090637207,7.978330135345459,7.276100158691406,-27.417999267578125,7.878300189971924,7.278120040893555,-27.41710090637207,7.978330135345459,7.1980299949646,-27.22949981689453,7.878300189971924,7.1980299949646,-27.22949981689453,7.878300189971924,7.278120040893555,-27.41710090637207,7.978330135345459,7.2076802253723145,-27.258100509643555,7.978429794311523,7.1980299949646,-27.22949981689453,7.878300189971924,7.2076802253723145,-27.258100509643555,7.978429794311523,7.198860168457031,-27.232099533081055,7.978419780731201,7.515160083770752,-27.747100830078125,7.878300189971924,7.517710208892822,-27.744699478149414,7.9783501625061035,7.3826799392700195,-27.591899871826172,7.878300189971924,7.3826799392700195,-27.591899871826172,7.878300189971924,7.517710208892822,-27.744699478149414,7.9783501625061035,7.4192399978637695,-27.63990020751953,7.9781999588012695,7.3826799392700195,-27.591899871826172,7.878300189971924,7.4192399978637695,-27.63990020751953,7.9781999588012695,7.402339935302734,-27.61829948425293,7.9781999588012695,7.560929775238037,-27.790700912475586,7.978419780731201,7.515160083770752,-27.747100830078125,7.878300189971924,7.672369956970215,-27.876800537109375,7.978640079498291,7.672369956970215,-27.876800537109375,7.978640079498291,7.515160083770752,-27.747100830078125,7.878300189971924,7.6702799797058105,-27.879499435424805,7.878300189971924,7.672369956970215,-27.876800537109375,7.978640079498291,7.6702799797058105,-27.879499435424805,7.878300189971924,7.7221598625183105,-27.915300369262695,7.978740215301514,7.7221598625183105,-27.915300369262695,7.978740215301514,7.6702799797058105,-27.879499435424805,7.878300189971924,7.844220161437988,-27.986099243164062,7.878300189971924,7.7221598625183105,-27.915300369262695,7.978740215301514,7.844220161437988,-27.986099243164062,7.878300189971924,7.745259761810303,-27.930099487304688,7.978769779205322,8.032679557800293,-28.064199447631836,7.878300189971924,7.928860187530518,-28.02549934387207,7.978740215301514,7.844220161437988,-27.986099243164062,7.878300189971924,7.844220161437988,-27.986099243164062,7.878300189971924,7.928860187530518,-28.02549934387207,7.978740215301514,7.846099853515625,-27.982500076293945,7.978750228881836,7.844220161437988,-27.986099243164062,7.878300189971924,7.846099853515625,-27.982500076293945,7.978750228881836,7.745259761810303,-27.930099487304688,7.978769779205322,8.231590270996094,-28.107999801635742,7.9780402183532715,8.148980140686035,-28.096099853515625,7.978189945220947,8.231030464172363,-28.111799240112305,7.878300189971924,8.231030464172363,-28.111799240112305,7.878300189971924,8.148980140686035,-28.096099853515625,7.978189945220947,8.122260093688965,-28.089799880981445,7.978260040283203,8.231030464172363,-28.111799240112305,7.878300189971924,8.122260093688965,-28.089799880981445,7.978260040283203,8.032679557800293,-28.064199447631836,7.878300189971924,8.032679557800293,-28.064199447631836,7.878300189971924,8.122260093688965,-28.089799880981445,7.978260040283203,8.033929824829102,-28.060400009155273,7.978479862213135,8.032679557800293,-28.064199447631836,7.878300189971924,8.033929824829102,-28.060400009155273,7.978479862213135,7.928860187530518,-28.02549934387207,7.978740215301514,8.231590270996094,-28.107999801635742,7.9780402183532715,8.231030464172363,-28.111799240112305,7.878300189971924,8.351329803466797,-28.125200271606445,7.977819919586182,8.351329803466797,-28.125200271606445,7.977819919586182,8.231030464172363,-28.111799240112305,7.878300189971924,8.434399604797363,-28.12779998779297,7.878300189971924,8.351329803466797,-28.125200271606445,7.977819919586182,8.434399604797363,-28.12779998779297,7.878300189971924,8.434399604797363,-28.12779998779297,7.977960109710693,7.134399890899658,-26.140300750732422,7.978089809417725,7.134399890899658,-26.827800750732422,7.878300189971924,7.134399890899658,-26.802799224853516,7.978089809417725,7.134399890899658,-26.802799224853516,7.978089809417725,7.134399890899658,-26.827800750732422,7.878300189971924,7.134399890899658,-26.827800750732422,7.978089809417725,7.134399890899658,-24.12779998779297,7.978089809417725,7.134399890899658,-24.12779998779297,7.878300189971924,7.134399890899658,-24.152799606323242,7.978089809417725,7.134399890899658,-24.152799606323242,7.978089809417725,7.134399890899658,-24.12779998779297,7.878300189971924,7.134399890899658,-26.827800750732422,7.878300189971924,7.134399890899658,-24.152799606323242,7.978089809417725,7.134399890899658,-26.827800750732422,7.878300189971924,7.134399890899658,-25.477800369262695,7.978089809417725,7.134399890899658,-25.477800369262695,7.978089809417725,7.134399890899658,-26.827800750732422,7.878300189971924,7.134399890899658,-26.140300750732422,7.978089809417725,7.34689998626709,-23.41550064086914,7.978219985961914,7.385379791259766,-23.365800857543945,7.978229999542236,7.3826799392700195,-23.36370086669922,7.878300189971924,8.228190422058105,-22.84429931640625,7.977980136871338,8.231049537658691,-22.844100952148438,7.977980136871338,8.231030464172363,-22.843799591064453,7.878300189971924,8.231030464172363,-22.843799591064453,7.878300189971924,8.231049537658691,-22.844100952148438,7.977980136871338,8.434399604797363,-22.827800750732422,7.977970123291016,8.231030464172363,-22.843799591064453,7.878300189971924,8.434399604797363,-22.827800750732422,7.977970123291016,8.434399604797363,-22.827800750732422,7.878300189971924,8.228190422058105,-22.84429931640625,7.977980136871338,8.231030464172363,-22.843799591064453,7.878300189971924,8.032730102539062,-22.891700744628906,7.978529930114746,8.032730102539062,-22.891700744628906,7.978529930114746,8.231030464172363,-22.843799591064453,7.878300189971924,8.032679557800293,-22.891399383544922,7.878300189971924,8.032730102539062,-22.891700744628906,7.978529930114746,8.032679557800293,-22.891399383544922,7.878300189971924,8.030110359191895,-22.89229965209961,7.978529930114746,8.030110359191895,-22.89229965209961,7.978529930114746,8.032679557800293,-22.891399383544922,7.878300189971924,7.844220161437988,-22.969499588012695,7.878300189971924,8.030110359191895,-22.89229965209961,7.978529930114746,7.844220161437988,-22.969499588012695,7.878300189971924,8.004130363464355,-22.901100158691406,7.978600025177002,7.643939971923828,-23.095699310302734,7.978600025177002,7.671460151672363,-23.077899932861328,7.978630065917969,7.6702799797058105,-23.076099395751953,7.878300189971924,7.6702799797058105,-23.076099395751953,7.878300189971924,7.671460151672363,-23.077899932861328,7.978630065917969,7.814970016479492,-22.984899520874023,7.978809833526611,7.6702799797058105,-23.076099395751953,7.878300189971924,7.814970016479492,-22.984899520874023,7.978809833526611,7.844220161437988,-22.969499588012695,7.878300189971924,7.844220161437988,-22.969499588012695,7.878300189971924,7.814970016479492,-22.984899520874023,7.978809833526611,7.845109939575195,-22.971500396728516,7.9787797927856445,7.844220161437988,-22.969499588012695,7.878300189971924,7.845109939575195,-22.971500396728516,7.9787797927856445,8.004130363464355,-22.901100158691406,7.978600025177002,7.3826799392700195,-23.36370086669922,7.878300189971924,7.385379791259766,-23.365800857543945,7.978229999542236,7.515160083770752,-23.208599090576172,7.878300189971924,7.385379791259766,-23.365800857543945,7.978229999542236,7.471590042114258,-23.25429916381836,7.978250026702881,7.515160083770752,-23.208599090576172,7.878300189971924,7.515160083770752,-23.208599090576172,7.878300189971924,7.471590042114258,-23.25429916381836,7.978250026702881,7.517560005187988,-23.21109962463379,7.978340148925781,7.515160083770752,-23.208599090576172,7.878300189971924,7.517560005187988,-23.21109962463379,7.978340148925781,7.6702799797058105,-23.076099395751953,7.878300189971924,7.6702799797058105,-23.076099395751953,7.878300189971924,7.517560005187988,-23.21109962463379,7.978340148925781,7.6223602294921875,-23.112600326538086,7.978549957275391,7.6702799797058105,-23.076099395751953,7.878300189971924,7.6223602294921875,-23.112600326538086,7.978549957275391,7.643939971923828,-23.095699310302734,7.978600025177002,7.1980299949646,-23.72610092163086,7.878300189971924,7.2367401123046875,-23.62220001220703,7.978409767150879,7.276100158691406,-23.537599563598633,7.878300189971924,7.276100158691406,-23.537599563598633,7.878300189971924,7.2367401123046875,-23.62220001220703,7.978409767150879,7.279719829559326,-23.539499282836914,7.978340148925781,7.276100158691406,-23.537599563598633,7.878300189971924,7.279719829559326,-23.539499282836914,7.978340148925781,7.3826799392700195,-23.36370086669922,7.878300189971924,7.3826799392700195,-23.36370086669922,7.878300189971924,7.279719829559326,-23.539499282836914,7.978340148925781,7.332119941711426,-23.438600540161133,7.978240013122559,7.3826799392700195,-23.36370086669922,7.878300189971924,7.332119941711426,-23.438600540161133,7.978240013122559,7.34689998626709,-23.41550064086914,7.978219985961914,7.154260158538818,-23.924999237060547,7.978149890899658,7.166140079498291,-23.842300415039062,7.978280067443848,7.150410175323486,-23.92449951171875,7.878300189971924,7.150410175323486,-23.92449951171875,7.878300189971924,7.166140079498291,-23.842300415039062,7.978280067443848,7.172450065612793,-23.81559944152832,7.978320121765137,7.150410175323486,-23.92449951171875,7.878300189971924,7.172450065612793,-23.81559944152832,7.978320121765137,7.1980299949646,-23.72610092163086,7.878300189971924,7.1980299949646,-23.72610092163086,7.878300189971924,7.172450065612793,-23.81559944152832,7.978320121765137,7.201789855957031,-23.727399826049805,7.978370189666748,7.1980299949646,-23.72610092163086,7.878300189971924,7.201789855957031,-23.727399826049805,7.978370189666748,7.2367401123046875,-23.62220001220703,7.978409767150879,7.154260158538818,-23.924999237060547,7.978149890899658,7.150410175323486,-23.92449951171875,7.878300189971924,7.137060165405273,-24.044700622558594,7.977960109710693,7.137060165405273,-24.044700622558594,7.977960109710693,7.150410175323486,-23.92449951171875,7.878300189971924,7.134399890899658,-24.12779998779297,7.878300189971924,7.137060165405273,-24.044700622558594,7.977960109710693,7.134399890899658,-24.12779998779297,7.878300189971924,7.134399890899658,-24.12779998779297,7.978089809417725,16.584400177001953,-22.827800750732422,7.977970123291016,16.6343994140625,-22.827800750732422,7.977960109710693,16.6343994140625,-22.827800750732422,7.878300189971924,8.434399604797363,-22.827800750732422,7.878300189971924,8.434399604797363,-22.827800750732422,7.977970123291016,8.484399795532227,-22.827800750732422,7.977980136871338,8.484399795532227,-22.827800750732422,7.977980136871338,9.834400177001953,-22.827800750732422,7.978129863739014,8.434399604797363,-22.827800750732422,7.878300189971924,8.434399604797363,-22.827800750732422,7.878300189971924,9.834400177001953,-22.827800750732422,7.978129863739014,12.53439998626709,-22.827800750732422,7.978439807891846,8.434399604797363,-22.827800750732422,7.878300189971924,12.53439998626709,-22.827800750732422,7.978439807891846,16.6343994140625,-22.827800750732422,7.878300189971924,16.6343994140625,-22.827800750732422,7.878300189971924,12.53439998626709,-22.827800750732422,7.978439807891846,15.234399795532227,-22.827800750732422,7.978119850158691,16.6343994140625,-22.827800750732422,7.878300189971924,15.234399795532227,-22.827800750732422,7.978119850158691,16.584400177001953,-22.827800750732422,7.977970123291016,17.50790023803711,-23.165000915527344,7.978419780731201,17.55109977722168,-23.211000442504883,7.9783501625061035,17.553600311279297,-23.208599090576172,7.878300189971924,17.91790008544922,-23.921600341796875,7.978129863739014,17.91819953918457,-23.92449951171875,7.978129863739014,17.918399810791016,-23.92449951171875,7.878300189971924,17.918399810791016,-23.92449951171875,7.878300189971924,17.91819953918457,-23.92449951171875,7.978129863739014,17.93440055847168,-24.12779998779297,7.978089809417725,17.918399810791016,-23.92449951171875,7.878300189971924,17.93440055847168,-24.12779998779297,7.978089809417725,17.93440055847168,-24.12779998779297,7.878300189971924,17.91790008544922,-23.921600341796875,7.978129863739014,17.918399810791016,-23.92449951171875,7.878300189971924,17.8705997467041,-23.72610092163086,7.978419780731201,17.8705997467041,-23.72610092163086,7.978419780731201,17.918399810791016,-23.92449951171875,7.878300189971924,17.870800018310547,-23.72610092163086,7.878300189971924,17.8705997467041,-23.72610092163086,7.978419780731201,17.870800018310547,-23.72610092163086,7.878300189971924,17.86989974975586,-23.723499298095703,7.978419780731201,17.666500091552734,-23.337299346923828,7.9781999588012695,17.68429946899414,-23.364900588989258,7.978219985961914,17.686100006103516,-23.36370086669922,7.878300189971924,17.686100006103516,-23.36370086669922,7.878300189971924,17.68429946899414,-23.364900588989258,7.978219985961914,17.777299880981445,-23.508399963378906,7.978320121765137,17.686100006103516,-23.36370086669922,7.878300189971924,17.777299880981445,-23.508399963378906,7.978320121765137,17.792699813842773,-23.537599563598633,7.878300189971924,17.792699813842773,-23.537599563598633,7.878300189971924,17.777299880981445,-23.508399963378906,7.978320121765137,17.790700912475586,-23.53849983215332,7.978330135345459,17.792699813842773,-23.537599563598633,7.878300189971924,17.790700912475586,-23.53849983215332,7.978330135345459,17.870800018310547,-23.72610092163086,7.878300189971924,17.870800018310547,-23.72610092163086,7.878300189971924,17.790700912475586,-23.53849983215332,7.978330135345459,17.861099243164062,-23.697500228881836,7.978429794311523,17.870800018310547,-23.72610092163086,7.878300189971924,17.861099243164062,-23.697500228881836,7.978429794311523,17.86989974975586,-23.723499298095703,7.978419780731201,17.553600311279297,-23.208599090576172,7.878300189971924,17.55109977722168,-23.211000442504883,7.9783501625061035,17.686100006103516,-23.36370086669922,7.878300189971924,17.686100006103516,-23.36370086669922,7.878300189971924,17.55109977722168,-23.211000442504883,7.9783501625061035,17.649599075317383,-23.315799713134766,7.9781999588012695,17.686100006103516,-23.36370086669922,7.878300189971924,17.649599075317383,-23.315799713134766,7.9781999588012695,17.666500091552734,-23.337299346923828,7.9781999588012695,17.50790023803711,-23.165000915527344,7.978419780731201,17.553600311279297,-23.208599090576172,7.878300189971924,17.396400451660156,-23.078800201416016,7.978640079498291,17.396400451660156,-23.078800201416016,7.978640079498291,17.553600311279297,-23.208599090576172,7.878300189971924,17.398500442504883,-23.076099395751953,7.878300189971924,17.396400451660156,-23.078800201416016,7.978640079498291,17.398500442504883,-23.076099395751953,7.878300189971924,17.346599578857422,-23.040300369262695,7.978740215301514,17.346599578857422,-23.040300369262695,7.978740215301514,17.398500442504883,-23.076099395751953,7.878300189971924,17.224599838256836,-22.969499588012695,7.878300189971924,17.346599578857422,-23.040300369262695,7.978740215301514,17.224599838256836,-22.969499588012695,7.878300189971924,17.32349967956543,-23.02549934387207,7.978769779205322,17.036100387573242,-22.891399383544922,7.878300189971924,17.13990020751953,-22.930099487304688,7.978740215301514,17.224599838256836,-22.969499588012695,7.878300189971924,17.224599838256836,-22.969499588012695,7.878300189971924,17.13990020751953,-22.930099487304688,7.978740215301514,17.222700119018555,-22.973100662231445,7.978750228881836,17.224599838256836,-22.969499588012695,7.878300189971924,17.222700119018555,-22.973100662231445,7.978750228881836,17.32349967956543,-23.02549934387207,7.978769779205322,16.837200164794922,-22.847700119018555,7.9780402183532715,16.9197998046875,-22.859500885009766,7.978189945220947,16.837799072265625,-22.843799591064453,7.878300189971924,16.837799072265625,-22.843799591064453,7.878300189971924,16.9197998046875,-22.859500885009766,7.978189945220947,16.946500778198242,-22.86590003967285,7.978260040283203,16.837799072265625,-22.843799591064453,7.878300189971924,16.946500778198242,-22.86590003967285,7.978260040283203,17.036100387573242,-22.891399383544922,7.878300189971924,17.036100387573242,-22.891399383544922,7.878300189971924,16.946500778198242,-22.86590003967285,7.978260040283203,17.034900665283203,-22.895200729370117,7.978479862213135,17.036100387573242,-22.891399383544922,7.878300189971924,17.034900665283203,-22.895200729370117,7.978479862213135,17.13990020751953,-22.930099487304688,7.978740215301514,16.837200164794922,-22.847700119018555,7.9780402183532715,16.837799072265625,-22.843799591064453,7.878300189971924,16.717500686645508,-22.83049964904785,7.977819919586182,16.717500686645508,-22.83049964904785,7.977819919586182,16.837799072265625,-22.843799591064453,7.878300189971924,16.6343994140625,-22.827800750732422,7.878300189971924,16.717500686645508,-22.83049964904785,7.977819919586182,16.6343994140625,-22.827800750732422,7.878300189971924,16.6343994140625,-22.827800750732422,7.977960109710693,17.93440055847168,-26.827800750732422,7.978089809417725,17.93440055847168,-26.827800750732422,7.878300189971924,17.93440055847168,-26.802799224853516,7.978089809417725,17.93440055847168,-26.802799224853516,7.978089809417725,17.93440055847168,-26.827800750732422,7.878300189971924,17.93440055847168,-24.12779998779297,7.878300189971924,17.93440055847168,-24.12779998779297,7.878300189971924,17.93440055847168,-24.12779998779297,7.978089809417725,17.93440055847168,-24.152799606323242,7.978089809417725,17.93440055847168,-24.152799606323242,7.978089809417725,17.93440055847168,-24.81529998779297,7.978089809417725,17.93440055847168,-24.12779998779297,7.878300189971924,17.93440055847168,-24.12779998779297,7.878300189971924,17.93440055847168,-24.81529998779297,7.978089809417725,17.93440055847168,-25.477800369262695,7.978089809417725,17.93440055847168,-24.12779998779297,7.878300189971924,17.93440055847168,-25.477800369262695,7.978089809417725,17.93440055847168,-26.802799224853516,7.978089809417725,-16.56559944152832,-29.227800369262695,7.878300189971924,-16.56559944152832,-29.227800369262695,7.978300094604492,-16.78459930419922,-29.245100021362305,7.978300094604492,-16.56559944152832,-29.227800369262695,7.878300189971924,-16.78459930419922,-29.245100021362305,7.978300094604492,-16.78459930419922,-29.245100021362305,7.878300189971924,-16.78459930419922,-29.245100021362305,7.878300189971924,-16.78459930419922,-29.245100021362305,7.978300094604492,-16.998199462890625,-29.296300888061523,7.978300094604492,-16.78459930419922,-29.245100021362305,7.878300189971924,-16.998199462890625,-29.296300888061523,7.978300094604492,-16.998199462890625,-29.296300888061523,7.878300189971924,-16.998199462890625,-29.296300888061523,7.878300189971924,-16.998199462890625,-29.296300888061523,7.978300094604492,-17.201200485229492,-29.380399703979492,7.978300094604492,-16.998199462890625,-29.296300888061523,7.878300189971924,-17.201200485229492,-29.380399703979492,7.978300094604492,-17.201200485229492,-29.380399703979492,7.878300189971924,-17.201200485229492,-29.380399703979492,7.878300189971924,-17.201200485229492,-29.380399703979492,7.978300094604492,-17.388500213623047,-29.49519920349121,7.978300094604492,-17.201200485229492,-29.380399703979492,7.878300189971924,-17.388500213623047,-29.49519920349121,7.978300094604492,-17.388500213623047,-29.49519920349121,7.878300189971924,-17.388500213623047,-29.49519920349121,7.878300189971924,-17.388500213623047,-29.49519920349121,7.978300094604492,-17.555500030517578,-29.63789939880371,7.978300094604492,-17.388500213623047,-29.49519920349121,7.878300189971924,-17.555500030517578,-29.63789939880371,7.978300094604492,-17.555500030517578,-29.63789939880371,7.878300189971924,-17.555500030517578,-29.63789939880371,7.878300189971924,-17.555500030517578,-29.63789939880371,7.978300094604492,-17.698200225830078,-29.804899215698242,7.978300094604492,-17.555500030517578,-29.63789939880371,7.878300189971924,-17.698200225830078,-29.804899215698242,7.978300094604492,-17.698200225830078,-29.804899215698242,7.878300189971924,-17.698200225830078,-29.804899215698242,7.878300189971924,-17.698200225830078,-29.804899215698242,7.978300094604492,-17.765600204467773,-29.914899826049805,7.978300094604492,-17.698200225830078,-29.804899215698242,7.878300189971924,-17.765600204467773,-29.914899826049805,7.978300094604492,-17.812999725341797,-29.99220085144043,7.878300189971924,-17.765600204467773,-29.914899826049805,7.978300094604492,-17.812999725341797,-29.99220085144043,7.978300094604492,-17.812999725341797,-29.99220085144043,7.878300189971924,-17.812999725341797,-29.99220085144043,7.878300189971924,-17.812999725341797,-29.99220085144043,7.978300094604492,-17.8971004486084,-30.195199966430664,7.978300094604492,-17.812999725341797,-29.99220085144043,7.878300189971924,-17.8971004486084,-30.195199966430664,7.978300094604492,-17.8971004486084,-30.195199966430664,7.878300189971924,-17.8971004486084,-30.195199966430664,7.878300189971924,-17.8971004486084,-30.195199966430664,7.978300094604492,-17.948400497436523,-30.40880012512207,7.978300094604492,-17.8971004486084,-30.195199966430664,7.878300189971924,-17.948400497436523,-30.40880012512207,7.978300094604492,-17.948400497436523,-30.40880012512207,7.878300189971924,-17.948400497436523,-30.40880012512207,7.878300189971924,-17.948400497436523,-30.40880012512207,7.978300094604492,-17.965599060058594,-30.62779998779297,7.978300094604492,-17.948400497436523,-30.40880012512207,7.878300189971924,-17.965599060058594,-30.62779998779297,7.978300094604492,-17.965599060058594,-30.62779998779297,7.878300189971924,-16.56559944152832,-29.227800369262695,7.878300189971924,-8.365599632263184,-29.227800369262695,7.878300189971924,-16.56559944152832,-29.227800369262695,7.978300094604492,-16.56559944152832,-29.227800369262695,7.978300094604492,-8.365599632263184,-29.227800369262695,7.878300189971924,-8.365599632263184,-29.227800369262695,7.978300094604492,-6.96560001373291,-30.62779998779297,7.878300189971924,-6.96560001373291,-30.62779998779297,7.978300094604492,-6.982830047607422,-30.40880012512207,7.978300094604492,-6.96560001373291,-30.62779998779297,7.878300189971924,-6.982830047607422,-30.40880012512207,7.978300094604492,-6.982830047607422,-30.40880012512207,7.878300189971924,-6.982830047607422,-30.40880012512207,7.878300189971924,-6.982830047607422,-30.40880012512207,7.978300094604492,-7.034120082855225,-30.195199966430664,7.978300094604492,-6.982830047607422,-30.40880012512207,7.878300189971924,-7.034120082855225,-30.195199966430664,7.978300094604492,-7.034120082855225,-30.195199966430664,7.878300189971924,-7.034120082855225,-30.195199966430664,7.878300189971924,-7.034120082855225,-30.195199966430664,7.978300094604492,-7.118189811706543,-29.99220085144043,7.978300094604492,-7.034120082855225,-30.195199966430664,7.878300189971924,-7.118189811706543,-29.99220085144043,7.978300094604492,-7.118189811706543,-29.99220085144043,7.878300189971924,-7.118189811706543,-29.99220085144043,7.878300189971924,-7.118189811706543,-29.99220085144043,7.978300094604492,-7.232970237731934,-29.804899215698242,7.978300094604492,-7.118189811706543,-29.99220085144043,7.878300189971924,-7.232970237731934,-29.804899215698242,7.978300094604492,-7.232970237731934,-29.804899215698242,7.878300189971924,-7.232970237731934,-29.804899215698242,7.878300189971924,-7.232970237731934,-29.804899215698242,7.978300094604492,-7.375649929046631,-29.63789939880371,7.978300094604492,-7.232970237731934,-29.804899215698242,7.878300189971924,-7.375649929046631,-29.63789939880371,7.978300094604492,-7.375649929046631,-29.63789939880371,7.878300189971924,-7.375649929046631,-29.63789939880371,7.878300189971924,-7.375649929046631,-29.63789939880371,7.978300094604492,-7.542699813842773,-29.49519920349121,7.978300094604492,-7.375649929046631,-29.63789939880371,7.878300189971924,-7.542699813842773,-29.49519920349121,7.978300094604492,-7.542699813842773,-29.49519920349121,7.878300189971924,-7.542699813842773,-29.49519920349121,7.878300189971924,-7.542699813842773,-29.49519920349121,7.978300094604492,-7.730010032653809,-29.380399703979492,7.978300094604492,-7.542699813842773,-29.49519920349121,7.878300189971924,-7.730010032653809,-29.380399703979492,7.978300094604492,-7.730010032653809,-29.380399703979492,7.878300189971924,-7.730010032653809,-29.380399703979492,7.878300189971924,-7.730010032653809,-29.380399703979492,7.978300094604492,-7.93297004699707,-29.296300888061523,7.978300094604492,-7.730010032653809,-29.380399703979492,7.878300189971924,-7.93297004699707,-29.296300888061523,7.978300094604492,-7.93297004699707,-29.296300888061523,7.878300189971924,-7.93297004699707,-29.296300888061523,7.878300189971924,-7.93297004699707,-29.296300888061523,7.978300094604492,-8.146590232849121,-29.245100021362305,7.978300094604492,-7.93297004699707,-29.296300888061523,7.878300189971924,-8.146590232849121,-29.245100021362305,7.978300094604492,-8.146590232849121,-29.245100021362305,7.878300189971924,-8.146590232849121,-29.245100021362305,7.878300189971924,-8.146590232849121,-29.245100021362305,7.978300094604492,-8.365599632263184,-29.227800369262695,7.978300094604492,-8.146590232849121,-29.245100021362305,7.878300189971924,-8.365599632263184,-29.227800369262695,7.978300094604492,-8.365599632263184,-29.227800369262695,7.878300189971924,-6.96560001373291,-30.62779998779297,7.878300189971924,-6.96560001373291,-33.32780075073242,7.878300189971924,-6.96560001373291,-30.62779998779297,7.978300094604492,-6.96560001373291,-30.62779998779297,7.978300094604492,-6.96560001373291,-33.32780075073242,7.878300189971924,-6.96560001373291,-33.32780075073242,7.978300094604492,-8.365599632263184,-34.72779846191406,7.878300189971924,-8.365599632263184,-34.72779846191406,7.978300094604492,-8.146590232849121,-34.710601806640625,7.978300094604492,-8.365599632263184,-34.72779846191406,7.878300189971924,-8.146590232849121,-34.710601806640625,7.978300094604492,-8.146590232849121,-34.710601806640625,7.878300189971924,-8.146590232849121,-34.710601806640625,7.878300189971924,-8.146590232849121,-34.710601806640625,7.978300094604492,-7.93297004699707,-34.6593017578125,7.978300094604492,-8.146590232849121,-34.710601806640625,7.878300189971924,-7.93297004699707,-34.6593017578125,7.978300094604492,-7.93297004699707,-34.6593017578125,7.878300189971924,-7.93297004699707,-34.6593017578125,7.878300189971924,-7.93297004699707,-34.6593017578125,7.978300094604492,-7.730010032653809,-34.575199127197266,7.978300094604492,-7.93297004699707,-34.6593017578125,7.878300189971924,-7.730010032653809,-34.575199127197266,7.978300094604492,-7.730010032653809,-34.575199127197266,7.878300189971924,-7.730010032653809,-34.575199127197266,7.878300189971924,-7.730010032653809,-34.575199127197266,7.978300094604492,-7.542699813842773,-34.46039962768555,7.978300094604492,-7.730010032653809,-34.575199127197266,7.878300189971924,-7.542699813842773,-34.46039962768555,7.978300094604492,-7.542699813842773,-34.46039962768555,7.878300189971924,-7.542699813842773,-34.46039962768555,7.878300189971924,-7.542699813842773,-34.46039962768555,7.978300094604492,-7.375649929046631,-34.31779861450195,7.978300094604492,-7.542699813842773,-34.46039962768555,7.878300189971924,-7.375649929046631,-34.31779861450195,7.978300094604492,-7.375649929046631,-34.31779861450195,7.878300189971924,-7.375649929046631,-34.31779861450195,7.878300189971924,-7.375649929046631,-34.31779861450195,7.978300094604492,-7.232970237731934,-34.150699615478516,7.978300094604492,-7.375649929046631,-34.31779861450195,7.878300189971924,-7.232970237731934,-34.150699615478516,7.978300094604492,-7.232970237731934,-34.150699615478516,7.878300189971924,-7.232970237731934,-34.150699615478516,7.878300189971924,-7.232970237731934,-34.150699615478516,7.978300094604492,-7.118189811706543,-33.963401794433594,7.978300094604492,-7.232970237731934,-34.150699615478516,7.878300189971924,-7.118189811706543,-33.963401794433594,7.978300094604492,-7.118189811706543,-33.963401794433594,7.878300189971924,-7.118189811706543,-33.963401794433594,7.878300189971924,-7.118189811706543,-33.963401794433594,7.978300094604492,-7.034120082855225,-33.760398864746094,7.978300094604492,-7.118189811706543,-33.963401794433594,7.878300189971924,-7.034120082855225,-33.760398864746094,7.978300094604492,-7.034120082855225,-33.760398864746094,7.878300189971924,-7.034120082855225,-33.760398864746094,7.878300189971924,-7.034120082855225,-33.760398864746094,7.978300094604492,-6.982830047607422,-33.54679870605469,7.978300094604492,-7.034120082855225,-33.760398864746094,7.878300189971924,-6.982830047607422,-33.54679870605469,7.978300094604492,-6.982830047607422,-33.54679870605469,7.878300189971924,-6.982830047607422,-33.54679870605469,7.878300189971924,-6.982830047607422,-33.54679870605469,7.978300094604492,-6.96560001373291,-33.32780075073242,7.978300094604492,-6.982830047607422,-33.54679870605469,7.878300189971924,-6.96560001373291,-33.32780075073242,7.978300094604492,-6.96560001373291,-33.32780075073242,7.878300189971924,-8.365599632263184,-34.72779846191406,7.878300189971924,-16.56559944152832,-34.72779846191406,7.878300189971924,-8.365599632263184,-34.72779846191406,7.978300094604492,-8.365599632263184,-34.72779846191406,7.978300094604492,-16.56559944152832,-34.72779846191406,7.878300189971924,-16.56559944152832,-34.72779846191406,7.978300094604492,-17.965599060058594,-33.32780075073242,7.878300189971924,-17.965599060058594,-33.32780075073242,7.978300094604492,-17.948400497436523,-33.54679870605469,7.978300094604492,-17.965599060058594,-33.32780075073242,7.878300189971924,-17.948400497436523,-33.54679870605469,7.978300094604492,-17.948400497436523,-33.54679870605469,7.878300189971924,-17.948400497436523,-33.54679870605469,7.878300189971924,-17.948400497436523,-33.54679870605469,7.978300094604492,-17.8971004486084,-33.760398864746094,7.978300094604492,-17.948400497436523,-33.54679870605469,7.878300189971924,-17.8971004486084,-33.760398864746094,7.978300094604492,-17.8971004486084,-33.760398864746094,7.878300189971924,-17.8971004486084,-33.760398864746094,7.878300189971924,-17.8971004486084,-33.760398864746094,7.978300094604492,-17.812999725341797,-33.963401794433594,7.978300094604492,-17.8971004486084,-33.760398864746094,7.878300189971924,-17.812999725341797,-33.963401794433594,7.978300094604492,-17.812999725341797,-33.963401794433594,7.878300189971924,-17.812999725341797,-33.963401794433594,7.878300189971924,-17.812999725341797,-33.963401794433594,7.978300094604492,-17.765600204467773,-34.04079818725586,7.978300094604492,-17.812999725341797,-33.963401794433594,7.878300189971924,-17.765600204467773,-34.04079818725586,7.978300094604492,-17.698200225830078,-34.150699615478516,7.878300189971924,-17.765600204467773,-34.04079818725586,7.978300094604492,-17.698200225830078,-34.150699615478516,7.978300094604492,-17.698200225830078,-34.150699615478516,7.878300189971924,-17.698200225830078,-34.150699615478516,7.878300189971924,-17.698200225830078,-34.150699615478516,7.978300094604492,-17.555500030517578,-34.31779861450195,7.978300094604492,-17.698200225830078,-34.150699615478516,7.878300189971924,-17.555500030517578,-34.31779861450195,7.978300094604492,-17.555500030517578,-34.31779861450195,7.878300189971924,-17.555500030517578,-34.31779861450195,7.878300189971924,-17.555500030517578,-34.31779861450195,7.978300094604492,-17.388500213623047,-34.46039962768555,7.978300094604492,-17.555500030517578,-34.31779861450195,7.878300189971924,-17.388500213623047,-34.46039962768555,7.978300094604492,-17.388500213623047,-34.46039962768555,7.878300189971924,-17.388500213623047,-34.46039962768555,7.878300189971924,-17.388500213623047,-34.46039962768555,7.978300094604492,-17.201200485229492,-34.575199127197266,7.978300094604492,-17.388500213623047,-34.46039962768555,7.878300189971924,-17.201200485229492,-34.575199127197266,7.978300094604492,-17.201200485229492,-34.575199127197266,7.878300189971924,-17.201200485229492,-34.575199127197266,7.878300189971924,-17.201200485229492,-34.575199127197266,7.978300094604492,-16.998199462890625,-34.6593017578125,7.978300094604492,-17.201200485229492,-34.575199127197266,7.878300189971924,-16.998199462890625,-34.6593017578125,7.978300094604492,-16.998199462890625,-34.6593017578125,7.878300189971924,-16.998199462890625,-34.6593017578125,7.878300189971924,-16.998199462890625,-34.6593017578125,7.978300094604492,-16.78459930419922,-34.710601806640625,7.978300094604492,-16.998199462890625,-34.6593017578125,7.878300189971924,-16.78459930419922,-34.710601806640625,7.978300094604492,-16.78459930419922,-34.710601806640625,7.878300189971924,-16.78459930419922,-34.710601806640625,7.878300189971924,-16.78459930419922,-34.710601806640625,7.978300094604492,-16.56559944152832,-34.72779846191406,7.978300094604492,-16.78459930419922,-34.710601806640625,7.878300189971924,-16.56559944152832,-34.72779846191406,7.978300094604492,-16.56559944152832,-34.72779846191406,7.878300189971924,-17.965599060058594,-33.32780075073242,7.878300189971924,-17.965599060058594,-30.62779998779297,7.878300189971924,-17.965599060058594,-33.32780075073242,7.978300094604492,-17.965599060058594,-33.32780075073242,7.978300094604492,-17.965599060058594,-30.62779998779297,7.878300189971924,-17.965599060058594,-30.62779998779297,7.978300094604492,-16.56559944152832,-29.327800750732422,7.878300189971924,-16.56559944152832,-29.227800369262695,7.878300189971924,-16.768999099731445,-29.343799591064453,7.878300189971924,-16.768999099731445,-29.343799591064453,7.878300189971924,-16.56559944152832,-29.227800369262695,7.878300189971924,-16.78459930419922,-29.245100021362305,7.878300189971924,-16.768999099731445,-29.343799591064453,7.878300189971924,-16.78459930419922,-29.245100021362305,7.878300189971924,-16.967300415039062,-29.391399383544922,7.878300189971924,-16.967300415039062,-29.391399383544922,7.878300189971924,-16.78459930419922,-29.245100021362305,7.878300189971924,-16.998199462890625,-29.296300888061523,7.878300189971924,-16.967300415039062,-29.391399383544922,7.878300189971924,-16.998199462890625,-29.296300888061523,7.878300189971924,-17.155799865722656,-29.469499588012695,7.878300189971924,-17.155799865722656,-29.469499588012695,7.878300189971924,-16.998199462890625,-29.296300888061523,7.878300189971924,-17.201200485229492,-29.380399703979492,7.878300189971924,-17.155799865722656,-29.469499588012695,7.878300189971924,-17.201200485229492,-29.380399703979492,7.878300189971924,-17.329700469970703,-29.576099395751953,7.878300189971924,-17.329700469970703,-29.576099395751953,7.878300189971924,-17.201200485229492,-29.380399703979492,7.878300189971924,-17.388500213623047,-29.49519920349121,7.878300189971924,-17.329700469970703,-29.576099395751953,7.878300189971924,-17.388500213623047,-29.49519920349121,7.878300189971924,-17.484800338745117,-29.708599090576172,7.878300189971924,-17.484800338745117,-29.708599090576172,7.878300189971924,-17.388500213623047,-29.49519920349121,7.878300189971924,-17.555500030517578,-29.63789939880371,7.878300189971924,-17.484800338745117,-29.708599090576172,7.878300189971924,-17.555500030517578,-29.63789939880371,7.878300189971924,-17.617300033569336,-29.86370086669922,7.878300189971924,-17.617300033569336,-29.86370086669922,7.878300189971924,-17.555500030517578,-29.63789939880371,7.878300189971924,-17.698200225830078,-29.804899215698242,7.878300189971924,-17.617300033569336,-29.86370086669922,7.878300189971924,-17.698200225830078,-29.804899215698242,7.878300189971924,-17.723899841308594,-30.037599563598633,7.878300189971924,-17.723899841308594,-30.037599563598633,7.878300189971924,-17.698200225830078,-29.804899215698242,7.878300189971924,-17.812999725341797,-29.99220085144043,7.878300189971924,-17.723899841308594,-30.037599563598633,7.878300189971924,-17.812999725341797,-29.99220085144043,7.878300189971924,-17.802000045776367,-30.22610092163086,7.878300189971924,-17.802000045776367,-30.22610092163086,7.878300189971924,-17.812999725341797,-29.99220085144043,7.878300189971924,-17.8971004486084,-30.195199966430664,7.878300189971924,-17.802000045776367,-30.22610092163086,7.878300189971924,-17.8971004486084,-30.195199966430664,7.878300189971924,-17.849599838256836,-30.42449951171875,7.878300189971924,-17.849599838256836,-30.42449951171875,7.878300189971924,-17.8971004486084,-30.195199966430664,7.878300189971924,-17.948400497436523,-30.40880012512207,7.878300189971924,-17.849599838256836,-30.42449951171875,7.878300189971924,-17.948400497436523,-30.40880012512207,7.878300189971924,-17.8656005859375,-30.62779998779297,7.878300189971924,-17.8656005859375,-30.62779998779297,7.878300189971924,-17.948400497436523,-30.40880012512207,7.878300189971924,-17.965599060058594,-30.62779998779297,7.878300189971924,-17.8656005859375,-30.62779998779297,7.878300189971924,-17.965599060058594,-30.62779998779297,7.878300189971924,-17.8656005859375,-33.32780075073242,7.878300189971924,-17.8656005859375,-33.32780075073242,7.878300189971924,-17.965599060058594,-30.62779998779297,7.878300189971924,-17.965599060058594,-33.32780075073242,7.878300189971924,-17.8656005859375,-33.32780075073242,7.878300189971924,-17.965599060058594,-33.32780075073242,7.878300189971924,-17.849599838256836,-33.53120040893555,7.878300189971924,-17.849599838256836,-33.53120040893555,7.878300189971924,-17.965599060058594,-33.32780075073242,7.878300189971924,-17.948400497436523,-33.54679870605469,7.878300189971924,-17.849599838256836,-33.53120040893555,7.878300189971924,-17.948400497436523,-33.54679870605469,7.878300189971924,-17.802000045776367,-33.72949981689453,7.878300189971924,-17.802000045776367,-33.72949981689453,7.878300189971924,-17.948400497436523,-33.54679870605469,7.878300189971924,-17.8971004486084,-33.760398864746094,7.878300189971924,-17.802000045776367,-33.72949981689453,7.878300189971924,-17.8971004486084,-33.760398864746094,7.878300189971924,-17.723899841308594,-33.917999267578125,7.878300189971924,-17.723899841308594,-33.917999267578125,7.878300189971924,-17.8971004486084,-33.760398864746094,7.878300189971924,-17.812999725341797,-33.963401794433594,7.878300189971924,-17.723899841308594,-33.917999267578125,7.878300189971924,-17.812999725341797,-33.963401794433594,7.878300189971924,-17.617300033569336,-34.09189987182617,7.878300189971924,-17.617300033569336,-34.09189987182617,7.878300189971924,-17.812999725341797,-33.963401794433594,7.878300189971924,-17.698200225830078,-34.150699615478516,7.878300189971924,-17.617300033569336,-34.09189987182617,7.878300189971924,-17.698200225830078,-34.150699615478516,7.878300189971924,-17.484800338745117,-34.247100830078125,7.878300189971924,-17.484800338745117,-34.247100830078125,7.878300189971924,-17.698200225830078,-34.150699615478516,7.878300189971924,-17.555500030517578,-34.31779861450195,7.878300189971924,-17.484800338745117,-34.247100830078125,7.878300189971924,-17.555500030517578,-34.31779861450195,7.878300189971924,-17.329700469970703,-34.37950134277344,7.878300189971924,-17.329700469970703,-34.37950134277344,7.878300189971924,-17.555500030517578,-34.31779861450195,7.878300189971924,-17.388500213623047,-34.46039962768555,7.878300189971924,-17.329700469970703,-34.37950134277344,7.878300189971924,-17.388500213623047,-34.46039962768555,7.878300189971924,-17.155799865722656,-34.48609924316406,7.878300189971924,-17.155799865722656,-34.48609924316406,7.878300189971924,-17.388500213623047,-34.46039962768555,7.878300189971924,-17.201200485229492,-34.575199127197266,7.878300189971924,-17.155799865722656,-34.48609924316406,7.878300189971924,-17.201200485229492,-34.575199127197266,7.878300189971924,-16.967300415039062,-34.56420135498047,7.878300189971924,-16.967300415039062,-34.56420135498047,7.878300189971924,-17.201200485229492,-34.575199127197266,7.878300189971924,-16.998199462890625,-34.6593017578125,7.878300189971924,-16.967300415039062,-34.56420135498047,7.878300189971924,-16.998199462890625,-34.6593017578125,7.878300189971924,-16.768999099731445,-34.61180114746094,7.878300189971924,-16.768999099731445,-34.61180114746094,7.878300189971924,-16.998199462890625,-34.6593017578125,7.878300189971924,-16.78459930419922,-34.710601806640625,7.878300189971924,-16.768999099731445,-34.61180114746094,7.878300189971924,-16.78459930419922,-34.710601806640625,7.878300189971924,-16.56559944152832,-34.62779998779297,7.878300189971924,-16.56559944152832,-34.62779998779297,7.878300189971924,-16.78459930419922,-34.710601806640625,7.878300189971924,-16.56559944152832,-34.72779846191406,7.878300189971924,-16.56559944152832,-34.62779998779297,7.878300189971924,-16.56559944152832,-34.72779846191406,7.878300189971924,-8.365599632263184,-34.62779998779297,7.878300189971924,-8.365599632263184,-34.62779998779297,7.878300189971924,-16.56559944152832,-34.72779846191406,7.878300189971924,-8.365599632263184,-34.72779846191406,7.878300189971924,-8.365599632263184,-34.62779998779297,7.878300189971924,-8.365599632263184,-34.72779846191406,7.878300189971924,-8.162229537963867,-34.61180114746094,7.878300189971924,-8.162229537963867,-34.61180114746094,7.878300189971924,-8.365599632263184,-34.72779846191406,7.878300189971924,-8.146590232849121,-34.710601806640625,7.878300189971924,-8.162229537963867,-34.61180114746094,7.878300189971924,-8.146590232849121,-34.710601806640625,7.878300189971924,-7.9638800621032715,-34.56420135498047,7.878300189971924,-7.9638800621032715,-34.56420135498047,7.878300189971924,-8.146590232849121,-34.710601806640625,7.878300189971924,-7.93297004699707,-34.6593017578125,7.878300189971924,-7.9638800621032715,-34.56420135498047,7.878300189971924,-7.93297004699707,-34.6593017578125,7.878300189971924,-7.775410175323486,-34.48609924316406,7.878300189971924,-7.775410175323486,-34.48609924316406,7.878300189971924,-7.93297004699707,-34.6593017578125,7.878300189971924,-7.730010032653809,-34.575199127197266,7.878300189971924,-7.775410175323486,-34.48609924316406,7.878300189971924,-7.730010032653809,-34.575199127197266,7.878300189971924,-7.601480007171631,-34.37950134277344,7.878300189971924,-7.601480007171631,-34.37950134277344,7.878300189971924,-7.730010032653809,-34.575199127197266,7.878300189971924,-7.542699813842773,-34.46039962768555,7.878300189971924,-7.601480007171631,-34.37950134277344,7.878300189971924,-7.542699813842773,-34.46039962768555,7.878300189971924,-7.446360111236572,-34.247100830078125,7.878300189971924,-7.446360111236572,-34.247100830078125,7.878300189971924,-7.542699813842773,-34.46039962768555,7.878300189971924,-7.375649929046631,-34.31779861450195,7.878300189971924,-7.446360111236572,-34.247100830078125,7.878300189971924,-7.375649929046631,-34.31779861450195,7.878300189971924,-7.31387996673584,-34.09189987182617,7.878300189971924,-7.31387996673584,-34.09189987182617,7.878300189971924,-7.375649929046631,-34.31779861450195,7.878300189971924,-7.232970237731934,-34.150699615478516,7.878300189971924,-7.31387996673584,-34.09189987182617,7.878300189971924,-7.232970237731934,-34.150699615478516,7.878300189971924,-7.207290172576904,-33.917999267578125,7.878300189971924,-7.207290172576904,-33.917999267578125,7.878300189971924,-7.232970237731934,-34.150699615478516,7.878300189971924,-7.118189811706543,-33.963401794433594,7.878300189971924,-7.207290172576904,-33.917999267578125,7.878300189971924,-7.118189811706543,-33.963401794433594,7.878300189971924,-7.12923002243042,-33.72949981689453,7.878300189971924,-7.12923002243042,-33.72949981689453,7.878300189971924,-7.118189811706543,-33.963401794433594,7.878300189971924,-7.034120082855225,-33.760398864746094,7.878300189971924,-7.12923002243042,-33.72949981689453,7.878300189971924,-7.034120082855225,-33.760398864746094,7.878300189971924,-7.081600189208984,-33.53120040893555,7.878300189971924,-7.081600189208984,-33.53120040893555,7.878300189971924,-7.034120082855225,-33.760398864746094,7.878300189971924,-6.982830047607422,-33.54679870605469,7.878300189971924,-7.081600189208984,-33.53120040893555,7.878300189971924,-6.982830047607422,-33.54679870605469,7.878300189971924,-7.0655999183654785,-33.32780075073242,7.878300189971924,-7.0655999183654785,-33.32780075073242,7.878300189971924,-6.982830047607422,-33.54679870605469,7.878300189971924,-6.96560001373291,-33.32780075073242,7.878300189971924,-7.0655999183654785,-33.32780075073242,7.878300189971924,-6.96560001373291,-33.32780075073242,7.878300189971924,-7.0655999183654785,-30.62779998779297,7.878300189971924,-7.0655999183654785,-30.62779998779297,7.878300189971924,-6.96560001373291,-33.32780075073242,7.878300189971924,-6.96560001373291,-30.62779998779297,7.878300189971924,-7.0655999183654785,-30.62779998779297,7.878300189971924,-6.96560001373291,-30.62779998779297,7.878300189971924,-7.081600189208984,-30.42449951171875,7.878300189971924,-7.081600189208984,-30.42449951171875,7.878300189971924,-6.96560001373291,-30.62779998779297,7.878300189971924,-6.982830047607422,-30.40880012512207,7.878300189971924,-7.081600189208984,-30.42449951171875,7.878300189971924,-6.982830047607422,-30.40880012512207,7.878300189971924,-7.12923002243042,-30.22610092163086,7.878300189971924,-7.12923002243042,-30.22610092163086,7.878300189971924,-6.982830047607422,-30.40880012512207,7.878300189971924,-7.034120082855225,-30.195199966430664,7.878300189971924,-7.12923002243042,-30.22610092163086,7.878300189971924,-7.034120082855225,-30.195199966430664,7.878300189971924,-7.207290172576904,-30.037599563598633,7.878300189971924,-7.207290172576904,-30.037599563598633,7.878300189971924,-7.034120082855225,-30.195199966430664,7.878300189971924,-7.118189811706543,-29.99220085144043,7.878300189971924,-7.207290172576904,-30.037599563598633,7.878300189971924,-7.118189811706543,-29.99220085144043,7.878300189971924,-7.31387996673584,-29.86370086669922,7.878300189971924,-7.31387996673584,-29.86370086669922,7.878300189971924,-7.118189811706543,-29.99220085144043,7.878300189971924,-7.232970237731934,-29.804899215698242,7.878300189971924,-7.31387996673584,-29.86370086669922,7.878300189971924,-7.232970237731934,-29.804899215698242,7.878300189971924,-7.446360111236572,-29.708599090576172,7.878300189971924,-7.446360111236572,-29.708599090576172,7.878300189971924,-7.232970237731934,-29.804899215698242,7.878300189971924,-7.375649929046631,-29.63789939880371,7.878300189971924,-7.446360111236572,-29.708599090576172,7.878300189971924,-7.375649929046631,-29.63789939880371,7.878300189971924,-7.601480007171631,-29.576099395751953,7.878300189971924,-7.601480007171631,-29.576099395751953,7.878300189971924,-7.375649929046631,-29.63789939880371,7.878300189971924,-7.542699813842773,-29.49519920349121,7.878300189971924,-7.601480007171631,-29.576099395751953,7.878300189971924,-7.542699813842773,-29.49519920349121,7.878300189971924,-7.775410175323486,-29.469499588012695,7.878300189971924,-7.775410175323486,-29.469499588012695,7.878300189971924,-7.542699813842773,-29.49519920349121,7.878300189971924,-7.730010032653809,-29.380399703979492,7.878300189971924,-7.775410175323486,-29.469499588012695,7.878300189971924,-7.730010032653809,-29.380399703979492,7.878300189971924,-7.9638800621032715,-29.391399383544922,7.878300189971924,-7.9638800621032715,-29.391399383544922,7.878300189971924,-7.730010032653809,-29.380399703979492,7.878300189971924,-7.93297004699707,-29.296300888061523,7.878300189971924,-7.9638800621032715,-29.391399383544922,7.878300189971924,-7.93297004699707,-29.296300888061523,7.878300189971924,-8.162229537963867,-29.343799591064453,7.878300189971924,-8.162229537963867,-29.343799591064453,7.878300189971924,-7.93297004699707,-29.296300888061523,7.878300189971924,-8.146590232849121,-29.245100021362305,7.878300189971924,-8.162229537963867,-29.343799591064453,7.878300189971924,-8.146590232849121,-29.245100021362305,7.878300189971924,-8.365599632263184,-29.327800750732422,7.878300189971924,-8.365599632263184,-29.327800750732422,7.878300189971924,-8.146590232849121,-29.245100021362305,7.878300189971924,-8.365599632263184,-29.227800369262695,7.878300189971924,-8.365599632263184,-29.327800750732422,7.878300189971924,-8.365599632263184,-29.227800369262695,7.878300189971924,-16.56559944152832,-29.327800750732422,7.878300189971924,-16.56559944152832,-29.327800750732422,7.878300189971924,-8.365599632263184,-29.227800369262695,7.878300189971924,-16.56559944152832,-29.227800369262695,7.878300189971924,-7.27810001373291,-34.04010009765625,7.978229999542236,-7.316579818725586,-34.089900970458984,7.978240013122559,-7.31387996673584,-34.09189987182617,7.878300189971924,-8.159379959106445,-34.61140060424805,7.977970123291016,-8.162249565124512,-34.61159896850586,7.977970123291016,-8.162229537963867,-34.61180114746094,7.878300189971924,-8.162229537963867,-34.61180114746094,7.878300189971924,-8.162249565124512,-34.61159896850586,7.977970123291016,-8.365599632263184,-34.62779998779297,7.977960109710693,-8.162229537963867,-34.61180114746094,7.878300189971924,-8.365599632263184,-34.62779998779297,7.977960109710693,-8.365599632263184,-34.62779998779297,7.878300189971924,-8.159379959106445,-34.61140060424805,7.977970123291016,-8.162229537963867,-34.61180114746094,7.878300189971924,-7.963930130004883,-34.56399917602539,7.978519916534424,-7.963930130004883,-34.56399917602539,7.978519916534424,-8.162229537963867,-34.61180114746094,7.878300189971924,-7.9638800621032715,-34.56420135498047,7.878300189971924,-7.963930130004883,-34.56399917602539,7.978519916534424,-7.9638800621032715,-34.56420135498047,7.878300189971924,-7.961309909820557,-34.56340026855469,7.978529930114746,-7.961309909820557,-34.56340026855469,7.978529930114746,-7.9638800621032715,-34.56420135498047,7.878300189971924,-7.775410175323486,-34.48609924316406,7.878300189971924,-7.961309909820557,-34.56340026855469,7.978529930114746,-7.775410175323486,-34.48609924316406,7.878300189971924,-7.935319900512695,-34.55459976196289,7.97859001159668,-7.575139999389648,-34.359901428222656,7.978600025177002,-7.602650165557861,-34.37770080566406,7.978630065917969,-7.601480007171631,-34.37950134277344,7.878300189971924,-7.601480007171631,-34.37950134277344,7.878300189971924,-7.602650165557861,-34.37770080566406,7.978630065917969,-7.74616003036499,-34.47079849243164,7.978809833526611,-7.601480007171631,-34.37950134277344,7.878300189971924,-7.74616003036499,-34.47079849243164,7.978809833526611,-7.775410175323486,-34.48609924316406,7.878300189971924,-7.775410175323486,-34.48609924316406,7.878300189971924,-7.74616003036499,-34.47079849243164,7.978809833526611,-7.776309967041016,-34.484100341796875,7.9787797927856445,-7.775410175323486,-34.48609924316406,7.878300189971924,-7.776309967041016,-34.484100341796875,7.9787797927856445,-7.935319900512695,-34.55459976196289,7.97859001159668,-7.31387996673584,-34.09189987182617,7.878300189971924,-7.316579818725586,-34.089900970458984,7.978240013122559,-7.446360111236572,-34.247100830078125,7.878300189971924,-7.316579818725586,-34.089900970458984,7.978240013122559,-7.402780055999756,-34.20130157470703,7.978250026702881,-7.446360111236572,-34.247100830078125,7.878300189971924,-7.446360111236572,-34.247100830078125,7.878300189971924,-7.402780055999756,-34.20130157470703,7.978250026702881,-7.448750019073486,-34.24449920654297,7.978340148925781,-7.446360111236572,-34.247100830078125,7.878300189971924,-7.448750019073486,-34.24449920654297,7.978340148925781,-7.601480007171631,-34.37950134277344,7.878300189971924,-7.601480007171631,-34.37950134277344,7.878300189971924,-7.448750019073486,-34.24449920654297,7.978340148925781,-7.55355978012085,-34.34299850463867,7.978549957275391,-7.601480007171631,-34.37950134277344,7.878300189971924,-7.55355978012085,-34.34299850463867,7.978549957275391,-7.575139999389648,-34.359901428222656,7.978600025177002,-7.12923002243042,-33.72949981689453,7.878300189971924,-7.167940139770508,-33.83340072631836,7.978409767150879,-7.207290172576904,-33.917999267578125,7.878300189971924,-7.207290172576904,-33.917999267578125,7.878300189971924,-7.167940139770508,-33.83340072631836,7.978409767150879,-7.210909843444824,-33.916099548339844,7.978340148925781,-7.207290172576904,-33.917999267578125,7.878300189971924,-7.210909843444824,-33.916099548339844,7.978340148925781,-7.31387996673584,-34.09189987182617,7.878300189971924,-7.31387996673584,-34.09189987182617,7.878300189971924,-7.210909843444824,-33.916099548339844,7.978340148925781,-7.263319969177246,-34.016998291015625,7.978250026702881,-7.31387996673584,-34.09189987182617,7.878300189971924,-7.263319969177246,-34.016998291015625,7.978250026702881,-7.27810001373291,-34.04010009765625,7.978229999542236,-7.085450172424316,-33.530601501464844,7.978149890899658,-7.097330093383789,-33.61330032348633,7.978280067443848,-7.081600189208984,-33.53120040893555,7.878300189971924,-7.081600189208984,-33.53120040893555,7.878300189971924,-7.097330093383789,-33.61330032348633,7.978280067443848,-7.103640079498291,-33.63999938964844,7.978320121765137,-7.081600189208984,-33.53120040893555,7.878300189971924,-7.103640079498291,-33.63999938964844,7.978320121765137,-7.12923002243042,-33.72949981689453,7.878300189971924,-7.12923002243042,-33.72949981689453,7.878300189971924,-7.103640079498291,-33.63999938964844,7.978320121765137,-7.132989883422852,-33.72829818725586,7.978370189666748,-7.12923002243042,-33.72949981689453,7.878300189971924,-7.132989883422852,-33.72829818725586,7.978370189666748,-7.167940139770508,-33.83340072631836,7.978409767150879,-7.085450172424316,-33.530601501464844,7.978149890899658,-7.081600189208984,-33.53120040893555,7.878300189971924,-7.068260192871094,-33.4109001159668,7.977960109710693,-7.068260192871094,-33.4109001159668,7.977960109710693,-7.081600189208984,-33.53120040893555,7.878300189971924,-7.0655999183654785,-33.32780075073242,7.878300189971924,-7.068260192871094,-33.4109001159668,7.977960109710693,-7.0655999183654785,-33.32780075073242,7.878300189971924,-7.0655999183654785,-33.32780075073242,7.978089809417725,-16.515600204467773,-34.62779998779297,7.977970123291016,-16.56559944152832,-34.62779998779297,7.977960109710693,-16.56559944152832,-34.62779998779297,7.878300189971924,-8.365599632263184,-34.62779998779297,7.878300189971924,-8.365599632263184,-34.62779998779297,7.977960109710693,-8.415599822998047,-34.62779998779297,7.977970123291016,-8.415599822998047,-34.62779998779297,7.977970123291016,-9.765600204467773,-34.62779998779297,7.978119850158691,-8.365599632263184,-34.62779998779297,7.878300189971924,-8.365599632263184,-34.62779998779297,7.878300189971924,-9.765600204467773,-34.62779998779297,7.978119850158691,-12.46560001373291,-34.62779998779297,7.978429794311523,-8.365599632263184,-34.62779998779297,7.878300189971924,-12.46560001373291,-34.62779998779297,7.978429794311523,-16.56559944152832,-34.62779998779297,7.878300189971924,-16.56559944152832,-34.62779998779297,7.878300189971924,-12.46560001373291,-34.62779998779297,7.978429794311523,-15.165599822998047,-34.62779998779297,7.978119850158691,-16.56559944152832,-34.62779998779297,7.878300189971924,-15.165599822998047,-34.62779998779297,7.978119850158691,-16.515600204467773,-34.62779998779297,7.977970123291016,-17.43910026550293,-34.29069900512695,7.978419780731201,-17.4822998046875,-34.24470138549805,7.9783501625061035,-17.484800338745117,-34.247100830078125,7.878300189971924,-17.84910011291504,-33.534000396728516,7.978129863739014,-17.84939956665039,-33.53120040893555,7.978129863739014,-17.849599838256836,-33.53120040893555,7.878300189971924,-17.849599838256836,-33.53120040893555,7.878300189971924,-17.84939956665039,-33.53120040893555,7.978129863739014,-17.8656005859375,-33.32780075073242,7.978089809417725,-17.849599838256836,-33.53120040893555,7.878300189971924,-17.8656005859375,-33.32780075073242,7.978089809417725,-17.8656005859375,-33.32780075073242,7.878300189971924,-17.84910011291504,-33.534000396728516,7.978129863739014,-17.849599838256836,-33.53120040893555,7.878300189971924,-17.801799774169922,-33.72949981689453,7.978419780731201,-17.801799774169922,-33.72949981689453,7.978419780731201,-17.849599838256836,-33.53120040893555,7.878300189971924,-17.802000045776367,-33.72949981689453,7.878300189971924,-17.801799774169922,-33.72949981689453,7.978419780731201,-17.802000045776367,-33.72949981689453,7.878300189971924,-17.80109977722168,-33.73210144042969,7.978419780731201,-17.597700119018555,-34.11830139160156,7.9781999588012695,-17.61549949645996,-34.09080123901367,7.978219985961914,-17.617300033569336,-34.09189987182617,7.878300189971924,-17.617300033569336,-34.09189987182617,7.878300189971924,-17.61549949645996,-34.09080123901367,7.978219985961914,-17.708499908447266,-33.94729995727539,7.978320121765137,-17.617300033569336,-34.09189987182617,7.878300189971924,-17.708499908447266,-33.94729995727539,7.978320121765137,-17.723899841308594,-33.917999267578125,7.878300189971924,-17.723899841308594,-33.917999267578125,7.878300189971924,-17.708499908447266,-33.94729995727539,7.978320121765137,-17.721900939941406,-33.91709899902344,7.978330135345459,-17.723899841308594,-33.917999267578125,7.878300189971924,-17.721900939941406,-33.91709899902344,7.978330135345459,-17.802000045776367,-33.72949981689453,7.878300189971924,-17.802000045776367,-33.72949981689453,7.878300189971924,-17.721900939941406,-33.91709899902344,7.978330135345459,-17.792299270629883,-33.75809860229492,7.978429794311523,-17.802000045776367,-33.72949981689453,7.878300189971924,-17.792299270629883,-33.75809860229492,7.978429794311523,-17.80109977722168,-33.73210144042969,7.978419780731201,-17.484800338745117,-34.247100830078125,7.878300189971924,-17.4822998046875,-34.24470138549805,7.9783501625061035,-17.617300033569336,-34.09189987182617,7.878300189971924,-17.617300033569336,-34.09189987182617,7.878300189971924,-17.4822998046875,-34.24470138549805,7.9783501625061035,-17.580799102783203,-34.13990020751953,7.9781999588012695,-17.617300033569336,-34.09189987182617,7.878300189971924,-17.580799102783203,-34.13990020751953,7.9781999588012695,-17.597700119018555,-34.11830139160156,7.9781999588012695,-17.43910026550293,-34.29069900512695,7.978419780731201,-17.484800338745117,-34.247100830078125,7.878300189971924,-17.327600479125977,-34.376800537109375,7.978640079498291,-17.327600479125977,-34.376800537109375,7.978640079498291,-17.484800338745117,-34.247100830078125,7.878300189971924,-17.329700469970703,-34.37950134277344,7.878300189971924,-17.327600479125977,-34.376800537109375,7.978640079498291,-17.329700469970703,-34.37950134277344,7.878300189971924,-17.277799606323242,-34.41529846191406,7.978740215301514,-17.277799606323242,-34.41529846191406,7.978740215301514,-17.329700469970703,-34.37950134277344,7.878300189971924,-17.155799865722656,-34.48609924316406,7.878300189971924,-17.277799606323242,-34.41529846191406,7.978740215301514,-17.155799865722656,-34.48609924316406,7.878300189971924,-17.25469970703125,-34.43009948730469,7.978769779205322,-16.967300415039062,-34.56420135498047,7.878300189971924,-17.07110023498535,-34.5255012512207,7.978740215301514,-17.155799865722656,-34.48609924316406,7.878300189971924,-17.155799865722656,-34.48609924316406,7.878300189971924,-17.07110023498535,-34.5255012512207,7.978740215301514,-17.153900146484375,-34.48249816894531,7.978750228881836,-17.155799865722656,-34.48609924316406,7.878300189971924,-17.153900146484375,-34.48249816894531,7.978750228881836,-17.25469970703125,-34.43009948730469,7.978769779205322,-16.768400192260742,-34.608001708984375,7.978030204772949,-16.85099983215332,-34.596099853515625,7.978189945220947,-16.768999099731445,-34.61180114746094,7.878300189971924,-16.768999099731445,-34.61180114746094,7.878300189971924,-16.85099983215332,-34.596099853515625,7.978189945220947,-16.877700805664062,-34.58980178833008,7.978260040283203,-16.768999099731445,-34.61180114746094,7.878300189971924,-16.877700805664062,-34.58980178833008,7.978260040283203,-16.967300415039062,-34.56420135498047,7.878300189971924,-16.967300415039062,-34.56420135498047,7.878300189971924,-16.877700805664062,-34.58980178833008,7.978260040283203,-16.966100692749023,-34.56039810180664,7.978479862213135,-16.967300415039062,-34.56420135498047,7.878300189971924,-16.966100692749023,-34.56039810180664,7.978479862213135,-17.07110023498535,-34.5255012512207,7.978740215301514,-16.768400192260742,-34.608001708984375,7.978030204772949,-16.768999099731445,-34.61180114746094,7.878300189971924,-16.648700714111328,-34.62519836425781,7.977819919586182,-16.648700714111328,-34.62519836425781,7.977819919586182,-16.768999099731445,-34.61180114746094,7.878300189971924,-16.56559944152832,-34.62779998779297,7.878300189971924,-16.648700714111328,-34.62519836425781,7.977819919586182,-16.56559944152832,-34.62779998779297,7.878300189971924,-16.56559944152832,-34.62779998779297,7.977960109710693,-17.8656005859375,-30.62779998779297,7.978089809417725,-17.8656005859375,-30.62779998779297,7.878300189971924,-17.8656005859375,-30.652799606323242,7.978089809417725,-17.8656005859375,-30.652799606323242,7.978089809417725,-17.8656005859375,-30.62779998779297,7.878300189971924,-17.8656005859375,-33.32780075073242,7.878300189971924,-17.8656005859375,-33.32780075073242,7.878300189971924,-17.8656005859375,-33.32780075073242,7.978089809417725,-17.8656005859375,-33.302799224853516,7.978089809417725,-17.8656005859375,-33.302799224853516,7.978089809417725,-17.8656005859375,-32.64030075073242,7.978089809417725,-17.8656005859375,-33.32780075073242,7.878300189971924,-17.8656005859375,-33.32780075073242,7.878300189971924,-17.8656005859375,-32.64030075073242,7.978089809417725,-17.8656005859375,-31.977800369262695,7.978089809417725,-17.8656005859375,-33.32780075073242,7.878300189971924,-17.8656005859375,-31.977800369262695,7.978089809417725,-17.8656005859375,-30.652799606323242,7.978089809417725,-17.653099060058594,-29.91550064086914,7.978219985961914,-17.614599227905273,-29.865800857543945,7.978229999542236,-17.617300033569336,-29.86370086669922,7.878300189971924,-16.771799087524414,-29.34429931640625,7.977980136871338,-16.76889991760254,-29.344100952148438,7.977980136871338,-16.768999099731445,-29.343799591064453,7.878300189971924,-16.768999099731445,-29.343799591064453,7.878300189971924,-16.76889991760254,-29.344100952148438,7.977980136871338,-16.56559944152832,-29.327800750732422,7.977970123291016,-16.768999099731445,-29.343799591064453,7.878300189971924,-16.56559944152832,-29.327800750732422,7.977970123291016,-16.56559944152832,-29.327800750732422,7.878300189971924,-16.771799087524414,-29.34429931640625,7.977980136871338,-16.768999099731445,-29.343799591064453,7.878300189971924,-16.967300415039062,-29.391599655151367,7.978529930114746,-16.967300415039062,-29.391599655151367,7.978529930114746,-16.768999099731445,-29.343799591064453,7.878300189971924,-16.967300415039062,-29.391399383544922,7.878300189971924,-16.967300415039062,-29.391599655151367,7.978529930114746,-16.967300415039062,-29.391399383544922,7.878300189971924,-16.969900131225586,-29.39229965209961,7.978529930114746,-16.969900131225586,-29.39229965209961,7.978529930114746,-16.967300415039062,-29.391399383544922,7.878300189971924,-17.155799865722656,-29.469499588012695,7.878300189971924,-16.969900131225586,-29.39229965209961,7.978529930114746,-17.155799865722656,-29.469499588012695,7.878300189971924,-16.995899200439453,-29.401100158691406,7.978600025177002,-17.35610008239746,-29.595699310302734,7.978600025177002,-17.328500747680664,-29.577899932861328,7.978630065917969,-17.329700469970703,-29.576099395751953,7.878300189971924,-17.329700469970703,-29.576099395751953,7.878300189971924,-17.328500747680664,-29.577899932861328,7.978630065917969,-17.184999465942383,-29.484899520874023,7.978809833526611,-17.329700469970703,-29.576099395751953,7.878300189971924,-17.184999465942383,-29.484899520874023,7.978809833526611,-17.155799865722656,-29.469499588012695,7.878300189971924,-17.155799865722656,-29.469499588012695,7.878300189971924,-17.184999465942383,-29.484899520874023,7.978809833526611,-17.15489959716797,-29.471500396728516,7.9787797927856445,-17.155799865722656,-29.469499588012695,7.878300189971924,-17.15489959716797,-29.471500396728516,7.9787797927856445,-16.995899200439453,-29.401100158691406,7.978600025177002,-17.617300033569336,-29.86370086669922,7.878300189971924,-17.614599227905273,-29.865800857543945,7.978229999542236,-17.484800338745117,-29.708599090576172,7.878300189971924,-17.614599227905273,-29.865800857543945,7.978229999542236,-17.528400421142578,-29.75429916381836,7.978250026702881,-17.484800338745117,-29.708599090576172,7.878300189971924,-17.484800338745117,-29.708599090576172,7.878300189971924,-17.528400421142578,-29.75429916381836,7.978250026702881,-17.48240089416504,-29.71109962463379,7.978340148925781,-17.484800338745117,-29.708599090576172,7.878300189971924,-17.48240089416504,-29.71109962463379,7.978340148925781,-17.329700469970703,-29.576099395751953,7.878300189971924,-17.329700469970703,-29.576099395751953,7.878300189971924,-17.48240089416504,-29.71109962463379,7.978340148925781,-17.377599716186523,-29.612600326538086,7.978549957275391,-17.329700469970703,-29.576099395751953,7.878300189971924,-17.377599716186523,-29.612600326538086,7.978549957275391,-17.35610008239746,-29.595699310302734,7.978600025177002,-17.802000045776367,-30.22610092163086,7.878300189971924,-17.7632999420166,-30.12220001220703,7.978409767150879,-17.723899841308594,-30.037599563598633,7.878300189971924,-17.723899841308594,-30.037599563598633,7.878300189971924,-17.7632999420166,-30.12220001220703,7.978409767150879,-17.720300674438477,-30.039499282836914,7.978340148925781,-17.723899841308594,-30.037599563598633,7.878300189971924,-17.720300674438477,-30.039499282836914,7.978340148925781,-17.617300033569336,-29.86370086669922,7.878300189971924,-17.617300033569336,-29.86370086669922,7.878300189971924,-17.720300674438477,-30.039499282836914,7.978340148925781,-17.66790008544922,-29.938600540161133,7.978240013122559,-17.617300033569336,-29.86370086669922,7.878300189971924,-17.66790008544922,-29.938600540161133,7.978240013122559,-17.653099060058594,-29.91550064086914,7.978219985961914,-17.845699310302734,-30.424999237060547,7.978149890899658,-17.833900451660156,-30.342300415039062,7.978280067443848,-17.849599838256836,-30.42449951171875,7.878300189971924,-17.849599838256836,-30.42449951171875,7.878300189971924,-17.833900451660156,-30.342300415039062,7.978280067443848,-17.827600479125977,-30.31559944152832,7.978320121765137,-17.849599838256836,-30.42449951171875,7.878300189971924,-17.827600479125977,-30.31559944152832,7.978320121765137,-17.802000045776367,-30.22610092163086,7.878300189971924,-17.802000045776367,-30.22610092163086,7.878300189971924,-17.827600479125977,-30.31559944152832,7.978320121765137,-17.798200607299805,-30.227399826049805,7.978370189666748,-17.802000045776367,-30.22610092163086,7.878300189971924,-17.798200607299805,-30.227399826049805,7.978370189666748,-17.7632999420166,-30.12220001220703,7.978409767150879,-17.845699310302734,-30.424999237060547,7.978149890899658,-17.849599838256836,-30.42449951171875,7.878300189971924,-17.862899780273438,-30.544700622558594,7.977960109710693,-17.862899780273438,-30.544700622558594,7.977960109710693,-17.849599838256836,-30.42449951171875,7.878300189971924,-17.8656005859375,-30.62779998779297,7.878300189971924,-17.862899780273438,-30.544700622558594,7.977960109710693,-17.8656005859375,-30.62779998779297,7.878300189971924,-17.8656005859375,-30.62779998779297,7.978089809417725,-8.415599822998047,-29.327800750732422,7.977970123291016,-8.365599632263184,-29.327800750732422,7.977960109710693,-8.365599632263184,-29.327800750732422,7.878300189971924,-16.56559944152832,-29.327800750732422,7.878300189971924,-16.56559944152832,-29.327800750732422,7.977970123291016,-16.515600204467773,-29.327800750732422,7.977980136871338,-16.515600204467773,-29.327800750732422,7.977980136871338,-15.165599822998047,-29.327800750732422,7.978129863739014,-16.56559944152832,-29.327800750732422,7.878300189971924,-16.56559944152832,-29.327800750732422,7.878300189971924,-15.165599822998047,-29.327800750732422,7.978129863739014,-12.46560001373291,-29.327800750732422,7.978439807891846,-16.56559944152832,-29.327800750732422,7.878300189971924,-12.46560001373291,-29.327800750732422,7.978439807891846,-8.365599632263184,-29.327800750732422,7.878300189971924,-8.365599632263184,-29.327800750732422,7.878300189971924,-12.46560001373291,-29.327800750732422,7.978439807891846,-9.765600204467773,-29.327800750732422,7.978119850158691,-8.365599632263184,-29.327800750732422,7.878300189971924,-9.765600204467773,-29.327800750732422,7.978119850158691,-8.415599822998047,-29.327800750732422,7.977970123291016,-7.492129802703857,-29.665000915527344,7.978419780731201,-7.448910236358643,-29.711000442504883,7.9783501625061035,-7.446360111236572,-29.708599090576172,7.878300189971924,-7.082059860229492,-30.421600341796875,7.978129863739014,-7.081830024719238,-30.42449951171875,7.978129863739014,-7.081600189208984,-30.42449951171875,7.878300189971924,-7.081600189208984,-30.42449951171875,7.878300189971924,-7.081830024719238,-30.42449951171875,7.978129863739014,-7.0655999183654785,-30.62779998779297,7.978089809417725,-7.081600189208984,-30.42449951171875,7.878300189971924,-7.0655999183654785,-30.62779998779297,7.978089809417725,-7.0655999183654785,-30.62779998779297,7.878300189971924,-7.082059860229492,-30.421600341796875,7.978129863739014,-7.081600189208984,-30.42449951171875,7.878300189971924,-7.129429817199707,-30.22610092163086,7.978419780731201,-7.129429817199707,-30.22610092163086,7.978419780731201,-7.081600189208984,-30.42449951171875,7.878300189971924,-7.12923002243042,-30.22610092163086,7.878300189971924,-7.129429817199707,-30.22610092163086,7.978419780731201,-7.12923002243042,-30.22610092163086,7.878300189971924,-7.130060195922852,-30.223499298095703,7.978419780731201,-7.333539962768555,-29.837299346923828,7.9781999588012695,-7.315690040588379,-29.864900588989258,7.978219985961914,-7.31387996673584,-29.86370086669922,7.878300189971924,-7.31387996673584,-29.86370086669922,7.878300189971924,-7.315690040588379,-29.864900588989258,7.978219985961914,-7.22268009185791,-30.008399963378906,7.978320121765137,-7.31387996673584,-29.86370086669922,7.878300189971924,-7.22268009185791,-30.008399963378906,7.978320121765137,-7.207290172576904,-30.037599563598633,7.878300189971924,-7.207290172576904,-30.037599563598633,7.878300189971924,-7.22268009185791,-30.008399963378906,7.978320121765137,-7.209310054779053,-30.03849983215332,7.978330135345459,-7.207290172576904,-30.037599563598633,7.878300189971924,-7.209310054779053,-30.03849983215332,7.978330135345459,-7.12923002243042,-30.22610092163086,7.878300189971924,-7.12923002243042,-30.22610092163086,7.878300189971924,-7.209310054779053,-30.03849983215332,7.978330135345459,-7.138869762420654,-30.197500228881836,7.978429794311523,-7.12923002243042,-30.22610092163086,7.878300189971924,-7.138869762420654,-30.197500228881836,7.978429794311523,-7.130060195922852,-30.223499298095703,7.978419780731201,-7.446360111236572,-29.708599090576172,7.878300189971924,-7.448910236358643,-29.711000442504883,7.9783501625061035,-7.31387996673584,-29.86370086669922,7.878300189971924,-7.31387996673584,-29.86370086669922,7.878300189971924,-7.448910236358643,-29.711000442504883,7.9783501625061035,-7.350430011749268,-29.815799713134766,7.9781999588012695,-7.31387996673584,-29.86370086669922,7.878300189971924,-7.350430011749268,-29.815799713134766,7.9781999588012695,-7.333539962768555,-29.837299346923828,7.9781999588012695,-7.492129802703857,-29.665000915527344,7.978419780731201,-7.446360111236572,-29.708599090576172,7.878300189971924,-7.603569984436035,-29.578800201416016,7.978640079498291,-7.603569984436035,-29.578800201416016,7.978640079498291,-7.446360111236572,-29.708599090576172,7.878300189971924,-7.601480007171631,-29.576099395751953,7.878300189971924,-7.603569984436035,-29.578800201416016,7.978640079498291,-7.601480007171631,-29.576099395751953,7.878300189971924,-7.653349876403809,-29.540300369262695,7.978740215301514,-7.653349876403809,-29.540300369262695,7.978740215301514,-7.601480007171631,-29.576099395751953,7.878300189971924,-7.775410175323486,-29.469499588012695,7.878300189971924,-7.653349876403809,-29.540300369262695,7.978740215301514,-7.775410175323486,-29.469499588012695,7.878300189971924,-7.676449775695801,-29.52549934387207,7.978769779205322,-7.9638800621032715,-29.391399383544922,7.878300189971924,-7.860060214996338,-29.430099487304688,7.978740215301514,-7.775410175323486,-29.469499588012695,7.878300189971924,-7.775410175323486,-29.469499588012695,7.878300189971924,-7.860060214996338,-29.430099487304688,7.978740215301514,-7.777289867401123,-29.473100662231445,7.978750228881836,-7.775410175323486,-29.469499588012695,7.878300189971924,-7.777289867401123,-29.473100662231445,7.978750228881836,-7.676449775695801,-29.52549934387207,7.978769779205322,-8.162790298461914,-29.347700119018555,7.9780402183532715,-8.080169677734375,-29.359500885009766,7.978189945220947,-8.162229537963867,-29.343799591064453,7.878300189971924,-8.162229537963867,-29.343799591064453,7.878300189971924,-8.080169677734375,-29.359500885009766,7.978189945220947,-8.053460121154785,-29.365800857543945,7.978260040283203,-8.162229537963867,-29.343799591064453,7.878300189971924,-8.053460121154785,-29.365800857543945,7.978260040283203,-7.9638800621032715,-29.391399383544922,7.878300189971924,-7.9638800621032715,-29.391399383544922,7.878300189971924,-8.053460121154785,-29.365800857543945,7.978260040283203,-7.965129852294922,-29.395200729370117,7.978479862213135,-7.9638800621032715,-29.391399383544922,7.878300189971924,-7.965129852294922,-29.395200729370117,7.978479862213135,-7.860060214996338,-29.430099487304688,7.978740215301514,-8.162790298461914,-29.347700119018555,7.9780402183532715,-8.162229537963867,-29.343799591064453,7.878300189971924,-8.282520294189453,-29.33049964904785,7.977819919586182,-8.282520294189453,-29.33049964904785,7.977819919586182,-8.162229537963867,-29.343799591064453,7.878300189971924,-8.365599632263184,-29.327800750732422,7.878300189971924,-8.282520294189453,-29.33049964904785,7.977819919586182,-8.365599632263184,-29.327800750732422,7.878300189971924,-8.365599632263184,-29.327800750732422,7.977960109710693,-7.0655999183654785,-30.62779998779297,7.978089809417725,-7.0655999183654785,-30.652799606323242,7.978089809417725,-7.0655999183654785,-30.62779998779297,7.878300189971924,-7.0655999183654785,-30.62779998779297,7.878300189971924,-7.0655999183654785,-30.652799606323242,7.978089809417725,-7.0655999183654785,-31.31529998779297,7.978089809417725,-7.0655999183654785,-33.32780075073242,7.978089809417725,-7.0655999183654785,-33.32780075073242,7.878300189971924,-7.0655999183654785,-33.302799224853516,7.978089809417725,-7.0655999183654785,-33.302799224853516,7.978089809417725,-7.0655999183654785,-33.32780075073242,7.878300189971924,-7.0655999183654785,-30.62779998779297,7.878300189971924,-7.0655999183654785,-33.302799224853516,7.978089809417725,-7.0655999183654785,-30.62779998779297,7.878300189971924,-7.0655999183654785,-31.977800369262695,7.978089809417725,-7.0655999183654785,-31.977800369262695,7.978089809417725,-7.0655999183654785,-30.62779998779297,7.878300189971924,-7.0655999183654785,-31.31529998779297,7.978089809417725,-4.0655999183654785,-29.227800369262695,7.878300189971924,-4.0655999183654785,-29.227800369262695,7.978300094604492,-4.284609794616699,-29.245100021362305,7.978300094604492,-4.0655999183654785,-29.227800369262695,7.878300189971924,-4.284609794616699,-29.245100021362305,7.978300094604492,-4.284609794616699,-29.245100021362305,7.878300189971924,-4.284609794616699,-29.245100021362305,7.878300189971924,-4.284609794616699,-29.245100021362305,7.978300094604492,-4.498219966888428,-29.296300888061523,7.978300094604492,-4.284609794616699,-29.245100021362305,7.878300189971924,-4.498219966888428,-29.296300888061523,7.978300094604492,-4.498219966888428,-29.296300888061523,7.878300189971924,-4.498219966888428,-29.296300888061523,7.878300189971924,-4.498219966888428,-29.296300888061523,7.978300094604492,-4.7011799812316895,-29.380399703979492,7.978300094604492,-4.498219966888428,-29.296300888061523,7.878300189971924,-4.7011799812316895,-29.380399703979492,7.978300094604492,-4.7011799812316895,-29.380399703979492,7.878300189971924,-4.7011799812316895,-29.380399703979492,7.878300189971924,-4.7011799812316895,-29.380399703979492,7.978300094604492,-4.888500213623047,-29.49519920349121,7.978300094604492,-4.7011799812316895,-29.380399703979492,7.878300189971924,-4.888500213623047,-29.49519920349121,7.978300094604492,-4.888500213623047,-29.49519920349121,7.878300189971924,-4.888500213623047,-29.49519920349121,7.878300189971924,-4.888500213623047,-29.49519920349121,7.978300094604492,-5.0555500984191895,-29.63789939880371,7.978300094604492,-4.888500213623047,-29.49519920349121,7.878300189971924,-5.0555500984191895,-29.63789939880371,7.978300094604492,-5.0555500984191895,-29.63789939880371,7.878300189971924,-5.0555500984191895,-29.63789939880371,7.878300189971924,-5.0555500984191895,-29.63789939880371,7.978300094604492,-5.1982197761535645,-29.804899215698242,7.978300094604492,-5.0555500984191895,-29.63789939880371,7.878300189971924,-5.1982197761535645,-29.804899215698242,7.978300094604492,-5.1982197761535645,-29.804899215698242,7.878300189971924,-5.1982197761535645,-29.804899215698242,7.878300189971924,-5.1982197761535645,-29.804899215698242,7.978300094604492,-5.313010215759277,-29.99220085144043,7.978300094604492,-5.1982197761535645,-29.804899215698242,7.878300189971924,-5.313010215759277,-29.99220085144043,7.978300094604492,-5.313010215759277,-29.99220085144043,7.878300189971924,-5.313010215759277,-29.99220085144043,7.878300189971924,-5.313010215759277,-29.99220085144043,7.978300094604492,-5.397079944610596,-30.195199966430664,7.978300094604492,-5.313010215759277,-29.99220085144043,7.878300189971924,-5.397079944610596,-30.195199966430664,7.978300094604492,-5.397079944610596,-30.195199966430664,7.878300189971924,-5.397079944610596,-30.195199966430664,7.878300189971924,-5.397079944610596,-30.195199966430664,7.978300094604492,-5.448359966278076,-30.40880012512207,7.978300094604492,-5.397079944610596,-30.195199966430664,7.878300189971924,-5.448359966278076,-30.40880012512207,7.978300094604492,-5.448359966278076,-30.40880012512207,7.878300189971924,-5.448359966278076,-30.40880012512207,7.878300189971924,-5.448359966278076,-30.40880012512207,7.978300094604492,-5.46560001373291,-30.62779998779297,7.978300094604492,-5.448359966278076,-30.40880012512207,7.878300189971924,-5.46560001373291,-30.62779998779297,7.978300094604492,-5.46560001373291,-30.62779998779297,7.878300189971924,-4.0655999183654785,-29.227800369262695,7.878300189971924,4.134399890899658,-29.227800369262695,7.878300189971924,-4.0655999183654785,-29.227800369262695,7.978300094604492,-4.0655999183654785,-29.227800369262695,7.978300094604492,4.134399890899658,-29.227800369262695,7.878300189971924,4.134399890899658,-29.227800369262695,7.978300094604492,5.53439998626709,-30.62779998779297,7.878300189971924,5.53439998626709,-30.62779998779297,7.978300094604492,5.517169952392578,-30.40880012512207,7.978300094604492,5.53439998626709,-30.62779998779297,7.878300189971924,5.517169952392578,-30.40880012512207,7.978300094604492,5.517169952392578,-30.40880012512207,7.878300189971924,5.517169952392578,-30.40880012512207,7.878300189971924,5.517169952392578,-30.40880012512207,7.978300094604492,5.465879917144775,-30.195199966430664,7.978300094604492,5.517169952392578,-30.40880012512207,7.878300189971924,5.465879917144775,-30.195199966430664,7.978300094604492,5.465879917144775,-30.195199966430664,7.878300189971924,5.465879917144775,-30.195199966430664,7.878300189971924,5.465879917144775,-30.195199966430664,7.978300094604492,5.381810188293457,-29.99220085144043,7.978300094604492,5.465879917144775,-30.195199966430664,7.878300189971924,5.381810188293457,-29.99220085144043,7.978300094604492,5.381810188293457,-29.99220085144043,7.878300189971924,5.381810188293457,-29.99220085144043,7.878300189971924,5.381810188293457,-29.99220085144043,7.978300094604492,5.267029762268066,-29.804899215698242,7.978300094604492,5.381810188293457,-29.99220085144043,7.878300189971924,5.267029762268066,-29.804899215698242,7.978300094604492,5.267029762268066,-29.804899215698242,7.878300189971924,5.267029762268066,-29.804899215698242,7.878300189971924,5.267029762268066,-29.804899215698242,7.978300094604492,5.124350070953369,-29.63789939880371,7.978300094604492,5.267029762268066,-29.804899215698242,7.878300189971924,5.124350070953369,-29.63789939880371,7.978300094604492,5.124350070953369,-29.63789939880371,7.878300189971924,5.124350070953369,-29.63789939880371,7.878300189971924,5.124350070953369,-29.63789939880371,7.978300094604492,4.957300186157227,-29.49519920349121,7.978300094604492,5.124350070953369,-29.63789939880371,7.878300189971924,4.957300186157227,-29.49519920349121,7.978300094604492,4.957300186157227,-29.49519920349121,7.878300189971924,4.957300186157227,-29.49519920349121,7.878300189971924,4.957300186157227,-29.49519920349121,7.978300094604492,4.769989967346191,-29.380399703979492,7.978300094604492,4.957300186157227,-29.49519920349121,7.878300189971924,4.769989967346191,-29.380399703979492,7.978300094604492,4.769989967346191,-29.380399703979492,7.878300189971924,4.769989967346191,-29.380399703979492,7.878300189971924,4.769989967346191,-29.380399703979492,7.978300094604492,4.56702995300293,-29.296300888061523,7.978300094604492,4.769989967346191,-29.380399703979492,7.878300189971924,4.56702995300293,-29.296300888061523,7.978300094604492,4.56702995300293,-29.296300888061523,7.878300189971924,4.56702995300293,-29.296300888061523,7.878300189971924,4.56702995300293,-29.296300888061523,7.978300094604492,4.353409767150879,-29.245100021362305,7.978300094604492,4.56702995300293,-29.296300888061523,7.878300189971924,4.353409767150879,-29.245100021362305,7.978300094604492,4.353409767150879,-29.245100021362305,7.878300189971924,4.353409767150879,-29.245100021362305,7.878300189971924,4.353409767150879,-29.245100021362305,7.978300094604492,4.134399890899658,-29.227800369262695,7.978300094604492,4.353409767150879,-29.245100021362305,7.878300189971924,4.134399890899658,-29.227800369262695,7.978300094604492,4.134399890899658,-29.227800369262695,7.878300189971924,5.53439998626709,-30.62779998779297,7.878300189971924,5.53439998626709,-33.32780075073242,7.878300189971924,5.53439998626709,-30.62779998779297,7.978300094604492,5.53439998626709,-30.62779998779297,7.978300094604492,5.53439998626709,-33.32780075073242,7.878300189971924,5.53439998626709,-33.32780075073242,7.978300094604492,4.134399890899658,-34.72779846191406,7.878300189971924,4.134399890899658,-34.72779846191406,7.978300094604492,4.353409767150879,-34.710601806640625,7.978300094604492,4.134399890899658,-34.72779846191406,7.878300189971924,4.353409767150879,-34.710601806640625,7.978300094604492,4.353409767150879,-34.710601806640625,7.878300189971924,4.353409767150879,-34.710601806640625,7.878300189971924,4.353409767150879,-34.710601806640625,7.978300094604492,4.56702995300293,-34.6593017578125,7.978300094604492,4.353409767150879,-34.710601806640625,7.878300189971924,4.56702995300293,-34.6593017578125,7.978300094604492,4.56702995300293,-34.6593017578125,7.878300189971924,4.56702995300293,-34.6593017578125,7.878300189971924,4.56702995300293,-34.6593017578125,7.978300094604492,4.769989967346191,-34.575199127197266,7.978300094604492,4.56702995300293,-34.6593017578125,7.878300189971924,4.769989967346191,-34.575199127197266,7.978300094604492,4.769989967346191,-34.575199127197266,7.878300189971924,4.769989967346191,-34.575199127197266,7.878300189971924,4.769989967346191,-34.575199127197266,7.978300094604492,4.957300186157227,-34.46039962768555,7.978300094604492,4.769989967346191,-34.575199127197266,7.878300189971924,4.957300186157227,-34.46039962768555,7.978300094604492,4.957300186157227,-34.46039962768555,7.878300189971924,4.957300186157227,-34.46039962768555,7.878300189971924,4.957300186157227,-34.46039962768555,7.978300094604492,5.124350070953369,-34.31779861450195,7.978300094604492,4.957300186157227,-34.46039962768555,7.878300189971924,5.124350070953369,-34.31779861450195,7.978300094604492,5.124350070953369,-34.31779861450195,7.878300189971924,5.124350070953369,-34.31779861450195,7.878300189971924,5.124350070953369,-34.31779861450195,7.978300094604492,5.267029762268066,-34.150699615478516,7.978300094604492,5.124350070953369,-34.31779861450195,7.878300189971924,5.267029762268066,-34.150699615478516,7.978300094604492,5.267029762268066,-34.150699615478516,7.878300189971924,5.267029762268066,-34.150699615478516,7.878300189971924,5.267029762268066,-34.150699615478516,7.978300094604492,5.381810188293457,-33.963401794433594,7.978300094604492,5.267029762268066,-34.150699615478516,7.878300189971924,5.381810188293457,-33.963401794433594,7.978300094604492,5.381810188293457,-33.963401794433594,7.878300189971924,5.381810188293457,-33.963401794433594,7.878300189971924,5.381810188293457,-33.963401794433594,7.978300094604492,5.465879917144775,-33.760398864746094,7.978300094604492,5.381810188293457,-33.963401794433594,7.878300189971924,5.465879917144775,-33.760398864746094,7.978300094604492,5.465879917144775,-33.760398864746094,7.878300189971924,5.465879917144775,-33.760398864746094,7.878300189971924,5.465879917144775,-33.760398864746094,7.978300094604492,5.517169952392578,-33.54679870605469,7.978300094604492,5.465879917144775,-33.760398864746094,7.878300189971924,5.517169952392578,-33.54679870605469,7.978300094604492,5.517169952392578,-33.54679870605469,7.878300189971924,5.517169952392578,-33.54679870605469,7.878300189971924,5.517169952392578,-33.54679870605469,7.978300094604492,5.53439998626709,-33.32780075073242,7.978300094604492,5.517169952392578,-33.54679870605469,7.878300189971924,5.53439998626709,-33.32780075073242,7.978300094604492,5.53439998626709,-33.32780075073242,7.878300189971924,4.134399890899658,-34.72779846191406,7.878300189971924,-4.0655999183654785,-34.72779846191406,7.878300189971924,4.134399890899658,-34.72779846191406,7.978300094604492,4.134399890899658,-34.72779846191406,7.978300094604492,-4.0655999183654785,-34.72779846191406,7.878300189971924,-4.0655999183654785,-34.72779846191406,7.978300094604492,-5.46560001373291,-33.32780075073242,7.878300189971924,-5.46560001373291,-33.32780075073242,7.978300094604492,-5.448359966278076,-33.54679870605469,7.978300094604492,-5.46560001373291,-33.32780075073242,7.878300189971924,-5.448359966278076,-33.54679870605469,7.978300094604492,-5.448359966278076,-33.54679870605469,7.878300189971924,-5.448359966278076,-33.54679870605469,7.878300189971924,-5.448359966278076,-33.54679870605469,7.978300094604492,-5.397079944610596,-33.760398864746094,7.978300094604492,-5.448359966278076,-33.54679870605469,7.878300189971924,-5.397079944610596,-33.760398864746094,7.978300094604492,-5.397079944610596,-33.760398864746094,7.878300189971924,-5.397079944610596,-33.760398864746094,7.878300189971924,-5.397079944610596,-33.760398864746094,7.978300094604492,-5.313010215759277,-33.963401794433594,7.978300094604492,-5.397079944610596,-33.760398864746094,7.878300189971924,-5.313010215759277,-33.963401794433594,7.978300094604492,-5.313010215759277,-33.963401794433594,7.878300189971924,-5.313010215759277,-33.963401794433594,7.878300189971924,-5.313010215759277,-33.963401794433594,7.978300094604492,-5.1982197761535645,-34.150699615478516,7.978300094604492,-5.313010215759277,-33.963401794433594,7.878300189971924,-5.1982197761535645,-34.150699615478516,7.978300094604492,-5.1982197761535645,-34.150699615478516,7.878300189971924,-5.1982197761535645,-34.150699615478516,7.878300189971924,-5.1982197761535645,-34.150699615478516,7.978300094604492,-5.0555500984191895,-34.31779861450195,7.978300094604492,-5.1982197761535645,-34.150699615478516,7.878300189971924,-5.0555500984191895,-34.31779861450195,7.978300094604492,-5.0555500984191895,-34.31779861450195,7.878300189971924,-5.0555500984191895,-34.31779861450195,7.878300189971924,-5.0555500984191895,-34.31779861450195,7.978300094604492,-4.888500213623047,-34.46039962768555,7.978300094604492,-5.0555500984191895,-34.31779861450195,7.878300189971924,-4.888500213623047,-34.46039962768555,7.978300094604492,-4.888500213623047,-34.46039962768555,7.878300189971924,-4.888500213623047,-34.46039962768555,7.878300189971924,-4.888500213623047,-34.46039962768555,7.978300094604492,-4.7011799812316895,-34.575199127197266,7.978300094604492,-4.888500213623047,-34.46039962768555,7.878300189971924,-4.7011799812316895,-34.575199127197266,7.978300094604492,-4.7011799812316895,-34.575199127197266,7.878300189971924,-4.7011799812316895,-34.575199127197266,7.878300189971924,-4.7011799812316895,-34.575199127197266,7.978300094604492,-4.498219966888428,-34.6593017578125,7.978300094604492,-4.7011799812316895,-34.575199127197266,7.878300189971924,-4.498219966888428,-34.6593017578125,7.978300094604492,-4.498219966888428,-34.6593017578125,7.878300189971924,-4.498219966888428,-34.6593017578125,7.878300189971924,-4.498219966888428,-34.6593017578125,7.978300094604492,-4.284609794616699,-34.710601806640625,7.978300094604492,-4.498219966888428,-34.6593017578125,7.878300189971924,-4.284609794616699,-34.710601806640625,7.978300094604492,-4.284609794616699,-34.710601806640625,7.878300189971924,-4.284609794616699,-34.710601806640625,7.878300189971924,-4.284609794616699,-34.710601806640625,7.978300094604492,-4.0655999183654785,-34.72779846191406,7.978300094604492,-4.284609794616699,-34.710601806640625,7.878300189971924,-4.0655999183654785,-34.72779846191406,7.978300094604492,-4.0655999183654785,-34.72779846191406,7.878300189971924,-5.46560001373291,-33.32780075073242,7.878300189971924,-5.46560001373291,-30.62779998779297,7.878300189971924,-5.46560001373291,-33.32780075073242,7.978300094604492,-5.46560001373291,-33.32780075073242,7.978300094604492,-5.46560001373291,-30.62779998779297,7.878300189971924,-5.46560001373291,-30.62779998779297,7.978300094604492,-4.0655999183654785,-34.62779998779297,7.878300189971924,-4.0655999183654785,-34.72779846191406,7.878300189971924,4.134399890899658,-34.62779998779297,7.878300189971924,4.134399890899658,-34.62779998779297,7.878300189971924,-4.0655999183654785,-34.72779846191406,7.878300189971924,4.134399890899658,-34.72779846191406,7.878300189971924,4.134399890899658,-34.62779998779297,7.878300189971924,4.134399890899658,-34.72779846191406,7.878300189971924,4.337769985198975,-34.61180114746094,7.878300189971924,4.337769985198975,-34.61180114746094,7.878300189971924,4.134399890899658,-34.72779846191406,7.878300189971924,4.353409767150879,-34.710601806640625,7.878300189971924,4.337769985198975,-34.61180114746094,7.878300189971924,4.353409767150879,-34.710601806640625,7.878300189971924,4.5361199378967285,-34.56420135498047,7.878300189971924,4.5361199378967285,-34.56420135498047,7.878300189971924,4.353409767150879,-34.710601806640625,7.878300189971924,4.56702995300293,-34.6593017578125,7.878300189971924,4.5361199378967285,-34.56420135498047,7.878300189971924,4.56702995300293,-34.6593017578125,7.878300189971924,4.724589824676514,-34.48609924316406,7.878300189971924,4.724589824676514,-34.48609924316406,7.878300189971924,4.56702995300293,-34.6593017578125,7.878300189971924,4.769989967346191,-34.575199127197266,7.878300189971924,4.724589824676514,-34.48609924316406,7.878300189971924,4.769989967346191,-34.575199127197266,7.878300189971924,4.898519992828369,-34.37950134277344,7.878300189971924,4.898519992828369,-34.37950134277344,7.878300189971924,4.769989967346191,-34.575199127197266,7.878300189971924,4.957300186157227,-34.46039962768555,7.878300189971924,4.898519992828369,-34.37950134277344,7.878300189971924,4.957300186157227,-34.46039962768555,7.878300189971924,5.053639888763428,-34.247100830078125,7.878300189971924,5.053639888763428,-34.247100830078125,7.878300189971924,4.957300186157227,-34.46039962768555,7.878300189971924,5.124350070953369,-34.31779861450195,7.878300189971924,5.053639888763428,-34.247100830078125,7.878300189971924,5.124350070953369,-34.31779861450195,7.878300189971924,5.18612003326416,-34.09189987182617,7.878300189971924,5.18612003326416,-34.09189987182617,7.878300189971924,5.124350070953369,-34.31779861450195,7.878300189971924,5.267029762268066,-34.150699615478516,7.878300189971924,5.18612003326416,-34.09189987182617,7.878300189971924,5.267029762268066,-34.150699615478516,7.878300189971924,5.292709827423096,-33.917999267578125,7.878300189971924,5.292709827423096,-33.917999267578125,7.878300189971924,5.267029762268066,-34.150699615478516,7.878300189971924,5.381810188293457,-33.963401794433594,7.878300189971924,5.292709827423096,-33.917999267578125,7.878300189971924,5.381810188293457,-33.963401794433594,7.878300189971924,5.370779991149902,-33.72949981689453,7.878300189971924,5.370779991149902,-33.72949981689453,7.878300189971924,5.381810188293457,-33.963401794433594,7.878300189971924,5.465879917144775,-33.760398864746094,7.878300189971924,5.370779991149902,-33.72949981689453,7.878300189971924,5.465879917144775,-33.760398864746094,7.878300189971924,5.418399810791016,-33.53120040893555,7.878300189971924,5.418399810791016,-33.53120040893555,7.878300189971924,5.465879917144775,-33.760398864746094,7.878300189971924,5.517169952392578,-33.54679870605469,7.878300189971924,5.418399810791016,-33.53120040893555,7.878300189971924,5.517169952392578,-33.54679870605469,7.878300189971924,5.4344000816345215,-33.32780075073242,7.878300189971924,5.4344000816345215,-33.32780075073242,7.878300189971924,5.517169952392578,-33.54679870605469,7.878300189971924,5.53439998626709,-33.32780075073242,7.878300189971924,5.4344000816345215,-33.32780075073242,7.878300189971924,5.53439998626709,-33.32780075073242,7.878300189971924,5.4344000816345215,-30.62779998779297,7.878300189971924,5.4344000816345215,-30.62779998779297,7.878300189971924,5.53439998626709,-33.32780075073242,7.878300189971924,5.53439998626709,-30.62779998779297,7.878300189971924,5.4344000816345215,-30.62779998779297,7.878300189971924,5.53439998626709,-30.62779998779297,7.878300189971924,5.418399810791016,-30.42449951171875,7.878300189971924,5.418399810791016,-30.42449951171875,7.878300189971924,5.53439998626709,-30.62779998779297,7.878300189971924,5.517169952392578,-30.40880012512207,7.878300189971924,5.418399810791016,-30.42449951171875,7.878300189971924,5.517169952392578,-30.40880012512207,7.878300189971924,5.370779991149902,-30.22610092163086,7.878300189971924,5.370779991149902,-30.22610092163086,7.878300189971924,5.517169952392578,-30.40880012512207,7.878300189971924,5.465879917144775,-30.195199966430664,7.878300189971924,5.370779991149902,-30.22610092163086,7.878300189971924,5.465879917144775,-30.195199966430664,7.878300189971924,5.292709827423096,-30.037599563598633,7.878300189971924,5.292709827423096,-30.037599563598633,7.878300189971924,5.465879917144775,-30.195199966430664,7.878300189971924,5.381810188293457,-29.99220085144043,7.878300189971924,5.292709827423096,-30.037599563598633,7.878300189971924,5.381810188293457,-29.99220085144043,7.878300189971924,5.18612003326416,-29.86370086669922,7.878300189971924,5.18612003326416,-29.86370086669922,7.878300189971924,5.381810188293457,-29.99220085144043,7.878300189971924,5.267029762268066,-29.804899215698242,7.878300189971924,5.18612003326416,-29.86370086669922,7.878300189971924,5.267029762268066,-29.804899215698242,7.878300189971924,5.053639888763428,-29.708599090576172,7.878300189971924,5.053639888763428,-29.708599090576172,7.878300189971924,5.267029762268066,-29.804899215698242,7.878300189971924,5.124350070953369,-29.63789939880371,7.878300189971924,5.053639888763428,-29.708599090576172,7.878300189971924,5.124350070953369,-29.63789939880371,7.878300189971924,4.898519992828369,-29.576099395751953,7.878300189971924,4.898519992828369,-29.576099395751953,7.878300189971924,5.124350070953369,-29.63789939880371,7.878300189971924,4.957300186157227,-29.49519920349121,7.878300189971924,4.898519992828369,-29.576099395751953,7.878300189971924,4.957300186157227,-29.49519920349121,7.878300189971924,4.724589824676514,-29.469499588012695,7.878300189971924,4.724589824676514,-29.469499588012695,7.878300189971924,4.957300186157227,-29.49519920349121,7.878300189971924,4.769989967346191,-29.380399703979492,7.878300189971924,4.724589824676514,-29.469499588012695,7.878300189971924,4.769989967346191,-29.380399703979492,7.878300189971924,4.5361199378967285,-29.391399383544922,7.878300189971924,4.5361199378967285,-29.391399383544922,7.878300189971924,4.769989967346191,-29.380399703979492,7.878300189971924,4.56702995300293,-29.296300888061523,7.878300189971924,4.5361199378967285,-29.391399383544922,7.878300189971924,4.56702995300293,-29.296300888061523,7.878300189971924,4.337769985198975,-29.343799591064453,7.878300189971924,4.337769985198975,-29.343799591064453,7.878300189971924,4.56702995300293,-29.296300888061523,7.878300189971924,4.353409767150879,-29.245100021362305,7.878300189971924,4.337769985198975,-29.343799591064453,7.878300189971924,4.353409767150879,-29.245100021362305,7.878300189971924,4.134399890899658,-29.327800750732422,7.878300189971924,4.134399890899658,-29.327800750732422,7.878300189971924,4.353409767150879,-29.245100021362305,7.878300189971924,4.134399890899658,-29.227800369262695,7.878300189971924,4.134399890899658,-29.327800750732422,7.878300189971924,4.134399890899658,-29.227800369262695,7.878300189971924,-4.0655999183654785,-29.327800750732422,7.878300189971924,-4.0655999183654785,-29.327800750732422,7.878300189971924,4.134399890899658,-29.227800369262695,7.878300189971924,-4.0655999183654785,-29.227800369262695,7.878300189971924,-4.0655999183654785,-29.327800750732422,7.878300189971924,-4.0655999183654785,-29.227800369262695,7.878300189971924,-4.268959999084473,-29.343799591064453,7.878300189971924,-4.268959999084473,-29.343799591064453,7.878300189971924,-4.0655999183654785,-29.227800369262695,7.878300189971924,-4.284609794616699,-29.245100021362305,7.878300189971924,-4.268959999084473,-29.343799591064453,7.878300189971924,-4.284609794616699,-29.245100021362305,7.878300189971924,-4.467319965362549,-29.391399383544922,7.878300189971924,-4.467319965362549,-29.391399383544922,7.878300189971924,-4.284609794616699,-29.245100021362305,7.878300189971924,-4.498219966888428,-29.296300888061523,7.878300189971924,-4.467319965362549,-29.391399383544922,7.878300189971924,-4.498219966888428,-29.296300888061523,7.878300189971924,-4.655789852142334,-29.469499588012695,7.878300189971924,-4.655789852142334,-29.469499588012695,7.878300189971924,-4.498219966888428,-29.296300888061523,7.878300189971924,-4.7011799812316895,-29.380399703979492,7.878300189971924,-4.655789852142334,-29.469499588012695,7.878300189971924,-4.7011799812316895,-29.380399703979492,7.878300189971924,-4.8297200202941895,-29.576099395751953,7.878300189971924,-4.8297200202941895,-29.576099395751953,7.878300189971924,-4.7011799812316895,-29.380399703979492,7.878300189971924,-4.888500213623047,-29.49519920349121,7.878300189971924,-4.8297200202941895,-29.576099395751953,7.878300189971924,-4.888500213623047,-29.49519920349121,7.878300189971924,-4.984839916229248,-29.708599090576172,7.878300189971924,-4.984839916229248,-29.708599090576172,7.878300189971924,-4.888500213623047,-29.49519920349121,7.878300189971924,-5.0555500984191895,-29.63789939880371,7.878300189971924,-4.984839916229248,-29.708599090576172,7.878300189971924,-5.0555500984191895,-29.63789939880371,7.878300189971924,-5.1173200607299805,-29.86370086669922,7.878300189971924,-5.1173200607299805,-29.86370086669922,7.878300189971924,-5.0555500984191895,-29.63789939880371,7.878300189971924,-5.1982197761535645,-29.804899215698242,7.878300189971924,-5.1173200607299805,-29.86370086669922,7.878300189971924,-5.1982197761535645,-29.804899215698242,7.878300189971924,-5.223909854888916,-30.037599563598633,7.878300189971924,-5.223909854888916,-30.037599563598633,7.878300189971924,-5.1982197761535645,-29.804899215698242,7.878300189971924,-5.313010215759277,-29.99220085144043,7.878300189971924,-5.223909854888916,-30.037599563598633,7.878300189971924,-5.313010215759277,-29.99220085144043,7.878300189971924,-5.3019700050354,-30.22610092163086,7.878300189971924,-5.3019700050354,-30.22610092163086,7.878300189971924,-5.313010215759277,-29.99220085144043,7.878300189971924,-5.397079944610596,-30.195199966430664,7.878300189971924,-5.3019700050354,-30.22610092163086,7.878300189971924,-5.397079944610596,-30.195199966430664,7.878300189971924,-5.349589824676514,-30.42449951171875,7.878300189971924,-5.349589824676514,-30.42449951171875,7.878300189971924,-5.397079944610596,-30.195199966430664,7.878300189971924,-5.448359966278076,-30.40880012512207,7.878300189971924,-5.349589824676514,-30.42449951171875,7.878300189971924,-5.448359966278076,-30.40880012512207,7.878300189971924,-5.365600109100342,-30.62779998779297,7.878300189971924,-5.365600109100342,-30.62779998779297,7.878300189971924,-5.448359966278076,-30.40880012512207,7.878300189971924,-5.46560001373291,-30.62779998779297,7.878300189971924,-5.365600109100342,-30.62779998779297,7.878300189971924,-5.46560001373291,-30.62779998779297,7.878300189971924,-5.365600109100342,-33.32780075073242,7.878300189971924,-5.365600109100342,-33.32780075073242,7.878300189971924,-5.46560001373291,-30.62779998779297,7.878300189971924,-5.46560001373291,-33.32780075073242,7.878300189971924,-5.365600109100342,-33.32780075073242,7.878300189971924,-5.46560001373291,-33.32780075073242,7.878300189971924,-5.349589824676514,-33.53120040893555,7.878300189971924,-5.349589824676514,-33.53120040893555,7.878300189971924,-5.46560001373291,-33.32780075073242,7.878300189971924,-5.448359966278076,-33.54679870605469,7.878300189971924,-5.349589824676514,-33.53120040893555,7.878300189971924,-5.448359966278076,-33.54679870605469,7.878300189971924,-5.3019700050354,-33.72949981689453,7.878300189971924,-5.3019700050354,-33.72949981689453,7.878300189971924,-5.448359966278076,-33.54679870605469,7.878300189971924,-5.397079944610596,-33.760398864746094,7.878300189971924,-5.3019700050354,-33.72949981689453,7.878300189971924,-5.397079944610596,-33.760398864746094,7.878300189971924,-5.223909854888916,-33.917999267578125,7.878300189971924,-5.223909854888916,-33.917999267578125,7.878300189971924,-5.397079944610596,-33.760398864746094,7.878300189971924,-5.313010215759277,-33.963401794433594,7.878300189971924,-5.223909854888916,-33.917999267578125,7.878300189971924,-5.313010215759277,-33.963401794433594,7.878300189971924,-5.1173200607299805,-34.09189987182617,7.878300189971924,-5.1173200607299805,-34.09189987182617,7.878300189971924,-5.313010215759277,-33.963401794433594,7.878300189971924,-5.1982197761535645,-34.150699615478516,7.878300189971924,-5.1173200607299805,-34.09189987182617,7.878300189971924,-5.1982197761535645,-34.150699615478516,7.878300189971924,-4.984839916229248,-34.247100830078125,7.878300189971924,-4.984839916229248,-34.247100830078125,7.878300189971924,-5.1982197761535645,-34.150699615478516,7.878300189971924,-5.0555500984191895,-34.31779861450195,7.878300189971924,-4.984839916229248,-34.247100830078125,7.878300189971924,-5.0555500984191895,-34.31779861450195,7.878300189971924,-4.8297200202941895,-34.37950134277344,7.878300189971924,-4.8297200202941895,-34.37950134277344,7.878300189971924,-5.0555500984191895,-34.31779861450195,7.878300189971924,-4.888500213623047,-34.46039962768555,7.878300189971924,-4.8297200202941895,-34.37950134277344,7.878300189971924,-4.888500213623047,-34.46039962768555,7.878300189971924,-4.655789852142334,-34.48609924316406,7.878300189971924,-4.655789852142334,-34.48609924316406,7.878300189971924,-4.888500213623047,-34.46039962768555,7.878300189971924,-4.7011799812316895,-34.575199127197266,7.878300189971924,-4.655789852142334,-34.48609924316406,7.878300189971924,-4.7011799812316895,-34.575199127197266,7.878300189971924,-4.467319965362549,-34.56420135498047,7.878300189971924,-4.467319965362549,-34.56420135498047,7.878300189971924,-4.7011799812316895,-34.575199127197266,7.878300189971924,-4.498219966888428,-34.6593017578125,7.878300189971924,-4.467319965362549,-34.56420135498047,7.878300189971924,-4.498219966888428,-34.6593017578125,7.878300189971924,-4.268959999084473,-34.61180114746094,7.878300189971924,-4.268959999084473,-34.61180114746094,7.878300189971924,-4.498219966888428,-34.6593017578125,7.878300189971924,-4.284609794616699,-34.710601806640625,7.878300189971924,-4.268959999084473,-34.61180114746094,7.878300189971924,-4.284609794616699,-34.710601806640625,7.878300189971924,-4.0655999183654785,-34.62779998779297,7.878300189971924,-4.0655999183654785,-34.62779998779297,7.878300189971924,-4.284609794616699,-34.710601806640625,7.878300189971924,-4.0655999183654785,-34.72779846191406,7.878300189971924,5.22189998626709,-34.04010009765625,7.978229999542236,5.183420181274414,-34.089900970458984,7.978240013122559,5.18612003326416,-34.09189987182617,7.878300189971924,4.340610027313232,-34.61140060424805,7.977970123291016,4.33774995803833,-34.61159896850586,7.977970123291016,4.337769985198975,-34.61180114746094,7.878300189971924,4.337769985198975,-34.61180114746094,7.878300189971924,4.33774995803833,-34.61159896850586,7.977970123291016,4.134399890899658,-34.62779998779297,7.977960109710693,4.337769985198975,-34.61180114746094,7.878300189971924,4.134399890899658,-34.62779998779297,7.977960109710693,4.134399890899658,-34.62779998779297,7.878300189971924,4.340610027313232,-34.61140060424805,7.977970123291016,4.337769985198975,-34.61180114746094,7.878300189971924,4.536069869995117,-34.56399917602539,7.978519916534424,4.536069869995117,-34.56399917602539,7.978519916534424,4.337769985198975,-34.61180114746094,7.878300189971924,4.5361199378967285,-34.56420135498047,7.878300189971924,4.536069869995117,-34.56399917602539,7.978519916534424,4.5361199378967285,-34.56420135498047,7.878300189971924,4.538690090179443,-34.56340026855469,7.978529930114746,4.538690090179443,-34.56340026855469,7.978529930114746,4.5361199378967285,-34.56420135498047,7.878300189971924,4.724589824676514,-34.48609924316406,7.878300189971924,4.538690090179443,-34.56340026855469,7.978529930114746,4.724589824676514,-34.48609924316406,7.878300189971924,4.564680099487305,-34.55459976196289,7.97859001159668,4.924860000610352,-34.359901428222656,7.978600025177002,4.897349834442139,-34.37770080566406,7.978630065917969,4.898519992828369,-34.37950134277344,7.878300189971924,4.898519992828369,-34.37950134277344,7.878300189971924,4.897349834442139,-34.37770080566406,7.978630065917969,4.75383996963501,-34.47079849243164,7.978809833526611,4.898519992828369,-34.37950134277344,7.878300189971924,4.75383996963501,-34.47079849243164,7.978809833526611,4.724589824676514,-34.48609924316406,7.878300189971924,4.724589824676514,-34.48609924316406,7.878300189971924,4.75383996963501,-34.47079849243164,7.978809833526611,4.723690032958984,-34.484100341796875,7.9787797927856445,4.724589824676514,-34.48609924316406,7.878300189971924,4.723690032958984,-34.484100341796875,7.9787797927856445,4.564680099487305,-34.55459976196289,7.97859001159668,5.18612003326416,-34.09189987182617,7.878300189971924,5.183420181274414,-34.089900970458984,7.978240013122559,5.053639888763428,-34.247100830078125,7.878300189971924,5.183420181274414,-34.089900970458984,7.978240013122559,5.097219944000244,-34.20130157470703,7.978250026702881,5.053639888763428,-34.247100830078125,7.878300189971924,5.053639888763428,-34.247100830078125,7.878300189971924,5.097219944000244,-34.20130157470703,7.978250026702881,5.051249980926514,-34.24449920654297,7.978340148925781,5.053639888763428,-34.247100830078125,7.878300189971924,5.051249980926514,-34.24449920654297,7.978340148925781,4.898519992828369,-34.37950134277344,7.878300189971924,4.898519992828369,-34.37950134277344,7.878300189971924,5.051249980926514,-34.24449920654297,7.978340148925781,4.94644021987915,-34.34299850463867,7.978549957275391,4.898519992828369,-34.37950134277344,7.878300189971924,4.94644021987915,-34.34299850463867,7.978549957275391,4.924860000610352,-34.359901428222656,7.978600025177002,5.370779991149902,-33.72949981689453,7.878300189971924,5.332059860229492,-33.83340072631836,7.978409767150879,5.292709827423096,-33.917999267578125,7.878300189971924,5.292709827423096,-33.917999267578125,7.878300189971924,5.332059860229492,-33.83340072631836,7.978409767150879,5.289090156555176,-33.916099548339844,7.978340148925781,5.292709827423096,-33.917999267578125,7.878300189971924,5.289090156555176,-33.916099548339844,7.978340148925781,5.18612003326416,-34.09189987182617,7.878300189971924,5.18612003326416,-34.09189987182617,7.878300189971924,5.289090156555176,-33.916099548339844,7.978340148925781,5.236680030822754,-34.016998291015625,7.978250026702881,5.18612003326416,-34.09189987182617,7.878300189971924,5.236680030822754,-34.016998291015625,7.978250026702881,5.22189998626709,-34.04010009765625,7.978229999542236,5.414539813995361,-33.530601501464844,7.978149890899658,5.402669906616211,-33.61330032348633,7.978280067443848,5.418399810791016,-33.53120040893555,7.878300189971924,5.418399810791016,-33.53120040893555,7.878300189971924,5.402669906616211,-33.61330032348633,7.978280067443848,5.396359920501709,-33.63999938964844,7.978320121765137,5.418399810791016,-33.53120040893555,7.878300189971924,5.396359920501709,-33.63999938964844,7.978320121765137,5.370779991149902,-33.72949981689453,7.878300189971924,5.370779991149902,-33.72949981689453,7.878300189971924,5.396359920501709,-33.63999938964844,7.978320121765137,5.367010116577148,-33.72829818725586,7.978370189666748,5.370779991149902,-33.72949981689453,7.878300189971924,5.367010116577148,-33.72829818725586,7.978370189666748,5.332059860229492,-33.83340072631836,7.978409767150879,5.414539813995361,-33.530601501464844,7.978149890899658,5.418399810791016,-33.53120040893555,7.878300189971924,5.431739807128906,-33.4109001159668,7.977960109710693,5.431739807128906,-33.4109001159668,7.977960109710693,5.418399810791016,-33.53120040893555,7.878300189971924,5.4344000816345215,-33.32780075073242,7.878300189971924,5.431739807128906,-33.4109001159668,7.977960109710693,5.4344000816345215,-33.32780075073242,7.878300189971924,5.4344000816345215,-33.32780075073242,7.978089809417725,-4.015600204467773,-34.62779998779297,7.977970123291016,-4.0655999183654785,-34.62779998779297,7.977960109710693,-4.0655999183654785,-34.62779998779297,7.878300189971924,4.134399890899658,-34.62779998779297,7.878300189971924,4.134399890899658,-34.62779998779297,7.977960109710693,4.084400177001953,-34.62779998779297,7.977970123291016,4.084400177001953,-34.62779998779297,7.977970123291016,2.7344000339508057,-34.62779998779297,7.978119850158691,4.134399890899658,-34.62779998779297,7.878300189971924,4.134399890899658,-34.62779998779297,7.878300189971924,2.7344000339508057,-34.62779998779297,7.978119850158691,0.03440000116825104,-34.62779998779297,7.978429794311523,4.134399890899658,-34.62779998779297,7.878300189971924,0.03440000116825104,-34.62779998779297,7.978429794311523,-4.0655999183654785,-34.62779998779297,7.878300189971924,-4.0655999183654785,-34.62779998779297,7.878300189971924,0.03440000116825104,-34.62779998779297,7.978429794311523,-2.665600061416626,-34.62779998779297,7.978119850158691,-4.0655999183654785,-34.62779998779297,7.878300189971924,-2.665600061416626,-34.62779998779297,7.978119850158691,-4.015600204467773,-34.62779998779297,7.977970123291016,-4.939060211181641,-34.29069900512695,7.978419780731201,-4.982289791107178,-34.24470138549805,7.9783501625061035,-4.984839916229248,-34.247100830078125,7.878300189971924,-5.349140167236328,-33.534000396728516,7.978129863739014,-5.349370002746582,-33.53120040893555,7.978129863739014,-5.349589824676514,-33.53120040893555,7.878300189971924,-5.349589824676514,-33.53120040893555,7.878300189971924,-5.349370002746582,-33.53120040893555,7.978129863739014,-5.365600109100342,-33.32780075073242,7.978089809417725,-5.349589824676514,-33.53120040893555,7.878300189971924,-5.365600109100342,-33.32780075073242,7.978089809417725,-5.365600109100342,-33.32780075073242,7.878300189971924,-5.349140167236328,-33.534000396728516,7.978129863739014,-5.349589824676514,-33.53120040893555,7.878300189971924,-5.301770210266113,-33.72949981689453,7.978419780731201,-5.301770210266113,-33.72949981689453,7.978419780731201,-5.349589824676514,-33.53120040893555,7.878300189971924,-5.3019700050354,-33.72949981689453,7.878300189971924,-5.301770210266113,-33.72949981689453,7.978419780731201,-5.3019700050354,-33.72949981689453,7.878300189971924,-5.3011298179626465,-33.73210144042969,7.978419780731201,-5.097660064697266,-34.11830139160156,7.9781999588012695,-5.115499973297119,-34.09080123901367,7.978219985961914,-5.1173200607299805,-34.09189987182617,7.878300189971924,-5.1173200607299805,-34.09189987182617,7.878300189971924,-5.115499973297119,-34.09080123901367,7.978219985961914,-5.20851993560791,-33.94729995727539,7.978320121765137,-5.1173200607299805,-34.09189987182617,7.878300189971924,-5.20851993560791,-33.94729995727539,7.978320121765137,-5.223909854888916,-33.917999267578125,7.878300189971924,-5.223909854888916,-33.917999267578125,7.878300189971924,-5.20851993560791,-33.94729995727539,7.978320121765137,-5.221879959106445,-33.91709899902344,7.978330135345459,-5.223909854888916,-33.917999267578125,7.878300189971924,-5.221879959106445,-33.91709899902344,7.978330135345459,-5.3019700050354,-33.72949981689453,7.878300189971924,-5.3019700050354,-33.72949981689453,7.878300189971924,-5.221879959106445,-33.91709899902344,7.978330135345459,-5.2923197746276855,-33.75809860229492,7.978429794311523,-5.3019700050354,-33.72949981689453,7.878300189971924,-5.2923197746276855,-33.75809860229492,7.978429794311523,-5.3011298179626465,-33.73210144042969,7.978419780731201,-4.984839916229248,-34.247100830078125,7.878300189971924,-4.982289791107178,-34.24470138549805,7.9783501625061035,-5.1173200607299805,-34.09189987182617,7.878300189971924,-5.1173200607299805,-34.09189987182617,7.878300189971924,-4.982289791107178,-34.24470138549805,7.9783501625061035,-5.0807600021362305,-34.13990020751953,7.9781999588012695,-5.1173200607299805,-34.09189987182617,7.878300189971924,-5.0807600021362305,-34.13990020751953,7.9781999588012695,-5.097660064697266,-34.11830139160156,7.9781999588012695,-4.939060211181641,-34.29069900512695,7.978419780731201,-4.984839916229248,-34.247100830078125,7.878300189971924,-4.827630043029785,-34.376800537109375,7.978640079498291,-4.827630043029785,-34.376800537109375,7.978640079498291,-4.984839916229248,-34.247100830078125,7.878300189971924,-4.8297200202941895,-34.37950134277344,7.878300189971924,-4.827630043029785,-34.376800537109375,7.978640079498291,-4.8297200202941895,-34.37950134277344,7.878300189971924,-4.7778401374816895,-34.41529846191406,7.978740215301514,-4.7778401374816895,-34.41529846191406,7.978740215301514,-4.8297200202941895,-34.37950134277344,7.878300189971924,-4.655789852142334,-34.48609924316406,7.878300189971924,-4.7778401374816895,-34.41529846191406,7.978740215301514,-4.655789852142334,-34.48609924316406,7.878300189971924,-4.754740238189697,-34.43009948730469,7.978769779205322,-4.467319965362549,-34.56420135498047,7.878300189971924,-4.571139812469482,-34.5255012512207,7.978740215301514,-4.655789852142334,-34.48609924316406,7.878300189971924,-4.655789852142334,-34.48609924316406,7.878300189971924,-4.571139812469482,-34.5255012512207,7.978740215301514,-4.653900146484375,-34.48249816894531,7.978750228881836,-4.655789852142334,-34.48609924316406,7.878300189971924,-4.653900146484375,-34.48249816894531,7.978750228881836,-4.754740238189697,-34.43009948730469,7.978769779205322,-4.2684102058410645,-34.608001708984375,7.978030204772949,-4.351029872894287,-34.596099853515625,7.978189945220947,-4.268959999084473,-34.61180114746094,7.878300189971924,-4.268959999084473,-34.61180114746094,7.878300189971924,-4.351029872894287,-34.596099853515625,7.978189945220947,-4.377739906311035,-34.58980178833008,7.978260040283203,-4.268959999084473,-34.61180114746094,7.878300189971924,-4.377739906311035,-34.58980178833008,7.978260040283203,-4.467319965362549,-34.56420135498047,7.878300189971924,-4.467319965362549,-34.56420135498047,7.878300189971924,-4.377739906311035,-34.58980178833008,7.978260040283203,-4.466070175170898,-34.56039810180664,7.978479862213135,-4.467319965362549,-34.56420135498047,7.878300189971924,-4.466070175170898,-34.56039810180664,7.978479862213135,-4.571139812469482,-34.5255012512207,7.978740215301514,-4.2684102058410645,-34.608001708984375,7.978030204772949,-4.268959999084473,-34.61180114746094,7.878300189971924,-4.148670196533203,-34.62519836425781,7.977819919586182,-4.148670196533203,-34.62519836425781,7.977819919586182,-4.268959999084473,-34.61180114746094,7.878300189971924,-4.0655999183654785,-34.62779998779297,7.878300189971924,-4.148670196533203,-34.62519836425781,7.977819919586182,-4.0655999183654785,-34.62779998779297,7.878300189971924,-4.0655999183654785,-34.62779998779297,7.977960109710693,-5.365600109100342,-32.64030075073242,7.978089809417725,-5.365600109100342,-33.32780075073242,7.878300189971924,-5.365600109100342,-33.302799224853516,7.978089809417725,-5.365600109100342,-33.302799224853516,7.978089809417725,-5.365600109100342,-33.32780075073242,7.878300189971924,-5.365600109100342,-33.32780075073242,7.978089809417725,-5.365600109100342,-30.62779998779297,7.978089809417725,-5.365600109100342,-30.62779998779297,7.878300189971924,-5.365600109100342,-30.652799606323242,7.978089809417725,-5.365600109100342,-30.652799606323242,7.978089809417725,-5.365600109100342,-30.62779998779297,7.878300189971924,-5.365600109100342,-33.32780075073242,7.878300189971924,-5.365600109100342,-30.652799606323242,7.978089809417725,-5.365600109100342,-33.32780075073242,7.878300189971924,-5.365600109100342,-31.977800369262695,7.978089809417725,-5.365600109100342,-31.977800369262695,7.978089809417725,-5.365600109100342,-33.32780075073242,7.878300189971924,-5.365600109100342,-32.64030075073242,7.978089809417725,-5.15310001373291,-29.91550064086914,7.978219985961914,-5.114620208740234,-29.865800857543945,7.978229999542236,-5.1173200607299805,-29.86370086669922,7.878300189971924,-4.271810054779053,-29.34429931640625,7.977980136871338,-4.268939971923828,-29.344100952148438,7.977980136871338,-4.268959999084473,-29.343799591064453,7.878300189971924,-4.268959999084473,-29.343799591064453,7.878300189971924,-4.268939971923828,-29.344100952148438,7.977980136871338,-4.0655999183654785,-29.327800750732422,7.977970123291016,-4.268959999084473,-29.343799591064453,7.878300189971924,-4.0655999183654785,-29.327800750732422,7.977970123291016,-4.0655999183654785,-29.327800750732422,7.878300189971924,-4.271810054779053,-29.34429931640625,7.977980136871338,-4.268959999084473,-29.343799591064453,7.878300189971924,-4.4672698974609375,-29.391599655151367,7.978529930114746,-4.4672698974609375,-29.391599655151367,7.978529930114746,-4.268959999084473,-29.343799591064453,7.878300189971924,-4.467319965362549,-29.391399383544922,7.878300189971924,-4.4672698974609375,-29.391599655151367,7.978529930114746,-4.467319965362549,-29.391399383544922,7.878300189971924,-4.469890117645264,-29.39229965209961,7.978529930114746,-4.469890117645264,-29.39229965209961,7.978529930114746,-4.467319965362549,-29.391399383544922,7.878300189971924,-4.655789852142334,-29.469499588012695,7.878300189971924,-4.469890117645264,-29.39229965209961,7.978529930114746,-4.655789852142334,-29.469499588012695,7.878300189971924,-4.495870113372803,-29.401100158691406,7.978600025177002,-4.856060028076172,-29.595699310302734,7.978600025177002,-4.828539848327637,-29.577899932861328,7.978630065917969,-4.8297200202941895,-29.576099395751953,7.878300189971924,-4.8297200202941895,-29.576099395751953,7.878300189971924,-4.828539848327637,-29.577899932861328,7.978630065917969,-4.68503999710083,-29.484899520874023,7.978809833526611,-4.8297200202941895,-29.576099395751953,7.878300189971924,-4.68503999710083,-29.484899520874023,7.978809833526611,-4.655789852142334,-29.469499588012695,7.878300189971924,-4.655789852142334,-29.469499588012695,7.878300189971924,-4.68503999710083,-29.484899520874023,7.978809833526611,-4.654890060424805,-29.471500396728516,7.9787797927856445,-4.655789852142334,-29.469499588012695,7.878300189971924,-4.654890060424805,-29.471500396728516,7.9787797927856445,-4.495870113372803,-29.401100158691406,7.978600025177002,-5.1173200607299805,-29.86370086669922,7.878300189971924,-5.114620208740234,-29.865800857543945,7.978229999542236,-4.984839916229248,-29.708599090576172,7.878300189971924,-5.114620208740234,-29.865800857543945,7.978229999542236,-5.028409957885742,-29.75429916381836,7.978250026702881,-4.984839916229248,-29.708599090576172,7.878300189971924,-4.984839916229248,-29.708599090576172,7.878300189971924,-5.028409957885742,-29.75429916381836,7.978250026702881,-4.982439994812012,-29.71109962463379,7.978340148925781,-4.984839916229248,-29.708599090576172,7.878300189971924,-4.982439994812012,-29.71109962463379,7.978340148925781,-4.8297200202941895,-29.576099395751953,7.878300189971924,-4.8297200202941895,-29.576099395751953,7.878300189971924,-4.982439994812012,-29.71109962463379,7.978340148925781,-4.8776397705078125,-29.612600326538086,7.978549957275391,-4.8297200202941895,-29.576099395751953,7.878300189971924,-4.8776397705078125,-29.612600326538086,7.978549957275391,-4.856060028076172,-29.595699310302734,7.978600025177002,-5.3019700050354,-30.22610092163086,7.878300189971924,-5.2632598876953125,-30.12220001220703,7.978409767150879,-5.223909854888916,-30.037599563598633,7.878300189971924,-5.223909854888916,-30.037599563598633,7.878300189971924,-5.2632598876953125,-30.12220001220703,7.978409767150879,-5.220280170440674,-30.039499282836914,7.978340148925781,-5.223909854888916,-30.037599563598633,7.878300189971924,-5.220280170440674,-30.039499282836914,7.978340148925781,-5.1173200607299805,-29.86370086669922,7.878300189971924,-5.1173200607299805,-29.86370086669922,7.878300189971924,-5.220280170440674,-30.039499282836914,7.978340148925781,-5.167880058288574,-29.938600540161133,7.978240013122559,-5.1173200607299805,-29.86370086669922,7.878300189971924,-5.167880058288574,-29.938600540161133,7.978240013122559,-5.15310001373291,-29.91550064086914,7.978219985961914,-5.345739841461182,-30.424999237060547,7.978149890899658,-5.333859920501709,-30.342300415039062,7.978280067443848,-5.349589824676514,-30.42449951171875,7.878300189971924,-5.349589824676514,-30.42449951171875,7.878300189971924,-5.333859920501709,-30.342300415039062,7.978280067443848,-5.327559947967529,-30.31559944152832,7.978320121765137,-5.349589824676514,-30.42449951171875,7.878300189971924,-5.327559947967529,-30.31559944152832,7.978320121765137,-5.3019700050354,-30.22610092163086,7.878300189971924,-5.3019700050354,-30.22610092163086,7.878300189971924,-5.327559947967529,-30.31559944152832,7.978320121765137,-5.298210144042969,-30.227399826049805,7.978370189666748,-5.3019700050354,-30.22610092163086,7.878300189971924,-5.298210144042969,-30.227399826049805,7.978370189666748,-5.2632598876953125,-30.12220001220703,7.978409767150879,-5.345739841461182,-30.424999237060547,7.978149890899658,-5.349589824676514,-30.42449951171875,7.878300189971924,-5.362939834594727,-30.544700622558594,7.977960109710693,-5.362939834594727,-30.544700622558594,7.977960109710693,-5.349589824676514,-30.42449951171875,7.878300189971924,-5.365600109100342,-30.62779998779297,7.878300189971924,-5.362939834594727,-30.544700622558594,7.977960109710693,-5.365600109100342,-30.62779998779297,7.878300189971924,-5.365600109100342,-30.62779998779297,7.978089809417725,4.084400177001953,-29.327800750732422,7.977970123291016,4.134399890899658,-29.327800750732422,7.977960109710693,4.134399890899658,-29.327800750732422,7.878300189971924,-4.0655999183654785,-29.327800750732422,7.878300189971924,-4.0655999183654785,-29.327800750732422,7.977970123291016,-4.015600204467773,-29.327800750732422,7.977980136871338,-4.015600204467773,-29.327800750732422,7.977980136871338,-2.665600061416626,-29.327800750732422,7.978129863739014,-4.0655999183654785,-29.327800750732422,7.878300189971924,-4.0655999183654785,-29.327800750732422,7.878300189971924,-2.665600061416626,-29.327800750732422,7.978129863739014,0.03440380096435547,-29.327800750732422,7.978439807891846,-4.0655999183654785,-29.327800750732422,7.878300189971924,0.03440380096435547,-29.327800750732422,7.978439807891846,4.134399890899658,-29.327800750732422,7.878300189971924,4.134399890899658,-29.327800750732422,7.878300189971924,0.03440380096435547,-29.327800750732422,7.978439807891846,2.7344000339508057,-29.327800750732422,7.978119850158691,4.134399890899658,-29.327800750732422,7.878300189971924,2.7344000339508057,-29.327800750732422,7.978119850158691,4.084400177001953,-29.327800750732422,7.977970123291016,5.007870197296143,-29.665000915527344,7.978419780731201,5.051089763641357,-29.711000442504883,7.9783501625061035,5.053639888763428,-29.708599090576172,7.878300189971924,5.417940139770508,-30.421600341796875,7.978129863739014,5.418169975280762,-30.42449951171875,7.978129863739014,5.418399810791016,-30.42449951171875,7.878300189971924,5.418399810791016,-30.42449951171875,7.878300189971924,5.418169975280762,-30.42449951171875,7.978129863739014,5.4344000816345215,-30.62779998779297,7.978089809417725,5.418399810791016,-30.42449951171875,7.878300189971924,5.4344000816345215,-30.62779998779297,7.978089809417725,5.4344000816345215,-30.62779998779297,7.878300189971924,5.417940139770508,-30.421600341796875,7.978129863739014,5.418399810791016,-30.42449951171875,7.878300189971924,5.370570182800293,-30.22610092163086,7.978419780731201,5.370570182800293,-30.22610092163086,7.978419780731201,5.418399810791016,-30.42449951171875,7.878300189971924,5.370779991149902,-30.22610092163086,7.878300189971924,5.370570182800293,-30.22610092163086,7.978419780731201,5.370779991149902,-30.22610092163086,7.878300189971924,5.369939804077148,-30.223499298095703,7.978419780731201,5.166460037231445,-29.837299346923828,7.9781999588012695,5.184309959411621,-29.864900588989258,7.978219985961914,5.18612003326416,-29.86370086669922,7.878300189971924,5.18612003326416,-29.86370086669922,7.878300189971924,5.184309959411621,-29.864900588989258,7.978219985961914,5.27731990814209,-30.008399963378906,7.978320121765137,5.18612003326416,-29.86370086669922,7.878300189971924,5.27731990814209,-30.008399963378906,7.978320121765137,5.292709827423096,-30.037599563598633,7.878300189971924,5.292709827423096,-30.037599563598633,7.878300189971924,5.27731990814209,-30.008399963378906,7.978320121765137,5.290689945220947,-30.03849983215332,7.978330135345459,5.292709827423096,-30.037599563598633,7.878300189971924,5.290689945220947,-30.03849983215332,7.978330135345459,5.370779991149902,-30.22610092163086,7.878300189971924,5.370779991149902,-30.22610092163086,7.878300189971924,5.290689945220947,-30.03849983215332,7.978330135345459,5.361130237579346,-30.197500228881836,7.978429794311523,5.370779991149902,-30.22610092163086,7.878300189971924,5.361130237579346,-30.197500228881836,7.978429794311523,5.369939804077148,-30.223499298095703,7.978419780731201,5.053639888763428,-29.708599090576172,7.878300189971924,5.051089763641357,-29.711000442504883,7.9783501625061035,5.18612003326416,-29.86370086669922,7.878300189971924,5.18612003326416,-29.86370086669922,7.878300189971924,5.051089763641357,-29.711000442504883,7.9783501625061035,5.14955997467041,-29.815799713134766,7.9781999588012695,5.18612003326416,-29.86370086669922,7.878300189971924,5.14955997467041,-29.815799713134766,7.9781999588012695,5.166460037231445,-29.837299346923828,7.9781999588012695,5.007870197296143,-29.665000915527344,7.978419780731201,5.053639888763428,-29.708599090576172,7.878300189971924,4.896430015563965,-29.578800201416016,7.978640079498291,4.896430015563965,-29.578800201416016,7.978640079498291,5.053639888763428,-29.708599090576172,7.878300189971924,4.898519992828369,-29.576099395751953,7.878300189971924,4.896430015563965,-29.578800201416016,7.978640079498291,4.898519992828369,-29.576099395751953,7.878300189971924,4.846650123596191,-29.540300369262695,7.978740215301514,4.846650123596191,-29.540300369262695,7.978740215301514,4.898519992828369,-29.576099395751953,7.878300189971924,4.724589824676514,-29.469499588012695,7.878300189971924,4.846650123596191,-29.540300369262695,7.978740215301514,4.724589824676514,-29.469499588012695,7.878300189971924,4.823550224304199,-29.52549934387207,7.978769779205322,4.5361199378967285,-29.391399383544922,7.878300189971924,4.639939785003662,-29.430099487304688,7.978740215301514,4.724589824676514,-29.469499588012695,7.878300189971924,4.724589824676514,-29.469499588012695,7.878300189971924,4.639939785003662,-29.430099487304688,7.978740215301514,4.722710132598877,-29.473100662231445,7.978750228881836,4.724589824676514,-29.469499588012695,7.878300189971924,4.722710132598877,-29.473100662231445,7.978750228881836,4.823550224304199,-29.52549934387207,7.978769779205322,4.337210178375244,-29.347700119018555,7.9780402183532715,4.419829845428467,-29.359500885009766,7.978189945220947,4.337769985198975,-29.343799591064453,7.878300189971924,4.337769985198975,-29.343799591064453,7.878300189971924,4.419829845428467,-29.359500885009766,7.978189945220947,4.446539878845215,-29.365800857543945,7.978260040283203,4.337769985198975,-29.343799591064453,7.878300189971924,4.446539878845215,-29.365800857543945,7.978260040283203,4.5361199378967285,-29.391399383544922,7.878300189971924,4.5361199378967285,-29.391399383544922,7.878300189971924,4.446539878845215,-29.365800857543945,7.978260040283203,4.534870147705078,-29.395200729370117,7.978479862213135,4.5361199378967285,-29.391399383544922,7.878300189971924,4.534870147705078,-29.395200729370117,7.978479862213135,4.639939785003662,-29.430099487304688,7.978740215301514,4.337210178375244,-29.347700119018555,7.9780402183532715,4.337769985198975,-29.343799591064453,7.878300189971924,4.217480182647705,-29.33049964904785,7.977819919586182,4.217480182647705,-29.33049964904785,7.977819919586182,4.337769985198975,-29.343799591064453,7.878300189971924,4.134399890899658,-29.327800750732422,7.878300189971924,4.217480182647705,-29.33049964904785,7.977819919586182,4.134399890899658,-29.327800750732422,7.878300189971924,4.134399890899658,-29.327800750732422,7.977960109710693,5.4344000816345215,-30.62779998779297,7.978089809417725,5.4344000816345215,-30.652799606323242,7.978089809417725,5.4344000816345215,-30.62779998779297,7.878300189971924,5.4344000816345215,-30.62779998779297,7.878300189971924,5.4344000816345215,-30.652799606323242,7.978089809417725,5.4344000816345215,-31.31529998779297,7.978089809417725,5.4344000816345215,-33.32780075073242,7.978089809417725,5.4344000816345215,-33.32780075073242,7.878300189971924,5.4344000816345215,-33.302799224853516,7.978089809417725,5.4344000816345215,-33.302799224853516,7.978089809417725,5.4344000816345215,-33.32780075073242,7.878300189971924,5.4344000816345215,-30.62779998779297,7.878300189971924,5.4344000816345215,-33.302799224853516,7.978089809417725,5.4344000816345215,-30.62779998779297,7.878300189971924,5.4344000816345215,-31.977800369262695,7.978089809417725,5.4344000816345215,-31.977800369262695,7.978089809417725,5.4344000816345215,-30.62779998779297,7.878300189971924,5.4344000816345215,-31.31529998779297,7.978089809417725,8.434399604797363,-29.227800369262695,7.878300189971924,8.434399604797363,-29.227800369262695,7.978300094604492,8.2153902053833,-29.245100021362305,7.978300094604492,8.434399604797363,-29.227800369262695,7.878300189971924,8.2153902053833,-29.245100021362305,7.978300094604492,8.2153902053833,-29.245100021362305,7.878300189971924,8.2153902053833,-29.245100021362305,7.878300189971924,8.2153902053833,-29.245100021362305,7.978300094604492,8.001779556274414,-29.296300888061523,7.978300094604492,8.2153902053833,-29.245100021362305,7.878300189971924,8.001779556274414,-29.296300888061523,7.978300094604492,8.001779556274414,-29.296300888061523,7.878300189971924,8.001779556274414,-29.296300888061523,7.878300189971924,8.001779556274414,-29.296300888061523,7.978300094604492,7.7988200187683105,-29.380399703979492,7.978300094604492,8.001779556274414,-29.296300888061523,7.878300189971924,7.7988200187683105,-29.380399703979492,7.978300094604492,7.7988200187683105,-29.380399703979492,7.878300189971924,7.7988200187683105,-29.380399703979492,7.878300189971924,7.7988200187683105,-29.380399703979492,7.978300094604492,7.611499786376953,-29.49519920349121,7.978300094604492,7.7988200187683105,-29.380399703979492,7.878300189971924,7.611499786376953,-29.49519920349121,7.978300094604492,7.611499786376953,-29.49519920349121,7.878300189971924,7.611499786376953,-29.49519920349121,7.878300189971924,7.611499786376953,-29.49519920349121,7.978300094604492,7.4444499015808105,-29.63789939880371,7.978300094604492,7.611499786376953,-29.49519920349121,7.878300189971924,7.4444499015808105,-29.63789939880371,7.978300094604492,7.4444499015808105,-29.63789939880371,7.878300189971924,7.4444499015808105,-29.63789939880371,7.878300189971924,7.4444499015808105,-29.63789939880371,7.978300094604492,7.3017802238464355,-29.804899215698242,7.978300094604492,7.4444499015808105,-29.63789939880371,7.878300189971924,7.3017802238464355,-29.804899215698242,7.978300094604492,7.3017802238464355,-29.804899215698242,7.878300189971924,7.3017802238464355,-29.804899215698242,7.878300189971924,7.3017802238464355,-29.804899215698242,7.978300094604492,7.186989784240723,-29.99220085144043,7.978300094604492,7.3017802238464355,-29.804899215698242,7.878300189971924,7.186989784240723,-29.99220085144043,7.978300094604492,7.186989784240723,-29.99220085144043,7.878300189971924,7.186989784240723,-29.99220085144043,7.878300189971924,7.186989784240723,-29.99220085144043,7.978300094604492,7.102920055389404,-30.195199966430664,7.978300094604492,7.186989784240723,-29.99220085144043,7.878300189971924,7.102920055389404,-30.195199966430664,7.978300094604492,7.102920055389404,-30.195199966430664,7.878300189971924,7.102920055389404,-30.195199966430664,7.878300189971924,7.102920055389404,-30.195199966430664,7.978300094604492,7.051640033721924,-30.40880012512207,7.978300094604492,7.102920055389404,-30.195199966430664,7.878300189971924,7.051640033721924,-30.40880012512207,7.978300094604492,7.051640033721924,-30.40880012512207,7.878300189971924,7.051640033721924,-30.40880012512207,7.878300189971924,7.051640033721924,-30.40880012512207,7.978300094604492,7.03439998626709,-30.62779998779297,7.978300094604492,7.051640033721924,-30.40880012512207,7.878300189971924,7.03439998626709,-30.62779998779297,7.978300094604492,7.03439998626709,-30.62779998779297,7.878300189971924,8.434399604797363,-29.227800369262695,7.878300189971924,16.6343994140625,-29.227800369262695,7.878300189971924,8.434399604797363,-29.227800369262695,7.978300094604492,8.434399604797363,-29.227800369262695,7.978300094604492,16.6343994140625,-29.227800369262695,7.878300189971924,16.6343994140625,-29.227800369262695,7.978300094604492,18.034400939941406,-30.62779998779297,7.878300189971924,18.034400939941406,-30.62779998779297,7.978300094604492,18.017200469970703,-30.40880012512207,7.978300094604492,18.034400939941406,-30.62779998779297,7.878300189971924,18.017200469970703,-30.40880012512207,7.978300094604492,18.017200469970703,-30.40880012512207,7.878300189971924,18.017200469970703,-30.40880012512207,7.878300189971924,18.017200469970703,-30.40880012512207,7.978300094604492,17.965900421142578,-30.195199966430664,7.978300094604492,18.017200469970703,-30.40880012512207,7.878300189971924,17.965900421142578,-30.195199966430664,7.978300094604492,17.965900421142578,-30.195199966430664,7.878300189971924,17.965900421142578,-30.195199966430664,7.878300189971924,17.965900421142578,-30.195199966430664,7.978300094604492,17.881799697875977,-29.99220085144043,7.978300094604492,17.965900421142578,-30.195199966430664,7.878300189971924,17.881799697875977,-29.99220085144043,7.978300094604492,17.881799697875977,-29.99220085144043,7.878300189971924,17.881799697875977,-29.99220085144043,7.878300189971924,17.881799697875977,-29.99220085144043,7.978300094604492,17.767000198364258,-29.804899215698242,7.978300094604492,17.881799697875977,-29.99220085144043,7.878300189971924,17.767000198364258,-29.804899215698242,7.978300094604492,17.767000198364258,-29.804899215698242,7.878300189971924,17.767000198364258,-29.804899215698242,7.878300189971924,17.767000198364258,-29.804899215698242,7.978300094604492,17.624399185180664,-29.63789939880371,7.978300094604492,17.767000198364258,-29.804899215698242,7.878300189971924,17.624399185180664,-29.63789939880371,7.978300094604492,17.624399185180664,-29.63789939880371,7.878300189971924,17.624399185180664,-29.63789939880371,7.878300189971924,17.624399185180664,-29.63789939880371,7.978300094604492,17.457300186157227,-29.49519920349121,7.978300094604492,17.624399185180664,-29.63789939880371,7.878300189971924,17.457300186157227,-29.49519920349121,7.978300094604492,17.457300186157227,-29.49519920349121,7.878300189971924,17.457300186157227,-29.49519920349121,7.878300189971924,17.457300186157227,-29.49519920349121,7.978300094604492,17.270000457763672,-29.380399703979492,7.978300094604492,17.457300186157227,-29.49519920349121,7.878300189971924,17.270000457763672,-29.380399703979492,7.978300094604492,17.270000457763672,-29.380399703979492,7.878300189971924,17.270000457763672,-29.380399703979492,7.878300189971924,17.270000457763672,-29.380399703979492,7.978300094604492,17.066999435424805,-29.296300888061523,7.978300094604492,17.270000457763672,-29.380399703979492,7.878300189971924,17.066999435424805,-29.296300888061523,7.978300094604492,17.066999435424805,-29.296300888061523,7.878300189971924,17.066999435424805,-29.296300888061523,7.878300189971924,17.066999435424805,-29.296300888061523,7.978300094604492,16.8533992767334,-29.245100021362305,7.978300094604492,17.066999435424805,-29.296300888061523,7.878300189971924,16.8533992767334,-29.245100021362305,7.978300094604492,16.8533992767334,-29.245100021362305,7.878300189971924,16.8533992767334,-29.245100021362305,7.878300189971924,16.8533992767334,-29.245100021362305,7.978300094604492,16.6343994140625,-29.227800369262695,7.978300094604492,16.8533992767334,-29.245100021362305,7.878300189971924,16.6343994140625,-29.227800369262695,7.978300094604492,16.6343994140625,-29.227800369262695,7.878300189971924,18.034400939941406,-30.62779998779297,7.878300189971924,18.034400939941406,-33.32780075073242,7.878300189971924,18.034400939941406,-30.62779998779297,7.978300094604492,18.034400939941406,-30.62779998779297,7.978300094604492,18.034400939941406,-33.32780075073242,7.878300189971924,18.034400939941406,-33.32780075073242,7.978300094604492,16.6343994140625,-34.72779846191406,7.878300189971924,16.6343994140625,-34.72779846191406,7.978300094604492,16.8533992767334,-34.710601806640625,7.978300094604492,16.6343994140625,-34.72779846191406,7.878300189971924,16.8533992767334,-34.710601806640625,7.978300094604492,16.8533992767334,-34.710601806640625,7.878300189971924,16.8533992767334,-34.710601806640625,7.878300189971924,16.8533992767334,-34.710601806640625,7.978300094604492,17.066999435424805,-34.6593017578125,7.978300094604492,16.8533992767334,-34.710601806640625,7.878300189971924,17.066999435424805,-34.6593017578125,7.978300094604492,17.066999435424805,-34.6593017578125,7.878300189971924,17.066999435424805,-34.6593017578125,7.878300189971924,17.066999435424805,-34.6593017578125,7.978300094604492,17.270000457763672,-34.575199127197266,7.978300094604492,17.066999435424805,-34.6593017578125,7.878300189971924,17.270000457763672,-34.575199127197266,7.978300094604492,17.270000457763672,-34.575199127197266,7.878300189971924,17.270000457763672,-34.575199127197266,7.878300189971924,17.270000457763672,-34.575199127197266,7.978300094604492,17.457300186157227,-34.46039962768555,7.978300094604492,17.270000457763672,-34.575199127197266,7.878300189971924,17.457300186157227,-34.46039962768555,7.978300094604492,17.457300186157227,-34.46039962768555,7.878300189971924,17.457300186157227,-34.46039962768555,7.878300189971924,17.457300186157227,-34.46039962768555,7.978300094604492,17.624399185180664,-34.31779861450195,7.978300094604492,17.457300186157227,-34.46039962768555,7.878300189971924,17.624399185180664,-34.31779861450195,7.978300094604492,17.624399185180664,-34.31779861450195,7.878300189971924,17.624399185180664,-34.31779861450195,7.878300189971924,17.624399185180664,-34.31779861450195,7.978300094604492,17.767000198364258,-34.150699615478516,7.978300094604492,17.624399185180664,-34.31779861450195,7.878300189971924,17.767000198364258,-34.150699615478516,7.978300094604492,17.767000198364258,-34.150699615478516,7.878300189971924,17.767000198364258,-34.150699615478516,7.878300189971924,17.767000198364258,-34.150699615478516,7.978300094604492,17.881799697875977,-33.963401794433594,7.978300094604492,17.767000198364258,-34.150699615478516,7.878300189971924,17.881799697875977,-33.963401794433594,7.978300094604492,17.881799697875977,-33.963401794433594,7.878300189971924,17.881799697875977,-33.963401794433594,7.878300189971924,17.881799697875977,-33.963401794433594,7.978300094604492,17.965900421142578,-33.760398864746094,7.978300094604492,17.881799697875977,-33.963401794433594,7.878300189971924,17.965900421142578,-33.760398864746094,7.978300094604492,17.965900421142578,-33.760398864746094,7.878300189971924,17.965900421142578,-33.760398864746094,7.878300189971924,17.965900421142578,-33.760398864746094,7.978300094604492,18.017200469970703,-33.54679870605469,7.978300094604492,17.965900421142578,-33.760398864746094,7.878300189971924,18.017200469970703,-33.54679870605469,7.978300094604492,18.017200469970703,-33.54679870605469,7.878300189971924,18.017200469970703,-33.54679870605469,7.878300189971924,18.017200469970703,-33.54679870605469,7.978300094604492,18.034400939941406,-33.32780075073242,7.978300094604492,18.017200469970703,-33.54679870605469,7.878300189971924,18.034400939941406,-33.32780075073242,7.978300094604492,18.034400939941406,-33.32780075073242,7.878300189971924,16.6343994140625,-34.72779846191406,7.878300189971924,8.434399604797363,-34.72779846191406,7.878300189971924,16.6343994140625,-34.72779846191406,7.978300094604492,16.6343994140625,-34.72779846191406,7.978300094604492,8.434399604797363,-34.72779846191406,7.878300189971924,8.434399604797363,-34.72779846191406,7.978300094604492,7.03439998626709,-33.32780075073242,7.878300189971924,7.03439998626709,-33.32780075073242,7.978300094604492,7.051640033721924,-33.54679870605469,7.978300094604492,7.03439998626709,-33.32780075073242,7.878300189971924,7.051640033721924,-33.54679870605469,7.978300094604492,7.051640033721924,-33.54679870605469,7.878300189971924,7.051640033721924,-33.54679870605469,7.878300189971924,7.051640033721924,-33.54679870605469,7.978300094604492,7.102920055389404,-33.760398864746094,7.978300094604492,7.051640033721924,-33.54679870605469,7.878300189971924,7.102920055389404,-33.760398864746094,7.978300094604492,7.102920055389404,-33.760398864746094,7.878300189971924,7.102920055389404,-33.760398864746094,7.878300189971924,7.102920055389404,-33.760398864746094,7.978300094604492,7.186989784240723,-33.963401794433594,7.978300094604492,7.102920055389404,-33.760398864746094,7.878300189971924,7.186989784240723,-33.963401794433594,7.978300094604492,7.186989784240723,-33.963401794433594,7.878300189971924,7.186989784240723,-33.963401794433594,7.878300189971924,7.186989784240723,-33.963401794433594,7.978300094604492,7.3017802238464355,-34.150699615478516,7.978300094604492,7.186989784240723,-33.963401794433594,7.878300189971924,7.3017802238464355,-34.150699615478516,7.978300094604492,7.3017802238464355,-34.150699615478516,7.878300189971924,7.3017802238464355,-34.150699615478516,7.878300189971924,7.3017802238464355,-34.150699615478516,7.978300094604492,7.4444499015808105,-34.31779861450195,7.978300094604492,7.3017802238464355,-34.150699615478516,7.878300189971924,7.4444499015808105,-34.31779861450195,7.978300094604492,7.4444499015808105,-34.31779861450195,7.878300189971924,7.4444499015808105,-34.31779861450195,7.878300189971924,7.4444499015808105,-34.31779861450195,7.978300094604492,7.611499786376953,-34.46039962768555,7.978300094604492,7.4444499015808105,-34.31779861450195,7.878300189971924,7.611499786376953,-34.46039962768555,7.978300094604492,7.611499786376953,-34.46039962768555,7.878300189971924,7.611499786376953,-34.46039962768555,7.878300189971924,7.611499786376953,-34.46039962768555,7.978300094604492,7.7988200187683105,-34.575199127197266,7.978300094604492,7.611499786376953,-34.46039962768555,7.878300189971924,7.7988200187683105,-34.575199127197266,7.978300094604492,7.7988200187683105,-34.575199127197266,7.878300189971924,7.7988200187683105,-34.575199127197266,7.878300189971924,7.7988200187683105,-34.575199127197266,7.978300094604492,8.001779556274414,-34.6593017578125,7.978300094604492,7.7988200187683105,-34.575199127197266,7.878300189971924,8.001779556274414,-34.6593017578125,7.978300094604492,8.001779556274414,-34.6593017578125,7.878300189971924,8.001779556274414,-34.6593017578125,7.878300189971924,8.001779556274414,-34.6593017578125,7.978300094604492,8.2153902053833,-34.710601806640625,7.978300094604492,8.001779556274414,-34.6593017578125,7.878300189971924,8.2153902053833,-34.710601806640625,7.978300094604492,8.2153902053833,-34.710601806640625,7.878300189971924,8.2153902053833,-34.710601806640625,7.878300189971924,8.2153902053833,-34.710601806640625,7.978300094604492,8.434399604797363,-34.72779846191406,7.978300094604492,8.2153902053833,-34.710601806640625,7.878300189971924,8.434399604797363,-34.72779846191406,7.978300094604492,8.434399604797363,-34.72779846191406,7.878300189971924,7.03439998626709,-33.32780075073242,7.878300189971924,7.03439998626709,-30.62779998779297,7.878300189971924,7.03439998626709,-33.32780075073242,7.978300094604492,7.03439998626709,-33.32780075073242,7.978300094604492,7.03439998626709,-30.62779998779297,7.878300189971924,7.03439998626709,-30.62779998779297,7.978300094604492,7.134399890899658,-30.62779998779297,7.878300189971924,7.03439998626709,-30.62779998779297,7.878300189971924,7.134399890899658,-33.32780075073242,7.878300189971924,7.134399890899658,-33.32780075073242,7.878300189971924,7.03439998626709,-30.62779998779297,7.878300189971924,7.03439998626709,-33.32780075073242,7.878300189971924,7.134399890899658,-33.32780075073242,7.878300189971924,7.03439998626709,-33.32780075073242,7.878300189971924,7.150410175323486,-33.53120040893555,7.878300189971924,7.150410175323486,-33.53120040893555,7.878300189971924,7.03439998626709,-33.32780075073242,7.878300189971924,7.051640033721924,-33.54679870605469,7.878300189971924,7.150410175323486,-33.53120040893555,7.878300189971924,7.051640033721924,-33.54679870605469,7.878300189971924,7.1980299949646,-33.72949981689453,7.878300189971924,7.1980299949646,-33.72949981689453,7.878300189971924,7.051640033721924,-33.54679870605469,7.878300189971924,7.102920055389404,-33.760398864746094,7.878300189971924,7.1980299949646,-33.72949981689453,7.878300189971924,7.102920055389404,-33.760398864746094,7.878300189971924,7.276100158691406,-33.917999267578125,7.878300189971924,7.276100158691406,-33.917999267578125,7.878300189971924,7.102920055389404,-33.760398864746094,7.878300189971924,7.186989784240723,-33.963401794433594,7.878300189971924,7.276100158691406,-33.917999267578125,7.878300189971924,7.186989784240723,-33.963401794433594,7.878300189971924,7.3826799392700195,-34.09189987182617,7.878300189971924,7.3826799392700195,-34.09189987182617,7.878300189971924,7.186989784240723,-33.963401794433594,7.878300189971924,7.3017802238464355,-34.150699615478516,7.878300189971924,7.3826799392700195,-34.09189987182617,7.878300189971924,7.3017802238464355,-34.150699615478516,7.878300189971924,7.515160083770752,-34.247100830078125,7.878300189971924,7.515160083770752,-34.247100830078125,7.878300189971924,7.3017802238464355,-34.150699615478516,7.878300189971924,7.4444499015808105,-34.31779861450195,7.878300189971924,7.515160083770752,-34.247100830078125,7.878300189971924,7.4444499015808105,-34.31779861450195,7.878300189971924,7.6702799797058105,-34.37950134277344,7.878300189971924,7.6702799797058105,-34.37950134277344,7.878300189971924,7.4444499015808105,-34.31779861450195,7.878300189971924,7.611499786376953,-34.46039962768555,7.878300189971924,7.6702799797058105,-34.37950134277344,7.878300189971924,7.611499786376953,-34.46039962768555,7.878300189971924,7.844220161437988,-34.48609924316406,7.878300189971924,7.844220161437988,-34.48609924316406,7.878300189971924,7.611499786376953,-34.46039962768555,7.878300189971924,7.7988200187683105,-34.575199127197266,7.878300189971924,7.844220161437988,-34.48609924316406,7.878300189971924,7.7988200187683105,-34.575199127197266,7.878300189971924,8.032679557800293,-34.56420135498047,7.878300189971924,8.032679557800293,-34.56420135498047,7.878300189971924,7.7988200187683105,-34.575199127197266,7.878300189971924,8.001779556274414,-34.6593017578125,7.878300189971924,8.032679557800293,-34.56420135498047,7.878300189971924,8.001779556274414,-34.6593017578125,7.878300189971924,8.231030464172363,-34.61180114746094,7.878300189971924,8.231030464172363,-34.61180114746094,7.878300189971924,8.001779556274414,-34.6593017578125,7.878300189971924,8.2153902053833,-34.710601806640625,7.878300189971924,8.231030464172363,-34.61180114746094,7.878300189971924,8.2153902053833,-34.710601806640625,7.878300189971924,8.434399604797363,-34.62779998779297,7.878300189971924,8.434399604797363,-34.62779998779297,7.878300189971924,8.2153902053833,-34.710601806640625,7.878300189971924,8.434399604797363,-34.72779846191406,7.878300189971924,8.434399604797363,-34.62779998779297,7.878300189971924,8.434399604797363,-34.72779846191406,7.878300189971924,16.6343994140625,-34.62779998779297,7.878300189971924,16.6343994140625,-34.62779998779297,7.878300189971924,8.434399604797363,-34.72779846191406,7.878300189971924,16.6343994140625,-34.72779846191406,7.878300189971924,16.6343994140625,-34.62779998779297,7.878300189971924,16.6343994140625,-34.72779846191406,7.878300189971924,16.837799072265625,-34.61180114746094,7.878300189971924,16.837799072265625,-34.61180114746094,7.878300189971924,16.6343994140625,-34.72779846191406,7.878300189971924,16.8533992767334,-34.710601806640625,7.878300189971924,16.837799072265625,-34.61180114746094,7.878300189971924,16.8533992767334,-34.710601806640625,7.878300189971924,17.036100387573242,-34.56420135498047,7.878300189971924,17.036100387573242,-34.56420135498047,7.878300189971924,16.8533992767334,-34.710601806640625,7.878300189971924,17.066999435424805,-34.6593017578125,7.878300189971924,17.036100387573242,-34.56420135498047,7.878300189971924,17.066999435424805,-34.6593017578125,7.878300189971924,17.224599838256836,-34.48609924316406,7.878300189971924,17.224599838256836,-34.48609924316406,7.878300189971924,17.066999435424805,-34.6593017578125,7.878300189971924,17.270000457763672,-34.575199127197266,7.878300189971924,17.224599838256836,-34.48609924316406,7.878300189971924,17.270000457763672,-34.575199127197266,7.878300189971924,17.398500442504883,-34.37950134277344,7.878300189971924,17.398500442504883,-34.37950134277344,7.878300189971924,17.270000457763672,-34.575199127197266,7.878300189971924,17.457300186157227,-34.46039962768555,7.878300189971924,17.398500442504883,-34.37950134277344,7.878300189971924,17.457300186157227,-34.46039962768555,7.878300189971924,17.553600311279297,-34.247100830078125,7.878300189971924,17.553600311279297,-34.247100830078125,7.878300189971924,17.457300186157227,-34.46039962768555,7.878300189971924,17.624399185180664,-34.31779861450195,7.878300189971924,17.553600311279297,-34.247100830078125,7.878300189971924,17.624399185180664,-34.31779861450195,7.878300189971924,17.686100006103516,-34.09189987182617,7.878300189971924,17.686100006103516,-34.09189987182617,7.878300189971924,17.624399185180664,-34.31779861450195,7.878300189971924,17.767000198364258,-34.150699615478516,7.878300189971924,17.686100006103516,-34.09189987182617,7.878300189971924,17.767000198364258,-34.150699615478516,7.878300189971924,17.792699813842773,-33.917999267578125,7.878300189971924,17.792699813842773,-33.917999267578125,7.878300189971924,17.767000198364258,-34.150699615478516,7.878300189971924,17.881799697875977,-33.963401794433594,7.878300189971924,17.792699813842773,-33.917999267578125,7.878300189971924,17.881799697875977,-33.963401794433594,7.878300189971924,17.870800018310547,-33.72949981689453,7.878300189971924,17.870800018310547,-33.72949981689453,7.878300189971924,17.881799697875977,-33.963401794433594,7.878300189971924,17.965900421142578,-33.760398864746094,7.878300189971924,17.870800018310547,-33.72949981689453,7.878300189971924,17.965900421142578,-33.760398864746094,7.878300189971924,17.918399810791016,-33.53120040893555,7.878300189971924,17.918399810791016,-33.53120040893555,7.878300189971924,17.965900421142578,-33.760398864746094,7.878300189971924,18.017200469970703,-33.54679870605469,7.878300189971924,17.918399810791016,-33.53120040893555,7.878300189971924,18.017200469970703,-33.54679870605469,7.878300189971924,17.93440055847168,-33.32780075073242,7.878300189971924,17.93440055847168,-33.32780075073242,7.878300189971924,18.017200469970703,-33.54679870605469,7.878300189971924,18.034400939941406,-33.32780075073242,7.878300189971924,17.93440055847168,-33.32780075073242,7.878300189971924,18.034400939941406,-33.32780075073242,7.878300189971924,17.93440055847168,-30.62779998779297,7.878300189971924,17.93440055847168,-30.62779998779297,7.878300189971924,18.034400939941406,-33.32780075073242,7.878300189971924,18.034400939941406,-30.62779998779297,7.878300189971924,17.93440055847168,-30.62779998779297,7.878300189971924,18.034400939941406,-30.62779998779297,7.878300189971924,17.918399810791016,-30.42449951171875,7.878300189971924,17.918399810791016,-30.42449951171875,7.878300189971924,18.034400939941406,-30.62779998779297,7.878300189971924,18.017200469970703,-30.40880012512207,7.878300189971924,17.918399810791016,-30.42449951171875,7.878300189971924,18.017200469970703,-30.40880012512207,7.878300189971924,17.870800018310547,-30.22610092163086,7.878300189971924,17.870800018310547,-30.22610092163086,7.878300189971924,18.017200469970703,-30.40880012512207,7.878300189971924,17.965900421142578,-30.195199966430664,7.878300189971924,17.870800018310547,-30.22610092163086,7.878300189971924,17.965900421142578,-30.195199966430664,7.878300189971924,17.792699813842773,-30.037599563598633,7.878300189971924,17.792699813842773,-30.037599563598633,7.878300189971924,17.965900421142578,-30.195199966430664,7.878300189971924,17.881799697875977,-29.99220085144043,7.878300189971924,17.792699813842773,-30.037599563598633,7.878300189971924,17.881799697875977,-29.99220085144043,7.878300189971924,17.686100006103516,-29.86370086669922,7.878300189971924,17.686100006103516,-29.86370086669922,7.878300189971924,17.881799697875977,-29.99220085144043,7.878300189971924,17.767000198364258,-29.804899215698242,7.878300189971924,17.686100006103516,-29.86370086669922,7.878300189971924,17.767000198364258,-29.804899215698242,7.878300189971924,17.553600311279297,-29.708599090576172,7.878300189971924,17.553600311279297,-29.708599090576172,7.878300189971924,17.767000198364258,-29.804899215698242,7.878300189971924,17.624399185180664,-29.63789939880371,7.878300189971924,17.553600311279297,-29.708599090576172,7.878300189971924,17.624399185180664,-29.63789939880371,7.878300189971924,17.398500442504883,-29.576099395751953,7.878300189971924,17.398500442504883,-29.576099395751953,7.878300189971924,17.624399185180664,-29.63789939880371,7.878300189971924,17.457300186157227,-29.49519920349121,7.878300189971924,17.398500442504883,-29.576099395751953,7.878300189971924,17.457300186157227,-29.49519920349121,7.878300189971924,17.224599838256836,-29.469499588012695,7.878300189971924,17.224599838256836,-29.469499588012695,7.878300189971924,17.457300186157227,-29.49519920349121,7.878300189971924,17.270000457763672,-29.380399703979492,7.878300189971924,17.224599838256836,-29.469499588012695,7.878300189971924,17.270000457763672,-29.380399703979492,7.878300189971924,17.036100387573242,-29.391399383544922,7.878300189971924,17.036100387573242,-29.391399383544922,7.878300189971924,17.270000457763672,-29.380399703979492,7.878300189971924,17.066999435424805,-29.296300888061523,7.878300189971924,17.036100387573242,-29.391399383544922,7.878300189971924,17.066999435424805,-29.296300888061523,7.878300189971924,16.837799072265625,-29.343799591064453,7.878300189971924,16.837799072265625,-29.343799591064453,7.878300189971924,17.066999435424805,-29.296300888061523,7.878300189971924,16.8533992767334,-29.245100021362305,7.878300189971924,16.837799072265625,-29.343799591064453,7.878300189971924,16.8533992767334,-29.245100021362305,7.878300189971924,16.6343994140625,-29.327800750732422,7.878300189971924,16.6343994140625,-29.327800750732422,7.878300189971924,16.8533992767334,-29.245100021362305,7.878300189971924,16.6343994140625,-29.227800369262695,7.878300189971924,16.6343994140625,-29.327800750732422,7.878300189971924,16.6343994140625,-29.227800369262695,7.878300189971924,8.434399604797363,-29.327800750732422,7.878300189971924,8.434399604797363,-29.327800750732422,7.878300189971924,16.6343994140625,-29.227800369262695,7.878300189971924,8.434399604797363,-29.227800369262695,7.878300189971924,8.434399604797363,-29.327800750732422,7.878300189971924,8.434399604797363,-29.227800369262695,7.878300189971924,8.231030464172363,-29.343799591064453,7.878300189971924,8.231030464172363,-29.343799591064453,7.878300189971924,8.434399604797363,-29.227800369262695,7.878300189971924,8.2153902053833,-29.245100021362305,7.878300189971924,8.231030464172363,-29.343799591064453,7.878300189971924,8.2153902053833,-29.245100021362305,7.878300189971924,8.032679557800293,-29.391399383544922,7.878300189971924,8.032679557800293,-29.391399383544922,7.878300189971924,8.2153902053833,-29.245100021362305,7.878300189971924,8.001779556274414,-29.296300888061523,7.878300189971924,8.032679557800293,-29.391399383544922,7.878300189971924,8.001779556274414,-29.296300888061523,7.878300189971924,7.844220161437988,-29.469499588012695,7.878300189971924,7.844220161437988,-29.469499588012695,7.878300189971924,8.001779556274414,-29.296300888061523,7.878300189971924,7.7988200187683105,-29.380399703979492,7.878300189971924,7.844220161437988,-29.469499588012695,7.878300189971924,7.7988200187683105,-29.380399703979492,7.878300189971924,7.6702799797058105,-29.576099395751953,7.878300189971924,7.6702799797058105,-29.576099395751953,7.878300189971924,7.7988200187683105,-29.380399703979492,7.878300189971924,7.611499786376953,-29.49519920349121,7.878300189971924,7.6702799797058105,-29.576099395751953,7.878300189971924,7.611499786376953,-29.49519920349121,7.878300189971924,7.515160083770752,-29.708599090576172,7.878300189971924,7.515160083770752,-29.708599090576172,7.878300189971924,7.611499786376953,-29.49519920349121,7.878300189971924,7.4444499015808105,-29.63789939880371,7.878300189971924,7.515160083770752,-29.708599090576172,7.878300189971924,7.4444499015808105,-29.63789939880371,7.878300189971924,7.3826799392700195,-29.86370086669922,7.878300189971924,7.3826799392700195,-29.86370086669922,7.878300189971924,7.4444499015808105,-29.63789939880371,7.878300189971924,7.3017802238464355,-29.804899215698242,7.878300189971924,7.3826799392700195,-29.86370086669922,7.878300189971924,7.3017802238464355,-29.804899215698242,7.878300189971924,7.276100158691406,-30.037599563598633,7.878300189971924,7.276100158691406,-30.037599563598633,7.878300189971924,7.3017802238464355,-29.804899215698242,7.878300189971924,7.186989784240723,-29.99220085144043,7.878300189971924,7.276100158691406,-30.037599563598633,7.878300189971924,7.186989784240723,-29.99220085144043,7.878300189971924,7.1980299949646,-30.22610092163086,7.878300189971924,7.1980299949646,-30.22610092163086,7.878300189971924,7.186989784240723,-29.99220085144043,7.878300189971924,7.102920055389404,-30.195199966430664,7.878300189971924,7.1980299949646,-30.22610092163086,7.878300189971924,7.102920055389404,-30.195199966430664,7.878300189971924,7.150410175323486,-30.42449951171875,7.878300189971924,7.150410175323486,-30.42449951171875,7.878300189971924,7.102920055389404,-30.195199966430664,7.878300189971924,7.051640033721924,-30.40880012512207,7.878300189971924,7.150410175323486,-30.42449951171875,7.878300189971924,7.051640033721924,-30.40880012512207,7.878300189971924,7.134399890899658,-30.62779998779297,7.878300189971924,7.134399890899658,-30.62779998779297,7.878300189971924,7.051640033721924,-30.40880012512207,7.878300189971924,7.03439998626709,-30.62779998779297,7.878300189971924,17.721900939941406,-34.04010009765625,7.978229999542236,17.683399200439453,-34.089900970458984,7.978240013122559,17.686100006103516,-34.09189987182617,7.878300189971924,16.840599060058594,-34.61140060424805,7.977970123291016,16.83769989013672,-34.61159896850586,7.977970123291016,16.837799072265625,-34.61180114746094,7.878300189971924,16.837799072265625,-34.61180114746094,7.878300189971924,16.83769989013672,-34.61159896850586,7.977970123291016,16.6343994140625,-34.62779998779297,7.977960109710693,16.837799072265625,-34.61180114746094,7.878300189971924,16.6343994140625,-34.62779998779297,7.977960109710693,16.6343994140625,-34.62779998779297,7.878300189971924,16.840599060058594,-34.61140060424805,7.977970123291016,16.837799072265625,-34.61180114746094,7.878300189971924,17.036100387573242,-34.56399917602539,7.978519916534424,17.036100387573242,-34.56399917602539,7.978519916534424,16.837799072265625,-34.61180114746094,7.878300189971924,17.036100387573242,-34.56420135498047,7.878300189971924,17.036100387573242,-34.56399917602539,7.978519916534424,17.036100387573242,-34.56420135498047,7.878300189971924,17.038700103759766,-34.56340026855469,7.978529930114746,17.038700103759766,-34.56340026855469,7.978529930114746,17.036100387573242,-34.56420135498047,7.878300189971924,17.224599838256836,-34.48609924316406,7.878300189971924,17.038700103759766,-34.56340026855469,7.978529930114746,17.224599838256836,-34.48609924316406,7.878300189971924,17.064699172973633,-34.55459976196289,7.97859001159668,17.42490005493164,-34.359901428222656,7.978600025177002,17.397300720214844,-34.37770080566406,7.978630065917969,17.398500442504883,-34.37950134277344,7.878300189971924,17.398500442504883,-34.37950134277344,7.878300189971924,17.397300720214844,-34.37770080566406,7.978630065917969,17.253799438476562,-34.47079849243164,7.978809833526611,17.398500442504883,-34.37950134277344,7.878300189971924,17.253799438476562,-34.47079849243164,7.978809833526611,17.224599838256836,-34.48609924316406,7.878300189971924,17.224599838256836,-34.48609924316406,7.878300189971924,17.253799438476562,-34.47079849243164,7.978809833526611,17.22369956970215,-34.484100341796875,7.9787797927856445,17.224599838256836,-34.48609924316406,7.878300189971924,17.22369956970215,-34.484100341796875,7.9787797927856445,17.064699172973633,-34.55459976196289,7.97859001159668,17.686100006103516,-34.09189987182617,7.878300189971924,17.683399200439453,-34.089900970458984,7.978240013122559,17.553600311279297,-34.247100830078125,7.878300189971924,17.683399200439453,-34.089900970458984,7.978240013122559,17.597200393676758,-34.20130157470703,7.978250026702881,17.553600311279297,-34.247100830078125,7.878300189971924,17.553600311279297,-34.247100830078125,7.878300189971924,17.597200393676758,-34.20130157470703,7.978250026702881,17.55120086669922,-34.24449920654297,7.978340148925781,17.553600311279297,-34.247100830078125,7.878300189971924,17.55120086669922,-34.24449920654297,7.978340148925781,17.398500442504883,-34.37950134277344,7.878300189971924,17.398500442504883,-34.37950134277344,7.878300189971924,17.55120086669922,-34.24449920654297,7.978340148925781,17.446399688720703,-34.34299850463867,7.978549957275391,17.398500442504883,-34.37950134277344,7.878300189971924,17.446399688720703,-34.34299850463867,7.978549957275391,17.42490005493164,-34.359901428222656,7.978600025177002,17.870800018310547,-33.72949981689453,7.878300189971924,17.83209991455078,-33.83340072631836,7.978409767150879,17.792699813842773,-33.917999267578125,7.878300189971924,17.792699813842773,-33.917999267578125,7.878300189971924,17.83209991455078,-33.83340072631836,7.978409767150879,17.789100646972656,-33.916099548339844,7.978340148925781,17.792699813842773,-33.917999267578125,7.878300189971924,17.789100646972656,-33.916099548339844,7.978340148925781,17.686100006103516,-34.09189987182617,7.878300189971924,17.686100006103516,-34.09189987182617,7.878300189971924,17.789100646972656,-33.916099548339844,7.978340148925781,17.7367000579834,-34.016998291015625,7.978250026702881,17.686100006103516,-34.09189987182617,7.878300189971924,17.7367000579834,-34.016998291015625,7.978250026702881,17.721900939941406,-34.04010009765625,7.978229999542236,17.914499282836914,-33.530601501464844,7.978149890899658,17.902700424194336,-33.61330032348633,7.978280067443848,17.918399810791016,-33.53120040893555,7.878300189971924,17.918399810791016,-33.53120040893555,7.878300189971924,17.902700424194336,-33.61330032348633,7.978280067443848,17.896400451660156,-33.63999938964844,7.978320121765137,17.918399810791016,-33.53120040893555,7.878300189971924,17.896400451660156,-33.63999938964844,7.978320121765137,17.870800018310547,-33.72949981689453,7.878300189971924,17.870800018310547,-33.72949981689453,7.878300189971924,17.896400451660156,-33.63999938964844,7.978320121765137,17.867000579833984,-33.72829818725586,7.978370189666748,17.870800018310547,-33.72949981689453,7.878300189971924,17.867000579833984,-33.72829818725586,7.978370189666748,17.83209991455078,-33.83340072631836,7.978409767150879,17.914499282836914,-33.530601501464844,7.978149890899658,17.918399810791016,-33.53120040893555,7.878300189971924,17.931699752807617,-33.4109001159668,7.977960109710693,17.931699752807617,-33.4109001159668,7.977960109710693,17.918399810791016,-33.53120040893555,7.878300189971924,17.93440055847168,-33.32780075073242,7.878300189971924,17.931699752807617,-33.4109001159668,7.977960109710693,17.93440055847168,-33.32780075073242,7.878300189971924,17.93440055847168,-33.32780075073242,7.978089809417725,16.6343994140625,-34.62779998779297,7.977960109710693,16.584400177001953,-34.62779998779297,7.977970123291016,16.6343994140625,-34.62779998779297,7.878300189971924,16.6343994140625,-34.62779998779297,7.878300189971924,16.584400177001953,-34.62779998779297,7.977970123291016,15.234399795532227,-34.62779998779297,7.978119850158691,8.434399604797363,-34.62779998779297,7.977960109710693,8.434399604797363,-34.62779998779297,7.878300189971924,8.484399795532227,-34.62779998779297,7.977970123291016,8.484399795532227,-34.62779998779297,7.977970123291016,8.434399604797363,-34.62779998779297,7.878300189971924,16.6343994140625,-34.62779998779297,7.878300189971924,8.484399795532227,-34.62779998779297,7.977970123291016,16.6343994140625,-34.62779998779297,7.878300189971924,9.834400177001953,-34.62779998779297,7.978119850158691,9.834400177001953,-34.62779998779297,7.978119850158691,16.6343994140625,-34.62779998779297,7.878300189971924,15.234399795532227,-34.62779998779297,7.978119850158691,9.834400177001953,-34.62779998779297,7.978119850158691,15.234399795532227,-34.62779998779297,7.978119850158691,12.53439998626709,-34.62779998779297,7.978429794311523,7.560929775238037,-34.29069900512695,7.978419780731201,7.517710208892822,-34.24470138549805,7.9783501625061035,7.515160083770752,-34.247100830078125,7.878300189971924,7.150859832763672,-33.534000396728516,7.978129863739014,7.150629997253418,-33.53120040893555,7.978129863739014,7.150410175323486,-33.53120040893555,7.878300189971924,7.150410175323486,-33.53120040893555,7.878300189971924,7.150629997253418,-33.53120040893555,7.978129863739014,7.134399890899658,-33.32780075073242,7.978089809417725,7.150410175323486,-33.53120040893555,7.878300189971924,7.134399890899658,-33.32780075073242,7.978089809417725,7.134399890899658,-33.32780075073242,7.878300189971924,7.150859832763672,-33.534000396728516,7.978129863739014,7.150410175323486,-33.53120040893555,7.878300189971924,7.198229789733887,-33.72949981689453,7.978419780731201,7.198229789733887,-33.72949981689453,7.978419780731201,7.150410175323486,-33.53120040893555,7.878300189971924,7.1980299949646,-33.72949981689453,7.878300189971924,7.198229789733887,-33.72949981689453,7.978419780731201,7.1980299949646,-33.72949981689453,7.878300189971924,7.198860168457031,-33.73210144042969,7.978419780731201,7.402339935302734,-34.11830139160156,7.9781999588012695,7.384490013122559,-34.09080123901367,7.978219985961914,7.3826799392700195,-34.09189987182617,7.878300189971924,7.3826799392700195,-34.09189987182617,7.878300189971924,7.384490013122559,-34.09080123901367,7.978219985961914,7.29148006439209,-33.94729995727539,7.978320121765137,7.3826799392700195,-34.09189987182617,7.878300189971924,7.29148006439209,-33.94729995727539,7.978320121765137,7.276100158691406,-33.917999267578125,7.878300189971924,7.276100158691406,-33.917999267578125,7.878300189971924,7.29148006439209,-33.94729995727539,7.978320121765137,7.278120040893555,-33.91709899902344,7.978330135345459,7.276100158691406,-33.917999267578125,7.878300189971924,7.278120040893555,-33.91709899902344,7.978330135345459,7.1980299949646,-33.72949981689453,7.878300189971924,7.1980299949646,-33.72949981689453,7.878300189971924,7.278120040893555,-33.91709899902344,7.978330135345459,7.2076802253723145,-33.75809860229492,7.978429794311523,7.1980299949646,-33.72949981689453,7.878300189971924,7.2076802253723145,-33.75809860229492,7.978429794311523,7.198860168457031,-33.73210144042969,7.978419780731201,7.515160083770752,-34.247100830078125,7.878300189971924,7.517710208892822,-34.24470138549805,7.9783501625061035,7.3826799392700195,-34.09189987182617,7.878300189971924,7.3826799392700195,-34.09189987182617,7.878300189971924,7.517710208892822,-34.24470138549805,7.9783501625061035,7.4192399978637695,-34.13990020751953,7.9781999588012695,7.3826799392700195,-34.09189987182617,7.878300189971924,7.4192399978637695,-34.13990020751953,7.9781999588012695,7.402339935302734,-34.11830139160156,7.9781999588012695,7.560929775238037,-34.29069900512695,7.978419780731201,7.515160083770752,-34.247100830078125,7.878300189971924,7.672369956970215,-34.376800537109375,7.978640079498291,7.672369956970215,-34.376800537109375,7.978640079498291,7.515160083770752,-34.247100830078125,7.878300189971924,7.6702799797058105,-34.37950134277344,7.878300189971924,7.672369956970215,-34.376800537109375,7.978640079498291,7.6702799797058105,-34.37950134277344,7.878300189971924,7.7221598625183105,-34.41529846191406,7.978740215301514,7.7221598625183105,-34.41529846191406,7.978740215301514,7.6702799797058105,-34.37950134277344,7.878300189971924,7.844220161437988,-34.48609924316406,7.878300189971924,7.7221598625183105,-34.41529846191406,7.978740215301514,7.844220161437988,-34.48609924316406,7.878300189971924,7.745259761810303,-34.43009948730469,7.978769779205322,8.032679557800293,-34.56420135498047,7.878300189971924,7.928860187530518,-34.5255012512207,7.978740215301514,7.844220161437988,-34.48609924316406,7.878300189971924,7.844220161437988,-34.48609924316406,7.878300189971924,7.928860187530518,-34.5255012512207,7.978740215301514,7.846099853515625,-34.48249816894531,7.978750228881836,7.844220161437988,-34.48609924316406,7.878300189971924,7.846099853515625,-34.48249816894531,7.978750228881836,7.745259761810303,-34.43009948730469,7.978769779205322,8.231590270996094,-34.608001708984375,7.978030204772949,8.148980140686035,-34.596099853515625,7.978189945220947,8.231030464172363,-34.61180114746094,7.878300189971924,8.231030464172363,-34.61180114746094,7.878300189971924,8.148980140686035,-34.596099853515625,7.978189945220947,8.122260093688965,-34.58980178833008,7.978260040283203,8.231030464172363,-34.61180114746094,7.878300189971924,8.122260093688965,-34.58980178833008,7.978260040283203,8.032679557800293,-34.56420135498047,7.878300189971924,8.032679557800293,-34.56420135498047,7.878300189971924,8.122260093688965,-34.58980178833008,7.978260040283203,8.033929824829102,-34.56039810180664,7.978479862213135,8.032679557800293,-34.56420135498047,7.878300189971924,8.033929824829102,-34.56039810180664,7.978479862213135,7.928860187530518,-34.5255012512207,7.978740215301514,8.231590270996094,-34.608001708984375,7.978030204772949,8.231030464172363,-34.61180114746094,7.878300189971924,8.351329803466797,-34.62519836425781,7.977819919586182,8.351329803466797,-34.62519836425781,7.977819919586182,8.231030464172363,-34.61180114746094,7.878300189971924,8.434399604797363,-34.62779998779297,7.878300189971924,8.351329803466797,-34.62519836425781,7.977819919586182,8.434399604797363,-34.62779998779297,7.878300189971924,8.434399604797363,-34.62779998779297,7.977960109710693,7.134399890899658,-33.32780075073242,7.978089809417725,7.134399890899658,-33.302799224853516,7.978089809417725,7.134399890899658,-33.32780075073242,7.878300189971924,7.134399890899658,-33.32780075073242,7.878300189971924,7.134399890899658,-33.302799224853516,7.978089809417725,7.134399890899658,-32.64030075073242,7.978089809417725,7.134399890899658,-30.62779998779297,7.978089809417725,7.134399890899658,-30.62779998779297,7.878300189971924,7.134399890899658,-30.652799606323242,7.978089809417725,7.134399890899658,-30.652799606323242,7.978089809417725,7.134399890899658,-30.62779998779297,7.878300189971924,7.134399890899658,-33.32780075073242,7.878300189971924,7.134399890899658,-30.652799606323242,7.978089809417725,7.134399890899658,-33.32780075073242,7.878300189971924,7.134399890899658,-31.977800369262695,7.978089809417725,7.134399890899658,-31.977800369262695,7.978089809417725,7.134399890899658,-33.32780075073242,7.878300189971924,7.134399890899658,-32.64030075073242,7.978089809417725,7.34689998626709,-29.91550064086914,7.978219985961914,7.385379791259766,-29.865800857543945,7.978229999542236,7.3826799392700195,-29.86370086669922,7.878300189971924,8.228190422058105,-29.34429931640625,7.977980136871338,8.231049537658691,-29.344100952148438,7.977980136871338,8.231030464172363,-29.343799591064453,7.878300189971924,8.231030464172363,-29.343799591064453,7.878300189971924,8.231049537658691,-29.344100952148438,7.977980136871338,8.434399604797363,-29.327800750732422,7.977970123291016,8.231030464172363,-29.343799591064453,7.878300189971924,8.434399604797363,-29.327800750732422,7.977970123291016,8.434399604797363,-29.327800750732422,7.878300189971924,8.228190422058105,-29.34429931640625,7.977980136871338,8.231030464172363,-29.343799591064453,7.878300189971924,8.032730102539062,-29.391599655151367,7.978529930114746,8.032730102539062,-29.391599655151367,7.978529930114746,8.231030464172363,-29.343799591064453,7.878300189971924,8.032679557800293,-29.391399383544922,7.878300189971924,8.032730102539062,-29.391599655151367,7.978529930114746,8.032679557800293,-29.391399383544922,7.878300189971924,8.030110359191895,-29.39229965209961,7.978529930114746,8.030110359191895,-29.39229965209961,7.978529930114746,8.032679557800293,-29.391399383544922,7.878300189971924,7.844220161437988,-29.469499588012695,7.878300189971924,8.030110359191895,-29.39229965209961,7.978529930114746,7.844220161437988,-29.469499588012695,7.878300189971924,8.004130363464355,-29.401100158691406,7.978600025177002,7.643939971923828,-29.595699310302734,7.978600025177002,7.671460151672363,-29.577899932861328,7.978630065917969,7.6702799797058105,-29.576099395751953,7.878300189971924,7.6702799797058105,-29.576099395751953,7.878300189971924,7.671460151672363,-29.577899932861328,7.978630065917969,7.814970016479492,-29.484899520874023,7.978809833526611,7.6702799797058105,-29.576099395751953,7.878300189971924,7.814970016479492,-29.484899520874023,7.978809833526611,7.844220161437988,-29.469499588012695,7.878300189971924,7.844220161437988,-29.469499588012695,7.878300189971924,7.814970016479492,-29.484899520874023,7.978809833526611,7.845109939575195,-29.471500396728516,7.9787797927856445,7.844220161437988,-29.469499588012695,7.878300189971924,7.845109939575195,-29.471500396728516,7.9787797927856445,8.004130363464355,-29.401100158691406,7.978600025177002,7.3826799392700195,-29.86370086669922,7.878300189971924,7.385379791259766,-29.865800857543945,7.978229999542236,7.515160083770752,-29.708599090576172,7.878300189971924,7.385379791259766,-29.865800857543945,7.978229999542236,7.471590042114258,-29.75429916381836,7.978250026702881,7.515160083770752,-29.708599090576172,7.878300189971924,7.515160083770752,-29.708599090576172,7.878300189971924,7.471590042114258,-29.75429916381836,7.978250026702881,7.517560005187988,-29.71109962463379,7.978340148925781,7.515160083770752,-29.708599090576172,7.878300189971924,7.517560005187988,-29.71109962463379,7.978340148925781,7.6702799797058105,-29.576099395751953,7.878300189971924,7.6702799797058105,-29.576099395751953,7.878300189971924,7.517560005187988,-29.71109962463379,7.978340148925781,7.6223602294921875,-29.612600326538086,7.978549957275391,7.6702799797058105,-29.576099395751953,7.878300189971924,7.6223602294921875,-29.612600326538086,7.978549957275391,7.643939971923828,-29.595699310302734,7.978600025177002,7.1980299949646,-30.22610092163086,7.878300189971924,7.2367401123046875,-30.12220001220703,7.978409767150879,7.276100158691406,-30.037599563598633,7.878300189971924,7.276100158691406,-30.037599563598633,7.878300189971924,7.2367401123046875,-30.12220001220703,7.978409767150879,7.279719829559326,-30.039499282836914,7.978340148925781,7.276100158691406,-30.037599563598633,7.878300189971924,7.279719829559326,-30.039499282836914,7.978340148925781,7.3826799392700195,-29.86370086669922,7.878300189971924,7.3826799392700195,-29.86370086669922,7.878300189971924,7.279719829559326,-30.039499282836914,7.978340148925781,7.332119941711426,-29.938600540161133,7.978240013122559,7.3826799392700195,-29.86370086669922,7.878300189971924,7.332119941711426,-29.938600540161133,7.978240013122559,7.34689998626709,-29.91550064086914,7.978219985961914,7.154260158538818,-30.424999237060547,7.978149890899658,7.166140079498291,-30.342300415039062,7.978280067443848,7.150410175323486,-30.42449951171875,7.878300189971924,7.150410175323486,-30.42449951171875,7.878300189971924,7.166140079498291,-30.342300415039062,7.978280067443848,7.172450065612793,-30.31559944152832,7.978320121765137,7.150410175323486,-30.42449951171875,7.878300189971924,7.172450065612793,-30.31559944152832,7.978320121765137,7.1980299949646,-30.22610092163086,7.878300189971924,7.1980299949646,-30.22610092163086,7.878300189971924,7.172450065612793,-30.31559944152832,7.978320121765137,7.201789855957031,-30.227399826049805,7.978370189666748,7.1980299949646,-30.22610092163086,7.878300189971924,7.201789855957031,-30.227399826049805,7.978370189666748,7.2367401123046875,-30.12220001220703,7.978409767150879,7.154260158538818,-30.424999237060547,7.978149890899658,7.150410175323486,-30.42449951171875,7.878300189971924,7.137060165405273,-30.544700622558594,7.977960109710693,7.137060165405273,-30.544700622558594,7.977960109710693,7.150410175323486,-30.42449951171875,7.878300189971924,7.134399890899658,-30.62779998779297,7.878300189971924,7.137060165405273,-30.544700622558594,7.977960109710693,7.134399890899658,-30.62779998779297,7.878300189971924,7.134399890899658,-30.62779998779297,7.978089809417725,16.584400177001953,-29.327800750732422,7.977970123291016,16.6343994140625,-29.327800750732422,7.977960109710693,16.6343994140625,-29.327800750732422,7.878300189971924,8.434399604797363,-29.327800750732422,7.878300189971924,8.434399604797363,-29.327800750732422,7.977970123291016,8.484399795532227,-29.327800750732422,7.977980136871338,8.484399795532227,-29.327800750732422,7.977980136871338,9.834400177001953,-29.327800750732422,7.978129863739014,8.434399604797363,-29.327800750732422,7.878300189971924,8.434399604797363,-29.327800750732422,7.878300189971924,9.834400177001953,-29.327800750732422,7.978129863739014,12.53439998626709,-29.327800750732422,7.978439807891846,8.434399604797363,-29.327800750732422,7.878300189971924,12.53439998626709,-29.327800750732422,7.978439807891846,16.6343994140625,-29.327800750732422,7.878300189971924,16.6343994140625,-29.327800750732422,7.878300189971924,12.53439998626709,-29.327800750732422,7.978439807891846,15.234399795532227,-29.327800750732422,7.978119850158691,16.6343994140625,-29.327800750732422,7.878300189971924,15.234399795532227,-29.327800750732422,7.978119850158691,16.584400177001953,-29.327800750732422,7.977970123291016,17.50790023803711,-29.665000915527344,7.978419780731201,17.55109977722168,-29.711000442504883,7.9783501625061035,17.553600311279297,-29.708599090576172,7.878300189971924,17.91790008544922,-30.421600341796875,7.978129863739014,17.91819953918457,-30.42449951171875,7.978129863739014,17.918399810791016,-30.42449951171875,7.878300189971924,17.918399810791016,-30.42449951171875,7.878300189971924,17.91819953918457,-30.42449951171875,7.978129863739014,17.93440055847168,-30.62779998779297,7.978089809417725,17.918399810791016,-30.42449951171875,7.878300189971924,17.93440055847168,-30.62779998779297,7.978089809417725,17.93440055847168,-30.62779998779297,7.878300189971924,17.91790008544922,-30.421600341796875,7.978129863739014,17.918399810791016,-30.42449951171875,7.878300189971924,17.8705997467041,-30.22610092163086,7.978419780731201,17.8705997467041,-30.22610092163086,7.978419780731201,17.918399810791016,-30.42449951171875,7.878300189971924,17.870800018310547,-30.22610092163086,7.878300189971924,17.8705997467041,-30.22610092163086,7.978419780731201,17.870800018310547,-30.22610092163086,7.878300189971924,17.86989974975586,-30.223499298095703,7.978419780731201,17.666500091552734,-29.837299346923828,7.9781999588012695,17.68429946899414,-29.864900588989258,7.978219985961914,17.686100006103516,-29.86370086669922,7.878300189971924,17.686100006103516,-29.86370086669922,7.878300189971924,17.68429946899414,-29.864900588989258,7.978219985961914,17.777299880981445,-30.008399963378906,7.978320121765137,17.686100006103516,-29.86370086669922,7.878300189971924,17.777299880981445,-30.008399963378906,7.978320121765137,17.792699813842773,-30.037599563598633,7.878300189971924,17.792699813842773,-30.037599563598633,7.878300189971924,17.777299880981445,-30.008399963378906,7.978320121765137,17.790700912475586,-30.03849983215332,7.978330135345459,17.792699813842773,-30.037599563598633,7.878300189971924,17.790700912475586,-30.03849983215332,7.978330135345459,17.870800018310547,-30.22610092163086,7.878300189971924,17.870800018310547,-30.22610092163086,7.878300189971924,17.790700912475586,-30.03849983215332,7.978330135345459,17.861099243164062,-30.197500228881836,7.978429794311523,17.870800018310547,-30.22610092163086,7.878300189971924,17.861099243164062,-30.197500228881836,7.978429794311523,17.86989974975586,-30.223499298095703,7.978419780731201,17.553600311279297,-29.708599090576172,7.878300189971924,17.55109977722168,-29.711000442504883,7.9783501625061035,17.686100006103516,-29.86370086669922,7.878300189971924,17.686100006103516,-29.86370086669922,7.878300189971924,17.55109977722168,-29.711000442504883,7.9783501625061035,17.649599075317383,-29.815799713134766,7.9781999588012695,17.686100006103516,-29.86370086669922,7.878300189971924,17.649599075317383,-29.815799713134766,7.9781999588012695,17.666500091552734,-29.837299346923828,7.9781999588012695,17.50790023803711,-29.665000915527344,7.978419780731201,17.553600311279297,-29.708599090576172,7.878300189971924,17.396400451660156,-29.578800201416016,7.978640079498291,17.396400451660156,-29.578800201416016,7.978640079498291,17.553600311279297,-29.708599090576172,7.878300189971924,17.398500442504883,-29.576099395751953,7.878300189971924,17.396400451660156,-29.578800201416016,7.978640079498291,17.398500442504883,-29.576099395751953,7.878300189971924,17.346599578857422,-29.540300369262695,7.978740215301514,17.346599578857422,-29.540300369262695,7.978740215301514,17.398500442504883,-29.576099395751953,7.878300189971924,17.224599838256836,-29.469499588012695,7.878300189971924,17.346599578857422,-29.540300369262695,7.978740215301514,17.224599838256836,-29.469499588012695,7.878300189971924,17.32349967956543,-29.52549934387207,7.978769779205322,17.036100387573242,-29.391399383544922,7.878300189971924,17.13990020751953,-29.430099487304688,7.978740215301514,17.224599838256836,-29.469499588012695,7.878300189971924,17.224599838256836,-29.469499588012695,7.878300189971924,17.13990020751953,-29.430099487304688,7.978740215301514,17.222700119018555,-29.473100662231445,7.978750228881836,17.224599838256836,-29.469499588012695,7.878300189971924,17.222700119018555,-29.473100662231445,7.978750228881836,17.32349967956543,-29.52549934387207,7.978769779205322,16.837200164794922,-29.347700119018555,7.9780402183532715,16.9197998046875,-29.359500885009766,7.978189945220947,16.837799072265625,-29.343799591064453,7.878300189971924,16.837799072265625,-29.343799591064453,7.878300189971924,16.9197998046875,-29.359500885009766,7.978189945220947,16.946500778198242,-29.365800857543945,7.978260040283203,16.837799072265625,-29.343799591064453,7.878300189971924,16.946500778198242,-29.365800857543945,7.978260040283203,17.036100387573242,-29.391399383544922,7.878300189971924,17.036100387573242,-29.391399383544922,7.878300189971924,16.946500778198242,-29.365800857543945,7.978260040283203,17.034900665283203,-29.395200729370117,7.978479862213135,17.036100387573242,-29.391399383544922,7.878300189971924,17.034900665283203,-29.395200729370117,7.978479862213135,17.13990020751953,-29.430099487304688,7.978740215301514,16.837200164794922,-29.347700119018555,7.9780402183532715,16.837799072265625,-29.343799591064453,7.878300189971924,16.717500686645508,-29.33049964904785,7.977819919586182,16.717500686645508,-29.33049964904785,7.977819919586182,16.837799072265625,-29.343799591064453,7.878300189971924,16.6343994140625,-29.327800750732422,7.878300189971924,16.717500686645508,-29.33049964904785,7.977819919586182,16.6343994140625,-29.327800750732422,7.878300189971924,16.6343994140625,-29.327800750732422,7.977960109710693,17.93440055847168,-33.32780075073242,7.978089809417725,17.93440055847168,-33.32780075073242,7.878300189971924,17.93440055847168,-33.302799224853516,7.978089809417725,17.93440055847168,-33.302799224853516,7.978089809417725,17.93440055847168,-33.32780075073242,7.878300189971924,17.93440055847168,-30.62779998779297,7.878300189971924,17.93440055847168,-30.62779998779297,7.878300189971924,17.93440055847168,-30.62779998779297,7.978089809417725,17.93440055847168,-30.652799606323242,7.978089809417725,17.93440055847168,-30.652799606323242,7.978089809417725,17.93440055847168,-31.31529998779297,7.978089809417725,17.93440055847168,-30.62779998779297,7.878300189971924,17.93440055847168,-30.62779998779297,7.878300189971924,17.93440055847168,-31.31529998779297,7.978089809417725,17.93440055847168,-31.977800369262695,7.978089809417725,17.93440055847168,-30.62779998779297,7.878300189971924,17.93440055847168,-31.977800369262695,7.978089809417725,17.93440055847168,-33.302799224853516,7.978089809417725,-16.56559944152832,-35.72779846191406,7.878300189971924,-16.56559944152832,-35.72779846191406,7.978300094604492,-16.78459930419922,-35.74509811401367,7.978300094604492,-16.56559944152832,-35.72779846191406,7.878300189971924,-16.78459930419922,-35.74509811401367,7.978300094604492,-16.78459930419922,-35.74509811401367,7.878300189971924,-16.78459930419922,-35.74509811401367,7.878300189971924,-16.78459930419922,-35.74509811401367,7.978300094604492,-16.998199462890625,-35.79629898071289,7.978300094604492,-16.78459930419922,-35.74509811401367,7.878300189971924,-16.998199462890625,-35.79629898071289,7.978300094604492,-16.998199462890625,-35.79629898071289,7.878300189971924,-16.998199462890625,-35.79629898071289,7.878300189971924,-16.998199462890625,-35.79629898071289,7.978300094604492,-17.201200485229492,-35.880401611328125,7.978300094604492,-16.998199462890625,-35.79629898071289,7.878300189971924,-17.201200485229492,-35.880401611328125,7.978300094604492,-17.201200485229492,-35.880401611328125,7.878300189971924,-17.201200485229492,-35.880401611328125,7.878300189971924,-17.201200485229492,-35.880401611328125,7.978300094604492,-17.388500213623047,-35.995201110839844,7.978300094604492,-17.201200485229492,-35.880401611328125,7.878300189971924,-17.388500213623047,-35.995201110839844,7.978300094604492,-17.388500213623047,-35.995201110839844,7.878300189971924,-17.388500213623047,-35.995201110839844,7.878300189971924,-17.388500213623047,-35.995201110839844,7.978300094604492,-17.555500030517578,-36.137901306152344,7.978300094604492,-17.388500213623047,-35.995201110839844,7.878300189971924,-17.555500030517578,-36.137901306152344,7.978300094604492,-17.555500030517578,-36.137901306152344,7.878300189971924,-17.555500030517578,-36.137901306152344,7.878300189971924,-17.555500030517578,-36.137901306152344,7.978300094604492,-17.698200225830078,-36.304901123046875,7.978300094604492,-17.555500030517578,-36.137901306152344,7.878300189971924,-17.698200225830078,-36.304901123046875,7.978300094604492,-17.698200225830078,-36.304901123046875,7.878300189971924,-17.698200225830078,-36.304901123046875,7.878300189971924,-17.698200225830078,-36.304901123046875,7.978300094604492,-17.765600204467773,-36.41490173339844,7.978300094604492,-17.698200225830078,-36.304901123046875,7.878300189971924,-17.765600204467773,-36.41490173339844,7.978300094604492,-17.812999725341797,-36.4921989440918,7.878300189971924,-17.765600204467773,-36.41490173339844,7.978300094604492,-17.812999725341797,-36.4921989440918,7.978300094604492,-17.812999725341797,-36.4921989440918,7.878300189971924,-17.812999725341797,-36.4921989440918,7.878300189971924,-17.812999725341797,-36.4921989440918,7.978300094604492,-17.8971004486084,-36.6952018737793,7.978300094604492,-17.812999725341797,-36.4921989440918,7.878300189971924,-17.8971004486084,-36.6952018737793,7.978300094604492,-17.8971004486084,-36.6952018737793,7.878300189971924,-17.8971004486084,-36.6952018737793,7.878300189971924,-17.8971004486084,-36.6952018737793,7.978300094604492,-17.948400497436523,-36.90879821777344,7.978300094604492,-17.8971004486084,-36.6952018737793,7.878300189971924,-17.948400497436523,-36.90879821777344,7.978300094604492,-17.948400497436523,-36.90879821777344,7.878300189971924,-17.948400497436523,-36.90879821777344,7.878300189971924,-17.948400497436523,-36.90879821777344,7.978300094604492,-17.965599060058594,-37.12779998779297,7.978300094604492,-17.948400497436523,-36.90879821777344,7.878300189971924,-17.965599060058594,-37.12779998779297,7.978300094604492,-17.965599060058594,-37.12779998779297,7.878300189971924,-16.56559944152832,-35.72779846191406,7.878300189971924,-8.365599632263184,-35.72779846191406,7.878300189971924,-16.56559944152832,-35.72779846191406,7.978300094604492,-16.56559944152832,-35.72779846191406,7.978300094604492,-8.365599632263184,-35.72779846191406,7.878300189971924,-8.365599632263184,-35.72779846191406,7.978300094604492,-6.96560001373291,-37.12779998779297,7.878300189971924,-6.96560001373291,-37.12779998779297,7.978300094604492,-6.982830047607422,-36.90879821777344,7.978300094604492,-6.96560001373291,-37.12779998779297,7.878300189971924,-6.982830047607422,-36.90879821777344,7.978300094604492,-6.982830047607422,-36.90879821777344,7.878300189971924,-6.982830047607422,-36.90879821777344,7.878300189971924,-6.982830047607422,-36.90879821777344,7.978300094604492,-7.034120082855225,-36.6952018737793,7.978300094604492,-6.982830047607422,-36.90879821777344,7.878300189971924,-7.034120082855225,-36.6952018737793,7.978300094604492,-7.034120082855225,-36.6952018737793,7.878300189971924,-7.034120082855225,-36.6952018737793,7.878300189971924,-7.034120082855225,-36.6952018737793,7.978300094604492,-7.118189811706543,-36.4921989440918,7.978300094604492,-7.034120082855225,-36.6952018737793,7.878300189971924,-7.118189811706543,-36.4921989440918,7.978300094604492,-7.118189811706543,-36.4921989440918,7.878300189971924,-7.118189811706543,-36.4921989440918,7.878300189971924,-7.118189811706543,-36.4921989440918,7.978300094604492,-7.232970237731934,-36.304901123046875,7.978300094604492,-7.118189811706543,-36.4921989440918,7.878300189971924,-7.232970237731934,-36.304901123046875,7.978300094604492,-7.232970237731934,-36.304901123046875,7.878300189971924,-7.232970237731934,-36.304901123046875,7.878300189971924,-7.232970237731934,-36.304901123046875,7.978300094604492,-7.375649929046631,-36.137901306152344,7.978300094604492,-7.232970237731934,-36.304901123046875,7.878300189971924,-7.375649929046631,-36.137901306152344,7.978300094604492,-7.375649929046631,-36.137901306152344,7.878300189971924,-7.375649929046631,-36.137901306152344,7.878300189971924,-7.375649929046631,-36.137901306152344,7.978300094604492,-7.542699813842773,-35.995201110839844,7.978300094604492,-7.375649929046631,-36.137901306152344,7.878300189971924,-7.542699813842773,-35.995201110839844,7.978300094604492,-7.542699813842773,-35.995201110839844,7.878300189971924,-7.542699813842773,-35.995201110839844,7.878300189971924,-7.542699813842773,-35.995201110839844,7.978300094604492,-7.730010032653809,-35.880401611328125,7.978300094604492,-7.542699813842773,-35.995201110839844,7.878300189971924,-7.730010032653809,-35.880401611328125,7.978300094604492,-7.730010032653809,-35.880401611328125,7.878300189971924,-7.730010032653809,-35.880401611328125,7.878300189971924,-7.730010032653809,-35.880401611328125,7.978300094604492,-7.93297004699707,-35.79629898071289,7.978300094604492,-7.730010032653809,-35.880401611328125,7.878300189971924,-7.93297004699707,-35.79629898071289,7.978300094604492,-7.93297004699707,-35.79629898071289,7.878300189971924,-7.93297004699707,-35.79629898071289,7.878300189971924,-7.93297004699707,-35.79629898071289,7.978300094604492,-8.146590232849121,-35.74509811401367,7.978300094604492,-7.93297004699707,-35.79629898071289,7.878300189971924,-8.146590232849121,-35.74509811401367,7.978300094604492,-8.146590232849121,-35.74509811401367,7.878300189971924,-8.146590232849121,-35.74509811401367,7.878300189971924,-8.146590232849121,-35.74509811401367,7.978300094604492,-8.365599632263184,-35.72779846191406,7.978300094604492,-8.146590232849121,-35.74509811401367,7.878300189971924,-8.365599632263184,-35.72779846191406,7.978300094604492,-8.365599632263184,-35.72779846191406,7.878300189971924,-6.96560001373291,-37.12779998779297,7.878300189971924,-6.96560001373291,-39.82780075073242,7.878300189971924,-6.96560001373291,-37.12779998779297,7.978300094604492,-6.96560001373291,-37.12779998779297,7.978300094604492,-6.96560001373291,-39.82780075073242,7.878300189971924,-6.96560001373291,-39.82780075073242,7.978300094604492,-8.365599632263184,-41.22779846191406,7.878300189971924,-8.365599632263184,-41.22779846191406,7.978300094604492,-8.146590232849121,-41.210601806640625,7.978300094604492,-8.365599632263184,-41.22779846191406,7.878300189971924,-8.146590232849121,-41.210601806640625,7.978300094604492,-8.146590232849121,-41.210601806640625,7.878300189971924,-8.146590232849121,-41.210601806640625,7.878300189971924,-8.146590232849121,-41.210601806640625,7.978300094604492,-7.93297004699707,-41.1593017578125,7.978300094604492,-8.146590232849121,-41.210601806640625,7.878300189971924,-7.93297004699707,-41.1593017578125,7.978300094604492,-7.93297004699707,-41.1593017578125,7.878300189971924,-7.93297004699707,-41.1593017578125,7.878300189971924,-7.93297004699707,-41.1593017578125,7.978300094604492,-7.730010032653809,-41.075199127197266,7.978300094604492,-7.93297004699707,-41.1593017578125,7.878300189971924,-7.730010032653809,-41.075199127197266,7.978300094604492,-7.730010032653809,-41.075199127197266,7.878300189971924,-7.730010032653809,-41.075199127197266,7.878300189971924,-7.730010032653809,-41.075199127197266,7.978300094604492,-7.542699813842773,-40.96039962768555,7.978300094604492,-7.730010032653809,-41.075199127197266,7.878300189971924,-7.542699813842773,-40.96039962768555,7.978300094604492,-7.542699813842773,-40.96039962768555,7.878300189971924,-7.542699813842773,-40.96039962768555,7.878300189971924,-7.542699813842773,-40.96039962768555,7.978300094604492,-7.375649929046631,-40.81779861450195,7.978300094604492,-7.542699813842773,-40.96039962768555,7.878300189971924,-7.375649929046631,-40.81779861450195,7.978300094604492,-7.375649929046631,-40.81779861450195,7.878300189971924,-7.375649929046631,-40.81779861450195,7.878300189971924,-7.375649929046631,-40.81779861450195,7.978300094604492,-7.232970237731934,-40.650699615478516,7.978300094604492,-7.375649929046631,-40.81779861450195,7.878300189971924,-7.232970237731934,-40.650699615478516,7.978300094604492,-7.232970237731934,-40.650699615478516,7.878300189971924,-7.232970237731934,-40.650699615478516,7.878300189971924,-7.232970237731934,-40.650699615478516,7.978300094604492,-7.118189811706543,-40.463401794433594,7.978300094604492,-7.232970237731934,-40.650699615478516,7.878300189971924,-7.118189811706543,-40.463401794433594,7.978300094604492,-7.118189811706543,-40.463401794433594,7.878300189971924,-7.118189811706543,-40.463401794433594,7.878300189971924,-7.118189811706543,-40.463401794433594,7.978300094604492,-7.034120082855225,-40.260398864746094,7.978300094604492,-7.118189811706543,-40.463401794433594,7.878300189971924,-7.034120082855225,-40.260398864746094,7.978300094604492,-7.034120082855225,-40.260398864746094,7.878300189971924,-7.034120082855225,-40.260398864746094,7.878300189971924,-7.034120082855225,-40.260398864746094,7.978300094604492,-6.982830047607422,-40.04679870605469,7.978300094604492,-7.034120082855225,-40.260398864746094,7.878300189971924,-6.982830047607422,-40.04679870605469,7.978300094604492,-6.982830047607422,-40.04679870605469,7.878300189971924,-6.982830047607422,-40.04679870605469,7.878300189971924,-6.982830047607422,-40.04679870605469,7.978300094604492,-6.96560001373291,-39.82780075073242,7.978300094604492,-6.982830047607422,-40.04679870605469,7.878300189971924,-6.96560001373291,-39.82780075073242,7.978300094604492,-6.96560001373291,-39.82780075073242,7.878300189971924,-8.365599632263184,-41.22779846191406,7.878300189971924,-16.56559944152832,-41.22779846191406,7.878300189971924,-8.365599632263184,-41.22779846191406,7.978300094604492,-8.365599632263184,-41.22779846191406,7.978300094604492,-16.56559944152832,-41.22779846191406,7.878300189971924,-16.56559944152832,-41.22779846191406,7.978300094604492,-17.965599060058594,-39.82780075073242,7.878300189971924,-17.965599060058594,-39.82780075073242,7.978300094604492,-17.948400497436523,-40.04679870605469,7.978300094604492,-17.965599060058594,-39.82780075073242,7.878300189971924,-17.948400497436523,-40.04679870605469,7.978300094604492,-17.948400497436523,-40.04679870605469,7.878300189971924,-17.948400497436523,-40.04679870605469,7.878300189971924,-17.948400497436523,-40.04679870605469,7.978300094604492,-17.8971004486084,-40.260398864746094,7.978300094604492,-17.948400497436523,-40.04679870605469,7.878300189971924,-17.8971004486084,-40.260398864746094,7.978300094604492,-17.8971004486084,-40.260398864746094,7.878300189971924,-17.8971004486084,-40.260398864746094,7.878300189971924,-17.8971004486084,-40.260398864746094,7.978300094604492,-17.812999725341797,-40.463401794433594,7.978300094604492,-17.8971004486084,-40.260398864746094,7.878300189971924,-17.812999725341797,-40.463401794433594,7.978300094604492,-17.812999725341797,-40.463401794433594,7.878300189971924,-17.812999725341797,-40.463401794433594,7.878300189971924,-17.812999725341797,-40.463401794433594,7.978300094604492,-17.765600204467773,-40.54079818725586,7.978300094604492,-17.812999725341797,-40.463401794433594,7.878300189971924,-17.765600204467773,-40.54079818725586,7.978300094604492,-17.698200225830078,-40.650699615478516,7.878300189971924,-17.765600204467773,-40.54079818725586,7.978300094604492,-17.698200225830078,-40.650699615478516,7.978300094604492,-17.698200225830078,-40.650699615478516,7.878300189971924,-17.698200225830078,-40.650699615478516,7.878300189971924,-17.698200225830078,-40.650699615478516,7.978300094604492,-17.555500030517578,-40.81779861450195,7.978300094604492,-17.698200225830078,-40.650699615478516,7.878300189971924,-17.555500030517578,-40.81779861450195,7.978300094604492,-17.555500030517578,-40.81779861450195,7.878300189971924,-17.555500030517578,-40.81779861450195,7.878300189971924,-17.555500030517578,-40.81779861450195,7.978300094604492,-17.388500213623047,-40.96039962768555,7.978300094604492,-17.555500030517578,-40.81779861450195,7.878300189971924,-17.388500213623047,-40.96039962768555,7.978300094604492,-17.388500213623047,-40.96039962768555,7.878300189971924,-17.388500213623047,-40.96039962768555,7.878300189971924,-17.388500213623047,-40.96039962768555,7.978300094604492,-17.201200485229492,-41.075199127197266,7.978300094604492,-17.388500213623047,-40.96039962768555,7.878300189971924,-17.201200485229492,-41.075199127197266,7.978300094604492,-17.201200485229492,-41.075199127197266,7.878300189971924,-17.201200485229492,-41.075199127197266,7.878300189971924,-17.201200485229492,-41.075199127197266,7.978300094604492,-16.998199462890625,-41.1593017578125,7.978300094604492,-17.201200485229492,-41.075199127197266,7.878300189971924,-16.998199462890625,-41.1593017578125,7.978300094604492,-16.998199462890625,-41.1593017578125,7.878300189971924,-16.998199462890625,-41.1593017578125,7.878300189971924,-16.998199462890625,-41.1593017578125,7.978300094604492,-16.78459930419922,-41.210601806640625,7.978300094604492,-16.998199462890625,-41.1593017578125,7.878300189971924,-16.78459930419922,-41.210601806640625,7.978300094604492,-16.78459930419922,-41.210601806640625,7.878300189971924,-16.78459930419922,-41.210601806640625,7.878300189971924,-16.78459930419922,-41.210601806640625,7.978300094604492,-16.56559944152832,-41.22779846191406,7.978300094604492,-16.78459930419922,-41.210601806640625,7.878300189971924,-16.56559944152832,-41.22779846191406,7.978300094604492,-16.56559944152832,-41.22779846191406,7.878300189971924,-17.965599060058594,-39.82780075073242,7.878300189971924,-17.965599060058594,-37.12779998779297,7.878300189971924,-17.965599060058594,-39.82780075073242,7.978300094604492,-17.965599060058594,-39.82780075073242,7.978300094604492,-17.965599060058594,-37.12779998779297,7.878300189971924,-17.965599060058594,-37.12779998779297,7.978300094604492,-17.8656005859375,-37.12779998779297,7.878300189971924,-17.965599060058594,-37.12779998779297,7.878300189971924,-17.8656005859375,-39.82780075073242,7.878300189971924,-17.8656005859375,-39.82780075073242,7.878300189971924,-17.965599060058594,-37.12779998779297,7.878300189971924,-17.965599060058594,-39.82780075073242,7.878300189971924,-17.8656005859375,-39.82780075073242,7.878300189971924,-17.965599060058594,-39.82780075073242,7.878300189971924,-17.849599838256836,-40.03120040893555,7.878300189971924,-17.849599838256836,-40.03120040893555,7.878300189971924,-17.965599060058594,-39.82780075073242,7.878300189971924,-17.948400497436523,-40.04679870605469,7.878300189971924,-17.849599838256836,-40.03120040893555,7.878300189971924,-17.948400497436523,-40.04679870605469,7.878300189971924,-17.802000045776367,-40.22949981689453,7.878300189971924,-17.802000045776367,-40.22949981689453,7.878300189971924,-17.948400497436523,-40.04679870605469,7.878300189971924,-17.8971004486084,-40.260398864746094,7.878300189971924,-17.802000045776367,-40.22949981689453,7.878300189971924,-17.8971004486084,-40.260398864746094,7.878300189971924,-17.723899841308594,-40.417999267578125,7.878300189971924,-17.723899841308594,-40.417999267578125,7.878300189971924,-17.8971004486084,-40.260398864746094,7.878300189971924,-17.812999725341797,-40.463401794433594,7.878300189971924,-17.723899841308594,-40.417999267578125,7.878300189971924,-17.812999725341797,-40.463401794433594,7.878300189971924,-17.617300033569336,-40.59189987182617,7.878300189971924,-17.617300033569336,-40.59189987182617,7.878300189971924,-17.812999725341797,-40.463401794433594,7.878300189971924,-17.698200225830078,-40.650699615478516,7.878300189971924,-17.617300033569336,-40.59189987182617,7.878300189971924,-17.698200225830078,-40.650699615478516,7.878300189971924,-17.484800338745117,-40.747100830078125,7.878300189971924,-17.484800338745117,-40.747100830078125,7.878300189971924,-17.698200225830078,-40.650699615478516,7.878300189971924,-17.555500030517578,-40.81779861450195,7.878300189971924,-17.484800338745117,-40.747100830078125,7.878300189971924,-17.555500030517578,-40.81779861450195,7.878300189971924,-17.329700469970703,-40.87950134277344,7.878300189971924,-17.329700469970703,-40.87950134277344,7.878300189971924,-17.555500030517578,-40.81779861450195,7.878300189971924,-17.388500213623047,-40.96039962768555,7.878300189971924,-17.329700469970703,-40.87950134277344,7.878300189971924,-17.388500213623047,-40.96039962768555,7.878300189971924,-17.155799865722656,-40.98609924316406,7.878300189971924,-17.155799865722656,-40.98609924316406,7.878300189971924,-17.388500213623047,-40.96039962768555,7.878300189971924,-17.201200485229492,-41.075199127197266,7.878300189971924,-17.155799865722656,-40.98609924316406,7.878300189971924,-17.201200485229492,-41.075199127197266,7.878300189971924,-16.967300415039062,-41.06420135498047,7.878300189971924,-16.967300415039062,-41.06420135498047,7.878300189971924,-17.201200485229492,-41.075199127197266,7.878300189971924,-16.998199462890625,-41.1593017578125,7.878300189971924,-16.967300415039062,-41.06420135498047,7.878300189971924,-16.998199462890625,-41.1593017578125,7.878300189971924,-16.768999099731445,-41.11180114746094,7.878300189971924,-16.768999099731445,-41.11180114746094,7.878300189971924,-16.998199462890625,-41.1593017578125,7.878300189971924,-16.78459930419922,-41.210601806640625,7.878300189971924,-16.768999099731445,-41.11180114746094,7.878300189971924,-16.78459930419922,-41.210601806640625,7.878300189971924,-16.56559944152832,-41.12779998779297,7.878300189971924,-16.56559944152832,-41.12779998779297,7.878300189971924,-16.78459930419922,-41.210601806640625,7.878300189971924,-16.56559944152832,-41.22779846191406,7.878300189971924,-16.56559944152832,-41.12779998779297,7.878300189971924,-16.56559944152832,-41.22779846191406,7.878300189971924,-8.365599632263184,-41.12779998779297,7.878300189971924,-8.365599632263184,-41.12779998779297,7.878300189971924,-16.56559944152832,-41.22779846191406,7.878300189971924,-8.365599632263184,-41.22779846191406,7.878300189971924,-8.365599632263184,-41.12779998779297,7.878300189971924,-8.365599632263184,-41.22779846191406,7.878300189971924,-8.162229537963867,-41.11180114746094,7.878300189971924,-8.162229537963867,-41.11180114746094,7.878300189971924,-8.365599632263184,-41.22779846191406,7.878300189971924,-8.146590232849121,-41.210601806640625,7.878300189971924,-8.162229537963867,-41.11180114746094,7.878300189971924,-8.146590232849121,-41.210601806640625,7.878300189971924,-7.9638800621032715,-41.06420135498047,7.878300189971924,-7.9638800621032715,-41.06420135498047,7.878300189971924,-8.146590232849121,-41.210601806640625,7.878300189971924,-7.93297004699707,-41.1593017578125,7.878300189971924,-7.9638800621032715,-41.06420135498047,7.878300189971924,-7.93297004699707,-41.1593017578125,7.878300189971924,-7.775410175323486,-40.98609924316406,7.878300189971924,-7.775410175323486,-40.98609924316406,7.878300189971924,-7.93297004699707,-41.1593017578125,7.878300189971924,-7.730010032653809,-41.075199127197266,7.878300189971924,-7.775410175323486,-40.98609924316406,7.878300189971924,-7.730010032653809,-41.075199127197266,7.878300189971924,-7.601480007171631,-40.87950134277344,7.878300189971924,-7.601480007171631,-40.87950134277344,7.878300189971924,-7.730010032653809,-41.075199127197266,7.878300189971924,-7.542699813842773,-40.96039962768555,7.878300189971924,-7.601480007171631,-40.87950134277344,7.878300189971924,-7.542699813842773,-40.96039962768555,7.878300189971924,-7.446360111236572,-40.747100830078125,7.878300189971924,-7.446360111236572,-40.747100830078125,7.878300189971924,-7.542699813842773,-40.96039962768555,7.878300189971924,-7.375649929046631,-40.81779861450195,7.878300189971924,-7.446360111236572,-40.747100830078125,7.878300189971924,-7.375649929046631,-40.81779861450195,7.878300189971924,-7.31387996673584,-40.59189987182617,7.878300189971924,-7.31387996673584,-40.59189987182617,7.878300189971924,-7.375649929046631,-40.81779861450195,7.878300189971924,-7.232970237731934,-40.650699615478516,7.878300189971924,-7.31387996673584,-40.59189987182617,7.878300189971924,-7.232970237731934,-40.650699615478516,7.878300189971924,-7.207290172576904,-40.417999267578125,7.878300189971924,-7.207290172576904,-40.417999267578125,7.878300189971924,-7.232970237731934,-40.650699615478516,7.878300189971924,-7.118189811706543,-40.463401794433594,7.878300189971924,-7.207290172576904,-40.417999267578125,7.878300189971924,-7.118189811706543,-40.463401794433594,7.878300189971924,-7.12923002243042,-40.22949981689453,7.878300189971924,-7.12923002243042,-40.22949981689453,7.878300189971924,-7.118189811706543,-40.463401794433594,7.878300189971924,-7.034120082855225,-40.260398864746094,7.878300189971924,-7.12923002243042,-40.22949981689453,7.878300189971924,-7.034120082855225,-40.260398864746094,7.878300189971924,-7.081600189208984,-40.03120040893555,7.878300189971924,-7.081600189208984,-40.03120040893555,7.878300189971924,-7.034120082855225,-40.260398864746094,7.878300189971924,-6.982830047607422,-40.04679870605469,7.878300189971924,-7.081600189208984,-40.03120040893555,7.878300189971924,-6.982830047607422,-40.04679870605469,7.878300189971924,-7.0655999183654785,-39.82780075073242,7.878300189971924,-7.0655999183654785,-39.82780075073242,7.878300189971924,-6.982830047607422,-40.04679870605469,7.878300189971924,-6.96560001373291,-39.82780075073242,7.878300189971924,-7.0655999183654785,-39.82780075073242,7.878300189971924,-6.96560001373291,-39.82780075073242,7.878300189971924,-7.0655999183654785,-37.12779998779297,7.878300189971924,-7.0655999183654785,-37.12779998779297,7.878300189971924,-6.96560001373291,-39.82780075073242,7.878300189971924,-6.96560001373291,-37.12779998779297,7.878300189971924,-7.0655999183654785,-37.12779998779297,7.878300189971924,-6.96560001373291,-37.12779998779297,7.878300189971924,-7.081600189208984,-36.92449951171875,7.878300189971924,-7.081600189208984,-36.92449951171875,7.878300189971924,-6.96560001373291,-37.12779998779297,7.878300189971924,-6.982830047607422,-36.90879821777344,7.878300189971924,-7.081600189208984,-36.92449951171875,7.878300189971924,-6.982830047607422,-36.90879821777344,7.878300189971924,-7.12923002243042,-36.72610092163086,7.878300189971924,-7.12923002243042,-36.72610092163086,7.878300189971924,-6.982830047607422,-36.90879821777344,7.878300189971924,-7.034120082855225,-36.6952018737793,7.878300189971924,-7.12923002243042,-36.72610092163086,7.878300189971924,-7.034120082855225,-36.6952018737793,7.878300189971924,-7.207290172576904,-36.537601470947266,7.878300189971924,-7.207290172576904,-36.537601470947266,7.878300189971924,-7.034120082855225,-36.6952018737793,7.878300189971924,-7.118189811706543,-36.4921989440918,7.878300189971924,-7.207290172576904,-36.537601470947266,7.878300189971924,-7.118189811706543,-36.4921989440918,7.878300189971924,-7.31387996673584,-36.36370086669922,7.878300189971924,-7.31387996673584,-36.36370086669922,7.878300189971924,-7.118189811706543,-36.4921989440918,7.878300189971924,-7.232970237731934,-36.304901123046875,7.878300189971924,-7.31387996673584,-36.36370086669922,7.878300189971924,-7.232970237731934,-36.304901123046875,7.878300189971924,-7.446360111236572,-36.20859909057617,7.878300189971924,-7.446360111236572,-36.20859909057617,7.878300189971924,-7.232970237731934,-36.304901123046875,7.878300189971924,-7.375649929046631,-36.137901306152344,7.878300189971924,-7.446360111236572,-36.20859909057617,7.878300189971924,-7.375649929046631,-36.137901306152344,7.878300189971924,-7.601480007171631,-36.07609939575195,7.878300189971924,-7.601480007171631,-36.07609939575195,7.878300189971924,-7.375649929046631,-36.137901306152344,7.878300189971924,-7.542699813842773,-35.995201110839844,7.878300189971924,-7.601480007171631,-36.07609939575195,7.878300189971924,-7.542699813842773,-35.995201110839844,7.878300189971924,-7.775410175323486,-35.96950149536133,7.878300189971924,-7.775410175323486,-35.96950149536133,7.878300189971924,-7.542699813842773,-35.995201110839844,7.878300189971924,-7.730010032653809,-35.880401611328125,7.878300189971924,-7.775410175323486,-35.96950149536133,7.878300189971924,-7.730010032653809,-35.880401611328125,7.878300189971924,-7.9638800621032715,-35.89139938354492,7.878300189971924,-7.9638800621032715,-35.89139938354492,7.878300189971924,-7.730010032653809,-35.880401611328125,7.878300189971924,-7.93297004699707,-35.79629898071289,7.878300189971924,-7.9638800621032715,-35.89139938354492,7.878300189971924,-7.93297004699707,-35.79629898071289,7.878300189971924,-8.162229537963867,-35.84379959106445,7.878300189971924,-8.162229537963867,-35.84379959106445,7.878300189971924,-7.93297004699707,-35.79629898071289,7.878300189971924,-8.146590232849121,-35.74509811401367,7.878300189971924,-8.162229537963867,-35.84379959106445,7.878300189971924,-8.146590232849121,-35.74509811401367,7.878300189971924,-8.365599632263184,-35.82780075073242,7.878300189971924,-8.365599632263184,-35.82780075073242,7.878300189971924,-8.146590232849121,-35.74509811401367,7.878300189971924,-8.365599632263184,-35.72779846191406,7.878300189971924,-8.365599632263184,-35.82780075073242,7.878300189971924,-8.365599632263184,-35.72779846191406,7.878300189971924,-16.56559944152832,-35.82780075073242,7.878300189971924,-16.56559944152832,-35.82780075073242,7.878300189971924,-8.365599632263184,-35.72779846191406,7.878300189971924,-16.56559944152832,-35.72779846191406,7.878300189971924,-16.56559944152832,-35.82780075073242,7.878300189971924,-16.56559944152832,-35.72779846191406,7.878300189971924,-16.768999099731445,-35.84379959106445,7.878300189971924,-16.768999099731445,-35.84379959106445,7.878300189971924,-16.56559944152832,-35.72779846191406,7.878300189971924,-16.78459930419922,-35.74509811401367,7.878300189971924,-16.768999099731445,-35.84379959106445,7.878300189971924,-16.78459930419922,-35.74509811401367,7.878300189971924,-16.967300415039062,-35.89139938354492,7.878300189971924,-16.967300415039062,-35.89139938354492,7.878300189971924,-16.78459930419922,-35.74509811401367,7.878300189971924,-16.998199462890625,-35.79629898071289,7.878300189971924,-16.967300415039062,-35.89139938354492,7.878300189971924,-16.998199462890625,-35.79629898071289,7.878300189971924,-17.155799865722656,-35.96950149536133,7.878300189971924,-17.155799865722656,-35.96950149536133,7.878300189971924,-16.998199462890625,-35.79629898071289,7.878300189971924,-17.201200485229492,-35.880401611328125,7.878300189971924,-17.155799865722656,-35.96950149536133,7.878300189971924,-17.201200485229492,-35.880401611328125,7.878300189971924,-17.329700469970703,-36.07609939575195,7.878300189971924,-17.329700469970703,-36.07609939575195,7.878300189971924,-17.201200485229492,-35.880401611328125,7.878300189971924,-17.388500213623047,-35.995201110839844,7.878300189971924,-17.329700469970703,-36.07609939575195,7.878300189971924,-17.388500213623047,-35.995201110839844,7.878300189971924,-17.484800338745117,-36.20859909057617,7.878300189971924,-17.484800338745117,-36.20859909057617,7.878300189971924,-17.388500213623047,-35.995201110839844,7.878300189971924,-17.555500030517578,-36.137901306152344,7.878300189971924,-17.484800338745117,-36.20859909057617,7.878300189971924,-17.555500030517578,-36.137901306152344,7.878300189971924,-17.617300033569336,-36.36370086669922,7.878300189971924,-17.617300033569336,-36.36370086669922,7.878300189971924,-17.555500030517578,-36.137901306152344,7.878300189971924,-17.698200225830078,-36.304901123046875,7.878300189971924,-17.617300033569336,-36.36370086669922,7.878300189971924,-17.698200225830078,-36.304901123046875,7.878300189971924,-17.723899841308594,-36.537601470947266,7.878300189971924,-17.723899841308594,-36.537601470947266,7.878300189971924,-17.698200225830078,-36.304901123046875,7.878300189971924,-17.812999725341797,-36.4921989440918,7.878300189971924,-17.723899841308594,-36.537601470947266,7.878300189971924,-17.812999725341797,-36.4921989440918,7.878300189971924,-17.802000045776367,-36.72610092163086,7.878300189971924,-17.802000045776367,-36.72610092163086,7.878300189971924,-17.812999725341797,-36.4921989440918,7.878300189971924,-17.8971004486084,-36.6952018737793,7.878300189971924,-17.802000045776367,-36.72610092163086,7.878300189971924,-17.8971004486084,-36.6952018737793,7.878300189971924,-17.849599838256836,-36.92449951171875,7.878300189971924,-17.849599838256836,-36.92449951171875,7.878300189971924,-17.8971004486084,-36.6952018737793,7.878300189971924,-17.948400497436523,-36.90879821777344,7.878300189971924,-17.849599838256836,-36.92449951171875,7.878300189971924,-17.948400497436523,-36.90879821777344,7.878300189971924,-17.8656005859375,-37.12779998779297,7.878300189971924,-17.8656005859375,-37.12779998779297,7.878300189971924,-17.948400497436523,-36.90879821777344,7.878300189971924,-17.965599060058594,-37.12779998779297,7.878300189971924,-7.27810001373291,-40.54010009765625,7.978229999542236,-7.316579818725586,-40.589900970458984,7.978229999542236,-7.31387996673584,-40.59189987182617,7.878300189971924,-8.159379959106445,-41.11140060424805,7.977970123291016,-8.162249565124512,-41.11159896850586,7.977970123291016,-8.162229537963867,-41.11180114746094,7.878300189971924,-8.162229537963867,-41.11180114746094,7.878300189971924,-8.162249565124512,-41.11159896850586,7.977970123291016,-8.365599632263184,-41.12779998779297,7.977960109710693,-8.162229537963867,-41.11180114746094,7.878300189971924,-8.365599632263184,-41.12779998779297,7.977960109710693,-8.365599632263184,-41.12779998779297,7.878300189971924,-8.159379959106445,-41.11140060424805,7.977970123291016,-8.162229537963867,-41.11180114746094,7.878300189971924,-7.963930130004883,-41.06399917602539,7.978519916534424,-7.963930130004883,-41.06399917602539,7.978519916534424,-8.162229537963867,-41.11180114746094,7.878300189971924,-7.9638800621032715,-41.06420135498047,7.878300189971924,-7.963930130004883,-41.06399917602539,7.978519916534424,-7.9638800621032715,-41.06420135498047,7.878300189971924,-7.961309909820557,-41.06340026855469,7.978519916534424,-7.961309909820557,-41.06340026855469,7.978519916534424,-7.9638800621032715,-41.06420135498047,7.878300189971924,-7.775410175323486,-40.98609924316406,7.878300189971924,-7.961309909820557,-41.06340026855469,7.978519916534424,-7.775410175323486,-40.98609924316406,7.878300189971924,-7.935319900512695,-41.05459976196289,7.97859001159668,-7.575139999389648,-40.859901428222656,7.978600025177002,-7.602650165557861,-40.87770080566406,7.978630065917969,-7.601480007171631,-40.87950134277344,7.878300189971924,-7.601480007171631,-40.87950134277344,7.878300189971924,-7.602650165557861,-40.87770080566406,7.978630065917969,-7.74616003036499,-40.97079849243164,7.978809833526611,-7.601480007171631,-40.87950134277344,7.878300189971924,-7.74616003036499,-40.97079849243164,7.978809833526611,-7.775410175323486,-40.98609924316406,7.878300189971924,-7.775410175323486,-40.98609924316406,7.878300189971924,-7.74616003036499,-40.97079849243164,7.978809833526611,-7.776309967041016,-40.984100341796875,7.9787797927856445,-7.775410175323486,-40.98609924316406,7.878300189971924,-7.776309967041016,-40.984100341796875,7.9787797927856445,-7.935319900512695,-41.05459976196289,7.97859001159668,-7.31387996673584,-40.59189987182617,7.878300189971924,-7.316579818725586,-40.589900970458984,7.978229999542236,-7.446360111236572,-40.747100830078125,7.878300189971924,-7.316579818725586,-40.589900970458984,7.978229999542236,-7.402780055999756,-40.70130157470703,7.978250026702881,-7.446360111236572,-40.747100830078125,7.878300189971924,-7.446360111236572,-40.747100830078125,7.878300189971924,-7.402780055999756,-40.70130157470703,7.978250026702881,-7.448750019073486,-40.74449920654297,7.978340148925781,-7.446360111236572,-40.747100830078125,7.878300189971924,-7.448750019073486,-40.74449920654297,7.978340148925781,-7.601480007171631,-40.87950134277344,7.878300189971924,-7.601480007171631,-40.87950134277344,7.878300189971924,-7.448750019073486,-40.74449920654297,7.978340148925781,-7.55355978012085,-40.84299850463867,7.978549957275391,-7.601480007171631,-40.87950134277344,7.878300189971924,-7.55355978012085,-40.84299850463867,7.978549957275391,-7.575139999389648,-40.859901428222656,7.978600025177002,-7.12923002243042,-40.22949981689453,7.878300189971924,-7.167940139770508,-40.33340072631836,7.978409767150879,-7.207290172576904,-40.417999267578125,7.878300189971924,-7.207290172576904,-40.417999267578125,7.878300189971924,-7.167940139770508,-40.33340072631836,7.978409767150879,-7.210909843444824,-40.416099548339844,7.978330135345459,-7.207290172576904,-40.417999267578125,7.878300189971924,-7.210909843444824,-40.416099548339844,7.978330135345459,-7.31387996673584,-40.59189987182617,7.878300189971924,-7.31387996673584,-40.59189987182617,7.878300189971924,-7.210909843444824,-40.416099548339844,7.978330135345459,-7.263319969177246,-40.516998291015625,7.978240013122559,-7.31387996673584,-40.59189987182617,7.878300189971924,-7.263319969177246,-40.516998291015625,7.978240013122559,-7.27810001373291,-40.54010009765625,7.978229999542236,-7.085450172424316,-40.030601501464844,7.978149890899658,-7.097330093383789,-40.11330032348633,7.978280067443848,-7.081600189208984,-40.03120040893555,7.878300189971924,-7.081600189208984,-40.03120040893555,7.878300189971924,-7.097330093383789,-40.11330032348633,7.978280067443848,-7.103640079498291,-40.13999938964844,7.978320121765137,-7.081600189208984,-40.03120040893555,7.878300189971924,-7.103640079498291,-40.13999938964844,7.978320121765137,-7.12923002243042,-40.22949981689453,7.878300189971924,-7.12923002243042,-40.22949981689453,7.878300189971924,-7.103640079498291,-40.13999938964844,7.978320121765137,-7.132989883422852,-40.22829818725586,7.978360176086426,-7.12923002243042,-40.22949981689453,7.878300189971924,-7.132989883422852,-40.22829818725586,7.978360176086426,-7.167940139770508,-40.33340072631836,7.978409767150879,-7.085450172424316,-40.030601501464844,7.978149890899658,-7.081600189208984,-40.03120040893555,7.878300189971924,-7.068260192871094,-39.9109001159668,7.977960109710693,-7.068260192871094,-39.9109001159668,7.977960109710693,-7.081600189208984,-40.03120040893555,7.878300189971924,-7.0655999183654785,-39.82780075073242,7.878300189971924,-7.068260192871094,-39.9109001159668,7.977960109710693,-7.0655999183654785,-39.82780075073242,7.878300189971924,-7.0655999183654785,-39.82780075073242,7.978089809417725,-8.365599632263184,-41.12779998779297,7.977960109710693,-8.415599822998047,-41.12779998779297,7.977970123291016,-8.365599632263184,-41.12779998779297,7.878300189971924,-8.365599632263184,-41.12779998779297,7.878300189971924,-8.415599822998047,-41.12779998779297,7.977970123291016,-9.765600204467773,-41.12779998779297,7.978119850158691,-16.56559944152832,-41.12779998779297,7.977960109710693,-16.56559944152832,-41.12779998779297,7.878300189971924,-16.515600204467773,-41.12779998779297,7.977970123291016,-16.515600204467773,-41.12779998779297,7.977970123291016,-16.56559944152832,-41.12779998779297,7.878300189971924,-8.365599632263184,-41.12779998779297,7.878300189971924,-16.515600204467773,-41.12779998779297,7.977970123291016,-8.365599632263184,-41.12779998779297,7.878300189971924,-15.165599822998047,-41.12779998779297,7.978119850158691,-15.165599822998047,-41.12779998779297,7.978119850158691,-8.365599632263184,-41.12779998779297,7.878300189971924,-9.765600204467773,-41.12779998779297,7.978119850158691,-15.165599822998047,-41.12779998779297,7.978119850158691,-9.765600204467773,-41.12779998779297,7.978119850158691,-12.46560001373291,-41.12779998779297,7.978429794311523,-17.43910026550293,-40.79069900512695,7.978419780731201,-17.4822998046875,-40.74470138549805,7.9783501625061035,-17.484800338745117,-40.747100830078125,7.878300189971924,-17.84910011291504,-40.034000396728516,7.978129863739014,-17.84939956665039,-40.03120040893555,7.978129863739014,-17.849599838256836,-40.03120040893555,7.878300189971924,-17.849599838256836,-40.03120040893555,7.878300189971924,-17.84939956665039,-40.03120040893555,7.978129863739014,-17.8656005859375,-39.82780075073242,7.978089809417725,-17.849599838256836,-40.03120040893555,7.878300189971924,-17.8656005859375,-39.82780075073242,7.978089809417725,-17.8656005859375,-39.82780075073242,7.878300189971924,-17.84910011291504,-40.034000396728516,7.978129863739014,-17.849599838256836,-40.03120040893555,7.878300189971924,-17.801799774169922,-40.22949981689453,7.978419780731201,-17.801799774169922,-40.22949981689453,7.978419780731201,-17.849599838256836,-40.03120040893555,7.878300189971924,-17.802000045776367,-40.22949981689453,7.878300189971924,-17.801799774169922,-40.22949981689453,7.978419780731201,-17.802000045776367,-40.22949981689453,7.878300189971924,-17.80109977722168,-40.23210144042969,7.978419780731201,-17.597700119018555,-40.61830139160156,7.9781999588012695,-17.61549949645996,-40.59080123901367,7.978209972381592,-17.617300033569336,-40.59189987182617,7.878300189971924,-17.617300033569336,-40.59189987182617,7.878300189971924,-17.61549949645996,-40.59080123901367,7.978209972381592,-17.708499908447266,-40.44729995727539,7.9783101081848145,-17.617300033569336,-40.59189987182617,7.878300189971924,-17.708499908447266,-40.44729995727539,7.9783101081848145,-17.723899841308594,-40.417999267578125,7.878300189971924,-17.723899841308594,-40.417999267578125,7.878300189971924,-17.708499908447266,-40.44729995727539,7.9783101081848145,-17.721900939941406,-40.41709899902344,7.978330135345459,-17.723899841308594,-40.417999267578125,7.878300189971924,-17.721900939941406,-40.41709899902344,7.978330135345459,-17.802000045776367,-40.22949981689453,7.878300189971924,-17.802000045776367,-40.22949981689453,7.878300189971924,-17.721900939941406,-40.41709899902344,7.978330135345459,-17.792299270629883,-40.25809860229492,7.978429794311523,-17.802000045776367,-40.22949981689453,7.878300189971924,-17.792299270629883,-40.25809860229492,7.978429794311523,-17.80109977722168,-40.23210144042969,7.978419780731201,-17.484800338745117,-40.747100830078125,7.878300189971924,-17.4822998046875,-40.74470138549805,7.9783501625061035,-17.617300033569336,-40.59189987182617,7.878300189971924,-17.617300033569336,-40.59189987182617,7.878300189971924,-17.4822998046875,-40.74470138549805,7.9783501625061035,-17.580799102783203,-40.63990020751953,7.9781999588012695,-17.617300033569336,-40.59189987182617,7.878300189971924,-17.580799102783203,-40.63990020751953,7.9781999588012695,-17.597700119018555,-40.61830139160156,7.9781999588012695,-17.43910026550293,-40.79069900512695,7.978419780731201,-17.484800338745117,-40.747100830078125,7.878300189971924,-17.327600479125977,-40.876800537109375,7.978640079498291,-17.327600479125977,-40.876800537109375,7.978640079498291,-17.484800338745117,-40.747100830078125,7.878300189971924,-17.329700469970703,-40.87950134277344,7.878300189971924,-17.327600479125977,-40.876800537109375,7.978640079498291,-17.329700469970703,-40.87950134277344,7.878300189971924,-17.277799606323242,-40.91529846191406,7.978740215301514,-17.277799606323242,-40.91529846191406,7.978740215301514,-17.329700469970703,-40.87950134277344,7.878300189971924,-17.155799865722656,-40.98609924316406,7.878300189971924,-17.277799606323242,-40.91529846191406,7.978740215301514,-17.155799865722656,-40.98609924316406,7.878300189971924,-17.25469970703125,-40.93009948730469,7.978769779205322,-16.967300415039062,-41.06420135498047,7.878300189971924,-17.07110023498535,-41.0255012512207,7.978740215301514,-17.155799865722656,-40.98609924316406,7.878300189971924,-17.155799865722656,-40.98609924316406,7.878300189971924,-17.07110023498535,-41.0255012512207,7.978740215301514,-17.153900146484375,-40.98249816894531,7.978750228881836,-17.155799865722656,-40.98609924316406,7.878300189971924,-17.153900146484375,-40.98249816894531,7.978750228881836,-17.25469970703125,-40.93009948730469,7.978769779205322,-16.768400192260742,-41.108001708984375,7.978030204772949,-16.85099983215332,-41.096099853515625,7.978179931640625,-16.768999099731445,-41.11180114746094,7.878300189971924,-16.768999099731445,-41.11180114746094,7.878300189971924,-16.85099983215332,-41.096099853515625,7.978179931640625,-16.877700805664062,-41.08980178833008,7.978260040283203,-16.768999099731445,-41.11180114746094,7.878300189971924,-16.877700805664062,-41.08980178833008,7.978260040283203,-16.967300415039062,-41.06420135498047,7.878300189971924,-16.967300415039062,-41.06420135498047,7.878300189971924,-16.877700805664062,-41.08980178833008,7.978260040283203,-16.966100692749023,-41.06039810180664,7.978479862213135,-16.967300415039062,-41.06420135498047,7.878300189971924,-16.966100692749023,-41.06039810180664,7.978479862213135,-17.07110023498535,-41.0255012512207,7.978740215301514,-16.768400192260742,-41.108001708984375,7.978030204772949,-16.768999099731445,-41.11180114746094,7.878300189971924,-16.648700714111328,-41.12519836425781,7.977819919586182,-16.648700714111328,-41.12519836425781,7.977819919586182,-16.768999099731445,-41.11180114746094,7.878300189971924,-16.56559944152832,-41.12779998779297,7.878300189971924,-16.648700714111328,-41.12519836425781,7.977819919586182,-16.56559944152832,-41.12779998779297,7.878300189971924,-16.56559944152832,-41.12779998779297,7.977960109710693,-17.8656005859375,-37.12779998779297,7.978089809417725,-17.8656005859375,-37.12779998779297,7.878300189971924,-17.8656005859375,-37.152801513671875,7.978089809417725,-17.8656005859375,-37.152801513671875,7.978089809417725,-17.8656005859375,-37.12779998779297,7.878300189971924,-17.8656005859375,-39.82780075073242,7.878300189971924,-17.8656005859375,-39.82780075073242,7.878300189971924,-17.8656005859375,-39.82780075073242,7.978089809417725,-17.8656005859375,-39.802799224853516,7.978089809417725,-17.8656005859375,-39.802799224853516,7.978089809417725,-17.8656005859375,-39.14030075073242,7.978089809417725,-17.8656005859375,-39.82780075073242,7.878300189971924,-17.8656005859375,-39.82780075073242,7.878300189971924,-17.8656005859375,-39.14030075073242,7.978089809417725,-17.8656005859375,-38.47779846191406,7.978089809417725,-17.8656005859375,-39.82780075073242,7.878300189971924,-17.8656005859375,-38.47779846191406,7.978089809417725,-17.8656005859375,-37.152801513671875,7.978089809417725,-17.653099060058594,-36.41550064086914,7.978219985961914,-17.614599227905273,-36.36579895019531,7.978229999542236,-17.617300033569336,-36.36370086669922,7.878300189971924,-16.771799087524414,-35.84429931640625,7.977980136871338,-16.76889991760254,-35.84400177001953,7.977980136871338,-16.768999099731445,-35.84379959106445,7.878300189971924,-16.768999099731445,-35.84379959106445,7.878300189971924,-16.76889991760254,-35.84400177001953,7.977980136871338,-16.56559944152832,-35.82780075073242,7.977970123291016,-16.768999099731445,-35.84379959106445,7.878300189971924,-16.56559944152832,-35.82780075073242,7.977970123291016,-16.56559944152832,-35.82780075073242,7.878300189971924,-16.771799087524414,-35.84429931640625,7.977980136871338,-16.768999099731445,-35.84379959106445,7.878300189971924,-16.967300415039062,-35.8916015625,7.978529930114746,-16.967300415039062,-35.8916015625,7.978529930114746,-16.768999099731445,-35.84379959106445,7.878300189971924,-16.967300415039062,-35.89139938354492,7.878300189971924,-16.967300415039062,-35.8916015625,7.978529930114746,-16.967300415039062,-35.89139938354492,7.878300189971924,-16.969900131225586,-35.89229965209961,7.978529930114746,-16.969900131225586,-35.89229965209961,7.978529930114746,-16.967300415039062,-35.89139938354492,7.878300189971924,-17.155799865722656,-35.96950149536133,7.878300189971924,-16.969900131225586,-35.89229965209961,7.978529930114746,-17.155799865722656,-35.96950149536133,7.878300189971924,-16.995899200439453,-35.901100158691406,7.97859001159668,-17.35610008239746,-36.095699310302734,7.97859001159668,-17.328500747680664,-36.07789993286133,7.978630065917969,-17.329700469970703,-36.07609939575195,7.878300189971924,-17.329700469970703,-36.07609939575195,7.878300189971924,-17.328500747680664,-36.07789993286133,7.978630065917969,-17.184999465942383,-35.984901428222656,7.978809833526611,-17.329700469970703,-36.07609939575195,7.878300189971924,-17.184999465942383,-35.984901428222656,7.978809833526611,-17.155799865722656,-35.96950149536133,7.878300189971924,-17.155799865722656,-35.96950149536133,7.878300189971924,-17.184999465942383,-35.984901428222656,7.978809833526611,-17.15489959716797,-35.971500396728516,7.9787797927856445,-17.155799865722656,-35.96950149536133,7.878300189971924,-17.15489959716797,-35.971500396728516,7.9787797927856445,-16.995899200439453,-35.901100158691406,7.97859001159668,-17.617300033569336,-36.36370086669922,7.878300189971924,-17.614599227905273,-36.36579895019531,7.978229999542236,-17.484800338745117,-36.20859909057617,7.878300189971924,-17.614599227905273,-36.36579895019531,7.978229999542236,-17.528400421142578,-36.25429916381836,7.978250026702881,-17.484800338745117,-36.20859909057617,7.878300189971924,-17.484800338745117,-36.20859909057617,7.878300189971924,-17.528400421142578,-36.25429916381836,7.978250026702881,-17.48240089416504,-36.21110153198242,7.978340148925781,-17.484800338745117,-36.20859909057617,7.878300189971924,-17.48240089416504,-36.21110153198242,7.978340148925781,-17.329700469970703,-36.07609939575195,7.878300189971924,-17.329700469970703,-36.07609939575195,7.878300189971924,-17.48240089416504,-36.21110153198242,7.978340148925781,-17.377599716186523,-36.11259841918945,7.978549957275391,-17.329700469970703,-36.07609939575195,7.878300189971924,-17.377599716186523,-36.11259841918945,7.978549957275391,-17.35610008239746,-36.095699310302734,7.97859001159668,-17.802000045776367,-36.72610092163086,7.878300189971924,-17.7632999420166,-36.62220001220703,7.978409767150879,-17.723899841308594,-36.537601470947266,7.878300189971924,-17.723899841308594,-36.537601470947266,7.878300189971924,-17.7632999420166,-36.62220001220703,7.978409767150879,-17.720300674438477,-36.53950119018555,7.978330135345459,-17.723899841308594,-36.537601470947266,7.878300189971924,-17.720300674438477,-36.53950119018555,7.978330135345459,-17.617300033569336,-36.36370086669922,7.878300189971924,-17.617300033569336,-36.36370086669922,7.878300189971924,-17.720300674438477,-36.53950119018555,7.978330135345459,-17.66790008544922,-36.4385986328125,7.978240013122559,-17.617300033569336,-36.36370086669922,7.878300189971924,-17.66790008544922,-36.4385986328125,7.978240013122559,-17.653099060058594,-36.41550064086914,7.978219985961914,-17.845699310302734,-36.92499923706055,7.978149890899658,-17.833900451660156,-36.84230041503906,7.978280067443848,-17.849599838256836,-36.92449951171875,7.878300189971924,-17.849599838256836,-36.92449951171875,7.878300189971924,-17.833900451660156,-36.84230041503906,7.978280067443848,-17.827600479125977,-36.81560134887695,7.978320121765137,-17.849599838256836,-36.92449951171875,7.878300189971924,-17.827600479125977,-36.81560134887695,7.978320121765137,-17.802000045776367,-36.72610092163086,7.878300189971924,-17.802000045776367,-36.72610092163086,7.878300189971924,-17.827600479125977,-36.81560134887695,7.978320121765137,-17.798200607299805,-36.727298736572266,7.978370189666748,-17.802000045776367,-36.72610092163086,7.878300189971924,-17.798200607299805,-36.727298736572266,7.978370189666748,-17.7632999420166,-36.62220001220703,7.978409767150879,-17.845699310302734,-36.92499923706055,7.978149890899658,-17.849599838256836,-36.92449951171875,7.878300189971924,-17.862899780273438,-37.044700622558594,7.977960109710693,-17.862899780273438,-37.044700622558594,7.977960109710693,-17.849599838256836,-36.92449951171875,7.878300189971924,-17.8656005859375,-37.12779998779297,7.878300189971924,-17.862899780273438,-37.044700622558594,7.977960109710693,-17.8656005859375,-37.12779998779297,7.878300189971924,-17.8656005859375,-37.12779998779297,7.978089809417725,-8.415599822998047,-35.82780075073242,7.977970123291016,-8.365599632263184,-35.82780075073242,7.977960109710693,-8.365599632263184,-35.82780075073242,7.878300189971924,-16.56559944152832,-35.82780075073242,7.878300189971924,-16.56559944152832,-35.82780075073242,7.977970123291016,-16.515600204467773,-35.82780075073242,7.977980136871338,-16.515600204467773,-35.82780075073242,7.977980136871338,-15.165599822998047,-35.82780075073242,7.978129863739014,-16.56559944152832,-35.82780075073242,7.878300189971924,-16.56559944152832,-35.82780075073242,7.878300189971924,-15.165599822998047,-35.82780075073242,7.978129863739014,-12.46560001373291,-35.82780075073242,7.978429794311523,-16.56559944152832,-35.82780075073242,7.878300189971924,-12.46560001373291,-35.82780075073242,7.978429794311523,-8.365599632263184,-35.82780075073242,7.878300189971924,-8.365599632263184,-35.82780075073242,7.878300189971924,-12.46560001373291,-35.82780075073242,7.978429794311523,-9.765600204467773,-35.82780075073242,7.978119850158691,-8.365599632263184,-35.82780075073242,7.878300189971924,-9.765600204467773,-35.82780075073242,7.978119850158691,-8.415599822998047,-35.82780075073242,7.977970123291016,-7.492129802703857,-36.165000915527344,7.978419780731201,-7.448910236358643,-36.21099853515625,7.9783501625061035,-7.446360111236572,-36.20859909057617,7.878300189971924,-7.082059860229492,-36.921600341796875,7.978129863739014,-7.081830024719238,-36.92449951171875,7.978129863739014,-7.081600189208984,-36.92449951171875,7.878300189971924,-7.081600189208984,-36.92449951171875,7.878300189971924,-7.081830024719238,-36.92449951171875,7.978129863739014,-7.0655999183654785,-37.12779998779297,7.978089809417725,-7.081600189208984,-36.92449951171875,7.878300189971924,-7.0655999183654785,-37.12779998779297,7.978089809417725,-7.0655999183654785,-37.12779998779297,7.878300189971924,-7.082059860229492,-36.921600341796875,7.978129863739014,-7.081600189208984,-36.92449951171875,7.878300189971924,-7.129429817199707,-36.726200103759766,7.978419780731201,-7.129429817199707,-36.726200103759766,7.978419780731201,-7.081600189208984,-36.92449951171875,7.878300189971924,-7.12923002243042,-36.72610092163086,7.878300189971924,-7.129429817199707,-36.726200103759766,7.978419780731201,-7.12923002243042,-36.72610092163086,7.878300189971924,-7.130060195922852,-36.7234992980957,7.978419780731201,-7.333539962768555,-36.33729934692383,7.9781999588012695,-7.315690040588379,-36.364898681640625,7.978219985961914,-7.31387996673584,-36.36370086669922,7.878300189971924,-7.31387996673584,-36.36370086669922,7.878300189971924,-7.315690040588379,-36.364898681640625,7.978219985961914,-7.22268009185791,-36.508399963378906,7.978320121765137,-7.31387996673584,-36.36370086669922,7.878300189971924,-7.22268009185791,-36.508399963378906,7.978320121765137,-7.207290172576904,-36.537601470947266,7.878300189971924,-7.207290172576904,-36.537601470947266,7.878300189971924,-7.22268009185791,-36.508399963378906,7.978320121765137,-7.209310054779053,-36.53850173950195,7.978330135345459,-7.207290172576904,-36.537601470947266,7.878300189971924,-7.209310054779053,-36.53850173950195,7.978330135345459,-7.12923002243042,-36.72610092163086,7.878300189971924,-7.12923002243042,-36.72610092163086,7.878300189971924,-7.209310054779053,-36.53850173950195,7.978330135345459,-7.138869762420654,-36.6974983215332,7.978429794311523,-7.12923002243042,-36.72610092163086,7.878300189971924,-7.138869762420654,-36.6974983215332,7.978429794311523,-7.130060195922852,-36.7234992980957,7.978419780731201,-7.446360111236572,-36.20859909057617,7.878300189971924,-7.448910236358643,-36.21099853515625,7.9783501625061035,-7.31387996673584,-36.36370086669922,7.878300189971924,-7.31387996673584,-36.36370086669922,7.878300189971924,-7.448910236358643,-36.21099853515625,7.9783501625061035,-7.350430011749268,-36.315799713134766,7.9781999588012695,-7.31387996673584,-36.36370086669922,7.878300189971924,-7.350430011749268,-36.315799713134766,7.9781999588012695,-7.333539962768555,-36.33729934692383,7.9781999588012695,-7.492129802703857,-36.165000915527344,7.978419780731201,-7.446360111236572,-36.20859909057617,7.878300189971924,-7.603569984436035,-36.078800201416016,7.978640079498291,-7.603569984436035,-36.078800201416016,7.978640079498291,-7.446360111236572,-36.20859909057617,7.878300189971924,-7.601480007171631,-36.07609939575195,7.878300189971924,-7.603569984436035,-36.078800201416016,7.978640079498291,-7.601480007171631,-36.07609939575195,7.878300189971924,-7.653349876403809,-36.04029846191406,7.978740215301514,-7.653349876403809,-36.04029846191406,7.978740215301514,-7.601480007171631,-36.07609939575195,7.878300189971924,-7.775410175323486,-35.96950149536133,7.878300189971924,-7.653349876403809,-36.04029846191406,7.978740215301514,-7.775410175323486,-35.96950149536133,7.878300189971924,-7.676449775695801,-36.0255012512207,7.978769779205322,-7.9638800621032715,-35.89139938354492,7.878300189971924,-7.860060214996338,-35.93009948730469,7.978740215301514,-7.775410175323486,-35.96950149536133,7.878300189971924,-7.775410175323486,-35.96950149536133,7.878300189971924,-7.860060214996338,-35.93009948730469,7.978740215301514,-7.777289867401123,-35.97309875488281,7.978750228881836,-7.775410175323486,-35.96950149536133,7.878300189971924,-7.777289867401123,-35.97309875488281,7.978750228881836,-7.676449775695801,-36.0255012512207,7.978769779205322,-8.162790298461914,-35.84769821166992,7.9780402183532715,-8.080169677734375,-35.859500885009766,7.978189945220947,-8.162229537963867,-35.84379959106445,7.878300189971924,-8.162229537963867,-35.84379959106445,7.878300189971924,-8.080169677734375,-35.859500885009766,7.978189945220947,-8.053460121154785,-35.86589813232422,7.978260040283203,-8.162229537963867,-35.84379959106445,7.878300189971924,-8.053460121154785,-35.86589813232422,7.978260040283203,-7.9638800621032715,-35.89139938354492,7.878300189971924,-7.9638800621032715,-35.89139938354492,7.878300189971924,-8.053460121154785,-35.86589813232422,7.978260040283203,-7.965129852294922,-35.895198822021484,7.978479862213135,-7.9638800621032715,-35.89139938354492,7.878300189971924,-7.965129852294922,-35.895198822021484,7.978479862213135,-7.860060214996338,-35.93009948730469,7.978740215301514,-8.162790298461914,-35.84769821166992,7.9780402183532715,-8.162229537963867,-35.84379959106445,7.878300189971924,-8.282520294189453,-35.830501556396484,7.977819919586182,-8.282520294189453,-35.830501556396484,7.977819919586182,-8.162229537963867,-35.84379959106445,7.878300189971924,-8.365599632263184,-35.82780075073242,7.878300189971924,-8.282520294189453,-35.830501556396484,7.977819919586182,-8.365599632263184,-35.82780075073242,7.878300189971924,-8.365599632263184,-35.82780075073242,7.977960109710693,-7.0655999183654785,-39.82780075073242,7.978089809417725,-7.0655999183654785,-39.82780075073242,7.878300189971924,-7.0655999183654785,-39.802799224853516,7.978089809417725,-7.0655999183654785,-39.802799224853516,7.978089809417725,-7.0655999183654785,-39.82780075073242,7.878300189971924,-7.0655999183654785,-37.12779998779297,7.878300189971924,-7.0655999183654785,-37.12779998779297,7.878300189971924,-7.0655999183654785,-37.12779998779297,7.978089809417725,-7.0655999183654785,-37.152801513671875,7.978089809417725,-7.0655999183654785,-37.152801513671875,7.978089809417725,-7.0655999183654785,-37.81529998779297,7.978089809417725,-7.0655999183654785,-37.12779998779297,7.878300189971924,-7.0655999183654785,-37.12779998779297,7.878300189971924,-7.0655999183654785,-37.81529998779297,7.978089809417725,-7.0655999183654785,-38.47779846191406,7.978089809417725,-7.0655999183654785,-37.12779998779297,7.878300189971924,-7.0655999183654785,-38.47779846191406,7.978089809417725,-7.0655999183654785,-39.802799224853516,7.978089809417725,-4.0655999183654785,-35.72779846191406,7.878300189971924,-4.0655999183654785,-35.72779846191406,7.978300094604492,-4.284609794616699,-35.74509811401367,7.978300094604492,-4.0655999183654785,-35.72779846191406,7.878300189971924,-4.284609794616699,-35.74509811401367,7.978300094604492,-4.284609794616699,-35.74509811401367,7.878300189971924,-4.284609794616699,-35.74509811401367,7.878300189971924,-4.284609794616699,-35.74509811401367,7.978300094604492,-4.498219966888428,-35.79629898071289,7.978300094604492,-4.284609794616699,-35.74509811401367,7.878300189971924,-4.498219966888428,-35.79629898071289,7.978300094604492,-4.498219966888428,-35.79629898071289,7.878300189971924,-4.498219966888428,-35.79629898071289,7.878300189971924,-4.498219966888428,-35.79629898071289,7.978300094604492,-4.7011799812316895,-35.880401611328125,7.978300094604492,-4.498219966888428,-35.79629898071289,7.878300189971924,-4.7011799812316895,-35.880401611328125,7.978300094604492,-4.7011799812316895,-35.880401611328125,7.878300189971924,-4.7011799812316895,-35.880401611328125,7.878300189971924,-4.7011799812316895,-35.880401611328125,7.978300094604492,-4.888500213623047,-35.995201110839844,7.978300094604492,-4.7011799812316895,-35.880401611328125,7.878300189971924,-4.888500213623047,-35.995201110839844,7.978300094604492,-4.888500213623047,-35.995201110839844,7.878300189971924,-4.888500213623047,-35.995201110839844,7.878300189971924,-4.888500213623047,-35.995201110839844,7.978300094604492,-5.0555500984191895,-36.137901306152344,7.978300094604492,-4.888500213623047,-35.995201110839844,7.878300189971924,-5.0555500984191895,-36.137901306152344,7.978300094604492,-5.0555500984191895,-36.137901306152344,7.878300189971924,-5.0555500984191895,-36.137901306152344,7.878300189971924,-5.0555500984191895,-36.137901306152344,7.978300094604492,-5.1982197761535645,-36.304901123046875,7.978300094604492,-5.0555500984191895,-36.137901306152344,7.878300189971924,-5.1982197761535645,-36.304901123046875,7.978300094604492,-5.1982197761535645,-36.304901123046875,7.878300189971924,-5.1982197761535645,-36.304901123046875,7.878300189971924,-5.1982197761535645,-36.304901123046875,7.978300094604492,-5.313010215759277,-36.4921989440918,7.978300094604492,-5.1982197761535645,-36.304901123046875,7.878300189971924,-5.313010215759277,-36.4921989440918,7.978300094604492,-5.313010215759277,-36.4921989440918,7.878300189971924,-5.313010215759277,-36.4921989440918,7.878300189971924,-5.313010215759277,-36.4921989440918,7.978300094604492,-5.397079944610596,-36.6952018737793,7.978300094604492,-5.313010215759277,-36.4921989440918,7.878300189971924,-5.397079944610596,-36.6952018737793,7.978300094604492,-5.397079944610596,-36.6952018737793,7.878300189971924,-5.397079944610596,-36.6952018737793,7.878300189971924,-5.397079944610596,-36.6952018737793,7.978300094604492,-5.448359966278076,-36.90879821777344,7.978300094604492,-5.397079944610596,-36.6952018737793,7.878300189971924,-5.448359966278076,-36.90879821777344,7.978300094604492,-5.448359966278076,-36.90879821777344,7.878300189971924,-5.448359966278076,-36.90879821777344,7.878300189971924,-5.448359966278076,-36.90879821777344,7.978300094604492,-5.46560001373291,-37.12779998779297,7.978300094604492,-5.448359966278076,-36.90879821777344,7.878300189971924,-5.46560001373291,-37.12779998779297,7.978300094604492,-5.46560001373291,-37.12779998779297,7.878300189971924,-4.0655999183654785,-35.72779846191406,7.878300189971924,4.134399890899658,-35.72779846191406,7.878300189971924,-4.0655999183654785,-35.72779846191406,7.978300094604492,-4.0655999183654785,-35.72779846191406,7.978300094604492,4.134399890899658,-35.72779846191406,7.878300189971924,4.134399890899658,-35.72779846191406,7.978300094604492,5.53439998626709,-37.12779998779297,7.878300189971924,5.53439998626709,-37.12779998779297,7.978300094604492,5.517169952392578,-36.90879821777344,7.978300094604492,5.53439998626709,-37.12779998779297,7.878300189971924,5.517169952392578,-36.90879821777344,7.978300094604492,5.517169952392578,-36.90879821777344,7.878300189971924,5.517169952392578,-36.90879821777344,7.878300189971924,5.517169952392578,-36.90879821777344,7.978300094604492,5.465879917144775,-36.6952018737793,7.978300094604492,5.517169952392578,-36.90879821777344,7.878300189971924,5.465879917144775,-36.6952018737793,7.978300094604492,5.465879917144775,-36.6952018737793,7.878300189971924,5.465879917144775,-36.6952018737793,7.878300189971924,5.465879917144775,-36.6952018737793,7.978300094604492,5.381810188293457,-36.4921989440918,7.978300094604492,5.465879917144775,-36.6952018737793,7.878300189971924,5.381810188293457,-36.4921989440918,7.978300094604492,5.381810188293457,-36.4921989440918,7.878300189971924,5.381810188293457,-36.4921989440918,7.878300189971924,5.381810188293457,-36.4921989440918,7.978300094604492,5.267029762268066,-36.304901123046875,7.978300094604492,5.381810188293457,-36.4921989440918,7.878300189971924,5.267029762268066,-36.304901123046875,7.978300094604492,5.267029762268066,-36.304901123046875,7.878300189971924,5.267029762268066,-36.304901123046875,7.878300189971924,5.267029762268066,-36.304901123046875,7.978300094604492,5.124350070953369,-36.137901306152344,7.978300094604492,5.267029762268066,-36.304901123046875,7.878300189971924,5.124350070953369,-36.137901306152344,7.978300094604492,5.124350070953369,-36.137901306152344,7.878300189971924,5.124350070953369,-36.137901306152344,7.878300189971924,5.124350070953369,-36.137901306152344,7.978300094604492,4.957300186157227,-35.995201110839844,7.978300094604492,5.124350070953369,-36.137901306152344,7.878300189971924,4.957300186157227,-35.995201110839844,7.978300094604492,4.957300186157227,-35.995201110839844,7.878300189971924,4.957300186157227,-35.995201110839844,7.878300189971924,4.957300186157227,-35.995201110839844,7.978300094604492,4.769989967346191,-35.880401611328125,7.978300094604492,4.957300186157227,-35.995201110839844,7.878300189971924,4.769989967346191,-35.880401611328125,7.978300094604492,4.769989967346191,-35.880401611328125,7.878300189971924,4.769989967346191,-35.880401611328125,7.878300189971924,4.769989967346191,-35.880401611328125,7.978300094604492,4.56702995300293,-35.79629898071289,7.978300094604492,4.769989967346191,-35.880401611328125,7.878300189971924,4.56702995300293,-35.79629898071289,7.978300094604492,4.56702995300293,-35.79629898071289,7.878300189971924,4.56702995300293,-35.79629898071289,7.878300189971924,4.56702995300293,-35.79629898071289,7.978300094604492,4.353409767150879,-35.74509811401367,7.978300094604492,4.56702995300293,-35.79629898071289,7.878300189971924,4.353409767150879,-35.74509811401367,7.978300094604492,4.353409767150879,-35.74509811401367,7.878300189971924,4.353409767150879,-35.74509811401367,7.878300189971924,4.353409767150879,-35.74509811401367,7.978300094604492,4.134399890899658,-35.72779846191406,7.978300094604492,4.353409767150879,-35.74509811401367,7.878300189971924,4.134399890899658,-35.72779846191406,7.978300094604492,4.134399890899658,-35.72779846191406,7.878300189971924,5.53439998626709,-37.12779998779297,7.878300189971924,5.53439998626709,-39.82780075073242,7.878300189971924,5.53439998626709,-37.12779998779297,7.978300094604492,5.53439998626709,-37.12779998779297,7.978300094604492,5.53439998626709,-39.82780075073242,7.878300189971924,5.53439998626709,-39.82780075073242,7.978300094604492,4.134399890899658,-41.22779846191406,7.878300189971924,4.134399890899658,-41.22779846191406,7.978300094604492,4.353409767150879,-41.210601806640625,7.978300094604492,4.134399890899658,-41.22779846191406,7.878300189971924,4.353409767150879,-41.210601806640625,7.978300094604492,4.353409767150879,-41.210601806640625,7.878300189971924,4.353409767150879,-41.210601806640625,7.878300189971924,4.353409767150879,-41.210601806640625,7.978300094604492,4.56702995300293,-41.1593017578125,7.978300094604492,4.353409767150879,-41.210601806640625,7.878300189971924,4.56702995300293,-41.1593017578125,7.978300094604492,4.56702995300293,-41.1593017578125,7.878300189971924,4.56702995300293,-41.1593017578125,7.878300189971924,4.56702995300293,-41.1593017578125,7.978300094604492,4.769989967346191,-41.075199127197266,7.978300094604492,4.56702995300293,-41.1593017578125,7.878300189971924,4.769989967346191,-41.075199127197266,7.978300094604492,4.769989967346191,-41.075199127197266,7.878300189971924,4.769989967346191,-41.075199127197266,7.878300189971924,4.769989967346191,-41.075199127197266,7.978300094604492,4.957300186157227,-40.96039962768555,7.978300094604492,4.769989967346191,-41.075199127197266,7.878300189971924,4.957300186157227,-40.96039962768555,7.978300094604492,4.957300186157227,-40.96039962768555,7.878300189971924,4.957300186157227,-40.96039962768555,7.878300189971924,4.957300186157227,-40.96039962768555,7.978300094604492,5.124350070953369,-40.81779861450195,7.978300094604492,4.957300186157227,-40.96039962768555,7.878300189971924,5.124350070953369,-40.81779861450195,7.978300094604492,5.124350070953369,-40.81779861450195,7.878300189971924,5.124350070953369,-40.81779861450195,7.878300189971924,5.124350070953369,-40.81779861450195,7.978300094604492,5.267029762268066,-40.650699615478516,7.978300094604492,5.124350070953369,-40.81779861450195,7.878300189971924,5.267029762268066,-40.650699615478516,7.978300094604492,5.267029762268066,-40.650699615478516,7.878300189971924,5.267029762268066,-40.650699615478516,7.878300189971924,5.267029762268066,-40.650699615478516,7.978300094604492,5.381810188293457,-40.463401794433594,7.978300094604492,5.267029762268066,-40.650699615478516,7.878300189971924,5.381810188293457,-40.463401794433594,7.978300094604492,5.381810188293457,-40.463401794433594,7.878300189971924,5.381810188293457,-40.463401794433594,7.878300189971924,5.381810188293457,-40.463401794433594,7.978300094604492,5.465879917144775,-40.260398864746094,7.978300094604492,5.381810188293457,-40.463401794433594,7.878300189971924,5.465879917144775,-40.260398864746094,7.978300094604492,5.465879917144775,-40.260398864746094,7.878300189971924,5.465879917144775,-40.260398864746094,7.878300189971924,5.465879917144775,-40.260398864746094,7.978300094604492,5.517169952392578,-40.04679870605469,7.978300094604492,5.465879917144775,-40.260398864746094,7.878300189971924,5.517169952392578,-40.04679870605469,7.978300094604492,5.517169952392578,-40.04679870605469,7.878300189971924,5.517169952392578,-40.04679870605469,7.878300189971924,5.517169952392578,-40.04679870605469,7.978300094604492,5.53439998626709,-39.82780075073242,7.978300094604492,5.517169952392578,-40.04679870605469,7.878300189971924,5.53439998626709,-39.82780075073242,7.978300094604492,5.53439998626709,-39.82780075073242,7.878300189971924,4.134399890899658,-41.22779846191406,7.878300189971924,-4.0655999183654785,-41.22779846191406,7.878300189971924,4.134399890899658,-41.22779846191406,7.978300094604492,4.134399890899658,-41.22779846191406,7.978300094604492,-4.0655999183654785,-41.22779846191406,7.878300189971924,-4.0655999183654785,-41.22779846191406,7.978300094604492,-5.46560001373291,-39.82780075073242,7.878300189971924,-5.46560001373291,-39.82780075073242,7.978300094604492,-5.448359966278076,-40.04679870605469,7.978300094604492,-5.46560001373291,-39.82780075073242,7.878300189971924,-5.448359966278076,-40.04679870605469,7.978300094604492,-5.448359966278076,-40.04679870605469,7.878300189971924,-5.448359966278076,-40.04679870605469,7.878300189971924,-5.448359966278076,-40.04679870605469,7.978300094604492,-5.397079944610596,-40.260398864746094,7.978300094604492,-5.448359966278076,-40.04679870605469,7.878300189971924,-5.397079944610596,-40.260398864746094,7.978300094604492,-5.397079944610596,-40.260398864746094,7.878300189971924,-5.397079944610596,-40.260398864746094,7.878300189971924,-5.397079944610596,-40.260398864746094,7.978300094604492,-5.313010215759277,-40.463401794433594,7.978300094604492,-5.397079944610596,-40.260398864746094,7.878300189971924,-5.313010215759277,-40.463401794433594,7.978300094604492,-5.313010215759277,-40.463401794433594,7.878300189971924,-5.313010215759277,-40.463401794433594,7.878300189971924,-5.313010215759277,-40.463401794433594,7.978300094604492,-5.1982197761535645,-40.650699615478516,7.978300094604492,-5.313010215759277,-40.463401794433594,7.878300189971924,-5.1982197761535645,-40.650699615478516,7.978300094604492,-5.1982197761535645,-40.650699615478516,7.878300189971924,-5.1982197761535645,-40.650699615478516,7.878300189971924,-5.1982197761535645,-40.650699615478516,7.978300094604492,-5.0555500984191895,-40.81779861450195,7.978300094604492,-5.1982197761535645,-40.650699615478516,7.878300189971924,-5.0555500984191895,-40.81779861450195,7.978300094604492,-5.0555500984191895,-40.81779861450195,7.878300189971924,-5.0555500984191895,-40.81779861450195,7.878300189971924,-5.0555500984191895,-40.81779861450195,7.978300094604492,-4.888500213623047,-40.96039962768555,7.978300094604492,-5.0555500984191895,-40.81779861450195,7.878300189971924,-4.888500213623047,-40.96039962768555,7.978300094604492,-4.888500213623047,-40.96039962768555,7.878300189971924,-4.888500213623047,-40.96039962768555,7.878300189971924,-4.888500213623047,-40.96039962768555,7.978300094604492,-4.7011799812316895,-41.075199127197266,7.978300094604492,-4.888500213623047,-40.96039962768555,7.878300189971924,-4.7011799812316895,-41.075199127197266,7.978300094604492,-4.7011799812316895,-41.075199127197266,7.878300189971924,-4.7011799812316895,-41.075199127197266,7.878300189971924,-4.7011799812316895,-41.075199127197266,7.978300094604492,-4.498219966888428,-41.1593017578125,7.978300094604492,-4.7011799812316895,-41.075199127197266,7.878300189971924,-4.498219966888428,-41.1593017578125,7.978300094604492,-4.498219966888428,-41.1593017578125,7.878300189971924,-4.498219966888428,-41.1593017578125,7.878300189971924,-4.498219966888428,-41.1593017578125,7.978300094604492,-4.284609794616699,-41.210601806640625,7.978300094604492,-4.498219966888428,-41.1593017578125,7.878300189971924,-4.284609794616699,-41.210601806640625,7.978300094604492,-4.284609794616699,-41.210601806640625,7.878300189971924,-4.284609794616699,-41.210601806640625,7.878300189971924,-4.284609794616699,-41.210601806640625,7.978300094604492,-4.0655999183654785,-41.22779846191406,7.978300094604492,-4.284609794616699,-41.210601806640625,7.878300189971924,-4.0655999183654785,-41.22779846191406,7.978300094604492,-4.0655999183654785,-41.22779846191406,7.878300189971924,-5.46560001373291,-39.82780075073242,7.878300189971924,-5.46560001373291,-37.12779998779297,7.878300189971924,-5.46560001373291,-39.82780075073242,7.978300094604492,-5.46560001373291,-39.82780075073242,7.978300094604492,-5.46560001373291,-37.12779998779297,7.878300189971924,-5.46560001373291,-37.12779998779297,7.978300094604492,-4.0655999183654785,-41.12779998779297,7.878300189971924,-4.0655999183654785,-41.22779846191406,7.878300189971924,4.134399890899658,-41.12779998779297,7.878300189971924,4.134399890899658,-41.12779998779297,7.878300189971924,-4.0655999183654785,-41.22779846191406,7.878300189971924,4.134399890899658,-41.22779846191406,7.878300189971924,4.134399890899658,-41.12779998779297,7.878300189971924,4.134399890899658,-41.22779846191406,7.878300189971924,4.337769985198975,-41.11180114746094,7.878300189971924,4.337769985198975,-41.11180114746094,7.878300189971924,4.134399890899658,-41.22779846191406,7.878300189971924,4.353409767150879,-41.210601806640625,7.878300189971924,4.337769985198975,-41.11180114746094,7.878300189971924,4.353409767150879,-41.210601806640625,7.878300189971924,4.5361199378967285,-41.06420135498047,7.878300189971924,4.5361199378967285,-41.06420135498047,7.878300189971924,4.353409767150879,-41.210601806640625,7.878300189971924,4.56702995300293,-41.1593017578125,7.878300189971924,4.5361199378967285,-41.06420135498047,7.878300189971924,4.56702995300293,-41.1593017578125,7.878300189971924,4.724589824676514,-40.98609924316406,7.878300189971924,4.724589824676514,-40.98609924316406,7.878300189971924,4.56702995300293,-41.1593017578125,7.878300189971924,4.769989967346191,-41.075199127197266,7.878300189971924,4.724589824676514,-40.98609924316406,7.878300189971924,4.769989967346191,-41.075199127197266,7.878300189971924,4.898519992828369,-40.87950134277344,7.878300189971924,4.898519992828369,-40.87950134277344,7.878300189971924,4.769989967346191,-41.075199127197266,7.878300189971924,4.957300186157227,-40.96039962768555,7.878300189971924,4.898519992828369,-40.87950134277344,7.878300189971924,4.957300186157227,-40.96039962768555,7.878300189971924,5.053639888763428,-40.747100830078125,7.878300189971924,5.053639888763428,-40.747100830078125,7.878300189971924,4.957300186157227,-40.96039962768555,7.878300189971924,5.124350070953369,-40.81779861450195,7.878300189971924,5.053639888763428,-40.747100830078125,7.878300189971924,5.124350070953369,-40.81779861450195,7.878300189971924,5.18612003326416,-40.59189987182617,7.878300189971924,5.18612003326416,-40.59189987182617,7.878300189971924,5.124350070953369,-40.81779861450195,7.878300189971924,5.267029762268066,-40.650699615478516,7.878300189971924,5.18612003326416,-40.59189987182617,7.878300189971924,5.267029762268066,-40.650699615478516,7.878300189971924,5.292709827423096,-40.417999267578125,7.878300189971924,5.292709827423096,-40.417999267578125,7.878300189971924,5.267029762268066,-40.650699615478516,7.878300189971924,5.381810188293457,-40.463401794433594,7.878300189971924,5.292709827423096,-40.417999267578125,7.878300189971924,5.381810188293457,-40.463401794433594,7.878300189971924,5.370779991149902,-40.22949981689453,7.878300189971924,5.370779991149902,-40.22949981689453,7.878300189971924,5.381810188293457,-40.463401794433594,7.878300189971924,5.465879917144775,-40.260398864746094,7.878300189971924,5.370779991149902,-40.22949981689453,7.878300189971924,5.465879917144775,-40.260398864746094,7.878300189971924,5.418399810791016,-40.03120040893555,7.878300189971924,5.418399810791016,-40.03120040893555,7.878300189971924,5.465879917144775,-40.260398864746094,7.878300189971924,5.517169952392578,-40.04679870605469,7.878300189971924,5.418399810791016,-40.03120040893555,7.878300189971924,5.517169952392578,-40.04679870605469,7.878300189971924,5.4344000816345215,-39.82780075073242,7.878300189971924,5.4344000816345215,-39.82780075073242,7.878300189971924,5.517169952392578,-40.04679870605469,7.878300189971924,5.53439998626709,-39.82780075073242,7.878300189971924,5.4344000816345215,-39.82780075073242,7.878300189971924,5.53439998626709,-39.82780075073242,7.878300189971924,5.4344000816345215,-37.12779998779297,7.878300189971924,5.4344000816345215,-37.12779998779297,7.878300189971924,5.53439998626709,-39.82780075073242,7.878300189971924,5.53439998626709,-37.12779998779297,7.878300189971924,5.4344000816345215,-37.12779998779297,7.878300189971924,5.53439998626709,-37.12779998779297,7.878300189971924,5.418399810791016,-36.92449951171875,7.878300189971924,5.418399810791016,-36.92449951171875,7.878300189971924,5.53439998626709,-37.12779998779297,7.878300189971924,5.517169952392578,-36.90879821777344,7.878300189971924,5.418399810791016,-36.92449951171875,7.878300189971924,5.517169952392578,-36.90879821777344,7.878300189971924,5.370779991149902,-36.72610092163086,7.878300189971924,5.370779991149902,-36.72610092163086,7.878300189971924,5.517169952392578,-36.90879821777344,7.878300189971924,5.465879917144775,-36.6952018737793,7.878300189971924,5.370779991149902,-36.72610092163086,7.878300189971924,5.465879917144775,-36.6952018737793,7.878300189971924,5.292709827423096,-36.537601470947266,7.878300189971924,5.292709827423096,-36.537601470947266,7.878300189971924,5.465879917144775,-36.6952018737793,7.878300189971924,5.381810188293457,-36.4921989440918,7.878300189971924,5.292709827423096,-36.537601470947266,7.878300189971924,5.381810188293457,-36.4921989440918,7.878300189971924,5.18612003326416,-36.36370086669922,7.878300189971924,5.18612003326416,-36.36370086669922,7.878300189971924,5.381810188293457,-36.4921989440918,7.878300189971924,5.267029762268066,-36.304901123046875,7.878300189971924,5.18612003326416,-36.36370086669922,7.878300189971924,5.267029762268066,-36.304901123046875,7.878300189971924,5.053639888763428,-36.20859909057617,7.878300189971924,5.053639888763428,-36.20859909057617,7.878300189971924,5.267029762268066,-36.304901123046875,7.878300189971924,5.124350070953369,-36.137901306152344,7.878300189971924,5.053639888763428,-36.20859909057617,7.878300189971924,5.124350070953369,-36.137901306152344,7.878300189971924,4.898519992828369,-36.07609939575195,7.878300189971924,4.898519992828369,-36.07609939575195,7.878300189971924,5.124350070953369,-36.137901306152344,7.878300189971924,4.957300186157227,-35.995201110839844,7.878300189971924,4.898519992828369,-36.07609939575195,7.878300189971924,4.957300186157227,-35.995201110839844,7.878300189971924,4.724589824676514,-35.96950149536133,7.878300189971924,4.724589824676514,-35.96950149536133,7.878300189971924,4.957300186157227,-35.995201110839844,7.878300189971924,4.769989967346191,-35.880401611328125,7.878300189971924,4.724589824676514,-35.96950149536133,7.878300189971924,4.769989967346191,-35.880401611328125,7.878300189971924,4.5361199378967285,-35.89139938354492,7.878300189971924,4.5361199378967285,-35.89139938354492,7.878300189971924,4.769989967346191,-35.880401611328125,7.878300189971924,4.56702995300293,-35.79629898071289,7.878300189971924,4.5361199378967285,-35.89139938354492,7.878300189971924,4.56702995300293,-35.79629898071289,7.878300189971924,4.337769985198975,-35.84379959106445,7.878300189971924,4.337769985198975,-35.84379959106445,7.878300189971924,4.56702995300293,-35.79629898071289,7.878300189971924,4.353409767150879,-35.74509811401367,7.878300189971924,4.337769985198975,-35.84379959106445,7.878300189971924,4.353409767150879,-35.74509811401367,7.878300189971924,4.134399890899658,-35.82780075073242,7.878300189971924,4.134399890899658,-35.82780075073242,7.878300189971924,4.353409767150879,-35.74509811401367,7.878300189971924,4.134399890899658,-35.72779846191406,7.878300189971924,4.134399890899658,-35.82780075073242,7.878300189971924,4.134399890899658,-35.72779846191406,7.878300189971924,-4.0655999183654785,-35.82780075073242,7.878300189971924,-4.0655999183654785,-35.82780075073242,7.878300189971924,4.134399890899658,-35.72779846191406,7.878300189971924,-4.0655999183654785,-35.72779846191406,7.878300189971924,-4.0655999183654785,-35.82780075073242,7.878300189971924,-4.0655999183654785,-35.72779846191406,7.878300189971924,-4.268959999084473,-35.84379959106445,7.878300189971924,-4.268959999084473,-35.84379959106445,7.878300189971924,-4.0655999183654785,-35.72779846191406,7.878300189971924,-4.284609794616699,-35.74509811401367,7.878300189971924,-4.268959999084473,-35.84379959106445,7.878300189971924,-4.284609794616699,-35.74509811401367,7.878300189971924,-4.467319965362549,-35.89139938354492,7.878300189971924,-4.467319965362549,-35.89139938354492,7.878300189971924,-4.284609794616699,-35.74509811401367,7.878300189971924,-4.498219966888428,-35.79629898071289,7.878300189971924,-4.467319965362549,-35.89139938354492,7.878300189971924,-4.498219966888428,-35.79629898071289,7.878300189971924,-4.655789852142334,-35.96950149536133,7.878300189971924,-4.655789852142334,-35.96950149536133,7.878300189971924,-4.498219966888428,-35.79629898071289,7.878300189971924,-4.7011799812316895,-35.880401611328125,7.878300189971924,-4.655789852142334,-35.96950149536133,7.878300189971924,-4.7011799812316895,-35.880401611328125,7.878300189971924,-4.8297200202941895,-36.07609939575195,7.878300189971924,-4.8297200202941895,-36.07609939575195,7.878300189971924,-4.7011799812316895,-35.880401611328125,7.878300189971924,-4.888500213623047,-35.995201110839844,7.878300189971924,-4.8297200202941895,-36.07609939575195,7.878300189971924,-4.888500213623047,-35.995201110839844,7.878300189971924,-4.984839916229248,-36.20859909057617,7.878300189971924,-4.984839916229248,-36.20859909057617,7.878300189971924,-4.888500213623047,-35.995201110839844,7.878300189971924,-5.0555500984191895,-36.137901306152344,7.878300189971924,-4.984839916229248,-36.20859909057617,7.878300189971924,-5.0555500984191895,-36.137901306152344,7.878300189971924,-5.1173200607299805,-36.36370086669922,7.878300189971924,-5.1173200607299805,-36.36370086669922,7.878300189971924,-5.0555500984191895,-36.137901306152344,7.878300189971924,-5.1982197761535645,-36.304901123046875,7.878300189971924,-5.1173200607299805,-36.36370086669922,7.878300189971924,-5.1982197761535645,-36.304901123046875,7.878300189971924,-5.223909854888916,-36.537601470947266,7.878300189971924,-5.223909854888916,-36.537601470947266,7.878300189971924,-5.1982197761535645,-36.304901123046875,7.878300189971924,-5.313010215759277,-36.4921989440918,7.878300189971924,-5.223909854888916,-36.537601470947266,7.878300189971924,-5.313010215759277,-36.4921989440918,7.878300189971924,-5.3019700050354,-36.72610092163086,7.878300189971924,-5.3019700050354,-36.72610092163086,7.878300189971924,-5.313010215759277,-36.4921989440918,7.878300189971924,-5.397079944610596,-36.6952018737793,7.878300189971924,-5.3019700050354,-36.72610092163086,7.878300189971924,-5.397079944610596,-36.6952018737793,7.878300189971924,-5.349589824676514,-36.92449951171875,7.878300189971924,-5.349589824676514,-36.92449951171875,7.878300189971924,-5.397079944610596,-36.6952018737793,7.878300189971924,-5.448359966278076,-36.90879821777344,7.878300189971924,-5.349589824676514,-36.92449951171875,7.878300189971924,-5.448359966278076,-36.90879821777344,7.878300189971924,-5.365600109100342,-37.12779998779297,7.878300189971924,-5.365600109100342,-37.12779998779297,7.878300189971924,-5.448359966278076,-36.90879821777344,7.878300189971924,-5.46560001373291,-37.12779998779297,7.878300189971924,-5.365600109100342,-37.12779998779297,7.878300189971924,-5.46560001373291,-37.12779998779297,7.878300189971924,-5.365600109100342,-39.82780075073242,7.878300189971924,-5.365600109100342,-39.82780075073242,7.878300189971924,-5.46560001373291,-37.12779998779297,7.878300189971924,-5.46560001373291,-39.82780075073242,7.878300189971924,-5.365600109100342,-39.82780075073242,7.878300189971924,-5.46560001373291,-39.82780075073242,7.878300189971924,-5.349589824676514,-40.03120040893555,7.878300189971924,-5.349589824676514,-40.03120040893555,7.878300189971924,-5.46560001373291,-39.82780075073242,7.878300189971924,-5.448359966278076,-40.04679870605469,7.878300189971924,-5.349589824676514,-40.03120040893555,7.878300189971924,-5.448359966278076,-40.04679870605469,7.878300189971924,-5.3019700050354,-40.22949981689453,7.878300189971924,-5.3019700050354,-40.22949981689453,7.878300189971924,-5.448359966278076,-40.04679870605469,7.878300189971924,-5.397079944610596,-40.260398864746094,7.878300189971924,-5.3019700050354,-40.22949981689453,7.878300189971924,-5.397079944610596,-40.260398864746094,7.878300189971924,-5.223909854888916,-40.417999267578125,7.878300189971924,-5.223909854888916,-40.417999267578125,7.878300189971924,-5.397079944610596,-40.260398864746094,7.878300189971924,-5.313010215759277,-40.463401794433594,7.878300189971924,-5.223909854888916,-40.417999267578125,7.878300189971924,-5.313010215759277,-40.463401794433594,7.878300189971924,-5.1173200607299805,-40.59189987182617,7.878300189971924,-5.1173200607299805,-40.59189987182617,7.878300189971924,-5.313010215759277,-40.463401794433594,7.878300189971924,-5.1982197761535645,-40.650699615478516,7.878300189971924,-5.1173200607299805,-40.59189987182617,7.878300189971924,-5.1982197761535645,-40.650699615478516,7.878300189971924,-4.984839916229248,-40.747100830078125,7.878300189971924,-4.984839916229248,-40.747100830078125,7.878300189971924,-5.1982197761535645,-40.650699615478516,7.878300189971924,-5.0555500984191895,-40.81779861450195,7.878300189971924,-4.984839916229248,-40.747100830078125,7.878300189971924,-5.0555500984191895,-40.81779861450195,7.878300189971924,-4.8297200202941895,-40.87950134277344,7.878300189971924,-4.8297200202941895,-40.87950134277344,7.878300189971924,-5.0555500984191895,-40.81779861450195,7.878300189971924,-4.888500213623047,-40.96039962768555,7.878300189971924,-4.8297200202941895,-40.87950134277344,7.878300189971924,-4.888500213623047,-40.96039962768555,7.878300189971924,-4.655789852142334,-40.98609924316406,7.878300189971924,-4.655789852142334,-40.98609924316406,7.878300189971924,-4.888500213623047,-40.96039962768555,7.878300189971924,-4.7011799812316895,-41.075199127197266,7.878300189971924,-4.655789852142334,-40.98609924316406,7.878300189971924,-4.7011799812316895,-41.075199127197266,7.878300189971924,-4.467319965362549,-41.06420135498047,7.878300189971924,-4.467319965362549,-41.06420135498047,7.878300189971924,-4.7011799812316895,-41.075199127197266,7.878300189971924,-4.498219966888428,-41.1593017578125,7.878300189971924,-4.467319965362549,-41.06420135498047,7.878300189971924,-4.498219966888428,-41.1593017578125,7.878300189971924,-4.268959999084473,-41.11180114746094,7.878300189971924,-4.268959999084473,-41.11180114746094,7.878300189971924,-4.498219966888428,-41.1593017578125,7.878300189971924,-4.284609794616699,-41.210601806640625,7.878300189971924,-4.268959999084473,-41.11180114746094,7.878300189971924,-4.284609794616699,-41.210601806640625,7.878300189971924,-4.0655999183654785,-41.12779998779297,7.878300189971924,-4.0655999183654785,-41.12779998779297,7.878300189971924,-4.284609794616699,-41.210601806640625,7.878300189971924,-4.0655999183654785,-41.22779846191406,7.878300189971924,5.22189998626709,-40.54010009765625,7.978229999542236,5.183420181274414,-40.589900970458984,7.978229999542236,5.18612003326416,-40.59189987182617,7.878300189971924,4.340610027313232,-41.11140060424805,7.977970123291016,4.33774995803833,-41.11159896850586,7.977970123291016,4.337769985198975,-41.11180114746094,7.878300189971924,4.337769985198975,-41.11180114746094,7.878300189971924,4.33774995803833,-41.11159896850586,7.977970123291016,4.134399890899658,-41.12779998779297,7.977960109710693,4.337769985198975,-41.11180114746094,7.878300189971924,4.134399890899658,-41.12779998779297,7.977960109710693,4.134399890899658,-41.12779998779297,7.878300189971924,4.340610027313232,-41.11140060424805,7.977970123291016,4.337769985198975,-41.11180114746094,7.878300189971924,4.536069869995117,-41.06399917602539,7.978519916534424,4.536069869995117,-41.06399917602539,7.978519916534424,4.337769985198975,-41.11180114746094,7.878300189971924,4.5361199378967285,-41.06420135498047,7.878300189971924,4.536069869995117,-41.06399917602539,7.978519916534424,4.5361199378967285,-41.06420135498047,7.878300189971924,4.538690090179443,-41.06340026855469,7.978519916534424,4.538690090179443,-41.06340026855469,7.978519916534424,4.5361199378967285,-41.06420135498047,7.878300189971924,4.724589824676514,-40.98609924316406,7.878300189971924,4.538690090179443,-41.06340026855469,7.978519916534424,4.724589824676514,-40.98609924316406,7.878300189971924,4.564680099487305,-41.05459976196289,7.97859001159668,4.924860000610352,-40.859901428222656,7.978600025177002,4.897349834442139,-40.87770080566406,7.978630065917969,4.898519992828369,-40.87950134277344,7.878300189971924,4.898519992828369,-40.87950134277344,7.878300189971924,4.897349834442139,-40.87770080566406,7.978630065917969,4.75383996963501,-40.97079849243164,7.978809833526611,4.898519992828369,-40.87950134277344,7.878300189971924,4.75383996963501,-40.97079849243164,7.978809833526611,4.724589824676514,-40.98609924316406,7.878300189971924,4.724589824676514,-40.98609924316406,7.878300189971924,4.75383996963501,-40.97079849243164,7.978809833526611,4.723690032958984,-40.984100341796875,7.9787797927856445,4.724589824676514,-40.98609924316406,7.878300189971924,4.723690032958984,-40.984100341796875,7.9787797927856445,4.564680099487305,-41.05459976196289,7.97859001159668,5.18612003326416,-40.59189987182617,7.878300189971924,5.183420181274414,-40.589900970458984,7.978229999542236,5.053639888763428,-40.747100830078125,7.878300189971924,5.183420181274414,-40.589900970458984,7.978229999542236,5.097219944000244,-40.70130157470703,7.978250026702881,5.053639888763428,-40.747100830078125,7.878300189971924,5.053639888763428,-40.747100830078125,7.878300189971924,5.097219944000244,-40.70130157470703,7.978250026702881,5.051249980926514,-40.74449920654297,7.978340148925781,5.053639888763428,-40.747100830078125,7.878300189971924,5.051249980926514,-40.74449920654297,7.978340148925781,4.898519992828369,-40.87950134277344,7.878300189971924,4.898519992828369,-40.87950134277344,7.878300189971924,5.051249980926514,-40.74449920654297,7.978340148925781,4.94644021987915,-40.84299850463867,7.978549957275391,4.898519992828369,-40.87950134277344,7.878300189971924,4.94644021987915,-40.84299850463867,7.978549957275391,4.924860000610352,-40.859901428222656,7.978600025177002,5.370779991149902,-40.22949981689453,7.878300189971924,5.332059860229492,-40.33340072631836,7.978409767150879,5.292709827423096,-40.417999267578125,7.878300189971924,5.292709827423096,-40.417999267578125,7.878300189971924,5.332059860229492,-40.33340072631836,7.978409767150879,5.289090156555176,-40.416099548339844,7.978330135345459,5.292709827423096,-40.417999267578125,7.878300189971924,5.289090156555176,-40.416099548339844,7.978330135345459,5.18612003326416,-40.59189987182617,7.878300189971924,5.18612003326416,-40.59189987182617,7.878300189971924,5.289090156555176,-40.416099548339844,7.978330135345459,5.236680030822754,-40.516998291015625,7.978240013122559,5.18612003326416,-40.59189987182617,7.878300189971924,5.236680030822754,-40.516998291015625,7.978240013122559,5.22189998626709,-40.54010009765625,7.978229999542236,5.414539813995361,-40.030601501464844,7.978149890899658,5.402669906616211,-40.11330032348633,7.978280067443848,5.418399810791016,-40.03120040893555,7.878300189971924,5.418399810791016,-40.03120040893555,7.878300189971924,5.402669906616211,-40.11330032348633,7.978280067443848,5.396359920501709,-40.13999938964844,7.978320121765137,5.418399810791016,-40.03120040893555,7.878300189971924,5.396359920501709,-40.13999938964844,7.978320121765137,5.370779991149902,-40.22949981689453,7.878300189971924,5.370779991149902,-40.22949981689453,7.878300189971924,5.396359920501709,-40.13999938964844,7.978320121765137,5.367010116577148,-40.22829818725586,7.978360176086426,5.370779991149902,-40.22949981689453,7.878300189971924,5.367010116577148,-40.22829818725586,7.978360176086426,5.332059860229492,-40.33340072631836,7.978409767150879,5.414539813995361,-40.030601501464844,7.978149890899658,5.418399810791016,-40.03120040893555,7.878300189971924,5.431739807128906,-39.9109001159668,7.977960109710693,5.431739807128906,-39.9109001159668,7.977960109710693,5.418399810791016,-40.03120040893555,7.878300189971924,5.4344000816345215,-39.82780075073242,7.878300189971924,5.431739807128906,-39.9109001159668,7.977960109710693,5.4344000816345215,-39.82780075073242,7.878300189971924,5.4344000816345215,-39.82780075073242,7.978089809417725,4.134399890899658,-41.12779998779297,7.977960109710693,4.084400177001953,-41.12779998779297,7.977970123291016,4.134399890899658,-41.12779998779297,7.878300189971924,4.134399890899658,-41.12779998779297,7.878300189971924,4.084400177001953,-41.12779998779297,7.977970123291016,2.7344000339508057,-41.12779998779297,7.978119850158691,-4.0655999183654785,-41.12779998779297,7.977960109710693,-4.0655999183654785,-41.12779998779297,7.878300189971924,-4.015600204467773,-41.12779998779297,7.977970123291016,-4.015600204467773,-41.12779998779297,7.977970123291016,-4.0655999183654785,-41.12779998779297,7.878300189971924,4.134399890899658,-41.12779998779297,7.878300189971924,-4.015600204467773,-41.12779998779297,7.977970123291016,4.134399890899658,-41.12779998779297,7.878300189971924,-2.665600061416626,-41.12779998779297,7.978119850158691,-2.665600061416626,-41.12779998779297,7.978119850158691,4.134399890899658,-41.12779998779297,7.878300189971924,2.7344000339508057,-41.12779998779297,7.978119850158691,-2.665600061416626,-41.12779998779297,7.978119850158691,2.7344000339508057,-41.12779998779297,7.978119850158691,0.03440000116825104,-41.12779998779297,7.978429794311523,-4.939060211181641,-40.79069900512695,7.978419780731201,-4.982289791107178,-40.74470138549805,7.9783501625061035,-4.984839916229248,-40.747100830078125,7.878300189971924,-5.349140167236328,-40.034000396728516,7.978129863739014,-5.349370002746582,-40.03120040893555,7.978129863739014,-5.349589824676514,-40.03120040893555,7.878300189971924,-5.349589824676514,-40.03120040893555,7.878300189971924,-5.349370002746582,-40.03120040893555,7.978129863739014,-5.365600109100342,-39.82780075073242,7.978089809417725,-5.349589824676514,-40.03120040893555,7.878300189971924,-5.365600109100342,-39.82780075073242,7.978089809417725,-5.365600109100342,-39.82780075073242,7.878300189971924,-5.349140167236328,-40.034000396728516,7.978129863739014,-5.349589824676514,-40.03120040893555,7.878300189971924,-5.301770210266113,-40.22949981689453,7.978419780731201,-5.301770210266113,-40.22949981689453,7.978419780731201,-5.349589824676514,-40.03120040893555,7.878300189971924,-5.3019700050354,-40.22949981689453,7.878300189971924,-5.301770210266113,-40.22949981689453,7.978419780731201,-5.3019700050354,-40.22949981689453,7.878300189971924,-5.3011298179626465,-40.23210144042969,7.978419780731201,-5.097660064697266,-40.61830139160156,7.9781999588012695,-5.115499973297119,-40.59080123901367,7.978209972381592,-5.1173200607299805,-40.59189987182617,7.878300189971924,-5.1173200607299805,-40.59189987182617,7.878300189971924,-5.115499973297119,-40.59080123901367,7.978209972381592,-5.20851993560791,-40.44729995727539,7.9783101081848145,-5.1173200607299805,-40.59189987182617,7.878300189971924,-5.20851993560791,-40.44729995727539,7.9783101081848145,-5.223909854888916,-40.417999267578125,7.878300189971924,-5.223909854888916,-40.417999267578125,7.878300189971924,-5.20851993560791,-40.44729995727539,7.9783101081848145,-5.221879959106445,-40.41709899902344,7.978330135345459,-5.223909854888916,-40.417999267578125,7.878300189971924,-5.221879959106445,-40.41709899902344,7.978330135345459,-5.3019700050354,-40.22949981689453,7.878300189971924,-5.3019700050354,-40.22949981689453,7.878300189971924,-5.221879959106445,-40.41709899902344,7.978330135345459,-5.2923197746276855,-40.25809860229492,7.978429794311523,-5.3019700050354,-40.22949981689453,7.878300189971924,-5.2923197746276855,-40.25809860229492,7.978429794311523,-5.3011298179626465,-40.23210144042969,7.978419780731201,-4.984839916229248,-40.747100830078125,7.878300189971924,-4.982289791107178,-40.74470138549805,7.9783501625061035,-5.1173200607299805,-40.59189987182617,7.878300189971924,-5.1173200607299805,-40.59189987182617,7.878300189971924,-4.982289791107178,-40.74470138549805,7.9783501625061035,-5.0807600021362305,-40.63990020751953,7.9781999588012695,-5.1173200607299805,-40.59189987182617,7.878300189971924,-5.0807600021362305,-40.63990020751953,7.9781999588012695,-5.097660064697266,-40.61830139160156,7.9781999588012695,-4.939060211181641,-40.79069900512695,7.978419780731201,-4.984839916229248,-40.747100830078125,7.878300189971924,-4.827630043029785,-40.876800537109375,7.978640079498291,-4.827630043029785,-40.876800537109375,7.978640079498291,-4.984839916229248,-40.747100830078125,7.878300189971924,-4.8297200202941895,-40.87950134277344,7.878300189971924,-4.827630043029785,-40.876800537109375,7.978640079498291,-4.8297200202941895,-40.87950134277344,7.878300189971924,-4.7778401374816895,-40.91529846191406,7.978740215301514,-4.7778401374816895,-40.91529846191406,7.978740215301514,-4.8297200202941895,-40.87950134277344,7.878300189971924,-4.655789852142334,-40.98609924316406,7.878300189971924,-4.7778401374816895,-40.91529846191406,7.978740215301514,-4.655789852142334,-40.98609924316406,7.878300189971924,-4.754740238189697,-40.93009948730469,7.978769779205322,-4.467319965362549,-41.06420135498047,7.878300189971924,-4.571139812469482,-41.0255012512207,7.978740215301514,-4.655789852142334,-40.98609924316406,7.878300189971924,-4.655789852142334,-40.98609924316406,7.878300189971924,-4.571139812469482,-41.0255012512207,7.978740215301514,-4.653900146484375,-40.98249816894531,7.978750228881836,-4.655789852142334,-40.98609924316406,7.878300189971924,-4.653900146484375,-40.98249816894531,7.978750228881836,-4.754740238189697,-40.93009948730469,7.978769779205322,-4.2684102058410645,-41.108001708984375,7.978030204772949,-4.351029872894287,-41.096099853515625,7.978179931640625,-4.268959999084473,-41.11180114746094,7.878300189971924,-4.268959999084473,-41.11180114746094,7.878300189971924,-4.351029872894287,-41.096099853515625,7.978179931640625,-4.377739906311035,-41.08980178833008,7.978260040283203,-4.268959999084473,-41.11180114746094,7.878300189971924,-4.377739906311035,-41.08980178833008,7.978260040283203,-4.467319965362549,-41.06420135498047,7.878300189971924,-4.467319965362549,-41.06420135498047,7.878300189971924,-4.377739906311035,-41.08980178833008,7.978260040283203,-4.466070175170898,-41.06039810180664,7.978479862213135,-4.467319965362549,-41.06420135498047,7.878300189971924,-4.466070175170898,-41.06039810180664,7.978479862213135,-4.571139812469482,-41.0255012512207,7.978740215301514,-4.2684102058410645,-41.108001708984375,7.978030204772949,-4.268959999084473,-41.11180114746094,7.878300189971924,-4.148670196533203,-41.12519836425781,7.977819919586182,-4.148670196533203,-41.12519836425781,7.977819919586182,-4.268959999084473,-41.11180114746094,7.878300189971924,-4.0655999183654785,-41.12779998779297,7.878300189971924,-4.148670196533203,-41.12519836425781,7.977819919586182,-4.0655999183654785,-41.12779998779297,7.878300189971924,-4.0655999183654785,-41.12779998779297,7.977960109710693,-5.365600109100342,-39.82780075073242,7.978089809417725,-5.365600109100342,-39.802799224853516,7.978089809417725,-5.365600109100342,-39.82780075073242,7.878300189971924,-5.365600109100342,-39.82780075073242,7.878300189971924,-5.365600109100342,-39.802799224853516,7.978089809417725,-5.365600109100342,-39.14030075073242,7.978089809417725,-5.365600109100342,-37.12779998779297,7.978089809417725,-5.365600109100342,-37.12779998779297,7.878300189971924,-5.365600109100342,-37.152801513671875,7.978089809417725,-5.365600109100342,-37.152801513671875,7.978089809417725,-5.365600109100342,-37.12779998779297,7.878300189971924,-5.365600109100342,-39.82780075073242,7.878300189971924,-5.365600109100342,-37.152801513671875,7.978089809417725,-5.365600109100342,-39.82780075073242,7.878300189971924,-5.365600109100342,-38.47779846191406,7.978089809417725,-5.365600109100342,-38.47779846191406,7.978089809417725,-5.365600109100342,-39.82780075073242,7.878300189971924,-5.365600109100342,-39.14030075073242,7.978089809417725,-5.15310001373291,-36.41550064086914,7.978219985961914,-5.114620208740234,-36.36579895019531,7.978229999542236,-5.1173200607299805,-36.36370086669922,7.878300189971924,-4.271810054779053,-35.84429931640625,7.977980136871338,-4.268939971923828,-35.84400177001953,7.977980136871338,-4.268959999084473,-35.84379959106445,7.878300189971924,-4.268959999084473,-35.84379959106445,7.878300189971924,-4.268939971923828,-35.84400177001953,7.977980136871338,-4.0655999183654785,-35.82780075073242,7.977970123291016,-4.268959999084473,-35.84379959106445,7.878300189971924,-4.0655999183654785,-35.82780075073242,7.977970123291016,-4.0655999183654785,-35.82780075073242,7.878300189971924,-4.271810054779053,-35.84429931640625,7.977980136871338,-4.268959999084473,-35.84379959106445,7.878300189971924,-4.4672698974609375,-35.8916015625,7.978529930114746,-4.4672698974609375,-35.8916015625,7.978529930114746,-4.268959999084473,-35.84379959106445,7.878300189971924,-4.467319965362549,-35.89139938354492,7.878300189971924,-4.4672698974609375,-35.8916015625,7.978529930114746,-4.467319965362549,-35.89139938354492,7.878300189971924,-4.469890117645264,-35.89229965209961,7.978529930114746,-4.469890117645264,-35.89229965209961,7.978529930114746,-4.467319965362549,-35.89139938354492,7.878300189971924,-4.655789852142334,-35.96950149536133,7.878300189971924,-4.469890117645264,-35.89229965209961,7.978529930114746,-4.655789852142334,-35.96950149536133,7.878300189971924,-4.495870113372803,-35.901100158691406,7.97859001159668,-4.856060028076172,-36.095699310302734,7.97859001159668,-4.828539848327637,-36.07789993286133,7.978630065917969,-4.8297200202941895,-36.07609939575195,7.878300189971924,-4.8297200202941895,-36.07609939575195,7.878300189971924,-4.828539848327637,-36.07789993286133,7.978630065917969,-4.68503999710083,-35.984901428222656,7.978809833526611,-4.8297200202941895,-36.07609939575195,7.878300189971924,-4.68503999710083,-35.984901428222656,7.978809833526611,-4.655789852142334,-35.96950149536133,7.878300189971924,-4.655789852142334,-35.96950149536133,7.878300189971924,-4.68503999710083,-35.984901428222656,7.978809833526611,-4.654890060424805,-35.971500396728516,7.9787797927856445,-4.655789852142334,-35.96950149536133,7.878300189971924,-4.654890060424805,-35.971500396728516,7.9787797927856445,-4.495870113372803,-35.901100158691406,7.97859001159668,-5.1173200607299805,-36.36370086669922,7.878300189971924,-5.114620208740234,-36.36579895019531,7.978229999542236,-4.984839916229248,-36.20859909057617,7.878300189971924,-5.114620208740234,-36.36579895019531,7.978229999542236,-5.028409957885742,-36.25429916381836,7.978250026702881,-4.984839916229248,-36.20859909057617,7.878300189971924,-4.984839916229248,-36.20859909057617,7.878300189971924,-5.028409957885742,-36.25429916381836,7.978250026702881,-4.982439994812012,-36.21110153198242,7.978340148925781,-4.984839916229248,-36.20859909057617,7.878300189971924,-4.982439994812012,-36.21110153198242,7.978340148925781,-4.8297200202941895,-36.07609939575195,7.878300189971924,-4.8297200202941895,-36.07609939575195,7.878300189971924,-4.982439994812012,-36.21110153198242,7.978340148925781,-4.8776397705078125,-36.11259841918945,7.978549957275391,-4.8297200202941895,-36.07609939575195,7.878300189971924,-4.8776397705078125,-36.11259841918945,7.978549957275391,-4.856060028076172,-36.095699310302734,7.97859001159668,-5.3019700050354,-36.72610092163086,7.878300189971924,-5.2632598876953125,-36.62220001220703,7.978409767150879,-5.223909854888916,-36.537601470947266,7.878300189971924,-5.223909854888916,-36.537601470947266,7.878300189971924,-5.2632598876953125,-36.62220001220703,7.978409767150879,-5.220280170440674,-36.53950119018555,7.978330135345459,-5.223909854888916,-36.537601470947266,7.878300189971924,-5.220280170440674,-36.53950119018555,7.978330135345459,-5.1173200607299805,-36.36370086669922,7.878300189971924,-5.1173200607299805,-36.36370086669922,7.878300189971924,-5.220280170440674,-36.53950119018555,7.978330135345459,-5.167880058288574,-36.4385986328125,7.978240013122559,-5.1173200607299805,-36.36370086669922,7.878300189971924,-5.167880058288574,-36.4385986328125,7.978240013122559,-5.15310001373291,-36.41550064086914,7.978219985961914,-5.345739841461182,-36.92499923706055,7.978149890899658,-5.333859920501709,-36.84230041503906,7.978280067443848,-5.349589824676514,-36.92449951171875,7.878300189971924,-5.349589824676514,-36.92449951171875,7.878300189971924,-5.333859920501709,-36.84230041503906,7.978280067443848,-5.327559947967529,-36.81560134887695,7.978320121765137,-5.349589824676514,-36.92449951171875,7.878300189971924,-5.327559947967529,-36.81560134887695,7.978320121765137,-5.3019700050354,-36.72610092163086,7.878300189971924,-5.3019700050354,-36.72610092163086,7.878300189971924,-5.327559947967529,-36.81560134887695,7.978320121765137,-5.298210144042969,-36.727298736572266,7.978370189666748,-5.3019700050354,-36.72610092163086,7.878300189971924,-5.298210144042969,-36.727298736572266,7.978370189666748,-5.2632598876953125,-36.62220001220703,7.978409767150879,-5.345739841461182,-36.92499923706055,7.978149890899658,-5.349589824676514,-36.92449951171875,7.878300189971924,-5.362939834594727,-37.044700622558594,7.977960109710693,-5.362939834594727,-37.044700622558594,7.977960109710693,-5.349589824676514,-36.92449951171875,7.878300189971924,-5.365600109100342,-37.12779998779297,7.878300189971924,-5.362939834594727,-37.044700622558594,7.977960109710693,-5.365600109100342,-37.12779998779297,7.878300189971924,-5.365600109100342,-37.12779998779297,7.978089809417725,4.084400177001953,-35.82780075073242,7.977970123291016,4.134399890899658,-35.82780075073242,7.977960109710693,4.134399890899658,-35.82780075073242,7.878300189971924,-4.0655999183654785,-35.82780075073242,7.878300189971924,-4.0655999183654785,-35.82780075073242,7.977970123291016,-4.015600204467773,-35.82780075073242,7.977980136871338,-4.015600204467773,-35.82780075073242,7.977980136871338,-2.665600061416626,-35.82780075073242,7.978129863739014,-4.0655999183654785,-35.82780075073242,7.878300189971924,-4.0655999183654785,-35.82780075073242,7.878300189971924,-2.665600061416626,-35.82780075073242,7.978129863739014,0.03440380096435547,-35.82780075073242,7.978429794311523,-4.0655999183654785,-35.82780075073242,7.878300189971924,0.03440380096435547,-35.82780075073242,7.978429794311523,4.134399890899658,-35.82780075073242,7.878300189971924,4.134399890899658,-35.82780075073242,7.878300189971924,0.03440380096435547,-35.82780075073242,7.978429794311523,2.7344000339508057,-35.82780075073242,7.978119850158691,4.134399890899658,-35.82780075073242,7.878300189971924,2.7344000339508057,-35.82780075073242,7.978119850158691,4.084400177001953,-35.82780075073242,7.977970123291016,5.007870197296143,-36.165000915527344,7.978419780731201,5.051089763641357,-36.21099853515625,7.9783501625061035,5.053639888763428,-36.20859909057617,7.878300189971924,5.417940139770508,-36.921600341796875,7.978129863739014,5.418169975280762,-36.92449951171875,7.978129863739014,5.418399810791016,-36.92449951171875,7.878300189971924,5.418399810791016,-36.92449951171875,7.878300189971924,5.418169975280762,-36.92449951171875,7.978129863739014,5.4344000816345215,-37.12779998779297,7.978089809417725,5.418399810791016,-36.92449951171875,7.878300189971924,5.4344000816345215,-37.12779998779297,7.978089809417725,5.4344000816345215,-37.12779998779297,7.878300189971924,5.417940139770508,-36.921600341796875,7.978129863739014,5.418399810791016,-36.92449951171875,7.878300189971924,5.370570182800293,-36.726200103759766,7.978419780731201,5.370570182800293,-36.726200103759766,7.978419780731201,5.418399810791016,-36.92449951171875,7.878300189971924,5.370779991149902,-36.72610092163086,7.878300189971924,5.370570182800293,-36.726200103759766,7.978419780731201,5.370779991149902,-36.72610092163086,7.878300189971924,5.369939804077148,-36.7234992980957,7.978419780731201,5.166460037231445,-36.33729934692383,7.9781999588012695,5.184309959411621,-36.364898681640625,7.978219985961914,5.18612003326416,-36.36370086669922,7.878300189971924,5.18612003326416,-36.36370086669922,7.878300189971924,5.184309959411621,-36.364898681640625,7.978219985961914,5.27731990814209,-36.508399963378906,7.978320121765137,5.18612003326416,-36.36370086669922,7.878300189971924,5.27731990814209,-36.508399963378906,7.978320121765137,5.292709827423096,-36.537601470947266,7.878300189971924,5.292709827423096,-36.537601470947266,7.878300189971924,5.27731990814209,-36.508399963378906,7.978320121765137,5.290689945220947,-36.53850173950195,7.978330135345459,5.292709827423096,-36.537601470947266,7.878300189971924,5.290689945220947,-36.53850173950195,7.978330135345459,5.370779991149902,-36.72610092163086,7.878300189971924,5.370779991149902,-36.72610092163086,7.878300189971924,5.290689945220947,-36.53850173950195,7.978330135345459,5.361130237579346,-36.6974983215332,7.978429794311523,5.370779991149902,-36.72610092163086,7.878300189971924,5.361130237579346,-36.6974983215332,7.978429794311523,5.369939804077148,-36.7234992980957,7.978419780731201,5.053639888763428,-36.20859909057617,7.878300189971924,5.051089763641357,-36.21099853515625,7.9783501625061035,5.18612003326416,-36.36370086669922,7.878300189971924,5.18612003326416,-36.36370086669922,7.878300189971924,5.051089763641357,-36.21099853515625,7.9783501625061035,5.14955997467041,-36.315799713134766,7.9781999588012695,5.18612003326416,-36.36370086669922,7.878300189971924,5.14955997467041,-36.315799713134766,7.9781999588012695,5.166460037231445,-36.33729934692383,7.9781999588012695,5.007870197296143,-36.165000915527344,7.978419780731201,5.053639888763428,-36.20859909057617,7.878300189971924,4.896430015563965,-36.078800201416016,7.978640079498291,4.896430015563965,-36.078800201416016,7.978640079498291,5.053639888763428,-36.20859909057617,7.878300189971924,4.898519992828369,-36.07609939575195,7.878300189971924,4.896430015563965,-36.078800201416016,7.978640079498291,4.898519992828369,-36.07609939575195,7.878300189971924,4.846650123596191,-36.04029846191406,7.978740215301514,4.846650123596191,-36.04029846191406,7.978740215301514,4.898519992828369,-36.07609939575195,7.878300189971924,4.724589824676514,-35.96950149536133,7.878300189971924,4.846650123596191,-36.04029846191406,7.978740215301514,4.724589824676514,-35.96950149536133,7.878300189971924,4.823550224304199,-36.0255012512207,7.978769779205322,4.5361199378967285,-35.89139938354492,7.878300189971924,4.639939785003662,-35.93009948730469,7.978740215301514,4.724589824676514,-35.96950149536133,7.878300189971924,4.724589824676514,-35.96950149536133,7.878300189971924,4.639939785003662,-35.93009948730469,7.978740215301514,4.722710132598877,-35.97309875488281,7.978750228881836,4.724589824676514,-35.96950149536133,7.878300189971924,4.722710132598877,-35.97309875488281,7.978750228881836,4.823550224304199,-36.0255012512207,7.978769779205322,4.337210178375244,-35.84769821166992,7.9780402183532715,4.419829845428467,-35.859500885009766,7.978189945220947,4.337769985198975,-35.84379959106445,7.878300189971924,4.337769985198975,-35.84379959106445,7.878300189971924,4.419829845428467,-35.859500885009766,7.978189945220947,4.446539878845215,-35.86589813232422,7.978260040283203,4.337769985198975,-35.84379959106445,7.878300189971924,4.446539878845215,-35.86589813232422,7.978260040283203,4.5361199378967285,-35.89139938354492,7.878300189971924,4.5361199378967285,-35.89139938354492,7.878300189971924,4.446539878845215,-35.86589813232422,7.978260040283203,4.534870147705078,-35.895198822021484,7.978479862213135,4.5361199378967285,-35.89139938354492,7.878300189971924,4.534870147705078,-35.895198822021484,7.978479862213135,4.639939785003662,-35.93009948730469,7.978740215301514,4.337210178375244,-35.84769821166992,7.9780402183532715,4.337769985198975,-35.84379959106445,7.878300189971924,4.217480182647705,-35.830501556396484,7.977819919586182,4.217480182647705,-35.830501556396484,7.977819919586182,4.337769985198975,-35.84379959106445,7.878300189971924,4.134399890899658,-35.82780075073242,7.878300189971924,4.217480182647705,-35.830501556396484,7.977819919586182,4.134399890899658,-35.82780075073242,7.878300189971924,4.134399890899658,-35.82780075073242,7.977960109710693,5.4344000816345215,-37.12779998779297,7.978089809417725,5.4344000816345215,-37.152801513671875,7.978089809417725,5.4344000816345215,-37.12779998779297,7.878300189971924,5.4344000816345215,-37.12779998779297,7.878300189971924,5.4344000816345215,-37.152801513671875,7.978089809417725,5.4344000816345215,-37.81529998779297,7.978089809417725,5.4344000816345215,-39.82780075073242,7.978089809417725,5.4344000816345215,-39.82780075073242,7.878300189971924,5.4344000816345215,-39.802799224853516,7.978089809417725,5.4344000816345215,-39.802799224853516,7.978089809417725,5.4344000816345215,-39.82780075073242,7.878300189971924,5.4344000816345215,-37.12779998779297,7.878300189971924,5.4344000816345215,-39.802799224853516,7.978089809417725,5.4344000816345215,-37.12779998779297,7.878300189971924,5.4344000816345215,-38.47779846191406,7.978089809417725,5.4344000816345215,-38.47779846191406,7.978089809417725,5.4344000816345215,-37.12779998779297,7.878300189971924,5.4344000816345215,-37.81529998779297,7.978089809417725,8.434399604797363,-35.72779846191406,7.878300189971924,8.434399604797363,-35.72779846191406,7.978300094604492,8.2153902053833,-35.74509811401367,7.978300094604492,8.434399604797363,-35.72779846191406,7.878300189971924,8.2153902053833,-35.74509811401367,7.978300094604492,8.2153902053833,-35.74509811401367,7.878300189971924,8.2153902053833,-35.74509811401367,7.878300189971924,8.2153902053833,-35.74509811401367,7.978300094604492,8.001779556274414,-35.79629898071289,7.978300094604492,8.2153902053833,-35.74509811401367,7.878300189971924,8.001779556274414,-35.79629898071289,7.978300094604492,8.001779556274414,-35.79629898071289,7.878300189971924,8.001779556274414,-35.79629898071289,7.878300189971924,8.001779556274414,-35.79629898071289,7.978300094604492,7.7988200187683105,-35.880401611328125,7.978300094604492,8.001779556274414,-35.79629898071289,7.878300189971924,7.7988200187683105,-35.880401611328125,7.978300094604492,7.7988200187683105,-35.880401611328125,7.878300189971924,7.7988200187683105,-35.880401611328125,7.878300189971924,7.7988200187683105,-35.880401611328125,7.978300094604492,7.611499786376953,-35.995201110839844,7.978300094604492,7.7988200187683105,-35.880401611328125,7.878300189971924,7.611499786376953,-35.995201110839844,7.978300094604492,7.611499786376953,-35.995201110839844,7.878300189971924,7.611499786376953,-35.995201110839844,7.878300189971924,7.611499786376953,-35.995201110839844,7.978300094604492,7.4444499015808105,-36.137901306152344,7.978300094604492,7.611499786376953,-35.995201110839844,7.878300189971924,7.4444499015808105,-36.137901306152344,7.978300094604492,7.4444499015808105,-36.137901306152344,7.878300189971924,7.4444499015808105,-36.137901306152344,7.878300189971924,7.4444499015808105,-36.137901306152344,7.978300094604492,7.3017802238464355,-36.304901123046875,7.978300094604492,7.4444499015808105,-36.137901306152344,7.878300189971924,7.3017802238464355,-36.304901123046875,7.978300094604492,7.3017802238464355,-36.304901123046875,7.878300189971924,7.3017802238464355,-36.304901123046875,7.878300189971924,7.3017802238464355,-36.304901123046875,7.978300094604492,7.186989784240723,-36.4921989440918,7.978300094604492,7.3017802238464355,-36.304901123046875,7.878300189971924,7.186989784240723,-36.4921989440918,7.978300094604492,7.186989784240723,-36.4921989440918,7.878300189971924,7.186989784240723,-36.4921989440918,7.878300189971924,7.186989784240723,-36.4921989440918,7.978300094604492,7.102920055389404,-36.6952018737793,7.978300094604492,7.186989784240723,-36.4921989440918,7.878300189971924,7.102920055389404,-36.6952018737793,7.978300094604492,7.102920055389404,-36.6952018737793,7.878300189971924,7.102920055389404,-36.6952018737793,7.878300189971924,7.102920055389404,-36.6952018737793,7.978300094604492,7.051640033721924,-36.90879821777344,7.978300094604492,7.102920055389404,-36.6952018737793,7.878300189971924,7.051640033721924,-36.90879821777344,7.978300094604492,7.051640033721924,-36.90879821777344,7.878300189971924,7.051640033721924,-36.90879821777344,7.878300189971924,7.051640033721924,-36.90879821777344,7.978300094604492,7.03439998626709,-37.12779998779297,7.978300094604492,7.051640033721924,-36.90879821777344,7.878300189971924,7.03439998626709,-37.12779998779297,7.978300094604492,7.03439998626709,-37.12779998779297,7.878300189971924,8.434399604797363,-35.72779846191406,7.878300189971924,16.6343994140625,-35.72779846191406,7.878300189971924,8.434399604797363,-35.72779846191406,7.978300094604492,8.434399604797363,-35.72779846191406,7.978300094604492,16.6343994140625,-35.72779846191406,7.878300189971924,16.6343994140625,-35.72779846191406,7.978300094604492,18.034400939941406,-37.12779998779297,7.878300189971924,18.034400939941406,-37.12779998779297,7.978300094604492,18.017200469970703,-36.90879821777344,7.978300094604492,18.034400939941406,-37.12779998779297,7.878300189971924,18.017200469970703,-36.90879821777344,7.978300094604492,18.017200469970703,-36.90879821777344,7.878300189971924,18.017200469970703,-36.90879821777344,7.878300189971924,18.017200469970703,-36.90879821777344,7.978300094604492,17.965900421142578,-36.6952018737793,7.978300094604492,18.017200469970703,-36.90879821777344,7.878300189971924,17.965900421142578,-36.6952018737793,7.978300094604492,17.965900421142578,-36.6952018737793,7.878300189971924,17.965900421142578,-36.6952018737793,7.878300189971924,17.965900421142578,-36.6952018737793,7.978300094604492,17.881799697875977,-36.4921989440918,7.978300094604492,17.965900421142578,-36.6952018737793,7.878300189971924,17.881799697875977,-36.4921989440918,7.978300094604492,17.881799697875977,-36.4921989440918,7.878300189971924,17.881799697875977,-36.4921989440918,7.878300189971924,17.881799697875977,-36.4921989440918,7.978300094604492,17.767000198364258,-36.304901123046875,7.978300094604492,17.881799697875977,-36.4921989440918,7.878300189971924,17.767000198364258,-36.304901123046875,7.978300094604492,17.767000198364258,-36.304901123046875,7.878300189971924,17.767000198364258,-36.304901123046875,7.878300189971924,17.767000198364258,-36.304901123046875,7.978300094604492,17.624399185180664,-36.137901306152344,7.978300094604492,17.767000198364258,-36.304901123046875,7.878300189971924,17.624399185180664,-36.137901306152344,7.978300094604492,17.624399185180664,-36.137901306152344,7.878300189971924,17.624399185180664,-36.137901306152344,7.878300189971924,17.624399185180664,-36.137901306152344,7.978300094604492,17.457300186157227,-35.995201110839844,7.978300094604492,17.624399185180664,-36.137901306152344,7.878300189971924,17.457300186157227,-35.995201110839844,7.978300094604492,17.457300186157227,-35.995201110839844,7.878300189971924,17.457300186157227,-35.995201110839844,7.878300189971924,17.457300186157227,-35.995201110839844,7.978300094604492,17.270000457763672,-35.880401611328125,7.978300094604492,17.457300186157227,-35.995201110839844,7.878300189971924,17.270000457763672,-35.880401611328125,7.978300094604492,17.270000457763672,-35.880401611328125,7.878300189971924,17.270000457763672,-35.880401611328125,7.878300189971924,17.270000457763672,-35.880401611328125,7.978300094604492,17.066999435424805,-35.79629898071289,7.978300094604492,17.270000457763672,-35.880401611328125,7.878300189971924,17.066999435424805,-35.79629898071289,7.978300094604492,17.066999435424805,-35.79629898071289,7.878300189971924,17.066999435424805,-35.79629898071289,7.878300189971924,17.066999435424805,-35.79629898071289,7.978300094604492,16.8533992767334,-35.74509811401367,7.978300094604492,17.066999435424805,-35.79629898071289,7.878300189971924,16.8533992767334,-35.74509811401367,7.978300094604492,16.8533992767334,-35.74509811401367,7.878300189971924,16.8533992767334,-35.74509811401367,7.878300189971924,16.8533992767334,-35.74509811401367,7.978300094604492,16.6343994140625,-35.72779846191406,7.978300094604492,16.8533992767334,-35.74509811401367,7.878300189971924,16.6343994140625,-35.72779846191406,7.978300094604492,16.6343994140625,-35.72779846191406,7.878300189971924,18.034400939941406,-37.12779998779297,7.878300189971924,18.034400939941406,-39.82780075073242,7.878300189971924,18.034400939941406,-37.12779998779297,7.978300094604492,18.034400939941406,-37.12779998779297,7.978300094604492,18.034400939941406,-39.82780075073242,7.878300189971924,18.034400939941406,-39.82780075073242,7.978300094604492,16.6343994140625,-41.22779846191406,7.878300189971924,16.6343994140625,-41.22779846191406,7.978300094604492,16.8533992767334,-41.210601806640625,7.978300094604492,16.6343994140625,-41.22779846191406,7.878300189971924,16.8533992767334,-41.210601806640625,7.978300094604492,16.8533992767334,-41.210601806640625,7.878300189971924,16.8533992767334,-41.210601806640625,7.878300189971924,16.8533992767334,-41.210601806640625,7.978300094604492,17.066999435424805,-41.1593017578125,7.978300094604492,16.8533992767334,-41.210601806640625,7.878300189971924,17.066999435424805,-41.1593017578125,7.978300094604492,17.066999435424805,-41.1593017578125,7.878300189971924,17.066999435424805,-41.1593017578125,7.878300189971924,17.066999435424805,-41.1593017578125,7.978300094604492,17.270000457763672,-41.075199127197266,7.978300094604492,17.066999435424805,-41.1593017578125,7.878300189971924,17.270000457763672,-41.075199127197266,7.978300094604492,17.270000457763672,-41.075199127197266,7.878300189971924,17.270000457763672,-41.075199127197266,7.878300189971924,17.270000457763672,-41.075199127197266,7.978300094604492,17.457300186157227,-40.96039962768555,7.978300094604492,17.270000457763672,-41.075199127197266,7.878300189971924,17.457300186157227,-40.96039962768555,7.978300094604492,17.457300186157227,-40.96039962768555,7.878300189971924,17.457300186157227,-40.96039962768555,7.878300189971924,17.457300186157227,-40.96039962768555,7.978300094604492,17.624399185180664,-40.81779861450195,7.978300094604492,17.457300186157227,-40.96039962768555,7.878300189971924,17.624399185180664,-40.81779861450195,7.978300094604492,17.624399185180664,-40.81779861450195,7.878300189971924,17.624399185180664,-40.81779861450195,7.878300189971924,17.624399185180664,-40.81779861450195,7.978300094604492,17.767000198364258,-40.650699615478516,7.978300094604492,17.624399185180664,-40.81779861450195,7.878300189971924,17.767000198364258,-40.650699615478516,7.978300094604492,17.767000198364258,-40.650699615478516,7.878300189971924,17.767000198364258,-40.650699615478516,7.878300189971924,17.767000198364258,-40.650699615478516,7.978300094604492,17.881799697875977,-40.463401794433594,7.978300094604492,17.767000198364258,-40.650699615478516,7.878300189971924,17.881799697875977,-40.463401794433594,7.978300094604492,17.881799697875977,-40.463401794433594,7.878300189971924,17.881799697875977,-40.463401794433594,7.878300189971924,17.881799697875977,-40.463401794433594,7.978300094604492,17.965900421142578,-40.260398864746094,7.978300094604492,17.881799697875977,-40.463401794433594,7.878300189971924,17.965900421142578,-40.260398864746094,7.978300094604492,17.965900421142578,-40.260398864746094,7.878300189971924,17.965900421142578,-40.260398864746094,7.878300189971924,17.965900421142578,-40.260398864746094,7.978300094604492,18.017200469970703,-40.04679870605469,7.978300094604492,17.965900421142578,-40.260398864746094,7.878300189971924,18.017200469970703,-40.04679870605469,7.978300094604492,18.017200469970703,-40.04679870605469,7.878300189971924,18.017200469970703,-40.04679870605469,7.878300189971924,18.017200469970703,-40.04679870605469,7.978300094604492,18.034400939941406,-39.82780075073242,7.978300094604492,18.017200469970703,-40.04679870605469,7.878300189971924,18.034400939941406,-39.82780075073242,7.978300094604492,18.034400939941406,-39.82780075073242,7.878300189971924,16.6343994140625,-41.22779846191406,7.878300189971924,8.434399604797363,-41.22779846191406,7.878300189971924,16.6343994140625,-41.22779846191406,7.978300094604492,16.6343994140625,-41.22779846191406,7.978300094604492,8.434399604797363,-41.22779846191406,7.878300189971924,8.434399604797363,-41.22779846191406,7.978300094604492,7.03439998626709,-39.82780075073242,7.878300189971924,7.03439998626709,-39.82780075073242,7.978300094604492,7.051640033721924,-40.04679870605469,7.978300094604492,7.03439998626709,-39.82780075073242,7.878300189971924,7.051640033721924,-40.04679870605469,7.978300094604492,7.051640033721924,-40.04679870605469,7.878300189971924,7.051640033721924,-40.04679870605469,7.878300189971924,7.051640033721924,-40.04679870605469,7.978300094604492,7.102920055389404,-40.260398864746094,7.978300094604492,7.051640033721924,-40.04679870605469,7.878300189971924,7.102920055389404,-40.260398864746094,7.978300094604492,7.102920055389404,-40.260398864746094,7.878300189971924,7.102920055389404,-40.260398864746094,7.878300189971924,7.102920055389404,-40.260398864746094,7.978300094604492,7.186989784240723,-40.463401794433594,7.978300094604492,7.102920055389404,-40.260398864746094,7.878300189971924,7.186989784240723,-40.463401794433594,7.978300094604492,7.186989784240723,-40.463401794433594,7.878300189971924,7.186989784240723,-40.463401794433594,7.878300189971924,7.186989784240723,-40.463401794433594,7.978300094604492,7.3017802238464355,-40.650699615478516,7.978300094604492,7.186989784240723,-40.463401794433594,7.878300189971924,7.3017802238464355,-40.650699615478516,7.978300094604492,7.3017802238464355,-40.650699615478516,7.878300189971924,7.3017802238464355,-40.650699615478516,7.878300189971924,7.3017802238464355,-40.650699615478516,7.978300094604492,7.4444499015808105,-40.81779861450195,7.978300094604492,7.3017802238464355,-40.650699615478516,7.878300189971924,7.4444499015808105,-40.81779861450195,7.978300094604492,7.4444499015808105,-40.81779861450195,7.878300189971924,7.4444499015808105,-40.81779861450195,7.878300189971924,7.4444499015808105,-40.81779861450195,7.978300094604492,7.611499786376953,-40.96039962768555,7.978300094604492,7.4444499015808105,-40.81779861450195,7.878300189971924,7.611499786376953,-40.96039962768555,7.978300094604492,7.611499786376953,-40.96039962768555,7.878300189971924,7.611499786376953,-40.96039962768555,7.878300189971924,7.611499786376953,-40.96039962768555,7.978300094604492,7.7988200187683105,-41.075199127197266,7.978300094604492,7.611499786376953,-40.96039962768555,7.878300189971924,7.7988200187683105,-41.075199127197266,7.978300094604492,7.7988200187683105,-41.075199127197266,7.878300189971924,7.7988200187683105,-41.075199127197266,7.878300189971924,7.7988200187683105,-41.075199127197266,7.978300094604492,8.001779556274414,-41.1593017578125,7.978300094604492,7.7988200187683105,-41.075199127197266,7.878300189971924,8.001779556274414,-41.1593017578125,7.978300094604492,8.001779556274414,-41.1593017578125,7.878300189971924,8.001779556274414,-41.1593017578125,7.878300189971924,8.001779556274414,-41.1593017578125,7.978300094604492,8.2153902053833,-41.210601806640625,7.978300094604492,8.001779556274414,-41.1593017578125,7.878300189971924,8.2153902053833,-41.210601806640625,7.978300094604492,8.2153902053833,-41.210601806640625,7.878300189971924,8.2153902053833,-41.210601806640625,7.878300189971924,8.2153902053833,-41.210601806640625,7.978300094604492,8.434399604797363,-41.22779846191406,7.978300094604492,8.2153902053833,-41.210601806640625,7.878300189971924,8.434399604797363,-41.22779846191406,7.978300094604492,8.434399604797363,-41.22779846191406,7.878300189971924,7.03439998626709,-39.82780075073242,7.878300189971924,7.03439998626709,-37.12779998779297,7.878300189971924,7.03439998626709,-39.82780075073242,7.978300094604492,7.03439998626709,-39.82780075073242,7.978300094604492,7.03439998626709,-37.12779998779297,7.878300189971924,7.03439998626709,-37.12779998779297,7.978300094604492,7.515160083770752,-36.20859909057617,7.878300189971924,7.4444499015808105,-36.137901306152344,7.878300189971924,7.3826799392700195,-36.36370086669922,7.878300189971924,7.3826799392700195,-36.36370086669922,7.878300189971924,7.4444499015808105,-36.137901306152344,7.878300189971924,7.3017802238464355,-36.304901123046875,7.878300189971924,7.3826799392700195,-36.36370086669922,7.878300189971924,7.3017802238464355,-36.304901123046875,7.878300189971924,7.276100158691406,-36.537601470947266,7.878300189971924,7.276100158691406,-36.537601470947266,7.878300189971924,7.3017802238464355,-36.304901123046875,7.878300189971924,7.186989784240723,-36.4921989440918,7.878300189971924,7.276100158691406,-36.537601470947266,7.878300189971924,7.186989784240723,-36.4921989440918,7.878300189971924,7.1980299949646,-36.72610092163086,7.878300189971924,7.1980299949646,-36.72610092163086,7.878300189971924,7.186989784240723,-36.4921989440918,7.878300189971924,7.102920055389404,-36.6952018737793,7.878300189971924,7.1980299949646,-36.72610092163086,7.878300189971924,7.102920055389404,-36.6952018737793,7.878300189971924,7.150410175323486,-36.92449951171875,7.878300189971924,7.150410175323486,-36.92449951171875,7.878300189971924,7.102920055389404,-36.6952018737793,7.878300189971924,7.051640033721924,-36.90879821777344,7.878300189971924,7.150410175323486,-36.92449951171875,7.878300189971924,7.051640033721924,-36.90879821777344,7.878300189971924,7.134399890899658,-37.12779998779297,7.878300189971924,7.134399890899658,-37.12779998779297,7.878300189971924,7.051640033721924,-36.90879821777344,7.878300189971924,7.03439998626709,-37.12779998779297,7.878300189971924,7.134399890899658,-37.12779998779297,7.878300189971924,7.03439998626709,-37.12779998779297,7.878300189971924,7.134399890899658,-39.82780075073242,7.878300189971924,7.134399890899658,-39.82780075073242,7.878300189971924,7.03439998626709,-37.12779998779297,7.878300189971924,7.03439998626709,-39.82780075073242,7.878300189971924,7.134399890899658,-39.82780075073242,7.878300189971924,7.03439998626709,-39.82780075073242,7.878300189971924,7.150410175323486,-40.03120040893555,7.878300189971924,7.150410175323486,-40.03120040893555,7.878300189971924,7.03439998626709,-39.82780075073242,7.878300189971924,7.051640033721924,-40.04679870605469,7.878300189971924,7.150410175323486,-40.03120040893555,7.878300189971924,7.051640033721924,-40.04679870605469,7.878300189971924,7.1980299949646,-40.22949981689453,7.878300189971924,7.1980299949646,-40.22949981689453,7.878300189971924,7.051640033721924,-40.04679870605469,7.878300189971924,7.102920055389404,-40.260398864746094,7.878300189971924,7.1980299949646,-40.22949981689453,7.878300189971924,7.102920055389404,-40.260398864746094,7.878300189971924,7.276100158691406,-40.417999267578125,7.878300189971924,7.276100158691406,-40.417999267578125,7.878300189971924,7.102920055389404,-40.260398864746094,7.878300189971924,7.186989784240723,-40.463401794433594,7.878300189971924,7.276100158691406,-40.417999267578125,7.878300189971924,7.186989784240723,-40.463401794433594,7.878300189971924,7.3826799392700195,-40.59189987182617,7.878300189971924,7.3826799392700195,-40.59189987182617,7.878300189971924,7.186989784240723,-40.463401794433594,7.878300189971924,7.3017802238464355,-40.650699615478516,7.878300189971924,7.3826799392700195,-40.59189987182617,7.878300189971924,7.3017802238464355,-40.650699615478516,7.878300189971924,7.515160083770752,-40.747100830078125,7.878300189971924,7.515160083770752,-40.747100830078125,7.878300189971924,7.3017802238464355,-40.650699615478516,7.878300189971924,7.4444499015808105,-40.81779861450195,7.878300189971924,7.515160083770752,-40.747100830078125,7.878300189971924,7.4444499015808105,-40.81779861450195,7.878300189971924,7.6702799797058105,-40.87950134277344,7.878300189971924,7.6702799797058105,-40.87950134277344,7.878300189971924,7.4444499015808105,-40.81779861450195,7.878300189971924,7.611499786376953,-40.96039962768555,7.878300189971924,7.6702799797058105,-40.87950134277344,7.878300189971924,7.611499786376953,-40.96039962768555,7.878300189971924,7.844220161437988,-40.98609924316406,7.878300189971924,7.844220161437988,-40.98609924316406,7.878300189971924,7.611499786376953,-40.96039962768555,7.878300189971924,7.7988200187683105,-41.075199127197266,7.878300189971924,7.844220161437988,-40.98609924316406,7.878300189971924,7.7988200187683105,-41.075199127197266,7.878300189971924,8.032679557800293,-41.06420135498047,7.878300189971924,8.032679557800293,-41.06420135498047,7.878300189971924,7.7988200187683105,-41.075199127197266,7.878300189971924,8.001779556274414,-41.1593017578125,7.878300189971924,8.032679557800293,-41.06420135498047,7.878300189971924,8.001779556274414,-41.1593017578125,7.878300189971924,8.231030464172363,-41.11180114746094,7.878300189971924,8.231030464172363,-41.11180114746094,7.878300189971924,8.001779556274414,-41.1593017578125,7.878300189971924,8.2153902053833,-41.210601806640625,7.878300189971924,8.231030464172363,-41.11180114746094,7.878300189971924,8.2153902053833,-41.210601806640625,7.878300189971924,8.434399604797363,-41.12779998779297,7.878300189971924,8.434399604797363,-41.12779998779297,7.878300189971924,8.2153902053833,-41.210601806640625,7.878300189971924,8.434399604797363,-41.22779846191406,7.878300189971924,8.434399604797363,-41.12779998779297,7.878300189971924,8.434399604797363,-41.22779846191406,7.878300189971924,16.6343994140625,-41.12779998779297,7.878300189971924,16.6343994140625,-41.12779998779297,7.878300189971924,8.434399604797363,-41.22779846191406,7.878300189971924,16.6343994140625,-41.22779846191406,7.878300189971924,16.6343994140625,-41.12779998779297,7.878300189971924,16.6343994140625,-41.22779846191406,7.878300189971924,16.837799072265625,-41.11180114746094,7.878300189971924,16.837799072265625,-41.11180114746094,7.878300189971924,16.6343994140625,-41.22779846191406,7.878300189971924,16.8533992767334,-41.210601806640625,7.878300189971924,16.837799072265625,-41.11180114746094,7.878300189971924,16.8533992767334,-41.210601806640625,7.878300189971924,17.036100387573242,-41.06420135498047,7.878300189971924,17.036100387573242,-41.06420135498047,7.878300189971924,16.8533992767334,-41.210601806640625,7.878300189971924,17.066999435424805,-41.1593017578125,7.878300189971924,17.036100387573242,-41.06420135498047,7.878300189971924,17.066999435424805,-41.1593017578125,7.878300189971924,17.224599838256836,-40.98609924316406,7.878300189971924,17.224599838256836,-40.98609924316406,7.878300189971924,17.066999435424805,-41.1593017578125,7.878300189971924,17.270000457763672,-41.075199127197266,7.878300189971924,17.224599838256836,-40.98609924316406,7.878300189971924,17.270000457763672,-41.075199127197266,7.878300189971924,17.398500442504883,-40.87950134277344,7.878300189971924,17.398500442504883,-40.87950134277344,7.878300189971924,17.270000457763672,-41.075199127197266,7.878300189971924,17.457300186157227,-40.96039962768555,7.878300189971924,17.398500442504883,-40.87950134277344,7.878300189971924,17.457300186157227,-40.96039962768555,7.878300189971924,17.553600311279297,-40.747100830078125,7.878300189971924,17.553600311279297,-40.747100830078125,7.878300189971924,17.457300186157227,-40.96039962768555,7.878300189971924,17.624399185180664,-40.81779861450195,7.878300189971924,17.553600311279297,-40.747100830078125,7.878300189971924,17.624399185180664,-40.81779861450195,7.878300189971924,17.686100006103516,-40.59189987182617,7.878300189971924,17.686100006103516,-40.59189987182617,7.878300189971924,17.624399185180664,-40.81779861450195,7.878300189971924,17.767000198364258,-40.650699615478516,7.878300189971924,17.686100006103516,-40.59189987182617,7.878300189971924,17.767000198364258,-40.650699615478516,7.878300189971924,17.792699813842773,-40.417999267578125,7.878300189971924,17.792699813842773,-40.417999267578125,7.878300189971924,17.767000198364258,-40.650699615478516,7.878300189971924,17.881799697875977,-40.463401794433594,7.878300189971924,17.792699813842773,-40.417999267578125,7.878300189971924,17.881799697875977,-40.463401794433594,7.878300189971924,17.870800018310547,-40.22949981689453,7.878300189971924,17.870800018310547,-40.22949981689453,7.878300189971924,17.881799697875977,-40.463401794433594,7.878300189971924,17.965900421142578,-40.260398864746094,7.878300189971924,17.870800018310547,-40.22949981689453,7.878300189971924,17.965900421142578,-40.260398864746094,7.878300189971924,17.918399810791016,-40.03120040893555,7.878300189971924,17.918399810791016,-40.03120040893555,7.878300189971924,17.965900421142578,-40.260398864746094,7.878300189971924,18.017200469970703,-40.04679870605469,7.878300189971924,17.918399810791016,-40.03120040893555,7.878300189971924,18.017200469970703,-40.04679870605469,7.878300189971924,17.93440055847168,-39.82780075073242,7.878300189971924,17.93440055847168,-39.82780075073242,7.878300189971924,18.017200469970703,-40.04679870605469,7.878300189971924,18.034400939941406,-39.82780075073242,7.878300189971924,17.93440055847168,-39.82780075073242,7.878300189971924,18.034400939941406,-39.82780075073242,7.878300189971924,17.93440055847168,-37.12779998779297,7.878300189971924,17.93440055847168,-37.12779998779297,7.878300189971924,18.034400939941406,-39.82780075073242,7.878300189971924,18.034400939941406,-37.12779998779297,7.878300189971924,17.93440055847168,-37.12779998779297,7.878300189971924,18.034400939941406,-37.12779998779297,7.878300189971924,17.918399810791016,-36.92449951171875,7.878300189971924,17.918399810791016,-36.92449951171875,7.878300189971924,18.034400939941406,-37.12779998779297,7.878300189971924,18.017200469970703,-36.90879821777344,7.878300189971924,17.918399810791016,-36.92449951171875,7.878300189971924,18.017200469970703,-36.90879821777344,7.878300189971924,17.870800018310547,-36.72610092163086,7.878300189971924,17.870800018310547,-36.72610092163086,7.878300189971924,18.017200469970703,-36.90879821777344,7.878300189971924,17.965900421142578,-36.6952018737793,7.878300189971924,17.870800018310547,-36.72610092163086,7.878300189971924,17.965900421142578,-36.6952018737793,7.878300189971924,17.792699813842773,-36.537601470947266,7.878300189971924,17.792699813842773,-36.537601470947266,7.878300189971924,17.965900421142578,-36.6952018737793,7.878300189971924,17.881799697875977,-36.4921989440918,7.878300189971924,17.792699813842773,-36.537601470947266,7.878300189971924,17.881799697875977,-36.4921989440918,7.878300189971924,17.686100006103516,-36.36370086669922,7.878300189971924,17.686100006103516,-36.36370086669922,7.878300189971924,17.881799697875977,-36.4921989440918,7.878300189971924,17.767000198364258,-36.304901123046875,7.878300189971924,17.686100006103516,-36.36370086669922,7.878300189971924,17.767000198364258,-36.304901123046875,7.878300189971924,17.553600311279297,-36.20859909057617,7.878300189971924,17.553600311279297,-36.20859909057617,7.878300189971924,17.767000198364258,-36.304901123046875,7.878300189971924,17.624399185180664,-36.137901306152344,7.878300189971924,17.553600311279297,-36.20859909057617,7.878300189971924,17.624399185180664,-36.137901306152344,7.878300189971924,17.398500442504883,-36.07609939575195,7.878300189971924,17.398500442504883,-36.07609939575195,7.878300189971924,17.624399185180664,-36.137901306152344,7.878300189971924,17.457300186157227,-35.995201110839844,7.878300189971924,17.398500442504883,-36.07609939575195,7.878300189971924,17.457300186157227,-35.995201110839844,7.878300189971924,17.224599838256836,-35.96950149536133,7.878300189971924,17.224599838256836,-35.96950149536133,7.878300189971924,17.457300186157227,-35.995201110839844,7.878300189971924,17.270000457763672,-35.880401611328125,7.878300189971924,17.224599838256836,-35.96950149536133,7.878300189971924,17.270000457763672,-35.880401611328125,7.878300189971924,17.036100387573242,-35.89139938354492,7.878300189971924,17.036100387573242,-35.89139938354492,7.878300189971924,17.270000457763672,-35.880401611328125,7.878300189971924,17.066999435424805,-35.79629898071289,7.878300189971924,17.036100387573242,-35.89139938354492,7.878300189971924,17.066999435424805,-35.79629898071289,7.878300189971924,16.837799072265625,-35.84379959106445,7.878300189971924,16.837799072265625,-35.84379959106445,7.878300189971924,17.066999435424805,-35.79629898071289,7.878300189971924,16.8533992767334,-35.74509811401367,7.878300189971924,16.837799072265625,-35.84379959106445,7.878300189971924,16.8533992767334,-35.74509811401367,7.878300189971924,16.6343994140625,-35.82780075073242,7.878300189971924,16.6343994140625,-35.82780075073242,7.878300189971924,16.8533992767334,-35.74509811401367,7.878300189971924,16.6343994140625,-35.72779846191406,7.878300189971924,16.6343994140625,-35.82780075073242,7.878300189971924,16.6343994140625,-35.72779846191406,7.878300189971924,8.434399604797363,-35.82780075073242,7.878300189971924,8.434399604797363,-35.82780075073242,7.878300189971924,16.6343994140625,-35.72779846191406,7.878300189971924,8.434399604797363,-35.72779846191406,7.878300189971924,8.434399604797363,-35.82780075073242,7.878300189971924,8.434399604797363,-35.72779846191406,7.878300189971924,8.231030464172363,-35.84379959106445,7.878300189971924,8.231030464172363,-35.84379959106445,7.878300189971924,8.434399604797363,-35.72779846191406,7.878300189971924,8.2153902053833,-35.74509811401367,7.878300189971924,8.231030464172363,-35.84379959106445,7.878300189971924,8.2153902053833,-35.74509811401367,7.878300189971924,8.032679557800293,-35.89139938354492,7.878300189971924,8.032679557800293,-35.89139938354492,7.878300189971924,8.2153902053833,-35.74509811401367,7.878300189971924,8.001779556274414,-35.79629898071289,7.878300189971924,8.032679557800293,-35.89139938354492,7.878300189971924,8.001779556274414,-35.79629898071289,7.878300189971924,7.844220161437988,-35.96950149536133,7.878300189971924,7.844220161437988,-35.96950149536133,7.878300189971924,8.001779556274414,-35.79629898071289,7.878300189971924,7.7988200187683105,-35.880401611328125,7.878300189971924,7.844220161437988,-35.96950149536133,7.878300189971924,7.7988200187683105,-35.880401611328125,7.878300189971924,7.6702799797058105,-36.07609939575195,7.878300189971924,7.6702799797058105,-36.07609939575195,7.878300189971924,7.7988200187683105,-35.880401611328125,7.878300189971924,7.611499786376953,-35.995201110839844,7.878300189971924,7.6702799797058105,-36.07609939575195,7.878300189971924,7.611499786376953,-35.995201110839844,7.878300189971924,7.515160083770752,-36.20859909057617,7.878300189971924,7.515160083770752,-36.20859909057617,7.878300189971924,7.611499786376953,-35.995201110839844,7.878300189971924,7.4444499015808105,-36.137901306152344,7.878300189971924,17.721900939941406,-40.54010009765625,7.978229999542236,17.683399200439453,-40.589900970458984,7.978229999542236,17.686100006103516,-40.59189987182617,7.878300189971924,16.840599060058594,-41.11140060424805,7.977970123291016,16.83769989013672,-41.11159896850586,7.977970123291016,16.837799072265625,-41.11180114746094,7.878300189971924,16.837799072265625,-41.11180114746094,7.878300189971924,16.83769989013672,-41.11159896850586,7.977970123291016,16.6343994140625,-41.12779998779297,7.977960109710693,16.837799072265625,-41.11180114746094,7.878300189971924,16.6343994140625,-41.12779998779297,7.977960109710693,16.6343994140625,-41.12779998779297,7.878300189971924,16.840599060058594,-41.11140060424805,7.977970123291016,16.837799072265625,-41.11180114746094,7.878300189971924,17.036100387573242,-41.06399917602539,7.978519916534424,17.036100387573242,-41.06399917602539,7.978519916534424,16.837799072265625,-41.11180114746094,7.878300189971924,17.036100387573242,-41.06420135498047,7.878300189971924,17.036100387573242,-41.06399917602539,7.978519916534424,17.036100387573242,-41.06420135498047,7.878300189971924,17.038700103759766,-41.06340026855469,7.978519916534424,17.038700103759766,-41.06340026855469,7.978519916534424,17.036100387573242,-41.06420135498047,7.878300189971924,17.224599838256836,-40.98609924316406,7.878300189971924,17.038700103759766,-41.06340026855469,7.978519916534424,17.224599838256836,-40.98609924316406,7.878300189971924,17.064699172973633,-41.05459976196289,7.97859001159668,17.42490005493164,-40.859901428222656,7.978600025177002,17.397300720214844,-40.87770080566406,7.978630065917969,17.398500442504883,-40.87950134277344,7.878300189971924,17.398500442504883,-40.87950134277344,7.878300189971924,17.397300720214844,-40.87770080566406,7.978630065917969,17.253799438476562,-40.97079849243164,7.978809833526611,17.398500442504883,-40.87950134277344,7.878300189971924,17.253799438476562,-40.97079849243164,7.978809833526611,17.224599838256836,-40.98609924316406,7.878300189971924,17.224599838256836,-40.98609924316406,7.878300189971924,17.253799438476562,-40.97079849243164,7.978809833526611,17.22369956970215,-40.984100341796875,7.9787797927856445,17.224599838256836,-40.98609924316406,7.878300189971924,17.22369956970215,-40.984100341796875,7.9787797927856445,17.064699172973633,-41.05459976196289,7.97859001159668,17.686100006103516,-40.59189987182617,7.878300189971924,17.683399200439453,-40.589900970458984,7.978229999542236,17.553600311279297,-40.747100830078125,7.878300189971924,17.683399200439453,-40.589900970458984,7.978229999542236,17.597200393676758,-40.70130157470703,7.978250026702881,17.553600311279297,-40.747100830078125,7.878300189971924,17.553600311279297,-40.747100830078125,7.878300189971924,17.597200393676758,-40.70130157470703,7.978250026702881,17.55120086669922,-40.74449920654297,7.978340148925781,17.553600311279297,-40.747100830078125,7.878300189971924,17.55120086669922,-40.74449920654297,7.978340148925781,17.398500442504883,-40.87950134277344,7.878300189971924,17.398500442504883,-40.87950134277344,7.878300189971924,17.55120086669922,-40.74449920654297,7.978340148925781,17.446399688720703,-40.84299850463867,7.978549957275391,17.398500442504883,-40.87950134277344,7.878300189971924,17.446399688720703,-40.84299850463867,7.978549957275391,17.42490005493164,-40.859901428222656,7.978600025177002,17.870800018310547,-40.22949981689453,7.878300189971924,17.83209991455078,-40.33340072631836,7.978409767150879,17.792699813842773,-40.417999267578125,7.878300189971924,17.792699813842773,-40.417999267578125,7.878300189971924,17.83209991455078,-40.33340072631836,7.978409767150879,17.789100646972656,-40.416099548339844,7.978330135345459,17.792699813842773,-40.417999267578125,7.878300189971924,17.789100646972656,-40.416099548339844,7.978330135345459,17.686100006103516,-40.59189987182617,7.878300189971924,17.686100006103516,-40.59189987182617,7.878300189971924,17.789100646972656,-40.416099548339844,7.978330135345459,17.7367000579834,-40.516998291015625,7.978240013122559,17.686100006103516,-40.59189987182617,7.878300189971924,17.7367000579834,-40.516998291015625,7.978240013122559,17.721900939941406,-40.54010009765625,7.978229999542236,17.914499282836914,-40.030601501464844,7.978149890899658,17.902700424194336,-40.11330032348633,7.978280067443848,17.918399810791016,-40.03120040893555,7.878300189971924,17.918399810791016,-40.03120040893555,7.878300189971924,17.902700424194336,-40.11330032348633,7.978280067443848,17.896400451660156,-40.13999938964844,7.978320121765137,17.918399810791016,-40.03120040893555,7.878300189971924,17.896400451660156,-40.13999938964844,7.978320121765137,17.870800018310547,-40.22949981689453,7.878300189971924,17.870800018310547,-40.22949981689453,7.878300189971924,17.896400451660156,-40.13999938964844,7.978320121765137,17.867000579833984,-40.22829818725586,7.978360176086426,17.870800018310547,-40.22949981689453,7.878300189971924,17.867000579833984,-40.22829818725586,7.978360176086426,17.83209991455078,-40.33340072631836,7.978409767150879,17.914499282836914,-40.030601501464844,7.978149890899658,17.918399810791016,-40.03120040893555,7.878300189971924,17.931699752807617,-39.9109001159668,7.977960109710693,17.931699752807617,-39.9109001159668,7.977960109710693,17.918399810791016,-40.03120040893555,7.878300189971924,17.93440055847168,-39.82780075073242,7.878300189971924,17.931699752807617,-39.9109001159668,7.977960109710693,17.93440055847168,-39.82780075073242,7.878300189971924,17.93440055847168,-39.82780075073242,7.978089809417725,8.484399795532227,-41.12779998779297,7.977970123291016,8.434399604797363,-41.12779998779297,7.977960109710693,8.434399604797363,-41.12779998779297,7.878300189971924,16.6343994140625,-41.12779998779297,7.878300189971924,16.6343994140625,-41.12779998779297,7.977960109710693,16.584400177001953,-41.12779998779297,7.977970123291016,16.584400177001953,-41.12779998779297,7.977970123291016,15.234399795532227,-41.12779998779297,7.978119850158691,16.6343994140625,-41.12779998779297,7.878300189971924,16.6343994140625,-41.12779998779297,7.878300189971924,15.234399795532227,-41.12779998779297,7.978119850158691,12.53439998626709,-41.12779998779297,7.978429794311523,16.6343994140625,-41.12779998779297,7.878300189971924,12.53439998626709,-41.12779998779297,7.978429794311523,8.434399604797363,-41.12779998779297,7.878300189971924,8.434399604797363,-41.12779998779297,7.878300189971924,12.53439998626709,-41.12779998779297,7.978429794311523,9.834400177001953,-41.12779998779297,7.978119850158691,8.434399604797363,-41.12779998779297,7.878300189971924,9.834400177001953,-41.12779998779297,7.978119850158691,8.484399795532227,-41.12779998779297,7.977970123291016,7.560929775238037,-40.79069900512695,7.978419780731201,7.517710208892822,-40.74470138549805,7.9783501625061035,7.515160083770752,-40.747100830078125,7.878300189971924,7.150859832763672,-40.034000396728516,7.978129863739014,7.150629997253418,-40.03120040893555,7.978129863739014,7.150410175323486,-40.03120040893555,7.878300189971924,7.150410175323486,-40.03120040893555,7.878300189971924,7.150629997253418,-40.03120040893555,7.978129863739014,7.134399890899658,-39.82780075073242,7.978089809417725,7.150410175323486,-40.03120040893555,7.878300189971924,7.134399890899658,-39.82780075073242,7.978089809417725,7.134399890899658,-39.82780075073242,7.878300189971924,7.150859832763672,-40.034000396728516,7.978129863739014,7.150410175323486,-40.03120040893555,7.878300189971924,7.198229789733887,-40.22949981689453,7.978419780731201,7.198229789733887,-40.22949981689453,7.978419780731201,7.150410175323486,-40.03120040893555,7.878300189971924,7.1980299949646,-40.22949981689453,7.878300189971924,7.198229789733887,-40.22949981689453,7.978419780731201,7.1980299949646,-40.22949981689453,7.878300189971924,7.198860168457031,-40.23210144042969,7.978419780731201,7.402339935302734,-40.61830139160156,7.9781999588012695,7.384490013122559,-40.59080123901367,7.978209972381592,7.3826799392700195,-40.59189987182617,7.878300189971924,7.3826799392700195,-40.59189987182617,7.878300189971924,7.384490013122559,-40.59080123901367,7.978209972381592,7.29148006439209,-40.44729995727539,7.9783101081848145,7.3826799392700195,-40.59189987182617,7.878300189971924,7.29148006439209,-40.44729995727539,7.9783101081848145,7.276100158691406,-40.417999267578125,7.878300189971924,7.276100158691406,-40.417999267578125,7.878300189971924,7.29148006439209,-40.44729995727539,7.9783101081848145,7.278120040893555,-40.41709899902344,7.978330135345459,7.276100158691406,-40.417999267578125,7.878300189971924,7.278120040893555,-40.41709899902344,7.978330135345459,7.1980299949646,-40.22949981689453,7.878300189971924,7.1980299949646,-40.22949981689453,7.878300189971924,7.278120040893555,-40.41709899902344,7.978330135345459,7.2076802253723145,-40.25809860229492,7.978429794311523,7.1980299949646,-40.22949981689453,7.878300189971924,7.2076802253723145,-40.25809860229492,7.978429794311523,7.198860168457031,-40.23210144042969,7.978419780731201,7.515160083770752,-40.747100830078125,7.878300189971924,7.517710208892822,-40.74470138549805,7.9783501625061035,7.3826799392700195,-40.59189987182617,7.878300189971924,7.3826799392700195,-40.59189987182617,7.878300189971924,7.517710208892822,-40.74470138549805,7.9783501625061035,7.4192399978637695,-40.63990020751953,7.9781999588012695,7.3826799392700195,-40.59189987182617,7.878300189971924,7.4192399978637695,-40.63990020751953,7.9781999588012695,7.402339935302734,-40.61830139160156,7.9781999588012695,7.560929775238037,-40.79069900512695,7.978419780731201,7.515160083770752,-40.747100830078125,7.878300189971924,7.672369956970215,-40.876800537109375,7.978640079498291,7.672369956970215,-40.876800537109375,7.978640079498291,7.515160083770752,-40.747100830078125,7.878300189971924,7.6702799797058105,-40.87950134277344,7.878300189971924,7.672369956970215,-40.876800537109375,7.978640079498291,7.6702799797058105,-40.87950134277344,7.878300189971924,7.7221598625183105,-40.91529846191406,7.978740215301514,7.7221598625183105,-40.91529846191406,7.978740215301514,7.6702799797058105,-40.87950134277344,7.878300189971924,7.844220161437988,-40.98609924316406,7.878300189971924,7.7221598625183105,-40.91529846191406,7.978740215301514,7.844220161437988,-40.98609924316406,7.878300189971924,7.745259761810303,-40.93009948730469,7.978769779205322,8.032679557800293,-41.06420135498047,7.878300189971924,7.928860187530518,-41.0255012512207,7.978740215301514,7.844220161437988,-40.98609924316406,7.878300189971924,7.844220161437988,-40.98609924316406,7.878300189971924,7.928860187530518,-41.0255012512207,7.978740215301514,7.846099853515625,-40.98249816894531,7.978750228881836,7.844220161437988,-40.98609924316406,7.878300189971924,7.846099853515625,-40.98249816894531,7.978750228881836,7.745259761810303,-40.93009948730469,7.978769779205322,8.231590270996094,-41.108001708984375,7.978030204772949,8.148980140686035,-41.096099853515625,7.978179931640625,8.231030464172363,-41.11180114746094,7.878300189971924,8.231030464172363,-41.11180114746094,7.878300189971924,8.148980140686035,-41.096099853515625,7.978179931640625,8.122260093688965,-41.08980178833008,7.978260040283203,8.231030464172363,-41.11180114746094,7.878300189971924,8.122260093688965,-41.08980178833008,7.978260040283203,8.032679557800293,-41.06420135498047,7.878300189971924,8.032679557800293,-41.06420135498047,7.878300189971924,8.122260093688965,-41.08980178833008,7.978260040283203,8.033929824829102,-41.06039810180664,7.978479862213135,8.032679557800293,-41.06420135498047,7.878300189971924,8.033929824829102,-41.06039810180664,7.978479862213135,7.928860187530518,-41.0255012512207,7.978740215301514,8.231590270996094,-41.108001708984375,7.978030204772949,8.231030464172363,-41.11180114746094,7.878300189971924,8.351329803466797,-41.12519836425781,7.977819919586182,8.351329803466797,-41.12519836425781,7.977819919586182,8.231030464172363,-41.11180114746094,7.878300189971924,8.434399604797363,-41.12779998779297,7.878300189971924,8.351329803466797,-41.12519836425781,7.977819919586182,8.434399604797363,-41.12779998779297,7.878300189971924,8.434399604797363,-41.12779998779297,7.977960109710693,7.134399890899658,-39.82780075073242,7.978089809417725,7.134399890899658,-39.802799224853516,7.978089809417725,7.134399890899658,-39.82780075073242,7.878300189971924,7.134399890899658,-39.82780075073242,7.878300189971924,7.134399890899658,-39.802799224853516,7.978089809417725,7.134399890899658,-39.14030075073242,7.978089809417725,7.134399890899658,-37.12779998779297,7.978089809417725,7.134399890899658,-37.12779998779297,7.878300189971924,7.134399890899658,-37.152801513671875,7.978089809417725,7.134399890899658,-37.152801513671875,7.978089809417725,7.134399890899658,-37.12779998779297,7.878300189971924,7.134399890899658,-39.82780075073242,7.878300189971924,7.134399890899658,-37.152801513671875,7.978089809417725,7.134399890899658,-39.82780075073242,7.878300189971924,7.134399890899658,-38.47779846191406,7.978089809417725,7.134399890899658,-38.47779846191406,7.978089809417725,7.134399890899658,-39.82780075073242,7.878300189971924,7.134399890899658,-39.14030075073242,7.978089809417725,7.34689998626709,-36.41550064086914,7.978219985961914,7.385379791259766,-36.36579895019531,7.978229999542236,7.3826799392700195,-36.36370086669922,7.878300189971924,8.228190422058105,-35.84429931640625,7.977980136871338,8.231049537658691,-35.84400177001953,7.977980136871338,8.231030464172363,-35.84379959106445,7.878300189971924,8.231030464172363,-35.84379959106445,7.878300189971924,8.231049537658691,-35.84400177001953,7.977980136871338,8.434399604797363,-35.82780075073242,7.977970123291016,8.231030464172363,-35.84379959106445,7.878300189971924,8.434399604797363,-35.82780075073242,7.977970123291016,8.434399604797363,-35.82780075073242,7.878300189971924,8.228190422058105,-35.84429931640625,7.977980136871338,8.231030464172363,-35.84379959106445,7.878300189971924,8.032730102539062,-35.8916015625,7.978529930114746,8.032730102539062,-35.8916015625,7.978529930114746,8.231030464172363,-35.84379959106445,7.878300189971924,8.032679557800293,-35.89139938354492,7.878300189971924,8.032730102539062,-35.8916015625,7.978529930114746,8.032679557800293,-35.89139938354492,7.878300189971924,8.030110359191895,-35.89229965209961,7.978529930114746,8.030110359191895,-35.89229965209961,7.978529930114746,8.032679557800293,-35.89139938354492,7.878300189971924,7.844220161437988,-35.96950149536133,7.878300189971924,8.030110359191895,-35.89229965209961,7.978529930114746,7.844220161437988,-35.96950149536133,7.878300189971924,8.004130363464355,-35.901100158691406,7.97859001159668,7.643939971923828,-36.095699310302734,7.97859001159668,7.671460151672363,-36.07789993286133,7.978630065917969,7.6702799797058105,-36.07609939575195,7.878300189971924,7.6702799797058105,-36.07609939575195,7.878300189971924,7.671460151672363,-36.07789993286133,7.978630065917969,7.814970016479492,-35.984901428222656,7.978809833526611,7.6702799797058105,-36.07609939575195,7.878300189971924,7.814970016479492,-35.984901428222656,7.978809833526611,7.844220161437988,-35.96950149536133,7.878300189971924,7.844220161437988,-35.96950149536133,7.878300189971924,7.814970016479492,-35.984901428222656,7.978809833526611,7.845109939575195,-35.971500396728516,7.9787797927856445,7.844220161437988,-35.96950149536133,7.878300189971924,7.845109939575195,-35.971500396728516,7.9787797927856445,8.004130363464355,-35.901100158691406,7.97859001159668,7.3826799392700195,-36.36370086669922,7.878300189971924,7.385379791259766,-36.36579895019531,7.978229999542236,7.515160083770752,-36.20859909057617,7.878300189971924,7.385379791259766,-36.36579895019531,7.978229999542236,7.471590042114258,-36.25429916381836,7.978250026702881,7.515160083770752,-36.20859909057617,7.878300189971924,7.515160083770752,-36.20859909057617,7.878300189971924,7.471590042114258,-36.25429916381836,7.978250026702881,7.517560005187988,-36.21110153198242,7.978340148925781,7.515160083770752,-36.20859909057617,7.878300189971924,7.517560005187988,-36.21110153198242,7.978340148925781,7.6702799797058105,-36.07609939575195,7.878300189971924,7.6702799797058105,-36.07609939575195,7.878300189971924,7.517560005187988,-36.21110153198242,7.978340148925781,7.6223602294921875,-36.11259841918945,7.978549957275391,7.6702799797058105,-36.07609939575195,7.878300189971924,7.6223602294921875,-36.11259841918945,7.978549957275391,7.643939971923828,-36.095699310302734,7.97859001159668,7.1980299949646,-36.72610092163086,7.878300189971924,7.2367401123046875,-36.62220001220703,7.978409767150879,7.276100158691406,-36.537601470947266,7.878300189971924,7.276100158691406,-36.537601470947266,7.878300189971924,7.2367401123046875,-36.62220001220703,7.978409767150879,7.279719829559326,-36.53950119018555,7.978330135345459,7.276100158691406,-36.537601470947266,7.878300189971924,7.279719829559326,-36.53950119018555,7.978330135345459,7.3826799392700195,-36.36370086669922,7.878300189971924,7.3826799392700195,-36.36370086669922,7.878300189971924,7.279719829559326,-36.53950119018555,7.978330135345459,7.332119941711426,-36.4385986328125,7.978240013122559,7.3826799392700195,-36.36370086669922,7.878300189971924,7.332119941711426,-36.4385986328125,7.978240013122559,7.34689998626709,-36.41550064086914,7.978219985961914,7.154260158538818,-36.92499923706055,7.978149890899658,7.166140079498291,-36.84230041503906,7.978280067443848,7.150410175323486,-36.92449951171875,7.878300189971924,7.150410175323486,-36.92449951171875,7.878300189971924,7.166140079498291,-36.84230041503906,7.978280067443848,7.172450065612793,-36.81560134887695,7.978320121765137,7.150410175323486,-36.92449951171875,7.878300189971924,7.172450065612793,-36.81560134887695,7.978320121765137,7.1980299949646,-36.72610092163086,7.878300189971924,7.1980299949646,-36.72610092163086,7.878300189971924,7.172450065612793,-36.81560134887695,7.978320121765137,7.201789855957031,-36.727298736572266,7.978370189666748,7.1980299949646,-36.72610092163086,7.878300189971924,7.201789855957031,-36.727298736572266,7.978370189666748,7.2367401123046875,-36.62220001220703,7.978409767150879,7.154260158538818,-36.92499923706055,7.978149890899658,7.150410175323486,-36.92449951171875,7.878300189971924,7.137060165405273,-37.044700622558594,7.977960109710693,7.137060165405273,-37.044700622558594,7.977960109710693,7.150410175323486,-36.92449951171875,7.878300189971924,7.134399890899658,-37.12779998779297,7.878300189971924,7.137060165405273,-37.044700622558594,7.977960109710693,7.134399890899658,-37.12779998779297,7.878300189971924,7.134399890899658,-37.12779998779297,7.978089809417725,8.434399604797363,-35.82780075073242,7.977970123291016,8.484399795532227,-35.82780075073242,7.977980136871338,8.434399604797363,-35.82780075073242,7.878300189971924,8.434399604797363,-35.82780075073242,7.878300189971924,8.484399795532227,-35.82780075073242,7.977980136871338,9.834400177001953,-35.82780075073242,7.978129863739014,16.6343994140625,-35.82780075073242,7.977960109710693,16.6343994140625,-35.82780075073242,7.878300189971924,16.584400177001953,-35.82780075073242,7.977970123291016,16.584400177001953,-35.82780075073242,7.977970123291016,16.6343994140625,-35.82780075073242,7.878300189971924,8.434399604797363,-35.82780075073242,7.878300189971924,16.584400177001953,-35.82780075073242,7.977970123291016,8.434399604797363,-35.82780075073242,7.878300189971924,15.234399795532227,-35.82780075073242,7.978119850158691,15.234399795532227,-35.82780075073242,7.978119850158691,8.434399604797363,-35.82780075073242,7.878300189971924,9.834400177001953,-35.82780075073242,7.978129863739014,15.234399795532227,-35.82780075073242,7.978119850158691,9.834400177001953,-35.82780075073242,7.978129863739014,12.53439998626709,-35.82780075073242,7.978429794311523,17.50790023803711,-36.165000915527344,7.978419780731201,17.55109977722168,-36.21099853515625,7.9783501625061035,17.553600311279297,-36.20859909057617,7.878300189971924,17.91790008544922,-36.921600341796875,7.978129863739014,17.91819953918457,-36.92449951171875,7.978129863739014,17.918399810791016,-36.92449951171875,7.878300189971924,17.918399810791016,-36.92449951171875,7.878300189971924,17.91819953918457,-36.92449951171875,7.978129863739014,17.93440055847168,-37.12779998779297,7.978089809417725,17.918399810791016,-36.92449951171875,7.878300189971924,17.93440055847168,-37.12779998779297,7.978089809417725,17.93440055847168,-37.12779998779297,7.878300189971924,17.91790008544922,-36.921600341796875,7.978129863739014,17.918399810791016,-36.92449951171875,7.878300189971924,17.8705997467041,-36.726200103759766,7.978419780731201,17.8705997467041,-36.726200103759766,7.978419780731201,17.918399810791016,-36.92449951171875,7.878300189971924,17.870800018310547,-36.72610092163086,7.878300189971924,17.8705997467041,-36.726200103759766,7.978419780731201,17.870800018310547,-36.72610092163086,7.878300189971924,17.86989974975586,-36.7234992980957,7.978419780731201,17.666500091552734,-36.33729934692383,7.9781999588012695,17.68429946899414,-36.364898681640625,7.978219985961914,17.686100006103516,-36.36370086669922,7.878300189971924,17.686100006103516,-36.36370086669922,7.878300189971924,17.68429946899414,-36.364898681640625,7.978219985961914,17.777299880981445,-36.508399963378906,7.978320121765137,17.686100006103516,-36.36370086669922,7.878300189971924,17.777299880981445,-36.508399963378906,7.978320121765137,17.792699813842773,-36.537601470947266,7.878300189971924,17.792699813842773,-36.537601470947266,7.878300189971924,17.777299880981445,-36.508399963378906,7.978320121765137,17.790700912475586,-36.53850173950195,7.978330135345459,17.792699813842773,-36.537601470947266,7.878300189971924,17.790700912475586,-36.53850173950195,7.978330135345459,17.870800018310547,-36.72610092163086,7.878300189971924,17.870800018310547,-36.72610092163086,7.878300189971924,17.790700912475586,-36.53850173950195,7.978330135345459,17.861099243164062,-36.6974983215332,7.978429794311523,17.870800018310547,-36.72610092163086,7.878300189971924,17.861099243164062,-36.6974983215332,7.978429794311523,17.86989974975586,-36.7234992980957,7.978419780731201,17.553600311279297,-36.20859909057617,7.878300189971924,17.55109977722168,-36.21099853515625,7.9783501625061035,17.686100006103516,-36.36370086669922,7.878300189971924,17.686100006103516,-36.36370086669922,7.878300189971924,17.55109977722168,-36.21099853515625,7.9783501625061035,17.649599075317383,-36.315799713134766,7.9781999588012695,17.686100006103516,-36.36370086669922,7.878300189971924,17.649599075317383,-36.315799713134766,7.9781999588012695,17.666500091552734,-36.33729934692383,7.9781999588012695,17.50790023803711,-36.165000915527344,7.978419780731201,17.553600311279297,-36.20859909057617,7.878300189971924,17.396400451660156,-36.078800201416016,7.978640079498291,17.396400451660156,-36.078800201416016,7.978640079498291,17.553600311279297,-36.20859909057617,7.878300189971924,17.398500442504883,-36.07609939575195,7.878300189971924,17.396400451660156,-36.078800201416016,7.978640079498291,17.398500442504883,-36.07609939575195,7.878300189971924,17.346599578857422,-36.04029846191406,7.978740215301514,17.346599578857422,-36.04029846191406,7.978740215301514,17.398500442504883,-36.07609939575195,7.878300189971924,17.224599838256836,-35.96950149536133,7.878300189971924,17.346599578857422,-36.04029846191406,7.978740215301514,17.224599838256836,-35.96950149536133,7.878300189971924,17.32349967956543,-36.0255012512207,7.978769779205322,17.036100387573242,-35.89139938354492,7.878300189971924,17.13990020751953,-35.93009948730469,7.978740215301514,17.224599838256836,-35.96950149536133,7.878300189971924,17.224599838256836,-35.96950149536133,7.878300189971924,17.13990020751953,-35.93009948730469,7.978740215301514,17.222700119018555,-35.97309875488281,7.978750228881836,17.224599838256836,-35.96950149536133,7.878300189971924,17.222700119018555,-35.97309875488281,7.978750228881836,17.32349967956543,-36.0255012512207,7.978769779205322,16.837200164794922,-35.84769821166992,7.9780402183532715,16.9197998046875,-35.859500885009766,7.978189945220947,16.837799072265625,-35.84379959106445,7.878300189971924,16.837799072265625,-35.84379959106445,7.878300189971924,16.9197998046875,-35.859500885009766,7.978189945220947,16.946500778198242,-35.86589813232422,7.978260040283203,16.837799072265625,-35.84379959106445,7.878300189971924,16.946500778198242,-35.86589813232422,7.978260040283203,17.036100387573242,-35.89139938354492,7.878300189971924,17.036100387573242,-35.89139938354492,7.878300189971924,16.946500778198242,-35.86589813232422,7.978260040283203,17.034900665283203,-35.895198822021484,7.978479862213135,17.036100387573242,-35.89139938354492,7.878300189971924,17.034900665283203,-35.895198822021484,7.978479862213135,17.13990020751953,-35.93009948730469,7.978740215301514,16.837200164794922,-35.84769821166992,7.9780402183532715,16.837799072265625,-35.84379959106445,7.878300189971924,16.717500686645508,-35.830501556396484,7.977819919586182,16.717500686645508,-35.830501556396484,7.977819919586182,16.837799072265625,-35.84379959106445,7.878300189971924,16.6343994140625,-35.82780075073242,7.878300189971924,16.717500686645508,-35.830501556396484,7.977819919586182,16.6343994140625,-35.82780075073242,7.878300189971924,16.6343994140625,-35.82780075073242,7.977960109710693,17.93440055847168,-37.12779998779297,7.978089809417725,17.93440055847168,-37.152801513671875,7.978089809417725,17.93440055847168,-37.12779998779297,7.878300189971924,17.93440055847168,-37.12779998779297,7.878300189971924,17.93440055847168,-37.152801513671875,7.978089809417725,17.93440055847168,-37.81529998779297,7.978089809417725,17.93440055847168,-39.82780075073242,7.978089809417725,17.93440055847168,-39.82780075073242,7.878300189971924,17.93440055847168,-39.802799224853516,7.978089809417725,17.93440055847168,-39.802799224853516,7.978089809417725,17.93440055847168,-39.82780075073242,7.878300189971924,17.93440055847168,-37.12779998779297,7.878300189971924,17.93440055847168,-39.802799224853516,7.978089809417725,17.93440055847168,-37.12779998779297,7.878300189971924,17.93440055847168,-38.47779846191406,7.978089809417725,17.93440055847168,-38.47779846191406,7.978089809417725,17.93440055847168,-37.12779998779297,7.878300189971924,17.93440055847168,-37.81529998779297,7.978089809417725,16.584400177001953,-33.302799224853516,8.0997896194458,17.93440055847168,-33.302799224853516,7.978089809417725,17.93440055847168,-31.977800369262695,7.978089809417725,13.884400367736816,-32.64030075073242,8.393460273742676,13.884400367736816,-31.977800369262695,8.434490203857422,12.53439998626709,-31.977800369262695,8.47760009765625,11.184399604797363,-31.31529998779297,8.393389701843262,11.184399604797363,-31.977800369262695,8.434459686279297,12.53439998626709,-31.977800369262695,8.47760009765625,8.484399795532227,-30.652799606323242,8.099729537963867,7.134399890899658,-30.652799606323242,7.978089809417725,7.134399890899658,-31.977800369262695,7.978089809417725,17.93440055847168,-33.302799224853516,7.978089809417725,16.584400177001953,-33.302799224853516,8.0997896194458,17.93440055847168,-33.32780075073242,7.978089809417725,7.134399890899658,-30.652799606323242,7.978089809417725,8.484399795532227,-30.652799606323242,8.099729537963867,7.134399890899658,-30.62779998779297,7.978089809417725,7.34689998626709,-29.91550064086914,7.978219985961914,7.332119941711426,-29.938600540161133,7.978240013122559,7.279719829559326,-30.039499282836914,7.978340148925781,8.004130363464355,-29.401100158691406,7.978600025177002,7.845109939575195,-29.471500396728516,7.9787797927856445,8.030110359191895,-29.39229965209961,7.978529930114746,8.030110359191895,-29.39229965209961,7.978529930114746,7.845109939575195,-29.471500396728516,7.9787797927856445,8.484399795532227,-30.652799606323242,8.099729537963867,8.030110359191895,-29.39229965209961,7.978529930114746,8.484399795532227,-30.652799606323242,8.099729537963867,8.032730102539062,-29.391599655151367,7.978529930114746,8.032730102539062,-29.391599655151367,7.978529930114746,8.484399795532227,-30.652799606323242,8.099729537963867,8.231049537658691,-29.344100952148438,7.977980136871338,8.032730102539062,-29.391599655151367,7.978529930114746,8.231049537658691,-29.344100952148438,7.977980136871338,8.228190422058105,-29.34429931640625,7.977980136871338,7.6223602294921875,-29.612600326538086,7.978549957275391,7.517560005187988,-29.71109962463379,7.978340148925781,7.643939971923828,-29.595699310302734,7.978600025177002,7.643939971923828,-29.595699310302734,7.978600025177002,7.517560005187988,-29.71109962463379,7.978340148925781,8.484399795532227,-30.652799606323242,8.099729537963867,7.643939971923828,-29.595699310302734,7.978600025177002,8.484399795532227,-30.652799606323242,8.099729537963867,7.671460151672363,-29.577899932861328,7.978630065917969,7.671460151672363,-29.577899932861328,7.978630065917969,8.484399795532227,-30.652799606323242,8.099729537963867,7.845109939575195,-29.471500396728516,7.9787797927856445,7.671460151672363,-29.577899932861328,7.978630065917969,7.845109939575195,-29.471500396728516,7.9787797927856445,7.814970016479492,-29.484899520874023,7.978809833526611,7.517560005187988,-29.71109962463379,7.978340148925781,7.471590042114258,-29.75429916381836,7.978250026702881,8.484399795532227,-30.652799606323242,8.099729537963867,8.484399795532227,-30.652799606323242,8.099729537963867,7.471590042114258,-29.75429916381836,7.978250026702881,7.385379791259766,-29.865800857543945,7.978229999542236,8.484399795532227,-30.652799606323242,8.099729537963867,7.385379791259766,-29.865800857543945,7.978229999542236,7.34689998626709,-29.91550064086914,7.978219985961914,7.172450065612793,-30.31559944152832,7.978320121765137,7.166140079498291,-30.342300415039062,7.978280067443848,7.154260158538818,-30.424999237060547,7.978149890899658,7.34689998626709,-29.91550064086914,7.978219985961914,7.279719829559326,-30.039499282836914,7.978340148925781,8.484399795532227,-30.652799606323242,8.099729537963867,8.484399795532227,-30.652799606323242,8.099729537963867,7.279719829559326,-30.039499282836914,7.978340148925781,7.2367401123046875,-30.12220001220703,7.978409767150879,8.484399795532227,-30.652799606323242,8.099729537963867,7.2367401123046875,-30.12220001220703,7.978409767150879,7.201789855957031,-30.227399826049805,7.978370189666748,7.137060165405273,-30.544700622558594,7.977960109710693,7.134399890899658,-30.62779998779297,7.978089809417725,7.154260158538818,-30.424999237060547,7.978149890899658,7.154260158538818,-30.424999237060547,7.978149890899658,7.134399890899658,-30.62779998779297,7.978089809417725,8.484399795532227,-30.652799606323242,8.099729537963867,7.154260158538818,-30.424999237060547,7.978149890899658,8.484399795532227,-30.652799606323242,8.099729537963867,7.172450065612793,-30.31559944152832,7.978320121765137,7.172450065612793,-30.31559944152832,7.978320121765137,8.484399795532227,-30.652799606323242,8.099729537963867,7.201789855957031,-30.227399826049805,7.978370189666748,17.790700912475586,-30.03849983215332,7.978330135345459,17.777299880981445,-30.008399963378906,7.978320121765137,17.68429946899414,-29.864900588989258,7.978219985961914,17.86989974975586,-30.223499298095703,7.978419780731201,17.861099243164062,-30.197500228881836,7.978429794311523,17.790700912475586,-30.03849983215332,7.978330135345459,17.93440055847168,-30.62779998779297,7.978089809417725,17.91819953918457,-30.42449951171875,7.978129863739014,16.584400177001953,-30.652799606323242,8.099769592285156,17.86989974975586,-30.223499298095703,7.978419780731201,16.584400177001953,-30.652799606323242,8.099769592285156,17.8705997467041,-30.22610092163086,7.978419780731201,17.8705997467041,-30.22610092163086,7.978419780731201,16.584400177001953,-30.652799606323242,8.099769592285156,17.91819953918457,-30.42449951171875,7.978129863739014,17.8705997467041,-30.22610092163086,7.978419780731201,17.91819953918457,-30.42449951171875,7.978129863739014,17.91790008544922,-30.421600341796875,7.978129863739014,17.86989974975586,-30.223499298095703,7.978419780731201,17.790700912475586,-30.03849983215332,7.978330135345459,16.584400177001953,-30.652799606323242,8.099769592285156,16.584400177001953,-30.652799606323242,8.099769592285156,17.790700912475586,-30.03849983215332,7.978330135345459,17.68429946899414,-29.864900588989258,7.978219985961914,16.584400177001953,-30.652799606323242,8.099769592285156,17.68429946899414,-29.864900588989258,7.978219985961914,17.666500091552734,-29.837299346923828,7.9781999588012695,17.50790023803711,-29.665000915527344,7.978419780731201,16.584400177001953,-30.652799606323242,8.099769592285156,17.55109977722168,-29.711000442504883,7.9783501625061035,17.55109977722168,-29.711000442504883,7.9783501625061035,16.584400177001953,-30.652799606323242,8.099769592285156,17.666500091552734,-29.837299346923828,7.9781999588012695,17.55109977722168,-29.711000442504883,7.9783501625061035,17.666500091552734,-29.837299346923828,7.9781999588012695,17.649599075317383,-29.815799713134766,7.9781999588012695,17.32349967956543,-29.52549934387207,7.978769779205322,17.222700119018555,-29.473100662231445,7.978750228881836,17.346599578857422,-29.540300369262695,7.978740215301514,17.346599578857422,-29.540300369262695,7.978740215301514,17.222700119018555,-29.473100662231445,7.978750228881836,16.584400177001953,-30.652799606323242,8.099769592285156,17.346599578857422,-29.540300369262695,7.978740215301514,16.584400177001953,-30.652799606323242,8.099769592285156,17.396400451660156,-29.578800201416016,7.978640079498291,17.396400451660156,-29.578800201416016,7.978640079498291,16.584400177001953,-30.652799606323242,8.099769592285156,17.50790023803711,-29.665000915527344,7.978419780731201,16.9197998046875,-29.359500885009766,7.978189945220947,16.837200164794922,-29.347700119018555,7.9780402183532715,16.946500778198242,-29.365800857543945,7.978260040283203,16.946500778198242,-29.365800857543945,7.978260040283203,16.837200164794922,-29.347700119018555,7.9780402183532715,16.584400177001953,-30.652799606323242,8.099769592285156,16.946500778198242,-29.365800857543945,7.978260040283203,16.584400177001953,-30.652799606323242,8.099769592285156,17.034900665283203,-29.395200729370117,7.978479862213135,17.034900665283203,-29.395200729370117,7.978479862213135,16.584400177001953,-30.652799606323242,8.099769592285156,17.222700119018555,-29.473100662231445,7.978750228881836,17.034900665283203,-29.395200729370117,7.978479862213135,17.222700119018555,-29.473100662231445,7.978750228881836,17.13990020751953,-29.430099487304688,7.978740215301514,17.721900939941406,-34.04010009765625,7.978229999542236,17.7367000579834,-34.016998291015625,7.978250026702881,17.789100646972656,-33.916099548339844,7.978340148925781,16.584400177001953,-34.62779998779297,7.977970123291016,16.6343994140625,-34.62779998779297,7.977960109710693,16.584400177001953,-33.302799224853516,8.0997896194458,16.584400177001953,-33.302799224853516,8.0997896194458,16.6343994140625,-34.62779998779297,7.977960109710693,16.83769989013672,-34.61159896850586,7.977970123291016,17.038700103759766,-34.56340026855469,7.978529930114746,16.584400177001953,-33.302799224853516,8.0997896194458,17.036100387573242,-34.56399917602539,7.978519916534424,17.036100387573242,-34.56399917602539,7.978519916534424,16.584400177001953,-33.302799224853516,8.0997896194458,16.83769989013672,-34.61159896850586,7.977970123291016,17.036100387573242,-34.56399917602539,7.978519916534424,16.83769989013672,-34.61159896850586,7.977970123291016,16.840599060058594,-34.61140060424805,7.977970123291016,17.253799438476562,-34.47079849243164,7.978809833526611,16.584400177001953,-33.302799224853516,8.0997896194458,17.22369956970215,-34.484100341796875,7.9787797927856445,17.22369956970215,-34.484100341796875,7.9787797927856445,16.584400177001953,-33.302799224853516,8.0997896194458,17.038700103759766,-34.56340026855469,7.978529930114746,17.22369956970215,-34.484100341796875,7.9787797927856445,17.038700103759766,-34.56340026855469,7.978529930114746,17.064699172973633,-34.55459976196289,7.97859001159668,17.446399688720703,-34.34299850463867,7.978549957275391,17.55120086669922,-34.24449920654297,7.978340148925781,17.42490005493164,-34.359901428222656,7.978600025177002,17.42490005493164,-34.359901428222656,7.978600025177002,17.55120086669922,-34.24449920654297,7.978340148925781,16.584400177001953,-33.302799224853516,8.0997896194458,17.42490005493164,-34.359901428222656,7.978600025177002,16.584400177001953,-33.302799224853516,8.0997896194458,17.397300720214844,-34.37770080566406,7.978630065917969,17.397300720214844,-34.37770080566406,7.978630065917969,16.584400177001953,-33.302799224853516,8.0997896194458,17.253799438476562,-34.47079849243164,7.978809833526611,17.55120086669922,-34.24449920654297,7.978340148925781,17.597200393676758,-34.20130157470703,7.978250026702881,16.584400177001953,-33.302799224853516,8.0997896194458,16.584400177001953,-33.302799224853516,8.0997896194458,17.597200393676758,-34.20130157470703,7.978250026702881,17.683399200439453,-34.089900970458984,7.978240013122559,16.584400177001953,-33.302799224853516,8.0997896194458,17.683399200439453,-34.089900970458984,7.978240013122559,17.721900939941406,-34.04010009765625,7.978229999542236,17.896400451660156,-33.63999938964844,7.978320121765137,17.902700424194336,-33.61330032348633,7.978280067443848,17.914499282836914,-33.530601501464844,7.978149890899658,17.721900939941406,-34.04010009765625,7.978229999542236,17.789100646972656,-33.916099548339844,7.978340148925781,16.584400177001953,-33.302799224853516,8.0997896194458,16.584400177001953,-33.302799224853516,8.0997896194458,17.789100646972656,-33.916099548339844,7.978340148925781,17.83209991455078,-33.83340072631836,7.978409767150879,16.584400177001953,-33.302799224853516,8.0997896194458,17.83209991455078,-33.83340072631836,7.978409767150879,17.867000579833984,-33.72829818725586,7.978370189666748,17.931699752807617,-33.4109001159668,7.977960109710693,17.93440055847168,-33.32780075073242,7.978089809417725,17.914499282836914,-33.530601501464844,7.978149890899658,17.914499282836914,-33.530601501464844,7.978149890899658,17.93440055847168,-33.32780075073242,7.978089809417725,16.584400177001953,-33.302799224853516,8.0997896194458,17.914499282836914,-33.530601501464844,7.978149890899658,16.584400177001953,-33.302799224853516,8.0997896194458,17.896400451660156,-33.63999938964844,7.978320121765137,17.896400451660156,-33.63999938964844,7.978320121765137,16.584400177001953,-33.302799224853516,8.0997896194458,17.867000579833984,-33.72829818725586,7.978370189666748,7.150629997253418,-33.53120040893555,7.978129863739014,7.150859832763672,-33.534000396728516,7.978129863739014,8.484399795532227,-33.302799224853516,8.099760055541992,8.484399795532227,-33.302799224853516,8.099760055541992,7.150859832763672,-33.534000396728516,7.978129863739014,7.198229789733887,-33.72949981689453,7.978419780731201,8.484399795532227,-33.302799224853516,8.099760055541992,7.198229789733887,-33.72949981689453,7.978419780731201,7.198860168457031,-33.73210144042969,7.978419780731201,7.29148006439209,-33.94729995727539,7.978320121765137,8.484399795532227,-33.302799224853516,8.099760055541992,7.278120040893555,-33.91709899902344,7.978330135345459,7.278120040893555,-33.91709899902344,7.978330135345459,8.484399795532227,-33.302799224853516,8.099760055541992,7.198860168457031,-33.73210144042969,7.978419780731201,7.278120040893555,-33.91709899902344,7.978330135345459,7.198860168457031,-33.73210144042969,7.978419780731201,7.2076802253723145,-33.75809860229492,7.978429794311523,7.4192399978637695,-34.13990020751953,7.9781999588012695,7.517710208892822,-34.24470138549805,7.9783501625061035,7.402339935302734,-34.11830139160156,7.9781999588012695,7.402339935302734,-34.11830139160156,7.9781999588012695,7.517710208892822,-34.24470138549805,7.9783501625061035,8.484399795532227,-33.302799224853516,8.099760055541992,7.402339935302734,-34.11830139160156,7.9781999588012695,8.484399795532227,-33.302799224853516,8.099760055541992,7.384490013122559,-34.09080123901367,7.978219985961914,7.384490013122559,-34.09080123901367,7.978219985961914,8.484399795532227,-33.302799224853516,8.099760055541992,7.29148006439209,-33.94729995727539,7.978320121765137,7.745259761810303,-34.43009948730469,7.978769779205322,7.846099853515625,-34.48249816894531,7.978750228881836,7.7221598625183105,-34.41529846191406,7.978740215301514,7.7221598625183105,-34.41529846191406,7.978740215301514,7.846099853515625,-34.48249816894531,7.978750228881836,8.484399795532227,-33.302799224853516,8.099760055541992,7.7221598625183105,-34.41529846191406,7.978740215301514,8.484399795532227,-33.302799224853516,8.099760055541992,7.672369956970215,-34.376800537109375,7.978640079498291,7.672369956970215,-34.376800537109375,7.978640079498291,8.484399795532227,-33.302799224853516,8.099760055541992,7.517710208892822,-34.24470138549805,7.9783501625061035,7.672369956970215,-34.376800537109375,7.978640079498291,7.517710208892822,-34.24470138549805,7.9783501625061035,7.560929775238037,-34.29069900512695,7.978419780731201,8.148980140686035,-34.596099853515625,7.978189945220947,8.231590270996094,-34.608001708984375,7.978030204772949,8.122260093688965,-34.58980178833008,7.978260040283203,8.122260093688965,-34.58980178833008,7.978260040283203,8.231590270996094,-34.608001708984375,7.978030204772949,8.484399795532227,-33.302799224853516,8.099760055541992,8.122260093688965,-34.58980178833008,7.978260040283203,8.484399795532227,-33.302799224853516,8.099760055541992,8.033929824829102,-34.56039810180664,7.978479862213135,8.033929824829102,-34.56039810180664,7.978479862213135,8.484399795532227,-33.302799224853516,8.099760055541992,7.846099853515625,-34.48249816894531,7.978750228881836,8.033929824829102,-34.56039810180664,7.978479862213135,7.846099853515625,-34.48249816894531,7.978750228881836,7.928860187530518,-34.5255012512207,7.978740215301514,9.834400177001953,-31.977800369262695,8.317319869995117,11.184399604797363,-31.977800369262695,8.434459686279297,9.834400177001953,-31.31529998779297,8.287489891052246,9.834400177001953,-31.31529998779297,8.287489891052246,11.184399604797363,-31.977800369262695,8.434459686279297,11.184399604797363,-31.31529998779297,8.393389701843262,9.834400177001953,-31.31529998779297,8.287489891052246,11.184399604797363,-31.31529998779297,8.393389701843262,9.834400177001953,-30.652799606323242,8.205789566040039,9.834400177001953,-29.327800750732422,7.978129863739014,8.484399795532227,-29.327800750732422,7.977980136871338,8.484399795532227,-30.652799606323242,8.099729537963867,8.484399795532227,-30.652799606323242,8.099729537963867,8.484399795532227,-29.327800750732422,7.977980136871338,8.434399604797363,-29.327800750732422,7.977970123291016,8.484399795532227,-30.652799606323242,8.099729537963867,8.434399604797363,-29.327800750732422,7.977970123291016,8.231049537658691,-29.344100952148438,7.977980136871338,17.93440055847168,-31.977800369262695,7.978089809417725,17.93440055847168,-31.31529998779297,7.978089809417725,15.234399795532227,-31.31529998779297,8.287529945373535,15.234399795532227,-31.31529998779297,8.287529945373535,17.93440055847168,-31.31529998779297,7.978089809417725,17.93440055847168,-30.652799606323242,7.978089809417725,11.184399604797363,-30.652799606323242,8.282529830932617,12.53439998626709,-31.31529998779297,8.432290077209473,12.53439998626709,-30.652799606323242,8.310529708862305,12.53439998626709,-30.652799606323242,8.310529708862305,12.53439998626709,-31.31529998779297,8.432290077209473,13.884400367736816,-31.31529998779297,8.39342975616455,12.53439998626709,-30.652799606323242,8.310529708862305,13.884400367736816,-31.31529998779297,8.39342975616455,15.234399795532227,-30.652799606323242,8.205840110778809,15.234399795532227,-30.652799606323242,8.205840110778809,13.884400367736816,-31.31529998779297,8.39342975616455,15.234399795532227,-31.31529998779297,8.287529945373535,15.234399795532227,-30.652799606323242,8.205840110778809,15.234399795532227,-31.31529998779297,8.287529945373535,16.584400177001953,-30.652799606323242,8.099769592285156,16.584400177001953,-30.652799606323242,8.099769592285156,15.234399795532227,-31.31529998779297,8.287529945373535,17.93440055847168,-30.652799606323242,7.978089809417725,16.584400177001953,-30.652799606323242,8.099769592285156,17.93440055847168,-30.652799606323242,7.978089809417725,17.93440055847168,-30.62779998779297,7.978089809417725,15.234399795532227,-31.977800369262695,8.317350387573242,13.884400367736816,-31.977800369262695,8.434490203857422,15.234399795532227,-32.64030075073242,8.28754997253418,15.234399795532227,-32.64030075073242,8.28754997253418,13.884400367736816,-31.977800369262695,8.434490203857422,13.884400367736816,-32.64030075073242,8.393460273742676,15.234399795532227,-32.64030075073242,8.28754997253418,13.884400367736816,-32.64030075073242,8.393460273742676,15.234399795532227,-33.302799224853516,8.205860137939453,13.884400367736816,-33.302799224853516,8.282600402832031,12.53439998626709,-32.64030075073242,8.432319641113281,12.53439998626709,-33.302799224853516,8.310569763183594,12.53439998626709,-33.302799224853516,8.310569763183594,12.53439998626709,-32.64030075073242,8.432319641113281,11.184399604797363,-32.64030075073242,8.393420219421387,12.53439998626709,-33.302799224853516,8.310569763183594,11.184399604797363,-32.64030075073242,8.393420219421387,9.834400177001953,-33.302799224853516,8.205840110778809,9.834400177001953,-33.302799224853516,8.205840110778809,11.184399604797363,-32.64030075073242,8.393420219421387,9.834400177001953,-32.64030075073242,8.287520408630371,9.834400177001953,-33.302799224853516,8.205840110778809,9.834400177001953,-32.64030075073242,8.287520408630371,8.484399795532227,-33.302799224853516,8.099760055541992,7.134399890899658,-31.977800369262695,7.978089809417725,7.134399890899658,-32.64030075073242,7.978089809417725,9.834400177001953,-32.64030075073242,8.287520408630371,9.834400177001953,-32.64030075073242,8.287520408630371,7.134399890899658,-32.64030075073242,7.978089809417725,7.134399890899658,-33.302799224853516,7.978089809417725,9.834400177001953,-32.64030075073242,8.287520408630371,7.134399890899658,-33.302799224853516,7.978089809417725,8.484399795532227,-33.302799224853516,8.099760055541992,8.484399795532227,-33.302799224853516,8.099760055541992,7.134399890899658,-33.302799224853516,7.978089809417725,7.134399890899658,-33.32780075073242,7.978089809417725,8.484399795532227,-33.302799224853516,8.099760055541992,7.134399890899658,-33.32780075073242,7.978089809417725,7.150629997253418,-33.53120040893555,7.978129863739014,15.234399795532227,-34.62779998779297,7.978119850158691,13.884400367736816,-33.302799224853516,8.282600402832031,12.53439998626709,-34.62779998779297,7.978429794311523,12.53439998626709,-34.62779998779297,7.978429794311523,13.884400367736816,-33.302799224853516,8.282600402832031,12.53439998626709,-33.302799224853516,8.310569763183594,12.53439998626709,-34.62779998779297,7.978429794311523,12.53439998626709,-33.302799224853516,8.310569763183594,9.834400177001953,-34.62779998779297,7.978119850158691,9.834400177001953,-34.62779998779297,7.978119850158691,12.53439998626709,-33.302799224853516,8.310569763183594,9.834400177001953,-33.302799224853516,8.205840110778809,9.834400177001953,-34.62779998779297,7.978119850158691,9.834400177001953,-33.302799224853516,8.205840110778809,8.484399795532227,-34.62779998779297,7.977970123291016,8.484399795532227,-34.62779998779297,7.977970123291016,9.834400177001953,-33.302799224853516,8.205840110778809,8.484399795532227,-33.302799224853516,8.099760055541992,8.484399795532227,-34.62779998779297,7.977970123291016,8.484399795532227,-33.302799224853516,8.099760055541992,8.434399604797363,-34.62779998779297,7.977960109710693,8.434399604797363,-34.62779998779297,7.977960109710693,8.484399795532227,-33.302799224853516,8.099760055541992,8.231590270996094,-34.608001708984375,7.978030204772949,8.434399604797363,-34.62779998779297,7.977960109710693,8.231590270996094,-34.608001708984375,7.978030204772949,8.351329803466797,-34.62519836425781,7.977819919586182,15.234399795532227,-33.302799224853516,8.205860137939453,16.584400177001953,-33.302799224853516,8.0997896194458,15.234399795532227,-32.64030075073242,8.28754997253418,15.234399795532227,-32.64030075073242,8.28754997253418,16.584400177001953,-33.302799224853516,8.0997896194458,17.93440055847168,-31.977800369262695,7.978089809417725,15.234399795532227,-32.64030075073242,8.28754997253418,17.93440055847168,-31.977800369262695,7.978089809417725,15.234399795532227,-31.977800369262695,8.317350387573242,15.234399795532227,-31.977800369262695,8.317350387573242,17.93440055847168,-31.977800369262695,7.978089809417725,15.234399795532227,-31.31529998779297,8.287529945373535,15.234399795532227,-31.977800369262695,8.317350387573242,15.234399795532227,-31.31529998779297,8.287529945373535,13.884400367736816,-31.977800369262695,8.434490203857422,13.884400367736816,-31.977800369262695,8.434490203857422,15.234399795532227,-31.31529998779297,8.287529945373535,13.884400367736816,-31.31529998779297,8.39342975616455,13.884400367736816,-31.977800369262695,8.434490203857422,13.884400367736816,-31.31529998779297,8.39342975616455,12.53439998626709,-31.977800369262695,8.47760009765625,12.53439998626709,-31.977800369262695,8.47760009765625,13.884400367736816,-31.31529998779297,8.39342975616455,12.53439998626709,-31.31529998779297,8.432290077209473,12.53439998626709,-31.977800369262695,8.47760009765625,12.53439998626709,-31.31529998779297,8.432290077209473,11.184399604797363,-31.31529998779297,8.393389701843262,11.184399604797363,-31.31529998779297,8.393389701843262,12.53439998626709,-31.31529998779297,8.432290077209473,11.184399604797363,-30.652799606323242,8.282529830932617,11.184399604797363,-31.31529998779297,8.393389701843262,11.184399604797363,-30.652799606323242,8.282529830932617,9.834400177001953,-30.652799606323242,8.205789566040039,16.584400177001953,-34.62779998779297,7.977970123291016,16.584400177001953,-33.302799224853516,8.0997896194458,15.234399795532227,-34.62779998779297,7.978119850158691,15.234399795532227,-34.62779998779297,7.978119850158691,16.584400177001953,-33.302799224853516,8.0997896194458,15.234399795532227,-33.302799224853516,8.205860137939453,15.234399795532227,-34.62779998779297,7.978119850158691,15.234399795532227,-33.302799224853516,8.205860137939453,13.884400367736816,-33.302799224853516,8.282600402832031,13.884400367736816,-33.302799224853516,8.282600402832031,15.234399795532227,-33.302799224853516,8.205860137939453,13.884400367736816,-32.64030075073242,8.393460273742676,13.884400367736816,-33.302799224853516,8.282600402832031,13.884400367736816,-32.64030075073242,8.393460273742676,12.53439998626709,-32.64030075073242,8.432319641113281,12.53439998626709,-32.64030075073242,8.432319641113281,13.884400367736816,-32.64030075073242,8.393460273742676,12.53439998626709,-31.977800369262695,8.47760009765625,12.53439998626709,-32.64030075073242,8.432319641113281,12.53439998626709,-31.977800369262695,8.47760009765625,11.184399604797363,-32.64030075073242,8.393420219421387,11.184399604797363,-32.64030075073242,8.393420219421387,12.53439998626709,-31.977800369262695,8.47760009765625,11.184399604797363,-31.977800369262695,8.434459686279297,11.184399604797363,-32.64030075073242,8.393420219421387,11.184399604797363,-31.977800369262695,8.434459686279297,9.834400177001953,-32.64030075073242,8.287520408630371,9.834400177001953,-32.64030075073242,8.287520408630371,11.184399604797363,-31.977800369262695,8.434459686279297,9.834400177001953,-31.977800369262695,8.317319869995117,9.834400177001953,-32.64030075073242,8.287520408630371,9.834400177001953,-31.977800369262695,8.317319869995117,7.134399890899658,-31.977800369262695,7.978089809417725,7.134399890899658,-31.977800369262695,7.978089809417725,9.834400177001953,-31.977800369262695,8.317319869995117,9.834400177001953,-31.31529998779297,8.287489891052246,7.134399890899658,-31.977800369262695,7.978089809417725,9.834400177001953,-31.31529998779297,8.287489891052246,8.484399795532227,-30.652799606323242,8.099729537963867,8.484399795532227,-30.652799606323242,8.099729537963867,9.834400177001953,-31.31529998779297,8.287489891052246,9.834400177001953,-30.652799606323242,8.205789566040039,8.484399795532227,-30.652799606323242,8.099729537963867,9.834400177001953,-30.652799606323242,8.205789566040039,9.834400177001953,-29.327800750732422,7.978129863739014,9.834400177001953,-29.327800750732422,7.978129863739014,9.834400177001953,-30.652799606323242,8.205789566040039,11.184399604797363,-30.652799606323242,8.282529830932617,9.834400177001953,-29.327800750732422,7.978129863739014,11.184399604797363,-30.652799606323242,8.282529830932617,12.53439998626709,-29.327800750732422,7.978439807891846,12.53439998626709,-29.327800750732422,7.978439807891846,11.184399604797363,-30.652799606323242,8.282529830932617,12.53439998626709,-30.652799606323242,8.310529708862305,12.53439998626709,-29.327800750732422,7.978439807891846,12.53439998626709,-30.652799606323242,8.310529708862305,15.234399795532227,-29.327800750732422,7.978119850158691,15.234399795532227,-29.327800750732422,7.978119850158691,12.53439998626709,-30.652799606323242,8.310529708862305,15.234399795532227,-30.652799606323242,8.205840110778809,15.234399795532227,-29.327800750732422,7.978119850158691,15.234399795532227,-30.652799606323242,8.205840110778809,16.584400177001953,-29.327800750732422,7.977970123291016,16.584400177001953,-29.327800750732422,7.977970123291016,15.234399795532227,-30.652799606323242,8.205840110778809,16.584400177001953,-30.652799606323242,8.099769592285156,16.584400177001953,-29.327800750732422,7.977970123291016,16.584400177001953,-30.652799606323242,8.099769592285156,16.6343994140625,-29.327800750732422,7.977960109710693,16.6343994140625,-29.327800750732422,7.977960109710693,16.584400177001953,-30.652799606323242,8.099769592285156,16.837200164794922,-29.347700119018555,7.9780402183532715,16.6343994140625,-29.327800750732422,7.977960109710693,16.837200164794922,-29.347700119018555,7.9780402183532715,16.717500686645508,-29.33049964904785,7.977819919586182,16.584400177001953,-39.802799224853516,8.099780082702637,17.93440055847168,-39.802799224853516,7.978089809417725,17.93440055847168,-38.47779846191406,7.978089809417725,13.884400367736816,-39.14030075073242,8.393449783325195,13.884400367736816,-38.47779846191406,8.434490203857422,12.53439998626709,-38.47779846191406,8.47760009765625,11.184399604797363,-37.81529998779297,8.393389701843262,11.184399604797363,-38.47779846191406,8.434450149536133,12.53439998626709,-38.47779846191406,8.47760009765625,8.484399795532227,-37.152801513671875,8.099729537963867,7.134399890899658,-37.152801513671875,7.978089809417725,7.134399890899658,-38.47779846191406,7.978089809417725,17.93440055847168,-39.802799224853516,7.978089809417725,16.584400177001953,-39.802799224853516,8.099780082702637,17.93440055847168,-39.82780075073242,7.978089809417725,7.134399890899658,-37.152801513671875,7.978089809417725,8.484399795532227,-37.152801513671875,8.099729537963867,7.134399890899658,-37.12779998779297,7.978089809417725,7.845109939575195,-35.971500396728516,7.9787797927856445,7.814970016479492,-35.984901428222656,7.978809833526611,7.671460151672363,-36.07789993286133,7.978630065917969,8.030110359191895,-35.89229965209961,7.978529930114746,8.004130363464355,-35.901100158691406,7.97859001159668,7.845109939575195,-35.971500396728516,7.9787797927856445,8.030110359191895,-35.89229965209961,7.978529930114746,8.484399795532227,-37.152801513671875,8.099729537963867,8.032730102539062,-35.8916015625,7.978529930114746,8.032730102539062,-35.8916015625,7.978529930114746,8.484399795532227,-37.152801513671875,8.099729537963867,8.231049537658691,-35.84400177001953,7.977980136871338,8.032730102539062,-35.8916015625,7.978529930114746,8.231049537658691,-35.84400177001953,7.977980136871338,8.228190422058105,-35.84429931640625,7.977980136871338,7.643939971923828,-36.095699310302734,7.97859001159668,7.6223602294921875,-36.11259841918945,7.978549957275391,7.517560005187988,-36.21110153198242,7.978340148925781,8.030110359191895,-35.89229965209961,7.978529930114746,7.845109939575195,-35.971500396728516,7.9787797927856445,8.484399795532227,-37.152801513671875,8.099729537963867,8.484399795532227,-37.152801513671875,8.099729537963867,7.845109939575195,-35.971500396728516,7.9787797927856445,7.671460151672363,-36.07789993286133,7.978630065917969,8.484399795532227,-37.152801513671875,8.099729537963867,7.671460151672363,-36.07789993286133,7.978630065917969,7.643939971923828,-36.095699310302734,7.97859001159668,7.172450065612793,-36.81560134887695,7.978320121765137,7.166140079498291,-36.84230041503906,7.978280067443848,7.154260158538818,-36.92499923706055,7.978149890899658,7.34689998626709,-36.41550064086914,7.978219985961914,7.332119941711426,-36.4385986328125,7.978240013122559,7.279719829559326,-36.53950119018555,7.978330135345459,7.643939971923828,-36.095699310302734,7.97859001159668,7.517560005187988,-36.21110153198242,7.978340148925781,8.484399795532227,-37.152801513671875,8.099729537963867,8.484399795532227,-37.152801513671875,8.099729537963867,7.517560005187988,-36.21110153198242,7.978340148925781,7.471590042114258,-36.25429916381836,7.978250026702881,8.484399795532227,-37.152801513671875,8.099729537963867,7.471590042114258,-36.25429916381836,7.978250026702881,7.385379791259766,-36.36579895019531,7.978229999542236,7.2367401123046875,-36.62220001220703,7.978409767150879,7.201789855957031,-36.727298736572266,7.978370189666748,7.279719829559326,-36.53950119018555,7.978330135345459,7.279719829559326,-36.53950119018555,7.978330135345459,7.201789855957031,-36.727298736572266,7.978370189666748,8.484399795532227,-37.152801513671875,8.099729537963867,7.279719829559326,-36.53950119018555,7.978330135345459,8.484399795532227,-37.152801513671875,8.099729537963867,7.34689998626709,-36.41550064086914,7.978219985961914,7.34689998626709,-36.41550064086914,7.978219985961914,8.484399795532227,-37.152801513671875,8.099729537963867,7.385379791259766,-36.36579895019531,7.978229999542236,7.137060165405273,-37.044700622558594,7.977960109710693,7.134399890899658,-37.12779998779297,7.978089809417725,7.154260158538818,-36.92499923706055,7.978149890899658,7.154260158538818,-36.92499923706055,7.978149890899658,7.134399890899658,-37.12779998779297,7.978089809417725,8.484399795532227,-37.152801513671875,8.099729537963867,7.154260158538818,-36.92499923706055,7.978149890899658,8.484399795532227,-37.152801513671875,8.099729537963867,7.172450065612793,-36.81560134887695,7.978320121765137,7.172450065612793,-36.81560134887695,7.978320121765137,8.484399795532227,-37.152801513671875,8.099729537963867,7.201789855957031,-36.727298736572266,7.978370189666748,17.93440055847168,-37.12779998779297,7.978089809417725,17.91819953918457,-36.92449951171875,7.978129863739014,16.584400177001953,-37.152801513671875,8.099769592285156,16.584400177001953,-37.152801513671875,8.099769592285156,17.91819953918457,-36.92449951171875,7.978129863739014,17.91790008544922,-36.921600341796875,7.978129863739014,17.861099243164062,-36.6974983215332,7.978429794311523,17.790700912475586,-36.53850173950195,7.978330135345459,17.86989974975586,-36.7234992980957,7.978419780731201,17.86989974975586,-36.7234992980957,7.978419780731201,17.790700912475586,-36.53850173950195,7.978330135345459,16.584400177001953,-37.152801513671875,8.099769592285156,17.86989974975586,-36.7234992980957,7.978419780731201,16.584400177001953,-37.152801513671875,8.099769592285156,17.8705997467041,-36.726200103759766,7.978419780731201,17.8705997467041,-36.726200103759766,7.978419780731201,16.584400177001953,-37.152801513671875,8.099769592285156,17.91790008544922,-36.921600341796875,7.978129863739014,17.649599075317383,-36.315799713134766,7.9781999588012695,17.55109977722168,-36.21099853515625,7.9783501625061035,17.666500091552734,-36.33729934692383,7.9781999588012695,17.666500091552734,-36.33729934692383,7.9781999588012695,17.55109977722168,-36.21099853515625,7.9783501625061035,16.584400177001953,-37.152801513671875,8.099769592285156,17.666500091552734,-36.33729934692383,7.9781999588012695,16.584400177001953,-37.152801513671875,8.099769592285156,17.68429946899414,-36.364898681640625,7.978219985961914,17.68429946899414,-36.364898681640625,7.978219985961914,16.584400177001953,-37.152801513671875,8.099769592285156,17.790700912475586,-36.53850173950195,7.978330135345459,17.68429946899414,-36.364898681640625,7.978219985961914,17.790700912475586,-36.53850173950195,7.978330135345459,17.777299880981445,-36.508399963378906,7.978320121765137,17.32349967956543,-36.0255012512207,7.978769779205322,17.222700119018555,-35.97309875488281,7.978750228881836,17.346599578857422,-36.04029846191406,7.978740215301514,17.346599578857422,-36.04029846191406,7.978740215301514,17.222700119018555,-35.97309875488281,7.978750228881836,16.584400177001953,-37.152801513671875,8.099769592285156,17.346599578857422,-36.04029846191406,7.978740215301514,16.584400177001953,-37.152801513671875,8.099769592285156,17.396400451660156,-36.078800201416016,7.978640079498291,17.396400451660156,-36.078800201416016,7.978640079498291,16.584400177001953,-37.152801513671875,8.099769592285156,17.55109977722168,-36.21099853515625,7.9783501625061035,17.396400451660156,-36.078800201416016,7.978640079498291,17.55109977722168,-36.21099853515625,7.9783501625061035,17.50790023803711,-36.165000915527344,7.978419780731201,16.9197998046875,-35.859500885009766,7.978189945220947,16.837200164794922,-35.84769821166992,7.9780402183532715,16.946500778198242,-35.86589813232422,7.978260040283203,16.946500778198242,-35.86589813232422,7.978260040283203,16.837200164794922,-35.84769821166992,7.9780402183532715,16.584400177001953,-37.152801513671875,8.099769592285156,16.946500778198242,-35.86589813232422,7.978260040283203,16.584400177001953,-37.152801513671875,8.099769592285156,17.034900665283203,-35.895198822021484,7.978479862213135,17.034900665283203,-35.895198822021484,7.978479862213135,16.584400177001953,-37.152801513671875,8.099769592285156,17.222700119018555,-35.97309875488281,7.978750228881836,17.034900665283203,-35.895198822021484,7.978479862213135,17.222700119018555,-35.97309875488281,7.978750228881836,17.13990020751953,-35.93009948730469,7.978740215301514,16.584400177001953,-41.12779998779297,7.977970123291016,16.6343994140625,-41.12779998779297,7.977960109710693,16.584400177001953,-39.802799224853516,8.099780082702637,16.584400177001953,-39.802799224853516,8.099780082702637,16.6343994140625,-41.12779998779297,7.977960109710693,16.83769989013672,-41.11159896850586,7.977970123291016,17.22369956970215,-40.984100341796875,7.9787797927856445,17.253799438476562,-40.97079849243164,7.978809833526611,17.397300720214844,-40.87770080566406,7.978630065917969,17.038700103759766,-41.06340026855469,7.978519916534424,17.064699172973633,-41.05459976196289,7.97859001159668,17.22369956970215,-40.984100341796875,7.9787797927856445,17.038700103759766,-41.06340026855469,7.978519916534424,16.584400177001953,-39.802799224853516,8.099780082702637,17.036100387573242,-41.06399917602539,7.978519916534424,17.036100387573242,-41.06399917602539,7.978519916534424,16.584400177001953,-39.802799224853516,8.099780082702637,16.83769989013672,-41.11159896850586,7.977970123291016,17.036100387573242,-41.06399917602539,7.978519916534424,16.83769989013672,-41.11159896850586,7.977970123291016,16.840599060058594,-41.11140060424805,7.977970123291016,17.42490005493164,-40.859901428222656,7.978600025177002,17.446399688720703,-40.84299850463867,7.978549957275391,17.55120086669922,-40.74449920654297,7.978340148925781,17.038700103759766,-41.06340026855469,7.978519916534424,17.22369956970215,-40.984100341796875,7.9787797927856445,16.584400177001953,-39.802799224853516,8.099780082702637,16.584400177001953,-39.802799224853516,8.099780082702637,17.22369956970215,-40.984100341796875,7.9787797927856445,17.397300720214844,-40.87770080566406,7.978630065917969,16.584400177001953,-39.802799224853516,8.099780082702637,17.397300720214844,-40.87770080566406,7.978630065917969,17.42490005493164,-40.859901428222656,7.978600025177002,17.42490005493164,-40.859901428222656,7.978600025177002,17.55120086669922,-40.74449920654297,7.978340148925781,16.584400177001953,-39.802799224853516,8.099780082702637,16.584400177001953,-39.802799224853516,8.099780082702637,17.55120086669922,-40.74449920654297,7.978340148925781,17.597200393676758,-40.70130157470703,7.978250026702881,16.584400177001953,-39.802799224853516,8.099780082702637,17.597200393676758,-40.70130157470703,7.978250026702881,17.683399200439453,-40.589900970458984,7.978229999542236,17.721900939941406,-40.54010009765625,7.978229999542236,17.7367000579834,-40.516998291015625,7.978240013122559,17.789100646972656,-40.416099548339844,7.978330135345459,17.83209991455078,-40.33340072631836,7.978409767150879,17.867000579833984,-40.22829818725586,7.978360176086426,17.789100646972656,-40.416099548339844,7.978330135345459,17.789100646972656,-40.416099548339844,7.978330135345459,17.867000579833984,-40.22829818725586,7.978360176086426,16.584400177001953,-39.802799224853516,8.099780082702637,17.789100646972656,-40.416099548339844,7.978330135345459,16.584400177001953,-39.802799224853516,8.099780082702637,17.721900939941406,-40.54010009765625,7.978229999542236,17.721900939941406,-40.54010009765625,7.978229999542236,16.584400177001953,-39.802799224853516,8.099780082702637,17.683399200439453,-40.589900970458984,7.978229999542236,17.896400451660156,-40.13999938964844,7.978320121765137,17.902700424194336,-40.11330032348633,7.978280067443848,17.914499282836914,-40.030601501464844,7.978149890899658,17.931699752807617,-39.9109001159668,7.977960109710693,17.93440055847168,-39.82780075073242,7.978089809417725,17.914499282836914,-40.030601501464844,7.978149890899658,17.914499282836914,-40.030601501464844,7.978149890899658,17.93440055847168,-39.82780075073242,7.978089809417725,16.584400177001953,-39.802799224853516,8.099780082702637,17.914499282836914,-40.030601501464844,7.978149890899658,16.584400177001953,-39.802799224853516,8.099780082702637,17.896400451660156,-40.13999938964844,7.978320121765137,17.896400451660156,-40.13999938964844,7.978320121765137,16.584400177001953,-39.802799224853516,8.099780082702637,17.867000579833984,-40.22829818725586,7.978360176086426,7.2076802253723145,-40.25809860229492,7.978429794311523,7.278120040893555,-40.41709899902344,7.978330135345459,7.198860168457031,-40.23210144042969,7.978419780731201,7.198860168457031,-40.23210144042969,7.978419780731201,7.278120040893555,-40.41709899902344,7.978330135345459,8.484399795532227,-39.802799224853516,8.099760055541992,7.198860168457031,-40.23210144042969,7.978419780731201,8.484399795532227,-39.802799224853516,8.099760055541992,7.198229789733887,-40.22949981689453,7.978419780731201,7.198229789733887,-40.22949981689453,7.978419780731201,8.484399795532227,-39.802799224853516,8.099760055541992,7.150629997253418,-40.03120040893555,7.978129863739014,7.198229789733887,-40.22949981689453,7.978419780731201,7.150629997253418,-40.03120040893555,7.978129863739014,7.150859832763672,-40.034000396728516,7.978129863739014,7.517710208892822,-40.74470138549805,7.9783501625061035,7.560929775238037,-40.79069900512695,7.978419780731201,7.672369956970215,-40.876800537109375,7.978640079498291,7.402339935302734,-40.61830139160156,7.9781999588012695,7.4192399978637695,-40.63990020751953,7.9781999588012695,7.517710208892822,-40.74470138549805,7.9783501625061035,7.278120040893555,-40.41709899902344,7.978330135345459,7.29148006439209,-40.44729995727539,7.9783101081848145,8.484399795532227,-39.802799224853516,8.099760055541992,8.484399795532227,-39.802799224853516,8.099760055541992,7.29148006439209,-40.44729995727539,7.9783101081848145,7.384490013122559,-40.59080123901367,7.978209972381592,8.484399795532227,-39.802799224853516,8.099760055541992,7.384490013122559,-40.59080123901367,7.978209972381592,7.402339935302734,-40.61830139160156,7.9781999588012695,7.402339935302734,-40.61830139160156,7.9781999588012695,7.517710208892822,-40.74470138549805,7.9783501625061035,8.484399795532227,-39.802799224853516,8.099760055541992,8.484399795532227,-39.802799224853516,8.099760055541992,7.517710208892822,-40.74470138549805,7.9783501625061035,7.672369956970215,-40.876800537109375,7.978640079498291,8.484399795532227,-39.802799224853516,8.099760055541992,7.672369956970215,-40.876800537109375,7.978640079498291,7.7221598625183105,-40.91529846191406,7.978740215301514,7.928860187530518,-41.0255012512207,7.978740215301514,8.484399795532227,-39.802799224853516,8.099760055541992,7.846099853515625,-40.98249816894531,7.978750228881836,7.846099853515625,-40.98249816894531,7.978750228881836,8.484399795532227,-39.802799224853516,8.099760055541992,7.7221598625183105,-40.91529846191406,7.978740215301514,7.846099853515625,-40.98249816894531,7.978750228881836,7.7221598625183105,-40.91529846191406,7.978740215301514,7.745259761810303,-40.93009948730469,7.978769779205322,8.148980140686035,-41.096099853515625,7.978179931640625,8.231590270996094,-41.108001708984375,7.978030204772949,8.122260093688965,-41.08980178833008,7.978260040283203,8.122260093688965,-41.08980178833008,7.978260040283203,8.231590270996094,-41.108001708984375,7.978030204772949,8.484399795532227,-39.802799224853516,8.099760055541992,8.122260093688965,-41.08980178833008,7.978260040283203,8.484399795532227,-39.802799224853516,8.099760055541992,8.033929824829102,-41.06039810180664,7.978479862213135,8.033929824829102,-41.06039810180664,7.978479862213135,8.484399795532227,-39.802799224853516,8.099760055541992,7.928860187530518,-41.0255012512207,7.978740215301514,9.834400177001953,-38.47779846191406,8.317319869995117,11.184399604797363,-38.47779846191406,8.434450149536133,9.834400177001953,-37.81529998779297,8.287489891052246,9.834400177001953,-37.81529998779297,8.287489891052246,11.184399604797363,-38.47779846191406,8.434450149536133,11.184399604797363,-37.81529998779297,8.393389701843262,9.834400177001953,-37.81529998779297,8.287489891052246,11.184399604797363,-37.81529998779297,8.393389701843262,9.834400177001953,-37.152801513671875,8.205789566040039,9.834400177001953,-35.82780075073242,7.978129863739014,8.484399795532227,-35.82780075073242,7.977980136871338,8.484399795532227,-37.152801513671875,8.099729537963867,8.484399795532227,-37.152801513671875,8.099729537963867,8.484399795532227,-35.82780075073242,7.977980136871338,8.434399604797363,-35.82780075073242,7.977970123291016,8.484399795532227,-37.152801513671875,8.099729537963867,8.434399604797363,-35.82780075073242,7.977970123291016,8.231049537658691,-35.84400177001953,7.977980136871338,17.93440055847168,-38.47779846191406,7.978089809417725,17.93440055847168,-37.81529998779297,7.978089809417725,15.234399795532227,-37.81529998779297,8.287529945373535,15.234399795532227,-37.81529998779297,8.287529945373535,17.93440055847168,-37.81529998779297,7.978089809417725,17.93440055847168,-37.152801513671875,7.978089809417725,11.184399604797363,-37.152801513671875,8.282529830932617,12.53439998626709,-37.81529998779297,8.432290077209473,12.53439998626709,-37.152801513671875,8.310529708862305,12.53439998626709,-37.152801513671875,8.310529708862305,12.53439998626709,-37.81529998779297,8.432290077209473,13.884400367736816,-37.81529998779297,8.39342975616455,12.53439998626709,-37.152801513671875,8.310529708862305,13.884400367736816,-37.81529998779297,8.39342975616455,15.234399795532227,-37.152801513671875,8.205840110778809,15.234399795532227,-37.152801513671875,8.205840110778809,13.884400367736816,-37.81529998779297,8.39342975616455,15.234399795532227,-37.81529998779297,8.287529945373535,15.234399795532227,-37.152801513671875,8.205840110778809,15.234399795532227,-37.81529998779297,8.287529945373535,16.584400177001953,-37.152801513671875,8.099769592285156,16.584400177001953,-37.152801513671875,8.099769592285156,15.234399795532227,-37.81529998779297,8.287529945373535,17.93440055847168,-37.152801513671875,7.978089809417725,16.584400177001953,-37.152801513671875,8.099769592285156,17.93440055847168,-37.152801513671875,7.978089809417725,17.93440055847168,-37.12779998779297,7.978089809417725,15.234399795532227,-38.47779846191406,8.317350387573242,13.884400367736816,-38.47779846191406,8.434490203857422,15.234399795532227,-39.14030075073242,8.287540435791016,15.234399795532227,-39.14030075073242,8.287540435791016,13.884400367736816,-38.47779846191406,8.434490203857422,13.884400367736816,-39.14030075073242,8.393449783325195,15.234399795532227,-39.14030075073242,8.287540435791016,13.884400367736816,-39.14030075073242,8.393449783325195,15.234399795532227,-39.802799224853516,8.205860137939453,13.884400367736816,-39.802799224853516,8.282600402832031,12.53439998626709,-39.14030075073242,8.432319641113281,12.53439998626709,-39.802799224853516,8.310569763183594,12.53439998626709,-39.802799224853516,8.310569763183594,12.53439998626709,-39.14030075073242,8.432319641113281,11.184399604797363,-39.14030075073242,8.393420219421387,12.53439998626709,-39.802799224853516,8.310569763183594,11.184399604797363,-39.14030075073242,8.393420219421387,9.834400177001953,-39.802799224853516,8.205840110778809,9.834400177001953,-39.802799224853516,8.205840110778809,11.184399604797363,-39.14030075073242,8.393420219421387,9.834400177001953,-39.14030075073242,8.28750991821289,9.834400177001953,-39.802799224853516,8.205840110778809,9.834400177001953,-39.14030075073242,8.28750991821289,8.484399795532227,-39.802799224853516,8.099760055541992,7.134399890899658,-38.47779846191406,7.978089809417725,7.134399890899658,-39.14030075073242,7.978089809417725,9.834400177001953,-39.14030075073242,8.28750991821289,9.834400177001953,-39.14030075073242,8.28750991821289,7.134399890899658,-39.14030075073242,7.978089809417725,7.134399890899658,-39.802799224853516,7.978089809417725,9.834400177001953,-39.14030075073242,8.28750991821289,7.134399890899658,-39.802799224853516,7.978089809417725,8.484399795532227,-39.802799224853516,8.099760055541992,8.484399795532227,-39.802799224853516,8.099760055541992,7.134399890899658,-39.802799224853516,7.978089809417725,7.134399890899658,-39.82780075073242,7.978089809417725,8.484399795532227,-39.802799224853516,8.099760055541992,7.134399890899658,-39.82780075073242,7.978089809417725,7.150629997253418,-40.03120040893555,7.978129863739014,15.234399795532227,-41.12779998779297,7.978119850158691,13.884400367736816,-39.802799224853516,8.282600402832031,12.53439998626709,-41.12779998779297,7.978429794311523,12.53439998626709,-41.12779998779297,7.978429794311523,13.884400367736816,-39.802799224853516,8.282600402832031,12.53439998626709,-39.802799224853516,8.310569763183594,12.53439998626709,-41.12779998779297,7.978429794311523,12.53439998626709,-39.802799224853516,8.310569763183594,9.834400177001953,-41.12779998779297,7.978119850158691,9.834400177001953,-41.12779998779297,7.978119850158691,12.53439998626709,-39.802799224853516,8.310569763183594,9.834400177001953,-39.802799224853516,8.205840110778809,9.834400177001953,-41.12779998779297,7.978119850158691,9.834400177001953,-39.802799224853516,8.205840110778809,8.484399795532227,-41.12779998779297,7.977970123291016,8.484399795532227,-41.12779998779297,7.977970123291016,9.834400177001953,-39.802799224853516,8.205840110778809,8.484399795532227,-39.802799224853516,8.099760055541992,8.484399795532227,-41.12779998779297,7.977970123291016,8.484399795532227,-39.802799224853516,8.099760055541992,8.434399604797363,-41.12779998779297,7.977960109710693,8.434399604797363,-41.12779998779297,7.977960109710693,8.484399795532227,-39.802799224853516,8.099760055541992,8.231590270996094,-41.108001708984375,7.978030204772949,8.434399604797363,-41.12779998779297,7.977960109710693,8.231590270996094,-41.108001708984375,7.978030204772949,8.351329803466797,-41.12519836425781,7.977819919586182,15.234399795532227,-39.802799224853516,8.205860137939453,16.584400177001953,-39.802799224853516,8.099780082702637,15.234399795532227,-39.14030075073242,8.287540435791016,15.234399795532227,-39.14030075073242,8.287540435791016,16.584400177001953,-39.802799224853516,8.099780082702637,17.93440055847168,-38.47779846191406,7.978089809417725,15.234399795532227,-39.14030075073242,8.287540435791016,17.93440055847168,-38.47779846191406,7.978089809417725,15.234399795532227,-38.47779846191406,8.317350387573242,15.234399795532227,-38.47779846191406,8.317350387573242,17.93440055847168,-38.47779846191406,7.978089809417725,15.234399795532227,-37.81529998779297,8.287529945373535,15.234399795532227,-38.47779846191406,8.317350387573242,15.234399795532227,-37.81529998779297,8.287529945373535,13.884400367736816,-38.47779846191406,8.434490203857422,13.884400367736816,-38.47779846191406,8.434490203857422,15.234399795532227,-37.81529998779297,8.287529945373535,13.884400367736816,-37.81529998779297,8.39342975616455,13.884400367736816,-38.47779846191406,8.434490203857422,13.884400367736816,-37.81529998779297,8.39342975616455,12.53439998626709,-38.47779846191406,8.47760009765625,12.53439998626709,-38.47779846191406,8.47760009765625,13.884400367736816,-37.81529998779297,8.39342975616455,12.53439998626709,-37.81529998779297,8.432290077209473,12.53439998626709,-38.47779846191406,8.47760009765625,12.53439998626709,-37.81529998779297,8.432290077209473,11.184399604797363,-37.81529998779297,8.393389701843262,11.184399604797363,-37.81529998779297,8.393389701843262,12.53439998626709,-37.81529998779297,8.432290077209473,11.184399604797363,-37.152801513671875,8.282529830932617,11.184399604797363,-37.81529998779297,8.393389701843262,11.184399604797363,-37.152801513671875,8.282529830932617,9.834400177001953,-37.152801513671875,8.205789566040039,16.584400177001953,-41.12779998779297,7.977970123291016,16.584400177001953,-39.802799224853516,8.099780082702637,15.234399795532227,-41.12779998779297,7.978119850158691,15.234399795532227,-41.12779998779297,7.978119850158691,16.584400177001953,-39.802799224853516,8.099780082702637,15.234399795532227,-39.802799224853516,8.205860137939453,15.234399795532227,-41.12779998779297,7.978119850158691,15.234399795532227,-39.802799224853516,8.205860137939453,13.884400367736816,-39.802799224853516,8.282600402832031,13.884400367736816,-39.802799224853516,8.282600402832031,15.234399795532227,-39.802799224853516,8.205860137939453,13.884400367736816,-39.14030075073242,8.393449783325195,13.884400367736816,-39.802799224853516,8.282600402832031,13.884400367736816,-39.14030075073242,8.393449783325195,12.53439998626709,-39.14030075073242,8.432319641113281,12.53439998626709,-39.14030075073242,8.432319641113281,13.884400367736816,-39.14030075073242,8.393449783325195,12.53439998626709,-38.47779846191406,8.47760009765625,12.53439998626709,-39.14030075073242,8.432319641113281,12.53439998626709,-38.47779846191406,8.47760009765625,11.184399604797363,-39.14030075073242,8.393420219421387,11.184399604797363,-39.14030075073242,8.393420219421387,12.53439998626709,-38.47779846191406,8.47760009765625,11.184399604797363,-38.47779846191406,8.434450149536133,11.184399604797363,-39.14030075073242,8.393420219421387,11.184399604797363,-38.47779846191406,8.434450149536133,9.834400177001953,-39.14030075073242,8.28750991821289,9.834400177001953,-39.14030075073242,8.28750991821289,11.184399604797363,-38.47779846191406,8.434450149536133,9.834400177001953,-38.47779846191406,8.317319869995117,9.834400177001953,-39.14030075073242,8.28750991821289,9.834400177001953,-38.47779846191406,8.317319869995117,7.134399890899658,-38.47779846191406,7.978089809417725,7.134399890899658,-38.47779846191406,7.978089809417725,9.834400177001953,-38.47779846191406,8.317319869995117,9.834400177001953,-37.81529998779297,8.287489891052246,7.134399890899658,-38.47779846191406,7.978089809417725,9.834400177001953,-37.81529998779297,8.287489891052246,8.484399795532227,-37.152801513671875,8.099729537963867,8.484399795532227,-37.152801513671875,8.099729537963867,9.834400177001953,-37.81529998779297,8.287489891052246,9.834400177001953,-37.152801513671875,8.205789566040039,8.484399795532227,-37.152801513671875,8.099729537963867,9.834400177001953,-37.152801513671875,8.205789566040039,9.834400177001953,-35.82780075073242,7.978129863739014,9.834400177001953,-35.82780075073242,7.978129863739014,9.834400177001953,-37.152801513671875,8.205789566040039,11.184399604797363,-37.152801513671875,8.282529830932617,9.834400177001953,-35.82780075073242,7.978129863739014,11.184399604797363,-37.152801513671875,8.282529830932617,12.53439998626709,-35.82780075073242,7.978429794311523,12.53439998626709,-35.82780075073242,7.978429794311523,11.184399604797363,-37.152801513671875,8.282529830932617,12.53439998626709,-37.152801513671875,8.310529708862305,12.53439998626709,-35.82780075073242,7.978429794311523,12.53439998626709,-37.152801513671875,8.310529708862305,15.234399795532227,-35.82780075073242,7.978119850158691,15.234399795532227,-35.82780075073242,7.978119850158691,12.53439998626709,-37.152801513671875,8.310529708862305,15.234399795532227,-37.152801513671875,8.205840110778809,15.234399795532227,-35.82780075073242,7.978119850158691,15.234399795532227,-37.152801513671875,8.205840110778809,16.584400177001953,-35.82780075073242,7.977970123291016,16.584400177001953,-35.82780075073242,7.977970123291016,15.234399795532227,-37.152801513671875,8.205840110778809,16.584400177001953,-37.152801513671875,8.099769592285156,16.584400177001953,-35.82780075073242,7.977970123291016,16.584400177001953,-37.152801513671875,8.099769592285156,16.6343994140625,-35.82780075073242,7.977960109710693,16.6343994140625,-35.82780075073242,7.977960109710693,16.584400177001953,-37.152801513671875,8.099769592285156,16.837200164794922,-35.84769821166992,7.9780402183532715,16.6343994140625,-35.82780075073242,7.977960109710693,16.837200164794922,-35.84769821166992,7.9780402183532715,16.717500686645508,-35.830501556396484,7.977819919586182,4.084400177001953,-33.302799224853516,8.0997896194458,5.4344000816345215,-33.302799224853516,7.978089809417725,5.4344000816345215,-31.977800369262695,7.978089809417725,1.3844000101089478,-32.64030075073242,8.393460273742676,1.3844000101089478,-31.977800369262695,8.434490203857422,0.03440190106630325,-31.977800369262695,8.47760009765625,-1.315600037574768,-31.31529998779297,8.393389701843262,-1.315600037574768,-31.977800369262695,8.434459686279297,0.03440190106630325,-31.977800369262695,8.47760009765625,-4.015600204467773,-30.652799606323242,8.099729537963867,-5.365600109100342,-30.652799606323242,7.978089809417725,-5.365600109100342,-31.977800369262695,7.978089809417725,5.4344000816345215,-33.302799224853516,7.978089809417725,4.084400177001953,-33.302799224853516,8.0997896194458,5.4344000816345215,-33.32780075073242,7.978089809417725,-5.365600109100342,-30.652799606323242,7.978089809417725,-4.015600204467773,-30.652799606323242,8.099729537963867,-5.365600109100342,-30.62779998779297,7.978089809417725,-4.469890117645264,-29.39229965209961,7.978529930114746,-4.495870113372803,-29.401100158691406,7.978600025177002,-4.654890060424805,-29.471500396728516,7.9787797927856445,-4.469890117645264,-29.39229965209961,7.978529930114746,-4.015600204467773,-30.652799606323242,8.099729537963867,-4.4672698974609375,-29.391599655151367,7.978529930114746,-4.4672698974609375,-29.391599655151367,7.978529930114746,-4.015600204467773,-30.652799606323242,8.099729537963867,-4.268939971923828,-29.344100952148438,7.977980136871338,-4.4672698974609375,-29.391599655151367,7.978529930114746,-4.268939971923828,-29.344100952148438,7.977980136871338,-4.271810054779053,-29.34429931640625,7.977980136871338,-4.856060028076172,-29.595699310302734,7.978600025177002,-4.8776397705078125,-29.612600326538086,7.978549957275391,-4.982439994812012,-29.71109962463379,7.978340148925781,-4.469890117645264,-29.39229965209961,7.978529930114746,-4.654890060424805,-29.471500396728516,7.9787797927856445,-4.015600204467773,-30.652799606323242,8.099729537963867,-4.015600204467773,-30.652799606323242,8.099729537963867,-4.654890060424805,-29.471500396728516,7.9787797927856445,-4.68503999710083,-29.484899520874023,7.978809833526611,-4.015600204467773,-30.652799606323242,8.099729537963867,-4.68503999710083,-29.484899520874023,7.978809833526611,-4.828539848327637,-29.577899932861328,7.978630065917969,-5.028409957885742,-29.75429916381836,7.978250026702881,-5.114620208740234,-29.865800857543945,7.978229999542236,-4.982439994812012,-29.71109962463379,7.978340148925781,-4.982439994812012,-29.71109962463379,7.978340148925781,-5.114620208740234,-29.865800857543945,7.978229999542236,-4.015600204467773,-30.652799606323242,8.099729537963867,-4.982439994812012,-29.71109962463379,7.978340148925781,-4.015600204467773,-30.652799606323242,8.099729537963867,-4.856060028076172,-29.595699310302734,7.978600025177002,-4.856060028076172,-29.595699310302734,7.978600025177002,-4.015600204467773,-30.652799606323242,8.099729537963867,-4.828539848327637,-29.577899932861328,7.978630065917969,-5.15310001373291,-29.91550064086914,7.978219985961914,-5.167880058288574,-29.938600540161133,7.978240013122559,-5.220280170440674,-30.039499282836914,7.978340148925781,-5.2632598876953125,-30.12220001220703,7.978409767150879,-5.298210144042969,-30.227399826049805,7.978370189666748,-5.220280170440674,-30.039499282836914,7.978340148925781,-5.220280170440674,-30.039499282836914,7.978340148925781,-5.298210144042969,-30.227399826049805,7.978370189666748,-4.015600204467773,-30.652799606323242,8.099729537963867,-5.220280170440674,-30.039499282836914,7.978340148925781,-4.015600204467773,-30.652799606323242,8.099729537963867,-5.15310001373291,-29.91550064086914,7.978219985961914,-5.15310001373291,-29.91550064086914,7.978219985961914,-4.015600204467773,-30.652799606323242,8.099729537963867,-5.114620208740234,-29.865800857543945,7.978229999542236,-5.327559947967529,-30.31559944152832,7.978320121765137,-5.333859920501709,-30.342300415039062,7.978280067443848,-5.345739841461182,-30.424999237060547,7.978149890899658,-5.362939834594727,-30.544700622558594,7.977960109710693,-5.365600109100342,-30.62779998779297,7.978089809417725,-5.345739841461182,-30.424999237060547,7.978149890899658,-5.345739841461182,-30.424999237060547,7.978149890899658,-5.365600109100342,-30.62779998779297,7.978089809417725,-4.015600204467773,-30.652799606323242,8.099729537963867,-5.345739841461182,-30.424999237060547,7.978149890899658,-4.015600204467773,-30.652799606323242,8.099729537963867,-5.327559947967529,-30.31559944152832,7.978320121765137,-5.327559947967529,-30.31559944152832,7.978320121765137,-4.015600204467773,-30.652799606323242,8.099729537963867,-5.298210144042969,-30.227399826049805,7.978370189666748,5.4344000816345215,-30.62779998779297,7.978089809417725,5.418169975280762,-30.42449951171875,7.978129863739014,4.084400177001953,-30.652799606323242,8.099769592285156,5.051089763641357,-29.711000442504883,7.9783501625061035,5.007870197296143,-29.665000915527344,7.978419780731201,4.896430015563965,-29.578800201416016,7.978640079498291,5.166460037231445,-29.837299346923828,7.9781999588012695,5.14955997467041,-29.815799713134766,7.9781999588012695,5.051089763641357,-29.711000442504883,7.9783501625061035,5.290689945220947,-30.03849983215332,7.978330135345459,5.27731990814209,-30.008399963378906,7.978320121765137,5.184309959411621,-29.864900588989258,7.978219985961914,5.369939804077148,-30.223499298095703,7.978419780731201,5.361130237579346,-30.197500228881836,7.978429794311523,5.290689945220947,-30.03849983215332,7.978330135345459,5.418169975280762,-30.42449951171875,7.978129863739014,5.417940139770508,-30.421600341796875,7.978129863739014,4.084400177001953,-30.652799606323242,8.099769592285156,4.084400177001953,-30.652799606323242,8.099769592285156,5.417940139770508,-30.421600341796875,7.978129863739014,5.370570182800293,-30.22610092163086,7.978419780731201,4.084400177001953,-30.652799606323242,8.099769592285156,5.370570182800293,-30.22610092163086,7.978419780731201,5.369939804077148,-30.223499298095703,7.978419780731201,5.369939804077148,-30.223499298095703,7.978419780731201,5.290689945220947,-30.03849983215332,7.978330135345459,4.084400177001953,-30.652799606323242,8.099769592285156,4.084400177001953,-30.652799606323242,8.099769592285156,5.290689945220947,-30.03849983215332,7.978330135345459,5.184309959411621,-29.864900588989258,7.978219985961914,4.084400177001953,-30.652799606323242,8.099769592285156,5.184309959411621,-29.864900588989258,7.978219985961914,5.166460037231445,-29.837299346923828,7.9781999588012695,5.166460037231445,-29.837299346923828,7.9781999588012695,5.051089763641357,-29.711000442504883,7.9783501625061035,4.084400177001953,-30.652799606323242,8.099769592285156,4.084400177001953,-30.652799606323242,8.099769592285156,5.051089763641357,-29.711000442504883,7.9783501625061035,4.896430015563965,-29.578800201416016,7.978640079498291,4.084400177001953,-30.652799606323242,8.099769592285156,4.896430015563965,-29.578800201416016,7.978640079498291,4.846650123596191,-29.540300369262695,7.978740215301514,4.639939785003662,-29.430099487304688,7.978740215301514,4.084400177001953,-30.652799606323242,8.099769592285156,4.722710132598877,-29.473100662231445,7.978750228881836,4.722710132598877,-29.473100662231445,7.978750228881836,4.084400177001953,-30.652799606323242,8.099769592285156,4.846650123596191,-29.540300369262695,7.978740215301514,4.722710132598877,-29.473100662231445,7.978750228881836,4.846650123596191,-29.540300369262695,7.978740215301514,4.823550224304199,-29.52549934387207,7.978769779205322,4.419829845428467,-29.359500885009766,7.978189945220947,4.337210178375244,-29.347700119018555,7.9780402183532715,4.446539878845215,-29.365800857543945,7.978260040283203,4.446539878845215,-29.365800857543945,7.978260040283203,4.337210178375244,-29.347700119018555,7.9780402183532715,4.084400177001953,-30.652799606323242,8.099769592285156,4.446539878845215,-29.365800857543945,7.978260040283203,4.084400177001953,-30.652799606323242,8.099769592285156,4.534870147705078,-29.395200729370117,7.978479862213135,4.534870147705078,-29.395200729370117,7.978479862213135,4.084400177001953,-30.652799606323242,8.099769592285156,4.639939785003662,-29.430099487304688,7.978740215301514,5.22189998626709,-34.04010009765625,7.978229999542236,5.236680030822754,-34.016998291015625,7.978250026702881,5.289090156555176,-33.916099548339844,7.978340148925781,4.084400177001953,-34.62779998779297,7.977970123291016,4.134399890899658,-34.62779998779297,7.977960109710693,4.084400177001953,-33.302799224853516,8.0997896194458,4.084400177001953,-33.302799224853516,8.0997896194458,4.134399890899658,-34.62779998779297,7.977960109710693,4.33774995803833,-34.61159896850586,7.977970123291016,4.084400177001953,-33.302799224853516,8.0997896194458,4.33774995803833,-34.61159896850586,7.977970123291016,4.340610027313232,-34.61140060424805,7.977970123291016,4.564680099487305,-34.55459976196289,7.97859001159668,4.723690032958984,-34.484100341796875,7.9787797927856445,4.538690090179443,-34.56340026855469,7.978529930114746,4.538690090179443,-34.56340026855469,7.978529930114746,4.723690032958984,-34.484100341796875,7.9787797927856445,4.084400177001953,-33.302799224853516,8.0997896194458,4.538690090179443,-34.56340026855469,7.978529930114746,4.084400177001953,-33.302799224853516,8.0997896194458,4.536069869995117,-34.56399917602539,7.978519916534424,4.536069869995117,-34.56399917602539,7.978519916534424,4.084400177001953,-33.302799224853516,8.0997896194458,4.340610027313232,-34.61140060424805,7.977970123291016,4.94644021987915,-34.34299850463867,7.978549957275391,5.051249980926514,-34.24449920654297,7.978340148925781,4.924860000610352,-34.359901428222656,7.978600025177002,4.924860000610352,-34.359901428222656,7.978600025177002,5.051249980926514,-34.24449920654297,7.978340148925781,4.084400177001953,-33.302799224853516,8.0997896194458,4.924860000610352,-34.359901428222656,7.978600025177002,4.084400177001953,-33.302799224853516,8.0997896194458,4.897349834442139,-34.37770080566406,7.978630065917969,4.897349834442139,-34.37770080566406,7.978630065917969,4.084400177001953,-33.302799224853516,8.0997896194458,4.723690032958984,-34.484100341796875,7.9787797927856445,4.897349834442139,-34.37770080566406,7.978630065917969,4.723690032958984,-34.484100341796875,7.9787797927856445,4.75383996963501,-34.47079849243164,7.978809833526611,5.051249980926514,-34.24449920654297,7.978340148925781,5.097219944000244,-34.20130157470703,7.978250026702881,4.084400177001953,-33.302799224853516,8.0997896194458,4.084400177001953,-33.302799224853516,8.0997896194458,5.097219944000244,-34.20130157470703,7.978250026702881,5.183420181274414,-34.089900970458984,7.978240013122559,4.084400177001953,-33.302799224853516,8.0997896194458,5.183420181274414,-34.089900970458984,7.978240013122559,5.22189998626709,-34.04010009765625,7.978229999542236,5.22189998626709,-34.04010009765625,7.978229999542236,5.289090156555176,-33.916099548339844,7.978340148925781,4.084400177001953,-33.302799224853516,8.0997896194458,4.084400177001953,-33.302799224853516,8.0997896194458,5.289090156555176,-33.916099548339844,7.978340148925781,5.332059860229492,-33.83340072631836,7.978409767150879,4.084400177001953,-33.302799224853516,8.0997896194458,5.332059860229492,-33.83340072631836,7.978409767150879,5.367010116577148,-33.72829818725586,7.978370189666748,5.396359920501709,-33.63999938964844,7.978320121765137,5.402669906616211,-33.61330032348633,7.978280067443848,5.414539813995361,-33.530601501464844,7.978149890899658,5.431739807128906,-33.4109001159668,7.977960109710693,5.4344000816345215,-33.32780075073242,7.978089809417725,5.414539813995361,-33.530601501464844,7.978149890899658,5.414539813995361,-33.530601501464844,7.978149890899658,5.4344000816345215,-33.32780075073242,7.978089809417725,4.084400177001953,-33.302799224853516,8.0997896194458,5.414539813995361,-33.530601501464844,7.978149890899658,4.084400177001953,-33.302799224853516,8.0997896194458,5.396359920501709,-33.63999938964844,7.978320121765137,5.396359920501709,-33.63999938964844,7.978320121765137,4.084400177001953,-33.302799224853516,8.0997896194458,5.367010116577148,-33.72829818725586,7.978370189666748,-5.3011298179626465,-33.73210144042969,7.978419780731201,-4.015600204467773,-33.302799224853516,8.099760055541992,-5.301770210266113,-33.72949981689453,7.978419780731201,-5.301770210266113,-33.72949981689453,7.978419780731201,-4.015600204467773,-33.302799224853516,8.099760055541992,-5.349370002746582,-33.53120040893555,7.978129863739014,-5.301770210266113,-33.72949981689453,7.978419780731201,-5.349370002746582,-33.53120040893555,7.978129863739014,-5.349140167236328,-33.534000396728516,7.978129863739014,-5.20851993560791,-33.94729995727539,7.978320121765137,-4.015600204467773,-33.302799224853516,8.099760055541992,-5.221879959106445,-33.91709899902344,7.978330135345459,-5.221879959106445,-33.91709899902344,7.978330135345459,-4.015600204467773,-33.302799224853516,8.099760055541992,-5.3011298179626465,-33.73210144042969,7.978419780731201,-5.221879959106445,-33.91709899902344,7.978330135345459,-5.3011298179626465,-33.73210144042969,7.978419780731201,-5.2923197746276855,-33.75809860229492,7.978429794311523,-5.0807600021362305,-34.13990020751953,7.9781999588012695,-4.982289791107178,-34.24470138549805,7.9783501625061035,-5.097660064697266,-34.11830139160156,7.9781999588012695,-5.097660064697266,-34.11830139160156,7.9781999588012695,-4.982289791107178,-34.24470138549805,7.9783501625061035,-4.015600204467773,-33.302799224853516,8.099760055541992,-5.097660064697266,-34.11830139160156,7.9781999588012695,-4.015600204467773,-33.302799224853516,8.099760055541992,-5.115499973297119,-34.09080123901367,7.978219985961914,-5.115499973297119,-34.09080123901367,7.978219985961914,-4.015600204467773,-33.302799224853516,8.099760055541992,-5.20851993560791,-33.94729995727539,7.978320121765137,-4.754740238189697,-34.43009948730469,7.978769779205322,-4.653900146484375,-34.48249816894531,7.978750228881836,-4.7778401374816895,-34.41529846191406,7.978740215301514,-4.7778401374816895,-34.41529846191406,7.978740215301514,-4.653900146484375,-34.48249816894531,7.978750228881836,-4.015600204467773,-33.302799224853516,8.099760055541992,-4.7778401374816895,-34.41529846191406,7.978740215301514,-4.015600204467773,-33.302799224853516,8.099760055541992,-4.827630043029785,-34.376800537109375,7.978640079498291,-4.827630043029785,-34.376800537109375,7.978640079498291,-4.015600204467773,-33.302799224853516,8.099760055541992,-4.982289791107178,-34.24470138549805,7.9783501625061035,-4.827630043029785,-34.376800537109375,7.978640079498291,-4.982289791107178,-34.24470138549805,7.9783501625061035,-4.939060211181641,-34.29069900512695,7.978419780731201,-4.351029872894287,-34.596099853515625,7.978189945220947,-4.2684102058410645,-34.608001708984375,7.978030204772949,-4.377739906311035,-34.58980178833008,7.978260040283203,-4.377739906311035,-34.58980178833008,7.978260040283203,-4.2684102058410645,-34.608001708984375,7.978030204772949,-4.015600204467773,-33.302799224853516,8.099760055541992,-4.377739906311035,-34.58980178833008,7.978260040283203,-4.015600204467773,-33.302799224853516,8.099760055541992,-4.466070175170898,-34.56039810180664,7.978479862213135,-4.466070175170898,-34.56039810180664,7.978479862213135,-4.015600204467773,-33.302799224853516,8.099760055541992,-4.653900146484375,-34.48249816894531,7.978750228881836,-4.466070175170898,-34.56039810180664,7.978479862213135,-4.653900146484375,-34.48249816894531,7.978750228881836,-4.571139812469482,-34.5255012512207,7.978740215301514,-2.665600061416626,-31.977800369262695,8.317319869995117,-1.315600037574768,-31.977800369262695,8.434459686279297,-2.665600061416626,-31.31529998779297,8.287489891052246,-2.665600061416626,-31.31529998779297,8.287489891052246,-1.315600037574768,-31.977800369262695,8.434459686279297,-1.315600037574768,-31.31529998779297,8.393389701843262,-2.665600061416626,-31.31529998779297,8.287489891052246,-1.315600037574768,-31.31529998779297,8.393389701843262,-2.665600061416626,-30.652799606323242,8.205789566040039,-2.665600061416626,-29.327800750732422,7.978129863739014,-4.015600204467773,-29.327800750732422,7.977980136871338,-4.015600204467773,-30.652799606323242,8.099729537963867,-4.015600204467773,-30.652799606323242,8.099729537963867,-4.015600204467773,-29.327800750732422,7.977980136871338,-4.0655999183654785,-29.327800750732422,7.977970123291016,-4.015600204467773,-30.652799606323242,8.099729537963867,-4.0655999183654785,-29.327800750732422,7.977970123291016,-4.268939971923828,-29.344100952148438,7.977980136871338,5.4344000816345215,-31.977800369262695,7.978089809417725,5.4344000816345215,-31.31529998779297,7.978089809417725,2.7344000339508057,-31.31529998779297,8.287529945373535,2.7344000339508057,-31.31529998779297,8.287529945373535,5.4344000816345215,-31.31529998779297,7.978089809417725,5.4344000816345215,-30.652799606323242,7.978089809417725,-1.315600037574768,-30.652799606323242,8.282529830932617,0.03440190106630325,-31.31529998779297,8.432290077209473,0.03440190106630325,-30.652799606323242,8.310529708862305,0.03440190106630325,-30.652799606323242,8.310529708862305,0.03440190106630325,-31.31529998779297,8.432290077209473,1.3844000101089478,-31.31529998779297,8.39342975616455,0.03440190106630325,-30.652799606323242,8.310529708862305,1.3844000101089478,-31.31529998779297,8.39342975616455,2.7344000339508057,-30.652799606323242,8.205840110778809,2.7344000339508057,-30.652799606323242,8.205840110778809,1.3844000101089478,-31.31529998779297,8.39342975616455,2.7344000339508057,-31.31529998779297,8.287529945373535,2.7344000339508057,-30.652799606323242,8.205840110778809,2.7344000339508057,-31.31529998779297,8.287529945373535,4.084400177001953,-30.652799606323242,8.099769592285156,4.084400177001953,-30.652799606323242,8.099769592285156,2.7344000339508057,-31.31529998779297,8.287529945373535,5.4344000816345215,-30.652799606323242,7.978089809417725,4.084400177001953,-30.652799606323242,8.099769592285156,5.4344000816345215,-30.652799606323242,7.978089809417725,5.4344000816345215,-30.62779998779297,7.978089809417725,2.7344000339508057,-31.977800369262695,8.317350387573242,1.3844000101089478,-31.977800369262695,8.434490203857422,2.7344000339508057,-32.64030075073242,8.28754997253418,2.7344000339508057,-32.64030075073242,8.28754997253418,1.3844000101089478,-31.977800369262695,8.434490203857422,1.3844000101089478,-32.64030075073242,8.393460273742676,2.7344000339508057,-32.64030075073242,8.28754997253418,1.3844000101089478,-32.64030075073242,8.393460273742676,2.7344000339508057,-33.302799224853516,8.205860137939453,1.3844000101089478,-33.302799224853516,8.282600402832031,0.03440190106630325,-32.64030075073242,8.432319641113281,0.03440190106630325,-33.302799224853516,8.310569763183594,0.03440190106630325,-33.302799224853516,8.310569763183594,0.03440190106630325,-32.64030075073242,8.432319641113281,-1.315600037574768,-32.64030075073242,8.393420219421387,0.03440190106630325,-33.302799224853516,8.310569763183594,-1.315600037574768,-32.64030075073242,8.393420219421387,-2.665600061416626,-33.302799224853516,8.205840110778809,-2.665600061416626,-33.302799224853516,8.205840110778809,-1.315600037574768,-32.64030075073242,8.393420219421387,-2.665600061416626,-32.64030075073242,8.287520408630371,-2.665600061416626,-33.302799224853516,8.205840110778809,-2.665600061416626,-32.64030075073242,8.287520408630371,-4.015600204467773,-33.302799224853516,8.099760055541992,-5.365600109100342,-31.977800369262695,7.978089809417725,-5.365600109100342,-32.64030075073242,7.978089809417725,-2.665600061416626,-32.64030075073242,8.287520408630371,-2.665600061416626,-32.64030075073242,8.287520408630371,-5.365600109100342,-32.64030075073242,7.978089809417725,-5.365600109100342,-33.302799224853516,7.978089809417725,-2.665600061416626,-32.64030075073242,8.287520408630371,-5.365600109100342,-33.302799224853516,7.978089809417725,-4.015600204467773,-33.302799224853516,8.099760055541992,-4.015600204467773,-33.302799224853516,8.099760055541992,-5.365600109100342,-33.302799224853516,7.978089809417725,-5.365600109100342,-33.32780075073242,7.978089809417725,-4.015600204467773,-33.302799224853516,8.099760055541992,-5.365600109100342,-33.32780075073242,7.978089809417725,-5.349370002746582,-33.53120040893555,7.978129863739014,2.7344000339508057,-34.62779998779297,7.978119850158691,1.3844000101089478,-33.302799224853516,8.282600402832031,0.03440190106630325,-34.62779998779297,7.978429794311523,0.03440190106630325,-34.62779998779297,7.978429794311523,1.3844000101089478,-33.302799224853516,8.282600402832031,0.03440190106630325,-33.302799224853516,8.310569763183594,0.03440190106630325,-34.62779998779297,7.978429794311523,0.03440190106630325,-33.302799224853516,8.310569763183594,-2.665600061416626,-34.62779998779297,7.978119850158691,-2.665600061416626,-34.62779998779297,7.978119850158691,0.03440190106630325,-33.302799224853516,8.310569763183594,-2.665600061416626,-33.302799224853516,8.205840110778809,-2.665600061416626,-34.62779998779297,7.978119850158691,-2.665600061416626,-33.302799224853516,8.205840110778809,-4.015600204467773,-34.62779998779297,7.977970123291016,-4.015600204467773,-34.62779998779297,7.977970123291016,-2.665600061416626,-33.302799224853516,8.205840110778809,-4.015600204467773,-33.302799224853516,8.099760055541992,-4.015600204467773,-34.62779998779297,7.977970123291016,-4.015600204467773,-33.302799224853516,8.099760055541992,-4.0655999183654785,-34.62779998779297,7.977960109710693,-4.0655999183654785,-34.62779998779297,7.977960109710693,-4.015600204467773,-33.302799224853516,8.099760055541992,-4.2684102058410645,-34.608001708984375,7.978030204772949,-4.0655999183654785,-34.62779998779297,7.977960109710693,-4.2684102058410645,-34.608001708984375,7.978030204772949,-4.148670196533203,-34.62519836425781,7.977819919586182,2.7344000339508057,-33.302799224853516,8.205860137939453,4.084400177001953,-33.302799224853516,8.0997896194458,2.7344000339508057,-32.64030075073242,8.28754997253418,2.7344000339508057,-32.64030075073242,8.28754997253418,4.084400177001953,-33.302799224853516,8.0997896194458,5.4344000816345215,-31.977800369262695,7.978089809417725,2.7344000339508057,-32.64030075073242,8.28754997253418,5.4344000816345215,-31.977800369262695,7.978089809417725,2.7344000339508057,-31.977800369262695,8.317350387573242,2.7344000339508057,-31.977800369262695,8.317350387573242,5.4344000816345215,-31.977800369262695,7.978089809417725,2.7344000339508057,-31.31529998779297,8.287529945373535,2.7344000339508057,-31.977800369262695,8.317350387573242,2.7344000339508057,-31.31529998779297,8.287529945373535,1.3844000101089478,-31.977800369262695,8.434490203857422,1.3844000101089478,-31.977800369262695,8.434490203857422,2.7344000339508057,-31.31529998779297,8.287529945373535,1.3844000101089478,-31.31529998779297,8.39342975616455,1.3844000101089478,-31.977800369262695,8.434490203857422,1.3844000101089478,-31.31529998779297,8.39342975616455,0.03440190106630325,-31.977800369262695,8.47760009765625,0.03440190106630325,-31.977800369262695,8.47760009765625,1.3844000101089478,-31.31529998779297,8.39342975616455,0.03440190106630325,-31.31529998779297,8.432290077209473,0.03440190106630325,-31.977800369262695,8.47760009765625,0.03440190106630325,-31.31529998779297,8.432290077209473,-1.315600037574768,-31.31529998779297,8.393389701843262,-1.315600037574768,-31.31529998779297,8.393389701843262,0.03440190106630325,-31.31529998779297,8.432290077209473,-1.315600037574768,-30.652799606323242,8.282529830932617,-1.315600037574768,-31.31529998779297,8.393389701843262,-1.315600037574768,-30.652799606323242,8.282529830932617,-2.665600061416626,-30.652799606323242,8.205789566040039,4.084400177001953,-34.62779998779297,7.977970123291016,4.084400177001953,-33.302799224853516,8.0997896194458,2.7344000339508057,-34.62779998779297,7.978119850158691,2.7344000339508057,-34.62779998779297,7.978119850158691,4.084400177001953,-33.302799224853516,8.0997896194458,2.7344000339508057,-33.302799224853516,8.205860137939453,2.7344000339508057,-34.62779998779297,7.978119850158691,2.7344000339508057,-33.302799224853516,8.205860137939453,1.3844000101089478,-33.302799224853516,8.282600402832031,1.3844000101089478,-33.302799224853516,8.282600402832031,2.7344000339508057,-33.302799224853516,8.205860137939453,1.3844000101089478,-32.64030075073242,8.393460273742676,1.3844000101089478,-33.302799224853516,8.282600402832031,1.3844000101089478,-32.64030075073242,8.393460273742676,0.03440190106630325,-32.64030075073242,8.432319641113281,0.03440190106630325,-32.64030075073242,8.432319641113281,1.3844000101089478,-32.64030075073242,8.393460273742676,0.03440190106630325,-31.977800369262695,8.47760009765625,0.03440190106630325,-32.64030075073242,8.432319641113281,0.03440190106630325,-31.977800369262695,8.47760009765625,-1.315600037574768,-32.64030075073242,8.393420219421387,-1.315600037574768,-32.64030075073242,8.393420219421387,0.03440190106630325,-31.977800369262695,8.47760009765625,-1.315600037574768,-31.977800369262695,8.434459686279297,-1.315600037574768,-32.64030075073242,8.393420219421387,-1.315600037574768,-31.977800369262695,8.434459686279297,-2.665600061416626,-32.64030075073242,8.287520408630371,-2.665600061416626,-32.64030075073242,8.287520408630371,-1.315600037574768,-31.977800369262695,8.434459686279297,-2.665600061416626,-31.977800369262695,8.317319869995117,-2.665600061416626,-32.64030075073242,8.287520408630371,-2.665600061416626,-31.977800369262695,8.317319869995117,-5.365600109100342,-31.977800369262695,7.978089809417725,-5.365600109100342,-31.977800369262695,7.978089809417725,-2.665600061416626,-31.977800369262695,8.317319869995117,-2.665600061416626,-31.31529998779297,8.287489891052246,-5.365600109100342,-31.977800369262695,7.978089809417725,-2.665600061416626,-31.31529998779297,8.287489891052246,-4.015600204467773,-30.652799606323242,8.099729537963867,-4.015600204467773,-30.652799606323242,8.099729537963867,-2.665600061416626,-31.31529998779297,8.287489891052246,-2.665600061416626,-30.652799606323242,8.205789566040039,-4.015600204467773,-30.652799606323242,8.099729537963867,-2.665600061416626,-30.652799606323242,8.205789566040039,-2.665600061416626,-29.327800750732422,7.978129863739014,-2.665600061416626,-29.327800750732422,7.978129863739014,-2.665600061416626,-30.652799606323242,8.205789566040039,-1.315600037574768,-30.652799606323242,8.282529830932617,-2.665600061416626,-29.327800750732422,7.978129863739014,-1.315600037574768,-30.652799606323242,8.282529830932617,0.03440190106630325,-29.327800750732422,7.978439807891846,0.03440190106630325,-29.327800750732422,7.978439807891846,-1.315600037574768,-30.652799606323242,8.282529830932617,0.03440190106630325,-30.652799606323242,8.310529708862305,0.03440190106630325,-29.327800750732422,7.978439807891846,0.03440190106630325,-30.652799606323242,8.310529708862305,2.7344000339508057,-29.327800750732422,7.978119850158691,2.7344000339508057,-29.327800750732422,7.978119850158691,0.03440190106630325,-30.652799606323242,8.310529708862305,2.7344000339508057,-30.652799606323242,8.205840110778809,2.7344000339508057,-29.327800750732422,7.978119850158691,2.7344000339508057,-30.652799606323242,8.205840110778809,4.084400177001953,-29.327800750732422,7.977970123291016,4.084400177001953,-29.327800750732422,7.977970123291016,2.7344000339508057,-30.652799606323242,8.205840110778809,4.084400177001953,-30.652799606323242,8.099769592285156,4.084400177001953,-29.327800750732422,7.977970123291016,4.084400177001953,-30.652799606323242,8.099769592285156,4.134399890899658,-29.327800750732422,7.977960109710693,4.134399890899658,-29.327800750732422,7.977960109710693,4.084400177001953,-30.652799606323242,8.099769592285156,4.337210178375244,-29.347700119018555,7.9780402183532715,4.134399890899658,-29.327800750732422,7.977960109710693,4.337210178375244,-29.347700119018555,7.9780402183532715,4.217480182647705,-29.33049964904785,7.977819919586182,4.084400177001953,-39.802799224853516,8.099780082702637,5.4344000816345215,-39.802799224853516,7.978089809417725,5.4344000816345215,-38.47779846191406,7.978089809417725,1.3844000101089478,-39.14030075073242,8.393449783325195,1.3844000101089478,-38.47779846191406,8.434490203857422,0.03440190106630325,-38.47779846191406,8.47760009765625,-1.315600037574768,-37.81529998779297,8.393389701843262,-1.315600037574768,-38.47779846191406,8.434450149536133,0.03440190106630325,-38.47779846191406,8.47760009765625,-4.015600204467773,-37.152801513671875,8.099729537963867,-5.365600109100342,-37.152801513671875,7.978089809417725,-5.365600109100342,-38.47779846191406,7.978089809417725,5.4344000816345215,-39.802799224853516,7.978089809417725,4.084400177001953,-39.802799224853516,8.099780082702637,5.4344000816345215,-39.82780075073242,7.978089809417725,-5.365600109100342,-37.152801513671875,7.978089809417725,-4.015600204467773,-37.152801513671875,8.099729537963867,-5.365600109100342,-37.12779998779297,7.978089809417725,-4.268939971923828,-35.84400177001953,7.977980136871338,-4.271810054779053,-35.84429931640625,7.977980136871338,-4.015600204467773,-37.152801513671875,8.099729537963867,-4.015600204467773,-37.152801513671875,8.099729537963867,-4.271810054779053,-35.84429931640625,7.977980136871338,-4.4672698974609375,-35.8916015625,7.978529930114746,-4.015600204467773,-37.152801513671875,8.099729537963867,-4.4672698974609375,-35.8916015625,7.978529930114746,-4.469890117645264,-35.89229965209961,7.978529930114746,-4.68503999710083,-35.984901428222656,7.978809833526611,-4.015600204467773,-37.152801513671875,8.099729537963867,-4.654890060424805,-35.971500396728516,7.9787797927856445,-4.654890060424805,-35.971500396728516,7.9787797927856445,-4.015600204467773,-37.152801513671875,8.099729537963867,-4.469890117645264,-35.89229965209961,7.978529930114746,-4.654890060424805,-35.971500396728516,7.9787797927856445,-4.469890117645264,-35.89229965209961,7.978529930114746,-4.495870113372803,-35.901100158691406,7.97859001159668,-4.8776397705078125,-36.11259841918945,7.978549957275391,-4.982439994812012,-36.21110153198242,7.978340148925781,-4.856060028076172,-36.095699310302734,7.97859001159668,-4.856060028076172,-36.095699310302734,7.97859001159668,-4.982439994812012,-36.21110153198242,7.978340148925781,-4.015600204467773,-37.152801513671875,8.099729537963867,-4.856060028076172,-36.095699310302734,7.97859001159668,-4.015600204467773,-37.152801513671875,8.099729537963867,-4.828539848327637,-36.07789993286133,7.978630065917969,-4.828539848327637,-36.07789993286133,7.978630065917969,-4.015600204467773,-37.152801513671875,8.099729537963867,-4.68503999710083,-35.984901428222656,7.978809833526611,-5.327559947967529,-36.81560134887695,7.978320121765137,-5.333859920501709,-36.84230041503906,7.978280067443848,-5.345739841461182,-36.92499923706055,7.978149890899658,-5.15310001373291,-36.41550064086914,7.978219985961914,-5.167880058288574,-36.4385986328125,7.978240013122559,-5.220280170440674,-36.53950119018555,7.978330135345459,-4.982439994812012,-36.21110153198242,7.978340148925781,-5.028409957885742,-36.25429916381836,7.978250026702881,-4.015600204467773,-37.152801513671875,8.099729537963867,-4.015600204467773,-37.152801513671875,8.099729537963867,-5.028409957885742,-36.25429916381836,7.978250026702881,-5.114620208740234,-36.36579895019531,7.978229999542236,-4.015600204467773,-37.152801513671875,8.099729537963867,-5.114620208740234,-36.36579895019531,7.978229999542236,-5.15310001373291,-36.41550064086914,7.978219985961914,-5.15310001373291,-36.41550064086914,7.978219985961914,-5.220280170440674,-36.53950119018555,7.978330135345459,-4.015600204467773,-37.152801513671875,8.099729537963867,-4.015600204467773,-37.152801513671875,8.099729537963867,-5.220280170440674,-36.53950119018555,7.978330135345459,-5.2632598876953125,-36.62220001220703,7.978409767150879,-4.015600204467773,-37.152801513671875,8.099729537963867,-5.2632598876953125,-36.62220001220703,7.978409767150879,-5.298210144042969,-36.727298736572266,7.978370189666748,-5.362939834594727,-37.044700622558594,7.977960109710693,-5.365600109100342,-37.12779998779297,7.978089809417725,-5.345739841461182,-36.92499923706055,7.978149890899658,-5.345739841461182,-36.92499923706055,7.978149890899658,-5.365600109100342,-37.12779998779297,7.978089809417725,-4.015600204467773,-37.152801513671875,8.099729537963867,-5.345739841461182,-36.92499923706055,7.978149890899658,-4.015600204467773,-37.152801513671875,8.099729537963867,-5.327559947967529,-36.81560134887695,7.978320121765137,-5.327559947967529,-36.81560134887695,7.978320121765137,-4.015600204467773,-37.152801513671875,8.099729537963867,-5.298210144042969,-36.727298736572266,7.978370189666748,5.4344000816345215,-37.12779998779297,7.978089809417725,5.418169975280762,-36.92449951171875,7.978129863739014,4.084400177001953,-37.152801513671875,8.099769592285156,4.084400177001953,-37.152801513671875,8.099769592285156,5.418169975280762,-36.92449951171875,7.978129863739014,5.417940139770508,-36.921600341796875,7.978129863739014,5.361130237579346,-36.6974983215332,7.978429794311523,5.290689945220947,-36.53850173950195,7.978330135345459,5.369939804077148,-36.7234992980957,7.978419780731201,5.369939804077148,-36.7234992980957,7.978419780731201,5.290689945220947,-36.53850173950195,7.978330135345459,4.084400177001953,-37.152801513671875,8.099769592285156,5.369939804077148,-36.7234992980957,7.978419780731201,4.084400177001953,-37.152801513671875,8.099769592285156,5.370570182800293,-36.726200103759766,7.978419780731201,5.370570182800293,-36.726200103759766,7.978419780731201,4.084400177001953,-37.152801513671875,8.099769592285156,5.417940139770508,-36.921600341796875,7.978129863739014,5.14955997467041,-36.315799713134766,7.9781999588012695,5.051089763641357,-36.21099853515625,7.9783501625061035,5.166460037231445,-36.33729934692383,7.9781999588012695,5.166460037231445,-36.33729934692383,7.9781999588012695,5.051089763641357,-36.21099853515625,7.9783501625061035,4.084400177001953,-37.152801513671875,8.099769592285156,5.166460037231445,-36.33729934692383,7.9781999588012695,4.084400177001953,-37.152801513671875,8.099769592285156,5.184309959411621,-36.364898681640625,7.978219985961914,5.184309959411621,-36.364898681640625,7.978219985961914,4.084400177001953,-37.152801513671875,8.099769592285156,5.290689945220947,-36.53850173950195,7.978330135345459,5.184309959411621,-36.364898681640625,7.978219985961914,5.290689945220947,-36.53850173950195,7.978330135345459,5.27731990814209,-36.508399963378906,7.978320121765137,5.051089763641357,-36.21099853515625,7.9783501625061035,5.007870197296143,-36.165000915527344,7.978419780731201,4.084400177001953,-37.152801513671875,8.099769592285156,4.084400177001953,-37.152801513671875,8.099769592285156,5.007870197296143,-36.165000915527344,7.978419780731201,4.896430015563965,-36.078800201416016,7.978640079498291,4.084400177001953,-37.152801513671875,8.099769592285156,4.896430015563965,-36.078800201416016,7.978640079498291,4.846650123596191,-36.04029846191406,7.978740215301514,4.639939785003662,-35.93009948730469,7.978740215301514,4.084400177001953,-37.152801513671875,8.099769592285156,4.722710132598877,-35.97309875488281,7.978750228881836,4.722710132598877,-35.97309875488281,7.978750228881836,4.084400177001953,-37.152801513671875,8.099769592285156,4.846650123596191,-36.04029846191406,7.978740215301514,4.722710132598877,-35.97309875488281,7.978750228881836,4.846650123596191,-36.04029846191406,7.978740215301514,4.823550224304199,-36.0255012512207,7.978769779205322,4.419829845428467,-35.859500885009766,7.978189945220947,4.337210178375244,-35.84769821166992,7.9780402183532715,4.446539878845215,-35.86589813232422,7.978260040283203,4.446539878845215,-35.86589813232422,7.978260040283203,4.337210178375244,-35.84769821166992,7.9780402183532715,4.084400177001953,-37.152801513671875,8.099769592285156,4.446539878845215,-35.86589813232422,7.978260040283203,4.084400177001953,-37.152801513671875,8.099769592285156,4.534870147705078,-35.895198822021484,7.978479862213135,4.534870147705078,-35.895198822021484,7.978479862213135,4.084400177001953,-37.152801513671875,8.099769592285156,4.639939785003662,-35.93009948730469,7.978740215301514,4.084400177001953,-41.12779998779297,7.977970123291016,4.134399890899658,-41.12779998779297,7.977960109710693,4.084400177001953,-39.802799224853516,8.099780082702637,4.084400177001953,-39.802799224853516,8.099780082702637,4.134399890899658,-41.12779998779297,7.977960109710693,4.33774995803833,-41.11159896850586,7.977970123291016,4.084400177001953,-39.802799224853516,8.099780082702637,4.33774995803833,-41.11159896850586,7.977970123291016,4.340610027313232,-41.11140060424805,7.977970123291016,4.564680099487305,-41.05459976196289,7.97859001159668,4.723690032958984,-40.984100341796875,7.9787797927856445,4.538690090179443,-41.06340026855469,7.978519916534424,4.538690090179443,-41.06340026855469,7.978519916534424,4.723690032958984,-40.984100341796875,7.9787797927856445,4.084400177001953,-39.802799224853516,8.099780082702637,4.538690090179443,-41.06340026855469,7.978519916534424,4.084400177001953,-39.802799224853516,8.099780082702637,4.536069869995117,-41.06399917602539,7.978519916534424,4.536069869995117,-41.06399917602539,7.978519916534424,4.084400177001953,-39.802799224853516,8.099780082702637,4.340610027313232,-41.11140060424805,7.977970123291016,4.94644021987915,-40.84299850463867,7.978549957275391,5.051249980926514,-40.74449920654297,7.978340148925781,4.924860000610352,-40.859901428222656,7.978600025177002,4.924860000610352,-40.859901428222656,7.978600025177002,5.051249980926514,-40.74449920654297,7.978340148925781,4.084400177001953,-39.802799224853516,8.099780082702637,4.924860000610352,-40.859901428222656,7.978600025177002,4.084400177001953,-39.802799224853516,8.099780082702637,4.897349834442139,-40.87770080566406,7.978630065917969,4.897349834442139,-40.87770080566406,7.978630065917969,4.084400177001953,-39.802799224853516,8.099780082702637,4.723690032958984,-40.984100341796875,7.9787797927856445,4.897349834442139,-40.87770080566406,7.978630065917969,4.723690032958984,-40.984100341796875,7.9787797927856445,4.75383996963501,-40.97079849243164,7.978809833526611,5.22189998626709,-40.54010009765625,7.978229999542236,5.236680030822754,-40.516998291015625,7.978240013122559,5.289090156555176,-40.416099548339844,7.978330135345459,5.051249980926514,-40.74449920654297,7.978340148925781,5.097219944000244,-40.70130157470703,7.978250026702881,4.084400177001953,-39.802799224853516,8.099780082702637,4.084400177001953,-39.802799224853516,8.099780082702637,5.097219944000244,-40.70130157470703,7.978250026702881,5.183420181274414,-40.589900970458984,7.978229999542236,4.084400177001953,-39.802799224853516,8.099780082702637,5.183420181274414,-40.589900970458984,7.978229999542236,5.22189998626709,-40.54010009765625,7.978229999542236,5.396359920501709,-40.13999938964844,7.978320121765137,5.402669906616211,-40.11330032348633,7.978280067443848,5.414539813995361,-40.030601501464844,7.978149890899658,5.22189998626709,-40.54010009765625,7.978229999542236,5.289090156555176,-40.416099548339844,7.978330135345459,4.084400177001953,-39.802799224853516,8.099780082702637,4.084400177001953,-39.802799224853516,8.099780082702637,5.289090156555176,-40.416099548339844,7.978330135345459,5.332059860229492,-40.33340072631836,7.978409767150879,4.084400177001953,-39.802799224853516,8.099780082702637,5.332059860229492,-40.33340072631836,7.978409767150879,5.367010116577148,-40.22829818725586,7.978360176086426,5.431739807128906,-39.9109001159668,7.977960109710693,5.4344000816345215,-39.82780075073242,7.978089809417725,5.414539813995361,-40.030601501464844,7.978149890899658,5.414539813995361,-40.030601501464844,7.978149890899658,5.4344000816345215,-39.82780075073242,7.978089809417725,4.084400177001953,-39.802799224853516,8.099780082702637,5.414539813995361,-40.030601501464844,7.978149890899658,4.084400177001953,-39.802799224853516,8.099780082702637,5.396359920501709,-40.13999938964844,7.978320121765137,5.396359920501709,-40.13999938964844,7.978320121765137,4.084400177001953,-39.802799224853516,8.099780082702637,5.367010116577148,-40.22829818725586,7.978360176086426,-5.3011298179626465,-40.23210144042969,7.978419780731201,-4.015600204467773,-39.802799224853516,8.099760055541992,-5.301770210266113,-40.22949981689453,7.978419780731201,-5.301770210266113,-40.22949981689453,7.978419780731201,-4.015600204467773,-39.802799224853516,8.099760055541992,-5.349370002746582,-40.03120040893555,7.978129863739014,-5.301770210266113,-40.22949981689453,7.978419780731201,-5.349370002746582,-40.03120040893555,7.978129863739014,-5.349140167236328,-40.034000396728516,7.978129863739014,-5.20851993560791,-40.44729995727539,7.9783101081848145,-4.015600204467773,-39.802799224853516,8.099760055541992,-5.221879959106445,-40.41709899902344,7.978330135345459,-5.221879959106445,-40.41709899902344,7.978330135345459,-4.015600204467773,-39.802799224853516,8.099760055541992,-5.3011298179626465,-40.23210144042969,7.978419780731201,-5.221879959106445,-40.41709899902344,7.978330135345459,-5.3011298179626465,-40.23210144042969,7.978419780731201,-5.2923197746276855,-40.25809860229492,7.978429794311523,-5.0807600021362305,-40.63990020751953,7.9781999588012695,-4.982289791107178,-40.74470138549805,7.9783501625061035,-5.097660064697266,-40.61830139160156,7.9781999588012695,-5.097660064697266,-40.61830139160156,7.9781999588012695,-4.982289791107178,-40.74470138549805,7.9783501625061035,-4.015600204467773,-39.802799224853516,8.099760055541992,-5.097660064697266,-40.61830139160156,7.9781999588012695,-4.015600204467773,-39.802799224853516,8.099760055541992,-5.115499973297119,-40.59080123901367,7.978209972381592,-5.115499973297119,-40.59080123901367,7.978209972381592,-4.015600204467773,-39.802799224853516,8.099760055541992,-5.20851993560791,-40.44729995727539,7.9783101081848145,-4.982289791107178,-40.74470138549805,7.9783501625061035,-4.939060211181641,-40.79069900512695,7.978419780731201,-4.015600204467773,-39.802799224853516,8.099760055541992,-4.015600204467773,-39.802799224853516,8.099760055541992,-4.939060211181641,-40.79069900512695,7.978419780731201,-4.827630043029785,-40.876800537109375,7.978640079498291,-4.015600204467773,-39.802799224853516,8.099760055541992,-4.827630043029785,-40.876800537109375,7.978640079498291,-4.7778401374816895,-40.91529846191406,7.978740215301514,-4.571139812469482,-41.0255012512207,7.978740215301514,-4.015600204467773,-39.802799224853516,8.099760055541992,-4.653900146484375,-40.98249816894531,7.978750228881836,-4.653900146484375,-40.98249816894531,7.978750228881836,-4.015600204467773,-39.802799224853516,8.099760055541992,-4.7778401374816895,-40.91529846191406,7.978740215301514,-4.653900146484375,-40.98249816894531,7.978750228881836,-4.7778401374816895,-40.91529846191406,7.978740215301514,-4.754740238189697,-40.93009948730469,7.978769779205322,-4.351029872894287,-41.096099853515625,7.978179931640625,-4.2684102058410645,-41.108001708984375,7.978030204772949,-4.377739906311035,-41.08980178833008,7.978260040283203,-4.377739906311035,-41.08980178833008,7.978260040283203,-4.2684102058410645,-41.108001708984375,7.978030204772949,-4.015600204467773,-39.802799224853516,8.099760055541992,-4.377739906311035,-41.08980178833008,7.978260040283203,-4.015600204467773,-39.802799224853516,8.099760055541992,-4.466070175170898,-41.06039810180664,7.978479862213135,-4.466070175170898,-41.06039810180664,7.978479862213135,-4.015600204467773,-39.802799224853516,8.099760055541992,-4.571139812469482,-41.0255012512207,7.978740215301514,-2.665600061416626,-38.47779846191406,8.317319869995117,-1.315600037574768,-38.47779846191406,8.434450149536133,-2.665600061416626,-37.81529998779297,8.287489891052246,-2.665600061416626,-37.81529998779297,8.287489891052246,-1.315600037574768,-38.47779846191406,8.434450149536133,-1.315600037574768,-37.81529998779297,8.393389701843262,-2.665600061416626,-37.81529998779297,8.287489891052246,-1.315600037574768,-37.81529998779297,8.393389701843262,-2.665600061416626,-37.152801513671875,8.205789566040039,-2.665600061416626,-35.82780075073242,7.978129863739014,-4.015600204467773,-35.82780075073242,7.977980136871338,-4.015600204467773,-37.152801513671875,8.099729537963867,-4.015600204467773,-37.152801513671875,8.099729537963867,-4.015600204467773,-35.82780075073242,7.977980136871338,-4.0655999183654785,-35.82780075073242,7.977970123291016,-4.015600204467773,-37.152801513671875,8.099729537963867,-4.0655999183654785,-35.82780075073242,7.977970123291016,-4.268939971923828,-35.84400177001953,7.977980136871338,5.4344000816345215,-38.47779846191406,7.978089809417725,5.4344000816345215,-37.81529998779297,7.978089809417725,2.7344000339508057,-37.81529998779297,8.287529945373535,2.7344000339508057,-37.81529998779297,8.287529945373535,5.4344000816345215,-37.81529998779297,7.978089809417725,5.4344000816345215,-37.152801513671875,7.978089809417725,-1.315600037574768,-37.152801513671875,8.282529830932617,0.03440190106630325,-37.81529998779297,8.432290077209473,0.03440190106630325,-37.152801513671875,8.310529708862305,0.03440190106630325,-37.152801513671875,8.310529708862305,0.03440190106630325,-37.81529998779297,8.432290077209473,1.3844000101089478,-37.81529998779297,8.39342975616455,0.03440190106630325,-37.152801513671875,8.310529708862305,1.3844000101089478,-37.81529998779297,8.39342975616455,2.7344000339508057,-37.152801513671875,8.205840110778809,2.7344000339508057,-37.152801513671875,8.205840110778809,1.3844000101089478,-37.81529998779297,8.39342975616455,2.7344000339508057,-37.81529998779297,8.287529945373535,2.7344000339508057,-37.152801513671875,8.205840110778809,2.7344000339508057,-37.81529998779297,8.287529945373535,4.084400177001953,-37.152801513671875,8.099769592285156,4.084400177001953,-37.152801513671875,8.099769592285156,2.7344000339508057,-37.81529998779297,8.287529945373535,5.4344000816345215,-37.152801513671875,7.978089809417725,4.084400177001953,-37.152801513671875,8.099769592285156,5.4344000816345215,-37.152801513671875,7.978089809417725,5.4344000816345215,-37.12779998779297,7.978089809417725,2.7344000339508057,-38.47779846191406,8.317350387573242,1.3844000101089478,-38.47779846191406,8.434490203857422,2.7344000339508057,-39.14030075073242,8.287540435791016,2.7344000339508057,-39.14030075073242,8.287540435791016,1.3844000101089478,-38.47779846191406,8.434490203857422,1.3844000101089478,-39.14030075073242,8.393449783325195,2.7344000339508057,-39.14030075073242,8.287540435791016,1.3844000101089478,-39.14030075073242,8.393449783325195,2.7344000339508057,-39.802799224853516,8.205860137939453,1.3844000101089478,-39.802799224853516,8.282600402832031,0.03440190106630325,-39.14030075073242,8.432319641113281,0.03440190106630325,-39.802799224853516,8.310569763183594,0.03440190106630325,-39.802799224853516,8.310569763183594,0.03440190106630325,-39.14030075073242,8.432319641113281,-1.315600037574768,-39.14030075073242,8.393420219421387,0.03440190106630325,-39.802799224853516,8.310569763183594,-1.315600037574768,-39.14030075073242,8.393420219421387,-2.665600061416626,-39.802799224853516,8.205840110778809,-2.665600061416626,-39.802799224853516,8.205840110778809,-1.315600037574768,-39.14030075073242,8.393420219421387,-2.665600061416626,-39.14030075073242,8.28750991821289,-2.665600061416626,-39.802799224853516,8.205840110778809,-2.665600061416626,-39.14030075073242,8.28750991821289,-4.015600204467773,-39.802799224853516,8.099760055541992,-5.365600109100342,-38.47779846191406,7.978089809417725,-5.365600109100342,-39.14030075073242,7.978089809417725,-2.665600061416626,-39.14030075073242,8.28750991821289,-2.665600061416626,-39.14030075073242,8.28750991821289,-5.365600109100342,-39.14030075073242,7.978089809417725,-5.365600109100342,-39.802799224853516,7.978089809417725,-2.665600061416626,-39.14030075073242,8.28750991821289,-5.365600109100342,-39.802799224853516,7.978089809417725,-4.015600204467773,-39.802799224853516,8.099760055541992,-4.015600204467773,-39.802799224853516,8.099760055541992,-5.365600109100342,-39.802799224853516,7.978089809417725,-5.365600109100342,-39.82780075073242,7.978089809417725,-4.015600204467773,-39.802799224853516,8.099760055541992,-5.365600109100342,-39.82780075073242,7.978089809417725,-5.349370002746582,-40.03120040893555,7.978129863739014,2.7344000339508057,-41.12779998779297,7.978119850158691,1.3844000101089478,-39.802799224853516,8.282600402832031,0.03440190106630325,-41.12779998779297,7.978429794311523,0.03440190106630325,-41.12779998779297,7.978429794311523,1.3844000101089478,-39.802799224853516,8.282600402832031,0.03440190106630325,-39.802799224853516,8.310569763183594,0.03440190106630325,-41.12779998779297,7.978429794311523,0.03440190106630325,-39.802799224853516,8.310569763183594,-2.665600061416626,-41.12779998779297,7.978119850158691,-2.665600061416626,-41.12779998779297,7.978119850158691,0.03440190106630325,-39.802799224853516,8.310569763183594,-2.665600061416626,-39.802799224853516,8.205840110778809,-2.665600061416626,-41.12779998779297,7.978119850158691,-2.665600061416626,-39.802799224853516,8.205840110778809,-4.015600204467773,-41.12779998779297,7.977970123291016,-4.015600204467773,-41.12779998779297,7.977970123291016,-2.665600061416626,-39.802799224853516,8.205840110778809,-4.015600204467773,-39.802799224853516,8.099760055541992,-4.015600204467773,-41.12779998779297,7.977970123291016,-4.015600204467773,-39.802799224853516,8.099760055541992,-4.0655999183654785,-41.12779998779297,7.977960109710693,-4.0655999183654785,-41.12779998779297,7.977960109710693,-4.015600204467773,-39.802799224853516,8.099760055541992,-4.2684102058410645,-41.108001708984375,7.978030204772949,-4.0655999183654785,-41.12779998779297,7.977960109710693,-4.2684102058410645,-41.108001708984375,7.978030204772949,-4.148670196533203,-41.12519836425781,7.977819919586182,2.7344000339508057,-39.802799224853516,8.205860137939453,4.084400177001953,-39.802799224853516,8.099780082702637,2.7344000339508057,-39.14030075073242,8.287540435791016,2.7344000339508057,-39.14030075073242,8.287540435791016,4.084400177001953,-39.802799224853516,8.099780082702637,5.4344000816345215,-38.47779846191406,7.978089809417725,2.7344000339508057,-39.14030075073242,8.287540435791016,5.4344000816345215,-38.47779846191406,7.978089809417725,2.7344000339508057,-38.47779846191406,8.317350387573242,2.7344000339508057,-38.47779846191406,8.317350387573242,5.4344000816345215,-38.47779846191406,7.978089809417725,2.7344000339508057,-37.81529998779297,8.287529945373535,2.7344000339508057,-38.47779846191406,8.317350387573242,2.7344000339508057,-37.81529998779297,8.287529945373535,1.3844000101089478,-38.47779846191406,8.434490203857422,1.3844000101089478,-38.47779846191406,8.434490203857422,2.7344000339508057,-37.81529998779297,8.287529945373535,1.3844000101089478,-37.81529998779297,8.39342975616455,1.3844000101089478,-38.47779846191406,8.434490203857422,1.3844000101089478,-37.81529998779297,8.39342975616455,0.03440190106630325,-38.47779846191406,8.47760009765625,0.03440190106630325,-38.47779846191406,8.47760009765625,1.3844000101089478,-37.81529998779297,8.39342975616455,0.03440190106630325,-37.81529998779297,8.432290077209473,0.03440190106630325,-38.47779846191406,8.47760009765625,0.03440190106630325,-37.81529998779297,8.432290077209473,-1.315600037574768,-37.81529998779297,8.393389701843262,-1.315600037574768,-37.81529998779297,8.393389701843262,0.03440190106630325,-37.81529998779297,8.432290077209473,-1.315600037574768,-37.152801513671875,8.282529830932617,-1.315600037574768,-37.81529998779297,8.393389701843262,-1.315600037574768,-37.152801513671875,8.282529830932617,-2.665600061416626,-37.152801513671875,8.205789566040039,4.084400177001953,-41.12779998779297,7.977970123291016,4.084400177001953,-39.802799224853516,8.099780082702637,2.7344000339508057,-41.12779998779297,7.978119850158691,2.7344000339508057,-41.12779998779297,7.978119850158691,4.084400177001953,-39.802799224853516,8.099780082702637,2.7344000339508057,-39.802799224853516,8.205860137939453,2.7344000339508057,-41.12779998779297,7.978119850158691,2.7344000339508057,-39.802799224853516,8.205860137939453,1.3844000101089478,-39.802799224853516,8.282600402832031,1.3844000101089478,-39.802799224853516,8.282600402832031,2.7344000339508057,-39.802799224853516,8.205860137939453,1.3844000101089478,-39.14030075073242,8.393449783325195,1.3844000101089478,-39.802799224853516,8.282600402832031,1.3844000101089478,-39.14030075073242,8.393449783325195,0.03440190106630325,-39.14030075073242,8.432319641113281,0.03440190106630325,-39.14030075073242,8.432319641113281,1.3844000101089478,-39.14030075073242,8.393449783325195,0.03440190106630325,-38.47779846191406,8.47760009765625,0.03440190106630325,-39.14030075073242,8.432319641113281,0.03440190106630325,-38.47779846191406,8.47760009765625,-1.315600037574768,-39.14030075073242,8.393420219421387,-1.315600037574768,-39.14030075073242,8.393420219421387,0.03440190106630325,-38.47779846191406,8.47760009765625,-1.315600037574768,-38.47779846191406,8.434450149536133,-1.315600037574768,-39.14030075073242,8.393420219421387,-1.315600037574768,-38.47779846191406,8.434450149536133,-2.665600061416626,-39.14030075073242,8.28750991821289,-2.665600061416626,-39.14030075073242,8.28750991821289,-1.315600037574768,-38.47779846191406,8.434450149536133,-2.665600061416626,-38.47779846191406,8.317319869995117,-2.665600061416626,-39.14030075073242,8.28750991821289,-2.665600061416626,-38.47779846191406,8.317319869995117,-5.365600109100342,-38.47779846191406,7.978089809417725,-5.365600109100342,-38.47779846191406,7.978089809417725,-2.665600061416626,-38.47779846191406,8.317319869995117,-2.665600061416626,-37.81529998779297,8.287489891052246,-5.365600109100342,-38.47779846191406,7.978089809417725,-2.665600061416626,-37.81529998779297,8.287489891052246,-4.015600204467773,-37.152801513671875,8.099729537963867,-4.015600204467773,-37.152801513671875,8.099729537963867,-2.665600061416626,-37.81529998779297,8.287489891052246,-2.665600061416626,-37.152801513671875,8.205789566040039,-4.015600204467773,-37.152801513671875,8.099729537963867,-2.665600061416626,-37.152801513671875,8.205789566040039,-2.665600061416626,-35.82780075073242,7.978129863739014,-2.665600061416626,-35.82780075073242,7.978129863739014,-2.665600061416626,-37.152801513671875,8.205789566040039,-1.315600037574768,-37.152801513671875,8.282529830932617,-2.665600061416626,-35.82780075073242,7.978129863739014,-1.315600037574768,-37.152801513671875,8.282529830932617,0.03440190106630325,-35.82780075073242,7.978429794311523,0.03440190106630325,-35.82780075073242,7.978429794311523,-1.315600037574768,-37.152801513671875,8.282529830932617,0.03440190106630325,-37.152801513671875,8.310529708862305,0.03440190106630325,-35.82780075073242,7.978429794311523,0.03440190106630325,-37.152801513671875,8.310529708862305,2.7344000339508057,-35.82780075073242,7.978119850158691,2.7344000339508057,-35.82780075073242,7.978119850158691,0.03440190106630325,-37.152801513671875,8.310529708862305,2.7344000339508057,-37.152801513671875,8.205840110778809,2.7344000339508057,-35.82780075073242,7.978119850158691,2.7344000339508057,-37.152801513671875,8.205840110778809,4.084400177001953,-35.82780075073242,7.977970123291016,4.084400177001953,-35.82780075073242,7.977970123291016,2.7344000339508057,-37.152801513671875,8.205840110778809,4.084400177001953,-37.152801513671875,8.099769592285156,4.084400177001953,-35.82780075073242,7.977970123291016,4.084400177001953,-37.152801513671875,8.099769592285156,4.134399890899658,-35.82780075073242,7.977960109710693,4.134399890899658,-35.82780075073242,7.977960109710693,4.084400177001953,-37.152801513671875,8.099769592285156,4.337210178375244,-35.84769821166992,7.9780402183532715,4.134399890899658,-35.82780075073242,7.977960109710693,4.337210178375244,-35.84769821166992,7.9780402183532715,4.217480182647705,-35.830501556396484,7.977819919586182,-8.415599822998047,-39.802799224853516,8.099780082702637,-7.0655999183654785,-39.802799224853516,7.978089809417725,-7.0655999183654785,-38.47779846191406,7.978089809417725,-11.115599632263184,-39.14030075073242,8.393449783325195,-11.115599632263184,-38.47779846191406,8.434490203857422,-12.46560001373291,-38.47779846191406,8.47760009765625,-13.815600395202637,-37.81529998779297,8.393389701843262,-13.815600395202637,-38.47779846191406,8.434450149536133,-12.46560001373291,-38.47779846191406,8.47760009765625,-16.515600204467773,-37.152801513671875,8.099729537963867,-17.8656005859375,-37.152801513671875,7.978089809417725,-17.8656005859375,-38.47779846191406,7.978089809417725,-7.0655999183654785,-39.802799224853516,7.978089809417725,-8.415599822998047,-39.802799224853516,8.099780082702637,-7.0655999183654785,-39.82780075073242,7.978089809417725,-17.8656005859375,-37.152801513671875,7.978089809417725,-16.515600204467773,-37.152801513671875,8.099729537963867,-17.8656005859375,-37.12779998779297,7.978089809417725,-16.76889991760254,-35.84400177001953,7.977980136871338,-16.771799087524414,-35.84429931640625,7.977980136871338,-16.515600204467773,-37.152801513671875,8.099729537963867,-16.515600204467773,-37.152801513671875,8.099729537963867,-16.771799087524414,-35.84429931640625,7.977980136871338,-16.967300415039062,-35.8916015625,7.978529930114746,-16.515600204467773,-37.152801513671875,8.099729537963867,-16.967300415039062,-35.8916015625,7.978529930114746,-16.969900131225586,-35.89229965209961,7.978529930114746,-17.184999465942383,-35.984901428222656,7.978809833526611,-16.515600204467773,-37.152801513671875,8.099729537963867,-17.15489959716797,-35.971500396728516,7.9787797927856445,-17.15489959716797,-35.971500396728516,7.9787797927856445,-16.515600204467773,-37.152801513671875,8.099729537963867,-16.969900131225586,-35.89229965209961,7.978529930114746,-17.15489959716797,-35.971500396728516,7.9787797927856445,-16.969900131225586,-35.89229965209961,7.978529930114746,-16.995899200439453,-35.901100158691406,7.97859001159668,-17.377599716186523,-36.11259841918945,7.978549957275391,-17.48240089416504,-36.21110153198242,7.978340148925781,-17.35610008239746,-36.095699310302734,7.97859001159668,-17.35610008239746,-36.095699310302734,7.97859001159668,-17.48240089416504,-36.21110153198242,7.978340148925781,-16.515600204467773,-37.152801513671875,8.099729537963867,-17.35610008239746,-36.095699310302734,7.97859001159668,-16.515600204467773,-37.152801513671875,8.099729537963867,-17.328500747680664,-36.07789993286133,7.978630065917969,-17.328500747680664,-36.07789993286133,7.978630065917969,-16.515600204467773,-37.152801513671875,8.099729537963867,-17.184999465942383,-35.984901428222656,7.978809833526611,-17.653099060058594,-36.41550064086914,7.978219985961914,-17.66790008544922,-36.4385986328125,7.978240013122559,-17.720300674438477,-36.53950119018555,7.978330135345459,-17.48240089416504,-36.21110153198242,7.978340148925781,-17.528400421142578,-36.25429916381836,7.978250026702881,-16.515600204467773,-37.152801513671875,8.099729537963867,-16.515600204467773,-37.152801513671875,8.099729537963867,-17.528400421142578,-36.25429916381836,7.978250026702881,-17.614599227905273,-36.36579895019531,7.978229999542236,-16.515600204467773,-37.152801513671875,8.099729537963867,-17.614599227905273,-36.36579895019531,7.978229999542236,-17.653099060058594,-36.41550064086914,7.978219985961914,-17.653099060058594,-36.41550064086914,7.978219985961914,-17.720300674438477,-36.53950119018555,7.978330135345459,-16.515600204467773,-37.152801513671875,8.099729537963867,-16.515600204467773,-37.152801513671875,8.099729537963867,-17.720300674438477,-36.53950119018555,7.978330135345459,-17.7632999420166,-36.62220001220703,7.978409767150879,-16.515600204467773,-37.152801513671875,8.099729537963867,-17.7632999420166,-36.62220001220703,7.978409767150879,-17.798200607299805,-36.727298736572266,7.978370189666748,-17.827600479125977,-36.81560134887695,7.978320121765137,-17.833900451660156,-36.84230041503906,7.978280067443848,-17.845699310302734,-36.92499923706055,7.978149890899658,-17.862899780273438,-37.044700622558594,7.977960109710693,-17.8656005859375,-37.12779998779297,7.978089809417725,-17.845699310302734,-36.92499923706055,7.978149890899658,-17.845699310302734,-36.92499923706055,7.978149890899658,-17.8656005859375,-37.12779998779297,7.978089809417725,-16.515600204467773,-37.152801513671875,8.099729537963867,-17.845699310302734,-36.92499923706055,7.978149890899658,-16.515600204467773,-37.152801513671875,8.099729537963867,-17.827600479125977,-36.81560134887695,7.978320121765137,-17.827600479125977,-36.81560134887695,7.978320121765137,-16.515600204467773,-37.152801513671875,8.099729537963867,-17.798200607299805,-36.727298736572266,7.978370189666748,-7.0655999183654785,-37.12779998779297,7.978089809417725,-7.081830024719238,-36.92449951171875,7.978129863739014,-8.415599822998047,-37.152801513671875,8.099769592285156,-8.415599822998047,-37.152801513671875,8.099769592285156,-7.081830024719238,-36.92449951171875,7.978129863739014,-7.082059860229492,-36.921600341796875,7.978129863739014,-7.138869762420654,-36.6974983215332,7.978429794311523,-7.209310054779053,-36.53850173950195,7.978330135345459,-7.130060195922852,-36.7234992980957,7.978419780731201,-7.130060195922852,-36.7234992980957,7.978419780731201,-7.209310054779053,-36.53850173950195,7.978330135345459,-8.415599822998047,-37.152801513671875,8.099769592285156,-7.130060195922852,-36.7234992980957,7.978419780731201,-8.415599822998047,-37.152801513671875,8.099769592285156,-7.129429817199707,-36.726200103759766,7.978419780731201,-7.129429817199707,-36.726200103759766,7.978419780731201,-8.415599822998047,-37.152801513671875,8.099769592285156,-7.082059860229492,-36.921600341796875,7.978129863739014,-7.350430011749268,-36.315799713134766,7.9781999588012695,-7.448910236358643,-36.21099853515625,7.9783501625061035,-7.333539962768555,-36.33729934692383,7.9781999588012695,-7.333539962768555,-36.33729934692383,7.9781999588012695,-7.448910236358643,-36.21099853515625,7.9783501625061035,-8.415599822998047,-37.152801513671875,8.099769592285156,-7.333539962768555,-36.33729934692383,7.9781999588012695,-8.415599822998047,-37.152801513671875,8.099769592285156,-7.315690040588379,-36.364898681640625,7.978219985961914,-7.315690040588379,-36.364898681640625,7.978219985961914,-8.415599822998047,-37.152801513671875,8.099769592285156,-7.209310054779053,-36.53850173950195,7.978330135345459,-7.315690040588379,-36.364898681640625,7.978219985961914,-7.209310054779053,-36.53850173950195,7.978330135345459,-7.22268009185791,-36.508399963378906,7.978320121765137,-7.676449775695801,-36.0255012512207,7.978769779205322,-7.777289867401123,-35.97309875488281,7.978750228881836,-7.653349876403809,-36.04029846191406,7.978740215301514,-7.653349876403809,-36.04029846191406,7.978740215301514,-7.777289867401123,-35.97309875488281,7.978750228881836,-8.415599822998047,-37.152801513671875,8.099769592285156,-7.653349876403809,-36.04029846191406,7.978740215301514,-8.415599822998047,-37.152801513671875,8.099769592285156,-7.603569984436035,-36.078800201416016,7.978640079498291,-7.603569984436035,-36.078800201416016,7.978640079498291,-8.415599822998047,-37.152801513671875,8.099769592285156,-7.448910236358643,-36.21099853515625,7.9783501625061035,-7.603569984436035,-36.078800201416016,7.978640079498291,-7.448910236358643,-36.21099853515625,7.9783501625061035,-7.492129802703857,-36.165000915527344,7.978419780731201,-8.080169677734375,-35.859500885009766,7.978189945220947,-8.162790298461914,-35.84769821166992,7.9780402183532715,-8.053460121154785,-35.86589813232422,7.978260040283203,-8.053460121154785,-35.86589813232422,7.978260040283203,-8.162790298461914,-35.84769821166992,7.9780402183532715,-8.415599822998047,-37.152801513671875,8.099769592285156,-8.053460121154785,-35.86589813232422,7.978260040283203,-8.415599822998047,-37.152801513671875,8.099769592285156,-7.965129852294922,-35.895198822021484,7.978479862213135,-7.965129852294922,-35.895198822021484,7.978479862213135,-8.415599822998047,-37.152801513671875,8.099769592285156,-7.777289867401123,-35.97309875488281,7.978750228881836,-7.965129852294922,-35.895198822021484,7.978479862213135,-7.777289867401123,-35.97309875488281,7.978750228881836,-7.860060214996338,-35.93009948730469,7.978740215301514,-8.415599822998047,-41.12779998779297,7.977970123291016,-8.365599632263184,-41.12779998779297,7.977960109710693,-8.415599822998047,-39.802799224853516,8.099780082702637,-8.415599822998047,-39.802799224853516,8.099780082702637,-8.365599632263184,-41.12779998779297,7.977960109710693,-8.162249565124512,-41.11159896850586,7.977970123291016,-7.776309967041016,-40.984100341796875,7.9787797927856445,-7.74616003036499,-40.97079849243164,7.978809833526611,-7.602650165557861,-40.87770080566406,7.978630065917969,-7.961309909820557,-41.06340026855469,7.978519916534424,-7.935319900512695,-41.05459976196289,7.97859001159668,-7.776309967041016,-40.984100341796875,7.9787797927856445,-7.961309909820557,-41.06340026855469,7.978519916534424,-8.415599822998047,-39.802799224853516,8.099780082702637,-7.963930130004883,-41.06399917602539,7.978519916534424,-7.963930130004883,-41.06399917602539,7.978519916534424,-8.415599822998047,-39.802799224853516,8.099780082702637,-8.162249565124512,-41.11159896850586,7.977970123291016,-7.963930130004883,-41.06399917602539,7.978519916534424,-8.162249565124512,-41.11159896850586,7.977970123291016,-8.159379959106445,-41.11140060424805,7.977970123291016,-7.27810001373291,-40.54010009765625,7.978229999542236,-7.263319969177246,-40.516998291015625,7.978240013122559,-7.210909843444824,-40.416099548339844,7.978330135345459,-7.575139999389648,-40.859901428222656,7.978600025177002,-7.55355978012085,-40.84299850463867,7.978549957275391,-7.448750019073486,-40.74449920654297,7.978340148925781,-7.961309909820557,-41.06340026855469,7.978519916534424,-7.776309967041016,-40.984100341796875,7.9787797927856445,-8.415599822998047,-39.802799224853516,8.099780082702637,-8.415599822998047,-39.802799224853516,8.099780082702637,-7.776309967041016,-40.984100341796875,7.9787797927856445,-7.602650165557861,-40.87770080566406,7.978630065917969,-8.415599822998047,-39.802799224853516,8.099780082702637,-7.602650165557861,-40.87770080566406,7.978630065917969,-7.575139999389648,-40.859901428222656,7.978600025177002,-7.575139999389648,-40.859901428222656,7.978600025177002,-7.448750019073486,-40.74449920654297,7.978340148925781,-8.415599822998047,-39.802799224853516,8.099780082702637,-8.415599822998047,-39.802799224853516,8.099780082702637,-7.448750019073486,-40.74449920654297,7.978340148925781,-7.402780055999756,-40.70130157470703,7.978250026702881,-8.415599822998047,-39.802799224853516,8.099780082702637,-7.402780055999756,-40.70130157470703,7.978250026702881,-7.316579818725586,-40.589900970458984,7.978229999542236,-7.167940139770508,-40.33340072631836,7.978409767150879,-7.132989883422852,-40.22829818725586,7.978360176086426,-7.210909843444824,-40.416099548339844,7.978330135345459,-7.210909843444824,-40.416099548339844,7.978330135345459,-7.132989883422852,-40.22829818725586,7.978360176086426,-8.415599822998047,-39.802799224853516,8.099780082702637,-7.210909843444824,-40.416099548339844,7.978330135345459,-8.415599822998047,-39.802799224853516,8.099780082702637,-7.27810001373291,-40.54010009765625,7.978229999542236,-7.27810001373291,-40.54010009765625,7.978229999542236,-8.415599822998047,-39.802799224853516,8.099780082702637,-7.316579818725586,-40.589900970458984,7.978229999542236,-7.103640079498291,-40.13999938964844,7.978320121765137,-7.097330093383789,-40.11330032348633,7.978280067443848,-7.085450172424316,-40.030601501464844,7.978149890899658,-7.068260192871094,-39.9109001159668,7.977960109710693,-7.0655999183654785,-39.82780075073242,7.978089809417725,-7.085450172424316,-40.030601501464844,7.978149890899658,-7.085450172424316,-40.030601501464844,7.978149890899658,-7.0655999183654785,-39.82780075073242,7.978089809417725,-8.415599822998047,-39.802799224853516,8.099780082702637,-7.085450172424316,-40.030601501464844,7.978149890899658,-8.415599822998047,-39.802799224853516,8.099780082702637,-7.103640079498291,-40.13999938964844,7.978320121765137,-7.103640079498291,-40.13999938964844,7.978320121765137,-8.415599822998047,-39.802799224853516,8.099780082702637,-7.132989883422852,-40.22829818725586,7.978360176086426,-17.792299270629883,-40.25809860229492,7.978429794311523,-17.721900939941406,-40.41709899902344,7.978330135345459,-17.80109977722168,-40.23210144042969,7.978419780731201,-17.80109977722168,-40.23210144042969,7.978419780731201,-17.721900939941406,-40.41709899902344,7.978330135345459,-16.515600204467773,-39.802799224853516,8.099760055541992,-17.80109977722168,-40.23210144042969,7.978419780731201,-16.515600204467773,-39.802799224853516,8.099760055541992,-17.801799774169922,-40.22949981689453,7.978419780731201,-17.801799774169922,-40.22949981689453,7.978419780731201,-16.515600204467773,-39.802799224853516,8.099760055541992,-17.84939956665039,-40.03120040893555,7.978129863739014,-17.801799774169922,-40.22949981689453,7.978419780731201,-17.84939956665039,-40.03120040893555,7.978129863739014,-17.84910011291504,-40.034000396728516,7.978129863739014,-17.580799102783203,-40.63990020751953,7.9781999588012695,-17.4822998046875,-40.74470138549805,7.9783501625061035,-17.597700119018555,-40.61830139160156,7.9781999588012695,-17.597700119018555,-40.61830139160156,7.9781999588012695,-17.4822998046875,-40.74470138549805,7.9783501625061035,-16.515600204467773,-39.802799224853516,8.099760055541992,-17.597700119018555,-40.61830139160156,7.9781999588012695,-16.515600204467773,-39.802799224853516,8.099760055541992,-17.61549949645996,-40.59080123901367,7.978209972381592,-17.61549949645996,-40.59080123901367,7.978209972381592,-16.515600204467773,-39.802799224853516,8.099760055541992,-17.721900939941406,-40.41709899902344,7.978330135345459,-17.61549949645996,-40.59080123901367,7.978209972381592,-17.721900939941406,-40.41709899902344,7.978330135345459,-17.708499908447266,-40.44729995727539,7.9783101081848145,-17.25469970703125,-40.93009948730469,7.978769779205322,-17.153900146484375,-40.98249816894531,7.978750228881836,-17.277799606323242,-40.91529846191406,7.978740215301514,-17.277799606323242,-40.91529846191406,7.978740215301514,-17.153900146484375,-40.98249816894531,7.978750228881836,-16.515600204467773,-39.802799224853516,8.099760055541992,-17.277799606323242,-40.91529846191406,7.978740215301514,-16.515600204467773,-39.802799224853516,8.099760055541992,-17.327600479125977,-40.876800537109375,7.978640079498291,-17.327600479125977,-40.876800537109375,7.978640079498291,-16.515600204467773,-39.802799224853516,8.099760055541992,-17.4822998046875,-40.74470138549805,7.9783501625061035,-17.327600479125977,-40.876800537109375,7.978640079498291,-17.4822998046875,-40.74470138549805,7.9783501625061035,-17.43910026550293,-40.79069900512695,7.978419780731201,-16.85099983215332,-41.096099853515625,7.978179931640625,-16.768400192260742,-41.108001708984375,7.978030204772949,-16.877700805664062,-41.08980178833008,7.978260040283203,-16.877700805664062,-41.08980178833008,7.978260040283203,-16.768400192260742,-41.108001708984375,7.978030204772949,-16.515600204467773,-39.802799224853516,8.099760055541992,-16.877700805664062,-41.08980178833008,7.978260040283203,-16.515600204467773,-39.802799224853516,8.099760055541992,-16.966100692749023,-41.06039810180664,7.978479862213135,-16.966100692749023,-41.06039810180664,7.978479862213135,-16.515600204467773,-39.802799224853516,8.099760055541992,-17.153900146484375,-40.98249816894531,7.978750228881836,-16.966100692749023,-41.06039810180664,7.978479862213135,-17.153900146484375,-40.98249816894531,7.978750228881836,-17.07110023498535,-41.0255012512207,7.978740215301514,-15.165599822998047,-38.47779846191406,8.317319869995117,-13.815600395202637,-38.47779846191406,8.434450149536133,-15.165599822998047,-37.81529998779297,8.287489891052246,-15.165599822998047,-37.81529998779297,8.287489891052246,-13.815600395202637,-38.47779846191406,8.434450149536133,-13.815600395202637,-37.81529998779297,8.393389701843262,-15.165599822998047,-37.81529998779297,8.287489891052246,-13.815600395202637,-37.81529998779297,8.393389701843262,-15.165599822998047,-37.152801513671875,8.205789566040039,-15.165599822998047,-35.82780075073242,7.978129863739014,-16.515600204467773,-35.82780075073242,7.977980136871338,-16.515600204467773,-37.152801513671875,8.099729537963867,-16.515600204467773,-37.152801513671875,8.099729537963867,-16.515600204467773,-35.82780075073242,7.977980136871338,-16.56559944152832,-35.82780075073242,7.977970123291016,-16.515600204467773,-37.152801513671875,8.099729537963867,-16.56559944152832,-35.82780075073242,7.977970123291016,-16.76889991760254,-35.84400177001953,7.977980136871338,-7.0655999183654785,-38.47779846191406,7.978089809417725,-7.0655999183654785,-37.81529998779297,7.978089809417725,-9.765600204467773,-37.81529998779297,8.287529945373535,-9.765600204467773,-37.81529998779297,8.287529945373535,-7.0655999183654785,-37.81529998779297,7.978089809417725,-7.0655999183654785,-37.152801513671875,7.978089809417725,-13.815600395202637,-37.152801513671875,8.282529830932617,-12.46560001373291,-37.81529998779297,8.432290077209473,-12.46560001373291,-37.152801513671875,8.310529708862305,-12.46560001373291,-37.152801513671875,8.310529708862305,-12.46560001373291,-37.81529998779297,8.432290077209473,-11.115599632263184,-37.81529998779297,8.39342975616455,-12.46560001373291,-37.152801513671875,8.310529708862305,-11.115599632263184,-37.81529998779297,8.39342975616455,-9.765600204467773,-37.152801513671875,8.205840110778809,-9.765600204467773,-37.152801513671875,8.205840110778809,-11.115599632263184,-37.81529998779297,8.39342975616455,-9.765600204467773,-37.81529998779297,8.287529945373535,-9.765600204467773,-37.152801513671875,8.205840110778809,-9.765600204467773,-37.81529998779297,8.287529945373535,-8.415599822998047,-37.152801513671875,8.099769592285156,-8.415599822998047,-37.152801513671875,8.099769592285156,-9.765600204467773,-37.81529998779297,8.287529945373535,-7.0655999183654785,-37.152801513671875,7.978089809417725,-8.415599822998047,-37.152801513671875,8.099769592285156,-7.0655999183654785,-37.152801513671875,7.978089809417725,-7.0655999183654785,-37.12779998779297,7.978089809417725,-9.765600204467773,-38.47779846191406,8.317350387573242,-11.115599632263184,-38.47779846191406,8.434490203857422,-9.765600204467773,-39.14030075073242,8.287540435791016,-9.765600204467773,-39.14030075073242,8.287540435791016,-11.115599632263184,-38.47779846191406,8.434490203857422,-11.115599632263184,-39.14030075073242,8.393449783325195,-9.765600204467773,-39.14030075073242,8.287540435791016,-11.115599632263184,-39.14030075073242,8.393449783325195,-9.765600204467773,-39.802799224853516,8.205860137939453,-11.115599632263184,-39.802799224853516,8.282600402832031,-12.46560001373291,-39.14030075073242,8.432319641113281,-12.46560001373291,-39.802799224853516,8.310569763183594,-12.46560001373291,-39.802799224853516,8.310569763183594,-12.46560001373291,-39.14030075073242,8.432319641113281,-13.815600395202637,-39.14030075073242,8.393420219421387,-12.46560001373291,-39.802799224853516,8.310569763183594,-13.815600395202637,-39.14030075073242,8.393420219421387,-15.165599822998047,-39.802799224853516,8.205840110778809,-15.165599822998047,-39.802799224853516,8.205840110778809,-13.815600395202637,-39.14030075073242,8.393420219421387,-15.165599822998047,-39.14030075073242,8.28750991821289,-15.165599822998047,-39.802799224853516,8.205840110778809,-15.165599822998047,-39.14030075073242,8.28750991821289,-16.515600204467773,-39.802799224853516,8.099760055541992,-17.8656005859375,-38.47779846191406,7.978089809417725,-17.8656005859375,-39.14030075073242,7.978089809417725,-15.165599822998047,-39.14030075073242,8.28750991821289,-15.165599822998047,-39.14030075073242,8.28750991821289,-17.8656005859375,-39.14030075073242,7.978089809417725,-17.8656005859375,-39.802799224853516,7.978089809417725,-15.165599822998047,-39.14030075073242,8.28750991821289,-17.8656005859375,-39.802799224853516,7.978089809417725,-16.515600204467773,-39.802799224853516,8.099760055541992,-16.515600204467773,-39.802799224853516,8.099760055541992,-17.8656005859375,-39.802799224853516,7.978089809417725,-17.8656005859375,-39.82780075073242,7.978089809417725,-16.515600204467773,-39.802799224853516,8.099760055541992,-17.8656005859375,-39.82780075073242,7.978089809417725,-17.84939956665039,-40.03120040893555,7.978129863739014,-9.765600204467773,-41.12779998779297,7.978119850158691,-11.115599632263184,-39.802799224853516,8.282600402832031,-12.46560001373291,-41.12779998779297,7.978429794311523,-12.46560001373291,-41.12779998779297,7.978429794311523,-11.115599632263184,-39.802799224853516,8.282600402832031,-12.46560001373291,-39.802799224853516,8.310569763183594,-12.46560001373291,-41.12779998779297,7.978429794311523,-12.46560001373291,-39.802799224853516,8.310569763183594,-15.165599822998047,-41.12779998779297,7.978119850158691,-15.165599822998047,-41.12779998779297,7.978119850158691,-12.46560001373291,-39.802799224853516,8.310569763183594,-15.165599822998047,-39.802799224853516,8.205840110778809,-15.165599822998047,-41.12779998779297,7.978119850158691,-15.165599822998047,-39.802799224853516,8.205840110778809,-16.515600204467773,-41.12779998779297,7.977970123291016,-16.515600204467773,-41.12779998779297,7.977970123291016,-15.165599822998047,-39.802799224853516,8.205840110778809,-16.515600204467773,-39.802799224853516,8.099760055541992,-16.515600204467773,-41.12779998779297,7.977970123291016,-16.515600204467773,-39.802799224853516,8.099760055541992,-16.56559944152832,-41.12779998779297,7.977960109710693,-16.56559944152832,-41.12779998779297,7.977960109710693,-16.515600204467773,-39.802799224853516,8.099760055541992,-16.768400192260742,-41.108001708984375,7.978030204772949,-16.56559944152832,-41.12779998779297,7.977960109710693,-16.768400192260742,-41.108001708984375,7.978030204772949,-16.648700714111328,-41.12519836425781,7.977819919586182,-9.765600204467773,-39.802799224853516,8.205860137939453,-8.415599822998047,-39.802799224853516,8.099780082702637,-9.765600204467773,-39.14030075073242,8.287540435791016,-9.765600204467773,-39.14030075073242,8.287540435791016,-8.415599822998047,-39.802799224853516,8.099780082702637,-7.0655999183654785,-38.47779846191406,7.978089809417725,-9.765600204467773,-39.14030075073242,8.287540435791016,-7.0655999183654785,-38.47779846191406,7.978089809417725,-9.765600204467773,-38.47779846191406,8.317350387573242,-9.765600204467773,-38.47779846191406,8.317350387573242,-7.0655999183654785,-38.47779846191406,7.978089809417725,-9.765600204467773,-37.81529998779297,8.287529945373535,-9.765600204467773,-38.47779846191406,8.317350387573242,-9.765600204467773,-37.81529998779297,8.287529945373535,-11.115599632263184,-38.47779846191406,8.434490203857422,-11.115599632263184,-38.47779846191406,8.434490203857422,-9.765600204467773,-37.81529998779297,8.287529945373535,-11.115599632263184,-37.81529998779297,8.39342975616455,-11.115599632263184,-38.47779846191406,8.434490203857422,-11.115599632263184,-37.81529998779297,8.39342975616455,-12.46560001373291,-38.47779846191406,8.47760009765625,-12.46560001373291,-38.47779846191406,8.47760009765625,-11.115599632263184,-37.81529998779297,8.39342975616455,-12.46560001373291,-37.81529998779297,8.432290077209473,-12.46560001373291,-38.47779846191406,8.47760009765625,-12.46560001373291,-37.81529998779297,8.432290077209473,-13.815600395202637,-37.81529998779297,8.393389701843262,-13.815600395202637,-37.81529998779297,8.393389701843262,-12.46560001373291,-37.81529998779297,8.432290077209473,-13.815600395202637,-37.152801513671875,8.282529830932617,-13.815600395202637,-37.81529998779297,8.393389701843262,-13.815600395202637,-37.152801513671875,8.282529830932617,-15.165599822998047,-37.152801513671875,8.205789566040039,-8.415599822998047,-41.12779998779297,7.977970123291016,-8.415599822998047,-39.802799224853516,8.099780082702637,-9.765600204467773,-41.12779998779297,7.978119850158691,-9.765600204467773,-41.12779998779297,7.978119850158691,-8.415599822998047,-39.802799224853516,8.099780082702637,-9.765600204467773,-39.802799224853516,8.205860137939453,-9.765600204467773,-41.12779998779297,7.978119850158691,-9.765600204467773,-39.802799224853516,8.205860137939453,-11.115599632263184,-39.802799224853516,8.282600402832031,-11.115599632263184,-39.802799224853516,8.282600402832031,-9.765600204467773,-39.802799224853516,8.205860137939453,-11.115599632263184,-39.14030075073242,8.393449783325195,-11.115599632263184,-39.802799224853516,8.282600402832031,-11.115599632263184,-39.14030075073242,8.393449783325195,-12.46560001373291,-39.14030075073242,8.432319641113281,-12.46560001373291,-39.14030075073242,8.432319641113281,-11.115599632263184,-39.14030075073242,8.393449783325195,-12.46560001373291,-38.47779846191406,8.47760009765625,-12.46560001373291,-39.14030075073242,8.432319641113281,-12.46560001373291,-38.47779846191406,8.47760009765625,-13.815600395202637,-39.14030075073242,8.393420219421387,-13.815600395202637,-39.14030075073242,8.393420219421387,-12.46560001373291,-38.47779846191406,8.47760009765625,-13.815600395202637,-38.47779846191406,8.434450149536133,-13.815600395202637,-39.14030075073242,8.393420219421387,-13.815600395202637,-38.47779846191406,8.434450149536133,-15.165599822998047,-39.14030075073242,8.28750991821289,-15.165599822998047,-39.14030075073242,8.28750991821289,-13.815600395202637,-38.47779846191406,8.434450149536133,-15.165599822998047,-38.47779846191406,8.317319869995117,-15.165599822998047,-39.14030075073242,8.28750991821289,-15.165599822998047,-38.47779846191406,8.317319869995117,-17.8656005859375,-38.47779846191406,7.978089809417725,-17.8656005859375,-38.47779846191406,7.978089809417725,-15.165599822998047,-38.47779846191406,8.317319869995117,-15.165599822998047,-37.81529998779297,8.287489891052246,-17.8656005859375,-38.47779846191406,7.978089809417725,-15.165599822998047,-37.81529998779297,8.287489891052246,-16.515600204467773,-37.152801513671875,8.099729537963867,-16.515600204467773,-37.152801513671875,8.099729537963867,-15.165599822998047,-37.81529998779297,8.287489891052246,-15.165599822998047,-37.152801513671875,8.205789566040039,-16.515600204467773,-37.152801513671875,8.099729537963867,-15.165599822998047,-37.152801513671875,8.205789566040039,-15.165599822998047,-35.82780075073242,7.978129863739014,-15.165599822998047,-35.82780075073242,7.978129863739014,-15.165599822998047,-37.152801513671875,8.205789566040039,-13.815600395202637,-37.152801513671875,8.282529830932617,-15.165599822998047,-35.82780075073242,7.978129863739014,-13.815600395202637,-37.152801513671875,8.282529830932617,-12.46560001373291,-35.82780075073242,7.978429794311523,-12.46560001373291,-35.82780075073242,7.978429794311523,-13.815600395202637,-37.152801513671875,8.282529830932617,-12.46560001373291,-37.152801513671875,8.310529708862305,-12.46560001373291,-35.82780075073242,7.978429794311523,-12.46560001373291,-37.152801513671875,8.310529708862305,-9.765600204467773,-35.82780075073242,7.978119850158691,-9.765600204467773,-35.82780075073242,7.978119850158691,-12.46560001373291,-37.152801513671875,8.310529708862305,-9.765600204467773,-37.152801513671875,8.205840110778809,-9.765600204467773,-35.82780075073242,7.978119850158691,-9.765600204467773,-37.152801513671875,8.205840110778809,-8.415599822998047,-35.82780075073242,7.977970123291016,-8.415599822998047,-35.82780075073242,7.977970123291016,-9.765600204467773,-37.152801513671875,8.205840110778809,-8.415599822998047,-37.152801513671875,8.099769592285156,-8.415599822998047,-35.82780075073242,7.977970123291016,-8.415599822998047,-37.152801513671875,8.099769592285156,-8.365599632263184,-35.82780075073242,7.977960109710693,-8.365599632263184,-35.82780075073242,7.977960109710693,-8.415599822998047,-37.152801513671875,8.099769592285156,-8.162790298461914,-35.84769821166992,7.9780402183532715,-8.365599632263184,-35.82780075073242,7.977960109710693,-8.162790298461914,-35.84769821166992,7.9780402183532715,-8.282520294189453,-35.830501556396484,7.977819919586182,-8.415599822998047,-33.302799224853516,8.0997896194458,-7.0655999183654785,-33.302799224853516,7.978089809417725,-7.0655999183654785,-31.977800369262695,7.978089809417725,-11.115599632263184,-32.64030075073242,8.393460273742676,-11.115599632263184,-31.977800369262695,8.434490203857422,-12.46560001373291,-31.977800369262695,8.47760009765625,-13.815600395202637,-31.31529998779297,8.393389701843262,-13.815600395202637,-31.977800369262695,8.434459686279297,-12.46560001373291,-31.977800369262695,8.47760009765625,-16.515600204467773,-30.652799606323242,8.099729537963867,-17.8656005859375,-30.652799606323242,7.978089809417725,-17.8656005859375,-31.977800369262695,7.978089809417725,-7.0655999183654785,-33.302799224853516,7.978089809417725,-8.415599822998047,-33.302799224853516,8.0997896194458,-7.0655999183654785,-33.32780075073242,7.978089809417725,-17.8656005859375,-30.652799606323242,7.978089809417725,-16.515600204467773,-30.652799606323242,8.099729537963867,-17.8656005859375,-30.62779998779297,7.978089809417725,-16.515600204467773,-30.652799606323242,8.099729537963867,-16.76889991760254,-29.344100952148438,7.977980136871338,-16.771799087524414,-29.34429931640625,7.977980136871338,-17.653099060058594,-29.91550064086914,7.978219985961914,-17.66790008544922,-29.938600540161133,7.978240013122559,-17.720300674438477,-30.039499282836914,7.978340148925781,-16.995899200439453,-29.401100158691406,7.978600025177002,-17.15489959716797,-29.471500396728516,7.9787797927856445,-16.969900131225586,-29.39229965209961,7.978529930114746,-16.969900131225586,-29.39229965209961,7.978529930114746,-17.15489959716797,-29.471500396728516,7.9787797927856445,-16.515600204467773,-30.652799606323242,8.099729537963867,-16.969900131225586,-29.39229965209961,7.978529930114746,-16.515600204467773,-30.652799606323242,8.099729537963867,-16.967300415039062,-29.391599655151367,7.978529930114746,-16.967300415039062,-29.391599655151367,7.978529930114746,-16.515600204467773,-30.652799606323242,8.099729537963867,-16.771799087524414,-29.34429931640625,7.977980136871338,-17.48240089416504,-29.71109962463379,7.978340148925781,-17.528400421142578,-29.75429916381836,7.978250026702881,-17.614599227905273,-29.865800857543945,7.978229999542236,-17.35610008239746,-29.595699310302734,7.978600025177002,-17.377599716186523,-29.612600326538086,7.978549957275391,-17.48240089416504,-29.71109962463379,7.978340148925781,-17.15489959716797,-29.471500396728516,7.9787797927856445,-17.184999465942383,-29.484899520874023,7.978809833526611,-16.515600204467773,-30.652799606323242,8.099729537963867,-16.515600204467773,-30.652799606323242,8.099729537963867,-17.184999465942383,-29.484899520874023,7.978809833526611,-17.328500747680664,-29.577899932861328,7.978630065917969,-16.515600204467773,-30.652799606323242,8.099729537963867,-17.328500747680664,-29.577899932861328,7.978630065917969,-17.35610008239746,-29.595699310302734,7.978600025177002,-17.35610008239746,-29.595699310302734,7.978600025177002,-17.48240089416504,-29.71109962463379,7.978340148925781,-16.515600204467773,-30.652799606323242,8.099729537963867,-16.515600204467773,-30.652799606323242,8.099729537963867,-17.48240089416504,-29.71109962463379,7.978340148925781,-17.614599227905273,-29.865800857543945,7.978229999542236,-16.515600204467773,-30.652799606323242,8.099729537963867,-17.614599227905273,-29.865800857543945,7.978229999542236,-17.653099060058594,-29.91550064086914,7.978219985961914,-17.653099060058594,-29.91550064086914,7.978219985961914,-17.720300674438477,-30.039499282836914,7.978340148925781,-16.515600204467773,-30.652799606323242,8.099729537963867,-16.515600204467773,-30.652799606323242,8.099729537963867,-17.720300674438477,-30.039499282836914,7.978340148925781,-17.7632999420166,-30.12220001220703,7.978409767150879,-16.515600204467773,-30.652799606323242,8.099729537963867,-17.7632999420166,-30.12220001220703,7.978409767150879,-17.798200607299805,-30.227399826049805,7.978370189666748,-17.827600479125977,-30.31559944152832,7.978320121765137,-17.833900451660156,-30.342300415039062,7.978280067443848,-17.845699310302734,-30.424999237060547,7.978149890899658,-17.862899780273438,-30.544700622558594,7.977960109710693,-17.8656005859375,-30.62779998779297,7.978089809417725,-17.845699310302734,-30.424999237060547,7.978149890899658,-17.845699310302734,-30.424999237060547,7.978149890899658,-17.8656005859375,-30.62779998779297,7.978089809417725,-16.515600204467773,-30.652799606323242,8.099729537963867,-17.845699310302734,-30.424999237060547,7.978149890899658,-16.515600204467773,-30.652799606323242,8.099729537963867,-17.827600479125977,-30.31559944152832,7.978320121765137,-17.827600479125977,-30.31559944152832,7.978320121765137,-16.515600204467773,-30.652799606323242,8.099729537963867,-17.798200607299805,-30.227399826049805,7.978370189666748,-7.0655999183654785,-30.62779998779297,7.978089809417725,-7.081830024719238,-30.42449951171875,7.978129863739014,-8.415599822998047,-30.652799606323242,8.099769592285156,-7.081830024719238,-30.42449951171875,7.978129863739014,-7.082059860229492,-30.421600341796875,7.978129863739014,-8.415599822998047,-30.652799606323242,8.099769592285156,-8.415599822998047,-30.652799606323242,8.099769592285156,-7.082059860229492,-30.421600341796875,7.978129863739014,-7.129429817199707,-30.22610092163086,7.978419780731201,-8.415599822998047,-30.652799606323242,8.099769592285156,-7.129429817199707,-30.22610092163086,7.978419780731201,-7.130060195922852,-30.223499298095703,7.978419780731201,-7.22268009185791,-30.008399963378906,7.978320121765137,-8.415599822998047,-30.652799606323242,8.099769592285156,-7.209310054779053,-30.03849983215332,7.978330135345459,-7.209310054779053,-30.03849983215332,7.978330135345459,-8.415599822998047,-30.652799606323242,8.099769592285156,-7.130060195922852,-30.223499298095703,7.978419780731201,-7.209310054779053,-30.03849983215332,7.978330135345459,-7.130060195922852,-30.223499298095703,7.978419780731201,-7.138869762420654,-30.197500228881836,7.978429794311523,-7.350430011749268,-29.815799713134766,7.9781999588012695,-7.448910236358643,-29.711000442504883,7.9783501625061035,-7.333539962768555,-29.837299346923828,7.9781999588012695,-7.333539962768555,-29.837299346923828,7.9781999588012695,-7.448910236358643,-29.711000442504883,7.9783501625061035,-8.415599822998047,-30.652799606323242,8.099769592285156,-7.333539962768555,-29.837299346923828,7.9781999588012695,-8.415599822998047,-30.652799606323242,8.099769592285156,-7.315690040588379,-29.864900588989258,7.978219985961914,-7.315690040588379,-29.864900588989258,7.978219985961914,-8.415599822998047,-30.652799606323242,8.099769592285156,-7.22268009185791,-30.008399963378906,7.978320121765137,-7.448910236358643,-29.711000442504883,7.9783501625061035,-7.492129802703857,-29.665000915527344,7.978419780731201,-8.415599822998047,-30.652799606323242,8.099769592285156,-8.415599822998047,-30.652799606323242,8.099769592285156,-7.492129802703857,-29.665000915527344,7.978419780731201,-7.603569984436035,-29.578800201416016,7.978640079498291,-8.415599822998047,-30.652799606323242,8.099769592285156,-7.603569984436035,-29.578800201416016,7.978640079498291,-7.653349876403809,-29.540300369262695,7.978740215301514,-7.860060214996338,-29.430099487304688,7.978740215301514,-8.415599822998047,-30.652799606323242,8.099769592285156,-7.777289867401123,-29.473100662231445,7.978750228881836,-7.777289867401123,-29.473100662231445,7.978750228881836,-8.415599822998047,-30.652799606323242,8.099769592285156,-7.653349876403809,-29.540300369262695,7.978740215301514,-7.777289867401123,-29.473100662231445,7.978750228881836,-7.653349876403809,-29.540300369262695,7.978740215301514,-7.676449775695801,-29.52549934387207,7.978769779205322,-8.080169677734375,-29.359500885009766,7.978189945220947,-8.162790298461914,-29.347700119018555,7.9780402183532715,-8.053460121154785,-29.365800857543945,7.978260040283203,-8.053460121154785,-29.365800857543945,7.978260040283203,-8.162790298461914,-29.347700119018555,7.9780402183532715,-8.415599822998047,-30.652799606323242,8.099769592285156,-8.053460121154785,-29.365800857543945,7.978260040283203,-8.415599822998047,-30.652799606323242,8.099769592285156,-7.965129852294922,-29.395200729370117,7.978479862213135,-7.965129852294922,-29.395200729370117,7.978479862213135,-8.415599822998047,-30.652799606323242,8.099769592285156,-7.860060214996338,-29.430099487304688,7.978740215301514,-8.415599822998047,-34.62779998779297,7.977970123291016,-8.365599632263184,-34.62779998779297,7.977960109710693,-8.415599822998047,-33.302799224853516,8.0997896194458,-8.415599822998047,-33.302799224853516,8.0997896194458,-8.365599632263184,-34.62779998779297,7.977960109710693,-8.162249565124512,-34.61159896850586,7.977970123291016,-7.27810001373291,-34.04010009765625,7.978229999542236,-7.263319969177246,-34.016998291015625,7.978250026702881,-7.210909843444824,-33.916099548339844,7.978340148925781,-8.162249565124512,-34.61159896850586,7.977970123291016,-8.159379959106445,-34.61140060424805,7.977970123291016,-8.415599822998047,-33.302799224853516,8.0997896194458,-8.415599822998047,-33.302799224853516,8.0997896194458,-8.159379959106445,-34.61140060424805,7.977970123291016,-7.963930130004883,-34.56399917602539,7.978519916534424,-8.415599822998047,-33.302799224853516,8.0997896194458,-7.963930130004883,-34.56399917602539,7.978519916534424,-7.961309909820557,-34.56340026855469,7.978529930114746,-7.74616003036499,-34.47079849243164,7.978809833526611,-8.415599822998047,-33.302799224853516,8.0997896194458,-7.776309967041016,-34.484100341796875,7.9787797927856445,-7.776309967041016,-34.484100341796875,7.9787797927856445,-8.415599822998047,-33.302799224853516,8.0997896194458,-7.961309909820557,-34.56340026855469,7.978529930114746,-7.776309967041016,-34.484100341796875,7.9787797927856445,-7.961309909820557,-34.56340026855469,7.978529930114746,-7.935319900512695,-34.55459976196289,7.97859001159668,-7.55355978012085,-34.34299850463867,7.978549957275391,-7.448750019073486,-34.24449920654297,7.978340148925781,-7.575139999389648,-34.359901428222656,7.978600025177002,-7.575139999389648,-34.359901428222656,7.978600025177002,-7.448750019073486,-34.24449920654297,7.978340148925781,-8.415599822998047,-33.302799224853516,8.0997896194458,-7.575139999389648,-34.359901428222656,7.978600025177002,-8.415599822998047,-33.302799224853516,8.0997896194458,-7.602650165557861,-34.37770080566406,7.978630065917969,-7.602650165557861,-34.37770080566406,7.978630065917969,-8.415599822998047,-33.302799224853516,8.0997896194458,-7.74616003036499,-34.47079849243164,7.978809833526611,-7.448750019073486,-34.24449920654297,7.978340148925781,-7.402780055999756,-34.20130157470703,7.978250026702881,-8.415599822998047,-33.302799224853516,8.0997896194458,-8.415599822998047,-33.302799224853516,8.0997896194458,-7.402780055999756,-34.20130157470703,7.978250026702881,-7.316579818725586,-34.089900970458984,7.978240013122559,-8.415599822998047,-33.302799224853516,8.0997896194458,-7.316579818725586,-34.089900970458984,7.978240013122559,-7.27810001373291,-34.04010009765625,7.978229999542236,-7.103640079498291,-33.63999938964844,7.978320121765137,-7.097330093383789,-33.61330032348633,7.978280067443848,-7.085450172424316,-33.530601501464844,7.978149890899658,-7.27810001373291,-34.04010009765625,7.978229999542236,-7.210909843444824,-33.916099548339844,7.978340148925781,-8.415599822998047,-33.302799224853516,8.0997896194458,-8.415599822998047,-33.302799224853516,8.0997896194458,-7.210909843444824,-33.916099548339844,7.978340148925781,-7.167940139770508,-33.83340072631836,7.978409767150879,-8.415599822998047,-33.302799224853516,8.0997896194458,-7.167940139770508,-33.83340072631836,7.978409767150879,-7.132989883422852,-33.72829818725586,7.978370189666748,-7.068260192871094,-33.4109001159668,7.977960109710693,-7.0655999183654785,-33.32780075073242,7.978089809417725,-7.085450172424316,-33.530601501464844,7.978149890899658,-7.085450172424316,-33.530601501464844,7.978149890899658,-7.0655999183654785,-33.32780075073242,7.978089809417725,-8.415599822998047,-33.302799224853516,8.0997896194458,-7.085450172424316,-33.530601501464844,7.978149890899658,-8.415599822998047,-33.302799224853516,8.0997896194458,-7.103640079498291,-33.63999938964844,7.978320121765137,-7.103640079498291,-33.63999938964844,7.978320121765137,-8.415599822998047,-33.302799224853516,8.0997896194458,-7.132989883422852,-33.72829818725586,7.978370189666748,-17.80109977722168,-33.73210144042969,7.978419780731201,-16.515600204467773,-33.302799224853516,8.099760055541992,-17.801799774169922,-33.72949981689453,7.978419780731201,-17.801799774169922,-33.72949981689453,7.978419780731201,-16.515600204467773,-33.302799224853516,8.099760055541992,-17.84939956665039,-33.53120040893555,7.978129863739014,-17.801799774169922,-33.72949981689453,7.978419780731201,-17.84939956665039,-33.53120040893555,7.978129863739014,-17.84910011291504,-33.534000396728516,7.978129863739014,-17.708499908447266,-33.94729995727539,7.978320121765137,-16.515600204467773,-33.302799224853516,8.099760055541992,-17.721900939941406,-33.91709899902344,7.978330135345459,-17.721900939941406,-33.91709899902344,7.978330135345459,-16.515600204467773,-33.302799224853516,8.099760055541992,-17.80109977722168,-33.73210144042969,7.978419780731201,-17.721900939941406,-33.91709899902344,7.978330135345459,-17.80109977722168,-33.73210144042969,7.978419780731201,-17.792299270629883,-33.75809860229492,7.978429794311523,-17.580799102783203,-34.13990020751953,7.9781999588012695,-17.4822998046875,-34.24470138549805,7.9783501625061035,-17.597700119018555,-34.11830139160156,7.9781999588012695,-17.597700119018555,-34.11830139160156,7.9781999588012695,-17.4822998046875,-34.24470138549805,7.9783501625061035,-16.515600204467773,-33.302799224853516,8.099760055541992,-17.597700119018555,-34.11830139160156,7.9781999588012695,-16.515600204467773,-33.302799224853516,8.099760055541992,-17.61549949645996,-34.09080123901367,7.978219985961914,-17.61549949645996,-34.09080123901367,7.978219985961914,-16.515600204467773,-33.302799224853516,8.099760055541992,-17.708499908447266,-33.94729995727539,7.978320121765137,-17.25469970703125,-34.43009948730469,7.978769779205322,-17.153900146484375,-34.48249816894531,7.978750228881836,-17.277799606323242,-34.41529846191406,7.978740215301514,-17.277799606323242,-34.41529846191406,7.978740215301514,-17.153900146484375,-34.48249816894531,7.978750228881836,-16.515600204467773,-33.302799224853516,8.099760055541992,-17.277799606323242,-34.41529846191406,7.978740215301514,-16.515600204467773,-33.302799224853516,8.099760055541992,-17.327600479125977,-34.376800537109375,7.978640079498291,-17.327600479125977,-34.376800537109375,7.978640079498291,-16.515600204467773,-33.302799224853516,8.099760055541992,-17.4822998046875,-34.24470138549805,7.9783501625061035,-17.327600479125977,-34.376800537109375,7.978640079498291,-17.4822998046875,-34.24470138549805,7.9783501625061035,-17.43910026550293,-34.29069900512695,7.978419780731201,-16.85099983215332,-34.596099853515625,7.978189945220947,-16.768400192260742,-34.608001708984375,7.978030204772949,-16.877700805664062,-34.58980178833008,7.978260040283203,-16.877700805664062,-34.58980178833008,7.978260040283203,-16.768400192260742,-34.608001708984375,7.978030204772949,-16.515600204467773,-33.302799224853516,8.099760055541992,-16.877700805664062,-34.58980178833008,7.978260040283203,-16.515600204467773,-33.302799224853516,8.099760055541992,-16.966100692749023,-34.56039810180664,7.978479862213135,-16.966100692749023,-34.56039810180664,7.978479862213135,-16.515600204467773,-33.302799224853516,8.099760055541992,-17.153900146484375,-34.48249816894531,7.978750228881836,-16.966100692749023,-34.56039810180664,7.978479862213135,-17.153900146484375,-34.48249816894531,7.978750228881836,-17.07110023498535,-34.5255012512207,7.978740215301514,-15.165599822998047,-31.977800369262695,8.317319869995117,-13.815600395202637,-31.977800369262695,8.434459686279297,-15.165599822998047,-31.31529998779297,8.287489891052246,-15.165599822998047,-31.31529998779297,8.287489891052246,-13.815600395202637,-31.977800369262695,8.434459686279297,-13.815600395202637,-31.31529998779297,8.393389701843262,-15.165599822998047,-31.31529998779297,8.287489891052246,-13.815600395202637,-31.31529998779297,8.393389701843262,-15.165599822998047,-30.652799606323242,8.205789566040039,-15.165599822998047,-29.327800750732422,7.978129863739014,-16.515600204467773,-29.327800750732422,7.977980136871338,-16.515600204467773,-30.652799606323242,8.099729537963867,-16.515600204467773,-30.652799606323242,8.099729537963867,-16.515600204467773,-29.327800750732422,7.977980136871338,-16.56559944152832,-29.327800750732422,7.977970123291016,-16.515600204467773,-30.652799606323242,8.099729537963867,-16.56559944152832,-29.327800750732422,7.977970123291016,-16.76889991760254,-29.344100952148438,7.977980136871338,-7.0655999183654785,-31.977800369262695,7.978089809417725,-7.0655999183654785,-31.31529998779297,7.978089809417725,-9.765600204467773,-31.31529998779297,8.287529945373535,-9.765600204467773,-31.31529998779297,8.287529945373535,-7.0655999183654785,-31.31529998779297,7.978089809417725,-7.0655999183654785,-30.652799606323242,7.978089809417725,-13.815600395202637,-30.652799606323242,8.282529830932617,-12.46560001373291,-31.31529998779297,8.432290077209473,-12.46560001373291,-30.652799606323242,8.310529708862305,-12.46560001373291,-30.652799606323242,8.310529708862305,-12.46560001373291,-31.31529998779297,8.432290077209473,-11.115599632263184,-31.31529998779297,8.39342975616455,-12.46560001373291,-30.652799606323242,8.310529708862305,-11.115599632263184,-31.31529998779297,8.39342975616455,-9.765600204467773,-30.652799606323242,8.205840110778809,-9.765600204467773,-30.652799606323242,8.205840110778809,-11.115599632263184,-31.31529998779297,8.39342975616455,-9.765600204467773,-31.31529998779297,8.287529945373535,-9.765600204467773,-30.652799606323242,8.205840110778809,-9.765600204467773,-31.31529998779297,8.287529945373535,-8.415599822998047,-30.652799606323242,8.099769592285156,-8.415599822998047,-30.652799606323242,8.099769592285156,-9.765600204467773,-31.31529998779297,8.287529945373535,-7.0655999183654785,-30.652799606323242,7.978089809417725,-8.415599822998047,-30.652799606323242,8.099769592285156,-7.0655999183654785,-30.652799606323242,7.978089809417725,-7.0655999183654785,-30.62779998779297,7.978089809417725,-9.765600204467773,-31.977800369262695,8.317350387573242,-11.115599632263184,-31.977800369262695,8.434490203857422,-9.765600204467773,-32.64030075073242,8.28754997253418,-9.765600204467773,-32.64030075073242,8.28754997253418,-11.115599632263184,-31.977800369262695,8.434490203857422,-11.115599632263184,-32.64030075073242,8.393460273742676,-9.765600204467773,-32.64030075073242,8.28754997253418,-11.115599632263184,-32.64030075073242,8.393460273742676,-9.765600204467773,-33.302799224853516,8.205860137939453,-11.115599632263184,-33.302799224853516,8.282600402832031,-12.46560001373291,-32.64030075073242,8.432319641113281,-12.46560001373291,-33.302799224853516,8.310569763183594,-12.46560001373291,-33.302799224853516,8.310569763183594,-12.46560001373291,-32.64030075073242,8.432319641113281,-13.815600395202637,-32.64030075073242,8.393420219421387,-12.46560001373291,-33.302799224853516,8.310569763183594,-13.815600395202637,-32.64030075073242,8.393420219421387,-15.165599822998047,-33.302799224853516,8.205840110778809,-15.165599822998047,-33.302799224853516,8.205840110778809,-13.815600395202637,-32.64030075073242,8.393420219421387,-15.165599822998047,-32.64030075073242,8.287520408630371,-15.165599822998047,-33.302799224853516,8.205840110778809,-15.165599822998047,-32.64030075073242,8.287520408630371,-16.515600204467773,-33.302799224853516,8.099760055541992,-17.8656005859375,-31.977800369262695,7.978089809417725,-17.8656005859375,-32.64030075073242,7.978089809417725,-15.165599822998047,-32.64030075073242,8.287520408630371,-15.165599822998047,-32.64030075073242,8.287520408630371,-17.8656005859375,-32.64030075073242,7.978089809417725,-17.8656005859375,-33.302799224853516,7.978089809417725,-15.165599822998047,-32.64030075073242,8.287520408630371,-17.8656005859375,-33.302799224853516,7.978089809417725,-16.515600204467773,-33.302799224853516,8.099760055541992,-16.515600204467773,-33.302799224853516,8.099760055541992,-17.8656005859375,-33.302799224853516,7.978089809417725,-17.8656005859375,-33.32780075073242,7.978089809417725,-16.515600204467773,-33.302799224853516,8.099760055541992,-17.8656005859375,-33.32780075073242,7.978089809417725,-17.84939956665039,-33.53120040893555,7.978129863739014,-9.765600204467773,-34.62779998779297,7.978119850158691,-11.115599632263184,-33.302799224853516,8.282600402832031,-12.46560001373291,-34.62779998779297,7.978429794311523,-12.46560001373291,-34.62779998779297,7.978429794311523,-11.115599632263184,-33.302799224853516,8.282600402832031,-12.46560001373291,-33.302799224853516,8.310569763183594,-12.46560001373291,-34.62779998779297,7.978429794311523,-12.46560001373291,-33.302799224853516,8.310569763183594,-15.165599822998047,-34.62779998779297,7.978119850158691,-15.165599822998047,-34.62779998779297,7.978119850158691,-12.46560001373291,-33.302799224853516,8.310569763183594,-15.165599822998047,-33.302799224853516,8.205840110778809,-15.165599822998047,-34.62779998779297,7.978119850158691,-15.165599822998047,-33.302799224853516,8.205840110778809,-16.515600204467773,-34.62779998779297,7.977970123291016,-16.515600204467773,-34.62779998779297,7.977970123291016,-15.165599822998047,-33.302799224853516,8.205840110778809,-16.515600204467773,-33.302799224853516,8.099760055541992,-16.515600204467773,-34.62779998779297,7.977970123291016,-16.515600204467773,-33.302799224853516,8.099760055541992,-16.56559944152832,-34.62779998779297,7.977960109710693,-16.56559944152832,-34.62779998779297,7.977960109710693,-16.515600204467773,-33.302799224853516,8.099760055541992,-16.768400192260742,-34.608001708984375,7.978030204772949,-16.56559944152832,-34.62779998779297,7.977960109710693,-16.768400192260742,-34.608001708984375,7.978030204772949,-16.648700714111328,-34.62519836425781,7.977819919586182,-9.765600204467773,-33.302799224853516,8.205860137939453,-8.415599822998047,-33.302799224853516,8.0997896194458,-9.765600204467773,-32.64030075073242,8.28754997253418,-9.765600204467773,-32.64030075073242,8.28754997253418,-8.415599822998047,-33.302799224853516,8.0997896194458,-7.0655999183654785,-31.977800369262695,7.978089809417725,-9.765600204467773,-32.64030075073242,8.28754997253418,-7.0655999183654785,-31.977800369262695,7.978089809417725,-9.765600204467773,-31.977800369262695,8.317350387573242,-9.765600204467773,-31.977800369262695,8.317350387573242,-7.0655999183654785,-31.977800369262695,7.978089809417725,-9.765600204467773,-31.31529998779297,8.287529945373535,-9.765600204467773,-31.977800369262695,8.317350387573242,-9.765600204467773,-31.31529998779297,8.287529945373535,-11.115599632263184,-31.977800369262695,8.434490203857422,-11.115599632263184,-31.977800369262695,8.434490203857422,-9.765600204467773,-31.31529998779297,8.287529945373535,-11.115599632263184,-31.31529998779297,8.39342975616455,-11.115599632263184,-31.977800369262695,8.434490203857422,-11.115599632263184,-31.31529998779297,8.39342975616455,-12.46560001373291,-31.977800369262695,8.47760009765625,-12.46560001373291,-31.977800369262695,8.47760009765625,-11.115599632263184,-31.31529998779297,8.39342975616455,-12.46560001373291,-31.31529998779297,8.432290077209473,-12.46560001373291,-31.977800369262695,8.47760009765625,-12.46560001373291,-31.31529998779297,8.432290077209473,-13.815600395202637,-31.31529998779297,8.393389701843262,-13.815600395202637,-31.31529998779297,8.393389701843262,-12.46560001373291,-31.31529998779297,8.432290077209473,-13.815600395202637,-30.652799606323242,8.282529830932617,-13.815600395202637,-31.31529998779297,8.393389701843262,-13.815600395202637,-30.652799606323242,8.282529830932617,-15.165599822998047,-30.652799606323242,8.205789566040039,-8.415599822998047,-34.62779998779297,7.977970123291016,-8.415599822998047,-33.302799224853516,8.0997896194458,-9.765600204467773,-34.62779998779297,7.978119850158691,-9.765600204467773,-34.62779998779297,7.978119850158691,-8.415599822998047,-33.302799224853516,8.0997896194458,-9.765600204467773,-33.302799224853516,8.205860137939453,-9.765600204467773,-34.62779998779297,7.978119850158691,-9.765600204467773,-33.302799224853516,8.205860137939453,-11.115599632263184,-33.302799224853516,8.282600402832031,-11.115599632263184,-33.302799224853516,8.282600402832031,-9.765600204467773,-33.302799224853516,8.205860137939453,-11.115599632263184,-32.64030075073242,8.393460273742676,-11.115599632263184,-33.302799224853516,8.282600402832031,-11.115599632263184,-32.64030075073242,8.393460273742676,-12.46560001373291,-32.64030075073242,8.432319641113281,-12.46560001373291,-32.64030075073242,8.432319641113281,-11.115599632263184,-32.64030075073242,8.393460273742676,-12.46560001373291,-31.977800369262695,8.47760009765625,-12.46560001373291,-32.64030075073242,8.432319641113281,-12.46560001373291,-31.977800369262695,8.47760009765625,-13.815600395202637,-32.64030075073242,8.393420219421387,-13.815600395202637,-32.64030075073242,8.393420219421387,-12.46560001373291,-31.977800369262695,8.47760009765625,-13.815600395202637,-31.977800369262695,8.434459686279297,-13.815600395202637,-32.64030075073242,8.393420219421387,-13.815600395202637,-31.977800369262695,8.434459686279297,-15.165599822998047,-32.64030075073242,8.287520408630371,-15.165599822998047,-32.64030075073242,8.287520408630371,-13.815600395202637,-31.977800369262695,8.434459686279297,-15.165599822998047,-31.977800369262695,8.317319869995117,-15.165599822998047,-32.64030075073242,8.287520408630371,-15.165599822998047,-31.977800369262695,8.317319869995117,-17.8656005859375,-31.977800369262695,7.978089809417725,-17.8656005859375,-31.977800369262695,7.978089809417725,-15.165599822998047,-31.977800369262695,8.317319869995117,-15.165599822998047,-31.31529998779297,8.287489891052246,-17.8656005859375,-31.977800369262695,7.978089809417725,-15.165599822998047,-31.31529998779297,8.287489891052246,-16.515600204467773,-30.652799606323242,8.099729537963867,-16.515600204467773,-30.652799606323242,8.099729537963867,-15.165599822998047,-31.31529998779297,8.287489891052246,-15.165599822998047,-30.652799606323242,8.205789566040039,-16.515600204467773,-30.652799606323242,8.099729537963867,-15.165599822998047,-30.652799606323242,8.205789566040039,-15.165599822998047,-29.327800750732422,7.978129863739014,-15.165599822998047,-29.327800750732422,7.978129863739014,-15.165599822998047,-30.652799606323242,8.205789566040039,-13.815600395202637,-30.652799606323242,8.282529830932617,-15.165599822998047,-29.327800750732422,7.978129863739014,-13.815600395202637,-30.652799606323242,8.282529830932617,-12.46560001373291,-29.327800750732422,7.978439807891846,-12.46560001373291,-29.327800750732422,7.978439807891846,-13.815600395202637,-30.652799606323242,8.282529830932617,-12.46560001373291,-30.652799606323242,8.310529708862305,-12.46560001373291,-29.327800750732422,7.978439807891846,-12.46560001373291,-30.652799606323242,8.310529708862305,-9.765600204467773,-29.327800750732422,7.978119850158691,-9.765600204467773,-29.327800750732422,7.978119850158691,-12.46560001373291,-30.652799606323242,8.310529708862305,-9.765600204467773,-30.652799606323242,8.205840110778809,-9.765600204467773,-29.327800750732422,7.978119850158691,-9.765600204467773,-30.652799606323242,8.205840110778809,-8.415599822998047,-29.327800750732422,7.977970123291016,-8.415599822998047,-29.327800750732422,7.977970123291016,-9.765600204467773,-30.652799606323242,8.205840110778809,-8.415599822998047,-30.652799606323242,8.099769592285156,-8.415599822998047,-29.327800750732422,7.977970123291016,-8.415599822998047,-30.652799606323242,8.099769592285156,-8.365599632263184,-29.327800750732422,7.977960109710693,-8.365599632263184,-29.327800750732422,7.977960109710693,-8.415599822998047,-30.652799606323242,8.099769592285156,-8.162790298461914,-29.347700119018555,7.9780402183532715,-8.365599632263184,-29.327800750732422,7.977960109710693,-8.162790298461914,-29.347700119018555,7.9780402183532715,-8.282520294189453,-29.33049964904785,7.977819919586182,-8.415599822998047,-26.802799224853516,8.0997896194458,-7.0655999183654785,-26.802799224853516,7.978089809417725,-7.0655999183654785,-25.477800369262695,7.978089809417725,-11.115599632263184,-26.140300750732422,8.393460273742676,-11.115599632263184,-25.477800369262695,8.434490203857422,-12.46560001373291,-25.477800369262695,8.47760009765625,-13.815600395202637,-24.81529998779297,8.393389701843262,-13.815600395202637,-25.477800369262695,8.434459686279297,-12.46560001373291,-25.477800369262695,8.47760009765625,-16.515600204467773,-24.152799606323242,8.099729537963867,-17.8656005859375,-24.152799606323242,7.978089809417725,-17.8656005859375,-25.477800369262695,7.978089809417725,-7.0655999183654785,-26.802799224853516,7.978089809417725,-8.415599822998047,-26.802799224853516,8.0997896194458,-7.0655999183654785,-26.827800750732422,7.978089809417725,-17.8656005859375,-24.152799606323242,7.978089809417725,-16.515600204467773,-24.152799606323242,8.099729537963867,-17.8656005859375,-24.12779998779297,7.978089809417725,-16.515600204467773,-24.152799606323242,8.099729537963867,-16.76889991760254,-22.844100952148438,7.977980136871338,-16.771799087524414,-22.84429931640625,7.977980136871338,-16.995899200439453,-22.901100158691406,7.978600025177002,-17.15489959716797,-22.971500396728516,7.9787797927856445,-16.969900131225586,-22.89229965209961,7.978529930114746,-16.969900131225586,-22.89229965209961,7.978529930114746,-17.15489959716797,-22.971500396728516,7.9787797927856445,-16.515600204467773,-24.152799606323242,8.099729537963867,-16.969900131225586,-22.89229965209961,7.978529930114746,-16.515600204467773,-24.152799606323242,8.099729537963867,-16.967300415039062,-22.891700744628906,7.978529930114746,-16.967300415039062,-22.891700744628906,7.978529930114746,-16.515600204467773,-24.152799606323242,8.099729537963867,-16.771799087524414,-22.84429931640625,7.977980136871338,-17.827600479125977,-23.81559944152832,7.978320121765137,-17.833900451660156,-23.842300415039062,7.978280067443848,-17.845699310302734,-23.924999237060547,7.978149890899658,-17.653099060058594,-23.41550064086914,7.978219985961914,-17.66790008544922,-23.438600540161133,7.978240013122559,-17.720300674438477,-23.539499282836914,7.978340148925781,-17.377599716186523,-23.112600326538086,7.978549957275391,-17.48240089416504,-23.21109962463379,7.978340148925781,-17.35610008239746,-23.095699310302734,7.978600025177002,-17.35610008239746,-23.095699310302734,7.978600025177002,-17.48240089416504,-23.21109962463379,7.978340148925781,-16.515600204467773,-24.152799606323242,8.099729537963867,-17.35610008239746,-23.095699310302734,7.978600025177002,-16.515600204467773,-24.152799606323242,8.099729537963867,-17.328500747680664,-23.077899932861328,7.978630065917969,-17.328500747680664,-23.077899932861328,7.978630065917969,-16.515600204467773,-24.152799606323242,8.099729537963867,-17.15489959716797,-22.971500396728516,7.9787797927856445,-17.328500747680664,-23.077899932861328,7.978630065917969,-17.15489959716797,-22.971500396728516,7.9787797927856445,-17.184999465942383,-22.984899520874023,7.978809833526611,-17.48240089416504,-23.21109962463379,7.978340148925781,-17.528400421142578,-23.25429916381836,7.978250026702881,-16.515600204467773,-24.152799606323242,8.099729537963867,-16.515600204467773,-24.152799606323242,8.099729537963867,-17.528400421142578,-23.25429916381836,7.978250026702881,-17.614599227905273,-23.365800857543945,7.978229999542236,-16.515600204467773,-24.152799606323242,8.099729537963867,-17.614599227905273,-23.365800857543945,7.978229999542236,-17.653099060058594,-23.41550064086914,7.978219985961914,-17.653099060058594,-23.41550064086914,7.978219985961914,-17.720300674438477,-23.539499282836914,7.978340148925781,-16.515600204467773,-24.152799606323242,8.099729537963867,-16.515600204467773,-24.152799606323242,8.099729537963867,-17.720300674438477,-23.539499282836914,7.978340148925781,-17.7632999420166,-23.62220001220703,7.978409767150879,-16.515600204467773,-24.152799606323242,8.099729537963867,-17.7632999420166,-23.62220001220703,7.978409767150879,-17.798200607299805,-23.727399826049805,7.978370189666748,-17.862899780273438,-24.044700622558594,7.977960109710693,-17.8656005859375,-24.12779998779297,7.978089809417725,-17.845699310302734,-23.924999237060547,7.978149890899658,-17.845699310302734,-23.924999237060547,7.978149890899658,-17.8656005859375,-24.12779998779297,7.978089809417725,-16.515600204467773,-24.152799606323242,8.099729537963867,-17.845699310302734,-23.924999237060547,7.978149890899658,-16.515600204467773,-24.152799606323242,8.099729537963867,-17.827600479125977,-23.81559944152832,7.978320121765137,-17.827600479125977,-23.81559944152832,7.978320121765137,-16.515600204467773,-24.152799606323242,8.099729537963867,-17.798200607299805,-23.727399826049805,7.978370189666748,-7.0655999183654785,-24.12779998779297,7.978089809417725,-7.081830024719238,-23.92449951171875,7.978129863739014,-8.415599822998047,-24.152799606323242,8.099769592285156,-7.130060195922852,-23.723499298095703,7.978419780731201,-8.415599822998047,-24.152799606323242,8.099769592285156,-7.129429817199707,-23.72610092163086,7.978419780731201,-7.129429817199707,-23.72610092163086,7.978419780731201,-8.415599822998047,-24.152799606323242,8.099769592285156,-7.081830024719238,-23.92449951171875,7.978129863739014,-7.129429817199707,-23.72610092163086,7.978419780731201,-7.081830024719238,-23.92449951171875,7.978129863739014,-7.082059860229492,-23.921600341796875,7.978129863739014,-7.22268009185791,-23.508399963378906,7.978320121765137,-8.415599822998047,-24.152799606323242,8.099769592285156,-7.209310054779053,-23.53849983215332,7.978330135345459,-7.209310054779053,-23.53849983215332,7.978330135345459,-8.415599822998047,-24.152799606323242,8.099769592285156,-7.130060195922852,-23.723499298095703,7.978419780731201,-7.209310054779053,-23.53849983215332,7.978330135345459,-7.130060195922852,-23.723499298095703,7.978419780731201,-7.138869762420654,-23.697500228881836,7.978429794311523,-7.350430011749268,-23.315799713134766,7.9781999588012695,-7.448910236358643,-23.211000442504883,7.9783501625061035,-7.333539962768555,-23.337299346923828,7.9781999588012695,-7.333539962768555,-23.337299346923828,7.9781999588012695,-7.448910236358643,-23.211000442504883,7.9783501625061035,-8.415599822998047,-24.152799606323242,8.099769592285156,-7.333539962768555,-23.337299346923828,7.9781999588012695,-8.415599822998047,-24.152799606323242,8.099769592285156,-7.315690040588379,-23.364900588989258,7.978219985961914,-7.315690040588379,-23.364900588989258,7.978219985961914,-8.415599822998047,-24.152799606323242,8.099769592285156,-7.22268009185791,-23.508399963378906,7.978320121765137,-7.676449775695801,-23.02549934387207,7.978769779205322,-7.777289867401123,-22.973100662231445,7.978750228881836,-7.653349876403809,-23.040300369262695,7.978740215301514,-7.653349876403809,-23.040300369262695,7.978740215301514,-7.777289867401123,-22.973100662231445,7.978750228881836,-8.415599822998047,-24.152799606323242,8.099769592285156,-7.653349876403809,-23.040300369262695,7.978740215301514,-8.415599822998047,-24.152799606323242,8.099769592285156,-7.603569984436035,-23.078800201416016,7.978640079498291,-7.603569984436035,-23.078800201416016,7.978640079498291,-8.415599822998047,-24.152799606323242,8.099769592285156,-7.448910236358643,-23.211000442504883,7.9783501625061035,-7.603569984436035,-23.078800201416016,7.978640079498291,-7.448910236358643,-23.211000442504883,7.9783501625061035,-7.492129802703857,-23.165000915527344,7.978419780731201,-8.080169677734375,-22.859500885009766,7.978189945220947,-8.162790298461914,-22.847700119018555,7.9780402183532715,-8.053460121154785,-22.86590003967285,7.978260040283203,-8.053460121154785,-22.86590003967285,7.978260040283203,-8.162790298461914,-22.847700119018555,7.9780402183532715,-8.415599822998047,-24.152799606323242,8.099769592285156,-8.053460121154785,-22.86590003967285,7.978260040283203,-8.415599822998047,-24.152799606323242,8.099769592285156,-7.965129852294922,-22.895200729370117,7.978479862213135,-7.965129852294922,-22.895200729370117,7.978479862213135,-8.415599822998047,-24.152799606323242,8.099769592285156,-7.777289867401123,-22.973100662231445,7.978750228881836,-7.965129852294922,-22.895200729370117,7.978479862213135,-7.777289867401123,-22.973100662231445,7.978750228881836,-7.860060214996338,-22.930099487304688,7.978740215301514,-8.415599822998047,-28.12779998779297,7.977970123291016,-8.365599632263184,-28.12779998779297,7.977960109710693,-8.415599822998047,-26.802799224853516,8.0997896194458,-8.415599822998047,-26.802799224853516,8.0997896194458,-8.365599632263184,-28.12779998779297,7.977960109710693,-8.162249565124512,-28.111600875854492,7.977970123291016,-7.575139999389648,-27.859899520874023,7.978600025177002,-7.55355978012085,-27.843000411987305,7.978549957275391,-7.448750019073486,-27.74449920654297,7.978340148925781,-7.961309909820557,-28.063400268554688,7.978529930114746,-7.935319900512695,-28.054500579833984,7.97859001159668,-7.776309967041016,-27.984100341796875,7.9787797927856445,-8.162249565124512,-28.111600875854492,7.977970123291016,-8.159379959106445,-28.111400604248047,7.977970123291016,-8.415599822998047,-26.802799224853516,8.0997896194458,-8.415599822998047,-26.802799224853516,8.0997896194458,-8.159379959106445,-28.111400604248047,7.977970123291016,-7.963930130004883,-28.06399917602539,7.978519916534424,-8.415599822998047,-26.802799224853516,8.0997896194458,-7.963930130004883,-28.06399917602539,7.978519916534424,-7.961309909820557,-28.063400268554688,7.978529930114746,-7.961309909820557,-28.063400268554688,7.978529930114746,-7.776309967041016,-27.984100341796875,7.9787797927856445,-8.415599822998047,-26.802799224853516,8.0997896194458,-8.415599822998047,-26.802799224853516,8.0997896194458,-7.776309967041016,-27.984100341796875,7.9787797927856445,-7.74616003036499,-27.970800399780273,7.978809833526611,-8.415599822998047,-26.802799224853516,8.0997896194458,-7.74616003036499,-27.970800399780273,7.978809833526611,-7.602650165557861,-27.877700805664062,7.978630065917969,-7.402780055999756,-27.7012996673584,7.978250026702881,-7.316579818725586,-27.58989906311035,7.978240013122559,-7.448750019073486,-27.74449920654297,7.978340148925781,-7.448750019073486,-27.74449920654297,7.978340148925781,-7.316579818725586,-27.58989906311035,7.978240013122559,-8.415599822998047,-26.802799224853516,8.0997896194458,-7.448750019073486,-27.74449920654297,7.978340148925781,-8.415599822998047,-26.802799224853516,8.0997896194458,-7.575139999389648,-27.859899520874023,7.978600025177002,-7.575139999389648,-27.859899520874023,7.978600025177002,-8.415599822998047,-26.802799224853516,8.0997896194458,-7.602650165557861,-27.877700805664062,7.978630065917969,-7.103640079498291,-27.139999389648438,7.978320121765137,-7.097330093383789,-27.113300323486328,7.978280067443848,-7.085450172424316,-27.03059959411621,7.978149890899658,-7.27810001373291,-27.54010009765625,7.978229999542236,-7.263319969177246,-27.517000198364258,7.978250026702881,-7.210909843444824,-27.416099548339844,7.978340148925781,-7.167940139770508,-27.33340072631836,7.978409767150879,-7.132989883422852,-27.228300094604492,7.978370189666748,-7.210909843444824,-27.416099548339844,7.978340148925781,-7.210909843444824,-27.416099548339844,7.978340148925781,-7.132989883422852,-27.228300094604492,7.978370189666748,-8.415599822998047,-26.802799224853516,8.0997896194458,-7.210909843444824,-27.416099548339844,7.978340148925781,-8.415599822998047,-26.802799224853516,8.0997896194458,-7.27810001373291,-27.54010009765625,7.978229999542236,-7.27810001373291,-27.54010009765625,7.978229999542236,-8.415599822998047,-26.802799224853516,8.0997896194458,-7.316579818725586,-27.58989906311035,7.978240013122559,-7.068260192871094,-26.910900115966797,7.977960109710693,-7.0655999183654785,-26.827800750732422,7.978089809417725,-7.085450172424316,-27.03059959411621,7.978149890899658,-7.085450172424316,-27.03059959411621,7.978149890899658,-7.0655999183654785,-26.827800750732422,7.978089809417725,-8.415599822998047,-26.802799224853516,8.0997896194458,-7.085450172424316,-27.03059959411621,7.978149890899658,-8.415599822998047,-26.802799224853516,8.0997896194458,-7.103640079498291,-27.139999389648438,7.978320121765137,-7.103640079498291,-27.139999389648438,7.978320121765137,-8.415599822998047,-26.802799224853516,8.0997896194458,-7.132989883422852,-27.228300094604492,7.978370189666748,-16.515600204467773,-26.802799224853516,8.099760055541992,-17.84939956665039,-27.031200408935547,7.978129863739014,-17.84910011291504,-27.034000396728516,7.978129863739014,-17.792299270629883,-27.258100509643555,7.978429794311523,-17.721900939941406,-27.41710090637207,7.978330135345459,-17.80109977722168,-27.232099533081055,7.978419780731201,-17.80109977722168,-27.232099533081055,7.978419780731201,-17.721900939941406,-27.41710090637207,7.978330135345459,-16.515600204467773,-26.802799224853516,8.099760055541992,-17.80109977722168,-27.232099533081055,7.978419780731201,-16.515600204467773,-26.802799224853516,8.099760055541992,-17.801799774169922,-27.22949981689453,7.978419780731201,-17.801799774169922,-27.22949981689453,7.978419780731201,-16.515600204467773,-26.802799224853516,8.099760055541992,-17.84910011291504,-27.034000396728516,7.978129863739014,-17.580799102783203,-27.63990020751953,7.9781999588012695,-17.4822998046875,-27.744699478149414,7.9783501625061035,-17.597700119018555,-27.61829948425293,7.9781999588012695,-17.597700119018555,-27.61829948425293,7.9781999588012695,-17.4822998046875,-27.744699478149414,7.9783501625061035,-16.515600204467773,-26.802799224853516,8.099760055541992,-17.597700119018555,-27.61829948425293,7.9781999588012695,-16.515600204467773,-26.802799224853516,8.099760055541992,-17.61549949645996,-27.59079933166504,7.978219985961914,-17.61549949645996,-27.59079933166504,7.978219985961914,-16.515600204467773,-26.802799224853516,8.099760055541992,-17.721900939941406,-27.41710090637207,7.978330135345459,-17.61549949645996,-27.59079933166504,7.978219985961914,-17.721900939941406,-27.41710090637207,7.978330135345459,-17.708499908447266,-27.44729995727539,7.978320121765137,-17.25469970703125,-27.930099487304688,7.978769779205322,-17.153900146484375,-27.982500076293945,7.978750228881836,-17.277799606323242,-27.915300369262695,7.978740215301514,-17.277799606323242,-27.915300369262695,7.978740215301514,-17.153900146484375,-27.982500076293945,7.978750228881836,-16.515600204467773,-26.802799224853516,8.099760055541992,-17.277799606323242,-27.915300369262695,7.978740215301514,-16.515600204467773,-26.802799224853516,8.099760055541992,-17.327600479125977,-27.876800537109375,7.978640079498291,-17.327600479125977,-27.876800537109375,7.978640079498291,-16.515600204467773,-26.802799224853516,8.099760055541992,-17.4822998046875,-27.744699478149414,7.9783501625061035,-17.327600479125977,-27.876800537109375,7.978640079498291,-17.4822998046875,-27.744699478149414,7.9783501625061035,-17.43910026550293,-27.790700912475586,7.978419780731201,-16.85099983215332,-28.096099853515625,7.978189945220947,-16.768400192260742,-28.107999801635742,7.9780402183532715,-16.877700805664062,-28.089799880981445,7.978260040283203,-16.877700805664062,-28.089799880981445,7.978260040283203,-16.768400192260742,-28.107999801635742,7.9780402183532715,-16.515600204467773,-26.802799224853516,8.099760055541992,-16.877700805664062,-28.089799880981445,7.978260040283203,-16.515600204467773,-26.802799224853516,8.099760055541992,-16.966100692749023,-28.060400009155273,7.978479862213135,-16.966100692749023,-28.060400009155273,7.978479862213135,-16.515600204467773,-26.802799224853516,8.099760055541992,-17.153900146484375,-27.982500076293945,7.978750228881836,-16.966100692749023,-28.060400009155273,7.978479862213135,-17.153900146484375,-27.982500076293945,7.978750228881836,-17.07110023498535,-28.02549934387207,7.978740215301514,-15.165599822998047,-25.477800369262695,8.317319869995117,-13.815600395202637,-25.477800369262695,8.434459686279297,-15.165599822998047,-24.81529998779297,8.287489891052246,-15.165599822998047,-24.81529998779297,8.287489891052246,-13.815600395202637,-25.477800369262695,8.434459686279297,-13.815600395202637,-24.81529998779297,8.393389701843262,-15.165599822998047,-24.81529998779297,8.287489891052246,-13.815600395202637,-24.81529998779297,8.393389701843262,-15.165599822998047,-24.152799606323242,8.205789566040039,-15.165599822998047,-22.827800750732422,7.978129863739014,-16.515600204467773,-22.827800750732422,7.977980136871338,-16.515600204467773,-24.152799606323242,8.099729537963867,-16.515600204467773,-24.152799606323242,8.099729537963867,-16.515600204467773,-22.827800750732422,7.977980136871338,-16.56559944152832,-22.827800750732422,7.977970123291016,-16.515600204467773,-24.152799606323242,8.099729537963867,-16.56559944152832,-22.827800750732422,7.977970123291016,-16.76889991760254,-22.844100952148438,7.977980136871338,-7.0655999183654785,-25.477800369262695,7.978089809417725,-7.0655999183654785,-24.81529998779297,7.978089809417725,-9.765600204467773,-24.81529998779297,8.287529945373535,-9.765600204467773,-24.81529998779297,8.287529945373535,-7.0655999183654785,-24.81529998779297,7.978089809417725,-7.0655999183654785,-24.152799606323242,7.978089809417725,-13.815600395202637,-24.152799606323242,8.282529830932617,-12.46560001373291,-24.81529998779297,8.432290077209473,-12.46560001373291,-24.152799606323242,8.310529708862305,-12.46560001373291,-24.152799606323242,8.310529708862305,-12.46560001373291,-24.81529998779297,8.432290077209473,-11.115599632263184,-24.81529998779297,8.39342975616455,-12.46560001373291,-24.152799606323242,8.310529708862305,-11.115599632263184,-24.81529998779297,8.39342975616455,-9.765600204467773,-24.152799606323242,8.205840110778809,-9.765600204467773,-24.152799606323242,8.205840110778809,-11.115599632263184,-24.81529998779297,8.39342975616455,-9.765600204467773,-24.81529998779297,8.287529945373535,-9.765600204467773,-24.152799606323242,8.205840110778809,-9.765600204467773,-24.81529998779297,8.287529945373535,-8.415599822998047,-24.152799606323242,8.099769592285156,-8.415599822998047,-24.152799606323242,8.099769592285156,-9.765600204467773,-24.81529998779297,8.287529945373535,-7.0655999183654785,-24.152799606323242,7.978089809417725,-8.415599822998047,-24.152799606323242,8.099769592285156,-7.0655999183654785,-24.152799606323242,7.978089809417725,-7.0655999183654785,-24.12779998779297,7.978089809417725,-9.765600204467773,-25.477800369262695,8.317350387573242,-11.115599632263184,-25.477800369262695,8.434490203857422,-9.765600204467773,-26.140300750732422,8.28754997253418,-9.765600204467773,-26.140300750732422,8.28754997253418,-11.115599632263184,-25.477800369262695,8.434490203857422,-11.115599632263184,-26.140300750732422,8.393460273742676,-9.765600204467773,-26.140300750732422,8.28754997253418,-11.115599632263184,-26.140300750732422,8.393460273742676,-9.765600204467773,-26.802799224853516,8.205860137939453,-11.115599632263184,-26.802799224853516,8.282600402832031,-12.46560001373291,-26.140300750732422,8.432319641113281,-12.46560001373291,-26.802799224853516,8.310569763183594,-12.46560001373291,-26.802799224853516,8.310569763183594,-12.46560001373291,-26.140300750732422,8.432319641113281,-13.815600395202637,-26.140300750732422,8.393420219421387,-12.46560001373291,-26.802799224853516,8.310569763183594,-13.815600395202637,-26.140300750732422,8.393420219421387,-15.165599822998047,-26.802799224853516,8.205840110778809,-15.165599822998047,-26.802799224853516,8.205840110778809,-13.815600395202637,-26.140300750732422,8.393420219421387,-15.165599822998047,-26.140300750732422,8.287520408630371,-15.165599822998047,-26.802799224853516,8.205840110778809,-15.165599822998047,-26.140300750732422,8.287520408630371,-16.515600204467773,-26.802799224853516,8.099760055541992,-17.8656005859375,-25.477800369262695,7.978089809417725,-17.8656005859375,-26.140300750732422,7.978089809417725,-15.165599822998047,-26.140300750732422,8.287520408630371,-15.165599822998047,-26.140300750732422,8.287520408630371,-17.8656005859375,-26.140300750732422,7.978089809417725,-17.8656005859375,-26.802799224853516,7.978089809417725,-15.165599822998047,-26.140300750732422,8.287520408630371,-17.8656005859375,-26.802799224853516,7.978089809417725,-16.515600204467773,-26.802799224853516,8.099760055541992,-16.515600204467773,-26.802799224853516,8.099760055541992,-17.8656005859375,-26.802799224853516,7.978089809417725,-17.8656005859375,-26.827800750732422,7.978089809417725,-16.515600204467773,-26.802799224853516,8.099760055541992,-17.8656005859375,-26.827800750732422,7.978089809417725,-17.84939956665039,-27.031200408935547,7.978129863739014,-9.765600204467773,-28.12779998779297,7.978119850158691,-11.115599632263184,-26.802799224853516,8.282600402832031,-12.46560001373291,-28.12779998779297,7.978429794311523,-12.46560001373291,-28.12779998779297,7.978429794311523,-11.115599632263184,-26.802799224853516,8.282600402832031,-12.46560001373291,-26.802799224853516,8.310569763183594,-12.46560001373291,-28.12779998779297,7.978429794311523,-12.46560001373291,-26.802799224853516,8.310569763183594,-15.165599822998047,-28.12779998779297,7.978119850158691,-15.165599822998047,-28.12779998779297,7.978119850158691,-12.46560001373291,-26.802799224853516,8.310569763183594,-15.165599822998047,-26.802799224853516,8.205840110778809,-15.165599822998047,-28.12779998779297,7.978119850158691,-15.165599822998047,-26.802799224853516,8.205840110778809,-16.515600204467773,-28.12779998779297,7.977970123291016,-16.515600204467773,-28.12779998779297,7.977970123291016,-15.165599822998047,-26.802799224853516,8.205840110778809,-16.515600204467773,-26.802799224853516,8.099760055541992,-16.515600204467773,-28.12779998779297,7.977970123291016,-16.515600204467773,-26.802799224853516,8.099760055541992,-16.56559944152832,-28.12779998779297,7.977960109710693,-16.56559944152832,-28.12779998779297,7.977960109710693,-16.515600204467773,-26.802799224853516,8.099760055541992,-16.768400192260742,-28.107999801635742,7.9780402183532715,-16.56559944152832,-28.12779998779297,7.977960109710693,-16.768400192260742,-28.107999801635742,7.9780402183532715,-16.648700714111328,-28.125200271606445,7.977819919586182,-9.765600204467773,-26.802799224853516,8.205860137939453,-8.415599822998047,-26.802799224853516,8.0997896194458,-9.765600204467773,-26.140300750732422,8.28754997253418,-9.765600204467773,-26.140300750732422,8.28754997253418,-8.415599822998047,-26.802799224853516,8.0997896194458,-7.0655999183654785,-25.477800369262695,7.978089809417725,-9.765600204467773,-26.140300750732422,8.28754997253418,-7.0655999183654785,-25.477800369262695,7.978089809417725,-9.765600204467773,-25.477800369262695,8.317350387573242,-9.765600204467773,-25.477800369262695,8.317350387573242,-7.0655999183654785,-25.477800369262695,7.978089809417725,-9.765600204467773,-24.81529998779297,8.287529945373535,-9.765600204467773,-25.477800369262695,8.317350387573242,-9.765600204467773,-24.81529998779297,8.287529945373535,-11.115599632263184,-25.477800369262695,8.434490203857422,-11.115599632263184,-25.477800369262695,8.434490203857422,-9.765600204467773,-24.81529998779297,8.287529945373535,-11.115599632263184,-24.81529998779297,8.39342975616455,-11.115599632263184,-25.477800369262695,8.434490203857422,-11.115599632263184,-24.81529998779297,8.39342975616455,-12.46560001373291,-25.477800369262695,8.47760009765625,-12.46560001373291,-25.477800369262695,8.47760009765625,-11.115599632263184,-24.81529998779297,8.39342975616455,-12.46560001373291,-24.81529998779297,8.432290077209473,-12.46560001373291,-25.477800369262695,8.47760009765625,-12.46560001373291,-24.81529998779297,8.432290077209473,-13.815600395202637,-24.81529998779297,8.393389701843262,-13.815600395202637,-24.81529998779297,8.393389701843262,-12.46560001373291,-24.81529998779297,8.432290077209473,-13.815600395202637,-24.152799606323242,8.282529830932617,-13.815600395202637,-24.81529998779297,8.393389701843262,-13.815600395202637,-24.152799606323242,8.282529830932617,-15.165599822998047,-24.152799606323242,8.205789566040039,-8.415599822998047,-28.12779998779297,7.977970123291016,-8.415599822998047,-26.802799224853516,8.0997896194458,-9.765600204467773,-28.12779998779297,7.978119850158691,-9.765600204467773,-28.12779998779297,7.978119850158691,-8.415599822998047,-26.802799224853516,8.0997896194458,-9.765600204467773,-26.802799224853516,8.205860137939453,-9.765600204467773,-28.12779998779297,7.978119850158691,-9.765600204467773,-26.802799224853516,8.205860137939453,-11.115599632263184,-26.802799224853516,8.282600402832031,-11.115599632263184,-26.802799224853516,8.282600402832031,-9.765600204467773,-26.802799224853516,8.205860137939453,-11.115599632263184,-26.140300750732422,8.393460273742676,-11.115599632263184,-26.802799224853516,8.282600402832031,-11.115599632263184,-26.140300750732422,8.393460273742676,-12.46560001373291,-26.140300750732422,8.432319641113281,-12.46560001373291,-26.140300750732422,8.432319641113281,-11.115599632263184,-26.140300750732422,8.393460273742676,-12.46560001373291,-25.477800369262695,8.47760009765625,-12.46560001373291,-26.140300750732422,8.432319641113281,-12.46560001373291,-25.477800369262695,8.47760009765625,-13.815600395202637,-26.140300750732422,8.393420219421387,-13.815600395202637,-26.140300750732422,8.393420219421387,-12.46560001373291,-25.477800369262695,8.47760009765625,-13.815600395202637,-25.477800369262695,8.434459686279297,-13.815600395202637,-26.140300750732422,8.393420219421387,-13.815600395202637,-25.477800369262695,8.434459686279297,-15.165599822998047,-26.140300750732422,8.287520408630371,-15.165599822998047,-26.140300750732422,8.287520408630371,-13.815600395202637,-25.477800369262695,8.434459686279297,-15.165599822998047,-25.477800369262695,8.317319869995117,-15.165599822998047,-26.140300750732422,8.287520408630371,-15.165599822998047,-25.477800369262695,8.317319869995117,-17.8656005859375,-25.477800369262695,7.978089809417725,-17.8656005859375,-25.477800369262695,7.978089809417725,-15.165599822998047,-25.477800369262695,8.317319869995117,-15.165599822998047,-24.81529998779297,8.287489891052246,-17.8656005859375,-25.477800369262695,7.978089809417725,-15.165599822998047,-24.81529998779297,8.287489891052246,-16.515600204467773,-24.152799606323242,8.099729537963867,-16.515600204467773,-24.152799606323242,8.099729537963867,-15.165599822998047,-24.81529998779297,8.287489891052246,-15.165599822998047,-24.152799606323242,8.205789566040039,-16.515600204467773,-24.152799606323242,8.099729537963867,-15.165599822998047,-24.152799606323242,8.205789566040039,-15.165599822998047,-22.827800750732422,7.978129863739014,-15.165599822998047,-22.827800750732422,7.978129863739014,-15.165599822998047,-24.152799606323242,8.205789566040039,-13.815600395202637,-24.152799606323242,8.282529830932617,-15.165599822998047,-22.827800750732422,7.978129863739014,-13.815600395202637,-24.152799606323242,8.282529830932617,-12.46560001373291,-22.827800750732422,7.978439807891846,-12.46560001373291,-22.827800750732422,7.978439807891846,-13.815600395202637,-24.152799606323242,8.282529830932617,-12.46560001373291,-24.152799606323242,8.310529708862305,-12.46560001373291,-22.827800750732422,7.978439807891846,-12.46560001373291,-24.152799606323242,8.310529708862305,-9.765600204467773,-22.827800750732422,7.978119850158691,-9.765600204467773,-22.827800750732422,7.978119850158691,-12.46560001373291,-24.152799606323242,8.310529708862305,-9.765600204467773,-24.152799606323242,8.205840110778809,-9.765600204467773,-22.827800750732422,7.978119850158691,-9.765600204467773,-24.152799606323242,8.205840110778809,-8.415599822998047,-22.827800750732422,7.977970123291016,-8.415599822998047,-22.827800750732422,7.977970123291016,-9.765600204467773,-24.152799606323242,8.205840110778809,-8.415599822998047,-24.152799606323242,8.099769592285156,-8.415599822998047,-22.827800750732422,7.977970123291016,-8.415599822998047,-24.152799606323242,8.099769592285156,-8.365599632263184,-22.827800750732422,7.977960109710693,-8.365599632263184,-22.827800750732422,7.977960109710693,-8.415599822998047,-24.152799606323242,8.099769592285156,-8.162790298461914,-22.847700119018555,7.9780402183532715,-8.365599632263184,-22.827800750732422,7.977960109710693,-8.162790298461914,-22.847700119018555,7.9780402183532715,-8.282520294189453,-22.83049964904785,7.977819919586182,4.084400177001953,-26.802799224853516,8.0997896194458,5.4344000816345215,-26.802799224853516,7.978089809417725,5.4344000816345215,-25.477800369262695,7.978089809417725,1.3844000101089478,-26.140300750732422,8.393460273742676,1.3844000101089478,-25.477800369262695,8.434490203857422,0.03440190106630325,-25.477800369262695,8.47760009765625,-1.315600037574768,-24.81529998779297,8.393389701843262,-1.315600037574768,-25.477800369262695,8.434459686279297,0.03440190106630325,-25.477800369262695,8.47760009765625,-4.015600204467773,-24.152799606323242,8.099729537963867,-5.365600109100342,-24.152799606323242,7.978089809417725,-5.365600109100342,-25.477800369262695,7.978089809417725,5.4344000816345215,-26.802799224853516,7.978089809417725,4.084400177001953,-26.802799224853516,8.0997896194458,5.4344000816345215,-26.827800750732422,7.978089809417725,-5.365600109100342,-24.152799606323242,7.978089809417725,-4.015600204467773,-24.152799606323242,8.099729537963867,-5.365600109100342,-24.12779998779297,7.978089809417725,-4.271810054779053,-22.84429931640625,7.977980136871338,-4.4672698974609375,-22.891700744628906,7.978529930114746,-4.268939971923828,-22.844100952148438,7.977980136871338,-4.268939971923828,-22.844100952148438,7.977980136871338,-4.4672698974609375,-22.891700744628906,7.978529930114746,-4.015600204467773,-24.152799606323242,8.099729537963867,-5.15310001373291,-23.41550064086914,7.978219985961914,-5.167880058288574,-23.438600540161133,7.978240013122559,-5.220280170440674,-23.539499282836914,7.978340148925781,-4.469890117645264,-22.89229965209961,7.978529930114746,-4.495870113372803,-22.901100158691406,7.978600025177002,-4.654890060424805,-22.971500396728516,7.9787797927856445,-4.68503999710083,-22.984899520874023,7.978809833526611,-4.828539848327637,-23.077899932861328,7.978630065917969,-4.654890060424805,-22.971500396728516,7.9787797927856445,-4.654890060424805,-22.971500396728516,7.9787797927856445,-4.828539848327637,-23.077899932861328,7.978630065917969,-4.015600204467773,-24.152799606323242,8.099729537963867,-4.654890060424805,-22.971500396728516,7.9787797927856445,-4.015600204467773,-24.152799606323242,8.099729537963867,-4.469890117645264,-22.89229965209961,7.978529930114746,-4.469890117645264,-22.89229965209961,7.978529930114746,-4.015600204467773,-24.152799606323242,8.099729537963867,-4.4672698974609375,-22.891700744628906,7.978529930114746,-4.856060028076172,-23.095699310302734,7.978600025177002,-4.8776397705078125,-23.112600326538086,7.978549957275391,-4.982439994812012,-23.21109962463379,7.978340148925781,-5.028409957885742,-23.25429916381836,7.978250026702881,-5.114620208740234,-23.365800857543945,7.978229999542236,-4.982439994812012,-23.21109962463379,7.978340148925781,-4.982439994812012,-23.21109962463379,7.978340148925781,-5.114620208740234,-23.365800857543945,7.978229999542236,-4.015600204467773,-24.152799606323242,8.099729537963867,-4.982439994812012,-23.21109962463379,7.978340148925781,-4.015600204467773,-24.152799606323242,8.099729537963867,-4.856060028076172,-23.095699310302734,7.978600025177002,-4.856060028076172,-23.095699310302734,7.978600025177002,-4.015600204467773,-24.152799606323242,8.099729537963867,-4.828539848327637,-23.077899932861328,7.978630065917969,-5.2632598876953125,-23.62220001220703,7.978409767150879,-5.298210144042969,-23.727399826049805,7.978370189666748,-5.220280170440674,-23.539499282836914,7.978340148925781,-5.220280170440674,-23.539499282836914,7.978340148925781,-5.298210144042969,-23.727399826049805,7.978370189666748,-4.015600204467773,-24.152799606323242,8.099729537963867,-5.220280170440674,-23.539499282836914,7.978340148925781,-4.015600204467773,-24.152799606323242,8.099729537963867,-5.15310001373291,-23.41550064086914,7.978219985961914,-5.15310001373291,-23.41550064086914,7.978219985961914,-4.015600204467773,-24.152799606323242,8.099729537963867,-5.114620208740234,-23.365800857543945,7.978229999542236,-5.327559947967529,-23.81559944152832,7.978320121765137,-5.333859920501709,-23.842300415039062,7.978280067443848,-5.345739841461182,-23.924999237060547,7.978149890899658,-5.362939834594727,-24.044700622558594,7.977960109710693,-5.365600109100342,-24.12779998779297,7.978089809417725,-5.345739841461182,-23.924999237060547,7.978149890899658,-5.345739841461182,-23.924999237060547,7.978149890899658,-5.365600109100342,-24.12779998779297,7.978089809417725,-4.015600204467773,-24.152799606323242,8.099729537963867,-5.345739841461182,-23.924999237060547,7.978149890899658,-4.015600204467773,-24.152799606323242,8.099729537963867,-5.327559947967529,-23.81559944152832,7.978320121765137,-5.327559947967529,-23.81559944152832,7.978320121765137,-4.015600204467773,-24.152799606323242,8.099729537963867,-5.298210144042969,-23.727399826049805,7.978370189666748,5.4344000816345215,-24.12779998779297,7.978089809417725,5.418169975280762,-23.92449951171875,7.978129863739014,4.084400177001953,-24.152799606323242,8.099769592285156,4.084400177001953,-24.152799606323242,8.099769592285156,5.418169975280762,-23.92449951171875,7.978129863739014,5.417940139770508,-23.921600341796875,7.978129863739014,5.051089763641357,-23.211000442504883,7.9783501625061035,5.007870197296143,-23.165000915527344,7.978419780731201,4.896430015563965,-23.078800201416016,7.978640079498291,5.361130237579346,-23.697500228881836,7.978429794311523,5.290689945220947,-23.53849983215332,7.978330135345459,5.369939804077148,-23.723499298095703,7.978419780731201,5.369939804077148,-23.723499298095703,7.978419780731201,5.290689945220947,-23.53849983215332,7.978330135345459,4.084400177001953,-24.152799606323242,8.099769592285156,5.369939804077148,-23.723499298095703,7.978419780731201,4.084400177001953,-24.152799606323242,8.099769592285156,5.370570182800293,-23.72610092163086,7.978419780731201,5.370570182800293,-23.72610092163086,7.978419780731201,4.084400177001953,-24.152799606323242,8.099769592285156,5.417940139770508,-23.921600341796875,7.978129863739014,5.166460037231445,-23.337299346923828,7.9781999588012695,5.14955997467041,-23.315799713134766,7.9781999588012695,5.051089763641357,-23.211000442504883,7.9783501625061035,5.290689945220947,-23.53849983215332,7.978330135345459,5.27731990814209,-23.508399963378906,7.978320121765137,4.084400177001953,-24.152799606323242,8.099769592285156,4.084400177001953,-24.152799606323242,8.099769592285156,5.27731990814209,-23.508399963378906,7.978320121765137,5.184309959411621,-23.364900588989258,7.978219985961914,4.084400177001953,-24.152799606323242,8.099769592285156,5.184309959411621,-23.364900588989258,7.978219985961914,5.166460037231445,-23.337299346923828,7.9781999588012695,5.166460037231445,-23.337299346923828,7.9781999588012695,5.051089763641357,-23.211000442504883,7.9783501625061035,4.084400177001953,-24.152799606323242,8.099769592285156,4.084400177001953,-24.152799606323242,8.099769592285156,5.051089763641357,-23.211000442504883,7.9783501625061035,4.896430015563965,-23.078800201416016,7.978640079498291,4.084400177001953,-24.152799606323242,8.099769592285156,4.896430015563965,-23.078800201416016,7.978640079498291,4.846650123596191,-23.040300369262695,7.978740215301514,4.639939785003662,-22.930099487304688,7.978740215301514,4.084400177001953,-24.152799606323242,8.099769592285156,4.722710132598877,-22.973100662231445,7.978750228881836,4.722710132598877,-22.973100662231445,7.978750228881836,4.084400177001953,-24.152799606323242,8.099769592285156,4.846650123596191,-23.040300369262695,7.978740215301514,4.722710132598877,-22.973100662231445,7.978750228881836,4.846650123596191,-23.040300369262695,7.978740215301514,4.823550224304199,-23.02549934387207,7.978769779205322,4.419829845428467,-22.859500885009766,7.978189945220947,4.337210178375244,-22.847700119018555,7.9780402183532715,4.446539878845215,-22.86590003967285,7.978260040283203,4.446539878845215,-22.86590003967285,7.978260040283203,4.337210178375244,-22.847700119018555,7.9780402183532715,4.084400177001953,-24.152799606323242,8.099769592285156,4.446539878845215,-22.86590003967285,7.978260040283203,4.084400177001953,-24.152799606323242,8.099769592285156,4.534870147705078,-22.895200729370117,7.978479862213135,4.534870147705078,-22.895200729370117,7.978479862213135,4.084400177001953,-24.152799606323242,8.099769592285156,4.639939785003662,-22.930099487304688,7.978740215301514,5.051249980926514,-27.74449920654297,7.978340148925781,5.097219944000244,-27.7012996673584,7.978250026702881,5.183420181274414,-27.58989906311035,7.978240013122559,4.084400177001953,-28.12779998779297,7.977970123291016,4.134399890899658,-28.12779998779297,7.977960109710693,4.084400177001953,-26.802799224853516,8.0997896194458,4.084400177001953,-26.802799224853516,8.0997896194458,4.134399890899658,-28.12779998779297,7.977960109710693,4.33774995803833,-28.111600875854492,7.977970123291016,4.084400177001953,-26.802799224853516,8.0997896194458,4.33774995803833,-28.111600875854492,7.977970123291016,4.340610027313232,-28.111400604248047,7.977970123291016,4.564680099487305,-28.054500579833984,7.97859001159668,4.723690032958984,-27.984100341796875,7.9787797927856445,4.538690090179443,-28.063400268554688,7.978529930114746,4.538690090179443,-28.063400268554688,7.978529930114746,4.723690032958984,-27.984100341796875,7.9787797927856445,4.084400177001953,-26.802799224853516,8.0997896194458,4.538690090179443,-28.063400268554688,7.978529930114746,4.084400177001953,-26.802799224853516,8.0997896194458,4.536069869995117,-28.06399917602539,7.978519916534424,4.536069869995117,-28.06399917602539,7.978519916534424,4.084400177001953,-26.802799224853516,8.0997896194458,4.340610027313232,-28.111400604248047,7.977970123291016,4.924860000610352,-27.859899520874023,7.978600025177002,4.94644021987915,-27.843000411987305,7.978549957275391,5.051249980926514,-27.74449920654297,7.978340148925781,4.723690032958984,-27.984100341796875,7.9787797927856445,4.75383996963501,-27.970800399780273,7.978809833526611,4.084400177001953,-26.802799224853516,8.0997896194458,4.084400177001953,-26.802799224853516,8.0997896194458,4.75383996963501,-27.970800399780273,7.978809833526611,4.897349834442139,-27.877700805664062,7.978630065917969,4.084400177001953,-26.802799224853516,8.0997896194458,4.897349834442139,-27.877700805664062,7.978630065917969,4.924860000610352,-27.859899520874023,7.978600025177002,5.396359920501709,-27.139999389648438,7.978320121765137,5.402669906616211,-27.113300323486328,7.978280067443848,5.414539813995361,-27.03059959411621,7.978149890899658,5.22189998626709,-27.54010009765625,7.978229999542236,5.236680030822754,-27.517000198364258,7.978250026702881,5.289090156555176,-27.416099548339844,7.978340148925781,4.924860000610352,-27.859899520874023,7.978600025177002,5.051249980926514,-27.74449920654297,7.978340148925781,4.084400177001953,-26.802799224853516,8.0997896194458,4.084400177001953,-26.802799224853516,8.0997896194458,5.051249980926514,-27.74449920654297,7.978340148925781,5.183420181274414,-27.58989906311035,7.978240013122559,4.084400177001953,-26.802799224853516,8.0997896194458,5.183420181274414,-27.58989906311035,7.978240013122559,5.22189998626709,-27.54010009765625,7.978229999542236,5.22189998626709,-27.54010009765625,7.978229999542236,5.289090156555176,-27.416099548339844,7.978340148925781,4.084400177001953,-26.802799224853516,8.0997896194458,4.084400177001953,-26.802799224853516,8.0997896194458,5.289090156555176,-27.416099548339844,7.978340148925781,5.332059860229492,-27.33340072631836,7.978409767150879,4.084400177001953,-26.802799224853516,8.0997896194458,5.332059860229492,-27.33340072631836,7.978409767150879,5.367010116577148,-27.228300094604492,7.978370189666748,5.431739807128906,-26.910900115966797,7.977960109710693,5.4344000816345215,-26.827800750732422,7.978089809417725,5.414539813995361,-27.03059959411621,7.978149890899658,5.414539813995361,-27.03059959411621,7.978149890899658,5.4344000816345215,-26.827800750732422,7.978089809417725,4.084400177001953,-26.802799224853516,8.0997896194458,5.414539813995361,-27.03059959411621,7.978149890899658,4.084400177001953,-26.802799224853516,8.0997896194458,5.396359920501709,-27.139999389648438,7.978320121765137,5.396359920501709,-27.139999389648438,7.978320121765137,4.084400177001953,-26.802799224853516,8.0997896194458,5.367010116577148,-27.228300094604492,7.978370189666748,-4.015600204467773,-26.802799224853516,8.099760055541992,-5.349370002746582,-27.031200408935547,7.978129863739014,-5.349140167236328,-27.034000396728516,7.978129863739014,-5.2923197746276855,-27.258100509643555,7.978429794311523,-5.221879959106445,-27.41710090637207,7.978330135345459,-5.3011298179626465,-27.232099533081055,7.978419780731201,-5.3011298179626465,-27.232099533081055,7.978419780731201,-5.221879959106445,-27.41710090637207,7.978330135345459,-4.015600204467773,-26.802799224853516,8.099760055541992,-5.3011298179626465,-27.232099533081055,7.978419780731201,-4.015600204467773,-26.802799224853516,8.099760055541992,-5.301770210266113,-27.22949981689453,7.978419780731201,-5.301770210266113,-27.22949981689453,7.978419780731201,-4.015600204467773,-26.802799224853516,8.099760055541992,-5.349140167236328,-27.034000396728516,7.978129863739014,-5.0807600021362305,-27.63990020751953,7.9781999588012695,-4.982289791107178,-27.744699478149414,7.9783501625061035,-5.097660064697266,-27.61829948425293,7.9781999588012695,-5.097660064697266,-27.61829948425293,7.9781999588012695,-4.982289791107178,-27.744699478149414,7.9783501625061035,-4.015600204467773,-26.802799224853516,8.099760055541992,-5.097660064697266,-27.61829948425293,7.9781999588012695,-4.015600204467773,-26.802799224853516,8.099760055541992,-5.115499973297119,-27.59079933166504,7.978219985961914,-5.115499973297119,-27.59079933166504,7.978219985961914,-4.015600204467773,-26.802799224853516,8.099760055541992,-5.221879959106445,-27.41710090637207,7.978330135345459,-5.115499973297119,-27.59079933166504,7.978219985961914,-5.221879959106445,-27.41710090637207,7.978330135345459,-5.20851993560791,-27.44729995727539,7.978320121765137,-4.982289791107178,-27.744699478149414,7.9783501625061035,-4.939060211181641,-27.790700912475586,7.978419780731201,-4.015600204467773,-26.802799224853516,8.099760055541992,-4.015600204467773,-26.802799224853516,8.099760055541992,-4.939060211181641,-27.790700912475586,7.978419780731201,-4.827630043029785,-27.876800537109375,7.978640079498291,-4.015600204467773,-26.802799224853516,8.099760055541992,-4.827630043029785,-27.876800537109375,7.978640079498291,-4.7778401374816895,-27.915300369262695,7.978740215301514,-4.571139812469482,-28.02549934387207,7.978740215301514,-4.015600204467773,-26.802799224853516,8.099760055541992,-4.653900146484375,-27.982500076293945,7.978750228881836,-4.653900146484375,-27.982500076293945,7.978750228881836,-4.015600204467773,-26.802799224853516,8.099760055541992,-4.7778401374816895,-27.915300369262695,7.978740215301514,-4.653900146484375,-27.982500076293945,7.978750228881836,-4.7778401374816895,-27.915300369262695,7.978740215301514,-4.754740238189697,-27.930099487304688,7.978769779205322,-4.351029872894287,-28.096099853515625,7.978189945220947,-4.2684102058410645,-28.107999801635742,7.9780402183532715,-4.377739906311035,-28.089799880981445,7.978260040283203,-4.377739906311035,-28.089799880981445,7.978260040283203,-4.2684102058410645,-28.107999801635742,7.9780402183532715,-4.015600204467773,-26.802799224853516,8.099760055541992,-4.377739906311035,-28.089799880981445,7.978260040283203,-4.015600204467773,-26.802799224853516,8.099760055541992,-4.466070175170898,-28.060400009155273,7.978479862213135,-4.466070175170898,-28.060400009155273,7.978479862213135,-4.015600204467773,-26.802799224853516,8.099760055541992,-4.571139812469482,-28.02549934387207,7.978740215301514,-2.665600061416626,-25.477800369262695,8.317319869995117,-1.315600037574768,-25.477800369262695,8.434459686279297,-2.665600061416626,-24.81529998779297,8.287489891052246,-2.665600061416626,-24.81529998779297,8.287489891052246,-1.315600037574768,-25.477800369262695,8.434459686279297,-1.315600037574768,-24.81529998779297,8.393389701843262,-2.665600061416626,-24.81529998779297,8.287489891052246,-1.315600037574768,-24.81529998779297,8.393389701843262,-2.665600061416626,-24.152799606323242,8.205789566040039,-2.665600061416626,-22.827800750732422,7.978129863739014,-4.015600204467773,-22.827800750732422,7.977980136871338,-4.015600204467773,-24.152799606323242,8.099729537963867,-4.015600204467773,-24.152799606323242,8.099729537963867,-4.015600204467773,-22.827800750732422,7.977980136871338,-4.0655999183654785,-22.827800750732422,7.977970123291016,-4.015600204467773,-24.152799606323242,8.099729537963867,-4.0655999183654785,-22.827800750732422,7.977970123291016,-4.268939971923828,-22.844100952148438,7.977980136871338,5.4344000816345215,-25.477800369262695,7.978089809417725,5.4344000816345215,-24.81529998779297,7.978089809417725,2.7344000339508057,-24.81529998779297,8.287529945373535,2.7344000339508057,-24.81529998779297,8.287529945373535,5.4344000816345215,-24.81529998779297,7.978089809417725,5.4344000816345215,-24.152799606323242,7.978089809417725,-1.315600037574768,-24.152799606323242,8.282529830932617,0.03440190106630325,-24.81529998779297,8.432290077209473,0.03440190106630325,-24.152799606323242,8.310529708862305,0.03440190106630325,-24.152799606323242,8.310529708862305,0.03440190106630325,-24.81529998779297,8.432290077209473,1.3844000101089478,-24.81529998779297,8.39342975616455,0.03440190106630325,-24.152799606323242,8.310529708862305,1.3844000101089478,-24.81529998779297,8.39342975616455,2.7344000339508057,-24.152799606323242,8.205840110778809,2.7344000339508057,-24.152799606323242,8.205840110778809,1.3844000101089478,-24.81529998779297,8.39342975616455,2.7344000339508057,-24.81529998779297,8.287529945373535,2.7344000339508057,-24.152799606323242,8.205840110778809,2.7344000339508057,-24.81529998779297,8.287529945373535,4.084400177001953,-24.152799606323242,8.099769592285156,4.084400177001953,-24.152799606323242,8.099769592285156,2.7344000339508057,-24.81529998779297,8.287529945373535,5.4344000816345215,-24.152799606323242,7.978089809417725,4.084400177001953,-24.152799606323242,8.099769592285156,5.4344000816345215,-24.152799606323242,7.978089809417725,5.4344000816345215,-24.12779998779297,7.978089809417725,2.7344000339508057,-25.477800369262695,8.317350387573242,1.3844000101089478,-25.477800369262695,8.434490203857422,2.7344000339508057,-26.140300750732422,8.28754997253418,2.7344000339508057,-26.140300750732422,8.28754997253418,1.3844000101089478,-25.477800369262695,8.434490203857422,1.3844000101089478,-26.140300750732422,8.393460273742676,2.7344000339508057,-26.140300750732422,8.28754997253418,1.3844000101089478,-26.140300750732422,8.393460273742676,2.7344000339508057,-26.802799224853516,8.205860137939453,1.3844000101089478,-26.802799224853516,8.282600402832031,0.03440190106630325,-26.140300750732422,8.432319641113281,0.03440190106630325,-26.802799224853516,8.310569763183594,0.03440190106630325,-26.802799224853516,8.310569763183594,0.03440190106630325,-26.140300750732422,8.432319641113281,-1.315600037574768,-26.140300750732422,8.393420219421387,0.03440190106630325,-26.802799224853516,8.310569763183594,-1.315600037574768,-26.140300750732422,8.393420219421387,-2.665600061416626,-26.802799224853516,8.205840110778809,-2.665600061416626,-26.802799224853516,8.205840110778809,-1.315600037574768,-26.140300750732422,8.393420219421387,-2.665600061416626,-26.140300750732422,8.287520408630371,-2.665600061416626,-26.802799224853516,8.205840110778809,-2.665600061416626,-26.140300750732422,8.287520408630371,-4.015600204467773,-26.802799224853516,8.099760055541992,-5.365600109100342,-25.477800369262695,7.978089809417725,-5.365600109100342,-26.140300750732422,7.978089809417725,-2.665600061416626,-26.140300750732422,8.287520408630371,-2.665600061416626,-26.140300750732422,8.287520408630371,-5.365600109100342,-26.140300750732422,7.978089809417725,-5.365600109100342,-26.802799224853516,7.978089809417725,-2.665600061416626,-26.140300750732422,8.287520408630371,-5.365600109100342,-26.802799224853516,7.978089809417725,-4.015600204467773,-26.802799224853516,8.099760055541992,-4.015600204467773,-26.802799224853516,8.099760055541992,-5.365600109100342,-26.802799224853516,7.978089809417725,-5.365600109100342,-26.827800750732422,7.978089809417725,-4.015600204467773,-26.802799224853516,8.099760055541992,-5.365600109100342,-26.827800750732422,7.978089809417725,-5.349370002746582,-27.031200408935547,7.978129863739014,2.7344000339508057,-28.12779998779297,7.978119850158691,1.3844000101089478,-26.802799224853516,8.282600402832031,0.03440190106630325,-28.12779998779297,7.978429794311523,0.03440190106630325,-28.12779998779297,7.978429794311523,1.3844000101089478,-26.802799224853516,8.282600402832031,0.03440190106630325,-26.802799224853516,8.310569763183594,0.03440190106630325,-28.12779998779297,7.978429794311523,0.03440190106630325,-26.802799224853516,8.310569763183594,-2.665600061416626,-28.12779998779297,7.978119850158691,-2.665600061416626,-28.12779998779297,7.978119850158691,0.03440190106630325,-26.802799224853516,8.310569763183594,-2.665600061416626,-26.802799224853516,8.205840110778809,-2.665600061416626,-28.12779998779297,7.978119850158691,-2.665600061416626,-26.802799224853516,8.205840110778809,-4.015600204467773,-28.12779998779297,7.977970123291016,-4.015600204467773,-28.12779998779297,7.977970123291016,-2.665600061416626,-26.802799224853516,8.205840110778809,-4.015600204467773,-26.802799224853516,8.099760055541992,-4.015600204467773,-28.12779998779297,7.977970123291016,-4.015600204467773,-26.802799224853516,8.099760055541992,-4.0655999183654785,-28.12779998779297,7.977960109710693,-4.0655999183654785,-28.12779998779297,7.977960109710693,-4.015600204467773,-26.802799224853516,8.099760055541992,-4.2684102058410645,-28.107999801635742,7.9780402183532715,-4.0655999183654785,-28.12779998779297,7.977960109710693,-4.2684102058410645,-28.107999801635742,7.9780402183532715,-4.148670196533203,-28.125200271606445,7.977819919586182,2.7344000339508057,-26.802799224853516,8.205860137939453,4.084400177001953,-26.802799224853516,8.0997896194458,2.7344000339508057,-26.140300750732422,8.28754997253418,2.7344000339508057,-26.140300750732422,8.28754997253418,4.084400177001953,-26.802799224853516,8.0997896194458,5.4344000816345215,-25.477800369262695,7.978089809417725,2.7344000339508057,-26.140300750732422,8.28754997253418,5.4344000816345215,-25.477800369262695,7.978089809417725,2.7344000339508057,-25.477800369262695,8.317350387573242,2.7344000339508057,-25.477800369262695,8.317350387573242,5.4344000816345215,-25.477800369262695,7.978089809417725,2.7344000339508057,-24.81529998779297,8.287529945373535,2.7344000339508057,-25.477800369262695,8.317350387573242,2.7344000339508057,-24.81529998779297,8.287529945373535,1.3844000101089478,-25.477800369262695,8.434490203857422,1.3844000101089478,-25.477800369262695,8.434490203857422,2.7344000339508057,-24.81529998779297,8.287529945373535,1.3844000101089478,-24.81529998779297,8.39342975616455,1.3844000101089478,-25.477800369262695,8.434490203857422,1.3844000101089478,-24.81529998779297,8.39342975616455,0.03440190106630325,-25.477800369262695,8.47760009765625,0.03440190106630325,-25.477800369262695,8.47760009765625,1.3844000101089478,-24.81529998779297,8.39342975616455,0.03440190106630325,-24.81529998779297,8.432290077209473,0.03440190106630325,-25.477800369262695,8.47760009765625,0.03440190106630325,-24.81529998779297,8.432290077209473,-1.315600037574768,-24.81529998779297,8.393389701843262,-1.315600037574768,-24.81529998779297,8.393389701843262,0.03440190106630325,-24.81529998779297,8.432290077209473,-1.315600037574768,-24.152799606323242,8.282529830932617,-1.315600037574768,-24.81529998779297,8.393389701843262,-1.315600037574768,-24.152799606323242,8.282529830932617,-2.665600061416626,-24.152799606323242,8.205789566040039,4.084400177001953,-28.12779998779297,7.977970123291016,4.084400177001953,-26.802799224853516,8.0997896194458,2.7344000339508057,-28.12779998779297,7.978119850158691,2.7344000339508057,-28.12779998779297,7.978119850158691,4.084400177001953,-26.802799224853516,8.0997896194458,2.7344000339508057,-26.802799224853516,8.205860137939453,2.7344000339508057,-28.12779998779297,7.978119850158691,2.7344000339508057,-26.802799224853516,8.205860137939453,1.3844000101089478,-26.802799224853516,8.282600402832031,1.3844000101089478,-26.802799224853516,8.282600402832031,2.7344000339508057,-26.802799224853516,8.205860137939453,1.3844000101089478,-26.140300750732422,8.393460273742676,1.3844000101089478,-26.802799224853516,8.282600402832031,1.3844000101089478,-26.140300750732422,8.393460273742676,0.03440190106630325,-26.140300750732422,8.432319641113281,0.03440190106630325,-26.140300750732422,8.432319641113281,1.3844000101089478,-26.140300750732422,8.393460273742676,0.03440190106630325,-25.477800369262695,8.47760009765625,0.03440190106630325,-26.140300750732422,8.432319641113281,0.03440190106630325,-25.477800369262695,8.47760009765625,-1.315600037574768,-26.140300750732422,8.393420219421387,-1.315600037574768,-26.140300750732422,8.393420219421387,0.03440190106630325,-25.477800369262695,8.47760009765625,-1.315600037574768,-25.477800369262695,8.434459686279297,-1.315600037574768,-26.140300750732422,8.393420219421387,-1.315600037574768,-25.477800369262695,8.434459686279297,-2.665600061416626,-26.140300750732422,8.287520408630371,-2.665600061416626,-26.140300750732422,8.287520408630371,-1.315600037574768,-25.477800369262695,8.434459686279297,-2.665600061416626,-25.477800369262695,8.317319869995117,-2.665600061416626,-26.140300750732422,8.287520408630371,-2.665600061416626,-25.477800369262695,8.317319869995117,-5.365600109100342,-25.477800369262695,7.978089809417725,-5.365600109100342,-25.477800369262695,7.978089809417725,-2.665600061416626,-25.477800369262695,8.317319869995117,-2.665600061416626,-24.81529998779297,8.287489891052246,-5.365600109100342,-25.477800369262695,7.978089809417725,-2.665600061416626,-24.81529998779297,8.287489891052246,-4.015600204467773,-24.152799606323242,8.099729537963867,-4.015600204467773,-24.152799606323242,8.099729537963867,-2.665600061416626,-24.81529998779297,8.287489891052246,-2.665600061416626,-24.152799606323242,8.205789566040039,-4.015600204467773,-24.152799606323242,8.099729537963867,-2.665600061416626,-24.152799606323242,8.205789566040039,-2.665600061416626,-22.827800750732422,7.978129863739014,-2.665600061416626,-22.827800750732422,7.978129863739014,-2.665600061416626,-24.152799606323242,8.205789566040039,-1.315600037574768,-24.152799606323242,8.282529830932617,-2.665600061416626,-22.827800750732422,7.978129863739014,-1.315600037574768,-24.152799606323242,8.282529830932617,0.03440190106630325,-22.827800750732422,7.978439807891846,0.03440190106630325,-22.827800750732422,7.978439807891846,-1.315600037574768,-24.152799606323242,8.282529830932617,0.03440190106630325,-24.152799606323242,8.310529708862305,0.03440190106630325,-22.827800750732422,7.978439807891846,0.03440190106630325,-24.152799606323242,8.310529708862305,2.7344000339508057,-22.827800750732422,7.978119850158691,2.7344000339508057,-22.827800750732422,7.978119850158691,0.03440190106630325,-24.152799606323242,8.310529708862305,2.7344000339508057,-24.152799606323242,8.205840110778809,2.7344000339508057,-22.827800750732422,7.978119850158691,2.7344000339508057,-24.152799606323242,8.205840110778809,4.084400177001953,-22.827800750732422,7.977970123291016,4.084400177001953,-22.827800750732422,7.977970123291016,2.7344000339508057,-24.152799606323242,8.205840110778809,4.084400177001953,-24.152799606323242,8.099769592285156,4.084400177001953,-22.827800750732422,7.977970123291016,4.084400177001953,-24.152799606323242,8.099769592285156,4.134399890899658,-22.827800750732422,7.977960109710693,4.134399890899658,-22.827800750732422,7.977960109710693,4.084400177001953,-24.152799606323242,8.099769592285156,4.337210178375244,-22.847700119018555,7.9780402183532715,4.134399890899658,-22.827800750732422,7.977960109710693,4.337210178375244,-22.847700119018555,7.9780402183532715,4.217480182647705,-22.83049964904785,7.977819919586182,16.584400177001953,-26.802799224853516,8.0997896194458,17.93440055847168,-26.802799224853516,7.978089809417725,17.93440055847168,-25.477800369262695,7.978089809417725,13.884400367736816,-26.140300750732422,8.393460273742676,13.884400367736816,-25.477800369262695,8.434490203857422,12.53439998626709,-25.477800369262695,8.47760009765625,11.184399604797363,-24.81529998779297,8.393389701843262,11.184399604797363,-25.477800369262695,8.434459686279297,12.53439998626709,-25.477800369262695,8.47760009765625,8.484399795532227,-24.152799606323242,8.099729537963867,7.134399890899658,-24.152799606323242,7.978089809417725,7.134399890899658,-25.477800369262695,7.978089809417725,17.93440055847168,-26.802799224853516,7.978089809417725,16.584400177001953,-26.802799224853516,8.0997896194458,17.93440055847168,-26.827800750732422,7.978089809417725,7.134399890899658,-24.152799606323242,7.978089809417725,8.484399795532227,-24.152799606323242,8.099729537963867,7.134399890899658,-24.12779998779297,7.978089809417725,7.517560005187988,-23.21109962463379,7.978340148925781,7.471590042114258,-23.25429916381836,7.978250026702881,7.385379791259766,-23.365800857543945,7.978229999542236,7.643939971923828,-23.095699310302734,7.978600025177002,7.6223602294921875,-23.112600326538086,7.978549957275391,7.517560005187988,-23.21109962463379,7.978340148925781,8.484399795532227,-24.152799606323242,8.099729537963867,8.231049537658691,-22.844100952148438,7.977980136871338,8.228190422058105,-22.84429931640625,7.977980136871338,8.004130363464355,-22.901100158691406,7.978600025177002,7.845109939575195,-22.971500396728516,7.9787797927856445,8.030110359191895,-22.89229965209961,7.978529930114746,8.030110359191895,-22.89229965209961,7.978529930114746,7.845109939575195,-22.971500396728516,7.9787797927856445,8.484399795532227,-24.152799606323242,8.099729537963867,8.030110359191895,-22.89229965209961,7.978529930114746,8.484399795532227,-24.152799606323242,8.099729537963867,8.032730102539062,-22.891700744628906,7.978529930114746,8.032730102539062,-22.891700744628906,7.978529930114746,8.484399795532227,-24.152799606323242,8.099729537963867,8.228190422058105,-22.84429931640625,7.977980136871338,7.845109939575195,-22.971500396728516,7.9787797927856445,7.814970016479492,-22.984899520874023,7.978809833526611,8.484399795532227,-24.152799606323242,8.099729537963867,8.484399795532227,-24.152799606323242,8.099729537963867,7.814970016479492,-22.984899520874023,7.978809833526611,7.671460151672363,-23.077899932861328,7.978630065917969,8.484399795532227,-24.152799606323242,8.099729537963867,7.671460151672363,-23.077899932861328,7.978630065917969,7.643939971923828,-23.095699310302734,7.978600025177002,7.34689998626709,-23.41550064086914,7.978219985961914,7.332119941711426,-23.438600540161133,7.978240013122559,7.279719829559326,-23.539499282836914,7.978340148925781,7.643939971923828,-23.095699310302734,7.978600025177002,7.517560005187988,-23.21109962463379,7.978340148925781,8.484399795532227,-24.152799606323242,8.099729537963867,8.484399795532227,-24.152799606323242,8.099729537963867,7.517560005187988,-23.21109962463379,7.978340148925781,7.385379791259766,-23.365800857543945,7.978229999542236,8.484399795532227,-24.152799606323242,8.099729537963867,7.385379791259766,-23.365800857543945,7.978229999542236,7.34689998626709,-23.41550064086914,7.978219985961914,7.34689998626709,-23.41550064086914,7.978219985961914,7.279719829559326,-23.539499282836914,7.978340148925781,8.484399795532227,-24.152799606323242,8.099729537963867,8.484399795532227,-24.152799606323242,8.099729537963867,7.279719829559326,-23.539499282836914,7.978340148925781,7.2367401123046875,-23.62220001220703,7.978409767150879,8.484399795532227,-24.152799606323242,8.099729537963867,7.2367401123046875,-23.62220001220703,7.978409767150879,7.201789855957031,-23.727399826049805,7.978370189666748,7.172450065612793,-23.81559944152832,7.978320121765137,7.166140079498291,-23.842300415039062,7.978280067443848,7.154260158538818,-23.924999237060547,7.978149890899658,7.137060165405273,-24.044700622558594,7.977960109710693,7.134399890899658,-24.12779998779297,7.978089809417725,7.154260158538818,-23.924999237060547,7.978149890899658,7.154260158538818,-23.924999237060547,7.978149890899658,7.134399890899658,-24.12779998779297,7.978089809417725,8.484399795532227,-24.152799606323242,8.099729537963867,7.154260158538818,-23.924999237060547,7.978149890899658,8.484399795532227,-24.152799606323242,8.099729537963867,7.172450065612793,-23.81559944152832,7.978320121765137,7.172450065612793,-23.81559944152832,7.978320121765137,8.484399795532227,-24.152799606323242,8.099729537963867,7.201789855957031,-23.727399826049805,7.978370189666748,17.93440055847168,-24.12779998779297,7.978089809417725,17.91819953918457,-23.92449951171875,7.978129863739014,16.584400177001953,-24.152799606323242,8.099769592285156,17.790700912475586,-23.53849983215332,7.978330135345459,17.777299880981445,-23.508399963378906,7.978320121765137,17.68429946899414,-23.364900588989258,7.978219985961914,17.86989974975586,-23.723499298095703,7.978419780731201,17.861099243164062,-23.697500228881836,7.978429794311523,17.790700912475586,-23.53849983215332,7.978330135345459,17.91819953918457,-23.92449951171875,7.978129863739014,17.91790008544922,-23.921600341796875,7.978129863739014,16.584400177001953,-24.152799606323242,8.099769592285156,16.584400177001953,-24.152799606323242,8.099769592285156,17.91790008544922,-23.921600341796875,7.978129863739014,17.8705997467041,-23.72610092163086,7.978419780731201,16.584400177001953,-24.152799606323242,8.099769592285156,17.8705997467041,-23.72610092163086,7.978419780731201,17.86989974975586,-23.723499298095703,7.978419780731201,17.86989974975586,-23.723499298095703,7.978419780731201,17.790700912475586,-23.53849983215332,7.978330135345459,16.584400177001953,-24.152799606323242,8.099769592285156,16.584400177001953,-24.152799606323242,8.099769592285156,17.790700912475586,-23.53849983215332,7.978330135345459,17.68429946899414,-23.364900588989258,7.978219985961914,16.584400177001953,-24.152799606323242,8.099769592285156,17.68429946899414,-23.364900588989258,7.978219985961914,17.666500091552734,-23.337299346923828,7.9781999588012695,17.50790023803711,-23.165000915527344,7.978419780731201,16.584400177001953,-24.152799606323242,8.099769592285156,17.55109977722168,-23.211000442504883,7.9783501625061035,17.55109977722168,-23.211000442504883,7.9783501625061035,16.584400177001953,-24.152799606323242,8.099769592285156,17.666500091552734,-23.337299346923828,7.9781999588012695,17.55109977722168,-23.211000442504883,7.9783501625061035,17.666500091552734,-23.337299346923828,7.9781999588012695,17.649599075317383,-23.315799713134766,7.9781999588012695,17.32349967956543,-23.02549934387207,7.978769779205322,17.222700119018555,-22.973100662231445,7.978750228881836,17.346599578857422,-23.040300369262695,7.978740215301514,17.346599578857422,-23.040300369262695,7.978740215301514,17.222700119018555,-22.973100662231445,7.978750228881836,16.584400177001953,-24.152799606323242,8.099769592285156,17.346599578857422,-23.040300369262695,7.978740215301514,16.584400177001953,-24.152799606323242,8.099769592285156,17.396400451660156,-23.078800201416016,7.978640079498291,17.396400451660156,-23.078800201416016,7.978640079498291,16.584400177001953,-24.152799606323242,8.099769592285156,17.50790023803711,-23.165000915527344,7.978419780731201,16.9197998046875,-22.859500885009766,7.978189945220947,16.837200164794922,-22.847700119018555,7.9780402183532715,16.946500778198242,-22.86590003967285,7.978260040283203,16.946500778198242,-22.86590003967285,7.978260040283203,16.837200164794922,-22.847700119018555,7.9780402183532715,16.584400177001953,-24.152799606323242,8.099769592285156,16.946500778198242,-22.86590003967285,7.978260040283203,16.584400177001953,-24.152799606323242,8.099769592285156,17.034900665283203,-22.895200729370117,7.978479862213135,17.034900665283203,-22.895200729370117,7.978479862213135,16.584400177001953,-24.152799606323242,8.099769592285156,17.222700119018555,-22.973100662231445,7.978750228881836,17.034900665283203,-22.895200729370117,7.978479862213135,17.222700119018555,-22.973100662231445,7.978750228881836,17.13990020751953,-22.930099487304688,7.978740215301514,17.55120086669922,-27.74449920654297,7.978340148925781,17.597200393676758,-27.7012996673584,7.978250026702881,17.683399200439453,-27.58989906311035,7.978240013122559,17.42490005493164,-27.859899520874023,7.978600025177002,17.446399688720703,-27.843000411987305,7.978549957275391,17.55120086669922,-27.74449920654297,7.978340148925781,16.584400177001953,-28.12779998779297,7.977970123291016,16.6343994140625,-28.12779998779297,7.977960109710693,16.584400177001953,-26.802799224853516,8.0997896194458,16.584400177001953,-26.802799224853516,8.0997896194458,16.6343994140625,-28.12779998779297,7.977960109710693,16.83769989013672,-28.111600875854492,7.977970123291016,16.584400177001953,-26.802799224853516,8.0997896194458,16.83769989013672,-28.111600875854492,7.977970123291016,16.840599060058594,-28.111400604248047,7.977970123291016,17.064699172973633,-28.054500579833984,7.97859001159668,17.22369956970215,-27.984100341796875,7.9787797927856445,17.038700103759766,-28.063400268554688,7.978529930114746,17.038700103759766,-28.063400268554688,7.978529930114746,17.22369956970215,-27.984100341796875,7.9787797927856445,16.584400177001953,-26.802799224853516,8.0997896194458,17.038700103759766,-28.063400268554688,7.978529930114746,16.584400177001953,-26.802799224853516,8.0997896194458,17.036100387573242,-28.06399917602539,7.978519916534424,17.036100387573242,-28.06399917602539,7.978519916534424,16.584400177001953,-26.802799224853516,8.0997896194458,16.840599060058594,-28.111400604248047,7.977970123291016,17.22369956970215,-27.984100341796875,7.9787797927856445,17.253799438476562,-27.970800399780273,7.978809833526611,16.584400177001953,-26.802799224853516,8.0997896194458,16.584400177001953,-26.802799224853516,8.0997896194458,17.253799438476562,-27.970800399780273,7.978809833526611,17.397300720214844,-27.877700805664062,7.978630065917969,16.584400177001953,-26.802799224853516,8.0997896194458,17.397300720214844,-27.877700805664062,7.978630065917969,17.42490005493164,-27.859899520874023,7.978600025177002,17.721900939941406,-27.54010009765625,7.978229999542236,17.7367000579834,-27.517000198364258,7.978250026702881,17.789100646972656,-27.416099548339844,7.978340148925781,17.42490005493164,-27.859899520874023,7.978600025177002,17.55120086669922,-27.74449920654297,7.978340148925781,16.584400177001953,-26.802799224853516,8.0997896194458,16.584400177001953,-26.802799224853516,8.0997896194458,17.55120086669922,-27.74449920654297,7.978340148925781,17.683399200439453,-27.58989906311035,7.978240013122559,16.584400177001953,-26.802799224853516,8.0997896194458,17.683399200439453,-27.58989906311035,7.978240013122559,17.721900939941406,-27.54010009765625,7.978229999542236,17.721900939941406,-27.54010009765625,7.978229999542236,17.789100646972656,-27.416099548339844,7.978340148925781,16.584400177001953,-26.802799224853516,8.0997896194458,16.584400177001953,-26.802799224853516,8.0997896194458,17.789100646972656,-27.416099548339844,7.978340148925781,17.83209991455078,-27.33340072631836,7.978409767150879,16.584400177001953,-26.802799224853516,8.0997896194458,17.83209991455078,-27.33340072631836,7.978409767150879,17.867000579833984,-27.228300094604492,7.978370189666748,17.896400451660156,-27.139999389648438,7.978320121765137,17.902700424194336,-27.113300323486328,7.978280067443848,17.914499282836914,-27.03059959411621,7.978149890899658,17.931699752807617,-26.910900115966797,7.977960109710693,17.93440055847168,-26.827800750732422,7.978089809417725,17.914499282836914,-27.03059959411621,7.978149890899658,17.914499282836914,-27.03059959411621,7.978149890899658,17.93440055847168,-26.827800750732422,7.978089809417725,16.584400177001953,-26.802799224853516,8.0997896194458,17.914499282836914,-27.03059959411621,7.978149890899658,16.584400177001953,-26.802799224853516,8.0997896194458,17.896400451660156,-27.139999389648438,7.978320121765137,17.896400451660156,-27.139999389648438,7.978320121765137,16.584400177001953,-26.802799224853516,8.0997896194458,17.867000579833984,-27.228300094604492,7.978370189666748,7.150629997253418,-27.031200408935547,7.978129863739014,7.150859832763672,-27.034000396728516,7.978129863739014,8.484399795532227,-26.802799224853516,8.099760055541992,8.484399795532227,-26.802799224853516,8.099760055541992,7.150859832763672,-27.034000396728516,7.978129863739014,7.198229789733887,-27.22949981689453,7.978419780731201,8.484399795532227,-26.802799224853516,8.099760055541992,7.198229789733887,-27.22949981689453,7.978419780731201,7.198860168457031,-27.232099533081055,7.978419780731201,7.29148006439209,-27.44729995727539,7.978320121765137,8.484399795532227,-26.802799224853516,8.099760055541992,7.278120040893555,-27.41710090637207,7.978330135345459,7.278120040893555,-27.41710090637207,7.978330135345459,8.484399795532227,-26.802799224853516,8.099760055541992,7.198860168457031,-27.232099533081055,7.978419780731201,7.278120040893555,-27.41710090637207,7.978330135345459,7.198860168457031,-27.232099533081055,7.978419780731201,7.2076802253723145,-27.258100509643555,7.978429794311523,7.4192399978637695,-27.63990020751953,7.9781999588012695,7.517710208892822,-27.744699478149414,7.9783501625061035,7.402339935302734,-27.61829948425293,7.9781999588012695,7.402339935302734,-27.61829948425293,7.9781999588012695,7.517710208892822,-27.744699478149414,7.9783501625061035,8.484399795532227,-26.802799224853516,8.099760055541992,7.402339935302734,-27.61829948425293,7.9781999588012695,8.484399795532227,-26.802799224853516,8.099760055541992,7.384490013122559,-27.59079933166504,7.978219985961914,7.384490013122559,-27.59079933166504,7.978219985961914,8.484399795532227,-26.802799224853516,8.099760055541992,7.29148006439209,-27.44729995727539,7.978320121765137,7.517710208892822,-27.744699478149414,7.9783501625061035,7.560929775238037,-27.790700912475586,7.978419780731201,8.484399795532227,-26.802799224853516,8.099760055541992,8.484399795532227,-26.802799224853516,8.099760055541992,7.560929775238037,-27.790700912475586,7.978419780731201,7.672369956970215,-27.876800537109375,7.978640079498291,8.484399795532227,-26.802799224853516,8.099760055541992,7.672369956970215,-27.876800537109375,7.978640079498291,7.7221598625183105,-27.915300369262695,7.978740215301514,7.928860187530518,-28.02549934387207,7.978740215301514,8.484399795532227,-26.802799224853516,8.099760055541992,7.846099853515625,-27.982500076293945,7.978750228881836,7.846099853515625,-27.982500076293945,7.978750228881836,8.484399795532227,-26.802799224853516,8.099760055541992,7.7221598625183105,-27.915300369262695,7.978740215301514,7.846099853515625,-27.982500076293945,7.978750228881836,7.7221598625183105,-27.915300369262695,7.978740215301514,7.745259761810303,-27.930099487304688,7.978769779205322,8.148980140686035,-28.096099853515625,7.978189945220947,8.231590270996094,-28.107999801635742,7.9780402183532715,8.122260093688965,-28.089799880981445,7.978260040283203,8.122260093688965,-28.089799880981445,7.978260040283203,8.231590270996094,-28.107999801635742,7.9780402183532715,8.484399795532227,-26.802799224853516,8.099760055541992,8.122260093688965,-28.089799880981445,7.978260040283203,8.484399795532227,-26.802799224853516,8.099760055541992,8.033929824829102,-28.060400009155273,7.978479862213135,8.033929824829102,-28.060400009155273,7.978479862213135,8.484399795532227,-26.802799224853516,8.099760055541992,7.928860187530518,-28.02549934387207,7.978740215301514,9.834400177001953,-25.477800369262695,8.317319869995117,11.184399604797363,-25.477800369262695,8.434459686279297,9.834400177001953,-24.81529998779297,8.287489891052246,9.834400177001953,-24.81529998779297,8.287489891052246,11.184399604797363,-25.477800369262695,8.434459686279297,11.184399604797363,-24.81529998779297,8.393389701843262,9.834400177001953,-24.81529998779297,8.287489891052246,11.184399604797363,-24.81529998779297,8.393389701843262,9.834400177001953,-24.152799606323242,8.205789566040039,9.834400177001953,-22.827800750732422,7.978129863739014,8.484399795532227,-22.827800750732422,7.977980136871338,8.484399795532227,-24.152799606323242,8.099729537963867,8.484399795532227,-24.152799606323242,8.099729537963867,8.484399795532227,-22.827800750732422,7.977980136871338,8.434399604797363,-22.827800750732422,7.977970123291016,8.484399795532227,-24.152799606323242,8.099729537963867,8.434399604797363,-22.827800750732422,7.977970123291016,8.231049537658691,-22.844100952148438,7.977980136871338,17.93440055847168,-25.477800369262695,7.978089809417725,17.93440055847168,-24.81529998779297,7.978089809417725,15.234399795532227,-24.81529998779297,8.287529945373535,15.234399795532227,-24.81529998779297,8.287529945373535,17.93440055847168,-24.81529998779297,7.978089809417725,17.93440055847168,-24.152799606323242,7.978089809417725,11.184399604797363,-24.152799606323242,8.282529830932617,12.53439998626709,-24.81529998779297,8.432290077209473,12.53439998626709,-24.152799606323242,8.310529708862305,12.53439998626709,-24.152799606323242,8.310529708862305,12.53439998626709,-24.81529998779297,8.432290077209473,13.884400367736816,-24.81529998779297,8.39342975616455,12.53439998626709,-24.152799606323242,8.310529708862305,13.884400367736816,-24.81529998779297,8.39342975616455,15.234399795532227,-24.152799606323242,8.205840110778809,15.234399795532227,-24.152799606323242,8.205840110778809,13.884400367736816,-24.81529998779297,8.39342975616455,15.234399795532227,-24.81529998779297,8.287529945373535,15.234399795532227,-24.152799606323242,8.205840110778809,15.234399795532227,-24.81529998779297,8.287529945373535,16.584400177001953,-24.152799606323242,8.099769592285156,16.584400177001953,-24.152799606323242,8.099769592285156,15.234399795532227,-24.81529998779297,8.287529945373535,17.93440055847168,-24.152799606323242,7.978089809417725,16.584400177001953,-24.152799606323242,8.099769592285156,17.93440055847168,-24.152799606323242,7.978089809417725,17.93440055847168,-24.12779998779297,7.978089809417725,15.234399795532227,-25.477800369262695,8.317350387573242,13.884400367736816,-25.477800369262695,8.434490203857422,15.234399795532227,-26.140300750732422,8.28754997253418,15.234399795532227,-26.140300750732422,8.28754997253418,13.884400367736816,-25.477800369262695,8.434490203857422,13.884400367736816,-26.140300750732422,8.393460273742676,15.234399795532227,-26.140300750732422,8.28754997253418,13.884400367736816,-26.140300750732422,8.393460273742676,15.234399795532227,-26.802799224853516,8.205860137939453,13.884400367736816,-26.802799224853516,8.282600402832031,12.53439998626709,-26.140300750732422,8.432319641113281,12.53439998626709,-26.802799224853516,8.310569763183594,12.53439998626709,-26.802799224853516,8.310569763183594,12.53439998626709,-26.140300750732422,8.432319641113281,11.184399604797363,-26.140300750732422,8.393420219421387,12.53439998626709,-26.802799224853516,8.310569763183594,11.184399604797363,-26.140300750732422,8.393420219421387,9.834400177001953,-26.802799224853516,8.205840110778809,9.834400177001953,-26.802799224853516,8.205840110778809,11.184399604797363,-26.140300750732422,8.393420219421387,9.834400177001953,-26.140300750732422,8.287520408630371,9.834400177001953,-26.802799224853516,8.205840110778809,9.834400177001953,-26.140300750732422,8.287520408630371,8.484399795532227,-26.802799224853516,8.099760055541992,7.134399890899658,-25.477800369262695,7.978089809417725,7.134399890899658,-26.140300750732422,7.978089809417725,9.834400177001953,-26.140300750732422,8.287520408630371,9.834400177001953,-26.140300750732422,8.287520408630371,7.134399890899658,-26.140300750732422,7.978089809417725,7.134399890899658,-26.802799224853516,7.978089809417725,9.834400177001953,-26.140300750732422,8.287520408630371,7.134399890899658,-26.802799224853516,7.978089809417725,8.484399795532227,-26.802799224853516,8.099760055541992,8.484399795532227,-26.802799224853516,8.099760055541992,7.134399890899658,-26.802799224853516,7.978089809417725,7.134399890899658,-26.827800750732422,7.978089809417725,8.484399795532227,-26.802799224853516,8.099760055541992,7.134399890899658,-26.827800750732422,7.978089809417725,7.150629997253418,-27.031200408935547,7.978129863739014,15.234399795532227,-28.12779998779297,7.978119850158691,13.884400367736816,-26.802799224853516,8.282600402832031,12.53439998626709,-28.12779998779297,7.978429794311523,12.53439998626709,-28.12779998779297,7.978429794311523,13.884400367736816,-26.802799224853516,8.282600402832031,12.53439998626709,-26.802799224853516,8.310569763183594,12.53439998626709,-28.12779998779297,7.978429794311523,12.53439998626709,-26.802799224853516,8.310569763183594,9.834400177001953,-28.12779998779297,7.978119850158691,9.834400177001953,-28.12779998779297,7.978119850158691,12.53439998626709,-26.802799224853516,8.310569763183594,9.834400177001953,-26.802799224853516,8.205840110778809,9.834400177001953,-28.12779998779297,7.978119850158691,9.834400177001953,-26.802799224853516,8.205840110778809,8.484399795532227,-28.12779998779297,7.977970123291016,8.484399795532227,-28.12779998779297,7.977970123291016,9.834400177001953,-26.802799224853516,8.205840110778809,8.484399795532227,-26.802799224853516,8.099760055541992,8.484399795532227,-28.12779998779297,7.977970123291016,8.484399795532227,-26.802799224853516,8.099760055541992,8.434399604797363,-28.12779998779297,7.977960109710693,8.434399604797363,-28.12779998779297,7.977960109710693,8.484399795532227,-26.802799224853516,8.099760055541992,8.231590270996094,-28.107999801635742,7.9780402183532715,8.434399604797363,-28.12779998779297,7.977960109710693,8.231590270996094,-28.107999801635742,7.9780402183532715,8.351329803466797,-28.125200271606445,7.977819919586182,15.234399795532227,-26.802799224853516,8.205860137939453,16.584400177001953,-26.802799224853516,8.0997896194458,15.234399795532227,-26.140300750732422,8.28754997253418,15.234399795532227,-26.140300750732422,8.28754997253418,16.584400177001953,-26.802799224853516,8.0997896194458,17.93440055847168,-25.477800369262695,7.978089809417725,15.234399795532227,-26.140300750732422,8.28754997253418,17.93440055847168,-25.477800369262695,7.978089809417725,15.234399795532227,-25.477800369262695,8.317350387573242,15.234399795532227,-25.477800369262695,8.317350387573242,17.93440055847168,-25.477800369262695,7.978089809417725,15.234399795532227,-24.81529998779297,8.287529945373535,15.234399795532227,-25.477800369262695,8.317350387573242,15.234399795532227,-24.81529998779297,8.287529945373535,13.884400367736816,-25.477800369262695,8.434490203857422,13.884400367736816,-25.477800369262695,8.434490203857422,15.234399795532227,-24.81529998779297,8.287529945373535,13.884400367736816,-24.81529998779297,8.39342975616455,13.884400367736816,-25.477800369262695,8.434490203857422,13.884400367736816,-24.81529998779297,8.39342975616455,12.53439998626709,-25.477800369262695,8.47760009765625,12.53439998626709,-25.477800369262695,8.47760009765625,13.884400367736816,-24.81529998779297,8.39342975616455,12.53439998626709,-24.81529998779297,8.432290077209473,12.53439998626709,-25.477800369262695,8.47760009765625,12.53439998626709,-24.81529998779297,8.432290077209473,11.184399604797363,-24.81529998779297,8.393389701843262,11.184399604797363,-24.81529998779297,8.393389701843262,12.53439998626709,-24.81529998779297,8.432290077209473,11.184399604797363,-24.152799606323242,8.282529830932617,11.184399604797363,-24.81529998779297,8.393389701843262,11.184399604797363,-24.152799606323242,8.282529830932617,9.834400177001953,-24.152799606323242,8.205789566040039,16.584400177001953,-28.12779998779297,7.977970123291016,16.584400177001953,-26.802799224853516,8.0997896194458,15.234399795532227,-28.12779998779297,7.978119850158691,15.234399795532227,-28.12779998779297,7.978119850158691,16.584400177001953,-26.802799224853516,8.0997896194458,15.234399795532227,-26.802799224853516,8.205860137939453,15.234399795532227,-28.12779998779297,7.978119850158691,15.234399795532227,-26.802799224853516,8.205860137939453,13.884400367736816,-26.802799224853516,8.282600402832031,13.884400367736816,-26.802799224853516,8.282600402832031,15.234399795532227,-26.802799224853516,8.205860137939453,13.884400367736816,-26.140300750732422,8.393460273742676,13.884400367736816,-26.802799224853516,8.282600402832031,13.884400367736816,-26.140300750732422,8.393460273742676,12.53439998626709,-26.140300750732422,8.432319641113281,12.53439998626709,-26.140300750732422,8.432319641113281,13.884400367736816,-26.140300750732422,8.393460273742676,12.53439998626709,-25.477800369262695,8.47760009765625,12.53439998626709,-26.140300750732422,8.432319641113281,12.53439998626709,-25.477800369262695,8.47760009765625,11.184399604797363,-26.140300750732422,8.393420219421387,11.184399604797363,-26.140300750732422,8.393420219421387,12.53439998626709,-25.477800369262695,8.47760009765625,11.184399604797363,-25.477800369262695,8.434459686279297,11.184399604797363,-26.140300750732422,8.393420219421387,11.184399604797363,-25.477800369262695,8.434459686279297,9.834400177001953,-26.140300750732422,8.287520408630371,9.834400177001953,-26.140300750732422,8.287520408630371,11.184399604797363,-25.477800369262695,8.434459686279297,9.834400177001953,-25.477800369262695,8.317319869995117,9.834400177001953,-26.140300750732422,8.287520408630371,9.834400177001953,-25.477800369262695,8.317319869995117,7.134399890899658,-25.477800369262695,7.978089809417725,7.134399890899658,-25.477800369262695,7.978089809417725,9.834400177001953,-25.477800369262695,8.317319869995117,9.834400177001953,-24.81529998779297,8.287489891052246,7.134399890899658,-25.477800369262695,7.978089809417725,9.834400177001953,-24.81529998779297,8.287489891052246,8.484399795532227,-24.152799606323242,8.099729537963867,8.484399795532227,-24.152799606323242,8.099729537963867,9.834400177001953,-24.81529998779297,8.287489891052246,9.834400177001953,-24.152799606323242,8.205789566040039,8.484399795532227,-24.152799606323242,8.099729537963867,9.834400177001953,-24.152799606323242,8.205789566040039,9.834400177001953,-22.827800750732422,7.978129863739014,9.834400177001953,-22.827800750732422,7.978129863739014,9.834400177001953,-24.152799606323242,8.205789566040039,11.184399604797363,-24.152799606323242,8.282529830932617,9.834400177001953,-22.827800750732422,7.978129863739014,11.184399604797363,-24.152799606323242,8.282529830932617,12.53439998626709,-22.827800750732422,7.978439807891846,12.53439998626709,-22.827800750732422,7.978439807891846,11.184399604797363,-24.152799606323242,8.282529830932617,12.53439998626709,-24.152799606323242,8.310529708862305,12.53439998626709,-22.827800750732422,7.978439807891846,12.53439998626709,-24.152799606323242,8.310529708862305,15.234399795532227,-22.827800750732422,7.978119850158691,15.234399795532227,-22.827800750732422,7.978119850158691,12.53439998626709,-24.152799606323242,8.310529708862305,15.234399795532227,-24.152799606323242,8.205840110778809,15.234399795532227,-22.827800750732422,7.978119850158691,15.234399795532227,-24.152799606323242,8.205840110778809,16.584400177001953,-22.827800750732422,7.977970123291016,16.584400177001953,-22.827800750732422,7.977970123291016,15.234399795532227,-24.152799606323242,8.205840110778809,16.584400177001953,-24.152799606323242,8.099769592285156,16.584400177001953,-22.827800750732422,7.977970123291016,16.584400177001953,-24.152799606323242,8.099769592285156,16.6343994140625,-22.827800750732422,7.977960109710693,16.6343994140625,-22.827800750732422,7.977960109710693,16.584400177001953,-24.152799606323242,8.099769592285156,16.837200164794922,-22.847700119018555,7.9780402183532715,16.6343994140625,-22.827800750732422,7.977960109710693,16.837200164794922,-22.847700119018555,7.9780402183532715,16.717500686645508,-22.83049964904785,7.977819919586182,16.584400177001953,-20.302799224853516,8.0997896194458,17.93440055847168,-20.302799224853516,7.978089809417725,17.93440055847168,-18.977800369262695,7.978089809417725,13.884400367736816,-19.640300750732422,8.393460273742676,13.884400367736816,-18.977800369262695,8.434490203857422,12.53439998626709,-18.977800369262695,8.47760009765625,11.184399604797363,-18.31529998779297,8.393389701843262,11.184399604797363,-18.977800369262695,8.434459686279297,12.53439998626709,-18.977800369262695,8.47760009765625,8.484399795532227,-17.652799606323242,8.099729537963867,7.134399890899658,-17.652799606323242,7.978089809417725,7.134399890899658,-18.977800369262695,7.978089809417725,17.93440055847168,-20.302799224853516,7.978089809417725,16.584400177001953,-20.302799224853516,8.0997896194458,17.93440055847168,-20.327800750732422,7.978089809417725,7.134399890899658,-17.652799606323242,7.978089809417725,8.484399795532227,-17.652799606323242,8.099729537963867,7.134399890899658,-17.62779998779297,7.978089809417725,7.845109939575195,-16.471500396728516,7.9787797927856445,7.814970016479492,-16.484899520874023,7.978809833526611,7.671460151672363,-16.577899932861328,7.978630065917969,8.030110359191895,-16.39229965209961,7.978529930114746,8.004130363464355,-16.401100158691406,7.978600025177002,7.845109939575195,-16.471500396728516,7.9787797927856445,8.231049537658691,-16.3439998626709,7.977980136871338,8.228190422058105,-16.34429931640625,7.977980136871338,8.484399795532227,-17.652799606323242,8.099729537963867,8.484399795532227,-17.652799606323242,8.099729537963867,8.228190422058105,-16.34429931640625,7.977980136871338,8.032730102539062,-16.391700744628906,7.978529930114746,8.484399795532227,-17.652799606323242,8.099729537963867,8.032730102539062,-16.391700744628906,7.978529930114746,8.030110359191895,-16.39229965209961,7.978529930114746,7.34689998626709,-16.91550064086914,7.978219985961914,7.332119941711426,-16.938600540161133,7.978240013122559,7.279719829559326,-17.039499282836914,7.978340148925781,7.517560005187988,-16.71109962463379,7.978340148925781,7.471590042114258,-16.75429916381836,7.978250026702881,7.385379791259766,-16.865800857543945,7.978229999542236,7.643939971923828,-16.595699310302734,7.978600025177002,7.6223602294921875,-16.612600326538086,7.978549957275391,7.517560005187988,-16.71109962463379,7.978340148925781,8.030110359191895,-16.39229965209961,7.978529930114746,7.845109939575195,-16.471500396728516,7.9787797927856445,8.484399795532227,-17.652799606323242,8.099729537963867,8.484399795532227,-17.652799606323242,8.099729537963867,7.845109939575195,-16.471500396728516,7.9787797927856445,7.671460151672363,-16.577899932861328,7.978630065917969,8.484399795532227,-17.652799606323242,8.099729537963867,7.671460151672363,-16.577899932861328,7.978630065917969,7.643939971923828,-16.595699310302734,7.978600025177002,7.643939971923828,-16.595699310302734,7.978600025177002,7.517560005187988,-16.71109962463379,7.978340148925781,8.484399795532227,-17.652799606323242,8.099729537963867,8.484399795532227,-17.652799606323242,8.099729537963867,7.517560005187988,-16.71109962463379,7.978340148925781,7.385379791259766,-16.865800857543945,7.978229999542236,8.484399795532227,-17.652799606323242,8.099729537963867,7.385379791259766,-16.865800857543945,7.978229999542236,7.34689998626709,-16.91550064086914,7.978219985961914,7.34689998626709,-16.91550064086914,7.978219985961914,7.279719829559326,-17.039499282836914,7.978340148925781,8.484399795532227,-17.652799606323242,8.099729537963867,8.484399795532227,-17.652799606323242,8.099729537963867,7.279719829559326,-17.039499282836914,7.978340148925781,7.2367401123046875,-17.12220001220703,7.978409767150879,8.484399795532227,-17.652799606323242,8.099729537963867,7.2367401123046875,-17.12220001220703,7.978409767150879,7.201789855957031,-17.227399826049805,7.978370189666748,7.172450065612793,-17.31559944152832,7.978320121765137,7.166140079498291,-17.342300415039062,7.978280067443848,7.154260158538818,-17.424999237060547,7.978149890899658,7.137060165405273,-17.544700622558594,7.977960109710693,7.134399890899658,-17.62779998779297,7.978089809417725,7.154260158538818,-17.424999237060547,7.978149890899658,7.154260158538818,-17.424999237060547,7.978149890899658,7.134399890899658,-17.62779998779297,7.978089809417725,8.484399795532227,-17.652799606323242,8.099729537963867,7.154260158538818,-17.424999237060547,7.978149890899658,8.484399795532227,-17.652799606323242,8.099729537963867,7.172450065612793,-17.31559944152832,7.978320121765137,7.172450065612793,-17.31559944152832,7.978320121765137,8.484399795532227,-17.652799606323242,8.099729537963867,7.201789855957031,-17.227399826049805,7.978370189666748,17.93440055847168,-17.62779998779297,7.978089809417725,17.91819953918457,-17.42449951171875,7.978129863739014,16.584400177001953,-17.652799606323242,8.099769592285156,17.861099243164062,-17.197500228881836,7.978429794311523,17.790700912475586,-17.03849983215332,7.978330135345459,17.86989974975586,-17.223499298095703,7.978419780731201,17.86989974975586,-17.223499298095703,7.978419780731201,17.790700912475586,-17.03849983215332,7.978330135345459,16.584400177001953,-17.652799606323242,8.099769592285156,17.86989974975586,-17.223499298095703,7.978419780731201,16.584400177001953,-17.652799606323242,8.099769592285156,17.8705997467041,-17.22610092163086,7.978419780731201,17.8705997467041,-17.22610092163086,7.978419780731201,16.584400177001953,-17.652799606323242,8.099769592285156,17.91819953918457,-17.42449951171875,7.978129863739014,17.8705997467041,-17.22610092163086,7.978419780731201,17.91819953918457,-17.42449951171875,7.978129863739014,17.91790008544922,-17.421600341796875,7.978129863739014,17.55109977722168,-16.711000442504883,7.9783501625061035,17.50790023803711,-16.665000915527344,7.978419780731201,17.396400451660156,-16.578800201416016,7.978640079498291,17.666500091552734,-16.837299346923828,7.9781999588012695,17.649599075317383,-16.815799713134766,7.9781999588012695,17.55109977722168,-16.711000442504883,7.9783501625061035,17.790700912475586,-17.03849983215332,7.978330135345459,17.777299880981445,-17.008399963378906,7.978320121765137,16.584400177001953,-17.652799606323242,8.099769592285156,16.584400177001953,-17.652799606323242,8.099769592285156,17.777299880981445,-17.008399963378906,7.978320121765137,17.68429946899414,-16.864900588989258,7.978219985961914,16.584400177001953,-17.652799606323242,8.099769592285156,17.68429946899414,-16.864900588989258,7.978219985961914,17.666500091552734,-16.837299346923828,7.9781999588012695,17.666500091552734,-16.837299346923828,7.9781999588012695,17.55109977722168,-16.711000442504883,7.9783501625061035,16.584400177001953,-17.652799606323242,8.099769592285156,16.584400177001953,-17.652799606323242,8.099769592285156,17.55109977722168,-16.711000442504883,7.9783501625061035,17.396400451660156,-16.578800201416016,7.978640079498291,16.584400177001953,-17.652799606323242,8.099769592285156,17.396400451660156,-16.578800201416016,7.978640079498291,17.346599578857422,-16.540300369262695,7.978740215301514,17.13990020751953,-16.430099487304688,7.978740215301514,16.584400177001953,-17.652799606323242,8.099769592285156,17.222700119018555,-16.473100662231445,7.978750228881836,17.222700119018555,-16.473100662231445,7.978750228881836,16.584400177001953,-17.652799606323242,8.099769592285156,17.346599578857422,-16.540300369262695,7.978740215301514,17.222700119018555,-16.473100662231445,7.978750228881836,17.346599578857422,-16.540300369262695,7.978740215301514,17.32349967956543,-16.52549934387207,7.978769779205322,16.9197998046875,-16.359500885009766,7.978189945220947,16.837200164794922,-16.347700119018555,7.9780402183532715,16.946500778198242,-16.36590003967285,7.978260040283203,16.946500778198242,-16.36590003967285,7.978260040283203,16.837200164794922,-16.347700119018555,7.9780402183532715,16.584400177001953,-17.652799606323242,8.099769592285156,16.946500778198242,-16.36590003967285,7.978260040283203,16.584400177001953,-17.652799606323242,8.099769592285156,17.034900665283203,-16.395200729370117,7.978479862213135,17.034900665283203,-16.395200729370117,7.978479862213135,16.584400177001953,-17.652799606323242,8.099769592285156,17.13990020751953,-16.430099487304688,7.978740215301514,16.584400177001953,-21.62779998779297,7.977970123291016,16.6343994140625,-21.62779998779297,7.977960109710693,16.584400177001953,-20.302799224853516,8.0997896194458,16.584400177001953,-20.302799224853516,8.0997896194458,16.6343994140625,-21.62779998779297,7.977960109710693,16.83769989013672,-21.611600875854492,7.977970123291016,17.42490005493164,-21.359899520874023,7.978600025177002,17.446399688720703,-21.343000411987305,7.978549957275391,17.55120086669922,-21.24449920654297,7.978340148925781,17.064699172973633,-21.554500579833984,7.97859001159668,17.22369956970215,-21.484100341796875,7.9787797927856445,17.038700103759766,-21.563400268554688,7.978529930114746,17.038700103759766,-21.563400268554688,7.978529930114746,17.22369956970215,-21.484100341796875,7.9787797927856445,16.584400177001953,-20.302799224853516,8.0997896194458,17.038700103759766,-21.563400268554688,7.978529930114746,16.584400177001953,-20.302799224853516,8.0997896194458,17.036100387573242,-21.56399917602539,7.978519916534424,17.036100387573242,-21.56399917602539,7.978519916534424,16.584400177001953,-20.302799224853516,8.0997896194458,16.83769989013672,-21.611600875854492,7.977970123291016,17.036100387573242,-21.56399917602539,7.978519916534424,16.83769989013672,-21.611600875854492,7.977970123291016,16.840599060058594,-21.611400604248047,7.977970123291016,17.22369956970215,-21.484100341796875,7.9787797927856445,17.253799438476562,-21.470800399780273,7.978809833526611,16.584400177001953,-20.302799224853516,8.0997896194458,16.584400177001953,-20.302799224853516,8.0997896194458,17.253799438476562,-21.470800399780273,7.978809833526611,17.397300720214844,-21.377700805664062,7.978630065917969,16.584400177001953,-20.302799224853516,8.0997896194458,17.397300720214844,-21.377700805664062,7.978630065917969,17.42490005493164,-21.359899520874023,7.978600025177002,17.42490005493164,-21.359899520874023,7.978600025177002,17.55120086669922,-21.24449920654297,7.978340148925781,16.584400177001953,-20.302799224853516,8.0997896194458,16.584400177001953,-20.302799224853516,8.0997896194458,17.55120086669922,-21.24449920654297,7.978340148925781,17.597200393676758,-21.2012996673584,7.978250026702881,16.584400177001953,-20.302799224853516,8.0997896194458,17.597200393676758,-21.2012996673584,7.978250026702881,17.683399200439453,-21.08989906311035,7.978240013122559,17.721900939941406,-21.04010009765625,7.978229999542236,17.7367000579834,-21.017000198364258,7.978250026702881,17.789100646972656,-20.916099548339844,7.978340148925781,17.83209991455078,-20.83340072631836,7.978409767150879,17.867000579833984,-20.728300094604492,7.978370189666748,17.789100646972656,-20.916099548339844,7.978340148925781,17.789100646972656,-20.916099548339844,7.978340148925781,17.867000579833984,-20.728300094604492,7.978370189666748,16.584400177001953,-20.302799224853516,8.0997896194458,17.789100646972656,-20.916099548339844,7.978340148925781,16.584400177001953,-20.302799224853516,8.0997896194458,17.721900939941406,-21.04010009765625,7.978229999542236,17.721900939941406,-21.04010009765625,7.978229999542236,16.584400177001953,-20.302799224853516,8.0997896194458,17.683399200439453,-21.08989906311035,7.978240013122559,17.896400451660156,-20.639999389648438,7.978320121765137,17.902700424194336,-20.613300323486328,7.978280067443848,17.914499282836914,-20.53059959411621,7.978149890899658,17.931699752807617,-20.410900115966797,7.977960109710693,17.93440055847168,-20.327800750732422,7.978089809417725,17.914499282836914,-20.53059959411621,7.978149890899658,17.914499282836914,-20.53059959411621,7.978149890899658,17.93440055847168,-20.327800750732422,7.978089809417725,16.584400177001953,-20.302799224853516,8.0997896194458,17.914499282836914,-20.53059959411621,7.978149890899658,16.584400177001953,-20.302799224853516,8.0997896194458,17.896400451660156,-20.639999389648438,7.978320121765137,17.896400451660156,-20.639999389648438,7.978320121765137,16.584400177001953,-20.302799224853516,8.0997896194458,17.867000579833984,-20.728300094604492,7.978370189666748,7.2076802253723145,-20.758100509643555,7.978429794311523,7.278120040893555,-20.91710090637207,7.978330135345459,7.198860168457031,-20.732099533081055,7.978419780731201,7.198860168457031,-20.732099533081055,7.978419780731201,7.278120040893555,-20.91710090637207,7.978330135345459,8.484399795532227,-20.302799224853516,8.099760055541992,7.198860168457031,-20.732099533081055,7.978419780731201,8.484399795532227,-20.302799224853516,8.099760055541992,7.198229789733887,-20.72949981689453,7.978419780731201,7.198229789733887,-20.72949981689453,7.978419780731201,8.484399795532227,-20.302799224853516,8.099760055541992,7.150629997253418,-20.531200408935547,7.978129863739014,7.198229789733887,-20.72949981689453,7.978419780731201,7.150629997253418,-20.531200408935547,7.978129863739014,7.150859832763672,-20.534000396728516,7.978129863739014,7.4192399978637695,-21.13990020751953,7.9781999588012695,7.517710208892822,-21.244699478149414,7.9783501625061035,7.402339935302734,-21.11829948425293,7.9781999588012695,7.402339935302734,-21.11829948425293,7.9781999588012695,7.517710208892822,-21.244699478149414,7.9783501625061035,8.484399795532227,-20.302799224853516,8.099760055541992,7.402339935302734,-21.11829948425293,7.9781999588012695,8.484399795532227,-20.302799224853516,8.099760055541992,7.384490013122559,-21.09079933166504,7.978219985961914,7.384490013122559,-21.09079933166504,7.978219985961914,8.484399795532227,-20.302799224853516,8.099760055541992,7.278120040893555,-20.91710090637207,7.978330135345459,7.384490013122559,-21.09079933166504,7.978219985961914,7.278120040893555,-20.91710090637207,7.978330135345459,7.29148006439209,-20.94729995727539,7.978320121765137,7.517710208892822,-21.244699478149414,7.9783501625061035,7.560929775238037,-21.290700912475586,7.978419780731201,8.484399795532227,-20.302799224853516,8.099760055541992,8.484399795532227,-20.302799224853516,8.099760055541992,7.560929775238037,-21.290700912475586,7.978419780731201,7.672369956970215,-21.376800537109375,7.978640079498291,8.484399795532227,-20.302799224853516,8.099760055541992,7.672369956970215,-21.376800537109375,7.978640079498291,7.7221598625183105,-21.415300369262695,7.978740215301514,7.928860187530518,-21.52549934387207,7.978740215301514,8.484399795532227,-20.302799224853516,8.099760055541992,7.846099853515625,-21.482500076293945,7.978750228881836,7.846099853515625,-21.482500076293945,7.978750228881836,8.484399795532227,-20.302799224853516,8.099760055541992,7.7221598625183105,-21.415300369262695,7.978740215301514,7.846099853515625,-21.482500076293945,7.978750228881836,7.7221598625183105,-21.415300369262695,7.978740215301514,7.745259761810303,-21.430099487304688,7.978769779205322,8.148980140686035,-21.596099853515625,7.978189945220947,8.231590270996094,-21.607999801635742,7.9780402183532715,8.122260093688965,-21.589799880981445,7.978260040283203,8.122260093688965,-21.589799880981445,7.978260040283203,8.231590270996094,-21.607999801635742,7.9780402183532715,8.484399795532227,-20.302799224853516,8.099760055541992,8.122260093688965,-21.589799880981445,7.978260040283203,8.484399795532227,-20.302799224853516,8.099760055541992,8.033929824829102,-21.560400009155273,7.978479862213135,8.033929824829102,-21.560400009155273,7.978479862213135,8.484399795532227,-20.302799224853516,8.099760055541992,7.928860187530518,-21.52549934387207,7.978740215301514,9.834400177001953,-18.977800369262695,8.317319869995117,11.184399604797363,-18.977800369262695,8.434459686279297,9.834400177001953,-18.31529998779297,8.287489891052246,9.834400177001953,-18.31529998779297,8.287489891052246,11.184399604797363,-18.977800369262695,8.434459686279297,11.184399604797363,-18.31529998779297,8.393389701843262,9.834400177001953,-18.31529998779297,8.287489891052246,11.184399604797363,-18.31529998779297,8.393389701843262,9.834400177001953,-17.652799606323242,8.205789566040039,9.834400177001953,-16.327800750732422,7.978129863739014,8.484399795532227,-16.327800750732422,7.977980136871338,8.484399795532227,-17.652799606323242,8.099729537963867,8.484399795532227,-17.652799606323242,8.099729537963867,8.484399795532227,-16.327800750732422,7.977980136871338,8.434399604797363,-16.327800750732422,7.977970123291016,8.484399795532227,-17.652799606323242,8.099729537963867,8.434399604797363,-16.327800750732422,7.977970123291016,8.231049537658691,-16.3439998626709,7.977980136871338,17.93440055847168,-18.977800369262695,7.978089809417725,17.93440055847168,-18.31529998779297,7.978089809417725,15.234399795532227,-18.31529998779297,8.287529945373535,15.234399795532227,-18.31529998779297,8.287529945373535,17.93440055847168,-18.31529998779297,7.978089809417725,17.93440055847168,-17.652799606323242,7.978089809417725,11.184399604797363,-17.652799606323242,8.282529830932617,12.53439998626709,-18.31529998779297,8.432290077209473,12.53439998626709,-17.652799606323242,8.310529708862305,12.53439998626709,-17.652799606323242,8.310529708862305,12.53439998626709,-18.31529998779297,8.432290077209473,13.884400367736816,-18.31529998779297,8.39342975616455,12.53439998626709,-17.652799606323242,8.310529708862305,13.884400367736816,-18.31529998779297,8.39342975616455,15.234399795532227,-17.652799606323242,8.205840110778809,15.234399795532227,-17.652799606323242,8.205840110778809,13.884400367736816,-18.31529998779297,8.39342975616455,15.234399795532227,-18.31529998779297,8.287529945373535,15.234399795532227,-17.652799606323242,8.205840110778809,15.234399795532227,-18.31529998779297,8.287529945373535,16.584400177001953,-17.652799606323242,8.099769592285156,16.584400177001953,-17.652799606323242,8.099769592285156,15.234399795532227,-18.31529998779297,8.287529945373535,17.93440055847168,-17.652799606323242,7.978089809417725,16.584400177001953,-17.652799606323242,8.099769592285156,17.93440055847168,-17.652799606323242,7.978089809417725,17.93440055847168,-17.62779998779297,7.978089809417725,15.234399795532227,-18.977800369262695,8.317350387573242,13.884400367736816,-18.977800369262695,8.434490203857422,15.234399795532227,-19.640300750732422,8.28754997253418,15.234399795532227,-19.640300750732422,8.28754997253418,13.884400367736816,-18.977800369262695,8.434490203857422,13.884400367736816,-19.640300750732422,8.393460273742676,15.234399795532227,-19.640300750732422,8.28754997253418,13.884400367736816,-19.640300750732422,8.393460273742676,15.234399795532227,-20.302799224853516,8.205860137939453,13.884400367736816,-20.302799224853516,8.282600402832031,12.53439998626709,-19.640300750732422,8.432319641113281,12.53439998626709,-20.302799224853516,8.310569763183594,12.53439998626709,-20.302799224853516,8.310569763183594,12.53439998626709,-19.640300750732422,8.432319641113281,11.184399604797363,-19.640300750732422,8.393420219421387,12.53439998626709,-20.302799224853516,8.310569763183594,11.184399604797363,-19.640300750732422,8.393420219421387,9.834400177001953,-20.302799224853516,8.205840110778809,9.834400177001953,-20.302799224853516,8.205840110778809,11.184399604797363,-19.640300750732422,8.393420219421387,9.834400177001953,-19.640300750732422,8.287520408630371,9.834400177001953,-20.302799224853516,8.205840110778809,9.834400177001953,-19.640300750732422,8.287520408630371,8.484399795532227,-20.302799224853516,8.099760055541992,7.134399890899658,-18.977800369262695,7.978089809417725,7.134399890899658,-19.640300750732422,7.978089809417725,9.834400177001953,-19.640300750732422,8.287520408630371,9.834400177001953,-19.640300750732422,8.287520408630371,7.134399890899658,-19.640300750732422,7.978089809417725,7.134399890899658,-20.302799224853516,7.978089809417725,9.834400177001953,-19.640300750732422,8.287520408630371,7.134399890899658,-20.302799224853516,7.978089809417725,8.484399795532227,-20.302799224853516,8.099760055541992,8.484399795532227,-20.302799224853516,8.099760055541992,7.134399890899658,-20.302799224853516,7.978089809417725,7.134399890899658,-20.327800750732422,7.978089809417725,8.484399795532227,-20.302799224853516,8.099760055541992,7.134399890899658,-20.327800750732422,7.978089809417725,7.150629997253418,-20.531200408935547,7.978129863739014,15.234399795532227,-21.62779998779297,7.978119850158691,13.884400367736816,-20.302799224853516,8.282600402832031,12.53439998626709,-21.62779998779297,7.978429794311523,12.53439998626709,-21.62779998779297,7.978429794311523,13.884400367736816,-20.302799224853516,8.282600402832031,12.53439998626709,-20.302799224853516,8.310569763183594,12.53439998626709,-21.62779998779297,7.978429794311523,12.53439998626709,-20.302799224853516,8.310569763183594,9.834400177001953,-21.62779998779297,7.978119850158691,9.834400177001953,-21.62779998779297,7.978119850158691,12.53439998626709,-20.302799224853516,8.310569763183594,9.834400177001953,-20.302799224853516,8.205840110778809,9.834400177001953,-21.62779998779297,7.978119850158691,9.834400177001953,-20.302799224853516,8.205840110778809,8.484399795532227,-21.62779998779297,7.977970123291016,8.484399795532227,-21.62779998779297,7.977970123291016,9.834400177001953,-20.302799224853516,8.205840110778809,8.484399795532227,-20.302799224853516,8.099760055541992,8.484399795532227,-21.62779998779297,7.977970123291016,8.484399795532227,-20.302799224853516,8.099760055541992,8.434399604797363,-21.62779998779297,7.977960109710693,8.434399604797363,-21.62779998779297,7.977960109710693,8.484399795532227,-20.302799224853516,8.099760055541992,8.231590270996094,-21.607999801635742,7.9780402183532715,8.434399604797363,-21.62779998779297,7.977960109710693,8.231590270996094,-21.607999801635742,7.9780402183532715,8.351329803466797,-21.625200271606445,7.977819919586182,15.234399795532227,-20.302799224853516,8.205860137939453,16.584400177001953,-20.302799224853516,8.0997896194458,15.234399795532227,-19.640300750732422,8.28754997253418,15.234399795532227,-19.640300750732422,8.28754997253418,16.584400177001953,-20.302799224853516,8.0997896194458,17.93440055847168,-18.977800369262695,7.978089809417725,15.234399795532227,-19.640300750732422,8.28754997253418,17.93440055847168,-18.977800369262695,7.978089809417725,15.234399795532227,-18.977800369262695,8.317350387573242,15.234399795532227,-18.977800369262695,8.317350387573242,17.93440055847168,-18.977800369262695,7.978089809417725,15.234399795532227,-18.31529998779297,8.287529945373535,15.234399795532227,-18.977800369262695,8.317350387573242,15.234399795532227,-18.31529998779297,8.287529945373535,13.884400367736816,-18.977800369262695,8.434490203857422,13.884400367736816,-18.977800369262695,8.434490203857422,15.234399795532227,-18.31529998779297,8.287529945373535,13.884400367736816,-18.31529998779297,8.39342975616455,13.884400367736816,-18.977800369262695,8.434490203857422,13.884400367736816,-18.31529998779297,8.39342975616455,12.53439998626709,-18.977800369262695,8.47760009765625,12.53439998626709,-18.977800369262695,8.47760009765625,13.884400367736816,-18.31529998779297,8.39342975616455,12.53439998626709,-18.31529998779297,8.432290077209473,12.53439998626709,-18.977800369262695,8.47760009765625,12.53439998626709,-18.31529998779297,8.432290077209473,11.184399604797363,-18.31529998779297,8.393389701843262,11.184399604797363,-18.31529998779297,8.393389701843262,12.53439998626709,-18.31529998779297,8.432290077209473,11.184399604797363,-17.652799606323242,8.282529830932617,11.184399604797363,-18.31529998779297,8.393389701843262,11.184399604797363,-17.652799606323242,8.282529830932617,9.834400177001953,-17.652799606323242,8.205789566040039,16.584400177001953,-21.62779998779297,7.977970123291016,16.584400177001953,-20.302799224853516,8.0997896194458,15.234399795532227,-21.62779998779297,7.978119850158691,15.234399795532227,-21.62779998779297,7.978119850158691,16.584400177001953,-20.302799224853516,8.0997896194458,15.234399795532227,-20.302799224853516,8.205860137939453,15.234399795532227,-21.62779998779297,7.978119850158691,15.234399795532227,-20.302799224853516,8.205860137939453,13.884400367736816,-20.302799224853516,8.282600402832031,13.884400367736816,-20.302799224853516,8.282600402832031,15.234399795532227,-20.302799224853516,8.205860137939453,13.884400367736816,-19.640300750732422,8.393460273742676,13.884400367736816,-20.302799224853516,8.282600402832031,13.884400367736816,-19.640300750732422,8.393460273742676,12.53439998626709,-19.640300750732422,8.432319641113281,12.53439998626709,-19.640300750732422,8.432319641113281,13.884400367736816,-19.640300750732422,8.393460273742676,12.53439998626709,-18.977800369262695,8.47760009765625,12.53439998626709,-19.640300750732422,8.432319641113281,12.53439998626709,-18.977800369262695,8.47760009765625,11.184399604797363,-19.640300750732422,8.393420219421387,11.184399604797363,-19.640300750732422,8.393420219421387,12.53439998626709,-18.977800369262695,8.47760009765625,11.184399604797363,-18.977800369262695,8.434459686279297,11.184399604797363,-19.640300750732422,8.393420219421387,11.184399604797363,-18.977800369262695,8.434459686279297,9.834400177001953,-19.640300750732422,8.287520408630371,9.834400177001953,-19.640300750732422,8.287520408630371,11.184399604797363,-18.977800369262695,8.434459686279297,9.834400177001953,-18.977800369262695,8.317319869995117,9.834400177001953,-19.640300750732422,8.287520408630371,9.834400177001953,-18.977800369262695,8.317319869995117,7.134399890899658,-18.977800369262695,7.978089809417725,7.134399890899658,-18.977800369262695,7.978089809417725,9.834400177001953,-18.977800369262695,8.317319869995117,9.834400177001953,-18.31529998779297,8.287489891052246,7.134399890899658,-18.977800369262695,7.978089809417725,9.834400177001953,-18.31529998779297,8.287489891052246,8.484399795532227,-17.652799606323242,8.099729537963867,8.484399795532227,-17.652799606323242,8.099729537963867,9.834400177001953,-18.31529998779297,8.287489891052246,9.834400177001953,-17.652799606323242,8.205789566040039,8.484399795532227,-17.652799606323242,8.099729537963867,9.834400177001953,-17.652799606323242,8.205789566040039,9.834400177001953,-16.327800750732422,7.978129863739014,9.834400177001953,-16.327800750732422,7.978129863739014,9.834400177001953,-17.652799606323242,8.205789566040039,11.184399604797363,-17.652799606323242,8.282529830932617,9.834400177001953,-16.327800750732422,7.978129863739014,11.184399604797363,-17.652799606323242,8.282529830932617,12.53439998626709,-16.327800750732422,7.978439807891846,12.53439998626709,-16.327800750732422,7.978439807891846,11.184399604797363,-17.652799606323242,8.282529830932617,12.53439998626709,-17.652799606323242,8.310529708862305,12.53439998626709,-16.327800750732422,7.978439807891846,12.53439998626709,-17.652799606323242,8.310529708862305,15.234399795532227,-16.327800750732422,7.978119850158691,15.234399795532227,-16.327800750732422,7.978119850158691,12.53439998626709,-17.652799606323242,8.310529708862305,15.234399795532227,-17.652799606323242,8.205840110778809,15.234399795532227,-16.327800750732422,7.978119850158691,15.234399795532227,-17.652799606323242,8.205840110778809,16.584400177001953,-16.327800750732422,7.977970123291016,16.584400177001953,-16.327800750732422,7.977970123291016,15.234399795532227,-17.652799606323242,8.205840110778809,16.584400177001953,-17.652799606323242,8.099769592285156,16.584400177001953,-16.327800750732422,7.977970123291016,16.584400177001953,-17.652799606323242,8.099769592285156,16.6343994140625,-16.327800750732422,7.977960109710693,16.6343994140625,-16.327800750732422,7.977960109710693,16.584400177001953,-17.652799606323242,8.099769592285156,16.837200164794922,-16.347700119018555,7.9780402183532715,16.6343994140625,-16.327800750732422,7.977960109710693,16.837200164794922,-16.347700119018555,7.9780402183532715,16.717500686645508,-16.33049964904785,7.977819919586182,4.084400177001953,-20.302799224853516,8.0997896194458,5.4344000816345215,-20.302799224853516,7.978089809417725,5.4344000816345215,-18.977800369262695,7.978089809417725,1.3844000101089478,-19.640300750732422,8.393460273742676,1.3844000101089478,-18.977800369262695,8.434490203857422,0.03440190106630325,-18.977800369262695,8.47760009765625,-1.315600037574768,-18.31529998779297,8.393389701843262,-1.315600037574768,-18.977800369262695,8.434459686279297,0.03440190106630325,-18.977800369262695,8.47760009765625,-4.015600204467773,-17.652799606323242,8.099729537963867,-5.365600109100342,-17.652799606323242,7.978089809417725,-5.365600109100342,-18.977800369262695,7.978089809417725,5.4344000816345215,-20.302799224853516,7.978089809417725,4.084400177001953,-20.302799224853516,8.0997896194458,5.4344000816345215,-20.327800750732422,7.978089809417725,-5.365600109100342,-17.652799606323242,7.978089809417725,-4.015600204467773,-17.652799606323242,8.099729537963867,-5.365600109100342,-17.62779998779297,7.978089809417725,-4.271810054779053,-16.34429931640625,7.977980136871338,-4.4672698974609375,-16.391700744628906,7.978529930114746,-4.268939971923828,-16.3439998626709,7.977980136871338,-4.268939971923828,-16.3439998626709,7.977980136871338,-4.4672698974609375,-16.391700744628906,7.978529930114746,-4.015600204467773,-17.652799606323242,8.099729537963867,-4.856060028076172,-16.595699310302734,7.978600025177002,-4.8776397705078125,-16.612600326538086,7.978549957275391,-4.982439994812012,-16.71109962463379,7.978340148925781,-4.469890117645264,-16.39229965209961,7.978529930114746,-4.495870113372803,-16.401100158691406,7.978600025177002,-4.654890060424805,-16.471500396728516,7.9787797927856445,-4.68503999710083,-16.484899520874023,7.978809833526611,-4.828539848327637,-16.577899932861328,7.978630065917969,-4.654890060424805,-16.471500396728516,7.9787797927856445,-4.654890060424805,-16.471500396728516,7.9787797927856445,-4.828539848327637,-16.577899932861328,7.978630065917969,-4.015600204467773,-17.652799606323242,8.099729537963867,-4.654890060424805,-16.471500396728516,7.9787797927856445,-4.015600204467773,-17.652799606323242,8.099729537963867,-4.469890117645264,-16.39229965209961,7.978529930114746,-4.469890117645264,-16.39229965209961,7.978529930114746,-4.015600204467773,-17.652799606323242,8.099729537963867,-4.4672698974609375,-16.391700744628906,7.978529930114746,-5.028409957885742,-16.75429916381836,7.978250026702881,-5.114620208740234,-16.865800857543945,7.978229999542236,-4.982439994812012,-16.71109962463379,7.978340148925781,-4.982439994812012,-16.71109962463379,7.978340148925781,-5.114620208740234,-16.865800857543945,7.978229999542236,-4.015600204467773,-17.652799606323242,8.099729537963867,-4.982439994812012,-16.71109962463379,7.978340148925781,-4.015600204467773,-17.652799606323242,8.099729537963867,-4.856060028076172,-16.595699310302734,7.978600025177002,-4.856060028076172,-16.595699310302734,7.978600025177002,-4.015600204467773,-17.652799606323242,8.099729537963867,-4.828539848327637,-16.577899932861328,7.978630065917969,-5.15310001373291,-16.91550064086914,7.978219985961914,-5.167880058288574,-16.938600540161133,7.978240013122559,-5.220280170440674,-17.039499282836914,7.978340148925781,-5.2632598876953125,-17.12220001220703,7.978409767150879,-5.298210144042969,-17.227399826049805,7.978370189666748,-5.220280170440674,-17.039499282836914,7.978340148925781,-5.220280170440674,-17.039499282836914,7.978340148925781,-5.298210144042969,-17.227399826049805,7.978370189666748,-4.015600204467773,-17.652799606323242,8.099729537963867,-5.220280170440674,-17.039499282836914,7.978340148925781,-4.015600204467773,-17.652799606323242,8.099729537963867,-5.15310001373291,-16.91550064086914,7.978219985961914,-5.15310001373291,-16.91550064086914,7.978219985961914,-4.015600204467773,-17.652799606323242,8.099729537963867,-5.114620208740234,-16.865800857543945,7.978229999542236,-5.327559947967529,-17.31559944152832,7.978320121765137,-5.333859920501709,-17.342300415039062,7.978280067443848,-5.345739841461182,-17.424999237060547,7.978149890899658,-5.362939834594727,-17.544700622558594,7.977960109710693,-5.365600109100342,-17.62779998779297,7.978089809417725,-5.345739841461182,-17.424999237060547,7.978149890899658,-5.345739841461182,-17.424999237060547,7.978149890899658,-5.365600109100342,-17.62779998779297,7.978089809417725,-4.015600204467773,-17.652799606323242,8.099729537963867,-5.345739841461182,-17.424999237060547,7.978149890899658,-4.015600204467773,-17.652799606323242,8.099729537963867,-5.327559947967529,-17.31559944152832,7.978320121765137,-5.327559947967529,-17.31559944152832,7.978320121765137,-4.015600204467773,-17.652799606323242,8.099729537963867,-5.298210144042969,-17.227399826049805,7.978370189666748,5.4344000816345215,-17.62779998779297,7.978089809417725,5.418169975280762,-17.42449951171875,7.978129863739014,4.084400177001953,-17.652799606323242,8.099769592285156,5.290689945220947,-17.03849983215332,7.978330135345459,5.27731990814209,-17.008399963378906,7.978320121765137,5.184309959411621,-16.864900588989258,7.978219985961914,5.369939804077148,-17.223499298095703,7.978419780731201,5.361130237579346,-17.197500228881836,7.978429794311523,5.290689945220947,-17.03849983215332,7.978330135345459,5.418169975280762,-17.42449951171875,7.978129863739014,5.417940139770508,-17.421600341796875,7.978129863739014,4.084400177001953,-17.652799606323242,8.099769592285156,4.084400177001953,-17.652799606323242,8.099769592285156,5.417940139770508,-17.421600341796875,7.978129863739014,5.370570182800293,-17.22610092163086,7.978419780731201,4.084400177001953,-17.652799606323242,8.099769592285156,5.370570182800293,-17.22610092163086,7.978419780731201,5.369939804077148,-17.223499298095703,7.978419780731201,5.369939804077148,-17.223499298095703,7.978419780731201,5.290689945220947,-17.03849983215332,7.978330135345459,4.084400177001953,-17.652799606323242,8.099769592285156,4.084400177001953,-17.652799606323242,8.099769592285156,5.290689945220947,-17.03849983215332,7.978330135345459,5.184309959411621,-16.864900588989258,7.978219985961914,4.084400177001953,-17.652799606323242,8.099769592285156,5.184309959411621,-16.864900588989258,7.978219985961914,5.166460037231445,-16.837299346923828,7.9781999588012695,5.007870197296143,-16.665000915527344,7.978419780731201,4.084400177001953,-17.652799606323242,8.099769592285156,5.051089763641357,-16.711000442504883,7.9783501625061035,5.051089763641357,-16.711000442504883,7.9783501625061035,4.084400177001953,-17.652799606323242,8.099769592285156,5.166460037231445,-16.837299346923828,7.9781999588012695,5.051089763641357,-16.711000442504883,7.9783501625061035,5.166460037231445,-16.837299346923828,7.9781999588012695,5.14955997467041,-16.815799713134766,7.9781999588012695,4.823550224304199,-16.52549934387207,7.978769779205322,4.722710132598877,-16.473100662231445,7.978750228881836,4.846650123596191,-16.540300369262695,7.978740215301514,4.846650123596191,-16.540300369262695,7.978740215301514,4.722710132598877,-16.473100662231445,7.978750228881836,4.084400177001953,-17.652799606323242,8.099769592285156,4.846650123596191,-16.540300369262695,7.978740215301514,4.084400177001953,-17.652799606323242,8.099769592285156,4.896430015563965,-16.578800201416016,7.978640079498291,4.896430015563965,-16.578800201416016,7.978640079498291,4.084400177001953,-17.652799606323242,8.099769592285156,5.007870197296143,-16.665000915527344,7.978419780731201,4.419829845428467,-16.359500885009766,7.978189945220947,4.337210178375244,-16.347700119018555,7.9780402183532715,4.446539878845215,-16.36590003967285,7.978260040283203,4.446539878845215,-16.36590003967285,7.978260040283203,4.337210178375244,-16.347700119018555,7.9780402183532715,4.084400177001953,-17.652799606323242,8.099769592285156,4.446539878845215,-16.36590003967285,7.978260040283203,4.084400177001953,-17.652799606323242,8.099769592285156,4.534870147705078,-16.395200729370117,7.978479862213135,4.534870147705078,-16.395200729370117,7.978479862213135,4.084400177001953,-17.652799606323242,8.099769592285156,4.722710132598877,-16.473100662231445,7.978750228881836,4.534870147705078,-16.395200729370117,7.978479862213135,4.722710132598877,-16.473100662231445,7.978750228881836,4.639939785003662,-16.430099487304688,7.978740215301514,4.084400177001953,-21.62779998779297,7.977970123291016,4.134399890899658,-21.62779998779297,7.977960109710693,4.084400177001953,-20.302799224853516,8.0997896194458,4.084400177001953,-20.302799224853516,8.0997896194458,4.134399890899658,-21.62779998779297,7.977960109710693,4.33774995803833,-21.611600875854492,7.977970123291016,4.924860000610352,-21.359899520874023,7.978600025177002,4.94644021987915,-21.343000411987305,7.978549957275391,5.051249980926514,-21.24449920654297,7.978340148925781,4.564680099487305,-21.554500579833984,7.97859001159668,4.723690032958984,-21.484100341796875,7.9787797927856445,4.538690090179443,-21.563400268554688,7.978529930114746,4.538690090179443,-21.563400268554688,7.978529930114746,4.723690032958984,-21.484100341796875,7.9787797927856445,4.084400177001953,-20.302799224853516,8.0997896194458,4.538690090179443,-21.563400268554688,7.978529930114746,4.084400177001953,-20.302799224853516,8.0997896194458,4.536069869995117,-21.56399917602539,7.978519916534424,4.536069869995117,-21.56399917602539,7.978519916534424,4.084400177001953,-20.302799224853516,8.0997896194458,4.33774995803833,-21.611600875854492,7.977970123291016,4.536069869995117,-21.56399917602539,7.978519916534424,4.33774995803833,-21.611600875854492,7.977970123291016,4.340610027313232,-21.611400604248047,7.977970123291016,4.723690032958984,-21.484100341796875,7.9787797927856445,4.75383996963501,-21.470800399780273,7.978809833526611,4.084400177001953,-20.302799224853516,8.0997896194458,4.084400177001953,-20.302799224853516,8.0997896194458,4.75383996963501,-21.470800399780273,7.978809833526611,4.897349834442139,-21.377700805664062,7.978630065917969,4.084400177001953,-20.302799224853516,8.0997896194458,4.897349834442139,-21.377700805664062,7.978630065917969,4.924860000610352,-21.359899520874023,7.978600025177002,4.924860000610352,-21.359899520874023,7.978600025177002,5.051249980926514,-21.24449920654297,7.978340148925781,4.084400177001953,-20.302799224853516,8.0997896194458,4.084400177001953,-20.302799224853516,8.0997896194458,5.051249980926514,-21.24449920654297,7.978340148925781,5.097219944000244,-21.2012996673584,7.978250026702881,4.084400177001953,-20.302799224853516,8.0997896194458,5.097219944000244,-21.2012996673584,7.978250026702881,5.183420181274414,-21.08989906311035,7.978240013122559,5.22189998626709,-21.04010009765625,7.978229999542236,5.236680030822754,-21.017000198364258,7.978250026702881,5.289090156555176,-20.916099548339844,7.978340148925781,5.332059860229492,-20.83340072631836,7.978409767150879,5.367010116577148,-20.728300094604492,7.978370189666748,5.289090156555176,-20.916099548339844,7.978340148925781,5.289090156555176,-20.916099548339844,7.978340148925781,5.367010116577148,-20.728300094604492,7.978370189666748,4.084400177001953,-20.302799224853516,8.0997896194458,5.289090156555176,-20.916099548339844,7.978340148925781,4.084400177001953,-20.302799224853516,8.0997896194458,5.22189998626709,-21.04010009765625,7.978229999542236,5.22189998626709,-21.04010009765625,7.978229999542236,4.084400177001953,-20.302799224853516,8.0997896194458,5.183420181274414,-21.08989906311035,7.978240013122559,5.396359920501709,-20.639999389648438,7.978320121765137,5.402669906616211,-20.613300323486328,7.978280067443848,5.414539813995361,-20.53059959411621,7.978149890899658,5.431739807128906,-20.410900115966797,7.977960109710693,5.4344000816345215,-20.327800750732422,7.978089809417725,5.414539813995361,-20.53059959411621,7.978149890899658,5.414539813995361,-20.53059959411621,7.978149890899658,5.4344000816345215,-20.327800750732422,7.978089809417725,4.084400177001953,-20.302799224853516,8.0997896194458,5.414539813995361,-20.53059959411621,7.978149890899658,4.084400177001953,-20.302799224853516,8.0997896194458,5.396359920501709,-20.639999389648438,7.978320121765137,5.396359920501709,-20.639999389648438,7.978320121765137,4.084400177001953,-20.302799224853516,8.0997896194458,5.367010116577148,-20.728300094604492,7.978370189666748,-4.015600204467773,-20.302799224853516,8.099760055541992,-5.349370002746582,-20.531200408935547,7.978129863739014,-5.349140167236328,-20.534000396728516,7.978129863739014,-5.2923197746276855,-20.758100509643555,7.978429794311523,-5.221879959106445,-20.91710090637207,7.978330135345459,-5.3011298179626465,-20.732099533081055,7.978419780731201,-5.3011298179626465,-20.732099533081055,7.978419780731201,-5.221879959106445,-20.91710090637207,7.978330135345459,-4.015600204467773,-20.302799224853516,8.099760055541992,-5.3011298179626465,-20.732099533081055,7.978419780731201,-4.015600204467773,-20.302799224853516,8.099760055541992,-5.301770210266113,-20.72949981689453,7.978419780731201,-5.301770210266113,-20.72949981689453,7.978419780731201,-4.015600204467773,-20.302799224853516,8.099760055541992,-5.349140167236328,-20.534000396728516,7.978129863739014,-5.0807600021362305,-21.13990020751953,7.9781999588012695,-4.982289791107178,-21.244699478149414,7.9783501625061035,-5.097660064697266,-21.11829948425293,7.9781999588012695,-5.097660064697266,-21.11829948425293,7.9781999588012695,-4.982289791107178,-21.244699478149414,7.9783501625061035,-4.015600204467773,-20.302799224853516,8.099760055541992,-5.097660064697266,-21.11829948425293,7.9781999588012695,-4.015600204467773,-20.302799224853516,8.099760055541992,-5.115499973297119,-21.09079933166504,7.978219985961914,-5.115499973297119,-21.09079933166504,7.978219985961914,-4.015600204467773,-20.302799224853516,8.099760055541992,-5.221879959106445,-20.91710090637207,7.978330135345459,-5.115499973297119,-21.09079933166504,7.978219985961914,-5.221879959106445,-20.91710090637207,7.978330135345459,-5.20851993560791,-20.94729995727539,7.978320121765137,-4.754740238189697,-21.430099487304688,7.978769779205322,-4.653900146484375,-21.482500076293945,7.978750228881836,-4.7778401374816895,-21.415300369262695,7.978740215301514,-4.7778401374816895,-21.415300369262695,7.978740215301514,-4.653900146484375,-21.482500076293945,7.978750228881836,-4.015600204467773,-20.302799224853516,8.099760055541992,-4.7778401374816895,-21.415300369262695,7.978740215301514,-4.015600204467773,-20.302799224853516,8.099760055541992,-4.827630043029785,-21.376800537109375,7.978640079498291,-4.827630043029785,-21.376800537109375,7.978640079498291,-4.015600204467773,-20.302799224853516,8.099760055541992,-4.982289791107178,-21.244699478149414,7.9783501625061035,-4.827630043029785,-21.376800537109375,7.978640079498291,-4.982289791107178,-21.244699478149414,7.9783501625061035,-4.939060211181641,-21.290700912475586,7.978419780731201,-4.351029872894287,-21.596099853515625,7.978189945220947,-4.2684102058410645,-21.607999801635742,7.9780402183532715,-4.377739906311035,-21.589799880981445,7.978260040283203,-4.377739906311035,-21.589799880981445,7.978260040283203,-4.2684102058410645,-21.607999801635742,7.9780402183532715,-4.015600204467773,-20.302799224853516,8.099760055541992,-4.377739906311035,-21.589799880981445,7.978260040283203,-4.015600204467773,-20.302799224853516,8.099760055541992,-4.466070175170898,-21.560400009155273,7.978479862213135,-4.466070175170898,-21.560400009155273,7.978479862213135,-4.015600204467773,-20.302799224853516,8.099760055541992,-4.653900146484375,-21.482500076293945,7.978750228881836,-4.466070175170898,-21.560400009155273,7.978479862213135,-4.653900146484375,-21.482500076293945,7.978750228881836,-4.571139812469482,-21.52549934387207,7.978740215301514,-2.665600061416626,-18.977800369262695,8.317319869995117,-1.315600037574768,-18.977800369262695,8.434459686279297,-2.665600061416626,-18.31529998779297,8.287489891052246,-2.665600061416626,-18.31529998779297,8.287489891052246,-1.315600037574768,-18.977800369262695,8.434459686279297,-1.315600037574768,-18.31529998779297,8.393389701843262,-2.665600061416626,-18.31529998779297,8.287489891052246,-1.315600037574768,-18.31529998779297,8.393389701843262,-2.665600061416626,-17.652799606323242,8.205789566040039,-2.665600061416626,-16.327800750732422,7.978129863739014,-4.015600204467773,-16.327800750732422,7.977980136871338,-4.015600204467773,-17.652799606323242,8.099729537963867,-4.015600204467773,-17.652799606323242,8.099729537963867,-4.015600204467773,-16.327800750732422,7.977980136871338,-4.0655999183654785,-16.327800750732422,7.977970123291016,-4.015600204467773,-17.652799606323242,8.099729537963867,-4.0655999183654785,-16.327800750732422,7.977970123291016,-4.268939971923828,-16.3439998626709,7.977980136871338,5.4344000816345215,-18.977800369262695,7.978089809417725,5.4344000816345215,-18.31529998779297,7.978089809417725,2.7344000339508057,-18.31529998779297,8.287529945373535,2.7344000339508057,-18.31529998779297,8.287529945373535,5.4344000816345215,-18.31529998779297,7.978089809417725,5.4344000816345215,-17.652799606323242,7.978089809417725,-1.315600037574768,-17.652799606323242,8.282529830932617,0.03440190106630325,-18.31529998779297,8.432290077209473,0.03440190106630325,-17.652799606323242,8.310529708862305,0.03440190106630325,-17.652799606323242,8.310529708862305,0.03440190106630325,-18.31529998779297,8.432290077209473,1.3844000101089478,-18.31529998779297,8.39342975616455,0.03440190106630325,-17.652799606323242,8.310529708862305,1.3844000101089478,-18.31529998779297,8.39342975616455,2.7344000339508057,-17.652799606323242,8.205840110778809,2.7344000339508057,-17.652799606323242,8.205840110778809,1.3844000101089478,-18.31529998779297,8.39342975616455,2.7344000339508057,-18.31529998779297,8.287529945373535,2.7344000339508057,-17.652799606323242,8.205840110778809,2.7344000339508057,-18.31529998779297,8.287529945373535,4.084400177001953,-17.652799606323242,8.099769592285156,4.084400177001953,-17.652799606323242,8.099769592285156,2.7344000339508057,-18.31529998779297,8.287529945373535,5.4344000816345215,-17.652799606323242,7.978089809417725,4.084400177001953,-17.652799606323242,8.099769592285156,5.4344000816345215,-17.652799606323242,7.978089809417725,5.4344000816345215,-17.62779998779297,7.978089809417725,2.7344000339508057,-18.977800369262695,8.317350387573242,1.3844000101089478,-18.977800369262695,8.434490203857422,2.7344000339508057,-19.640300750732422,8.28754997253418,2.7344000339508057,-19.640300750732422,8.28754997253418,1.3844000101089478,-18.977800369262695,8.434490203857422,1.3844000101089478,-19.640300750732422,8.393460273742676,2.7344000339508057,-19.640300750732422,8.28754997253418,1.3844000101089478,-19.640300750732422,8.393460273742676,2.7344000339508057,-20.302799224853516,8.205860137939453,1.3844000101089478,-20.302799224853516,8.282600402832031,0.03440190106630325,-19.640300750732422,8.432319641113281,0.03440190106630325,-20.302799224853516,8.310569763183594,0.03440190106630325,-20.302799224853516,8.310569763183594,0.03440190106630325,-19.640300750732422,8.432319641113281,-1.315600037574768,-19.640300750732422,8.393420219421387,0.03440190106630325,-20.302799224853516,8.310569763183594,-1.315600037574768,-19.640300750732422,8.393420219421387,-2.665600061416626,-20.302799224853516,8.205840110778809,-2.665600061416626,-20.302799224853516,8.205840110778809,-1.315600037574768,-19.640300750732422,8.393420219421387,-2.665600061416626,-19.640300750732422,8.287520408630371,-2.665600061416626,-20.302799224853516,8.205840110778809,-2.665600061416626,-19.640300750732422,8.287520408630371,-4.015600204467773,-20.302799224853516,8.099760055541992,-5.365600109100342,-18.977800369262695,7.978089809417725,-5.365600109100342,-19.640300750732422,7.978089809417725,-2.665600061416626,-19.640300750732422,8.287520408630371,-2.665600061416626,-19.640300750732422,8.287520408630371,-5.365600109100342,-19.640300750732422,7.978089809417725,-5.365600109100342,-20.302799224853516,7.978089809417725,-2.665600061416626,-19.640300750732422,8.287520408630371,-5.365600109100342,-20.302799224853516,7.978089809417725,-4.015600204467773,-20.302799224853516,8.099760055541992,-4.015600204467773,-20.302799224853516,8.099760055541992,-5.365600109100342,-20.302799224853516,7.978089809417725,-5.365600109100342,-20.327800750732422,7.978089809417725,-4.015600204467773,-20.302799224853516,8.099760055541992,-5.365600109100342,-20.327800750732422,7.978089809417725,-5.349370002746582,-20.531200408935547,7.978129863739014,2.7344000339508057,-21.62779998779297,7.978119850158691,1.3844000101089478,-20.302799224853516,8.282600402832031,0.03440190106630325,-21.62779998779297,7.978429794311523,0.03440190106630325,-21.62779998779297,7.978429794311523,1.3844000101089478,-20.302799224853516,8.282600402832031,0.03440190106630325,-20.302799224853516,8.310569763183594,0.03440190106630325,-21.62779998779297,7.978429794311523,0.03440190106630325,-20.302799224853516,8.310569763183594,-2.665600061416626,-21.62779998779297,7.978119850158691,-2.665600061416626,-21.62779998779297,7.978119850158691,0.03440190106630325,-20.302799224853516,8.310569763183594,-2.665600061416626,-20.302799224853516,8.205840110778809,-2.665600061416626,-21.62779998779297,7.978119850158691,-2.665600061416626,-20.302799224853516,8.205840110778809,-4.015600204467773,-21.62779998779297,7.977970123291016,-4.015600204467773,-21.62779998779297,7.977970123291016,-2.665600061416626,-20.302799224853516,8.205840110778809,-4.015600204467773,-20.302799224853516,8.099760055541992,-4.015600204467773,-21.62779998779297,7.977970123291016,-4.015600204467773,-20.302799224853516,8.099760055541992,-4.0655999183654785,-21.62779998779297,7.977960109710693,-4.0655999183654785,-21.62779998779297,7.977960109710693,-4.015600204467773,-20.302799224853516,8.099760055541992,-4.2684102058410645,-21.607999801635742,7.9780402183532715,-4.0655999183654785,-21.62779998779297,7.977960109710693,-4.2684102058410645,-21.607999801635742,7.9780402183532715,-4.148670196533203,-21.625200271606445,7.977819919586182,2.7344000339508057,-20.302799224853516,8.205860137939453,4.084400177001953,-20.302799224853516,8.0997896194458,2.7344000339508057,-19.640300750732422,8.28754997253418,2.7344000339508057,-19.640300750732422,8.28754997253418,4.084400177001953,-20.302799224853516,8.0997896194458,5.4344000816345215,-18.977800369262695,7.978089809417725,2.7344000339508057,-19.640300750732422,8.28754997253418,5.4344000816345215,-18.977800369262695,7.978089809417725,2.7344000339508057,-18.977800369262695,8.317350387573242,2.7344000339508057,-18.977800369262695,8.317350387573242,5.4344000816345215,-18.977800369262695,7.978089809417725,2.7344000339508057,-18.31529998779297,8.287529945373535,2.7344000339508057,-18.977800369262695,8.317350387573242,2.7344000339508057,-18.31529998779297,8.287529945373535,1.3844000101089478,-18.977800369262695,8.434490203857422,1.3844000101089478,-18.977800369262695,8.434490203857422,2.7344000339508057,-18.31529998779297,8.287529945373535,1.3844000101089478,-18.31529998779297,8.39342975616455,1.3844000101089478,-18.977800369262695,8.434490203857422,1.3844000101089478,-18.31529998779297,8.39342975616455,0.03440190106630325,-18.977800369262695,8.47760009765625,0.03440190106630325,-18.977800369262695,8.47760009765625,1.3844000101089478,-18.31529998779297,8.39342975616455,0.03440190106630325,-18.31529998779297,8.432290077209473,0.03440190106630325,-18.977800369262695,8.47760009765625,0.03440190106630325,-18.31529998779297,8.432290077209473,-1.315600037574768,-18.31529998779297,8.393389701843262,-1.315600037574768,-18.31529998779297,8.393389701843262,0.03440190106630325,-18.31529998779297,8.432290077209473,-1.315600037574768,-17.652799606323242,8.282529830932617,-1.315600037574768,-18.31529998779297,8.393389701843262,-1.315600037574768,-17.652799606323242,8.282529830932617,-2.665600061416626,-17.652799606323242,8.205789566040039,4.084400177001953,-21.62779998779297,7.977970123291016,4.084400177001953,-20.302799224853516,8.0997896194458,2.7344000339508057,-21.62779998779297,7.978119850158691,2.7344000339508057,-21.62779998779297,7.978119850158691,4.084400177001953,-20.302799224853516,8.0997896194458,2.7344000339508057,-20.302799224853516,8.205860137939453,2.7344000339508057,-21.62779998779297,7.978119850158691,2.7344000339508057,-20.302799224853516,8.205860137939453,1.3844000101089478,-20.302799224853516,8.282600402832031,1.3844000101089478,-20.302799224853516,8.282600402832031,2.7344000339508057,-20.302799224853516,8.205860137939453,1.3844000101089478,-19.640300750732422,8.393460273742676,1.3844000101089478,-20.302799224853516,8.282600402832031,1.3844000101089478,-19.640300750732422,8.393460273742676,0.03440190106630325,-19.640300750732422,8.432319641113281,0.03440190106630325,-19.640300750732422,8.432319641113281,1.3844000101089478,-19.640300750732422,8.393460273742676,0.03440190106630325,-18.977800369262695,8.47760009765625,0.03440190106630325,-19.640300750732422,8.432319641113281,0.03440190106630325,-18.977800369262695,8.47760009765625,-1.315600037574768,-19.640300750732422,8.393420219421387,-1.315600037574768,-19.640300750732422,8.393420219421387,0.03440190106630325,-18.977800369262695,8.47760009765625,-1.315600037574768,-18.977800369262695,8.434459686279297,-1.315600037574768,-19.640300750732422,8.393420219421387,-1.315600037574768,-18.977800369262695,8.434459686279297,-2.665600061416626,-19.640300750732422,8.287520408630371,-2.665600061416626,-19.640300750732422,8.287520408630371,-1.315600037574768,-18.977800369262695,8.434459686279297,-2.665600061416626,-18.977800369262695,8.317319869995117,-2.665600061416626,-19.640300750732422,8.287520408630371,-2.665600061416626,-18.977800369262695,8.317319869995117,-5.365600109100342,-18.977800369262695,7.978089809417725,-5.365600109100342,-18.977800369262695,7.978089809417725,-2.665600061416626,-18.977800369262695,8.317319869995117,-2.665600061416626,-18.31529998779297,8.287489891052246,-5.365600109100342,-18.977800369262695,7.978089809417725,-2.665600061416626,-18.31529998779297,8.287489891052246,-4.015600204467773,-17.652799606323242,8.099729537963867,-4.015600204467773,-17.652799606323242,8.099729537963867,-2.665600061416626,-18.31529998779297,8.287489891052246,-2.665600061416626,-17.652799606323242,8.205789566040039,-4.015600204467773,-17.652799606323242,8.099729537963867,-2.665600061416626,-17.652799606323242,8.205789566040039,-2.665600061416626,-16.327800750732422,7.978129863739014,-2.665600061416626,-16.327800750732422,7.978129863739014,-2.665600061416626,-17.652799606323242,8.205789566040039,-1.315600037574768,-17.652799606323242,8.282529830932617,-2.665600061416626,-16.327800750732422,7.978129863739014,-1.315600037574768,-17.652799606323242,8.282529830932617,0.03440190106630325,-16.327800750732422,7.978439807891846,0.03440190106630325,-16.327800750732422,7.978439807891846,-1.315600037574768,-17.652799606323242,8.282529830932617,0.03440190106630325,-17.652799606323242,8.310529708862305,0.03440190106630325,-16.327800750732422,7.978439807891846,0.03440190106630325,-17.652799606323242,8.310529708862305,2.7344000339508057,-16.327800750732422,7.978119850158691,2.7344000339508057,-16.327800750732422,7.978119850158691,0.03440190106630325,-17.652799606323242,8.310529708862305,2.7344000339508057,-17.652799606323242,8.205840110778809,2.7344000339508057,-16.327800750732422,7.978119850158691,2.7344000339508057,-17.652799606323242,8.205840110778809,4.084400177001953,-16.327800750732422,7.977970123291016,4.084400177001953,-16.327800750732422,7.977970123291016,2.7344000339508057,-17.652799606323242,8.205840110778809,4.084400177001953,-17.652799606323242,8.099769592285156,4.084400177001953,-16.327800750732422,7.977970123291016,4.084400177001953,-17.652799606323242,8.099769592285156,4.134399890899658,-16.327800750732422,7.977960109710693,4.134399890899658,-16.327800750732422,7.977960109710693,4.084400177001953,-17.652799606323242,8.099769592285156,4.337210178375244,-16.347700119018555,7.9780402183532715,4.134399890899658,-16.327800750732422,7.977960109710693,4.337210178375244,-16.347700119018555,7.9780402183532715,4.217480182647705,-16.33049964904785,7.977819919586182,-8.415599822998047,-20.302799224853516,8.0997896194458,-7.0655999183654785,-20.302799224853516,7.978089809417725,-7.0655999183654785,-18.977800369262695,7.978089809417725,-11.115599632263184,-19.640300750732422,8.393460273742676,-11.115599632263184,-18.977800369262695,8.434490203857422,-12.46560001373291,-18.977800369262695,8.47760009765625,-13.815600395202637,-18.31529998779297,8.393389701843262,-13.815600395202637,-18.977800369262695,8.434459686279297,-12.46560001373291,-18.977800369262695,8.47760009765625,-16.515600204467773,-17.652799606323242,8.099729537963867,-17.8656005859375,-17.652799606323242,7.978089809417725,-17.8656005859375,-18.977800369262695,7.978089809417725,-7.0655999183654785,-20.302799224853516,7.978089809417725,-8.415599822998047,-20.302799224853516,8.0997896194458,-7.0655999183654785,-20.327800750732422,7.978089809417725,-17.8656005859375,-17.652799606323242,7.978089809417725,-16.515600204467773,-17.652799606323242,8.099729537963867,-17.8656005859375,-17.62779998779297,7.978089809417725,-17.15489959716797,-16.471500396728516,7.9787797927856445,-17.184999465942383,-16.484899520874023,7.978809833526611,-17.328500747680664,-16.577899932861328,7.978630065917969,-16.969900131225586,-16.39229965209961,7.978529930114746,-16.995899200439453,-16.401100158691406,7.978600025177002,-17.15489959716797,-16.471500396728516,7.9787797927856445,-16.969900131225586,-16.39229965209961,7.978529930114746,-16.515600204467773,-17.652799606323242,8.099729537963867,-16.967300415039062,-16.391700744628906,7.978529930114746,-16.967300415039062,-16.391700744628906,7.978529930114746,-16.515600204467773,-17.652799606323242,8.099729537963867,-16.76889991760254,-16.3439998626709,7.977980136871338,-16.967300415039062,-16.391700744628906,7.978529930114746,-16.76889991760254,-16.3439998626709,7.977980136871338,-16.771799087524414,-16.34429931640625,7.977980136871338,-17.827600479125977,-17.31559944152832,7.978320121765137,-17.833900451660156,-17.342300415039062,7.978280067443848,-17.845699310302734,-17.424999237060547,7.978149890899658,-17.48240089416504,-16.71109962463379,7.978340148925781,-17.528400421142578,-16.75429916381836,7.978250026702881,-17.614599227905273,-16.865800857543945,7.978229999542236,-17.35610008239746,-16.595699310302734,7.978600025177002,-17.377599716186523,-16.612600326538086,7.978549957275391,-17.48240089416504,-16.71109962463379,7.978340148925781,-16.969900131225586,-16.39229965209961,7.978529930114746,-17.15489959716797,-16.471500396728516,7.9787797927856445,-16.515600204467773,-17.652799606323242,8.099729537963867,-16.515600204467773,-17.652799606323242,8.099729537963867,-17.15489959716797,-16.471500396728516,7.9787797927856445,-17.328500747680664,-16.577899932861328,7.978630065917969,-16.515600204467773,-17.652799606323242,8.099729537963867,-17.328500747680664,-16.577899932861328,7.978630065917969,-17.35610008239746,-16.595699310302734,7.978600025177002,-17.653099060058594,-16.91550064086914,7.978219985961914,-17.66790008544922,-16.938600540161133,7.978240013122559,-17.720300674438477,-17.039499282836914,7.978340148925781,-17.35610008239746,-16.595699310302734,7.978600025177002,-17.48240089416504,-16.71109962463379,7.978340148925781,-16.515600204467773,-17.652799606323242,8.099729537963867,-16.515600204467773,-17.652799606323242,8.099729537963867,-17.48240089416504,-16.71109962463379,7.978340148925781,-17.614599227905273,-16.865800857543945,7.978229999542236,-16.515600204467773,-17.652799606323242,8.099729537963867,-17.614599227905273,-16.865800857543945,7.978229999542236,-17.653099060058594,-16.91550064086914,7.978219985961914,-17.653099060058594,-16.91550064086914,7.978219985961914,-17.720300674438477,-17.039499282836914,7.978340148925781,-16.515600204467773,-17.652799606323242,8.099729537963867,-16.515600204467773,-17.652799606323242,8.099729537963867,-17.720300674438477,-17.039499282836914,7.978340148925781,-17.7632999420166,-17.12220001220703,7.978409767150879,-16.515600204467773,-17.652799606323242,8.099729537963867,-17.7632999420166,-17.12220001220703,7.978409767150879,-17.798200607299805,-17.227399826049805,7.978370189666748,-17.862899780273438,-17.544700622558594,7.977960109710693,-17.8656005859375,-17.62779998779297,7.978089809417725,-17.845699310302734,-17.424999237060547,7.978149890899658,-17.845699310302734,-17.424999237060547,7.978149890899658,-17.8656005859375,-17.62779998779297,7.978089809417725,-16.515600204467773,-17.652799606323242,8.099729537963867,-17.845699310302734,-17.424999237060547,7.978149890899658,-16.515600204467773,-17.652799606323242,8.099729537963867,-17.827600479125977,-17.31559944152832,7.978320121765137,-17.827600479125977,-17.31559944152832,7.978320121765137,-16.515600204467773,-17.652799606323242,8.099729537963867,-17.798200607299805,-17.227399826049805,7.978370189666748,-7.0655999183654785,-17.62779998779297,7.978089809417725,-7.081830024719238,-17.42449951171875,7.978129863739014,-8.415599822998047,-17.652799606323242,8.099769592285156,-8.415599822998047,-17.652799606323242,8.099769592285156,-7.081830024719238,-17.42449951171875,7.978129863739014,-7.082059860229492,-17.421600341796875,7.978129863739014,-7.138869762420654,-17.197500228881836,7.978429794311523,-7.209310054779053,-17.03849983215332,7.978330135345459,-7.130060195922852,-17.223499298095703,7.978419780731201,-7.130060195922852,-17.223499298095703,7.978419780731201,-7.209310054779053,-17.03849983215332,7.978330135345459,-8.415599822998047,-17.652799606323242,8.099769592285156,-7.130060195922852,-17.223499298095703,7.978419780731201,-8.415599822998047,-17.652799606323242,8.099769592285156,-7.129429817199707,-17.22610092163086,7.978419780731201,-7.129429817199707,-17.22610092163086,7.978419780731201,-8.415599822998047,-17.652799606323242,8.099769592285156,-7.082059860229492,-17.421600341796875,7.978129863739014,-7.448910236358643,-16.711000442504883,7.9783501625061035,-7.492129802703857,-16.665000915527344,7.978419780731201,-7.603569984436035,-16.578800201416016,7.978640079498291,-7.333539962768555,-16.837299346923828,7.9781999588012695,-7.350430011749268,-16.815799713134766,7.9781999588012695,-7.448910236358643,-16.711000442504883,7.9783501625061035,-7.209310054779053,-17.03849983215332,7.978330135345459,-7.22268009185791,-17.008399963378906,7.978320121765137,-8.415599822998047,-17.652799606323242,8.099769592285156,-8.415599822998047,-17.652799606323242,8.099769592285156,-7.22268009185791,-17.008399963378906,7.978320121765137,-7.315690040588379,-16.864900588989258,7.978219985961914,-8.415599822998047,-17.652799606323242,8.099769592285156,-7.315690040588379,-16.864900588989258,7.978219985961914,-7.333539962768555,-16.837299346923828,7.9781999588012695,-7.333539962768555,-16.837299346923828,7.9781999588012695,-7.448910236358643,-16.711000442504883,7.9783501625061035,-8.415599822998047,-17.652799606323242,8.099769592285156,-8.415599822998047,-17.652799606323242,8.099769592285156,-7.448910236358643,-16.711000442504883,7.9783501625061035,-7.603569984436035,-16.578800201416016,7.978640079498291,-8.415599822998047,-17.652799606323242,8.099769592285156,-7.603569984436035,-16.578800201416016,7.978640079498291,-7.653349876403809,-16.540300369262695,7.978740215301514,-7.860060214996338,-16.430099487304688,7.978740215301514,-8.415599822998047,-17.652799606323242,8.099769592285156,-7.777289867401123,-16.473100662231445,7.978750228881836,-7.777289867401123,-16.473100662231445,7.978750228881836,-8.415599822998047,-17.652799606323242,8.099769592285156,-7.653349876403809,-16.540300369262695,7.978740215301514,-7.777289867401123,-16.473100662231445,7.978750228881836,-7.653349876403809,-16.540300369262695,7.978740215301514,-7.676449775695801,-16.52549934387207,7.978769779205322,-8.080169677734375,-16.359500885009766,7.978189945220947,-8.162790298461914,-16.347700119018555,7.9780402183532715,-8.053460121154785,-16.36590003967285,7.978260040283203,-8.053460121154785,-16.36590003967285,7.978260040283203,-8.162790298461914,-16.347700119018555,7.9780402183532715,-8.415599822998047,-17.652799606323242,8.099769592285156,-8.053460121154785,-16.36590003967285,7.978260040283203,-8.415599822998047,-17.652799606323242,8.099769592285156,-7.965129852294922,-16.395200729370117,7.978479862213135,-7.965129852294922,-16.395200729370117,7.978479862213135,-8.415599822998047,-17.652799606323242,8.099769592285156,-7.860060214996338,-16.430099487304688,7.978740215301514,-8.415599822998047,-21.62779998779297,7.977970123291016,-8.365599632263184,-21.62779998779297,7.977960109710693,-8.415599822998047,-20.302799224853516,8.0997896194458,-8.415599822998047,-20.302799224853516,8.0997896194458,-8.365599632263184,-21.62779998779297,7.977960109710693,-8.162249565124512,-21.611600875854492,7.977970123291016,-7.935319900512695,-21.554500579833984,7.97859001159668,-7.776309967041016,-21.484100341796875,7.9787797927856445,-7.961309909820557,-21.563400268554688,7.978529930114746,-7.961309909820557,-21.563400268554688,7.978529930114746,-7.776309967041016,-21.484100341796875,7.9787797927856445,-8.415599822998047,-20.302799224853516,8.0997896194458,-7.961309909820557,-21.563400268554688,7.978529930114746,-8.415599822998047,-20.302799224853516,8.0997896194458,-7.963930130004883,-21.56399917602539,7.978519916534424,-7.963930130004883,-21.56399917602539,7.978519916534424,-8.415599822998047,-20.302799224853516,8.0997896194458,-8.162249565124512,-21.611600875854492,7.977970123291016,-7.963930130004883,-21.56399917602539,7.978519916534424,-8.162249565124512,-21.611600875854492,7.977970123291016,-8.159379959106445,-21.611400604248047,7.977970123291016,-7.575139999389648,-21.359899520874023,7.978600025177002,-7.55355978012085,-21.343000411987305,7.978549957275391,-7.448750019073486,-21.24449920654297,7.978340148925781,-7.776309967041016,-21.484100341796875,7.9787797927856445,-7.74616003036499,-21.470800399780273,7.978809833526611,-8.415599822998047,-20.302799224853516,8.0997896194458,-8.415599822998047,-20.302799224853516,8.0997896194458,-7.74616003036499,-21.470800399780273,7.978809833526611,-7.602650165557861,-21.377700805664062,7.978630065917969,-8.415599822998047,-20.302799224853516,8.0997896194458,-7.602650165557861,-21.377700805664062,7.978630065917969,-7.575139999389648,-21.359899520874023,7.978600025177002,-7.575139999389648,-21.359899520874023,7.978600025177002,-7.448750019073486,-21.24449920654297,7.978340148925781,-8.415599822998047,-20.302799224853516,8.0997896194458,-8.415599822998047,-20.302799224853516,8.0997896194458,-7.448750019073486,-21.24449920654297,7.978340148925781,-7.402780055999756,-21.2012996673584,7.978250026702881,-8.415599822998047,-20.302799224853516,8.0997896194458,-7.402780055999756,-21.2012996673584,7.978250026702881,-7.316579818725586,-21.08989906311035,7.978240013122559,-7.27810001373291,-21.04010009765625,7.978229999542236,-7.263319969177246,-21.017000198364258,7.978250026702881,-7.210909843444824,-20.916099548339844,7.978340148925781,-7.167940139770508,-20.83340072631836,7.978409767150879,-7.132989883422852,-20.728300094604492,7.978370189666748,-7.210909843444824,-20.916099548339844,7.978340148925781,-7.210909843444824,-20.916099548339844,7.978340148925781,-7.132989883422852,-20.728300094604492,7.978370189666748,-8.415599822998047,-20.302799224853516,8.0997896194458,-7.210909843444824,-20.916099548339844,7.978340148925781,-8.415599822998047,-20.302799224853516,8.0997896194458,-7.27810001373291,-21.04010009765625,7.978229999542236,-7.27810001373291,-21.04010009765625,7.978229999542236,-8.415599822998047,-20.302799224853516,8.0997896194458,-7.316579818725586,-21.08989906311035,7.978240013122559,-7.103640079498291,-20.639999389648438,7.978320121765137,-7.097330093383789,-20.613300323486328,7.978280067443848,-7.085450172424316,-20.53059959411621,7.978149890899658,-7.068260192871094,-20.410900115966797,7.977960109710693,-7.0655999183654785,-20.327800750732422,7.978089809417725,-7.085450172424316,-20.53059959411621,7.978149890899658,-7.085450172424316,-20.53059959411621,7.978149890899658,-7.0655999183654785,-20.327800750732422,7.978089809417725,-8.415599822998047,-20.302799224853516,8.0997896194458,-7.085450172424316,-20.53059959411621,7.978149890899658,-8.415599822998047,-20.302799224853516,8.0997896194458,-7.103640079498291,-20.639999389648438,7.978320121765137,-7.103640079498291,-20.639999389648438,7.978320121765137,-8.415599822998047,-20.302799224853516,8.0997896194458,-7.132989883422852,-20.728300094604492,7.978370189666748,-16.515600204467773,-20.302799224853516,8.099760055541992,-17.84939956665039,-20.531200408935547,7.978129863739014,-17.84910011291504,-20.534000396728516,7.978129863739014,-17.792299270629883,-20.758100509643555,7.978429794311523,-17.721900939941406,-20.91710090637207,7.978330135345459,-17.80109977722168,-20.732099533081055,7.978419780731201,-17.80109977722168,-20.732099533081055,7.978419780731201,-17.721900939941406,-20.91710090637207,7.978330135345459,-16.515600204467773,-20.302799224853516,8.099760055541992,-17.80109977722168,-20.732099533081055,7.978419780731201,-16.515600204467773,-20.302799224853516,8.099760055541992,-17.801799774169922,-20.72949981689453,7.978419780731201,-17.801799774169922,-20.72949981689453,7.978419780731201,-16.515600204467773,-20.302799224853516,8.099760055541992,-17.84910011291504,-20.534000396728516,7.978129863739014,-17.4822998046875,-21.244699478149414,7.9783501625061035,-17.43910026550293,-21.290700912475586,7.978419780731201,-17.327600479125977,-21.376800537109375,7.978640079498291,-17.597700119018555,-21.11829948425293,7.9781999588012695,-17.580799102783203,-21.13990020751953,7.9781999588012695,-17.4822998046875,-21.244699478149414,7.9783501625061035,-17.721900939941406,-20.91710090637207,7.978330135345459,-17.708499908447266,-20.94729995727539,7.978320121765137,-16.515600204467773,-20.302799224853516,8.099760055541992,-16.515600204467773,-20.302799224853516,8.099760055541992,-17.708499908447266,-20.94729995727539,7.978320121765137,-17.61549949645996,-21.09079933166504,7.978219985961914,-16.515600204467773,-20.302799224853516,8.099760055541992,-17.61549949645996,-21.09079933166504,7.978219985961914,-17.597700119018555,-21.11829948425293,7.9781999588012695,-17.597700119018555,-21.11829948425293,7.9781999588012695,-17.4822998046875,-21.244699478149414,7.9783501625061035,-16.515600204467773,-20.302799224853516,8.099760055541992,-16.515600204467773,-20.302799224853516,8.099760055541992,-17.4822998046875,-21.244699478149414,7.9783501625061035,-17.327600479125977,-21.376800537109375,7.978640079498291,-16.515600204467773,-20.302799224853516,8.099760055541992,-17.327600479125977,-21.376800537109375,7.978640079498291,-17.277799606323242,-21.415300369262695,7.978740215301514,-17.07110023498535,-21.52549934387207,7.978740215301514,-16.515600204467773,-20.302799224853516,8.099760055541992,-17.153900146484375,-21.482500076293945,7.978750228881836,-17.153900146484375,-21.482500076293945,7.978750228881836,-16.515600204467773,-20.302799224853516,8.099760055541992,-17.277799606323242,-21.415300369262695,7.978740215301514,-17.153900146484375,-21.482500076293945,7.978750228881836,-17.277799606323242,-21.415300369262695,7.978740215301514,-17.25469970703125,-21.430099487304688,7.978769779205322,-16.85099983215332,-21.596099853515625,7.978189945220947,-16.768400192260742,-21.607999801635742,7.9780402183532715,-16.877700805664062,-21.589799880981445,7.978260040283203,-16.877700805664062,-21.589799880981445,7.978260040283203,-16.768400192260742,-21.607999801635742,7.9780402183532715,-16.515600204467773,-20.302799224853516,8.099760055541992,-16.877700805664062,-21.589799880981445,7.978260040283203,-16.515600204467773,-20.302799224853516,8.099760055541992,-16.966100692749023,-21.560400009155273,7.978479862213135,-16.966100692749023,-21.560400009155273,7.978479862213135,-16.515600204467773,-20.302799224853516,8.099760055541992,-17.07110023498535,-21.52549934387207,7.978740215301514,-15.165599822998047,-18.977800369262695,8.317319869995117,-13.815600395202637,-18.977800369262695,8.434459686279297,-15.165599822998047,-18.31529998779297,8.287489891052246,-15.165599822998047,-18.31529998779297,8.287489891052246,-13.815600395202637,-18.977800369262695,8.434459686279297,-13.815600395202637,-18.31529998779297,8.393389701843262,-15.165599822998047,-18.31529998779297,8.287489891052246,-13.815600395202637,-18.31529998779297,8.393389701843262,-15.165599822998047,-17.652799606323242,8.205789566040039,-15.165599822998047,-16.327800750732422,7.978129863739014,-16.515600204467773,-16.327800750732422,7.977980136871338,-16.515600204467773,-17.652799606323242,8.099729537963867,-16.515600204467773,-17.652799606323242,8.099729537963867,-16.515600204467773,-16.327800750732422,7.977980136871338,-16.56559944152832,-16.327800750732422,7.977970123291016,-16.515600204467773,-17.652799606323242,8.099729537963867,-16.56559944152832,-16.327800750732422,7.977970123291016,-16.76889991760254,-16.3439998626709,7.977980136871338,-7.0655999183654785,-18.977800369262695,7.978089809417725,-7.0655999183654785,-18.31529998779297,7.978089809417725,-9.765600204467773,-18.31529998779297,8.287529945373535,-9.765600204467773,-18.31529998779297,8.287529945373535,-7.0655999183654785,-18.31529998779297,7.978089809417725,-7.0655999183654785,-17.652799606323242,7.978089809417725,-13.815600395202637,-17.652799606323242,8.282529830932617,-12.46560001373291,-18.31529998779297,8.432290077209473,-12.46560001373291,-17.652799606323242,8.310529708862305,-12.46560001373291,-17.652799606323242,8.310529708862305,-12.46560001373291,-18.31529998779297,8.432290077209473,-11.115599632263184,-18.31529998779297,8.39342975616455,-12.46560001373291,-17.652799606323242,8.310529708862305,-11.115599632263184,-18.31529998779297,8.39342975616455,-9.765600204467773,-17.652799606323242,8.205840110778809,-9.765600204467773,-17.652799606323242,8.205840110778809,-11.115599632263184,-18.31529998779297,8.39342975616455,-9.765600204467773,-18.31529998779297,8.287529945373535,-9.765600204467773,-17.652799606323242,8.205840110778809,-9.765600204467773,-18.31529998779297,8.287529945373535,-8.415599822998047,-17.652799606323242,8.099769592285156,-8.415599822998047,-17.652799606323242,8.099769592285156,-9.765600204467773,-18.31529998779297,8.287529945373535,-7.0655999183654785,-17.652799606323242,7.978089809417725,-8.415599822998047,-17.652799606323242,8.099769592285156,-7.0655999183654785,-17.652799606323242,7.978089809417725,-7.0655999183654785,-17.62779998779297,7.978089809417725,-9.765600204467773,-18.977800369262695,8.317350387573242,-11.115599632263184,-18.977800369262695,8.434490203857422,-9.765600204467773,-19.640300750732422,8.28754997253418,-9.765600204467773,-19.640300750732422,8.28754997253418,-11.115599632263184,-18.977800369262695,8.434490203857422,-11.115599632263184,-19.640300750732422,8.393460273742676,-9.765600204467773,-19.640300750732422,8.28754997253418,-11.115599632263184,-19.640300750732422,8.393460273742676,-9.765600204467773,-20.302799224853516,8.205860137939453,-11.115599632263184,-20.302799224853516,8.282600402832031,-12.46560001373291,-19.640300750732422,8.432319641113281,-12.46560001373291,-20.302799224853516,8.310569763183594,-12.46560001373291,-20.302799224853516,8.310569763183594,-12.46560001373291,-19.640300750732422,8.432319641113281,-13.815600395202637,-19.640300750732422,8.393420219421387,-12.46560001373291,-20.302799224853516,8.310569763183594,-13.815600395202637,-19.640300750732422,8.393420219421387,-15.165599822998047,-20.302799224853516,8.205840110778809,-15.165599822998047,-20.302799224853516,8.205840110778809,-13.815600395202637,-19.640300750732422,8.393420219421387,-15.165599822998047,-19.640300750732422,8.287520408630371,-15.165599822998047,-20.302799224853516,8.205840110778809,-15.165599822998047,-19.640300750732422,8.287520408630371,-16.515600204467773,-20.302799224853516,8.099760055541992,-17.8656005859375,-18.977800369262695,7.978089809417725,-17.8656005859375,-19.640300750732422,7.978089809417725,-15.165599822998047,-19.640300750732422,8.287520408630371,-15.165599822998047,-19.640300750732422,8.287520408630371,-17.8656005859375,-19.640300750732422,7.978089809417725,-17.8656005859375,-20.302799224853516,7.978089809417725,-15.165599822998047,-19.640300750732422,8.287520408630371,-17.8656005859375,-20.302799224853516,7.978089809417725,-16.515600204467773,-20.302799224853516,8.099760055541992,-16.515600204467773,-20.302799224853516,8.099760055541992,-17.8656005859375,-20.302799224853516,7.978089809417725,-17.8656005859375,-20.327800750732422,7.978089809417725,-16.515600204467773,-20.302799224853516,8.099760055541992,-17.8656005859375,-20.327800750732422,7.978089809417725,-17.84939956665039,-20.531200408935547,7.978129863739014,-9.765600204467773,-21.62779998779297,7.978119850158691,-11.115599632263184,-20.302799224853516,8.282600402832031,-12.46560001373291,-21.62779998779297,7.978429794311523,-12.46560001373291,-21.62779998779297,7.978429794311523,-11.115599632263184,-20.302799224853516,8.282600402832031,-12.46560001373291,-20.302799224853516,8.310569763183594,-12.46560001373291,-21.62779998779297,7.978429794311523,-12.46560001373291,-20.302799224853516,8.310569763183594,-15.165599822998047,-21.62779998779297,7.978119850158691,-15.165599822998047,-21.62779998779297,7.978119850158691,-12.46560001373291,-20.302799224853516,8.310569763183594,-15.165599822998047,-20.302799224853516,8.205840110778809,-15.165599822998047,-21.62779998779297,7.978119850158691,-15.165599822998047,-20.302799224853516,8.205840110778809,-16.515600204467773,-21.62779998779297,7.977970123291016,-16.515600204467773,-21.62779998779297,7.977970123291016,-15.165599822998047,-20.302799224853516,8.205840110778809,-16.515600204467773,-20.302799224853516,8.099760055541992,-16.515600204467773,-21.62779998779297,7.977970123291016,-16.515600204467773,-20.302799224853516,8.099760055541992,-16.56559944152832,-21.62779998779297,7.977960109710693,-16.56559944152832,-21.62779998779297,7.977960109710693,-16.515600204467773,-20.302799224853516,8.099760055541992,-16.768400192260742,-21.607999801635742,7.9780402183532715,-16.56559944152832,-21.62779998779297,7.977960109710693,-16.768400192260742,-21.607999801635742,7.9780402183532715,-16.648700714111328,-21.625200271606445,7.977819919586182,-9.765600204467773,-20.302799224853516,8.205860137939453,-8.415599822998047,-20.302799224853516,8.0997896194458,-9.765600204467773,-19.640300750732422,8.28754997253418,-9.765600204467773,-19.640300750732422,8.28754997253418,-8.415599822998047,-20.302799224853516,8.0997896194458,-7.0655999183654785,-18.977800369262695,7.978089809417725,-9.765600204467773,-19.640300750732422,8.28754997253418,-7.0655999183654785,-18.977800369262695,7.978089809417725,-9.765600204467773,-18.977800369262695,8.317350387573242,-9.765600204467773,-18.977800369262695,8.317350387573242,-7.0655999183654785,-18.977800369262695,7.978089809417725,-9.765600204467773,-18.31529998779297,8.287529945373535,-9.765600204467773,-18.977800369262695,8.317350387573242,-9.765600204467773,-18.31529998779297,8.287529945373535,-11.115599632263184,-18.977800369262695,8.434490203857422,-11.115599632263184,-18.977800369262695,8.434490203857422,-9.765600204467773,-18.31529998779297,8.287529945373535,-11.115599632263184,-18.31529998779297,8.39342975616455,-11.115599632263184,-18.977800369262695,8.434490203857422,-11.115599632263184,-18.31529998779297,8.39342975616455,-12.46560001373291,-18.977800369262695,8.47760009765625,-12.46560001373291,-18.977800369262695,8.47760009765625,-11.115599632263184,-18.31529998779297,8.39342975616455,-12.46560001373291,-18.31529998779297,8.432290077209473,-12.46560001373291,-18.977800369262695,8.47760009765625,-12.46560001373291,-18.31529998779297,8.432290077209473,-13.815600395202637,-18.31529998779297,8.393389701843262,-13.815600395202637,-18.31529998779297,8.393389701843262,-12.46560001373291,-18.31529998779297,8.432290077209473,-13.815600395202637,-17.652799606323242,8.282529830932617,-13.815600395202637,-18.31529998779297,8.393389701843262,-13.815600395202637,-17.652799606323242,8.282529830932617,-15.165599822998047,-17.652799606323242,8.205789566040039,-8.415599822998047,-21.62779998779297,7.977970123291016,-8.415599822998047,-20.302799224853516,8.0997896194458,-9.765600204467773,-21.62779998779297,7.978119850158691,-9.765600204467773,-21.62779998779297,7.978119850158691,-8.415599822998047,-20.302799224853516,8.0997896194458,-9.765600204467773,-20.302799224853516,8.205860137939453,-9.765600204467773,-21.62779998779297,7.978119850158691,-9.765600204467773,-20.302799224853516,8.205860137939453,-11.115599632263184,-20.302799224853516,8.282600402832031,-11.115599632263184,-20.302799224853516,8.282600402832031,-9.765600204467773,-20.302799224853516,8.205860137939453,-11.115599632263184,-19.640300750732422,8.393460273742676,-11.115599632263184,-20.302799224853516,8.282600402832031,-11.115599632263184,-19.640300750732422,8.393460273742676,-12.46560001373291,-19.640300750732422,8.432319641113281,-12.46560001373291,-19.640300750732422,8.432319641113281,-11.115599632263184,-19.640300750732422,8.393460273742676,-12.46560001373291,-18.977800369262695,8.47760009765625,-12.46560001373291,-19.640300750732422,8.432319641113281,-12.46560001373291,-18.977800369262695,8.47760009765625,-13.815600395202637,-19.640300750732422,8.393420219421387,-13.815600395202637,-19.640300750732422,8.393420219421387,-12.46560001373291,-18.977800369262695,8.47760009765625,-13.815600395202637,-18.977800369262695,8.434459686279297,-13.815600395202637,-19.640300750732422,8.393420219421387,-13.815600395202637,-18.977800369262695,8.434459686279297,-15.165599822998047,-19.640300750732422,8.287520408630371,-15.165599822998047,-19.640300750732422,8.287520408630371,-13.815600395202637,-18.977800369262695,8.434459686279297,-15.165599822998047,-18.977800369262695,8.317319869995117,-15.165599822998047,-19.640300750732422,8.287520408630371,-15.165599822998047,-18.977800369262695,8.317319869995117,-17.8656005859375,-18.977800369262695,7.978089809417725,-17.8656005859375,-18.977800369262695,7.978089809417725,-15.165599822998047,-18.977800369262695,8.317319869995117,-15.165599822998047,-18.31529998779297,8.287489891052246,-17.8656005859375,-18.977800369262695,7.978089809417725,-15.165599822998047,-18.31529998779297,8.287489891052246,-16.515600204467773,-17.652799606323242,8.099729537963867,-16.515600204467773,-17.652799606323242,8.099729537963867,-15.165599822998047,-18.31529998779297,8.287489891052246,-15.165599822998047,-17.652799606323242,8.205789566040039,-16.515600204467773,-17.652799606323242,8.099729537963867,-15.165599822998047,-17.652799606323242,8.205789566040039,-15.165599822998047,-16.327800750732422,7.978129863739014,-15.165599822998047,-16.327800750732422,7.978129863739014,-15.165599822998047,-17.652799606323242,8.205789566040039,-13.815600395202637,-17.652799606323242,8.282529830932617,-15.165599822998047,-16.327800750732422,7.978129863739014,-13.815600395202637,-17.652799606323242,8.282529830932617,-12.46560001373291,-16.327800750732422,7.978439807891846,-12.46560001373291,-16.327800750732422,7.978439807891846,-13.815600395202637,-17.652799606323242,8.282529830932617,-12.46560001373291,-17.652799606323242,8.310529708862305,-12.46560001373291,-16.327800750732422,7.978439807891846,-12.46560001373291,-17.652799606323242,8.310529708862305,-9.765600204467773,-16.327800750732422,7.978119850158691,-9.765600204467773,-16.327800750732422,7.978119850158691,-12.46560001373291,-17.652799606323242,8.310529708862305,-9.765600204467773,-17.652799606323242,8.205840110778809,-9.765600204467773,-16.327800750732422,7.978119850158691,-9.765600204467773,-17.652799606323242,8.205840110778809,-8.415599822998047,-16.327800750732422,7.977970123291016,-8.415599822998047,-16.327800750732422,7.977970123291016,-9.765600204467773,-17.652799606323242,8.205840110778809,-8.415599822998047,-17.652799606323242,8.099769592285156,-8.415599822998047,-16.327800750732422,7.977970123291016,-8.415599822998047,-17.652799606323242,8.099769592285156,-8.365599632263184,-16.327800750732422,7.977960109710693,-8.365599632263184,-16.327800750732422,7.977960109710693,-8.415599822998047,-17.652799606323242,8.099769592285156,-8.162790298461914,-16.347700119018555,7.9780402183532715,-8.365599632263184,-16.327800750732422,7.977960109710693,-8.162790298461914,-16.347700119018555,7.9780402183532715,-8.282520294189453,-16.33049964904785,7.977819919586182], "normalized": false }, "normal": { "itemSize": 3, "type": "Float32Array", "array": [0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,-0.000030518498533638194,1,0,-0.00006103699706727639,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0.00009155549923889339,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0.00012207399413455278,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,-0.000030518498533638194,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0.8477129936218262,0,0.5304120182991028,0.7994319796562195,0,0.6007260084152222,0.8477129936218262,0,0.5304120182991028,0.8477129936218262,0,0.5304120182991028,0.7994319796562195,0,0.6007260084152222,0.7994319796562195,0,0.6007260084152222,0.8477129936218262,0,0.5304120182991028,0.8477129936218262,0,0.5304120182991028,0.8898280262947083,0,0.45625200867652893,0.8898280262947083,0,0.45625200867652893,0.8477129936218262,0,0.5304120182991028,0.8898280262947083,0,0.45625200867652893,0.8898280262947083,0,0.45625200867652893,0.8898280262947083,0,0.45625200867652893,0.8898280262947083,0,0.45625200867652893,0.9559919834136963,0,0.29334399104118347,0.9559919834136963,0,0.29334399104118347,0.9751579761505127,0,0.22144199907779694,0.9559919834136963,0,0.29334399104118347,0.9751579761505127,0,0.22144199907779694,0.9751579761505127,0,0.22144199907779694,0.9751579761505127,0,0.22144199907779694,0.9751579761505127,0,0.22144199907779694,0.9972230195999146,0,0.07434310019016266,0.9751579761505127,0,0.22144199907779694,0.9972230195999146,0,0.07434310019016266,0.9972230195999146,0,0.07434310019016266,0.9972230195999146,0,0.07434310019016266,0.9972230195999146,0,0.07434310019016266,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9972230195999146,0,0.07434310019016266,0.9972230195999146,0,-0.07434310019016266,0.9999690055847168,0,0,0.9972230195999146,0,-0.07434310019016266,0.9972230195999146,0,-0.07434310019016266,0.9972230195999146,0,-0.07434310019016266,0.9972230195999146,0,-0.07434310019016266,0.9751579761505127,0,-0.22144199907779694,0.9972230195999146,0,-0.07434310019016266,0.9751579761505127,0,-0.22144199907779694,0.9751579761505127,0,-0.22144199907779694,0.9751579761505127,0,-0.22144199907779694,0.9751579761505127,0,-0.22144199907779694,0.9559919834136963,0,-0.29334399104118347,0.9751579761505127,0,-0.22144199907779694,0.9559919834136963,0,-0.29334399104118347,0.9559919834136963,0,-0.29334399104118347,0.8898280262947083,0,-0.45625200867652893,0.8898280262947083,0,-0.45625200867652893,0.8898280262947083,0,-0.45625200867652893,0.8898280262947083,0,-0.45625200867652893,0.8898280262947083,0,-0.45625200867652893,0.8477129936218262,0,-0.5304120182991028,0.8898280262947083,0,-0.45625200867652893,0.8477129936218262,0,-0.5304120182991028,0.8477129936218262,0,-0.5304120182991028,0.8477129936218262,0,-0.5304120182991028,0.8477129936218262,0,-0.5304120182991028,0.7994319796562195,0,-0.6007260084152222,0.8477129936218262,0,-0.5304120182991028,0.7994319796562195,0,-0.6007260084152222,0.7994319796562195,0,-0.6007260084152222,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,-0.000030518498533638194,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,-0.00006103699706727639,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,-0.7994319796562195,0,-0.6007260084152222,-0.7994319796562195,0,-0.6007260084152222,-0.7994319796562195,0,-0.6007260084152222,-0.7994319796562195,0,-0.6007260084152222,-0.7994319796562195,0,-0.6007260084152222,-0.8477129936218262,0,-0.5304120182991028,-0.7994319796562195,0,-0.6007260084152222,-0.8477129936218262,0,-0.5304120182991028,-0.8477129936218262,0,-0.5304120182991028,-0.8477129936218262,0,-0.5304120182991028,-0.8477129936218262,0,-0.5304120182991028,-0.8898280262947083,0,-0.45625200867652893,-0.8898280262947083,0,-0.45625200867652893,-0.8477129936218262,0,-0.5304120182991028,-0.8898280262947083,0,-0.45625200867652893,-0.8898280262947083,0,-0.45625200867652893,-0.8898280262947083,0,-0.45625200867652893,-0.8898280262947083,0,-0.45625200867652893,-0.9559919834136963,0,-0.29334399104118347,-0.9559919834136963,0,-0.29334399104118347,-0.9751579761505127,0,-0.22144199907779694,-0.9559919834136963,0,-0.29334399104118347,-0.9751579761505127,0,-0.22144199907779694,-0.9751579761505127,0,-0.22144199907779694,-0.9751579761505127,0,-0.22144199907779694,-0.9751579761505127,0,-0.22144199907779694,-0.9972230195999146,0,-0.07434310019016266,-0.9751579761505127,0,-0.22144199907779694,-0.9972230195999146,0,-0.07434310019016266,-0.9972230195999146,0,-0.07434310019016266,-0.9972230195999146,0,-0.07434310019016266,-0.9972230195999146,0,-0.07434310019016266,-0.9999690055847168,0,0,-0.9999690055847168,0,0,-0.9972230195999146,0,-0.07434310019016266,-0.9972230195999146,0,0.07434310019016266,-0.9999690055847168,0,0,-0.9972230195999146,0,0.07434310019016266,-0.9972230195999146,0,0.07434310019016266,-0.9972230195999146,0,0.07434310019016266,-0.9972230195999146,0,0.07434310019016266,-0.9751579761505127,0,0.22144199907779694,-0.9972230195999146,0,0.07434310019016266,-0.9751579761505127,0,0.22144199907779694,-0.9751579761505127,0,0.22144199907779694,-0.9751579761505127,0,0.22144199907779694,-0.9751579761505127,0,0.22144199907779694,-0.9559919834136963,0,0.29334399104118347,-0.9751579761505127,0,0.22144199907779694,-0.9559919834136963,0,0.29334399104118347,-0.9559919834136963,0,0.29334399104118347,-0.9984440207481384,0.03918579965829849,0.03918579965829849,-0.9984440207481384,0.03918579965829849,-0.03918579965829849,-0.9984440207481384,-0.03918579965829849,0.03918579965829849,-0.9984440207481384,-0.03918579965829849,0.03918579965829849,-0.9984440207481384,0.03918579965829849,-0.03918579965829849,-0.9984440207481384,-0.03918579965829849,-0.03918579965829849,0.03918579965829849,0.03918579965829849,0.9984440207481384,-0.03918579965829849,0.03918579965829849,0.9984440207481384,0.03918579965829849,-0.03918579965829849,0.9984440207481384,0.03918579965829849,-0.03918579965829849,0.9984440207481384,-0.03918579965829849,0.03918579965829849,0.9984440207481384,-0.03918579965829849,-0.03918579965829849,0.9984440207481384,0.9984440207481384,-0.03918579965829849,0.03918579965829849,0.9984440207481384,-0.03918579965829849,-0.03918579965829849,0.9984440207481384,0.03918579965829849,0.03918579965829849,0.9984440207481384,0.03918579965829849,0.03918579965829849,0.9984440207481384,-0.03918579965829849,-0.03918579965829849,0.9984440207481384,0.03918579965829849,-0.03918579965829849,-0.03918579965829849,0.03918579965829849,-0.9984440207481384,0.03918579965829849,0.03918579965829849,-0.9984440207481384,-0.03918579965829849,-0.03918579965829849,-0.9984440207481384,-0.03918579965829849,-0.03918579965829849,-0.9984440207481384,0.03918579965829849,0.03918579965829849,-0.9984440207481384,0.03918579965829849,-0.03918579965829849,-0.9984440207481384,-0.012360000051558018,-0.9980469942092896,-0.06112860143184662,-0.021881800144910812,-0.9996029734611511,-0.017151400446891785,-0.03686640039086342,-0.9989010095596313,0.02813809923827648,-0.03686640039086342,-0.9989010095596313,0.02813809923827648,0.019531799480319023,-0.9975889921188354,0.06649979948997498,-0.012360000051558018,-0.9980469942092896,-0.06112860143184662,-0.012360000051558018,-0.9980469942092896,-0.06112860143184662,0.019531799480319023,-0.9975889921188354,0.06649979948997498,0.013183999806642532,-0.9983829855918884,0.05484180152416229,-0.012360000051558018,-0.9980469942092896,-0.06112860143184662,0.013183999806642532,-0.9983829855918884,0.05484180152416229,0.00958281010389328,-0.9990839958190918,0.04126099869608879,0.00958281010389328,-0.9990839958190918,0.04126099869608879,0.008331550285220146,-0.9992679953575134,0.03656119853258133,-0.012360000051558018,-0.9980469942092896,-0.06112860143184662,-0.012360000051558018,-0.9980469942092896,-0.06112860143184662,0.008331550285220146,-0.9992679953575134,0.03656119853258133,0.005829039961099625,-0.9996340274810791,0.025940699502825737,-0.012360000051558018,-0.9980469942092896,-0.06112860143184662,0.005829039961099625,-0.9996340274810791,0.025940699502825737,0.005157629959285259,-0.9996950030326843,0.022858399897813797,0.005157629959285259,-0.9996950030326843,0.022858399897813797,0.0030823699198663235,-0.9999690055847168,0.0031128900591284037,-0.012360000051558018,-0.9980469942092896,-0.06112860143184662,-0.012360000051558018,-0.9980469942092896,-0.06112860143184662,0.0030823699198663235,-0.9999690055847168,0.0031128900591284037,0.002716149901971221,-0.9999690055847168,-0.0003051850071642548,-0.012360000051558018,-0.9980469942092896,-0.06112860143184662,0.002716149901971221,-0.9999690055847168,-0.0003051850071642548,0.0017395600443705916,-0.9997249841690063,-0.023072000592947006,0.000030518498533638194,-0.9970089793205261,-0.07690659910440445,-0.00006103699706727639,-0.9970700144767761,-0.07641830295324326,0.007995850406587124,-0.9976500272750854,-0.06790369749069214,0.007995850406587124,-0.9976500272750854,-0.06790369749069214,-0.00006103699706727639,-0.9970700144767761,-0.07641830295324326,-0.0018005899619311094,-0.9997860193252563,-0.019714999943971634,0.007995850406587124,-0.9976500272750854,-0.06790369749069214,-0.0018005899619311094,-0.9997860193252563,-0.019714999943971634,-0.0017395600443705916,-0.9997860193252563,-0.01965389959514141,-0.0017395600443705916,-0.9997860193252563,-0.01965389959514141,-0.0030213301070034504,-0.9999690055847168,0.003295999951660633,0.007995850406587124,-0.9976500272750854,-0.06790369749069214,0.007995850406587124,-0.9976500272750854,-0.06790369749069214,-0.0030213301070034504,-0.9999690055847168,0.003295999951660633,-0.00335703999735415,-0.9999690055847168,0.0057680001482367516,0.007995850406587124,-0.9976500272750854,-0.06790369749069214,-0.00335703999735415,-0.9999690055847168,0.0057680001482367516,-0.004577780142426491,-0.9998469948768616,0.016419000923633575,-0.004577780142426491,-0.9998469948768616,0.016419000923633575,-0.006286810152232647,-0.9995120167732239,0.029633499681949615,0.007995850406587124,-0.9976500272750854,-0.06790369749069214,0.007995850406587124,-0.9976500272750854,-0.06790369749069214,-0.006286810152232647,-0.9995120167732239,0.029633499681949615,-0.00839259009808302,-0.9992679953575134,0.03695790097117424,0.007995850406587124,-0.9976500272750854,-0.06790369749069214,-0.00839259009808302,-0.9992679953575134,0.03695790097117424,-0.014435299672186375,-0.9981989860534668,0.05804619938135147,0.02813809923827648,-0.9989010095596313,0.03686640039086342,-0.017151400446891785,-0.9996029734611511,0.021881800144910812,-0.022888900712132454,-0.9964290261268616,0.08124029636383057,-0.022888900712132454,-0.9964290261268616,0.08124029636383057,-0.017151400446891785,-0.9996029734611511,0.021881800144910812,0.007995850406587124,-0.9976500272750854,-0.06790369749069214,-0.022888900712132454,-0.9964290261268616,0.08124029636383057,0.007995850406587124,-0.9976500272750854,-0.06790369749069214,-0.017975399270653725,-0.9977719783782959,0.06408890336751938,-0.017975399270653725,-0.9977719783782959,0.06408890336751938,0.007995850406587124,-0.9976500272750854,-0.06790369749069214,-0.014435299672186375,-0.9981989860534668,0.05804619938135147,0.0017395600443705916,-0.9997249841690063,-0.023072000592947006,0.000030518498533638194,-0.9970089793205261,-0.07690659910440445,-0.012360000051558018,-0.9980469942092896,-0.06112860143184662,-0.012360000051558018,-0.9980469942092896,-0.06112860143184662,0.000030518498533638194,-0.9970089793205261,-0.07690659910440445,0.007995850406587124,-0.9976500272750854,-0.06790369749069214,-0.012360000051558018,-0.9980469942092896,-0.06112860143184662,0.007995850406587124,-0.9976500272750854,-0.06790369749069214,0.006286810152232647,-0.9873350262641907,-0.15832999348640442,0.006286810152232647,-0.9873350262641907,-0.15832999348640442,0.007995850406587124,-0.9976500272750854,-0.06790369749069214,-0.006286810152232647,-0.9873350262641907,-0.15832999348640442,0.006286810152232647,-0.9873350262641907,-0.15832999348640442,-0.006286810152232647,-0.9873350262641907,-0.15832999348640442,0.00915555004030466,-0.972320020198822,-0.23340600728988647,0.00915555004030466,-0.972320020198822,-0.23340600728988647,-0.006286810152232647,-0.9873350262641907,-0.15832999348640442,-0.00915555004030466,-0.972320020198822,-0.23340600728988647,0.00915555004030466,-0.972320020198822,-0.23340600728988647,-0.00915555004030466,-0.972320020198822,-0.23340600728988647,0.012268399819731712,-0.9504070281982422,-0.31073901057243347,0.012268399819731712,-0.9504070281982422,-0.31073901057243347,-0.00915555004030466,-0.972320020198822,-0.23340600728988647,-0.012268399819731712,-0.9504070281982422,-0.31073901057243347,0.012268399819731712,-0.9504070281982422,-0.31073901057243347,-0.012268399819731712,-0.9504070281982422,-0.31073901057243347,0.01504560001194477,-0.9237650036811829,-0.3826110064983368,0.01504560001194477,-0.9237650036811829,-0.3826110064983368,-0.012268399819731712,-0.9504070281982422,-0.31073901057243347,-0.01504560001194477,-0.9237650036811829,-0.3826110064983368,0.01504560001194477,-0.9237650036811829,-0.3826110064983368,-0.01504560001194477,-0.9237650036811829,-0.3826110064983368,0.017944900318980217,-0.8900719881057739,-0.45545798540115356,0.017944900318980217,-0.8900719881057739,-0.45545798540115356,-0.01504560001194477,-0.9237650036811829,-0.3826110064983368,-0.017944900318980217,-0.8900420069694519,-0.45545798540115356,0.017944900318980217,-0.8900719881057739,-0.45545798540115356,-0.017944900318980217,-0.8900420069694519,-0.45545798540115356,0.020539000630378723,-0.8524429798126221,-0.5223550200462341,0.020539000630378723,-0.8524429798126221,-0.5223550200462341,-0.017944900318980217,-0.8900420069694519,-0.45545798540115356,-0.020539000630378723,-0.8524429798126221,-0.5223550200462341,0.020539000630378723,-0.8524429798126221,-0.5223550200462341,-0.020539000630378723,-0.8524429798126221,-0.5223550200462341,0.02316349931061268,-0.8078550100326538,-0.5888850092887878,0.02316349931061268,-0.8078550100326538,-0.5888850092887878,-0.020539000630378723,-0.8524429798126221,-0.5223550200462341,-0.02316349931061268,-0.8078550100326538,-0.5888850092887878,0.02316349931061268,-0.8078550100326538,-0.5888850092887878,-0.02316349931061268,-0.8078550100326538,-0.5888850092887878,0.025513499975204468,-0.7601249814033508,-0.6492199897766113,0.025513499975204468,-0.7601249814033508,-0.6492199897766113,-0.02316349931061268,-0.8078550100326538,-0.5888850092887878,-0.025513499975204468,-0.7601249814033508,-0.6492199897766113,0.025513499975204468,-0.7601249814033508,-0.6492199897766113,-0.025513499975204468,-0.7601249814033508,-0.6492199897766113,0.027802400290966034,-0.7058320045471191,-0.7077850103378296,0.027802400290966034,-0.7058320045471191,-0.7077850103378296,-0.025513499975204468,-0.7601249814033508,-0.6492199897766113,-0.027802400290966034,-0.7058320045471191,-0.7077850103378296,0.027802400290966034,-0.7058320045471191,-0.7077850103378296,-0.027802400290966034,-0.7058320045471191,-0.7077850103378296,0.029877599328756332,-0.6491289734840393,-0.7600629925727844,0.029877599328756332,-0.6491289734840393,-0.7600629925727844,-0.027802400290966034,-0.7058320045471191,-0.7077850103378296,-0.029877599328756332,-0.6491289734840393,-0.7600629925727844,0.029877599328756332,-0.6491289734840393,-0.7600629925727844,-0.029877599328756332,-0.6491289734840393,-0.7600629925727844,0.031769800931215286,-0.5865659713745117,-0.8092589974403381,0.031769800931215286,-0.5865659713745117,-0.8092589974403381,-0.029877599328756332,-0.6491289734840393,-0.7600629925727844,-0.031769800931215286,-0.5865659713745117,-0.8092589974403381,0.031769800931215286,-0.5865659713745117,-0.8092589974403381,-0.031769800931215286,-0.5865659713745117,-0.8092589974403381,0.03347880020737648,-0.5221719741821289,-0.8521379828453064,0.03347880020737648,-0.5221719741821289,-0.8521379828453064,-0.031769800931215286,-0.5865659713745117,-0.8092589974403381,-0.03347880020737648,-0.5221719741821289,-0.8521379828453064,0.03347880020737648,-0.5221719741821289,-0.8521379828453064,-0.03347880020737648,-0.5221719741821289,-0.8521379828453064,0.03494369983673096,-0.45289498567581177,-0.8908659815788269,0.03494369983673096,-0.45289498567581177,-0.8908659815788269,-0.03347880020737648,-0.5221719741821289,-0.8521379828453064,-0.03494369983673096,-0.45289498567581177,-0.8908659815788269,0.03494369983673096,-0.45289498567581177,-0.8908659815788269,-0.03494369983673096,-0.45289498567581177,-0.8908659815788269,0.03625600039958954,-0.38242700695991516,-0.9232460260391235,0.03625600039958954,-0.38242700695991516,-0.9232460260391235,-0.03494369983673096,-0.45289498567581177,-0.8908659815788269,-0.03625600039958954,-0.38242700695991516,-0.9232460260391235,0.03625600039958954,-0.38242700695991516,-0.9232460260391235,-0.03625600039958954,-0.38242700695991516,-0.9232460260391235,0.03726309910416603,-0.3082059919834137,-0.9505599737167358,0.03726309910416603,-0.3082059919834137,-0.9505599737167358,-0.03625600039958954,-0.38242700695991516,-0.9232460260391235,-0.03726309910416603,-0.3082059919834137,-0.9505599737167358,0.03726309910416603,-0.3082059919834137,-0.9505599737167358,-0.03726309910416603,-0.3082059919834137,-0.9505599737167358,0.038178700953722,-0.23325300216674805,-0.9716479778289795,0.038178700953722,-0.23325300216674805,-0.9716479778289795,-0.03726309910416603,-0.3082059919834137,-0.9505599737167358,-0.038178700953722,-0.23325300216674805,-0.9716479778289795,0.038178700953722,-0.23325300216674805,-0.9716479778289795,-0.038178700953722,-0.23325300216674805,-0.9716479778289795,0.038697499781847,-0.15598000586032867,-0.986998975276947,0.038697499781847,-0.15598000586032867,-0.986998975276947,-0.038178700953722,-0.23325300216674805,-0.9716479778289795,-0.038697499781847,-0.15598000586032867,-0.986998975276947,0.038697499781847,-0.15598000586032867,-0.986998975276947,-0.038697499781847,-0.15598000586032867,-0.986998975276947,0.03918579965829849,-0.03918579965829849,-0.9984440207481384,0.03918579965829849,-0.03918579965829849,-0.9984440207481384,-0.038697499781847,-0.15598000586032867,-0.986998975276947,-0.03918579965829849,-0.03918579965829849,-0.9984440207481384,-0.06112860143184662,-0.9980469942092896,0.012360000051558018,-0.017151400446891785,-0.9996029734611511,0.021881800144910812,0.02813809923827648,-0.9989010095596313,0.03686640039086342,0.02813809923827648,-0.9989010095596313,0.03686640039086342,0.06637780368328094,-0.9975889921188354,-0.019501300528645515,-0.06112860143184662,-0.9980469942092896,0.012360000051558018,-0.06112860143184662,-0.9980469942092896,0.012360000051558018,0.06637780368328094,-0.9975889921188354,-0.019501300528645515,0.05478069931268692,-0.9983829855918884,-0.01315349992364645,-0.06112860143184662,-0.9980469942092896,0.012360000051558018,0.05478069931268692,-0.9983829855918884,-0.01315349992364645,0.0412915013730526,-0.9990839958190918,-0.00958281010389328,0.0412915013730526,-0.9990839958190918,-0.00958281010389328,0.03653069958090782,-0.9992679953575134,-0.008331550285220146,-0.06112860143184662,-0.9980469942092896,0.012360000051558018,-0.06112860143184662,-0.9980469942092896,0.012360000051558018,0.03653069958090782,-0.9992679953575134,-0.008331550285220146,0.025940699502825737,-0.9996340274810791,-0.005859550088644028,-0.06112860143184662,-0.9980469942092896,0.012360000051558018,0.025940699502825737,-0.9996340274810791,-0.005859550088644028,0.02282780036330223,-0.9997249841690063,-0.005127110052853823,0.02282780036330223,-0.9997249841690063,-0.005127110052853823,0.0031128900591284037,-0.9999690055847168,-0.0030823699198663235,-0.06112860143184662,-0.9980469942092896,0.012360000051558018,-0.06112860143184662,-0.9980469942092896,0.012360000051558018,0.0031128900591284037,-0.9999690055847168,-0.0030823699198663235,-0.0003051850071642548,-0.9999690055847168,-0.002716149901971221,-0.06112860143184662,-0.9980469942092896,0.012360000051558018,-0.0003051850071642548,-0.9999690055847168,-0.002716149901971221,-0.023102499544620514,-0.9997249841690063,-0.0017395600443705916,-0.07690659910440445,-0.9970089793205261,-0.000030518498533638194,-0.07641830295324326,-0.9970700144767761,0.00006103699706727639,-0.06790369749069214,-0.9976500272750854,-0.007995850406587124,-0.06790369749069214,-0.9976500272750854,-0.007995850406587124,-0.07641830295324326,-0.9970700144767761,0.00006103699706727639,-0.019714999943971634,-0.9997860193252563,0.0018005899619311094,-0.06790369749069214,-0.9976500272750854,-0.007995850406587124,-0.019714999943971634,-0.9997860193252563,0.0018005899619311094,-0.01934869959950447,-0.9997860193252563,0.0018311099847778678,-0.01934869959950447,-0.9997860193252563,0.0018311099847778678,0.0033875498920679092,-0.9999690055847168,0.0030213301070034504,-0.06790369749069214,-0.9976500272750854,-0.007995850406587124,-0.06790369749069214,-0.9976500272750854,-0.007995850406587124,0.0033875498920679092,-0.9999690055847168,0.0030213301070034504,0.006469919811934233,-0.9999690055847168,0.003295999951660633,-0.06790369749069214,-0.9976500272750854,-0.007995850406587124,0.006469919811934233,-0.9999690055847168,0.003295999951660633,0.01638839952647686,-0.9998469948768616,0.004577780142426491,0.01638839952647686,-0.9998469948768616,0.004577780142426491,0.029633499681949615,-0.9995120167732239,0.006286810152232647,-0.06790369749069214,-0.9976500272750854,-0.007995850406587124,-0.06790369749069214,-0.9976500272750854,-0.007995850406587124,0.029633499681949615,-0.9995120167732239,0.006286810152232647,0.03695790097117424,-0.9992679953575134,0.00839259009808302,-0.06790369749069214,-0.9976500272750854,-0.007995850406587124,0.03695790097117424,-0.9992679953575134,0.00839259009808302,0.05801570042967796,-0.9981989860534668,0.014404700137674809,0.03686640039086342,-0.9989010095596313,-0.02813809923827648,0.021851299330592155,-0.9996029734611511,0.017151400446891785,0.08130130171775818,-0.9963989853858948,0.02291939966380596,0.08130130171775818,-0.9963989853858948,0.02291939966380596,0.021851299330592155,-0.9996029734611511,0.017151400446891785,-0.06790369749069214,-0.9976500272750854,-0.007995850406587124,0.08130130171775818,-0.9963989853858948,0.02291939966380596,-0.06790369749069214,-0.9976500272750854,-0.007995850406587124,0.06405829638242722,-0.9977719783782959,0.017944900318980217,0.06405829638242722,-0.9977719783782959,0.017944900318980217,-0.06790369749069214,-0.9976500272750854,-0.007995850406587124,0.05801570042967796,-0.9981989860534668,0.014404700137674809,-0.023102499544620514,-0.9997249841690063,-0.0017395600443705916,-0.07690659910440445,-0.9970089793205261,-0.000030518498533638194,-0.06112860143184662,-0.9980469942092896,0.012360000051558018,-0.06112860143184662,-0.9980469942092896,0.012360000051558018,-0.07690659910440445,-0.9970089793205261,-0.000030518498533638194,-0.06790369749069214,-0.9976500272750854,-0.007995850406587124,-0.06112860143184662,-0.9980469942092896,0.012360000051558018,-0.06790369749069214,-0.9976500272750854,-0.007995850406587124,-0.15832999348640442,-0.9873350262641907,-0.006286810152232647,-0.15832999348640442,-0.9873350262641907,-0.006286810152232647,-0.06790369749069214,-0.9976500272750854,-0.007995850406587124,-0.15832999348640442,-0.9873350262641907,0.006286810152232647,-0.15832999348640442,-0.9873350262641907,-0.006286810152232647,-0.15832999348640442,-0.9873350262641907,0.006286810152232647,-0.23340600728988647,-0.972320020198822,-0.00915555004030466,-0.23340600728988647,-0.972320020198822,-0.00915555004030466,-0.15832999348640442,-0.9873350262641907,0.006286810152232647,-0.2334360033273697,-0.972320020198822,0.00915555004030466,-0.23340600728988647,-0.972320020198822,-0.00915555004030466,-0.2334360033273697,-0.972320020198822,0.00915555004030466,-0.31073901057243347,-0.9503769874572754,-0.012268399819731712,-0.31073901057243347,-0.9503769874572754,-0.012268399819731712,-0.2334360033273697,-0.972320020198822,0.00915555004030466,-0.31073901057243347,-0.9504070281982422,0.012268399819731712,-0.31073901057243347,-0.9503769874572754,-0.012268399819731712,-0.31073901057243347,-0.9504070281982422,0.012268399819731712,-0.3826409876346588,-0.9237650036811829,-0.01504560001194477,-0.3826409876346588,-0.9237650036811829,-0.01504560001194477,-0.31073901057243347,-0.9504070281982422,0.012268399819731712,-0.3826110064983368,-0.9237650036811829,0.01504560001194477,-0.3826409876346588,-0.9237650036811829,-0.01504560001194477,-0.3826110064983368,-0.9237650036811829,0.01504560001194477,-0.45545798540115356,-0.8900719881057739,-0.017944900318980217,-0.45545798540115356,-0.8900719881057739,-0.017944900318980217,-0.3826110064983368,-0.9237650036811829,0.01504560001194477,-0.45545798540115356,-0.8900420069694519,0.017944900318980217,-0.45545798540115356,-0.8900719881057739,-0.017944900318980217,-0.45545798540115356,-0.8900420069694519,0.017944900318980217,-0.5223850011825562,-0.8524429798126221,-0.020539000630378723,-0.5223850011825562,-0.8524429798126221,-0.020539000630378723,-0.45545798540115356,-0.8900420069694519,0.017944900318980217,-0.5223850011825562,-0.8524429798126221,0.020539000630378723,-0.5223850011825562,-0.8524429798126221,-0.020539000630378723,-0.5223850011825562,-0.8524429798126221,0.020539000630378723,-0.5888850092887878,-0.8078550100326538,-0.02316349931061268,-0.5888850092887878,-0.8078550100326538,-0.02316349931061268,-0.5223850011825562,-0.8524429798126221,0.020539000630378723,-0.5888850092887878,-0.8078550100326538,0.02316349931061268,-0.5888850092887878,-0.8078550100326538,-0.02316349931061268,-0.5888850092887878,-0.8078550100326538,0.02316349931061268,-0.6492199897766113,-0.7601550221443176,-0.025513499975204468,-0.6492199897766113,-0.7601550221443176,-0.025513499975204468,-0.5888850092887878,-0.8078550100326538,0.02316349931061268,-0.6492199897766113,-0.7601550221443176,0.025513499975204468,-0.6492199897766113,-0.7601550221443176,-0.025513499975204468,-0.6492199897766113,-0.7601550221443176,0.025513499975204468,-0.7077850103378296,-0.7058320045471191,-0.027802400290966034,-0.7077850103378296,-0.7058320045471191,-0.027802400290966034,-0.6492199897766113,-0.7601550221443176,0.025513499975204468,-0.7077850103378296,-0.7058320045471191,0.02783289924263954,-0.7077850103378296,-0.7058320045471191,-0.027802400290966034,-0.7077850103378296,-0.7058320045471191,0.02783289924263954,-0.7600629925727844,-0.6491289734840393,-0.029877599328756332,-0.7600629925727844,-0.6491289734840393,-0.029877599328756332,-0.7077850103378296,-0.7058320045471191,0.02783289924263954,-0.7600629925727844,-0.6491289734840393,0.029877599328756332,-0.7600629925727844,-0.6491289734840393,-0.029877599328756332,-0.7600629925727844,-0.6491289734840393,0.029877599328756332,-0.8092589974403381,-0.5865349769592285,-0.031769800931215286,-0.8092589974403381,-0.5865349769592285,-0.031769800931215286,-0.7600629925727844,-0.6491289734840393,0.029877599328756332,-0.8092589974403381,-0.5865349769592285,0.031769800931215286,-0.8092589974403381,-0.5865349769592285,-0.031769800931215286,-0.8092589974403381,-0.5865349769592285,0.031769800931215286,-0.8521379828453064,-0.5222020149230957,-0.03347880020737648,-0.8521379828453064,-0.5222020149230957,-0.03347880020737648,-0.8092589974403381,-0.5865349769592285,0.031769800931215286,-0.8521379828453064,-0.5222020149230957,0.03347880020737648,-0.8521379828453064,-0.5222020149230957,-0.03347880020737648,-0.8521379828453064,-0.5222020149230957,0.03347880020737648,-0.8908349871635437,-0.45289498567581177,-0.03494369983673096,-0.8908349871635437,-0.45289498567581177,-0.03494369983673096,-0.8521379828453064,-0.5222020149230957,0.03347880020737648,-0.8908349871635437,-0.4529249966144562,0.03494369983673096,-0.8908349871635437,-0.45289498567581177,-0.03494369983673096,-0.8908349871635437,-0.4529249966144562,0.03494369983673096,-0.9232460260391235,-0.38242700695991516,-0.03625600039958954,-0.9232460260391235,-0.38242700695991516,-0.03625600039958954,-0.8908349871635437,-0.4529249966144562,0.03494369983673096,-0.9232460260391235,-0.38239699602127075,0.03625600039958954,-0.9232460260391235,-0.38242700695991516,-0.03625600039958954,-0.9232460260391235,-0.38239699602127075,0.03625600039958954,-0.9505599737167358,-0.3082059919834137,-0.03726309910416603,-0.9505599737167358,-0.3082059919834137,-0.03726309910416603,-0.9232460260391235,-0.38239699602127075,0.03625600039958954,-0.9505599737167358,-0.3082059919834137,0.03726309910416603,-0.9505599737167358,-0.3082059919834137,-0.03726309910416603,-0.9505599737167358,-0.3082059919834137,0.03726309910416603,-0.9716479778289795,-0.23325300216674805,-0.038178700953722,-0.9716479778289795,-0.23325300216674805,-0.038178700953722,-0.9505599737167358,-0.3082059919834137,0.03726309910416603,-0.9716479778289795,-0.23325300216674805,0.038178700953722,-0.9716479778289795,-0.23325300216674805,-0.038178700953722,-0.9716479778289795,-0.23325300216674805,0.038178700953722,-0.986968994140625,-0.15598000586032867,-0.038697499781847,-0.986968994140625,-0.15598000586032867,-0.038697499781847,-0.9716479778289795,-0.23325300216674805,0.038178700953722,-0.986968994140625,-0.15601100027561188,0.038697499781847,-0.986968994140625,-0.15598000586032867,-0.038697499781847,-0.986968994140625,-0.15601100027561188,0.038697499781847,-0.9984440207481384,-0.03918579965829849,-0.03918579965829849,-0.9984440207481384,-0.03918579965829849,-0.03918579965829849,-0.986968994140625,-0.15601100027561188,0.038697499781847,-0.9984440207481384,-0.03918579965829849,0.03918579965829849,0.061159100383520126,-0.9980469942092896,-0.012360000051558018,0.017151400446891785,-0.9996029734611511,-0.021851299330592155,-0.02813809923827648,-0.9989010095596313,-0.03686640039086342,-0.02813809923827648,-0.9989010095596313,-0.03686640039086342,-0.06653030216693878,-0.9975889921188354,0.019501300528645515,0.061159100383520126,-0.9980469942092896,-0.012360000051558018,0.061159100383520126,-0.9980469942092896,-0.012360000051558018,-0.06653030216693878,-0.9975889921188354,0.019501300528645515,-0.05484180152416229,-0.9983829855918884,0.01315349992364645,0.061159100383520126,-0.9980469942092896,-0.012360000051558018,-0.05484180152416229,-0.9983829855918884,0.01315349992364645,-0.0412915013730526,-0.9990839958190918,0.00958281010389328,-0.0412915013730526,-0.9990839958190918,0.00958281010389328,-0.03668320178985596,-0.9992679953575134,0.008362069725990295,0.061159100383520126,-0.9980469942092896,-0.012360000051558018,0.061159100383520126,-0.9980469942092896,-0.012360000051558018,-0.03668320178985596,-0.9992679953575134,0.008362069725990295,-0.02591020055115223,-0.9996340274810791,0.005859550088644028,0.061159100383520126,-0.9980469942092896,-0.012360000051558018,-0.02591020055115223,-0.9996340274810791,0.005859550088644028,-0.023072000592947006,-0.9996950030326843,0.005157629959285259,-0.023072000592947006,-0.9996950030326843,0.005157629959285259,-0.00314340996555984,-0.9999690055847168,0.0030823699198663235,0.061159100383520126,-0.9980469942092896,-0.012360000051558018,0.061159100383520126,-0.9980469942092896,-0.012360000051558018,-0.00314340996555984,-0.9999690055847168,0.0030823699198663235,0.0003051850071642548,-0.9999690055847168,0.002716149901971221,0.061159100383520126,-0.9980469942092896,-0.012360000051558018,0.0003051850071642548,-0.9999690055847168,0.002716149901971221,0.023102499544620514,-0.9997249841690063,0.0017395600443705916,0.07690659910440445,-0.9970089793205261,0.000030518498533638194,0.07641830295324326,-0.9970700144767761,-0.00006103699706727639,0.06790369749069214,-0.9976500272750854,0.007995850406587124,0.06790369749069214,-0.9976500272750854,0.007995850406587124,0.07641830295324326,-0.9970700144767761,-0.00006103699706727639,0.019684400409460068,-0.9997860193252563,-0.0018005899619311094,0.06790369749069214,-0.9976500272750854,0.007995850406587124,0.019684400409460068,-0.9997860193252563,-0.0018005899619311094,0.01922670006752014,-0.9997860193252563,-0.0018311099847778678,0.01922670006752014,-0.9997860193252563,-0.0018311099847778678,-0.0032654800452291965,-0.9999690055847168,-0.00299080996774137,0.06790369749069214,-0.9976500272750854,0.007995850406587124,0.06790369749069214,-0.9976500272750854,0.007995850406587124,-0.0032654800452291965,-0.9999690055847168,-0.00299080996774137,-0.0055848900228738785,-0.9999690055847168,-0.003295999951660633,0.06790369749069214,-0.9976500272750854,0.007995850406587124,-0.0055848900228738785,-0.9999690055847168,-0.003295999951660633,-0.016419000923633575,-0.9998469948768616,-0.004577780142426491,-0.016419000923633575,-0.9998469948768616,-0.004577780142426491,-0.029633499681949615,-0.9995120167732239,-0.006286810152232647,0.06790369749069214,-0.9976500272750854,0.007995850406587124,0.06790369749069214,-0.9976500272750854,0.007995850406587124,-0.029633499681949615,-0.9995120167732239,-0.006286810152232647,-0.037018999457359314,-0.9992679953575134,-0.00839259009808302,0.06790369749069214,-0.9976500272750854,0.007995850406587124,-0.037018999457359314,-0.9992679953575134,-0.00839259009808302,-0.05804619938135147,-0.9981989860534668,-0.014404700137674809,-0.03686640039086342,-0.9989010095596313,0.02813809923827648,-0.021881800144910812,-0.9996029734611511,-0.017151400446891785,-0.08124029636383057,-0.9963989853858948,-0.022888900712132454,-0.08124029636383057,-0.9963989853858948,-0.022888900712132454,-0.021881800144910812,-0.9996029734611511,-0.017151400446891785,0.06790369749069214,-0.9976500272750854,0.007995850406587124,-0.08124029636383057,-0.9963989853858948,-0.022888900712132454,0.06790369749069214,-0.9976500272750854,0.007995850406587124,-0.06408890336751938,-0.9977719783782959,-0.017975399270653725,-0.06408890336751938,-0.9977719783782959,-0.017975399270653725,0.06790369749069214,-0.9976500272750854,0.007995850406587124,-0.05804619938135147,-0.9981989860534668,-0.014404700137674809,0.023102499544620514,-0.9997249841690063,0.0017395600443705916,0.07690659910440445,-0.9970089793205261,0.000030518498533638194,0.061159100383520126,-0.9980469942092896,-0.012360000051558018,0.061159100383520126,-0.9980469942092896,-0.012360000051558018,0.07690659910440445,-0.9970089793205261,0.000030518498533638194,0.06790369749069214,-0.9976500272750854,0.007995850406587124,0.061159100383520126,-0.9980469942092896,-0.012360000051558018,0.06790369749069214,-0.9976500272750854,0.007995850406587124,0.15832999348640442,-0.9873650074005127,0.006286810152232647,0.15832999348640442,-0.9873650074005127,0.006286810152232647,0.06790369749069214,-0.9976500272750854,0.007995850406587124,0.15832999348640442,-0.9873350262641907,-0.006286810152232647,0.15832999348640442,-0.9873650074005127,0.006286810152232647,0.15832999348640442,-0.9873350262641907,-0.006286810152232647,0.23340600728988647,-0.972320020198822,0.00915555004030466,0.23340600728988647,-0.972320020198822,0.00915555004030466,0.15832999348640442,-0.9873350262641907,-0.006286810152232647,0.23340600728988647,-0.972320020198822,-0.00915555004030466,0.23340600728988647,-0.972320020198822,0.00915555004030466,0.23340600728988647,-0.972320020198822,-0.00915555004030466,0.31073901057243347,-0.9503769874572754,0.012268399819731712,0.31073901057243347,-0.9503769874572754,0.012268399819731712,0.23340600728988647,-0.972320020198822,-0.00915555004030466,0.31073901057243347,-0.9504070281982422,-0.012268399819731712,0.31073901057243347,-0.9503769874572754,0.012268399819731712,0.31073901057243347,-0.9504070281982422,-0.012268399819731712,0.3826409876346588,-0.9237650036811829,0.01504560001194477,0.3826409876346588,-0.9237650036811829,0.01504560001194477,0.31073901057243347,-0.9504070281982422,-0.012268399819731712,0.3826110064983368,-0.9237650036811829,-0.01504560001194477,0.3826409876346588,-0.9237650036811829,0.01504560001194477,0.3826110064983368,-0.9237650036811829,-0.01504560001194477,0.45545798540115356,-0.8900719881057739,0.017944900318980217,0.45545798540115356,-0.8900719881057739,0.017944900318980217,0.3826110064983368,-0.9237650036811829,-0.01504560001194477,0.45545798540115356,-0.8900719881057739,-0.017944900318980217,0.45545798540115356,-0.8900719881057739,0.017944900318980217,0.45545798540115356,-0.8900719881057739,-0.017944900318980217,0.5223550200462341,-0.8524429798126221,0.020539000630378723,0.5223550200462341,-0.8524429798126221,0.020539000630378723,0.45545798540115356,-0.8900719881057739,-0.017944900318980217,0.5223850011825562,-0.8524429798126221,-0.020539000630378723,0.5223550200462341,-0.8524429798126221,0.020539000630378723,0.5223850011825562,-0.8524429798126221,-0.020539000630378723,0.5888850092887878,-0.8078550100326538,0.02316349931061268,0.5888850092887878,-0.8078550100326538,0.02316349931061268,0.5223850011825562,-0.8524429798126221,-0.020539000630378723,0.5888850092887878,-0.8078550100326538,-0.02316349931061268,0.5888850092887878,-0.8078550100326538,0.02316349931061268,0.5888850092887878,-0.8078550100326538,-0.02316349931061268,0.6492199897766113,-0.7601550221443176,0.025513499975204468,0.6492199897766113,-0.7601550221443176,0.025513499975204468,0.5888850092887878,-0.8078550100326538,-0.02316349931061268,0.6492199897766113,-0.7601249814033508,-0.025513499975204468,0.6492199897766113,-0.7601550221443176,0.025513499975204468,0.6492199897766113,-0.7601249814033508,-0.025513499975204468,0.7077850103378296,-0.7058320045471191,0.027802400290966034,0.7077850103378296,-0.7058320045471191,0.027802400290966034,0.6492199897766113,-0.7601249814033508,-0.025513499975204468,0.7077850103378296,-0.7058320045471191,-0.027802400290966034,0.7077850103378296,-0.7058320045471191,0.027802400290966034,0.7077850103378296,-0.7058320045471191,-0.027802400290966034,0.7600629925727844,-0.6491289734840393,0.029877599328756332,0.7600629925727844,-0.6491289734840393,0.029877599328756332,0.7077850103378296,-0.7058320045471191,-0.027802400290966034,0.7600629925727844,-0.6491289734840393,-0.029877599328756332,0.7600629925727844,-0.6491289734840393,0.029877599328756332,0.7600629925727844,-0.6491289734840393,-0.029877599328756332,0.8092589974403381,-0.5865349769592285,0.031769800931215286,0.8092589974403381,-0.5865349769592285,0.031769800931215286,0.7600629925727844,-0.6491289734840393,-0.029877599328756332,0.8092589974403381,-0.5865349769592285,-0.031769800931215286,0.8092589974403381,-0.5865349769592285,0.031769800931215286,0.8092589974403381,-0.5865349769592285,-0.031769800931215286,0.8521379828453064,-0.5222020149230957,0.03347880020737648,0.8521379828453064,-0.5222020149230957,0.03347880020737648,0.8092589974403381,-0.5865349769592285,-0.031769800931215286,0.8521379828453064,-0.5222020149230957,-0.03347880020737648,0.8521379828453064,-0.5222020149230957,0.03347880020737648,0.8521379828453064,-0.5222020149230957,-0.03347880020737648,0.8908349871635437,-0.4529249966144562,0.03494369983673096,0.8908349871635437,-0.4529249966144562,0.03494369983673096,0.8521379828453064,-0.5222020149230957,-0.03347880020737648,0.8908349871635437,-0.45289498567581177,-0.03494369983673096,0.8908349871635437,-0.4529249966144562,0.03494369983673096,0.8908349871635437,-0.45289498567581177,-0.03494369983673096,0.9232460260391235,-0.38242700695991516,0.036286499351263046,0.9232460260391235,-0.38242700695991516,0.036286499351263046,0.8908349871635437,-0.45289498567581177,-0.03494369983673096,0.9232460260391235,-0.38242700695991516,-0.036286499351263046,0.9232460260391235,-0.38242700695991516,0.036286499351263046,0.9232460260391235,-0.38242700695991516,-0.036286499351263046,0.9505599737167358,-0.3082059919834137,0.03729360178112984,0.9505599737167358,-0.3082059919834137,0.03729360178112984,0.9232460260391235,-0.38242700695991516,-0.036286499351263046,0.9505599737167358,-0.3082369863986969,-0.03729360178112984,0.9505599737167358,-0.3082059919834137,0.03729360178112984,0.9505599737167358,-0.3082369863986969,-0.03729360178112984,0.9716479778289795,-0.23325300216674805,0.038178700953722,0.9716479778289795,-0.23325300216674805,0.038178700953722,0.9505599737167358,-0.3082369863986969,-0.03729360178112984,0.9716479778289795,-0.23325300216674805,-0.038178700953722,0.9716479778289795,-0.23325300216674805,0.038178700953722,0.9716479778289795,-0.23325300216674805,-0.038178700953722,0.986968994140625,-0.15598000586032867,0.038697499781847,0.986968994140625,-0.15598000586032867,0.038697499781847,0.9716479778289795,-0.23325300216674805,-0.038178700953722,0.986968994140625,-0.15598000586032867,-0.038697499781847,0.986968994140625,-0.15598000586032867,0.038697499781847,0.986968994140625,-0.15598000586032867,-0.038697499781847,0.9984440207481384,-0.03918579965829849,0.03918579965829849,0.9984440207481384,-0.03918579965829849,0.03918579965829849,0.986968994140625,-0.15598000586032867,-0.038697499781847,0.9984440207481384,-0.03918579965829849,-0.03918579965829849,0.012329500168561935,-0.9980469942092896,0.06112860143184662,0.021851299330592155,-0.9996029734611511,0.017151400446891785,0.03686640039086342,-0.9989010095596313,-0.02813809923827648,0.03686640039086342,-0.9989010095596313,-0.02813809923827648,-0.019531799480319023,-0.9975889921188354,-0.06640829890966415,0.012329500168561935,-0.9980469942092896,0.06112860143184662,0.012329500168561935,-0.9980469942092896,0.06112860143184662,-0.019531799480319023,-0.9975889921188354,-0.06640829890966415,-0.013183999806642532,-0.9983829855918884,-0.05481119826436043,0.012329500168561935,-0.9980469942092896,0.06112860143184662,-0.013183999806642532,-0.9983829855918884,-0.05481119826436043,-0.00958281010389328,-0.9990839958190918,-0.04126099869608879,-0.00958281010389328,-0.9990839958190918,-0.04126099869608879,-0.008362069725990295,-0.9992679953575134,-0.03665269911289215,0.012329500168561935,-0.9980469942092896,0.06112860143184662,0.012329500168561935,-0.9980469942092896,0.06112860143184662,-0.008362069725990295,-0.9992679953575134,-0.03665269911289215,-0.005859550088644028,-0.9996340274810791,-0.02591020055115223,0.012329500168561935,-0.9980469942092896,0.06112860143184662,-0.005859550088644028,-0.9996340274810791,-0.02591020055115223,-0.005157629959285259,-0.9996950030326843,-0.02301100082695484,-0.005157629959285259,-0.9996950030326843,-0.02301100082695484,-0.0030823699198663235,-0.9999690055847168,-0.00314340996555984,0.012329500168561935,-0.9980469942092896,0.06112860143184662,0.012329500168561935,-0.9980469942092896,0.06112860143184662,-0.0030823699198663235,-0.9999690055847168,-0.00314340996555984,-0.002716149901971221,-0.9999690055847168,0.0003051850071642548,0.012329500168561935,-0.9980469942092896,0.06112860143184662,-0.002716149901971221,-0.9999690055847168,0.0003051850071642548,-0.0017395600443705916,-0.9997249841690063,0.023072000592947006,-0.000030518498533638194,-0.9970089793205261,0.07690659910440445,0.00006103699706727639,-0.9970700144767761,0.07641830295324326,-0.0079653300344944,-0.9976500272750854,0.06790369749069214,-0.0079653300344944,-0.9976500272750854,0.06790369749069214,0.00006103699706727639,-0.9970700144767761,0.07641830295324326,0.0018005899619311094,-0.9997860193252563,0.019714999943971634,-0.0079653300344944,-0.9976500272750854,0.06790369749069214,0.0018005899619311094,-0.9997860193252563,0.019714999943971634,0.0018921500304713845,-0.9997860193252563,0.019318200647830963,0.0018921500304713845,-0.9997860193252563,0.019318200647830963,0.0030213301070034504,-0.9999690055847168,-0.003295999951660633,-0.0079653300344944,-0.9976500272750854,0.06790369749069214,-0.0079653300344944,-0.9976500272750854,0.06790369749069214,0.0030213301070034504,-0.9999690055847168,-0.003295999951660633,0.0033875498920679092,-0.9999690055847168,-0.005798520054668188,-0.0079653300344944,-0.9976500272750854,0.06790369749069214,0.0033875498920679092,-0.9999690055847168,-0.005798520054668188,0.004577780142426491,-0.9998469948768616,-0.016419000923633575,0.004577780142426491,-0.9998469948768616,-0.016419000923633575,0.006286810152232647,-0.9995120167732239,-0.029633499681949615,-0.0079653300344944,-0.9976500272750854,0.06790369749069214,-0.0079653300344944,-0.9976500272750854,0.06790369749069214,0.006286810152232647,-0.9995120167732239,-0.029633499681949615,0.00839259009808302,-0.9992679953575134,-0.03695790097117424,-0.0079653300344944,-0.9976500272750854,0.06790369749069214,0.00839259009808302,-0.9992679953575134,-0.03695790097117424,0.014404700137674809,-0.9981989860534668,-0.05801570042967796,-0.02813809923827648,-0.9989010095596313,-0.03686640039086342,0.017151400446891785,-0.9996029734611511,-0.021851299330592155,0.02291939966380596,-0.9963989853858948,-0.08127079904079437,0.02291939966380596,-0.9963989853858948,-0.08127079904079437,0.017151400446891785,-0.9996029734611511,-0.021851299330592155,-0.0079653300344944,-0.9976500272750854,0.06790369749069214,0.02291939966380596,-0.9963989853858948,-0.08127079904079437,-0.0079653300344944,-0.9976500272750854,0.06790369749069214,0.017944900318980217,-0.9977719783782959,-0.06405829638242722,0.017944900318980217,-0.9977719783782959,-0.06405829638242722,-0.0079653300344944,-0.9976500272750854,0.06790369749069214,0.014404700137674809,-0.9981989860534668,-0.05801570042967796,-0.0017395600443705916,-0.9997249841690063,0.023072000592947006,-0.000030518498533638194,-0.9970089793205261,0.07690659910440445,0.012329500168561935,-0.9980469942092896,0.06112860143184662,0.012329500168561935,-0.9980469942092896,0.06112860143184662,-0.000030518498533638194,-0.9970089793205261,0.07690659910440445,-0.0079653300344944,-0.9976500272750854,0.06790369749069214,0.012329500168561935,-0.9980469942092896,0.06112860143184662,-0.0079653300344944,-0.9976500272750854,0.06790369749069214,-0.006286810152232647,-0.9873350262641907,0.15832999348640442,-0.006286810152232647,-0.9873350262641907,0.15832999348640442,-0.0079653300344944,-0.9976500272750854,0.06790369749069214,0.006286810152232647,-0.9873350262641907,0.15832999348640442,-0.006286810152232647,-0.9873350262641907,0.15832999348640442,0.006286810152232647,-0.9873350262641907,0.15832999348640442,-0.00915555004030466,-0.972320020198822,0.23340600728988647,-0.00915555004030466,-0.972320020198822,0.23340600728988647,0.006286810152232647,-0.9873350262641907,0.15832999348640442,0.00915555004030466,-0.972320020198822,0.23340600728988647,-0.00915555004030466,-0.972320020198822,0.23340600728988647,0.00915555004030466,-0.972320020198822,0.23340600728988647,-0.012268399819731712,-0.9503769874572754,0.31073901057243347,-0.012268399819731712,-0.9503769874572754,0.31073901057243347,0.00915555004030466,-0.972320020198822,0.23340600728988647,0.012268399819731712,-0.9504070281982422,0.31073901057243347,-0.012268399819731712,-0.9503769874572754,0.31073901057243347,0.012268399819731712,-0.9504070281982422,0.31073901057243347,-0.01504560001194477,-0.9237650036811829,0.3826409876346588,-0.01504560001194477,-0.9237650036811829,0.3826409876346588,0.012268399819731712,-0.9504070281982422,0.31073901057243347,0.01504560001194477,-0.9237650036811829,0.3826110064983368,-0.01504560001194477,-0.9237650036811829,0.3826409876346588,0.01504560001194477,-0.9237650036811829,0.3826110064983368,-0.017944900318980217,-0.8900420069694519,0.45545798540115356,-0.017944900318980217,-0.8900420069694519,0.45545798540115356,0.01504560001194477,-0.9237650036811829,0.3826110064983368,0.017944900318980217,-0.8900420069694519,0.45545798540115356,-0.017944900318980217,-0.8900420069694519,0.45545798540115356,0.017944900318980217,-0.8900420069694519,0.45545798540115356,-0.020539000630378723,-0.8524429798126221,0.5223850011825562,-0.020539000630378723,-0.8524429798126221,0.5223850011825562,0.017944900318980217,-0.8900420069694519,0.45545798540115356,0.020539000630378723,-0.8524429798126221,0.5223850011825562,-0.020539000630378723,-0.8524429798126221,0.5223850011825562,0.020539000630378723,-0.8524429798126221,0.5223850011825562,-0.02316349931061268,-0.8078550100326538,0.5888850092887878,-0.02316349931061268,-0.8078550100326538,0.5888850092887878,0.020539000630378723,-0.8524429798126221,0.5223850011825562,0.02316349931061268,-0.8078550100326538,0.5888850092887878,-0.02316349931061268,-0.8078550100326538,0.5888850092887878,0.02316349931061268,-0.8078550100326538,0.5888850092887878,-0.025513499975204468,-0.7601249814033508,0.6492199897766113,-0.025513499975204468,-0.7601249814033508,0.6492199897766113,0.02316349931061268,-0.8078550100326538,0.5888850092887878,0.025513499975204468,-0.7601550221443176,0.6492199897766113,-0.025513499975204468,-0.7601249814033508,0.6492199897766113,0.025513499975204468,-0.7601550221443176,0.6492199897766113,-0.027802400290966034,-0.7058320045471191,0.7077850103378296,-0.027802400290966034,-0.7058320045471191,0.7077850103378296,0.025513499975204468,-0.7601550221443176,0.6492199897766113,0.027802400290966034,-0.7058320045471191,0.7077850103378296,-0.027802400290966034,-0.7058320045471191,0.7077850103378296,0.027802400290966034,-0.7058320045471191,0.7077850103378296,-0.029877599328756332,-0.6491590142250061,0.7600330114364624,-0.029877599328756332,-0.6491590142250061,0.7600330114364624,0.027802400290966034,-0.7058320045471191,0.7077850103378296,0.029877599328756332,-0.6491590142250061,0.7600330114364624,-0.029877599328756332,-0.6491590142250061,0.7600330114364624,0.029877599328756332,-0.6491590142250061,0.7600330114364624,-0.031769800931215286,-0.5865659713745117,0.8092589974403381,-0.031769800931215286,-0.5865659713745117,0.8092589974403381,0.029877599328756332,-0.6491590142250061,0.7600330114364624,0.031769800931215286,-0.5865659713745117,0.8092589974403381,-0.031769800931215286,-0.5865659713745117,0.8092589974403381,0.031769800931215286,-0.5865659713745117,0.8092589974403381,-0.03347880020737648,-0.5221719741821289,0.8521379828453064,-0.03347880020737648,-0.5221719741821289,0.8521379828453064,0.031769800931215286,-0.5865659713745117,0.8092589974403381,0.03347880020737648,-0.5221719741821289,0.8521379828453064,-0.03347880020737648,-0.5221719741821289,0.8521379828453064,0.03347880020737648,-0.5221719741821289,0.8521379828453064,-0.03494369983673096,-0.45289498567581177,0.8908349871635437,-0.03494369983673096,-0.45289498567581177,0.8908349871635437,0.03347880020737648,-0.5221719741821289,0.8521379828453064,0.03494369983673096,-0.45289498567581177,0.8908349871635437,-0.03494369983673096,-0.45289498567581177,0.8908349871635437,0.03494369983673096,-0.45289498567581177,0.8908349871635437,-0.03625600039958954,-0.38239699602127075,0.9232460260391235,-0.03625600039958954,-0.38239699602127075,0.9232460260391235,0.03494369983673096,-0.45289498567581177,0.8908349871635437,0.03625600039958954,-0.38239699602127075,0.9232760071754456,-0.03625600039958954,-0.38239699602127075,0.9232460260391235,0.03625600039958954,-0.38239699602127075,0.9232760071754456,-0.03726309910416603,-0.3082059919834137,0.9505599737167358,-0.03726309910416603,-0.3082059919834137,0.9505599737167358,0.03625600039958954,-0.38239699602127075,0.9232760071754456,0.03726309910416603,-0.3082059919834137,0.9505599737167358,-0.03726309910416603,-0.3082059919834137,0.9505599737167358,0.03726309910416603,-0.3082059919834137,0.9505599737167358,-0.038178700953722,-0.23325300216674805,0.9716479778289795,-0.038178700953722,-0.23325300216674805,0.9716479778289795,0.03726309910416603,-0.3082059919834137,0.9505599737167358,0.038178700953722,-0.23325300216674805,0.9716479778289795,-0.038178700953722,-0.23325300216674805,0.9716479778289795,0.038178700953722,-0.23325300216674805,0.9716479778289795,-0.038697499781847,-0.15598000586032867,0.986968994140625,-0.038697499781847,-0.15598000586032867,0.986968994140625,0.038178700953722,-0.23325300216674805,0.9716479778289795,0.038697499781847,-0.15598000586032867,0.986998975276947,-0.038697499781847,-0.15598000586032867,0.986968994140625,0.038697499781847,-0.15598000586032867,0.986998975276947,-0.03918579965829849,-0.03918579965829849,0.9984440207481384,-0.03918579965829849,-0.03918579965829849,0.9984440207481384,0.038697499781847,-0.15598000586032867,0.986998975276947,0.03918579965829849,-0.03918579965829849,0.9984440207481384,0.061159100383520126,0.9980469942092896,0.012482100166380405,0.017151400446891785,0.9996029734611511,0.021881800144910812,-0.02813809923827648,0.9989010095596313,0.03686640039086342,-0.02813809923827648,0.9989010095596313,0.03686640039086342,-0.06643880158662796,0.9975889921188354,-0.019501300528645515,0.061159100383520126,0.9980469942092896,0.012482100166380405,0.061159100383520126,0.9980469942092896,0.012482100166380405,-0.06643880158662796,0.9975889921188354,-0.019501300528645515,-0.05481119826436043,0.9983829855918884,-0.01315349992364645,0.061159100383520126,0.9980469942092896,0.012482100166380405,-0.05481119826436043,0.9983829855918884,-0.01315349992364645,-0.0412915013730526,0.9990839958190918,-0.00958281010389328,-0.0412915013730526,0.9990839958190918,-0.00958281010389328,-0.036591701209545135,0.9992679953575134,-0.008362069725990295,0.061159100383520126,0.9980469942092896,0.012482100166380405,0.061159100383520126,0.9980469942092896,0.012482100166380405,-0.036591701209545135,0.9992679953575134,-0.008362069725990295,-0.02591020055115223,0.9996340274810791,-0.005859550088644028,0.061159100383520126,0.9980469942092896,0.012482100166380405,-0.02591020055115223,0.9996340274810791,-0.005859550088644028,-0.02301100082695484,0.9996950030326843,-0.005157629959285259,-0.02301100082695484,0.9996950030326843,-0.005157629959285259,-0.00314340996555984,0.9999690055847168,-0.0030823699198663235,0.061159100383520126,0.9980469942092896,0.012482100166380405,0.061159100383520126,0.9980469942092896,0.012482100166380405,-0.00314340996555984,0.9999690055847168,-0.0030823699198663235,0.0004577779909595847,0.9999690055847168,-0.002716149901971221,0.061159100383520126,0.9980469942092896,0.012482100166380405,0.0004577779909595847,0.9999690055847168,-0.002716149901971221,0.023072000592947006,0.9997249841690063,-0.0017395600443705916,0.07693719863891602,0.9970089793205261,-0.000030518498533638194,0.07644890248775482,0.9970700144767761,0.00006103699706727639,0.06793420016765594,0.9976500272750854,-0.00811791978776455,0.06793420016765594,0.9976500272750854,-0.00811791978776455,0.07644890248775482,0.9970700144767761,0.00006103699706727639,0.019592899829149246,0.9997860193252563,0.0018005899619311094,0.06793420016765594,0.9976500272750854,-0.00811791978776455,0.019592899829149246,0.9997860193252563,0.0018005899619311094,0.015289800241589546,0.9998779892921448,0.0019837000872939825,0.015289800241589546,0.9998779892921448,0.0019837000872939825,-0.0029297799337655306,0.9999690055847168,0.0029603000730276108,0.06793420016765594,0.9976500272750854,-0.00811791978776455,0.06793420016765594,0.9976500272750854,-0.00811791978776455,-0.0029297799337655306,0.9999690055847168,0.0029603000730276108,-0.0030213301070034504,0.9999690055847168,0.00299080996774137,0.06793420016765594,0.9976500272750854,-0.00811791978776455,-0.0030213301070034504,0.9999690055847168,0.00299080996774137,-0.016602100804448128,0.9998469948768616,0.0046082898043096066,-0.016602100804448128,0.9998469948768616,0.0046082898043096066,-0.029603000730276108,0.9995120167732239,0.006286810152232647,0.06793420016765594,0.9976500272750854,-0.00811791978776455,0.06793420016765594,0.9976500272750854,-0.00811791978776455,-0.029603000730276108,0.9995120167732239,0.006286810152232647,-0.036896899342536926,0.9992679953575134,0.008362069725990295,0.06793420016765594,0.9976500272750854,-0.00811791978776455,-0.036896899342536926,0.9992679953575134,0.008362069725990295,-0.05801570042967796,0.9981989860534668,0.014404700137674809,-0.03686640039086342,0.9989010095596313,-0.02813809923827648,-0.021881800144910812,0.9996029734611511,0.017151400446891785,-0.08130130171775818,0.9963989853858948,0.02291939966380596,-0.08130130171775818,0.9963989853858948,0.02291939966380596,-0.021881800144910812,0.9996029734611511,0.017151400446891785,0.06793420016765594,0.9976500272750854,-0.00811791978776455,-0.08130130171775818,0.9963989853858948,0.02291939966380596,0.06793420016765594,0.9976500272750854,-0.00811791978776455,-0.064027801156044,0.9977719783782959,0.017944900318980217,-0.064027801156044,0.9977719783782959,0.017944900318980217,0.06793420016765594,0.9976500272750854,-0.00811791978776455,-0.05801570042967796,0.9981989860534668,0.014404700137674809,0.9984440207481384,0.03918579965829849,0.03918579965829849,0.9984440207481384,0.03918579965829849,-0.03918579965829849,0.986968994140625,0.15598000586032867,0.038697499781847,0.986968994140625,0.15598000586032867,0.038697499781847,0.9984440207481384,0.03918579965829849,-0.03918579965829849,0.986968994140625,0.15598000586032867,-0.038697499781847,0.986968994140625,0.15598000586032867,0.038697499781847,0.986968994140625,0.15598000586032867,-0.038697499781847,0.9716479778289795,0.23325300216674805,0.038178700953722,0.9716479778289795,0.23325300216674805,0.038178700953722,0.986968994140625,0.15598000586032867,-0.038697499781847,0.9716479778289795,0.23325300216674805,-0.038178700953722,0.9716479778289795,0.23325300216674805,0.038178700953722,0.9716479778289795,0.23325300216674805,-0.038178700953722,0.9505599737167358,0.3082369863986969,0.03729360178112984,0.9505599737167358,0.3082369863986969,0.03729360178112984,0.9716479778289795,0.23325300216674805,-0.038178700953722,0.9505599737167358,0.3082369863986969,-0.03729360178112984,0.9505599737167358,0.3082369863986969,0.03729360178112984,0.9505599737167358,0.3082369863986969,-0.03729360178112984,0.9232460260391235,0.38242700695991516,0.036286499351263046,0.9232460260391235,0.38242700695991516,0.036286499351263046,0.9505599737167358,0.3082369863986969,-0.03729360178112984,0.9232460260391235,0.38242700695991516,-0.036286499351263046,0.9232460260391235,0.38242700695991516,0.036286499351263046,0.9232460260391235,0.38242700695991516,-0.036286499351263046,0.8908349871635437,0.45289498567581177,0.03494369983673096,0.8908349871635437,0.45289498567581177,0.03494369983673096,0.9232460260391235,0.38242700695991516,-0.036286499351263046,0.8908349871635437,0.45289498567581177,-0.03494369983673096,0.8908349871635437,0.45289498567581177,0.03494369983673096,0.8908349871635437,0.45289498567581177,-0.03494369983673096,0.8521379828453064,0.5221719741821289,0.03347880020737648,0.8521379828453064,0.5221719741821289,0.03347880020737648,0.8908349871635437,0.45289498567581177,-0.03494369983673096,0.8521379828453064,0.5222020149230957,-0.03347880020737648,0.8521379828453064,0.5221719741821289,0.03347880020737648,0.8521379828453064,0.5222020149230957,-0.03347880020737648,0.8092589974403381,0.5865349769592285,0.031769800931215286,0.8092589974403381,0.5865349769592285,0.031769800931215286,0.8521379828453064,0.5222020149230957,-0.03347880020737648,0.8092589974403381,0.5865349769592285,-0.031769800931215286,0.8092589974403381,0.5865349769592285,0.031769800931215286,0.8092589974403381,0.5865349769592285,-0.031769800931215286,0.7600629925727844,0.6491289734840393,0.029877599328756332,0.7600629925727844,0.6491289734840393,0.029877599328756332,0.8092589974403381,0.5865349769592285,-0.031769800931215286,0.7600629925727844,0.6491289734840393,-0.029877599328756332,0.7600629925727844,0.6491289734840393,0.029877599328756332,0.7600629925727844,0.6491289734840393,-0.029877599328756332,0.7077850103378296,0.7058320045471191,0.027802400290966034,0.7077850103378296,0.7058320045471191,0.027802400290966034,0.7600629925727844,0.6491289734840393,-0.029877599328756332,0.7077850103378296,0.7058320045471191,-0.027802400290966034,0.7077850103378296,0.7058320045471191,0.027802400290966034,0.7077850103378296,0.7058320045471191,-0.027802400290966034,0.6492199897766113,0.7601550221443176,0.025513499975204468,0.6492199897766113,0.7601550221443176,0.025513499975204468,0.7077850103378296,0.7058320045471191,-0.027802400290966034,0.6492199897766113,0.7601550221443176,-0.025513499975204468,0.6492199897766113,0.7601550221443176,0.025513499975204468,0.6492199897766113,0.7601550221443176,-0.025513499975204468,0.5888850092887878,0.8078550100326538,0.02316349931061268,0.5888850092887878,0.8078550100326538,0.02316349931061268,0.6492199897766113,0.7601550221443176,-0.025513499975204468,0.5888850092887878,0.8078550100326538,-0.02316349931061268,0.5888850092887878,0.8078550100326538,0.02316349931061268,0.5888850092887878,0.8078550100326538,-0.02316349931061268,0.5223550200462341,0.8524429798126221,0.020539000630378723,0.5223550200462341,0.8524429798126221,0.020539000630378723,0.5888850092887878,0.8078550100326538,-0.02316349931061268,0.5223850011825562,0.8524429798126221,-0.020539000630378723,0.5223550200462341,0.8524429798126221,0.020539000630378723,0.5223850011825562,0.8524429798126221,-0.020539000630378723,0.45545798540115356,0.8900719881057739,0.017944900318980217,0.45545798540115356,0.8900719881057739,0.017944900318980217,0.5223850011825562,0.8524429798126221,-0.020539000630378723,0.45545798540115356,0.8900719881057739,-0.017944900318980217,0.45545798540115356,0.8900719881057739,0.017944900318980217,0.45545798540115356,0.8900719881057739,-0.017944900318980217,0.3826110064983368,0.9237650036811829,0.01504560001194477,0.3826110064983368,0.9237650036811829,0.01504560001194477,0.45545798540115356,0.8900719881057739,-0.017944900318980217,0.3826110064983368,0.9237650036811829,-0.01504560001194477,0.3826110064983368,0.9237650036811829,0.01504560001194477,0.3826110064983368,0.9237650036811829,-0.01504560001194477,0.31073901057243347,0.9504070281982422,0.012268399819731712,0.31073901057243347,0.9504070281982422,0.012268399819731712,0.3826110064983368,0.9237650036811829,-0.01504560001194477,0.31073901057243347,0.9504070281982422,-0.012268399819731712,0.31073901057243347,0.9504070281982422,0.012268399819731712,0.31073901057243347,0.9504070281982422,-0.012268399819731712,0.23340600728988647,0.972320020198822,0.00915555004030466,0.23340600728988647,0.972320020198822,0.00915555004030466,0.31073901057243347,0.9504070281982422,-0.012268399819731712,0.23340600728988647,0.972320020198822,-0.00915555004030466,0.23340600728988647,0.972320020198822,0.00915555004030466,0.23340600728988647,0.972320020198822,-0.00915555004030466,0.15832999348640442,0.9873650074005127,0.006286810152232647,0.15832999348640442,0.9873650074005127,0.006286810152232647,0.23340600728988647,0.972320020198822,-0.00915555004030466,0.15832999348640442,0.9873350262641907,-0.006286810152232647,0.15832999348640442,0.9873650074005127,0.006286810152232647,0.15832999348640442,0.9873350262641907,-0.006286810152232647,0.06793420016765594,0.9976500272750854,-0.00811791978776455,0.06793420016765594,0.9976500272750854,-0.00811791978776455,0.15832999348640442,0.9873350262641907,-0.006286810152232647,0.061159100383520126,0.9980469942092896,0.012482100166380405,0.06793420016765594,0.9976500272750854,-0.00811791978776455,0.061159100383520126,0.9980469942092896,0.012482100166380405,0.07693719863891602,0.9970089793205261,-0.000030518498533638194,0.07693719863891602,0.9970089793205261,-0.000030518498533638194,0.061159100383520126,0.9980469942092896,0.012482100166380405,0.023072000592947006,0.9997249841690063,-0.0017395600443705916,0.012420999817550182,0.9980469942092896,-0.061159100383520126,0.021881800144910812,0.9996029734611511,-0.017151400446891785,0.03686640039086342,0.9989010095596313,0.02813809923827648,0.03686640039086342,0.9989010095596313,0.02813809923827648,-0.019501300528645515,0.9975889921188354,0.06646929681301117,0.012420999817550182,0.9980469942092896,-0.061159100383520126,0.012420999817550182,0.9980469942092896,-0.061159100383520126,-0.019501300528645515,0.9975889921188354,0.06646929681301117,-0.013183999806642532,0.9983829855918884,0.05484180152416229,0.012420999817550182,0.9980469942092896,-0.061159100383520126,-0.013183999806642532,0.9983829855918884,0.05484180152416229,-0.00958281010389328,0.9990839958190918,0.04123049974441528,-0.00958281010389328,0.9990839958190918,0.04123049974441528,-0.008362069725990295,0.9992679953575134,0.036591701209545135,0.012420999817550182,0.9980469942092896,-0.061159100383520126,0.012420999817550182,0.9980469942092896,-0.061159100383520126,-0.008362069725990295,0.9992679953575134,0.036591701209545135,-0.005859550088644028,0.9996340274810791,0.025940699502825737,0.012420999817550182,0.9980469942092896,-0.061159100383520126,-0.005859550088644028,0.9996340274810791,0.025940699502825737,-0.005157629959285259,0.9996950030326843,0.02304149977862835,-0.005157629959285259,0.9996950030326843,0.02304149977862835,-0.0030823699198663235,0.9999690055847168,0.00314340996555984,0.012420999817550182,0.9980469942092896,-0.061159100383520126,0.012420999817550182,0.9980469942092896,-0.061159100383520126,-0.0030823699198663235,0.9999690055847168,0.00314340996555984,-0.002716149901971221,0.9999690055847168,-0.00042725898674689233,0.012420999817550182,0.9980469942092896,-0.061159100383520126,-0.002716149901971221,0.9999690055847168,-0.00042725898674689233,-0.0017395600443705916,0.9997249841690063,-0.023072000592947006,-0.000030518498533638194,0.9970089793205261,-0.07693719863891602,0.00006103699706727639,0.9970700144767761,-0.07644890248775482,-0.008056890219449997,0.9976500272750854,-0.06790369749069214,-0.008056890219449997,0.9976500272750854,-0.06790369749069214,0.00006103699706727639,0.9970700144767761,-0.07644890248775482,0.0018005899619311094,0.9997860193252563,-0.019623400643467903,-0.008056890219449997,0.9976500272750854,-0.06790369749069214,0.0018005899619311094,0.9997860193252563,-0.019623400643467903,0.002014219993725419,0.9998469948768616,-0.016541000455617905,0.002014219993725419,0.9998469948768616,-0.016541000455617905,0.0029603000730276108,0.9999690055847168,0.0029603000730276108,-0.008056890219449997,0.9976500272750854,-0.06790369749069214,-0.008056890219449997,0.9976500272750854,-0.06790369749069214,0.0029603000730276108,0.9999690055847168,0.0029603000730276108,0.0030213301070034504,0.9999690055847168,0.0032349599059671164,-0.008056890219449997,0.9976500272750854,-0.06790369749069214,0.0030213301070034504,0.9999690055847168,0.0032349599059671164,0.004577780142426491,0.9998469948768616,0.01657159999012947,0.004577780142426491,0.9998469948768616,0.01657159999012947,0.006286810152232647,0.9995120167732239,0.029603000730276108,-0.008056890219449997,0.9976500272750854,-0.06790369749069214,-0.008056890219449997,0.9976500272750854,-0.06790369749069214,0.006286810152232647,0.9995120167732239,0.029603000730276108,0.00839259009808302,0.9992679953575134,0.036927398294210434,-0.008056890219449997,0.9976500272750854,-0.06790369749069214,0.00839259009808302,0.9992679953575134,0.036927398294210434,0.014404700137674809,0.9981989860534668,0.05801570042967796,-0.02813809923827648,0.9989010095596313,0.03686640039086342,0.017151400446891785,0.9996029734611511,0.021881800144910812,0.02291939966380596,0.9963989853858948,0.08130130171775818,0.02291939966380596,0.9963989853858948,0.08130130171775818,0.017151400446891785,0.9996029734611511,0.021881800144910812,-0.008056890219449997,0.9976500272750854,-0.06790369749069214,0.02291939966380596,0.9963989853858948,0.08130130171775818,-0.008056890219449997,0.9976500272750854,-0.06790369749069214,0.017975399270653725,0.9977719783782959,0.06405829638242722,0.017975399270653725,0.9977719783782959,0.06405829638242722,-0.008056890219449997,0.9976500272750854,-0.06790369749069214,0.014404700137674809,0.9981989860534668,0.05801570042967796,-0.0017395600443705916,0.9997249841690063,-0.023072000592947006,-0.000030518498533638194,0.9970089793205261,-0.07693719863891602,0.012420999817550182,0.9980469942092896,-0.061159100383520126,0.012420999817550182,0.9980469942092896,-0.061159100383520126,-0.000030518498533638194,0.9970089793205261,-0.07693719863891602,-0.008056890219449997,0.9976500272750854,-0.06790369749069214,0.012420999817550182,0.9980469942092896,-0.061159100383520126,-0.008056890219449997,0.9976500272750854,-0.06790369749069214,-0.006256289780139923,0.9873350262641907,-0.15832999348640442,-0.006256289780139923,0.9873350262641907,-0.15832999348640442,-0.008056890219449997,0.9976500272750854,-0.06790369749069214,0.006256289780139923,0.9873650074005127,-0.15832999348640442,-0.006256289780139923,0.9873350262641907,-0.15832999348640442,0.006256289780139923,0.9873650074005127,-0.15832999348640442,-0.00915555004030466,0.972320020198822,-0.23340600728988647,-0.00915555004030466,0.972320020198822,-0.23340600728988647,0.006256289780139923,0.9873650074005127,-0.15832999348640442,0.00915555004030466,0.972320020198822,-0.23340600728988647,-0.00915555004030466,0.972320020198822,-0.23340600728988647,0.00915555004030466,0.972320020198822,-0.23340600728988647,-0.012268399819731712,0.9504070281982422,-0.31073901057243347,-0.012268399819731712,0.9504070281982422,-0.31073901057243347,0.00915555004030466,0.972320020198822,-0.23340600728988647,0.012268399819731712,0.9504070281982422,-0.31073901057243347,-0.012268399819731712,0.9504070281982422,-0.31073901057243347,0.012268399819731712,0.9504070281982422,-0.31073901057243347,-0.01504560001194477,0.9237650036811829,-0.3826110064983368,-0.01504560001194477,0.9237650036811829,-0.3826110064983368,0.012268399819731712,0.9504070281982422,-0.31073901057243347,0.01504560001194477,0.9237650036811829,-0.3826110064983368,-0.01504560001194477,0.9237650036811829,-0.3826110064983368,0.01504560001194477,0.9237650036811829,-0.3826110064983368,-0.017944900318980217,0.8900420069694519,-0.45545798540115356,-0.017944900318980217,0.8900420069694519,-0.45545798540115356,0.01504560001194477,0.9237650036811829,-0.3826110064983368,0.017944900318980217,0.8900420069694519,-0.45545798540115356,-0.017944900318980217,0.8900420069694519,-0.45545798540115356,0.017944900318980217,0.8900420069694519,-0.45545798540115356,-0.020539000630378723,0.8524429798126221,-0.5223550200462341,-0.020539000630378723,0.8524429798126221,-0.5223550200462341,0.017944900318980217,0.8900420069694519,-0.45545798540115356,0.020539000630378723,0.8524429798126221,-0.5223550200462341,-0.020539000630378723,0.8524429798126221,-0.5223550200462341,0.020539000630378723,0.8524429798126221,-0.5223550200462341,-0.02316349931061268,0.8078550100326538,-0.5888850092887878,-0.02316349931061268,0.8078550100326538,-0.5888850092887878,0.020539000630378723,0.8524429798126221,-0.5223550200462341,0.02316349931061268,0.8078550100326538,-0.5888850092887878,-0.02316349931061268,0.8078550100326538,-0.5888850092887878,0.02316349931061268,0.8078550100326538,-0.5888850092887878,-0.025513499975204468,0.7601249814033508,-0.6492199897766113,-0.025513499975204468,0.7601249814033508,-0.6492199897766113,0.02316349931061268,0.8078550100326538,-0.5888850092887878,0.025513499975204468,0.7601249814033508,-0.6492199897766113,-0.025513499975204468,0.7601249814033508,-0.6492199897766113,0.025513499975204468,0.7601249814033508,-0.6492199897766113,-0.027802400290966034,0.7058320045471191,-0.7077850103378296,-0.027802400290966034,0.7058320045471191,-0.7077850103378296,0.025513499975204468,0.7601249814033508,-0.6492199897766113,0.027802400290966034,0.7058320045471191,-0.7077850103378296,-0.027802400290966034,0.7058320045471191,-0.7077850103378296,0.027802400290966034,0.7058320045471191,-0.7077850103378296,-0.029877599328756332,0.6491289734840393,-0.7600629925727844,-0.029877599328756332,0.6491289734840393,-0.7600629925727844,0.027802400290966034,0.7058320045471191,-0.7077850103378296,0.029877599328756332,0.6491289734840393,-0.7600629925727844,-0.029877599328756332,0.6491289734840393,-0.7600629925727844,0.029877599328756332,0.6491289734840393,-0.7600629925727844,-0.031769800931215286,0.5865349769592285,-0.8092589974403381,-0.031769800931215286,0.5865349769592285,-0.8092589974403381,0.029877599328756332,0.6491289734840393,-0.7600629925727844,0.031769800931215286,0.5865349769592285,-0.8092589974403381,-0.031769800931215286,0.5865349769592285,-0.8092589974403381,0.031769800931215286,0.5865349769592285,-0.8092589974403381,-0.03347880020737648,0.5221719741821289,-0.8521379828453064,-0.03347880020737648,0.5221719741821289,-0.8521379828453064,0.031769800931215286,0.5865349769592285,-0.8092589974403381,0.03347880020737648,0.5221719741821289,-0.8521379828453064,-0.03347880020737648,0.5221719741821289,-0.8521379828453064,0.03347880020737648,0.5221719741821289,-0.8521379828453064,-0.03494369983673096,0.45289498567581177,-0.8908659815788269,-0.03494369983673096,0.45289498567581177,-0.8908659815788269,0.03347880020737648,0.5221719741821289,-0.8521379828453064,0.03494369983673096,0.45289498567581177,-0.8908659815788269,-0.03494369983673096,0.45289498567581177,-0.8908659815788269,0.03494369983673096,0.45289498567581177,-0.8908659815788269,-0.03625600039958954,0.38242700695991516,-0.9232460260391235,-0.03625600039958954,0.38242700695991516,-0.9232460260391235,0.03494369983673096,0.45289498567581177,-0.8908659815788269,0.03625600039958954,0.38242700695991516,-0.9232460260391235,-0.03625600039958954,0.38242700695991516,-0.9232460260391235,0.03625600039958954,0.38242700695991516,-0.9232460260391235,-0.03726309910416603,0.3082059919834137,-0.9505599737167358,-0.03726309910416603,0.3082059919834137,-0.9505599737167358,0.03625600039958954,0.38242700695991516,-0.9232460260391235,0.03726309910416603,0.3082059919834137,-0.9505599737167358,-0.03726309910416603,0.3082059919834137,-0.9505599737167358,0.03726309910416603,0.3082059919834137,-0.9505599737167358,-0.038178700953722,0.23325300216674805,-0.9716479778289795,-0.038178700953722,0.23325300216674805,-0.9716479778289795,0.03726309910416603,0.3082059919834137,-0.9505599737167358,0.038178700953722,0.23325300216674805,-0.9716479778289795,-0.038178700953722,0.23325300216674805,-0.9716479778289795,0.038178700953722,0.23325300216674805,-0.9716479778289795,-0.038697499781847,0.15598000586032867,-0.986998975276947,-0.038697499781847,0.15598000586032867,-0.986998975276947,0.038178700953722,0.23325300216674805,-0.9716479778289795,0.038697499781847,0.15598000586032867,-0.986998975276947,-0.038697499781847,0.15598000586032867,-0.986998975276947,0.038697499781847,0.15598000586032867,-0.986998975276947,-0.03918579965829849,0.03918579965829849,-0.9984440207481384,-0.03918579965829849,0.03918579965829849,-0.9984440207481384,0.038697499781847,0.15598000586032867,-0.986998975276947,0.03918579965829849,0.03918579965829849,-0.9984440207481384,-0.012573599815368652,0.9980469942092896,0.061159100383520126,-0.021881800144910812,0.9996029734611511,0.017151400446891785,-0.03686640039086342,0.9989010095596313,-0.02813809923827648,-0.03686640039086342,0.9989010095596313,-0.02813809923827648,0.019501300528645515,0.9975889921188354,-0.06640829890966415,-0.012573599815368652,0.9980469942092896,0.061159100383520126,-0.012573599815368652,0.9980469942092896,0.061159100383520126,0.019501300528645515,0.9975889921188354,-0.06640829890966415,0.01315349992364645,0.9983829855918884,-0.05481119826436043,-0.012573599815368652,0.9980469942092896,0.061159100383520126,0.01315349992364645,0.9983829855918884,-0.05481119826436043,0.00958281010389328,0.9990839958190918,-0.04126099869608879,0.00958281010389328,0.9990839958190918,-0.04126099869608879,0.008362069725990295,0.9992679953575134,-0.036591701209545135,-0.012573599815368652,0.9980469942092896,0.061159100383520126,-0.012573599815368652,0.9980469942092896,0.061159100383520126,0.008362069725990295,0.9992679953575134,-0.036591701209545135,0.005859550088644028,0.9996340274810791,-0.02591020055115223,-0.012573599815368652,0.9980469942092896,0.061159100383520126,0.005859550088644028,0.9996340274810791,-0.02591020055115223,0.005157629959285259,0.9996950030326843,-0.02301100082695484,0.005157629959285259,0.9996950030326843,-0.02301100082695484,0.0030823699198663235,0.9999690055847168,-0.00314340996555984,-0.012573599815368652,0.9980469942092896,0.061159100383520126,-0.012573599815368652,0.9980469942092896,0.061159100383520126,0.0030823699198663235,0.9999690055847168,-0.00314340996555984,0.002716149901971221,0.9999690055847168,0.00042725898674689233,-0.012573599815368652,0.9980469942092896,0.061159100383520126,0.002716149901971221,0.9999690055847168,0.00042725898674689233,0.0017395600443705916,0.9997249841690063,0.023072000592947006,0.000030518498533638194,0.9970089793205261,0.07693719863891602,-0.00006103699706727639,0.9970700144767761,0.07644890248775482,0.008209479972720146,0.9976500272750854,0.06790369749069214,0.008209479972720146,0.9976500272750854,0.06790369749069214,-0.00006103699706727639,0.9970700144767761,0.07644890248775482,-0.0018005899619311094,0.9997860193252563,0.019623400643467903,0.008209479972720146,0.9976500272750854,0.06790369749069214,-0.0018005899619311094,0.9997860193252563,0.019623400643467903,-0.0020447399001568556,0.9998469948768616,0.016541000455617905,-0.0020447399001568556,0.9998469948768616,0.016541000455617905,-0.0029603000730276108,0.9999690055847168,-0.0029603000730276108,0.008209479972720146,0.9976500272750854,0.06790369749069214,0.008209479972720146,0.9976500272750854,0.06790369749069214,-0.0029603000730276108,0.9999690055847168,-0.0029603000730276108,-0.0030213301070034504,0.9999690055847168,-0.0032349599059671164,0.008209479972720146,0.9976500272750854,0.06790369749069214,-0.0030213301070034504,0.9999690055847168,-0.0032349599059671164,-0.0046082898043096066,0.9998469948768616,-0.01657159999012947,-0.0046082898043096066,0.9998469948768616,-0.01657159999012947,-0.006286810152232647,0.9995120167732239,-0.029603000730276108,0.008209479972720146,0.9976500272750854,0.06790369749069214,0.008209479972720146,0.9976500272750854,0.06790369749069214,-0.006286810152232647,0.9995120167732239,-0.029603000730276108,-0.008362069725990295,0.9992679953575134,-0.036927398294210434,0.008209479972720146,0.9976500272750854,0.06790369749069214,-0.008362069725990295,0.9992679953575134,-0.036927398294210434,-0.014404700137674809,0.9981989860534668,-0.05801570042967796,0.02813809923827648,0.9989010095596313,-0.03686640039086342,-0.017151400446891785,0.9996029734611511,-0.021851299330592155,-0.02291939966380596,0.9963989853858948,-0.08130130171775818,-0.02291939966380596,0.9963989853858948,-0.08130130171775818,-0.017151400446891785,0.9996029734611511,-0.021851299330592155,0.008209479972720146,0.9976500272750854,0.06790369749069214,-0.02291939966380596,0.9963989853858948,-0.08130130171775818,0.008209479972720146,0.9976500272750854,0.06790369749069214,-0.017944900318980217,0.9977719783782959,-0.06405829638242722,-0.017944900318980217,0.9977719783782959,-0.06405829638242722,0.008209479972720146,0.9976500272750854,0.06790369749069214,-0.014404700137674809,0.9981989860534668,-0.05801570042967796,0.0017395600443705916,0.9997249841690063,0.023072000592947006,0.000030518498533638194,0.9970089793205261,0.07693719863891602,-0.012573599815368652,0.9980469942092896,0.061159100383520126,-0.012573599815368652,0.9980469942092896,0.061159100383520126,0.000030518498533638194,0.9970089793205261,0.07693719863891602,0.008209479972720146,0.9976500272750854,0.06790369749069214,-0.012573599815368652,0.9980469942092896,0.061159100383520126,0.008209479972720146,0.9976500272750854,0.06790369749069214,0.006286810152232647,0.9873350262641907,0.15832999348640442,0.006286810152232647,0.9873350262641907,0.15832999348640442,0.008209479972720146,0.9976500272750854,0.06790369749069214,-0.006286810152232647,0.9873350262641907,0.15832999348640442,0.006286810152232647,0.9873350262641907,0.15832999348640442,-0.006286810152232647,0.9873350262641907,0.15832999348640442,0.009186070412397385,0.972320020198822,0.23340600728988647,0.009186070412397385,0.972320020198822,0.23340600728988647,-0.006286810152232647,0.9873350262641907,0.15832999348640442,-0.009186070412397385,0.972320020198822,0.23340600728988647,0.009186070412397385,0.972320020198822,0.23340600728988647,-0.009186070412397385,0.972320020198822,0.23340600728988647,0.012268399819731712,0.9504070281982422,0.31073901057243347,0.012268399819731712,0.9504070281982422,0.31073901057243347,-0.009186070412397385,0.972320020198822,0.23340600728988647,-0.012268399819731712,0.9504070281982422,0.31073901057243347,0.012268399819731712,0.9504070281982422,0.31073901057243347,-0.012268399819731712,0.9504070281982422,0.31073901057243347,0.01504560001194477,0.9237650036811829,0.3826110064983368,0.01504560001194477,0.9237650036811829,0.3826110064983368,-0.012268399819731712,0.9504070281982422,0.31073901057243347,-0.01504560001194477,0.9237650036811829,0.3826110064983368,0.01504560001194477,0.9237650036811829,0.3826110064983368,-0.01504560001194477,0.9237650036811829,0.3826110064983368,0.017944900318980217,0.8900420069694519,0.45545798540115356,0.017944900318980217,0.8900420069694519,0.45545798540115356,-0.01504560001194477,0.9237650036811829,0.3826110064983368,-0.017944900318980217,0.8900420069694519,0.45545798540115356,0.017944900318980217,0.8900420069694519,0.45545798540115356,-0.017944900318980217,0.8900420069694519,0.45545798540115356,0.020539000630378723,0.8524429798126221,0.5223850011825562,0.020539000630378723,0.8524429798126221,0.5223850011825562,-0.017944900318980217,0.8900420069694519,0.45545798540115356,-0.020539000630378723,0.8524429798126221,0.5223850011825562,0.020539000630378723,0.8524429798126221,0.5223850011825562,-0.020539000630378723,0.8524429798126221,0.5223850011825562,0.02316349931061268,0.8078550100326538,0.5888850092887878,0.02316349931061268,0.8078550100326538,0.5888850092887878,-0.020539000630378723,0.8524429798126221,0.5223850011825562,-0.02316349931061268,0.8078550100326538,0.5888850092887878,0.02316349931061268,0.8078550100326538,0.5888850092887878,-0.02316349931061268,0.8078550100326538,0.5888850092887878,0.025513499975204468,0.7601249814033508,0.6492199897766113,0.025513499975204468,0.7601249814033508,0.6492199897766113,-0.02316349931061268,0.8078550100326538,0.5888850092887878,-0.025513499975204468,0.7601550221443176,0.6492199897766113,0.025513499975204468,0.7601249814033508,0.6492199897766113,-0.025513499975204468,0.7601550221443176,0.6492199897766113,0.027802400290966034,0.7058320045471191,0.7077850103378296,0.027802400290966034,0.7058320045471191,0.7077850103378296,-0.025513499975204468,0.7601550221443176,0.6492199897766113,-0.027802400290966034,0.7058320045471191,0.7077850103378296,0.027802400290966034,0.7058320045471191,0.7077850103378296,-0.027802400290966034,0.7058320045471191,0.7077850103378296,0.029877599328756332,0.6491590142250061,0.7600330114364624,0.029877599328756332,0.6491590142250061,0.7600330114364624,-0.027802400290966034,0.7058320045471191,0.7077850103378296,-0.029877599328756332,0.6491590142250061,0.7600330114364624,0.029877599328756332,0.6491590142250061,0.7600330114364624,-0.029877599328756332,0.6491590142250061,0.7600330114364624,0.031769800931215286,0.5865659713745117,0.8092589974403381,0.031769800931215286,0.5865659713745117,0.8092589974403381,-0.029877599328756332,0.6491590142250061,0.7600330114364624,-0.031769800931215286,0.5865659713745117,0.8092589974403381,0.031769800931215286,0.5865659713745117,0.8092589974403381,-0.031769800931215286,0.5865659713745117,0.8092589974403381,0.03347880020737648,0.5221719741821289,0.8521379828453064,0.03347880020737648,0.5221719741821289,0.8521379828453064,-0.031769800931215286,0.5865659713745117,0.8092589974403381,-0.03347880020737648,0.5221719741821289,0.8521379828453064,0.03347880020737648,0.5221719741821289,0.8521379828453064,-0.03347880020737648,0.5221719741821289,0.8521379828453064,0.03494369983673096,0.45289498567581177,0.8908349871635437,0.03494369983673096,0.45289498567581177,0.8908349871635437,-0.03347880020737648,0.5221719741821289,0.8521379828453064,-0.03494369983673096,0.45289498567581177,0.8908349871635437,0.03494369983673096,0.45289498567581177,0.8908349871635437,-0.03494369983673096,0.45289498567581177,0.8908349871635437,0.03625600039958954,0.38239699602127075,0.9232460260391235,0.03625600039958954,0.38239699602127075,0.9232460260391235,-0.03494369983673096,0.45289498567581177,0.8908349871635437,-0.03625600039958954,0.38239699602127075,0.9232760071754456,0.03625600039958954,0.38239699602127075,0.9232460260391235,-0.03625600039958954,0.38239699602127075,0.9232760071754456,0.03726309910416603,0.3082059919834137,0.9505599737167358,0.03726309910416603,0.3082059919834137,0.9505599737167358,-0.03625600039958954,0.38239699602127075,0.9232760071754456,-0.03726309910416603,0.3082059919834137,0.9505599737167358,0.03726309910416603,0.3082059919834137,0.9505599737167358,-0.03726309910416603,0.3082059919834137,0.9505599737167358,0.038178700953722,0.23325300216674805,0.9716479778289795,0.038178700953722,0.23325300216674805,0.9716479778289795,-0.03726309910416603,0.3082059919834137,0.9505599737167358,-0.038178700953722,0.23325300216674805,0.9716479778289795,0.038178700953722,0.23325300216674805,0.9716479778289795,-0.038178700953722,0.23325300216674805,0.9716479778289795,0.038697499781847,0.15598000586032867,0.986968994140625,0.038697499781847,0.15598000586032867,0.986968994140625,-0.038178700953722,0.23325300216674805,0.9716479778289795,-0.038697499781847,0.15598000586032867,0.986998975276947,0.038697499781847,0.15598000586032867,0.986968994140625,-0.038697499781847,0.15598000586032867,0.986998975276947,0.03918579965829849,0.03918579965829849,0.9984440207481384,0.03918579965829849,0.03918579965829849,0.9984440207481384,-0.038697499781847,0.15598000586032867,0.986998975276947,-0.03918579965829849,0.03918579965829849,0.9984440207481384,-0.061159100383520126,0.9980469942092896,-0.012451600283384323,-0.017151400446891785,0.9996029734611511,-0.021851299330592155,0.02813809923827648,0.9989010095596313,-0.03686640039086342,0.02813809923827648,0.9989010095596313,-0.03686640039086342,0.06640829890966415,0.9975889921188354,0.019501300528645515,-0.061159100383520126,0.9980469942092896,-0.012451600283384323,-0.061159100383520126,0.9980469942092896,-0.012451600283384323,0.06640829890966415,0.9975889921188354,0.019501300528645515,0.05481119826436043,0.9983829855918884,0.01315349992364645,-0.061159100383520126,0.9980469942092896,-0.012451600283384323,0.05481119826436043,0.9983829855918884,0.01315349992364645,0.04113899916410446,0.9990839958190918,0.00958281010389328,0.04113899916410446,0.9990839958190918,0.00958281010389328,0.03653069958090782,0.9992679953575134,0.008362069725990295,-0.061159100383520126,0.9980469942092896,-0.012451600283384323,-0.061159100383520126,0.9980469942092896,-0.012451600283384323,0.03653069958090782,0.9992679953575134,0.008362069725990295,0.02591020055115223,0.9996340274810791,0.005859550088644028,-0.061159100383520126,0.9980469942092896,-0.012451600283384323,0.02591020055115223,0.9996340274810791,0.005859550088644028,0.02301100082695484,0.9996950030326843,0.005157629959285259,0.02301100082695484,0.9996950030326843,0.005157629959285259,0.00314340996555984,0.9999690055847168,0.0030823699198663235,-0.061159100383520126,0.9980469942092896,-0.012451600283384323,-0.061159100383520126,0.9980469942092896,-0.012451600283384323,0.00314340996555984,0.9999690055847168,0.0030823699198663235,-0.0004577779909595847,0.9999690055847168,0.002716149901971221,-0.061159100383520126,0.9980469942092896,-0.012451600283384323,-0.0004577779909595847,0.9999690055847168,0.002716149901971221,-0.023072000592947006,0.9997249841690063,0.0017395600443705916,-0.07693719863891602,0.9970089793205261,0.000030518498533638194,-0.07644890248775482,0.9970700144767761,-0.00006103699706727639,-0.06790369749069214,0.9976500272750854,0.008087409660220146,-0.06790369749069214,0.9976500272750854,0.008087409660220146,-0.07644890248775482,0.9970700144767761,-0.00006103699706727639,-0.01965389959514141,0.9997860193252563,-0.0018005899619311094,-0.06790369749069214,0.9976500272750854,0.008087409660220146,-0.01965389959514141,0.9997860193252563,-0.0018005899619311094,-0.01721240021288395,0.9998469948768616,-0.0019837000872939825,-0.01721240021288395,0.9998469948768616,-0.0019837000872939825,0.003051850013434887,0.9999690055847168,-0.0029603000730276108,-0.06790369749069214,0.9976500272750854,0.008087409660220146,-0.06790369749069214,0.9976500272750854,0.008087409660220146,0.003051850013434887,0.9999690055847168,-0.0029603000730276108,0.003906370140612125,0.9999690055847168,-0.00299080996774137,-0.06790369749069214,0.9976500272750854,0.008087409660220146,0.003906370140612125,0.9999690055847168,-0.00299080996774137,0.01657159999012947,0.9998469948768616,-0.0046082898043096066,0.01657159999012947,0.9998469948768616,-0.0046082898043096066,0.029603000730276108,0.9995120167732239,-0.006286810152232647,-0.06790369749069214,0.9976500272750854,0.008087409660220146,-0.06790369749069214,0.9976500272750854,0.008087409660220146,0.029603000730276108,0.9995120167732239,-0.006286810152232647,0.036927398294210434,0.9992679953575134,-0.008362069725990295,-0.06790369749069214,0.9976500272750854,0.008087409660220146,0.036927398294210434,0.9992679953575134,-0.008362069725990295,0.05801570042967796,0.9981989860534668,-0.014404700137674809,0.03686640039086342,0.9989010095596313,0.02813809923827648,0.021881800144910812,0.9996029734611511,-0.017151400446891785,0.08130130171775818,0.9963989853858948,-0.02291939966380596,0.08130130171775818,0.9963989853858948,-0.02291939966380596,0.021881800144910812,0.9996029734611511,-0.017151400446891785,-0.06790369749069214,0.9976500272750854,0.008087409660220146,0.08130130171775818,0.9963989853858948,-0.02291939966380596,-0.06790369749069214,0.9976500272750854,0.008087409660220146,0.06405829638242722,0.9977719783782959,-0.017944900318980217,0.06405829638242722,0.9977719783782959,-0.017944900318980217,-0.06790369749069214,0.9976500272750854,0.008087409660220146,0.05801570042967796,0.9981989860534668,-0.014404700137674809,-0.023072000592947006,0.9997249841690063,0.0017395600443705916,-0.07693719863891602,0.9970089793205261,0.000030518498533638194,-0.061159100383520126,0.9980469942092896,-0.012451600283384323,-0.061159100383520126,0.9980469942092896,-0.012451600283384323,-0.07693719863891602,0.9970089793205261,0.000030518498533638194,-0.06790369749069214,0.9976500272750854,0.008087409660220146,-0.061159100383520126,0.9980469942092896,-0.012451600283384323,-0.06790369749069214,0.9976500272750854,0.008087409660220146,-0.15832999348640442,0.9873350262641907,0.006286810152232647,-0.15832999348640442,0.9873350262641907,0.006286810152232647,-0.06790369749069214,0.9976500272750854,0.008087409660220146,-0.15832999348640442,0.9873350262641907,-0.006286810152232647,-0.15832999348640442,0.9873350262641907,0.006286810152232647,-0.15832999348640442,0.9873350262641907,-0.006286810152232647,-0.2334360033273697,0.972320020198822,0.00915555004030466,-0.2334360033273697,0.972320020198822,0.00915555004030466,-0.15832999348640442,0.9873350262641907,-0.006286810152232647,-0.23340600728988647,0.972320020198822,-0.00915555004030466,-0.2334360033273697,0.972320020198822,0.00915555004030466,-0.23340600728988647,0.972320020198822,-0.00915555004030466,-0.31073901057243347,0.9504070281982422,0.012268399819731712,-0.31073901057243347,0.9504070281982422,0.012268399819731712,-0.23340600728988647,0.972320020198822,-0.00915555004030466,-0.31073901057243347,0.9504070281982422,-0.012268399819731712,-0.31073901057243347,0.9504070281982422,0.012268399819731712,-0.31073901057243347,0.9504070281982422,-0.012268399819731712,-0.3826110064983368,0.9237650036811829,0.01504560001194477,-0.3826110064983368,0.9237650036811829,0.01504560001194477,-0.31073901057243347,0.9504070281982422,-0.012268399819731712,-0.3826110064983368,0.9237650036811829,-0.01504560001194477,-0.3826110064983368,0.9237650036811829,0.01504560001194477,-0.3826110064983368,0.9237650036811829,-0.01504560001194477,-0.45545798540115356,0.8900420069694519,0.017944900318980217,-0.45545798540115356,0.8900420069694519,0.017944900318980217,-0.3826110064983368,0.9237650036811829,-0.01504560001194477,-0.45545798540115356,0.8900420069694519,-0.017944900318980217,-0.45545798540115356,0.8900420069694519,0.017944900318980217,-0.45545798540115356,0.8900420069694519,-0.017944900318980217,-0.5223850011825562,0.8524429798126221,0.020539000630378723,-0.5223850011825562,0.8524429798126221,0.020539000630378723,-0.45545798540115356,0.8900420069694519,-0.017944900318980217,-0.5223850011825562,0.8524429798126221,-0.020539000630378723,-0.5223850011825562,0.8524429798126221,0.020539000630378723,-0.5223850011825562,0.8524429798126221,-0.020539000630378723,-0.5888850092887878,0.8078550100326538,0.02316349931061268,-0.5888850092887878,0.8078550100326538,0.02316349931061268,-0.5223850011825562,0.8524429798126221,-0.020539000630378723,-0.5888850092887878,0.8078550100326538,-0.02316349931061268,-0.5888850092887878,0.8078550100326538,0.02316349931061268,-0.5888850092887878,0.8078550100326538,-0.02316349931061268,-0.6492199897766113,0.7601550221443176,0.025513499975204468,-0.6492199897766113,0.7601550221443176,0.025513499975204468,-0.5888850092887878,0.8078550100326538,-0.02316349931061268,-0.6492199897766113,0.7601550221443176,-0.025513499975204468,-0.6492199897766113,0.7601550221443176,0.025513499975204468,-0.6492199897766113,0.7601550221443176,-0.025513499975204468,-0.7077850103378296,0.7058320045471191,0.027802400290966034,-0.7077850103378296,0.7058320045471191,0.027802400290966034,-0.6492199897766113,0.7601550221443176,-0.025513499975204468,-0.7077850103378296,0.7058320045471191,-0.027802400290966034,-0.7077850103378296,0.7058320045471191,0.027802400290966034,-0.7077850103378296,0.7058320045471191,-0.027802400290966034,-0.7600629925727844,0.6491289734840393,0.029877599328756332,-0.7600629925727844,0.6491289734840393,0.029877599328756332,-0.7077850103378296,0.7058320045471191,-0.027802400290966034,-0.7600629925727844,0.6491289734840393,-0.029877599328756332,-0.7600629925727844,0.6491289734840393,0.029877599328756332,-0.7600629925727844,0.6491289734840393,-0.029877599328756332,-0.8092589974403381,0.5865349769592285,0.031769800931215286,-0.8092589974403381,0.5865349769592285,0.031769800931215286,-0.7600629925727844,0.6491289734840393,-0.029877599328756332,-0.8092589974403381,0.5865349769592285,-0.031769800931215286,-0.8092589974403381,0.5865349769592285,0.031769800931215286,-0.8092589974403381,0.5865349769592285,-0.031769800931215286,-0.8521379828453064,0.5222020149230957,0.03347880020737648,-0.8521379828453064,0.5222020149230957,0.03347880020737648,-0.8092589974403381,0.5865349769592285,-0.031769800931215286,-0.8521379828453064,0.5222020149230957,-0.03347880020737648,-0.8521379828453064,0.5222020149230957,0.03347880020737648,-0.8521379828453064,0.5222020149230957,-0.03347880020737648,-0.8908349871635437,0.45289498567581177,0.03494369983673096,-0.8908349871635437,0.45289498567581177,0.03494369983673096,-0.8521379828453064,0.5222020149230957,-0.03347880020737648,-0.8908349871635437,0.45289498567581177,-0.03494369983673096,-0.8908349871635437,0.45289498567581177,0.03494369983673096,-0.8908349871635437,0.45289498567581177,-0.03494369983673096,-0.9232460260391235,0.38242700695991516,0.03625600039958954,-0.9232460260391235,0.38242700695991516,0.03625600039958954,-0.8908349871635437,0.45289498567581177,-0.03494369983673096,-0.9232460260391235,0.38242700695991516,-0.03625600039958954,-0.9232460260391235,0.38242700695991516,0.03625600039958954,-0.9232460260391235,0.38242700695991516,-0.03625600039958954,-0.9505599737167358,0.3082059919834137,0.03726309910416603,-0.9505599737167358,0.3082059919834137,0.03726309910416603,-0.9232460260391235,0.38242700695991516,-0.03625600039958954,-0.9505599737167358,0.3082059919834137,-0.03726309910416603,-0.9505599737167358,0.3082059919834137,0.03726309910416603,-0.9505599737167358,0.3082059919834137,-0.03726309910416603,-0.9716479778289795,0.23325300216674805,0.038178700953722,-0.9716479778289795,0.23325300216674805,0.038178700953722,-0.9505599737167358,0.3082059919834137,-0.03726309910416603,-0.9716479778289795,0.23325300216674805,-0.038178700953722,-0.9716479778289795,0.23325300216674805,0.038178700953722,-0.9716479778289795,0.23325300216674805,-0.038178700953722,-0.986968994140625,0.15598000586032867,0.038697499781847,-0.986968994140625,0.15598000586032867,0.038697499781847,-0.9716479778289795,0.23325300216674805,-0.038178700953722,-0.986968994140625,0.15598000586032867,-0.038697499781847,-0.986968994140625,0.15598000586032867,0.038697499781847,-0.986968994140625,0.15598000586032867,-0.038697499781847,-0.9984440207481384,0.03918579965829849,0.03918579965829849,-0.9984440207481384,0.03918579965829849,0.03918579965829849,-0.986968994140625,0.15598000586032867,-0.038697499781847,-0.9984440207481384,0.03918579965829849,-0.03918579965829849,0.038178700953722,0.23325300216674805,0.9716479778289795,0.038697499781847,0.15598000586032867,0.986968994140625,0.15451499819755554,0.15582799911499023,0.9756159782409668,0.9716479778289795,0.23325300216674805,0.038178700953722,0.9505599737167358,0.3082369863986969,0.03729360178112984,0.9396950006484985,0.307871013879776,0.14883899688720703,0.03625600039958954,0.38239699602127075,0.9232460260391235,0.03726309910416603,0.3082059919834137,0.9505599737167358,0.14880800247192383,0.307871013879776,0.9396950006484985,0.9232460260391235,0.38242700695991516,0.036286499351263046,0.8908349871635437,0.45289498567581177,0.03494369983673096,0.8808249831199646,0.45240598917007446,0.13950000703334808,0.03347880020737648,0.5221719741821289,0.8521379828453064,0.03494369983673096,0.45289498567581177,0.8908349871635437,0.13950000703334808,0.45240598917007446,0.8808249831199646,0.029877599328756332,0.6491590142250061,0.7600330114364624,0.031769800931215286,0.5865659713745117,0.8092589974403381,0.12674300372600555,0.5859249830245972,0.8003780245780945,0.025513499975204468,0.7601249814033508,0.6492199897766113,0.027802400290966034,0.7058320045471191,0.7077850103378296,0.11090400069952011,0.7051299810409546,0.7003080248832703,0.020539000630378723,0.8524429798126221,0.5223850011825562,0.02316349931061268,0.8078550100326538,0.5888850092887878,0.09234900027513504,0.8071230053901672,0.5830559730529785,0.01504560001194477,0.9237650036811829,0.3826110064983368,0.017944900318980217,0.8900420069694519,0.45545798540115356,0.07150489836931229,0.8894010186195374,0.45146000385284424,0.009186070412397385,0.972320020198822,0.23340600728988647,0.012268399819731712,0.9504070281982422,0.31073901057243347,0.048890698701143265,0.9498890042304993,0.308694988489151,-0.021881800144910812,0.9996029734611511,0.017151400446891785,0.049501001834869385,0.987060010433197,0.15240900218486786,0.0727560967206955,0.987060010433197,0.14276599884033203,0.06793420016765594,0.9976500272750854,-0.00811791978776455,-0.021881800144910812,0.9996029734611511,0.017151400446891785,0.158269003033638,0.987060010433197,0.025055700913071632,0.006286810152232647,0.9873350262641907,0.15832999348640442,0.025055700913071632,0.987060010433197,0.158269003033638,-0.012573599815368652,0.9980469942092896,0.061159100383520126,-0.012573599815368652,0.9980469942092896,0.061159100383520126,0.025055700913071632,0.987060010433197,0.158269003033638,-0.021881800144910812,0.9996029734611511,0.017151400446891785,0.049501001834869385,0.987060010433197,0.15240900218486786,-0.021881800144910812,0.9996029734611511,0.017151400446891785,0.025055700913071632,0.987060010433197,0.158269003033638,0.308694988489151,0.9498890042304993,0.048890698701143265,0.23340600728988647,0.972320020198822,0.00915555004030466,0.158269003033638,0.987060010433197,0.025055700913071632,0.158269003033638,0.987060010433197,0.025055700913071632,0.23340600728988647,0.972320020198822,0.00915555004030466,0.15832999348640442,0.9873650074005127,0.006286810152232647,0.158269003033638,0.987060010433197,0.025055700913071632,0.15832999348640442,0.9873650074005127,0.006286810152232647,0.06793420016765594,0.9976500272750854,-0.00811791978776455,0.14188100397586823,0.9498890042304993,0.27848100662231445,0.18369099497795105,0.9498890042304993,0.25284600257873535,0.09418009966611862,0.987060010433197,0.12964299321174622,0.006286810152232647,0.9873350262641907,0.15832999348640442,0.009186070412397385,0.972320020198822,0.23340600728988647,0.025055700913071632,0.987060010433197,0.158269003033638,0.025055700913071632,0.987060010433197,0.158269003033638,0.009186070412397385,0.972320020198822,0.23340600728988647,0.048890698701143265,0.9498890042304993,0.308694988489151,0.025055700913071632,0.987060010433197,0.158269003033638,0.048890698701143265,0.9498890042304993,0.308694988489151,0.049501001834869385,0.987060010433197,0.15240900218486786,0.049501001834869385,0.987060010433197,0.15240900218486786,0.048890698701143265,0.9498890042304993,0.308694988489151,0.09656059741973877,0.9498890042304993,0.29725000262260437,0.049501001834869385,0.987060010433197,0.15240900218486786,0.09656059741973877,0.9498890042304993,0.29725000262260437,0.0727560967206955,0.987060010433197,0.14276599884033203,0.0727560967206955,0.987060010433197,0.14276599884033203,0.09656059741973877,0.9498890042304993,0.29725000262260437,0.14188100397586823,0.9498890042304993,0.27848100662231445,0.14188100397586823,0.9498890042304993,0.27848100662231445,0.09418009966611862,0.987060010433197,0.12964299321174622,0.0727560967206955,0.987060010433197,0.14276599884033203,0.0727560967206955,0.987060010433197,0.14276599884033203,0.09418009966611862,0.987060010433197,0.12964299321174622,-0.021881800144910812,0.9996029734611511,0.017151400446891785,0.45146000385284424,0.8894010186195374,0.07150489836931229,0.3826110064983368,0.9237650036811829,0.01504560001194477,0.308694988489151,0.9498890042304993,0.048890698701143265,0.308694988489151,0.9498890042304993,0.048890698701143265,0.3826110064983368,0.9237650036811829,0.01504560001194477,0.31073901057243347,0.9504070281982422,0.012268399819731712,0.308694988489151,0.9498890042304993,0.048890698701143265,0.31073901057243347,0.9504070281982422,0.012268399819731712,0.23340600728988647,0.972320020198822,0.00915555004030466,0.2686539888381958,0.8894010186195374,0.36979299783706665,0.32319098711013794,0.8894010186195374,0.32319098711013794,0.22098499536514282,0.9498890042304993,0.22098499536514282,0.012268399819731712,0.9504070281982422,0.31073901057243347,0.01504560001194477,0.9237650036811829,0.3826110064983368,0.048890698701143265,0.9498890042304993,0.308694988489151,0.048890698701143265,0.9498890042304993,0.308694988489151,0.01504560001194477,0.9237650036811829,0.3826110064983368,0.07150489836931229,0.8894010186195374,0.45146000385284424,0.048890698701143265,0.9498890042304993,0.308694988489151,0.07150489836931229,0.8894010186195374,0.45146000385284424,0.09656059741973877,0.9498890042304993,0.29725000262260437,0.09656059741973877,0.9498890042304993,0.29725000262260437,0.07150489836931229,0.8894010186195374,0.45146000385284424,0.14124000072479248,0.8894010186195374,0.4347060024738312,0.09656059741973877,0.9498890042304993,0.29725000262260437,0.14124000072479248,0.8894010186195374,0.4347060024738312,0.14188100397586823,0.9498890042304993,0.27848100662231445,0.14188100397586823,0.9498890042304993,0.27848100662231445,0.14124000072479248,0.8894010186195374,0.4347060024738312,0.20749500393867493,0.8894010186195374,0.40727001428604126,0.14188100397586823,0.9498890042304993,0.27848100662231445,0.20749500393867493,0.8894010186195374,0.40727001428604126,0.18369099497795105,0.9498890042304993,0.25284600257873535,0.18369099497795105,0.9498890042304993,0.25284600257873535,0.20749500393867493,0.8894010186195374,0.40727001428604126,0.2686539888381958,0.8894010186195374,0.36979299783706665,0.2686539888381958,0.8894010186195374,0.36979299783706665,0.22098499536514282,0.9498890042304993,0.22098499536514282,0.18369099497795105,0.9498890042304993,0.25284600257873535,0.18369099497795105,0.9498890042304993,0.25284600257873535,0.22098499536514282,0.9498890042304993,0.22098499536514282,0.11331500113010406,0.987060010433197,0.11331500113010406,0.18369099497795105,0.9498890042304993,0.25284600257873535,0.11331500113010406,0.987060010433197,0.11331500113010406,0.09418009966611862,0.987060010433197,0.12964299321174622,0.09418009966611862,0.987060010433197,0.12964299321174622,0.11331500113010406,0.987060010433197,0.11331500113010406,-0.021881800144910812,0.9996029734611511,0.017151400446891785,0.5830559730529785,0.8071539998054504,0.09234900027513504,0.5223550200462341,0.8524429798126221,0.020539000630378723,0.45146000385284424,0.8894010186195374,0.07150489836931229,0.45146000385284424,0.8894010186195374,0.07150489836931229,0.5223550200462341,0.8524429798126221,0.020539000630378723,0.45545798540115356,0.8900719881057739,0.017944900318980217,0.45146000385284424,0.8894010186195374,0.07150489836931229,0.45545798540115356,0.8900719881057739,0.017944900318980217,0.3826110064983368,0.9237650036811829,0.01504560001194477,0.4174320101737976,0.8071539998054504,0.4174019992351532,0.47758400440216064,0.8071539998054504,0.3469649851322174,0.36979299783706665,0.8894010186195374,0.2686539888381958,0.017944900318980217,0.8900420069694519,0.45545798540115356,0.020539000630378723,0.8524429798126221,0.5223850011825562,0.07150489836931229,0.8894010186195374,0.45146000385284424,0.07150489836931229,0.8894010186195374,0.45146000385284424,0.020539000630378723,0.8524429798126221,0.5223850011825562,0.09234900027513504,0.8071230053901672,0.5830559730529785,0.07150489836931229,0.8894010186195374,0.45146000385284424,0.09234900027513504,0.8071230053901672,0.5830559730529785,0.14124000072479248,0.8894010186195374,0.4347060024738312,0.14124000072479248,0.8894010186195374,0.4347060024738312,0.09234900027513504,0.8071230053901672,0.5830559730529785,0.18240900337696075,0.8071230053901672,0.5614179968833923,0.14124000072479248,0.8894010186195374,0.4347060024738312,0.18240900337696075,0.8071230053901672,0.5614179968833923,0.20749500393867493,0.8894010186195374,0.40727001428604126,0.20749500393867493,0.8894010186195374,0.40727001428604126,0.18240900337696075,0.8071230053901672,0.5614179968833923,0.26798298954963684,0.8071539998054504,0.5259860157966614,0.20749500393867493,0.8894010186195374,0.40727001428604126,0.26798298954963684,0.8071539998054504,0.5259860157966614,0.2686539888381958,0.8894010186195374,0.36979299783706665,0.2686539888381958,0.8894010186195374,0.36979299783706665,0.26798298954963684,0.8071539998054504,0.5259860157966614,0.3469649851322174,0.8071539998054504,0.47758400440216064,0.2686539888381958,0.8894010186195374,0.36979299783706665,0.3469649851322174,0.8071539998054504,0.47758400440216064,0.32319098711013794,0.8894010186195374,0.32319098711013794,0.32319098711013794,0.8894010186195374,0.32319098711013794,0.3469649851322174,0.8071539998054504,0.47758400440216064,0.4174320101737976,0.8071539998054504,0.4174019992351532,0.4174320101737976,0.8071539998054504,0.4174019992351532,0.36979299783706665,0.8894010186195374,0.2686539888381958,0.32319098711013794,0.8894010186195374,0.32319098711013794,0.32319098711013794,0.8894010186195374,0.32319098711013794,0.36979299783706665,0.8894010186195374,0.2686539888381958,0.25284600257873535,0.9498890042304993,0.18369099497795105,0.32319098711013794,0.8894010186195374,0.32319098711013794,0.25284600257873535,0.9498890042304993,0.18369099497795105,0.22098499536514282,0.9498890042304993,0.22098499536514282,0.22098499536514282,0.9498890042304993,0.22098499536514282,0.25284600257873535,0.9498890042304993,0.18369099497795105,0.12964299321174622,0.987060010433197,0.09418009966611862,0.22098499536514282,0.9498890042304993,0.22098499536514282,0.12964299321174622,0.987060010433197,0.09418009966611862,0.11331500113010406,0.987060010433197,0.11331500113010406,0.11331500113010406,0.987060010433197,0.11331500113010406,0.12964299321174622,0.987060010433197,0.09418009966611862,-0.021881800144910812,0.9996029734611511,0.017151400446891785,0.7003080248832703,0.7051299810409546,0.11090400069952011,0.6492199897766113,0.7601550221443176,0.025513499975204468,0.5830559730529785,0.8071539998054504,0.09234900027513504,0.5830559730529785,0.8071539998054504,0.09234900027513504,0.6492199897766113,0.7601550221443176,0.025513499975204468,0.5888850092887878,0.8078550100326538,0.02316349931061268,0.5830559730529785,0.8071539998054504,0.09234900027513504,0.5888850092887878,0.8078550100326538,0.02316349931061268,0.5223550200462341,0.8524429798126221,0.020539000630378723,0.5736259818077087,0.7051299810409546,0.41676101088523865,0.6317639946937561,0.7051299810409546,0.32187899947166443,0.5259860157966614,0.8071539998054504,0.26798298954963684,0.02316349931061268,0.8078550100326538,0.5888850092887878,0.025513499975204468,0.7601249814033508,0.6492199897766113,0.09234900027513504,0.8071230053901672,0.5830559730529785,0.09234900027513504,0.8071230053901672,0.5830559730529785,0.025513499975204468,0.7601249814033508,0.6492199897766113,0.11090400069952011,0.7051299810409546,0.7003080248832703,0.09234900027513504,0.8071230053901672,0.5830559730529785,0.11090400069952011,0.7051299810409546,0.7003080248832703,0.18240900337696075,0.8071230053901672,0.5614179968833923,0.18240900337696075,0.8071230053901672,0.5614179968833923,0.11090400069952011,0.7051299810409546,0.7003080248832703,0.21909199655056,0.7051299810409546,0.6743370294570923,0.18240900337696075,0.8071230053901672,0.5614179968833923,0.21909199655056,0.7051299810409546,0.6743370294570923,0.26798298954963684,0.8071539998054504,0.5259860157966614,0.26798298954963684,0.8071539998054504,0.5259860157966614,0.21909199655056,0.7051299810409546,0.6743370294570923,0.32187899947166443,0.7051299810409546,0.6317639946937561,0.26798298954963684,0.8071539998054504,0.5259860157966614,0.32187899947166443,0.7051299810409546,0.6317639946937561,0.3469649851322174,0.8071539998054504,0.47758400440216064,0.3469649851322174,0.8071539998054504,0.47758400440216064,0.32187899947166443,0.7051299810409546,0.6317639946937561,0.41676101088523865,0.7051299810409546,0.5736259818077087,0.3469649851322174,0.8071539998054504,0.47758400440216064,0.41676101088523865,0.7051299810409546,0.5736259818077087,0.4174320101737976,0.8071539998054504,0.4174019992351532,0.4174320101737976,0.8071539998054504,0.4174019992351532,0.41676101088523865,0.7051299810409546,0.5736259818077087,0.5013579726219177,0.7051299810409546,0.5013579726219177,0.4174320101737976,0.8071539998054504,0.4174019992351532,0.5013579726219177,0.7051299810409546,0.5013579726219177,0.47758400440216064,0.8071539998054504,0.3469649851322174,0.47758400440216064,0.8071539998054504,0.3469649851322174,0.5013579726219177,0.7051299810409546,0.5013579726219177,0.5736259818077087,0.7051299810409546,0.41676101088523865,0.5736259818077087,0.7051299810409546,0.41676101088523865,0.5259860157966614,0.8071539998054504,0.26798298954963684,0.47758400440216064,0.8071539998054504,0.3469649851322174,0.47758400440216064,0.8071539998054504,0.3469649851322174,0.5259860157966614,0.8071539998054504,0.26798298954963684,0.40727001428604126,0.8894010186195374,0.20749500393867493,0.47758400440216064,0.8071539998054504,0.3469649851322174,0.40727001428604126,0.8894010186195374,0.20749500393867493,0.36979299783706665,0.8894010186195374,0.2686539888381958,0.36979299783706665,0.8894010186195374,0.2686539888381958,0.40727001428604126,0.8894010186195374,0.20749500393867493,0.27848100662231445,0.9498890042304993,0.14188100397586823,0.36979299783706665,0.8894010186195374,0.2686539888381958,0.27848100662231445,0.9498890042304993,0.14188100397586823,0.25284600257873535,0.9498890042304993,0.18369099497795105,0.25284600257873535,0.9498890042304993,0.18369099497795105,0.27848100662231445,0.9498890042304993,0.14188100397586823,0.14276599884033203,0.987060010433197,0.0727560967206955,0.25284600257873535,0.9498890042304993,0.18369099497795105,0.14276599884033203,0.987060010433197,0.0727560967206955,0.12964299321174622,0.987060010433197,0.09418009966611862,0.12964299321174622,0.987060010433197,0.09418009966611862,0.14276599884033203,0.987060010433197,0.0727560967206955,-0.021881800144910812,0.9996029734611511,0.017151400446891785,0.8521379828453064,0.5221719741821289,0.03347880020737648,0.8092589974403381,0.5865349769592285,0.031769800931215286,0.8003780245780945,0.5859249830245972,0.12674300372600555,0.8003780245780945,0.5859249830245972,0.12674300372600555,0.8092589974403381,0.5865349769592285,0.031769800931215286,0.7600629925727844,0.6491289734840393,0.029877599328756332,0.8003780245780945,0.5859249830245972,0.12674300372600555,0.7600629925727844,0.6491289734840393,0.029877599328756332,0.7003080248832703,0.7051299810409546,0.11090400069952011,0.7003080248832703,0.7051299810409546,0.11090400069952011,0.7600629925727844,0.6491289734840393,0.029877599328756332,0.7077850103378296,0.7058320045471191,0.027802400290966034,0.7003080248832703,0.7051299810409546,0.11090400069952011,0.7077850103378296,0.7058320045471191,0.027802400290966034,0.6492199897766113,0.7601550221443176,0.025513499975204468,0.7220370173454285,0.5859249830245972,0.3678700029850006,0.770684003829956,0.5859249830245972,0.2504040002822876,0.6743370294570923,0.7051299810409546,0.21909199655056,0.027802400290966034,0.7058320045471191,0.7077850103378296,0.029877599328756332,0.6491590142250061,0.7600330114364624,0.11090400069952011,0.7051299810409546,0.7003080248832703,0.11090400069952011,0.7051299810409546,0.7003080248832703,0.029877599328756332,0.6491590142250061,0.7600330114364624,0.12674300372600555,0.5859249830245972,0.8003780245780945,0.11090400069952011,0.7051299810409546,0.7003080248832703,0.12674300372600555,0.5859249830245972,0.8003780245780945,0.21909199655056,0.7051299810409546,0.6743370294570923,0.21909199655056,0.7051299810409546,0.6743370294570923,0.12674300372600555,0.5859249830245972,0.8003780245780945,0.2504040002822876,0.585893988609314,0.770684003829956,0.21909199655056,0.7051299810409546,0.6743370294570923,0.2504040002822876,0.585893988609314,0.770684003829956,0.32187899947166443,0.7051299810409546,0.6317639946937561,0.32187899947166443,0.7051299810409546,0.6317639946937561,0.2504040002822876,0.585893988609314,0.770684003829956,0.3678700029850006,0.5859249830245972,0.7220370173454285,0.32187899947166443,0.7051299810409546,0.6317639946937561,0.3678700029850006,0.5859249830245972,0.7220370173454285,0.41676101088523865,0.7051299810409546,0.5736259818077087,0.41676101088523865,0.7051299810409546,0.5736259818077087,0.3678700029850006,0.5859249830245972,0.7220370173454285,0.47630199790000916,0.5859249830245972,0.6555989980697632,0.41676101088523865,0.7051299810409546,0.5736259818077087,0.47630199790000916,0.5859249830245972,0.6555989980697632,0.5013579726219177,0.7051299810409546,0.5013579726219177,0.5013579726219177,0.7051299810409546,0.5013579726219177,0.47630199790000916,0.5859249830245972,0.6555989980697632,0.5729849934577942,0.585893988609314,0.5730159878730774,0.5013579726219177,0.7051299810409546,0.5013579726219177,0.5729849934577942,0.585893988609314,0.5730159878730774,0.5736259818077087,0.7051299810409546,0.41676101088523865,0.5736259818077087,0.7051299810409546,0.41676101088523865,0.5729849934577942,0.585893988609314,0.5730159878730774,0.65556800365448,0.5859249830245972,0.47630199790000916,0.5736259818077087,0.7051299810409546,0.41676101088523865,0.65556800365448,0.5859249830245972,0.47630199790000916,0.6317639946937561,0.7051299810409546,0.32187899947166443,0.6317639946937561,0.7051299810409546,0.32187899947166443,0.65556800365448,0.5859249830245972,0.47630199790000916,0.7220370173454285,0.5859249830245972,0.3678700029850006,0.7220370173454285,0.5859249830245972,0.3678700029850006,0.6743370294570923,0.7051299810409546,0.21909199655056,0.6317639946937561,0.7051299810409546,0.32187899947166443,0.6317639946937561,0.7051299810409546,0.32187899947166443,0.6743370294570923,0.7051299810409546,0.21909199655056,0.5614179968833923,0.8071539998054504,0.18240900337696075,0.6317639946937561,0.7051299810409546,0.32187899947166443,0.5614179968833923,0.8071539998054504,0.18240900337696075,0.5259860157966614,0.8071539998054504,0.26798298954963684,0.5259860157966614,0.8071539998054504,0.26798298954963684,0.5614179968833923,0.8071539998054504,0.18240900337696075,0.4347060024738312,0.8894010186195374,0.14124000072479248,0.5259860157966614,0.8071539998054504,0.26798298954963684,0.4347060024738312,0.8894010186195374,0.14124000072479248,0.40727001428604126,0.8894010186195374,0.20749500393867493,0.40727001428604126,0.8894010186195374,0.20749500393867493,0.4347060024738312,0.8894010186195374,0.14124000072479248,0.29725000262260437,0.9498890042304993,0.09656059741973877,0.40727001428604126,0.8894010186195374,0.20749500393867493,0.29725000262260437,0.9498890042304993,0.09656059741973877,0.27848100662231445,0.9498890042304993,0.14188100397586823,0.27848100662231445,0.9498890042304993,0.14188100397586823,0.29725000262260437,0.9498890042304993,0.09656059741973877,0.15240900218486786,0.987060010433197,0.049501001834869385,0.27848100662231445,0.9498890042304993,0.14188100397586823,0.15240900218486786,0.987060010433197,0.049501001834869385,0.14276599884033203,0.987060010433197,0.0727560967206955,0.14276599884033203,0.987060010433197,0.0727560967206955,0.15240900218486786,0.987060010433197,0.049501001834869385,-0.021881800144910812,0.9996029734611511,0.017151400446891785,0.8908349871635437,0.45289498567581177,0.03494369983673096,0.8521379828453064,0.5221719741821289,0.03347880020737648,0.8808249831199646,0.45240598917007446,0.13950000703334808,0.8808249831199646,0.45240598917007446,0.13950000703334808,0.8521379828453064,0.5221719741821289,0.03347880020737648,0.8003780245780945,0.5859249830245972,0.12674300372600555,0.8808249831199646,0.45240598917007446,0.13950000703334808,0.8003780245780945,0.5859249830245972,0.12674300372600555,0.8481400012969971,0.45240598917007446,0.27555200457572937,0.031769800931215286,0.5865659713745117,0.8092589974403381,0.03347880020737648,0.5221719741821289,0.8521379828453064,0.12674300372600555,0.5859249830245972,0.8003780245780945,0.12674300372600555,0.5859249830245972,0.8003780245780945,0.03347880020737648,0.5221719741821289,0.8521379828453064,0.13950000703334808,0.45240598917007446,0.8808249831199646,0.12674300372600555,0.5859249830245972,0.8003780245780945,0.13950000703334808,0.45240598917007446,0.8808249831199646,0.2504040002822876,0.585893988609314,0.770684003829956,0.2504040002822876,0.585893988609314,0.770684003829956,0.13950000703334808,0.45240598917007446,0.8808249831199646,0.2755819857120514,0.45240598917007446,0.8481400012969971,0.2504040002822876,0.585893988609314,0.770684003829956,0.2755819857120514,0.45240598917007446,0.8481400012969971,0.3678700029850006,0.5859249830245972,0.7220370173454285,0.3678700029850006,0.5859249830245972,0.7220370173454285,0.2755819857120514,0.45240598917007446,0.8481400012969971,0.4048590064048767,0.45240598917007446,0.7945799827575684,0.3678700029850006,0.5859249830245972,0.7220370173454285,0.4048590064048767,0.45240598917007446,0.7945799827575684,0.47630199790000916,0.5859249830245972,0.6555989980697632,0.47630199790000916,0.5859249830245972,0.6555989980697632,0.4048590064048767,0.45240598917007446,0.7945799827575684,0.5241860151290894,0.45240598917007446,0.7214879989624023,0.47630199790000916,0.5859249830245972,0.6555989980697632,0.5241860151290894,0.45240598917007446,0.7214879989624023,0.5729849934577942,0.585893988609314,0.5730159878730774,0.5729849934577942,0.585893988609314,0.5730159878730774,0.5241860151290894,0.45240598917007446,0.7214879989624023,0.6305729746818542,0.45240598917007446,0.6306040287017822,0.5729849934577942,0.585893988609314,0.5730159878730774,0.6305729746818542,0.45240598917007446,0.6306040287017822,0.65556800365448,0.5859249830245972,0.47630199790000916,0.65556800365448,0.5859249830245972,0.47630199790000916,0.6305729746818542,0.45240598917007446,0.6306040287017822,0.7214580178260803,0.45240598917007446,0.5241860151290894,0.65556800365448,0.5859249830245972,0.47630199790000916,0.7214580178260803,0.45240598917007446,0.5241860151290894,0.7220370173454285,0.5859249830245972,0.3678700029850006,0.7220370173454285,0.5859249830245972,0.3678700029850006,0.7214580178260803,0.45240598917007446,0.5241860151290894,0.7945799827575684,0.45240598917007446,0.4048590064048767,0.7220370173454285,0.5859249830245972,0.3678700029850006,0.7945799827575684,0.45240598917007446,0.4048590064048767,0.770684003829956,0.5859249830245972,0.2504040002822876,0.770684003829956,0.5859249830245972,0.2504040002822876,0.7945799827575684,0.45240598917007446,0.4048590064048767,0.8481400012969971,0.45240598917007446,0.27555200457572937,0.8481400012969971,0.45240598917007446,0.27555200457572937,0.8003780245780945,0.5859249830245972,0.12674300372600555,0.770684003829956,0.5859249830245972,0.2504040002822876,0.770684003829956,0.5859249830245972,0.2504040002822876,0.8003780245780945,0.5859249830245972,0.12674300372600555,0.7003080248832703,0.7051299810409546,0.11090400069952011,0.770684003829956,0.5859249830245972,0.2504040002822876,0.7003080248832703,0.7051299810409546,0.11090400069952011,0.6743370294570923,0.7051299810409546,0.21909199655056,0.6743370294570923,0.7051299810409546,0.21909199655056,0.7003080248832703,0.7051299810409546,0.11090400069952011,0.5830559730529785,0.8071539998054504,0.09234900027513504,0.6743370294570923,0.7051299810409546,0.21909199655056,0.5830559730529785,0.8071539998054504,0.09234900027513504,0.5614179968833923,0.8071539998054504,0.18240900337696075,0.5614179968833923,0.8071539998054504,0.18240900337696075,0.5830559730529785,0.8071539998054504,0.09234900027513504,0.45146000385284424,0.8894010186195374,0.07150489836931229,0.5614179968833923,0.8071539998054504,0.18240900337696075,0.45146000385284424,0.8894010186195374,0.07150489836931229,0.4347060024738312,0.8894010186195374,0.14124000072479248,0.4347060024738312,0.8894010186195374,0.14124000072479248,0.45146000385284424,0.8894010186195374,0.07150489836931229,0.308694988489151,0.9498890042304993,0.048890698701143265,0.4347060024738312,0.8894010186195374,0.14124000072479248,0.308694988489151,0.9498890042304993,0.048890698701143265,0.29725000262260437,0.9498890042304993,0.09656059741973877,0.29725000262260437,0.9498890042304993,0.09656059741973877,0.308694988489151,0.9498890042304993,0.048890698701143265,0.158269003033638,0.987060010433197,0.025055700913071632,0.29725000262260437,0.9498890042304993,0.09656059741973877,0.158269003033638,0.987060010433197,0.025055700913071632,0.15240900218486786,0.987060010433197,0.049501001834869385,0.15240900218486786,0.987060010433197,0.049501001834869385,0.158269003033638,0.987060010433197,0.025055700913071632,-0.021881800144910812,0.9996029734611511,0.017151400446891785,0.03494369983673096,0.45289498567581177,0.8908349871635437,0.03625600039958954,0.38239699602127075,0.9232460260391235,0.13950000703334808,0.45240598917007446,0.8808249831199646,0.13950000703334808,0.45240598917007446,0.8808249831199646,0.03625600039958954,0.38239699602127075,0.9232460260391235,0.14880800247192383,0.307871013879776,0.9396950006484985,0.13950000703334808,0.45240598917007446,0.8808249831199646,0.14880800247192383,0.307871013879776,0.9396950006484985,0.2755819857120514,0.45240598917007446,0.8481400012969971,0.2755819857120514,0.45240598917007446,0.8481400012969971,0.14880800247192383,0.307871013879776,0.9396950006484985,0.2939850091934204,0.307871013879776,0.9048429727554321,0.2755819857120514,0.45240598917007446,0.8481400012969971,0.2939850091934204,0.307871013879776,0.9048429727554321,0.4048590064048767,0.45240598917007446,0.7945799827575684,0.4048590064048767,0.45240598917007446,0.7945799827575684,0.2939850091934204,0.307871013879776,0.9048429727554321,0.43192800879478455,0.307871013879776,0.8477129936218262,0.4048590064048767,0.45240598917007446,0.7945799827575684,0.43192800879478455,0.307871013879776,0.8477129936218262,0.5241860151290894,0.45240598917007446,0.7214879989624023,0.5241860151290894,0.45240598917007446,0.7214879989624023,0.43192800879478455,0.307871013879776,0.8477129936218262,0.5592210292816162,0.307871013879776,0.7697070240974426,0.5241860151290894,0.45240598917007446,0.7214879989624023,0.5592210292816162,0.307871013879776,0.7697070240974426,0.6305729746818542,0.45240598917007446,0.6306040287017822,0.6305729746818542,0.45240598917007446,0.6306040287017822,0.5592210292816162,0.307871013879776,0.7697070240974426,0.6727499961853027,0.307871013879776,0.6727499961853027,0.6305729746818542,0.45240598917007446,0.6306040287017822,0.6727499961853027,0.307871013879776,0.6727499961853027,0.7214580178260803,0.45240598917007446,0.5241860151290894,0.7214580178260803,0.45240598917007446,0.5241860151290894,0.6727499961853027,0.307871013879776,0.6727499961853027,0.7697070240974426,0.307871013879776,0.5592210292816162,0.7214580178260803,0.45240598917007446,0.5241860151290894,0.7697070240974426,0.307871013879776,0.5592210292816162,0.7945799827575684,0.45240598917007446,0.4048590064048767,0.7945799827575684,0.45240598917007446,0.4048590064048767,0.7697070240974426,0.307871013879776,0.5592210292816162,0.8477129936218262,0.3078399896621704,0.43192800879478455,0.7945799827575684,0.45240598917007446,0.4048590064048767,0.8477129936218262,0.3078399896621704,0.43192800879478455,0.8481400012969971,0.45240598917007446,0.27555200457572937,0.8481400012969971,0.45240598917007446,0.27555200457572937,0.8477129936218262,0.3078399896621704,0.43192800879478455,0.9048429727554321,0.3078399896621704,0.2939850091934204,0.8481400012969971,0.45240598917007446,0.27555200457572937,0.9048429727554321,0.3078399896621704,0.2939850091934204,0.8808249831199646,0.45240598917007446,0.13950000703334808,0.8808249831199646,0.45240598917007446,0.13950000703334808,0.9048429727554321,0.3078399896621704,0.2939850091934204,0.9396950006484985,0.307871013879776,0.14883899688720703,0.8808249831199646,0.45240598917007446,0.13950000703334808,0.9396950006484985,0.307871013879776,0.14883899688720703,0.9232460260391235,0.38242700695991516,0.036286499351263046,0.9232460260391235,0.38242700695991516,0.036286499351263046,0.9396950006484985,0.307871013879776,0.14883899688720703,0.9505599737167358,0.3082369863986969,0.03729360178112984,0.03726309910416603,0.3082059919834137,0.9505599737167358,0.038178700953722,0.23325300216674805,0.9716479778289795,0.14880800247192383,0.307871013879776,0.9396950006484985,0.14880800247192383,0.307871013879776,0.9396950006484985,0.038178700953722,0.23325300216674805,0.9716479778289795,0.15451499819755554,0.15582799911499023,0.9756159782409668,0.14880800247192383,0.307871013879776,0.9396950006484985,0.15451499819755554,0.15582799911499023,0.9756159782409668,0.2939850091934204,0.307871013879776,0.9048429727554321,0.2939850091934204,0.307871013879776,0.9048429727554321,0.15451499819755554,0.15582799911499023,0.9756159782409668,0.3052160143852234,0.15582799911499023,0.9394209980964661,0.2939850091934204,0.307871013879776,0.9048429727554321,0.3052160143852234,0.15582799911499023,0.9394209980964661,0.43192800879478455,0.307871013879776,0.8477129936218262,0.43192800879478455,0.307871013879776,0.8477129936218262,0.3052160143852234,0.15582799911499023,0.9394209980964661,0.44843900203704834,0.15582799911499023,0.8801230192184448,0.43192800879478455,0.307871013879776,0.8477129936218262,0.44843900203704834,0.15582799911499023,0.8801230192184448,0.5592210292816162,0.307871013879776,0.7697070240974426,0.5592210292816162,0.307871013879776,0.7697070240974426,0.44843900203704834,0.15582799911499023,0.8801230192184448,0.5805839896202087,0.15582799911499023,0.7991269826889038,0.5592210292816162,0.307871013879776,0.7697070240974426,0.5805839896202087,0.15582799911499023,0.7991269826889038,0.6727499961853027,0.307871013879776,0.6727499961853027,0.6727499961853027,0.307871013879776,0.6727499961853027,0.5805839896202087,0.15582799911499023,0.7991269826889038,0.6984469890594482,0.15582799911499023,0.6984469890594482,0.6727499961853027,0.307871013879776,0.6727499961853027,0.6984469890594482,0.15582799911499023,0.6984469890594482,0.7697070240974426,0.307871013879776,0.5592210292816162,0.7697070240974426,0.307871013879776,0.5592210292816162,0.6984469890594482,0.15582799911499023,0.6984469890594482,0.7991269826889038,0.15582799911499023,0.5805839896202087,0.7697070240974426,0.307871013879776,0.5592210292816162,0.7991269826889038,0.15582799911499023,0.5805839896202087,0.8477129936218262,0.3078399896621704,0.43192800879478455,0.8477129936218262,0.3078399896621704,0.43192800879478455,0.7991269826889038,0.15582799911499023,0.5805839896202087,0.880092978477478,0.15582799911499023,0.44843900203704834,0.8477129936218262,0.3078399896621704,0.43192800879478455,0.880092978477478,0.15582799911499023,0.44843900203704834,0.9048429727554321,0.3078399896621704,0.2939850091934204,0.9048429727554321,0.3078399896621704,0.2939850091934204,0.880092978477478,0.15582799911499023,0.44843900203704834,0.9394209980964661,0.15582799911499023,0.3052160143852234,0.9048429727554321,0.3078399896621704,0.2939850091934204,0.9394209980964661,0.15582799911499023,0.3052160143852234,0.9396950006484985,0.307871013879776,0.14883899688720703,0.9396950006484985,0.307871013879776,0.14883899688720703,0.9394209980964661,0.15582799911499023,0.3052160143852234,0.9756159782409668,0.15582799911499023,0.15451499819755554,0.9396950006484985,0.307871013879776,0.14883899688720703,0.9756159782409668,0.15582799911499023,0.15451499819755554,0.9716479778289795,0.23325300216674805,0.038178700953722,0.9716479778289795,0.23325300216674805,0.038178700953722,0.9756159782409668,0.15582799911499023,0.15451499819755554,0.986968994140625,0.15598000586032867,0.038697499781847,0.038697499781847,0.15598000586032867,0.986968994140625,0.03918579965829849,0.03918579965829849,0.9984440207481384,0.15451499819755554,0.15582799911499023,0.9756159782409668,0.15451499819755554,0.15582799911499023,0.9756159782409668,0.03918579965829849,0.03918579965829849,0.9984440207481384,0.15631599724292755,0.039155200123786926,0.9869080185890198,0.15451499819755554,0.15582799911499023,0.9756159782409668,0.15631599724292755,0.039155200123786926,0.9869080185890198,0.3052160143852234,0.15582799911499023,0.9394209980964661,0.3052160143852234,0.15582799911499023,0.9394209980964661,0.15631599724292755,0.039155200123786926,0.9869080185890198,0.3087559938430786,0.039155200123786926,0.9503160119056702,0.3052160143852234,0.15582799911499023,0.9394209980964661,0.3087559938430786,0.039155200123786926,0.9503160119056702,0.44843900203704834,0.15582799911499023,0.8801230192184448,0.44843900203704834,0.15582799911499023,0.8801230192184448,0.3087559938430786,0.039155200123786926,0.9503160119056702,0.45362699031829834,0.039155200123786926,0.8903160095214844,0.44843900203704834,0.15582799911499023,0.8801230192184448,0.45362699031829834,0.039155200123786926,0.8903160095214844,0.5805839896202087,0.15582799911499023,0.7991269826889038,0.5805839896202087,0.15582799911499023,0.7991269826889038,0.45362699031829834,0.039155200123786926,0.8903160095214844,0.5873289704322815,0.039155200123786926,0.8083739876747131,0.5805839896202087,0.15582799911499023,0.7991269826889038,0.5873289704322815,0.039155200123786926,0.8083739876747131,0.6984469890594482,0.15582799911499023,0.6984469890594482,0.6984469890594482,0.15582799911499023,0.6984469890594482,0.5873289704322815,0.039155200123786926,0.8083739876747131,0.7065650224685669,0.039155200123786926,0.7065340280532837,0.6984469890594482,0.15582799911499023,0.6984469890594482,0.7065650224685669,0.039155200123786926,0.7065340280532837,0.7991269826889038,0.15582799911499023,0.5805839896202087,0.7991269826889038,0.15582799911499023,0.5805839896202087,0.7065650224685669,0.039155200123786926,0.7065340280532837,0.8083739876747131,0.039155200123786926,0.5873289704322815,0.7991269826889038,0.15582799911499023,0.5805839896202087,0.8083739876747131,0.039155200123786926,0.5873289704322815,0.880092978477478,0.15582799911499023,0.44843900203704834,0.880092978477478,0.15582799911499023,0.44843900203704834,0.8083739876747131,0.039155200123786926,0.5873289704322815,0.8903160095214844,0.039155200123786926,0.45362699031829834,0.880092978477478,0.15582799911499023,0.44843900203704834,0.8903160095214844,0.039155200123786926,0.45362699031829834,0.9394209980964661,0.15582799911499023,0.3052160143852234,0.9394209980964661,0.15582799911499023,0.3052160143852234,0.8903160095214844,0.039155200123786926,0.45362699031829834,0.9503160119056702,0.03918579965829849,0.3087559938430786,0.9394209980964661,0.15582799911499023,0.3052160143852234,0.9503160119056702,0.03918579965829849,0.3087559938430786,0.9756159782409668,0.15582799911499023,0.15451499819755554,0.9756159782409668,0.15582799911499023,0.15451499819755554,0.9503160119056702,0.03918579965829849,0.3087559938430786,0.9869080185890198,0.039155200123786926,0.15628500282764435,0.9756159782409668,0.15582799911499023,0.15451499819755554,0.9869080185890198,0.039155200123786926,0.15628500282764435,0.986968994140625,0.15598000586032867,0.038697499781847,0.986968994140625,0.15598000586032867,0.038697499781847,0.9869080185890198,0.039155200123786926,0.15628500282764435,0.9984440207481384,0.03918579965829849,0.03918579965829849,0.03918579965829849,0.03918579965829849,0.9984440207481384,0.03918579965829849,-0.03918579965829849,0.9984440207481384,0.15631599724292755,-0.039155200123786926,0.9869080185890198,0.03918579965829849,0.03918579965829849,0.9984440207481384,0.15631599724292755,-0.039155200123786926,0.9869080185890198,0.15631599724292755,0.039155200123786926,0.9869080185890198,0.15631599724292755,0.039155200123786926,0.9869080185890198,0.15631599724292755,-0.039155200123786926,0.9869080185890198,0.3087559938430786,-0.039155200123786926,0.9503160119056702,0.15631599724292755,0.039155200123786926,0.9869080185890198,0.3087559938430786,-0.039155200123786926,0.9503160119056702,0.3087559938430786,0.039155200123786926,0.9503160119056702,0.3087559938430786,0.039155200123786926,0.9503160119056702,0.3087559938430786,-0.039155200123786926,0.9503160119056702,0.45362699031829834,-0.039155200123786926,0.8903160095214844,0.3087559938430786,0.039155200123786926,0.9503160119056702,0.45362699031829834,-0.039155200123786926,0.8903160095214844,0.45362699031829834,0.039155200123786926,0.8903160095214844,0.45362699031829834,0.039155200123786926,0.8903160095214844,0.45362699031829834,-0.039155200123786926,0.8903160095214844,0.5873289704322815,-0.039155200123786926,0.8083739876747131,0.45362699031829834,0.039155200123786926,0.8903160095214844,0.5873289704322815,-0.039155200123786926,0.8083739876747131,0.5873289704322815,0.039155200123786926,0.8083739876747131,0.5873289704322815,0.039155200123786926,0.8083739876747131,0.5873289704322815,-0.039155200123786926,0.8083739876747131,0.7065650224685669,-0.039155200123786926,0.7065340280532837,0.5873289704322815,0.039155200123786926,0.8083739876747131,0.7065650224685669,-0.039155200123786926,0.7065340280532837,0.7065650224685669,0.039155200123786926,0.7065340280532837,0.7065650224685669,0.039155200123786926,0.7065340280532837,0.7065650224685669,-0.039155200123786926,0.7065340280532837,0.8083739876747131,-0.039155200123786926,0.5873289704322815,0.7065650224685669,0.039155200123786926,0.7065340280532837,0.8083739876747131,-0.039155200123786926,0.5873289704322815,0.8083739876747131,0.039155200123786926,0.5873289704322815,0.8083739876747131,0.039155200123786926,0.5873289704322815,0.8083739876747131,-0.039155200123786926,0.5873289704322815,0.8903160095214844,-0.039155200123786926,0.45362699031829834,0.8083739876747131,0.039155200123786926,0.5873289704322815,0.8903160095214844,-0.039155200123786926,0.45362699031829834,0.8903160095214844,0.039155200123786926,0.45362699031829834,0.8903160095214844,0.039155200123786926,0.45362699031829834,0.8903160095214844,-0.039155200123786926,0.45362699031829834,0.9503160119056702,-0.03918579965829849,0.3087559938430786,0.8903160095214844,0.039155200123786926,0.45362699031829834,0.9503160119056702,-0.03918579965829849,0.3087559938430786,0.9503160119056702,0.03918579965829849,0.3087559938430786,0.9503160119056702,0.03918579965829849,0.3087559938430786,0.9503160119056702,-0.03918579965829849,0.3087559938430786,0.9869080185890198,-0.039155200123786926,0.15628500282764435,0.9503160119056702,0.03918579965829849,0.3087559938430786,0.9869080185890198,-0.039155200123786926,0.15628500282764435,0.9869080185890198,0.039155200123786926,0.15628500282764435,0.9869080185890198,0.039155200123786926,0.15628500282764435,0.9869080185890198,-0.039155200123786926,0.15628500282764435,0.9984440207481384,-0.03918579965829849,0.03918579965829849,0.9869080185890198,0.039155200123786926,0.15628500282764435,0.9984440207481384,-0.03918579965829849,0.03918579965829849,0.9984440207481384,0.03918579965829849,0.03918579965829849,0.049501001834869385,-0.987060010433197,0.15240900218486786,0.025055700913071632,-0.987060010433197,0.158269003033638,0.017151400446891785,-0.9996029734611511,-0.021851299330592155,0.049501001834869385,-0.987060010433197,0.15240900218486786,0.017151400446891785,-0.9996029734611511,-0.021851299330592155,0.07272560149431229,-0.987060010433197,0.14276599884033203,0.09418009966611862,-0.987060010433197,0.12964299321174622,0.07272560149431229,-0.987060010433197,0.14276599884033203,0.017151400446891785,-0.9996029734611511,-0.021851299330592155,0.11331500113010406,-0.987060010433197,0.11328499764204025,0.09418009966611862,-0.987060010433197,0.12964299321174622,0.017151400446891785,-0.9996029734611511,-0.021851299330592155,0.12964299321174622,-0.987060010433197,0.09418009966611862,0.11331500113010406,-0.987060010433197,0.11328499764204025,0.017151400446891785,-0.9996029734611511,-0.021851299330592155,0.14276599884033203,-0.987060010433197,0.07272560149431229,0.12964299321174622,-0.987060010433197,0.09418009966611862,0.017151400446891785,-0.9996029734611511,-0.021851299330592155,0.158269003033638,-0.987060010433197,0.025055700913071632,0.017151400446891785,-0.9996029734611511,-0.021851299330592155,0.061159100383520126,-0.9980469942092896,-0.012360000051558018,0.00915555004030466,-0.972320020198822,0.23340600728988647,0.006286810152232647,-0.9873350262641907,0.15832999348640442,0.025055700913071632,-0.987060010433197,0.158269003033638,0.01504560001194477,-0.9237650036811829,0.3826110064983368,0.012268399819731712,-0.9504070281982422,0.31073901057243347,0.048890698701143265,-0.9498890042304993,0.308694988489151,0.3052160143852234,-0.15582799911499023,0.9394209980964661,0.15451499819755554,-0.15582799911499023,0.9756159782409668,0.14880800247192383,-0.3078399896621704,0.9396950006484985,0.15631599724292755,-0.039155200123786926,0.9869080185890198,0.03918579965829849,-0.03918579965829849,0.9984440207481384,0.038697499781847,-0.15598000586032867,0.986998975276947,0.9984440207481384,-0.03918579965829849,0.03918579965829849,0.9869080185890198,-0.039155200123786926,0.15628500282764435,0.9756159782409668,-0.15582799911499023,0.15451499819755554,0.15631599724292755,-0.039155200123786926,0.9869080185890198,0.15451499819755554,-0.15582799911499023,0.9756159782409668,0.3087559938430786,-0.039155200123786926,0.9503160119056702,0.3087559938430786,-0.039155200123786926,0.9503160119056702,0.15451499819755554,-0.15582799911499023,0.9756159782409668,0.3052160143852234,-0.15582799911499023,0.9394209980964661,0.3087559938430786,-0.039155200123786926,0.9503160119056702,0.3052160143852234,-0.15582799911499023,0.9394209980964661,0.45362699031829834,-0.039155200123786926,0.8903160095214844,0.9396950006484985,-0.307871013879776,0.14883899688720703,0.9716479778289795,-0.23325300216674805,0.038178700953722,0.9756159782409668,-0.15582799911499023,0.15451499819755554,0.9756159782409668,-0.15582799911499023,0.15451499819755554,0.9716479778289795,-0.23325300216674805,0.038178700953722,0.986968994140625,-0.15598000586032867,0.038697499781847,0.9756159782409668,-0.15582799911499023,0.15451499819755554,0.986968994140625,-0.15598000586032867,0.038697499781847,0.9984440207481384,-0.03918579965829849,0.03918579965829849,0.7697070240974426,-0.3078399896621704,0.5592210292816162,0.8477129936218262,-0.307871013879776,0.43192800879478455,0.880092978477478,-0.15582799911499023,0.44843900203704834,0.8808249831199646,-0.45240598917007446,0.13950000703334808,0.9232460260391235,-0.38242700695991516,0.036286499351263046,0.9396950006484985,-0.307871013879776,0.14883899688720703,0.9396950006484985,-0.307871013879776,0.14883899688720703,0.9232460260391235,-0.38242700695991516,0.036286499351263046,0.9505599737167358,-0.3082059919834137,0.03729360178112984,0.9396950006484985,-0.307871013879776,0.14883899688720703,0.9505599737167358,-0.3082059919834137,0.03729360178112984,0.9716479778289795,-0.23325300216674805,0.038178700953722,0.7945799827575684,-0.45240598917007446,0.4048590064048767,0.8477129936218262,-0.307871013879776,0.43192800879478455,0.7214879989624023,-0.45240598917007446,0.5241860151290894,0.7214879989624023,-0.45240598917007446,0.5241860151290894,0.8477129936218262,-0.307871013879776,0.43192800879478455,0.7697070240974426,-0.3078399896621704,0.5592210292816162,0.7214879989624023,-0.45240598917007446,0.5241860151290894,0.7697070240974426,-0.3078399896621704,0.5592210292816162,0.6305729746818542,-0.45240598917007446,0.6306040287017822,0.7065650224685669,-0.039155200123786926,0.7065340280532837,0.5873289704322815,-0.039155200123786926,0.8083739876747131,0.5805839896202087,-0.15582799911499023,0.7991269826889038,0.5805839896202087,-0.15582799911499023,0.7991269826889038,0.5873289704322815,-0.039155200123786926,0.8083739876747131,0.44843900203704834,-0.15582799911499023,0.880092978477478,0.5805839896202087,-0.15582799911499023,0.7991269826889038,0.44843900203704834,-0.15582799911499023,0.880092978477478,0.43192800879478455,-0.307871013879776,0.8477129936218262,0.43192800879478455,-0.307871013879776,0.8477129936218262,0.44843900203704834,-0.15582799911499023,0.880092978477478,0.2939850091934204,-0.307871013879776,0.9048429727554321,0.43192800879478455,-0.307871013879776,0.8477129936218262,0.2939850091934204,-0.307871013879776,0.9048429727554321,0.2755819857120514,-0.45240598917007446,0.8481400012969971,0.2755819857120514,-0.45240598917007446,0.8481400012969971,0.2939850091934204,-0.307871013879776,0.9048429727554321,0.13950000703334808,-0.45240598917007446,0.8808249831199646,0.2755819857120514,-0.45240598917007446,0.8481400012969971,0.13950000703334808,-0.45240598917007446,0.8808249831199646,0.12674300372600555,-0.5859249830245972,0.8003780245780945,0.15631599724292755,-0.039155200123786926,0.9869080185890198,0.038697499781847,-0.15598000586032867,0.986998975276947,0.15451499819755554,-0.15582799911499023,0.9756159782409668,0.15451499819755554,-0.15582799911499023,0.9756159782409668,0.038697499781847,-0.15598000586032867,0.986998975276947,0.038178700953722,-0.23325300216674805,0.9716479778289795,0.15451499819755554,-0.15582799911499023,0.9756159782409668,0.038178700953722,-0.23325300216674805,0.9716479778289795,0.14880800247192383,-0.3078399896621704,0.9396950006484985,0.14880800247192383,-0.3078399896621704,0.9396950006484985,0.038178700953722,-0.23325300216674805,0.9716479778289795,0.03726309910416603,-0.3082059919834137,0.9505599737167358,0.14880800247192383,-0.3078399896621704,0.9396950006484985,0.03726309910416603,-0.3082059919834137,0.9505599737167358,0.03625600039958954,-0.38239699602127075,0.9232760071754456,0.5873289704322815,-0.039155200123786926,0.8083739876747131,0.45362699031829834,-0.039155200123786926,0.8903160095214844,0.44843900203704834,-0.15582799911499023,0.880092978477478,0.44843900203704834,-0.15582799911499023,0.880092978477478,0.45362699031829834,-0.039155200123786926,0.8903160095214844,0.3052160143852234,-0.15582799911499023,0.9394209980964661,0.44843900203704834,-0.15582799911499023,0.880092978477478,0.3052160143852234,-0.15582799911499023,0.9394209980964661,0.2939850091934204,-0.307871013879776,0.9048429727554321,0.2939850091934204,-0.307871013879776,0.9048429727554321,0.3052160143852234,-0.15582799911499023,0.9394209980964661,0.14880800247192383,-0.3078399896621704,0.9396950006484985,0.2939850091934204,-0.307871013879776,0.9048429727554321,0.14880800247192383,-0.3078399896621704,0.9396950006484985,0.13950000703334808,-0.45240598917007446,0.8808249831199646,0.13950000703334808,-0.45240598917007446,0.8808249831199646,0.14880800247192383,-0.3078399896621704,0.9396950006484985,0.03625600039958954,-0.38239699602127075,0.9232760071754456,0.8003780245780945,-0.5859249830245972,0.12674300372600555,0.8521379828453064,-0.5222020149230957,0.03347880020737648,0.8808249831199646,-0.45240598917007446,0.13950000703334808,0.8808249831199646,-0.45240598917007446,0.13950000703334808,0.8521379828453064,-0.5222020149230957,0.03347880020737648,0.8908349871635437,-0.4529249966144562,0.03494369983673096,0.8808249831199646,-0.45240598917007446,0.13950000703334808,0.8908349871635437,-0.4529249966144562,0.03494369983673096,0.9232460260391235,-0.38242700695991516,0.036286499351263046,0.7220370173454285,-0.5859249830245972,0.3678700029850006,0.7945799827575684,-0.45240598917007446,0.4048590064048767,0.6555989980697632,-0.585893988609314,0.47630199790000916,0.6555989980697632,-0.585893988609314,0.47630199790000916,0.7945799827575684,-0.45240598917007446,0.4048590064048767,0.7214879989624023,-0.45240598917007446,0.5241860151290894,0.6555989980697632,-0.585893988609314,0.47630199790000916,0.7214879989624023,-0.45240598917007446,0.5241860151290894,0.5729849934577942,-0.5859249830245972,0.5730159878730774,0.5729849934577942,-0.5859249830245972,0.5730159878730774,0.7214879989624023,-0.45240598917007446,0.5241860151290894,0.6305729746818542,-0.45240598917007446,0.6306040287017822,0.5729849934577942,-0.5859249830245972,0.5730159878730774,0.6305729746818542,-0.45240598917007446,0.6306040287017822,0.47630199790000916,-0.5859249830245972,0.6555989980697632,0.7003080248832703,-0.7051299810409546,0.11090400069952011,0.7600629925727844,-0.6491289734840393,0.029877599328756332,0.8003780245780945,-0.5859249830245972,0.12674300372600555,0.8003780245780945,-0.5859249830245972,0.12674300372600555,0.7600629925727844,-0.6491289734840393,0.029877599328756332,0.8092589974403381,-0.5865349769592285,0.031769800931215286,0.8003780245780945,-0.5859249830245972,0.12674300372600555,0.8092589974403381,-0.5865349769592285,0.031769800931215286,0.8521379828453064,-0.5222020149230957,0.03347880020737648,0.6317639946937561,-0.7051299810409546,0.32187899947166443,0.7220370173454285,-0.5859249830245972,0.3678700029850006,0.5736259818077087,-0.7051299810409546,0.41676101088523865,0.5736259818077087,-0.7051299810409546,0.41676101088523865,0.7220370173454285,-0.5859249830245972,0.3678700029850006,0.6555989980697632,-0.585893988609314,0.47630199790000916,0.5736259818077087,-0.7051299810409546,0.41676101088523865,0.6555989980697632,-0.585893988609314,0.47630199790000916,0.5013579726219177,-0.7051299810409546,0.5013579726219177,0.5013579726219177,-0.7051299810409546,0.5013579726219177,0.6555989980697632,-0.585893988609314,0.47630199790000916,0.5729849934577942,-0.5859249830245972,0.5730159878730774,0.5013579726219177,-0.7051299810409546,0.5013579726219177,0.5729849934577942,-0.5859249830245972,0.5730159878730774,0.41676101088523865,-0.7051299810409546,0.5736259818077087,0.41676101088523865,-0.7051299810409546,0.5736259818077087,0.5729849934577942,-0.5859249830245972,0.5730159878730774,0.47630199790000916,-0.5859249830245972,0.6555989980697632,0.41676101088523865,-0.7051299810409546,0.5736259818077087,0.47630199790000916,-0.5859249830245972,0.6555989980697632,0.32187899947166443,-0.7051299810409546,0.6317639946937561,0.8903160095214844,-0.039155200123786926,0.45362699031829834,0.8083739876747131,-0.039155200123786926,0.5873289704322815,0.7991269826889038,-0.15582799911499023,0.5805839896202087,0.7991269826889038,-0.15582799911499023,0.5805839896202087,0.8083739876747131,-0.039155200123786926,0.5873289704322815,0.6984469890594482,-0.15582799911499023,0.6984469890594482,0.7991269826889038,-0.15582799911499023,0.5805839896202087,0.6984469890594482,-0.15582799911499023,0.6984469890594482,0.6727499961853027,-0.3078399896621704,0.6727499961853027,0.6727499961853027,-0.3078399896621704,0.6727499961853027,0.6984469890594482,-0.15582799911499023,0.6984469890594482,0.5592210292816162,-0.307871013879776,0.7697070240974426,0.6727499961853027,-0.3078399896621704,0.6727499961853027,0.5592210292816162,-0.307871013879776,0.7697070240974426,0.5241860151290894,-0.45240598917007446,0.7214580178260803,0.5241860151290894,-0.45240598917007446,0.7214580178260803,0.5592210292816162,-0.307871013879776,0.7697070240974426,0.4048590064048767,-0.45240598917007446,0.7945799827575684,0.5241860151290894,-0.45240598917007446,0.7214580178260803,0.4048590064048767,-0.45240598917007446,0.7945799827575684,0.3678700029850006,-0.5859249830245972,0.7220370173454285,0.3678700029850006,-0.5859249830245972,0.7220370173454285,0.4048590064048767,-0.45240598917007446,0.7945799827575684,0.2504040002822876,-0.585893988609314,0.770684003829956,0.3678700029850006,-0.5859249830245972,0.7220370173454285,0.2504040002822876,-0.585893988609314,0.770684003829956,0.21909199655056,-0.7051299810409546,0.6743370294570923,0.21909199655056,-0.7051299810409546,0.6743370294570923,0.2504040002822876,-0.585893988609314,0.770684003829956,0.11090400069952011,-0.7051299810409546,0.7003080248832703,0.21909199655056,-0.7051299810409546,0.6743370294570923,0.11090400069952011,-0.7051299810409546,0.7003080248832703,0.09231849759817123,-0.8071539998054504,0.5830559730529785,0.03625600039958954,-0.38239699602127075,0.9232760071754456,0.03494369983673096,-0.45289498567581177,0.8908349871635437,0.13950000703334808,-0.45240598917007446,0.8808249831199646,0.13950000703334808,-0.45240598917007446,0.8808249831199646,0.03494369983673096,-0.45289498567581177,0.8908349871635437,0.03347880020737648,-0.5221719741821289,0.8521379828453064,0.13950000703334808,-0.45240598917007446,0.8808249831199646,0.03347880020737648,-0.5221719741821289,0.8521379828453064,0.12674300372600555,-0.5859249830245972,0.8003780245780945,0.12674300372600555,-0.5859249830245972,0.8003780245780945,0.03347880020737648,-0.5221719741821289,0.8521379828453064,0.031769800931215286,-0.5865659713745117,0.8092589974403381,0.12674300372600555,-0.5859249830245972,0.8003780245780945,0.031769800931215286,-0.5865659713745117,0.8092589974403381,0.029877599328756332,-0.6491590142250061,0.7600330114364624,0.8083739876747131,-0.039155200123786926,0.5873289704322815,0.7065650224685669,-0.039155200123786926,0.7065340280532837,0.6984469890594482,-0.15582799911499023,0.6984469890594482,0.6984469890594482,-0.15582799911499023,0.6984469890594482,0.7065650224685669,-0.039155200123786926,0.7065340280532837,0.5805839896202087,-0.15582799911499023,0.7991269826889038,0.6984469890594482,-0.15582799911499023,0.6984469890594482,0.5805839896202087,-0.15582799911499023,0.7991269826889038,0.5592210292816162,-0.307871013879776,0.7697070240974426,0.5592210292816162,-0.307871013879776,0.7697070240974426,0.5805839896202087,-0.15582799911499023,0.7991269826889038,0.43192800879478455,-0.307871013879776,0.8477129936218262,0.5592210292816162,-0.307871013879776,0.7697070240974426,0.43192800879478455,-0.307871013879776,0.8477129936218262,0.4048590064048767,-0.45240598917007446,0.7945799827575684,0.4048590064048767,-0.45240598917007446,0.7945799827575684,0.43192800879478455,-0.307871013879776,0.8477129936218262,0.2755819857120514,-0.45240598917007446,0.8481400012969971,0.4048590064048767,-0.45240598917007446,0.7945799827575684,0.2755819857120514,-0.45240598917007446,0.8481400012969971,0.2504040002822876,-0.585893988609314,0.770684003829956,0.2504040002822876,-0.585893988609314,0.770684003829956,0.2755819857120514,-0.45240598917007446,0.8481400012969971,0.12674300372600555,-0.5859249830245972,0.8003780245780945,0.2504040002822876,-0.585893988609314,0.770684003829956,0.12674300372600555,-0.5859249830245972,0.8003780245780945,0.11090400069952011,-0.7051299810409546,0.7003080248832703,0.11090400069952011,-0.7051299810409546,0.7003080248832703,0.12674300372600555,-0.5859249830245972,0.8003780245780945,0.029877599328756332,-0.6491590142250061,0.7600330114364624,0.5830559730529785,-0.8071539998054504,0.09234900027513504,0.6492199897766113,-0.7601550221443176,0.025513499975204468,0.7003080248832703,-0.7051299810409546,0.11090400069952011,0.7003080248832703,-0.7051299810409546,0.11090400069952011,0.6492199897766113,-0.7601550221443176,0.025513499975204468,0.7077850103378296,-0.7058320045471191,0.027802400290966034,0.7003080248832703,-0.7051299810409546,0.11090400069952011,0.7077850103378296,-0.7058320045471191,0.027802400290966034,0.7600629925727844,-0.6491289734840393,0.029877599328756332,0.5259860157966614,-0.8071539998054504,0.26798298954963684,0.6317639946937561,-0.7051299810409546,0.32187899947166443,0.47758400440216064,-0.8071539998054504,0.3469649851322174,0.47758400440216064,-0.8071539998054504,0.3469649851322174,0.6317639946937561,-0.7051299810409546,0.32187899947166443,0.5736259818077087,-0.7051299810409546,0.41676101088523865,0.47758400440216064,-0.8071539998054504,0.3469649851322174,0.5736259818077087,-0.7051299810409546,0.41676101088523865,0.4174320101737976,-0.8071539998054504,0.4174019992351532,0.4174320101737976,-0.8071539998054504,0.4174019992351532,0.5736259818077087,-0.7051299810409546,0.41676101088523865,0.5013579726219177,-0.7051299810409546,0.5013579726219177,0.4174320101737976,-0.8071539998054504,0.4174019992351532,0.5013579726219177,-0.7051299810409546,0.5013579726219177,0.3469649851322174,-0.8071230053901672,0.47758400440216064,0.3469649851322174,-0.8071230053901672,0.47758400440216064,0.5013579726219177,-0.7051299810409546,0.5013579726219177,0.41676101088523865,-0.7051299810409546,0.5736259818077087,0.3469649851322174,-0.8071230053901672,0.47758400440216064,0.41676101088523865,-0.7051299810409546,0.5736259818077087,0.26798298954963684,-0.8071230053901672,0.5259860157966614,0.26798298954963684,-0.8071230053901672,0.5259860157966614,0.41676101088523865,-0.7051299810409546,0.5736259818077087,0.32187899947166443,-0.7051299810409546,0.6317639946937561,0.26798298954963684,-0.8071230053901672,0.5259860157966614,0.32187899947166443,-0.7051299810409546,0.6317639946937561,0.18240900337696075,-0.8071539998054504,0.5614179968833923,0.45146000385284424,-0.8894010186195374,0.07147440314292908,0.5223550200462341,-0.8524429798126221,0.020539000630378723,0.5830559730529785,-0.8071539998054504,0.09234900027513504,0.5830559730529785,-0.8071539998054504,0.09234900027513504,0.5223550200462341,-0.8524429798126221,0.020539000630378723,0.5888850092887878,-0.8078550100326538,0.02316349931061268,0.5830559730529785,-0.8071539998054504,0.09234900027513504,0.5888850092887878,-0.8078550100326538,0.02316349931061268,0.6492199897766113,-0.7601550221443176,0.025513499975204468,0.40727001428604126,-0.8894010186195374,0.20749500393867493,0.5259860157966614,-0.8071539998054504,0.26798298954963684,0.36979299783706665,-0.8894010186195374,0.2686539888381958,0.36979299783706665,-0.8894010186195374,0.2686539888381958,0.5259860157966614,-0.8071539998054504,0.26798298954963684,0.47758400440216064,-0.8071539998054504,0.3469649851322174,0.36979299783706665,-0.8894010186195374,0.2686539888381958,0.47758400440216064,-0.8071539998054504,0.3469649851322174,0.32319098711013794,-0.8894010186195374,0.32319098711013794,0.32319098711013794,-0.8894010186195374,0.32319098711013794,0.47758400440216064,-0.8071539998054504,0.3469649851322174,0.4174320101737976,-0.8071539998054504,0.4174019992351532,0.32319098711013794,-0.8894010186195374,0.32319098711013794,0.4174320101737976,-0.8071539998054504,0.4174019992351532,0.2686539888381958,-0.8894010186195374,0.36979299783706665,0.2686539888381958,-0.8894010186195374,0.36979299783706665,0.4174320101737976,-0.8071539998054504,0.4174019992351532,0.3469649851322174,-0.8071230053901672,0.47758400440216064,0.2686539888381958,-0.8894010186195374,0.36979299783706665,0.3469649851322174,-0.8071230053901672,0.47758400440216064,0.20749500393867493,-0.8894010186195374,0.40727001428604126,0.20749500393867493,-0.8894010186195374,0.40727001428604126,0.3469649851322174,-0.8071230053901672,0.47758400440216064,0.26798298954963684,-0.8071230053901672,0.5259860157966614,0.20749500393867493,-0.8894010186195374,0.40727001428604126,0.26798298954963684,-0.8071230053901672,0.5259860157966614,0.14124000072479248,-0.8894010186195374,0.4347060024738312,0.14124000072479248,-0.8894010186195374,0.4347060024738312,0.26798298954963684,-0.8071230053901672,0.5259860157966614,0.18240900337696075,-0.8071539998054504,0.5614179968833923,0.14124000072479248,-0.8894010186195374,0.4347060024738312,0.18240900337696075,-0.8071539998054504,0.5614179968833923,0.07147440314292908,-0.8894010186195374,0.45146000385284424,0.029877599328756332,-0.6491590142250061,0.7600330114364624,0.027802400290966034,-0.7058320045471191,0.7077850103378296,0.11090400069952011,-0.7051299810409546,0.7003080248832703,0.11090400069952011,-0.7051299810409546,0.7003080248832703,0.027802400290966034,-0.7058320045471191,0.7077850103378296,0.025513499975204468,-0.7601550221443176,0.6492199897766113,0.11090400069952011,-0.7051299810409546,0.7003080248832703,0.025513499975204468,-0.7601550221443176,0.6492199897766113,0.09231849759817123,-0.8071539998054504,0.5830559730529785,0.09231849759817123,-0.8071539998054504,0.5830559730529785,0.025513499975204468,-0.7601550221443176,0.6492199897766113,0.02316349931061268,-0.8078550100326538,0.5888850092887878,0.09231849759817123,-0.8071539998054504,0.5830559730529785,0.02316349931061268,-0.8078550100326538,0.5888850092887878,0.020539000630378723,-0.8524429798126221,0.5223850011825562,0.9503160119056702,-0.03918579965829849,0.3087559938430786,0.8903160095214844,-0.039155200123786926,0.45362699031829834,0.880092978477478,-0.15582799911499023,0.44843900203704834,0.880092978477478,-0.15582799911499023,0.44843900203704834,0.8903160095214844,-0.039155200123786926,0.45362699031829834,0.7991269826889038,-0.15582799911499023,0.5805839896202087,0.880092978477478,-0.15582799911499023,0.44843900203704834,0.7991269826889038,-0.15582799911499023,0.5805839896202087,0.7697070240974426,-0.3078399896621704,0.5592210292816162,0.7697070240974426,-0.3078399896621704,0.5592210292816162,0.7991269826889038,-0.15582799911499023,0.5805839896202087,0.6727499961853027,-0.3078399896621704,0.6727499961853027,0.7697070240974426,-0.3078399896621704,0.5592210292816162,0.6727499961853027,-0.3078399896621704,0.6727499961853027,0.6305729746818542,-0.45240598917007446,0.6306040287017822,0.6305729746818542,-0.45240598917007446,0.6306040287017822,0.6727499961853027,-0.3078399896621704,0.6727499961853027,0.5241860151290894,-0.45240598917007446,0.7214580178260803,0.6305729746818542,-0.45240598917007446,0.6306040287017822,0.5241860151290894,-0.45240598917007446,0.7214580178260803,0.47630199790000916,-0.5859249830245972,0.6555989980697632,0.47630199790000916,-0.5859249830245972,0.6555989980697632,0.5241860151290894,-0.45240598917007446,0.7214580178260803,0.3678700029850006,-0.5859249830245972,0.7220370173454285,0.47630199790000916,-0.5859249830245972,0.6555989980697632,0.3678700029850006,-0.5859249830245972,0.7220370173454285,0.32187899947166443,-0.7051299810409546,0.6317639946937561,0.32187899947166443,-0.7051299810409546,0.6317639946937561,0.3678700029850006,-0.5859249830245972,0.7220370173454285,0.21909199655056,-0.7051299810409546,0.6743370294570923,0.32187899947166443,-0.7051299810409546,0.6317639946937561,0.21909199655056,-0.7051299810409546,0.6743370294570923,0.18240900337696075,-0.8071539998054504,0.5614179968833923,0.18240900337696075,-0.8071539998054504,0.5614179968833923,0.21909199655056,-0.7051299810409546,0.6743370294570923,0.09231849759817123,-0.8071539998054504,0.5830559730529785,0.18240900337696075,-0.8071539998054504,0.5614179968833923,0.09231849759817123,-0.8071539998054504,0.5830559730529785,0.07147440314292908,-0.8894010186195374,0.45146000385284424,0.07147440314292908,-0.8894010186195374,0.45146000385284424,0.09231849759817123,-0.8071539998054504,0.5830559730529785,0.020539000630378723,-0.8524429798126221,0.5223850011825562,0.07147440314292908,-0.8894010186195374,0.45146000385284424,0.020539000630378723,-0.8524429798126221,0.5223850011825562,0.017944900318980217,-0.8900420069694519,0.45545798540115356,0.308694988489151,-0.9498890042304993,0.0488600991666317,0.3826409876346588,-0.9237650036811829,0.01504560001194477,0.45146000385284424,-0.8894010186195374,0.07147440314292908,0.45146000385284424,-0.8894010186195374,0.07147440314292908,0.3826409876346588,-0.9237650036811829,0.01504560001194477,0.45545798540115356,-0.8900719881057739,0.017944900318980217,0.45146000385284424,-0.8894010186195374,0.07147440314292908,0.45545798540115356,-0.8900719881057739,0.017944900318980217,0.5223550200462341,-0.8524429798126221,0.020539000630378723,0.017944900318980217,-0.8900420069694519,0.45545798540115356,0.01504560001194477,-0.9237650036811829,0.3826110064983368,0.07147440314292908,-0.8894010186195374,0.45146000385284424,0.07147440314292908,-0.8894010186195374,0.45146000385284424,0.01504560001194477,-0.9237650036811829,0.3826110064983368,0.048890698701143265,-0.9498890042304993,0.308694988489151,0.07147440314292908,-0.8894010186195374,0.45146000385284424,0.048890698701143265,-0.9498890042304993,0.308694988489151,0.14124000072479248,-0.8894010186195374,0.4347060024738312,0.14124000072479248,-0.8894010186195374,0.4347060024738312,0.048890698701143265,-0.9498890042304993,0.308694988489151,0.09656059741973877,-0.9498890042304993,0.29725000262260437,0.14124000072479248,-0.8894010186195374,0.4347060024738312,0.09656059741973877,-0.9498890042304993,0.29725000262260437,0.20749500393867493,-0.8894010186195374,0.40727001428604126,0.20749500393867493,-0.8894010186195374,0.40727001428604126,0.09656059741973877,-0.9498890042304993,0.29725000262260437,0.14188100397586823,-0.9498890042304993,0.27848100662231445,0.20749500393867493,-0.8894010186195374,0.40727001428604126,0.14188100397586823,-0.9498890042304993,0.27848100662231445,0.2686539888381958,-0.8894010186195374,0.36979299783706665,0.2686539888381958,-0.8894010186195374,0.36979299783706665,0.14188100397586823,-0.9498890042304993,0.27848100662231445,0.18369099497795105,-0.9498890042304993,0.25284600257873535,0.2686539888381958,-0.8894010186195374,0.36979299783706665,0.18369099497795105,-0.9498890042304993,0.25284600257873535,0.32319098711013794,-0.8894010186195374,0.32319098711013794,0.32319098711013794,-0.8894010186195374,0.32319098711013794,0.18369099497795105,-0.9498890042304993,0.25284600257873535,0.22098499536514282,-0.9498890042304993,0.22098499536514282,0.32319098711013794,-0.8894010186195374,0.32319098711013794,0.22098499536514282,-0.9498890042304993,0.22098499536514282,0.36979299783706665,-0.8894010186195374,0.2686539888381958,0.36979299783706665,-0.8894010186195374,0.2686539888381958,0.22098499536514282,-0.9498890042304993,0.22098499536514282,0.25284600257873535,-0.9498890042304993,0.18369099497795105,0.36979299783706665,-0.8894010186195374,0.2686539888381958,0.25284600257873535,-0.9498890042304993,0.18369099497795105,0.40727001428604126,-0.8894010186195374,0.20749500393867493,0.40727001428604126,-0.8894010186195374,0.20749500393867493,0.25284600257873535,-0.9498890042304993,0.18369099497795105,0.27848100662231445,-0.9498890042304993,0.14188100397586823,0.017151400446891785,-0.9996029734611511,-0.021851299330592155,0.158269003033638,-0.987060010433197,0.025055700913071632,0.15240900218486786,-0.987060010433197,0.049501001834869385,0.15240900218486786,-0.987060010433197,0.049501001834869385,0.158269003033638,-0.987060010433197,0.025055700913071632,0.308694988489151,-0.9498890042304993,0.0488600991666317,0.15240900218486786,-0.987060010433197,0.049501001834869385,0.308694988489151,-0.9498890042304993,0.0488600991666317,0.29725000262260437,-0.9498890042304993,0.09656059741973877,0.29725000262260437,-0.9498890042304993,0.09656059741973877,0.308694988489151,-0.9498890042304993,0.0488600991666317,0.45146000385284424,-0.8894010186195374,0.07147440314292908,0.29725000262260437,-0.9498890042304993,0.09656059741973877,0.45146000385284424,-0.8894010186195374,0.07147440314292908,0.4347060024738312,-0.8894010186195374,0.14124000072479248,0.4347060024738312,-0.8894010186195374,0.14124000072479248,0.45146000385284424,-0.8894010186195374,0.07147440314292908,0.5830559730529785,-0.8071539998054504,0.09234900027513504,0.4347060024738312,-0.8894010186195374,0.14124000072479248,0.5830559730529785,-0.8071539998054504,0.09234900027513504,0.5614489912986755,-0.8071230053901672,0.18240900337696075,0.5614489912986755,-0.8071230053901672,0.18240900337696075,0.5830559730529785,-0.8071539998054504,0.09234900027513504,0.7003080248832703,-0.7051299810409546,0.11090400069952011,0.5614489912986755,-0.8071230053901672,0.18240900337696075,0.7003080248832703,-0.7051299810409546,0.11090400069952011,0.6743370294570923,-0.7051299810409546,0.21909199655056,0.6743370294570923,-0.7051299810409546,0.21909199655056,0.7003080248832703,-0.7051299810409546,0.11090400069952011,0.8003780245780945,-0.5859249830245972,0.12674300372600555,0.6743370294570923,-0.7051299810409546,0.21909199655056,0.8003780245780945,-0.5859249830245972,0.12674300372600555,0.770684003829956,-0.5859249830245972,0.2504040002822876,0.770684003829956,-0.5859249830245972,0.2504040002822876,0.8003780245780945,-0.5859249830245972,0.12674300372600555,0.8808249831199646,-0.45240598917007446,0.13950000703334808,0.770684003829956,-0.5859249830245972,0.2504040002822876,0.8808249831199646,-0.45240598917007446,0.13950000703334808,0.8481400012969971,-0.45240598917007446,0.2755819857120514,0.8481400012969971,-0.45240598917007446,0.2755819857120514,0.8808249831199646,-0.45240598917007446,0.13950000703334808,0.9396950006484985,-0.307871013879776,0.14883899688720703,0.8481400012969971,-0.45240598917007446,0.2755819857120514,0.9396950006484985,-0.307871013879776,0.14883899688720703,0.9048429727554321,-0.3078399896621704,0.2939850091934204,0.9048429727554321,-0.3078399896621704,0.2939850091934204,0.9396950006484985,-0.307871013879776,0.14883899688720703,0.9756159782409668,-0.15582799911499023,0.15451499819755554,0.9048429727554321,-0.3078399896621704,0.2939850091934204,0.9756159782409668,-0.15582799911499023,0.15451499819755554,0.9394209980964661,-0.15582799911499023,0.3052160143852234,0.9394209980964661,-0.15582799911499023,0.3052160143852234,0.9756159782409668,-0.15582799911499023,0.15451499819755554,0.9869080185890198,-0.039155200123786926,0.15628500282764435,0.9394209980964661,-0.15582799911499023,0.3052160143852234,0.9869080185890198,-0.039155200123786926,0.15628500282764435,0.9503160119056702,-0.03918579965829849,0.3087559938430786,0.012268399819731712,-0.9504070281982422,0.31073901057243347,0.00915555004030466,-0.972320020198822,0.23340600728988647,0.048890698701143265,-0.9498890042304993,0.308694988489151,0.048890698701143265,-0.9498890042304993,0.308694988489151,0.00915555004030466,-0.972320020198822,0.23340600728988647,0.025055700913071632,-0.987060010433197,0.158269003033638,0.048890698701143265,-0.9498890042304993,0.308694988489151,0.025055700913071632,-0.987060010433197,0.158269003033638,0.09656059741973877,-0.9498890042304993,0.29725000262260437,0.09656059741973877,-0.9498890042304993,0.29725000262260437,0.025055700913071632,-0.987060010433197,0.158269003033638,0.049501001834869385,-0.987060010433197,0.15240900218486786,0.09656059741973877,-0.9498890042304993,0.29725000262260437,0.049501001834869385,-0.987060010433197,0.15240900218486786,0.14188100397586823,-0.9498890042304993,0.27848100662231445,0.14188100397586823,-0.9498890042304993,0.27848100662231445,0.049501001834869385,-0.987060010433197,0.15240900218486786,0.07272560149431229,-0.987060010433197,0.14276599884033203,0.14188100397586823,-0.9498890042304993,0.27848100662231445,0.07272560149431229,-0.987060010433197,0.14276599884033203,0.18369099497795105,-0.9498890042304993,0.25284600257873535,0.18369099497795105,-0.9498890042304993,0.25284600257873535,0.07272560149431229,-0.987060010433197,0.14276599884033203,0.09418009966611862,-0.987060010433197,0.12964299321174622,0.18369099497795105,-0.9498890042304993,0.25284600257873535,0.09418009966611862,-0.987060010433197,0.12964299321174622,0.22098499536514282,-0.9498890042304993,0.22098499536514282,0.22098499536514282,-0.9498890042304993,0.22098499536514282,0.09418009966611862,-0.987060010433197,0.12964299321174622,0.11331500113010406,-0.987060010433197,0.11328499764204025,0.22098499536514282,-0.9498890042304993,0.22098499536514282,0.11331500113010406,-0.987060010433197,0.11328499764204025,0.25284600257873535,-0.9498890042304993,0.18369099497795105,0.25284600257873535,-0.9498890042304993,0.18369099497795105,0.11331500113010406,-0.987060010433197,0.11328499764204025,0.12964299321174622,-0.987060010433197,0.09418009966611862,0.25284600257873535,-0.9498890042304993,0.18369099497795105,0.12964299321174622,-0.987060010433197,0.09418009966611862,0.27848100662231445,-0.9498890042304993,0.14188100397586823,0.27848100662231445,-0.9498890042304993,0.14188100397586823,0.12964299321174622,-0.987060010433197,0.09418009966611862,0.14276599884033203,-0.987060010433197,0.07272560149431229,0.061159100383520126,-0.9980469942092896,-0.012360000051558018,0.15832999348640442,-0.9873650074005127,0.006286810152232647,0.158269003033638,-0.987060010433197,0.025055700913071632,0.158269003033638,-0.987060010433197,0.025055700913071632,0.15832999348640442,-0.9873650074005127,0.006286810152232647,0.23340600728988647,-0.972320020198822,0.00915555004030466,0.158269003033638,-0.987060010433197,0.025055700913071632,0.23340600728988647,-0.972320020198822,0.00915555004030466,0.308694988489151,-0.9498890042304993,0.0488600991666317,0.308694988489151,-0.9498890042304993,0.0488600991666317,0.23340600728988647,-0.972320020198822,0.00915555004030466,0.31073901057243347,-0.9503769874572754,0.012268399819731712,0.308694988489151,-0.9498890042304993,0.0488600991666317,0.31073901057243347,-0.9503769874572754,0.012268399819731712,0.3826409876346588,-0.9237650036811829,0.01504560001194477,0.9503160119056702,-0.03918579965829849,0.3087559938430786,0.880092978477478,-0.15582799911499023,0.44843900203704834,0.9394209980964661,-0.15582799911499023,0.3052160143852234,0.9394209980964661,-0.15582799911499023,0.3052160143852234,0.880092978477478,-0.15582799911499023,0.44843900203704834,0.8477129936218262,-0.307871013879776,0.43192800879478455,0.9394209980964661,-0.15582799911499023,0.3052160143852234,0.8477129936218262,-0.307871013879776,0.43192800879478455,0.9048429727554321,-0.3078399896621704,0.2939850091934204,0.9048429727554321,-0.3078399896621704,0.2939850091934204,0.8477129936218262,-0.307871013879776,0.43192800879478455,0.7945799827575684,-0.45240598917007446,0.4048590064048767,0.9048429727554321,-0.3078399896621704,0.2939850091934204,0.7945799827575684,-0.45240598917007446,0.4048590064048767,0.8481400012969971,-0.45240598917007446,0.2755819857120514,0.8481400012969971,-0.45240598917007446,0.2755819857120514,0.7945799827575684,-0.45240598917007446,0.4048590064048767,0.7220370173454285,-0.5859249830245972,0.3678700029850006,0.8481400012969971,-0.45240598917007446,0.2755819857120514,0.7220370173454285,-0.5859249830245972,0.3678700029850006,0.770684003829956,-0.5859249830245972,0.2504040002822876,0.770684003829956,-0.5859249830245972,0.2504040002822876,0.7220370173454285,-0.5859249830245972,0.3678700029850006,0.6317639946937561,-0.7051299810409546,0.32187899947166443,0.770684003829956,-0.5859249830245972,0.2504040002822876,0.6317639946937561,-0.7051299810409546,0.32187899947166443,0.6743370294570923,-0.7051299810409546,0.21909199655056,0.6743370294570923,-0.7051299810409546,0.21909199655056,0.6317639946937561,-0.7051299810409546,0.32187899947166443,0.5259860157966614,-0.8071539998054504,0.26798298954963684,0.6743370294570923,-0.7051299810409546,0.21909199655056,0.5259860157966614,-0.8071539998054504,0.26798298954963684,0.5614489912986755,-0.8071230053901672,0.18240900337696075,0.5614489912986755,-0.8071230053901672,0.18240900337696075,0.5259860157966614,-0.8071539998054504,0.26798298954963684,0.40727001428604126,-0.8894010186195374,0.20749500393867493,0.5614489912986755,-0.8071230053901672,0.18240900337696075,0.40727001428604126,-0.8894010186195374,0.20749500393867493,0.4347060024738312,-0.8894010186195374,0.14124000072479248,0.4347060024738312,-0.8894010186195374,0.14124000072479248,0.40727001428604126,-0.8894010186195374,0.20749500393867493,0.27848100662231445,-0.9498890042304993,0.14188100397586823,0.4347060024738312,-0.8894010186195374,0.14124000072479248,0.27848100662231445,-0.9498890042304993,0.14188100397586823,0.29725000262260437,-0.9498890042304993,0.09656059741973877,0.29725000262260437,-0.9498890042304993,0.09656059741973877,0.27848100662231445,-0.9498890042304993,0.14188100397586823,0.14276599884033203,-0.987060010433197,0.07272560149431229,0.29725000262260437,-0.9498890042304993,0.09656059741973877,0.14276599884033203,-0.987060010433197,0.07272560149431229,0.15240900218486786,-0.987060010433197,0.049501001834869385,0.15240900218486786,-0.987060010433197,0.049501001834869385,0.14276599884033203,-0.987060010433197,0.07272560149431229,0.017151400446891785,-0.9996029734611511,-0.021851299330592155,0.006286810152232647,-0.9873350262641907,0.15832999348640442,-0.0079653300344944,-0.9976500272750854,0.06790369749069214,0.025055700913071632,-0.987060010433197,0.158269003033638,0.025055700913071632,-0.987060010433197,0.158269003033638,-0.0079653300344944,-0.9976500272750854,0.06790369749069214,0.017151400446891785,-0.9996029734611511,-0.021851299330592155,-0.9716479778289795,0.23325300216674805,0.038178700953722,-0.986968994140625,0.15598000586032867,0.038697499781847,-0.9756159782409668,0.15582799911499023,0.15451499819755554,-0.038178700953722,0.23325300216674805,0.9716479778289795,-0.03726309910416603,0.3082059919834137,0.9505599737167358,-0.14880800247192383,0.3078399896621704,0.9396950006484985,-0.9232460260391235,0.38242700695991516,0.03625600039958954,-0.9505599737167358,0.3082059919834137,0.03726309910416603,-0.9396950006484985,0.307871013879776,0.14883899688720703,-0.03625600039958954,0.38239699602127075,0.9232760071754456,-0.03494369983673096,0.45289498567581177,0.8908349871635437,-0.13950000703334808,0.45240598917007446,0.8808249831199646,-0.8521379828453064,0.5222020149230957,0.03347880020737648,-0.8908349871635437,0.45289498567581177,0.03494369983673096,-0.8808249831199646,0.45240598917007446,0.13950000703334808,-0.7600629925727844,0.6491289734840393,0.029877599328756332,-0.8092589974403381,0.5865349769592285,0.031769800931215286,-0.8003780245780945,0.5859249830245972,0.12674300372600555,-0.6492199897766113,0.7601550221443176,0.025513499975204468,-0.7077850103378296,0.7058320045471191,0.027802400290966034,-0.7003080248832703,0.7051299810409546,0.11090400069952011,-0.5223850011825562,0.8524429798126221,0.020539000630378723,-0.5888850092887878,0.8078550100326538,0.02316349931061268,-0.5830559730529785,0.8071230053901672,0.09234900027513504,-0.3826110064983368,0.9237650036811829,0.01504560001194477,-0.45545798540115356,0.8900420069694519,0.017944900318980217,-0.45146000385284424,0.8894010186195374,0.07150489836931229,-0.2334360033273697,0.972320020198822,0.00915555004030466,-0.31073901057243347,0.9504070281982422,0.012268399819731712,-0.308694988489151,0.9498890042304993,0.048890698701143265,-0.017151400446891785,0.9996029734611511,-0.021851299330592155,-0.15240900218486786,0.987060010433197,0.049501001834869385,-0.14276599884033203,0.987060010433197,0.07272560149431229,0.008209479972720146,0.9976500272750854,0.06790369749069214,-0.017151400446891785,0.9996029734611511,-0.021851299330592155,-0.025055700913071632,0.987060010433197,0.158269003033638,-0.15832999348640442,0.9873350262641907,0.006286810152232647,-0.158269003033638,0.987060010433197,0.025055700913071632,-0.061159100383520126,0.9980469942092896,-0.012451600283384323,-0.061159100383520126,0.9980469942092896,-0.012451600283384323,-0.158269003033638,0.987060010433197,0.025055700913071632,-0.017151400446891785,0.9996029734611511,-0.021851299330592155,-0.15240900218486786,0.987060010433197,0.049501001834869385,-0.017151400446891785,0.9996029734611511,-0.021851299330592155,-0.158269003033638,0.987060010433197,0.025055700913071632,-0.048890698701143265,0.9498890042304993,0.308694988489151,-0.009186070412397385,0.972320020198822,0.23340600728988647,-0.025055700913071632,0.987060010433197,0.158269003033638,-0.025055700913071632,0.987060010433197,0.158269003033638,-0.009186070412397385,0.972320020198822,0.23340600728988647,-0.006286810152232647,0.9873350262641907,0.15832999348640442,-0.025055700913071632,0.987060010433197,0.158269003033638,-0.006286810152232647,0.9873350262641907,0.15832999348640442,0.008209479972720146,0.9976500272750854,0.06790369749069214,-0.27848100662231445,0.9498890042304993,0.14188100397586823,-0.25284600257873535,0.9498890042304993,0.18369099497795105,-0.12964299321174622,0.987060010433197,0.09418009966611862,-0.15832999348640442,0.9873350262641907,0.006286810152232647,-0.2334360033273697,0.972320020198822,0.00915555004030466,-0.158269003033638,0.987060010433197,0.025055700913071632,-0.158269003033638,0.987060010433197,0.025055700913071632,-0.2334360033273697,0.972320020198822,0.00915555004030466,-0.308694988489151,0.9498890042304993,0.048890698701143265,-0.158269003033638,0.987060010433197,0.025055700913071632,-0.308694988489151,0.9498890042304993,0.048890698701143265,-0.15240900218486786,0.987060010433197,0.049501001834869385,-0.15240900218486786,0.987060010433197,0.049501001834869385,-0.308694988489151,0.9498890042304993,0.048890698701143265,-0.29725000262260437,0.9498890042304993,0.09656059741973877,-0.15240900218486786,0.987060010433197,0.049501001834869385,-0.29725000262260437,0.9498890042304993,0.09656059741973877,-0.14276599884033203,0.987060010433197,0.07272560149431229,-0.14276599884033203,0.987060010433197,0.07272560149431229,-0.29725000262260437,0.9498890042304993,0.09656059741973877,-0.27848100662231445,0.9498890042304993,0.14188100397586823,-0.27848100662231445,0.9498890042304993,0.14188100397586823,-0.12964299321174622,0.987060010433197,0.09418009966611862,-0.14276599884033203,0.987060010433197,0.07272560149431229,-0.14276599884033203,0.987060010433197,0.07272560149431229,-0.12964299321174622,0.987060010433197,0.09418009966611862,-0.017151400446891785,0.9996029734611511,-0.021851299330592155,-0.07150489836931229,0.8894010186195374,0.45146000385284424,-0.01504560001194477,0.9237650036811829,0.3826110064983368,-0.048890698701143265,0.9498890042304993,0.308694988489151,-0.048890698701143265,0.9498890042304993,0.308694988489151,-0.01504560001194477,0.9237650036811829,0.3826110064983368,-0.012268399819731712,0.9504070281982422,0.31073901057243347,-0.048890698701143265,0.9498890042304993,0.308694988489151,-0.012268399819731712,0.9504070281982422,0.31073901057243347,-0.009186070412397385,0.972320020198822,0.23340600728988647,-0.36979299783706665,0.8894010186195374,0.2686539888381958,-0.32319098711013794,0.8894010186195374,0.32319098711013794,-0.22098499536514282,0.9498890042304993,0.22098499536514282,-0.31073901057243347,0.9504070281982422,0.012268399819731712,-0.3826110064983368,0.9237650036811829,0.01504560001194477,-0.308694988489151,0.9498890042304993,0.048890698701143265,-0.308694988489151,0.9498890042304993,0.048890698701143265,-0.3826110064983368,0.9237650036811829,0.01504560001194477,-0.45146000385284424,0.8894010186195374,0.07150489836931229,-0.308694988489151,0.9498890042304993,0.048890698701143265,-0.45146000385284424,0.8894010186195374,0.07150489836931229,-0.29725000262260437,0.9498890042304993,0.09656059741973877,-0.29725000262260437,0.9498890042304993,0.09656059741973877,-0.45146000385284424,0.8894010186195374,0.07150489836931229,-0.4347060024738312,0.8894010186195374,0.14124000072479248,-0.29725000262260437,0.9498890042304993,0.09656059741973877,-0.4347060024738312,0.8894010186195374,0.14124000072479248,-0.27848100662231445,0.9498890042304993,0.14188100397586823,-0.27848100662231445,0.9498890042304993,0.14188100397586823,-0.4347060024738312,0.8894010186195374,0.14124000072479248,-0.40727001428604126,0.8894010186195374,0.20749500393867493,-0.27848100662231445,0.9498890042304993,0.14188100397586823,-0.40727001428604126,0.8894010186195374,0.20749500393867493,-0.25284600257873535,0.9498890042304993,0.18369099497795105,-0.25284600257873535,0.9498890042304993,0.18369099497795105,-0.40727001428604126,0.8894010186195374,0.20749500393867493,-0.36979299783706665,0.8894010186195374,0.2686539888381958,-0.36979299783706665,0.8894010186195374,0.2686539888381958,-0.22098499536514282,0.9498890042304993,0.22098499536514282,-0.25284600257873535,0.9498890042304993,0.18369099497795105,-0.25284600257873535,0.9498890042304993,0.18369099497795105,-0.22098499536514282,0.9498890042304993,0.22098499536514282,-0.11331500113010406,0.987060010433197,0.11328499764204025,-0.25284600257873535,0.9498890042304993,0.18369099497795105,-0.11331500113010406,0.987060010433197,0.11328499764204025,-0.12964299321174622,0.987060010433197,0.09418009966611862,-0.12964299321174622,0.987060010433197,0.09418009966611862,-0.11331500113010406,0.987060010433197,0.11328499764204025,-0.017151400446891785,0.9996029734611511,-0.021851299330592155,-0.09234900027513504,0.8071539998054504,0.5830559730529785,-0.020539000630378723,0.8524429798126221,0.5223850011825562,-0.07150489836931229,0.8894010186195374,0.45146000385284424,-0.07150489836931229,0.8894010186195374,0.45146000385284424,-0.020539000630378723,0.8524429798126221,0.5223850011825562,-0.017944900318980217,0.8900420069694519,0.45545798540115356,-0.07150489836931229,0.8894010186195374,0.45146000385284424,-0.017944900318980217,0.8900420069694519,0.45545798540115356,-0.01504560001194477,0.9237650036811829,0.3826110064983368,-0.4174320101737976,0.8071539998054504,0.4174320101737976,-0.3469649851322174,0.8071230053901672,0.47758400440216064,-0.2686539888381958,0.8894010186195374,0.36979299783706665,-0.45545798540115356,0.8900420069694519,0.017944900318980217,-0.5223850011825562,0.8524429798126221,0.020539000630378723,-0.45146000385284424,0.8894010186195374,0.07150489836931229,-0.45146000385284424,0.8894010186195374,0.07150489836931229,-0.5223850011825562,0.8524429798126221,0.020539000630378723,-0.5830559730529785,0.8071230053901672,0.09234900027513504,-0.45146000385284424,0.8894010186195374,0.07150489836931229,-0.5830559730529785,0.8071230053901672,0.09234900027513504,-0.4347060024738312,0.8894010186195374,0.14124000072479248,-0.4347060024738312,0.8894010186195374,0.14124000072479248,-0.5830559730529785,0.8071230053901672,0.09234900027513504,-0.5614489912986755,0.8071230053901672,0.18240900337696075,-0.4347060024738312,0.8894010186195374,0.14124000072479248,-0.5614489912986755,0.8071230053901672,0.18240900337696075,-0.40727001428604126,0.8894010186195374,0.20749500393867493,-0.40727001428604126,0.8894010186195374,0.20749500393867493,-0.5614489912986755,0.8071230053901672,0.18240900337696075,-0.5259860157966614,0.8071230053901672,0.26798298954963684,-0.40727001428604126,0.8894010186195374,0.20749500393867493,-0.5259860157966614,0.8071230053901672,0.26798298954963684,-0.36979299783706665,0.8894010186195374,0.2686539888381958,-0.36979299783706665,0.8894010186195374,0.2686539888381958,-0.5259860157966614,0.8071230053901672,0.26798298954963684,-0.47758400440216064,0.8071539998054504,0.3469649851322174,-0.36979299783706665,0.8894010186195374,0.2686539888381958,-0.47758400440216064,0.8071539998054504,0.3469649851322174,-0.32319098711013794,0.8894010186195374,0.32319098711013794,-0.32319098711013794,0.8894010186195374,0.32319098711013794,-0.47758400440216064,0.8071539998054504,0.3469649851322174,-0.4174320101737976,0.8071539998054504,0.4174320101737976,-0.4174320101737976,0.8071539998054504,0.4174320101737976,-0.2686539888381958,0.8894010186195374,0.36979299783706665,-0.32319098711013794,0.8894010186195374,0.32319098711013794,-0.32319098711013794,0.8894010186195374,0.32319098711013794,-0.2686539888381958,0.8894010186195374,0.36979299783706665,-0.18369099497795105,0.9498890042304993,0.25284600257873535,-0.32319098711013794,0.8894010186195374,0.32319098711013794,-0.18369099497795105,0.9498890042304993,0.25284600257873535,-0.22098499536514282,0.9498890042304993,0.22098499536514282,-0.22098499536514282,0.9498890042304993,0.22098499536514282,-0.18369099497795105,0.9498890042304993,0.25284600257873535,-0.09418009966611862,0.987060010433197,0.12964299321174622,-0.22098499536514282,0.9498890042304993,0.22098499536514282,-0.09418009966611862,0.987060010433197,0.12964299321174622,-0.11331500113010406,0.987060010433197,0.11328499764204025,-0.11331500113010406,0.987060010433197,0.11328499764204025,-0.09418009966611862,0.987060010433197,0.12964299321174622,-0.017151400446891785,0.9996029734611511,-0.021851299330592155,-0.11090400069952011,0.7051299810409546,0.7003080248832703,-0.025513499975204468,0.7601550221443176,0.6492199897766113,-0.09234900027513504,0.8071539998054504,0.5830559730529785,-0.09234900027513504,0.8071539998054504,0.5830559730529785,-0.025513499975204468,0.7601550221443176,0.6492199897766113,-0.02316349931061268,0.8078550100326538,0.5888850092887878,-0.09234900027513504,0.8071539998054504,0.5830559730529785,-0.02316349931061268,0.8078550100326538,0.5888850092887878,-0.020539000630378723,0.8524429798126221,0.5223850011825562,-0.41676101088523865,0.7051299810409546,0.5736259818077087,-0.32187899947166443,0.7051299810409546,0.6317639946937561,-0.26798298954963684,0.8071230053901672,0.5259860157966614,-0.5888850092887878,0.8078550100326538,0.02316349931061268,-0.6492199897766113,0.7601550221443176,0.025513499975204468,-0.5830559730529785,0.8071230053901672,0.09234900027513504,-0.5830559730529785,0.8071230053901672,0.09234900027513504,-0.6492199897766113,0.7601550221443176,0.025513499975204468,-0.7003080248832703,0.7051299810409546,0.11090400069952011,-0.5830559730529785,0.8071230053901672,0.09234900027513504,-0.7003080248832703,0.7051299810409546,0.11090400069952011,-0.5614489912986755,0.8071230053901672,0.18240900337696075,-0.5614489912986755,0.8071230053901672,0.18240900337696075,-0.7003080248832703,0.7051299810409546,0.11090400069952011,-0.6743370294570923,0.7051299810409546,0.21909199655056,-0.5614489912986755,0.8071230053901672,0.18240900337696075,-0.6743370294570923,0.7051299810409546,0.21909199655056,-0.5259860157966614,0.8071230053901672,0.26798298954963684,-0.5259860157966614,0.8071230053901672,0.26798298954963684,-0.6743370294570923,0.7051299810409546,0.21909199655056,-0.6317639946937561,0.7051299810409546,0.32187899947166443,-0.5259860157966614,0.8071230053901672,0.26798298954963684,-0.6317639946937561,0.7051299810409546,0.32187899947166443,-0.47758400440216064,0.8071539998054504,0.3469649851322174,-0.47758400440216064,0.8071539998054504,0.3469649851322174,-0.6317639946937561,0.7051299810409546,0.32187899947166443,-0.5736259818077087,0.7051299810409546,0.41676101088523865,-0.47758400440216064,0.8071539998054504,0.3469649851322174,-0.5736259818077087,0.7051299810409546,0.41676101088523865,-0.4174320101737976,0.8071539998054504,0.4174320101737976,-0.4174320101737976,0.8071539998054504,0.4174320101737976,-0.5736259818077087,0.7051299810409546,0.41676101088523865,-0.5013579726219177,0.7051299810409546,0.5013579726219177,-0.4174320101737976,0.8071539998054504,0.4174320101737976,-0.5013579726219177,0.7051299810409546,0.5013579726219177,-0.3469649851322174,0.8071230053901672,0.47758400440216064,-0.3469649851322174,0.8071230053901672,0.47758400440216064,-0.5013579726219177,0.7051299810409546,0.5013579726219177,-0.41676101088523865,0.7051299810409546,0.5736259818077087,-0.41676101088523865,0.7051299810409546,0.5736259818077087,-0.26798298954963684,0.8071230053901672,0.5259860157966614,-0.3469649851322174,0.8071230053901672,0.47758400440216064,-0.3469649851322174,0.8071230053901672,0.47758400440216064,-0.26798298954963684,0.8071230053901672,0.5259860157966614,-0.20749500393867493,0.8894010186195374,0.40727001428604126,-0.3469649851322174,0.8071230053901672,0.47758400440216064,-0.20749500393867493,0.8894010186195374,0.40727001428604126,-0.2686539888381958,0.8894010186195374,0.36979299783706665,-0.2686539888381958,0.8894010186195374,0.36979299783706665,-0.20749500393867493,0.8894010186195374,0.40727001428604126,-0.14188100397586823,0.9498890042304993,0.27848100662231445,-0.2686539888381958,0.8894010186195374,0.36979299783706665,-0.14188100397586823,0.9498890042304993,0.27848100662231445,-0.18369099497795105,0.9498890042304993,0.25284600257873535,-0.18369099497795105,0.9498890042304993,0.25284600257873535,-0.14188100397586823,0.9498890042304993,0.27848100662231445,-0.07272560149431229,0.987060010433197,0.14276599884033203,-0.18369099497795105,0.9498890042304993,0.25284600257873535,-0.07272560149431229,0.987060010433197,0.14276599884033203,-0.09418009966611862,0.987060010433197,0.12964299321174622,-0.09418009966611862,0.987060010433197,0.12964299321174622,-0.07272560149431229,0.987060010433197,0.14276599884033203,-0.017151400446891785,0.9996029734611511,-0.021851299330592155,-0.03347880020737648,0.5221719741821289,0.8521379828453064,-0.031769800931215286,0.5865659713745117,0.8092589974403381,-0.12674300372600555,0.5859249830245972,0.8003780245780945,-0.12674300372600555,0.5859249830245972,0.8003780245780945,-0.031769800931215286,0.5865659713745117,0.8092589974403381,-0.029877599328756332,0.6491590142250061,0.7600330114364624,-0.12674300372600555,0.5859249830245972,0.8003780245780945,-0.029877599328756332,0.6491590142250061,0.7600330114364624,-0.11090400069952011,0.7051299810409546,0.7003080248832703,-0.11090400069952011,0.7051299810409546,0.7003080248832703,-0.029877599328756332,0.6491590142250061,0.7600330114364624,-0.027802400290966034,0.7058320045471191,0.7077850103378296,-0.11090400069952011,0.7051299810409546,0.7003080248832703,-0.027802400290966034,0.7058320045471191,0.7077850103378296,-0.025513499975204468,0.7601550221443176,0.6492199897766113,-0.3678700029850006,0.5859249830245972,0.7220370173454285,-0.2504040002822876,0.5859249830245972,0.770684003829956,-0.21909199655056,0.7051299810409546,0.6743370294570923,-0.7077850103378296,0.7058320045471191,0.027802400290966034,-0.7600629925727844,0.6491289734840393,0.029877599328756332,-0.7003080248832703,0.7051299810409546,0.11090400069952011,-0.7003080248832703,0.7051299810409546,0.11090400069952011,-0.7600629925727844,0.6491289734840393,0.029877599328756332,-0.8003780245780945,0.5859249830245972,0.12674300372600555,-0.7003080248832703,0.7051299810409546,0.11090400069952011,-0.8003780245780945,0.5859249830245972,0.12674300372600555,-0.6743370294570923,0.7051299810409546,0.21909199655056,-0.6743370294570923,0.7051299810409546,0.21909199655056,-0.8003780245780945,0.5859249830245972,0.12674300372600555,-0.770684003829956,0.5859249830245972,0.2504040002822876,-0.6743370294570923,0.7051299810409546,0.21909199655056,-0.770684003829956,0.5859249830245972,0.2504040002822876,-0.6317639946937561,0.7051299810409546,0.32187899947166443,-0.6317639946937561,0.7051299810409546,0.32187899947166443,-0.770684003829956,0.5859249830245972,0.2504040002822876,-0.7220370173454285,0.5859249830245972,0.3678700029850006,-0.6317639946937561,0.7051299810409546,0.32187899947166443,-0.7220370173454285,0.5859249830245972,0.3678700029850006,-0.5736259818077087,0.7051299810409546,0.41676101088523865,-0.5736259818077087,0.7051299810409546,0.41676101088523865,-0.7220370173454285,0.5859249830245972,0.3678700029850006,-0.65556800365448,0.5859249830245972,0.47630199790000916,-0.5736259818077087,0.7051299810409546,0.41676101088523865,-0.65556800365448,0.5859249830245972,0.47630199790000916,-0.5013579726219177,0.7051299810409546,0.5013579726219177,-0.5013579726219177,0.7051299810409546,0.5013579726219177,-0.65556800365448,0.5859249830245972,0.47630199790000916,-0.5729849934577942,0.5859249830245972,0.5730159878730774,-0.5013579726219177,0.7051299810409546,0.5013579726219177,-0.5729849934577942,0.5859249830245972,0.5730159878730774,-0.41676101088523865,0.7051299810409546,0.5736259818077087,-0.41676101088523865,0.7051299810409546,0.5736259818077087,-0.5729849934577942,0.5859249830245972,0.5730159878730774,-0.47630199790000916,0.5859249830245972,0.6555989980697632,-0.41676101088523865,0.7051299810409546,0.5736259818077087,-0.47630199790000916,0.5859249830245972,0.6555989980697632,-0.32187899947166443,0.7051299810409546,0.6317639946937561,-0.32187899947166443,0.7051299810409546,0.6317639946937561,-0.47630199790000916,0.5859249830245972,0.6555989980697632,-0.3678700029850006,0.5859249830245972,0.7220370173454285,-0.3678700029850006,0.5859249830245972,0.7220370173454285,-0.21909199655056,0.7051299810409546,0.6743370294570923,-0.32187899947166443,0.7051299810409546,0.6317639946937561,-0.32187899947166443,0.7051299810409546,0.6317639946937561,-0.21909199655056,0.7051299810409546,0.6743370294570923,-0.18240900337696075,0.8071539998054504,0.5614179968833923,-0.32187899947166443,0.7051299810409546,0.6317639946937561,-0.18240900337696075,0.8071539998054504,0.5614179968833923,-0.26798298954963684,0.8071230053901672,0.5259860157966614,-0.26798298954963684,0.8071230053901672,0.5259860157966614,-0.18240900337696075,0.8071539998054504,0.5614179968833923,-0.14124000072479248,0.8894010186195374,0.4347060024738312,-0.26798298954963684,0.8071230053901672,0.5259860157966614,-0.14124000072479248,0.8894010186195374,0.4347060024738312,-0.20749500393867493,0.8894010186195374,0.40727001428604126,-0.20749500393867493,0.8894010186195374,0.40727001428604126,-0.14124000072479248,0.8894010186195374,0.4347060024738312,-0.09656059741973877,0.9498890042304993,0.29725000262260437,-0.20749500393867493,0.8894010186195374,0.40727001428604126,-0.09656059741973877,0.9498890042304993,0.29725000262260437,-0.14188100397586823,0.9498890042304993,0.27848100662231445,-0.14188100397586823,0.9498890042304993,0.27848100662231445,-0.09656059741973877,0.9498890042304993,0.29725000262260437,-0.049501001834869385,0.987060010433197,0.15240900218486786,-0.14188100397586823,0.9498890042304993,0.27848100662231445,-0.049501001834869385,0.987060010433197,0.15240900218486786,-0.07272560149431229,0.987060010433197,0.14276599884033203,-0.07272560149431229,0.987060010433197,0.14276599884033203,-0.049501001834869385,0.987060010433197,0.15240900218486786,-0.017151400446891785,0.9996029734611511,-0.021851299330592155,-0.03494369983673096,0.45289498567581177,0.8908349871635437,-0.03347880020737648,0.5221719741821289,0.8521379828453064,-0.13950000703334808,0.45240598917007446,0.8808249831199646,-0.13950000703334808,0.45240598917007446,0.8808249831199646,-0.03347880020737648,0.5221719741821289,0.8521379828453064,-0.12674300372600555,0.5859249830245972,0.8003780245780945,-0.13950000703334808,0.45240598917007446,0.8808249831199646,-0.12674300372600555,0.5859249830245972,0.8003780245780945,-0.2755819857120514,0.45240598917007446,0.8481400012969971,-0.8092589974403381,0.5865349769592285,0.031769800931215286,-0.8521379828453064,0.5222020149230957,0.03347880020737648,-0.8003780245780945,0.5859249830245972,0.12674300372600555,-0.8003780245780945,0.5859249830245972,0.12674300372600555,-0.8521379828453064,0.5222020149230957,0.03347880020737648,-0.8808249831199646,0.45240598917007446,0.13950000703334808,-0.8003780245780945,0.5859249830245972,0.12674300372600555,-0.8808249831199646,0.45240598917007446,0.13950000703334808,-0.770684003829956,0.5859249830245972,0.2504040002822876,-0.770684003829956,0.5859249830245972,0.2504040002822876,-0.8808249831199646,0.45240598917007446,0.13950000703334808,-0.8481400012969971,0.45240598917007446,0.27555200457572937,-0.770684003829956,0.5859249830245972,0.2504040002822876,-0.8481400012969971,0.45240598917007446,0.27555200457572937,-0.7220370173454285,0.5859249830245972,0.3678700029850006,-0.7220370173454285,0.5859249830245972,0.3678700029850006,-0.8481400012969971,0.45240598917007446,0.27555200457572937,-0.7945799827575684,0.45240598917007446,0.4048590064048767,-0.7220370173454285,0.5859249830245972,0.3678700029850006,-0.7945799827575684,0.45240598917007446,0.4048590064048767,-0.65556800365448,0.5859249830245972,0.47630199790000916,-0.65556800365448,0.5859249830245972,0.47630199790000916,-0.7945799827575684,0.45240598917007446,0.4048590064048767,-0.7214580178260803,0.45240598917007446,0.5241860151290894,-0.65556800365448,0.5859249830245972,0.47630199790000916,-0.7214580178260803,0.45240598917007446,0.5241860151290894,-0.5729849934577942,0.5859249830245972,0.5730159878730774,-0.5729849934577942,0.5859249830245972,0.5730159878730774,-0.7214580178260803,0.45240598917007446,0.5241860151290894,-0.6305729746818542,0.45240598917007446,0.6306040287017822,-0.5729849934577942,0.5859249830245972,0.5730159878730774,-0.6305729746818542,0.45240598917007446,0.6306040287017822,-0.47630199790000916,0.5859249830245972,0.6555989980697632,-0.47630199790000916,0.5859249830245972,0.6555989980697632,-0.6305729746818542,0.45240598917007446,0.6306040287017822,-0.5241860151290894,0.45240598917007446,0.7214879989624023,-0.47630199790000916,0.5859249830245972,0.6555989980697632,-0.5241860151290894,0.45240598917007446,0.7214879989624023,-0.3678700029850006,0.5859249830245972,0.7220370173454285,-0.3678700029850006,0.5859249830245972,0.7220370173454285,-0.5241860151290894,0.45240598917007446,0.7214879989624023,-0.4048590064048767,0.45240598917007446,0.7945799827575684,-0.3678700029850006,0.5859249830245972,0.7220370173454285,-0.4048590064048767,0.45240598917007446,0.7945799827575684,-0.2504040002822876,0.5859249830245972,0.770684003829956,-0.2504040002822876,0.5859249830245972,0.770684003829956,-0.4048590064048767,0.45240598917007446,0.7945799827575684,-0.2755819857120514,0.45240598917007446,0.8481400012969971,-0.2755819857120514,0.45240598917007446,0.8481400012969971,-0.12674300372600555,0.5859249830245972,0.8003780245780945,-0.2504040002822876,0.5859249830245972,0.770684003829956,-0.2504040002822876,0.5859249830245972,0.770684003829956,-0.12674300372600555,0.5859249830245972,0.8003780245780945,-0.11090400069952011,0.7051299810409546,0.7003080248832703,-0.2504040002822876,0.5859249830245972,0.770684003829956,-0.11090400069952011,0.7051299810409546,0.7003080248832703,-0.21909199655056,0.7051299810409546,0.6743370294570923,-0.21909199655056,0.7051299810409546,0.6743370294570923,-0.11090400069952011,0.7051299810409546,0.7003080248832703,-0.09234900027513504,0.8071539998054504,0.5830559730529785,-0.21909199655056,0.7051299810409546,0.6743370294570923,-0.09234900027513504,0.8071539998054504,0.5830559730529785,-0.18240900337696075,0.8071539998054504,0.5614179968833923,-0.18240900337696075,0.8071539998054504,0.5614179968833923,-0.09234900027513504,0.8071539998054504,0.5830559730529785,-0.07150489836931229,0.8894010186195374,0.45146000385284424,-0.18240900337696075,0.8071539998054504,0.5614179968833923,-0.07150489836931229,0.8894010186195374,0.45146000385284424,-0.14124000072479248,0.8894010186195374,0.4347060024738312,-0.14124000072479248,0.8894010186195374,0.4347060024738312,-0.07150489836931229,0.8894010186195374,0.45146000385284424,-0.048890698701143265,0.9498890042304993,0.308694988489151,-0.14124000072479248,0.8894010186195374,0.4347060024738312,-0.048890698701143265,0.9498890042304993,0.308694988489151,-0.09656059741973877,0.9498890042304993,0.29725000262260437,-0.09656059741973877,0.9498890042304993,0.29725000262260437,-0.048890698701143265,0.9498890042304993,0.308694988489151,-0.025055700913071632,0.987060010433197,0.158269003033638,-0.09656059741973877,0.9498890042304993,0.29725000262260437,-0.025055700913071632,0.987060010433197,0.158269003033638,-0.049501001834869385,0.987060010433197,0.15240900218486786,-0.049501001834869385,0.987060010433197,0.15240900218486786,-0.025055700913071632,0.987060010433197,0.158269003033638,-0.017151400446891785,0.9996029734611511,-0.021851299330592155,-0.8908349871635437,0.45289498567581177,0.03494369983673096,-0.9232460260391235,0.38242700695991516,0.03625600039958954,-0.8808249831199646,0.45240598917007446,0.13950000703334808,-0.8808249831199646,0.45240598917007446,0.13950000703334808,-0.9232460260391235,0.38242700695991516,0.03625600039958954,-0.9396950006484985,0.307871013879776,0.14883899688720703,-0.8808249831199646,0.45240598917007446,0.13950000703334808,-0.9396950006484985,0.307871013879776,0.14883899688720703,-0.8481400012969971,0.45240598917007446,0.27555200457572937,-0.8481400012969971,0.45240598917007446,0.27555200457572937,-0.9396950006484985,0.307871013879776,0.14883899688720703,-0.9048429727554321,0.3078399896621704,0.2939850091934204,-0.8481400012969971,0.45240598917007446,0.27555200457572937,-0.9048429727554321,0.3078399896621704,0.2939850091934204,-0.7945799827575684,0.45240598917007446,0.4048590064048767,-0.7945799827575684,0.45240598917007446,0.4048590064048767,-0.9048429727554321,0.3078399896621704,0.2939850091934204,-0.8477129936218262,0.3078399896621704,0.43192800879478455,-0.7945799827575684,0.45240598917007446,0.4048590064048767,-0.8477129936218262,0.3078399896621704,0.43192800879478455,-0.7214580178260803,0.45240598917007446,0.5241860151290894,-0.7214580178260803,0.45240598917007446,0.5241860151290894,-0.8477129936218262,0.3078399896621704,0.43192800879478455,-0.7697070240974426,0.3078399896621704,0.5592210292816162,-0.7214580178260803,0.45240598917007446,0.5241860151290894,-0.7697070240974426,0.3078399896621704,0.5592210292816162,-0.6305729746818542,0.45240598917007446,0.6306040287017822,-0.6305729746818542,0.45240598917007446,0.6306040287017822,-0.7697070240974426,0.3078399896621704,0.5592210292816162,-0.6727499961853027,0.307871013879776,0.6727499961853027,-0.6305729746818542,0.45240598917007446,0.6306040287017822,-0.6727499961853027,0.307871013879776,0.6727499961853027,-0.5241860151290894,0.45240598917007446,0.7214879989624023,-0.5241860151290894,0.45240598917007446,0.7214879989624023,-0.6727499961853027,0.307871013879776,0.6727499961853027,-0.5592210292816162,0.307871013879776,0.7697070240974426,-0.5241860151290894,0.45240598917007446,0.7214879989624023,-0.5592210292816162,0.307871013879776,0.7697070240974426,-0.4048590064048767,0.45240598917007446,0.7945799827575684,-0.4048590064048767,0.45240598917007446,0.7945799827575684,-0.5592210292816162,0.307871013879776,0.7697070240974426,-0.43192800879478455,0.307871013879776,0.8477129936218262,-0.4048590064048767,0.45240598917007446,0.7945799827575684,-0.43192800879478455,0.307871013879776,0.8477129936218262,-0.2755819857120514,0.45240598917007446,0.8481400012969971,-0.2755819857120514,0.45240598917007446,0.8481400012969971,-0.43192800879478455,0.307871013879776,0.8477129936218262,-0.2939850091934204,0.3078399896621704,0.9048429727554321,-0.2755819857120514,0.45240598917007446,0.8481400012969971,-0.2939850091934204,0.3078399896621704,0.9048429727554321,-0.13950000703334808,0.45240598917007446,0.8808249831199646,-0.13950000703334808,0.45240598917007446,0.8808249831199646,-0.2939850091934204,0.3078399896621704,0.9048429727554321,-0.14880800247192383,0.3078399896621704,0.9396950006484985,-0.13950000703334808,0.45240598917007446,0.8808249831199646,-0.14880800247192383,0.3078399896621704,0.9396950006484985,-0.03625600039958954,0.38239699602127075,0.9232760071754456,-0.03625600039958954,0.38239699602127075,0.9232760071754456,-0.14880800247192383,0.3078399896621704,0.9396950006484985,-0.03726309910416603,0.3082059919834137,0.9505599737167358,-0.9505599737167358,0.3082059919834137,0.03726309910416603,-0.9716479778289795,0.23325300216674805,0.038178700953722,-0.9396950006484985,0.307871013879776,0.14883899688720703,-0.9396950006484985,0.307871013879776,0.14883899688720703,-0.9716479778289795,0.23325300216674805,0.038178700953722,-0.9756159782409668,0.15582799911499023,0.15451499819755554,-0.9396950006484985,0.307871013879776,0.14883899688720703,-0.9756159782409668,0.15582799911499023,0.15451499819755554,-0.9048429727554321,0.3078399896621704,0.2939850091934204,-0.9048429727554321,0.3078399896621704,0.2939850091934204,-0.9756159782409668,0.15582799911499023,0.15451499819755554,-0.9394209980964661,0.15582799911499023,0.3052160143852234,-0.9048429727554321,0.3078399896621704,0.2939850091934204,-0.9394209980964661,0.15582799911499023,0.3052160143852234,-0.8477129936218262,0.3078399896621704,0.43192800879478455,-0.8477129936218262,0.3078399896621704,0.43192800879478455,-0.9394209980964661,0.15582799911499023,0.3052160143852234,-0.880092978477478,0.15582799911499023,0.44843900203704834,-0.8477129936218262,0.3078399896621704,0.43192800879478455,-0.880092978477478,0.15582799911499023,0.44843900203704834,-0.7697070240974426,0.3078399896621704,0.5592210292816162,-0.7697070240974426,0.3078399896621704,0.5592210292816162,-0.880092978477478,0.15582799911499023,0.44843900203704834,-0.7991269826889038,0.15582799911499023,0.5805839896202087,-0.7697070240974426,0.3078399896621704,0.5592210292816162,-0.7991269826889038,0.15582799911499023,0.5805839896202087,-0.6727499961853027,0.307871013879776,0.6727499961853027,-0.6727499961853027,0.307871013879776,0.6727499961853027,-0.7991269826889038,0.15582799911499023,0.5805839896202087,-0.6984469890594482,0.15582799911499023,0.6984469890594482,-0.6727499961853027,0.307871013879776,0.6727499961853027,-0.6984469890594482,0.15582799911499023,0.6984469890594482,-0.5592210292816162,0.307871013879776,0.7697070240974426,-0.5592210292816162,0.307871013879776,0.7697070240974426,-0.6984469890594482,0.15582799911499023,0.6984469890594482,-0.5805839896202087,0.15582799911499023,0.7991269826889038,-0.5592210292816162,0.307871013879776,0.7697070240974426,-0.5805839896202087,0.15582799911499023,0.7991269826889038,-0.43192800879478455,0.307871013879776,0.8477129936218262,-0.43192800879478455,0.307871013879776,0.8477129936218262,-0.5805839896202087,0.15582799911499023,0.7991269826889038,-0.44843900203704834,0.15582799911499023,0.880092978477478,-0.43192800879478455,0.307871013879776,0.8477129936218262,-0.44843900203704834,0.15582799911499023,0.880092978477478,-0.2939850091934204,0.3078399896621704,0.9048429727554321,-0.2939850091934204,0.3078399896621704,0.9048429727554321,-0.44843900203704834,0.15582799911499023,0.880092978477478,-0.3052160143852234,0.15582799911499023,0.9394209980964661,-0.2939850091934204,0.3078399896621704,0.9048429727554321,-0.3052160143852234,0.15582799911499023,0.9394209980964661,-0.14880800247192383,0.3078399896621704,0.9396950006484985,-0.14880800247192383,0.3078399896621704,0.9396950006484985,-0.3052160143852234,0.15582799911499023,0.9394209980964661,-0.15451499819755554,0.15582799911499023,0.9756159782409668,-0.14880800247192383,0.3078399896621704,0.9396950006484985,-0.15451499819755554,0.15582799911499023,0.9756159782409668,-0.038178700953722,0.23325300216674805,0.9716479778289795,-0.038178700953722,0.23325300216674805,0.9716479778289795,-0.15451499819755554,0.15582799911499023,0.9756159782409668,-0.038697499781847,0.15598000586032867,0.986998975276947,-0.986968994140625,0.15598000586032867,0.038697499781847,-0.9984440207481384,0.03918579965829849,0.03918579965829849,-0.9756159782409668,0.15582799911499023,0.15451499819755554,-0.9756159782409668,0.15582799911499023,0.15451499819755554,-0.9984440207481384,0.03918579965829849,0.03918579965829849,-0.9869080185890198,0.039155200123786926,0.15628500282764435,-0.9756159782409668,0.15582799911499023,0.15451499819755554,-0.9869080185890198,0.039155200123786926,0.15628500282764435,-0.9394209980964661,0.15582799911499023,0.3052160143852234,-0.9394209980964661,0.15582799911499023,0.3052160143852234,-0.9869080185890198,0.039155200123786926,0.15628500282764435,-0.9503160119056702,0.039155200123786926,0.3087559938430786,-0.9394209980964661,0.15582799911499023,0.3052160143852234,-0.9503160119056702,0.039155200123786926,0.3087559938430786,-0.880092978477478,0.15582799911499023,0.44843900203704834,-0.880092978477478,0.15582799911499023,0.44843900203704834,-0.9503160119056702,0.039155200123786926,0.3087559938430786,-0.8903160095214844,0.039155200123786926,0.45362699031829834,-0.880092978477478,0.15582799911499023,0.44843900203704834,-0.8903160095214844,0.039155200123786926,0.45362699031829834,-0.7991269826889038,0.15582799911499023,0.5805839896202087,-0.7991269826889038,0.15582799911499023,0.5805839896202087,-0.8903160095214844,0.039155200123786926,0.45362699031829834,-0.8083739876747131,0.039155200123786926,0.5873289704322815,-0.7991269826889038,0.15582799911499023,0.5805839896202087,-0.8083739876747131,0.039155200123786926,0.5873289704322815,-0.6984469890594482,0.15582799911499023,0.6984469890594482,-0.6984469890594482,0.15582799911499023,0.6984469890594482,-0.8083739876747131,0.039155200123786926,0.5873289704322815,-0.7065650224685669,0.039155200123786926,0.7065340280532837,-0.6984469890594482,0.15582799911499023,0.6984469890594482,-0.7065650224685669,0.039155200123786926,0.7065340280532837,-0.5805839896202087,0.15582799911499023,0.7991269826889038,-0.5805839896202087,0.15582799911499023,0.7991269826889038,-0.7065650224685669,0.039155200123786926,0.7065340280532837,-0.5873289704322815,0.039155200123786926,0.8083739876747131,-0.5805839896202087,0.15582799911499023,0.7991269826889038,-0.5873289704322815,0.039155200123786926,0.8083739876747131,-0.44843900203704834,0.15582799911499023,0.880092978477478,-0.44843900203704834,0.15582799911499023,0.880092978477478,-0.5873289704322815,0.039155200123786926,0.8083739876747131,-0.45362699031829834,0.039155200123786926,0.8903160095214844,-0.44843900203704834,0.15582799911499023,0.880092978477478,-0.45362699031829834,0.039155200123786926,0.8903160095214844,-0.3052160143852234,0.15582799911499023,0.9394209980964661,-0.3052160143852234,0.15582799911499023,0.9394209980964661,-0.45362699031829834,0.039155200123786926,0.8903160095214844,-0.3087559938430786,0.039155200123786926,0.9503160119056702,-0.3052160143852234,0.15582799911499023,0.9394209980964661,-0.3087559938430786,0.039155200123786926,0.9503160119056702,-0.15451499819755554,0.15582799911499023,0.9756159782409668,-0.15451499819755554,0.15582799911499023,0.9756159782409668,-0.3087559938430786,0.039155200123786926,0.9503160119056702,-0.15631599724292755,0.039155200123786926,0.9869080185890198,-0.15451499819755554,0.15582799911499023,0.9756159782409668,-0.15631599724292755,0.039155200123786926,0.9869080185890198,-0.038697499781847,0.15598000586032867,0.986998975276947,-0.038697499781847,0.15598000586032867,0.986998975276947,-0.15631599724292755,0.039155200123786926,0.9869080185890198,-0.03918579965829849,0.03918579965829849,0.9984440207481384,-0.9984440207481384,0.03918579965829849,0.03918579965829849,-0.9984440207481384,-0.03918579965829849,0.03918579965829849,-0.9869080185890198,-0.039155200123786926,0.15628500282764435,-0.9984440207481384,0.03918579965829849,0.03918579965829849,-0.9869080185890198,-0.039155200123786926,0.15628500282764435,-0.9869080185890198,0.039155200123786926,0.15628500282764435,-0.9869080185890198,0.039155200123786926,0.15628500282764435,-0.9869080185890198,-0.039155200123786926,0.15628500282764435,-0.9503160119056702,-0.039155200123786926,0.3087559938430786,-0.9869080185890198,0.039155200123786926,0.15628500282764435,-0.9503160119056702,-0.039155200123786926,0.3087559938430786,-0.9503160119056702,0.039155200123786926,0.3087559938430786,-0.9503160119056702,0.039155200123786926,0.3087559938430786,-0.9503160119056702,-0.039155200123786926,0.3087559938430786,-0.8903160095214844,-0.039155200123786926,0.45362699031829834,-0.9503160119056702,0.039155200123786926,0.3087559938430786,-0.8903160095214844,-0.039155200123786926,0.45362699031829834,-0.8903160095214844,0.039155200123786926,0.45362699031829834,-0.8903160095214844,0.039155200123786926,0.45362699031829834,-0.8903160095214844,-0.039155200123786926,0.45362699031829834,-0.8083739876747131,-0.039155200123786926,0.5873289704322815,-0.8903160095214844,0.039155200123786926,0.45362699031829834,-0.8083739876747131,-0.039155200123786926,0.5873289704322815,-0.8083739876747131,0.039155200123786926,0.5873289704322815,-0.8083739876747131,0.039155200123786926,0.5873289704322815,-0.8083739876747131,-0.039155200123786926,0.5873289704322815,-0.7065650224685669,-0.039155200123786926,0.7065340280532837,-0.8083739876747131,0.039155200123786926,0.5873289704322815,-0.7065650224685669,-0.039155200123786926,0.7065340280532837,-0.7065650224685669,0.039155200123786926,0.7065340280532837,-0.7065650224685669,0.039155200123786926,0.7065340280532837,-0.7065650224685669,-0.039155200123786926,0.7065340280532837,-0.5873289704322815,-0.039155200123786926,0.8083739876747131,-0.7065650224685669,0.039155200123786926,0.7065340280532837,-0.5873289704322815,-0.039155200123786926,0.8083739876747131,-0.5873289704322815,0.039155200123786926,0.8083739876747131,-0.5873289704322815,0.039155200123786926,0.8083739876747131,-0.5873289704322815,-0.039155200123786926,0.8083739876747131,-0.45362699031829834,-0.039155200123786926,0.8903160095214844,-0.5873289704322815,0.039155200123786926,0.8083739876747131,-0.45362699031829834,-0.039155200123786926,0.8903160095214844,-0.45362699031829834,0.039155200123786926,0.8903160095214844,-0.45362699031829834,0.039155200123786926,0.8903160095214844,-0.45362699031829834,-0.039155200123786926,0.8903160095214844,-0.3087559938430786,-0.039155200123786926,0.9503160119056702,-0.45362699031829834,0.039155200123786926,0.8903160095214844,-0.3087559938430786,-0.039155200123786926,0.9503160119056702,-0.3087559938430786,0.039155200123786926,0.9503160119056702,-0.3087559938430786,0.039155200123786926,0.9503160119056702,-0.3087559938430786,-0.039155200123786926,0.9503160119056702,-0.15631599724292755,-0.039155200123786926,0.9869080185890198,-0.3087559938430786,0.039155200123786926,0.9503160119056702,-0.15631599724292755,-0.039155200123786926,0.9869080185890198,-0.15631599724292755,0.039155200123786926,0.9869080185890198,-0.15631599724292755,0.039155200123786926,0.9869080185890198,-0.15631599724292755,-0.039155200123786926,0.9869080185890198,-0.03918579965829849,-0.03918579965829849,0.9984440207481384,-0.15631599724292755,0.039155200123786926,0.9869080185890198,-0.03918579965829849,-0.03918579965829849,0.9984440207481384,-0.03918579965829849,0.03918579965829849,0.9984440207481384,-0.15240900218486786,-0.987060010433197,0.049501001834869385,-0.158269003033638,-0.987060010433197,0.025055700913071632,0.021851299330592155,-0.9996029734611511,0.017151400446891785,-0.15240900218486786,-0.987060010433197,0.049501001834869385,0.021851299330592155,-0.9996029734611511,0.017151400446891785,-0.14276599884033203,-0.987060010433197,0.07272560149431229,-0.12964299321174622,-0.987060010433197,0.09418009966611862,-0.14276599884033203,-0.987060010433197,0.07272560149431229,0.021851299330592155,-0.9996029734611511,0.017151400446891785,-0.11331500113010406,-0.987060010433197,0.11331500113010406,-0.12964299321174622,-0.987060010433197,0.09418009966611862,0.021851299330592155,-0.9996029734611511,0.017151400446891785,-0.09418009966611862,-0.987060010433197,0.12964299321174622,-0.11331500113010406,-0.987060010433197,0.11331500113010406,0.021851299330592155,-0.9996029734611511,0.017151400446891785,-0.0727560967206955,-0.987060010433197,0.14276599884033203,-0.09418009966611862,-0.987060010433197,0.12964299321174622,0.021851299330592155,-0.9996029734611511,0.017151400446891785,-0.025055700913071632,-0.987060010433197,0.158269003033638,0.021851299330592155,-0.9996029734611511,0.017151400446891785,0.012329500168561935,-0.9980469942092896,0.06112860143184662,-0.2334360033273697,-0.972320020198822,0.00915555004030466,-0.15832999348640442,-0.9873350262641907,0.006286810152232647,-0.158269003033638,-0.987060010433197,0.025055700913071632,-0.3826110064983368,-0.9237650036811829,0.01504560001194477,-0.31073901057243347,-0.9504070281982422,0.012268399819731712,-0.308694988489151,-0.9498890042304993,0.048890698701143265,-0.9394209980964661,-0.15582799911499023,0.3052160143852234,-0.9756159782409668,-0.15582799911499023,0.15451499819755554,-0.9396950006484985,-0.307871013879776,0.14883899688720703,-0.9869080185890198,-0.039155200123786926,0.15628500282764435,-0.9984440207481384,-0.03918579965829849,0.03918579965829849,-0.986968994140625,-0.15601100027561188,0.038697499781847,-0.03918579965829849,-0.03918579965829849,0.9984440207481384,-0.15631599724292755,-0.039155200123786926,0.9869080185890198,-0.15451499819755554,-0.15582799911499023,0.9756159782409668,-0.9869080185890198,-0.039155200123786926,0.15628500282764435,-0.9756159782409668,-0.15582799911499023,0.15451499819755554,-0.9503160119056702,-0.039155200123786926,0.3087559938430786,-0.9503160119056702,-0.039155200123786926,0.3087559938430786,-0.9756159782409668,-0.15582799911499023,0.15451499819755554,-0.9394209980964661,-0.15582799911499023,0.3052160143852234,-0.9503160119056702,-0.039155200123786926,0.3087559938430786,-0.9394209980964661,-0.15582799911499023,0.3052160143852234,-0.8903160095214844,-0.039155200123786926,0.45362699031829834,-0.14880800247192383,-0.307871013879776,0.9396950006484985,-0.038178700953722,-0.23325300216674805,0.9716479778289795,-0.15451499819755554,-0.15582799911499023,0.9756159782409668,-0.15451499819755554,-0.15582799911499023,0.9756159782409668,-0.038178700953722,-0.23325300216674805,0.9716479778289795,-0.038697499781847,-0.15598000586032867,0.986968994140625,-0.15451499819755554,-0.15582799911499023,0.9756159782409668,-0.038697499781847,-0.15598000586032867,0.986968994140625,-0.03918579965829849,-0.03918579965829849,0.9984440207481384,-0.5592210292816162,-0.307871013879776,0.7697070240974426,-0.43192800879478455,-0.307871013879776,0.8477129936218262,-0.44843900203704834,-0.15582799911499023,0.8801230192184448,-0.13950000703334808,-0.45240598917007446,0.8808249831199646,-0.03625600039958954,-0.38239699602127075,0.9232460260391235,-0.14880800247192383,-0.307871013879776,0.9396950006484985,-0.14880800247192383,-0.307871013879776,0.9396950006484985,-0.03625600039958954,-0.38239699602127075,0.9232460260391235,-0.03726309910416603,-0.3082059919834137,0.9505599737167358,-0.14880800247192383,-0.307871013879776,0.9396950006484985,-0.03726309910416603,-0.3082059919834137,0.9505599737167358,-0.038178700953722,-0.23325300216674805,0.9716479778289795,-0.4048590064048767,-0.45240598917007446,0.7945799827575684,-0.43192800879478455,-0.307871013879776,0.8477129936218262,-0.5241860151290894,-0.45240598917007446,0.7214580178260803,-0.5241860151290894,-0.45240598917007446,0.7214580178260803,-0.43192800879478455,-0.307871013879776,0.8477129936218262,-0.5592210292816162,-0.307871013879776,0.7697070240974426,-0.5241860151290894,-0.45240598917007446,0.7214580178260803,-0.5592210292816162,-0.307871013879776,0.7697070240974426,-0.6305729746818542,-0.45240598917007446,0.6306040287017822,-0.7065650224685669,-0.039155200123786926,0.7065340280532837,-0.8083739876747131,-0.039155200123786926,0.5873289704322815,-0.7991269826889038,-0.15582799911499023,0.5805839896202087,-0.7991269826889038,-0.15582799911499023,0.5805839896202087,-0.8083739876747131,-0.039155200123786926,0.5873289704322815,-0.880092978477478,-0.15582799911499023,0.44843900203704834,-0.7991269826889038,-0.15582799911499023,0.5805839896202087,-0.880092978477478,-0.15582799911499023,0.44843900203704834,-0.8477129936218262,-0.3078399896621704,0.43192800879478455,-0.8477129936218262,-0.3078399896621704,0.43192800879478455,-0.880092978477478,-0.15582799911499023,0.44843900203704834,-0.9048429727554321,-0.307871013879776,0.2939850091934204,-0.8477129936218262,-0.3078399896621704,0.43192800879478455,-0.9048429727554321,-0.307871013879776,0.2939850091934204,-0.8481400012969971,-0.45240598917007446,0.27555200457572937,-0.8481400012969971,-0.45240598917007446,0.27555200457572937,-0.9048429727554321,-0.307871013879776,0.2939850091934204,-0.8808249831199646,-0.45240598917007446,0.13950000703334808,-0.8481400012969971,-0.45240598917007446,0.27555200457572937,-0.8808249831199646,-0.45240598917007446,0.13950000703334808,-0.8003780245780945,-0.5859249830245972,0.12674300372600555,-0.9869080185890198,-0.039155200123786926,0.15628500282764435,-0.986968994140625,-0.15601100027561188,0.038697499781847,-0.9756159782409668,-0.15582799911499023,0.15451499819755554,-0.9756159782409668,-0.15582799911499023,0.15451499819755554,-0.986968994140625,-0.15601100027561188,0.038697499781847,-0.9716479778289795,-0.23325300216674805,0.038178700953722,-0.9756159782409668,-0.15582799911499023,0.15451499819755554,-0.9716479778289795,-0.23325300216674805,0.038178700953722,-0.9396950006484985,-0.307871013879776,0.14883899688720703,-0.9396950006484985,-0.307871013879776,0.14883899688720703,-0.9716479778289795,-0.23325300216674805,0.038178700953722,-0.9505599737167358,-0.3082059919834137,0.03726309910416603,-0.9396950006484985,-0.307871013879776,0.14883899688720703,-0.9505599737167358,-0.3082059919834137,0.03726309910416603,-0.9232460260391235,-0.38239699602127075,0.03625600039958954,-0.8083739876747131,-0.039155200123786926,0.5873289704322815,-0.8903160095214844,-0.039155200123786926,0.45362699031829834,-0.880092978477478,-0.15582799911499023,0.44843900203704834,-0.880092978477478,-0.15582799911499023,0.44843900203704834,-0.8903160095214844,-0.039155200123786926,0.45362699031829834,-0.9394209980964661,-0.15582799911499023,0.3052160143852234,-0.880092978477478,-0.15582799911499023,0.44843900203704834,-0.9394209980964661,-0.15582799911499023,0.3052160143852234,-0.9048429727554321,-0.307871013879776,0.2939850091934204,-0.9048429727554321,-0.307871013879776,0.2939850091934204,-0.9394209980964661,-0.15582799911499023,0.3052160143852234,-0.9396950006484985,-0.307871013879776,0.14883899688720703,-0.9048429727554321,-0.307871013879776,0.2939850091934204,-0.9396950006484985,-0.307871013879776,0.14883899688720703,-0.8808249831199646,-0.45240598917007446,0.13950000703334808,-0.8808249831199646,-0.45240598917007446,0.13950000703334808,-0.9396950006484985,-0.307871013879776,0.14883899688720703,-0.9232460260391235,-0.38239699602127075,0.03625600039958954,-0.12674300372600555,-0.5859249830245972,0.8003780245780945,-0.03347880020737648,-0.5221719741821289,0.8521379828453064,-0.13950000703334808,-0.45240598917007446,0.8808249831199646,-0.13950000703334808,-0.45240598917007446,0.8808249831199646,-0.03347880020737648,-0.5221719741821289,0.8521379828453064,-0.03494369983673096,-0.45289498567581177,0.8908349871635437,-0.13950000703334808,-0.45240598917007446,0.8808249831199646,-0.03494369983673096,-0.45289498567581177,0.8908349871635437,-0.03625600039958954,-0.38239699602127075,0.9232460260391235,-0.3678700029850006,-0.5859249830245972,0.7220370173454285,-0.4048590064048767,-0.45240598917007446,0.7945799827575684,-0.47630199790000916,-0.5859249830245972,0.6555989980697632,-0.47630199790000916,-0.5859249830245972,0.6555989980697632,-0.4048590064048767,-0.45240598917007446,0.7945799827575684,-0.5241860151290894,-0.45240598917007446,0.7214580178260803,-0.47630199790000916,-0.5859249830245972,0.6555989980697632,-0.5241860151290894,-0.45240598917007446,0.7214580178260803,-0.5729849934577942,-0.585893988609314,0.5730159878730774,-0.5729849934577942,-0.585893988609314,0.5730159878730774,-0.5241860151290894,-0.45240598917007446,0.7214580178260803,-0.6305729746818542,-0.45240598917007446,0.6306040287017822,-0.5729849934577942,-0.585893988609314,0.5730159878730774,-0.6305729746818542,-0.45240598917007446,0.6306040287017822,-0.65556800365448,-0.5859249830245972,0.47630199790000916,-0.11090400069952011,-0.7051299810409546,0.7003080248832703,-0.029877599328756332,-0.6491590142250061,0.7600330114364624,-0.12674300372600555,-0.5859249830245972,0.8003780245780945,-0.12674300372600555,-0.5859249830245972,0.8003780245780945,-0.029877599328756332,-0.6491590142250061,0.7600330114364624,-0.031769800931215286,-0.5865659713745117,0.8092589974403381,-0.12674300372600555,-0.5859249830245972,0.8003780245780945,-0.031769800931215286,-0.5865659713745117,0.8092589974403381,-0.03347880020737648,-0.5221719741821289,0.8521379828453064,-0.32187899947166443,-0.7051299810409546,0.6317639946937561,-0.3678700029850006,-0.5859249830245972,0.7220370173454285,-0.41676101088523865,-0.7051299810409546,0.5736259818077087,-0.41676101088523865,-0.7051299810409546,0.5736259818077087,-0.3678700029850006,-0.5859249830245972,0.7220370173454285,-0.47630199790000916,-0.5859249830245972,0.6555989980697632,-0.41676101088523865,-0.7051299810409546,0.5736259818077087,-0.47630199790000916,-0.5859249830245972,0.6555989980697632,-0.5013579726219177,-0.7051299810409546,0.5013579726219177,-0.5013579726219177,-0.7051299810409546,0.5013579726219177,-0.47630199790000916,-0.5859249830245972,0.6555989980697632,-0.5729849934577942,-0.585893988609314,0.5730159878730774,-0.5013579726219177,-0.7051299810409546,0.5013579726219177,-0.5729849934577942,-0.585893988609314,0.5730159878730774,-0.5736259818077087,-0.7051299810409546,0.41676101088523865,-0.5736259818077087,-0.7051299810409546,0.41676101088523865,-0.5729849934577942,-0.585893988609314,0.5730159878730774,-0.65556800365448,-0.5859249830245972,0.47630199790000916,-0.5736259818077087,-0.7051299810409546,0.41676101088523865,-0.65556800365448,-0.5859249830245972,0.47630199790000916,-0.6317639946937561,-0.7051299810409546,0.32187899947166443,-0.45362699031829834,-0.039155200123786926,0.8903160095214844,-0.5873289704322815,-0.039155200123786926,0.8083739876747131,-0.5805839896202087,-0.15582799911499023,0.7991269826889038,-0.5805839896202087,-0.15582799911499023,0.7991269826889038,-0.5873289704322815,-0.039155200123786926,0.8083739876747131,-0.6984469890594482,-0.15582799911499023,0.6984469890594482,-0.5805839896202087,-0.15582799911499023,0.7991269826889038,-0.6984469890594482,-0.15582799911499023,0.6984469890594482,-0.6727499961853027,-0.307871013879776,0.6727499961853027,-0.6727499961853027,-0.307871013879776,0.6727499961853027,-0.6984469890594482,-0.15582799911499023,0.6984469890594482,-0.7697070240974426,-0.3078399896621704,0.5592210292816162,-0.6727499961853027,-0.307871013879776,0.6727499961853027,-0.7697070240974426,-0.3078399896621704,0.5592210292816162,-0.7214580178260803,-0.45240598917007446,0.5241860151290894,-0.7214580178260803,-0.45240598917007446,0.5241860151290894,-0.7697070240974426,-0.3078399896621704,0.5592210292816162,-0.7945799827575684,-0.45240598917007446,0.4048590064048767,-0.7214580178260803,-0.45240598917007446,0.5241860151290894,-0.7945799827575684,-0.45240598917007446,0.4048590064048767,-0.7220370173454285,-0.5859249830245972,0.3678700029850006,-0.7220370173454285,-0.5859249830245972,0.3678700029850006,-0.7945799827575684,-0.45240598917007446,0.4048590064048767,-0.770684003829956,-0.5859249830245972,0.2504040002822876,-0.7220370173454285,-0.5859249830245972,0.3678700029850006,-0.770684003829956,-0.5859249830245972,0.2504040002822876,-0.6743370294570923,-0.7051299810409546,0.21909199655056,-0.6743370294570923,-0.7051299810409546,0.21909199655056,-0.770684003829956,-0.5859249830245972,0.2504040002822876,-0.7003080248832703,-0.7051299810409546,0.11090400069952011,-0.6743370294570923,-0.7051299810409546,0.21909199655056,-0.7003080248832703,-0.7051299810409546,0.11090400069952011,-0.5830559730529785,-0.8071539998054504,0.09234900027513504,-0.9232460260391235,-0.38239699602127075,0.03625600039958954,-0.8908349871635437,-0.4529249966144562,0.03494369983673096,-0.8808249831199646,-0.45240598917007446,0.13950000703334808,-0.8808249831199646,-0.45240598917007446,0.13950000703334808,-0.8908349871635437,-0.4529249966144562,0.03494369983673096,-0.8521379828453064,-0.5222020149230957,0.03347880020737648,-0.8808249831199646,-0.45240598917007446,0.13950000703334808,-0.8521379828453064,-0.5222020149230957,0.03347880020737648,-0.8003780245780945,-0.5859249830245972,0.12674300372600555,-0.8003780245780945,-0.5859249830245972,0.12674300372600555,-0.8521379828453064,-0.5222020149230957,0.03347880020737648,-0.8092589974403381,-0.5865349769592285,0.031769800931215286,-0.8003780245780945,-0.5859249830245972,0.12674300372600555,-0.8092589974403381,-0.5865349769592285,0.031769800931215286,-0.7600629925727844,-0.6491289734840393,0.029877599328756332,-0.5873289704322815,-0.039155200123786926,0.8083739876747131,-0.7065650224685669,-0.039155200123786926,0.7065340280532837,-0.6984469890594482,-0.15582799911499023,0.6984469890594482,-0.6984469890594482,-0.15582799911499023,0.6984469890594482,-0.7065650224685669,-0.039155200123786926,0.7065340280532837,-0.7991269826889038,-0.15582799911499023,0.5805839896202087,-0.6984469890594482,-0.15582799911499023,0.6984469890594482,-0.7991269826889038,-0.15582799911499023,0.5805839896202087,-0.7697070240974426,-0.3078399896621704,0.5592210292816162,-0.7697070240974426,-0.3078399896621704,0.5592210292816162,-0.7991269826889038,-0.15582799911499023,0.5805839896202087,-0.8477129936218262,-0.3078399896621704,0.43192800879478455,-0.7697070240974426,-0.3078399896621704,0.5592210292816162,-0.8477129936218262,-0.3078399896621704,0.43192800879478455,-0.7945799827575684,-0.45240598917007446,0.4048590064048767,-0.7945799827575684,-0.45240598917007446,0.4048590064048767,-0.8477129936218262,-0.3078399896621704,0.43192800879478455,-0.8481400012969971,-0.45240598917007446,0.27555200457572937,-0.7945799827575684,-0.45240598917007446,0.4048590064048767,-0.8481400012969971,-0.45240598917007446,0.27555200457572937,-0.770684003829956,-0.5859249830245972,0.2504040002822876,-0.770684003829956,-0.5859249830245972,0.2504040002822876,-0.8481400012969971,-0.45240598917007446,0.27555200457572937,-0.8003780245780945,-0.5859249830245972,0.12674300372600555,-0.770684003829956,-0.5859249830245972,0.2504040002822876,-0.8003780245780945,-0.5859249830245972,0.12674300372600555,-0.7003080248832703,-0.7051299810409546,0.11090400069952011,-0.7003080248832703,-0.7051299810409546,0.11090400069952011,-0.8003780245780945,-0.5859249830245972,0.12674300372600555,-0.7600629925727844,-0.6491289734840393,0.029877599328756332,-0.09234900027513504,-0.8071230053901672,0.5830559730529785,-0.025513499975204468,-0.7601249814033508,0.6492199897766113,-0.11090400069952011,-0.7051299810409546,0.7003080248832703,-0.11090400069952011,-0.7051299810409546,0.7003080248832703,-0.025513499975204468,-0.7601249814033508,0.6492199897766113,-0.027802400290966034,-0.7058320045471191,0.7077850103378296,-0.11090400069952011,-0.7051299810409546,0.7003080248832703,-0.027802400290966034,-0.7058320045471191,0.7077850103378296,-0.029877599328756332,-0.6491590142250061,0.7600330114364624,-0.26798298954963684,-0.8071539998054504,0.5259860157966614,-0.32187899947166443,-0.7051299810409546,0.6317639946937561,-0.3469649851322174,-0.8071539998054504,0.47758400440216064,-0.3469649851322174,-0.8071539998054504,0.47758400440216064,-0.32187899947166443,-0.7051299810409546,0.6317639946937561,-0.41676101088523865,-0.7051299810409546,0.5736259818077087,-0.3469649851322174,-0.8071539998054504,0.47758400440216064,-0.41676101088523865,-0.7051299810409546,0.5736259818077087,-0.4174320101737976,-0.8071539998054504,0.4174019992351532,-0.4174320101737976,-0.8071539998054504,0.4174019992351532,-0.41676101088523865,-0.7051299810409546,0.5736259818077087,-0.5013579726219177,-0.7051299810409546,0.5013579726219177,-0.4174320101737976,-0.8071539998054504,0.4174019992351532,-0.5013579726219177,-0.7051299810409546,0.5013579726219177,-0.47758400440216064,-0.8071539998054504,0.3469649851322174,-0.47758400440216064,-0.8071539998054504,0.3469649851322174,-0.5013579726219177,-0.7051299810409546,0.5013579726219177,-0.5736259818077087,-0.7051299810409546,0.41676101088523865,-0.47758400440216064,-0.8071539998054504,0.3469649851322174,-0.5736259818077087,-0.7051299810409546,0.41676101088523865,-0.5259860157966614,-0.8071539998054504,0.26798298954963684,-0.5259860157966614,-0.8071539998054504,0.26798298954963684,-0.5736259818077087,-0.7051299810409546,0.41676101088523865,-0.6317639946937561,-0.7051299810409546,0.32187899947166443,-0.5259860157966614,-0.8071539998054504,0.26798298954963684,-0.6317639946937561,-0.7051299810409546,0.32187899947166443,-0.5614179968833923,-0.8071539998054504,0.18240900337696075,-0.07147440314292908,-0.8894010186195374,0.45146000385284424,-0.020539000630378723,-0.8524429798126221,0.5223850011825562,-0.09234900027513504,-0.8071230053901672,0.5830559730529785,-0.09234900027513504,-0.8071230053901672,0.5830559730529785,-0.020539000630378723,-0.8524429798126221,0.5223850011825562,-0.02316349931061268,-0.8078550100326538,0.5888850092887878,-0.09234900027513504,-0.8071230053901672,0.5830559730529785,-0.02316349931061268,-0.8078550100326538,0.5888850092887878,-0.025513499975204468,-0.7601249814033508,0.6492199897766113,-0.20749500393867493,-0.8894010186195374,0.40727001428604126,-0.26798298954963684,-0.8071539998054504,0.5259860157966614,-0.2686539888381958,-0.8894010186195374,0.36979299783706665,-0.2686539888381958,-0.8894010186195374,0.36979299783706665,-0.26798298954963684,-0.8071539998054504,0.5259860157966614,-0.3469649851322174,-0.8071539998054504,0.47758400440216064,-0.2686539888381958,-0.8894010186195374,0.36979299783706665,-0.3469649851322174,-0.8071539998054504,0.47758400440216064,-0.32319098711013794,-0.8894010186195374,0.32319098711013794,-0.32319098711013794,-0.8894010186195374,0.32319098711013794,-0.3469649851322174,-0.8071539998054504,0.47758400440216064,-0.4174320101737976,-0.8071539998054504,0.4174019992351532,-0.32319098711013794,-0.8894010186195374,0.32319098711013794,-0.4174320101737976,-0.8071539998054504,0.4174019992351532,-0.36979299783706665,-0.8894010186195374,0.2686539888381958,-0.36979299783706665,-0.8894010186195374,0.2686539888381958,-0.4174320101737976,-0.8071539998054504,0.4174019992351532,-0.47758400440216064,-0.8071539998054504,0.3469649851322174,-0.36979299783706665,-0.8894010186195374,0.2686539888381958,-0.47758400440216064,-0.8071539998054504,0.3469649851322174,-0.40727001428604126,-0.8894010186195374,0.20749500393867493,-0.40727001428604126,-0.8894010186195374,0.20749500393867493,-0.47758400440216064,-0.8071539998054504,0.3469649851322174,-0.5259860157966614,-0.8071539998054504,0.26798298954963684,-0.40727001428604126,-0.8894010186195374,0.20749500393867493,-0.5259860157966614,-0.8071539998054504,0.26798298954963684,-0.4347060024738312,-0.8894010186195374,0.14124000072479248,-0.4347060024738312,-0.8894010186195374,0.14124000072479248,-0.5259860157966614,-0.8071539998054504,0.26798298954963684,-0.5614179968833923,-0.8071539998054504,0.18240900337696075,-0.4347060024738312,-0.8894010186195374,0.14124000072479248,-0.5614179968833923,-0.8071539998054504,0.18240900337696075,-0.45146000385284424,-0.8894010186195374,0.07150489836931229,-0.7600629925727844,-0.6491289734840393,0.029877599328756332,-0.7077850103378296,-0.7058320045471191,0.02783289924263954,-0.7003080248832703,-0.7051299810409546,0.11090400069952011,-0.7003080248832703,-0.7051299810409546,0.11090400069952011,-0.7077850103378296,-0.7058320045471191,0.02783289924263954,-0.6492199897766113,-0.7601550221443176,0.025513499975204468,-0.7003080248832703,-0.7051299810409546,0.11090400069952011,-0.6492199897766113,-0.7601550221443176,0.025513499975204468,-0.5830559730529785,-0.8071539998054504,0.09234900027513504,-0.5830559730529785,-0.8071539998054504,0.09234900027513504,-0.6492199897766113,-0.7601550221443176,0.025513499975204468,-0.5888850092887878,-0.8078550100326538,0.02316349931061268,-0.5830559730529785,-0.8071539998054504,0.09234900027513504,-0.5888850092887878,-0.8078550100326538,0.02316349931061268,-0.5223850011825562,-0.8524429798126221,0.020539000630378723,-0.3087559938430786,-0.039155200123786926,0.9503160119056702,-0.45362699031829834,-0.039155200123786926,0.8903160095214844,-0.44843900203704834,-0.15582799911499023,0.8801230192184448,-0.44843900203704834,-0.15582799911499023,0.8801230192184448,-0.45362699031829834,-0.039155200123786926,0.8903160095214844,-0.5805839896202087,-0.15582799911499023,0.7991269826889038,-0.44843900203704834,-0.15582799911499023,0.8801230192184448,-0.5805839896202087,-0.15582799911499023,0.7991269826889038,-0.5592210292816162,-0.307871013879776,0.7697070240974426,-0.5592210292816162,-0.307871013879776,0.7697070240974426,-0.5805839896202087,-0.15582799911499023,0.7991269826889038,-0.6727499961853027,-0.307871013879776,0.6727499961853027,-0.5592210292816162,-0.307871013879776,0.7697070240974426,-0.6727499961853027,-0.307871013879776,0.6727499961853027,-0.6305729746818542,-0.45240598917007446,0.6306040287017822,-0.6305729746818542,-0.45240598917007446,0.6306040287017822,-0.6727499961853027,-0.307871013879776,0.6727499961853027,-0.7214580178260803,-0.45240598917007446,0.5241860151290894,-0.6305729746818542,-0.45240598917007446,0.6306040287017822,-0.7214580178260803,-0.45240598917007446,0.5241860151290894,-0.65556800365448,-0.5859249830245972,0.47630199790000916,-0.65556800365448,-0.5859249830245972,0.47630199790000916,-0.7214580178260803,-0.45240598917007446,0.5241860151290894,-0.7220370173454285,-0.5859249830245972,0.3678700029850006,-0.65556800365448,-0.5859249830245972,0.47630199790000916,-0.7220370173454285,-0.5859249830245972,0.3678700029850006,-0.6317639946937561,-0.7051299810409546,0.32187899947166443,-0.6317639946937561,-0.7051299810409546,0.32187899947166443,-0.7220370173454285,-0.5859249830245972,0.3678700029850006,-0.6743370294570923,-0.7051299810409546,0.21909199655056,-0.6317639946937561,-0.7051299810409546,0.32187899947166443,-0.6743370294570923,-0.7051299810409546,0.21909199655056,-0.5614179968833923,-0.8071539998054504,0.18240900337696075,-0.5614179968833923,-0.8071539998054504,0.18240900337696075,-0.6743370294570923,-0.7051299810409546,0.21909199655056,-0.5830559730529785,-0.8071539998054504,0.09234900027513504,-0.5614179968833923,-0.8071539998054504,0.18240900337696075,-0.5830559730529785,-0.8071539998054504,0.09234900027513504,-0.45146000385284424,-0.8894010186195374,0.07150489836931229,-0.45146000385284424,-0.8894010186195374,0.07150489836931229,-0.5830559730529785,-0.8071539998054504,0.09234900027513504,-0.5223850011825562,-0.8524429798126221,0.020539000630378723,-0.45146000385284424,-0.8894010186195374,0.07150489836931229,-0.5223850011825562,-0.8524429798126221,0.020539000630378723,-0.45545798540115356,-0.8900420069694519,0.017944900318980217,-0.048890698701143265,-0.9498890042304993,0.308694988489151,-0.01504560001194477,-0.9237650036811829,0.3826409876346588,-0.07147440314292908,-0.8894010186195374,0.45146000385284424,-0.07147440314292908,-0.8894010186195374,0.45146000385284424,-0.01504560001194477,-0.9237650036811829,0.3826409876346588,-0.017944900318980217,-0.8900420069694519,0.45545798540115356,-0.07147440314292908,-0.8894010186195374,0.45146000385284424,-0.017944900318980217,-0.8900420069694519,0.45545798540115356,-0.020539000630378723,-0.8524429798126221,0.5223850011825562,-0.45545798540115356,-0.8900420069694519,0.017944900318980217,-0.3826110064983368,-0.9237650036811829,0.01504560001194477,-0.45146000385284424,-0.8894010186195374,0.07150489836931229,-0.45146000385284424,-0.8894010186195374,0.07150489836931229,-0.3826110064983368,-0.9237650036811829,0.01504560001194477,-0.308694988489151,-0.9498890042304993,0.048890698701143265,-0.45146000385284424,-0.8894010186195374,0.07150489836931229,-0.308694988489151,-0.9498890042304993,0.048890698701143265,-0.4347060024738312,-0.8894010186195374,0.14124000072479248,-0.4347060024738312,-0.8894010186195374,0.14124000072479248,-0.308694988489151,-0.9498890042304993,0.048890698701143265,-0.29725000262260437,-0.9498890042304993,0.09656059741973877,-0.4347060024738312,-0.8894010186195374,0.14124000072479248,-0.29725000262260437,-0.9498890042304993,0.09656059741973877,-0.40727001428604126,-0.8894010186195374,0.20749500393867493,-0.40727001428604126,-0.8894010186195374,0.20749500393867493,-0.29725000262260437,-0.9498890042304993,0.09656059741973877,-0.27848100662231445,-0.9498890042304993,0.14188100397586823,-0.40727001428604126,-0.8894010186195374,0.20749500393867493,-0.27848100662231445,-0.9498890042304993,0.14188100397586823,-0.36979299783706665,-0.8894010186195374,0.2686539888381958,-0.36979299783706665,-0.8894010186195374,0.2686539888381958,-0.27848100662231445,-0.9498890042304993,0.14188100397586823,-0.25284600257873535,-0.9498890042304993,0.18369099497795105,-0.36979299783706665,-0.8894010186195374,0.2686539888381958,-0.25284600257873535,-0.9498890042304993,0.18369099497795105,-0.32319098711013794,-0.8894010186195374,0.32319098711013794,-0.32319098711013794,-0.8894010186195374,0.32319098711013794,-0.25284600257873535,-0.9498890042304993,0.18369099497795105,-0.22098499536514282,-0.9498890042304993,0.22098499536514282,-0.32319098711013794,-0.8894010186195374,0.32319098711013794,-0.22098499536514282,-0.9498890042304993,0.22098499536514282,-0.2686539888381958,-0.8894010186195374,0.36979299783706665,-0.2686539888381958,-0.8894010186195374,0.36979299783706665,-0.22098499536514282,-0.9498890042304993,0.22098499536514282,-0.18369099497795105,-0.9498890042304993,0.25284600257873535,-0.2686539888381958,-0.8894010186195374,0.36979299783706665,-0.18369099497795105,-0.9498890042304993,0.25284600257873535,-0.20749500393867493,-0.8894010186195374,0.40727001428604126,-0.20749500393867493,-0.8894010186195374,0.40727001428604126,-0.18369099497795105,-0.9498890042304993,0.25284600257873535,-0.14188100397586823,-0.9498890042304993,0.27848100662231445,0.021851299330592155,-0.9996029734611511,0.017151400446891785,-0.025055700913071632,-0.987060010433197,0.158269003033638,-0.049501001834869385,-0.987060010433197,0.15240900218486786,-0.049501001834869385,-0.987060010433197,0.15240900218486786,-0.025055700913071632,-0.987060010433197,0.158269003033638,-0.048890698701143265,-0.9498890042304993,0.308694988489151,-0.049501001834869385,-0.987060010433197,0.15240900218486786,-0.048890698701143265,-0.9498890042304993,0.308694988489151,-0.09656059741973877,-0.9498890042304993,0.29725000262260437,-0.09656059741973877,-0.9498890042304993,0.29725000262260437,-0.048890698701143265,-0.9498890042304993,0.308694988489151,-0.07147440314292908,-0.8894010186195374,0.45146000385284424,-0.09656059741973877,-0.9498890042304993,0.29725000262260437,-0.07147440314292908,-0.8894010186195374,0.45146000385284424,-0.14124000072479248,-0.8894010186195374,0.4347060024738312,-0.14124000072479248,-0.8894010186195374,0.4347060024738312,-0.07147440314292908,-0.8894010186195374,0.45146000385284424,-0.09234900027513504,-0.8071230053901672,0.5830559730529785,-0.14124000072479248,-0.8894010186195374,0.4347060024738312,-0.09234900027513504,-0.8071230053901672,0.5830559730529785,-0.18240900337696075,-0.8071230053901672,0.5614179968833923,-0.18240900337696075,-0.8071230053901672,0.5614179968833923,-0.09234900027513504,-0.8071230053901672,0.5830559730529785,-0.11090400069952011,-0.7051299810409546,0.7003080248832703,-0.18240900337696075,-0.8071230053901672,0.5614179968833923,-0.11090400069952011,-0.7051299810409546,0.7003080248832703,-0.21909199655056,-0.7051299810409546,0.6743370294570923,-0.21909199655056,-0.7051299810409546,0.6743370294570923,-0.11090400069952011,-0.7051299810409546,0.7003080248832703,-0.12674300372600555,-0.5859249830245972,0.8003780245780945,-0.21909199655056,-0.7051299810409546,0.6743370294570923,-0.12674300372600555,-0.5859249830245972,0.8003780245780945,-0.2504040002822876,-0.5859249830245972,0.770684003829956,-0.2504040002822876,-0.5859249830245972,0.770684003829956,-0.12674300372600555,-0.5859249830245972,0.8003780245780945,-0.13950000703334808,-0.45240598917007446,0.8808249831199646,-0.2504040002822876,-0.5859249830245972,0.770684003829956,-0.13950000703334808,-0.45240598917007446,0.8808249831199646,-0.2755819857120514,-0.45240598917007446,0.8481400012969971,-0.2755819857120514,-0.45240598917007446,0.8481400012969971,-0.13950000703334808,-0.45240598917007446,0.8808249831199646,-0.14880800247192383,-0.307871013879776,0.9396950006484985,-0.2755819857120514,-0.45240598917007446,0.8481400012969971,-0.14880800247192383,-0.307871013879776,0.9396950006484985,-0.2939850091934204,-0.307871013879776,0.9048429727554321,-0.2939850091934204,-0.307871013879776,0.9048429727554321,-0.14880800247192383,-0.307871013879776,0.9396950006484985,-0.15451499819755554,-0.15582799911499023,0.9756159782409668,-0.2939850091934204,-0.307871013879776,0.9048429727554321,-0.15451499819755554,-0.15582799911499023,0.9756159782409668,-0.3052160143852234,-0.15579700469970703,0.9394209980964661,-0.3052160143852234,-0.15579700469970703,0.9394209980964661,-0.15451499819755554,-0.15582799911499023,0.9756159782409668,-0.15631599724292755,-0.039155200123786926,0.9869080185890198,-0.3052160143852234,-0.15579700469970703,0.9394209980964661,-0.15631599724292755,-0.039155200123786926,0.9869080185890198,-0.3087559938430786,-0.039155200123786926,0.9503160119056702,-0.31073901057243347,-0.9504070281982422,0.012268399819731712,-0.2334360033273697,-0.972320020198822,0.00915555004030466,-0.308694988489151,-0.9498890042304993,0.048890698701143265,-0.308694988489151,-0.9498890042304993,0.048890698701143265,-0.2334360033273697,-0.972320020198822,0.00915555004030466,-0.158269003033638,-0.987060010433197,0.025055700913071632,-0.308694988489151,-0.9498890042304993,0.048890698701143265,-0.158269003033638,-0.987060010433197,0.025055700913071632,-0.29725000262260437,-0.9498890042304993,0.09656059741973877,-0.29725000262260437,-0.9498890042304993,0.09656059741973877,-0.158269003033638,-0.987060010433197,0.025055700913071632,-0.15240900218486786,-0.987060010433197,0.049501001834869385,-0.29725000262260437,-0.9498890042304993,0.09656059741973877,-0.15240900218486786,-0.987060010433197,0.049501001834869385,-0.27848100662231445,-0.9498890042304993,0.14188100397586823,-0.27848100662231445,-0.9498890042304993,0.14188100397586823,-0.15240900218486786,-0.987060010433197,0.049501001834869385,-0.14276599884033203,-0.987060010433197,0.07272560149431229,-0.27848100662231445,-0.9498890042304993,0.14188100397586823,-0.14276599884033203,-0.987060010433197,0.07272560149431229,-0.25284600257873535,-0.9498890042304993,0.18369099497795105,-0.25284600257873535,-0.9498890042304993,0.18369099497795105,-0.14276599884033203,-0.987060010433197,0.07272560149431229,-0.12964299321174622,-0.987060010433197,0.09418009966611862,-0.25284600257873535,-0.9498890042304993,0.18369099497795105,-0.12964299321174622,-0.987060010433197,0.09418009966611862,-0.22098499536514282,-0.9498890042304993,0.22098499536514282,-0.22098499536514282,-0.9498890042304993,0.22098499536514282,-0.12964299321174622,-0.987060010433197,0.09418009966611862,-0.11331500113010406,-0.987060010433197,0.11331500113010406,-0.22098499536514282,-0.9498890042304993,0.22098499536514282,-0.11331500113010406,-0.987060010433197,0.11331500113010406,-0.18369099497795105,-0.9498890042304993,0.25284600257873535,-0.18369099497795105,-0.9498890042304993,0.25284600257873535,-0.11331500113010406,-0.987060010433197,0.11331500113010406,-0.09418009966611862,-0.987060010433197,0.12964299321174622,-0.18369099497795105,-0.9498890042304993,0.25284600257873535,-0.09418009966611862,-0.987060010433197,0.12964299321174622,-0.14188100397586823,-0.9498890042304993,0.27848100662231445,-0.14188100397586823,-0.9498890042304993,0.27848100662231445,-0.09418009966611862,-0.987060010433197,0.12964299321174622,-0.0727560967206955,-0.987060010433197,0.14276599884033203,0.012329500168561935,-0.9980469942092896,0.06112860143184662,-0.006286810152232647,-0.9873350262641907,0.15832999348640442,-0.025055700913071632,-0.987060010433197,0.158269003033638,-0.025055700913071632,-0.987060010433197,0.158269003033638,-0.006286810152232647,-0.9873350262641907,0.15832999348640442,-0.00915555004030466,-0.972320020198822,0.23340600728988647,-0.025055700913071632,-0.987060010433197,0.158269003033638,-0.00915555004030466,-0.972320020198822,0.23340600728988647,-0.048890698701143265,-0.9498890042304993,0.308694988489151,-0.048890698701143265,-0.9498890042304993,0.308694988489151,-0.00915555004030466,-0.972320020198822,0.23340600728988647,-0.012268399819731712,-0.9503769874572754,0.31073901057243347,-0.048890698701143265,-0.9498890042304993,0.308694988489151,-0.012268399819731712,-0.9503769874572754,0.31073901057243347,-0.01504560001194477,-0.9237650036811829,0.3826409876346588,-0.3087559938430786,-0.039155200123786926,0.9503160119056702,-0.44843900203704834,-0.15582799911499023,0.8801230192184448,-0.3052160143852234,-0.15579700469970703,0.9394209980964661,-0.3052160143852234,-0.15579700469970703,0.9394209980964661,-0.44843900203704834,-0.15582799911499023,0.8801230192184448,-0.43192800879478455,-0.307871013879776,0.8477129936218262,-0.3052160143852234,-0.15579700469970703,0.9394209980964661,-0.43192800879478455,-0.307871013879776,0.8477129936218262,-0.2939850091934204,-0.307871013879776,0.9048429727554321,-0.2939850091934204,-0.307871013879776,0.9048429727554321,-0.43192800879478455,-0.307871013879776,0.8477129936218262,-0.4048590064048767,-0.45240598917007446,0.7945799827575684,-0.2939850091934204,-0.307871013879776,0.9048429727554321,-0.4048590064048767,-0.45240598917007446,0.7945799827575684,-0.2755819857120514,-0.45240598917007446,0.8481400012969971,-0.2755819857120514,-0.45240598917007446,0.8481400012969971,-0.4048590064048767,-0.45240598917007446,0.7945799827575684,-0.3678700029850006,-0.5859249830245972,0.7220370173454285,-0.2755819857120514,-0.45240598917007446,0.8481400012969971,-0.3678700029850006,-0.5859249830245972,0.7220370173454285,-0.2504040002822876,-0.5859249830245972,0.770684003829956,-0.2504040002822876,-0.5859249830245972,0.770684003829956,-0.3678700029850006,-0.5859249830245972,0.7220370173454285,-0.32187899947166443,-0.7051299810409546,0.6317639946937561,-0.2504040002822876,-0.5859249830245972,0.770684003829956,-0.32187899947166443,-0.7051299810409546,0.6317639946937561,-0.21909199655056,-0.7051299810409546,0.6743370294570923,-0.21909199655056,-0.7051299810409546,0.6743370294570923,-0.32187899947166443,-0.7051299810409546,0.6317639946937561,-0.26798298954963684,-0.8071539998054504,0.5259860157966614,-0.21909199655056,-0.7051299810409546,0.6743370294570923,-0.26798298954963684,-0.8071539998054504,0.5259860157966614,-0.18240900337696075,-0.8071230053901672,0.5614179968833923,-0.18240900337696075,-0.8071230053901672,0.5614179968833923,-0.26798298954963684,-0.8071539998054504,0.5259860157966614,-0.20749500393867493,-0.8894010186195374,0.40727001428604126,-0.18240900337696075,-0.8071230053901672,0.5614179968833923,-0.20749500393867493,-0.8894010186195374,0.40727001428604126,-0.14124000072479248,-0.8894010186195374,0.4347060024738312,-0.14124000072479248,-0.8894010186195374,0.4347060024738312,-0.20749500393867493,-0.8894010186195374,0.40727001428604126,-0.14188100397586823,-0.9498890042304993,0.27848100662231445,-0.14124000072479248,-0.8894010186195374,0.4347060024738312,-0.14188100397586823,-0.9498890042304993,0.27848100662231445,-0.09656059741973877,-0.9498890042304993,0.29725000262260437,-0.09656059741973877,-0.9498890042304993,0.29725000262260437,-0.14188100397586823,-0.9498890042304993,0.27848100662231445,-0.0727560967206955,-0.987060010433197,0.14276599884033203,-0.09656059741973877,-0.9498890042304993,0.29725000262260437,-0.0727560967206955,-0.987060010433197,0.14276599884033203,-0.049501001834869385,-0.987060010433197,0.15240900218486786,-0.049501001834869385,-0.987060010433197,0.15240900218486786,-0.0727560967206955,-0.987060010433197,0.14276599884033203,0.021851299330592155,-0.9996029734611511,0.017151400446891785,-0.15832999348640442,-0.9873350262641907,0.006286810152232647,-0.06790369749069214,-0.9976500272750854,-0.007995850406587124,-0.158269003033638,-0.987060010433197,0.025055700913071632,-0.158269003033638,-0.987060010433197,0.025055700913071632,-0.06790369749069214,-0.9976500272750854,-0.007995850406587124,0.021851299330592155,-0.9996029734611511,0.017151400446891785,-0.038178700953722,0.23325300216674805,-0.9716479778289795,-0.038697499781847,0.15598000586032867,-0.986998975276947,-0.15451499819755554,0.15582799911499023,-0.9756159782409668,-0.9716479778289795,0.23325300216674805,-0.038178700953722,-0.9505599737167358,0.3082059919834137,-0.03726309910416603,-0.9396950006484985,0.307871013879776,-0.14880800247192383,-0.03625600039958954,0.38242700695991516,-0.9232460260391235,-0.03726309910416603,0.3082059919834137,-0.9505599737167358,-0.14883899688720703,0.3078399896621704,-0.9396950006484985,-0.9232460260391235,0.38242700695991516,-0.03625600039958954,-0.8908349871635437,0.45289498567581177,-0.03494369983673096,-0.8808249831199646,0.45240598917007446,-0.13950000703334808,-0.03347880020737648,0.5221719741821289,-0.8521379828453064,-0.03494369983673096,0.45289498567581177,-0.8908659815788269,-0.13950000703334808,0.45240598917007446,-0.8808249831199646,-0.029877599328756332,0.6491289734840393,-0.7600629925727844,-0.031769800931215286,0.5865349769592285,-0.8092589974403381,-0.12674300372600555,0.5859249830245972,-0.8003780245780945,-0.025513499975204468,0.7601249814033508,-0.6492199897766113,-0.027802400290966034,0.7058320045471191,-0.7077850103378296,-0.11090400069952011,0.7051299810409546,-0.7003080248832703,-0.020539000630378723,0.8524429798126221,-0.5223550200462341,-0.02316349931061268,0.8078550100326538,-0.5888850092887878,-0.09234900027513504,0.8071230053901672,-0.5830559730529785,-0.01504560001194477,0.9237650036811829,-0.3826110064983368,-0.017944900318980217,0.8900420069694519,-0.45545798540115356,-0.07150489836931229,0.8894010186195374,-0.45146000385284424,-0.00915555004030466,0.972320020198822,-0.23340600728988647,-0.012268399819731712,0.9504070281982422,-0.31073901057243347,-0.0488600991666317,0.9498890042304993,-0.308694988489151,0.021881800144910812,0.9996029734611511,-0.017151400446891785,-0.049501001834869385,0.987060010433197,-0.15240900218486786,-0.0727560967206955,0.987060010433197,-0.14276599884033203,-0.06790369749069214,0.9976500272750854,0.008087409660220146,0.021881800144910812,0.9996029734611511,-0.017151400446891785,-0.158269003033638,0.987060010433197,-0.025055700913071632,-0.006256289780139923,0.9873350262641907,-0.15832999348640442,-0.025025200098752975,0.987060010433197,-0.158269003033638,0.012420999817550182,0.9980469942092896,-0.061159100383520126,0.012420999817550182,0.9980469942092896,-0.061159100383520126,-0.025025200098752975,0.987060010433197,-0.158269003033638,0.021881800144910812,0.9996029734611511,-0.017151400446891785,-0.049501001834869385,0.987060010433197,-0.15240900218486786,0.021881800144910812,0.9996029734611511,-0.017151400446891785,-0.025025200098752975,0.987060010433197,-0.158269003033638,-0.308694988489151,0.9498890042304993,-0.048890698701143265,-0.23340600728988647,0.972320020198822,-0.00915555004030466,-0.158269003033638,0.987060010433197,-0.025055700913071632,-0.158269003033638,0.987060010433197,-0.025055700913071632,-0.23340600728988647,0.972320020198822,-0.00915555004030466,-0.15832999348640442,0.9873350262641907,-0.006286810152232647,-0.158269003033638,0.987060010433197,-0.025055700913071632,-0.15832999348640442,0.9873350262641907,-0.006286810152232647,-0.06790369749069214,0.9976500272750854,0.008087409660220146,-0.14188100397586823,0.9498890042304993,-0.27848100662231445,-0.18369099497795105,0.9498890042304993,-0.25284600257873535,-0.09418009966611862,0.987060010433197,-0.12964299321174622,-0.006256289780139923,0.9873350262641907,-0.15832999348640442,-0.00915555004030466,0.972320020198822,-0.23340600728988647,-0.025025200098752975,0.987060010433197,-0.158269003033638,-0.025025200098752975,0.987060010433197,-0.158269003033638,-0.00915555004030466,0.972320020198822,-0.23340600728988647,-0.0488600991666317,0.9498890042304993,-0.308694988489151,-0.025025200098752975,0.987060010433197,-0.158269003033638,-0.0488600991666317,0.9498890042304993,-0.308694988489151,-0.049501001834869385,0.987060010433197,-0.15240900218486786,-0.049501001834869385,0.987060010433197,-0.15240900218486786,-0.0488600991666317,0.9498890042304993,-0.308694988489151,-0.09656059741973877,0.9498890042304993,-0.29725000262260437,-0.049501001834869385,0.987060010433197,-0.15240900218486786,-0.09656059741973877,0.9498890042304993,-0.29725000262260437,-0.0727560967206955,0.987060010433197,-0.14276599884033203,-0.0727560967206955,0.987060010433197,-0.14276599884033203,-0.09656059741973877,0.9498890042304993,-0.29725000262260437,-0.14188100397586823,0.9498890042304993,-0.27848100662231445,-0.14188100397586823,0.9498890042304993,-0.27848100662231445,-0.09418009966611862,0.987060010433197,-0.12964299321174622,-0.0727560967206955,0.987060010433197,-0.14276599884033203,-0.0727560967206955,0.987060010433197,-0.14276599884033203,-0.09418009966611862,0.987060010433197,-0.12964299321174622,0.021881800144910812,0.9996029734611511,-0.017151400446891785,-0.45146000385284424,0.8894010186195374,-0.07150489836931229,-0.3826110064983368,0.9237650036811829,-0.01504560001194477,-0.308694988489151,0.9498890042304993,-0.048890698701143265,-0.308694988489151,0.9498890042304993,-0.048890698701143265,-0.3826110064983368,0.9237650036811829,-0.01504560001194477,-0.31073901057243347,0.9504070281982422,-0.012268399819731712,-0.308694988489151,0.9498890042304993,-0.048890698701143265,-0.31073901057243347,0.9504070281982422,-0.012268399819731712,-0.23340600728988647,0.972320020198822,-0.00915555004030466,-0.2686539888381958,0.8894010186195374,-0.36979299783706665,-0.32319098711013794,0.8894010186195374,-0.32319098711013794,-0.22098499536514282,0.9498890042304993,-0.22098499536514282,-0.012268399819731712,0.9504070281982422,-0.31073901057243347,-0.01504560001194477,0.9237650036811829,-0.3826110064983368,-0.0488600991666317,0.9498890042304993,-0.308694988489151,-0.0488600991666317,0.9498890042304993,-0.308694988489151,-0.01504560001194477,0.9237650036811829,-0.3826110064983368,-0.07150489836931229,0.8894010186195374,-0.45146000385284424,-0.0488600991666317,0.9498890042304993,-0.308694988489151,-0.07150489836931229,0.8894010186195374,-0.45146000385284424,-0.09656059741973877,0.9498890042304993,-0.29725000262260437,-0.09656059741973877,0.9498890042304993,-0.29725000262260437,-0.07150489836931229,0.8894010186195374,-0.45146000385284424,-0.14124000072479248,0.8894010186195374,-0.4347060024738312,-0.09656059741973877,0.9498890042304993,-0.29725000262260437,-0.14124000072479248,0.8894010186195374,-0.4347060024738312,-0.14188100397586823,0.9498890042304993,-0.27848100662231445,-0.14188100397586823,0.9498890042304993,-0.27848100662231445,-0.14124000072479248,0.8894010186195374,-0.4347060024738312,-0.20749500393867493,0.8894010186195374,-0.40727001428604126,-0.14188100397586823,0.9498890042304993,-0.27848100662231445,-0.20749500393867493,0.8894010186195374,-0.40727001428604126,-0.18369099497795105,0.9498890042304993,-0.25284600257873535,-0.18369099497795105,0.9498890042304993,-0.25284600257873535,-0.20749500393867493,0.8894010186195374,-0.40727001428604126,-0.2686539888381958,0.8894010186195374,-0.36979299783706665,-0.2686539888381958,0.8894010186195374,-0.36979299783706665,-0.22098499536514282,0.9498890042304993,-0.22098499536514282,-0.18369099497795105,0.9498890042304993,-0.25284600257873535,-0.18369099497795105,0.9498890042304993,-0.25284600257873535,-0.22098499536514282,0.9498890042304993,-0.22098499536514282,-0.11331500113010406,0.987060010433197,-0.11331500113010406,-0.18369099497795105,0.9498890042304993,-0.25284600257873535,-0.11331500113010406,0.987060010433197,-0.11331500113010406,-0.09418009966611862,0.987060010433197,-0.12964299321174622,-0.09418009966611862,0.987060010433197,-0.12964299321174622,-0.11331500113010406,0.987060010433197,-0.11331500113010406,0.021881800144910812,0.9996029734611511,-0.017151400446891785,-0.5830559730529785,0.8071539998054504,-0.09234900027513504,-0.5223850011825562,0.8524429798126221,-0.020539000630378723,-0.45146000385284424,0.8894010186195374,-0.07150489836931229,-0.45146000385284424,0.8894010186195374,-0.07150489836931229,-0.5223850011825562,0.8524429798126221,-0.020539000630378723,-0.45545798540115356,0.8900420069694519,-0.017944900318980217,-0.45146000385284424,0.8894010186195374,-0.07150489836931229,-0.45545798540115356,0.8900420069694519,-0.017944900318980217,-0.3826110064983368,0.9237650036811829,-0.01504560001194477,-0.4174320101737976,0.8071539998054504,-0.4174320101737976,-0.47758400440216064,0.8071539998054504,-0.3469649851322174,-0.36979299783706665,0.8894010186195374,-0.2686539888381958,-0.017944900318980217,0.8900420069694519,-0.45545798540115356,-0.020539000630378723,0.8524429798126221,-0.5223550200462341,-0.07150489836931229,0.8894010186195374,-0.45146000385284424,-0.07150489836931229,0.8894010186195374,-0.45146000385284424,-0.020539000630378723,0.8524429798126221,-0.5223550200462341,-0.09234900027513504,0.8071230053901672,-0.5830559730529785,-0.07150489836931229,0.8894010186195374,-0.45146000385284424,-0.09234900027513504,0.8071230053901672,-0.5830559730529785,-0.14124000072479248,0.8894010186195374,-0.4347060024738312,-0.14124000072479248,0.8894010186195374,-0.4347060024738312,-0.09234900027513504,0.8071230053901672,-0.5830559730529785,-0.18240900337696075,0.8071539998054504,-0.5614179968833923,-0.14124000072479248,0.8894010186195374,-0.4347060024738312,-0.18240900337696075,0.8071539998054504,-0.5614179968833923,-0.20749500393867493,0.8894010186195374,-0.40727001428604126,-0.20749500393867493,0.8894010186195374,-0.40727001428604126,-0.18240900337696075,0.8071539998054504,-0.5614179968833923,-0.26798298954963684,0.8071539998054504,-0.5259860157966614,-0.20749500393867493,0.8894010186195374,-0.40727001428604126,-0.26798298954963684,0.8071539998054504,-0.5259860157966614,-0.2686539888381958,0.8894010186195374,-0.36979299783706665,-0.2686539888381958,0.8894010186195374,-0.36979299783706665,-0.26798298954963684,0.8071539998054504,-0.5259860157966614,-0.3469949960708618,0.8071539998054504,-0.47758400440216064,-0.2686539888381958,0.8894010186195374,-0.36979299783706665,-0.3469949960708618,0.8071539998054504,-0.47758400440216064,-0.32319098711013794,0.8894010186195374,-0.32319098711013794,-0.32319098711013794,0.8894010186195374,-0.32319098711013794,-0.3469949960708618,0.8071539998054504,-0.47758400440216064,-0.4174320101737976,0.8071539998054504,-0.4174320101737976,-0.4174320101737976,0.8071539998054504,-0.4174320101737976,-0.36979299783706665,0.8894010186195374,-0.2686539888381958,-0.32319098711013794,0.8894010186195374,-0.32319098711013794,-0.32319098711013794,0.8894010186195374,-0.32319098711013794,-0.36979299783706665,0.8894010186195374,-0.2686539888381958,-0.25284600257873535,0.9498890042304993,-0.18369099497795105,-0.32319098711013794,0.8894010186195374,-0.32319098711013794,-0.25284600257873535,0.9498890042304993,-0.18369099497795105,-0.22098499536514282,0.9498890042304993,-0.22098499536514282,-0.22098499536514282,0.9498890042304993,-0.22098499536514282,-0.25284600257873535,0.9498890042304993,-0.18369099497795105,-0.12964299321174622,0.987060010433197,-0.09418009966611862,-0.22098499536514282,0.9498890042304993,-0.22098499536514282,-0.12964299321174622,0.987060010433197,-0.09418009966611862,-0.11331500113010406,0.987060010433197,-0.11331500113010406,-0.11331500113010406,0.987060010433197,-0.11331500113010406,-0.12964299321174622,0.987060010433197,-0.09418009966611862,0.021881800144910812,0.9996029734611511,-0.017151400446891785,-0.7003080248832703,0.7051299810409546,-0.11090400069952011,-0.6492199897766113,0.7601550221443176,-0.025513499975204468,-0.5830559730529785,0.8071539998054504,-0.09234900027513504,-0.5830559730529785,0.8071539998054504,-0.09234900027513504,-0.6492199897766113,0.7601550221443176,-0.025513499975204468,-0.5888850092887878,0.8078550100326538,-0.02316349931061268,-0.5830559730529785,0.8071539998054504,-0.09234900027513504,-0.5888850092887878,0.8078550100326538,-0.02316349931061268,-0.5223850011825562,0.8524429798126221,-0.020539000630378723,-0.5736259818077087,0.7051299810409546,-0.41676101088523865,-0.6317639946937561,0.7051299810409546,-0.32187899947166443,-0.5259860157966614,0.8071539998054504,-0.26798298954963684,-0.02316349931061268,0.8078550100326538,-0.5888850092887878,-0.025513499975204468,0.7601249814033508,-0.6492199897766113,-0.09234900027513504,0.8071230053901672,-0.5830559730529785,-0.09234900027513504,0.8071230053901672,-0.5830559730529785,-0.025513499975204468,0.7601249814033508,-0.6492199897766113,-0.11090400069952011,0.7051299810409546,-0.7003080248832703,-0.09234900027513504,0.8071230053901672,-0.5830559730529785,-0.11090400069952011,0.7051299810409546,-0.7003080248832703,-0.18240900337696075,0.8071539998054504,-0.5614179968833923,-0.18240900337696075,0.8071539998054504,-0.5614179968833923,-0.11090400069952011,0.7051299810409546,-0.7003080248832703,-0.21909199655056,0.7051299810409546,-0.6743370294570923,-0.18240900337696075,0.8071539998054504,-0.5614179968833923,-0.21909199655056,0.7051299810409546,-0.6743370294570923,-0.26798298954963684,0.8071539998054504,-0.5259860157966614,-0.26798298954963684,0.8071539998054504,-0.5259860157966614,-0.21909199655056,0.7051299810409546,-0.6743370294570923,-0.32187899947166443,0.7051299810409546,-0.6317639946937561,-0.26798298954963684,0.8071539998054504,-0.5259860157966614,-0.32187899947166443,0.7051299810409546,-0.6317639946937561,-0.3469949960708618,0.8071539998054504,-0.47758400440216064,-0.3469949960708618,0.8071539998054504,-0.47758400440216064,-0.32187899947166443,0.7051299810409546,-0.6317639946937561,-0.41676101088523865,0.7051299810409546,-0.5736259818077087,-0.3469949960708618,0.8071539998054504,-0.47758400440216064,-0.41676101088523865,0.7051299810409546,-0.5736259818077087,-0.4174320101737976,0.8071539998054504,-0.4174320101737976,-0.4174320101737976,0.8071539998054504,-0.4174320101737976,-0.41676101088523865,0.7051299810409546,-0.5736259818077087,-0.5013579726219177,0.7051299810409546,-0.5013579726219177,-0.4174320101737976,0.8071539998054504,-0.4174320101737976,-0.5013579726219177,0.7051299810409546,-0.5013579726219177,-0.47758400440216064,0.8071539998054504,-0.3469649851322174,-0.47758400440216064,0.8071539998054504,-0.3469649851322174,-0.5013579726219177,0.7051299810409546,-0.5013579726219177,-0.5736259818077087,0.7051299810409546,-0.41676101088523865,-0.5736259818077087,0.7051299810409546,-0.41676101088523865,-0.5259860157966614,0.8071539998054504,-0.26798298954963684,-0.47758400440216064,0.8071539998054504,-0.3469649851322174,-0.47758400440216064,0.8071539998054504,-0.3469649851322174,-0.5259860157966614,0.8071539998054504,-0.26798298954963684,-0.40727001428604126,0.8894010186195374,-0.20749500393867493,-0.47758400440216064,0.8071539998054504,-0.3469649851322174,-0.40727001428604126,0.8894010186195374,-0.20749500393867493,-0.36979299783706665,0.8894010186195374,-0.2686539888381958,-0.36979299783706665,0.8894010186195374,-0.2686539888381958,-0.40727001428604126,0.8894010186195374,-0.20749500393867493,-0.27848100662231445,0.9498890042304993,-0.14188100397586823,-0.36979299783706665,0.8894010186195374,-0.2686539888381958,-0.27848100662231445,0.9498890042304993,-0.14188100397586823,-0.25284600257873535,0.9498890042304993,-0.18369099497795105,-0.25284600257873535,0.9498890042304993,-0.18369099497795105,-0.27848100662231445,0.9498890042304993,-0.14188100397586823,-0.14279599487781525,0.987060010433197,-0.0727560967206955,-0.25284600257873535,0.9498890042304993,-0.18369099497795105,-0.14279599487781525,0.987060010433197,-0.0727560967206955,-0.12964299321174622,0.987060010433197,-0.09418009966611862,-0.12964299321174622,0.987060010433197,-0.09418009966611862,-0.14279599487781525,0.987060010433197,-0.0727560967206955,0.021881800144910812,0.9996029734611511,-0.017151400446891785,-0.8521379828453064,0.5222020149230957,-0.03347880020737648,-0.8092589974403381,0.5865349769592285,-0.031769800931215286,-0.8003780245780945,0.5859249830245972,-0.12674300372600555,-0.8003780245780945,0.5859249830245972,-0.12674300372600555,-0.8092589974403381,0.5865349769592285,-0.031769800931215286,-0.7600629925727844,0.6491289734840393,-0.029877599328756332,-0.8003780245780945,0.5859249830245972,-0.12674300372600555,-0.7600629925727844,0.6491289734840393,-0.029877599328756332,-0.7003080248832703,0.7051299810409546,-0.11090400069952011,-0.7003080248832703,0.7051299810409546,-0.11090400069952011,-0.7600629925727844,0.6491289734840393,-0.029877599328756332,-0.7077850103378296,0.7058320045471191,-0.027802400290966034,-0.7003080248832703,0.7051299810409546,-0.11090400069952011,-0.7077850103378296,0.7058320045471191,-0.027802400290966034,-0.6492199897766113,0.7601550221443176,-0.025513499975204468,-0.7220370173454285,0.5859249830245972,-0.3678700029850006,-0.770684003829956,0.5859249830245972,-0.2504040002822876,-0.6743370294570923,0.7051299810409546,-0.21909199655056,-0.027802400290966034,0.7058320045471191,-0.7077850103378296,-0.029877599328756332,0.6491289734840393,-0.7600629925727844,-0.11090400069952011,0.7051299810409546,-0.7003080248832703,-0.11090400069952011,0.7051299810409546,-0.7003080248832703,-0.029877599328756332,0.6491289734840393,-0.7600629925727844,-0.12674300372600555,0.5859249830245972,-0.8003780245780945,-0.11090400069952011,0.7051299810409546,-0.7003080248832703,-0.12674300372600555,0.5859249830245972,-0.8003780245780945,-0.21909199655056,0.7051299810409546,-0.6743370294570923,-0.21909199655056,0.7051299810409546,-0.6743370294570923,-0.12674300372600555,0.5859249830245972,-0.8003780245780945,-0.2504040002822876,0.585893988609314,-0.770684003829956,-0.21909199655056,0.7051299810409546,-0.6743370294570923,-0.2504040002822876,0.585893988609314,-0.770684003829956,-0.32187899947166443,0.7051299810409546,-0.6317639946937561,-0.32187899947166443,0.7051299810409546,-0.6317639946937561,-0.2504040002822876,0.585893988609314,-0.770684003829956,-0.3678700029850006,0.585893988609314,-0.7220370173454285,-0.32187899947166443,0.7051299810409546,-0.6317639946937561,-0.3678700029850006,0.585893988609314,-0.7220370173454285,-0.41676101088523865,0.7051299810409546,-0.5736259818077087,-0.41676101088523865,0.7051299810409546,-0.5736259818077087,-0.3678700029850006,0.585893988609314,-0.7220370173454285,-0.47630199790000916,0.5859249830245972,-0.6555989980697632,-0.41676101088523865,0.7051299810409546,-0.5736259818077087,-0.47630199790000916,0.5859249830245972,-0.6555989980697632,-0.5013579726219177,0.7051299810409546,-0.5013579726219177,-0.5013579726219177,0.7051299810409546,-0.5013579726219177,-0.47630199790000916,0.5859249830245972,-0.6555989980697632,-0.5729849934577942,0.5859249830245972,-0.5729849934577942,-0.5013579726219177,0.7051299810409546,-0.5013579726219177,-0.5729849934577942,0.5859249830245972,-0.5729849934577942,-0.5736259818077087,0.7051299810409546,-0.41676101088523865,-0.5736259818077087,0.7051299810409546,-0.41676101088523865,-0.5729849934577942,0.5859249830245972,-0.5729849934577942,-0.65556800365448,0.5859249830245972,-0.47630199790000916,-0.5736259818077087,0.7051299810409546,-0.41676101088523865,-0.65556800365448,0.5859249830245972,-0.47630199790000916,-0.6317639946937561,0.7051299810409546,-0.32187899947166443,-0.6317639946937561,0.7051299810409546,-0.32187899947166443,-0.65556800365448,0.5859249830245972,-0.47630199790000916,-0.7220370173454285,0.5859249830245972,-0.3678700029850006,-0.7220370173454285,0.5859249830245972,-0.3678700029850006,-0.6743370294570923,0.7051299810409546,-0.21909199655056,-0.6317639946937561,0.7051299810409546,-0.32187899947166443,-0.6317639946937561,0.7051299810409546,-0.32187899947166443,-0.6743370294570923,0.7051299810409546,-0.21909199655056,-0.5614179968833923,0.8071539998054504,-0.18240900337696075,-0.6317639946937561,0.7051299810409546,-0.32187899947166443,-0.5614179968833923,0.8071539998054504,-0.18240900337696075,-0.5259860157966614,0.8071539998054504,-0.26798298954963684,-0.5259860157966614,0.8071539998054504,-0.26798298954963684,-0.5614179968833923,0.8071539998054504,-0.18240900337696075,-0.4347060024738312,0.8894010186195374,-0.14124000072479248,-0.5259860157966614,0.8071539998054504,-0.26798298954963684,-0.4347060024738312,0.8894010186195374,-0.14124000072479248,-0.40727001428604126,0.8894010186195374,-0.20749500393867493,-0.40727001428604126,0.8894010186195374,-0.20749500393867493,-0.4347060024738312,0.8894010186195374,-0.14124000072479248,-0.29725000262260437,0.9498890042304993,-0.09656059741973877,-0.40727001428604126,0.8894010186195374,-0.20749500393867493,-0.29725000262260437,0.9498890042304993,-0.09656059741973877,-0.27848100662231445,0.9498890042304993,-0.14188100397586823,-0.27848100662231445,0.9498890042304993,-0.14188100397586823,-0.29725000262260437,0.9498890042304993,-0.09656059741973877,-0.15240900218486786,0.987060010433197,-0.049501001834869385,-0.27848100662231445,0.9498890042304993,-0.14188100397586823,-0.15240900218486786,0.987060010433197,-0.049501001834869385,-0.14279599487781525,0.987060010433197,-0.0727560967206955,-0.14279599487781525,0.987060010433197,-0.0727560967206955,-0.15240900218486786,0.987060010433197,-0.049501001834869385,0.021881800144910812,0.9996029734611511,-0.017151400446891785,-0.8908349871635437,0.45289498567581177,-0.03494369983673096,-0.8521379828453064,0.5222020149230957,-0.03347880020737648,-0.8808249831199646,0.45240598917007446,-0.13950000703334808,-0.8808249831199646,0.45240598917007446,-0.13950000703334808,-0.8521379828453064,0.5222020149230957,-0.03347880020737648,-0.8003780245780945,0.5859249830245972,-0.12674300372600555,-0.8808249831199646,0.45240598917007446,-0.13950000703334808,-0.8003780245780945,0.5859249830245972,-0.12674300372600555,-0.8481400012969971,0.45240598917007446,-0.27555200457572937,-0.031769800931215286,0.5865349769592285,-0.8092589974403381,-0.03347880020737648,0.5221719741821289,-0.8521379828453064,-0.12674300372600555,0.5859249830245972,-0.8003780245780945,-0.12674300372600555,0.5859249830245972,-0.8003780245780945,-0.03347880020737648,0.5221719741821289,-0.8521379828453064,-0.13950000703334808,0.45240598917007446,-0.8808249831199646,-0.12674300372600555,0.5859249830245972,-0.8003780245780945,-0.13950000703334808,0.45240598917007446,-0.8808249831199646,-0.2504040002822876,0.585893988609314,-0.770684003829956,-0.2504040002822876,0.585893988609314,-0.770684003829956,-0.13950000703334808,0.45240598917007446,-0.8808249831199646,-0.2755819857120514,0.45240598917007446,-0.8481400012969971,-0.2504040002822876,0.585893988609314,-0.770684003829956,-0.2755819857120514,0.45240598917007446,-0.8481400012969971,-0.3678700029850006,0.585893988609314,-0.7220370173454285,-0.3678700029850006,0.585893988609314,-0.7220370173454285,-0.2755819857120514,0.45240598917007446,-0.8481400012969971,-0.4048590064048767,0.45237600803375244,-0.7946100234985352,-0.3678700029850006,0.585893988609314,-0.7220370173454285,-0.4048590064048767,0.45237600803375244,-0.7946100234985352,-0.47630199790000916,0.5859249830245972,-0.6555989980697632,-0.47630199790000916,0.5859249830245972,-0.6555989980697632,-0.4048590064048767,0.45237600803375244,-0.7946100234985352,-0.5241860151290894,0.45240598917007446,-0.7214879989624023,-0.47630199790000916,0.5859249830245972,-0.6555989980697632,-0.5241860151290894,0.45240598917007446,-0.7214879989624023,-0.5729849934577942,0.5859249830245972,-0.5729849934577942,-0.5729849934577942,0.5859249830245972,-0.5729849934577942,-0.5241860151290894,0.45240598917007446,-0.7214879989624023,-0.6305729746818542,0.45240598917007446,-0.6306040287017822,-0.5729849934577942,0.5859249830245972,-0.5729849934577942,-0.6305729746818542,0.45240598917007446,-0.6306040287017822,-0.65556800365448,0.5859249830245972,-0.47630199790000916,-0.65556800365448,0.5859249830245972,-0.47630199790000916,-0.6305729746818542,0.45240598917007446,-0.6306040287017822,-0.7214879989624023,0.45240598917007446,-0.5241860151290894,-0.65556800365448,0.5859249830245972,-0.47630199790000916,-0.7214879989624023,0.45240598917007446,-0.5241860151290894,-0.7220370173454285,0.5859249830245972,-0.3678700029850006,-0.7220370173454285,0.5859249830245972,-0.3678700029850006,-0.7214879989624023,0.45240598917007446,-0.5241860151290894,-0.7945799827575684,0.45240598917007446,-0.4048590064048767,-0.7220370173454285,0.5859249830245972,-0.3678700029850006,-0.7945799827575684,0.45240598917007446,-0.4048590064048767,-0.770684003829956,0.5859249830245972,-0.2504040002822876,-0.770684003829956,0.5859249830245972,-0.2504040002822876,-0.7945799827575684,0.45240598917007446,-0.4048590064048767,-0.8481400012969971,0.45240598917007446,-0.27555200457572937,-0.8481400012969971,0.45240598917007446,-0.27555200457572937,-0.8003780245780945,0.5859249830245972,-0.12674300372600555,-0.770684003829956,0.5859249830245972,-0.2504040002822876,-0.770684003829956,0.5859249830245972,-0.2504040002822876,-0.8003780245780945,0.5859249830245972,-0.12674300372600555,-0.7003080248832703,0.7051299810409546,-0.11090400069952011,-0.770684003829956,0.5859249830245972,-0.2504040002822876,-0.7003080248832703,0.7051299810409546,-0.11090400069952011,-0.6743370294570923,0.7051299810409546,-0.21909199655056,-0.6743370294570923,0.7051299810409546,-0.21909199655056,-0.7003080248832703,0.7051299810409546,-0.11090400069952011,-0.5830559730529785,0.8071539998054504,-0.09234900027513504,-0.6743370294570923,0.7051299810409546,-0.21909199655056,-0.5830559730529785,0.8071539998054504,-0.09234900027513504,-0.5614179968833923,0.8071539998054504,-0.18240900337696075,-0.5614179968833923,0.8071539998054504,-0.18240900337696075,-0.5830559730529785,0.8071539998054504,-0.09234900027513504,-0.45146000385284424,0.8894010186195374,-0.07150489836931229,-0.5614179968833923,0.8071539998054504,-0.18240900337696075,-0.45146000385284424,0.8894010186195374,-0.07150489836931229,-0.4347060024738312,0.8894010186195374,-0.14124000072479248,-0.4347060024738312,0.8894010186195374,-0.14124000072479248,-0.45146000385284424,0.8894010186195374,-0.07150489836931229,-0.308694988489151,0.9498890042304993,-0.048890698701143265,-0.4347060024738312,0.8894010186195374,-0.14124000072479248,-0.308694988489151,0.9498890042304993,-0.048890698701143265,-0.29725000262260437,0.9498890042304993,-0.09656059741973877,-0.29725000262260437,0.9498890042304993,-0.09656059741973877,-0.308694988489151,0.9498890042304993,-0.048890698701143265,-0.158269003033638,0.987060010433197,-0.025055700913071632,-0.29725000262260437,0.9498890042304993,-0.09656059741973877,-0.158269003033638,0.987060010433197,-0.025055700913071632,-0.15240900218486786,0.987060010433197,-0.049501001834869385,-0.15240900218486786,0.987060010433197,-0.049501001834869385,-0.158269003033638,0.987060010433197,-0.025055700913071632,0.021881800144910812,0.9996029734611511,-0.017151400446891785,-0.03494369983673096,0.45289498567581177,-0.8908659815788269,-0.03625600039958954,0.38242700695991516,-0.9232460260391235,-0.13950000703334808,0.45240598917007446,-0.8808249831199646,-0.13950000703334808,0.45240598917007446,-0.8808249831199646,-0.03625600039958954,0.38242700695991516,-0.9232460260391235,-0.14883899688720703,0.3078399896621704,-0.9396950006484985,-0.13950000703334808,0.45240598917007446,-0.8808249831199646,-0.14883899688720703,0.3078399896621704,-0.9396950006484985,-0.2755819857120514,0.45240598917007446,-0.8481400012969971,-0.2755819857120514,0.45240598917007446,-0.8481400012969971,-0.14883899688720703,0.3078399896621704,-0.9396950006484985,-0.2939850091934204,0.307871013879776,-0.9048429727554321,-0.2755819857120514,0.45240598917007446,-0.8481400012969971,-0.2939850091934204,0.307871013879776,-0.9048429727554321,-0.4048590064048767,0.45237600803375244,-0.7946100234985352,-0.4048590064048767,0.45237600803375244,-0.7946100234985352,-0.2939850091934204,0.307871013879776,-0.9048429727554321,-0.43192800879478455,0.307871013879776,-0.8477129936218262,-0.4048590064048767,0.45237600803375244,-0.7946100234985352,-0.43192800879478455,0.307871013879776,-0.8477129936218262,-0.5241860151290894,0.45240598917007446,-0.7214879989624023,-0.5241860151290894,0.45240598917007446,-0.7214879989624023,-0.43192800879478455,0.307871013879776,-0.8477129936218262,-0.5592210292816162,0.307871013879776,-0.7697070240974426,-0.5241860151290894,0.45240598917007446,-0.7214879989624023,-0.5592210292816162,0.307871013879776,-0.7697070240974426,-0.6305729746818542,0.45240598917007446,-0.6306040287017822,-0.6305729746818542,0.45240598917007446,-0.6306040287017822,-0.5592210292816162,0.307871013879776,-0.7697070240974426,-0.6727499961853027,0.3078399896621704,-0.6727499961853027,-0.6305729746818542,0.45240598917007446,-0.6306040287017822,-0.6727499961853027,0.3078399896621704,-0.6727499961853027,-0.7214879989624023,0.45240598917007446,-0.5241860151290894,-0.7214879989624023,0.45240598917007446,-0.5241860151290894,-0.6727499961853027,0.3078399896621704,-0.6727499961853027,-0.7697070240974426,0.3078399896621704,-0.5592210292816162,-0.7214879989624023,0.45240598917007446,-0.5241860151290894,-0.7697070240974426,0.3078399896621704,-0.5592210292816162,-0.7945799827575684,0.45240598917007446,-0.4048590064048767,-0.7945799827575684,0.45240598917007446,-0.4048590064048767,-0.7697070240974426,0.3078399896621704,-0.5592210292816162,-0.8477129936218262,0.307871013879776,-0.43192800879478455,-0.7945799827575684,0.45240598917007446,-0.4048590064048767,-0.8477129936218262,0.307871013879776,-0.43192800879478455,-0.8481400012969971,0.45240598917007446,-0.27555200457572937,-0.8481400012969971,0.45240598917007446,-0.27555200457572937,-0.8477129936218262,0.307871013879776,-0.43192800879478455,-0.9048429727554321,0.307871013879776,-0.2939850091934204,-0.8481400012969971,0.45240598917007446,-0.27555200457572937,-0.9048429727554321,0.307871013879776,-0.2939850091934204,-0.8808249831199646,0.45240598917007446,-0.13950000703334808,-0.8808249831199646,0.45240598917007446,-0.13950000703334808,-0.9048429727554321,0.307871013879776,-0.2939850091934204,-0.9396950006484985,0.307871013879776,-0.14880800247192383,-0.8808249831199646,0.45240598917007446,-0.13950000703334808,-0.9396950006484985,0.307871013879776,-0.14880800247192383,-0.9232460260391235,0.38242700695991516,-0.03625600039958954,-0.9232460260391235,0.38242700695991516,-0.03625600039958954,-0.9396950006484985,0.307871013879776,-0.14880800247192383,-0.9505599737167358,0.3082059919834137,-0.03726309910416603,-0.03726309910416603,0.3082059919834137,-0.9505599737167358,-0.038178700953722,0.23325300216674805,-0.9716479778289795,-0.14883899688720703,0.3078399896621704,-0.9396950006484985,-0.14883899688720703,0.3078399896621704,-0.9396950006484985,-0.038178700953722,0.23325300216674805,-0.9716479778289795,-0.15451499819755554,0.15582799911499023,-0.9756159782409668,-0.14883899688720703,0.3078399896621704,-0.9396950006484985,-0.15451499819755554,0.15582799911499023,-0.9756159782409668,-0.2939850091934204,0.307871013879776,-0.9048429727554321,-0.2939850091934204,0.307871013879776,-0.9048429727554321,-0.15451499819755554,0.15582799911499023,-0.9756159782409668,-0.3052160143852234,0.15582799911499023,-0.9394209980964661,-0.2939850091934204,0.307871013879776,-0.9048429727554321,-0.3052160143852234,0.15582799911499023,-0.9394209980964661,-0.43192800879478455,0.307871013879776,-0.8477129936218262,-0.43192800879478455,0.307871013879776,-0.8477129936218262,-0.3052160143852234,0.15582799911499023,-0.9394209980964661,-0.44843900203704834,0.15582799911499023,-0.880092978477478,-0.43192800879478455,0.307871013879776,-0.8477129936218262,-0.44843900203704834,0.15582799911499023,-0.880092978477478,-0.5592210292816162,0.307871013879776,-0.7697070240974426,-0.5592210292816162,0.307871013879776,-0.7697070240974426,-0.44843900203704834,0.15582799911499023,-0.880092978477478,-0.5805839896202087,0.15582799911499023,-0.7991269826889038,-0.5592210292816162,0.307871013879776,-0.7697070240974426,-0.5805839896202087,0.15582799911499023,-0.7991269826889038,-0.6727499961853027,0.3078399896621704,-0.6727499961853027,-0.6727499961853027,0.3078399896621704,-0.6727499961853027,-0.5805839896202087,0.15582799911499023,-0.7991269826889038,-0.6984469890594482,0.15582799911499023,-0.6984469890594482,-0.6727499961853027,0.3078399896621704,-0.6727499961853027,-0.6984469890594482,0.15582799911499023,-0.6984469890594482,-0.7697070240974426,0.3078399896621704,-0.5592210292816162,-0.7697070240974426,0.3078399896621704,-0.5592210292816162,-0.6984469890594482,0.15582799911499023,-0.6984469890594482,-0.7991269826889038,0.15582799911499023,-0.5805839896202087,-0.7697070240974426,0.3078399896621704,-0.5592210292816162,-0.7991269826889038,0.15582799911499023,-0.5805839896202087,-0.8477129936218262,0.307871013879776,-0.43192800879478455,-0.8477129936218262,0.307871013879776,-0.43192800879478455,-0.7991269826889038,0.15582799911499023,-0.5805839896202087,-0.880092978477478,0.15582799911499023,-0.44843900203704834,-0.8477129936218262,0.307871013879776,-0.43192800879478455,-0.880092978477478,0.15582799911499023,-0.44843900203704834,-0.9048429727554321,0.307871013879776,-0.2939850091934204,-0.9048429727554321,0.307871013879776,-0.2939850091934204,-0.880092978477478,0.15582799911499023,-0.44843900203704834,-0.9394209980964661,0.15582799911499023,-0.3052160143852234,-0.9048429727554321,0.307871013879776,-0.2939850091934204,-0.9394209980964661,0.15582799911499023,-0.3052160143852234,-0.9396950006484985,0.307871013879776,-0.14880800247192383,-0.9396950006484985,0.307871013879776,-0.14880800247192383,-0.9394209980964661,0.15582799911499023,-0.3052160143852234,-0.9756159782409668,0.15582799911499023,-0.15451499819755554,-0.9396950006484985,0.307871013879776,-0.14880800247192383,-0.9756159782409668,0.15582799911499023,-0.15451499819755554,-0.9716479778289795,0.23325300216674805,-0.038178700953722,-0.9716479778289795,0.23325300216674805,-0.038178700953722,-0.9756159782409668,0.15582799911499023,-0.15451499819755554,-0.986968994140625,0.15598000586032867,-0.038697499781847,-0.038697499781847,0.15598000586032867,-0.986998975276947,-0.03918579965829849,0.03918579965829849,-0.9984440207481384,-0.15451499819755554,0.15582799911499023,-0.9756159782409668,-0.15451499819755554,0.15582799911499023,-0.9756159782409668,-0.03918579965829849,0.03918579965829849,-0.9984440207481384,-0.15628500282764435,0.039155200123786926,-0.9869080185890198,-0.15451499819755554,0.15582799911499023,-0.9756159782409668,-0.15628500282764435,0.039155200123786926,-0.9869080185890198,-0.3052160143852234,0.15582799911499023,-0.9394209980964661,-0.3052160143852234,0.15582799911499023,-0.9394209980964661,-0.15628500282764435,0.039155200123786926,-0.9869080185890198,-0.3087559938430786,0.039155200123786926,-0.9503160119056702,-0.3052160143852234,0.15582799911499023,-0.9394209980964661,-0.3087559938430786,0.039155200123786926,-0.9503160119056702,-0.44843900203704834,0.15582799911499023,-0.880092978477478,-0.44843900203704834,0.15582799911499023,-0.880092978477478,-0.3087559938430786,0.039155200123786926,-0.9503160119056702,-0.45362699031829834,0.039155200123786926,-0.8903160095214844,-0.44843900203704834,0.15582799911499023,-0.880092978477478,-0.45362699031829834,0.039155200123786926,-0.8903160095214844,-0.5805839896202087,0.15582799911499023,-0.7991269826889038,-0.5805839896202087,0.15582799911499023,-0.7991269826889038,-0.45362699031829834,0.039155200123786926,-0.8903160095214844,-0.5873289704322815,0.039155200123786926,-0.8083739876747131,-0.5805839896202087,0.15582799911499023,-0.7991269826889038,-0.5873289704322815,0.039155200123786926,-0.8083739876747131,-0.6984469890594482,0.15582799911499023,-0.6984469890594482,-0.6984469890594482,0.15582799911499023,-0.6984469890594482,-0.5873289704322815,0.039155200123786926,-0.8083739876747131,-0.7065340280532837,0.039155200123786926,-0.7065650224685669,-0.6984469890594482,0.15582799911499023,-0.6984469890594482,-0.7065340280532837,0.039155200123786926,-0.7065650224685669,-0.7991269826889038,0.15582799911499023,-0.5805839896202087,-0.7991269826889038,0.15582799911499023,-0.5805839896202087,-0.7065340280532837,0.039155200123786926,-0.7065650224685669,-0.8083739876747131,0.039155200123786926,-0.5873289704322815,-0.7991269826889038,0.15582799911499023,-0.5805839896202087,-0.8083739876747131,0.039155200123786926,-0.5873289704322815,-0.880092978477478,0.15582799911499023,-0.44843900203704834,-0.880092978477478,0.15582799911499023,-0.44843900203704834,-0.8083739876747131,0.039155200123786926,-0.5873289704322815,-0.8903160095214844,0.039155200123786926,-0.45362699031829834,-0.880092978477478,0.15582799911499023,-0.44843900203704834,-0.8903160095214844,0.039155200123786926,-0.45362699031829834,-0.9394209980964661,0.15582799911499023,-0.3052160143852234,-0.9394209980964661,0.15582799911499023,-0.3052160143852234,-0.8903160095214844,0.039155200123786926,-0.45362699031829834,-0.9503160119056702,0.039155200123786926,-0.3087559938430786,-0.9394209980964661,0.15582799911499023,-0.3052160143852234,-0.9503160119056702,0.039155200123786926,-0.3087559938430786,-0.9756159782409668,0.15582799911499023,-0.15451499819755554,-0.9756159782409668,0.15582799911499023,-0.15451499819755554,-0.9503160119056702,0.039155200123786926,-0.3087559938430786,-0.9869080185890198,0.039155200123786926,-0.15628500282764435,-0.9756159782409668,0.15582799911499023,-0.15451499819755554,-0.9869080185890198,0.039155200123786926,-0.15628500282764435,-0.986968994140625,0.15598000586032867,-0.038697499781847,-0.986968994140625,0.15598000586032867,-0.038697499781847,-0.9869080185890198,0.039155200123786926,-0.15628500282764435,-0.9984440207481384,0.03918579965829849,-0.03918579965829849,-0.03918579965829849,0.03918579965829849,-0.9984440207481384,-0.03918579965829849,-0.03918579965829849,-0.9984440207481384,-0.15628500282764435,-0.03918579965829849,-0.9869080185890198,-0.03918579965829849,0.03918579965829849,-0.9984440207481384,-0.15628500282764435,-0.03918579965829849,-0.9869080185890198,-0.15628500282764435,0.039155200123786926,-0.9869080185890198,-0.15628500282764435,0.039155200123786926,-0.9869080185890198,-0.15628500282764435,-0.03918579965829849,-0.9869080185890198,-0.3087559938430786,-0.039155200123786926,-0.9503160119056702,-0.15628500282764435,0.039155200123786926,-0.9869080185890198,-0.3087559938430786,-0.039155200123786926,-0.9503160119056702,-0.3087559938430786,0.039155200123786926,-0.9503160119056702,-0.3087559938430786,0.039155200123786926,-0.9503160119056702,-0.3087559938430786,-0.039155200123786926,-0.9503160119056702,-0.45362699031829834,-0.039155200123786926,-0.8903160095214844,-0.3087559938430786,0.039155200123786926,-0.9503160119056702,-0.45362699031829834,-0.039155200123786926,-0.8903160095214844,-0.45362699031829834,0.039155200123786926,-0.8903160095214844,-0.45362699031829834,0.039155200123786926,-0.8903160095214844,-0.45362699031829834,-0.039155200123786926,-0.8903160095214844,-0.5873289704322815,-0.039155200123786926,-0.8083739876747131,-0.45362699031829834,0.039155200123786926,-0.8903160095214844,-0.5873289704322815,-0.039155200123786926,-0.8083739876747131,-0.5873289704322815,0.039155200123786926,-0.8083739876747131,-0.5873289704322815,0.039155200123786926,-0.8083739876747131,-0.5873289704322815,-0.039155200123786926,-0.8083739876747131,-0.7065340280532837,-0.039155200123786926,-0.7065650224685669,-0.5873289704322815,0.039155200123786926,-0.8083739876747131,-0.7065340280532837,-0.039155200123786926,-0.7065650224685669,-0.7065340280532837,0.039155200123786926,-0.7065650224685669,-0.7065340280532837,0.039155200123786926,-0.7065650224685669,-0.7065340280532837,-0.039155200123786926,-0.7065650224685669,-0.8083739876747131,-0.039155200123786926,-0.5873289704322815,-0.7065340280532837,0.039155200123786926,-0.7065650224685669,-0.8083739876747131,-0.039155200123786926,-0.5873289704322815,-0.8083739876747131,0.039155200123786926,-0.5873289704322815,-0.8083739876747131,0.039155200123786926,-0.5873289704322815,-0.8083739876747131,-0.039155200123786926,-0.5873289704322815,-0.8903160095214844,-0.039155200123786926,-0.45362699031829834,-0.8083739876747131,0.039155200123786926,-0.5873289704322815,-0.8903160095214844,-0.039155200123786926,-0.45362699031829834,-0.8903160095214844,0.039155200123786926,-0.45362699031829834,-0.8903160095214844,0.039155200123786926,-0.45362699031829834,-0.8903160095214844,-0.039155200123786926,-0.45362699031829834,-0.9503160119056702,-0.039155200123786926,-0.3087559938430786,-0.8903160095214844,0.039155200123786926,-0.45362699031829834,-0.9503160119056702,-0.039155200123786926,-0.3087559938430786,-0.9503160119056702,0.039155200123786926,-0.3087559938430786,-0.9503160119056702,0.039155200123786926,-0.3087559938430786,-0.9503160119056702,-0.039155200123786926,-0.3087559938430786,-0.9869080185890198,-0.039155200123786926,-0.15628500282764435,-0.9503160119056702,0.039155200123786926,-0.3087559938430786,-0.9869080185890198,-0.039155200123786926,-0.15628500282764435,-0.9869080185890198,0.039155200123786926,-0.15628500282764435,-0.9869080185890198,0.039155200123786926,-0.15628500282764435,-0.9869080185890198,-0.039155200123786926,-0.15628500282764435,-0.9984440207481384,-0.03918579965829849,-0.03918579965829849,-0.9869080185890198,0.039155200123786926,-0.15628500282764435,-0.9984440207481384,-0.03918579965829849,-0.03918579965829849,-0.9984440207481384,0.03918579965829849,-0.03918579965829849,-0.049501001834869385,-0.987060010433197,-0.15240900218486786,-0.025055700913071632,-0.987060010433197,-0.158269003033638,-0.017151400446891785,-0.9996029734611511,0.021881800144910812,-0.049501001834869385,-0.987060010433197,-0.15240900218486786,-0.017151400446891785,-0.9996029734611511,0.021881800144910812,-0.0727560967206955,-0.987060010433197,-0.14276599884033203,-0.09418009966611862,-0.987060010433197,-0.12964299321174622,-0.0727560967206955,-0.987060010433197,-0.14276599884033203,-0.017151400446891785,-0.9996029734611511,0.021881800144910812,-0.11328499764204025,-0.987060010433197,-0.11331500113010406,-0.09418009966611862,-0.987060010433197,-0.12964299321174622,-0.017151400446891785,-0.9996029734611511,0.021881800144910812,-0.12964299321174622,-0.987060010433197,-0.09418009966611862,-0.11328499764204025,-0.987060010433197,-0.11331500113010406,-0.017151400446891785,-0.9996029734611511,0.021881800144910812,-0.14276599884033203,-0.987060010433197,-0.07272560149431229,-0.12964299321174622,-0.987060010433197,-0.09418009966611862,-0.017151400446891785,-0.9996029734611511,0.021881800144910812,-0.158269003033638,-0.987060010433197,-0.025055700913071632,-0.017151400446891785,-0.9996029734611511,0.021881800144910812,-0.06112860143184662,-0.9980469942092896,0.012360000051558018,-0.00915555004030466,-0.972320020198822,-0.23340600728988647,-0.006286810152232647,-0.9873350262641907,-0.15832999348640442,-0.025055700913071632,-0.987060010433197,-0.158269003033638,-0.01504560001194477,-0.9237650036811829,-0.3826110064983368,-0.012268399819731712,-0.9504070281982422,-0.31073901057243347,-0.0488600991666317,-0.9498890042304993,-0.308694988489151,-0.3052160143852234,-0.15579700469970703,-0.9394209980964661,-0.15451499819755554,-0.15579700469970703,-0.9756159782409668,-0.14880800247192383,-0.3078399896621704,-0.9396950006484985,-0.15628500282764435,-0.03918579965829849,-0.9869080185890198,-0.03918579965829849,-0.03918579965829849,-0.9984440207481384,-0.038697499781847,-0.15598000586032867,-0.986998975276947,-0.9984440207481384,-0.03918579965829849,-0.03918579965829849,-0.9869080185890198,-0.039155200123786926,-0.15628500282764435,-0.9756159782409668,-0.15582799911499023,-0.15451499819755554,-0.15628500282764435,-0.03918579965829849,-0.9869080185890198,-0.15451499819755554,-0.15579700469970703,-0.9756159782409668,-0.3087559938430786,-0.039155200123786926,-0.9503160119056702,-0.3087559938430786,-0.039155200123786926,-0.9503160119056702,-0.15451499819755554,-0.15579700469970703,-0.9756159782409668,-0.3052160143852234,-0.15579700469970703,-0.9394209980964661,-0.3087559938430786,-0.039155200123786926,-0.9503160119056702,-0.3052160143852234,-0.15579700469970703,-0.9394209980964661,-0.45362699031829834,-0.039155200123786926,-0.8903160095214844,-0.9396950006484985,-0.307871013879776,-0.14880800247192383,-0.9716479778289795,-0.23325300216674805,-0.038178700953722,-0.9756159782409668,-0.15582799911499023,-0.15451499819755554,-0.9756159782409668,-0.15582799911499023,-0.15451499819755554,-0.9716479778289795,-0.23325300216674805,-0.038178700953722,-0.986968994140625,-0.15598000586032867,-0.038697499781847,-0.9756159782409668,-0.15582799911499023,-0.15451499819755554,-0.986968994140625,-0.15598000586032867,-0.038697499781847,-0.9984440207481384,-0.03918579965829849,-0.03918579965829849,-0.7697070240974426,-0.3078399896621704,-0.5592210292816162,-0.8477129936218262,-0.3078399896621704,-0.43192800879478455,-0.880092978477478,-0.15582799911499023,-0.44843900203704834,-0.8808249831199646,-0.45240598917007446,-0.13950000703334808,-0.9232460260391235,-0.38242700695991516,-0.03625600039958954,-0.9396950006484985,-0.307871013879776,-0.14880800247192383,-0.9396950006484985,-0.307871013879776,-0.14880800247192383,-0.9232460260391235,-0.38242700695991516,-0.03625600039958954,-0.9505599737167358,-0.3082059919834137,-0.03726309910416603,-0.9396950006484985,-0.307871013879776,-0.14880800247192383,-0.9505599737167358,-0.3082059919834137,-0.03726309910416603,-0.9716479778289795,-0.23325300216674805,-0.038178700953722,-0.7945799827575684,-0.45240598917007446,-0.4048590064048767,-0.8477129936218262,-0.3078399896621704,-0.43192800879478455,-0.7214879989624023,-0.45240598917007446,-0.5241860151290894,-0.7214879989624023,-0.45240598917007446,-0.5241860151290894,-0.8477129936218262,-0.3078399896621704,-0.43192800879478455,-0.7697070240974426,-0.3078399896621704,-0.5592210292816162,-0.7214879989624023,-0.45240598917007446,-0.5241860151290894,-0.7697070240974426,-0.3078399896621704,-0.5592210292816162,-0.6305729746818542,-0.45240598917007446,-0.6306040287017822,-0.7065340280532837,-0.039155200123786926,-0.7065650224685669,-0.5873289704322815,-0.039155200123786926,-0.8083739876747131,-0.5805839896202087,-0.15582799911499023,-0.7991269826889038,-0.5805839896202087,-0.15582799911499023,-0.7991269826889038,-0.5873289704322815,-0.039155200123786926,-0.8083739876747131,-0.44843900203704834,-0.15582799911499023,-0.880092978477478,-0.5805839896202087,-0.15582799911499023,-0.7991269826889038,-0.44843900203704834,-0.15582799911499023,-0.880092978477478,-0.43192800879478455,-0.307871013879776,-0.8477129936218262,-0.43192800879478455,-0.307871013879776,-0.8477129936218262,-0.44843900203704834,-0.15582799911499023,-0.880092978477478,-0.29401499032974243,-0.307871013879776,-0.9048429727554321,-0.43192800879478455,-0.307871013879776,-0.8477129936218262,-0.29401499032974243,-0.307871013879776,-0.9048429727554321,-0.2755819857120514,-0.45240598917007446,-0.8481400012969971,-0.2755819857120514,-0.45240598917007446,-0.8481400012969971,-0.29401499032974243,-0.307871013879776,-0.9048429727554321,-0.13950000703334808,-0.45240598917007446,-0.8807950019836426,-0.2755819857120514,-0.45240598917007446,-0.8481400012969971,-0.13950000703334808,-0.45240598917007446,-0.8807950019836426,-0.12674300372600555,-0.5859249830245972,-0.8003780245780945,-0.15628500282764435,-0.03918579965829849,-0.9869080185890198,-0.038697499781847,-0.15598000586032867,-0.986998975276947,-0.15451499819755554,-0.15579700469970703,-0.9756159782409668,-0.15451499819755554,-0.15579700469970703,-0.9756159782409668,-0.038697499781847,-0.15598000586032867,-0.986998975276947,-0.038178700953722,-0.23325300216674805,-0.9716479778289795,-0.15451499819755554,-0.15579700469970703,-0.9756159782409668,-0.038178700953722,-0.23325300216674805,-0.9716479778289795,-0.14880800247192383,-0.3078399896621704,-0.9396950006484985,-0.14880800247192383,-0.3078399896621704,-0.9396950006484985,-0.038178700953722,-0.23325300216674805,-0.9716479778289795,-0.03726309910416603,-0.3082059919834137,-0.9505599737167358,-0.14880800247192383,-0.3078399896621704,-0.9396950006484985,-0.03726309910416603,-0.3082059919834137,-0.9505599737167358,-0.03625600039958954,-0.38242700695991516,-0.9232460260391235,-0.5873289704322815,-0.039155200123786926,-0.8083739876747131,-0.45362699031829834,-0.039155200123786926,-0.8903160095214844,-0.44843900203704834,-0.15582799911499023,-0.880092978477478,-0.44843900203704834,-0.15582799911499023,-0.880092978477478,-0.45362699031829834,-0.039155200123786926,-0.8903160095214844,-0.3052160143852234,-0.15579700469970703,-0.9394209980964661,-0.44843900203704834,-0.15582799911499023,-0.880092978477478,-0.3052160143852234,-0.15579700469970703,-0.9394209980964661,-0.29401499032974243,-0.307871013879776,-0.9048429727554321,-0.29401499032974243,-0.307871013879776,-0.9048429727554321,-0.3052160143852234,-0.15579700469970703,-0.9394209980964661,-0.14880800247192383,-0.3078399896621704,-0.9396950006484985,-0.29401499032974243,-0.307871013879776,-0.9048429727554321,-0.14880800247192383,-0.3078399896621704,-0.9396950006484985,-0.13950000703334808,-0.45240598917007446,-0.8807950019836426,-0.13950000703334808,-0.45240598917007446,-0.8807950019836426,-0.14880800247192383,-0.3078399896621704,-0.9396950006484985,-0.03625600039958954,-0.38242700695991516,-0.9232460260391235,-0.8003780245780945,-0.5859249830245972,-0.12674300372600555,-0.8521379828453064,-0.5222020149230957,-0.03347880020737648,-0.8808249831199646,-0.45240598917007446,-0.13950000703334808,-0.8808249831199646,-0.45240598917007446,-0.13950000703334808,-0.8521379828453064,-0.5222020149230957,-0.03347880020737648,-0.8908349871635437,-0.45289498567581177,-0.03494369983673096,-0.8808249831199646,-0.45240598917007446,-0.13950000703334808,-0.8908349871635437,-0.45289498567581177,-0.03494369983673096,-0.9232460260391235,-0.38242700695991516,-0.03625600039958954,-0.7220370173454285,-0.5859249830245972,-0.3678700029850006,-0.7945799827575684,-0.45240598917007446,-0.4048590064048767,-0.65556800365448,-0.5859249830245972,-0.47630199790000916,-0.65556800365448,-0.5859249830245972,-0.47630199790000916,-0.7945799827575684,-0.45240598917007446,-0.4048590064048767,-0.7214879989624023,-0.45240598917007446,-0.5241860151290894,-0.65556800365448,-0.5859249830245972,-0.47630199790000916,-0.7214879989624023,-0.45240598917007446,-0.5241860151290894,-0.5729849934577942,-0.5859249830245972,-0.5729849934577942,-0.5729849934577942,-0.5859249830245972,-0.5729849934577942,-0.7214879989624023,-0.45240598917007446,-0.5241860151290894,-0.6305729746818542,-0.45240598917007446,-0.6306040287017822,-0.5729849934577942,-0.5859249830245972,-0.5729849934577942,-0.6305729746818542,-0.45240598917007446,-0.6306040287017822,-0.47630199790000916,-0.5859249830245972,-0.6555989980697632,-0.7003080248832703,-0.7051299810409546,-0.11090400069952011,-0.7600629925727844,-0.6491289734840393,-0.029877599328756332,-0.8003780245780945,-0.5859249830245972,-0.12674300372600555,-0.8003780245780945,-0.5859249830245972,-0.12674300372600555,-0.7600629925727844,-0.6491289734840393,-0.029877599328756332,-0.8092589974403381,-0.5865349769592285,-0.031769800931215286,-0.8003780245780945,-0.5859249830245972,-0.12674300372600555,-0.8092589974403381,-0.5865349769592285,-0.031769800931215286,-0.8521379828453064,-0.5222020149230957,-0.03347880020737648,-0.6317639946937561,-0.7051299810409546,-0.32187899947166443,-0.7220370173454285,-0.5859249830245972,-0.3678700029850006,-0.5736259818077087,-0.7051299810409546,-0.41676101088523865,-0.5736259818077087,-0.7051299810409546,-0.41676101088523865,-0.7220370173454285,-0.5859249830245972,-0.3678700029850006,-0.65556800365448,-0.5859249830245972,-0.47630199790000916,-0.5736259818077087,-0.7051299810409546,-0.41676101088523865,-0.65556800365448,-0.5859249830245972,-0.47630199790000916,-0.5013579726219177,-0.7051299810409546,-0.5013579726219177,-0.5013579726219177,-0.7051299810409546,-0.5013579726219177,-0.65556800365448,-0.5859249830245972,-0.47630199790000916,-0.5729849934577942,-0.5859249830245972,-0.5729849934577942,-0.5013579726219177,-0.7051299810409546,-0.5013579726219177,-0.5729849934577942,-0.5859249830245972,-0.5729849934577942,-0.41676101088523865,-0.7051299810409546,-0.5736259818077087,-0.41676101088523865,-0.7051299810409546,-0.5736259818077087,-0.5729849934577942,-0.5859249830245972,-0.5729849934577942,-0.47630199790000916,-0.5859249830245972,-0.6555989980697632,-0.41676101088523865,-0.7051299810409546,-0.5736259818077087,-0.47630199790000916,-0.5859249830245972,-0.6555989980697632,-0.32187899947166443,-0.7051299810409546,-0.6317639946937561,-0.8903160095214844,-0.039155200123786926,-0.45362699031829834,-0.8083739876747131,-0.039155200123786926,-0.5873289704322815,-0.7991269826889038,-0.15582799911499023,-0.5805839896202087,-0.7991269826889038,-0.15582799911499023,-0.5805839896202087,-0.8083739876747131,-0.039155200123786926,-0.5873289704322815,-0.6984469890594482,-0.15582799911499023,-0.6984469890594482,-0.7991269826889038,-0.15582799911499023,-0.5805839896202087,-0.6984469890594482,-0.15582799911499023,-0.6984469890594482,-0.6727499961853027,-0.3078399896621704,-0.6727499961853027,-0.6727499961853027,-0.3078399896621704,-0.6727499961853027,-0.6984469890594482,-0.15582799911499023,-0.6984469890594482,-0.5592210292816162,-0.3078399896621704,-0.7697070240974426,-0.6727499961853027,-0.3078399896621704,-0.6727499961853027,-0.5592210292816162,-0.3078399896621704,-0.7697070240974426,-0.5241860151290894,-0.45240598917007446,-0.7214879989624023,-0.5241860151290894,-0.45240598917007446,-0.7214879989624023,-0.5592210292816162,-0.3078399896621704,-0.7697070240974426,-0.4048590064048767,-0.45240598917007446,-0.7946100234985352,-0.5241860151290894,-0.45240598917007446,-0.7214879989624023,-0.4048590064048767,-0.45240598917007446,-0.7946100234985352,-0.3678700029850006,-0.585893988609314,-0.7220370173454285,-0.3678700029850006,-0.585893988609314,-0.7220370173454285,-0.4048590064048767,-0.45240598917007446,-0.7946100234985352,-0.2504040002822876,-0.585893988609314,-0.770684003829956,-0.3678700029850006,-0.585893988609314,-0.7220370173454285,-0.2504040002822876,-0.585893988609314,-0.770684003829956,-0.21909199655056,-0.7051299810409546,-0.6743370294570923,-0.21909199655056,-0.7051299810409546,-0.6743370294570923,-0.2504040002822876,-0.585893988609314,-0.770684003829956,-0.11090400069952011,-0.7051299810409546,-0.7003080248832703,-0.21909199655056,-0.7051299810409546,-0.6743370294570923,-0.11090400069952011,-0.7051299810409546,-0.7003080248832703,-0.09234900027513504,-0.8071539998054504,-0.5830559730529785,-0.03625600039958954,-0.38242700695991516,-0.9232460260391235,-0.03494369983673096,-0.45289498567581177,-0.8908659815788269,-0.13950000703334808,-0.45240598917007446,-0.8807950019836426,-0.13950000703334808,-0.45240598917007446,-0.8807950019836426,-0.03494369983673096,-0.45289498567581177,-0.8908659815788269,-0.03347880020737648,-0.5221719741821289,-0.8521379828453064,-0.13950000703334808,-0.45240598917007446,-0.8807950019836426,-0.03347880020737648,-0.5221719741821289,-0.8521379828453064,-0.12674300372600555,-0.5859249830245972,-0.8003780245780945,-0.12674300372600555,-0.5859249830245972,-0.8003780245780945,-0.03347880020737648,-0.5221719741821289,-0.8521379828453064,-0.031769800931215286,-0.5865659713745117,-0.8092589974403381,-0.12674300372600555,-0.5859249830245972,-0.8003780245780945,-0.031769800931215286,-0.5865659713745117,-0.8092589974403381,-0.029877599328756332,-0.6491289734840393,-0.7600629925727844,-0.8083739876747131,-0.039155200123786926,-0.5873289704322815,-0.7065340280532837,-0.039155200123786926,-0.7065650224685669,-0.6984469890594482,-0.15582799911499023,-0.6984469890594482,-0.6984469890594482,-0.15582799911499023,-0.6984469890594482,-0.7065340280532837,-0.039155200123786926,-0.7065650224685669,-0.5805839896202087,-0.15582799911499023,-0.7991269826889038,-0.6984469890594482,-0.15582799911499023,-0.6984469890594482,-0.5805839896202087,-0.15582799911499023,-0.7991269826889038,-0.5592210292816162,-0.3078399896621704,-0.7697070240974426,-0.5592210292816162,-0.3078399896621704,-0.7697070240974426,-0.5805839896202087,-0.15582799911499023,-0.7991269826889038,-0.43192800879478455,-0.307871013879776,-0.8477129936218262,-0.5592210292816162,-0.3078399896621704,-0.7697070240974426,-0.43192800879478455,-0.307871013879776,-0.8477129936218262,-0.4048590064048767,-0.45240598917007446,-0.7946100234985352,-0.4048590064048767,-0.45240598917007446,-0.7946100234985352,-0.43192800879478455,-0.307871013879776,-0.8477129936218262,-0.2755819857120514,-0.45240598917007446,-0.8481400012969971,-0.4048590064048767,-0.45240598917007446,-0.7946100234985352,-0.2755819857120514,-0.45240598917007446,-0.8481400012969971,-0.2504040002822876,-0.585893988609314,-0.770684003829956,-0.2504040002822876,-0.585893988609314,-0.770684003829956,-0.2755819857120514,-0.45240598917007446,-0.8481400012969971,-0.12674300372600555,-0.5859249830245972,-0.8003780245780945,-0.2504040002822876,-0.585893988609314,-0.770684003829956,-0.12674300372600555,-0.5859249830245972,-0.8003780245780945,-0.11090400069952011,-0.7051299810409546,-0.7003080248832703,-0.11090400069952011,-0.7051299810409546,-0.7003080248832703,-0.12674300372600555,-0.5859249830245972,-0.8003780245780945,-0.029877599328756332,-0.6491289734840393,-0.7600629925727844,-0.5830559730529785,-0.8071230053901672,-0.09234900027513504,-0.6492199897766113,-0.7601550221443176,-0.025513499975204468,-0.7003080248832703,-0.7051299810409546,-0.11090400069952011,-0.7003080248832703,-0.7051299810409546,-0.11090400069952011,-0.6492199897766113,-0.7601550221443176,-0.025513499975204468,-0.7077850103378296,-0.7058320045471191,-0.027802400290966034,-0.7003080248832703,-0.7051299810409546,-0.11090400069952011,-0.7077850103378296,-0.7058320045471191,-0.027802400290966034,-0.7600629925727844,-0.6491289734840393,-0.029877599328756332,-0.5259860157966614,-0.8071539998054504,-0.26798298954963684,-0.6317639946937561,-0.7051299810409546,-0.32187899947166443,-0.47758400440216064,-0.8071539998054504,-0.3469949960708618,-0.47758400440216064,-0.8071539998054504,-0.3469949960708618,-0.6317639946937561,-0.7051299810409546,-0.32187899947166443,-0.5736259818077087,-0.7051299810409546,-0.41676101088523865,-0.47758400440216064,-0.8071539998054504,-0.3469949960708618,-0.5736259818077087,-0.7051299810409546,-0.41676101088523865,-0.4174320101737976,-0.8071230053901672,-0.4174320101737976,-0.4174320101737976,-0.8071230053901672,-0.4174320101737976,-0.5736259818077087,-0.7051299810409546,-0.41676101088523865,-0.5013579726219177,-0.7051299810409546,-0.5013579726219177,-0.4174320101737976,-0.8071230053901672,-0.4174320101737976,-0.5013579726219177,-0.7051299810409546,-0.5013579726219177,-0.3469949960708618,-0.8071539998054504,-0.47758400440216064,-0.3469949960708618,-0.8071539998054504,-0.47758400440216064,-0.5013579726219177,-0.7051299810409546,-0.5013579726219177,-0.41676101088523865,-0.7051299810409546,-0.5736259818077087,-0.3469949960708618,-0.8071539998054504,-0.47758400440216064,-0.41676101088523865,-0.7051299810409546,-0.5736259818077087,-0.26798298954963684,-0.8071539998054504,-0.5259860157966614,-0.26798298954963684,-0.8071539998054504,-0.5259860157966614,-0.41676101088523865,-0.7051299810409546,-0.5736259818077087,-0.32187899947166443,-0.7051299810409546,-0.6317639946937561,-0.26798298954963684,-0.8071539998054504,-0.5259860157966614,-0.32187899947166443,-0.7051299810409546,-0.6317639946937561,-0.18240900337696075,-0.8071539998054504,-0.5614179968833923,-0.45146000385284424,-0.8894010186195374,-0.07150489836931229,-0.5223850011825562,-0.8524429798126221,-0.020539000630378723,-0.5830559730529785,-0.8071230053901672,-0.09234900027513504,-0.5830559730529785,-0.8071230053901672,-0.09234900027513504,-0.5223850011825562,-0.8524429798126221,-0.020539000630378723,-0.5888850092887878,-0.8078550100326538,-0.02316349931061268,-0.5830559730529785,-0.8071230053901672,-0.09234900027513504,-0.5888850092887878,-0.8078550100326538,-0.02316349931061268,-0.6492199897766113,-0.7601550221443176,-0.025513499975204468,-0.40727001428604126,-0.8894010186195374,-0.20749500393867493,-0.5259860157966614,-0.8071539998054504,-0.26798298954963684,-0.36979299783706665,-0.8894010186195374,-0.2686539888381958,-0.36979299783706665,-0.8894010186195374,-0.2686539888381958,-0.5259860157966614,-0.8071539998054504,-0.26798298954963684,-0.47758400440216064,-0.8071539998054504,-0.3469949960708618,-0.36979299783706665,-0.8894010186195374,-0.2686539888381958,-0.47758400440216064,-0.8071539998054504,-0.3469949960708618,-0.32319098711013794,-0.8894010186195374,-0.32319098711013794,-0.32319098711013794,-0.8894010186195374,-0.32319098711013794,-0.47758400440216064,-0.8071539998054504,-0.3469949960708618,-0.4174320101737976,-0.8071230053901672,-0.4174320101737976,-0.32319098711013794,-0.8894010186195374,-0.32319098711013794,-0.4174320101737976,-0.8071230053901672,-0.4174320101737976,-0.2686539888381958,-0.8894010186195374,-0.36979299783706665,-0.2686539888381958,-0.8894010186195374,-0.36979299783706665,-0.4174320101737976,-0.8071230053901672,-0.4174320101737976,-0.3469949960708618,-0.8071539998054504,-0.47758400440216064,-0.2686539888381958,-0.8894010186195374,-0.36979299783706665,-0.3469949960708618,-0.8071539998054504,-0.47758400440216064,-0.20749500393867493,-0.8894010186195374,-0.40727001428604126,-0.20749500393867493,-0.8894010186195374,-0.40727001428604126,-0.3469949960708618,-0.8071539998054504,-0.47758400440216064,-0.26798298954963684,-0.8071539998054504,-0.5259860157966614,-0.20749500393867493,-0.8894010186195374,-0.40727001428604126,-0.26798298954963684,-0.8071539998054504,-0.5259860157966614,-0.14124000072479248,-0.8894010186195374,-0.4347060024738312,-0.14124000072479248,-0.8894010186195374,-0.4347060024738312,-0.26798298954963684,-0.8071539998054504,-0.5259860157966614,-0.18240900337696075,-0.8071539998054504,-0.5614179968833923,-0.14124000072479248,-0.8894010186195374,-0.4347060024738312,-0.18240900337696075,-0.8071539998054504,-0.5614179968833923,-0.07150489836931229,-0.8894010186195374,-0.45146000385284424,-0.029877599328756332,-0.6491289734840393,-0.7600629925727844,-0.027802400290966034,-0.7058320045471191,-0.7077850103378296,-0.11090400069952011,-0.7051299810409546,-0.7003080248832703,-0.11090400069952011,-0.7051299810409546,-0.7003080248832703,-0.027802400290966034,-0.7058320045471191,-0.7077850103378296,-0.025513499975204468,-0.7601249814033508,-0.6492199897766113,-0.11090400069952011,-0.7051299810409546,-0.7003080248832703,-0.025513499975204468,-0.7601249814033508,-0.6492199897766113,-0.09234900027513504,-0.8071539998054504,-0.5830559730529785,-0.09234900027513504,-0.8071539998054504,-0.5830559730529785,-0.025513499975204468,-0.7601249814033508,-0.6492199897766113,-0.02316349931061268,-0.8078550100326538,-0.5888850092887878,-0.09234900027513504,-0.8071539998054504,-0.5830559730529785,-0.02316349931061268,-0.8078550100326538,-0.5888850092887878,-0.020539000630378723,-0.8524429798126221,-0.5223550200462341,-0.9503160119056702,-0.039155200123786926,-0.3087559938430786,-0.8903160095214844,-0.039155200123786926,-0.45362699031829834,-0.880092978477478,-0.15582799911499023,-0.44843900203704834,-0.880092978477478,-0.15582799911499023,-0.44843900203704834,-0.8903160095214844,-0.039155200123786926,-0.45362699031829834,-0.7991269826889038,-0.15582799911499023,-0.5805839896202087,-0.880092978477478,-0.15582799911499023,-0.44843900203704834,-0.7991269826889038,-0.15582799911499023,-0.5805839896202087,-0.7697070240974426,-0.3078399896621704,-0.5592210292816162,-0.7697070240974426,-0.3078399896621704,-0.5592210292816162,-0.7991269826889038,-0.15582799911499023,-0.5805839896202087,-0.6727499961853027,-0.3078399896621704,-0.6727499961853027,-0.7697070240974426,-0.3078399896621704,-0.5592210292816162,-0.6727499961853027,-0.3078399896621704,-0.6727499961853027,-0.6305729746818542,-0.45240598917007446,-0.6306040287017822,-0.6305729746818542,-0.45240598917007446,-0.6306040287017822,-0.6727499961853027,-0.3078399896621704,-0.6727499961853027,-0.5241860151290894,-0.45240598917007446,-0.7214879989624023,-0.6305729746818542,-0.45240598917007446,-0.6306040287017822,-0.5241860151290894,-0.45240598917007446,-0.7214879989624023,-0.47630199790000916,-0.5859249830245972,-0.6555989980697632,-0.47630199790000916,-0.5859249830245972,-0.6555989980697632,-0.5241860151290894,-0.45240598917007446,-0.7214879989624023,-0.3678700029850006,-0.585893988609314,-0.7220370173454285,-0.47630199790000916,-0.5859249830245972,-0.6555989980697632,-0.3678700029850006,-0.585893988609314,-0.7220370173454285,-0.32187899947166443,-0.7051299810409546,-0.6317639946937561,-0.32187899947166443,-0.7051299810409546,-0.6317639946937561,-0.3678700029850006,-0.585893988609314,-0.7220370173454285,-0.21909199655056,-0.7051299810409546,-0.6743370294570923,-0.32187899947166443,-0.7051299810409546,-0.6317639946937561,-0.21909199655056,-0.7051299810409546,-0.6743370294570923,-0.18240900337696075,-0.8071539998054504,-0.5614179968833923,-0.18240900337696075,-0.8071539998054504,-0.5614179968833923,-0.21909199655056,-0.7051299810409546,-0.6743370294570923,-0.09234900027513504,-0.8071539998054504,-0.5830559730529785,-0.18240900337696075,-0.8071539998054504,-0.5614179968833923,-0.09234900027513504,-0.8071539998054504,-0.5830559730529785,-0.07150489836931229,-0.8894010186195374,-0.45146000385284424,-0.07150489836931229,-0.8894010186195374,-0.45146000385284424,-0.09234900027513504,-0.8071539998054504,-0.5830559730529785,-0.020539000630378723,-0.8524429798126221,-0.5223550200462341,-0.07150489836931229,-0.8894010186195374,-0.45146000385284424,-0.020539000630378723,-0.8524429798126221,-0.5223550200462341,-0.017944900318980217,-0.8900420069694519,-0.45545798540115356,-0.308694988489151,-0.9498890042304993,-0.048890698701143265,-0.3826409876346588,-0.9237650036811829,-0.01504560001194477,-0.45146000385284424,-0.8894010186195374,-0.07150489836931229,-0.45146000385284424,-0.8894010186195374,-0.07150489836931229,-0.3826409876346588,-0.9237650036811829,-0.01504560001194477,-0.45545798540115356,-0.8900719881057739,-0.017944900318980217,-0.45146000385284424,-0.8894010186195374,-0.07150489836931229,-0.45545798540115356,-0.8900719881057739,-0.017944900318980217,-0.5223850011825562,-0.8524429798126221,-0.020539000630378723,-0.017944900318980217,-0.8900420069694519,-0.45545798540115356,-0.01504560001194477,-0.9237650036811829,-0.3826110064983368,-0.07150489836931229,-0.8894010186195374,-0.45146000385284424,-0.07150489836931229,-0.8894010186195374,-0.45146000385284424,-0.01504560001194477,-0.9237650036811829,-0.3826110064983368,-0.0488600991666317,-0.9498890042304993,-0.308694988489151,-0.07150489836931229,-0.8894010186195374,-0.45146000385284424,-0.0488600991666317,-0.9498890042304993,-0.308694988489151,-0.14124000072479248,-0.8894010186195374,-0.4347060024738312,-0.14124000072479248,-0.8894010186195374,-0.4347060024738312,-0.0488600991666317,-0.9498890042304993,-0.308694988489151,-0.09656059741973877,-0.9498890042304993,-0.29725000262260437,-0.14124000072479248,-0.8894010186195374,-0.4347060024738312,-0.09656059741973877,-0.9498890042304993,-0.29725000262260437,-0.20749500393867493,-0.8894010186195374,-0.40727001428604126,-0.20749500393867493,-0.8894010186195374,-0.40727001428604126,-0.09656059741973877,-0.9498890042304993,-0.29725000262260437,-0.14188100397586823,-0.9498890042304993,-0.27848100662231445,-0.20749500393867493,-0.8894010186195374,-0.40727001428604126,-0.14188100397586823,-0.9498890042304993,-0.27848100662231445,-0.2686539888381958,-0.8894010186195374,-0.36979299783706665,-0.2686539888381958,-0.8894010186195374,-0.36979299783706665,-0.14188100397586823,-0.9498890042304993,-0.27848100662231445,-0.18369099497795105,-0.9498890042304993,-0.25284600257873535,-0.2686539888381958,-0.8894010186195374,-0.36979299783706665,-0.18369099497795105,-0.9498890042304993,-0.25284600257873535,-0.32319098711013794,-0.8894010186195374,-0.32319098711013794,-0.32319098711013794,-0.8894010186195374,-0.32319098711013794,-0.18369099497795105,-0.9498890042304993,-0.25284600257873535,-0.22098499536514282,-0.9498890042304993,-0.22098499536514282,-0.32319098711013794,-0.8894010186195374,-0.32319098711013794,-0.22098499536514282,-0.9498890042304993,-0.22098499536514282,-0.36979299783706665,-0.8894010186195374,-0.2686539888381958,-0.36979299783706665,-0.8894010186195374,-0.2686539888381958,-0.22098499536514282,-0.9498890042304993,-0.22098499536514282,-0.25284600257873535,-0.9498890042304993,-0.18369099497795105,-0.36979299783706665,-0.8894010186195374,-0.2686539888381958,-0.25284600257873535,-0.9498890042304993,-0.18369099497795105,-0.40727001428604126,-0.8894010186195374,-0.20749500393867493,-0.40727001428604126,-0.8894010186195374,-0.20749500393867493,-0.25284600257873535,-0.9498890042304993,-0.18369099497795105,-0.27848100662231445,-0.9498890042304993,-0.14188100397586823,-0.017151400446891785,-0.9996029734611511,0.021881800144910812,-0.158269003033638,-0.987060010433197,-0.025055700913071632,-0.15240900218486786,-0.987060010433197,-0.049501001834869385,-0.15240900218486786,-0.987060010433197,-0.049501001834869385,-0.158269003033638,-0.987060010433197,-0.025055700913071632,-0.308694988489151,-0.9498890042304993,-0.048890698701143265,-0.15240900218486786,-0.987060010433197,-0.049501001834869385,-0.308694988489151,-0.9498890042304993,-0.048890698701143265,-0.29725000262260437,-0.9498890042304993,-0.09656059741973877,-0.29725000262260437,-0.9498890042304993,-0.09656059741973877,-0.308694988489151,-0.9498890042304993,-0.048890698701143265,-0.45146000385284424,-0.8894010186195374,-0.07150489836931229,-0.29725000262260437,-0.9498890042304993,-0.09656059741973877,-0.45146000385284424,-0.8894010186195374,-0.07150489836931229,-0.4347060024738312,-0.8894010186195374,-0.14124000072479248,-0.4347060024738312,-0.8894010186195374,-0.14124000072479248,-0.45146000385284424,-0.8894010186195374,-0.07150489836931229,-0.5830559730529785,-0.8071230053901672,-0.09234900027513504,-0.4347060024738312,-0.8894010186195374,-0.14124000072479248,-0.5830559730529785,-0.8071230053901672,-0.09234900027513504,-0.5614179968833923,-0.8071230053901672,-0.18240900337696075,-0.5614179968833923,-0.8071230053901672,-0.18240900337696075,-0.5830559730529785,-0.8071230053901672,-0.09234900027513504,-0.7003080248832703,-0.7051299810409546,-0.11090400069952011,-0.5614179968833923,-0.8071230053901672,-0.18240900337696075,-0.7003080248832703,-0.7051299810409546,-0.11090400069952011,-0.6743370294570923,-0.7051299810409546,-0.21909199655056,-0.6743370294570923,-0.7051299810409546,-0.21909199655056,-0.7003080248832703,-0.7051299810409546,-0.11090400069952011,-0.8003780245780945,-0.5859249830245972,-0.12674300372600555,-0.6743370294570923,-0.7051299810409546,-0.21909199655056,-0.8003780245780945,-0.5859249830245972,-0.12674300372600555,-0.770684003829956,-0.5859249830245972,-0.2504040002822876,-0.770684003829956,-0.5859249830245972,-0.2504040002822876,-0.8003780245780945,-0.5859249830245972,-0.12674300372600555,-0.8808249831199646,-0.45240598917007446,-0.13950000703334808,-0.770684003829956,-0.5859249830245972,-0.2504040002822876,-0.8808249831199646,-0.45240598917007446,-0.13950000703334808,-0.8481400012969971,-0.45240598917007446,-0.27555200457572937,-0.8481400012969971,-0.45240598917007446,-0.27555200457572937,-0.8808249831199646,-0.45240598917007446,-0.13950000703334808,-0.9396950006484985,-0.307871013879776,-0.14880800247192383,-0.8481400012969971,-0.45240598917007446,-0.27555200457572937,-0.9396950006484985,-0.307871013879776,-0.14880800247192383,-0.9048429727554321,-0.3078399896621704,-0.2939850091934204,-0.9048429727554321,-0.3078399896621704,-0.2939850091934204,-0.9396950006484985,-0.307871013879776,-0.14880800247192383,-0.9756159782409668,-0.15582799911499023,-0.15451499819755554,-0.9048429727554321,-0.3078399896621704,-0.2939850091934204,-0.9756159782409668,-0.15582799911499023,-0.15451499819755554,-0.9394209980964661,-0.15582799911499023,-0.3052160143852234,-0.9394209980964661,-0.15582799911499023,-0.3052160143852234,-0.9756159782409668,-0.15582799911499023,-0.15451499819755554,-0.9869080185890198,-0.039155200123786926,-0.15628500282764435,-0.9394209980964661,-0.15582799911499023,-0.3052160143852234,-0.9869080185890198,-0.039155200123786926,-0.15628500282764435,-0.9503160119056702,-0.039155200123786926,-0.3087559938430786,-0.012268399819731712,-0.9504070281982422,-0.31073901057243347,-0.00915555004030466,-0.972320020198822,-0.23340600728988647,-0.0488600991666317,-0.9498890042304993,-0.308694988489151,-0.0488600991666317,-0.9498890042304993,-0.308694988489151,-0.00915555004030466,-0.972320020198822,-0.23340600728988647,-0.025055700913071632,-0.987060010433197,-0.158269003033638,-0.0488600991666317,-0.9498890042304993,-0.308694988489151,-0.025055700913071632,-0.987060010433197,-0.158269003033638,-0.09656059741973877,-0.9498890042304993,-0.29725000262260437,-0.09656059741973877,-0.9498890042304993,-0.29725000262260437,-0.025055700913071632,-0.987060010433197,-0.158269003033638,-0.049501001834869385,-0.987060010433197,-0.15240900218486786,-0.09656059741973877,-0.9498890042304993,-0.29725000262260437,-0.049501001834869385,-0.987060010433197,-0.15240900218486786,-0.14188100397586823,-0.9498890042304993,-0.27848100662231445,-0.14188100397586823,-0.9498890042304993,-0.27848100662231445,-0.049501001834869385,-0.987060010433197,-0.15240900218486786,-0.0727560967206955,-0.987060010433197,-0.14276599884033203,-0.14188100397586823,-0.9498890042304993,-0.27848100662231445,-0.0727560967206955,-0.987060010433197,-0.14276599884033203,-0.18369099497795105,-0.9498890042304993,-0.25284600257873535,-0.18369099497795105,-0.9498890042304993,-0.25284600257873535,-0.0727560967206955,-0.987060010433197,-0.14276599884033203,-0.09418009966611862,-0.987060010433197,-0.12964299321174622,-0.18369099497795105,-0.9498890042304993,-0.25284600257873535,-0.09418009966611862,-0.987060010433197,-0.12964299321174622,-0.22098499536514282,-0.9498890042304993,-0.22098499536514282,-0.22098499536514282,-0.9498890042304993,-0.22098499536514282,-0.09418009966611862,-0.987060010433197,-0.12964299321174622,-0.11328499764204025,-0.987060010433197,-0.11331500113010406,-0.22098499536514282,-0.9498890042304993,-0.22098499536514282,-0.11328499764204025,-0.987060010433197,-0.11331500113010406,-0.25284600257873535,-0.9498890042304993,-0.18369099497795105,-0.25284600257873535,-0.9498890042304993,-0.18369099497795105,-0.11328499764204025,-0.987060010433197,-0.11331500113010406,-0.12964299321174622,-0.987060010433197,-0.09418009966611862,-0.25284600257873535,-0.9498890042304993,-0.18369099497795105,-0.12964299321174622,-0.987060010433197,-0.09418009966611862,-0.27848100662231445,-0.9498890042304993,-0.14188100397586823,-0.27848100662231445,-0.9498890042304993,-0.14188100397586823,-0.12964299321174622,-0.987060010433197,-0.09418009966611862,-0.14276599884033203,-0.987060010433197,-0.07272560149431229,-0.06112860143184662,-0.9980469942092896,0.012360000051558018,-0.15832999348640442,-0.9873350262641907,-0.006286810152232647,-0.158269003033638,-0.987060010433197,-0.025055700913071632,-0.158269003033638,-0.987060010433197,-0.025055700913071632,-0.15832999348640442,-0.9873350262641907,-0.006286810152232647,-0.23340600728988647,-0.972320020198822,-0.00915555004030466,-0.158269003033638,-0.987060010433197,-0.025055700913071632,-0.23340600728988647,-0.972320020198822,-0.00915555004030466,-0.308694988489151,-0.9498890042304993,-0.048890698701143265,-0.308694988489151,-0.9498890042304993,-0.048890698701143265,-0.23340600728988647,-0.972320020198822,-0.00915555004030466,-0.31073901057243347,-0.9503769874572754,-0.012268399819731712,-0.308694988489151,-0.9498890042304993,-0.048890698701143265,-0.31073901057243347,-0.9503769874572754,-0.012268399819731712,-0.3826409876346588,-0.9237650036811829,-0.01504560001194477,-0.9503160119056702,-0.039155200123786926,-0.3087559938430786,-0.880092978477478,-0.15582799911499023,-0.44843900203704834,-0.9394209980964661,-0.15582799911499023,-0.3052160143852234,-0.9394209980964661,-0.15582799911499023,-0.3052160143852234,-0.880092978477478,-0.15582799911499023,-0.44843900203704834,-0.8477129936218262,-0.3078399896621704,-0.43192800879478455,-0.9394209980964661,-0.15582799911499023,-0.3052160143852234,-0.8477129936218262,-0.3078399896621704,-0.43192800879478455,-0.9048429727554321,-0.3078399896621704,-0.2939850091934204,-0.9048429727554321,-0.3078399896621704,-0.2939850091934204,-0.8477129936218262,-0.3078399896621704,-0.43192800879478455,-0.7945799827575684,-0.45240598917007446,-0.4048590064048767,-0.9048429727554321,-0.3078399896621704,-0.2939850091934204,-0.7945799827575684,-0.45240598917007446,-0.4048590064048767,-0.8481400012969971,-0.45240598917007446,-0.27555200457572937,-0.8481400012969971,-0.45240598917007446,-0.27555200457572937,-0.7945799827575684,-0.45240598917007446,-0.4048590064048767,-0.7220370173454285,-0.5859249830245972,-0.3678700029850006,-0.8481400012969971,-0.45240598917007446,-0.27555200457572937,-0.7220370173454285,-0.5859249830245972,-0.3678700029850006,-0.770684003829956,-0.5859249830245972,-0.2504040002822876,-0.770684003829956,-0.5859249830245972,-0.2504040002822876,-0.7220370173454285,-0.5859249830245972,-0.3678700029850006,-0.6317639946937561,-0.7051299810409546,-0.32187899947166443,-0.770684003829956,-0.5859249830245972,-0.2504040002822876,-0.6317639946937561,-0.7051299810409546,-0.32187899947166443,-0.6743370294570923,-0.7051299810409546,-0.21909199655056,-0.6743370294570923,-0.7051299810409546,-0.21909199655056,-0.6317639946937561,-0.7051299810409546,-0.32187899947166443,-0.5259860157966614,-0.8071539998054504,-0.26798298954963684,-0.6743370294570923,-0.7051299810409546,-0.21909199655056,-0.5259860157966614,-0.8071539998054504,-0.26798298954963684,-0.5614179968833923,-0.8071230053901672,-0.18240900337696075,-0.5614179968833923,-0.8071230053901672,-0.18240900337696075,-0.5259860157966614,-0.8071539998054504,-0.26798298954963684,-0.40727001428604126,-0.8894010186195374,-0.20749500393867493,-0.5614179968833923,-0.8071230053901672,-0.18240900337696075,-0.40727001428604126,-0.8894010186195374,-0.20749500393867493,-0.4347060024738312,-0.8894010186195374,-0.14124000072479248,-0.4347060024738312,-0.8894010186195374,-0.14124000072479248,-0.40727001428604126,-0.8894010186195374,-0.20749500393867493,-0.27848100662231445,-0.9498890042304993,-0.14188100397586823,-0.4347060024738312,-0.8894010186195374,-0.14124000072479248,-0.27848100662231445,-0.9498890042304993,-0.14188100397586823,-0.29725000262260437,-0.9498890042304993,-0.09656059741973877,-0.29725000262260437,-0.9498890042304993,-0.09656059741973877,-0.27848100662231445,-0.9498890042304993,-0.14188100397586823,-0.14276599884033203,-0.987060010433197,-0.07272560149431229,-0.29725000262260437,-0.9498890042304993,-0.09656059741973877,-0.14276599884033203,-0.987060010433197,-0.07272560149431229,-0.15240900218486786,-0.987060010433197,-0.049501001834869385,-0.15240900218486786,-0.987060010433197,-0.049501001834869385,-0.14276599884033203,-0.987060010433197,-0.07272560149431229,-0.017151400446891785,-0.9996029734611511,0.021881800144910812,-0.006286810152232647,-0.9873350262641907,-0.15832999348640442,0.007995850406587124,-0.9976500272750854,-0.06790369749069214,-0.025055700913071632,-0.987060010433197,-0.158269003033638,-0.025055700913071632,-0.987060010433197,-0.158269003033638,0.007995850406587124,-0.9976500272750854,-0.06790369749069214,-0.017151400446891785,-0.9996029734611511,0.021881800144910812,0.9716479778289795,0.23325300216674805,-0.038178700953722,0.986968994140625,0.15598000586032867,-0.038697499781847,0.9756159782409668,0.15582799911499023,-0.15451499819755554,0.038178700953722,0.23325300216674805,-0.9716479778289795,0.03726309910416603,0.3082059919834137,-0.9505599737167358,0.14880800247192383,0.3078399896621704,-0.9396950006484985,0.9232460260391235,0.38242700695991516,-0.036286499351263046,0.9505599737167358,0.3082369863986969,-0.03729360178112984,0.9396950006484985,0.307871013879776,-0.14883899688720703,0.03625600039958954,0.38242700695991516,-0.9232460260391235,0.03494369983673096,0.45289498567581177,-0.8908659815788269,0.13950000703334808,0.45240598917007446,-0.8807950019836426,0.8521379828453064,0.5222020149230957,-0.03347880020737648,0.8908349871635437,0.45289498567581177,-0.03494369983673096,0.8808249831199646,0.45240598917007446,-0.13950000703334808,0.7600629925727844,0.6491289734840393,-0.029877599328756332,0.8092589974403381,0.5865349769592285,-0.031769800931215286,0.8003780245780945,0.5859249830245972,-0.12674300372600555,0.6492199897766113,0.7601550221443176,-0.025513499975204468,0.7077850103378296,0.7058320045471191,-0.027802400290966034,0.7003080248832703,0.7051299810409546,-0.11090400069952011,0.5223850011825562,0.8524429798126221,-0.020539000630378723,0.5888850092887878,0.8078550100326538,-0.02316349931061268,0.5830559730529785,0.8071230053901672,-0.09234900027513504,0.3826110064983368,0.9237650036811829,-0.01504560001194477,0.45545798540115356,0.8900719881057739,-0.017944900318980217,0.45146000385284424,0.8894010186195374,-0.07150489836931229,0.23340600728988647,0.972320020198822,-0.00915555004030466,0.31073901057243347,0.9504070281982422,-0.012268399819731712,0.308694988489151,0.9498890042304993,-0.0488600991666317,0.017151400446891785,0.9996029734611511,0.021881800144910812,0.15240900218486786,0.987060010433197,-0.049501001834869385,0.14276599884033203,0.987060010433197,-0.0727560967206955,-0.008056890219449997,0.9976500272750854,-0.06790369749069214,0.017151400446891785,0.9996029734611511,0.021881800144910812,0.025025200098752975,0.987060010433197,-0.158269003033638,0.15832999348640442,0.9873350262641907,-0.006286810152232647,0.158269003033638,0.987060010433197,-0.025055700913071632,0.061159100383520126,0.9980469942092896,0.012482100166380405,0.061159100383520126,0.9980469942092896,0.012482100166380405,0.158269003033638,0.987060010433197,-0.025055700913071632,0.017151400446891785,0.9996029734611511,0.021881800144910812,0.15240900218486786,0.987060010433197,-0.049501001834869385,0.017151400446891785,0.9996029734611511,0.021881800144910812,0.158269003033638,0.987060010433197,-0.025055700913071632,0.0488600991666317,0.9498890042304993,-0.308694988489151,0.00915555004030466,0.972320020198822,-0.23340600728988647,0.025025200098752975,0.987060010433197,-0.158269003033638,0.025025200098752975,0.987060010433197,-0.158269003033638,0.00915555004030466,0.972320020198822,-0.23340600728988647,0.006256289780139923,0.9873650074005127,-0.15832999348640442,0.025025200098752975,0.987060010433197,-0.158269003033638,0.006256289780139923,0.9873650074005127,-0.15832999348640442,-0.008056890219449997,0.9976500272750854,-0.06790369749069214,0.27848100662231445,0.9498890042304993,-0.14188100397586823,0.25284600257873535,0.9498890042304993,-0.18369099497795105,0.12964299321174622,0.987060010433197,-0.09418009966611862,0.15832999348640442,0.9873350262641907,-0.006286810152232647,0.23340600728988647,0.972320020198822,-0.00915555004030466,0.158269003033638,0.987060010433197,-0.025055700913071632,0.158269003033638,0.987060010433197,-0.025055700913071632,0.23340600728988647,0.972320020198822,-0.00915555004030466,0.308694988489151,0.9498890042304993,-0.0488600991666317,0.158269003033638,0.987060010433197,-0.025055700913071632,0.308694988489151,0.9498890042304993,-0.0488600991666317,0.15240900218486786,0.987060010433197,-0.049501001834869385,0.15240900218486786,0.987060010433197,-0.049501001834869385,0.308694988489151,0.9498890042304993,-0.0488600991666317,0.29725000262260437,0.9498890042304993,-0.09656059741973877,0.15240900218486786,0.987060010433197,-0.049501001834869385,0.29725000262260437,0.9498890042304993,-0.09656059741973877,0.14276599884033203,0.987060010433197,-0.0727560967206955,0.14276599884033203,0.987060010433197,-0.0727560967206955,0.29725000262260437,0.9498890042304993,-0.09656059741973877,0.27848100662231445,0.9498890042304993,-0.14188100397586823,0.27848100662231445,0.9498890042304993,-0.14188100397586823,0.12964299321174622,0.987060010433197,-0.09418009966611862,0.14276599884033203,0.987060010433197,-0.0727560967206955,0.14276599884033203,0.987060010433197,-0.0727560967206955,0.12964299321174622,0.987060010433197,-0.09418009966611862,0.017151400446891785,0.9996029734611511,0.021881800144910812,0.07150489836931229,0.8894010186195374,-0.45146000385284424,0.01504560001194477,0.9237650036811829,-0.3826110064983368,0.0488600991666317,0.9498890042304993,-0.308694988489151,0.0488600991666317,0.9498890042304993,-0.308694988489151,0.01504560001194477,0.9237650036811829,-0.3826110064983368,0.012268399819731712,0.9504070281982422,-0.31073901057243347,0.0488600991666317,0.9498890042304993,-0.308694988489151,0.012268399819731712,0.9504070281982422,-0.31073901057243347,0.00915555004030466,0.972320020198822,-0.23340600728988647,0.36979299783706665,0.8894010186195374,-0.2686539888381958,0.32319098711013794,0.8894010186195374,-0.32319098711013794,0.22098499536514282,0.9498890042304993,-0.22098499536514282,0.31073901057243347,0.9504070281982422,-0.012268399819731712,0.3826110064983368,0.9237650036811829,-0.01504560001194477,0.308694988489151,0.9498890042304993,-0.0488600991666317,0.308694988489151,0.9498890042304993,-0.0488600991666317,0.3826110064983368,0.9237650036811829,-0.01504560001194477,0.45146000385284424,0.8894010186195374,-0.07150489836931229,0.308694988489151,0.9498890042304993,-0.0488600991666317,0.45146000385284424,0.8894010186195374,-0.07150489836931229,0.29725000262260437,0.9498890042304993,-0.09656059741973877,0.29725000262260437,0.9498890042304993,-0.09656059741973877,0.45146000385284424,0.8894010186195374,-0.07150489836931229,0.4347060024738312,0.8894010186195374,-0.14124000072479248,0.29725000262260437,0.9498890042304993,-0.09656059741973877,0.4347060024738312,0.8894010186195374,-0.14124000072479248,0.27848100662231445,0.9498890042304993,-0.14188100397586823,0.27848100662231445,0.9498890042304993,-0.14188100397586823,0.4347060024738312,0.8894010186195374,-0.14124000072479248,0.40727001428604126,0.8894010186195374,-0.20749500393867493,0.27848100662231445,0.9498890042304993,-0.14188100397586823,0.40727001428604126,0.8894010186195374,-0.20749500393867493,0.25284600257873535,0.9498890042304993,-0.18369099497795105,0.25284600257873535,0.9498890042304993,-0.18369099497795105,0.40727001428604126,0.8894010186195374,-0.20749500393867493,0.36979299783706665,0.8894010186195374,-0.2686539888381958,0.36979299783706665,0.8894010186195374,-0.2686539888381958,0.22098499536514282,0.9498890042304993,-0.22098499536514282,0.25284600257873535,0.9498890042304993,-0.18369099497795105,0.25284600257873535,0.9498890042304993,-0.18369099497795105,0.22098499536514282,0.9498890042304993,-0.22098499536514282,0.11331500113010406,0.987060010433197,-0.11331500113010406,0.25284600257873535,0.9498890042304993,-0.18369099497795105,0.11331500113010406,0.987060010433197,-0.11331500113010406,0.12964299321174622,0.987060010433197,-0.09418009966611862,0.12964299321174622,0.987060010433197,-0.09418009966611862,0.11331500113010406,0.987060010433197,-0.11331500113010406,0.017151400446891785,0.9996029734611511,0.021881800144910812,0.09234900027513504,0.8071539998054504,-0.5830559730529785,0.020539000630378723,0.8524429798126221,-0.5223550200462341,0.07150489836931229,0.8894010186195374,-0.45146000385284424,0.07150489836931229,0.8894010186195374,-0.45146000385284424,0.020539000630378723,0.8524429798126221,-0.5223550200462341,0.017944900318980217,0.8900420069694519,-0.45545798540115356,0.07150489836931229,0.8894010186195374,-0.45146000385284424,0.017944900318980217,0.8900420069694519,-0.45545798540115356,0.01504560001194477,0.9237650036811829,-0.3826110064983368,0.4174320101737976,0.8071539998054504,-0.4174320101737976,0.3469949960708618,0.8071539998054504,-0.47758400440216064,0.2686539888381958,0.8894010186195374,-0.36979299783706665,0.45545798540115356,0.8900719881057739,-0.017944900318980217,0.5223850011825562,0.8524429798126221,-0.020539000630378723,0.45146000385284424,0.8894010186195374,-0.07150489836931229,0.45146000385284424,0.8894010186195374,-0.07150489836931229,0.5223850011825562,0.8524429798126221,-0.020539000630378723,0.5830559730529785,0.8071230053901672,-0.09234900027513504,0.45146000385284424,0.8894010186195374,-0.07150489836931229,0.5830559730529785,0.8071230053901672,-0.09234900027513504,0.4347060024738312,0.8894010186195374,-0.14124000072479248,0.4347060024738312,0.8894010186195374,-0.14124000072479248,0.5830559730529785,0.8071230053901672,-0.09234900027513504,0.5614179968833923,0.8071539998054504,-0.18240900337696075,0.4347060024738312,0.8894010186195374,-0.14124000072479248,0.5614179968833923,0.8071539998054504,-0.18240900337696075,0.40727001428604126,0.8894010186195374,-0.20749500393867493,0.40727001428604126,0.8894010186195374,-0.20749500393867493,0.5614179968833923,0.8071539998054504,-0.18240900337696075,0.5259860157966614,0.8071539998054504,-0.26798298954963684,0.40727001428604126,0.8894010186195374,-0.20749500393867493,0.5259860157966614,0.8071539998054504,-0.26798298954963684,0.36979299783706665,0.8894010186195374,-0.2686539888381958,0.36979299783706665,0.8894010186195374,-0.2686539888381958,0.5259860157966614,0.8071539998054504,-0.26798298954963684,0.47758400440216064,0.8071230053901672,-0.3469949960708618,0.36979299783706665,0.8894010186195374,-0.2686539888381958,0.47758400440216064,0.8071230053901672,-0.3469949960708618,0.32319098711013794,0.8894010186195374,-0.32319098711013794,0.32319098711013794,0.8894010186195374,-0.32319098711013794,0.47758400440216064,0.8071230053901672,-0.3469949960708618,0.4174320101737976,0.8071539998054504,-0.4174320101737976,0.4174320101737976,0.8071539998054504,-0.4174320101737976,0.2686539888381958,0.8894010186195374,-0.36979299783706665,0.32319098711013794,0.8894010186195374,-0.32319098711013794,0.32319098711013794,0.8894010186195374,-0.32319098711013794,0.2686539888381958,0.8894010186195374,-0.36979299783706665,0.18369099497795105,0.9498890042304993,-0.25284600257873535,0.32319098711013794,0.8894010186195374,-0.32319098711013794,0.18369099497795105,0.9498890042304993,-0.25284600257873535,0.22098499536514282,0.9498890042304993,-0.22098499536514282,0.22098499536514282,0.9498890042304993,-0.22098499536514282,0.18369099497795105,0.9498890042304993,-0.25284600257873535,0.09418009966611862,0.987060010433197,-0.12964299321174622,0.22098499536514282,0.9498890042304993,-0.22098499536514282,0.09418009966611862,0.987060010433197,-0.12964299321174622,0.11331500113010406,0.987060010433197,-0.11331500113010406,0.11331500113010406,0.987060010433197,-0.11331500113010406,0.09418009966611862,0.987060010433197,-0.12964299321174622,0.017151400446891785,0.9996029734611511,0.021881800144910812,0.11090400069952011,0.7051299810409546,-0.7003080248832703,0.025513499975204468,0.7601249814033508,-0.6492199897766113,0.09234900027513504,0.8071539998054504,-0.5830559730529785,0.09234900027513504,0.8071539998054504,-0.5830559730529785,0.025513499975204468,0.7601249814033508,-0.6492199897766113,0.02316349931061268,0.8078550100326538,-0.5888850092887878,0.09234900027513504,0.8071539998054504,-0.5830559730529785,0.02316349931061268,0.8078550100326538,-0.5888850092887878,0.020539000630378723,0.8524429798126221,-0.5223550200462341,0.41676101088523865,0.7051299810409546,-0.5736259818077087,0.32187899947166443,0.7051299810409546,-0.6317639946937561,0.26798298954963684,0.8071230053901672,-0.5259860157966614,0.5888850092887878,0.8078550100326538,-0.02316349931061268,0.6492199897766113,0.7601550221443176,-0.025513499975204468,0.5830559730529785,0.8071230053901672,-0.09234900027513504,0.5830559730529785,0.8071230053901672,-0.09234900027513504,0.6492199897766113,0.7601550221443176,-0.025513499975204468,0.7003080248832703,0.7051299810409546,-0.11090400069952011,0.5830559730529785,0.8071230053901672,-0.09234900027513504,0.7003080248832703,0.7051299810409546,-0.11090400069952011,0.5614179968833923,0.8071539998054504,-0.18240900337696075,0.5614179968833923,0.8071539998054504,-0.18240900337696075,0.7003080248832703,0.7051299810409546,-0.11090400069952011,0.6743370294570923,0.7051299810409546,-0.21909199655056,0.5614179968833923,0.8071539998054504,-0.18240900337696075,0.6743370294570923,0.7051299810409546,-0.21909199655056,0.5259860157966614,0.8071539998054504,-0.26798298954963684,0.5259860157966614,0.8071539998054504,-0.26798298954963684,0.6743370294570923,0.7051299810409546,-0.21909199655056,0.6317639946937561,0.7051299810409546,-0.32190901041030884,0.5259860157966614,0.8071539998054504,-0.26798298954963684,0.6317639946937561,0.7051299810409546,-0.32190901041030884,0.47758400440216064,0.8071230053901672,-0.3469949960708618,0.47758400440216064,0.8071230053901672,-0.3469949960708618,0.6317639946937561,0.7051299810409546,-0.32190901041030884,0.5736259818077087,0.7051299810409546,-0.41676101088523865,0.47758400440216064,0.8071230053901672,-0.3469949960708618,0.5736259818077087,0.7051299810409546,-0.41676101088523865,0.4174320101737976,0.8071539998054504,-0.4174320101737976,0.4174320101737976,0.8071539998054504,-0.4174320101737976,0.5736259818077087,0.7051299810409546,-0.41676101088523865,0.5013579726219177,0.7051299810409546,-0.5013579726219177,0.4174320101737976,0.8071539998054504,-0.4174320101737976,0.5013579726219177,0.7051299810409546,-0.5013579726219177,0.3469949960708618,0.8071539998054504,-0.47758400440216064,0.3469949960708618,0.8071539998054504,-0.47758400440216064,0.5013579726219177,0.7051299810409546,-0.5013579726219177,0.41676101088523865,0.7051299810409546,-0.5736259818077087,0.41676101088523865,0.7051299810409546,-0.5736259818077087,0.26798298954963684,0.8071230053901672,-0.5259860157966614,0.3469949960708618,0.8071539998054504,-0.47758400440216064,0.3469949960708618,0.8071539998054504,-0.47758400440216064,0.26798298954963684,0.8071230053901672,-0.5259860157966614,0.20749500393867493,0.8894010186195374,-0.40727001428604126,0.3469949960708618,0.8071539998054504,-0.47758400440216064,0.20749500393867493,0.8894010186195374,-0.40727001428604126,0.2686539888381958,0.8894010186195374,-0.36979299783706665,0.2686539888381958,0.8894010186195374,-0.36979299783706665,0.20749500393867493,0.8894010186195374,-0.40727001428604126,0.14188100397586823,0.9498890042304993,-0.27848100662231445,0.2686539888381958,0.8894010186195374,-0.36979299783706665,0.14188100397586823,0.9498890042304993,-0.27848100662231445,0.18369099497795105,0.9498890042304993,-0.25284600257873535,0.18369099497795105,0.9498890042304993,-0.25284600257873535,0.14188100397586823,0.9498890042304993,-0.27848100662231445,0.0727560967206955,0.987060010433197,-0.14276599884033203,0.18369099497795105,0.9498890042304993,-0.25284600257873535,0.0727560967206955,0.987060010433197,-0.14276599884033203,0.09418009966611862,0.987060010433197,-0.12964299321174622,0.09418009966611862,0.987060010433197,-0.12964299321174622,0.0727560967206955,0.987060010433197,-0.14276599884033203,0.017151400446891785,0.9996029734611511,0.021881800144910812,0.03347880020737648,0.5221719741821289,-0.8521379828453064,0.031769800931215286,0.5865349769592285,-0.8092589974403381,0.12674300372600555,0.5859249830245972,-0.8003780245780945,0.12674300372600555,0.5859249830245972,-0.8003780245780945,0.031769800931215286,0.5865349769592285,-0.8092589974403381,0.029877599328756332,0.6491289734840393,-0.7600629925727844,0.12674300372600555,0.5859249830245972,-0.8003780245780945,0.029877599328756332,0.6491289734840393,-0.7600629925727844,0.11090400069952011,0.7051299810409546,-0.7003080248832703,0.11090400069952011,0.7051299810409546,-0.7003080248832703,0.029877599328756332,0.6491289734840393,-0.7600629925727844,0.027802400290966034,0.7058320045471191,-0.7077850103378296,0.11090400069952011,0.7051299810409546,-0.7003080248832703,0.027802400290966034,0.7058320045471191,-0.7077850103378296,0.025513499975204468,0.7601249814033508,-0.6492199897766113,0.3678700029850006,0.585893988609314,-0.7220370173454285,0.2504040002822876,0.585893988609314,-0.770684003829956,0.21909199655056,0.7051299810409546,-0.6743370294570923,0.7077850103378296,0.7058320045471191,-0.027802400290966034,0.7600629925727844,0.6491289734840393,-0.029877599328756332,0.7003080248832703,0.7051299810409546,-0.11090400069952011,0.7003080248832703,0.7051299810409546,-0.11090400069952011,0.7600629925727844,0.6491289734840393,-0.029877599328756332,0.8003780245780945,0.5859249830245972,-0.12674300372600555,0.7003080248832703,0.7051299810409546,-0.11090400069952011,0.8003780245780945,0.5859249830245972,-0.12674300372600555,0.6743370294570923,0.7051299810409546,-0.21909199655056,0.6743370294570923,0.7051299810409546,-0.21909199655056,0.8003780245780945,0.5859249830245972,-0.12674300372600555,0.770684003829956,0.5859249830245972,-0.2504040002822876,0.6743370294570923,0.7051299810409546,-0.21909199655056,0.770684003829956,0.5859249830245972,-0.2504040002822876,0.6317639946937561,0.7051299810409546,-0.32190901041030884,0.6317639946937561,0.7051299810409546,-0.32190901041030884,0.770684003829956,0.5859249830245972,-0.2504040002822876,0.7220370173454285,0.5859249830245972,-0.3678700029850006,0.6317639946937561,0.7051299810409546,-0.32190901041030884,0.7220370173454285,0.5859249830245972,-0.3678700029850006,0.5736259818077087,0.7051299810409546,-0.41676101088523865,0.5736259818077087,0.7051299810409546,-0.41676101088523865,0.7220370173454285,0.5859249830245972,-0.3678700029850006,0.65556800365448,0.5859249830245972,-0.47630199790000916,0.5736259818077087,0.7051299810409546,-0.41676101088523865,0.65556800365448,0.5859249830245972,-0.47630199790000916,0.5013579726219177,0.7051299810409546,-0.5013579726219177,0.5013579726219177,0.7051299810409546,-0.5013579726219177,0.65556800365448,0.5859249830245972,-0.47630199790000916,0.5729849934577942,0.5859249830245972,-0.5729849934577942,0.5013579726219177,0.7051299810409546,-0.5013579726219177,0.5729849934577942,0.5859249830245972,-0.5729849934577942,0.41676101088523865,0.7051299810409546,-0.5736259818077087,0.41676101088523865,0.7051299810409546,-0.5736259818077087,0.5729849934577942,0.5859249830245972,-0.5729849934577942,0.47630199790000916,0.5859249830245972,-0.6555989980697632,0.41676101088523865,0.7051299810409546,-0.5736259818077087,0.47630199790000916,0.5859249830245972,-0.6555989980697632,0.32187899947166443,0.7051299810409546,-0.6317639946937561,0.32187899947166443,0.7051299810409546,-0.6317639946937561,0.47630199790000916,0.5859249830245972,-0.6555989980697632,0.3678700029850006,0.585893988609314,-0.7220370173454285,0.3678700029850006,0.585893988609314,-0.7220370173454285,0.21909199655056,0.7051299810409546,-0.6743370294570923,0.32187899947166443,0.7051299810409546,-0.6317639946937561,0.32187899947166443,0.7051299810409546,-0.6317639946937561,0.21909199655056,0.7051299810409546,-0.6743370294570923,0.18240900337696075,0.8071539998054504,-0.5614179968833923,0.32187899947166443,0.7051299810409546,-0.6317639946937561,0.18240900337696075,0.8071539998054504,-0.5614179968833923,0.26798298954963684,0.8071230053901672,-0.5259860157966614,0.26798298954963684,0.8071230053901672,-0.5259860157966614,0.18240900337696075,0.8071539998054504,-0.5614179968833923,0.14124000072479248,0.8894010186195374,-0.4347060024738312,0.26798298954963684,0.8071230053901672,-0.5259860157966614,0.14124000072479248,0.8894010186195374,-0.4347060024738312,0.20749500393867493,0.8894010186195374,-0.40727001428604126,0.20749500393867493,0.8894010186195374,-0.40727001428604126,0.14124000072479248,0.8894010186195374,-0.4347060024738312,0.09656059741973877,0.9498890042304993,-0.29725000262260437,0.20749500393867493,0.8894010186195374,-0.40727001428604126,0.09656059741973877,0.9498890042304993,-0.29725000262260437,0.14188100397586823,0.9498890042304993,-0.27848100662231445,0.14188100397586823,0.9498890042304993,-0.27848100662231445,0.09656059741973877,0.9498890042304993,-0.29725000262260437,0.049501001834869385,0.987060010433197,-0.15240900218486786,0.14188100397586823,0.9498890042304993,-0.27848100662231445,0.049501001834869385,0.987060010433197,-0.15240900218486786,0.0727560967206955,0.987060010433197,-0.14276599884033203,0.0727560967206955,0.987060010433197,-0.14276599884033203,0.049501001834869385,0.987060010433197,-0.15240900218486786,0.017151400446891785,0.9996029734611511,0.021881800144910812,0.03494369983673096,0.45289498567581177,-0.8908659815788269,0.03347880020737648,0.5221719741821289,-0.8521379828453064,0.13950000703334808,0.45240598917007446,-0.8807950019836426,0.13950000703334808,0.45240598917007446,-0.8807950019836426,0.03347880020737648,0.5221719741821289,-0.8521379828453064,0.12674300372600555,0.5859249830245972,-0.8003780245780945,0.13950000703334808,0.45240598917007446,-0.8807950019836426,0.12674300372600555,0.5859249830245972,-0.8003780245780945,0.2755819857120514,0.45240598917007446,-0.8481400012969971,0.8092589974403381,0.5865349769592285,-0.031769800931215286,0.8521379828453064,0.5222020149230957,-0.03347880020737648,0.8003780245780945,0.5859249830245972,-0.12674300372600555,0.8003780245780945,0.5859249830245972,-0.12674300372600555,0.8521379828453064,0.5222020149230957,-0.03347880020737648,0.8808249831199646,0.45240598917007446,-0.13950000703334808,0.8003780245780945,0.5859249830245972,-0.12674300372600555,0.8808249831199646,0.45240598917007446,-0.13950000703334808,0.770684003829956,0.5859249830245972,-0.2504040002822876,0.770684003829956,0.5859249830245972,-0.2504040002822876,0.8808249831199646,0.45240598917007446,-0.13950000703334808,0.8481400012969971,0.45240598917007446,-0.27555200457572937,0.770684003829956,0.5859249830245972,-0.2504040002822876,0.8481400012969971,0.45240598917007446,-0.27555200457572937,0.7220370173454285,0.5859249830245972,-0.3678700029850006,0.7220370173454285,0.5859249830245972,-0.3678700029850006,0.8481400012969971,0.45240598917007446,-0.27555200457572937,0.7945799827575684,0.45240598917007446,-0.4048590064048767,0.7220370173454285,0.5859249830245972,-0.3678700029850006,0.7945799827575684,0.45240598917007446,-0.4048590064048767,0.65556800365448,0.5859249830245972,-0.47630199790000916,0.65556800365448,0.5859249830245972,-0.47630199790000916,0.7945799827575684,0.45240598917007446,-0.4048590064048767,0.7214879989624023,0.45240598917007446,-0.5241860151290894,0.65556800365448,0.5859249830245972,-0.47630199790000916,0.7214879989624023,0.45240598917007446,-0.5241860151290894,0.5729849934577942,0.5859249830245972,-0.5729849934577942,0.5729849934577942,0.5859249830245972,-0.5729849934577942,0.7214879989624023,0.45240598917007446,-0.5241860151290894,0.6305729746818542,0.45240598917007446,-0.6306040287017822,0.5729849934577942,0.5859249830245972,-0.5729849934577942,0.6305729746818542,0.45240598917007446,-0.6306040287017822,0.47630199790000916,0.5859249830245972,-0.6555989980697632,0.47630199790000916,0.5859249830245972,-0.6555989980697632,0.6305729746818542,0.45240598917007446,-0.6306040287017822,0.5241550207138062,0.45240598917007446,-0.7214879989624023,0.47630199790000916,0.5859249830245972,-0.6555989980697632,0.5241550207138062,0.45240598917007446,-0.7214879989624023,0.3678700029850006,0.585893988609314,-0.7220370173454285,0.3678700029850006,0.585893988609314,-0.7220370173454285,0.5241550207138062,0.45240598917007446,-0.7214879989624023,0.4048590064048767,0.45237600803375244,-0.7946100234985352,0.3678700029850006,0.585893988609314,-0.7220370173454285,0.4048590064048767,0.45237600803375244,-0.7946100234985352,0.2504040002822876,0.585893988609314,-0.770684003829956,0.2504040002822876,0.585893988609314,-0.770684003829956,0.4048590064048767,0.45237600803375244,-0.7946100234985352,0.2755819857120514,0.45240598917007446,-0.8481400012969971,0.2755819857120514,0.45240598917007446,-0.8481400012969971,0.12674300372600555,0.5859249830245972,-0.8003780245780945,0.2504040002822876,0.585893988609314,-0.770684003829956,0.2504040002822876,0.585893988609314,-0.770684003829956,0.12674300372600555,0.5859249830245972,-0.8003780245780945,0.11090400069952011,0.7051299810409546,-0.7003080248832703,0.2504040002822876,0.585893988609314,-0.770684003829956,0.11090400069952011,0.7051299810409546,-0.7003080248832703,0.21909199655056,0.7051299810409546,-0.6743370294570923,0.21909199655056,0.7051299810409546,-0.6743370294570923,0.11090400069952011,0.7051299810409546,-0.7003080248832703,0.09234900027513504,0.8071539998054504,-0.5830559730529785,0.21909199655056,0.7051299810409546,-0.6743370294570923,0.09234900027513504,0.8071539998054504,-0.5830559730529785,0.18240900337696075,0.8071539998054504,-0.5614179968833923,0.18240900337696075,0.8071539998054504,-0.5614179968833923,0.09234900027513504,0.8071539998054504,-0.5830559730529785,0.07150489836931229,0.8894010186195374,-0.45146000385284424,0.18240900337696075,0.8071539998054504,-0.5614179968833923,0.07150489836931229,0.8894010186195374,-0.45146000385284424,0.14124000072479248,0.8894010186195374,-0.4347060024738312,0.14124000072479248,0.8894010186195374,-0.4347060024738312,0.07150489836931229,0.8894010186195374,-0.45146000385284424,0.0488600991666317,0.9498890042304993,-0.308694988489151,0.14124000072479248,0.8894010186195374,-0.4347060024738312,0.0488600991666317,0.9498890042304993,-0.308694988489151,0.09656059741973877,0.9498890042304993,-0.29725000262260437,0.09656059741973877,0.9498890042304993,-0.29725000262260437,0.0488600991666317,0.9498890042304993,-0.308694988489151,0.025025200098752975,0.987060010433197,-0.158269003033638,0.09656059741973877,0.9498890042304993,-0.29725000262260437,0.025025200098752975,0.987060010433197,-0.158269003033638,0.049501001834869385,0.987060010433197,-0.15240900218486786,0.049501001834869385,0.987060010433197,-0.15240900218486786,0.025025200098752975,0.987060010433197,-0.158269003033638,0.017151400446891785,0.9996029734611511,0.021881800144910812,0.8908349871635437,0.45289498567581177,-0.03494369983673096,0.9232460260391235,0.38242700695991516,-0.036286499351263046,0.8808249831199646,0.45240598917007446,-0.13950000703334808,0.8808249831199646,0.45240598917007446,-0.13950000703334808,0.9232460260391235,0.38242700695991516,-0.036286499351263046,0.9396950006484985,0.307871013879776,-0.14883899688720703,0.8808249831199646,0.45240598917007446,-0.13950000703334808,0.9396950006484985,0.307871013879776,-0.14883899688720703,0.8481400012969971,0.45240598917007446,-0.27555200457572937,0.8481400012969971,0.45240598917007446,-0.27555200457572937,0.9396950006484985,0.307871013879776,-0.14883899688720703,0.9048429727554321,0.3078399896621704,-0.2939850091934204,0.8481400012969971,0.45240598917007446,-0.27555200457572937,0.9048429727554321,0.3078399896621704,-0.2939850091934204,0.7945799827575684,0.45240598917007446,-0.4048590064048767,0.7945799827575684,0.45240598917007446,-0.4048590064048767,0.9048429727554321,0.3078399896621704,-0.2939850091934204,0.8477129936218262,0.3078399896621704,-0.43192800879478455,0.7945799827575684,0.45240598917007446,-0.4048590064048767,0.8477129936218262,0.3078399896621704,-0.43192800879478455,0.7214879989624023,0.45240598917007446,-0.5241860151290894,0.7214879989624023,0.45240598917007446,-0.5241860151290894,0.8477129936218262,0.3078399896621704,-0.43192800879478455,0.7697070240974426,0.3078399896621704,-0.5592210292816162,0.7214879989624023,0.45240598917007446,-0.5241860151290894,0.7697070240974426,0.3078399896621704,-0.5592210292816162,0.6305729746818542,0.45240598917007446,-0.6306040287017822,0.6305729746818542,0.45240598917007446,-0.6306040287017822,0.7697070240974426,0.3078399896621704,-0.5592210292816162,0.6727499961853027,0.3078399896621704,-0.6727499961853027,0.6305729746818542,0.45240598917007446,-0.6306040287017822,0.6727499961853027,0.3078399896621704,-0.6727499961853027,0.5241550207138062,0.45240598917007446,-0.7214879989624023,0.5241550207138062,0.45240598917007446,-0.7214879989624023,0.6727499961853027,0.3078399896621704,-0.6727499961853027,0.5592210292816162,0.307871013879776,-0.7697070240974426,0.5241550207138062,0.45240598917007446,-0.7214879989624023,0.5592210292816162,0.307871013879776,-0.7697070240974426,0.4048590064048767,0.45237600803375244,-0.7946100234985352,0.4048590064048767,0.45237600803375244,-0.7946100234985352,0.5592210292816162,0.307871013879776,-0.7697070240974426,0.43192800879478455,0.307871013879776,-0.8477129936218262,0.4048590064048767,0.45237600803375244,-0.7946100234985352,0.43192800879478455,0.307871013879776,-0.8477129936218262,0.2755819857120514,0.45240598917007446,-0.8481400012969971,0.2755819857120514,0.45240598917007446,-0.8481400012969971,0.43192800879478455,0.307871013879776,-0.8477129936218262,0.29401499032974243,0.307871013879776,-0.9048429727554321,0.2755819857120514,0.45240598917007446,-0.8481400012969971,0.29401499032974243,0.307871013879776,-0.9048429727554321,0.13950000703334808,0.45240598917007446,-0.8807950019836426,0.13950000703334808,0.45240598917007446,-0.8807950019836426,0.29401499032974243,0.307871013879776,-0.9048429727554321,0.14880800247192383,0.3078399896621704,-0.9396950006484985,0.13950000703334808,0.45240598917007446,-0.8807950019836426,0.14880800247192383,0.3078399896621704,-0.9396950006484985,0.03625600039958954,0.38242700695991516,-0.9232460260391235,0.03625600039958954,0.38242700695991516,-0.9232460260391235,0.14880800247192383,0.3078399896621704,-0.9396950006484985,0.03726309910416603,0.3082059919834137,-0.9505599737167358,0.9505599737167358,0.3082369863986969,-0.03729360178112984,0.9716479778289795,0.23325300216674805,-0.038178700953722,0.9396950006484985,0.307871013879776,-0.14883899688720703,0.9396950006484985,0.307871013879776,-0.14883899688720703,0.9716479778289795,0.23325300216674805,-0.038178700953722,0.9756159782409668,0.15582799911499023,-0.15451499819755554,0.9396950006484985,0.307871013879776,-0.14883899688720703,0.9756159782409668,0.15582799911499023,-0.15451499819755554,0.9048429727554321,0.3078399896621704,-0.2939850091934204,0.9048429727554321,0.3078399896621704,-0.2939850091934204,0.9756159782409668,0.15582799911499023,-0.15451499819755554,0.9394209980964661,0.15582799911499023,-0.3052160143852234,0.9048429727554321,0.3078399896621704,-0.2939850091934204,0.9394209980964661,0.15582799911499023,-0.3052160143852234,0.8477129936218262,0.3078399896621704,-0.43192800879478455,0.8477129936218262,0.3078399896621704,-0.43192800879478455,0.9394209980964661,0.15582799911499023,-0.3052160143852234,0.880092978477478,0.15582799911499023,-0.44843900203704834,0.8477129936218262,0.3078399896621704,-0.43192800879478455,0.880092978477478,0.15582799911499023,-0.44843900203704834,0.7697070240974426,0.3078399896621704,-0.5592210292816162,0.7697070240974426,0.3078399896621704,-0.5592210292816162,0.880092978477478,0.15582799911499023,-0.44843900203704834,0.7991269826889038,0.15582799911499023,-0.5805839896202087,0.7697070240974426,0.3078399896621704,-0.5592210292816162,0.7991269826889038,0.15582799911499023,-0.5805839896202087,0.6727499961853027,0.3078399896621704,-0.6727499961853027,0.6727499961853027,0.3078399896621704,-0.6727499961853027,0.7991269826889038,0.15582799911499023,-0.5805839896202087,0.6984469890594482,0.15582799911499023,-0.6984469890594482,0.6727499961853027,0.3078399896621704,-0.6727499961853027,0.6984469890594482,0.15582799911499023,-0.6984469890594482,0.5592210292816162,0.307871013879776,-0.7697070240974426,0.5592210292816162,0.307871013879776,-0.7697070240974426,0.6984469890594482,0.15582799911499023,-0.6984469890594482,0.5805839896202087,0.15582799911499023,-0.7991269826889038,0.5592210292816162,0.307871013879776,-0.7697070240974426,0.5805839896202087,0.15582799911499023,-0.7991269826889038,0.43192800879478455,0.307871013879776,-0.8477129936218262,0.43192800879478455,0.307871013879776,-0.8477129936218262,0.5805839896202087,0.15582799911499023,-0.7991269826889038,0.44843900203704834,0.15582799911499023,-0.880092978477478,0.43192800879478455,0.307871013879776,-0.8477129936218262,0.44843900203704834,0.15582799911499023,-0.880092978477478,0.29401499032974243,0.307871013879776,-0.9048429727554321,0.29401499032974243,0.307871013879776,-0.9048429727554321,0.44843900203704834,0.15582799911499023,-0.880092978477478,0.3052160143852234,0.15579700469970703,-0.9394209980964661,0.29401499032974243,0.307871013879776,-0.9048429727554321,0.3052160143852234,0.15579700469970703,-0.9394209980964661,0.14880800247192383,0.3078399896621704,-0.9396950006484985,0.14880800247192383,0.3078399896621704,-0.9396950006484985,0.3052160143852234,0.15579700469970703,-0.9394209980964661,0.15451499819755554,0.15579700469970703,-0.9756159782409668,0.14880800247192383,0.3078399896621704,-0.9396950006484985,0.15451499819755554,0.15579700469970703,-0.9756159782409668,0.038178700953722,0.23325300216674805,-0.9716479778289795,0.038178700953722,0.23325300216674805,-0.9716479778289795,0.15451499819755554,0.15579700469970703,-0.9756159782409668,0.038697499781847,0.15598000586032867,-0.986998975276947,0.986968994140625,0.15598000586032867,-0.038697499781847,0.9984440207481384,0.03918579965829849,-0.03918579965829849,0.9756159782409668,0.15582799911499023,-0.15451499819755554,0.9756159782409668,0.15582799911499023,-0.15451499819755554,0.9984440207481384,0.03918579965829849,-0.03918579965829849,0.9869080185890198,0.039155200123786926,-0.15628500282764435,0.9756159782409668,0.15582799911499023,-0.15451499819755554,0.9869080185890198,0.039155200123786926,-0.15628500282764435,0.9394209980964661,0.15582799911499023,-0.3052160143852234,0.9394209980964661,0.15582799911499023,-0.3052160143852234,0.9869080185890198,0.039155200123786926,-0.15628500282764435,0.9503160119056702,0.03918579965829849,-0.3087559938430786,0.9394209980964661,0.15582799911499023,-0.3052160143852234,0.9503160119056702,0.03918579965829849,-0.3087559938430786,0.880092978477478,0.15582799911499023,-0.44843900203704834,0.880092978477478,0.15582799911499023,-0.44843900203704834,0.9503160119056702,0.03918579965829849,-0.3087559938430786,0.8903160095214844,0.039155200123786926,-0.45362699031829834,0.880092978477478,0.15582799911499023,-0.44843900203704834,0.8903160095214844,0.039155200123786926,-0.45362699031829834,0.7991269826889038,0.15582799911499023,-0.5805839896202087,0.7991269826889038,0.15582799911499023,-0.5805839896202087,0.8903160095214844,0.039155200123786926,-0.45362699031829834,0.8083739876747131,0.039155200123786926,-0.5873289704322815,0.7991269826889038,0.15582799911499023,-0.5805839896202087,0.8083739876747131,0.039155200123786926,-0.5873289704322815,0.6984469890594482,0.15582799911499023,-0.6984469890594482,0.6984469890594482,0.15582799911499023,-0.6984469890594482,0.8083739876747131,0.039155200123786926,-0.5873289704322815,0.7065340280532837,0.039155200123786926,-0.7065650224685669,0.6984469890594482,0.15582799911499023,-0.6984469890594482,0.7065340280532837,0.039155200123786926,-0.7065650224685669,0.5805839896202087,0.15582799911499023,-0.7991269826889038,0.5805839896202087,0.15582799911499023,-0.7991269826889038,0.7065340280532837,0.039155200123786926,-0.7065650224685669,0.5873289704322815,0.039155200123786926,-0.8083739876747131,0.5805839896202087,0.15582799911499023,-0.7991269826889038,0.5873289704322815,0.039155200123786926,-0.8083739876747131,0.44843900203704834,0.15582799911499023,-0.880092978477478,0.44843900203704834,0.15582799911499023,-0.880092978477478,0.5873289704322815,0.039155200123786926,-0.8083739876747131,0.45362699031829834,0.039155200123786926,-0.8903160095214844,0.44843900203704834,0.15582799911499023,-0.880092978477478,0.45362699031829834,0.039155200123786926,-0.8903160095214844,0.3052160143852234,0.15579700469970703,-0.9394209980964661,0.3052160143852234,0.15579700469970703,-0.9394209980964661,0.45362699031829834,0.039155200123786926,-0.8903160095214844,0.3087559938430786,0.039155200123786926,-0.9503160119056702,0.3052160143852234,0.15579700469970703,-0.9394209980964661,0.3087559938430786,0.039155200123786926,-0.9503160119056702,0.15451499819755554,0.15579700469970703,-0.9756159782409668,0.15451499819755554,0.15579700469970703,-0.9756159782409668,0.3087559938430786,0.039155200123786926,-0.9503160119056702,0.15628500282764435,0.03918579965829849,-0.9869080185890198,0.15451499819755554,0.15579700469970703,-0.9756159782409668,0.15628500282764435,0.03918579965829849,-0.9869080185890198,0.038697499781847,0.15598000586032867,-0.986998975276947,0.038697499781847,0.15598000586032867,-0.986998975276947,0.15628500282764435,0.03918579965829849,-0.9869080185890198,0.03918579965829849,0.03918579965829849,-0.9984440207481384,0.9984440207481384,0.03918579965829849,-0.03918579965829849,0.9984440207481384,-0.03918579965829849,-0.03918579965829849,0.9869080185890198,-0.039155200123786926,-0.15628500282764435,0.9984440207481384,0.03918579965829849,-0.03918579965829849,0.9869080185890198,-0.039155200123786926,-0.15628500282764435,0.9869080185890198,0.039155200123786926,-0.15628500282764435,0.9869080185890198,0.039155200123786926,-0.15628500282764435,0.9869080185890198,-0.039155200123786926,-0.15628500282764435,0.9503160119056702,-0.03918579965829849,-0.3087559938430786,0.9869080185890198,0.039155200123786926,-0.15628500282764435,0.9503160119056702,-0.03918579965829849,-0.3087559938430786,0.9503160119056702,0.03918579965829849,-0.3087559938430786,0.9503160119056702,0.03918579965829849,-0.3087559938430786,0.9503160119056702,-0.03918579965829849,-0.3087559938430786,0.8903160095214844,-0.039155200123786926,-0.45362699031829834,0.9503160119056702,0.03918579965829849,-0.3087559938430786,0.8903160095214844,-0.039155200123786926,-0.45362699031829834,0.8903160095214844,0.039155200123786926,-0.45362699031829834,0.8903160095214844,0.039155200123786926,-0.45362699031829834,0.8903160095214844,-0.039155200123786926,-0.45362699031829834,0.8083739876747131,-0.039155200123786926,-0.5873289704322815,0.8903160095214844,0.039155200123786926,-0.45362699031829834,0.8083739876747131,-0.039155200123786926,-0.5873289704322815,0.8083739876747131,0.039155200123786926,-0.5873289704322815,0.8083739876747131,0.039155200123786926,-0.5873289704322815,0.8083739876747131,-0.039155200123786926,-0.5873289704322815,0.7065340280532837,-0.039155200123786926,-0.7065650224685669,0.8083739876747131,0.039155200123786926,-0.5873289704322815,0.7065340280532837,-0.039155200123786926,-0.7065650224685669,0.7065340280532837,0.039155200123786926,-0.7065650224685669,0.7065340280532837,0.039155200123786926,-0.7065650224685669,0.7065340280532837,-0.039155200123786926,-0.7065650224685669,0.5873289704322815,-0.039155200123786926,-0.8083739876747131,0.7065340280532837,0.039155200123786926,-0.7065650224685669,0.5873289704322815,-0.039155200123786926,-0.8083739876747131,0.5873289704322815,0.039155200123786926,-0.8083739876747131,0.5873289704322815,0.039155200123786926,-0.8083739876747131,0.5873289704322815,-0.039155200123786926,-0.8083739876747131,0.45362699031829834,-0.039155200123786926,-0.8903160095214844,0.5873289704322815,0.039155200123786926,-0.8083739876747131,0.45362699031829834,-0.039155200123786926,-0.8903160095214844,0.45362699031829834,0.039155200123786926,-0.8903160095214844,0.45362699031829834,0.039155200123786926,-0.8903160095214844,0.45362699031829834,-0.039155200123786926,-0.8903160095214844,0.3087559938430786,-0.039155200123786926,-0.9503160119056702,0.45362699031829834,0.039155200123786926,-0.8903160095214844,0.3087559938430786,-0.039155200123786926,-0.9503160119056702,0.3087559938430786,0.039155200123786926,-0.9503160119056702,0.3087559938430786,0.039155200123786926,-0.9503160119056702,0.3087559938430786,-0.039155200123786926,-0.9503160119056702,0.15628500282764435,-0.039155200123786926,-0.9869080185890198,0.3087559938430786,0.039155200123786926,-0.9503160119056702,0.15628500282764435,-0.039155200123786926,-0.9869080185890198,0.15628500282764435,0.03918579965829849,-0.9869080185890198,0.15628500282764435,0.03918579965829849,-0.9869080185890198,0.15628500282764435,-0.039155200123786926,-0.9869080185890198,0.03918579965829849,-0.03918579965829849,-0.9984440207481384,0.15628500282764435,0.03918579965829849,-0.9869080185890198,0.03918579965829849,-0.03918579965829849,-0.9984440207481384,0.03918579965829849,0.03918579965829849,-0.9984440207481384,0.15240900218486786,-0.987060010433197,-0.049501001834869385,0.158269003033638,-0.987060010433197,-0.025055700913071632,-0.021881800144910812,-0.9996029734611511,-0.017151400446891785,0.15240900218486786,-0.987060010433197,-0.049501001834869385,-0.021881800144910812,-0.9996029734611511,-0.017151400446891785,0.14276599884033203,-0.987060010433197,-0.0727560967206955,0.12964299321174622,-0.987060010433197,-0.09418009966611862,0.14276599884033203,-0.987060010433197,-0.0727560967206955,-0.021881800144910812,-0.9996029734611511,-0.017151400446891785,0.11328499764204025,-0.987060010433197,-0.11331500113010406,0.12964299321174622,-0.987060010433197,-0.09418009966611862,-0.021881800144910812,-0.9996029734611511,-0.017151400446891785,0.09418009966611862,-0.987060010433197,-0.12964299321174622,0.11328499764204025,-0.987060010433197,-0.11331500113010406,-0.021881800144910812,-0.9996029734611511,-0.017151400446891785,0.0727560967206955,-0.987060010433197,-0.14276599884033203,0.09418009966611862,-0.987060010433197,-0.12964299321174622,-0.021881800144910812,-0.9996029734611511,-0.017151400446891785,0.025055700913071632,-0.987060010433197,-0.158269003033638,-0.021881800144910812,-0.9996029734611511,-0.017151400446891785,-0.012360000051558018,-0.9980469942092896,-0.06112860143184662,0.23340600728988647,-0.972320020198822,-0.00915555004030466,0.15832999348640442,-0.9873350262641907,-0.006286810152232647,0.158269003033638,-0.987060010433197,-0.025055700913071632,0.3826110064983368,-0.9237650036811829,-0.01504560001194477,0.31073901057243347,-0.9504070281982422,-0.012268399819731712,0.308694988489151,-0.9498890042304993,-0.048890698701143265,0.9394209980964661,-0.15582799911499023,-0.3052160143852234,0.9756159782409668,-0.15582799911499023,-0.15451499819755554,0.9396950006484985,-0.307871013879776,-0.14883899688720703,0.9869080185890198,-0.039155200123786926,-0.15628500282764435,0.9984440207481384,-0.03918579965829849,-0.03918579965829849,0.986968994140625,-0.15598000586032867,-0.038697499781847,0.03918579965829849,-0.03918579965829849,-0.9984440207481384,0.15628500282764435,-0.039155200123786926,-0.9869080185890198,0.15451499819755554,-0.15582799911499023,-0.9756159782409668,0.9869080185890198,-0.039155200123786926,-0.15628500282764435,0.9756159782409668,-0.15582799911499023,-0.15451499819755554,0.9503160119056702,-0.03918579965829849,-0.3087559938430786,0.9503160119056702,-0.03918579965829849,-0.3087559938430786,0.9756159782409668,-0.15582799911499023,-0.15451499819755554,0.9394209980964661,-0.15582799911499023,-0.3052160143852234,0.9503160119056702,-0.03918579965829849,-0.3087559938430786,0.9394209980964661,-0.15582799911499023,-0.3052160143852234,0.8903160095214844,-0.039155200123786926,-0.45362699031829834,0.14883899688720703,-0.3078399896621704,-0.9396950006484985,0.038178700953722,-0.23325300216674805,-0.9716479778289795,0.15451499819755554,-0.15582799911499023,-0.9756159782409668,0.15451499819755554,-0.15582799911499023,-0.9756159782409668,0.038178700953722,-0.23325300216674805,-0.9716479778289795,0.038697499781847,-0.15598000586032867,-0.986998975276947,0.15451499819755554,-0.15582799911499023,-0.9756159782409668,0.038697499781847,-0.15598000586032867,-0.986998975276947,0.03918579965829849,-0.03918579965829849,-0.9984440207481384,0.5592210292816162,-0.307871013879776,-0.7697070240974426,0.43192800879478455,-0.307871013879776,-0.8477129936218262,0.44843900203704834,-0.15582799911499023,-0.880092978477478,0.13950000703334808,-0.45240598917007446,-0.8808249831199646,0.03625600039958954,-0.38242700695991516,-0.9232460260391235,0.14883899688720703,-0.3078399896621704,-0.9396950006484985,0.14883899688720703,-0.3078399896621704,-0.9396950006484985,0.03625600039958954,-0.38242700695991516,-0.9232460260391235,0.03726309910416603,-0.3082059919834137,-0.9505599737167358,0.14883899688720703,-0.3078399896621704,-0.9396950006484985,0.03726309910416603,-0.3082059919834137,-0.9505599737167358,0.038178700953722,-0.23325300216674805,-0.9716479778289795,0.4048590064048767,-0.45240598917007446,-0.7945799827575684,0.43192800879478455,-0.307871013879776,-0.8477129936218262,0.5241860151290894,-0.45240598917007446,-0.7214879989624023,0.5241860151290894,-0.45240598917007446,-0.7214879989624023,0.43192800879478455,-0.307871013879776,-0.8477129936218262,0.5592210292816162,-0.307871013879776,-0.7697070240974426,0.5241860151290894,-0.45240598917007446,-0.7214879989624023,0.5592210292816162,-0.307871013879776,-0.7697070240974426,0.6305729746818542,-0.45240598917007446,-0.6306040287017822,0.7065340280532837,-0.039155200123786926,-0.7065650224685669,0.8083739876747131,-0.039155200123786926,-0.5873289704322815,0.7991269826889038,-0.15582799911499023,-0.5805839896202087,0.7991269826889038,-0.15582799911499023,-0.5805839896202087,0.8083739876747131,-0.039155200123786926,-0.5873289704322815,0.880092978477478,-0.15582799911499023,-0.44843900203704834,0.7991269826889038,-0.15582799911499023,-0.5805839896202087,0.880092978477478,-0.15582799911499023,-0.44843900203704834,0.8477129936218262,-0.3078399896621704,-0.43192800879478455,0.8477129936218262,-0.3078399896621704,-0.43192800879478455,0.880092978477478,-0.15582799911499023,-0.44843900203704834,0.9048429727554321,-0.307871013879776,-0.2939850091934204,0.8477129936218262,-0.3078399896621704,-0.43192800879478455,0.9048429727554321,-0.307871013879776,-0.2939850091934204,0.8481400012969971,-0.45240598917007446,-0.27555200457572937,0.8481400012969971,-0.45240598917007446,-0.27555200457572937,0.9048429727554321,-0.307871013879776,-0.2939850091934204,0.8808249831199646,-0.45240598917007446,-0.13950000703334808,0.8481400012969971,-0.45240598917007446,-0.27555200457572937,0.8808249831199646,-0.45240598917007446,-0.13950000703334808,0.8003780245780945,-0.5859249830245972,-0.12674300372600555,0.9869080185890198,-0.039155200123786926,-0.15628500282764435,0.986968994140625,-0.15598000586032867,-0.038697499781847,0.9756159782409668,-0.15582799911499023,-0.15451499819755554,0.9756159782409668,-0.15582799911499023,-0.15451499819755554,0.986968994140625,-0.15598000586032867,-0.038697499781847,0.9716479778289795,-0.23325300216674805,-0.038178700953722,0.9756159782409668,-0.15582799911499023,-0.15451499819755554,0.9716479778289795,-0.23325300216674805,-0.038178700953722,0.9396950006484985,-0.307871013879776,-0.14883899688720703,0.9396950006484985,-0.307871013879776,-0.14883899688720703,0.9716479778289795,-0.23325300216674805,-0.038178700953722,0.9505599737167358,-0.3082369863986969,-0.03729360178112984,0.9396950006484985,-0.307871013879776,-0.14883899688720703,0.9505599737167358,-0.3082369863986969,-0.03729360178112984,0.9232460260391235,-0.38242700695991516,-0.036286499351263046,0.8083739876747131,-0.039155200123786926,-0.5873289704322815,0.8903160095214844,-0.039155200123786926,-0.45362699031829834,0.880092978477478,-0.15582799911499023,-0.44843900203704834,0.880092978477478,-0.15582799911499023,-0.44843900203704834,0.8903160095214844,-0.039155200123786926,-0.45362699031829834,0.9394209980964661,-0.15582799911499023,-0.3052160143852234,0.880092978477478,-0.15582799911499023,-0.44843900203704834,0.9394209980964661,-0.15582799911499023,-0.3052160143852234,0.9048429727554321,-0.307871013879776,-0.2939850091934204,0.9048429727554321,-0.307871013879776,-0.2939850091934204,0.9394209980964661,-0.15582799911499023,-0.3052160143852234,0.9396950006484985,-0.307871013879776,-0.14883899688720703,0.9048429727554321,-0.307871013879776,-0.2939850091934204,0.9396950006484985,-0.307871013879776,-0.14883899688720703,0.8808249831199646,-0.45240598917007446,-0.13950000703334808,0.8808249831199646,-0.45240598917007446,-0.13950000703334808,0.9396950006484985,-0.307871013879776,-0.14883899688720703,0.9232460260391235,-0.38242700695991516,-0.036286499351263046,0.12674300372600555,-0.5859249830245972,-0.8003780245780945,0.03347880020737648,-0.5221719741821289,-0.8521379828453064,0.13950000703334808,-0.45240598917007446,-0.8808249831199646,0.13950000703334808,-0.45240598917007446,-0.8808249831199646,0.03347880020737648,-0.5221719741821289,-0.8521379828453064,0.03494369983673096,-0.45289498567581177,-0.8908659815788269,0.13950000703334808,-0.45240598917007446,-0.8808249831199646,0.03494369983673096,-0.45289498567581177,-0.8908659815788269,0.03625600039958954,-0.38242700695991516,-0.9232460260391235,0.3678700029850006,-0.585893988609314,-0.7220370173454285,0.4048590064048767,-0.45240598917007446,-0.7945799827575684,0.47630199790000916,-0.5859249830245972,-0.6555989980697632,0.47630199790000916,-0.5859249830245972,-0.6555989980697632,0.4048590064048767,-0.45240598917007446,-0.7945799827575684,0.5241860151290894,-0.45240598917007446,-0.7214879989624023,0.47630199790000916,-0.5859249830245972,-0.6555989980697632,0.5241860151290894,-0.45240598917007446,-0.7214879989624023,0.5729849934577942,-0.5859249830245972,-0.5729849934577942,0.5729849934577942,-0.5859249830245972,-0.5729849934577942,0.5241860151290894,-0.45240598917007446,-0.7214879989624023,0.6305729746818542,-0.45240598917007446,-0.6306040287017822,0.5729849934577942,-0.5859249830245972,-0.5729849934577942,0.6305729746818542,-0.45240598917007446,-0.6306040287017822,0.65556800365448,-0.5859249830245972,-0.47630199790000916,0.11090400069952011,-0.7051299810409546,-0.7003080248832703,0.029877599328756332,-0.6491289734840393,-0.7600629925727844,0.12674300372600555,-0.5859249830245972,-0.8003780245780945,0.12674300372600555,-0.5859249830245972,-0.8003780245780945,0.029877599328756332,-0.6491289734840393,-0.7600629925727844,0.031769800931215286,-0.5865659713745117,-0.8092589974403381,0.12674300372600555,-0.5859249830245972,-0.8003780245780945,0.031769800931215286,-0.5865659713745117,-0.8092589974403381,0.03347880020737648,-0.5221719741821289,-0.8521379828453064,0.32187899947166443,-0.7051299810409546,-0.6317639946937561,0.3678700029850006,-0.585893988609314,-0.7220370173454285,0.41676101088523865,-0.7051299810409546,-0.5736259818077087,0.41676101088523865,-0.7051299810409546,-0.5736259818077087,0.3678700029850006,-0.585893988609314,-0.7220370173454285,0.47630199790000916,-0.5859249830245972,-0.6555989980697632,0.41676101088523865,-0.7051299810409546,-0.5736259818077087,0.47630199790000916,-0.5859249830245972,-0.6555989980697632,0.5013579726219177,-0.7051299810409546,-0.5013579726219177,0.5013579726219177,-0.7051299810409546,-0.5013579726219177,0.47630199790000916,-0.5859249830245972,-0.6555989980697632,0.5729849934577942,-0.5859249830245972,-0.5729849934577942,0.5013579726219177,-0.7051299810409546,-0.5013579726219177,0.5729849934577942,-0.5859249830245972,-0.5729849934577942,0.5736259818077087,-0.7051299810409546,-0.41676101088523865,0.5736259818077087,-0.7051299810409546,-0.41676101088523865,0.5729849934577942,-0.5859249830245972,-0.5729849934577942,0.65556800365448,-0.5859249830245972,-0.47630199790000916,0.5736259818077087,-0.7051299810409546,-0.41676101088523865,0.65556800365448,-0.5859249830245972,-0.47630199790000916,0.6317639946937561,-0.7051299810409546,-0.32187899947166443,0.45362699031829834,-0.039155200123786926,-0.8903160095214844,0.5873289704322815,-0.039155200123786926,-0.8083739876747131,0.5805839896202087,-0.15582799911499023,-0.7991269826889038,0.5805839896202087,-0.15582799911499023,-0.7991269826889038,0.5873289704322815,-0.039155200123786926,-0.8083739876747131,0.6984469890594482,-0.15582799911499023,-0.6984469890594482,0.5805839896202087,-0.15582799911499023,-0.7991269826889038,0.6984469890594482,-0.15582799911499023,-0.6984469890594482,0.6727499961853027,-0.3078399896621704,-0.6727499961853027,0.6727499961853027,-0.3078399896621704,-0.6727499961853027,0.6984469890594482,-0.15582799911499023,-0.6984469890594482,0.7697070240974426,-0.3078399896621704,-0.5592210292816162,0.6727499961853027,-0.3078399896621704,-0.6727499961853027,0.7697070240974426,-0.3078399896621704,-0.5592210292816162,0.7214879989624023,-0.45240598917007446,-0.5241860151290894,0.7214879989624023,-0.45240598917007446,-0.5241860151290894,0.7697070240974426,-0.3078399896621704,-0.5592210292816162,0.7946100234985352,-0.45240598917007446,-0.4048590064048767,0.7214879989624023,-0.45240598917007446,-0.5241860151290894,0.7946100234985352,-0.45240598917007446,-0.4048590064048767,0.7220370173454285,-0.5859249830245972,-0.3678700029850006,0.7220370173454285,-0.5859249830245972,-0.3678700029850006,0.7946100234985352,-0.45240598917007446,-0.4048590064048767,0.770684003829956,-0.5859249830245972,-0.2504040002822876,0.7220370173454285,-0.5859249830245972,-0.3678700029850006,0.770684003829956,-0.5859249830245972,-0.2504040002822876,0.6743370294570923,-0.7051299810409546,-0.21909199655056,0.6743370294570923,-0.7051299810409546,-0.21909199655056,0.770684003829956,-0.5859249830245972,-0.2504040002822876,0.7003080248832703,-0.7051299810409546,-0.11090400069952011,0.6743370294570923,-0.7051299810409546,-0.21909199655056,0.7003080248832703,-0.7051299810409546,-0.11090400069952011,0.5830559730529785,-0.8071230053901672,-0.09231849759817123,0.9232460260391235,-0.38242700695991516,-0.036286499351263046,0.8908349871635437,-0.45289498567581177,-0.03494369983673096,0.8808249831199646,-0.45240598917007446,-0.13950000703334808,0.8808249831199646,-0.45240598917007446,-0.13950000703334808,0.8908349871635437,-0.45289498567581177,-0.03494369983673096,0.8521379828453064,-0.5222020149230957,-0.03347880020737648,0.8808249831199646,-0.45240598917007446,-0.13950000703334808,0.8521379828453064,-0.5222020149230957,-0.03347880020737648,0.8003780245780945,-0.5859249830245972,-0.12674300372600555,0.8003780245780945,-0.5859249830245972,-0.12674300372600555,0.8521379828453064,-0.5222020149230957,-0.03347880020737648,0.8092589974403381,-0.5865349769592285,-0.031769800931215286,0.8003780245780945,-0.5859249830245972,-0.12674300372600555,0.8092589974403381,-0.5865349769592285,-0.031769800931215286,0.7600629925727844,-0.6491289734840393,-0.029877599328756332,0.5873289704322815,-0.039155200123786926,-0.8083739876747131,0.7065340280532837,-0.039155200123786926,-0.7065650224685669,0.6984469890594482,-0.15582799911499023,-0.6984469890594482,0.6984469890594482,-0.15582799911499023,-0.6984469890594482,0.7065340280532837,-0.039155200123786926,-0.7065650224685669,0.7991269826889038,-0.15582799911499023,-0.5805839896202087,0.6984469890594482,-0.15582799911499023,-0.6984469890594482,0.7991269826889038,-0.15582799911499023,-0.5805839896202087,0.7697070240974426,-0.3078399896621704,-0.5592210292816162,0.7697070240974426,-0.3078399896621704,-0.5592210292816162,0.7991269826889038,-0.15582799911499023,-0.5805839896202087,0.8477129936218262,-0.3078399896621704,-0.43192800879478455,0.7697070240974426,-0.3078399896621704,-0.5592210292816162,0.8477129936218262,-0.3078399896621704,-0.43192800879478455,0.7946100234985352,-0.45240598917007446,-0.4048590064048767,0.7946100234985352,-0.45240598917007446,-0.4048590064048767,0.8477129936218262,-0.3078399896621704,-0.43192800879478455,0.8481400012969971,-0.45240598917007446,-0.27555200457572937,0.7946100234985352,-0.45240598917007446,-0.4048590064048767,0.8481400012969971,-0.45240598917007446,-0.27555200457572937,0.770684003829956,-0.5859249830245972,-0.2504040002822876,0.770684003829956,-0.5859249830245972,-0.2504040002822876,0.8481400012969971,-0.45240598917007446,-0.27555200457572937,0.8003780245780945,-0.5859249830245972,-0.12674300372600555,0.770684003829956,-0.5859249830245972,-0.2504040002822876,0.8003780245780945,-0.5859249830245972,-0.12674300372600555,0.7003080248832703,-0.7051299810409546,-0.11090400069952011,0.7003080248832703,-0.7051299810409546,-0.11090400069952011,0.8003780245780945,-0.5859249830245972,-0.12674300372600555,0.7600629925727844,-0.6491289734840393,-0.029877599328756332,0.09234900027513504,-0.8071230053901672,-0.5830559730529785,0.025513499975204468,-0.7601249814033508,-0.6492199897766113,0.11090400069952011,-0.7051299810409546,-0.7003080248832703,0.11090400069952011,-0.7051299810409546,-0.7003080248832703,0.025513499975204468,-0.7601249814033508,-0.6492199897766113,0.027802400290966034,-0.7058320045471191,-0.7077850103378296,0.11090400069952011,-0.7051299810409546,-0.7003080248832703,0.027802400290966034,-0.7058320045471191,-0.7077850103378296,0.029877599328756332,-0.6491289734840393,-0.7600629925727844,0.26798298954963684,-0.8071539998054504,-0.5259860157966614,0.32187899947166443,-0.7051299810409546,-0.6317639946937561,0.3469949960708618,-0.8071539998054504,-0.47758400440216064,0.3469949960708618,-0.8071539998054504,-0.47758400440216064,0.32187899947166443,-0.7051299810409546,-0.6317639946937561,0.41676101088523865,-0.7051299810409546,-0.5736259818077087,0.3469949960708618,-0.8071539998054504,-0.47758400440216064,0.41676101088523865,-0.7051299810409546,-0.5736259818077087,0.4174320101737976,-0.8071539998054504,-0.4174320101737976,0.4174320101737976,-0.8071539998054504,-0.4174320101737976,0.41676101088523865,-0.7051299810409546,-0.5736259818077087,0.5013579726219177,-0.7051299810409546,-0.5013579726219177,0.4174320101737976,-0.8071539998054504,-0.4174320101737976,0.5013579726219177,-0.7051299810409546,-0.5013579726219177,0.47758400440216064,-0.8071539998054504,-0.3469649851322174,0.47758400440216064,-0.8071539998054504,-0.3469649851322174,0.5013579726219177,-0.7051299810409546,-0.5013579726219177,0.5736259818077087,-0.7051299810409546,-0.41676101088523865,0.47758400440216064,-0.8071539998054504,-0.3469649851322174,0.5736259818077087,-0.7051299810409546,-0.41676101088523865,0.5259860157966614,-0.8071539998054504,-0.26798298954963684,0.5259860157966614,-0.8071539998054504,-0.26798298954963684,0.5736259818077087,-0.7051299810409546,-0.41676101088523865,0.6317639946937561,-0.7051299810409546,-0.32187899947166443,0.5259860157966614,-0.8071539998054504,-0.26798298954963684,0.6317639946937561,-0.7051299810409546,-0.32187899947166443,0.5614179968833923,-0.8071539998054504,-0.18240900337696075,0.07150489836931229,-0.8894010186195374,-0.45146000385284424,0.020539000630378723,-0.8524429798126221,-0.5223550200462341,0.09234900027513504,-0.8071230053901672,-0.5830559730529785,0.09234900027513504,-0.8071230053901672,-0.5830559730529785,0.020539000630378723,-0.8524429798126221,-0.5223550200462341,0.02316349931061268,-0.8078550100326538,-0.5888850092887878,0.09234900027513504,-0.8071230053901672,-0.5830559730529785,0.02316349931061268,-0.8078550100326538,-0.5888850092887878,0.025513499975204468,-0.7601249814033508,-0.6492199897766113,0.20749500393867493,-0.8894010186195374,-0.40727001428604126,0.26798298954963684,-0.8071539998054504,-0.5259860157966614,0.2686539888381958,-0.8894010186195374,-0.36979299783706665,0.2686539888381958,-0.8894010186195374,-0.36979299783706665,0.26798298954963684,-0.8071539998054504,-0.5259860157966614,0.3469949960708618,-0.8071539998054504,-0.47758400440216064,0.2686539888381958,-0.8894010186195374,-0.36979299783706665,0.3469949960708618,-0.8071539998054504,-0.47758400440216064,0.32319098711013794,-0.8894010186195374,-0.32319098711013794,0.32319098711013794,-0.8894010186195374,-0.32319098711013794,0.3469949960708618,-0.8071539998054504,-0.47758400440216064,0.4174320101737976,-0.8071539998054504,-0.4174320101737976,0.32319098711013794,-0.8894010186195374,-0.32319098711013794,0.4174320101737976,-0.8071539998054504,-0.4174320101737976,0.36979299783706665,-0.8894010186195374,-0.2686539888381958,0.36979299783706665,-0.8894010186195374,-0.2686539888381958,0.4174320101737976,-0.8071539998054504,-0.4174320101737976,0.47758400440216064,-0.8071539998054504,-0.3469649851322174,0.36979299783706665,-0.8894010186195374,-0.2686539888381958,0.47758400440216064,-0.8071539998054504,-0.3469649851322174,0.40727001428604126,-0.8894010186195374,-0.20749500393867493,0.40727001428604126,-0.8894010186195374,-0.20749500393867493,0.47758400440216064,-0.8071539998054504,-0.3469649851322174,0.5259860157966614,-0.8071539998054504,-0.26798298954963684,0.40727001428604126,-0.8894010186195374,-0.20749500393867493,0.5259860157966614,-0.8071539998054504,-0.26798298954963684,0.4347060024738312,-0.8894010186195374,-0.14124000072479248,0.4347060024738312,-0.8894010186195374,-0.14124000072479248,0.5259860157966614,-0.8071539998054504,-0.26798298954963684,0.5614179968833923,-0.8071539998054504,-0.18240900337696075,0.4347060024738312,-0.8894010186195374,-0.14124000072479248,0.5614179968833923,-0.8071539998054504,-0.18240900337696075,0.45146000385284424,-0.8894010186195374,-0.07150489836931229,0.7600629925727844,-0.6491289734840393,-0.029877599328756332,0.7077850103378296,-0.7058320045471191,-0.027802400290966034,0.7003080248832703,-0.7051299810409546,-0.11090400069952011,0.7003080248832703,-0.7051299810409546,-0.11090400069952011,0.7077850103378296,-0.7058320045471191,-0.027802400290966034,0.6492199897766113,-0.7601249814033508,-0.025513499975204468,0.7003080248832703,-0.7051299810409546,-0.11090400069952011,0.6492199897766113,-0.7601249814033508,-0.025513499975204468,0.5830559730529785,-0.8071230053901672,-0.09231849759817123,0.5830559730529785,-0.8071230053901672,-0.09231849759817123,0.6492199897766113,-0.7601249814033508,-0.025513499975204468,0.5888850092887878,-0.8078550100326538,-0.02316349931061268,0.5830559730529785,-0.8071230053901672,-0.09231849759817123,0.5888850092887878,-0.8078550100326538,-0.02316349931061268,0.5223850011825562,-0.8524429798126221,-0.020539000630378723,0.3087559938430786,-0.039155200123786926,-0.9503160119056702,0.45362699031829834,-0.039155200123786926,-0.8903160095214844,0.44843900203704834,-0.15582799911499023,-0.880092978477478,0.44843900203704834,-0.15582799911499023,-0.880092978477478,0.45362699031829834,-0.039155200123786926,-0.8903160095214844,0.5805839896202087,-0.15582799911499023,-0.7991269826889038,0.44843900203704834,-0.15582799911499023,-0.880092978477478,0.5805839896202087,-0.15582799911499023,-0.7991269826889038,0.5592210292816162,-0.307871013879776,-0.7697070240974426,0.5592210292816162,-0.307871013879776,-0.7697070240974426,0.5805839896202087,-0.15582799911499023,-0.7991269826889038,0.6727499961853027,-0.3078399896621704,-0.6727499961853027,0.5592210292816162,-0.307871013879776,-0.7697070240974426,0.6727499961853027,-0.3078399896621704,-0.6727499961853027,0.6305729746818542,-0.45240598917007446,-0.6306040287017822,0.6305729746818542,-0.45240598917007446,-0.6306040287017822,0.6727499961853027,-0.3078399896621704,-0.6727499961853027,0.7214879989624023,-0.45240598917007446,-0.5241860151290894,0.6305729746818542,-0.45240598917007446,-0.6306040287017822,0.7214879989624023,-0.45240598917007446,-0.5241860151290894,0.65556800365448,-0.5859249830245972,-0.47630199790000916,0.65556800365448,-0.5859249830245972,-0.47630199790000916,0.7214879989624023,-0.45240598917007446,-0.5241860151290894,0.7220370173454285,-0.5859249830245972,-0.3678700029850006,0.65556800365448,-0.5859249830245972,-0.47630199790000916,0.7220370173454285,-0.5859249830245972,-0.3678700029850006,0.6317639946937561,-0.7051299810409546,-0.32187899947166443,0.6317639946937561,-0.7051299810409546,-0.32187899947166443,0.7220370173454285,-0.5859249830245972,-0.3678700029850006,0.6743370294570923,-0.7051299810409546,-0.21909199655056,0.6317639946937561,-0.7051299810409546,-0.32187899947166443,0.6743370294570923,-0.7051299810409546,-0.21909199655056,0.5614179968833923,-0.8071539998054504,-0.18240900337696075,0.5614179968833923,-0.8071539998054504,-0.18240900337696075,0.6743370294570923,-0.7051299810409546,-0.21909199655056,0.5830559730529785,-0.8071230053901672,-0.09231849759817123,0.5614179968833923,-0.8071539998054504,-0.18240900337696075,0.5830559730529785,-0.8071230053901672,-0.09231849759817123,0.45146000385284424,-0.8894010186195374,-0.07150489836931229,0.45146000385284424,-0.8894010186195374,-0.07150489836931229,0.5830559730529785,-0.8071230053901672,-0.09231849759817123,0.5223850011825562,-0.8524429798126221,-0.020539000630378723,0.45146000385284424,-0.8894010186195374,-0.07150489836931229,0.5223850011825562,-0.8524429798126221,-0.020539000630378723,0.45545798540115356,-0.8900719881057739,-0.017944900318980217,0.0488600991666317,-0.9498890042304993,-0.308694988489151,0.01504560001194477,-0.9237650036811829,-0.3826110064983368,0.07150489836931229,-0.8894010186195374,-0.45146000385284424,0.07150489836931229,-0.8894010186195374,-0.45146000385284424,0.01504560001194477,-0.9237650036811829,-0.3826110064983368,0.017944900318980217,-0.8900719881057739,-0.45545798540115356,0.07150489836931229,-0.8894010186195374,-0.45146000385284424,0.017944900318980217,-0.8900719881057739,-0.45545798540115356,0.020539000630378723,-0.8524429798126221,-0.5223550200462341,0.45545798540115356,-0.8900719881057739,-0.017944900318980217,0.3826110064983368,-0.9237650036811829,-0.01504560001194477,0.45146000385284424,-0.8894010186195374,-0.07150489836931229,0.45146000385284424,-0.8894010186195374,-0.07150489836931229,0.3826110064983368,-0.9237650036811829,-0.01504560001194477,0.308694988489151,-0.9498890042304993,-0.048890698701143265,0.45146000385284424,-0.8894010186195374,-0.07150489836931229,0.308694988489151,-0.9498890042304993,-0.048890698701143265,0.4347060024738312,-0.8894010186195374,-0.14124000072479248,0.4347060024738312,-0.8894010186195374,-0.14124000072479248,0.308694988489151,-0.9498890042304993,-0.048890698701143265,0.29725000262260437,-0.9498890042304993,-0.09656059741973877,0.4347060024738312,-0.8894010186195374,-0.14124000072479248,0.29725000262260437,-0.9498890042304993,-0.09656059741973877,0.40727001428604126,-0.8894010186195374,-0.20749500393867493,0.40727001428604126,-0.8894010186195374,-0.20749500393867493,0.29725000262260437,-0.9498890042304993,-0.09656059741973877,0.27848100662231445,-0.9498890042304993,-0.14188100397586823,0.40727001428604126,-0.8894010186195374,-0.20749500393867493,0.27848100662231445,-0.9498890042304993,-0.14188100397586823,0.36979299783706665,-0.8894010186195374,-0.2686539888381958,0.36979299783706665,-0.8894010186195374,-0.2686539888381958,0.27848100662231445,-0.9498890042304993,-0.14188100397586823,0.25284600257873535,-0.9498890042304993,-0.18369099497795105,0.36979299783706665,-0.8894010186195374,-0.2686539888381958,0.25284600257873535,-0.9498890042304993,-0.18369099497795105,0.32319098711013794,-0.8894010186195374,-0.32319098711013794,0.32319098711013794,-0.8894010186195374,-0.32319098711013794,0.25284600257873535,-0.9498890042304993,-0.18369099497795105,0.22098499536514282,-0.9498890042304993,-0.22098499536514282,0.32319098711013794,-0.8894010186195374,-0.32319098711013794,0.22098499536514282,-0.9498890042304993,-0.22098499536514282,0.2686539888381958,-0.8894010186195374,-0.36979299783706665,0.2686539888381958,-0.8894010186195374,-0.36979299783706665,0.22098499536514282,-0.9498890042304993,-0.22098499536514282,0.18369099497795105,-0.9498890042304993,-0.25284600257873535,0.2686539888381958,-0.8894010186195374,-0.36979299783706665,0.18369099497795105,-0.9498890042304993,-0.25284600257873535,0.20749500393867493,-0.8894010186195374,-0.40727001428604126,0.20749500393867493,-0.8894010186195374,-0.40727001428604126,0.18369099497795105,-0.9498890042304993,-0.25284600257873535,0.14188100397586823,-0.9498890042304993,-0.27848100662231445,-0.021881800144910812,-0.9996029734611511,-0.017151400446891785,0.025055700913071632,-0.987060010433197,-0.158269003033638,0.049501001834869385,-0.987060010433197,-0.15240900218486786,0.049501001834869385,-0.987060010433197,-0.15240900218486786,0.025055700913071632,-0.987060010433197,-0.158269003033638,0.0488600991666317,-0.9498890042304993,-0.308694988489151,0.049501001834869385,-0.987060010433197,-0.15240900218486786,0.0488600991666317,-0.9498890042304993,-0.308694988489151,0.09656059741973877,-0.9498890042304993,-0.29725000262260437,0.09656059741973877,-0.9498890042304993,-0.29725000262260437,0.0488600991666317,-0.9498890042304993,-0.308694988489151,0.07150489836931229,-0.8894010186195374,-0.45146000385284424,0.09656059741973877,-0.9498890042304993,-0.29725000262260437,0.07150489836931229,-0.8894010186195374,-0.45146000385284424,0.14124000072479248,-0.8894010186195374,-0.4347060024738312,0.14124000072479248,-0.8894010186195374,-0.4347060024738312,0.07150489836931229,-0.8894010186195374,-0.45146000385284424,0.09234900027513504,-0.8071230053901672,-0.5830559730529785,0.14124000072479248,-0.8894010186195374,-0.4347060024738312,0.09234900027513504,-0.8071230053901672,-0.5830559730529785,0.18240900337696075,-0.8071539998054504,-0.5614179968833923,0.18240900337696075,-0.8071539998054504,-0.5614179968833923,0.09234900027513504,-0.8071230053901672,-0.5830559730529785,0.11090400069952011,-0.7051299810409546,-0.7003080248832703,0.18240900337696075,-0.8071539998054504,-0.5614179968833923,0.11090400069952011,-0.7051299810409546,-0.7003080248832703,0.21909199655056,-0.7051299810409546,-0.6743370294570923,0.21909199655056,-0.7051299810409546,-0.6743370294570923,0.11090400069952011,-0.7051299810409546,-0.7003080248832703,0.12674300372600555,-0.5859249830245972,-0.8003780245780945,0.21909199655056,-0.7051299810409546,-0.6743370294570923,0.12674300372600555,-0.5859249830245972,-0.8003780245780945,0.2504040002822876,-0.585893988609314,-0.770684003829956,0.2504040002822876,-0.585893988609314,-0.770684003829956,0.12674300372600555,-0.5859249830245972,-0.8003780245780945,0.13950000703334808,-0.45240598917007446,-0.8808249831199646,0.2504040002822876,-0.585893988609314,-0.770684003829956,0.13950000703334808,-0.45240598917007446,-0.8808249831199646,0.2755819857120514,-0.45240598917007446,-0.8481400012969971,0.2755819857120514,-0.45240598917007446,-0.8481400012969971,0.13950000703334808,-0.45240598917007446,-0.8808249831199646,0.14883899688720703,-0.3078399896621704,-0.9396950006484985,0.2755819857120514,-0.45240598917007446,-0.8481400012969971,0.14883899688720703,-0.3078399896621704,-0.9396950006484985,0.2939850091934204,-0.307871013879776,-0.9048429727554321,0.2939850091934204,-0.307871013879776,-0.9048429727554321,0.14883899688720703,-0.3078399896621704,-0.9396950006484985,0.15451499819755554,-0.15582799911499023,-0.9756159782409668,0.2939850091934204,-0.307871013879776,-0.9048429727554321,0.15451499819755554,-0.15582799911499023,-0.9756159782409668,0.3052160143852234,-0.15582799911499023,-0.9394209980964661,0.3052160143852234,-0.15582799911499023,-0.9394209980964661,0.15451499819755554,-0.15582799911499023,-0.9756159782409668,0.15628500282764435,-0.039155200123786926,-0.9869080185890198,0.3052160143852234,-0.15582799911499023,-0.9394209980964661,0.15628500282764435,-0.039155200123786926,-0.9869080185890198,0.3087559938430786,-0.039155200123786926,-0.9503160119056702,0.31073901057243347,-0.9504070281982422,-0.012268399819731712,0.23340600728988647,-0.972320020198822,-0.00915555004030466,0.308694988489151,-0.9498890042304993,-0.048890698701143265,0.308694988489151,-0.9498890042304993,-0.048890698701143265,0.23340600728988647,-0.972320020198822,-0.00915555004030466,0.158269003033638,-0.987060010433197,-0.025055700913071632,0.308694988489151,-0.9498890042304993,-0.048890698701143265,0.158269003033638,-0.987060010433197,-0.025055700913071632,0.29725000262260437,-0.9498890042304993,-0.09656059741973877,0.29725000262260437,-0.9498890042304993,-0.09656059741973877,0.158269003033638,-0.987060010433197,-0.025055700913071632,0.15240900218486786,-0.987060010433197,-0.049501001834869385,0.29725000262260437,-0.9498890042304993,-0.09656059741973877,0.15240900218486786,-0.987060010433197,-0.049501001834869385,0.27848100662231445,-0.9498890042304993,-0.14188100397586823,0.27848100662231445,-0.9498890042304993,-0.14188100397586823,0.15240900218486786,-0.987060010433197,-0.049501001834869385,0.14276599884033203,-0.987060010433197,-0.0727560967206955,0.27848100662231445,-0.9498890042304993,-0.14188100397586823,0.14276599884033203,-0.987060010433197,-0.0727560967206955,0.25284600257873535,-0.9498890042304993,-0.18369099497795105,0.25284600257873535,-0.9498890042304993,-0.18369099497795105,0.14276599884033203,-0.987060010433197,-0.0727560967206955,0.12964299321174622,-0.987060010433197,-0.09418009966611862,0.25284600257873535,-0.9498890042304993,-0.18369099497795105,0.12964299321174622,-0.987060010433197,-0.09418009966611862,0.22098499536514282,-0.9498890042304993,-0.22098499536514282,0.22098499536514282,-0.9498890042304993,-0.22098499536514282,0.12964299321174622,-0.987060010433197,-0.09418009966611862,0.11328499764204025,-0.987060010433197,-0.11331500113010406,0.22098499536514282,-0.9498890042304993,-0.22098499536514282,0.11328499764204025,-0.987060010433197,-0.11331500113010406,0.18369099497795105,-0.9498890042304993,-0.25284600257873535,0.18369099497795105,-0.9498890042304993,-0.25284600257873535,0.11328499764204025,-0.987060010433197,-0.11331500113010406,0.09418009966611862,-0.987060010433197,-0.12964299321174622,0.18369099497795105,-0.9498890042304993,-0.25284600257873535,0.09418009966611862,-0.987060010433197,-0.12964299321174622,0.14188100397586823,-0.9498890042304993,-0.27848100662231445,0.14188100397586823,-0.9498890042304993,-0.27848100662231445,0.09418009966611862,-0.987060010433197,-0.12964299321174622,0.0727560967206955,-0.987060010433197,-0.14276599884033203,-0.012360000051558018,-0.9980469942092896,-0.06112860143184662,0.006286810152232647,-0.9873350262641907,-0.15832999348640442,0.025055700913071632,-0.987060010433197,-0.158269003033638,0.025055700913071632,-0.987060010433197,-0.158269003033638,0.006286810152232647,-0.9873350262641907,-0.15832999348640442,0.00915555004030466,-0.972320020198822,-0.23340600728988647,0.025055700913071632,-0.987060010433197,-0.158269003033638,0.00915555004030466,-0.972320020198822,-0.23340600728988647,0.0488600991666317,-0.9498890042304993,-0.308694988489151,0.0488600991666317,-0.9498890042304993,-0.308694988489151,0.00915555004030466,-0.972320020198822,-0.23340600728988647,0.012268399819731712,-0.9504070281982422,-0.31073901057243347,0.0488600991666317,-0.9498890042304993,-0.308694988489151,0.012268399819731712,-0.9504070281982422,-0.31073901057243347,0.01504560001194477,-0.9237650036811829,-0.3826110064983368,0.3087559938430786,-0.039155200123786926,-0.9503160119056702,0.44843900203704834,-0.15582799911499023,-0.880092978477478,0.3052160143852234,-0.15582799911499023,-0.9394209980964661,0.3052160143852234,-0.15582799911499023,-0.9394209980964661,0.44843900203704834,-0.15582799911499023,-0.880092978477478,0.43192800879478455,-0.307871013879776,-0.8477129936218262,0.3052160143852234,-0.15582799911499023,-0.9394209980964661,0.43192800879478455,-0.307871013879776,-0.8477129936218262,0.2939850091934204,-0.307871013879776,-0.9048429727554321,0.2939850091934204,-0.307871013879776,-0.9048429727554321,0.43192800879478455,-0.307871013879776,-0.8477129936218262,0.4048590064048767,-0.45240598917007446,-0.7945799827575684,0.2939850091934204,-0.307871013879776,-0.9048429727554321,0.4048590064048767,-0.45240598917007446,-0.7945799827575684,0.2755819857120514,-0.45240598917007446,-0.8481400012969971,0.2755819857120514,-0.45240598917007446,-0.8481400012969971,0.4048590064048767,-0.45240598917007446,-0.7945799827575684,0.3678700029850006,-0.585893988609314,-0.7220370173454285,0.2755819857120514,-0.45240598917007446,-0.8481400012969971,0.3678700029850006,-0.585893988609314,-0.7220370173454285,0.2504040002822876,-0.585893988609314,-0.770684003829956,0.2504040002822876,-0.585893988609314,-0.770684003829956,0.3678700029850006,-0.585893988609314,-0.7220370173454285,0.32187899947166443,-0.7051299810409546,-0.6317639946937561,0.2504040002822876,-0.585893988609314,-0.770684003829956,0.32187899947166443,-0.7051299810409546,-0.6317639946937561,0.21909199655056,-0.7051299810409546,-0.6743370294570923,0.21909199655056,-0.7051299810409546,-0.6743370294570923,0.32187899947166443,-0.7051299810409546,-0.6317639946937561,0.26798298954963684,-0.8071539998054504,-0.5259860157966614,0.21909199655056,-0.7051299810409546,-0.6743370294570923,0.26798298954963684,-0.8071539998054504,-0.5259860157966614,0.18240900337696075,-0.8071539998054504,-0.5614179968833923,0.18240900337696075,-0.8071539998054504,-0.5614179968833923,0.26798298954963684,-0.8071539998054504,-0.5259860157966614,0.20749500393867493,-0.8894010186195374,-0.40727001428604126,0.18240900337696075,-0.8071539998054504,-0.5614179968833923,0.20749500393867493,-0.8894010186195374,-0.40727001428604126,0.14124000072479248,-0.8894010186195374,-0.4347060024738312,0.14124000072479248,-0.8894010186195374,-0.4347060024738312,0.20749500393867493,-0.8894010186195374,-0.40727001428604126,0.14188100397586823,-0.9498890042304993,-0.27848100662231445,0.14124000072479248,-0.8894010186195374,-0.4347060024738312,0.14188100397586823,-0.9498890042304993,-0.27848100662231445,0.09656059741973877,-0.9498890042304993,-0.29725000262260437,0.09656059741973877,-0.9498890042304993,-0.29725000262260437,0.14188100397586823,-0.9498890042304993,-0.27848100662231445,0.0727560967206955,-0.987060010433197,-0.14276599884033203,0.09656059741973877,-0.9498890042304993,-0.29725000262260437,0.0727560967206955,-0.987060010433197,-0.14276599884033203,0.049501001834869385,-0.987060010433197,-0.15240900218486786,0.049501001834869385,-0.987060010433197,-0.15240900218486786,0.0727560967206955,-0.987060010433197,-0.14276599884033203,-0.021881800144910812,-0.9996029734611511,-0.017151400446891785,0.15832999348640442,-0.9873350262641907,-0.006286810152232647,0.06790369749069214,-0.9976500272750854,0.007995850406587124,0.158269003033638,-0.987060010433197,-0.025055700913071632,0.158269003033638,-0.987060010433197,-0.025055700913071632,0.06790369749069214,-0.9976500272750854,0.007995850406587124,-0.021881800144910812,-0.9996029734611511,-0.017151400446891785,0.039246801286935806,0,-0.9992070198059082,0.039368901401758194,-0.0003051850071642548,-0.9992070198059082,0,-0.00006103699706727639,-1,0,-0.00006103699706727639,-1,0.039368901401758194,-0.0003051850071642548,-0.9992070198059082,-0.03756830096244812,0.005310220178216696,-0.9992679953575134,-0.039246801286935806,0,-0.9992070198059082,0,-0.000030518498533638194,-1,-0.03756830096244812,0.005310220178216696,-0.9992679953575134,-0.03756830096244812,0.005310220178216696,-0.9992679953575134,0,-0.000030518498533638194,-1,0,0,-1,-0.03756830096244812,0.005310220178216696,-0.9992679953575134,0,0,-1,0,-0.00006103699706727639,-1,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-0.9992679953575134,0.005310220178216696,0.037537798285484314,-0.9992679953575134,0.005310220178216696,0.037537798285484314,-1,0,0,-1,0,0,-0.9992679953575134,0.005310220178216696,0.037537798285484314,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-0.9992679953575134,0.005310220178216696,0.037537798285484314,-0.9992679953575134,0.005310220178216696,0.037537798285484314,-1,0,0,-0.9992070198059082,0,-0.039246801286935806,-0.9992679953575134,0.005310220178216696,0.037537798285484314,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,-0.0003051850071642548,-0.039368901401758194,-0.039246801286935806,0,0.9992070198059082,-0.03933839872479439,-0.00033570401137694716,0.9992070198059082,0,0,1,0,0,1,-0.03933839872479439,-0.00033570401137694716,0.9992070198059082,0.037537798285484314,0.005279699806123972,0.9992679953575134,0.039246801286935806,0,0.9992070198059082,0,0,1,0.037537798285484314,0.005279699806123972,0.9992679953575134,0.037537798285484314,0.005279699806123972,0.9992679953575134,0,0,1,0,-0.000030518498533638194,1,0.037537798285484314,0.005279699806123972,0.9992679953575134,0,-0.000030518498533638194,1,0,0,1,0.9992679953575134,0.005310220178216696,-0.03756830096244812,0.9992070198059082,0,-0.039246801286935806,1,0,0,1,0,0,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,-0.0003051850071642548,0.03933839872479439,1,0,0,0.9992070198059082,-0.0003051850071642548,0.03933839872479439,1,0,0,0.9992679953575134,0.005310220178216696,-0.03756830096244812,1,0,0,0.9992070198059082,-0.0003051850071642548,0.03933839872479439,0.9992070198059082,-0.0003051850071642548,0.03933839872479439,1,0,0,1,0,0,0.9992070198059082,-0.0003051850071642548,0.03933839872479439,1,0,0,1,0,0,0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,0.03756830096244812,-0.005310220178216696,-0.9992679953575134,0.03756830096244812,-0.005310220178216696,-0.9992679953575134,-0.039246801286935806,0,-0.9992070198059082,-0.039368901401758194,0.0003051850071642548,-0.9992070198059082,0.9992070198059082,0.0003051850071642548,-0.039368901401758194,0.9992679953575134,-0.005310220178216696,0.03756830096244812,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992679953575134,-0.005310220178216696,0.03756830096244812,0.9992070198059082,0,0.039246801286935806,0.03933839872479439,0.00033570401137694716,0.9992070198059082,-0.037537798285484314,-0.005310220178216696,0.9992679953575134,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,-0.037537798285484314,-0.005310220178216696,0.9992679953575134,-0.039246801286935806,0,0.9992070198059082,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992679953575134,-0.005310220178216696,-0.03756830096244812,-0.9992679953575134,-0.005310220178216696,-0.03756830096244812,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0.0003051850071642548,0.039368901401758194,0,-0.9999690055847168,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-0.9999690055847168,0,0,-1,0,0,-0.9999690055847168,0,0,-1,0,0,-0.9999690055847168,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-0.9999690055847168,0,0,-0.9999690055847168,0,0,-0.9999690055847168,0,0,-0.9999690055847168,0,0,-1,0,0,-0.9999690055847168,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-0.9999690055847168,0,0,-1,0,0,-0.9999690055847168,0,0,-0.9999690055847168,0,-0.000030518498533638194,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-0.9999690055847168,0,0,-1,0,0,-0.9999690055847168,0,0,-1,0,0,-1,0,0,-0.9999690055847168,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-0.9999690055847168,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-0.9999690055847168,0,0,-1,0,0,-0.9999690055847168,0,0,-1,0,0,-1,0,0,-0.9999690055847168,0,0,-1,0,0,-1,0,0,-1,0,0,-0.9999690055847168,0,0,-0.9999690055847168,0,0,-1,0,0,-1,0,0,-0.9999690055847168,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-0.9999690055847168,0,0,-1,0,0,-0.9999690055847168,0,0,-1,0,0,-1,0,0,-0.9999690055847168,0,0,-0.9999690055847168,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-0.9999690055847168,0,0,-0.9999690055847168,0,0,-1,0,0,-0.9999690055847168,0,0.9992070198059082,0,-0.039246801286935806,0.9878230094909668,0.00033570401137694716,-0.15549199283123016,0.9992070198059082,0.0003051850071642548,-0.039368901401758194,0.9992070198059082,0.0003051850071642548,-0.039368901401758194,0.9878230094909668,0.00033570401137694716,-0.15549199283123016,0.9968259930610657,0.00335703999735415,-0.07934810221195221,0.8960229754447937,0.010528899729251862,-0.4438610076904297,0.9184240102767944,0.02169870026409626,-0.39493998885154724,0.9521780014038086,-0.00613421993330121,-0.30546000599861145,0.9521780014038086,-0.00613421993330121,-0.30546000599861145,0.9184240102767944,0.02169870026409626,-0.39493998885154724,0.9271519780158997,-0.025452399626374245,-0.37379100918769836,0.9271519780158997,-0.025452399626374245,-0.37379100918769836,0.9600819945335388,0.0011902200058102608,-0.27970200777053833,0.9521780014038086,-0.00613421993330121,-0.30546000599861145,0.9521780014038086,-0.00613421993330121,-0.30546000599861145,0.9600819945335388,0.0011902200058102608,-0.27970200777053833,0.9719840288162231,0.0022278500255197287,-0.23493100702762604,0.9521780014038086,-0.00613421993330121,-0.30546000599861145,0.9719840288162231,0.0022278500255197287,-0.23493100702762604,0.9878230094909668,0.00033570401137694716,-0.15549199283123016,0.9878230094909668,0.00033570401137694716,-0.15549199283123016,0.9719840288162231,0.0022278500255197287,-0.23493100702762604,0.9870910048484802,-0.00015259299834724516,-0.1600389927625656,0.9878230094909668,0.00033570401137694716,-0.15549199283123016,0.9870910048484802,-0.00015259299834724516,-0.1600389927625656,0.9968259930610657,0.00335703999735415,-0.07934810221195221,0.7550280094146729,-0.045625198632478714,-0.6540729999542236,0.8107550144195557,0.0038148099556565285,-0.5853449702262878,0.8168280124664307,0.0019226700533181429,-0.5768610239028931,0.8168280124664307,0.0019226700533181429,-0.5768610239028931,0.8107550144195557,0.0038148099556565285,-0.5853449702262878,0.845973014831543,0.015259300358593464,-0.5329449772834778,0.8168280124664307,0.0019226700533181429,-0.5768610239028931,0.845973014831543,0.015259300358593464,-0.5329449772834778,0.8960229754447937,0.010528899729251862,-0.4438610076904297,0.8960229754447937,0.010528899729251862,-0.4438610076904297,0.845973014831543,0.015259300358593464,-0.5329449772834778,0.8703879714012146,-0.013489199802279472,-0.4921720027923584,0.8960229754447937,0.010528899729251862,-0.4438610076904297,0.8703879714012146,-0.013489199802279472,-0.4921720027923584,0.9184240102767944,0.02169870026409626,-0.39493998885154724,0.7550280094146729,-0.045625198632478714,-0.6540729999542236,0.8168280124664307,0.0019226700533181429,-0.5768610239028931,0.7051299810409546,-0.006958220154047012,-0.7090060114860535,0.7051299810409546,-0.006958220154047012,-0.7090060114860535,0.8168280124664307,0.0019226700533181429,-0.5768610239028931,0.7074189782142639,-0.00033570401137694716,-0.7067779898643494,0.7051299810409546,-0.006958220154047012,-0.7090060114860535,0.7074189782142639,-0.00033570401137694716,-0.7067779898643494,0.5931580066680908,0.00015259299834724516,-0.8050479888916016,0.5931580066680908,0.00015259299834724516,-0.8050479888916016,0.7074189782142639,-0.00033570401137694716,-0.7067779898643494,0.5873900055885315,-0.0010986699489876628,-0.8092589974403381,0.5931580066680908,0.00015259299834724516,-0.8050479888916016,0.5873900055885315,-0.0010986699489876628,-0.8092589974403381,0.5255290269851685,0.0029297799337655306,-0.8507339954376221,0.5255290269851685,0.0029297799337655306,-0.8507339954376221,0.5873900055885315,-0.0010986699489876628,-0.8092589974403381,0.4894559979438782,-0.002502520103007555,-0.8720049858093262,0.4894559979438782,-0.002502520103007555,-0.8720049858093262,0.5873900055885315,-0.0010986699489876628,-0.8092589974403381,0.45332199335098267,-0.00946073979139328,-0.8912929892539978,0.4894559979438782,-0.002502520103007555,-0.8720049858093262,0.45332199335098267,-0.00946073979139328,-0.8912929892539978,0.44850000739097595,0.0007934810128062963,-0.8937649726867676,0.31672099232673645,0.01034579984843731,-0.9484540224075317,0.37247800827026367,0.020325299352407455,-0.927793025970459,0.45332199335098267,-0.00946073979139328,-0.8912929892539978,0.45332199335098267,-0.00946073979139328,-0.8912929892539978,0.37247800827026367,0.020325299352407455,-0.927793025970459,0.4000059962272644,-0.016541000455617905,-0.9163489937782288,0.45332199335098267,-0.00946073979139328,-0.8912929892539978,0.4000059962272644,-0.016541000455617905,-0.9163489937782288,0.44850000739097595,0.0007934810128062963,-0.8937649726867676,0.1774349957704544,0.02148500084877014,-0.9838860034942627,0.039246801286935806,0,-0.9992070198059082,0.03756830096244812,-0.005310220178216696,-0.9992679953575134,0.03756830096244812,-0.005310220178216696,-0.9992679953575134,0.10660099983215332,-0.0227058008313179,-0.994018018245697,0.1774349957704544,0.02148500084877014,-0.9838860034942627,0.1774349957704544,0.02148500084877014,-0.9838860034942627,0.10660099983215332,-0.0227058008313179,-0.994018018245697,0.21762700378894806,0.03912470117211342,-0.9752190113067627,0.1774349957704544,0.02148500084877014,-0.9838860034942627,0.21762700378894806,0.03912470117211342,-0.9752190113067627,0.31672099232673645,0.01034579984843731,-0.9484540224075317,0.31672099232673645,0.01034579984843731,-0.9484540224075317,0.21762700378894806,0.03912470117211342,-0.9752190113067627,0.2699359953403473,-0.011719100177288055,-0.962797999382019,0.31672099232673645,0.01034579984843731,-0.9484540224075317,0.2699359953403473,-0.011719100177288055,-0.962797999382019,0.37247800827026367,0.020325299352407455,-0.927793025970459,-0.039246801286935806,0,-0.9992070198059082,-0.15549199283123016,0.00027466699248179793,-0.9878230094909668,-0.039368901401758194,0.0003051850071642548,-0.9992070198059082,-0.039368901401758194,0.0003051850071642548,-0.9992070198059082,-0.15549199283123016,0.00027466699248179793,-0.9878230094909668,-0.07864619791507721,0.0033875498920679092,-0.9968870282173157,-0.4438610076904297,0.01049839984625578,-0.8960229754447937,-0.39500099420547485,0.021637599915266037,-0.9183930158615112,-0.30546000599861145,-0.006195260211825371,-0.9521470069885254,-0.30546000599861145,-0.006195260211825371,-0.9521470069885254,-0.39500099420547485,0.021637599915266037,-0.9183930158615112,-0.373852014541626,-0.025513499975204468,-0.9271219968795776,-0.373852014541626,-0.025513499975204468,-0.9271219968795776,-0.27976301312446594,0.001129179960116744,-0.9600510001182556,-0.30546000599861145,-0.006195260211825371,-0.9521470069885254,-0.30546000599861145,-0.006195260211825371,-0.9521470069885254,-0.27976301312446594,0.001129179960116744,-0.9600510001182556,-0.23490099608898163,0.002166809979826212,-0.9719840288162231,-0.30546000599861145,-0.006195260211825371,-0.9521470069885254,-0.23490099608898163,0.002166809979826212,-0.9719840288162231,-0.15549199283123016,0.00027466699248179793,-0.9878230094909668,-0.15549199283123016,0.00027466699248179793,-0.9878230094909668,-0.23490099608898163,0.002166809979826212,-0.9719840288162231,-0.15933699905872345,-0.00015259299834724516,-0.9872130155563354,-0.15549199283123016,0.00027466699248179793,-0.9878230094909668,-0.15933699905872345,-0.00015259299834724516,-0.9872130155563354,-0.07864619791507721,0.0033875498920679092,-0.9968870282173157,-0.6541029810905457,-0.045716699212789536,-0.7549970149993896,-0.5852530002593994,0.003753779921680689,-0.8108159899711609,-0.5768300294876099,0.0018921500304713845,-0.8168280124664307,-0.5768300294876099,0.0018921500304713845,-0.8168280124664307,-0.5852530002593994,0.003753779921680689,-0.8108159899711609,-0.5328530073165894,0.015259300358593464,-0.8460649847984314,-0.5768300294876099,0.0018921500304713845,-0.8168280124664307,-0.5328530073165894,0.015259300358593464,-0.8460649847984314,-0.4438610076904297,0.01049839984625578,-0.8960229754447937,-0.4438610076904297,0.01049839984625578,-0.8960229754447937,-0.5328530073165894,0.015259300358593464,-0.8460649847984314,-0.4922029972076416,-0.013489199802279472,-0.8703569769859314,-0.4438610076904297,0.01049839984625578,-0.8960229754447937,-0.4922029972076416,-0.013489199802279472,-0.8703569769859314,-0.39500099420547485,0.021637599915266037,-0.9183930158615112,-0.6541029810905457,-0.045716699212789536,-0.7549970149993896,-0.5768300294876099,0.0018921500304713845,-0.8168280124664307,-0.7090370059013367,-0.006988740060478449,-0.7051299810409546,-0.7090370059013367,-0.006988740060478449,-0.7051299810409546,-0.5768300294876099,0.0018921500304713845,-0.8168280124664307,-0.7067779898643494,-0.00033570401137694716,-0.7074189782142639,-0.7090370059013367,-0.006988740060478449,-0.7051299810409546,-0.7067779898643494,-0.00033570401137694716,-0.7074189782142639,-0.8050169944763184,0.00018311099847778678,-0.593218982219696,-0.8050169944763184,0.00018311099847778678,-0.593218982219696,-0.7067779898643494,-0.00033570401137694716,-0.7074189782142639,-0.8092589974403381,-0.0010986699489876628,-0.5873900055885315,-0.8050169944763184,0.00018311099847778678,-0.593218982219696,-0.8092589974403381,-0.0010986699489876628,-0.5873900055885315,-0.8507030010223389,0.0029603000730276108,-0.5255900025367737,-0.8507030010223389,0.0029603000730276108,-0.5255900025367737,-0.8092589974403381,-0.0010986699489876628,-0.5873900055885315,-0.8720359802246094,-0.0024414800573140383,-0.48939499258995056,-0.8720359802246094,-0.0024414800573140383,-0.48939499258995056,-0.8092589974403381,-0.0010986699489876628,-0.5873900055885315,-0.8912630081176758,-0.009399699978530407,-0.45332199335098267,-0.8720359802246094,-0.0024414800573140383,-0.48939499258995056,-0.8912630081176758,-0.009399699978530407,-0.45332199335098267,-0.8937349915504456,0.0008545179734937847,-0.44856101274490356,-0.9484239816665649,0.010376299731433392,-0.31672099232673645,-0.9277629852294922,0.02038639970123768,-0.3725390136241913,-0.8912630081176758,-0.009399699978530407,-0.45332199335098267,-0.8912630081176758,-0.009399699978530407,-0.45332199335098267,-0.9277629852294922,0.02038639970123768,-0.3725390136241913,-0.9162880182266235,-0.016541000455617905,-0.40012800693511963,-0.8912630081176758,-0.009399699978530407,-0.45332199335098267,-0.9162880182266235,-0.016541000455617905,-0.40012800693511963,-0.8937349915504456,0.0008545179734937847,-0.44856101274490356,-0.9838860034942627,0.02148500084877014,-0.1774349957704544,-0.9992070198059082,0,-0.039246801286935806,-0.9992679953575134,-0.005310220178216696,-0.03756830096244812,-0.9992679953575134,-0.005310220178216696,-0.03756830096244812,-0.994018018245697,-0.02273629978299141,-0.10660099983215332,-0.9838860034942627,0.02148500084877014,-0.1774349957704544,-0.9838860034942627,0.02148500084877014,-0.1774349957704544,-0.994018018245697,-0.02273629978299141,-0.10660099983215332,-0.9752190113067627,0.039155200123786926,-0.21765799820423126,-0.9838860034942627,0.02148500084877014,-0.1774349957704544,-0.9752190113067627,0.039155200123786926,-0.21765799820423126,-0.9484239816665649,0.010376299731433392,-0.31672099232673645,-0.9484239816665649,0.010376299731433392,-0.31672099232673645,-0.9752190113067627,0.039155200123786926,-0.21765799820423126,-0.9627670049667358,-0.011719100177288055,-0.2699669897556305,-0.9484239816665649,0.010376299731433392,-0.31672099232673645,-0.9627670049667358,-0.011719100177288055,-0.2699669897556305,-0.9277629852294922,0.02038639970123768,-0.3725390136241913,0.039246801286935806,0,0.9992070198059082,0.15549199283123016,0.00039674100116826594,0.9878230094909668,0.03933839872479439,0.00033570401137694716,0.9992070198059082,0.03933839872479439,0.00033570401137694716,0.9992070198059082,0.15549199283123016,0.00039674100116826594,0.9878230094909668,0.07953120023012161,0.003448589937761426,0.9967960119247437,0.4438309967517853,0.0105899004265666,0.8960229754447937,0.39493998885154724,0.021729199215769768,0.9184240102767944,0.30546000599861145,-0.006195260211825371,0.9521470069885254,0.30546000599861145,-0.006195260211825371,0.9521470069885254,0.39493998885154724,0.021729199215769768,0.9184240102767944,0.373852014541626,-0.025513499975204468,0.9271219968795776,0.373852014541626,-0.025513499975204468,0.9271219968795776,0.27893900871276855,0.0011596999829635024,0.9602950215339661,0.30546000599861145,-0.006195260211825371,0.9521470069885254,0.30546000599861145,-0.006195260211825371,0.9521470069885254,0.27893900871276855,0.0011596999829635024,0.9602950215339661,0.23407700657844543,0.0021973298862576485,0.9721980094909668,0.30546000599861145,-0.006195260211825371,0.9521470069885254,0.23407700657844543,0.0021973298862576485,0.9721980094909668,0.15549199283123016,0.00039674100116826594,0.9878230094909668,0.15549199283123016,0.00039674100116826594,0.9878230094909668,0.23407700657844543,0.0021973298862576485,0.9721980094909668,0.16019199788570404,-0.00006103699706727639,0.987060010433197,0.15549199283123016,0.00039674100116826594,0.9878230094909668,0.16019199788570404,-0.00006103699706727639,0.987060010433197,0.07953120023012161,0.003448589937761426,0.9967960119247437,0.6541029810905457,-0.04565570130944252,0.7549970149993896,0.5853449702262878,0.003784300060942769,0.8107240200042725,0.5768610239028931,0.0019226700533181429,0.8168280124664307,0.5768610239028931,0.0019226700533181429,0.8168280124664307,0.5853449702262878,0.003784300060942769,0.8107240200042725,0.5329139828681946,0.015259300358593464,0.8460040092468262,0.5768610239028931,0.0019226700533181429,0.8168280124664307,0.5329139828681946,0.015259300358593464,0.8460040092468262,0.4438309967517853,0.0105899004265666,0.8960229754447937,0.4438309967517853,0.0105899004265666,0.8960229754447937,0.5329139828681946,0.015259300358593464,0.8460040092468262,0.4921720027923584,-0.01345869991928339,0.8703569769859314,0.4438309967517853,0.0105899004265666,0.8960229754447937,0.4921720027923584,-0.01345869991928339,0.8703569769859314,0.39493998885154724,0.021729199215769768,0.9184240102767944,0.6541029810905457,-0.04565570130944252,0.7549970149993896,0.5768610239028931,0.0019226700533181429,0.8168280124664307,0.7090060114860535,-0.006958220154047012,0.7051299810409546,0.7090060114860535,-0.006958220154047012,0.7051299810409546,0.5768610239028931,0.0019226700533181429,0.8168280124664307,0.7067779898643494,-0.00033570401137694716,0.7074189782142639,0.7090060114860535,-0.006958220154047012,0.7051299810409546,0.7067779898643494,-0.00033570401137694716,0.7074189782142639,0.8048040270805359,0.00021363000269047916,0.5934929847717285,0.8048040270805359,0.00021363000269047916,0.5934929847717285,0.7067779898643494,-0.00033570401137694716,0.7074189782142639,0.8092589974403381,-0.0010681500425562263,0.5873900055885315,0.8048040270805359,0.00021363000269047916,0.5934929847717285,0.8092589974403381,-0.0010681500425562263,0.5873900055885315,0.8505200147628784,0.0029603000730276108,0.5258949995040894,0.8505200147628784,0.0029603000730276108,0.5258949995040894,0.8092589974403381,-0.0010681500425562263,0.5873900055885315,0.8719140291213989,-0.002471999963745475,0.4896079897880554,0.8719140291213989,-0.002471999963745475,0.4896079897880554,0.8092589974403381,-0.0010681500425562263,0.5873900055885315,0.8912630081176758,-0.00943022035062313,0.45332199335098267,0.8719140291213989,-0.002471999963745475,0.4896079897880554,0.8912630081176758,-0.00943022035062313,0.45332199335098267,0.8935819864273071,0.0007934810128062963,0.44883599877357483,0.9484540224075317,0.010406799614429474,0.31672099232673645,0.927793025970459,0.02038639970123768,0.37244799733161926,0.8912630081176758,-0.00943022035062313,0.45332199335098267,0.8912630081176758,-0.00943022035062313,0.45332199335098267,0.927793025970459,0.02038639970123768,0.37244799733161926,0.9162880182266235,-0.01657159999012947,0.40012800693511963,0.8912630081176758,-0.00943022035062313,0.45332199335098267,0.9162880182266235,-0.01657159999012947,0.40012800693511963,0.8935819864273071,0.0007934810128062963,0.44883599877357483,0.9838860034942627,0.021546099334955215,0.1774349957704544,0.9992070198059082,0,0.039246801286935806,0.9992679953575134,-0.005310220178216696,0.03756830096244812,0.9992679953575134,-0.005310220178216696,0.03756830096244812,0.994018018245697,-0.0227058008313179,0.10660099983215332,0.9838860034942627,0.021546099334955215,0.1774349957704544,0.9838860034942627,0.021546099334955215,0.1774349957704544,0.994018018245697,-0.0227058008313179,0.10660099983215332,0.9752190113067627,0.039216298609972,0.21765799820423126,0.9838860034942627,0.021546099334955215,0.1774349957704544,0.9752190113067627,0.039216298609972,0.21765799820423126,0.9484540224075317,0.010406799614429474,0.31672099232673645,0.9484540224075317,0.010406799614429474,0.31672099232673645,0.9752190113067627,0.039216298609972,0.21765799820423126,0.962797999382019,-0.011688600294291973,0.2699359953403473,0.9484540224075317,0.010406799614429474,0.31672099232673645,0.962797999382019,-0.011688600294291973,0.2699359953403473,0.927793025970459,0.02038639970123768,0.37244799733161926,-0.9992070198059082,0,0.039246801286935806,-0.9878230094909668,0.00036622199695557356,0.15549199283123016,-0.9992070198059082,0.0003051850071642548,0.039368901401758194,-0.9992070198059082,0.0003051850071642548,0.039368901401758194,-0.9878230094909668,0.00036622199695557356,0.15549199283123016,-0.9968259930610657,0.0033875498920679092,0.0795006975531578,-0.8960229754447937,0.010559399612247944,0.4438309967517853,-0.9184240102767944,0.02169870026409626,0.39493998885154724,-0.9521780014038086,-0.006164739839732647,0.30546000599861145,-0.9521780014038086,-0.006164739839732647,0.30546000599861145,-0.9184240102767944,0.02169870026409626,0.39493998885154724,-0.9271219968795776,-0.025544000789523125,0.3738209903240204,-0.9271219968795776,-0.025544000789523125,0.3738209903240204,-0.9602339863777161,0.0011596999829635024,0.279121994972229,-0.9521780014038086,-0.006164739839732647,0.30546000599861145,-0.9521780014038086,-0.006164739839732647,0.30546000599861145,-0.9602339863777161,0.0011596999829635024,0.279121994972229,-0.9721369743347168,0.0022278500255197287,0.2343209981918335,-0.9521780014038086,-0.006164739839732647,0.30546000599861145,-0.9721369743347168,0.0022278500255197287,0.2343209981918335,-0.9878230094909668,0.00036622199695557356,0.15549199283123016,-0.9878230094909668,0.00036622199695557356,0.15549199283123016,-0.9721369743347168,0.0022278500255197287,0.2343209981918335,-0.987060010433197,-0.00009155549923889339,0.16016100347042084,-0.9878230094909668,0.00036622199695557356,0.15549199283123016,-0.987060010433197,-0.00009155549923889339,0.16016100347042084,-0.9968259930610657,0.0033875498920679092,0.0795006975531578,-0.7550280094146729,-0.045625198632478714,0.6540729999542236,-0.8107240200042725,0.003875850001350045,0.5853760242462158,-0.8168280124664307,0.0019837000872939825,0.5768300294876099,-0.8168280124664307,0.0019837000872939825,0.5768300294876099,-0.8107240200042725,0.003875850001350045,0.5853760242462158,-0.845973014831543,0.015289800241589546,0.5329449772834778,-0.8168280124664307,0.0019837000872939825,0.5768300294876099,-0.845973014831543,0.015289800241589546,0.5329449772834778,-0.8960229754447937,0.010559399612247944,0.4438309967517853,-0.8960229754447937,0.010559399612247944,0.4438309967517853,-0.845973014831543,0.015289800241589546,0.5329449772834778,-0.8703569769859314,-0.013519699685275555,0.4921720027923584,-0.8960229754447937,0.010559399612247944,0.4438309967517853,-0.8703569769859314,-0.013519699685275555,0.4921720027923584,-0.9184240102767944,0.02169870026409626,0.39493998885154724,-0.7550280094146729,-0.045625198632478714,0.6540729999542236,-0.8168280124664307,0.0019837000872939825,0.5768300294876099,-0.7051299810409546,-0.006958220154047012,0.7090060114860535,-0.7051299810409546,-0.006958220154047012,0.7090060114860535,-0.8168280124664307,0.0019837000872939825,0.5768300294876099,-0.7074189782142639,-0.00033570401137694716,0.7067779898643494,-0.7051299810409546,-0.006958220154047012,0.7090060114860535,-0.7074189782142639,-0.00033570401137694716,0.7067779898643494,-0.5931580066680908,0.00021363000269047916,0.8050479888916016,-0.5931580066680908,0.00021363000269047916,0.8050479888916016,-0.7074189782142639,-0.00033570401137694716,0.7067779898643494,-0.5873900055885315,-0.0010681500425562263,0.8092589974403381,-0.5931580066680908,0.00021363000269047916,0.8050479888916016,-0.5873900055885315,-0.0010681500425562263,0.8092589974403381,-0.5255290269851685,0.00299080996774137,0.8507339954376221,-0.5255290269851685,0.00299080996774137,0.8507339954376221,-0.5873900055885315,-0.0010681500425562263,0.8092589974403381,-0.4895470142364502,-0.002471999963745475,0.871944010257721,-0.4895470142364502,-0.002471999963745475,0.871944010257721,-0.5873900055885315,-0.0010681500425562263,0.8092589974403381,-0.45332199335098267,-0.00946073979139328,0.8912630081176758,-0.4895470142364502,-0.002471999963745475,0.871944010257721,-0.45332199335098267,-0.00946073979139328,0.8912630081176758,-0.4487749934196472,0.0008545179734937847,0.8936129808425903,-0.31672099232673645,0.010406799614429474,0.9484239816665649,-0.3725390136241913,0.020447399467229843,0.9277629852294922,-0.45332199335098267,-0.00946073979139328,0.8912630081176758,-0.45332199335098267,-0.00946073979139328,0.8912630081176758,-0.3725390136241913,0.020447399467229843,0.9277629852294922,-0.40012800693511963,-0.01657159999012947,0.9162880182266235,-0.45332199335098267,-0.00946073979139328,0.8912630081176758,-0.40012800693511963,-0.01657159999012947,0.9162880182266235,-0.4487749934196472,0.0008545179734937847,0.8936129808425903,-0.1774349957704544,0.021546099334955215,0.9838860034942627,-0.039246801286935806,0,0.9992070198059082,-0.037537798285484314,-0.005310220178216696,0.9992679953575134,-0.037537798285484314,-0.005310220178216696,0.9992679953575134,-0.10660099983215332,-0.022675300016999245,0.994018018245697,-0.1774349957704544,0.021546099334955215,0.9838860034942627,-0.1774349957704544,0.021546099334955215,0.9838860034942627,-0.10660099983215332,-0.022675300016999245,0.994018018245697,-0.21762700378894806,0.039216298609972,0.9752190113067627,-0.1774349957704544,0.021546099334955215,0.9838860034942627,-0.21762700378894806,0.039216298609972,0.9752190113067627,-0.31672099232673645,0.010406799614429474,0.9484239816665649,-0.31672099232673645,0.010406799614429474,0.9484239816665649,-0.21762700378894806,0.039216298609972,0.9752190113067627,-0.2699669897556305,-0.011719100177288055,0.9627670049667358,-0.31672099232673645,0.010406799614429474,0.9484239816665649,-0.2699669897556305,-0.011719100177288055,0.9627670049667358,-0.3725390136241913,0.020447399467229843,0.9277629852294922,0.9992070198059082,0,0.039246801286935806,0.9878230094909668,-0.00033570401137694716,0.15549199283123016,0.9992070198059082,-0.0003051850071642548,0.03933839872479439,0.9992070198059082,-0.0003051850071642548,0.03933839872479439,0.9878230094909668,-0.00033570401137694716,0.15549199283123016,0.9968259930610657,-0.00335703999735415,0.07953120023012161,0.8960229754447937,-0.010528899729251862,0.4438610076904297,0.9158300161361694,-0.025513499975204468,0.40073901414871216,0.9196749925613403,-0.01730399951338768,0.3922539949417114,0.9196749925613403,-0.01730399951338768,0.3922539949417114,0.9158300161361694,-0.025513499975204468,0.40073901414871216,0.9316689968109131,0.012115799821913242,0.3630180060863495,0.9196749925613403,-0.01730399951338768,0.3922539949417114,0.9316689968109131,0.012115799821913242,0.3630180060863495,0.9539780020713806,0.009521770291030407,0.2996309995651245,0.9316689968109131,0.012115799821913242,0.3630180060863495,0.9599900245666504,-0.0011902200058102608,0.279915988445282,0.9539780020713806,0.009521770291030407,0.2996309995651245,0.9539780020713806,0.009521770291030407,0.2996309995651245,0.9599900245666504,-0.0011902200058102608,0.279915988445282,0.9719229936599731,-0.0021973298862576485,0.2351759970188141,0.9539780020713806,0.009521770291030407,0.2996309995651245,0.9719229936599731,-0.0021973298862576485,0.2351759970188141,0.9878230094909668,-0.00033570401137694716,0.15549199283123016,0.9878230094909668,-0.00033570401137694716,0.15549199283123016,0.9719229936599731,-0.0021973298862576485,0.2351759970188141,0.987060010433197,0.00012207399413455278,0.16019199788570404,0.9878230094909668,-0.00033570401137694716,0.15549199283123016,0.987060010433197,0.00012207399413455278,0.16019199788570404,0.9968259930610657,-0.00335703999735415,0.07953120023012161,0.7549970149993896,0.045625198632478714,0.6541029810905457,0.8107849955558777,-0.0038453300949186087,0.5853149890899658,0.8168280124664307,-0.0019531799480319023,0.5768300294876099,0.8168280124664307,-0.0019531799480319023,0.5768300294876099,0.8107849955558777,-0.0038453300949186087,0.5853149890899658,0.8460339903831482,-0.015320300124585629,0.5328840017318726,0.8168280124664307,-0.0019531799480319023,0.5768300294876099,0.8460339903831482,-0.015320300124585629,0.5328840017318726,0.8960229754447937,-0.010528899729251862,0.4438610076904297,0.8960229754447937,-0.010528899729251862,0.4438610076904297,0.8460339903831482,-0.015320300124585629,0.5328840017318726,0.8703569769859314,0.013550199568271637,0.4921720027923584,0.8960229754447937,-0.010528899729251862,0.4438610076904297,0.8703569769859314,0.013550199568271637,0.4921720027923584,0.9158300161361694,-0.025513499975204468,0.40073901414871216,0.7549970149993896,0.045625198632478714,0.6541029810905457,0.8168280124664307,-0.0019531799480319023,0.5768300294876099,0.7051299810409546,0.006958220154047012,0.7090370059013367,0.7051299810409546,0.006958220154047012,0.7090370059013367,0.8168280124664307,-0.0019531799480319023,0.5768300294876099,0.7074189782142639,0.00033570401137694716,0.7067779898643494,0.7051299810409546,0.006958220154047012,0.7090370059013367,0.7074189782142639,0.00033570401137694716,0.7067779898643494,0.5931879878044128,-0.00021363000269047916,0.8050479888916016,0.5931879878044128,-0.00021363000269047916,0.8050479888916016,0.7074189782142639,0.00033570401137694716,0.7067779898643494,0.5874199867248535,0.0010681500425562263,0.8092589974403381,0.5931879878044128,-0.00021363000269047916,0.8050479888916016,0.5874199867248535,0.0010681500425562263,0.8092589974403381,0.5255590081214905,-0.00299080996774137,0.8507339954376221,0.5255590081214905,-0.00299080996774137,0.8507339954376221,0.5874199867248535,0.0010681500425562263,0.8092589974403381,0.48939499258995056,0.002471999963745475,0.8720359802246094,0.48939499258995056,0.002471999963745475,0.8720359802246094,0.5874199867248535,0.0010681500425562263,0.8092589974403381,0.45332199335098267,0.00946073979139328,0.8912630081176758,0.48939499258995056,0.002471999963745475,0.8720359802246094,0.45332199335098267,0.00946073979139328,0.8912630081176758,0.44859200716018677,-0.0008850370068103075,0.8937039971351624,0.31672099232673645,-0.010376299731433392,0.9484540224075317,0.3725390136241913,-0.020416900515556335,0.9277629852294922,0.45332199335098267,0.00946073979139328,0.8912630081176758,0.45332199335098267,0.00946073979139328,0.8912630081176758,0.3725390136241913,-0.020416900515556335,0.9277629852294922,0.40015900135040283,0.016541000455617905,0.9162880182266235,0.45332199335098267,0.00946073979139328,0.8912630081176758,0.40015900135040283,0.016541000455617905,0.9162880182266235,0.44859200716018677,-0.0008850370068103075,0.8937039971351624,0.1774349957704544,-0.02151549980044365,0.9838860034942627,0.039246801286935806,0,0.9992070198059082,0.037537798285484314,0.005279699806123972,0.9992679953575134,0.037537798285484314,0.005279699806123972,0.9992679953575134,0.10660099983215332,0.02264470048248768,0.994018018245697,0.1774349957704544,-0.02151549980044365,0.9838860034942627,0.1774349957704544,-0.02151549980044365,0.9838860034942627,0.10660099983215332,0.02264470048248768,0.994018018245697,0.21762700378894806,-0.039155200123786926,0.9752190113067627,0.1774349957704544,-0.02151549980044365,0.9838860034942627,0.21762700378894806,-0.039155200123786926,0.9752190113067627,0.31672099232673645,-0.010376299731433392,0.9484540224075317,0.31672099232673645,-0.010376299731433392,0.9484540224075317,0.21762700378894806,-0.039155200123786926,0.9752190113067627,0.2699669897556305,0.011719100177288055,0.9627670049667358,0.31672099232673645,-0.010376299731433392,0.9484540224075317,0.2699669897556305,0.011719100177288055,0.9627670049667358,0.3725390136241913,-0.020416900515556335,0.9277629852294922,-0.039246801286935806,0,0.9992070198059082,-0.15549199283123016,-0.00039674100116826594,0.9878230094909668,-0.03933839872479439,-0.00033570401137694716,0.9992070198059082,-0.03933839872479439,-0.00033570401137694716,0.9992070198059082,-0.15549199283123016,-0.00039674100116826594,0.9878230094909668,-0.07953120023012161,-0.0034180700313299894,0.9967960119247437,-0.4438309967517853,-0.0105899004265666,0.8960229754447937,-0.3949100077152252,-0.021759700030088425,0.9184240102767944,-0.30546000599861145,0.006164739839732647,0.9521470069885254,-0.30546000599861145,0.006164739839732647,0.9521470069885254,-0.3949100077152252,-0.021759700030088425,0.9184240102767944,-0.373881995677948,0.025544000789523125,0.9271219968795776,-0.373881995677948,0.025544000789523125,0.9271219968795776,-0.2787559926509857,-0.0011902200058102608,0.9603260159492493,-0.30546000599861145,0.006164739839732647,0.9521470069885254,-0.30546000599861145,0.006164739839732647,0.9521470069885254,-0.2787559926509857,-0.0011902200058102608,0.9603260159492493,-0.2338940054178238,-0.0022278500255197287,0.9722279906272888,-0.30546000599861145,0.006164739839732647,0.9521470069885254,-0.2338940054178238,-0.0022278500255197287,0.9722279906272888,-0.15549199283123016,-0.00039674100116826594,0.9878230094909668,-0.15549199283123016,-0.00039674100116826594,0.9878230094909668,-0.2338940054178238,-0.0022278500255197287,0.9722279906272888,-0.16022199392318726,0.00006103699706727639,0.987060010433197,-0.15549199283123016,-0.00039674100116826594,0.9878230094909668,-0.16022199392318726,0.00006103699706727639,0.987060010433197,-0.07953120023012161,-0.0034180700313299894,0.9967960119247437,-0.7092199921607971,0.007232889998704195,0.7049469947814941,-0.6541029810905457,0.04565570130944252,0.7549970149993896,-0.5768610239028931,-0.0019226700533181429,0.8168280124664307,-0.6541029810905457,0.04565570130944252,0.7549970149993896,-0.5853449702262878,-0.003784300060942769,0.8107550144195557,-0.5768610239028931,-0.0019226700533181429,0.8168280124664307,-0.5768610239028931,-0.0019226700533181429,0.8168280124664307,-0.5853449702262878,-0.003784300060942769,0.8107550144195557,-0.5329139828681946,-0.015259300358593464,0.8460040092468262,-0.5768610239028931,-0.0019226700533181429,0.8168280124664307,-0.5329139828681946,-0.015259300358593464,0.8460040092468262,-0.4438309967517853,-0.0105899004265666,0.8960229754447937,-0.4438309967517853,-0.0105899004265666,0.8960229754447937,-0.5329139828681946,-0.015259300358593464,0.8460040092468262,-0.4921720027923584,0.013489199802279472,0.8703879714012146,-0.4438309967517853,-0.0105899004265666,0.8960229754447937,-0.4921720027923584,0.013489199802279472,0.8703879714012146,-0.3949100077152252,-0.021759700030088425,0.9184240102767944,-0.8092589974403381,0.0010681500425562263,0.5873900055885315,-0.8046820163726807,-0.00018311099847778678,0.5936769843101501,-0.7599409818649292,0.0011596999829635024,0.6499530076980591,-0.7599409818649292,0.0011596999829635024,0.6499530076980591,-0.8046820163726807,-0.00018311099847778678,0.5936769843101501,-0.7092199921607971,0.007232889998704195,0.7049469947814941,-0.7599409818649292,0.0011596999829635024,0.6499530076980591,-0.7092199921607971,0.007232889998704195,0.7049469947814941,-0.707082986831665,0,0.7071139812469482,-0.707082986831665,0,0.7071139812469482,-0.7092199921607971,0.007232889998704195,0.7049469947814941,-0.5768610239028931,-0.0019226700533181429,0.8168280124664307,-0.888821005821228,0.012573599815368652,0.45805200934410095,-0.8720970153808594,0.002471999963745475,0.48930299282073975,-0.8092589974403381,0.0010681500425562263,0.5873900055885315,-0.8092589974403381,0.0010681500425562263,0.5873900055885315,-0.8720970153808594,0.002471999963745475,0.48930299282073975,-0.8504289984703064,-0.0029603000730276108,0.5260170102119446,-0.8092589974403381,0.0010681500425562263,0.5873900055885315,-0.8504289984703064,-0.0029603000730276108,0.5260170102119446,-0.8046820163726807,-0.00018311099847778678,0.5936769843101501,-0.9484540224075317,-0.010376299731433392,0.31672099232673645,-0.9278540015220642,-0.020416900515556335,0.37229499220848083,-0.9263589978218079,0.01721240021288395,0.3762019872665405,-0.9263589978218079,0.01721240021288395,0.3762019872665405,-0.9278540015220642,-0.020416900515556335,0.37229499220848083,-0.915585994720459,0.013031399808824062,0.40183699131011963,-0.9263589978218079,0.01721240021288395,0.3762019872665405,-0.915585994720459,0.013031399808824062,0.40183699131011963,-0.888821005821228,0.012573599815368652,0.45805200934410095,-0.888821005821228,0.012573599815368652,0.45805200934410095,-0.915585994720459,0.013031399808824062,0.40183699131011963,-0.8937349915504456,-0.0008239999879151583,0.44853100180625916,-0.888821005821228,0.012573599815368652,0.45805200934410095,-0.8937349915504456,-0.0008239999879151583,0.44853100180625916,-0.8720970153808594,0.002471999963745475,0.48930299282073975,-0.9838860034942627,-0.021546099334955215,0.1774349957704544,-0.9992070198059082,0,0.039246801286935806,-0.9992679953575134,0.005310220178216696,0.037537798285484314,-0.9992679953575134,0.005310220178216696,0.037537798285484314,-0.994018018245697,0.0227058008313179,0.10660099983215332,-0.9838860034942627,-0.021546099334955215,0.1774349957704544,-0.9838860034942627,-0.021546099334955215,0.1774349957704544,-0.994018018245697,0.0227058008313179,0.10660099983215332,-0.9752190113067627,-0.039216298609972,0.21762700378894806,-0.9838860034942627,-0.021546099334955215,0.1774349957704544,-0.9752190113067627,-0.039216298609972,0.21762700378894806,-0.9484540224075317,-0.010376299731433392,0.31672099232673645,-0.9484540224075317,-0.010376299731433392,0.31672099232673645,-0.9752190113067627,-0.039216298609972,0.21762700378894806,-0.962797999382019,0.011719100177288055,0.2699359953403473,-0.9484540224075317,-0.010376299731433392,0.31672099232673645,-0.962797999382019,0.011719100177288055,0.2699359953403473,-0.9278540015220642,-0.020416900515556335,0.37229499220848083,-0.8107240200042725,-0.0038453300949186087,-0.5854060053825378,-0.8459429740905762,-0.015259300358593464,-0.5330060124397278,-0.8194220066070557,0.00027466699248179793,-0.5731379985809326,-0.960204005241394,-0.0011596999829635024,-0.2792139947414398,-0.9721059799194336,-0.0022278500255197287,-0.2343820035457611,-0.9521470069885254,0.006164739839732647,-0.30546000599861145,-0.9992070198059082,0,-0.039246801286935806,-0.9878230094909668,-0.00033570401137694716,-0.15549199283123016,-0.9992070198059082,-0.0003051850071642548,-0.039368901401758194,-0.9992070198059082,-0.0003051850071642548,-0.039368901401758194,-0.9878230094909668,-0.00033570401137694716,-0.15549199283123016,-0.9968259930610657,-0.0033875498920679092,-0.07937859743833542,-0.9521470069885254,0.006164739839732647,-0.30546000599861145,-0.9721059799194336,-0.0022278500255197287,-0.2343820035457611,-0.9878230094909668,-0.00033570401137694716,-0.15549199283123016,-0.9878230094909668,-0.00033570401137694716,-0.15549199283123016,-0.9721059799194336,-0.0022278500255197287,-0.2343820035457611,-0.9870910048484802,0.00012207399413455278,-0.16007000207901,-0.9878230094909668,-0.00033570401137694716,-0.15549199283123016,-0.9870910048484802,0.00012207399413455278,-0.16007000207901,-0.9968259930610657,-0.0033875498920679092,-0.07937859743833542,-0.8194220066070557,0.00027466699248179793,-0.5731379985809326,-0.8459429740905762,-0.015259300358593464,-0.5330060124397278,-0.8960229754447937,-0.010559399612247944,-0.4438610076904297,-0.8459429740905762,-0.015259300358593464,-0.5330060124397278,-0.8703569769859314,0.01345869991928339,-0.4922029972076416,-0.8960229754447937,-0.010559399612247944,-0.4438610076904297,-0.8960229754447937,-0.010559399612247944,-0.4438610076904297,-0.8703569769859314,0.01345869991928339,-0.4922029972076416,-0.9184240102767944,-0.02169870026409626,-0.39497101306915283,-0.8960229754447937,-0.010559399612247944,-0.4438610076904297,-0.9184240102767944,-0.02169870026409626,-0.39497101306915283,-0.9521470069885254,0.006164739839732647,-0.30546000599861145,-0.9521470069885254,0.006164739839732647,-0.30546000599861145,-0.9184240102767944,-0.02169870026409626,-0.39497101306915283,-0.9271219968795776,0.025513499975204468,-0.373852014541626,-0.9521470069885254,0.006164739839732647,-0.30546000599861145,-0.9271219968795776,0.025513499975204468,-0.373852014541626,-0.960204005241394,-0.0011596999829635024,-0.2792139947414398,-0.8107240200042725,-0.0038453300949186087,-0.5854060053825378,-0.8194220066070557,0.00027466699248179793,-0.5731379985809326,-0.7634209990501404,0.025421900674700737,-0.6453750133514404,-0.7634209990501404,0.025421900674700737,-0.6453750133514404,-0.8194220066070557,0.00027466699248179793,-0.5731379985809326,-0.7531970143318176,0.02191229909658432,-0.6573989987373352,-0.7634209990501404,0.025421900674700737,-0.6453750133514404,-0.7531970143318176,0.02191229909658432,-0.6573989987373352,-0.7030850052833557,0.0055848900228738785,-0.7110509872436523,-0.7030850052833557,0.0055848900228738785,-0.7110509872436523,-0.7531970143318176,0.02191229909658432,-0.6573989987373352,-0.7074189782142639,0.00033570401137694716,-0.7067779898643494,-0.7030850052833557,0.0055848900228738785,-0.7110509872436523,-0.7074189782142639,0.00033570401137694716,-0.7067779898643494,-0.5931580066680908,-0.00012207399413455278,-0.8050479888916016,-0.5931580066680908,-0.00012207399413455278,-0.8050479888916016,-0.7074189782142639,0.00033570401137694716,-0.7067779898643494,-0.5873900055885315,0.0011596999829635024,-0.8092899918556213,-0.5931580066680908,-0.00012207399413455278,-0.8050479888916016,-0.5873900055885315,0.0011596999829635024,-0.8092899918556213,-0.5255590081214905,-0.002868739888072014,-0.8507339954376221,-0.5255590081214905,-0.002868739888072014,-0.8507339954376221,-0.5873900055885315,0.0011596999829635024,-0.8092899918556213,-0.4895470142364502,0.002502520103007555,-0.871944010257721,-0.4895470142364502,0.002502520103007555,-0.871944010257721,-0.5873900055885315,0.0011596999829635024,-0.8092899918556213,-0.45332199335098267,0.00943022035062313,-0.8912630081176758,-0.4895470142364502,0.002502520103007555,-0.871944010257721,-0.45332199335098267,0.00943022035062313,-0.8912630081176758,-0.44859200716018677,-0.0007934810128062963,-0.8937039971351624,-0.31672099232673645,-0.010376299731433392,-0.9484540224075317,-0.3725090026855469,-0.020355800166726112,-0.927793025970459,-0.45332199335098267,0.00943022035062313,-0.8912630081176758,-0.45332199335098267,0.00943022035062313,-0.8912630081176758,-0.3725090026855469,-0.020355800166726112,-0.927793025970459,-0.4000369906425476,0.016541000455617905,-0.9163179993629456,-0.45332199335098267,0.00943022035062313,-0.8912630081176758,-0.4000369906425476,0.016541000455617905,-0.9163179993629456,-0.44859200716018677,-0.0007934810128062963,-0.8937039971351624,-0.1774349957704544,-0.02148500084877014,-0.9838860034942627,-0.039246801286935806,0,-0.9992070198059082,-0.03756830096244812,0.005310220178216696,-0.9992679953575134,-0.03756830096244812,0.005310220178216696,-0.9992679953575134,-0.10660099983215332,0.022766800597310066,-0.994018018245697,-0.1774349957704544,-0.02148500084877014,-0.9838860034942627,-0.1774349957704544,-0.02148500084877014,-0.9838860034942627,-0.10660099983215332,0.022766800597310066,-0.994018018245697,-0.21762700378894806,-0.039155200123786926,-0.9752190113067627,-0.1774349957704544,-0.02148500084877014,-0.9838860034942627,-0.21762700378894806,-0.039155200123786926,-0.9752190113067627,-0.31672099232673645,-0.010376299731433392,-0.9484540224075317,-0.31672099232673645,-0.010376299731433392,-0.9484540224075317,-0.21762700378894806,-0.039155200123786926,-0.9752190113067627,-0.2699359953403473,0.011719100177288055,-0.962797999382019,-0.31672099232673645,-0.010376299731433392,-0.9484540224075317,-0.2699359953403473,0.011719100177288055,-0.962797999382019,-0.3725090026855469,-0.020355800166726112,-0.927793025970459,0.039246801286935806,0,-0.9992070198059082,0.15549199283123016,-0.00027466699248179793,-0.9878230094909668,0.039368901401758194,-0.0003051850071642548,-0.9992070198059082,0.039368901401758194,-0.0003051850071642548,-0.9992070198059082,0.15549199283123016,-0.00027466699248179793,-0.9878230094909668,0.07864619791507721,-0.00335703999735415,-0.9968870282173157,0.4438610076904297,-0.01049839984625578,-0.8960229754447937,0.39503198862075806,-0.021637599915266037,-0.9183930158615112,0.30546000599861145,0.006225780118256807,-0.9521470069885254,0.30546000599861145,0.006225780118256807,-0.9521470069885254,0.39503198862075806,-0.021637599915266037,-0.9183930158615112,0.373852014541626,0.025513499975204468,-0.9271219968795776,0.373852014541626,0.025513499975204468,-0.9271219968795776,0.27982398867607117,-0.001129179960116744,-0.9600210189819336,0.30546000599861145,0.006225780118256807,-0.9521470069885254,0.30546000599861145,0.006225780118256807,-0.9521470069885254,0.27982398867607117,-0.001129179960116744,-0.9600210189819336,0.23496200144290924,-0.0021363000851124525,-0.9719840288162231,0.30546000599861145,0.006225780118256807,-0.9521470069885254,0.23496200144290924,-0.0021363000851124525,-0.9719840288162231,0.15549199283123016,-0.00027466699248179793,-0.9878230094909668,0.15549199283123016,-0.00027466699248179793,-0.9878230094909668,0.23496200144290924,-0.0021363000851124525,-0.9719840288162231,0.15933699905872345,0.00018311099847778678,-0.9872130155563354,0.15549199283123016,-0.00027466699248179793,-0.9878230094909668,0.15933699905872345,0.00018311099847778678,-0.9872130155563354,0.07864619791507721,-0.00335703999735415,-0.9968870282173157,0.6541029810905457,0.04568620026111603,-0.7549970149993896,0.5852839946746826,-0.0037232600152492523,-0.8107849955558777,0.5768300294876099,-0.0018921500304713845,-0.8168280124664307,0.5768300294876099,-0.0018921500304713845,-0.8168280124664307,0.5852839946746826,-0.0037232600152492523,-0.8107849955558777,0.5328230261802673,-0.015259300358593464,-0.8460649847984314,0.5768300294876099,-0.0018921500304713845,-0.8168280124664307,0.5328230261802673,-0.015259300358593464,-0.8460649847984314,0.4438610076904297,-0.01049839984625578,-0.8960229754447937,0.4438610076904297,-0.01049839984625578,-0.8960229754447937,0.5328230261802673,-0.015259300358593464,-0.8460649847984314,0.492233008146286,0.013489199802279472,-0.8703269958496094,0.4438610076904297,-0.01049839984625578,-0.8960229754447937,0.492233008146286,0.013489199802279472,-0.8703269958496094,0.39503198862075806,-0.021637599915266037,-0.9183930158615112,0.6541029810905457,0.04568620026111603,-0.7549970149993896,0.5768300294876099,-0.0018921500304713845,-0.8168280124664307,0.7090370059013367,0.006958220154047012,-0.7051299810409546,0.7090370059013367,0.006958220154047012,-0.7051299810409546,0.5768300294876099,-0.0018921500304713845,-0.8168280124664307,0.7067779898643494,0.00033570401137694716,-0.7074189782142639,0.7090370059013367,0.006958220154047012,-0.7051299810409546,0.7067779898643494,0.00033570401137694716,-0.7074189782142639,0.8048340082168579,-0.00018311099847778678,-0.5934929847717285,0.8048340082168579,-0.00018311099847778678,-0.5934929847717285,0.7067779898643494,0.00033570401137694716,-0.7074189782142639,0.8092589974403381,0.0010986699489876628,-0.5873900055885315,0.8048340082168579,-0.00018311099847778678,-0.5934929847717285,0.8092589974403381,0.0010986699489876628,-0.5873900055885315,0.8505200147628784,-0.0029603000730276108,-0.5258949995040894,0.8505200147628784,-0.0029603000730276108,-0.5258949995040894,0.8092589974403381,0.0010986699489876628,-0.5873900055885315,0.871944010257721,0.0024414800573140383,-0.4895470142364502,0.871944010257721,0.0024414800573140383,-0.4895470142364502,0.8092589974403381,0.0010986699489876628,-0.5873900055885315,0.8912630081176758,0.009399699978530407,-0.45332199335098267,0.871944010257721,0.0024414800573140383,-0.4895470142364502,0.8912630081176758,0.009399699978530407,-0.45332199335098267,0.8936740159988403,-0.0008239999879151583,-0.4487139880657196,0.9484239816665649,-0.01043730042874813,-0.31672099232673645,0.927793025970459,-0.020416900515556335,-0.3725090026855469,0.8912630081176758,0.009399699978530407,-0.45332199335098267,0.8912630081176758,0.009399699978530407,-0.45332199335098267,0.927793025970459,-0.020416900515556335,-0.3725090026855469,0.9163179993629456,0.016541000455617905,-0.400067001581192,0.8912630081176758,0.009399699978530407,-0.45332199335098267,0.9163179993629456,0.016541000455617905,-0.400067001581192,0.8936740159988403,-0.0008239999879151583,-0.4487139880657196,0.9838860034942627,-0.02148500084877014,-0.1774349957704544,0.9992070198059082,0,-0.039246801286935806,0.9992679953575134,0.005310220178216696,-0.03756830096244812,0.9992679953575134,0.005310220178216696,-0.03756830096244812,0.994018018245697,0.02273629978299141,-0.10660099983215332,0.9838860034942627,-0.02148500084877014,-0.1774349957704544,0.9838860034942627,-0.02148500084877014,-0.1774349957704544,0.994018018245697,0.02273629978299141,-0.10660099983215332,0.9752190113067627,-0.03918579965829849,-0.21765799820423126,0.9838860034942627,-0.02148500084877014,-0.1774349957704544,0.9752190113067627,-0.03918579965829849,-0.21765799820423126,0.9484239816665649,-0.01043730042874813,-0.31672099232673645,0.9484239816665649,-0.01043730042874813,-0.31672099232673645,0.9752190113067627,-0.03918579965829849,-0.21765799820423126,0.962797999382019,0.01165810041129589,-0.2699359953403473,0.9484239816665649,-0.01043730042874813,-0.31672099232673645,0.962797999382019,0.01165810041129589,-0.2699359953403473,0.927793025970459,-0.020416900515556335,-0.3725090026855469,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.15637700259685516,0,0.9876710176467896,0.039246801286935806,0,0.9992070198059082,0.15637700259685516,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.15637700259685516,0,0.9876710176467896,0.23340600728988647,0,0.972350001335144,0.15640699863433838,0,0.9876710176467896,0.23340600728988647,0,0.972350001335144,0.3089999854564667,0,0.9510480165481567,0.23340600728988647,0,0.972350001335144,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.4539630115032196,0,0.8909879922866821,0.3089999854564667,0,0.9510480165481567,0.4539630115032196,0,0.8909879922866821,0.4539630115032196,0,0.8909879922866821,0.4539630115032196,0,0.8909879922866821,0.4539630115032196,0,0.8909879922866821,0.5877559781074524,0,0.8090149760246277,0.4539630115032196,0,0.8909879922866821,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.707082986831665,0,0.707082986831665,0.5877559781074524,0,0.8090149760246277,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.8090149760246277,0,0.5877559781074524,0.707082986831665,0,0.707082986831665,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8909879922866821,0,0.4539630115032196,0.8090149760246277,0,0.5877559781074524,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.9510480165481567,0,0.3089999854564667,0.8909879922866821,0,0.4539630115032196,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9876710176467896,0,0.15640699863433838,0.9510480165481567,0,0.3089999854564667,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9992070198059082,0,0.039246801286935806,0.9876710176467896,0,0.15640699863433838,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0,0.00006103699706727639,1,0,0.00006103699706727639,1,0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,0,0.00006103699706727639,1,-0.039246801286935806,0,0.9992070198059082,0,-0.00012207399413455278,1,0,-0.00012207399413455278,1,-0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.9992070198059082,0,0.039216298609972,-0.9992070198059082,0,0.039216298609972,-0.9876710176467896,0,0.15640699863433838,-0.9992070198059082,0,0.039216298609972,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9510480165481567,0,0.3089999854564667,-0.9876710176467896,0,0.15640699863433838,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.8909879922866821,0,0.4539929926395416,-0.9510480165481567,0,0.3089999854564667,-0.8909879922866821,0,0.4539929926395416,-0.8909879922866821,0,0.4539929926395416,-0.8909879922866821,0,0.4539929926395416,-0.8909879922866821,0,0.4539929926395416,-0.8090149760246277,0,0.5877559781074524,-0.8909879922866821,0,0.4539929926395416,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.707082986831665,0,0.707082986831665,-0.8090149760246277,0,0.5877559781074524,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.5877559781074524,0,0.8090149760246277,-0.707082986831665,0,0.707082986831665,-0.5877559781074524,0,0.8090149760246277,-0.5877860188484192,0,0.8090149760246277,-0.5877860188484192,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.4539630115032196,0,0.8909879922866821,-0.5877860188484192,0,0.8090149760246277,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.3089999854564667,0,0.9510480165481567,-0.4539630115032196,0,0.8909879922866821,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.15640699863433838,0,0.9876710176467896,-0.3089999854564667,0,0.9510480165481567,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.039246801286935806,0,0.9992070198059082,-0.15640699863433838,0,0.9876710176467896,-0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.9992070198059082,0,0.039216298609972,-0.9992070198059082,0,-0.039216298609972,-0.9992070198059082,0,0.039216298609972,-0.9992070198059082,0,0.039216298609972,-0.9992070198059082,0,-0.039216298609972,-0.9992070198059082,0,-0.039216298609972,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.15640699863433838,0,-0.9876710176467896,-0.039246801286935806,0,-0.9992070198059082,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.3089999854564667,0,-0.9510480165481567,-0.15640699863433838,0,-0.9876710176467896,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.4539630115032196,0,-0.8909879922866821,-0.3089999854564667,0,-0.9510480165481567,-0.4539630115032196,0,-0.8909879922866821,-0.4539630115032196,0,-0.8909879922866821,-0.4539630115032196,0,-0.8909879922866821,-0.4539630115032196,0,-0.8909879922866821,-0.5877860188484192,0,-0.8089849948883057,-0.4539630115032196,0,-0.8909879922866821,-0.5877860188484192,0,-0.8089849948883057,-0.5877860188484192,0,-0.8089849948883057,-0.5877860188484192,0,-0.8089849948883057,-0.5877860188484192,0,-0.8089849948883057,-0.707082986831665,0,-0.707082986831665,-0.5877860188484192,0,-0.8089849948883057,-0.707082986831665,0,-0.707082986831665,-0.7071139812469482,0,-0.707082986831665,-0.7071139812469482,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.8089849948883057,0,-0.5877860188484192,-0.7071139812469482,0,-0.707082986831665,-0.8089849948883057,0,-0.5877860188484192,-0.8089849948883057,0,-0.5877860188484192,-0.8089849948883057,0,-0.5877860188484192,-0.8089849948883057,0,-0.5877860188484192,-0.8909879922866821,0,-0.4539929926395416,-0.8089849948883057,0,-0.5877860188484192,-0.8909879922866821,0,-0.4539929926395416,-0.8909879922866821,0,-0.4539929926395416,-0.8909879922866821,0,-0.4539929926395416,-0.8909879922866821,0,-0.4539929926395416,-0.9510480165481567,0,-0.3089999854564667,-0.8909879922866821,0,-0.4539929926395416,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9876710176467896,0,-0.15640699863433838,-0.9510480165481567,0,-0.3089999854564667,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9992070198059082,0,-0.039216298609972,-0.9876710176467896,0,-0.15640699863433838,-0.9992070198059082,0,-0.039216298609972,-0.9992070198059082,0,-0.039216298609972,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,0,0,-0.9999690055847168,0,0,-0.9999690055847168,-0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0,0,-0.9999690055847168,0.039246801286935806,0,-0.9992070198059082,0,0,-1,0,0,-1,0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.15640699863433838,0,-0.9876710176467896,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9876710176467896,0,-0.15640699863433838,0.9992070198059082,0,-0.039246801286935806,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9510480165481567,0,-0.3089999854564667,0.9876710176467896,0,-0.15640699863433838,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.8909879922866821,0,-0.4539630115032196,0.9510480165481567,0,-0.3089999854564667,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8089849948883057,0,-0.5877860188484192,0.8909879922866821,0,-0.4539630115032196,0.8089849948883057,0,-0.5877860188484192,0.8090149760246277,0,-0.5877860188484192,0.8090149760246277,0,-0.5877860188484192,0.8089849948883057,0,-0.5877860188484192,0.707082986831665,0,-0.707082986831665,0.8090149760246277,0,-0.5877860188484192,0.707082986831665,0,-0.707082986831665,0.707082986831665,0,-0.707082986831665,0.707082986831665,0,-0.707082986831665,0.707082986831665,0,-0.707082986831665,0.5877860188484192,0,-0.8090149760246277,0.707082986831665,0,-0.707082986831665,0.5877860188484192,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.5877860188484192,0,-0.8090149760246277,0.4539630115032196,0,-0.8909879922866821,0.5877559781074524,0,-0.8090149760246277,0.4539630115032196,0,-0.8909879922866821,0.4539630115032196,0,-0.8909879922866821,0.4539630115032196,0,-0.8909879922866821,0.4539630115032196,0,-0.8909879922866821,0.3089999854564667,0,-0.9510480165481567,0.4539630115032196,0,-0.8909879922866821,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.2334360033273697,0,-0.972350001335144,0.3089999854564667,0,-0.9510480165481567,0.2334360033273697,0,-0.972350001335144,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.2334360033273697,0,-0.972350001335144,0.15643799304962158,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.15643799304962158,0,-0.9876710176467896,0.039246801286935806,0,-0.9992070198059082,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0.039216298609972,0,0.9992070198059082,0.039216298609972,0,0.9992070198059082,0.15643799304962158,0,0.9876710176467896,0.039216298609972,0,0.9992070198059082,0.15643799304962158,0,0.9876710176467896,0.15643799304962158,0,0.9876710176467896,0.15643799304962158,0,0.9876710176467896,0.15643799304962158,0,0.9876710176467896,0.3090910017490387,0,0.9510179758071899,0.15643799304962158,0,0.9876710176467896,0.3090910017490387,0,0.9510179758071899,0.3090910017490387,0,0.9510179758071899,0.3090910017490387,0,0.9510179758071899,0.3090910017490387,0,0.9510179758071899,0.453931987285614,0,0.8910179734230042,0.3090910017490387,0,0.9510179758071899,0.453931987285614,0,0.8910179734230042,0.453931987285614,0,0.8910179734230042,0.453931987285614,0,0.8910179734230042,0.453931987285614,0,0.8910179734230042,0.5876950025558472,0,0.8090459704399109,0.453931987285614,0,0.8910179734230042,0.5876950025558472,0,0.8090459704399109,0.5876950025558472,0,0.8090459704399109,0.5876950025558472,0,0.8090459704399109,0.5876950025558472,0,0.8090459704399109,0.707082986831665,0,0.7071139812469482,0.5876950025558472,0,0.8090459704399109,0.707082986831665,0,0.7071139812469482,0.707082986831665,0,0.7071139812469482,0.707082986831665,0,0.7071139812469482,0.707082986831665,0,0.7071139812469482,0.8089849948883057,0,0.5877860188484192,0.707082986831665,0,0.7071139812469482,0.8089849948883057,0,0.5877860188484192,0.8089849948883057,0,0.5877860188484192,0.8089849948883057,0,0.5877860188484192,0.8089849948883057,0,0.5877860188484192,0.8909879922866821,0,0.4539630115032196,0.8089849948883057,0,0.5877860188484192,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.9510480165481567,0,0.30896899104118347,0.8909879922866821,0,0.4539630115032196,0.9510480165481567,0,0.30896899104118347,0.9510480165481567,0,0.30896899104118347,0.9510480165481567,0,0.30896899104118347,0.9510480165481567,0,0.30896899104118347,0.9876710176467896,0,0.15640699863433838,0.9510480165481567,0,0.30896899104118347,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15643799304962158,0.9876710176467896,0,0.15643799304962158,0.9876710176467896,0,0.15640699863433838,0.9992070198059082,0,0.039216298609972,0.9876710176467896,0,0.15643799304962158,0.9992070198059082,0,0.039216298609972,0.9992070198059082,0,0.039216298609972,0.039216298609972,0,0.9992070198059082,-0.039216298609972,0,0.9992070198059082,0.039216298609972,0,0.9992070198059082,0.039216298609972,0,0.9992070198059082,-0.039216298609972,0,0.9992070198059082,-0.039216298609972,0,0.9992070198059082,-0.9992070198059082,0,0.039216298609972,-0.9992070198059082,0,0.039216298609972,-0.9876710176467896,0,0.15640699863433838,-0.9992070198059082,0,0.039216298609972,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9510480165481567,0,0.3089999854564667,-0.9876710176467896,0,0.15640699863433838,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.8909879922866821,0,0.4539630115032196,-0.9510480165481567,0,0.3089999854564667,-0.8909879922866821,0,0.4539630115032196,-0.8909879922866821,0,0.4539630115032196,-0.8909879922866821,0,0.4539630115032196,-0.8909879922866821,0,0.4539630115032196,-0.8090149760246277,0,0.5877559781074524,-0.8909879922866821,0,0.4539630115032196,-0.8090149760246277,0,0.5877559781074524,-0.8089849948883057,0,0.5877860188484192,-0.8089849948883057,0,0.5877860188484192,-0.8090149760246277,0,0.5877559781074524,-0.707053005695343,0,0.7071139812469482,-0.8089849948883057,0,0.5877860188484192,-0.707053005695343,0,0.7071139812469482,-0.707053005695343,0,0.7071139812469482,-0.707053005695343,0,0.7071139812469482,-0.707053005695343,0,0.7071139812469482,-0.5876950025558472,0,0.8090459704399109,-0.707053005695343,0,0.7071139812469482,-0.5876950025558472,0,0.8090459704399109,-0.5876950025558472,0,0.8090459704399109,-0.5876950025558472,0,0.8090459704399109,-0.5876950025558472,0,0.8090459704399109,-0.453931987285614,0,0.8910179734230042,-0.5876950025558472,0,0.8090459704399109,-0.453931987285614,0,0.8910179734230042,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.453931987285614,0,0.8910179734230042,-0.3090910017490387,0,0.9510179758071899,-0.4539630115032196,0,0.8909879922866821,-0.3090910017490387,0,0.9510179758071899,-0.3090910017490387,0,0.9510179758071899,-0.3090910017490387,0,0.9510179758071899,-0.3090910017490387,0,0.9510179758071899,-0.15643799304962158,0,0.9876710176467896,-0.3090910017490387,0,0.9510179758071899,-0.15643799304962158,0,0.9876710176467896,-0.15643799304962158,0,0.9876710176467896,-0.15643799304962158,0,0.9876710176467896,-0.15643799304962158,0,0.9876710176467896,-0.039216298609972,0,0.9992070198059082,-0.15643799304962158,0,0.9876710176467896,-0.039216298609972,0,0.9992070198059082,-0.039216298609972,0,0.9992070198059082,-0.9992070198059082,0,0.039216298609972,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,0.039216298609972,-0.9992070198059082,0,0.039216298609972,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.039216298609972,0,-0.9992070198059082,-0.039216298609972,0,-0.9992070198059082,-0.15640699863433838,0,-0.9876710176467896,-0.039216298609972,0,-0.9992070198059082,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.3089999854564667,0,-0.9510480165481567,-0.15640699863433838,0,-0.9876710176467896,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.4539630115032196,0,-0.8909879922866821,-0.3089999854564667,0,-0.9510480165481567,-0.4539630115032196,0,-0.8909879922866821,-0.4539630115032196,0,-0.8909879922866821,-0.4539630115032196,0,-0.8909879922866821,-0.4539630115032196,0,-0.8909879922866821,-0.5877860188484192,0,-0.8089849948883057,-0.4539630115032196,0,-0.8909879922866821,-0.5877860188484192,0,-0.8089849948883057,-0.5877860188484192,0,-0.8089849948883057,-0.5877860188484192,0,-0.8089849948883057,-0.5877860188484192,0,-0.8089849948883057,-0.707082986831665,0,-0.707082986831665,-0.5877860188484192,0,-0.8089849948883057,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.8090149760246277,0,-0.5877559781074524,-0.707082986831665,0,-0.707082986831665,-0.8090149760246277,0,-0.5877559781074524,-0.8090149760246277,0,-0.5877559781074524,-0.8090149760246277,0,-0.5877559781074524,-0.8090149760246277,0,-0.5877559781074524,-0.8909879922866821,0,-0.4539630115032196,-0.8090149760246277,0,-0.5877559781074524,-0.8909879922866821,0,-0.4539630115032196,-0.8909879922866821,0,-0.4539630115032196,-0.8909879922866821,0,-0.4539630115032196,-0.8909879922866821,0,-0.4539630115032196,-0.9510480165481567,0,-0.3090299963951111,-0.8909879922866821,0,-0.4539630115032196,-0.9510480165481567,0,-0.3090299963951111,-0.9510480165481567,0,-0.3090299963951111,-0.9510480165481567,0,-0.3090299963951111,-0.9510480165481567,0,-0.3090299963951111,-0.9876710176467896,0,-0.15640699863433838,-0.9510480165481567,0,-0.3090299963951111,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9992070198059082,0,-0.039246801286935806,-0.9876710176467896,0,-0.15640699863433838,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.039216298609972,0,-0.9992070198059082,0.039216298609972,0,-0.9992070198059082,-0.039216298609972,0,-0.9992070198059082,-0.039216298609972,0,-0.9992070198059082,0.039216298609972,0,-0.9992070198059082,0.039216298609972,0,-0.9992070198059082,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9876710176467896,0,-0.15640699863433838,0.9992070198059082,0,-0.039246801286935806,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9510480165481567,0,-0.3089999854564667,0.9876710176467896,0,-0.15640699863433838,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.8909879922866821,0,-0.4539630115032196,0.9510480165481567,0,-0.3089999854564667,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8090149760246277,0,-0.5877559781074524,0.8909879922866821,0,-0.4539630115032196,0.8090149760246277,0,-0.5877559781074524,0.8089849948883057,0,-0.5877860188484192,0.8089849948883057,0,-0.5877860188484192,0.8090149760246277,0,-0.5877559781074524,0.7071139812469482,0,-0.707082986831665,0.8089849948883057,0,-0.5877860188484192,0.7071139812469482,0,-0.707082986831665,0.7071139812469482,0,-0.707082986831665,0.7071139812469482,0,-0.707082986831665,0.7071139812469482,0,-0.707082986831665,0.5877860188484192,0,-0.8089849948883057,0.7071139812469482,0,-0.707082986831665,0.5877860188484192,0,-0.8089849948883057,0.5877860188484192,0,-0.8089849948883057,0.5877860188484192,0,-0.8089849948883057,0.5877860188484192,0,-0.8089849948883057,0.4539630115032196,0,-0.8909879922866821,0.5877860188484192,0,-0.8089849948883057,0.4539630115032196,0,-0.8909879922866821,0.4539630115032196,0,-0.8909879922866821,0.4539630115032196,0,-0.8909879922866821,0.4539630115032196,0,-0.8909879922866821,0.3089999854564667,0,-0.9510480165481567,0.4539630115032196,0,-0.8909879922866821,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.15640699863433838,0,-0.9876710176467896,0.3089999854564667,0,-0.9510480165481567,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.039216298609972,0,-0.9992070198059082,0.15640699863433838,0,-0.9876710176467896,0.039216298609972,0,-0.9992070198059082,0.039216298609972,0,-0.9992070198059082,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039216298609972,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039216298609972,0.9992070198059082,0,0.039216298609972,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.9876710176467896,0,-0.15640699863433838,-0.9992070198059082,0,-0.039246801286935806,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9510480165481567,0,-0.3090299963951111,-0.9876710176467896,0,-0.15640699863433838,-0.9510480165481567,0,-0.3090299963951111,-0.9510179758071899,0,-0.3090299963951111,-0.9510179758071899,0,-0.3090299963951111,-0.9510480165481567,0,-0.3090299963951111,-0.8909879922866821,0,-0.4539929926395416,-0.9510179758071899,0,-0.3090299963951111,-0.8909879922866821,0,-0.4539929926395416,-0.8909569978713989,0,-0.45402398705482483,-0.8909569978713989,0,-0.45402398705482483,-0.8909879922866821,0,-0.4539929926395416,-0.8089849948883057,0,-0.5877860188484192,-0.8909569978713989,0,-0.45402398705482483,-0.8089849948883057,0,-0.5877860188484192,-0.8089849948883057,0,-0.5877860188484192,-0.8089849948883057,0,-0.5877860188484192,-0.8089849948883057,0,-0.5877860188484192,-0.7071139812469482,0,-0.707053005695343,-0.8089849948883057,0,-0.5877860188484192,-0.7071139812469482,0,-0.707053005695343,-0.7071139812469482,0,-0.707053005695343,-0.7071139812469482,0,-0.707053005695343,-0.7071139812469482,0,-0.707053005695343,-0.5878779888153076,0,-0.8089240193367004,-0.7071139812469482,0,-0.707053005695343,-0.5878779888153076,0,-0.8089240193367004,-0.5878779888153076,0,-0.8089240193367004,-0.5878779888153076,0,-0.8089240193367004,-0.5878779888153076,0,-0.8089240193367004,-0.45402398705482483,0,-0.8909569978713989,-0.5878779888153076,0,-0.8089240193367004,-0.45402398705482483,0,-0.8909569978713989,-0.45402398705482483,0,-0.8909569978713989,-0.45402398705482483,0,-0.8909569978713989,-0.45402398705482483,0,-0.8909569978713989,-0.30893900990486145,0,-0.9510480165481567,-0.45402398705482483,0,-0.8909569978713989,-0.30893900990486145,0,-0.9510480165481567,-0.30896899104118347,0,-0.9510480165481567,-0.30896899104118347,0,-0.9510480165481567,-0.30893900990486145,0,-0.9510480165481567,-0.15640699863433838,0,-0.9876710176467896,-0.30896899104118347,0,-0.9510480165481567,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.039277300238609314,0,-0.9992070198059082,-0.15640699863433838,0,-0.9876710176467896,-0.039277300238609314,0,-0.9992070198059082,-0.039277300238609314,0,-0.9992070198059082,0.039277300238609314,0,-0.9992070198059082,-0.039277300238609314,0,-0.9992070198059082,0.039277300238609314,0,-0.9992070198059082,0.039277300238609314,0,-0.9992070198059082,-0.039277300238609314,0,-0.9992070198059082,-0.039277300238609314,0,-0.9992070198059082,0.039277300238609314,0,-0.9992070198059082,0.039277300238609314,0,-0.9992070198059082,0.15640699863433838,0,-0.9876710176467896,0.039277300238609314,0,-0.9992070198059082,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.30893900990486145,0,-0.9510480165481567,0.15640699863433838,0,-0.9876710176467896,0.30893900990486145,0,-0.9510480165481567,0.30893900990486145,0,-0.9510480165481567,0.30893900990486145,0,-0.9510480165481567,0.30893900990486145,0,-0.9510480165481567,0.45402398705482483,0,-0.8909569978713989,0.30893900990486145,0,-0.9510480165481567,0.45402398705482483,0,-0.8909569978713989,0.45402398705482483,0,-0.8909569978713989,0.45402398705482483,0,-0.8909569978713989,0.45402398705482483,0,-0.8909569978713989,0.5878779888153076,0,-0.8089240193367004,0.45402398705482483,0,-0.8909569978713989,0.5878779888153076,0,-0.8089240193367004,0.5878779888153076,0,-0.8089240193367004,0.5878779888153076,0,-0.8089240193367004,0.5878779888153076,0,-0.8089240193367004,0.7071139812469482,0,-0.707082986831665,0.5878779888153076,0,-0.8089240193367004,0.7071139812469482,0,-0.707082986831665,0.7071139812469482,0,-0.707082986831665,0.7071139812469482,0,-0.707082986831665,0.7071139812469482,0,-0.707082986831665,0.8089849948883057,0,-0.5877860188484192,0.7071139812469482,0,-0.707082986831665,0.8089849948883057,0,-0.5877860188484192,0.8089849948883057,0,-0.5877860188484192,0.8089849948883057,0,-0.5877860188484192,0.8089849948883057,0,-0.5877860188484192,0.8909879922866821,0,-0.4539929926395416,0.8089849948883057,0,-0.5877860188484192,0.8909879922866821,0,-0.4539929926395416,0.8909879922866821,0,-0.4539929926395416,0.8909879922866821,0,-0.4539929926395416,0.8909879922866821,0,-0.4539929926395416,0.9510179758071899,0,-0.3090299963951111,0.8909879922866821,0,-0.4539929926395416,0.9510179758071899,0,-0.3090299963951111,0.9510179758071899,0,-0.3090609908103943,0.9510179758071899,0,-0.3090609908103943,0.9510179758071899,0,-0.3090299963951111,0.9876710176467896,0,-0.15643799304962158,0.9510179758071899,0,-0.3090609908103943,0.9876710176467896,0,-0.15643799304962158,0.9876710176467896,0,-0.15643799304962158,0.9876710176467896,0,-0.15643799304962158,0.9876710176467896,0,-0.15643799304962158,0.9992070198059082,0,-0.039246801286935806,0.9876710176467896,0,-0.15643799304962158,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9876710176467896,0,0.15643799304962158,0.9992070198059082,0,0.039246801286935806,0.9876710176467896,0,0.15643799304962158,0.9876710176467896,0,0.15643799304962158,0.9876710176467896,0,0.15643799304962158,0.9876710176467896,0,0.15643799304962158,0.9510480165481567,0,0.3090299963951111,0.9876710176467896,0,0.15643799304962158,0.9510480165481567,0,0.3090299963951111,0.9510179758071899,0,0.3090299963951111,0.9510179758071899,0,0.3090299963951111,0.9510480165481567,0,0.3090299963951111,0.8910179734230042,0,0.4539630115032196,0.9510179758071899,0,0.3090299963951111,0.8910179734230042,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.8910179734230042,0,0.4539630115032196,0.8090149760246277,0,0.5877559781074524,0.8909879922866821,0,0.4539630115032196,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.707082986831665,0,0.7071139812469482,0.8090149760246277,0,0.5877559781074524,0.707082986831665,0,0.7071139812469482,0.707082986831665,0,0.7071139812469482,0.707082986831665,0,0.7071139812469482,0.707082986831665,0,0.7071139812469482,0.5877559781074524,0,0.8090149760246277,0.707082986831665,0,0.7071139812469482,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.4539929926395416,0,0.8909879922866821,0.5877559781074524,0,0.8090149760246277,0.4539929926395416,0,0.8909879922866821,0.4539929926395416,0,0.8909879922866821,0.4539929926395416,0,0.8909879922866821,0.4539929926395416,0,0.8909879922866821,0.3089999854564667,0,0.9510480165481567,0.4539929926395416,0,0.8909879922866821,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.15640699863433838,0,0.9876710176467896,0.3089999854564667,0,0.9510480165481567,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.039246801286935806,0,0.9992070198059082,0.15640699863433838,0,0.9876710176467896,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.15640699863433838,0,0.9876710176467896,-0.039246801286935806,0,0.9992070198059082,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.3089999854564667,0,0.9510480165481567,-0.15640699863433838,0,0.9876710176467896,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.4539929926395416,0,0.8909879922866821,-0.3089999854564667,0,0.9510480165481567,-0.4539929926395416,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.4539929926395416,0,0.8909879922866821,-0.5877559781074524,0,0.8090149760246277,-0.4539630115032196,0,0.8909879922866821,-0.5877559781074524,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.707082986831665,0,0.707082986831665,-0.5877559781074524,0,0.8090149760246277,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.8090149760246277,0,0.5877559781074524,-0.707082986831665,0,0.707082986831665,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.8909879922866821,0,0.4539630115032196,-0.8090149760246277,0,0.5877559781074524,-0.8909879922866821,0,0.4539630115032196,-0.8909879922866821,0,0.4539929926395416,-0.8909879922866821,0,0.4539929926395416,-0.8909879922866821,0,0.4539630115032196,-0.9510480165481567,0,0.3089999854564667,-0.8909879922866821,0,0.4539929926395416,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3090299963951111,-0.9510480165481567,0,0.3090299963951111,-0.9510480165481567,0,0.3089999854564667,-0.9876710176467896,0,0.15640699863433838,-0.9510480165481567,0,0.3090299963951111,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15643799304962158,-0.9876710176467896,0,0.15643799304962158,-0.9876710176467896,0,0.15640699863433838,-0.9992070198059082,0,0.039246801286935806,-0.9876710176467896,0,0.15643799304962158,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,-0.00009155549923889339,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0.00009155549923889339,1,0,0,1,0,0,1,0,0,1,0,0,1,0,-0.00009155549923889339,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,-0.00006103699706727639,1,0,0,1,0,0,1,0,-0.00006103699706727639,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0.0412915013730526,0,0.9991459846496582,0.0412915013730526,0,0.9991459846496582,0.16458599269390106,0,0.9863579869270325,0.0412915013730526,0,0.9991459846496582,0.16458599269390106,0,0.9863579869270325,0.16458599269390106,0,0.9863579869270325,0.16458599269390106,0,0.9863579869270325,0.16458599269390106,0,0.9863579869270325,0.3246859908103943,0,0.9457989931106567,0.16458599269390106,0,0.9863579869270325,0.3246859908103943,0,0.9457989931106567,0.3246859908103943,0,0.9457989931106567,0.3246859908103943,0,0.9457989931106567,0.3246859908103943,0,0.9457989931106567,0.47593599557876587,0,0.8794519901275635,0.3246859908103943,0,0.9457989931106567,0.47593599557876587,0,0.8794519901275635,0.47593599557876587,0,0.8794519901275635,0.47593599557876587,0,0.8794519901275635,0.47593599557876587,0,0.8794519901275635,0.6142150163650513,0,0.7891169786453247,0.47593599557876587,0,0.8794519901275635,0.6142150163650513,0,0.7891169786453247,0.6142150163650513,0,0.7891169786453247,0.6142150163650513,0,0.7891169786453247,0.6142150163650513,0,0.7891169786453247,0.7357100248336792,0,0.6772670149803162,0.6142150163650513,0,0.7891169786453247,0.7357100248336792,0,0.6772670149803162,0.7357100248336792,0,0.6772670149803162,0.7357100248336792,0,0.6772670149803162,0.7357100248336792,0,0.6772670149803162,0.8371530175209045,0,0.5469220280647278,0.7357100248336792,0,0.6772670149803162,0.8371530175209045,0,0.5469220280647278,0.8371530175209045,0,0.5469220280647278,0.8371530175209045,0,0.5469220280647278,0.8371530175209045,0,0.5469220280647278,0.9157689809799194,0,0.4016849994659424,0.8371530175209045,0,0.5469220280647278,0.9157689809799194,0,0.4016849994659424,0.9157689809799194,0,0.4016849994659424,0.9157689809799194,0,0.4016849994659424,0.9157689809799194,0,0.4016849994659424,0.9693899750709534,0,0.24546000361442566,0.9157689809799194,0,0.4016849994659424,0.9693899750709534,0,0.24546000361442566,0.9693899750709534,0,0.24546000361442566,0.9693899750709534,0,0.24546000361442566,0.9693899750709534,0,0.24546000361442566,0.9965819716453552,0,0.08255259692668915,0.9693899750709534,0,0.24546000361442566,0.9965819716453552,0,0.08255259692668915,0.9965819716453552,0,0.08255259692668915,0.9965819716453552,0,0.08255259692668915,0.9965819716453552,0,0.08255259692668915,0.9965819716453552,0,-0.08255259692668915,0.9965819716453552,0,0.08255259692668915,0.9965819716453552,0,-0.08255259692668915,0.9965819716453552,0,-0.08255259692668915,0.9965819716453552,0,-0.08255259692668915,0.9965819716453552,0,-0.08255259692668915,0.9693899750709534,0,-0.24546000361442566,0.9965819716453552,0,-0.08255259692668915,0.9693899750709534,0,-0.24546000361442566,0.9693899750709534,0,-0.24546000361442566,0.9693899750709534,0,-0.24546000361442566,0.9693899750709534,0,-0.24546000361442566,0.9157379865646362,0,-0.4016849994659424,0.9693899750709534,0,-0.24546000361442566,0.9157379865646362,0,-0.4016849994659424,0.9157379865646362,0,-0.4016849994659424,0.9157379865646362,0,-0.4016849994659424,0.9157379865646362,0,-0.4016849994659424,0.8371530175209045,0,-0.5469220280647278,0.9157379865646362,0,-0.4016849994659424,0.8371530175209045,0,-0.5469220280647278,0.8371530175209045,0,-0.5469220280647278,0.8371530175209045,0,-0.5469220280647278,0.8371530175209045,0,-0.5469220280647278,0.7357100248336792,0,-0.6772670149803162,0.8371530175209045,0,-0.5469220280647278,0.7357100248336792,0,-0.6772670149803162,0.7357100248336792,0,-0.6772670149803162,0.7357100248336792,0,-0.6772670149803162,0.7357100248336792,0,-0.6772670149803162,0.6142150163650513,0,-0.7891169786453247,0.7357100248336792,0,-0.6772670149803162,0.6142150163650513,0,-0.7891169786453247,0.6142150163650513,0,-0.7891169786453247,0.6142150163650513,0,-0.7891169786453247,0.6142150163650513,0,-0.7891169786453247,0.47593599557876587,0,-0.8794519901275635,0.6142150163650513,0,-0.7891169786453247,0.47593599557876587,0,-0.8794519901275635,0.47593599557876587,0,-0.8794519901275635,0.47593599557876587,0,-0.8794519901275635,0.47593599557876587,0,-0.8794519901275635,0.3246859908103943,0,-0.9457989931106567,0.47593599557876587,0,-0.8794519901275635,0.3246859908103943,0,-0.9457989931106567,0.3246859908103943,0,-0.9457989931106567,0.3246859908103943,0,-0.9457989931106567,0.3246859908103943,0,-0.9457989931106567,0.16455599665641785,0,-0.9863579869270325,0.3246859908103943,0,-0.9457989931106567,0.16455599665641785,0,-0.9863579869270325,0.16455599665641785,0,-0.9863579869270325,0.16455599665641785,0,-0.9863579869270325,0.16455599665641785,0,-0.9863579869270325,0.0412915013730526,0,-0.9991459846496582,0.16455599665641785,0,-0.9863579869270325,0.0412915013730526,0,-0.9991459846496582,0.0412915013730526,0,-0.9991459846496582,0.0412915013730526,0,0.9991459846496582,0.0412915013730526,0,0.9991459846496582,0,0,1,0,0,1,0.0412915013730526,0,0.9991459846496582,-0.0412915013730526,0,0.9991459846496582,0,0,1,-0.0412915013730526,0,0.9991459846496582,-0.0412915013730526,0,0.9991459846496582,-0.0412915013730526,0,-0.9991459846496582,-0.0412915013730526,0,-0.9991459846496582,-0.16455599665641785,0,-0.9863579869270325,-0.0412915013730526,0,-0.9991459846496582,-0.16455599665641785,0,-0.9863579869270325,-0.16455599665641785,0,-0.9863579869270325,-0.16455599665641785,0,-0.9863579869270325,-0.16455599665641785,0,-0.9863579869270325,-0.3246859908103943,0,-0.9457989931106567,-0.16455599665641785,0,-0.9863579869270325,-0.3246859908103943,0,-0.9457989931106567,-0.3246859908103943,0,-0.9457989931106567,-0.3246859908103943,0,-0.9457989931106567,-0.3246859908103943,0,-0.9457989931106567,-0.47593599557876587,0,-0.8794519901275635,-0.3246859908103943,0,-0.9457989931106567,-0.47593599557876587,0,-0.8794519901275635,-0.47593599557876587,0,-0.8794519901275635,-0.47593599557876587,0,-0.8794519901275635,-0.47593599557876587,0,-0.8794519901275635,-0.6142150163650513,0,-0.7891169786453247,-0.47593599557876587,0,-0.8794519901275635,-0.6142150163650513,0,-0.7891169786453247,-0.6142150163650513,0,-0.7891169786453247,-0.6142150163650513,0,-0.7891169786453247,-0.6142150163650513,0,-0.7891169786453247,-0.7357100248336792,0,-0.6772670149803162,-0.6142150163650513,0,-0.7891169786453247,-0.7357100248336792,0,-0.6772670149803162,-0.7357100248336792,0,-0.6772670149803162,-0.7357100248336792,0,-0.6772670149803162,-0.7357100248336792,0,-0.6772670149803162,-0.8371530175209045,0,-0.5469220280647278,-0.7357100248336792,0,-0.6772670149803162,-0.8371530175209045,0,-0.5469220280647278,-0.8371530175209045,0,-0.5469220280647278,-0.8371530175209045,0,-0.5469220280647278,-0.8371530175209045,0,-0.5469220280647278,-0.9157689809799194,0,-0.4016849994659424,-0.8371530175209045,0,-0.5469220280647278,-0.9157689809799194,0,-0.4016849994659424,-0.9157689809799194,0,-0.4016849994659424,-0.9157689809799194,0,-0.4016849994659424,-0.9157689809799194,0,-0.4016849994659424,-0.9693899750709534,0,-0.24546000361442566,-0.9157689809799194,0,-0.4016849994659424,-0.9693899750709534,0,-0.24546000361442566,-0.9693899750709534,0,-0.24546000361442566,-0.9693899750709534,0,-0.24546000361442566,-0.9693899750709534,0,-0.24546000361442566,-0.9965819716453552,0,-0.08255259692668915,-0.9693899750709534,0,-0.24546000361442566,-0.9965819716453552,0,-0.08255259692668915,-0.9965819716453552,0,-0.08255259692668915,-0.9965819716453552,0,-0.08255259692668915,-0.9965819716453552,0,-0.08255259692668915,-0.9965819716453552,0,0.08255259692668915,-0.9965819716453552,0,-0.08255259692668915,-0.9965819716453552,0,0.08255259692668915,-0.9965819716453552,0,0.08255259692668915,-0.9965819716453552,0,0.08255259692668915,-0.9965819716453552,0,0.08255259692668915,-0.9693899750709534,0,0.24546000361442566,-0.9965819716453552,0,0.08255259692668915,-0.9693899750709534,0,0.24546000361442566,-0.9693899750709534,0,0.24546000361442566,-0.9693899750709534,0,0.24546000361442566,-0.9693899750709534,0,0.24546000361442566,-0.9157689809799194,0,0.4016849994659424,-0.9693899750709534,0,0.24546000361442566,-0.9157689809799194,0,0.4016849994659424,-0.9157689809799194,0,0.4016849994659424,-0.9157689809799194,0,0.4016849994659424,-0.9157689809799194,0,0.4016849994659424,-0.8371530175209045,0,0.5469220280647278,-0.9157689809799194,0,0.4016849994659424,-0.8371530175209045,0,0.5469220280647278,-0.8371530175209045,0,0.5469220280647278,-0.8371530175209045,0,0.5469220280647278,-0.8371530175209045,0,0.5469220280647278,-0.7357100248336792,0,0.6772670149803162,-0.8371530175209045,0,0.5469220280647278,-0.7357100248336792,0,0.6772670149803162,-0.7357100248336792,0,0.6772670149803162,-0.7357100248336792,0,0.6772670149803162,-0.7357100248336792,0,0.6772670149803162,-0.6142150163650513,0,0.7891169786453247,-0.7357100248336792,0,0.6772670149803162,-0.6142150163650513,0,0.7891169786453247,-0.6142150163650513,0,0.7891169786453247,-0.6142150163650513,0,0.7891169786453247,-0.6142150163650513,0,0.7891169786453247,-0.47593599557876587,0,0.8794519901275635,-0.6142150163650513,0,0.7891169786453247,-0.47593599557876587,0,0.8794519901275635,-0.47593599557876587,0,0.8794519901275635,-0.47593599557876587,0,0.8794519901275635,-0.47593599557876587,0,0.8794519901275635,-0.3246859908103943,0,0.9457989931106567,-0.47593599557876587,0,0.8794519901275635,-0.3246859908103943,0,0.9457989931106567,-0.3246859908103943,0,0.9457989931106567,-0.3246859908103943,0,0.9457989931106567,-0.3246859908103943,0,0.9457989931106567,-0.16458599269390106,0,0.9863579869270325,-0.3246859908103943,0,0.9457989931106567,-0.16458599269390106,0,0.9863579869270325,-0.16458599269390106,0,0.9863579869270325,-0.16458599269390106,0,0.9863579869270325,-0.16458599269390106,0,0.9863579869270325,-0.0412915013730526,0,0.9991459846496582,-0.16458599269390106,0,0.9863579869270325,-0.0412915013730526,0,0.9991459846496582,-0.0412915013730526,0,0.9991459846496582,-0.0412915013730526,0,-0.9991459846496582,-0.0412915013730526,0,-0.9991459846496582,0,0,-1,0,0,-1,-0.0412915013730526,0,-0.9991459846496582,0.0412915013730526,0,-0.9991459846496582,0,0,-1,0.0412915013730526,0,-0.9991459846496582,0.0412915013730526,0,-0.9991459846496582,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,-0.0412915013730526,0,0.9991459846496582,-0.0412915013730526,0,0.9991459846496582,-0.16455599665641785,0,0.9863579869270325,-0.0412915013730526,0,0.9991459846496582,-0.16455599665641785,0,0.9863579869270325,-0.16455599665641785,0,0.9863579869270325,-0.16455599665641785,0,0.9863579869270325,-0.16455599665641785,0,0.9863579869270325,-0.3246859908103943,0,0.9457989931106567,-0.16455599665641785,0,0.9863579869270325,-0.3246859908103943,0,0.9457989931106567,-0.32465600967407227,0,0.9457989931106567,-0.32465600967407227,0,0.9457989931106567,-0.3246859908103943,0,0.9457989931106567,-0.47593599557876587,0,0.8794519901275635,-0.32465600967407227,0,0.9457989931106567,-0.47593599557876587,0,0.8794519901275635,-0.47593599557876587,0,0.8794519901275635,-0.47593599557876587,0,0.8794519901275635,-0.47593599557876587,0,0.8794519901275635,-0.6142150163650513,0,0.7891169786453247,-0.47593599557876587,0,0.8794519901275635,-0.6142150163650513,0,0.7891169786453247,-0.6142150163650513,0,0.7891169786453247,-0.6142150163650513,0,0.7891169786453247,-0.6142150163650513,0,0.7891169786453247,-0.7357100248336792,0,0.6772670149803162,-0.6142150163650513,0,0.7891169786453247,-0.7357100248336792,0,0.6772670149803162,-0.7357100248336792,0,0.6772670149803162,-0.7357100248336792,0,0.6772670149803162,-0.7357100248336792,0,0.6772670149803162,-0.8371530175209045,0,0.5469220280647278,-0.7357100248336792,0,0.6772670149803162,-0.8371530175209045,0,0.5469220280647278,-0.8371530175209045,0,0.546953022480011,-0.8371530175209045,0,0.546953022480011,-0.8371530175209045,0,0.5469220280647278,-0.9157689809799194,0,0.4016849994659424,-0.8371530175209045,0,0.546953022480011,-0.9157689809799194,0,0.4016849994659424,-0.9157689809799194,0,0.4016849994659424,-0.9157689809799194,0,0.4016849994659424,-0.9157689809799194,0,0.4016849994659424,-0.9693899750709534,0,0.24546000361442566,-0.9157689809799194,0,0.4016849994659424,-0.9693899750709534,0,0.24546000361442566,-0.9693899750709534,0,0.24546000361442566,-0.9693899750709534,0,0.24546000361442566,-0.9693899750709534,0,0.24546000361442566,-0.9965819716453552,0,0.08255259692668915,-0.9693899750709534,0,0.24546000361442566,-0.9965819716453552,0,0.08255259692668915,-0.9965819716453552,0,0.08255259692668915,-0.9965819716453552,0,0.08255259692668915,-0.9965819716453552,0,0.08255259692668915,-0.9965819716453552,0,-0.08255259692668915,-0.9965819716453552,0,0.08255259692668915,-0.9965819716453552,0,-0.08255259692668915,-0.9965819716453552,0,-0.08255259692668915,-0.9965819716453552,0,-0.08255259692668915,-0.9965819716453552,0,-0.08255259692668915,-0.9693899750709534,0,-0.24546000361442566,-0.9965819716453552,0,-0.08255259692668915,-0.9693899750709534,0,-0.24546000361442566,-0.9693899750709534,0,-0.24546000361442566,-0.9693899750709534,0,-0.24546000361442566,-0.9693899750709534,0,-0.24546000361442566,-0.9157689809799194,0,-0.4016849994659424,-0.9693899750709534,0,-0.24546000361442566,-0.9157689809799194,0,-0.4016849994659424,-0.9157689809799194,0,-0.4016849994659424,-0.9157689809799194,0,-0.4016849994659424,-0.9157689809799194,0,-0.4016849994659424,-0.8371530175209045,0,-0.5469220280647278,-0.9157689809799194,0,-0.4016849994659424,-0.8371530175209045,0,-0.5469220280647278,-0.8371530175209045,0,-0.5469220280647278,-0.8371530175209045,0,-0.5469220280647278,-0.8371530175209045,0,-0.5469220280647278,-0.7357100248336792,0,-0.6772670149803162,-0.8371530175209045,0,-0.5469220280647278,-0.7357100248336792,0,-0.6772670149803162,-0.7357100248336792,0,-0.6772670149803162,-0.7357100248336792,0,-0.6772670149803162,-0.7357100248336792,0,-0.6772670149803162,-0.6141849756240845,0,-0.7891169786453247,-0.7357100248336792,0,-0.6772670149803162,-0.6141849756240845,0,-0.7891169786453247,-0.6141849756240845,0,-0.7891169786453247,-0.6141849756240845,0,-0.7891169786453247,-0.6141849756240845,0,-0.7891169786453247,-0.47593599557876587,0,-0.8794519901275635,-0.6141849756240845,0,-0.7891169786453247,-0.47593599557876587,0,-0.8794519901275635,-0.47593599557876587,0,-0.8794519901275635,-0.47593599557876587,0,-0.8794519901275635,-0.47593599557876587,0,-0.8794519901275635,-0.32465600967407227,0,-0.9457989931106567,-0.47593599557876587,0,-0.8794519901275635,-0.32465600967407227,0,-0.9457989931106567,-0.32465600967407227,0,-0.9457989931106567,-0.32465600967407227,0,-0.9457989931106567,-0.32465600967407227,0,-0.9457989931106567,-0.16455599665641785,0,-0.9863579869270325,-0.32465600967407227,0,-0.9457989931106567,-0.16455599665641785,0,-0.9863579869270325,-0.16455599665641785,0,-0.9863579869270325,-0.16455599665641785,0,-0.9863579869270325,-0.16455599665641785,0,-0.9863579869270325,-0.04132210090756416,0,-0.999114990234375,-0.16455599665641785,0,-0.9863579869270325,-0.04132210090756416,0,-0.999114990234375,-0.04132210090756416,0,-0.999114990234375,0,0,-1,-0.04132210090756416,0,-0.999114990234375,0,0,-1,0,0,-1,-0.04132210090756416,0,-0.999114990234375,-0.04132210090756416,0,-0.999114990234375,0.427931010723114,0,0.9038059711456299,0.427931010723114,0,0.9038059711456299,0.5046849846839905,0,0.863277018070221,0.427931010723114,0,0.9038059711456299,0.5046849846839905,0,0.863277018070221,0.5046849846839905,0,0.863277018070221,0.5046849846839905,0,0.863277018070221,0.5046849846839905,0,0.863277018070221,0.6462600231170654,0,0.7630850076675415,0.5046849846839905,0,0.863277018070221,0.6462600231170654,0,0.7630850076675415,0.6462600231170654,0,0.7630850076675415,0.6462600231170654,0,0.7630850076675415,0.6462600231170654,0,0.7630850076675415,0.7683640122413635,0,0.639972984790802,0.6462600231170654,0,0.7630850076675415,0.7683640122413635,0,0.639972984790802,0.7683640122413635,0,0.639972984790802,0.7683640122413635,0,0.639972984790802,0.7683640122413635,0,0.639972984790802,0.8673670291900635,0,0.49763500690460205,0.7683640122413635,0,0.639972984790802,0.8673670291900635,0,0.49763500690460205,0.8673670291900635,0,0.49763500690460205,0.8673670291900635,0,0.49763500690460205,0.8673670291900635,0,0.49763500690460205,0.9403060078620911,0,0.34028100967407227,0.8673670291900635,0,0.49763500690460205,0.9403060078620911,0,0.34028100967407227,0.9403060078620911,0,0.34031200408935547,0.9403060078620911,0,0.34031200408935547,0.9403060078620911,0,0.34028100967407227,0.9849539995193481,0,0.17273500561714172,0.9403060078620911,0,0.34031200408935547,0.9849539995193481,0,0.17273500561714172,0.9849539995193481,0,0.17273500561714172,0.9849539995193481,0,0.17273500561714172,0.9849539995193481,0,0.17273500561714172,1,0,0,0.9849539995193481,0,0.17273500561714172,1,0,0,1,0,0,1,0,0,1,0,0,0.9849539995193481,0,-0.17273500561714172,1,0,0,0.9849539995193481,0,-0.17273500561714172,0.9849539995193481,0,-0.17273500561714172,0.9849539995193481,0,-0.17273500561714172,0.9849539995193481,0,-0.17273500561714172,0.9403060078620911,0,-0.34028100967407227,0.9849539995193481,0,-0.17273500561714172,0.9403060078620911,0,-0.34028100967407227,0.9403060078620911,0,-0.34028100967407227,0.9403060078620911,0,-0.34028100967407227,0.9403060078620911,0,-0.34028100967407227,0.8673670291900635,0,-0.49763500690460205,0.9403060078620911,0,-0.34028100967407227,0.8673670291900635,0,-0.49763500690460205,0.8673670291900635,0,-0.49760401248931885,0.8673670291900635,0,-0.49760401248931885,0.8673670291900635,0,-0.49763500690460205,0.7683640122413635,0,-0.6400039792060852,0.8673670291900635,0,-0.49760401248931885,0.7683640122413635,0,-0.6400039792060852,0.7683640122413635,0,-0.6400039792060852,0.7683640122413635,0,-0.6400039792060852,0.7683640122413635,0,-0.6400039792060852,0.6462290287017822,0,-0.7631149888038635,0.7683640122413635,0,-0.6400039792060852,0.6462290287017822,0,-0.7631149888038635,0.6462290287017822,0,-0.7631149888038635,0.6462290287017822,0,-0.7631149888038635,0.6462290287017822,0,-0.7631149888038635,0.5046849846839905,0,-0.863277018070221,0.6462290287017822,0,-0.7631149888038635,0.5046849846839905,0,-0.863277018070221,0.5046849846839905,0,-0.863277018070221,0.5046849846839905,0,-0.863277018070221,0.5046849846839905,0,-0.863277018070221,0.427931010723114,0,-0.9038059711456299,0.5046849846839905,0,-0.863277018070221,0.427931010723114,0,-0.9038059711456299,0.427931010723114,0,-0.9038059711456299,-0.0412915013730526,0,0.9991459846496582,0,0,1,-0.0412915013730526,0,0.9991459846496582,-0.0412915013730526,0,0.9991459846496582,0,0,1,0,0,1,0.04132210090756416,0,-0.999114990234375,0.04132210090756416,0,-0.999114990234375,0.16455599665641785,0,-0.9863579869270325,0.04132210090756416,0,-0.999114990234375,0.16455599665641785,0,-0.9863579869270325,0.16455599665641785,0,-0.9863579869270325,0.16455599665641785,0,-0.9863579869270325,0.16455599665641785,0,-0.9863579869270325,0.32465600967407227,0,-0.9457989931106567,0.16455599665641785,0,-0.9863579869270325,0.32465600967407227,0,-0.9457989931106567,0.32465600967407227,0,-0.9457989931106567,0.32465600967407227,0,-0.9457989931106567,0.32465600967407227,0,-0.9457989931106567,0.47593599557876587,0,-0.8794519901275635,0.32465600967407227,0,-0.9457989931106567,0.47593599557876587,0,-0.8794519901275635,0.47593599557876587,0,-0.8794519901275635,0.47593599557876587,0,-0.8794519901275635,0.47593599557876587,0,-0.8794519901275635,0.6141849756240845,0,-0.7891169786453247,0.47593599557876587,0,-0.8794519901275635,0.6141849756240845,0,-0.7891169786453247,0.6141849756240845,0,-0.7891169786453247,0.6141849756240845,0,-0.7891169786453247,0.6141849756240845,0,-0.7891169786453247,0.7357100248336792,0,-0.6772670149803162,0.6141849756240845,0,-0.7891169786453247,0.7357100248336792,0,-0.6772670149803162,0.7357100248336792,0,-0.6772670149803162,0.7357100248336792,0,-0.6772670149803162,0.7357100248336792,0,-0.6772670149803162,0.8371530175209045,0,-0.5469220280647278,0.7357100248336792,0,-0.6772670149803162,0.8371530175209045,0,-0.5469220280647278,0.8371530175209045,0,-0.5469220280647278,0.8371530175209045,0,-0.5469220280647278,0.8371530175209045,0,-0.5469220280647278,0.9157689809799194,0,-0.4016849994659424,0.8371530175209045,0,-0.5469220280647278,0.9157689809799194,0,-0.4016849994659424,0.9157689809799194,0,-0.4016849994659424,0.9157689809799194,0,-0.4016849994659424,0.9157689809799194,0,-0.4016849994659424,0.9693899750709534,0,-0.24546000361442566,0.9157689809799194,0,-0.4016849994659424,0.9693899750709534,0,-0.24546000361442566,0.9693899750709534,0,-0.24546000361442566,0.9693899750709534,0,-0.24546000361442566,0.9693899750709534,0,-0.24546000361442566,0.9965819716453552,0,-0.08255259692668915,0.9693899750709534,0,-0.24546000361442566,0.9965819716453552,0,-0.08255259692668915,0.9965819716453552,0,-0.08255259692668915,0.9965819716453552,0,-0.08255259692668915,0.9965819716453552,0,-0.08255259692668915,0.9965819716453552,0,0.08255259692668915,0.9965819716453552,0,-0.08255259692668915,0.9965819716453552,0,0.08255259692668915,0.9965819716453552,0,0.08255259692668915,0.9965819716453552,0,0.08255259692668915,0.9965819716453552,0,0.08255259692668915,0.9693899750709534,0,0.24546000361442566,0.9965819716453552,0,0.08255259692668915,0.9693899750709534,0,0.24546000361442566,0.9693899750709534,0,0.24546000361442566,0.9693899750709534,0,0.24546000361442566,0.9693899750709534,0,0.24546000361442566,0.9157689809799194,0,0.4016849994659424,0.9693899750709534,0,0.24546000361442566,0.9157689809799194,0,0.4016849994659424,0.9157689809799194,0,0.4016849994659424,0.9157689809799194,0,0.4016849994659424,0.9157689809799194,0,0.4016849994659424,0.8371530175209045,0,0.5469220280647278,0.9157689809799194,0,0.4016849994659424,0.8371530175209045,0,0.5469220280647278,0.8371530175209045,0,0.546953022480011,0.8371530175209045,0,0.546953022480011,0.8371530175209045,0,0.5469220280647278,0.7357100248336792,0,0.6772670149803162,0.8371530175209045,0,0.546953022480011,0.7357100248336792,0,0.6772670149803162,0.7357100248336792,0,0.6772670149803162,0.7357100248336792,0,0.6772670149803162,0.7357100248336792,0,0.6772670149803162,0.6142150163650513,0,0.7891169786453247,0.7357100248336792,0,0.6772670149803162,0.6142150163650513,0,0.7891169786453247,0.6142150163650513,0,0.7891169786453247,0.6142150163650513,0,0.7891169786453247,0.6142150163650513,0,0.7891169786453247,0.47593599557876587,0,0.8794519901275635,0.6142150163650513,0,0.7891169786453247,0.47593599557876587,0,0.8794519901275635,0.47593599557876587,0,0.8794519901275635,0.47593599557876587,0,0.8794519901275635,0.47593599557876587,0,0.8794519901275635,0.3246859908103943,0,0.9457989931106567,0.47593599557876587,0,0.8794519901275635,0.3246859908103943,0,0.9457989931106567,0.3246859908103943,0,0.9457989931106567,0.3246859908103943,0,0.9457989931106567,0.3246859908103943,0,0.9457989931106567,0.16455599665641785,0,0.9863579869270325,0.3246859908103943,0,0.9457989931106567,0.16455599665641785,0,0.9863579869270325,0.16455599665641785,0,0.9863579869270325,0.16455599665641785,0,0.9863579869270325,0.16455599665641785,0,0.9863579869270325,0.0412915013730526,0,0.9991459846496582,0.16455599665641785,0,0.9863579869270325,0.0412915013730526,0,0.9991459846496582,0.0412915013730526,0,0.9991459846496582,0,0,1,0.0412915013730526,0,0.9991459846496582,0,0,1,0,0,1,0.0412915013730526,0,0.9991459846496582,0.0412915013730526,0,0.9991459846496582,-0.427931010723114,0,-0.9038059711456299,-0.427931010723114,0,-0.9038059711456299,-0.5046849846839905,0,-0.863277018070221,-0.427931010723114,0,-0.9038059711456299,-0.5046849846839905,0,-0.863277018070221,-0.5046849846839905,0,-0.863277018070221,-0.5046849846839905,0,-0.863277018070221,-0.5046849846839905,0,-0.863277018070221,-0.6462290287017822,0,-0.7631149888038635,-0.5046849846839905,0,-0.863277018070221,-0.6462290287017822,0,-0.7631149888038635,-0.6462290287017822,0,-0.7631149888038635,-0.6462290287017822,0,-0.7631149888038635,-0.6462290287017822,0,-0.7631149888038635,-0.7683640122413635,0,-0.6400039792060852,-0.6462290287017822,0,-0.7631149888038635,-0.7683640122413635,0,-0.6400039792060852,-0.7683640122413635,0,-0.6400039792060852,-0.7683640122413635,0,-0.6400039792060852,-0.7683640122413635,0,-0.6400039792060852,-0.8673670291900635,0,-0.49760401248931885,-0.7683640122413635,0,-0.6400039792060852,-0.8673670291900635,0,-0.49760401248931885,-0.8673670291900635,0,-0.49760401248931885,-0.8673670291900635,0,-0.49760401248931885,-0.8673670291900635,0,-0.49760401248931885,-0.9403060078620911,0,-0.34028100967407227,-0.8673670291900635,0,-0.49760401248931885,-0.9403060078620911,0,-0.34028100967407227,-0.9403060078620911,0,-0.34028100967407227,-0.9403060078620911,0,-0.34028100967407227,-0.9403060078620911,0,-0.34028100967407227,-0.9849539995193481,0,-0.17273500561714172,-0.9403060078620911,0,-0.34028100967407227,-0.9849539995193481,0,-0.17273500561714172,-0.9849539995193481,0,-0.17273500561714172,-0.9849539995193481,0,-0.17273500561714172,-0.9849539995193481,0,-0.17273500561714172,-1,0,0,-0.9849539995193481,0,-0.17273500561714172,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-0.9849539995193481,0,0.17273500561714172,-1,0,0,-0.9849539995193481,0,0.17273500561714172,-0.9849539995193481,0,0.17273500561714172,-0.9849539995193481,0,0.17273500561714172,-0.9849539995193481,0,0.17273500561714172,-0.9403060078620911,0,0.34031200408935547,-0.9849539995193481,0,0.17273500561714172,-0.9403060078620911,0,0.34031200408935547,-0.9403060078620911,0,0.34031200408935547,-0.9403060078620911,0,0.34031200408935547,-0.9403060078620911,0,0.34031200408935547,-0.8673670291900635,0,0.49763500690460205,-0.9403060078620911,0,0.34031200408935547,-0.8673670291900635,0,0.49763500690460205,-0.8673670291900635,0,0.49763500690460205,-0.8673670291900635,0,0.49763500690460205,-0.8673670291900635,0,0.49763500690460205,-0.7683640122413635,0,0.639972984790802,-0.8673670291900635,0,0.49763500690460205,-0.7683640122413635,0,0.639972984790802,-0.7683640122413635,0,0.639972984790802,-0.7683640122413635,0,0.639972984790802,-0.7683640122413635,0,0.639972984790802,-0.6462600231170654,0,0.7630850076675415,-0.7683640122413635,0,0.639972984790802,-0.6462600231170654,0,0.7630850076675415,-0.6462600231170654,0,0.7630850076675415,-0.6462600231170654,0,0.7630850076675415,-0.6462600231170654,0,0.7630850076675415,-0.5046849846839905,0,0.863277018070221,-0.6462600231170654,0,0.7630850076675415,-0.5046849846839905,0,0.863277018070221,-0.5046849846839905,0,0.863277018070221,-0.5046849846839905,0,0.863277018070221,-0.5046849846839905,0,0.863277018070221,-0.427931010723114,0,0.9038059711456299,-0.5046849846839905,0,0.863277018070221,-0.427931010723114,0,0.9038059711456299,-0.427931010723114,0,0.9038059711456299,0.04132210090756416,0,-0.999114990234375,0,0,-1,0.04132210090756416,0,-0.999114990234375,0.04132210090756416,0,-0.999114990234375,0,0,-1,0,0,-1,0.9855949878692627,0,-0.16898100078105927,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9855949878692627,0,0.16898100078105927,0.9999690055847168,0,0,0.9855949878692627,0,0.16898100078105927,0.9855949878692627,0,0.16898100078105927,0.9855949878692627,0,0.16898100078105927,0.9855949878692627,0,0.16898100078105927,0.9428690075874329,0,0.33313998579978943,0.9855949878692627,0,0.16898100078105927,0.9428690075874329,0,0.33313998579978943,0.9428690075874329,0,0.3331100046634674,0.9428690075874329,0,0.3331100046634674,0.9428690075874329,0,0.33313998579978943,0.8730120062828064,0,0.48768600821495056,0.9428690075874329,0,0.3331100046634674,0.8730120062828064,0,0.48768600821495056,0.8730120062828064,0,0.48765501379966736,0.8730120062828064,0,0.48765501379966736,0.8730120062828064,0,0.48768600821495056,0.778007984161377,0,0.6281930208206177,0.8730120062828064,0,0.48765501379966736,0.778007984161377,0,0.6281930208206177,0.778007984161377,0,0.6281930208206177,0.778007984161377,0,0.6281930208206177,0.778007984161377,0,0.6281930208206177,0.660664975643158,0,0.7506639957427979,0.778007984161377,0,0.6281930208206177,0.660664975643158,0,0.7506639957427979,0.660664975643158,0,0.7506639957427979,0.660664975643158,0,0.7506639957427979,0.660664975643158,0,0.7506639957427979,0.5242769718170166,0,0.8515269756317139,0.660664975643158,0,0.7506639957427979,0.5242769718170166,0,0.8515269756317139,0.5242769718170166,0,0.8515269756317139,0.5242769718170166,0,0.8515269756317139,0.5242769718170166,0,0.8515269756317139,0.37281399965286255,0,0.9278849959373474,0.5242769718170166,0,0.8515269756317139,0.37281399965286255,0,0.9278849959373474,0.37281399965286255,0,0.9278849959373474,0.37281399965286255,0,0.9278849959373474,0.37281399965286255,0,0.9278849959373474,0.21066899597644806,0,0.977537989616394,0.37281399965286255,0,0.9278849959373474,0.21066899597644806,0,0.977537989616394,0.21066899597644806,0,0.977537989616394,0.21066899597644806,0,0.977537989616394,0.21066899597644806,0,0.977537989616394,0.042451199144124985,0,0.9990839958190918,0.21066899597644806,0,0.977537989616394,0.042451199144124985,0,0.9990839958190918,0.042451199144124985,0,0.9990839958190918,0.042451199144124985,0,0.9990839958190918,0.042451199144124985,0,0.9990839958190918,-0.1269879937171936,0,0.9918820261955261,0.042451199144124985,0,0.9990839958190918,-0.1269879937171936,0,0.9918820261955261,-0.1269879937171936,0,0.9918820261955261,-0.1269879937171936,0,0.9918820261955261,-0.1269879937171936,0,0.9918820261955261,-0.29282501339912415,0,0.9561449885368347,-0.1269879937171936,0,0.9918820261955261,-0.29282501339912415,0,0.9561449885368347,-0.29282501339912415,0,0.9561449885368347,-0.29282501339912415,0,0.9561449885368347,-0.29282501339912415,0,0.9561449885368347,-0.45017901062965393,0,0.8929110169410706,-0.29282501339912415,0,0.9561449885368347,-0.45017901062965393,0,0.8929110169410706,-0.45017901062965393,0,0.8929110169410706,-0.45017901062965393,0,0.8929110169410706,-0.45017901062965393,0,0.8929110169410706,-0.5946230292320251,0,0.8039799928665161,-0.45017901062965393,0,0.8929110169410706,-0.5946230292320251,0,0.8039799928665161,-0.5946230292320251,0,0.8039799928665161,-0.5946230292320251,0,0.8039799928665161,-0.5946230292320251,0,0.8039799928665161,-0.7219460010528564,0,0.6919159889221191,-0.5946230292320251,0,0.8039799928665161,-0.7219460010528564,0,0.6919159889221191,-0.7219460010528564,0,0.6919159889221191,-0.7219460010528564,0,0.6919159889221191,-0.7219460010528564,0,0.6919159889221191,-0.8284860253334045,0,0.5599539875984192,-0.7219460010528564,0,0.6919159889221191,-0.8284860253334045,0,0.5599539875984192,-0.8284860253334045,0,0.5599539875984192,-0.8284860253334045,0,0.5599539875984192,-0.8284860253334045,0,0.5599539875984192,-0.911221981048584,0,0.41187798976898193,-0.8284860253334045,0,0.5599539875984192,-0.911221981048584,0,0.41187798976898193,-0.911221981048584,0,0.41187798976898193,-0.911221981048584,0,0.41187798976898193,-0.911221981048584,0,0.41187798976898193,-0.9677109718322754,0,0.25196099281311035,-0.911221981048584,0,0.41187798976898193,-0.9677109718322754,0,0.25196099281311035,-0.9677109718322754,0,0.25196099281311035,-0.9677109718322754,0,0.25196099281311035,-0.9677109718322754,0,0.25196099281311035,-0.9963679909706116,0,0.08478040248155594,-0.9677109718322754,0,0.25196099281311035,-0.9963679909706116,0,0.08478040248155594,-0.9963679909706116,0,0.08478040248155594,-0.9963679909706116,0,0.08478040248155594,-0.9963679909706116,0,0.08478040248155594,-0.9963679909706116,0,-0.08478040248155594,-0.9963679909706116,0,0.08478040248155594,-0.9963679909706116,0,-0.08478040248155594,-0.9963679909706116,0,-0.08478040248155594,-0.9963679909706116,0,-0.08478040248155594,-0.9963679909706116,0,-0.08478040248155594,-0.9677109718322754,0,-0.25196099281311035,-0.9963679909706116,0,-0.08478040248155594,-0.9677109718322754,0,-0.25196099281311035,-0.9677109718322754,0,-0.25196099281311035,-0.9677109718322754,0,-0.25196099281311035,-0.9677109718322754,0,-0.25196099281311035,-0.911221981048584,0,-0.41187798976898193,-0.9677109718322754,0,-0.25196099281311035,-0.911221981048584,0,-0.41187798976898193,-0.911221981048584,0,-0.41187798976898193,-0.911221981048584,0,-0.41187798976898193,-0.911221981048584,0,-0.41187798976898193,-0.8285160064697266,0,-0.5599539875984192,-0.911221981048584,0,-0.41187798976898193,-0.8285160064697266,0,-0.5599539875984192,-0.8285160064697266,0,-0.5599539875984192,-0.8285160064697266,0,-0.5599539875984192,-0.8285160064697266,0,-0.5599539875984192,-0.7219460010528564,0,-0.6919460296630859,-0.8285160064697266,0,-0.5599539875984192,-0.7219460010528564,0,-0.6919460296630859,-0.7219460010528564,0,-0.6919159889221191,-0.7219460010528564,0,-0.6919159889221191,-0.7219460010528564,0,-0.6919460296630859,-0.5946230292320251,0,-0.8039799928665161,-0.7219460010528564,0,-0.6919159889221191,-0.5946230292320251,0,-0.8039799928665161,-0.5946230292320251,0,-0.8039799928665161,-0.5946230292320251,0,-0.8039799928665161,-0.5946230292320251,0,-0.8039799928665161,-0.45017901062965393,0,-0.8929110169410706,-0.5946230292320251,0,-0.8039799928665161,-0.45017901062965393,0,-0.8929110169410706,-0.45017901062965393,0,-0.8929110169410706,-0.45017901062965393,0,-0.8929110169410706,-0.45017901062965393,0,-0.8929110169410706,-0.29279500246047974,0,-0.9561449885368347,-0.45017901062965393,0,-0.8929110169410706,-0.29279500246047974,0,-0.9561449885368347,-0.29279500246047974,0,-0.9561449885368347,-0.29279500246047974,0,-0.9561449885368347,-0.29279500246047974,0,-0.9561449885368347,-0.127018004655838,0,-0.9918820261955261,-0.29279500246047974,0,-0.9561449885368347,-0.127018004655838,0,-0.9918820261955261,-0.127018004655838,0,-0.9918820261955261,-0.127018004655838,0,-0.9918820261955261,-0.127018004655838,0,-0.9918820261955261,0.04242070019245148,0,-0.9990839958190918,-0.127018004655838,0,-0.9918820261955261,0.04242070019245148,0,-0.9990839958190918,0.04242070019245148,0,-0.9990839958190918,0.04242070019245148,0,-0.9990839958190918,0.04242070019245148,0,-0.9990839958190918,0.21070000529289246,0,-0.977537989616394,0.04242070019245148,0,-0.9990839958190918,0.21070000529289246,0,-0.977537989616394,0.21070000529289246,0,-0.977537989616394,0.21070000529289246,0,-0.977537989616394,0.21070000529289246,0,-0.977537989616394,0.37284499406814575,0,-0.9278849959373474,0.21070000529289246,0,-0.977537989616394,0.37284499406814575,0,-0.9278849959373474,0.37284499406814575,0,-0.9278849959373474,0.37284499406814575,0,-0.9278849959373474,0.37284499406814575,0,-0.9278849959373474,0.5242769718170166,0,-0.8515269756317139,0.37284499406814575,0,-0.9278849959373474,0.5242769718170166,0,-0.8515269756317139,0.5242769718170166,0,-0.8515269756317139,0.5242769718170166,0,-0.8515269756317139,0.5242769718170166,0,-0.8515269756317139,0.660664975643158,0,-0.7506639957427979,0.5242769718170166,0,-0.8515269756317139,0.660664975643158,0,-0.7506639957427979,0.660664975643158,0,-0.7506639957427979,0.660664975643158,0,-0.7506639957427979,0.660664975643158,0,-0.7506639957427979,0.778007984161377,0,-0.6282240152359009,0.660664975643158,0,-0.7506639957427979,0.778007984161377,0,-0.6282240152359009,0.778007984161377,0,-0.6282240152359009,0.778007984161377,0,-0.6282240152359009,0.778007984161377,0,-0.6282240152359009,0.8730120062828064,0,-0.48768600821495056,0.778007984161377,0,-0.6282240152359009,0.8730120062828064,0,-0.48768600821495056,0.8730120062828064,0,-0.48768600821495056,0.8730120062828064,0,-0.48768600821495056,0.8730120062828064,0,-0.48768600821495056,0.9428690075874329,0,-0.3331100046634674,0.8730120062828064,0,-0.48768600821495056,0.9428690075874329,0,-0.3331100046634674,0.9428690075874329,0,-0.3331100046634674,0.9428690075874329,0,-0.3331100046634674,0.9428690075874329,0,-0.3331100046634674,0.9855949878692627,0,-0.16898100078105927,0.9428690075874329,0,-0.3331100046634674,0.9855949878692627,0,-0.16898100078105927,0.9855949878692627,0,-0.16898100078105927,0.9855949878692627,0,-0.16898100078105927,0.9855949878692627,0,-0.16898100078105927,0.9999690055847168,0,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,-0.9855949878692627,0,-0.16898100078105927,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-0.9855949878692627,0,0.16898100078105927,-1,0,0,-0.9855949878692627,0,0.16898100078105927,-0.9855949878692627,0,0.16898100078105927,-0.9855949878692627,0,0.16898100078105927,-0.9855949878692627,0,0.16898100078105927,-0.9428690075874329,0,0.33313998579978943,-0.9855949878692627,0,0.16898100078105927,-0.9428690075874329,0,0.33313998579978943,-0.9428690075874329,0,0.33313998579978943,-0.9428690075874329,0,0.33313998579978943,-0.9428690075874329,0,0.33313998579978943,-0.8730120062828064,0,0.48765501379966736,-0.9428690075874329,0,0.33313998579978943,-0.8730120062828064,0,0.48765501379966736,-0.8730120062828064,0,0.48765501379966736,-0.8730120062828064,0,0.48765501379966736,-0.8730120062828064,0,0.48765501379966736,-0.7780389785766602,0,0.6281629800796509,-0.8730120062828064,0,0.48765501379966736,-0.7780389785766602,0,0.6281629800796509,-0.7780389785766602,0,0.6281629800796509,-0.7780389785766602,0,0.6281629800796509,-0.7780389785766602,0,0.6281629800796509,-0.660664975643158,0,0.7506639957427979,-0.7780389785766602,0,0.6281629800796509,-0.660664975643158,0,0.7506639957427979,-0.660664975643158,0,0.7506639957427979,-0.660664975643158,0,0.7506639957427979,-0.660664975643158,0,0.7506639957427979,-0.5242769718170166,0,0.8515269756317139,-0.660664975643158,0,0.7506639957427979,-0.5242769718170166,0,0.8515269756317139,-0.5242769718170166,0,0.8515269756317139,-0.5242769718170166,0,0.8515269756317139,-0.5242769718170166,0,0.8515269756317139,-0.37284499406814575,0,0.9278849959373474,-0.5242769718170166,0,0.8515269756317139,-0.37284499406814575,0,0.9278849959373474,-0.37281399965286255,0,0.9278849959373474,-0.37281399965286255,0,0.9278849959373474,-0.37284499406814575,0,0.9278849959373474,-0.21063899993896484,0,0.977537989616394,-0.37281399965286255,0,0.9278849959373474,-0.21063899993896484,0,0.977537989616394,-0.21063899993896484,0,0.977537989616394,-0.21063899993896484,0,0.977537989616394,-0.21063899993896484,0,0.977537989616394,-0.04242070019245148,0,0.9990839958190918,-0.21063899993896484,0,0.977537989616394,-0.04242070019245148,0,0.9990839958190918,-0.04242070019245148,0,0.9990839958190918,-0.04242070019245148,0,0.9990839958190918,-0.04242070019245148,0,0.9990839958190918,0.127018004655838,0,0.9918820261955261,-0.04242070019245148,0,0.9990839958190918,0.127018004655838,0,0.9918820261955261,0.127018004655838,0,0.9918820261955261,0.127018004655838,0,0.9918820261955261,0.127018004655838,0,0.9918820261955261,0.29279500246047974,0,0.9561449885368347,0.127018004655838,0,0.9918820261955261,0.29279500246047974,0,0.9561449885368347,0.29279500246047974,0,0.9561449885368347,0.29279500246047974,0,0.9561449885368347,0.29279500246047974,0,0.9561449885368347,0.45017901062965393,0,0.8929110169410706,0.29279500246047974,0,0.9561449885368347,0.45017901062965393,0,0.8929110169410706,0.45017901062965393,0,0.8929110169410706,0.45017901062965393,0,0.8929110169410706,0.45017901062965393,0,0.8929110169410706,0.5946230292320251,0,0.8039799928665161,0.45017901062965393,0,0.8929110169410706,0.5946230292320251,0,0.8039799928665161,0.5946230292320251,0,0.8039799928665161,0.5946230292320251,0,0.8039799928665161,0.5946230292320251,0,0.8039799928665161,0.7219460010528564,0,0.6919159889221191,0.5946230292320251,0,0.8039799928665161,0.7219460010528564,0,0.6919159889221191,0.7219460010528564,0,0.6919159889221191,0.7219460010528564,0,0.6919159889221191,0.7219460010528564,0,0.6919159889221191,0.8284860253334045,0,0.5599539875984192,0.7219460010528564,0,0.6919159889221191,0.8284860253334045,0,0.5599539875984192,0.8284860253334045,0,0.5599539875984192,0.8284860253334045,0,0.5599539875984192,0.8284860253334045,0,0.5599539875984192,0.911221981048584,0,0.41190800070762634,0.8284860253334045,0,0.5599539875984192,0.911221981048584,0,0.41190800070762634,0.911221981048584,0,0.41190800070762634,0.911221981048584,0,0.41190800070762634,0.911221981048584,0,0.41190800070762634,0.9677109718322754,0,0.25196099281311035,0.911221981048584,0,0.41190800070762634,0.9677109718322754,0,0.25196099281311035,0.9677109718322754,0,0.25196099281311035,0.9677109718322754,0,0.25196099281311035,0.9677109718322754,0,0.25196099281311035,0.9963679909706116,0,0.08478040248155594,0.9677109718322754,0,0.25196099281311035,0.9963679909706116,0,0.08478040248155594,0.9963679909706116,0,0.08481089770793915,0.9963679909706116,0,0.08481089770793915,0.9963679909706116,0,0.08478040248155594,0.9963679909706116,0,-0.08481089770793915,0.9963679909706116,0,0.08481089770793915,0.9963679909706116,0,-0.08481089770793915,0.9963679909706116,0,-0.08478040248155594,0.9963679909706116,0,-0.08478040248155594,0.9963679909706116,0,-0.08481089770793915,0.9677109718322754,0,-0.25199100375175476,0.9963679909706116,0,-0.08478040248155594,0.9677109718322754,0,-0.25199100375175476,0.9677109718322754,0,-0.25196099281311035,0.9677109718322754,0,-0.25196099281311035,0.9677109718322754,0,-0.25199100375175476,0.911221981048584,0,-0.41187798976898193,0.9677109718322754,0,-0.25196099281311035,0.911221981048584,0,-0.41187798976898193,0.911221981048584,0,-0.41187798976898193,0.911221981048584,0,-0.41187798976898193,0.911221981048584,0,-0.41187798976898193,0.8284860253334045,0,-0.5599539875984192,0.911221981048584,0,-0.41187798976898193,0.8284860253334045,0,-0.5599539875984192,0.8284860253334045,0,-0.5599539875984192,0.8284860253334045,0,-0.5599539875984192,0.8284860253334045,0,-0.5599539875984192,0.7219460010528564,0,-0.6919159889221191,0.8284860253334045,0,-0.5599539875984192,0.7219460010528564,0,-0.6919159889221191,0.7219460010528564,0,-0.6919159889221191,0.7219460010528564,0,-0.6919159889221191,0.7219460010528564,0,-0.6919159889221191,0.5946230292320251,0,-0.8039799928665161,0.7219460010528564,0,-0.6919159889221191,0.5946230292320251,0,-0.8039799928665161,0.5946530103683472,0,-0.8039799928665161,0.5946530103683472,0,-0.8039799928665161,0.5946230292320251,0,-0.8039799928665161,0.45017901062965393,0,-0.8929110169410706,0.5946530103683472,0,-0.8039799928665161,0.45017901062965393,0,-0.8929110169410706,0.45017901062965393,0,-0.8929110169410706,0.45017901062965393,0,-0.8929110169410706,0.45017901062965393,0,-0.8929110169410706,0.29279500246047974,0,-0.9561449885368347,0.45017901062965393,0,-0.8929110169410706,0.29279500246047974,0,-0.9561449885368347,0.29279500246047974,0,-0.9561449885368347,0.29279500246047974,0,-0.9561449885368347,0.29279500246047974,0,-0.9561449885368347,0.127018004655838,0,-0.9918820261955261,0.29279500246047974,0,-0.9561449885368347,0.127018004655838,0,-0.9918820261955261,0.127018004655838,0,-0.9918820261955261,0.127018004655838,0,-0.9918820261955261,0.127018004655838,0,-0.9918820261955261,-0.04242070019245148,0,-0.9990839958190918,0.127018004655838,0,-0.9918820261955261,-0.04242070019245148,0,-0.9990839958190918,-0.04242070019245148,0,-0.9990839958190918,-0.04242070019245148,0,-0.9990839958190918,-0.04242070019245148,0,-0.9990839958190918,-0.21070000529289246,0,-0.977537989616394,-0.04242070019245148,0,-0.9990839958190918,-0.21070000529289246,0,-0.977537989616394,-0.21070000529289246,0,-0.977537989616394,-0.21070000529289246,0,-0.977537989616394,-0.21070000529289246,0,-0.977537989616394,-0.37287500500679016,0,-0.9278540015220642,-0.21070000529289246,0,-0.977537989616394,-0.37287500500679016,0,-0.9278540015220642,-0.37287500500679016,0,-0.9278540015220642,-0.37287500500679016,0,-0.9278540015220642,-0.37287500500679016,0,-0.9278540015220642,-0.5242769718170166,0,-0.8515269756317139,-0.37287500500679016,0,-0.9278540015220642,-0.5242769718170166,0,-0.8515269756317139,-0.5242769718170166,0,-0.8515269756317139,-0.5242769718170166,0,-0.8515269756317139,-0.5242769718170166,0,-0.8515269756317139,-0.660664975643158,0,-0.7506639957427979,-0.5242769718170166,0,-0.8515269756317139,-0.660664975643158,0,-0.7506639957427979,-0.660664975643158,0,-0.7506639957427979,-0.660664975643158,0,-0.7506639957427979,-0.660664975643158,0,-0.7506639957427979,-0.7780389785766602,0,-0.6281930208206177,-0.660664975643158,0,-0.7506639957427979,-0.7780389785766602,0,-0.6281930208206177,-0.7780389785766602,0,-0.6281930208206177,-0.7780389785766602,0,-0.6281930208206177,-0.7780389785766602,0,-0.6281930208206177,-0.8729820251464844,0,-0.48768600821495056,-0.7780389785766602,0,-0.6281930208206177,-0.8729820251464844,0,-0.48768600821495056,-0.8729820251464844,0,-0.48768600821495056,-0.8729820251464844,0,-0.48768600821495056,-0.8729820251464844,0,-0.48768600821495056,-0.9428690075874329,0,-0.33313998579978943,-0.8729820251464844,0,-0.48768600821495056,-0.9428690075874329,0,-0.33313998579978943,-0.9428690075874329,0,-0.33313998579978943,-0.9428690075874329,0,-0.33313998579978943,-0.9428690075874329,0,-0.33313998579978943,-0.9855949878692627,0,-0.16898100078105927,-0.9428690075874329,0,-0.33313998579978943,-0.9855949878692627,0,-0.16898100078105927,-0.9855949878692627,0,-0.16898100078105927,-0.9855949878692627,0,-0.16898100078105927,-0.9855949878692627,0,-0.16898100078105927,-1,0,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0.040986400097608566,0,0.9991459846496582,0.040986400097608566,0,0.9991459846496582,0.16336600482463837,0,0.9865409731864929,0.040986400097608566,0,0.9991459846496582,0.16336600482463837,0,0.9865409731864929,0.16336600482463837,0,0.9865409731864929,0.16336600482463837,0,0.9865409731864929,0.16336600482463837,0,0.9865409731864929,0.32233598828315735,0,0.9465929865837097,0.16336600482463837,0,0.9865409731864929,0.32233598828315735,0,0.9465929865837097,0.32233598828315735,0,0.9465929865837097,0.32233598828315735,0,0.9465929865837097,0.32233598828315735,0,0.9465929865837097,0.4726710021495819,0,0.8812220096588135,0.32233598828315735,0,0.9465929865837097,0.4726710021495819,0,0.8812220096588135,0.4726710021495819,0,0.8812220096588135,0.4726710021495819,0,0.8812220096588135,0.4726710021495819,0,0.8812220096588135,0.6102790236473083,0,0.7921379804611206,0.4726710021495819,0,0.8812220096588135,0.6102790236473083,0,0.7921379804611206,0.6102790236473083,0,0.7921689748764038,0.6102790236473083,0,0.7921689748764038,0.6102790236473083,0,0.7921379804611206,0.6731470227241516,0,0.7394639849662781,0.6102790236473083,0,0.7921689748764038,0.6731470227241516,0,0.7394639849662781,0.6731470227241516,0,0.7394639849662781,-0.040986400097608566,0,0.9991459846496582,-0.040986400097608566,0,0.9991459846496582,0,0,1,0,0,1,-0.040986400097608566,0,0.9991459846496582,0.040986400097608566,0,0.9991459846496582,0,0,1,0.040986400097608566,0,0.9991459846496582,0.040986400097608566,0,0.9991459846496582,-0.6731470227241516,0,0.7394639849662781,-0.6731470227241516,0,0.7394639849662781,-0.6102790236473083,0,0.7921379804611206,-0.6731470227241516,0,0.7394639849662781,-0.6102790236473083,0,0.7921379804611206,-0.6102790236473083,0,0.7921689748764038,-0.6102790236473083,0,0.7921689748764038,-0.6102790236473083,0,0.7921379804611206,-0.4726710021495819,0,0.8812220096588135,-0.6102790236473083,0,0.7921689748764038,-0.4726710021495819,0,0.8812220096588135,-0.4726710021495819,0,0.8812220096588135,-0.4726710021495819,0,0.8812220096588135,-0.4726710021495819,0,0.8812220096588135,-0.32233598828315735,0,0.9465929865837097,-0.4726710021495819,0,0.8812220096588135,-0.32233598828315735,0,0.9465929865837097,-0.32233598828315735,0,0.9465929865837097,-0.32233598828315735,0,0.9465929865837097,-0.32233598828315735,0,0.9465929865837097,-0.16336600482463837,0,0.9865409731864929,-0.32233598828315735,0,0.9465929865837097,-0.16336600482463837,0,0.9865409731864929,-0.16336600482463837,0,0.9865409731864929,-0.16336600482463837,0,0.9865409731864929,-0.16336600482463837,0,0.9865409731864929,-0.040986400097608566,0,0.9991459846496582,-0.16336600482463837,0,0.9865409731864929,-0.040986400097608566,0,0.9991459846496582,-0.040986400097608566,0,0.9991459846496582,-0.8898280262947083,0,0.45625200867652893,-0.8898280262947083,0,0.45625200867652893,-0.8898280262947083,0,0.45625200867652893,-0.8898280262947083,0,0.45625200867652893,-0.8898280262947083,0,0.45625200867652893,-0.8477129936218262,0,0.5304120182991028,-0.8898280262947083,0,0.45625200867652893,-0.8477129936218262,0,0.5304120182991028,-0.8477129936218262,0,0.5304120182991028,-0.8477129936218262,0,0.5304120182991028,-0.8477129936218262,0,0.5304120182991028,-0.7994319796562195,0,0.6007260084152222,-0.7994319796562195,0,0.6007260084152222,-0.8477129936218262,0,0.5304120182991028,-0.7994319796562195,0,0.6007260084152222,-0.7994319796562195,0,0.6007260084152222,-0.7994319796562195,0,0.6007260084152222,-0.7994319796562195,0,0.6007260084152222,-0.16336600482463837,0,-0.9865409731864929,-0.041016899049282074,0,-0.9991459846496582,-0.16336600482463837,0,-0.9865409731864929,-0.16336600482463837,0,-0.9865409731864929,-0.041016899049282074,0,-0.9991459846496582,-0.041016899049282074,0,-0.9991459846496582,-0.16336600482463837,0,-0.9865409731864929,-0.16336600482463837,0,-0.9865409731864929,-0.24366000294685364,0,-0.9698479771614075,-0.24366000294685364,0,-0.9698479771614075,-0.16336600482463837,0,-0.9865409731864929,-0.32233598828315735,0,-0.9465929865837097,-0.24366000294685364,0,-0.9698479771614075,-0.32233598828315735,0,-0.9465929865837097,-0.32233598828315735,0,-0.9465929865837097,-0.32233598828315735,0,-0.9465929865837097,-0.32233598828315735,0,-0.9465929865837097,-0.4726710021495819,0,-0.8812220096588135,-0.32233598828315735,0,-0.9465929865837097,-0.4726710021495819,0,-0.8812220096588135,-0.4726710021495819,0,-0.8812220096588135,-0.4726710021495819,0,-0.8812220096588135,-0.4726710021495819,0,-0.8812220096588135,-0.6102790236473083,0,-0.7921379804611206,-0.4726710021495819,0,-0.8812220096588135,-0.6102790236473083,0,-0.7921379804611206,-0.6102790236473083,0,-0.7921689748764038,-0.6102790236473083,0,-0.7921689748764038,-0.6102790236473083,0,-0.7921379804611206,-0.6731470227241516,0,-0.7394639849662781,-0.6102790236473083,0,-0.7921689748764038,-0.6731470227241516,0,-0.7394639849662781,-0.6731470227241516,0,-0.7394639849662781,0.041016899049282074,0,-0.9991459846496582,0.041016899049282074,0,-0.9991459846496582,0,0,-1,0,0,-1,0.041016899049282074,0,-0.9991459846496582,-0.041016899049282074,0,-0.9991459846496582,0,0,-1,-0.041016899049282074,0,-0.9991459846496582,-0.041016899049282074,0,-0.9991459846496582,-0.041016899049282074,0,-0.9991459846496582,-0.041016899049282074,0,-0.9991459846496582,0,0,-1,0,0,-1,-0.041016899049282074,0,-0.9991459846496582,0.041016899049282074,0,-0.9991459846496582,0,0,-1,0.041016899049282074,0,-0.9991459846496582,0.041016899049282074,0,-0.9991459846496582,-0.7319560050964355,0,-0.6813259720802307,-0.7319560050964355,0,-0.6813259720802307,-0.6102790236473083,0,-0.7921689748764038,-0.7319560050964355,0,-0.6813259720802307,-0.6102790236473083,0,-0.7921689748764038,-0.6102790236473083,0,-0.7921689748764038,-0.6102790236473083,0,-0.7921689748764038,-0.6102790236473083,0,-0.7921689748764038,-0.4726710021495819,0,-0.8812220096588135,-0.6102790236473083,0,-0.7921689748764038,-0.4726710021495819,0,-0.8812220096588135,-0.4726710021495819,0,-0.8812220096588135,-0.4726710021495819,0,-0.8812220096588135,-0.4726710021495819,0,-0.8812220096588135,-0.32233598828315735,0,-0.9465929865837097,-0.4726710021495819,0,-0.8812220096588135,-0.32233598828315735,0,-0.9465929865837097,-0.32233598828315735,0,-0.9465929865837097,-0.32233598828315735,0,-0.9465929865837097,-0.32233598828315735,0,-0.9465929865837097,-0.16336600482463837,0,-0.9865409731864929,-0.32233598828315735,0,-0.9465929865837097,-0.16336600482463837,0,-0.9865409731864929,-0.16336600482463837,0,-0.9865409731864929,-0.16336600482463837,0,-0.9865409731864929,-0.16336600482463837,0,-0.9865409731864929,-0.041016899049282074,0,-0.9991459846496582,-0.16336600482463837,0,-0.9865409731864929,-0.041016899049282074,0,-0.9991459846496582,-0.041016899049282074,0,-0.9991459846496582,-0.8344979882240295,0,0.5509510040283203,-0.7319560050964355,0,0.6813259720802307,-0.8344979882240295,0,0.5509510040283203,-0.8344979882240295,0,0.5509510040283203,-0.7319560050964355,0,0.6813259720802307,-0.7319560050964355,0,0.6813259720802307,-0.8344979882240295,0,0.5509510040283203,-0.8344979882240295,0,0.5509510040283203,-0.877498984336853,0,0.4795370101928711,-0.877498984336853,0,0.4795370101928711,-0.8344979882240295,0,0.5509510040283203,-0.9143649935722351,0,0.4048280119895935,-0.877498984336853,0,0.4795370101928711,-0.9143649935722351,0,0.4048280119895935,-0.9143649935722351,0,0.4048280119895935,-0.9143649935722351,0,0.4048280119895935,-0.9143649935722351,0,0.4048280119895935,-0.968870997428894,0,0.24747499823570251,-0.9143649935722351,0,0.4048280119895935,-0.968870997428894,0,0.24747499823570251,-0.968870997428894,0,0.24747499823570251,-0.968870997428894,0,0.24747499823570251,-0.968870997428894,0,0.24747499823570251,-0.99652099609375,0,0.08325450122356415,-0.968870997428894,0,0.24747499823570251,-0.99652099609375,0,0.08325450122356415,-0.99652099609375,0,0.08325450122356415,-0.99652099609375,0,0.08325450122356415,-0.99652099609375,0,0.08325450122356415,-1,0,0,-1,0,0,-0.99652099609375,0,0.08325450122356415,-0.99652099609375,0,-0.08325450122356415,-1,0,0,-0.99652099609375,0,-0.08325450122356415,-0.99652099609375,0,-0.08325450122356415,-0.99652099609375,0,-0.08325450122356415,-0.99652099609375,0,-0.08325450122356415,-0.968870997428894,0,-0.24747499823570251,-0.99652099609375,0,-0.08325450122356415,-0.968870997428894,0,-0.24747499823570251,-0.968870997428894,0,-0.24747499823570251,-0.968870997428894,0,-0.24747499823570251,-0.968870997428894,0,-0.24747499823570251,-0.9143649935722351,0,-0.4048280119895935,-0.968870997428894,0,-0.24747499823570251,-0.9143649935722351,0,-0.4048280119895935,-0.9143649935722351,0,-0.4048280119895935,-0.9143649935722351,0,-0.4048280119895935,-0.9143649935722351,0,-0.4048280119895935,-0.877498984336853,-0.000030518498533638194,-0.4795370101928711,-0.877498984336853,-0.000030518498533638194,-0.4795370101928711,-0.9143649935722351,0,-0.4048280119895935,-0.8345289826393127,0,-0.5509510040283203,-0.877498984336853,-0.000030518498533638194,-0.4795370101928711,-0.8345289826393127,0,-0.5509510040283203,-0.8345289826393127,0,-0.5509510040283203,-0.8345289826393127,0,-0.5509510040283203,-0.8345289826393127,0,-0.5509510040283203,-0.7319560050964355,0,-0.6813259720802307,-0.8345289826393127,0,-0.5509510040283203,-0.7319560050964355,0,-0.6813259720802307,-0.7319560050964355,0,-0.6813259720802307,-0.040986400097608566,0,0.9991459846496582,-0.040986400097608566,0,0.9991459846496582,-0.16336600482463837,0,0.9865409731864929,-0.040986400097608566,0,0.9991459846496582,-0.16336600482463837,0,0.9865409731864929,-0.16336600482463837,0,0.9865409731864929,-0.16336600482463837,0,0.9865409731864929,-0.16336600482463837,0,0.9865409731864929,-0.32233598828315735,0,0.9465929865837097,-0.16336600482463837,0,0.9865409731864929,-0.32233598828315735,0,0.9465929865837097,-0.32233598828315735,0,0.9465929865837097,-0.32233598828315735,0,0.9465929865837097,-0.32233598828315735,0,0.9465929865837097,-0.4726710021495819,0,0.8812220096588135,-0.32233598828315735,0,0.9465929865837097,-0.4726710021495819,0,0.8812220096588135,-0.4726710021495819,0,0.8812220096588135,-0.4726710021495819,0,0.8812220096588135,-0.4726710021495819,0,0.8812220096588135,-0.6103090047836304,0,0.7921379804611206,-0.4726710021495819,0,0.8812220096588135,-0.6103090047836304,0,0.7921379804611206,-0.6103090047836304,0,0.7921379804611206,-0.6103090047836304,0,0.7921379804611206,-0.6103090047836304,0,0.7921379804611206,-0.7319560050964355,0,0.6813259720802307,-0.6103090047836304,0,0.7921379804611206,-0.7319560050964355,0,0.6813259720802307,-0.7319560050964355,0,0.6813259720802307,0.040986400097608566,0,0.9991459846496582,0.040986400097608566,0,0.9991459846496582,0,0,1,0,0,1,0.040986400097608566,0,0.9991459846496582,-0.040986400097608566,0,0.9991459846496582,0,0,1,-0.040986400097608566,0,0.9991459846496582,-0.040986400097608566,0,0.9991459846496582,0.7319560050964355,0,0.6813259720802307,0.7319560050964355,0,0.6813259720802307,0.6103090047836304,0,0.7921379804611206,0.7319560050964355,0,0.6813259720802307,0.6103090047836304,0,0.7921379804611206,0.6103090047836304,0,0.7921379804611206,0.6103090047836304,0,0.7921379804611206,0.6103090047836304,0,0.7921379804611206,0.4726710021495819,0,0.8812220096588135,0.6103090047836304,0,0.7921379804611206,0.4726710021495819,0,0.8812220096588135,0.4726710021495819,0,0.8812220096588135,0.4726710021495819,0,0.8812220096588135,0.4726710021495819,0,0.8812220096588135,0.32233598828315735,0,0.9465929865837097,0.4726710021495819,0,0.8812220096588135,0.32233598828315735,0,0.9465929865837097,0.32233598828315735,0,0.9465929865837097,0.32233598828315735,0,0.9465929865837097,0.32233598828315735,0,0.9465929865837097,0.16336600482463837,0,0.9865409731864929,0.32233598828315735,0,0.9465929865837097,0.16336600482463837,0,0.9865409731864929,0.16336600482463837,0,0.9865409731864929,0.16336600482463837,0,0.9865409731864929,0.16336600482463837,0,0.9865409731864929,0.040986400097608566,0,0.9991459846496582,0.16336600482463837,0,0.9865409731864929,0.040986400097608566,0,0.9991459846496582,0.040986400097608566,0,0.9991459846496582,0.8345289826393127,0,-0.5509510040283203,0.7319560050964355,0,-0.6813259720802307,0.8345289826393127,0,-0.5509510040283203,0.8345289826393127,0,-0.5509510040283203,0.7319560050964355,0,-0.6813259720802307,0.7319560050964355,0,-0.6813259720802307,0.8345289826393127,0,-0.5509510040283203,0.8345289826393127,0,-0.5509510040283203,0.877498984336853,0,-0.4795680046081543,0.877498984336853,0,-0.4795680046081543,0.8345289826393127,0,-0.5509510040283203,0.9143649935722351,0,-0.4048280119895935,0.877498984336853,0,-0.4795680046081543,0.9143649935722351,0,-0.4048280119895935,0.8774070143699646,0.0008545179734937847,-0.47968998551368713,0.8774070143699646,0.0008545179734937847,-0.47968998551368713,0.9143649935722351,0,-0.4048280119895935,0.9143649935722351,0,-0.4048280119895935,0.9143649935722351,0,-0.4048280119895935,0.9143649935722351,0,-0.4048280119895935,0.968870997428894,0,-0.24747499823570251,0.9143649935722351,0,-0.4048280119895935,0.968870997428894,0,-0.24747499823570251,0.968870997428894,0,-0.24747499823570251,0.968870997428894,0,-0.24747499823570251,0.968870997428894,0,-0.24747499823570251,0.99652099609375,0,-0.08325450122356415,0.968870997428894,0,-0.24747499823570251,0.99652099609375,0,-0.08325450122356415,0.99652099609375,0,-0.08325450122356415,0.99652099609375,0,-0.08325450122356415,0.99652099609375,0,-0.08325450122356415,1,0,0,1,0,0,0.99652099609375,0,-0.08325450122356415,0.99652099609375,0,0.08325450122356415,1,0,0,0.99652099609375,0,0.08325450122356415,0.99652099609375,0,0.08325450122356415,0.99652099609375,0,0.08325450122356415,0.99652099609375,0,0.08325450122356415,0.968870997428894,0,0.24747499823570251,0.99652099609375,0,0.08325450122356415,0.968870997428894,0,0.24747499823570251,0.968870997428894,0,0.24747499823570251,0.968870997428894,0,0.24747499823570251,0.968870997428894,0,0.24747499823570251,0.9143649935722351,0,0.4048280119895935,0.968870997428894,0,0.24747499823570251,0.9143649935722351,0,0.4048280119895935,0.9143649935722351,0,0.4048280119895935,0.9143649935722351,0,0.4048280119895935,0.9143649935722351,0,0.4048280119895935,0.877498984336853,0,0.4795680046081543,0.877498984336853,0,0.4795680046081543,0.9143649935722351,0,0.4048280119895935,0.8344979882240295,0,0.5509510040283203,0.877498984336853,0,0.4795680046081543,0.8344979882240295,0,0.5509510040283203,0.8774679899215698,0,0.4795680046081543,0.8774679899215698,0,0.4795680046081543,0.8344979882240295,0,0.5509510040283203,0.8344979882240295,0,0.5509510040283203,0.8344979882240295,0,0.5509510040283203,0.8344979882240295,0,0.5509510040283203,0.7319560050964355,0,0.6813259720802307,0.8344979882240295,0,0.5509510040283203,0.7319560050964355,0,0.6813259720802307,0.7319560050964355,0,0.6813259720802307,0.041016899049282074,0,-0.9991459846496582,0.041016899049282074,0,-0.9991459846496582,0.16336600482463837,0,-0.9865409731864929,0.041016899049282074,0,-0.9991459846496582,0.16336600482463837,0,-0.9865409731864929,0.16336600482463837,0,-0.9865409731864929,0.16336600482463837,0,-0.9865409731864929,0.16336600482463837,0,-0.9865409731864929,0.32233598828315735,0,-0.9465929865837097,0.16336600482463837,0,-0.9865409731864929,0.32233598828315735,0,-0.9465929865837097,0.32233598828315735,0,-0.9465929865837097,0.32233598828315735,0,-0.9465929865837097,0.32233598828315735,0,-0.9465929865837097,0.4726710021495819,0,-0.8812220096588135,0.32233598828315735,0,-0.9465929865837097,0.4726710021495819,0,-0.8812220096588135,0.4726710021495819,0,-0.8812220096588135,0.4726710021495819,0,-0.8812220096588135,0.4726710021495819,0,-0.8812220096588135,0.6102790236473083,0,-0.7921689748764038,0.4726710021495819,0,-0.8812220096588135,0.6102790236473083,0,-0.7921689748764038,0.6102790236473083,0,-0.7921689748764038,0.6102790236473083,0,-0.7921689748764038,0.6102790236473083,0,-0.7921689748764038,0.7319560050964355,0,-0.6813259720802307,0.6102790236473083,0,-0.7921689748764038,0.7319560050964355,0,-0.6813259720802307,0.7319560050964355,0,-0.6813259720802307,0.6731470227241516,0,-0.7394639849662781,0.6731470227241516,0,-0.7394639849662781,0.6102790236473083,0,-0.7921379804611206,0.6731470227241516,0,-0.7394639849662781,0.6102790236473083,0,-0.7921379804611206,0.6102790236473083,0,-0.7921689748764038,0.6102790236473083,0,-0.7921689748764038,0.6102790236473083,0,-0.7921379804611206,0.4726710021495819,0,-0.8812220096588135,0.6102790236473083,0,-0.7921689748764038,0.4726710021495819,0,-0.8812220096588135,0.4726710021495819,0,-0.8812220096588135,0.4726710021495819,0,-0.8812220096588135,0.4726710021495819,0,-0.8812220096588135,0.32233598828315735,0,-0.9465929865837097,0.4726710021495819,0,-0.8812220096588135,0.32233598828315735,0,-0.9465929865837097,0.32233598828315735,0,-0.9465929865837097,0.32233598828315735,0,-0.9465929865837097,0.32233598828315735,0,-0.9465929865837097,0.24366000294685364,0,-0.9698479771614075,0.24366000294685364,0,-0.9698479771614075,0.32233598828315735,0,-0.9465929865837097,0.16336600482463837,0,-0.9865409731864929,0.24366000294685364,0,-0.9698479771614075,0.16336600482463837,0,-0.9865409731864929,0.16336600482463837,0,-0.9865409731864929,0.16336600482463837,0,-0.9865409731864929,0.16336600482463837,0,-0.9865409731864929,0.041016899049282074,0,-0.9991459846496582,0.16336600482463837,0,-0.9865409731864929,0.041016899049282074,0,-0.9991459846496582,0.041016899049282074,0,-0.9991459846496582,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0.9855949878692627,0,-0.16898100078105927,1,0,0,1,0,0,1,0,0,1,0,0,0.9855949878692627,0,0.16898100078105927,1,0,0,0.9855949878692627,0,0.16898100078105927,0.9855949878692627,0,0.16898100078105927,0.9855949878692627,0,0.16898100078105927,0.9855949878692627,0,0.16898100078105927,0.9428690075874329,0,0.33313998579978943,0.9855949878692627,0,0.16898100078105927,0.9428690075874329,0,0.33313998579978943,0.9428690075874329,0,0.33313998579978943,0.9428690075874329,0,0.33313998579978943,0.9428690075874329,0,0.33313998579978943,0.8730120062828064,0,0.48768600821495056,0.9428690075874329,0,0.33313998579978943,0.8730120062828064,0,0.48768600821495056,0.8730120062828064,0,0.48768600821495056,0.8730120062828064,0,0.48768600821495056,0.8730120062828064,0,0.48768600821495056,0.778007984161377,0,0.6281930208206177,0.8730120062828064,0,0.48768600821495056,0.778007984161377,0,0.6281930208206177,0.778007984161377,0,0.6281930208206177,0.778007984161377,0,0.6281930208206177,0.778007984161377,0,0.6281930208206177,0.660664975643158,0,0.7506639957427979,0.778007984161377,0,0.6281930208206177,0.660664975643158,0,0.7506639957427979,0.660664975643158,0,0.7506639957427979,0.660664975643158,0,0.7506639957427979,0.660664975643158,0,0.7506639957427979,0.5242769718170166,0,0.8515269756317139,0.660664975643158,0,0.7506639957427979,0.5242769718170166,0,0.8515269756317139,0.5242769718170166,0,0.8515269756317139,0.5242769718170166,0,0.8515269756317139,0.5242769718170166,0,0.8515269756317139,0.37284499406814575,0,0.9278849959373474,0.5242769718170166,0,0.8515269756317139,0.37284499406814575,0,0.9278849959373474,0.37284499406814575,0,0.9278849959373474,0.37284499406814575,0,0.9278849959373474,0.37284499406814575,0,0.9278849959373474,0.21066899597644806,0,0.977537989616394,0.37284499406814575,0,0.9278849959373474,0.21066899597644806,0,0.977537989616394,0.21066899597644806,0,0.977537989616394,0.21066899597644806,0,0.977537989616394,0.21066899597644806,0,0.977537989616394,0.04242070019245148,0,0.9990839958190918,0.21066899597644806,0,0.977537989616394,0.04242070019245148,0,0.9990839958190918,0.04242070019245148,0,0.9990839958190918,0.04242070019245148,0,0.9990839958190918,0.04242070019245148,0,0.9990839958190918,-0.1269879937171936,0,0.9918820261955261,0.04242070019245148,0,0.9990839958190918,-0.1269879937171936,0,0.9918820261955261,-0.1269879937171936,0,0.9918820261955261,-0.1269879937171936,0,0.9918820261955261,-0.1269879937171936,0,0.9918820261955261,-0.29279500246047974,0,0.9561449885368347,-0.1269879937171936,0,0.9918820261955261,-0.29279500246047974,0,0.9561449885368347,-0.29279500246047974,0,0.9561449885368347,-0.29279500246047974,0,0.9561449885368347,-0.29279500246047974,0,0.9561449885368347,-0.45017901062965393,0,0.8929110169410706,-0.29279500246047974,0,0.9561449885368347,-0.45017901062965393,0,0.8929110169410706,-0.45017901062965393,0,0.8929110169410706,-0.45017901062965393,0,0.8929110169410706,-0.45017901062965393,0,0.8929110169410706,-0.5946230292320251,0,0.8039799928665161,-0.45017901062965393,0,0.8929110169410706,-0.5946230292320251,0,0.8039799928665161,-0.5946230292320251,0,0.8039799928665161,-0.5946230292320251,0,0.8039799928665161,-0.5946230292320251,0,0.8039799928665161,-0.7219460010528564,0,0.6919159889221191,-0.5946230292320251,0,0.8039799928665161,-0.7219460010528564,0,0.6919159889221191,-0.7219460010528564,0,0.6919159889221191,-0.7219460010528564,0,0.6919159889221191,-0.7219460010528564,0,0.6919159889221191,-0.8284860253334045,0,0.5599539875984192,-0.7219460010528564,0,0.6919159889221191,-0.8284860253334045,0,0.5599539875984192,-0.8284860253334045,0,0.5599539875984192,-0.8284860253334045,0,0.5599539875984192,-0.8284860253334045,0,0.5599539875984192,-0.911221981048584,0,0.41187798976898193,-0.8284860253334045,0,0.5599539875984192,-0.911221981048584,0,0.41187798976898193,-0.911221981048584,0,0.41187798976898193,-0.911221981048584,0,0.41187798976898193,-0.911221981048584,0,0.41187798976898193,-0.9677109718322754,0,0.25196099281311035,-0.911221981048584,0,0.41187798976898193,-0.9677109718322754,0,0.25196099281311035,-0.9677109718322754,0,0.25196099281311035,-0.9677109718322754,0,0.25196099281311035,-0.9677109718322754,0,0.25196099281311035,-0.9963679909706116,0,0.08478040248155594,-0.9677109718322754,0,0.25196099281311035,-0.9963679909706116,0,0.08478040248155594,-0.9963679909706116,0,0.08478040248155594,-0.9963679909706116,0,0.08478040248155594,-0.9963679909706116,0,0.08478040248155594,-0.9963679909706116,0,-0.08478040248155594,-0.9963679909706116,0,0.08478040248155594,-0.9963679909706116,0,-0.08478040248155594,-0.9963679909706116,0,-0.08478040248155594,-0.9963679909706116,0,-0.08478040248155594,-0.9963679909706116,0,-0.08478040248155594,-0.9677109718322754,0,-0.25196099281311035,-0.9963679909706116,0,-0.08478040248155594,-0.9677109718322754,0,-0.25196099281311035,-0.9677109718322754,0,-0.25196099281311035,-0.9677109718322754,0,-0.25196099281311035,-0.9677109718322754,0,-0.25196099281311035,-0.911221981048584,0,-0.41187798976898193,-0.9677109718322754,0,-0.25196099281311035,-0.911221981048584,0,-0.41187798976898193,-0.911221981048584,0,-0.41187798976898193,-0.911221981048584,0,-0.41187798976898193,-0.911221981048584,0,-0.41187798976898193,-0.8284860253334045,0,-0.5599539875984192,-0.911221981048584,0,-0.41187798976898193,-0.8284860253334045,0,-0.5599539875984192,-0.8284860253334045,0,-0.5599539875984192,-0.8284860253334045,0,-0.5599539875984192,-0.8284860253334045,0,-0.5599539875984192,-0.7219460010528564,0,-0.6919159889221191,-0.8284860253334045,0,-0.5599539875984192,-0.7219460010528564,0,-0.6919159889221191,-0.7219460010528564,0,-0.6919159889221191,-0.7219460010528564,0,-0.6919159889221191,-0.7219460010528564,0,-0.6919159889221191,-0.5946230292320251,0,-0.8039799928665161,-0.7219460010528564,0,-0.6919159889221191,-0.5946230292320251,0,-0.8039799928665161,-0.5946230292320251,0,-0.8039799928665161,-0.5946230292320251,0,-0.8039799928665161,-0.5946230292320251,0,-0.8039799928665161,-0.45017901062965393,0,-0.8929110169410706,-0.5946230292320251,0,-0.8039799928665161,-0.45017901062965393,0,-0.8929110169410706,-0.45017901062965393,0,-0.8929110169410706,-0.45017901062965393,0,-0.8929110169410706,-0.45017901062965393,0,-0.8929110169410706,-0.29279500246047974,0,-0.9561449885368347,-0.45017901062965393,0,-0.8929110169410706,-0.29279500246047974,0,-0.9561449885368347,-0.29279500246047974,0,-0.9561449885368347,-0.29279500246047974,0,-0.9561449885368347,-0.29279500246047974,0,-0.9561449885368347,-0.1269879937171936,0,-0.9918820261955261,-0.29279500246047974,0,-0.9561449885368347,-0.1269879937171936,0,-0.9918820261955261,-0.1269879937171936,0,-0.9918820261955261,-0.1269879937171936,0,-0.9918820261955261,-0.1269879937171936,0,-0.9918820261955261,0.04242070019245148,0,-0.9990839958190918,-0.1269879937171936,0,-0.9918820261955261,0.04242070019245148,0,-0.9990839958190918,0.04242070019245148,0,-0.9990839958190918,0.04242070019245148,0,-0.9990839958190918,0.04242070019245148,0,-0.9990839958190918,0.21066899597644806,0,-0.977537989616394,0.04242070019245148,0,-0.9990839958190918,0.21066899597644806,0,-0.977537989616394,0.21066899597644806,0,-0.977537989616394,0.21066899597644806,0,-0.977537989616394,0.21066899597644806,0,-0.977537989616394,0.37284499406814575,0,-0.9278849959373474,0.21066899597644806,0,-0.977537989616394,0.37284499406814575,0,-0.9278849959373474,0.37284499406814575,0,-0.9278849959373474,0.37284499406814575,0,-0.9278849959373474,0.37284499406814575,0,-0.9278849959373474,0.5242769718170166,0,-0.8515269756317139,0.37284499406814575,0,-0.9278849959373474,0.5242769718170166,0,-0.8515269756317139,0.5242769718170166,0,-0.8515269756317139,0.5242769718170166,0,-0.8515269756317139,0.5242769718170166,0,-0.8515269756317139,0.660664975643158,0,-0.7506639957427979,0.5242769718170166,0,-0.8515269756317139,0.660664975643158,0,-0.7506639957427979,0.660664975643158,0,-0.7506639957427979,0.660664975643158,0,-0.7506639957427979,0.660664975643158,0,-0.7506639957427979,0.778007984161377,0,-0.6281930208206177,0.660664975643158,0,-0.7506639957427979,0.778007984161377,0,-0.6281930208206177,0.778007984161377,0,-0.6281930208206177,0.778007984161377,0,-0.6281930208206177,0.778007984161377,0,-0.6281930208206177,0.8730120062828064,0,-0.48768600821495056,0.778007984161377,0,-0.6281930208206177,0.8730120062828064,0,-0.48768600821495056,0.8730120062828064,0,-0.48768600821495056,0.8730120062828064,0,-0.48768600821495056,0.8730120062828064,0,-0.48768600821495056,0.9428690075874329,0,-0.3331100046634674,0.8730120062828064,0,-0.48768600821495056,0.9428690075874329,0,-0.3331100046634674,0.9428690075874329,0,-0.3331100046634674,0.9428690075874329,0,-0.3331100046634674,0.9428690075874329,0,-0.3331100046634674,0.9855949878692627,0,-0.16898100078105927,0.9428690075874329,0,-0.3331100046634674,0.9855949878692627,0,-0.16898100078105927,0.9855949878692627,0,-0.16898100078105927,0.9855949878692627,0,-0.16898100078105927,0.9855949878692627,0,-0.16898100078105927,1,0,0,-0.9855949878692627,0,-0.16898100078105927,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-0.9855949878692627,0,0.16898100078105927,-1,0,0,-0.9855949878692627,0,0.16898100078105927,-0.9855949878692627,0,0.16898100078105927,-0.9855949878692627,0,0.16898100078105927,-0.9855949878692627,0,0.16898100078105927,-0.9428690075874329,0,0.33313998579978943,-0.9855949878692627,0,0.16898100078105927,-0.9428690075874329,0,0.33313998579978943,-0.9428690075874329,0,0.33313998579978943,-0.9428690075874329,0,0.33313998579978943,-0.9428690075874329,0,0.33313998579978943,-0.8730120062828064,0,0.48768600821495056,-0.9428690075874329,0,0.33313998579978943,-0.8730120062828064,0,0.48768600821495056,-0.8730120062828064,0,0.48768600821495056,-0.8730120062828064,0,0.48768600821495056,-0.8730120062828064,0,0.48768600821495056,-0.778007984161377,0,0.6281930208206177,-0.8730120062828064,0,0.48768600821495056,-0.778007984161377,0,0.6281930208206177,-0.778007984161377,0,0.6281930208206177,-0.778007984161377,0,0.6281930208206177,-0.778007984161377,0,0.6281930208206177,-0.660664975643158,0,0.7506639957427979,-0.778007984161377,0,0.6281930208206177,-0.660664975643158,0,0.7506639957427979,-0.660664975643158,0,0.7506639957427979,-0.660664975643158,0,0.7506639957427979,-0.660664975643158,0,0.7506639957427979,-0.5242769718170166,0,0.8515269756317139,-0.660664975643158,0,0.7506639957427979,-0.5242769718170166,0,0.8515269756317139,-0.5242769718170166,0,0.8515269756317139,-0.5242769718170166,0,0.8515269756317139,-0.5242769718170166,0,0.8515269756317139,-0.37284499406814575,0,0.9278849959373474,-0.5242769718170166,0,0.8515269756317139,-0.37284499406814575,0,0.9278849959373474,-0.37284499406814575,0,0.9278849959373474,-0.37284499406814575,0,0.9278849959373474,-0.37284499406814575,0,0.9278849959373474,-0.21066899597644806,0,0.977537989616394,-0.37284499406814575,0,0.9278849959373474,-0.21066899597644806,0,0.977537989616394,-0.21066899597644806,0,0.977537989616394,-0.21066899597644806,0,0.977537989616394,-0.21066899597644806,0,0.977537989616394,-0.04242070019245148,0,0.9990839958190918,-0.21066899597644806,0,0.977537989616394,-0.04242070019245148,0,0.9990839958190918,-0.04242070019245148,0,0.9990839958190918,-0.04242070019245148,0,0.9990839958190918,-0.04242070019245148,0,0.9990839958190918,0.127018004655838,0,0.9918820261955261,-0.04242070019245148,0,0.9990839958190918,0.127018004655838,0,0.9918820261955261,0.127018004655838,0,0.9918820261955261,0.127018004655838,0,0.9918820261955261,0.127018004655838,0,0.9918820261955261,0.29282501339912415,0,0.9561449885368347,0.127018004655838,0,0.9918820261955261,0.29282501339912415,0,0.9561449885368347,0.29282501339912415,0,0.9561449885368347,0.29282501339912415,0,0.9561449885368347,0.29282501339912415,0,0.9561449885368347,0.45017901062965393,0,0.8929110169410706,0.29282501339912415,0,0.9561449885368347,0.45017901062965393,0,0.8929110169410706,0.45017901062965393,0,0.8929110169410706,0.45017901062965393,0,0.8929110169410706,0.45017901062965393,0,0.8929110169410706,0.5946230292320251,0,0.8039799928665161,0.45017901062965393,0,0.8929110169410706,0.5946230292320251,0,0.8039799928665161,0.5946230292320251,0,0.8039799928665161,0.5946230292320251,0,0.8039799928665161,0.5946230292320251,0,0.8039799928665161,0.7219460010528564,0,0.6919159889221191,0.5946230292320251,0,0.8039799928665161,0.7219460010528564,0,0.6919159889221191,0.7219460010528564,0,0.6919159889221191,0.7219460010528564,0,0.6919159889221191,0.7219460010528564,0,0.6919159889221191,0.8284860253334045,0,0.5599539875984192,0.7219460010528564,0,0.6919159889221191,0.8284860253334045,0,0.5599539875984192,0.8284860253334045,0,0.5599539875984192,0.8284860253334045,0,0.5599539875984192,0.8284860253334045,0,0.5599539875984192,0.911221981048584,0,0.41187798976898193,0.8284860253334045,0,0.5599539875984192,0.911221981048584,0,0.41187798976898193,0.911221981048584,0,0.41187798976898193,0.911221981048584,0,0.41187798976898193,0.911221981048584,0,0.41187798976898193,0.9677109718322754,0,0.25196099281311035,0.911221981048584,0,0.41187798976898193,0.9677109718322754,0,0.25196099281311035,0.9677109718322754,0,0.25196099281311035,0.9677109718322754,0,0.25196099281311035,0.9677109718322754,0,0.25196099281311035,0.9963679909706116,0,0.08478040248155594,0.9677109718322754,0,0.25196099281311035,0.9963679909706116,0,0.08478040248155594,0.9963679909706116,0,0.08478040248155594,0.9963679909706116,0,0.08478040248155594,0.9963679909706116,0,0.08478040248155594,0.9963679909706116,0,-0.08478040248155594,0.9963679909706116,0,0.08478040248155594,0.9963679909706116,0,-0.08478040248155594,0.9963679909706116,0,-0.08478040248155594,0.9963679909706116,0,-0.08478040248155594,0.9963679909706116,0,-0.08478040248155594,0.9677109718322754,0,-0.25196099281311035,0.9963679909706116,0,-0.08478040248155594,0.9677109718322754,0,-0.25196099281311035,0.9677109718322754,0,-0.25196099281311035,0.9677109718322754,0,-0.25196099281311035,0.9677109718322754,0,-0.25196099281311035,0.911221981048584,0,-0.41187798976898193,0.9677109718322754,0,-0.25196099281311035,0.911221981048584,0,-0.41187798976898193,0.911221981048584,0,-0.41187798976898193,0.911221981048584,0,-0.41187798976898193,0.911221981048584,0,-0.41187798976898193,0.8284860253334045,0,-0.5599539875984192,0.911221981048584,0,-0.41187798976898193,0.8284860253334045,0,-0.5599539875984192,0.8284860253334045,0,-0.5599539875984192,0.8284860253334045,0,-0.5599539875984192,0.8284860253334045,0,-0.5599539875984192,0.7219460010528564,0,-0.6919159889221191,0.8284860253334045,0,-0.5599539875984192,0.7219460010528564,0,-0.6919159889221191,0.7219460010528564,0,-0.6919159889221191,0.7219460010528564,0,-0.6919159889221191,0.7219460010528564,0,-0.6919159889221191,0.5946230292320251,0,-0.8039799928665161,0.7219460010528564,0,-0.6919159889221191,0.5946230292320251,0,-0.8039799928665161,0.5946230292320251,0,-0.8039799928665161,0.5946230292320251,0,-0.8039799928665161,0.5946230292320251,0,-0.8039799928665161,0.45017901062965393,0,-0.8929110169410706,0.5946230292320251,0,-0.8039799928665161,0.45017901062965393,0,-0.8929110169410706,0.45017901062965393,0,-0.8929110169410706,0.45017901062965393,0,-0.8929110169410706,0.45017901062965393,0,-0.8929110169410706,0.29279500246047974,0,-0.9561449885368347,0.45017901062965393,0,-0.8929110169410706,0.29279500246047974,0,-0.9561449885368347,0.29279500246047974,0,-0.9561449885368347,0.29279500246047974,0,-0.9561449885368347,0.29279500246047974,0,-0.9561449885368347,0.127018004655838,0,-0.9918820261955261,0.29279500246047974,0,-0.9561449885368347,0.127018004655838,0,-0.9918820261955261,0.127018004655838,0,-0.9918820261955261,0.127018004655838,0,-0.9918820261955261,0.127018004655838,0,-0.9918820261955261,-0.04242070019245148,0,-0.9990839958190918,0.127018004655838,0,-0.9918820261955261,-0.04242070019245148,0,-0.9990839958190918,-0.04242070019245148,0,-0.9990839958190918,-0.04242070019245148,0,-0.9990839958190918,-0.04242070019245148,0,-0.9990839958190918,-0.21066899597644806,0,-0.977537989616394,-0.04242070019245148,0,-0.9990839958190918,-0.21066899597644806,0,-0.977537989616394,-0.21066899597644806,0,-0.977537989616394,-0.21066899597644806,0,-0.977537989616394,-0.21066899597644806,0,-0.977537989616394,-0.37284499406814575,0,-0.9278849959373474,-0.21066899597644806,0,-0.977537989616394,-0.37284499406814575,0,-0.9278849959373474,-0.37284499406814575,0,-0.9278849959373474,-0.37284499406814575,0,-0.9278849959373474,-0.37284499406814575,0,-0.9278849959373474,-0.5242769718170166,0,-0.8515269756317139,-0.37284499406814575,0,-0.9278849959373474,-0.5242769718170166,0,-0.8515269756317139,-0.5243080258369446,0,-0.8515269756317139,-0.5243080258369446,0,-0.8515269756317139,-0.5242769718170166,0,-0.8515269756317139,-0.660664975643158,0,-0.7506639957427979,-0.5243080258369446,0,-0.8515269756317139,-0.660664975643158,0,-0.7506639957427979,-0.660664975643158,0,-0.7506639957427979,-0.660664975643158,0,-0.7506639957427979,-0.660664975643158,0,-0.7506639957427979,-0.778007984161377,0,-0.6281930208206177,-0.660664975643158,0,-0.7506639957427979,-0.778007984161377,0,-0.6281930208206177,-0.778007984161377,0,-0.6281930208206177,-0.778007984161377,0,-0.6281930208206177,-0.778007984161377,0,-0.6281930208206177,-0.8730120062828064,0,-0.48768600821495056,-0.778007984161377,0,-0.6281930208206177,-0.8730120062828064,0,-0.48768600821495056,-0.8730120062828064,0,-0.48768600821495056,-0.8730120062828064,0,-0.48768600821495056,-0.8730120062828064,0,-0.48768600821495056,-0.9428690075874329,0,-0.3331100046634674,-0.8730120062828064,0,-0.48768600821495056,-0.9428690075874329,0,-0.3331100046634674,-0.9428690075874329,0,-0.3331100046634674,-0.9428690075874329,0,-0.3331100046634674,-0.9428690075874329,0,-0.3331100046634674,-0.9855949878692627,0,-0.16898100078105927,-0.9428690075874329,0,-0.3331100046634674,-0.9855949878692627,0,-0.16898100078105927,-0.9855949878692627,0,-0.16898100078105927,-0.9855949878692627,0,-0.16898100078105927,-0.9855949878692627,0,-0.16898100078105927,-1,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0.6969209909439087,0.707082986831665,0.11947999894618988,0.6969209909439087,0.707082986831665,0.11947999894618988,0.6667069792747498,0.707082986831665,0.23554199934005737,0.6667069792747498,0.707082986831665,0.23554199934005737,0.6969209909439087,0.707082986831665,0.11947999894618988,0.6667069792747498,0.707082986831665,0.23554199934005737,0.6667069792747498,0.707082986831665,0.23554199934005737,0.6667069792747498,0.707082986831665,0.23554199934005737,0.6172980070114136,0.707082986831665,0.3448289930820465,0.6172980070114136,0.707082986831665,0.3448289930820465,0.6667069792747498,0.707082986831665,0.23554199934005737,0.6172980070114136,0.707082986831665,0.3448289930820465,0.6172980070114136,0.707082986831665,0.3448289930820465,0.6172980070114136,0.707082986831665,0.3448289930820465,0.5501270294189453,0.707082986831665,0.44419699907302856,0.5501270294189453,0.707082986831665,0.44419699907302856,0.6172980070114136,0.707082986831665,0.3448289930820465,0.5501270294189453,0.707082986831665,0.44419699907302856,0.5501270294189453,0.707082986831665,0.44419699907302856,0.5501270294189453,0.707082986831665,0.44419699907302856,0.46714699268341064,0.707082986831665,0.5307779908180237,0.46714699268341064,0.707082986831665,0.5307779908180237,0.5501270294189453,0.707082986831665,0.44419699907302856,0.46714699268341064,0.707082986831665,0.5307779908180237,0.46714699268341064,0.707082986831665,0.5307779908180237,0.46714699268341064,0.707082986831665,0.5307779908180237,0.37073901295661926,0.707082986831665,0.6021000146865845,0.37073901295661926,0.707082986831665,0.6021000146865845,0.46714699268341064,0.707082986831665,0.5307779908180237,0.37070798873901367,0.707082986831665,0.6021000146865845,0.37073901295661926,0.707082986831665,0.6021000146865845,0.37070798873901367,0.707082986831665,0.6021000146865845,0.26364898681640625,0.707082986831665,0.6560869812965393,0.26364898681640625,0.707082986831665,0.6560869812965393,0.37070798873901367,0.707082986831665,0.6021000146865845,0.26361900568008423,0.707082986831665,0.6560869812965393,0.26364898681640625,0.707082986831665,0.6560869812965393,0.26361900568008423,0.707082986831665,0.6560869812965393,0.14896099269390106,0.707082986831665,0.6912140250205994,0.14896099269390106,0.707082986831665,0.6912140250205994,0.26361900568008423,0.707082986831665,0.6560869812965393,0.14896099269390106,0.707082986831665,0.6912140250205994,0.14896099269390106,0.707082986831665,0.6912140250205994,0.14896099269390106,0.707082986831665,0.6912140250205994,0.02999969944357872,0.707082986831665,0.7064419984817505,0.02999969944357872,0.707082986831665,0.7064419984817505,0.14896099269390106,0.707082986831665,0.6912140250205994,0.02999969944357872,0.707082986831665,0.7064419984817505,0.02999969944357872,0.707082986831665,0.7064419984817505,0.02999969944357872,0.707082986831665,0.7064419984817505,-0.08978550136089325,0.707082986831665,0.7013760209083557,-0.08978550136089325,0.707082986831665,0.7013760209083557,0.02999969944357872,0.707082986831665,0.7064419984817505,-0.08978550136089325,0.707082986831665,0.7013760209083557,-0.08978550136089325,0.707082986831665,0.7013760209083557,-0.08978550136089325,0.707082986831665,0.7013760209083557,-0.2070380002260208,0.707082986831665,0.6761069893836975,-0.2070380002260208,0.707082986831665,0.6761069893836975,-0.08978550136089325,0.707082986831665,0.7013760209083557,-0.2070380002260208,0.707082986831665,0.6761069893836975,-0.2070380002260208,0.707082986831665,0.6761069893836975,-0.2070380002260208,0.707082986831665,0.6761069893836975,-0.3183389902114868,0.707082986831665,0.631367027759552,-0.3183389902114868,0.707082986831665,0.631367027759552,-0.2070380002260208,0.707082986831665,0.6761069893836975,-0.3183389902114868,0.707082986831665,0.631367027759552,-0.3183389902114868,0.707082986831665,0.631367027759552,-0.3183389902114868,0.707082986831665,0.631367027759552,-0.4204539954662323,0.707082986831665,0.5684990286827087,-0.4204539954662323,0.707082986831665,0.5684990286827087,-0.3183389902114868,0.707082986831665,0.631367027759552,-0.4204539954662323,0.707082986831665,0.5684990286827087,-0.4204539954662323,0.707082986831665,0.5684990286827087,-0.4204539954662323,0.707082986831665,0.5684990286827087,-0.5104830265045166,0.707082986831665,0.48924198746681213,-0.5104830265045166,0.707082986831665,0.48924198746681213,-0.4204539954662323,0.707082986831665,0.5684990286827087,-0.5104830265045166,0.707082986831665,0.4892730116844177,-0.5104830265045166,0.707082986831665,0.48924198746681213,-0.5104830265045166,0.707082986831665,0.4892730116844177,-0.5858330130577087,0.707082986831665,0.39594700932502747,-0.5858330130577087,0.707082986831665,0.39594700932502747,-0.5104830265045166,0.707082986831665,0.4892730116844177,-0.5858330130577087,0.707082986831665,0.39594700932502747,-0.5858330130577087,0.707082986831665,0.39594700932502747,-0.5858330130577087,0.707082986831665,0.39594700932502747,-0.644307017326355,0.707082986831665,0.291238009929657,-0.644307017326355,0.707082986831665,0.291238009929657,-0.5858330130577087,0.707082986831665,0.39594700932502747,-0.644307017326355,0.707082986831665,0.291238009929657,-0.644307017326355,0.707082986831665,0.291238009929657,-0.644307017326355,0.707082986831665,0.291238009929657,-0.6842859983444214,0.707082986831665,0.17816700041294098,-0.6842859983444214,0.707082986831665,0.17816700041294098,-0.644307017326355,0.707082986831665,0.291238009929657,-0.6842859983444214,0.707082986831665,0.17816700041294098,-0.6842859983444214,0.707082986831665,0.17816700041294098,-0.6842859983444214,0.707082986831665,0.17816700041294098,-0.70455002784729,0.707082986831665,0.059938400983810425,-0.70455002784729,0.707082986831665,0.059938400983810425,-0.6842859983444214,0.707082986831665,0.17816700041294098,-0.70455002784729,0.707082986831665,0.05996889993548393,-0.70455002784729,0.707082986831665,0.059938400983810425,-0.70455002784729,0.707082986831665,0.05996889993548393,-0.70455002784729,0.707082986831665,-0.059938400983810425,-0.70455002784729,0.707082986831665,-0.059938400983810425,-0.70455002784729,0.707082986831665,0.05996889993548393,-0.70455002784729,0.707082986831665,-0.059938400983810425,-0.70455002784729,0.707082986831665,-0.059938400983810425,-0.70455002784729,0.707082986831665,-0.059938400983810425,-0.6842859983444214,0.707082986831665,-0.17816700041294098,-0.6842859983444214,0.707082986831665,-0.17816700041294098,-0.70455002784729,0.707082986831665,-0.059938400983810425,-0.6842859983444214,0.707082986831665,-0.17816700041294098,-0.6842859983444214,0.707082986831665,-0.17816700041294098,-0.6842859983444214,0.707082986831665,-0.17816700041294098,-0.644307017326355,0.707082986831665,-0.291238009929657,-0.644307017326355,0.707082986831665,-0.291238009929657,-0.6842859983444214,0.707082986831665,-0.17816700041294098,-0.644307017326355,0.707082986831665,-0.291238009929657,-0.644307017326355,0.707082986831665,-0.291238009929657,-0.644307017326355,0.707082986831665,-0.291238009929657,-0.5858330130577087,0.707082986831665,-0.39594700932502747,-0.5858330130577087,0.707082986831665,-0.39594700932502747,-0.644307017326355,0.707082986831665,-0.291238009929657,-0.5858330130577087,0.707082986831665,-0.39594700932502747,-0.5858330130577087,0.707082986831665,-0.39594700932502747,-0.5858330130577087,0.707082986831665,-0.39594700932502747,-0.5104830265045166,0.707082986831665,-0.4892730116844177,-0.5104830265045166,0.707082986831665,-0.4892730116844177,-0.5858330130577087,0.707082986831665,-0.39594700932502747,-0.5104830265045166,0.707082986831665,-0.4892730116844177,-0.5104830265045166,0.707082986831665,-0.4892730116844177,-0.5104830265045166,0.707082986831665,-0.4892730116844177,-0.4204539954662323,0.707082986831665,-0.5684990286827087,-0.4204539954662323,0.707082986831665,-0.5684990286827087,-0.5104830265045166,0.707082986831665,-0.4892730116844177,-0.4204539954662323,0.707082986831665,-0.5684990286827087,-0.4204539954662323,0.707082986831665,-0.5684990286827087,-0.4204539954662323,0.707082986831665,-0.5684990286827087,-0.3183389902114868,0.707082986831665,-0.631367027759552,-0.3183389902114868,0.707082986831665,-0.631367027759552,-0.4204539954662323,0.707082986831665,-0.5684990286827087,-0.3183389902114868,0.707082986831665,-0.631367027759552,-0.3183389902114868,0.707082986831665,-0.631367027759552,-0.3183389902114868,0.707082986831665,-0.631367027759552,-0.2070380002260208,0.707082986831665,-0.6761069893836975,-0.2070380002260208,0.707082986831665,-0.6761069893836975,-0.3183389902114868,0.707082986831665,-0.631367027759552,-0.2070380002260208,0.707082986831665,-0.6761069893836975,-0.2070380002260208,0.707082986831665,-0.6761069893836975,-0.2070380002260208,0.707082986831665,-0.6761069893836975,-0.08978550136089325,0.707082986831665,-0.7013760209083557,-0.08978550136089325,0.707082986831665,-0.7013760209083557,-0.2070380002260208,0.707082986831665,-0.6761069893836975,-0.08978550136089325,0.707082986831665,-0.7013760209083557,-0.08978550136089325,0.707082986831665,-0.7013760209083557,-0.08978550136089325,0.707082986831665,-0.7013760209083557,0.02999969944357872,0.707082986831665,-0.7064419984817505,0.02999969944357872,0.707082986831665,-0.7064419984817505,-0.08978550136089325,0.707082986831665,-0.7013760209083557,0.02999969944357872,0.707082986831665,-0.7064419984817505,0.02999969944357872,0.707082986831665,-0.7064419984817505,0.02999969944357872,0.707082986831665,-0.7064419984817505,0.14896099269390106,0.707082986831665,-0.6912140250205994,0.14896099269390106,0.707082986831665,-0.6912140250205994,0.02999969944357872,0.707082986831665,-0.7064419984817505,0.14896099269390106,0.707082986831665,-0.6912140250205994,0.14896099269390106,0.707082986831665,-0.6912140250205994,0.14896099269390106,0.707082986831665,-0.6912140250205994,0.26364898681640625,0.707082986831665,-0.6560869812965393,0.26364898681640625,0.707082986831665,-0.6560869812965393,0.14896099269390106,0.707082986831665,-0.6912140250205994,0.26364898681640625,0.707082986831665,-0.6560869812965393,0.26364898681640625,0.707082986831665,-0.6560869812965393,0.26364898681640625,0.707082986831665,-0.6560869812965393,0.37073901295661926,0.707082986831665,-0.6021000146865845,0.37073901295661926,0.707082986831665,-0.6021000146865845,0.26364898681640625,0.707082986831665,-0.6560869812965393,0.37073901295661926,0.707082986831665,-0.6021000146865845,0.37073901295661926,0.707082986831665,-0.6021000146865845,0.37073901295661926,0.707082986831665,-0.6021000146865845,0.46714699268341064,0.707082986831665,-0.5307779908180237,0.46714699268341064,0.707082986831665,-0.5307779908180237,0.37073901295661926,0.707082986831665,-0.6021000146865845,0.46714699268341064,0.707082986831665,-0.5307779908180237,0.46714699268341064,0.707082986831665,-0.5307779908180237,0.46714699268341064,0.707082986831665,-0.5307779908180237,0.5501270294189453,0.707082986831665,-0.44419699907302856,0.5501270294189453,0.707082986831665,-0.44419699907302856,0.46714699268341064,0.707082986831665,-0.5307779908180237,0.5501270294189453,0.707082986831665,-0.44419699907302856,0.5501270294189453,0.707082986831665,-0.44419699907302856,0.5501270294189453,0.707082986831665,-0.44419699907302856,0.6172980070114136,0.707082986831665,-0.3448289930820465,0.6172980070114136,0.707082986831665,-0.3448289930820465,0.5501270294189453,0.707082986831665,-0.44419699907302856,0.6172980070114136,0.707082986831665,-0.3448289930820465,0.6172980070114136,0.707082986831665,-0.3448289930820465,0.6172980070114136,0.707082986831665,-0.3448289930820465,0.6667069792747498,0.707082986831665,-0.23554199934005737,0.6667069792747498,0.707082986831665,-0.23554199934005737,0.6172980070114136,0.707082986831665,-0.3448289930820465,0.6667069792747498,0.707082986831665,-0.23554199934005737,0.6667069792747498,0.707082986831665,-0.23554199934005737,0.6667069792747498,0.707082986831665,-0.23554199934005737,0.6969209909439087,0.707082986831665,-0.11947999894618988,0.6969209909439087,0.707082986831665,-0.11947999894618988,0.6667069792747498,0.707082986831665,-0.23554199934005737,0.6969209909439087,0.707082986831665,-0.11947999894618988,0.6969209909439087,0.707082986831665,-0.11947999894618988,0.6969209909439087,0.707082986831665,-0.11947999894618988,0.707082986831665,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.6969209909439087,0.707082986831665,-0.11947999894618988,0.707082986831665,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.6969209909439087,0.707082986831665,0.11947999894618988,0.6969209909439087,0.707082986831665,0.11947999894618988,0.707082986831665,0.707082986831665,0,0.6969209909439087,0.707082986831665,0.11947999894618988,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0.04104740172624588,0,0.9991459846496582,0.04104740172624588,0,0.9991459846496582,0,0,1,0,0,1,0.04104740172624588,0,0.9991459846496582,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0.9648119807243347,0,0.26285600662231445,0.9648119807243347,0,0.26285600662231445,0.9127479791641235,0,0.40849000215530396,0.9648119807243347,0,0.26285600662231445,0.9127479791641235,0,0.40849000215530396,0.9127479791641235,0,0.40849000215530396,0.9127479791641235,0,0.40849000215530396,0.9127479791641235,0,0.40849000215530396,0.8336439728736877,0,0.5522630214691162,0.9127479791641235,0,0.40849000215530396,0.8336439728736877,0,0.5522630214691162,0.8336439728736877,0,0.5522630214691162,0.8336439728736877,0,0.5522630214691162,0.8336439728736877,0,0.5522630214691162,0.732109010219574,0,0.6811730265617371,0.8336439728736877,0,0.5522630214691162,0.732109010219574,0,0.6811730265617371,0.732109010219574,0,0.6811730265617371,0.732109010219574,0,0.6811730265617371,0.732109010219574,0,0.6811730265617371,0.6108279824256897,0,0.7917420268058777,0.732109010219574,0,0.6811730265617371,0.6108279824256897,0,0.7917420268058777,0.6108279824256897,0,0.7917420268058777,0.6108279824256897,0,0.7917420268058777,0.6108279824256897,0,0.7917420268058777,0.47312799096107483,0,0.880977988243103,0.6108279824256897,0,0.7917420268058777,0.47312799096107483,0,0.880977988243103,0.47312799096107483,0,0.880977988243103,0.47312799096107483,0,0.880977988243103,0.47312799096107483,0,0.880977988243103,0.3226720094680786,0,0.9465010166168213,0.47312799096107483,0,0.880977988243103,0.3226720094680786,0,0.9465010166168213,0.3226720094680786,0,0.9465010166168213,0.3226720094680786,0,0.9465010166168213,0.3226720094680786,0,0.9465010166168213,0.1635179966688156,0,0.9865109920501709,0.3226720094680786,0,0.9465010166168213,0.1635179966688156,0,0.9865109920501709,0.1635179966688156,0,0.9865109920501709,0.1635179966688156,0,0.9865109920501709,0.1635179966688156,0,0.9865109920501709,0.04104740172624588,0,0.9991459846496582,0.1635179966688156,0,0.9865109920501709,0.04104740172624588,0,0.9991459846496582,0.04104740172624588,0,0.9991459846496582,0.9915459752082825,0,0.129611998796463,0.9977719783782959,0,0.06668289750814438,0.9915459752082825,0,0.129611998796463,0.9915459752082825,0,0.129611998796463,0.9977719783782959,0,0.06668289750814438,0.9977719783782959,0,0.06668289750814438,0.9915459752082825,0,0.129611998796463,0.9915459752082825,0,0.129611998796463,0.9813529849052429,0,0.19205300509929657,0.9813529849052429,0,0.19205300509929657,0.9915459752082825,0,0.129611998796463,0.9648119807243347,0,0.26285600662231445,0.9813529849052429,0,0.19205300509929657,0.9648119807243347,0,0.26285600662231445,0.9648119807243347,0,0.26285600662231445,0,0,-1,0,0,-1,0,0,-0.9999690055847168,0,0,-0.9999690055847168,0,0,-1,0,0,-1,0,0,-0.9999690055847168,0,0,-1,0,0,-1,-0.9962459802627563,0,-0.08624529838562012,-0.9862669706344604,0,-0.16510500013828278,-0.9962459802627563,0,-0.08624529838562012,-0.9962459802627563,0,-0.08624529838562012,-0.9862669706344604,0,-0.16510500013828278,-0.9862669706344604,0,-0.16510500013828278,-0.03894159942865372,0,-0.9992370009422302,-0.03894159942865372,0,-0.9992370009422302,-0.15527799725532532,0,-0.98785400390625,-0.03894159942865372,0,-0.9992370009422302,-0.15527799725532532,0,-0.98785400390625,-0.15527799725532532,0,-0.98785400390625,-0.15527799725532532,0,-0.98785400390625,-0.15527799725532532,0,-0.98785400390625,-0.30680298805236816,0,-0.9517499804496765,-0.15527799725532532,0,-0.98785400390625,-0.30680298805236816,0,-0.9517499804496765,-0.30680298805236816,0,-0.9517499804496765,-0.30680298805236816,0,-0.9517499804496765,-0.30680298805236816,0,-0.9517499804496765,-0.4509109854698181,0,-0.8925439715385437,-0.30680298805236816,0,-0.9517499804496765,-0.4509109854698181,0,-0.8925439715385437,-0.4509109854698181,0,-0.8925439715385437,-0.4509109854698181,0,-0.8925439715385437,-0.4509109854698181,0,-0.8925439715385437,-0.5840330123901367,0,-0.8117009997367859,-0.4509109854698181,0,-0.8925439715385437,-0.5840330123901367,0,-0.8117009997367859,-0.5840330123901367,0,-0.8117009997367859,-0.5840330123901367,0,-0.8117009997367859,-0.5840330123901367,0,-0.8117009997367859,-0.7029939889907837,0,-0.7111729979515076,-0.5840330123901367,0,-0.8117009997367859,-0.7029939889907837,0,-0.7111729979515076,-0.7029939889907837,0,-0.7111729979515076,-0.7029939889907837,0,-0.7111729979515076,-0.7029939889907837,0,-0.7111729979515076,-0.8049259781837463,0,-0.5933409929275513,-0.7029939889907837,0,-0.7111729979515076,-0.8049259781837463,0,-0.5933409929275513,-0.8049259781837463,0,-0.5933409929275513,-0.8049259781837463,0,-0.5933409929275513,-0.8049259781837463,0,-0.5933409929275513,-0.8872950077056885,0,-0.46113499999046326,-0.8049259781837463,0,-0.5933409929275513,-0.8872950077056885,0,-0.46113499999046326,-0.8872950077056885,0,-0.46113499999046326,-0.8872950077056885,0,-0.46113499999046326,-0.8872950077056885,0,-0.46113499999046326,-0.9481490254402161,0,-0.3177590072154999,-0.8872950077056885,0,-0.46113499999046326,-0.9481490254402161,0,-0.3177590072154999,-0.9481490254402161,0,-0.3177590072154999,-0.9481490254402161,0,-0.3177590072154999,-0.9481490254402161,0,-0.3177590072154999,-0.9862669706344604,0,-0.16510500013828278,-0.9481490254402161,0,-0.3177590072154999,-0.9862669706344604,0,-0.16510500013828278,-0.9862669706344604,0,-0.16510500013828278,-0.03894159942865372,0,-0.9992370009422302,0,0,-1,-0.03894159942865372,0,-0.9992370009422302,-0.03894159942865372,0,-0.9992370009422302,0,0,-1,0,0,-1,0,0,1,0.03894159942865372,0,0.9992370009422302,0,0,1,0,0,1,0.03894159942865372,0,0.9992370009422302,0.03894159942865372,0,0.9992370009422302,0.9864799976348877,0,0.1638229936361313,0.9864799976348877,0,0.1638229936361313,0.9481490254402161,0,0.3177590072154999,0.9864799976348877,0,0.1638229936361313,0.9481490254402161,0,0.3177590072154999,0.9481490254402161,0,0.3177590072154999,0.9481490254402161,0,0.3177590072154999,0.9481490254402161,0,0.3177590072154999,0.8872950077056885,0,0.46113499999046326,0.9481490254402161,0,0.3177590072154999,0.8872950077056885,0,0.46113499999046326,0.8872950077056885,0,0.46113499999046326,0.8872950077056885,0,0.46113499999046326,0.8872950077056885,0,0.46113499999046326,0.8049259781837463,0,0.5933409929275513,0.8872950077056885,0,0.46113499999046326,0.8049259781837463,0,0.5933409929275513,0.8049259781837463,0,0.5933409929275513,0.8049259781837463,0,0.5933409929275513,0.8049259781837463,0,0.5933409929275513,0.7030240297317505,0,0.7111420035362244,0.8049259781837463,0,0.5933409929275513,0.7030240297317505,0,0.7111420035362244,0.7030240297317505,0,0.7111420035362244,0.7030240297317505,0,0.7111420035362244,0.7030240297317505,0,0.7111420035362244,0.5840330123901367,0,0.8117009997367859,0.7030240297317505,0,0.7111420035362244,0.5840330123901367,0,0.8117009997367859,0.5840330123901367,0,0.8117009997367859,0.5840330123901367,0,0.8117009997367859,0.5840330123901367,0,0.8117009997367859,0.4508799910545349,0,0.8925439715385437,0.5840330123901367,0,0.8117009997367859,0.4508799910545349,0,0.8925439715385437,0.4508799910545349,0,0.8925439715385437,0.4508799910545349,0,0.8925439715385437,0.4508799910545349,0,0.8925439715385437,0.3068329989910126,0,0.9517499804496765,0.4508799910545349,0,0.8925439715385437,0.3068329989910126,0,0.9517499804496765,0.3068329989910126,0,0.9517499804496765,0.3068329989910126,0,0.9517499804496765,0.3068329989910126,0,0.9517499804496765,0.15527799725532532,0,0.98785400390625,0.3068329989910126,0,0.9517499804496765,0.15527799725532532,0,0.98785400390625,0.15527799725532532,0,0.98785400390625,0.15527799725532532,0,0.98785400390625,0.15527799725532532,0,0.98785400390625,0.03894159942865372,0,0.9992370009422302,0.15527799725532532,0,0.98785400390625,0.03894159942865372,0,0.9992370009422302,0.03894159942865372,0,0.9992370009422302,0.9864799976348877,0,-0.1638229936361313,0.9864799976348877,0,-0.1638229936361313,1,0,0,0.9864799976348877,0,-0.1638229936361313,1,0,0,1,0,0,1,0,0,1,0,0,0.9864799976348877,0,0.1638229936361313,1,0,0,0.9864799976348877,0,0.1638229936361313,0.9864799976348877,0,0.1638229936361313,0.038972098380327225,0,-0.9992370009422302,0.038972098380327225,0,-0.9992370009422302,0.15527799725532532,0,-0.98785400390625,0.038972098380327225,0,-0.9992370009422302,0.15527799725532532,0,-0.98785400390625,0.15527799725532532,0,-0.98785400390625,0.15527799725532532,0,-0.98785400390625,0.15527799725532532,0,-0.98785400390625,0.30680298805236816,0,-0.9517499804496765,0.15527799725532532,0,-0.98785400390625,0.30680298805236816,0,-0.9517499804496765,0.30680298805236816,0,-0.9517499804496765,0.30680298805236816,0,-0.9517499804496765,0.30680298805236816,0,-0.9517499804496765,0.4508799910545349,0,-0.8925439715385437,0.30680298805236816,0,-0.9517499804496765,0.4508799910545349,0,-0.8925439715385437,0.4508799910545349,0,-0.8925439715385437,0.4508799910545349,0,-0.8925439715385437,0.4508799910545349,0,-0.8925439715385437,0.5840330123901367,0,-0.8117009997367859,0.4508799910545349,0,-0.8925439715385437,0.5840330123901367,0,-0.8117009997367859,0.5840330123901367,0,-0.8117009997367859,0.5840330123901367,0,-0.8117009997367859,0.5840330123901367,0,-0.8117009997367859,0.7030240297317505,0,-0.7111420035362244,0.5840330123901367,0,-0.8117009997367859,0.7030240297317505,0,-0.7111420035362244,0.7029939889907837,0,-0.7111420035362244,0.7029939889907837,0,-0.7111420035362244,0.7030240297317505,0,-0.7111420035362244,0.8049259781837463,0,-0.5933409929275513,0.7029939889907837,0,-0.7111420035362244,0.8049259781837463,0,-0.5933409929275513,0.8049259781837463,0,-0.5933409929275513,0.8049259781837463,0,-0.5933409929275513,0.8049259781837463,0,-0.5933409929275513,0.8872950077056885,0,-0.46113499999046326,0.8049259781837463,0,-0.5933409929275513,0.8872950077056885,0,-0.46113499999046326,0.8872950077056885,0,-0.46113499999046326,0.8872950077056885,0,-0.46113499999046326,0.8872950077056885,0,-0.46113499999046326,0.9481490254402161,0,-0.3177590072154999,0.8872950077056885,0,-0.46113499999046326,0.9481490254402161,0,-0.3177590072154999,0.9481490254402161,0,-0.3177590072154999,0.9481490254402161,0,-0.3177590072154999,0.9481490254402161,0,-0.3177590072154999,0.9864799976348877,0,-0.1638229936361313,0.9481490254402161,0,-0.3177590072154999,0.9864799976348877,0,-0.1638229936361313,0.9864799976348877,0,-0.1638229936361313,0.038972098380327225,0,-0.9992370009422302,0,0,-1,0.038972098380327225,0,-0.9992370009422302,0.038972098380327225,0,-0.9992370009422302,0,0,-1,0,0,-1,0,0,1,-0.03894159942865372,0,0.9992370009422302,0,0,1,0,0,1,-0.03894159942865372,0,0.9992370009422302,-0.03894159942865372,0,0.9992370009422302,-0.9862669706344604,0,0.16510500013828278,-0.9862669706344604,0,0.16510500013828278,-0.9481490254402161,0,0.3177280128002167,-0.9862669706344604,0,0.16510500013828278,-0.9481490254402161,0,0.3177280128002167,-0.9481490254402161,0,0.3177280128002167,-0.9481490254402161,0,0.3177280128002167,-0.9481490254402161,0,0.3177280128002167,-0.8872950077056885,0,0.46113499999046326,-0.9481490254402161,0,0.3177280128002167,-0.8872950077056885,0,0.46113499999046326,-0.8872950077056885,0,0.46113499999046326,-0.8872950077056885,0,0.46113499999046326,-0.8872950077056885,0,0.46113499999046326,-0.8049259781837463,0,0.5933409929275513,-0.8872950077056885,0,0.46113499999046326,-0.8049259781837463,0,0.5933409929275513,-0.8049259781837463,0,0.5933409929275513,-0.8049259781837463,0,0.5933409929275513,-0.8049259781837463,0,0.5933409929275513,-0.7029939889907837,0,0.7111729979515076,-0.8049259781837463,0,0.5933409929275513,-0.7029939889907837,0,0.7111729979515076,-0.7029939889907837,0,0.7111729979515076,-0.7029939889907837,0,0.7111729979515076,-0.7029939889907837,0,0.7111729979515076,-0.5840330123901367,0,0.8117009997367859,-0.7029939889907837,0,0.7111729979515076,-0.5840330123901367,0,0.8117009997367859,-0.5840330123901367,0,0.8117009997367859,-0.5840330123901367,0,0.8117009997367859,-0.5840330123901367,0,0.8117009997367859,-0.4508799910545349,0,0.8925439715385437,-0.5840330123901367,0,0.8117009997367859,-0.4508799910545349,0,0.8925439715385437,-0.4508799910545349,0,0.8925439715385437,-0.4508799910545349,0,0.8925439715385437,-0.4508799910545349,0,0.8925439715385437,-0.30680298805236816,0,0.9517499804496765,-0.4508799910545349,0,0.8925439715385437,-0.30680298805236816,0,0.9517499804496765,-0.30680298805236816,0,0.9517499804496765,-0.30680298805236816,0,0.9517499804496765,-0.30680298805236816,0,0.9517499804496765,-0.15527799725532532,0,0.98785400390625,-0.30680298805236816,0,0.9517499804496765,-0.15527799725532532,0,0.98785400390625,-0.15527799725532532,0,0.98785400390625,-0.15527799725532532,0,0.98785400390625,-0.15527799725532532,0,0.98785400390625,-0.03894159942865372,0,0.9992370009422302,-0.15527799725532532,0,0.98785400390625,-0.03894159942865372,0,0.9992370009422302,-0.03894159942865372,0,0.9992370009422302,-0.9862669706344604,0,0.16510500013828278,-0.9962459802627563,0,0.08624529838562012,-0.9862669706344604,0,0.16510500013828278,-0.9862669706344604,0,0.16510500013828278,-0.9962459802627563,0,0.08624529838562012,-0.9962459802627563,0,0.08624529838562012,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0.9648119807243347,0,-0.26285600662231445,0.9648119807243347,0,-0.26285600662231445,0.9813529849052429,0,-0.19205300509929657,0.9813529849052429,0,-0.19205300509929657,0.9648119807243347,0,-0.26285600662231445,0.9915459752082825,0,-0.129611998796463,0.9813529849052429,0,-0.19205300509929657,0.9915459752082825,0,-0.129611998796463,0.9915459752082825,0,-0.129611998796463,0.9915459752082825,0,-0.129611998796463,0.9915459752082825,0,-0.129611998796463,0.9977719783782959,0,-0.06668289750814438,0.9915459752082825,0,-0.129611998796463,0.9977719783782959,0,-0.06668289750814438,0.9977719783782959,0,-0.06668289750814438,0.04104740172624588,0,-0.9991459846496582,0.04104740172624588,0,-0.9991459846496582,0.16354900598526,0,-0.9865109920501709,0.04104740172624588,0,-0.9991459846496582,0.16354900598526,0,-0.9865109920501709,0.16354900598526,0,-0.9865109920501709,0.16354900598526,0,-0.9865109920501709,0.16354900598526,0,-0.9865109920501709,0.3226720094680786,0,-0.9465010166168213,0.16354900598526,0,-0.9865109920501709,0.3226720094680786,0,-0.9465010166168213,0.3226720094680786,0,-0.9465010166168213,0.3226720094680786,0,-0.9465010166168213,0.3226720094680786,0,-0.9465010166168213,0.47312799096107483,0,-0.880977988243103,0.3226720094680786,0,-0.9465010166168213,0.47312799096107483,0,-0.880977988243103,0.47312799096107483,0,-0.880977988243103,0.47312799096107483,0,-0.880977988243103,0.47312799096107483,0,-0.880977988243103,0.6108279824256897,0,-0.7917420268058777,0.47312799096107483,0,-0.880977988243103,0.6108279824256897,0,-0.7917420268058777,0.6108279824256897,0,-0.7917420268058777,0.6108279824256897,0,-0.7917420268058777,0.6108279824256897,0,-0.7917420268058777,0.7320780158042908,0,-0.6811730265617371,0.6108279824256897,0,-0.7917420268058777,0.7320780158042908,0,-0.6811730265617371,0.7320780158042908,0,-0.6811730265617371,0.7320780158042908,0,-0.6811730265617371,0.7320780158042908,0,-0.6811730265617371,0.8336439728736877,0,-0.5522630214691162,0.7320780158042908,0,-0.6811730265617371,0.8336439728736877,0,-0.5522630214691162,0.8336439728736877,0,-0.5522630214691162,0.8336439728736877,0,-0.5522630214691162,0.8336439728736877,0,-0.5522630214691162,0.9127479791641235,0,-0.40849000215530396,0.8336439728736877,0,-0.5522630214691162,0.9127479791641235,0,-0.40849000215530396,0.9127479791641235,0,-0.40849000215530396,0.9127479791641235,0,-0.40849000215530396,0.9127479791641235,0,-0.40849000215530396,0.9648119807243347,0,-0.26285600662231445,0.9127479791641235,0,-0.40849000215530396,0.9648119807243347,0,-0.26285600662231445,0.9648119807243347,0,-0.26285600662231445,0,0,-1,0,0,-0.9999690055847168,0,0,-0.9999690055847168,0,0,-0.9999690055847168,0,0,-0.9999690055847168,0.04104740172624588,0,-0.9991459846496582,0,0,-0.9999690055847168,0.04104740172624588,0,-0.9991459846496582,0,0,-1,0,0,-1,0.04104740172624588,0,-0.9991459846496582,0.04104740172624588,0,-0.9991459846496582,-0.04104740172624588,0,0.9991459846496582,-0.04104740172624588,0,0.9991459846496582,0,0,1,0,0,1,-0.04104740172624588,0,0.9991459846496582,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,-0.9649339914321899,0,0.26242899894714355,-0.9649339914321899,0,0.26242899894714355,-0.9127479791641235,0,0.40849000215530396,-0.9649339914321899,0,0.26242899894714355,-0.9127479791641235,0,0.40849000215530396,-0.9127479791641235,0,0.40849000215530396,-0.9127479791641235,0,0.40849000215530396,-0.9127479791641235,0,0.40849000215530396,-0.8336439728736877,0,0.5522630214691162,-0.9127479791641235,0,0.40849000215530396,-0.8336439728736877,0,0.5522630214691162,-0.8336439728736877,0,0.5522630214691162,-0.8336439728736877,0,0.5522630214691162,-0.8336439728736877,0,0.5522630214691162,-0.732109010219574,0,0.6811730265617371,-0.8336439728736877,0,0.5522630214691162,-0.732109010219574,0,0.6811730265617371,-0.732109010219574,0,0.6811730265617371,-0.732109010219574,0,0.6811730265617371,-0.732109010219574,0,0.6811730265617371,-0.6108279824256897,0,0.7917420268058777,-0.732109010219574,0,0.6811730265617371,-0.6108279824256897,0,0.7917420268058777,-0.6108279824256897,0,0.7917420268058777,-0.6108279824256897,0,0.7917420268058777,-0.6108279824256897,0,0.7917420268058777,-0.47312799096107483,0,0.880977988243103,-0.6108279824256897,0,0.7917420268058777,-0.47312799096107483,0,0.880977988243103,-0.47312799096107483,0,0.880977988243103,-0.47312799096107483,0,0.880977988243103,-0.47312799096107483,0,0.880977988243103,-0.3226720094680786,0,0.9465010166168213,-0.47312799096107483,0,0.880977988243103,-0.3226720094680786,0,0.9465010166168213,-0.3226720094680786,0,0.9465010166168213,-0.3226720094680786,0,0.9465010166168213,-0.3226720094680786,0,0.9465010166168213,-0.1635179966688156,0,0.9865109920501709,-0.3226720094680786,0,0.9465010166168213,-0.1635179966688156,0,0.9865109920501709,-0.1635179966688156,0,0.9865109920501709,-0.1635179966688156,0,0.9865109920501709,-0.1635179966688156,0,0.9865109920501709,-0.04104740172624588,0,0.9991459846496582,-0.1635179966688156,0,0.9865109920501709,-0.04104740172624588,0,0.9991459846496582,-0.04104740172624588,0,0.9991459846496582,-0.9649339914321899,0,-0.26242899894714355,-0.9649339914321899,0,-0.26242899894714355,-0.9815359711647034,0,-0.19119800627231598,-0.9815359711647034,0,-0.19119800627231598,-0.9649339914321899,0,-0.26242899894714355,-0.9917600154876709,0,-0.12790299952030182,-0.9815359711647034,0,-0.19119800627231598,-0.9917600154876709,0,-0.12790299952030182,-0.9917600154876709,0,-0.12790299952030182,-0.9917600154876709,0,-0.12790299952030182,-0.9917600154876709,0,-0.12790299952030182,-1,0,0,-0.9917600154876709,0,-0.12790299952030182,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-0.9917600154876709,0,0.12790299952030182,-1,0,0,-0.9917600154876709,0,0.12790299952030182,-0.9917600154876709,0,0.12790299952030182,-0.9917600154876709,0,0.12790299952030182,-0.9917600154876709,0,0.12790299952030182,-0.9815359711647034,0,0.19119800627231598,-0.9815359711647034,0,0.19119800627231598,-0.9917600154876709,0,0.12790299952030182,-0.9649339914321899,0,0.26242899894714355,-0.9815359711647034,0,0.19119800627231598,-0.9649339914321899,0,0.26242899894714355,-0.9649339914321899,0,0.26242899894714355,-0.04104740172624588,0,-0.9991459846496582,-0.04104740172624588,0,-0.9991459846496582,-0.1635179966688156,0,-0.9865109920501709,-0.04104740172624588,0,-0.9991459846496582,-0.1635179966688156,0,-0.9865109920501709,-0.1635179966688156,0,-0.9865109920501709,-0.1635179966688156,0,-0.9865109920501709,-0.1635179966688156,0,-0.9865109920501709,-0.3226720094680786,0,-0.9465010166168213,-0.1635179966688156,0,-0.9865109920501709,-0.3226720094680786,0,-0.9465010166168213,-0.3226720094680786,0,-0.9465010166168213,-0.3226720094680786,0,-0.9465010166168213,-0.3226720094680786,0,-0.9465010166168213,-0.47312799096107483,0,-0.880977988243103,-0.3226720094680786,0,-0.9465010166168213,-0.47312799096107483,0,-0.880977988243103,-0.47312799096107483,0,-0.880977988243103,-0.47312799096107483,0,-0.880977988243103,-0.47312799096107483,0,-0.880977988243103,-0.6108279824256897,0,-0.7917420268058777,-0.47312799096107483,0,-0.880977988243103,-0.6108279824256897,0,-0.7917420268058777,-0.6108279824256897,0,-0.7917420268058777,-0.6108279824256897,0,-0.7917420268058777,-0.6108279824256897,0,-0.7917420268058777,-0.7320780158042908,0,-0.6811730265617371,-0.6108279824256897,0,-0.7917420268058777,-0.7320780158042908,0,-0.6811730265617371,-0.7320780158042908,0,-0.6811730265617371,-0.7320780158042908,0,-0.6811730265617371,-0.7320780158042908,0,-0.6811730265617371,-0.8336439728736877,0,-0.5522630214691162,-0.7320780158042908,0,-0.6811730265617371,-0.8336439728736877,0,-0.5522630214691162,-0.8336439728736877,0,-0.5522630214691162,-0.8336439728736877,0,-0.5522630214691162,-0.8336439728736877,0,-0.5522630214691162,-0.9127479791641235,0,-0.40849000215530396,-0.8336439728736877,0,-0.5522630214691162,-0.9127479791641235,0,-0.40849000215530396,-0.9127479791641235,0,-0.40849000215530396,-0.9127479791641235,0,-0.40849000215530396,-0.9127479791641235,0,-0.40849000215530396,-0.9649339914321899,0,-0.26242899894714355,-0.9127479791641235,0,-0.40849000215530396,-0.9649339914321899,0,-0.26242899894714355,-0.9649339914321899,0,-0.26242899894714355,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,-0.04104740172624588,0,-0.9991459846496582,0,0,-1,-0.04104740172624588,0,-0.9991459846496582,-0.04104740172624588,0,-0.9991459846496582,0.04104740172624588,0,-0.9991459846496582,0.04104740172624588,0,-0.9991459846496582,0,0,-1,0,0,-1,0.04104740172624588,0,-0.9991459846496582,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0.9649339914321899,0,-0.26239800453186035,0.9649339914321899,0,-0.26239800453186035,0.9127479791641235,0,-0.40849000215530396,0.9649339914321899,0,-0.26239800453186035,0.9127479791641235,0,-0.40849000215530396,0.9127479791641235,0,-0.40849000215530396,0.9127479791641235,0,-0.40849000215530396,0.9127479791641235,0,-0.40849000215530396,0.8336439728736877,0,-0.5522630214691162,0.9127479791641235,0,-0.40849000215530396,0.8336439728736877,0,-0.5522630214691162,0.8336439728736877,0,-0.5522630214691162,0.8336439728736877,0,-0.5522630214691162,0.8336439728736877,0,-0.5522630214691162,0.7320780158042908,0,-0.6811730265617371,0.8336439728736877,0,-0.5522630214691162,0.7320780158042908,0,-0.6811730265617371,0.7320780158042908,0,-0.6811730265617371,0.7320780158042908,0,-0.6811730265617371,0.7320780158042908,0,-0.6811730265617371,0.6108279824256897,0,-0.7917420268058777,0.7320780158042908,0,-0.6811730265617371,0.6108279824256897,0,-0.7917420268058777,0.6108279824256897,0,-0.7917420268058777,0.6108279824256897,0,-0.7917420268058777,0.6108279824256897,0,-0.7917420268058777,0.47312799096107483,0,-0.880977988243103,0.6108279824256897,0,-0.7917420268058777,0.47312799096107483,0,-0.880977988243103,0.47312799096107483,0,-0.880977988243103,0.47312799096107483,0,-0.880977988243103,0.47312799096107483,0,-0.880977988243103,0.3226720094680786,0,-0.9465010166168213,0.47312799096107483,0,-0.880977988243103,0.3226720094680786,0,-0.9465010166168213,0.3226720094680786,0,-0.9465010166168213,0.3226720094680786,0,-0.9465010166168213,0.3226720094680786,0,-0.9465010166168213,0.1635179966688156,0,-0.9865109920501709,0.3226720094680786,0,-0.9465010166168213,0.1635179966688156,0,-0.9865109920501709,0.1635179966688156,0,-0.9865109920501709,0.1635179966688156,0,-0.9865109920501709,0.1635179966688156,0,-0.9865109920501709,0.04104740172624588,0,-0.9991459846496582,0.1635179966688156,0,-0.9865109920501709,0.04104740172624588,0,-0.9991459846496582,0.04104740172624588,0,-0.9991459846496582,0.9649339914321899,0,0.26239800453186035,0.9649339914321899,0,0.26239800453186035,0.9815359711647034,0,0.19119800627231598,0.9815359711647034,0,0.19119800627231598,0.9649339914321899,0,0.26239800453186035,0.9917600154876709,0,0.12790299952030182,0.9815359711647034,0,0.19119800627231598,0.9917600154876709,0,0.12790299952030182,0.9917600154876709,0,0.12790299952030182,0.9917600154876709,0,0.12790299952030182,0.9917600154876709,0,0.12790299952030182,1,0,0,0.9917600154876709,0,0.12790299952030182,1,0,0,1,0,0,1,0,0,1,0,0,0.9917600154876709,0,-0.12790299952030182,1,0,0,0.9917600154876709,0,-0.12790299952030182,0.9917600154876709,0,-0.12790299952030182,0.9917600154876709,0,-0.12790299952030182,0.9917600154876709,0,-0.12790299952030182,0.9815359711647034,0,-0.19119800627231598,0.9815359711647034,0,-0.19119800627231598,0.9917600154876709,0,-0.12790299952030182,0.9649339914321899,0,-0.26239800453186035,0.9815359711647034,0,-0.19119800627231598,0.9649339914321899,0,-0.26239800453186035,0.9649339914321899,0,-0.26239800453186035,0.04104740172624588,0,0.9991459846496582,0.04104740172624588,0,0.9991459846496582,0.1635179966688156,0,0.9865109920501709,0.04104740172624588,0,0.9991459846496582,0.1635179966688156,0,0.9865109920501709,0.1635179966688156,0,0.9865109920501709,0.1635179966688156,0,0.9865109920501709,0.1635179966688156,0,0.9865109920501709,0.3226720094680786,0,0.9465010166168213,0.1635179966688156,0,0.9865109920501709,0.3226720094680786,0,0.9465010166168213,0.3226720094680786,0,0.9465010166168213,0.3226720094680786,0,0.9465010166168213,0.3226720094680786,0,0.9465010166168213,0.47312799096107483,0,0.880977988243103,0.3226720094680786,0,0.9465010166168213,0.47312799096107483,0,0.880977988243103,0.47312799096107483,0,0.880977988243103,0.47312799096107483,0,0.880977988243103,0.47312799096107483,0,0.880977988243103,0.6108279824256897,0,0.7917420268058777,0.47312799096107483,0,0.880977988243103,0.6108279824256897,0,0.7917420268058777,0.6108279824256897,0,0.7917420268058777,0.6108279824256897,0,0.7917420268058777,0.6108279824256897,0,0.7917420268058777,0.732109010219574,0,0.6811730265617371,0.6108279824256897,0,0.7917420268058777,0.732109010219574,0,0.6811730265617371,0.7320780158042908,0,0.6811730265617371,0.7320780158042908,0,0.6811730265617371,0.732109010219574,0,0.6811730265617371,0.8336439728736877,0,0.5522630214691162,0.7320780158042908,0,0.6811730265617371,0.8336439728736877,0,0.5522630214691162,0.8336439728736877,0,0.5522630214691162,0.8336439728736877,0,0.5522630214691162,0.8336439728736877,0,0.5522630214691162,0.9127479791641235,0,0.40849000215530396,0.8336439728736877,0,0.5522630214691162,0.9127479791641235,0,0.40849000215530396,0.9127479791641235,0,0.40849000215530396,0.9127479791641235,0,0.40849000215530396,0.9127479791641235,0,0.40849000215530396,0.9649339914321899,0,0.26239800453186035,0.9127479791641235,0,0.40849000215530396,0.9649339914321899,0,0.26239800453186035,0.9649339914321899,0,0.26239800453186035,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0.04104740172624588,0,0.9991459846496582,0,0,1,0.04104740172624588,0,0.9991459846496582,0.04104740172624588,0,0.9991459846496582,-0.04104740172624588,0,-0.9991459846496582,-0.04104740172624588,0,-0.9991459846496582,0,0,-1,0,0,-1,-0.04104740172624588,0,-0.9991459846496582,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,-0.9648119807243347,0,-0.26282501220703125,-0.9648119807243347,0,-0.26282501220703125,-0.9127479791641235,0,-0.40849000215530396,-0.9648119807243347,0,-0.26282501220703125,-0.9127479791641235,0,-0.40849000215530396,-0.9127479791641235,0,-0.40849000215530396,-0.9127479791641235,0,-0.40849000215530396,-0.9127479791641235,0,-0.40849000215530396,-0.8336439728736877,0,-0.5522630214691162,-0.9127479791641235,0,-0.40849000215530396,-0.8336439728736877,0,-0.5522630214691162,-0.8336439728736877,0,-0.5522630214691162,-0.8336439728736877,0,-0.5522630214691162,-0.8336439728736877,0,-0.5522630214691162,-0.7320780158042908,0,-0.6811730265617371,-0.8336439728736877,0,-0.5522630214691162,-0.7320780158042908,0,-0.6811730265617371,-0.7320780158042908,0,-0.6811730265617371,-0.7320780158042908,0,-0.6811730265617371,-0.7320780158042908,0,-0.6811730265617371,-0.6108279824256897,0,-0.7917420268058777,-0.7320780158042908,0,-0.6811730265617371,-0.6108279824256897,0,-0.7917420268058777,-0.6108279824256897,0,-0.7917420268058777,-0.6108279824256897,0,-0.7917420268058777,-0.6108279824256897,0,-0.7917420268058777,-0.47312799096107483,0,-0.880977988243103,-0.6108279824256897,0,-0.7917420268058777,-0.47312799096107483,0,-0.880977988243103,-0.47312799096107483,0,-0.880977988243103,-0.47312799096107483,0,-0.880977988243103,-0.47312799096107483,0,-0.880977988243103,-0.3226720094680786,0,-0.9465010166168213,-0.47312799096107483,0,-0.880977988243103,-0.3226720094680786,0,-0.9465010166168213,-0.3226720094680786,0,-0.9465010166168213,-0.3226720094680786,0,-0.9465010166168213,-0.3226720094680786,0,-0.9465010166168213,-0.16354900598526,0,-0.9865109920501709,-0.3226720094680786,0,-0.9465010166168213,-0.16354900598526,0,-0.9865109920501709,-0.16354900598526,0,-0.9865109920501709,-0.16354900598526,0,-0.9865109920501709,-0.16354900598526,0,-0.9865109920501709,-0.04104740172624588,0,-0.9991459846496582,-0.16354900598526,0,-0.9865109920501709,-0.04104740172624588,0,-0.9991459846496582,-0.04104740172624588,0,-0.9991459846496582,-0.9915459752082825,0,-0.129611998796463,-0.9977719783782959,0,-0.06668289750814438,-0.9915459752082825,0,-0.129611998796463,-0.9915459752082825,0,-0.129611998796463,-0.9977719783782959,0,-0.06668289750814438,-0.9977719783782959,0,-0.06668289750814438,-0.9915459752082825,0,-0.129611998796463,-0.9915459752082825,0,-0.129611998796463,-0.9813529849052429,0,-0.19205300509929657,-0.9813529849052429,0,-0.19205300509929657,-0.9915459752082825,0,-0.129611998796463,-0.9648119807243347,0,-0.26282501220703125,-0.9813529849052429,0,-0.19205300509929657,-0.9648119807243347,0,-0.26282501220703125,-0.9648119807243347,0,-0.26282501220703125,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0.9962459802627563,0,0.08624529838562012,0.9862669706344604,0,0.16510500013828278,0.9962459802627563,0,0.08624529838562012,0.9962459802627563,0,0.08624529838562012,0.9862669706344604,0,0.16510500013828278,0.9862669706344604,0,0.16510500013828278,0.03894159942865372,0,0.9992370009422302,0.03894159942865372,0,0.9992370009422302,0.15527799725532532,0,0.98785400390625,0.03894159942865372,0,0.9992370009422302,0.15527799725532532,0,0.98785400390625,0.15527799725532532,0,0.98785400390625,0.15527799725532532,0,0.98785400390625,0.15527799725532532,0,0.98785400390625,0.30680298805236816,0,0.9517499804496765,0.15527799725532532,0,0.98785400390625,0.30680298805236816,0,0.9517499804496765,0.30680298805236816,0,0.9517499804496765,0.30680298805236816,0,0.9517499804496765,0.30680298805236816,0,0.9517499804496765,0.4508799910545349,0,0.8925439715385437,0.30680298805236816,0,0.9517499804496765,0.4508799910545349,0,0.8925439715385437,0.4508799910545349,0,0.8925439715385437,0.4508799910545349,0,0.8925439715385437,0.4508799910545349,0,0.8925439715385437,0.5840330123901367,0,0.8117009997367859,0.4508799910545349,0,0.8925439715385437,0.5840330123901367,0,0.8117009997367859,0.5840330123901367,0,0.8117009997367859,0.5840330123901367,0,0.8117009997367859,0.5840330123901367,0,0.8117009997367859,0.7029939889907837,0,0.7111420035362244,0.5840330123901367,0,0.8117009997367859,0.7029939889907837,0,0.7111420035362244,0.7029939889907837,0,0.7111420035362244,0.7029939889907837,0,0.7111420035362244,0.7029939889907837,0,0.7111420035362244,0.8049259781837463,0,0.5933409929275513,0.7029939889907837,0,0.7111420035362244,0.8049259781837463,0,0.5933409929275513,0.8049259781837463,0,0.5933409929275513,0.8049259781837463,0,0.5933409929275513,0.8049259781837463,0,0.5933409929275513,0.8872950077056885,0,0.46113499999046326,0.8049259781837463,0,0.5933409929275513,0.8872950077056885,0,0.46113499999046326,0.8872950077056885,0,0.46113499999046326,0.8872950077056885,0,0.46113499999046326,0.8872950077056885,0,0.46113499999046326,0.9481490254402161,0,0.3177590072154999,0.8872950077056885,0,0.46113499999046326,0.9481490254402161,0,0.3177590072154999,0.9481490254402161,0,0.3177590072154999,0.9481490254402161,0,0.3177590072154999,0.9481490254402161,0,0.3177590072154999,0.9862669706344604,0,0.16510500013828278,0.9481490254402161,0,0.3177590072154999,0.9862669706344604,0,0.16510500013828278,0.9862669706344604,0,0.16510500013828278,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0.03894159942865372,0,0.9992370009422302,0,0,0.9999690055847168,0.03894159942865372,0,0.9992370009422302,0.03894159942865372,0,0.9992370009422302,-0.038972098380327225,0,-0.9992370009422302,-0.038972098380327225,0,-0.9992370009422302,0,0,-1,0,0,-1,-0.038972098380327225,0,-0.9992370009422302,0,0,-1,0,0,-1,0,0,-1,0,0,-1,-0.9864799976348877,0,-0.1638229936361313,-0.9864799976348877,0,-0.16379299759864807,-0.9481490254402161,0,-0.3177590072154999,-0.9864799976348877,0,-0.1638229936361313,-0.9481490254402161,0,-0.3177590072154999,-0.9481490254402161,0,-0.3177590072154999,-0.9481490254402161,0,-0.3177590072154999,-0.9481490254402161,0,-0.3177590072154999,-0.8872950077056885,0,-0.46113499999046326,-0.9481490254402161,0,-0.3177590072154999,-0.8872950077056885,0,-0.46113499999046326,-0.8872950077056885,0,-0.46116501092910767,-0.8872950077056885,0,-0.46116501092910767,-0.8872950077056885,0,-0.46113499999046326,-0.8049259781837463,0,-0.5933409929275513,-0.8872950077056885,0,-0.46116501092910767,-0.8049259781837463,0,-0.5933409929275513,-0.8049259781837463,0,-0.5933409929275513,-0.8049259781837463,0,-0.5933409929275513,-0.8049259781837463,0,-0.5933409929275513,-0.7029939889907837,0,-0.7111420035362244,-0.8049259781837463,0,-0.5933409929275513,-0.7029939889907837,0,-0.7111420035362244,-0.7029939889907837,0,-0.7111420035362244,-0.7029939889907837,0,-0.7111420035362244,-0.7029939889907837,0,-0.7111420035362244,-0.5840330123901367,0,-0.8117009997367859,-0.7029939889907837,0,-0.7111420035362244,-0.5840330123901367,0,-0.8117009997367859,-0.5840330123901367,0,-0.8117009997367859,-0.5840330123901367,0,-0.8117009997367859,-0.5840330123901367,0,-0.8117009997367859,-0.4508799910545349,0,-0.8925439715385437,-0.5840330123901367,0,-0.8117009997367859,-0.4508799910545349,0,-0.8925439715385437,-0.4508799910545349,0,-0.8925439715385437,-0.4508799910545349,0,-0.8925439715385437,-0.4508799910545349,0,-0.8925439715385437,-0.30680298805236816,0,-0.9517499804496765,-0.4508799910545349,0,-0.8925439715385437,-0.30680298805236816,0,-0.9517499804496765,-0.30680298805236816,0,-0.9517499804496765,-0.30680298805236816,0,-0.9517499804496765,-0.30680298805236816,0,-0.9517499804496765,-0.15527799725532532,0,-0.98785400390625,-0.30680298805236816,0,-0.9517499804496765,-0.15527799725532532,0,-0.98785400390625,-0.15527799725532532,0,-0.98785400390625,-0.15527799725532532,0,-0.98785400390625,-0.15527799725532532,0,-0.98785400390625,-0.038972098380327225,0,-0.9992370009422302,-0.15527799725532532,0,-0.98785400390625,-0.038972098380327225,0,-0.9992370009422302,-0.038972098380327225,0,-0.9992370009422302,-0.9864799976348877,0,0.16379299759864807,-0.9864799976348877,0,0.1638229936361313,-1,0,0,-0.9864799976348877,0,0.16379299759864807,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-0.9864799976348877,0,-0.16379299759864807,-1,0,0,-0.9864799976348877,0,-0.16379299759864807,-0.9864799976348877,0,-0.1638229936361313,-0.03894159942865372,0,0.9992370009422302,-0.03894159942865372,0,0.9992370009422302,-0.15527799725532532,0,0.98785400390625,-0.03894159942865372,0,0.9992370009422302,-0.15527799725532532,0,0.98785400390625,-0.15527799725532532,0,0.98785400390625,-0.15527799725532532,0,0.98785400390625,-0.15527799725532532,0,0.98785400390625,-0.3068329989910126,0,0.9517499804496765,-0.15527799725532532,0,0.98785400390625,-0.3068329989910126,0,0.9517499804496765,-0.3068329989910126,0,0.9517499804496765,-0.3068329989910126,0,0.9517499804496765,-0.3068329989910126,0,0.9517499804496765,-0.4508799910545349,0,0.8925439715385437,-0.3068329989910126,0,0.9517499804496765,-0.4508799910545349,0,0.8925439715385437,-0.4508799910545349,0,0.8925439715385437,-0.4508799910545349,0,0.8925439715385437,-0.4508799910545349,0,0.8925439715385437,-0.5840330123901367,0,0.8117009997367859,-0.4508799910545349,0,0.8925439715385437,-0.5840330123901367,0,0.8117009997367859,-0.5840330123901367,0,0.8117009997367859,-0.5840330123901367,0,0.8117009997367859,-0.5840330123901367,0,0.8117009997367859,-0.7029939889907837,0,0.7111420035362244,-0.5840330123901367,0,0.8117009997367859,-0.7029939889907837,0,0.7111420035362244,-0.7029939889907837,0,0.7111420035362244,-0.7029939889907837,0,0.7111420035362244,-0.7029939889907837,0,0.7111420035362244,-0.8049259781837463,0,0.5933409929275513,-0.7029939889907837,0,0.7111420035362244,-0.8049259781837463,0,0.5933409929275513,-0.8049259781837463,0,0.5933409929275513,-0.8049259781837463,0,0.5933409929275513,-0.8049259781837463,0,0.5933409929275513,-0.8872950077056885,0,0.46113499999046326,-0.8049259781837463,0,0.5933409929275513,-0.8872950077056885,0,0.46113499999046326,-0.8872950077056885,0,0.46113499999046326,-0.8872950077056885,0,0.46113499999046326,-0.8872950077056885,0,0.46113499999046326,-0.9481490254402161,0,0.3177590072154999,-0.8872950077056885,0,0.46113499999046326,-0.9481490254402161,0,0.3177590072154999,-0.9481490254402161,0,0.3177590072154999,-0.9481490254402161,0,0.3177590072154999,-0.9481490254402161,0,0.3177590072154999,-0.9864799976348877,0,0.1638229936361313,-0.9481490254402161,0,0.3177590072154999,-0.9864799976348877,0,0.1638229936361313,-0.9864799976348877,0,0.16379299759864807,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,-0.03894159942865372,0,0.9992370009422302,0,0,1,-0.03894159942865372,0,0.9992370009422302,-0.03894159942865372,0,0.9992370009422302,0.03894159942865372,0,-0.9992370009422302,0.03894159942865372,0,-0.9992370009422302,0,0,-0.9999690055847168,0,0,-0.9999690055847168,0.03894159942865372,0,-0.9992370009422302,0,0,-1,0,0,-0.9999690055847168,0,0,-1,0,0,-1,0.9862669706344604,0,-0.16510500013828278,0.9862669706344604,0,-0.16510500013828278,0.9481490254402161,0,-0.3177590072154999,0.9862669706344604,0,-0.16510500013828278,0.9481490254402161,0,-0.3177590072154999,0.9481490254402161,0,-0.3177590072154999,0.9481490254402161,0,-0.3177590072154999,0.9481490254402161,0,-0.3177590072154999,0.8872950077056885,0,-0.46113499999046326,0.9481490254402161,0,-0.3177590072154999,0.8872950077056885,0,-0.46113499999046326,0.8872950077056885,0,-0.46116501092910767,0.8872950077056885,0,-0.46116501092910767,0.8872950077056885,0,-0.46113499999046326,0.8049259781837463,0,-0.5933409929275513,0.8872950077056885,0,-0.46116501092910767,0.8049259781837463,0,-0.5933409929275513,0.8049259781837463,0,-0.5933409929275513,0.8049259781837463,0,-0.5933409929275513,0.8049259781837463,0,-0.5933409929275513,0.7029939889907837,0,-0.7111420035362244,0.8049259781837463,0,-0.5933409929275513,0.7029939889907837,0,-0.7111420035362244,0.7030240297317505,0,-0.7111420035362244,0.7030240297317505,0,-0.7111420035362244,0.7029939889907837,0,-0.7111420035362244,0.5840330123901367,0,-0.8117009997367859,0.7030240297317505,0,-0.7111420035362244,0.5840330123901367,0,-0.8117009997367859,0.5840330123901367,0,-0.8117009997367859,0.5840330123901367,0,-0.8117009997367859,0.5840330123901367,0,-0.8117009997367859,0.4509109854698181,0,-0.8925439715385437,0.5840330123901367,0,-0.8117009997367859,0.4509109854698181,0,-0.8925439715385437,0.4509109854698181,0,-0.8925439715385437,0.4509109854698181,0,-0.8925439715385437,0.4509109854698181,0,-0.8925439715385437,0.30680298805236816,0,-0.9517499804496765,0.4509109854698181,0,-0.8925439715385437,0.30680298805236816,0,-0.9517499804496765,0.30680298805236816,0,-0.9517499804496765,0.30680298805236816,0,-0.9517499804496765,0.30680298805236816,0,-0.9517499804496765,0.15527799725532532,0,-0.98785400390625,0.30680298805236816,0,-0.9517499804496765,0.15527799725532532,0,-0.98785400390625,0.15527799725532532,0,-0.98785400390625,0.15527799725532532,0,-0.98785400390625,0.15527799725532532,0,-0.98785400390625,0.03894159942865372,0,-0.9992370009422302,0.15527799725532532,0,-0.98785400390625,0.03894159942865372,0,-0.9992370009422302,0.03894159942865372,0,-0.9992370009422302,0.9862669706344604,0,-0.16510500013828278,0.9962459802627563,0,-0.08624529838562012,0.9862669706344604,0,-0.16510500013828278,0.9862669706344604,0,-0.16510500013828278,0.9962459802627563,0,-0.08624529838562012,0.9962459802627563,0,-0.08624529838562012,0,0,-1,0,0,-1,0,0,-0.9999690055847168,0,0,-0.9999690055847168,0,0,-1,0,0,-1,0,0,-0.9999690055847168,0,0,-1,0,0,-1,-0.9648119807243347,0,0.26282501220703125,-0.9648119807243347,0,0.26282501220703125,-0.9813529849052429,0,0.19205300509929657,-0.9813529849052429,0,0.19205300509929657,-0.9648119807243347,0,0.26282501220703125,-0.9915459752082825,0,0.129611998796463,-0.9813529849052429,0,0.19205300509929657,-0.9915459752082825,0,0.129611998796463,-0.9915459752082825,0,0.129611998796463,-0.9915459752082825,0,0.129611998796463,-0.9915459752082825,0,0.129611998796463,-0.9977719783782959,0,0.06668289750814438,-0.9915459752082825,0,0.129611998796463,-0.9977719783782959,0,0.06668289750814438,-0.9977719783782959,0,0.06668289750814438,-0.04104740172624588,0,0.9991459846496582,-0.04104740172624588,0,0.9991459846496582,-0.1635179966688156,0,0.9865109920501709,-0.04104740172624588,0,0.9991459846496582,-0.1635179966688156,0,0.9865109920501709,-0.1635179966688156,0,0.9865109920501709,-0.1635179966688156,0,0.9865109920501709,-0.1635179966688156,0,0.9865109920501709,-0.3226720094680786,0,0.9465010166168213,-0.1635179966688156,0,0.9865109920501709,-0.3226720094680786,0,0.9465010166168213,-0.3226720094680786,0,0.9465010166168213,-0.3226720094680786,0,0.9465010166168213,-0.3226720094680786,0,0.9465010166168213,-0.47312799096107483,0,0.880977988243103,-0.3226720094680786,0,0.9465010166168213,-0.47312799096107483,0,0.880977988243103,-0.47312799096107483,0,0.880977988243103,-0.47312799096107483,0,0.880977988243103,-0.47312799096107483,0,0.880977988243103,-0.6108279824256897,0,0.7917420268058777,-0.47312799096107483,0,0.880977988243103,-0.6108279824256897,0,0.7917420268058777,-0.6108279824256897,0,0.7917420268058777,-0.6108279824256897,0,0.7917420268058777,-0.6108279824256897,0,0.7917420268058777,-0.732109010219574,0,0.6811730265617371,-0.6108279824256897,0,0.7917420268058777,-0.732109010219574,0,0.6811730265617371,-0.732109010219574,0,0.6811730265617371,-0.732109010219574,0,0.6811730265617371,-0.732109010219574,0,0.6811730265617371,-0.8336439728736877,0,0.5522630214691162,-0.732109010219574,0,0.6811730265617371,-0.8336439728736877,0,0.5522630214691162,-0.8336439728736877,0,0.5522630214691162,-0.8336439728736877,0,0.5522630214691162,-0.8336439728736877,0,0.5522630214691162,-0.9127479791641235,0,0.40849000215530396,-0.8336439728736877,0,0.5522630214691162,-0.9127479791641235,0,0.40849000215530396,-0.9127479791641235,0,0.40849000215530396,-0.9127479791641235,0,0.40849000215530396,-0.9127479791641235,0,0.40849000215530396,-0.9648119807243347,0,0.26282501220703125,-0.9127479791641235,0,0.40849000215530396,-0.9648119807243347,0,0.26282501220703125,-0.9648119807243347,0,0.26282501220703125,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,-0.04104740172624588,0,0.9991459846496582,0,0,0.9999690055847168,-0.04104740172624588,0,0.9991459846496582,0,0,1,0,0,1,-0.04104740172624588,0,0.9991459846496582,-0.04104740172624588,0,0.9991459846496582,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.15640699863433838,0,0.9876710176467896,0.039246801286935806,0,0.9992070198059082,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.3089999854564667,0,0.9510480165481567,0.15640699863433838,0,0.9876710176467896,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.4539630115032196,0,0.8909879922866821,0.3089999854564667,0,0.9510480165481567,0.4539630115032196,0,0.8909879922866821,0.4539630115032196,0,0.8909879922866821,0.4539630115032196,0,0.8909879922866821,0.4539630115032196,0,0.8909879922866821,0.5877559781074524,0,0.8090149760246277,0.4539630115032196,0,0.8909879922866821,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.707082986831665,0,0.707082986831665,0.5877559781074524,0,0.8090149760246277,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.8089849948883057,0,0.5877860188484192,0.707082986831665,0,0.707082986831665,0.8089849948883057,0,0.5877860188484192,0.8089849948883057,0,0.5877860188484192,0.8089849948883057,0,0.5877860188484192,0.8089849948883057,0,0.5877860188484192,0.8526260256767273,0,0.5224769711494446,0.8089849948883057,0,0.5877860188484192,0.8526260256767273,0,0.5224769711494446,0.8909879922866821,0,0.4539929926395416,0.8526260256767273,0,0.5224769711494446,0.8909879922866821,0,0.4539929926395416,0.8909879922866821,0,0.4539929926395416,0.8909879922866821,0,0.4539929926395416,0.8909879922866821,0,0.4539929926395416,0.9510480165481567,0,0.3089999854564667,0.8909879922866821,0,0.4539929926395416,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9876710176467896,0,0.15640699863433838,0.9510480165481567,0,0.3089999854564667,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9992070198059082,0,0.039246801286935806,0.9876710176467896,0,0.15640699863433838,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9876710176467896,0,0.15640699863433838,-0.9992070198059082,0,0.039246801286935806,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9510480165481567,0,0.3089999854564667,-0.9876710176467896,0,0.15640699863433838,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.8909879922866821,0,0.4539630115032196,-0.9510480165481567,0,0.3089999854564667,-0.8909879922866821,0,0.4539630115032196,-0.8909879922866821,0,0.4539630115032196,-0.8909879922866821,0,0.4539630115032196,-0.8909879922866821,0,0.4539630115032196,-0.8090149760246277,0,0.5877559781074524,-0.8909879922866821,0,0.4539630115032196,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877860188484192,-0.8090149760246277,0,0.5877860188484192,-0.8090149760246277,0,0.5877559781074524,-0.707082986831665,0,0.707082986831665,-0.8090149760246277,0,0.5877860188484192,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.5877559781074524,0,0.8090149760246277,-0.707082986831665,0,0.707082986831665,-0.5877559781074524,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.4539929926395416,0,0.8909879922866821,-0.5877559781074524,0,0.8090149760246277,-0.4539929926395416,0,0.8909879922866821,-0.4539929926395416,0,0.8909879922866821,-0.4539929926395416,0,0.8909879922866821,-0.4539929926395416,0,0.8909879922866821,-0.3089999854564667,0,0.9510480165481567,-0.4539929926395416,0,0.8909879922866821,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.15640699863433838,0,0.9876710176467896,-0.3089999854564667,0,0.9510480165481567,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.039246801286935806,0,0.9992070198059082,-0.15640699863433838,0,0.9876710176467896,-0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.15640699863433838,0,-0.9876710176467896,-0.039246801286935806,0,-0.9992070198059082,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.3089999854564667,0,-0.9510480165481567,-0.15640699863433838,0,-0.9876710176467896,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.4539630115032196,0,-0.8909879922866821,-0.3089999854564667,0,-0.9510480165481567,-0.4539630115032196,0,-0.8909879922866821,-0.4539630115032196,0,-0.8909879922866821,-0.4539630115032196,0,-0.8909879922866821,-0.4539630115032196,0,-0.8909879922866821,-0.5877559781074524,0,-0.8090149760246277,-0.4539630115032196,0,-0.8909879922866821,-0.5877559781074524,0,-0.8090149760246277,-0.5877559781074524,0,-0.8090149760246277,-0.5877559781074524,0,-0.8090149760246277,-0.5877559781074524,0,-0.8090149760246277,-0.707082986831665,0,-0.707082986831665,-0.5877559781074524,0,-0.8090149760246277,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.8089849948883057,0,-0.5877860188484192,-0.707082986831665,0,-0.707082986831665,-0.8089849948883057,0,-0.5877860188484192,-0.8089849948883057,0,-0.5877860188484192,-0.8089849948883057,0,-0.5877860188484192,-0.8089849948883057,0,-0.5877860188484192,-0.8909879922866821,0,-0.4539630115032196,-0.8089849948883057,0,-0.5877860188484192,-0.8909879922866821,0,-0.4539630115032196,-0.8909879922866821,0,-0.4539630115032196,-0.8909879922866821,0,-0.4539630115032196,-0.8909879922866821,0,-0.4539630115032196,-0.9510480165481567,0,-0.3089999854564667,-0.8909879922866821,0,-0.4539630115032196,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9876710176467896,0,-0.15640699863433838,-0.9510480165481567,0,-0.3089999854564667,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9992070198059082,0,-0.039246801286935806,-0.9876710176467896,0,-0.15640699863433838,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9876710176467896,0,-0.15640699863433838,0.9992070198059082,0,-0.039246801286935806,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9510480165481567,0,-0.3089999854564667,0.9876710176467896,0,-0.15640699863433838,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.8909879922866821,0,-0.4539929926395416,0.9510480165481567,0,-0.3089999854564667,0.8909879922866821,0,-0.4539929926395416,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539929926395416,0.8526260256767273,0,-0.5224769711494446,0.8909879922866821,0,-0.4539630115032196,0.8526260256767273,0,-0.5224769711494446,0.8089849948883057,0,-0.5877860188484192,0.8526260256767273,0,-0.5224769711494446,0.8089849948883057,0,-0.5877860188484192,0.8089849948883057,0,-0.5877860188484192,0.8089849948883057,0,-0.5877860188484192,0.8089849948883057,0,-0.5877860188484192,0.707082986831665,0,-0.7071139812469482,0.8089849948883057,0,-0.5877860188484192,0.707082986831665,0,-0.7071139812469482,0.707082986831665,0,-0.7071139812469482,0.707082986831665,0,-0.7071139812469482,0.707082986831665,0,-0.7071139812469482,0.5877559781074524,0,-0.8090149760246277,0.707082986831665,0,-0.7071139812469482,0.5877559781074524,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.4539630115032196,0,-0.8909879922866821,0.5877559781074524,0,-0.8090149760246277,0.4539630115032196,0,-0.8909879922866821,0.4539630115032196,0,-0.8909879922866821,0.4539630115032196,0,-0.8909879922866821,0.4539630115032196,0,-0.8909879922866821,0.3089999854564667,0,-0.9510480165481567,0.4539630115032196,0,-0.8909879922866821,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.15640699863433838,0,-0.9876710176467896,0.3089999854564667,0,-0.9510480165481567,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.039246801286935806,0,-0.9992070198059082,0.15640699863433838,0,-0.9876710176467896,0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0.8265020251274109,-0.003906370140612125,0.5628830194473267,0.780174970626831,0.01974550075829029,0.6252020001411438,0.801842987537384,0.01535080000758171,0.5973079800605774,0.1595810055732727,-0.00006103699706727639,0.9871820211410522,0.07959230244159698,0.002258369931951165,0.9967960119247437,0.1561329960823059,0.0003051850071642548,0.9877319931983948,0.1561329960823059,0.0003051850071642548,0.9877319931983948,0.07959230244159698,0.002258369931951165,0.9967960119247437,0.0393994003534317,0.0003051850071642548,0.9992070198059082,0.1561329960823059,0.0003051850071642548,0.9877319931983948,0.0393994003534317,0.0003051850071642548,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.1595810055732727,-0.00006103699706727639,0.9871820211410522,0.1561329960823059,0.0003051850071642548,0.9877319931983948,0.23465700447559357,0.001434369944036007,0.9720450043678284,0.23465700447559357,0.001434369944036007,0.9720450043678284,0.1561329960823059,0.0003051850071642548,0.9877319931983948,0.3077490031719208,0.000030518498533638194,0.9514449834823608,0.23465700447559357,0.001434369944036007,0.9720450043678284,0.3077490031719208,0.000030518498533638194,0.9514449834823608,0.30198100209236145,-0.019501300528645515,0.9530929923057556,0.30198100209236145,-0.019501300528645515,0.9530929923057556,0.3077490031719208,0.000030518498533638194,0.9514449834823608,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.30198100209236145,-0.019501300528645515,0.9530929923057556,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.33365899324417114,-0.10681500285863876,0.9365829825401306,0.5879700183868408,0.004058959893882275,0.8088629841804504,0.5438089966773987,0.021546099334955215,0.8388929963111877,0.5883659720420837,-0.0010986699489876628,0.8085569739341736,0.5883659720420837,-0.0010986699489876628,0.8085569739341736,0.5438089966773987,0.021546099334955215,0.8388929963111877,0.4803610146045685,0.003051850013434887,0.8770409822463989,0.5883659720420837,-0.0010986699489876628,0.8085569739341736,0.4803610146045685,0.003051850013434887,0.8770409822463989,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.4803610146045685,0.003051850013434887,0.8770409822463989,0.40488898754119873,0.021942799910902977,0.9140899777412415,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.40488898754119873,0.021942799910902977,0.9140899777412415,0.33365899324417114,-0.10681500285863876,0.9365829825401306,0.801842987537384,0.01535080000758171,0.5973079800605774,0.780174970626831,0.01974550075829029,0.6252020001411438,0.6990879774093628,0.017273500561714172,0.714805006980896,0.780174970626831,0.01974550075829029,0.6252020001411438,0.7585070133209229,-0.03277689963579178,0.6508070230484009,0.6990879774093628,0.017273500561714172,0.714805006980896,0.6990879774093628,0.017273500561714172,0.714805006980896,0.7585070133209229,-0.03277689963579178,0.6508070230484009,0.6722620129585266,0.020844100043177605,0.739982008934021,0.6990879774093628,0.017273500561714172,0.714805006980896,0.6722620129585266,0.020844100043177605,0.739982008934021,0.5883659720420837,-0.0010986699489876628,0.8085569739341736,0.5883659720420837,-0.0010986699489876628,0.8085569739341736,0.6722620129585266,0.020844100043177605,0.739982008934021,0.6621909737586975,-0.04382459819316864,0.7480090260505676,0.5883659720420837,-0.0010986699489876628,0.8085569739341736,0.6621909737586975,-0.04382459819316864,0.7480090260505676,0.5879700183868408,0.004058959893882275,0.8088629841804504,0.950652003288269,0.00027466699248179793,0.31022098660469055,0.9216279983520508,-0.00009155549923889339,0.38801199197769165,0.8812829852104187,0.019714999943971634,0.472121000289917,0.8812829852104187,0.019714999943971634,0.472121000289917,0.9216279983520508,-0.00009155549923889339,0.38801199197769165,0.875361979007721,0.01986760087311268,0.4830160140991211,0.8812829852104187,0.019714999943971634,0.472121000289917,0.875361979007721,0.01986760087311268,0.4830160140991211,0.801842987537384,0.01535080000758171,0.5973079800605774,0.801842987537384,0.01535080000758171,0.5973079800605774,0.875361979007721,0.01986760087311268,0.4830160140991211,0.873134970664978,-0.08139289915561676,0.48057499527931213,0.801842987537384,0.01535080000758171,0.5973079800605774,0.873134970664978,-0.08139289915561676,0.48057499527931213,0.8265020251274109,-0.003906370140612125,0.5628830194473267,0.9890739917755127,0.03891110047698021,0.14203299582004547,0.9784839749336243,-0.015015100128948689,0.2056639939546585,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9784839749336243,-0.015015100128948689,0.2056639939546585,0.9669479727745056,-0.01803640089929104,0.2542499899864197,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9669479727745056,-0.01803640089929104,0.2542499899864197,0.950652003288269,0.00027466699248179793,0.31022098660469055,0.950652003288269,0.00027466699248179793,0.31022098660469055,0.9669479727745056,-0.01803640089929104,0.2542499899864197,0.9481800198554993,0.03961300104856491,0.3152259886264801,0.950652003288269,0.00027466699248179793,0.31022098660469055,0.9481800198554993,0.03961300104856491,0.3152259886264801,0.9216279983520508,-0.00009155549923889339,0.38801199197769165,0.9890739917755127,0.03891110047698021,0.14203299582004547,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9967650175094604,-0.010864599607884884,0.07953120023012161,0.9967650175094604,-0.010864599607884884,0.07953120023012161,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9967650175094604,-0.010864599607884884,0.07953120023012161,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9998469948768616,0,0.01596119999885559,0,0,1,-0.01596119999885559,0,0.9998469948768616,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,0.039246801286935806,0,0.9992070198059082,0.0393994003534317,0.0003051850071642548,0.9992070198059082,0,0,1,0,0,1,0,0,1,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0,0,1,0,0,1,0.039246801286935806,0,0.9992070198059082,0,0,1,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,0,0,1,0,0,1,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,0,0,1,0,0,1,-0.6506850123405457,-0.03283790126442909,0.7585989832878113,-0.739982008934021,0.02087469957768917,0.6722919940948486,-0.7147740125656128,0.01730399951338768,0.6991180181503296,-0.9871820211410522,-0.000030518498533638194,0.15945899486541748,-0.9968259930610657,0.0022888900712132454,0.07953120023012161,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9968259930610657,0.0022888900712132454,0.07953120023012161,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-0.9992070198059082,0,0.039246801286935806,-0.9871820211410522,-0.000030518498533638194,0.15945899486541748,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9720450043678284,0.001434369944036007,0.23471799492835999,-0.9720450043678284,0.001434369944036007,0.23471799492835999,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9512010216712952,-0.0029603000730276108,0.30851200222969055,-0.9720450043678284,0.001434369944036007,0.23471799492835999,-0.9512010216712952,-0.0029603000730276108,0.30851200222969055,-0.960204005241394,0.0008239999879151583,0.27927500009536743,-0.8088020086288452,0.004028439987450838,0.588030993938446,-0.8388929963111877,0.02160709910094738,0.5438399910926819,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8388929963111877,0.02160709910094738,0.5438399910926819,-0.8770409822463989,0.003051850013434887,0.4803920090198517,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8770409822463989,0.003051850013434887,0.4803920090198517,-0.8970310091972351,0.00463881017640233,0.44190800189971924,-0.8970310091972351,0.00463881017640233,0.44190800189971924,-0.8770409822463989,0.003051850013434887,0.4803920090198517,-0.9176610112190247,0.014923599548637867,0.3970459997653961,-0.8970310091972351,0.00463881017640233,0.44190800189971924,-0.9176610112190247,0.014923599548637867,0.3970459997653961,-0.9512010216712952,-0.0029603000730276108,0.30851200222969055,-0.9512010216712952,-0.0029603000730276108,0.30851200222969055,-0.9176610112190247,0.014923599548637867,0.3970459997653961,-0.9284039735794067,-0.016419000923633575,0.37113600969314575,-0.9512010216712952,-0.0029603000730276108,0.30851200222969055,-0.9284039735794067,-0.016419000923633575,0.37113600969314575,-0.960204005241394,0.0008239999879151583,0.27927500009536743,-0.7147740125656128,0.01730399951338768,0.6991180181503296,-0.739982008934021,0.02087469957768917,0.6722919940948486,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.739982008934021,0.02087469957768917,0.6722919940948486,-0.7478560209274292,-0.04416029900312424,0.6623430252075195,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.7478560209274292,-0.04416029900312424,0.6623430252075195,-0.8088020086288452,0.004028439987450838,0.588030993938446,-0.6506850123405457,-0.03283790126442909,0.7585989832878113,-0.7147740125656128,0.01730399951338768,0.6991180181503296,-0.6251720190048218,0.019684400409460068,0.780206024646759,-0.6251720190048218,0.019684400409460068,0.780206024646759,-0.7147740125656128,0.01730399951338768,0.6991180181503296,-0.6032590270042419,0.012115799821913242,0.7974179983139038,-0.6251720190048218,0.019684400409460068,0.780206024646759,-0.6032590270042419,0.012115799821913242,0.7974179983139038,-0.5550100207328796,-0.017548099160194397,0.8316289782524109,-0.5550100207328796,-0.017548099160194397,0.8316289782524109,-0.6032590270042419,0.012115799821913242,0.7974179983139038,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.5550100207328796,-0.017548099160194397,0.8316289782524109,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.520950973033905,-0.03778190165758133,0.8527179956436157,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.38804298639297485,0,0.9216279983520508,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.38804298639297485,0,0.9216279983520508,-0.46055498719215393,0.040589600801467896,0.8866850137710571,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.46055498719215393,0.040589600801467896,0.8866850137710571,-0.520950973033905,-0.03778190165758133,0.8527179956436157,-0.14197200536727905,0.038972098380327225,0.9890739917755127,-0.2056639939546585,-0.014923599548637867,0.9784839749336243,-0.15366099774837494,0.00015259299834724516,0.9880980253219604,-0.15366099774837494,0.00015259299834724516,0.9880980253219604,-0.2056639939546585,-0.014923599548637867,0.9784839749336243,-0.2542499899864197,-0.01800590008497238,0.9669479727745056,-0.15366099774837494,0.00015259299834724516,0.9880980253219604,-0.2542499899864197,-0.01800590008497238,0.9669479727745056,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.2542499899864197,-0.01800590008497238,0.9669479727745056,-0.31510400772094727,0.03961300104856491,0.9482100009918213,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.31510400772094727,0.03961300104856491,0.9482100009918213,-0.38804298639297485,0,0.9216279983520508,-0.14197200536727905,0.038972098380327225,0.9890739917755127,-0.15366099774837494,0.00015259299834724516,0.9880980253219604,-0.0795006975531578,-0.010925600305199623,0.9967650175094604,-0.0795006975531578,-0.010925600305199623,0.9967650175094604,-0.15366099774837494,0.00015259299834724516,0.9880980253219604,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,-0.0795006975531578,-0.010925600305199623,0.9967650175094604,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,-0.01596119999885559,0,0.9998469948768616,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-1,0,0,-0.9998469948768616,0,-0.01596119999885559,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-1,0,0,-1,0,0,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-0.8265020251274109,-0.0038453300949186087,-0.5629140138626099,-0.780206024646759,0.0197759997099638,-0.6251720190048218,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.15985600650310516,-0.000030518498533638194,-0.9871209859848022,-0.07986690104007721,0.0022278500255197287,-0.9967960119247437,-0.1561329960823059,0.0003051850071642548,-0.9877319931983948,-0.1561329960823059,0.0003051850071642548,-0.9877319931983948,-0.07986690104007721,0.0022278500255197287,-0.9967960119247437,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,-0.1561329960823059,0.0003051850071642548,-0.9877319931983948,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.15985600650310516,-0.000030518498533638194,-0.9871209859848022,-0.1561329960823059,0.0003051850071642548,-0.9877319931983948,-0.23462599515914917,0.0014648899668827653,-0.9720759987831116,-0.23462599515914917,0.0014648899668827653,-0.9720759987831116,-0.1561329960823059,0.0003051850071642548,-0.9877319931983948,-0.3077490031719208,0,-0.9514449834823608,-0.23462599515914917,0.0014648899668827653,-0.9720759987831116,-0.3077490031719208,0,-0.9514449834823608,-0.30195000767707825,-0.019501300528645515,-0.9530929923057556,-0.30195000767707825,-0.019501300528645515,-0.9530929923057556,-0.3077490031719208,0,-0.9514449834823608,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.30195000767707825,-0.019501300528645515,-0.9530929923057556,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.33362799882888794,-0.10681500285863876,-0.9366130232810974,-0.5879390239715576,0.004058959893882275,-0.8088629841804504,-0.5438089966773987,0.02151549980044365,-0.8389229774475098,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.5438089966773987,0.02151549980044365,-0.8389229774475098,-0.4803310036659241,0.0030823699198663235,-0.8770409822463989,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.4803310036659241,0.0030823699198663235,-0.8770409822463989,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.4803310036659241,0.0030823699198663235,-0.8770409822463989,-0.4048590064048767,0.02200379967689514,-0.9140899777412415,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.4048590064048767,0.02200379967689514,-0.9140899777412415,-0.33362799882888794,-0.10681500285863876,-0.9366130232810974,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.780206024646759,0.0197759997099638,-0.6251720190048218,-0.6990879774093628,0.017273500561714172,-0.714805006980896,-0.780206024646759,0.0197759997099638,-0.6251720190048218,-0.7584760189056396,-0.03277689963579178,-0.6508380174636841,-0.6990879774093628,0.017273500561714172,-0.714805006980896,-0.6990879774093628,0.017273500561714172,-0.714805006980896,-0.7584760189056396,-0.03277689963579178,-0.6508380174636841,-0.6722620129585266,0.020844100043177605,-0.739982008934021,-0.6990879774093628,0.017273500561714172,-0.714805006980896,-0.6722620129585266,0.020844100043177605,-0.739982008934021,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.6722620129585266,0.020844100043177605,-0.739982008934021,-0.6621909737586975,-0.043885599821805954,-0.7480090260505676,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.6621909737586975,-0.043885599821805954,-0.7480090260505676,-0.5879390239715576,0.004058959893882275,-0.8088629841804504,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.9216279983520508,-0.00009155549923889339,-0.38801199197769165,-0.8812829852104187,0.019714999943971634,-0.472121000289917,-0.8812829852104187,0.019714999943971634,-0.472121000289917,-0.9216279983520508,-0.00009155549923889339,-0.38801199197769165,-0.875361979007721,0.01986760087311268,-0.4829860031604767,-0.8812829852104187,0.019714999943971634,-0.472121000289917,-0.875361979007721,0.01986760087311268,-0.4829860031604767,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.875361979007721,0.01986760087311268,-0.4829860031604767,-0.873134970664978,-0.0813622996211052,-0.48057499527931213,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.873134970664978,-0.0813622996211052,-0.48057499527931213,-0.8265020251274109,-0.0038453300949186087,-0.5629140138626099,-0.9890739917755127,0.03894159942865372,-0.14203299582004547,-0.9784839749336243,-0.014984600245952606,-0.2056950032711029,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9784839749336243,-0.014984600245952606,-0.2056950032711029,-0.9669479727745056,-0.01800590008497238,-0.2542499899864197,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9669479727745056,-0.01800590008497238,-0.2542499899864197,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.9669479727745056,-0.01800590008497238,-0.2542499899864197,-0.9481800198554993,0.03961300104856491,-0.3152259886264801,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.9481800198554993,0.03961300104856491,-0.3152259886264801,-0.9216279983520508,-0.00009155549923889339,-0.38801199197769165,-0.9890739917755127,0.03894159942865372,-0.14203299582004547,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9967650175094604,-0.01089510042220354,-0.07953120023012161,-0.9967650175094604,-0.01089510042220354,-0.07953120023012161,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9967650175094604,-0.01089510042220354,-0.07953120023012161,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9998469948768616,0,-0.01596119999885559,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,0,0,-1,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,0,0,-1,0,0,-0.9999690055847168,0.01596119999885559,0,-0.9998469948768616,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0,0,-1,0,0,-1,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,-0.039246801286935806,0,-0.9992070198059082,0,0,-1,-0.039246801286935806,0,-0.9992070198059082,0,-0.00009155549923889339,-1,0,-0.00009155549923889339,-1,-0.039246801286935806,0,-0.9992070198059082,0,0,-0.9999690055847168,0,-0.00009155549923889339,-1,0,0,-0.9999690055847168,0,0,-1,0.6506850123405457,-0.0328684002161026,-0.7585989832878113,0.739982008934021,0.02087469957768917,-0.6722620129585266,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.9871820211410522,-0.000030518498533638194,-0.15949000418186188,0.9968259930610657,0.002258369931951165,-0.07953120023012161,0.9877319931983948,0.00033570401137694716,-0.1561329960823059,0.9877319931983948,0.00033570401137694716,-0.1561329960823059,0.9968259930610657,0.002258369931951165,-0.07953120023012161,0.9992070198059082,0.0003051850071642548,-0.0393994003534317,0.9877319931983948,0.00033570401137694716,-0.1561329960823059,0.9992070198059082,0.0003051850071642548,-0.0393994003534317,0.9992070198059082,0,-0.039246801286935806,0.9871820211410522,-0.000030518498533638194,-0.15949000418186188,0.9877319931983948,0.00033570401137694716,-0.1561329960823059,0.9720450043678284,0.001434369944036007,-0.23471799492835999,0.9720450043678284,0.001434369944036007,-0.23471799492835999,0.9877319931983948,0.00033570401137694716,-0.1561329960823059,0.9512010216712952,-0.0029603000730276108,-0.30851200222969055,0.9720450043678284,0.001434369944036007,-0.23471799492835999,0.9512010216712952,-0.0029603000730276108,-0.30851200222969055,0.960204005241394,0.0008239999879151583,-0.27924400568008423,0.8088020086288452,0.004028439987450838,-0.588030993938446,0.8388929963111877,0.02160709910094738,-0.5438399910926819,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8388929963111877,0.02160709910094738,-0.5438399910926819,0.8770099878311157,0.003051850013434887,-0.4804219901561737,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8770099878311157,0.003051850013434887,-0.4804219901561737,0.8970310091972351,0.00463881017640233,-0.44190800189971924,0.8970310091972351,0.00463881017640233,-0.44190800189971924,0.8770099878311157,0.003051850013434887,-0.4804219901561737,0.9176309704780579,0.014923599548637867,-0.3970760107040405,0.8970310091972351,0.00463881017640233,-0.44190800189971924,0.9176309704780579,0.014923599548637867,-0.3970760107040405,0.9512010216712952,-0.0029603000730276108,-0.30851200222969055,0.9512010216712952,-0.0029603000730276108,-0.30851200222969055,0.9176309704780579,0.014923599548637867,-0.3970760107040405,0.9284340143203735,-0.01638839952647686,-0.37110498547554016,0.9512010216712952,-0.0029603000730276108,-0.30851200222969055,0.9284340143203735,-0.01638839952647686,-0.37110498547554016,0.960204005241394,0.0008239999879151583,-0.27924400568008423,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.739982008934021,0.02087469957768917,-0.6722620129585266,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.739982008934021,0.02087469957768917,-0.6722620129585266,0.7478560209274292,-0.04416029900312424,-0.6623430252075195,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.7478560209274292,-0.04416029900312424,-0.6623430252075195,0.8088020086288452,0.004028439987450838,-0.588030993938446,0.6506850123405457,-0.0328684002161026,-0.7585989832878113,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.6251720190048218,0.01965389959514141,-0.780206024646759,0.6251720190048218,0.01965389959514141,-0.780206024646759,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.6032590270042419,0.01208529993891716,-0.7974179983139038,0.6251720190048218,0.01965389959514141,-0.780206024646759,0.6032590270042419,0.01208529993891716,-0.7974179983139038,0.5550100207328796,-0.017548099160194397,-0.8316289782524109,0.5550100207328796,-0.017548099160194397,-0.8316289782524109,0.6032590270042419,0.01208529993891716,-0.7974179983139038,0.45591598749160767,0.0014954099897295237,-0.8900110125541687,0.5550100207328796,-0.017548099160194397,-0.8316289782524109,0.45591598749160767,0.0014954099897295237,-0.8900110125541687,0.520950973033905,-0.037720900028944016,-0.8527179956436157,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.38804298639297485,0,-0.9216279983520508,0.45591598749160767,0.0014954099897295237,-0.8900110125541687,0.45591598749160767,0.0014954099897295237,-0.8900110125541687,0.38804298639297485,0,-0.9216279983520508,0.46055498719215393,0.0406200997531414,-0.8866850137710571,0.45591598749160767,0.0014954099897295237,-0.8900110125541687,0.46055498719215393,0.0406200997531414,-0.8866850137710571,0.520950973033905,-0.037720900028944016,-0.8527179956436157,0.14197200536727905,0.038972098380327225,-0.9890739917755127,0.2056639939546585,-0.014954100362956524,-0.9784839749336243,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.2056639939546585,-0.014954100362956524,-0.9784839749336243,0.2542499899864197,-0.01800590008497238,-0.9669479727745056,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.2542499899864197,-0.01800590008497238,-0.9669479727745056,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.2542499899864197,-0.01800590008497238,-0.9669479727745056,0.3151339888572693,0.0395519994199276,-0.9482100009918213,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.3151339888572693,0.0395519994199276,-0.9482100009918213,0.38804298639297485,0,-0.9216279983520508,0.14197200536727905,0.038972098380327225,-0.9890739917755127,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.0795006975531578,-0.010925600305199623,-0.9967650175094604,0.0795006975531578,-0.010925600305199623,-0.9967650175094604,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0.0795006975531578,-0.010925600305199623,-0.9967650175094604,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0.01596119999885559,0,-0.9998469948768616,0.9998469948768616,0,0.01596119999885559,0.9995120167732239,-0.01080359984189272,0.028931500390172005,1,0,0,1,0,0,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0.0003051850071642548,-0.0393994003534317,1,0,0,1,0,0,1,0,0,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,1,0,0,1,0,0,0.9992070198059082,0,-0.039246801286935806,1,0,0,1,0,0,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.15640699863433838,0,0.9876710176467896,0.039246801286935806,0,0.9992070198059082,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.3089999854564667,0,0.9510480165481567,0.15640699863433838,0,0.9876710176467896,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.4539630115032196,0,0.8909879922866821,0.3089999854564667,0,0.9510480165481567,0.4539630115032196,0,0.8909879922866821,0.4539630115032196,0,0.8909879922866821,0.4539630115032196,0,0.8909879922866821,0.4539630115032196,0,0.8909879922866821,0.5877559781074524,0,0.8090149760246277,0.4539630115032196,0,0.8909879922866821,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.707082986831665,0,0.707082986831665,0.5877559781074524,0,0.8090149760246277,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.8090149760246277,0,0.5877559781074524,0.707082986831665,0,0.707082986831665,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8909879922866821,0,0.4539630115032196,0.8090149760246277,0,0.5877559781074524,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.9510480165481567,0,0.3089999854564667,0.8909879922866821,0,0.4539630115032196,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9876710176467896,0,0.15640699863433838,0.9510480165481567,0,0.3089999854564667,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9992070198059082,0,0.039246801286935806,0.9876710176467896,0,0.15640699863433838,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9876710176467896,0,0.15640699863433838,-0.9992070198059082,0,0.039246801286935806,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9510480165481567,0,0.3089999854564667,-0.9876710176467896,0,0.15640699863433838,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.8909879922866821,0,0.4539630115032196,-0.9510480165481567,0,0.3089999854564667,-0.8909879922866821,0,0.4539630115032196,-0.8909879922866821,0,0.4539630115032196,-0.8909879922866821,0,0.4539630115032196,-0.8909879922866821,0,0.4539630115032196,-0.8090149760246277,0,0.5877559781074524,-0.8909879922866821,0,0.4539630115032196,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.707082986831665,0,0.707082986831665,-0.8090149760246277,0,0.5877559781074524,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.5877559781074524,0,0.8090149760246277,-0.707082986831665,0,0.707082986831665,-0.5877559781074524,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.4539630115032196,0,0.8909879922866821,-0.5877559781074524,0,0.8090149760246277,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.3089999854564667,0,0.9510480165481567,-0.4539630115032196,0,0.8909879922866821,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.15640699863433838,0,0.9876710176467896,-0.3089999854564667,0,0.9510480165481567,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.039246801286935806,0,0.9992070198059082,-0.15640699863433838,0,0.9876710176467896,-0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.15640699863433838,0,-0.9876710176467896,-0.039246801286935806,0,-0.9992070198059082,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.3089999854564667,0,-0.9510480165481567,-0.15640699863433838,0,-0.9876710176467896,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.4539630115032196,0,-0.8909879922866821,-0.3089999854564667,0,-0.9510480165481567,-0.4539630115032196,0,-0.8909879922866821,-0.4539630115032196,0,-0.8909879922866821,-0.4539630115032196,0,-0.8909879922866821,-0.4539630115032196,0,-0.8909879922866821,-0.5877559781074524,0,-0.8090149760246277,-0.4539630115032196,0,-0.8909879922866821,-0.5877559781074524,0,-0.8090149760246277,-0.5877559781074524,0,-0.8090149760246277,-0.5877559781074524,0,-0.8090149760246277,-0.5877559781074524,0,-0.8090149760246277,-0.707082986831665,0,-0.707082986831665,-0.5877559781074524,0,-0.8090149760246277,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.8090149760246277,0,-0.5877559781074524,-0.707082986831665,0,-0.707082986831665,-0.8090149760246277,0,-0.5877559781074524,-0.8090149760246277,0,-0.5877559781074524,-0.8090149760246277,0,-0.5877559781074524,-0.8090149760246277,0,-0.5877559781074524,-0.8909879922866821,0,-0.4539630115032196,-0.8090149760246277,0,-0.5877559781074524,-0.8909879922866821,0,-0.4539630115032196,-0.8909879922866821,0,-0.4539630115032196,-0.8909879922866821,0,-0.4539630115032196,-0.8909879922866821,0,-0.4539630115032196,-0.9510480165481567,0,-0.3089999854564667,-0.8909879922866821,0,-0.4539630115032196,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9876710176467896,0,-0.15640699863433838,-0.9510480165481567,0,-0.3089999854564667,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9992070198059082,0,-0.039246801286935806,-0.9876710176467896,0,-0.15640699863433838,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9876710176467896,0,-0.15640699863433838,0.9992070198059082,0,-0.039246801286935806,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9510480165481567,0,-0.3089999854564667,0.9876710176467896,0,-0.15640699863433838,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.8909879922866821,0,-0.4539630115032196,0.9510480165481567,0,-0.3089999854564667,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8090149760246277,0,-0.5877559781074524,0.8909879922866821,0,-0.4539630115032196,0.8090149760246277,0,-0.5877559781074524,0.8090149760246277,0,-0.5877559781074524,0.8090149760246277,0,-0.5877559781074524,0.8090149760246277,0,-0.5877559781074524,0.707082986831665,0,-0.707082986831665,0.8090149760246277,0,-0.5877559781074524,0.707082986831665,0,-0.707082986831665,0.707082986831665,0,-0.707082986831665,0.707082986831665,0,-0.707082986831665,0.707082986831665,0,-0.707082986831665,0.5877559781074524,0,-0.8090149760246277,0.707082986831665,0,-0.707082986831665,0.5877559781074524,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.4539630115032196,0,-0.8909879922866821,0.5877559781074524,0,-0.8090149760246277,0.4539630115032196,0,-0.8909879922866821,0.4539630115032196,0,-0.8909879922866821,0.4539630115032196,0,-0.8909879922866821,0.4539630115032196,0,-0.8909879922866821,0.3089999854564667,0,-0.9510480165481567,0.4539630115032196,0,-0.8909879922866821,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.15640699863433838,0,-0.9876710176467896,0.3089999854564667,0,-0.9510480165481567,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.039246801286935806,0,-0.9992070198059082,0.15640699863433838,0,-0.9876710176467896,0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0.8265330195426941,-0.003936890047043562,0.5628529787063599,0.780174970626831,0.01974550075829029,0.6252020001411438,0.801842987537384,0.01535080000758171,0.5973079800605774,0.1595810055732727,-0.000030518498533638194,0.9871820211410522,0.07959230244159698,0.002258369931951165,0.9967960119247437,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.07959230244159698,0.002258369931951165,0.9967960119247437,0.0393994003534317,0.0003051850071642548,0.9992070198059082,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.0393994003534317,0.0003051850071642548,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.1595810055732727,-0.000030518498533638194,0.9871820211410522,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.23459599912166595,0.001434369944036007,0.9720759987831116,0.23459599912166595,0.001434369944036007,0.9720759987831116,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.3077490031719208,0.000030518498533638194,0.9514449834823608,0.23459599912166595,0.001434369944036007,0.9720759987831116,0.3077490031719208,0.000030518498533638194,0.9514449834823608,0.30195000767707825,-0.019501300528645515,0.9530929923057556,0.30195000767707825,-0.019501300528645515,0.9530929923057556,0.3077490031719208,0.000030518498533638194,0.9514449834823608,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.30195000767707825,-0.019501300528645515,0.9530929923057556,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.33365899324417114,-0.10681500285863876,0.9365829825401306,0.5879700183868408,0.004028439987450838,0.8088319897651672,0.5438089966773987,0.02151549980044365,0.8389229774475098,0.5883659720420837,-0.0010986699489876628,0.8085569739341736,0.5883659720420837,-0.0010986699489876628,0.8085569739341736,0.5438089966773987,0.02151549980044365,0.8389229774475098,0.4803610146045685,0.003051850013434887,0.8770409822463989,0.5883659720420837,-0.0010986699489876628,0.8085569739341736,0.4803610146045685,0.003051850013434887,0.8770409822463989,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.4803610146045685,0.003051850013434887,0.8770409822463989,0.4048590064048767,0.021942799910902977,0.9140899777412415,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.4048590064048767,0.021942799910902977,0.9140899777412415,0.33365899324417114,-0.10681500285863876,0.9365829825401306,0.801842987537384,0.01535080000758171,0.5973079800605774,0.780174970626831,0.01974550075829029,0.6252020001411438,0.6990879774093628,0.017273500561714172,0.7147740125656128,0.780174970626831,0.01974550075829029,0.6252020001411438,0.7585070133209229,-0.032807398587465286,0.6508070230484009,0.6990879774093628,0.017273500561714172,0.7147740125656128,0.6990879774093628,0.017273500561714172,0.7147740125656128,0.7585070133209229,-0.032807398587465286,0.6508070230484009,0.6722620129585266,0.020813599228858948,0.739982008934021,0.6990879774093628,0.017273500561714172,0.7147740125656128,0.6722620129585266,0.020813599228858948,0.739982008934021,0.5883659720420837,-0.0010986699489876628,0.8085569739341736,0.5883659720420837,-0.0010986699489876628,0.8085569739341736,0.6722620129585266,0.020813599228858948,0.739982008934021,0.6622210144996643,-0.043855100870132446,0.7480090260505676,0.5883659720420837,-0.0010986699489876628,0.8085569739341736,0.6622210144996643,-0.043855100870132446,0.7480090260505676,0.5879700183868408,0.004028439987450838,0.8088319897651672,0.950652003288269,0.0003051850071642548,0.31022098660469055,0.9216279983520508,-0.00009155549923889339,0.38801199197769165,0.8812829852104187,0.019714999943971634,0.472121000289917,0.8812829852104187,0.019714999943971634,0.472121000289917,0.9216279983520508,-0.00009155549923889339,0.38801199197769165,0.875361979007721,0.01986760087311268,0.4830160140991211,0.8812829852104187,0.019714999943971634,0.472121000289917,0.875361979007721,0.01986760087311268,0.4830160140991211,0.801842987537384,0.01535080000758171,0.5973079800605774,0.801842987537384,0.01535080000758171,0.5973079800605774,0.875361979007721,0.01986760087311268,0.4830160140991211,0.873134970664978,-0.08139289915561676,0.48057499527931213,0.801842987537384,0.01535080000758171,0.5973079800605774,0.873134970664978,-0.08139289915561676,0.48057499527931213,0.8265330195426941,-0.003936890047043562,0.5628529787063599,0.9890739917755127,0.03894159942865372,0.14203299582004547,0.9784839749336243,-0.014984600245952606,0.2056639939546585,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9784839749336243,-0.014984600245952606,0.2056639939546585,0.9669479727745056,-0.01800590008497238,0.2542499899864197,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9669479727745056,-0.01800590008497238,0.2542499899864197,0.950652003288269,0.0003051850071642548,0.31022098660469055,0.950652003288269,0.0003051850071642548,0.31022098660469055,0.9669479727745056,-0.01800590008497238,0.2542499899864197,0.9481800198554993,0.03961300104856491,0.3152259886264801,0.950652003288269,0.0003051850071642548,0.31022098660469055,0.9481800198554993,0.03961300104856491,0.3152259886264801,0.9216279983520508,-0.00009155549923889339,0.38801199197769165,0.9890739917755127,0.03894159942865372,0.14203299582004547,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9967650175094604,-0.01089510042220354,0.07953120023012161,0.9967650175094604,-0.01089510042220354,0.07953120023012161,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9967650175094604,-0.01089510042220354,0.07953120023012161,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9998469948768616,0,0.01596119999885559,0,0,1,-0.01596119999885559,0,0.9998469948768616,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,0.039246801286935806,0,0.9992070198059082,0.0393994003534317,0.0003051850071642548,0.9992070198059082,0,0,1,0,0,1,0,0,1,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0,0,1,0,0,1,0.039246801286935806,0,0.9992070198059082,0,0,1,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,0,0,1,0,0,1,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,0,0,1,0,0,1,-0.6506850123405457,-0.03283790126442909,0.7585989832878113,-0.739982008934021,0.02087469957768917,0.6722620129585266,-0.7147740125656128,0.01730399951338768,0.6991180181503296,-0.9871820211410522,-0.000030518498533638194,0.15949000418186188,-0.9968259930610657,0.002258369931951165,0.07953120023012161,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9968259930610657,0.002258369931951165,0.07953120023012161,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-0.9992070198059082,0,0.039246801286935806,-0.9871820211410522,-0.000030518498533638194,0.15949000418186188,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9719539880752563,0.001434369944036007,0.23514500260353088,-0.9719539880752563,0.001434369944036007,0.23514500260353088,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9512010216712952,-0.0029297799337655306,0.30848100781440735,-0.9719539880752563,0.001434369944036007,0.23514500260353088,-0.9512010216712952,-0.0029297799337655306,0.30848100781440735,-0.9600819945335388,0.0008850370068103075,0.2796109914779663,-0.8088020086288452,0.0039979200810194016,0.588030993938446,-0.8389229774475098,0.02160709910094738,0.5438089966773987,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8389229774475098,0.02160709910094738,0.5438089966773987,-0.8770099878311157,0.0030213301070034504,0.4804219901561737,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8770099878311157,0.0030213301070034504,0.4804219901561737,-0.8970310091972351,0.00463881017640233,0.44190800189971924,-0.8970310091972351,0.00463881017640233,0.44190800189971924,-0.8770099878311157,0.0030213301070034504,0.4804219901561737,-0.9176309704780579,0.0148930000141263,0.3970760107040405,-0.8970310091972351,0.00463881017640233,0.44190800189971924,-0.9176309704780579,0.0148930000141263,0.3970760107040405,-0.9512010216712952,-0.0029297799337655306,0.30848100781440735,-0.9512010216712952,-0.0029297799337655306,0.30848100781440735,-0.9176309704780579,0.0148930000141263,0.3970760107040405,-0.9284340143203735,-0.01638839952647686,0.37107500433921814,-0.9512010216712952,-0.0029297799337655306,0.30848100781440735,-0.9284340143203735,-0.01638839952647686,0.37107500433921814,-0.9600819945335388,0.0008850370068103075,0.2796109914779663,-0.7147740125656128,0.01730399951338768,0.6991180181503296,-0.739982008934021,0.02087469957768917,0.6722620129585266,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.739982008934021,0.02087469957768917,0.6722620129585266,-0.7478259801864624,-0.04419080168008804,0.6623740196228027,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.7478259801864624,-0.04419080168008804,0.6623740196228027,-0.8088020086288452,0.0039979200810194016,0.588030993938446,-0.6506850123405457,-0.03283790126442909,0.7585989832878113,-0.7147740125656128,0.01730399951338768,0.6991180181503296,-0.6251720190048218,0.019684400409460068,0.780206024646759,-0.6251720190048218,0.019684400409460068,0.780206024646759,-0.7147740125656128,0.01730399951338768,0.6991180181503296,-0.6032590270042419,0.012115799821913242,0.7974179983139038,-0.6251720190048218,0.019684400409460068,0.780206024646759,-0.6032590270042419,0.012115799821913242,0.7974179983139038,-0.5550400018692017,-0.017548099160194397,0.8316289782524109,-0.5550400018692017,-0.017548099160194397,0.8316289782524109,-0.6032590270042419,0.012115799821913242,0.7974179983139038,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.5550400018692017,-0.017548099160194397,0.8316289782524109,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.5209810137748718,-0.03778190165758133,0.8527179956436157,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.38804298639297485,0,0.9216279983520508,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.38804298639297485,0,0.9216279983520508,-0.46055498719215393,0.040589600801467896,0.8866850137710571,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.46055498719215393,0.040589600801467896,0.8866850137710571,-0.5209810137748718,-0.03778190165758133,0.8527179956436157,-0.14200299978256226,0.038972098380327225,0.9890739917755127,-0.2056339979171753,-0.014954100362956524,0.9784839749336243,-0.15366099774837494,0.00015259299834724516,0.9880980253219604,-0.15366099774837494,0.00015259299834724516,0.9880980253219604,-0.2056339979171753,-0.014954100362956524,0.9784839749336243,-0.2542499899864197,-0.01800590008497238,0.9669479727745056,-0.15366099774837494,0.00015259299834724516,0.9880980253219604,-0.2542499899864197,-0.01800590008497238,0.9669479727745056,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.2542499899864197,-0.01800590008497238,0.9669479727745056,-0.31510400772094727,0.03961300104856491,0.9482100009918213,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.31510400772094727,0.03961300104856491,0.9482100009918213,-0.38804298639297485,0,0.9216279983520508,-0.14200299978256226,0.038972098380327225,0.9890739917755127,-0.15366099774837494,0.00015259299834724516,0.9880980253219604,-0.0795006975531578,-0.010925600305199623,0.9967650175094604,-0.0795006975531578,-0.010925600305199623,0.9967650175094604,-0.15366099774837494,0.00015259299834724516,0.9880980253219604,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,-0.0795006975531578,-0.010925600305199623,0.9967650175094604,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,-0.01596119999885559,0,0.9998469948768616,-0.9998469948768616,0,-0.01596119999885559,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-1,0,0,-1,0,0,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-1,0,0,-1,0,0,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-1,0,0,-0.8265330195426941,-0.003906370140612125,-0.5628529787063599,-0.780206024646759,0.01974550075829029,-0.6252020001411438,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.15988600254058838,0,-0.9871209859848022,-0.07992800325155258,0.002258369931951165,-0.9967960119247437,-0.1561329960823059,0.0003051850071642548,-0.9877319931983948,-0.1561329960823059,0.0003051850071642548,-0.9877319931983948,-0.07992800325155258,0.002258369931951165,-0.9967960119247437,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,-0.1561329960823059,0.0003051850071642548,-0.9877319931983948,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.15988600254058838,0,-0.9871209859848022,-0.1561329960823059,0.0003051850071642548,-0.9877319931983948,-0.23462599515914917,0.0014648899668827653,-0.9720759987831116,-0.23462599515914917,0.0014648899668827653,-0.9720759987831116,-0.1561329960823059,0.0003051850071642548,-0.9877319931983948,-0.3077490031719208,0,-0.9514449834823608,-0.23462599515914917,0.0014648899668827653,-0.9720759987831116,-0.3077490031719208,0,-0.9514449834823608,-0.30195000767707825,-0.019501300528645515,-0.9530929923057556,-0.30195000767707825,-0.019501300528645515,-0.9530929923057556,-0.3077490031719208,0,-0.9514449834823608,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.30195000767707825,-0.019501300528645515,-0.9530929923057556,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.33362799882888794,-0.10681500285863876,-0.9366130232810974,-0.5879700183868408,0.0039979200810194016,-0.8088319897651672,-0.5438089966773987,0.02148500084877014,-0.8389229774475098,-0.5883659720420837,-0.001129179960116744,-0.8085569739341736,-0.5883659720420837,-0.001129179960116744,-0.8085569739341736,-0.5438089966773987,0.02148500084877014,-0.8389229774475098,-0.4803310036659241,0.0030823699198663235,-0.8770710229873657,-0.5883659720420837,-0.001129179960116744,-0.8085569739341736,-0.4803310036659241,0.0030823699198663235,-0.8770710229873657,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.4803310036659241,0.0030823699198663235,-0.8770710229873657,-0.4048280119895935,0.02200379967689514,-0.9140899777412415,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.4048280119895935,0.02200379967689514,-0.9140899777412415,-0.33362799882888794,-0.10681500285863876,-0.9366130232810974,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.780206024646759,0.01974550075829029,-0.6252020001411438,-0.6990879774093628,0.017273500561714172,-0.714805006980896,-0.780206024646759,0.01974550075829029,-0.6252020001411438,-0.7584760189056396,-0.032807398587465286,-0.6508380174636841,-0.6990879774093628,0.017273500561714172,-0.714805006980896,-0.6990879774093628,0.017273500561714172,-0.714805006980896,-0.7584760189056396,-0.032807398587465286,-0.6508380174636841,-0.6722620129585266,0.020844100043177605,-0.739982008934021,-0.6990879774093628,0.017273500561714172,-0.714805006980896,-0.6722620129585266,0.020844100043177605,-0.739982008934021,-0.5883659720420837,-0.001129179960116744,-0.8085569739341736,-0.5883659720420837,-0.001129179960116744,-0.8085569739341736,-0.6722620129585266,0.020844100043177605,-0.739982008934021,-0.6622210144996643,-0.04391609877347946,-0.7480090260505676,-0.5883659720420837,-0.001129179960116744,-0.8085569739341736,-0.6622210144996643,-0.04391609877347946,-0.7480090260505676,-0.5879700183868408,0.0039979200810194016,-0.8088319897651672,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.9216279983520508,-0.00009155549923889339,-0.38801199197769165,-0.8812829852104187,0.019684400409460068,-0.472121000289917,-0.8812829852104187,0.019684400409460068,-0.472121000289917,-0.9216279983520508,-0.00009155549923889339,-0.38801199197769165,-0.875361979007721,0.019836999475955963,-0.4829860031604767,-0.8812829852104187,0.019684400409460068,-0.472121000289917,-0.875361979007721,0.019836999475955963,-0.4829860031604767,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.875361979007721,0.019836999475955963,-0.4829860031604767,-0.8731650114059448,-0.0813622996211052,-0.48057499527931213,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.8731650114059448,-0.0813622996211052,-0.48057499527931213,-0.8265330195426941,-0.003906370140612125,-0.5628529787063599,-0.9890739917755127,0.03894159942865372,-0.14203299582004547,-0.9785150289535522,-0.014923599548637867,-0.2056030035018921,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9785150289535522,-0.014923599548637867,-0.2056030035018921,-0.9669479727745056,-0.01800590008497238,-0.2542189955711365,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9669479727745056,-0.01800590008497238,-0.2542189955711365,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.9669479727745056,-0.01800590008497238,-0.2542189955711365,-0.9481800198554993,0.03961300104856491,-0.3152259886264801,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.9481800198554993,0.03961300104856491,-0.3152259886264801,-0.9216279983520508,-0.00009155549923889339,-0.38801199197769165,-0.9890739917755127,0.03894159942865372,-0.14203299582004547,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9967650175094604,-0.01089510042220354,-0.07953120023012161,-0.9967650175094604,-0.01089510042220354,-0.07953120023012161,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9967650175094604,-0.01089510042220354,-0.07953120023012161,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9998469948768616,0,-0.01596119999885559,0,0,-1,0.01596119999885559,0,-0.9998469948768616,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,-0.039246801286935806,0,-0.9992070198059082,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,0,0,-1,0,0,-1,0,0,-0.9999690055847168,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,0,0,-0.9999690055847168,0,0,-0.9999690055847168,-0.039246801286935806,0,-0.9992070198059082,0,0,-0.9999690055847168,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0,0,-0.9999690055847168,0,0,-0.9999690055847168,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0,0,-0.9999690055847168,0,0,-1,0.6506850123405457,-0.0328684002161026,-0.7585989832878113,0.739982008934021,0.020844100043177605,-0.6722620129585266,0.7147740125656128,0.017273500561714172,-0.6991180181503296,0.9872130155563354,-0.00006103699706727639,-0.15927599370479584,0.9968259930610657,0.002258369931951165,-0.0793175995349884,0.9877319931983948,0.0003051850071642548,-0.1561329960823059,0.9877319931983948,0.0003051850071642548,-0.1561329960823059,0.9968259930610657,0.002258369931951165,-0.0793175995349884,0.9992070198059082,0.0003051850071642548,-0.0393994003534317,0.9877319931983948,0.0003051850071642548,-0.1561329960823059,0.9992070198059082,0.0003051850071642548,-0.0393994003534317,0.9992070198059082,0,-0.039246801286935806,0.9872130155563354,-0.00006103699706727639,-0.15927599370479584,0.9877319931983948,0.0003051850071642548,-0.1561329960823059,0.9719539880752563,0.001434369944036007,-0.23514500260353088,0.9719539880752563,0.001434369944036007,-0.23514500260353088,0.9877319931983948,0.0003051850071642548,-0.1561329960823059,0.9512010216712952,-0.0029297799337655306,-0.30851200222969055,0.9719539880752563,0.001434369944036007,-0.23514500260353088,0.9512010216712952,-0.0029297799337655306,-0.30851200222969055,0.9600819945335388,0.0008545179734937847,-0.2796410024166107,0.808771014213562,0.0039979200810194016,-0.5880609750747681,0.8389229774475098,0.021637599915266037,-0.5438089966773987,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8389229774475098,0.021637599915266037,-0.5438089966773987,0.8770099878311157,0.003051850013434887,-0.4804219901561737,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8770099878311157,0.003051850013434887,-0.4804219901561737,0.8970310091972351,0.0046082898043096066,-0.44190800189971924,0.8970310091972351,0.0046082898043096066,-0.44190800189971924,0.8770099878311157,0.003051850013434887,-0.4804219901561737,0.9176309704780579,0.0148930000141263,-0.3970760107040405,0.8970310091972351,0.0046082898043096066,-0.44190800189971924,0.9176309704780579,0.0148930000141263,-0.3970760107040405,0.9512010216712952,-0.0029297799337655306,-0.30851200222969055,0.9512010216712952,-0.0029297799337655306,-0.30851200222969055,0.9176309704780579,0.0148930000141263,-0.3970760107040405,0.9284340143203735,-0.01638839952647686,-0.37110498547554016,0.9512010216712952,-0.0029297799337655306,-0.30851200222969055,0.9284340143203735,-0.01638839952647686,-0.37110498547554016,0.9600819945335388,0.0008545179734937847,-0.2796410024166107,0.7147740125656128,0.017273500561714172,-0.6991180181503296,0.739982008934021,0.020844100043177605,-0.6722620129585266,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.739982008934021,0.020844100043177605,-0.6722620129585266,0.7478560209274292,-0.04419080168008804,-0.6623740196228027,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.7478560209274292,-0.04419080168008804,-0.6623740196228027,0.808771014213562,0.0039979200810194016,-0.5880609750747681,0.6506850123405457,-0.0328684002161026,-0.7585989832878113,0.7147740125656128,0.017273500561714172,-0.6991180181503296,0.6251720190048218,0.01965389959514141,-0.780206024646759,0.6251720190048218,0.01965389959514141,-0.780206024646759,0.7147740125656128,0.017273500561714172,-0.6991180181503296,0.6032590270042419,0.01208529993891716,-0.7974179983139038,0.6251720190048218,0.01965389959514141,-0.780206024646759,0.6032590270042419,0.01208529993891716,-0.7974179983139038,0.5550100207328796,-0.017548099160194397,-0.8316289782524109,0.5550100207328796,-0.017548099160194397,-0.8316289782524109,0.6032590270042419,0.01208529993891716,-0.7974179983139038,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.5550100207328796,-0.017548099160194397,-0.8316289782524109,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.520950973033905,-0.03778190165758133,-0.8527179956436157,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.38804298639297485,0,-0.9216279983520508,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.38804298639297485,0,-0.9216279983520508,0.46055498719215393,0.0406200997531414,-0.8866850137710571,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.46055498719215393,0.0406200997531414,-0.8866850137710571,0.520950973033905,-0.03778190165758133,-0.8527179956436157,0.14200299978256226,0.038972098380327225,-0.9890739917755127,0.2056339979171753,-0.0148930000141263,-0.9784839749336243,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.2056339979171753,-0.0148930000141263,-0.9784839749336243,0.2542499899864197,-0.017975399270653725,-0.9669479727745056,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.2542499899864197,-0.017975399270653725,-0.9669479727745056,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.2542499899864197,-0.017975399270653725,-0.9669479727745056,0.31510400772094727,0.0395519994199276,-0.9482100009918213,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.31510400772094727,0.0395519994199276,-0.9482100009918213,0.38804298639297485,0,-0.9216279983520508,0.14200299978256226,0.038972098380327225,-0.9890739917755127,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.0795006975531578,-0.010925600305199623,-0.9967650175094604,0.0795006975531578,-0.010925600305199623,-0.9967650175094604,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0.0795006975531578,-0.010925600305199623,-0.9967650175094604,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0.01596119999885559,0,-0.9998469948768616,0.9998469948768616,0,0.01596119999885559,0.9995120167732239,-0.01080359984189272,0.028931500390172005,1,0,0,1,0,0,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0.0003051850071642548,-0.0393994003534317,1,0,0,1,0,0,1,0,0,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,1,0,0,1,0,0,0.9992070198059082,0,-0.039246801286935806,1,0,0,1,0,0,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.15640699863433838,0,0.9876710176467896,0.039246801286935806,0,0.9992070198059082,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.3089999854564667,0,0.9510480165481567,0.15640699863433838,0,0.9876710176467896,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.4539929926395416,0,0.8909879922866821,0.3089999854564667,0,0.9510480165481567,0.4539929926395416,0,0.8909879922866821,0.4539929926395416,0,0.8909879922866821,0.4539929926395416,0,0.8909879922866821,0.4539929926395416,0,0.8909879922866821,0.5877559781074524,0,0.8090149760246277,0.4539929926395416,0,0.8909879922866821,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.707082986831665,0,0.707082986831665,0.5877559781074524,0,0.8090149760246277,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.8090149760246277,0,0.5877559781074524,0.707082986831665,0,0.707082986831665,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8909879922866821,0,0.4539630115032196,0.8090149760246277,0,0.5877559781074524,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.9510480165481567,0,0.3089999854564667,0.8909879922866821,0,0.4539630115032196,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9876710176467896,0,0.15640699863433838,0.9510480165481567,0,0.3089999854564667,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9992070198059082,0,0.039246801286935806,0.9876710176467896,0,0.15640699863433838,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9876710176467896,0,0.15640699863433838,-0.9992070198059082,0,0.039246801286935806,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9510480165481567,0,0.3089999854564667,-0.9876710176467896,0,0.15640699863433838,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.8909879922866821,0,0.4539630115032196,-0.9510480165481567,0,0.3089999854564667,-0.8909879922866821,0,0.4539630115032196,-0.8909879922866821,0,0.4539929926395416,-0.8909879922866821,0,0.4539929926395416,-0.8909879922866821,0,0.4539630115032196,-0.8090149760246277,0,0.5877559781074524,-0.8909879922866821,0,0.4539929926395416,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.707082986831665,0,0.707082986831665,-0.8090149760246277,0,0.5877559781074524,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.5877559781074524,0,0.8090149760246277,-0.707082986831665,0,0.707082986831665,-0.5877559781074524,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.4539630115032196,0,0.8909879922866821,-0.5877559781074524,0,0.8090149760246277,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.3089999854564667,0,0.9510480165481567,-0.4539630115032196,0,0.8909879922866821,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.15640699863433838,0,0.9876710176467896,-0.3089999854564667,0,0.9510480165481567,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.039246801286935806,0,0.9992070198059082,-0.15640699863433838,0,0.9876710176467896,-0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.15640699863433838,0,-0.9876710176467896,-0.039246801286935806,0,-0.9992070198059082,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.3089999854564667,0,-0.9510480165481567,-0.15640699863433838,0,-0.9876710176467896,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.4539630115032196,0,-0.8909879922866821,-0.3089999854564667,0,-0.9510480165481567,-0.4539630115032196,0,-0.8909879922866821,-0.4539630115032196,0,-0.8909879922866821,-0.4539630115032196,0,-0.8909879922866821,-0.4539630115032196,0,-0.8909879922866821,-0.5877559781074524,0,-0.8090149760246277,-0.4539630115032196,0,-0.8909879922866821,-0.5877559781074524,0,-0.8090149760246277,-0.5877559781074524,0,-0.8090149760246277,-0.5877559781074524,0,-0.8090149760246277,-0.5877559781074524,0,-0.8090149760246277,-0.707082986831665,0,-0.707082986831665,-0.5877559781074524,0,-0.8090149760246277,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.8090149760246277,0,-0.5877559781074524,-0.707082986831665,0,-0.707082986831665,-0.8090149760246277,0,-0.5877559781074524,-0.8090149760246277,0,-0.5877559781074524,-0.8090149760246277,0,-0.5877559781074524,-0.8090149760246277,0,-0.5877559781074524,-0.8909879922866821,0,-0.4539630115032196,-0.8090149760246277,0,-0.5877559781074524,-0.8909879922866821,0,-0.4539630115032196,-0.8909879922866821,0,-0.4539630115032196,-0.8909879922866821,0,-0.4539630115032196,-0.8909879922866821,0,-0.4539630115032196,-0.9510480165481567,0,-0.3089999854564667,-0.8909879922866821,0,-0.4539630115032196,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9876710176467896,0,-0.15640699863433838,-0.9510480165481567,0,-0.3089999854564667,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9992070198059082,0,-0.039246801286935806,-0.9876710176467896,0,-0.15640699863433838,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9876710176467896,0,-0.15640699863433838,0.9992070198059082,0,-0.039246801286935806,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9510480165481567,0,-0.3089999854564667,0.9876710176467896,0,-0.15640699863433838,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.8909879922866821,0,-0.4539630115032196,0.9510480165481567,0,-0.3089999854564667,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8090149760246277,0,-0.5877559781074524,0.8909879922866821,0,-0.4539630115032196,0.8090149760246277,0,-0.5877559781074524,0.8090149760246277,0,-0.5877559781074524,0.8090149760246277,0,-0.5877559781074524,0.8090149760246277,0,-0.5877559781074524,0.707082986831665,0,-0.7071139812469482,0.8090149760246277,0,-0.5877559781074524,0.707082986831665,0,-0.7071139812469482,0.707082986831665,0,-0.7071139812469482,0.707082986831665,0,-0.7071139812469482,0.707082986831665,0,-0.7071139812469482,0.5877559781074524,0,-0.8090149760246277,0.707082986831665,0,-0.7071139812469482,0.5877559781074524,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.4539630115032196,0,-0.8909879922866821,0.5877559781074524,0,-0.8090149760246277,0.4539630115032196,0,-0.8909879922866821,0.4539630115032196,0,-0.8909879922866821,0.4539630115032196,0,-0.8909879922866821,0.4539630115032196,0,-0.8909879922866821,0.3089999854564667,0,-0.9510480165481567,0.4539630115032196,0,-0.8909879922866821,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.15640699863433838,0,-0.9876710176467896,0.3089999854564667,0,-0.9510480165481567,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.039246801286935806,0,-0.9992070198059082,0.15640699863433838,0,-0.9876710176467896,0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0.8265330195426941,-0.0039979200810194016,0.5628529787063599,0.780174970626831,0.0197759997099638,0.6252020001411438,0.801842987537384,0.01535080000758171,0.5973079800605774,0.1595509946346283,-0.00006103699706727639,0.9871820211410522,0.07956179976463318,0.0022278500255197287,0.9967960119247437,0.1561329960823059,0.0003051850071642548,0.9877319931983948,0.1561329960823059,0.0003051850071642548,0.9877319931983948,0.07956179976463318,0.0022278500255197287,0.9967960119247437,0.0393994003534317,0.0003051850071642548,0.9992070198059082,0.1561329960823059,0.0003051850071642548,0.9877319931983948,0.0393994003534317,0.0003051850071642548,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.1595509946346283,-0.00006103699706727639,0.9871820211410522,0.1561329960823059,0.0003051850071642548,0.9877319931983948,0.2348089963197708,0.001434369944036007,0.9720150232315063,0.2348089963197708,0.001434369944036007,0.9720150232315063,0.1561329960823059,0.0003051850071642548,0.9877319931983948,0.3077490031719208,0.00006103699706727639,0.9514449834823608,0.2348089963197708,0.001434369944036007,0.9720150232315063,0.3077490031719208,0.00006103699706727639,0.9514449834823608,0.3021329939365387,-0.019501300528645515,0.9530320167541504,0.3021329939365387,-0.019501300528645515,0.9530320167541504,0.3077490031719208,0.00006103699706727639,0.9514449834823608,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.3021329939365387,-0.019501300528645515,0.9530320167541504,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.33362799882888794,-0.10681500285863876,0.9366130232810974,0.5879999995231628,0.004028439987450838,0.8088319897651672,0.5438089966773987,0.02151549980044365,0.8388929963111877,0.5883659720420837,-0.0010986699489876628,0.8085569739341736,0.5883659720420837,-0.0010986699489876628,0.8085569739341736,0.5438089966773987,0.02151549980044365,0.8388929963111877,0.4803610146045685,0.003051850013434887,0.8770409822463989,0.5883659720420837,-0.0010986699489876628,0.8085569739341736,0.4803610146045685,0.003051850013434887,0.8770409822463989,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.4803610146045685,0.003051850013434887,0.8770409822463989,0.4048590064048767,0.021942799910902977,0.9140899777412415,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.4048590064048767,0.021942799910902977,0.9140899777412415,0.33362799882888794,-0.10681500285863876,0.9366130232810974,0.801842987537384,0.01535080000758171,0.5973079800605774,0.780174970626831,0.0197759997099638,0.6252020001411438,0.6990879774093628,0.017273500561714172,0.714805006980896,0.780174970626831,0.0197759997099638,0.6252020001411438,0.7585070133209229,-0.03277689963579178,0.6508070230484009,0.6990879774093628,0.017273500561714172,0.714805006980896,0.6990879774093628,0.017273500561714172,0.714805006980896,0.7585070133209229,-0.03277689963579178,0.6508070230484009,0.6722620129585266,0.020844100043177605,0.739982008934021,0.6990879774093628,0.017273500561714172,0.714805006980896,0.6722620129585266,0.020844100043177605,0.739982008934021,0.5883659720420837,-0.0010986699489876628,0.8085569739341736,0.5883659720420837,-0.0010986699489876628,0.8085569739341736,0.6722620129585266,0.020844100043177605,0.739982008934021,0.6621909737586975,-0.043855100870132446,0.7480090260505676,0.5883659720420837,-0.0010986699489876628,0.8085569739341736,0.6621909737586975,-0.043855100870132446,0.7480090260505676,0.5879999995231628,0.004028439987450838,0.8088319897651672,0.950652003288269,0.00027466699248179793,0.31022098660469055,0.9216279983520508,-0.00012207399413455278,0.38804298639297485,0.8812829852104187,0.019684400409460068,0.4721519947052002,0.8812829852104187,0.019684400409460068,0.4721519947052002,0.9216279983520508,-0.00012207399413455278,0.38804298639297485,0.875361979007721,0.019836999475955963,0.4830160140991211,0.8812829852104187,0.019684400409460068,0.4721519947052002,0.875361979007721,0.019836999475955963,0.4830160140991211,0.801842987537384,0.01535080000758171,0.5973079800605774,0.801842987537384,0.01535080000758171,0.5973079800605774,0.875361979007721,0.019836999475955963,0.4830160140991211,0.8731650114059448,-0.08142340183258057,0.48054400086402893,0.801842987537384,0.01535080000758171,0.5973079800605774,0.8731650114059448,-0.08142340183258057,0.48054400086402893,0.8265330195426941,-0.0039979200810194016,0.5628529787063599,0.9890739917755127,0.03894159942865372,0.14203299582004547,0.9784839749336243,-0.014984600245952606,0.2056950032711029,0.9880980253219604,0.00012207399413455278,0.15369099378585815,0.9880980253219604,0.00012207399413455278,0.15369099378585815,0.9784839749336243,-0.014984600245952606,0.2056950032711029,0.9669479727745056,-0.01803640089929104,0.2542499899864197,0.9880980253219604,0.00012207399413455278,0.15369099378585815,0.9669479727745056,-0.01803640089929104,0.2542499899864197,0.950652003288269,0.00027466699248179793,0.31022098660469055,0.950652003288269,0.00027466699248179793,0.31022098660469055,0.9669479727745056,-0.01803640089929104,0.2542499899864197,0.9481800198554993,0.03961300104856491,0.3152259886264801,0.950652003288269,0.00027466699248179793,0.31022098660469055,0.9481800198554993,0.03961300104856491,0.3152259886264801,0.9216279983520508,-0.00012207399413455278,0.38804298639297485,0.9890739917755127,0.03894159942865372,0.14203299582004547,0.9880980253219604,0.00012207399413455278,0.15369099378585815,0.9967650175094604,-0.010864599607884884,0.07953120023012161,0.9967650175094604,-0.010864599607884884,0.07953120023012161,0.9880980253219604,0.00012207399413455278,0.15369099378585815,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9967650175094604,-0.010864599607884884,0.07953120023012161,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9998469948768616,0,0.01596119999885559,0,0,1,-0.01596119999885559,0,0.9998469948768616,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,0.039246801286935806,0,0.9992070198059082,0.0393994003534317,0.0003051850071642548,0.9992070198059082,0,0,1,0,0,1,0,0,1,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0,0,1,0,0,0.9999690055847168,0.039246801286935806,0,0.9992070198059082,0,0,0.9999690055847168,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,0,0,0.9999690055847168,0,0,1,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,0,0,1,0,0,1,-0.6506850123405457,-0.032807398587465286,0.7585989832878113,-0.739982008934021,0.020905200392007828,0.6722620129585266,-0.7147740125656128,0.017334500327706337,0.6991180181503296,-0.9871820211410522,-0.000030518498533638194,0.15949000418186188,-0.9968259930610657,0.002258369931951165,0.07953120023012161,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9968259930610657,0.002258369931951165,0.07953120023012161,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-0.9992070198059082,0,0.039246801286935806,-0.9871820211410522,-0.000030518498533638194,0.15949000418186188,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9720450043678284,0.001434369944036007,0.23471799492835999,-0.9720450043678284,0.001434369944036007,0.23471799492835999,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9512010216712952,-0.0029603000730276108,0.30851200222969055,-0.9720450043678284,0.001434369944036007,0.23471799492835999,-0.9512010216712952,-0.0029603000730276108,0.30851200222969055,-0.960204005241394,0.0008239999879151583,0.2792139947414398,-0.8088020086288452,0.004058959893882275,0.588030993938446,-0.8388929963111877,0.02160709910094738,0.5438399910926819,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8388929963111877,0.02160709910094738,0.5438399910926819,-0.8770409822463989,0.0030213301070034504,0.4803920090198517,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8770409822463989,0.0030213301070034504,0.4803920090198517,-0.8970310091972351,0.0046082898043096066,0.44190800189971924,-0.8970310091972351,0.0046082898043096066,0.44190800189971924,-0.8770409822463989,0.0030213301070034504,0.4803920090198517,-0.9176610112190247,0.0148930000141263,0.3970459997653961,-0.8970310091972351,0.0046082898043096066,0.44190800189971924,-0.9176610112190247,0.0148930000141263,0.3970459997653961,-0.9512010216712952,-0.0029603000730276108,0.30851200222969055,-0.9512010216712952,-0.0029603000730276108,0.30851200222969055,-0.9176610112190247,0.0148930000141263,0.3970459997653961,-0.9284340143203735,-0.01638839952647686,0.37110498547554016,-0.9512010216712952,-0.0029603000730276108,0.30851200222969055,-0.9284340143203735,-0.01638839952647686,0.37110498547554016,-0.960204005241394,0.0008239999879151583,0.2792139947414398,-0.7147740125656128,0.017334500327706337,0.6991180181503296,-0.739982008934021,0.020905200392007828,0.6722620129585266,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.739982008934021,0.020905200392007828,0.6722620129585266,-0.7478560209274292,-0.04419080168008804,0.6623430252075195,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.7478560209274292,-0.04419080168008804,0.6623430252075195,-0.8088020086288452,0.004058959893882275,0.588030993938446,-0.6506850123405457,-0.032807398587465286,0.7585989832878113,-0.7147740125656128,0.017334500327706337,0.6991180181503296,-0.6251720190048218,0.019684400409460068,0.780206024646759,-0.6251720190048218,0.019684400409460068,0.780206024646759,-0.7147740125656128,0.017334500327706337,0.6991180181503296,-0.6032590270042419,0.012115799821913242,0.7974179983139038,-0.6251720190048218,0.019684400409460068,0.780206024646759,-0.6032590270042419,0.012115799821913242,0.7974179983139038,-0.5550400018692017,-0.017578700557351112,0.8316289782524109,-0.5550400018692017,-0.017578700557351112,0.8316289782524109,-0.6032590270042419,0.012115799821913242,0.7974179983139038,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.5550400018692017,-0.017578700557351112,0.8316289782524109,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.521012008190155,-0.03781240060925484,0.8526870012283325,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.38804298639297485,0,0.9216279983520508,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.38804298639297485,0,0.9216279983520508,-0.46055498719215393,0.04055910184979439,0.8866850137710571,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.46055498719215393,0.04055910184979439,0.8866850137710571,-0.521012008190155,-0.03781240060925484,0.8526870012283325,-0.14200299978256226,0.038972098380327225,0.9890739917755127,-0.2056339979171753,-0.014984600245952606,0.9784839749336243,-0.15366099774837494,0.00015259299834724516,0.9880980253219604,-0.15366099774837494,0.00015259299834724516,0.9880980253219604,-0.2056339979171753,-0.014984600245952606,0.9784839749336243,-0.2542499899864197,-0.01800590008497238,0.9669479727745056,-0.15366099774837494,0.00015259299834724516,0.9880980253219604,-0.2542499899864197,-0.01800590008497238,0.9669479727745056,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.2542499899864197,-0.01800590008497238,0.9669479727745056,-0.31510400772094727,0.03961300104856491,0.9482100009918213,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.31510400772094727,0.03961300104856491,0.9482100009918213,-0.38804298639297485,0,0.9216279983520508,-0.14200299978256226,0.038972098380327225,0.9890739917755127,-0.15366099774837494,0.00015259299834724516,0.9880980253219604,-0.0795006975531578,-0.010925600305199623,0.9967650175094604,-0.0795006975531578,-0.010925600305199623,0.9967650175094604,-0.15366099774837494,0.00015259299834724516,0.9880980253219604,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,-0.0795006975531578,-0.010925600305199623,0.9967650175094604,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,-0.01596119999885559,0,0.9998469948768616,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-0.9998469948768616,0,-0.01596119999885559,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-1,0,0,-1,0,0,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-0.8265020251274109,-0.0038453300949186087,-0.5628830194473267,-0.780206024646759,0.0197759997099638,-0.6251720190048218,-0.801842987537384,0.015381299890577793,-0.5972779989242554,-0.15988600254058838,0,-0.9871209859848022,-0.07992800325155258,0.002258369931951165,-0.9967960119247437,-0.1561329960823059,0.00033570401137694716,-0.9877319931983948,-0.1561329960823059,0.00033570401137694716,-0.9877319931983948,-0.07992800325155258,0.002258369931951165,-0.9967960119247437,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,-0.1561329960823059,0.00033570401137694716,-0.9877319931983948,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.15988600254058838,0,-0.9871209859848022,-0.1561329960823059,0.00033570401137694716,-0.9877319931983948,-0.23450399935245514,0.0014648899668827653,-0.9721059799194336,-0.23450399935245514,0.0014648899668827653,-0.9721059799194336,-0.1561329960823059,0.00033570401137694716,-0.9877319931983948,-0.3077490031719208,0.000030518498533638194,-0.9514449834823608,-0.23450399935245514,0.0014648899668827653,-0.9721059799194336,-0.3077490031719208,0.000030518498533638194,-0.9514449834823608,-0.3018589913845062,-0.019531799480319023,-0.9531239867210388,-0.3018589913845062,-0.019531799480319023,-0.9531239867210388,-0.3077490031719208,0.000030518498533638194,-0.9514449834823608,-0.44807299971580505,-0.0019837000872939825,-0.893979012966156,-0.3018589913845062,-0.019531799480319023,-0.9531239867210388,-0.44807299971580505,-0.0019837000872939825,-0.893979012966156,-0.33362799882888794,-0.1069670021533966,-0.9365829825401306,-0.5879700183868408,0.0039979200810194016,-0.8088319897651672,-0.5438089966773987,0.02148500084877014,-0.8389229774475098,-0.5883659720420837,-0.001129179960116744,-0.8085569739341736,-0.5883659720420837,-0.001129179960116744,-0.8085569739341736,-0.5438089966773987,0.02148500084877014,-0.8389229774475098,-0.4803310036659241,0.003051850013434887,-0.8770409822463989,-0.5883659720420837,-0.001129179960116744,-0.8085569739341736,-0.4803310036659241,0.003051850013434887,-0.8770409822463989,-0.44807299971580505,-0.0019837000872939825,-0.893979012966156,-0.44807299971580505,-0.0019837000872939825,-0.893979012966156,-0.4803310036659241,0.003051850013434887,-0.8770409822463989,-0.4048590064048767,0.02200379967689514,-0.9140899777412415,-0.44807299971580505,-0.0019837000872939825,-0.893979012966156,-0.4048590064048767,0.02200379967689514,-0.9140899777412415,-0.33362799882888794,-0.1069670021533966,-0.9365829825401306,-0.801842987537384,0.015381299890577793,-0.5972779989242554,-0.780206024646759,0.0197759997099638,-0.6251720190048218,-0.6990879774093628,0.01730399951338768,-0.714805006980896,-0.780206024646759,0.0197759997099638,-0.6251720190048218,-0.7584760189056396,-0.03277689963579178,-0.6508380174636841,-0.6990879774093628,0.01730399951338768,-0.714805006980896,-0.6990879774093628,0.01730399951338768,-0.714805006980896,-0.7584760189056396,-0.03277689963579178,-0.6508380174636841,-0.6722620129585266,0.020844100043177605,-0.739982008934021,-0.6990879774093628,0.01730399951338768,-0.714805006980896,-0.6722620129585266,0.020844100043177605,-0.739982008934021,-0.5883659720420837,-0.001129179960116744,-0.8085569739341736,-0.5883659720420837,-0.001129179960116744,-0.8085569739341736,-0.6722620129585266,0.020844100043177605,-0.739982008934021,-0.6622210144996643,-0.043885599821805954,-0.7480090260505676,-0.5883659720420837,-0.001129179960116744,-0.8085569739341736,-0.6622210144996643,-0.043885599821805954,-0.7480090260505676,-0.5879700183868408,0.0039979200810194016,-0.8088319897651672,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.9216279983520508,-0.00012207399413455278,-0.38801199197769165,-0.8812829852104187,0.019684400409460068,-0.472121000289917,-0.8812829852104187,0.019684400409460068,-0.472121000289917,-0.9216279983520508,-0.00012207399413455278,-0.38801199197769165,-0.875361979007721,0.019836999475955963,-0.4829860031604767,-0.8812829852104187,0.019684400409460068,-0.472121000289917,-0.875361979007721,0.019836999475955963,-0.4829860031604767,-0.801842987537384,0.015381299890577793,-0.5972779989242554,-0.801842987537384,0.015381299890577793,-0.5972779989242554,-0.875361979007721,0.019836999475955963,-0.4829860031604767,-0.873134970664978,-0.08133179694414139,-0.48057499527931213,-0.801842987537384,0.015381299890577793,-0.5972779989242554,-0.873134970664978,-0.08133179694414139,-0.48057499527931213,-0.8265020251274109,-0.0038453300949186087,-0.5628830194473267,-0.9890739917755127,0.03894159942865372,-0.14200299978256226,-0.9784839749336243,-0.015015100128948689,-0.2056950032711029,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9784839749336243,-0.015015100128948689,-0.2056950032711029,-0.9669479727745056,-0.01803640089929104,-0.2542499899864197,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9669479727745056,-0.01803640089929104,-0.2542499899864197,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.9669479727745056,-0.01803640089929104,-0.2542499899864197,-0.9481800198554993,0.03961300104856491,-0.3152259886264801,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.9481800198554993,0.03961300104856491,-0.3152259886264801,-0.9216279983520508,-0.00012207399413455278,-0.38801199197769165,-0.9890739917755127,0.03894159942865372,-0.14200299978256226,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9967650175094604,-0.010864599607884884,-0.07953120023012161,-0.9967650175094604,-0.010864599607884884,-0.07953120023012161,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9967650175094604,-0.010864599607884884,-0.07953120023012161,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9998469948768616,0,-0.01596119999885559,0,0,-1,0.01596119999885559,0,-0.9998469948768616,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,-0.039246801286935806,0,-0.9992070198059082,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,0,0,-1,0,0,-1,0,0,-1,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,0,0,-1,0,0,-0.9999690055847168,-0.039246801286935806,0,-0.9992070198059082,0,0,-0.9999690055847168,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0,0,-0.9999690055847168,0,0,-1,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0,0,-1,0,0,-1,0.6506850123405457,-0.0328684002161026,-0.7585989832878113,0.739982008934021,0.02087469957768917,-0.6722620129585266,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.9873039722442627,0,-0.1586659997701645,0.9968870282173157,0.002319409977644682,-0.07870720326900482,0.9877319931983948,0.00033570401137694716,-0.1561020016670227,0.9877319931983948,0.00033570401137694716,-0.1561020016670227,0.9968870282173157,0.002319409977644682,-0.07870720326900482,0.9992070198059082,0.00033570401137694716,-0.0393994003534317,0.9877319931983948,0.00033570401137694716,-0.1561020016670227,0.9992070198059082,0.00033570401137694716,-0.0393994003534317,0.9992070198059082,0,-0.039246801286935806,0.9873039722442627,0,-0.1586659997701645,0.9877319931983948,0.00033570401137694716,-0.1561020016670227,0.9720450043678284,0.0014038500376045704,-0.2347480058670044,0.9720450043678284,0.0014038500376045704,-0.2347480058670044,0.9877319931983948,0.00033570401137694716,-0.1561020016670227,0.9512010216712952,-0.00299080996774137,-0.30851200222969055,0.9720450043678284,0.0014038500376045704,-0.2347480058670044,0.9512010216712952,-0.00299080996774137,-0.30851200222969055,0.9601730108261108,0.0007934810128062963,-0.27933600544929504,0.8088020086288452,0.004028439987450838,-0.5880609750747681,0.8388929963111877,0.021637599915266037,-0.5438399910926819,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8388929963111877,0.021637599915266037,-0.5438399910926819,0.8770099878311157,0.0030213301070034504,-0.4803920090198517,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8770099878311157,0.0030213301070034504,-0.4803920090198517,0.8970310091972351,0.004577780142426491,-0.44193899631500244,0.8970310091972351,0.004577780142426491,-0.44193899631500244,0.8770099878311157,0.0030213301070034504,-0.4803920090198517,0.9176309704780579,0.014862500131130219,-0.3970760107040405,0.8970310091972351,0.004577780142426491,-0.44193899631500244,0.9176309704780579,0.014862500131130219,-0.3970760107040405,0.9512010216712952,-0.00299080996774137,-0.30851200222969055,0.9512010216712952,-0.00299080996774137,-0.30851200222969055,0.9176309704780579,0.014862500131130219,-0.3970760107040405,0.9284039735794067,-0.016419000923633575,-0.3711659908294678,0.9512010216712952,-0.00299080996774137,-0.30851200222969055,0.9284039735794067,-0.016419000923633575,-0.3711659908294678,0.9601730108261108,0.0007934810128062963,-0.27933600544929504,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.739982008934021,0.02087469957768917,-0.6722620129585266,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.739982008934021,0.02087469957768917,-0.6722620129585266,0.7478560209274292,-0.04416029900312424,-0.6623430252075195,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.7478560209274292,-0.04416029900312424,-0.6623430252075195,0.8088020086288452,0.004028439987450838,-0.5880609750747681,0.6506850123405457,-0.0328684002161026,-0.7585989832878113,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.6251720190048218,0.019592899829149246,-0.780206024646759,0.6251720190048218,0.019592899829149246,-0.780206024646759,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.6032590270042419,0.012054800055921078,-0.7974179983139038,0.6251720190048218,0.019592899829149246,-0.780206024646759,0.6032590270042419,0.012054800055921078,-0.7974179983139038,0.5550100207328796,-0.017578700557351112,-0.8316289782524109,0.5550100207328796,-0.017578700557351112,-0.8316289782524109,0.6032590270042419,0.012054800055921078,-0.7974179983139038,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.5550100207328796,-0.017578700557351112,-0.8316289782524109,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.5208590030670166,-0.037720900028944016,-0.852778971195221,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.38804298639297485,0,-0.9216279983520508,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.38804298639297485,0,-0.9216279983520508,0.46055498719215393,0.040589600801467896,-0.8866850137710571,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.46055498719215393,0.040589600801467896,-0.8866850137710571,0.5208590030670166,-0.037720900028944016,-0.852778971195221,0.14200299978256226,0.038972098380327225,-0.9890739917755127,0.2056339979171753,-0.014923599548637867,-0.9784839749336243,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.2056339979171753,-0.014923599548637867,-0.9784839749336243,0.2542499899864197,-0.01800590008497238,-0.9669479727745056,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.2542499899864197,-0.01800590008497238,-0.9669479727745056,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.2542499899864197,-0.01800590008497238,-0.9669479727745056,0.31510400772094727,0.0395519994199276,-0.9482100009918213,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.31510400772094727,0.0395519994199276,-0.9482100009918213,0.38804298639297485,0,-0.9216279983520508,0.14200299978256226,0.038972098380327225,-0.9890739917755127,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.0795006975531578,-0.010925600305199623,-0.9967650175094604,0.0795006975531578,-0.010925600305199623,-0.9967650175094604,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0.0795006975531578,-0.010925600305199623,-0.9967650175094604,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0.01596119999885559,0,-0.9998469948768616,1,0,0,0.9992070198059082,0,-0.039246801286935806,1,0,0,1,0,0,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0.00033570401137694716,-0.0393994003534317,0.9998469948768616,0,0.01596119999885559,0.9995120167732239,-0.01080359984189272,0.028931500390172005,1,0,0,1,0,0,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9992070198059082,0,-0.039246801286935806,1,0,0,0.9992070198059082,0,-0.039246801286935806,1,0,0,1,0,0,0.9992070198059082,0,-0.039246801286935806,1,0,0,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.15640699863433838,0,0.9876710176467896,0.039246801286935806,0,0.9992070198059082,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.3089999854564667,0,0.9510480165481567,0.15640699863433838,0,0.9876710176467896,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.4539630115032196,0,0.8909879922866821,0.3089999854564667,0,0.9510480165481567,0.4539630115032196,0,0.8909879922866821,0.4539630115032196,0,0.8909879922866821,0.4539630115032196,0,0.8909879922866821,0.4539630115032196,0,0.8909879922866821,0.5877559781074524,0,0.8090149760246277,0.4539630115032196,0,0.8909879922866821,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.707082986831665,0,0.707082986831665,0.5877559781074524,0,0.8090149760246277,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.8089849948883057,0,0.5877860188484192,0.707082986831665,0,0.707082986831665,0.8089849948883057,0,0.5877860188484192,0.8090149760246277,0,0.5877860188484192,0.8090149760246277,0,0.5877860188484192,0.8089849948883057,0,0.5877860188484192,0.8526260256767273,0,0.5224769711494446,0.8090149760246277,0,0.5877860188484192,0.8526260256767273,0,0.5224769711494446,0.8909879922866821,0,0.4539630115032196,0.8526260256767273,0,0.5224769711494446,0.8909879922866821,0,0.4539929926395416,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539929926395416,0.9510480165481567,0,0.3089999854564667,0.8909879922866821,0,0.4539630115032196,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9876710176467896,0,0.15640699863433838,0.9510480165481567,0,0.3089999854564667,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9992070198059082,0,0.039246801286935806,0.9876710176467896,0,0.15640699863433838,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9876710176467896,0,0.15640699863433838,-0.9992070198059082,0,0.039246801286935806,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9510480165481567,0,0.3089999854564667,-0.9876710176467896,0,0.15640699863433838,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.8909879922866821,0,0.4539929926395416,-0.9510480165481567,0,0.3089999854564667,-0.8909879922866821,0,0.4539929926395416,-0.8909879922866821,0,0.4539630115032196,-0.8909879922866821,0,0.4539630115032196,-0.8909879922866821,0,0.4539929926395416,-0.8090149760246277,0,0.5877559781074524,-0.8909879922866821,0,0.4539630115032196,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.707082986831665,0,0.707082986831665,-0.8090149760246277,0,0.5877559781074524,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.5877559781074524,0,0.8090149760246277,-0.707082986831665,0,0.707082986831665,-0.5877559781074524,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.4539929926395416,0,0.8909879922866821,-0.5877559781074524,0,0.8090149760246277,-0.4539929926395416,0,0.8909879922866821,-0.4539929926395416,0,0.8909879922866821,-0.4539929926395416,0,0.8909879922866821,-0.4539929926395416,0,0.8909879922866821,-0.3089999854564667,0,0.9510480165481567,-0.4539929926395416,0,0.8909879922866821,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.15640699863433838,0,0.9876710176467896,-0.3089999854564667,0,0.9510480165481567,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.039246801286935806,0,0.9992070198059082,-0.15640699863433838,0,0.9876710176467896,-0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.15640699863433838,0,-0.9876710176467896,-0.039246801286935806,0,-0.9992070198059082,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.3089999854564667,0,-0.9510480165481567,-0.15640699863433838,0,-0.9876710176467896,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.4539630115032196,0,-0.8909879922866821,-0.3089999854564667,0,-0.9510480165481567,-0.4539630115032196,0,-0.8909879922866821,-0.4539630115032196,0,-0.8909879922866821,-0.4539630115032196,0,-0.8909879922866821,-0.4539630115032196,0,-0.8909879922866821,-0.5877559781074524,0,-0.8090149760246277,-0.4539630115032196,0,-0.8909879922866821,-0.5877559781074524,0,-0.8090149760246277,-0.5877559781074524,0,-0.8090149760246277,-0.5877559781074524,0,-0.8090149760246277,-0.5877559781074524,0,-0.8090149760246277,-0.707082986831665,0,-0.707082986831665,-0.5877559781074524,0,-0.8090149760246277,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.8089849948883057,0,-0.5877860188484192,-0.707082986831665,0,-0.707082986831665,-0.8089849948883057,0,-0.5877860188484192,-0.8089849948883057,0,-0.5877860188484192,-0.8089849948883057,0,-0.5877860188484192,-0.8089849948883057,0,-0.5877860188484192,-0.8909879922866821,0,-0.4539630115032196,-0.8089849948883057,0,-0.5877860188484192,-0.8909879922866821,0,-0.4539630115032196,-0.8909879922866821,0,-0.4539630115032196,-0.8909879922866821,0,-0.4539630115032196,-0.8909879922866821,0,-0.4539630115032196,-0.9510480165481567,0,-0.3089999854564667,-0.8909879922866821,0,-0.4539630115032196,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9876710176467896,0,-0.15640699863433838,-0.9510480165481567,0,-0.3089999854564667,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9992070198059082,0,-0.039246801286935806,-0.9876710176467896,0,-0.15640699863433838,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9876710176467896,0,-0.15640699863433838,0.9992070198059082,0,-0.039246801286935806,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9510480165481567,0,-0.3089999854564667,0.9876710176467896,0,-0.15640699863433838,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.8909879922866821,0,-0.4539929926395416,0.9510480165481567,0,-0.3089999854564667,0.8909879922866821,0,-0.4539929926395416,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539929926395416,0.8526260256767273,0,-0.5224769711494446,0.8909879922866821,0,-0.4539630115032196,0.8526260256767273,0,-0.5224769711494446,0.8089849948883057,0,-0.5877860188484192,0.8526260256767273,0,-0.5224769711494446,0.8089849948883057,0,-0.5877860188484192,0.8089849948883057,0,-0.5877860188484192,0.8089849948883057,0,-0.5877860188484192,0.8089849948883057,0,-0.5877860188484192,0.707082986831665,0,-0.7071139812469482,0.8089849948883057,0,-0.5877860188484192,0.707082986831665,0,-0.7071139812469482,0.707082986831665,0,-0.7071139812469482,0.707082986831665,0,-0.7071139812469482,0.707082986831665,0,-0.7071139812469482,0.5877559781074524,0,-0.8090149760246277,0.707082986831665,0,-0.7071139812469482,0.5877559781074524,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.4539630115032196,0,-0.8909879922866821,0.5877559781074524,0,-0.8090149760246277,0.4539630115032196,0,-0.8909879922866821,0.4539630115032196,0,-0.8909879922866821,0.4539630115032196,0,-0.8909879922866821,0.4539630115032196,0,-0.8909879922866821,0.3089999854564667,0,-0.9510480165481567,0.4539630115032196,0,-0.8909879922866821,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.15640699863433838,0,-0.9876710176467896,0.3089999854564667,0,-0.9510480165481567,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.039246801286935806,0,-0.9992070198059082,0.15640699863433838,0,-0.9876710176467896,0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0.8265020251274109,-0.003906370140612125,0.5628830194473267,0.780206024646759,0.01974550075829029,0.6252020001411438,0.801842987537384,0.01535080000758171,0.5973079800605774,0.1595810055732727,-0.00006103699706727639,0.9871820211410522,0.07959230244159698,0.0022278500255197287,0.9967960119247437,0.1561329960823059,0.00027466699248179793,0.9877319931983948,0.1561329960823059,0.00027466699248179793,0.9877319931983948,0.07959230244159698,0.0022278500255197287,0.9967960119247437,0.0393994003534317,0.0003051850071642548,0.9992070198059082,0.1561329960823059,0.00027466699248179793,0.9877319931983948,0.0393994003534317,0.0003051850071642548,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.1595810055732727,-0.00006103699706727639,0.9871820211410522,0.1561329960823059,0.00027466699248179793,0.9877319931983948,0.23465700447559357,0.001434369944036007,0.9720450043678284,0.23465700447559357,0.001434369944036007,0.9720450043678284,0.1561329960823059,0.00027466699248179793,0.9877319931983948,0.3077490031719208,0.000030518498533638194,0.9514449834823608,0.23465700447559357,0.001434369944036007,0.9720450043678284,0.3077490031719208,0.000030518498533638194,0.9514449834823608,0.30198100209236145,-0.019501300528645515,0.9530929923057556,0.30198100209236145,-0.019501300528645515,0.9530929923057556,0.3077490031719208,0.000030518498533638194,0.9514449834823608,0.44810301065444946,-0.0019837000872939825,0.893979012966156,0.30198100209236145,-0.019501300528645515,0.9530929923057556,0.44810301065444946,-0.0019837000872939825,0.893979012966156,0.33365899324417114,-0.10681500285863876,0.9365829825401306,0.5879700183868408,0.004058959893882275,0.8088629841804504,0.5438089966773987,0.02151549980044365,0.8388929963111877,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.5438089966773987,0.02151549980044365,0.8388929963111877,0.4803920090198517,0.003051850013434887,0.8770409822463989,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.4803920090198517,0.003051850013434887,0.8770409822463989,0.44810301065444946,-0.0019837000872939825,0.893979012966156,0.44810301065444946,-0.0019837000872939825,0.893979012966156,0.4803920090198517,0.003051850013434887,0.8770409822463989,0.40488898754119873,0.021973300725221634,0.9140599966049194,0.44810301065444946,-0.0019837000872939825,0.893979012966156,0.40488898754119873,0.021973300725221634,0.9140599966049194,0.33365899324417114,-0.10681500285863876,0.9365829825401306,0.801842987537384,0.01535080000758171,0.5973079800605774,0.780206024646759,0.01974550075829029,0.6252020001411438,0.6990879774093628,0.01730399951338768,0.714805006980896,0.780206024646759,0.01974550075829029,0.6252020001411438,0.7585070133209229,-0.03274640068411827,0.6508070230484009,0.6990879774093628,0.01730399951338768,0.714805006980896,0.6990879774093628,0.01730399951338768,0.714805006980896,0.7585070133209229,-0.03274640068411827,0.6508070230484009,0.6722620129585266,0.020844100043177605,0.739982008934021,0.6990879774093628,0.01730399951338768,0.714805006980896,0.6722620129585266,0.020844100043177605,0.739982008934021,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.6722620129585266,0.020844100043177605,0.739982008934021,0.6621909737586975,-0.043885599821805954,0.7480090260505676,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.6621909737586975,-0.043885599821805954,0.7480090260505676,0.5879700183868408,0.004058959893882275,0.8088629841804504,0.950652003288269,0.00027466699248179793,0.31022098660469055,0.9216279983520508,-0.00009155549923889339,0.38801199197769165,0.8812829852104187,0.019714999943971634,0.472121000289917,0.8812829852104187,0.019714999943971634,0.472121000289917,0.9216279983520508,-0.00009155549923889339,0.38801199197769165,0.875361979007721,0.019836999475955963,0.4829860031604767,0.8812829852104187,0.019714999943971634,0.472121000289917,0.875361979007721,0.019836999475955963,0.4829860031604767,0.801842987537384,0.01535080000758171,0.5973079800605774,0.801842987537384,0.01535080000758171,0.5973079800605774,0.875361979007721,0.019836999475955963,0.4829860031604767,0.873134970664978,-0.08139289915561676,0.48057499527931213,0.801842987537384,0.01535080000758171,0.5973079800605774,0.873134970664978,-0.08139289915561676,0.48057499527931213,0.8265020251274109,-0.003906370140612125,0.5628830194473267,0.9890739917755127,0.03891110047698021,0.14203299582004547,0.9784839749336243,-0.015015100128948689,0.2056639939546585,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9784839749336243,-0.015015100128948689,0.2056639939546585,0.9669479727745056,-0.01803640089929104,0.2542499899864197,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9669479727745056,-0.01803640089929104,0.2542499899864197,0.950652003288269,0.00027466699248179793,0.31022098660469055,0.950652003288269,0.00027466699248179793,0.31022098660469055,0.9669479727745056,-0.01803640089929104,0.2542499899864197,0.9481800198554993,0.03961300104856491,0.3152259886264801,0.950652003288269,0.00027466699248179793,0.31022098660469055,0.9481800198554993,0.03961300104856491,0.3152259886264801,0.9216279983520508,-0.00009155549923889339,0.38801199197769165,0.9890739917755127,0.03891110047698021,0.14203299582004547,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9967650175094604,-0.010864599607884884,0.07953120023012161,0.9967650175094604,-0.010864599607884884,0.07953120023012161,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9967650175094604,-0.010864599607884884,0.07953120023012161,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9998469948768616,0,0.01596119999885559,0,0.000030518498533638194,1,-0.01596119999885559,0,0.9998469948768616,-0.028931500390172005,-0.01080359984189272,0.9995120167732239,0.039246801286935806,0,0.9992070198059082,0.0393994003534317,0.0003051850071642548,0.9992070198059082,0,0.000030518498533638194,1,0,0.000030518498533638194,1,0,0,1,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0,0,1,0,0,1,0.039246801286935806,0,0.9992070198059082,0,0,1,-0.028931500390172005,-0.01080359984189272,0.9995120167732239,-0.028931500390172005,-0.01080359984189272,0.9995120167732239,0,0,1,0,0,1,-0.028931500390172005,-0.01080359984189272,0.9995120167732239,0,0,1,0,0.000030518498533638194,1,-0.6506850123405457,-0.03283790126442909,0.7585989832878113,-0.739982008934021,0.02087469957768917,0.6722919940948486,-0.7147740125656128,0.01730399951338768,0.6991180181503296,-0.9871820211410522,-0.000030518498533638194,0.15945899486541748,-0.9968259930610657,0.0022888900712132454,0.07953120023012161,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9968259930610657,0.0022888900712132454,0.07953120023012161,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-0.9992070198059082,0,0.039246801286935806,-0.9871820211410522,-0.000030518498533638194,0.15945899486541748,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9720759987831116,0.001434369944036007,0.23465700447559357,-0.9720759987831116,0.001434369944036007,0.23465700447559357,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9512010216712952,-0.0029297799337655306,0.30851200222969055,-0.9720759987831116,0.001434369944036007,0.23465700447559357,-0.9512010216712952,-0.0029297799337655306,0.30851200222969055,-0.960204005241394,0.0008239999879151583,0.2791830003261566,-0.808771014213562,0.004028439987450838,0.5880609750747681,-0.8388929963111877,0.021637599915266037,0.5438399910926819,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8388929963111877,0.021637599915266037,0.5438399910926819,-0.8770409822463989,0.003051850013434887,0.4803920090198517,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8770409822463989,0.003051850013434887,0.4803920090198517,-0.8970310091972351,0.00463881017640233,0.44190800189971924,-0.8970310091972351,0.00463881017640233,0.44190800189971924,-0.8770409822463989,0.003051850013434887,0.4803920090198517,-0.9176610112190247,0.014923599548637867,0.3970459997653961,-0.8970310091972351,0.00463881017640233,0.44190800189971924,-0.9176610112190247,0.014923599548637867,0.3970459997653961,-0.9512010216712952,-0.0029297799337655306,0.30851200222969055,-0.9512010216712952,-0.0029297799337655306,0.30851200222969055,-0.9176610112190247,0.014923599548637867,0.3970459997653961,-0.9284039735794067,-0.01638839952647686,0.37113600969314575,-0.9512010216712952,-0.0029297799337655306,0.30851200222969055,-0.9284039735794067,-0.01638839952647686,0.37113600969314575,-0.960204005241394,0.0008239999879151583,0.2791830003261566,-0.7147740125656128,0.01730399951338768,0.6991180181503296,-0.739982008934021,0.02087469957768917,0.6722919940948486,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.739982008934021,0.02087469957768917,0.6722919940948486,-0.7478560209274292,-0.04416029900312424,0.6623430252075195,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.7478560209274292,-0.04416029900312424,0.6623430252075195,-0.808771014213562,0.004028439987450838,0.5880609750747681,-0.6506850123405457,-0.03283790126442909,0.7585989832878113,-0.7147740125656128,0.01730399951338768,0.6991180181503296,-0.6251720190048218,0.019684400409460068,0.780206024646759,-0.6251720190048218,0.019684400409460068,0.780206024646759,-0.7147740125656128,0.01730399951338768,0.6991180181503296,-0.6032590270042419,0.012115799821913242,0.7974179983139038,-0.6251720190048218,0.019684400409460068,0.780206024646759,-0.6032590270042419,0.012115799821913242,0.7974179983139038,-0.5550100207328796,-0.017548099160194397,0.8316289782524109,-0.5550100207328796,-0.017548099160194397,0.8316289782524109,-0.6032590270042419,0.012115799821913242,0.7974179983139038,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.5550100207328796,-0.017548099160194397,0.8316289782524109,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.520950973033905,-0.03778190165758133,0.8527179956436157,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.38804298639297485,0,0.9216279983520508,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.38804298639297485,0,0.9216279983520508,-0.46055498719215393,0.040589600801467896,0.8866850137710571,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.46055498719215393,0.040589600801467896,0.8866850137710571,-0.520950973033905,-0.03778190165758133,0.8527179956436157,-0.14197200536727905,0.03894159942865372,0.9890739917755127,-0.2056639939546585,-0.014923599548637867,0.9784839749336243,-0.15366099774837494,0.00015259299834724516,0.9880980253219604,-0.15366099774837494,0.00015259299834724516,0.9880980253219604,-0.2056639939546585,-0.014923599548637867,0.9784839749336243,-0.2542499899864197,-0.01800590008497238,0.9669479727745056,-0.15366099774837494,0.00015259299834724516,0.9880980253219604,-0.2542499899864197,-0.01800590008497238,0.9669479727745056,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.2542499899864197,-0.01800590008497238,0.9669479727745056,-0.31510400772094727,0.03961300104856491,0.9482100009918213,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.31510400772094727,0.03961300104856491,0.9482100009918213,-0.38804298639297485,0,0.9216279983520508,-0.14197200536727905,0.03894159942865372,0.9890739917755127,-0.15366099774837494,0.00015259299834724516,0.9880980253219604,-0.0795006975531578,-0.010925600305199623,0.9967650175094604,-0.0795006975531578,-0.010925600305199623,0.9967650175094604,-0.15366099774837494,0.00015259299834724516,0.9880980253219604,-0.028931500390172005,-0.01080359984189272,0.9995120167732239,-0.0795006975531578,-0.010925600305199623,0.9967650175094604,-0.028931500390172005,-0.01080359984189272,0.9995120167732239,-0.01596119999885559,0,0.9998469948768616,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-1,0,0,-0.9998469948768616,0,-0.01596119999885559,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-1,0,0,-1,0,0,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-0.8264719843864441,-0.0038148099556565285,-0.5629140138626099,-0.780206024646759,0.0197759997099638,-0.6252020001411438,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.1595200002193451,0,-0.9871820211410522,-0.07956179976463318,0.002258369931951165,-0.9968259930610657,-0.1561329960823059,0.00033570401137694716,-0.9877319931983948,-0.1561329960823059,0.00033570401137694716,-0.9877319931983948,-0.07956179976463318,0.002258369931951165,-0.9968259930610657,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,-0.1561329960823059,0.00033570401137694716,-0.9877319931983948,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.1595200002193451,0,-0.9871820211410522,-0.1561329960823059,0.00033570401137694716,-0.9877319931983948,-0.23462599515914917,0.0014648899668827653,-0.9720759987831116,-0.23462599515914917,0.0014648899668827653,-0.9720759987831116,-0.1561329960823059,0.00033570401137694716,-0.9877319931983948,-0.3077490031719208,0,-0.9514449834823608,-0.23462599515914917,0.0014648899668827653,-0.9720759987831116,-0.3077490031719208,0,-0.9514449834823608,-0.30195000767707825,-0.019531799480319023,-0.9530929923057556,-0.30195000767707825,-0.019531799480319023,-0.9530929923057556,-0.3077490031719208,0,-0.9514449834823608,-0.44807299971580505,-0.0019837000872939825,-0.893979012966156,-0.30195000767707825,-0.019531799480319023,-0.9530929923057556,-0.44807299971580505,-0.0019837000872939825,-0.893979012966156,-0.33362799882888794,-0.1069670021533966,-0.9365829825401306,-0.5879089832305908,0.004058959893882275,-0.8088930249214172,-0.5438089966773987,0.02151549980044365,-0.8388929963111877,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.5438089966773987,0.02151549980044365,-0.8388929963111877,-0.4803610146045685,0.0030823699198663235,-0.8770409822463989,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.4803610146045685,0.0030823699198663235,-0.8770409822463989,-0.44807299971580505,-0.0019837000872939825,-0.893979012966156,-0.44807299971580505,-0.0019837000872939825,-0.893979012966156,-0.4803610146045685,0.0030823699198663235,-0.8770409822463989,-0.40488898754119873,0.021973300725221634,-0.9140899777412415,-0.44807299971580505,-0.0019837000872939825,-0.893979012966156,-0.40488898754119873,0.021973300725221634,-0.9140899777412415,-0.33362799882888794,-0.1069670021533966,-0.9365829825401306,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.780206024646759,0.0197759997099638,-0.6252020001411438,-0.6990879774093628,0.017273500561714172,-0.714805006980896,-0.780206024646759,0.0197759997099638,-0.6252020001411438,-0.7584760189056396,-0.03277689963579178,-0.6508380174636841,-0.6990879774093628,0.017273500561714172,-0.714805006980896,-0.6990879774093628,0.017273500561714172,-0.714805006980896,-0.7584760189056396,-0.03277689963579178,-0.6508380174636841,-0.6722620129585266,0.020844100043177605,-0.739982008934021,-0.6990879774093628,0.017273500561714172,-0.714805006980896,-0.6722620129585266,0.020844100043177605,-0.739982008934021,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.6722620129585266,0.020844100043177605,-0.739982008934021,-0.6621909737586975,-0.043855100870132446,-0.7480390071868896,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.6621909737586975,-0.043855100870132446,-0.7480390071868896,-0.5879089832305908,0.004058959893882275,-0.8088930249214172,-0.950652003288269,0.00027466699248179793,-0.31018999218940735,-0.9216279983520508,-0.00009155549923889339,-0.38801199197769165,-0.8812829852104187,0.019714999943971634,-0.472121000289917,-0.8812829852104187,0.019714999943971634,-0.472121000289917,-0.9216279983520508,-0.00009155549923889339,-0.38801199197769165,-0.875361979007721,0.01986760087311268,-0.4830160140991211,-0.8812829852104187,0.019714999943971634,-0.472121000289917,-0.875361979007721,0.01986760087311268,-0.4830160140991211,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.875361979007721,0.01986760087311268,-0.4830160140991211,-0.873134970664978,-0.08133179694414139,-0.48057499527931213,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.873134970664978,-0.08133179694414139,-0.48057499527931213,-0.8264719843864441,-0.0038148099556565285,-0.5629140138626099,-0.9890739917755127,0.03894159942865372,-0.14203299582004547,-0.9784839749336243,-0.014984600245952606,-0.2056950032711029,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9784839749336243,-0.014984600245952606,-0.2056950032711029,-0.9669479727745056,-0.01800590008497238,-0.2542499899864197,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9669479727745056,-0.01800590008497238,-0.2542499899864197,-0.950652003288269,0.00027466699248179793,-0.31018999218940735,-0.950652003288269,0.00027466699248179793,-0.31018999218940735,-0.9669479727745056,-0.01800590008497238,-0.2542499899864197,-0.9481800198554993,0.03961300104856491,-0.3152259886264801,-0.950652003288269,0.00027466699248179793,-0.31018999218940735,-0.9481800198554993,0.03961300104856491,-0.3152259886264801,-0.9216279983520508,-0.00009155549923889339,-0.38801199197769165,-0.9890739917755127,0.03894159942865372,-0.14203299582004547,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9967650175094604,-0.010864599607884884,-0.07953120023012161,-0.9967650175094604,-0.010864599607884884,-0.07953120023012161,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9967650175094604,-0.010864599607884884,-0.07953120023012161,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9998469948768616,0,-0.01596119999885559,0,0,-1,0.01596119999885559,0,-0.9998469948768616,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,-0.039246801286935806,0,-0.9992070198059082,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,0,0,-1,0,0,-1,0,0,-1,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,0,0,-1,0,0,-0.9999690055847168,-0.039246801286935806,0,-0.9992070198059082,0,0,-0.9999690055847168,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0,0,-0.9999690055847168,0,0,-1,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0,0,-1,0,0,-1,0.6506850123405457,-0.0328684002161026,-0.7585989832878113,0.739982008934021,0.02087469957768917,-0.6722620129585266,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.9871820211410522,-0.000030518498533638194,-0.15949000418186188,0.9968259930610657,0.002258369931951165,-0.07953120023012161,0.9877319931983948,0.00033570401137694716,-0.1561329960823059,0.9877319931983948,0.00033570401137694716,-0.1561329960823059,0.9968259930610657,0.002258369931951165,-0.07953120023012161,0.9992070198059082,0.0003051850071642548,-0.0393994003534317,0.9877319931983948,0.00033570401137694716,-0.1561329960823059,0.9992070198059082,0.0003051850071642548,-0.0393994003534317,0.9992070198059082,0,-0.039246801286935806,0.9871820211410522,-0.000030518498533638194,-0.15949000418186188,0.9877319931983948,0.00033570401137694716,-0.1561329960823059,0.9720450043678284,0.001434369944036007,-0.23465700447559357,0.9720450043678284,0.001434369944036007,-0.23465700447559357,0.9877319931983948,0.00033570401137694716,-0.1561329960823059,0.9512010216712952,-0.0029603000730276108,-0.30851200222969055,0.9720450043678284,0.001434369944036007,-0.23465700447559357,0.9512010216712952,-0.0029603000730276108,-0.30851200222969055,0.9602339863777161,0.0008239999879151583,-0.2791830003261566,0.8088020086288452,0.004028439987450838,-0.5879999995231628,0.8388620018959045,0.021637599915266037,-0.5438699722290039,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8388620018959045,0.021637599915266037,-0.5438699722290039,0.8770099878311157,0.003051850013434887,-0.4804219901561737,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8770099878311157,0.003051850013434887,-0.4804219901561737,0.8970310091972351,0.00463881017640233,-0.44190800189971924,0.8970310091972351,0.00463881017640233,-0.44190800189971924,0.8770099878311157,0.003051850013434887,-0.4804219901561737,0.9176309704780579,0.014923599548637867,-0.3970760107040405,0.8970310091972351,0.00463881017640233,-0.44190800189971924,0.9176309704780579,0.014923599548637867,-0.3970760107040405,0.9512010216712952,-0.0029603000730276108,-0.30851200222969055,0.9512010216712952,-0.0029603000730276108,-0.30851200222969055,0.9176309704780579,0.014923599548637867,-0.3970760107040405,0.9284039735794067,-0.01638839952647686,-0.37113600969314575,0.9512010216712952,-0.0029603000730276108,-0.30851200222969055,0.9284039735794067,-0.01638839952647686,-0.37113600969314575,0.9602339863777161,0.0008239999879151583,-0.2791830003261566,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.739982008934021,0.02087469957768917,-0.6722620129585266,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.739982008934021,0.02087469957768917,-0.6722620129585266,0.7478870153427124,-0.04416029900312424,-0.6623430252075195,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.7478870153427124,-0.04416029900312424,-0.6623430252075195,0.8088020086288452,0.004028439987450838,-0.5879999995231628,0.6506850123405457,-0.0328684002161026,-0.7585989832878113,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.6251720190048218,0.01965389959514141,-0.780206024646759,0.6251720190048218,0.01965389959514141,-0.780206024646759,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.6032590270042419,0.01208529993891716,-0.7974179983139038,0.6251720190048218,0.01965389959514141,-0.780206024646759,0.6032590270042419,0.01208529993891716,-0.7974179983139038,0.5550100207328796,-0.01751760020852089,-0.8316289782524109,0.5550100207328796,-0.01751760020852089,-0.8316289782524109,0.6032590270042419,0.01208529993891716,-0.7974179983139038,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.5550100207328796,-0.01751760020852089,-0.8316289782524109,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.520950973033905,-0.03765980154275894,-0.8527179956436157,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.38804298639297485,-0.000030518498533638194,-0.9216279983520508,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.38804298639297485,-0.000030518498533638194,-0.9216279983520508,0.46055498719215393,0.040589600801467896,-0.8866850137710571,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.46055498719215393,0.040589600801467896,-0.8866850137710571,0.520950973033905,-0.03765980154275894,-0.8527179956436157,0.14197200536727905,0.038972098380327225,-0.9890739917755127,0.2056639939546585,-0.014862500131130219,-0.9784839749336243,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.2056639939546585,-0.014862500131130219,-0.9784839749336243,0.2542499899864197,-0.017975399270653725,-0.9669479727745056,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.2542499899864197,-0.017975399270653725,-0.9669479727745056,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.2542499899864197,-0.017975399270653725,-0.9669479727745056,0.31510400772094727,0.0395519994199276,-0.9482100009918213,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.31510400772094727,0.0395519994199276,-0.9482100009918213,0.38804298639297485,-0.000030518498533638194,-0.9216279983520508,0.14197200536727905,0.038972098380327225,-0.9890739917755127,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.0795006975531578,-0.010925600305199623,-0.9967650175094604,0.0795006975531578,-0.010925600305199623,-0.9967650175094604,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0.0795006975531578,-0.010925600305199623,-0.9967650175094604,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0.01596119999885559,0,-0.9998469948768616,0.9992070198059082,0.0003051850071642548,-0.0393994003534317,1,0,0,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,1,0,0,1,0,0,0.9998469948768616,0,0.01596119999885559,0.9995120167732239,-0.01080359984189272,0.028931500390172005,1,0,0,1,0,0,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9992070198059082,0,-0.039246801286935806,1,0,0,0.9992070198059082,0,-0.039246801286935806,1,0,0,1,0,0,0.9992070198059082,0,-0.039246801286935806,1,0,0,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.15640699863433838,0,0.9876710176467896,0.039246801286935806,0,0.9992070198059082,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.3089999854564667,0,0.9510480165481567,0.15640699863433838,0,0.9876710176467896,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.4539630115032196,0,0.8909879922866821,0.3089999854564667,0,0.9510480165481567,0.4539630115032196,0,0.8909879922866821,0.4539630115032196,0,0.8909879922866821,0.4539630115032196,0,0.8909879922866821,0.4539630115032196,0,0.8909879922866821,0.5877559781074524,0,0.8090149760246277,0.4539630115032196,0,0.8909879922866821,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.707082986831665,0,0.707082986831665,0.5877559781074524,0,0.8090149760246277,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.8090149760246277,0,0.5877559781074524,0.707082986831665,0,0.707082986831665,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8909879922866821,0,0.4539630115032196,0.8090149760246277,0,0.5877559781074524,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.9510480165481567,0,0.3089999854564667,0.8909879922866821,0,0.4539630115032196,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9876710176467896,0,0.15640699863433838,0.9510480165481567,0,0.3089999854564667,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9992070198059082,0,0.039246801286935806,0.9876710176467896,0,0.15640699863433838,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9876710176467896,0,0.15640699863433838,-0.9992070198059082,0,0.039246801286935806,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9510480165481567,0,0.3089999854564667,-0.9876710176467896,0,0.15640699863433838,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.8909879922866821,0,0.4539630115032196,-0.9510480165481567,0,0.3089999854564667,-0.8909879922866821,0,0.4539630115032196,-0.8909879922866821,0,0.4539630115032196,-0.8909879922866821,0,0.4539630115032196,-0.8909879922866821,0,0.4539630115032196,-0.8090149760246277,0,0.5877559781074524,-0.8909879922866821,0,0.4539630115032196,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.707082986831665,0,0.707082986831665,-0.8090149760246277,0,0.5877559781074524,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.5877559781074524,0,0.8090149760246277,-0.707082986831665,0,0.707082986831665,-0.5877559781074524,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.4539630115032196,0,0.8909879922866821,-0.5877559781074524,0,0.8090149760246277,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.3089999854564667,0,0.9510480165481567,-0.4539630115032196,0,0.8909879922866821,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.15640699863433838,0,0.9876710176467896,-0.3089999854564667,0,0.9510480165481567,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.039246801286935806,0,0.9992070198059082,-0.15640699863433838,0,0.9876710176467896,-0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.15640699863433838,0,-0.9876710176467896,-0.039246801286935806,0,-0.9992070198059082,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.3089999854564667,0,-0.9510480165481567,-0.15640699863433838,0,-0.9876710176467896,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.4539630115032196,0,-0.8909879922866821,-0.3089999854564667,0,-0.9510480165481567,-0.4539630115032196,0,-0.8909879922866821,-0.4539630115032196,0,-0.8909879922866821,-0.4539630115032196,0,-0.8909879922866821,-0.4539630115032196,0,-0.8909879922866821,-0.5877559781074524,0,-0.8090149760246277,-0.4539630115032196,0,-0.8909879922866821,-0.5877559781074524,0,-0.8090149760246277,-0.5877559781074524,0,-0.8090149760246277,-0.5877559781074524,0,-0.8090149760246277,-0.5877559781074524,0,-0.8090149760246277,-0.707082986831665,0,-0.707082986831665,-0.5877559781074524,0,-0.8090149760246277,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.8090149760246277,0,-0.5877559781074524,-0.707082986831665,0,-0.707082986831665,-0.8090149760246277,0,-0.5877559781074524,-0.8090149760246277,0,-0.5877559781074524,-0.8090149760246277,0,-0.5877559781074524,-0.8090149760246277,0,-0.5877559781074524,-0.8909879922866821,0,-0.4539630115032196,-0.8090149760246277,0,-0.5877559781074524,-0.8909879922866821,0,-0.4539630115032196,-0.8909879922866821,0,-0.4539630115032196,-0.8909879922866821,0,-0.4539630115032196,-0.8909879922866821,0,-0.4539630115032196,-0.9510480165481567,0,-0.3089999854564667,-0.8909879922866821,0,-0.4539630115032196,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9876710176467896,0,-0.15640699863433838,-0.9510480165481567,0,-0.3089999854564667,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9992070198059082,0,-0.039246801286935806,-0.9876710176467896,0,-0.15640699863433838,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9876710176467896,0,-0.15640699863433838,0.9992070198059082,0,-0.039246801286935806,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9510480165481567,0,-0.3089999854564667,0.9876710176467896,0,-0.15640699863433838,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.8909879922866821,0,-0.4539630115032196,0.9510480165481567,0,-0.3089999854564667,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8090149760246277,0,-0.5877559781074524,0.8909879922866821,0,-0.4539630115032196,0.8090149760246277,0,-0.5877559781074524,0.8090149760246277,0,-0.5877559781074524,0.8090149760246277,0,-0.5877559781074524,0.8090149760246277,0,-0.5877559781074524,0.707082986831665,0,-0.707082986831665,0.8090149760246277,0,-0.5877559781074524,0.707082986831665,0,-0.707082986831665,0.707082986831665,0,-0.707082986831665,0.707082986831665,0,-0.707082986831665,0.707082986831665,0,-0.707082986831665,0.5877559781074524,0,-0.8090149760246277,0.707082986831665,0,-0.707082986831665,0.5877559781074524,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.4539630115032196,0,-0.8909879922866821,0.5877559781074524,0,-0.8090149760246277,0.4539630115032196,0,-0.8909879922866821,0.4539630115032196,0,-0.8909879922866821,0.4539630115032196,0,-0.8909879922866821,0.4539630115032196,0,-0.8909879922866821,0.3089999854564667,0,-0.9510480165481567,0.4539630115032196,0,-0.8909879922866821,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.15640699863433838,0,-0.9876710176467896,0.3089999854564667,0,-0.9510480165481567,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.039246801286935806,0,-0.9992070198059082,0.15640699863433838,0,-0.9876710176467896,0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0.8265330195426941,-0.003936890047043562,0.5628529787063599,0.780206024646759,0.01974550075829029,0.6252020001411438,0.801842987537384,0.01535080000758171,0.5973079800605774,0.1595810055732727,-0.000030518498533638194,0.9871820211410522,0.07959230244159698,0.002258369931951165,0.9967960119247437,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.07959230244159698,0.002258369931951165,0.9967960119247437,0.0393994003534317,0.0003051850071642548,0.9992070198059082,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.0393994003534317,0.0003051850071642548,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.1595810055732727,-0.000030518498533638194,0.9871820211410522,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.23459599912166595,0.0014648899668827653,0.9720759987831116,0.23459599912166595,0.0014648899668827653,0.9720759987831116,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.3077490031719208,0.000030518498533638194,0.9514449834823608,0.23459599912166595,0.0014648899668827653,0.9720759987831116,0.3077490031719208,0.000030518498533638194,0.9514449834823608,0.30195000767707825,-0.019501300528645515,0.9530929923057556,0.30195000767707825,-0.019501300528645515,0.9530929923057556,0.3077490031719208,0.000030518498533638194,0.9514449834823608,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.30195000767707825,-0.019501300528645515,0.9530929923057556,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.33365899324417114,-0.10681500285863876,0.9365829825401306,0.5879700183868408,0.0039979200810194016,0.8088319897651672,0.5438089966773987,0.02148500084877014,0.8389229774475098,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.5438089966773987,0.02148500084877014,0.8389229774475098,0.4803610146045685,0.003051850013434887,0.8770409822463989,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.4803610146045685,0.003051850013434887,0.8770409822463989,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.4803610146045685,0.003051850013434887,0.8770409822463989,0.40488898754119873,0.021973300725221634,0.9140899777412415,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.40488898754119873,0.021973300725221634,0.9140899777412415,0.33365899324417114,-0.10681500285863876,0.9365829825401306,0.801842987537384,0.01535080000758171,0.5973079800605774,0.780206024646759,0.01974550075829029,0.6252020001411438,0.6990879774093628,0.017273500561714172,0.7147740125656128,0.780206024646759,0.01974550075829029,0.6252020001411438,0.7585070133209229,-0.03277689963579178,0.6508070230484009,0.6990879774093628,0.017273500561714172,0.7147740125656128,0.6990879774093628,0.017273500561714172,0.7147740125656128,0.7585070133209229,-0.03277689963579178,0.6508070230484009,0.6722620129585266,0.020844100043177605,0.739982008934021,0.6990879774093628,0.017273500561714172,0.7147740125656128,0.6722620129585266,0.020844100043177605,0.739982008934021,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.6722620129585266,0.020844100043177605,0.739982008934021,0.6622210144996643,-0.043855100870132446,0.7480090260505676,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.6622210144996643,-0.043855100870132446,0.7480090260505676,0.5879700183868408,0.0039979200810194016,0.8088319897651672,0.950652003288269,0.0003051850071642548,0.31022098660469055,0.9216279983520508,-0.00009155549923889339,0.38801199197769165,0.8812829852104187,0.019714999943971634,0.472121000289917,0.8812829852104187,0.019714999943971634,0.472121000289917,0.9216279983520508,-0.00009155549923889339,0.38801199197769165,0.875361979007721,0.01986760087311268,0.4829860031604767,0.8812829852104187,0.019714999943971634,0.472121000289917,0.875361979007721,0.01986760087311268,0.4829860031604767,0.801842987537384,0.01535080000758171,0.5973079800605774,0.801842987537384,0.01535080000758171,0.5973079800605774,0.875361979007721,0.01986760087311268,0.4829860031604767,0.873134970664978,-0.08139289915561676,0.48057499527931213,0.801842987537384,0.01535080000758171,0.5973079800605774,0.873134970664978,-0.08139289915561676,0.48057499527931213,0.8265330195426941,-0.003936890047043562,0.5628529787063599,0.9890739917755127,0.03894159942865372,0.14203299582004547,0.9784839749336243,-0.015015100128948689,0.2056639939546585,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9784839749336243,-0.015015100128948689,0.2056639939546585,0.9669479727745056,-0.01800590008497238,0.2542499899864197,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9669479727745056,-0.01800590008497238,0.2542499899864197,0.950652003288269,0.0003051850071642548,0.31022098660469055,0.950652003288269,0.0003051850071642548,0.31022098660469055,0.9669479727745056,-0.01800590008497238,0.2542499899864197,0.9481800198554993,0.03961300104856491,0.3152259886264801,0.950652003288269,0.0003051850071642548,0.31022098660469055,0.9481800198554993,0.03961300104856491,0.3152259886264801,0.9216279983520508,-0.00009155549923889339,0.38801199197769165,0.9890739917755127,0.03894159942865372,0.14203299582004547,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9967650175094604,-0.01089510042220354,0.07953120023012161,0.9967650175094604,-0.01089510042220354,0.07953120023012161,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9967650175094604,-0.01089510042220354,0.07953120023012161,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9998469948768616,0,0.01596119999885559,0,0.000030518498533638194,1,-0.01596119999885559,0,0.9998469948768616,-0.028931500390172005,-0.01080359984189272,0.9995120167732239,0.039246801286935806,0,0.9992070198059082,0.0393994003534317,0.0003051850071642548,0.9992070198059082,0,0.000030518498533638194,1,0,0.000030518498533638194,1,0,0,1,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0,0,1,0,0,1,0.039246801286935806,0,0.9992070198059082,0,0,1,-0.028931500390172005,-0.01080359984189272,0.9995120167732239,-0.028931500390172005,-0.01080359984189272,0.9995120167732239,0,0,1,0,0,1,-0.028931500390172005,-0.01080359984189272,0.9995120167732239,0,0,1,0,0.000030518498533638194,1,-0.6506850123405457,-0.03283790126442909,0.7585989832878113,-0.739982008934021,0.02087469957768917,0.6722620129585266,-0.7147740125656128,0.01730399951338768,0.6991180181503296,-0.9871820211410522,-0.000030518498533638194,0.15949000418186188,-0.9968259930610657,0.002258369931951165,0.07953120023012161,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9968259930610657,0.002258369931951165,0.07953120023012161,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-0.9992070198059082,0,0.039246801286935806,-0.9871820211410522,-0.000030518498533638194,0.15949000418186188,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9719539880752563,0.001434369944036007,0.23505400121212006,-0.9719539880752563,0.001434369944036007,0.23505400121212006,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9512010216712952,-0.0029297799337655306,0.30848100781440735,-0.9719539880752563,0.001434369944036007,0.23505400121212006,-0.9512010216712952,-0.0029297799337655306,0.30848100781440735,-0.9601119756698608,0.0008545179734937847,0.2795189917087555,-0.808771014213562,0.0039979200810194016,0.5880609750747681,-0.8389229774475098,0.021637599915266037,0.5438089966773987,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8389229774475098,0.021637599915266037,0.5438089966773987,-0.8770099878311157,0.0030213301070034504,0.4804219901561737,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8770099878311157,0.0030213301070034504,0.4804219901561737,-0.8970310091972351,0.00463881017640233,0.44190800189971924,-0.8970310091972351,0.00463881017640233,0.44190800189971924,-0.8770099878311157,0.0030213301070034504,0.4804219901561737,-0.9176309704780579,0.0148930000141263,0.3970760107040405,-0.8970310091972351,0.00463881017640233,0.44190800189971924,-0.9176309704780579,0.0148930000141263,0.3970760107040405,-0.9512010216712952,-0.0029297799337655306,0.30848100781440735,-0.9512010216712952,-0.0029297799337655306,0.30848100781440735,-0.9176309704780579,0.0148930000141263,0.3970760107040405,-0.9284340143203735,-0.01638839952647686,0.37107500433921814,-0.9512010216712952,-0.0029297799337655306,0.30848100781440735,-0.9284340143203735,-0.01638839952647686,0.37107500433921814,-0.9601119756698608,0.0008545179734937847,0.2795189917087555,-0.7147740125656128,0.01730399951338768,0.6991180181503296,-0.739982008934021,0.02087469957768917,0.6722620129585266,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.739982008934021,0.02087469957768917,0.6722620129585266,-0.7478259801864624,-0.04419080168008804,0.6623740196228027,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.7478259801864624,-0.04419080168008804,0.6623740196228027,-0.808771014213562,0.0039979200810194016,0.5880609750747681,-0.6506850123405457,-0.03283790126442909,0.7585989832878113,-0.7147740125656128,0.01730399951338768,0.6991180181503296,-0.6251720190048218,0.019684400409460068,0.780206024646759,-0.6251720190048218,0.019684400409460068,0.780206024646759,-0.7147740125656128,0.01730399951338768,0.6991180181503296,-0.6032590270042419,0.012115799821913242,0.7974179983139038,-0.6251720190048218,0.019684400409460068,0.780206024646759,-0.6032590270042419,0.012115799821913242,0.7974179983139038,-0.5550400018692017,-0.017548099160194397,0.8316289782524109,-0.5550400018692017,-0.017548099160194397,0.8316289782524109,-0.6032590270042419,0.012115799821913242,0.7974179983139038,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.5550400018692017,-0.017548099160194397,0.8316289782524109,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.5209810137748718,-0.03778190165758133,0.8527179956436157,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.38804298639297485,0,0.9216279983520508,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.38804298639297485,0,0.9216279983520508,-0.46055498719215393,0.040589600801467896,0.8866850137710571,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.46055498719215393,0.040589600801467896,0.8866850137710571,-0.5209810137748718,-0.03778190165758133,0.8527179956436157,-0.14200299978256226,0.03894159942865372,0.9890739917755127,-0.2056339979171753,-0.0148930000141263,0.9784839749336243,-0.15366099774837494,0.00015259299834724516,0.9880980253219604,-0.15366099774837494,0.00015259299834724516,0.9880980253219604,-0.2056339979171753,-0.0148930000141263,0.9784839749336243,-0.2542499899864197,-0.017975399270653725,0.9669479727745056,-0.15366099774837494,0.00015259299834724516,0.9880980253219604,-0.2542499899864197,-0.017975399270653725,0.9669479727745056,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.2542499899864197,-0.017975399270653725,0.9669479727745056,-0.31510400772094727,0.03964350000023842,0.9482100009918213,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.31510400772094727,0.03964350000023842,0.9482100009918213,-0.38804298639297485,0,0.9216279983520508,-0.14200299978256226,0.03894159942865372,0.9890739917755127,-0.15366099774837494,0.00015259299834724516,0.9880980253219604,-0.0795006975531578,-0.010925600305199623,0.9967650175094604,-0.0795006975531578,-0.010925600305199623,0.9967650175094604,-0.15366099774837494,0.00015259299834724516,0.9880980253219604,-0.028931500390172005,-0.01080359984189272,0.9995120167732239,-0.0795006975531578,-0.010925600305199623,0.9967650175094604,-0.028931500390172005,-0.01080359984189272,0.9995120167732239,-0.01596119999885559,0,0.9998469948768616,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-0.9998469948768616,0,-0.01596119999885559,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-1,0,0,-1,0,0,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-0.8265330195426941,-0.003875850001350045,-0.5628529787063599,-0.780174970626831,0.0197759997099638,-0.6252020001411438,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.1595810055732727,0,-0.9871820211410522,-0.07959230244159698,0.002258369931951165,-0.9967960119247437,-0.1561329960823059,0.00033570401137694716,-0.9877319931983948,-0.1561329960823059,0.00033570401137694716,-0.9877319931983948,-0.07959230244159698,0.002258369931951165,-0.9967960119247437,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,-0.1561329960823059,0.00033570401137694716,-0.9877319931983948,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.1595810055732727,0,-0.9871820211410522,-0.1561329960823059,0.00033570401137694716,-0.9877319931983948,-0.23462599515914917,0.0014648899668827653,-0.9720759987831116,-0.23462599515914917,0.0014648899668827653,-0.9720759987831116,-0.1561329960823059,0.00033570401137694716,-0.9877319931983948,-0.3077490031719208,0,-0.9514449834823608,-0.23462599515914917,0.0014648899668827653,-0.9720759987831116,-0.3077490031719208,0,-0.9514449834823608,-0.30195000767707825,-0.01956240087747574,-0.9530929923057556,-0.30195000767707825,-0.01956240087747574,-0.9530929923057556,-0.3077490031719208,0,-0.9514449834823608,-0.44807299971580505,-0.0019837000872939825,-0.893979012966156,-0.30195000767707825,-0.01956240087747574,-0.9530929923057556,-0.44807299971580505,-0.0019837000872939825,-0.893979012966156,-0.33359798789024353,-0.10708899796009064,-0.9365829825401306,-0.5879700183868408,0.004028439987450838,-0.8088629841804504,-0.5438399910926819,0.02148500084877014,-0.8388929963111877,-0.5883659720420837,-0.001129179960116744,-0.8085569739341736,-0.5883659720420837,-0.001129179960116744,-0.8085569739341736,-0.5438399910926819,0.02148500084877014,-0.8388929963111877,-0.4803610146045685,0.003051850013434887,-0.8770409822463989,-0.5883659720420837,-0.001129179960116744,-0.8085569739341736,-0.4803610146045685,0.003051850013434887,-0.8770409822463989,-0.44807299971580505,-0.0019837000872939825,-0.893979012966156,-0.44807299971580505,-0.0019837000872939825,-0.893979012966156,-0.4803610146045685,0.003051850013434887,-0.8770409822463989,-0.4048590064048767,0.021973300725221634,-0.9140899777412415,-0.44807299971580505,-0.0019837000872939825,-0.893979012966156,-0.4048590064048767,0.021973300725221634,-0.9140899777412415,-0.33359798789024353,-0.10708899796009064,-0.9365829825401306,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.780174970626831,0.0197759997099638,-0.6252020001411438,-0.6990879774093628,0.017273500561714172,-0.714805006980896,-0.780174970626831,0.0197759997099638,-0.6252020001411438,-0.7584760189056396,-0.032807398587465286,-0.6508380174636841,-0.6990879774093628,0.017273500561714172,-0.714805006980896,-0.6990879774093628,0.017273500561714172,-0.714805006980896,-0.7584760189056396,-0.032807398587465286,-0.6508380174636841,-0.6722620129585266,0.020844100043177605,-0.739982008934021,-0.6990879774093628,0.017273500561714172,-0.714805006980896,-0.6722620129585266,0.020844100043177605,-0.739982008934021,-0.5883659720420837,-0.001129179960116744,-0.8085569739341736,-0.5883659720420837,-0.001129179960116744,-0.8085569739341736,-0.6722620129585266,0.020844100043177605,-0.739982008934021,-0.6621909737586975,-0.04391609877347946,-0.7480090260505676,-0.5883659720420837,-0.001129179960116744,-0.8085569739341736,-0.6621909737586975,-0.04391609877347946,-0.7480090260505676,-0.5879700183868408,0.004028439987450838,-0.8088629841804504,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.9216279983520508,-0.00009155549923889339,-0.38801199197769165,-0.8812829852104187,0.019714999943971634,-0.472121000289917,-0.8812829852104187,0.019714999943971634,-0.472121000289917,-0.9216279983520508,-0.00009155549923889339,-0.38801199197769165,-0.875361979007721,0.01986760087311268,-0.4830160140991211,-0.8812829852104187,0.019714999943971634,-0.472121000289917,-0.875361979007721,0.01986760087311268,-0.4830160140991211,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.875361979007721,0.01986760087311268,-0.4830160140991211,-0.873134970664978,-0.0813622996211052,-0.48057499527931213,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.873134970664978,-0.0813622996211052,-0.48057499527931213,-0.8265330195426941,-0.003875850001350045,-0.5628529787063599,-0.9890739917755127,0.03894159942865372,-0.14203299582004547,-0.9785150289535522,-0.0148930000141263,-0.2056030035018921,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9785150289535522,-0.0148930000141263,-0.2056030035018921,-0.9669479727745056,-0.01800590008497238,-0.2542189955711365,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9669479727745056,-0.01800590008497238,-0.2542189955711365,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.9669479727745056,-0.01800590008497238,-0.2542189955711365,-0.9481800198554993,0.03961300104856491,-0.3152259886264801,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.9481800198554993,0.03961300104856491,-0.3152259886264801,-0.9216279983520508,-0.00009155549923889339,-0.38801199197769165,-0.9890739917755127,0.03894159942865372,-0.14203299582004547,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9967650175094604,-0.01089510042220354,-0.07953120023012161,-0.9967650175094604,-0.01089510042220354,-0.07953120023012161,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9967650175094604,-0.01089510042220354,-0.07953120023012161,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9998469948768616,0,-0.01596119999885559,0,0,-1,0.01596119999885559,0,-0.9998469948768616,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,-0.039246801286935806,0,-0.9992070198059082,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,0,0,-1,0,0,-1,0,0,-0.9999690055847168,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,0,0,-0.9999690055847168,0,0,-0.9999690055847168,-0.039246801286935806,0,-0.9992070198059082,0,0,-0.9999690055847168,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0,0,-0.9999690055847168,0,0,-0.9999690055847168,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0,0,-0.9999690055847168,0,0,-1,0.6507160067558289,-0.0328684002161026,-0.7585989832878113,0.739982008934021,0.020844100043177605,-0.6722620129585266,0.7147740125656128,0.017273500561714172,-0.6991180181503296,0.9872130155563354,-0.00006103699706727639,-0.15927599370479584,0.9968259930610657,0.002258369931951165,-0.0793175995349884,0.9877319931983948,0.0003051850071642548,-0.1561329960823059,0.9877319931983948,0.0003051850071642548,-0.1561329960823059,0.9968259930610657,0.002258369931951165,-0.0793175995349884,0.9992070198059082,0.0003051850071642548,-0.0393994003534317,0.9877319931983948,0.0003051850071642548,-0.1561329960823059,0.9992070198059082,0.0003051850071642548,-0.0393994003534317,0.9992070198059082,0,-0.039246801286935806,0.9872130155563354,-0.00006103699706727639,-0.15927599370479584,0.9877319931983948,0.0003051850071642548,-0.1561329960823059,0.9719539880752563,0.0014038500376045704,-0.23505400121212006,0.9719539880752563,0.0014038500376045704,-0.23505400121212006,0.9877319931983948,0.0003051850071642548,-0.1561329960823059,0.9512010216712952,-0.0029603000730276108,-0.30851200222969055,0.9719539880752563,0.0014038500376045704,-0.23505400121212006,0.9512010216712952,-0.0029603000730276108,-0.30851200222969055,0.9601119756698608,0.0008545179734937847,-0.2795799970626831,0.8088020086288452,0.0039979200810194016,-0.588030993938446,0.8388929963111877,0.021637599915266037,-0.5438089966773987,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8388929963111877,0.021637599915266037,-0.5438089966773987,0.8770099878311157,0.003051850013434887,-0.4804219901561737,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8770099878311157,0.003051850013434887,-0.4804219901561737,0.8970310091972351,0.0046082898043096066,-0.44190800189971924,0.8970310091972351,0.0046082898043096066,-0.44190800189971924,0.8770099878311157,0.003051850013434887,-0.4804219901561737,0.9176309704780579,0.0148930000141263,-0.3970760107040405,0.8970310091972351,0.0046082898043096066,-0.44190800189971924,0.9176309704780579,0.0148930000141263,-0.3970760107040405,0.9512010216712952,-0.0029603000730276108,-0.30851200222969055,0.9512010216712952,-0.0029603000730276108,-0.30851200222969055,0.9176309704780579,0.0148930000141263,-0.3970760107040405,0.9284039735794067,-0.01638839952647686,-0.37113600969314575,0.9512010216712952,-0.0029603000730276108,-0.30851200222969055,0.9284039735794067,-0.01638839952647686,-0.37113600969314575,0.9601119756698608,0.0008545179734937847,-0.2795799970626831,0.7147740125656128,0.017273500561714172,-0.6991180181503296,0.739982008934021,0.020844100043177605,-0.6722620129585266,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.739982008934021,0.020844100043177605,-0.6722620129585266,0.7478560209274292,-0.04419080168008804,-0.6623740196228027,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.7478560209274292,-0.04419080168008804,-0.6623740196228027,0.8088020086288452,0.0039979200810194016,-0.588030993938446,0.6507160067558289,-0.0328684002161026,-0.7585989832878113,0.7147740125656128,0.017273500561714172,-0.6991180181503296,0.6251720190048218,0.01965389959514141,-0.780206024646759,0.6251720190048218,0.01965389959514141,-0.780206024646759,0.7147740125656128,0.017273500561714172,-0.6991180181503296,0.6032590270042419,0.012115799821913242,-0.7974179983139038,0.6251720190048218,0.01965389959514141,-0.780206024646759,0.6032590270042419,0.012115799821913242,-0.7974179983139038,0.5550100207328796,-0.01751760020852089,-0.8316289782524109,0.5550100207328796,-0.01751760020852089,-0.8316289782524109,0.6032590270042419,0.012115799821913242,-0.7974179983139038,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.5550100207328796,-0.01751760020852089,-0.8316289782524109,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.520950973033905,-0.03765980154275894,-0.8527479767799377,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.38804298639297485,-0.000030518498533638194,-0.9216279983520508,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.38804298639297485,-0.000030518498533638194,-0.9216279983520508,0.46055498719215393,0.040589600801467896,-0.8866850137710571,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.46055498719215393,0.040589600801467896,-0.8866850137710571,0.520950973033905,-0.03765980154275894,-0.8527479767799377,0.14200299978256226,0.03894159942865372,-0.9890739917755127,0.2056339979171753,-0.0148930000141263,-0.9784839749336243,0.15366099774837494,0.00012207399413455278,-0.9880980253219604,0.15366099774837494,0.00012207399413455278,-0.9880980253219604,0.2056339979171753,-0.0148930000141263,-0.9784839749336243,0.2542499899864197,-0.01800590008497238,-0.9669479727745056,0.15366099774837494,0.00012207399413455278,-0.9880980253219604,0.2542499899864197,-0.01800590008497238,-0.9669479727745056,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.2542499899864197,-0.01800590008497238,-0.9669479727745056,0.31510400772094727,0.0395519994199276,-0.9482100009918213,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.31510400772094727,0.0395519994199276,-0.9482100009918213,0.38804298639297485,-0.000030518498533638194,-0.9216279983520508,0.14200299978256226,0.03894159942865372,-0.9890739917755127,0.15366099774837494,0.00012207399413455278,-0.9880980253219604,0.0795006975531578,-0.010956100188195705,-0.9967650175094604,0.0795006975531578,-0.010956100188195705,-0.9967650175094604,0.15366099774837494,0.00012207399413455278,-0.9880980253219604,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0.0795006975531578,-0.010956100188195705,-0.9967650175094604,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0.01596119999885559,0,-0.9998469948768616,1,0,0,0.9992070198059082,0,-0.039246801286935806,1,0,0,1,0,0,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0.0003051850071642548,-0.0393994003534317,0.9998469948768616,0,0.01596119999885559,0.9995120167732239,-0.01080359984189272,0.028931500390172005,1,0,0,1,0,0,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9992070198059082,0,-0.039246801286935806,1,0,0,0.9992070198059082,0,-0.039246801286935806,1,0,0,1,0,0,0.9992070198059082,0,-0.039246801286935806,1,0,0,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.15640699863433838,0,0.9876710176467896,0.039246801286935806,0,0.9992070198059082,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.3089999854564667,0,0.9510480165481567,0.15640699863433838,0,0.9876710176467896,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.4539929926395416,0,0.8909879922866821,0.3089999854564667,0,0.9510480165481567,0.4539929926395416,0,0.8909879922866821,0.4539929926395416,0,0.8909879922866821,0.4539929926395416,0,0.8909879922866821,0.4539929926395416,0,0.8909879922866821,0.5877559781074524,0,0.8090149760246277,0.4539929926395416,0,0.8909879922866821,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.707082986831665,0,0.707082986831665,0.5877559781074524,0,0.8090149760246277,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.8090149760246277,0,0.5877559781074524,0.707082986831665,0,0.707082986831665,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8909879922866821,0,0.4539630115032196,0.8090149760246277,0,0.5877559781074524,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.9510480165481567,0,0.3089999854564667,0.8909879922866821,0,0.4539630115032196,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9876710176467896,0,0.15640699863433838,0.9510480165481567,0,0.3089999854564667,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9992070198059082,0,0.039246801286935806,0.9876710176467896,0,0.15640699863433838,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9876710176467896,0,0.15640699863433838,-0.9992070198059082,0,0.039246801286935806,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9510480165481567,0,0.3089999854564667,-0.9876710176467896,0,0.15640699863433838,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.8909879922866821,0,0.4539929926395416,-0.9510480165481567,0,0.3089999854564667,-0.8909879922866821,0,0.4539929926395416,-0.8909879922866821,0,0.4539929926395416,-0.8909879922866821,0,0.4539929926395416,-0.8909879922866821,0,0.4539929926395416,-0.8090149760246277,0,0.5877559781074524,-0.8909879922866821,0,0.4539929926395416,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.707082986831665,0,0.707082986831665,-0.8090149760246277,0,0.5877559781074524,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.5877559781074524,0,0.8090149760246277,-0.707082986831665,0,0.707082986831665,-0.5877559781074524,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.4539630115032196,0,0.8909879922866821,-0.5877559781074524,0,0.8090149760246277,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.3089999854564667,0,0.9510480165481567,-0.4539630115032196,0,0.8909879922866821,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.15640699863433838,0,0.9876710176467896,-0.3089999854564667,0,0.9510480165481567,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.039246801286935806,0,0.9992070198059082,-0.15640699863433838,0,0.9876710176467896,-0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.15640699863433838,0,-0.9876710176467896,-0.039246801286935806,0,-0.9992070198059082,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.3089999854564667,0,-0.9510480165481567,-0.15640699863433838,0,-0.9876710176467896,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.4539630115032196,0,-0.8909879922866821,-0.3089999854564667,0,-0.9510480165481567,-0.4539630115032196,0,-0.8909879922866821,-0.4539630115032196,0,-0.8909879922866821,-0.4539630115032196,0,-0.8909879922866821,-0.4539630115032196,0,-0.8909879922866821,-0.5877559781074524,0,-0.8090149760246277,-0.4539630115032196,0,-0.8909879922866821,-0.5877559781074524,0,-0.8090149760246277,-0.5877559781074524,0,-0.8090149760246277,-0.5877559781074524,0,-0.8090149760246277,-0.5877559781074524,0,-0.8090149760246277,-0.707082986831665,0,-0.707082986831665,-0.5877559781074524,0,-0.8090149760246277,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.8090149760246277,0,-0.5877559781074524,-0.707082986831665,0,-0.707082986831665,-0.8090149760246277,0,-0.5877559781074524,-0.8090149760246277,0,-0.5877559781074524,-0.8090149760246277,0,-0.5877559781074524,-0.8090149760246277,0,-0.5877559781074524,-0.8909879922866821,0,-0.4539630115032196,-0.8090149760246277,0,-0.5877559781074524,-0.8909879922866821,0,-0.4539630115032196,-0.8909879922866821,0,-0.4539630115032196,-0.8909879922866821,0,-0.4539630115032196,-0.8909879922866821,0,-0.4539630115032196,-0.9510480165481567,0,-0.3089999854564667,-0.8909879922866821,0,-0.4539630115032196,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9876710176467896,0,-0.15640699863433838,-0.9510480165481567,0,-0.3089999854564667,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9992070198059082,0,-0.039246801286935806,-0.9876710176467896,0,-0.15640699863433838,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9876710176467896,0,-0.15640699863433838,0.9992070198059082,0,-0.039246801286935806,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9510480165481567,0,-0.3089999854564667,0.9876710176467896,0,-0.15640699863433838,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.8909879922866821,0,-0.4539630115032196,0.9510480165481567,0,-0.3089999854564667,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8090149760246277,0,-0.5877559781074524,0.8909879922866821,0,-0.4539630115032196,0.8090149760246277,0,-0.5877559781074524,0.8090149760246277,0,-0.5877559781074524,0.8090149760246277,0,-0.5877559781074524,0.8090149760246277,0,-0.5877559781074524,0.707082986831665,0,-0.7071139812469482,0.8090149760246277,0,-0.5877559781074524,0.707082986831665,0,-0.7071139812469482,0.707082986831665,0,-0.7071139812469482,0.707082986831665,0,-0.7071139812469482,0.707082986831665,0,-0.7071139812469482,0.5877559781074524,0,-0.8090149760246277,0.707082986831665,0,-0.7071139812469482,0.5877559781074524,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.4539630115032196,0,-0.8909879922866821,0.5877559781074524,0,-0.8090149760246277,0.4539630115032196,0,-0.8909879922866821,0.4539630115032196,0,-0.8909879922866821,0.4539630115032196,0,-0.8909879922866821,0.4539630115032196,0,-0.8909879922866821,0.3089999854564667,0,-0.9510480165481567,0.4539630115032196,0,-0.8909879922866821,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.15640699863433838,0,-0.9876710176467896,0.3089999854564667,0,-0.9510480165481567,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.039246801286935806,0,-0.9992070198059082,0.15640699863433838,0,-0.9876710176467896,0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0.8265330195426941,-0.0039979200810194016,0.5628529787063599,0.780174970626831,0.01974550075829029,0.6252020001411438,0.801842987537384,0.01535080000758171,0.5972779989242554,0.1595509946346283,-0.00006103699706727639,0.9871820211410522,0.07956179976463318,0.0022278500255197287,0.9967960119247437,0.1561329960823059,0.0003051850071642548,0.9877319931983948,0.1561329960823059,0.0003051850071642548,0.9877319931983948,0.07956179976463318,0.0022278500255197287,0.9967960119247437,0.0393994003534317,0.0003051850071642548,0.9992070198059082,0.1561329960823059,0.0003051850071642548,0.9877319931983948,0.0393994003534317,0.0003051850071642548,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.1595509946346283,-0.00006103699706727639,0.9871820211410522,0.1561329960823059,0.0003051850071642548,0.9877319931983948,0.2348089963197708,0.0014648899668827653,0.9720150232315063,0.2348089963197708,0.0014648899668827653,0.9720150232315063,0.1561329960823059,0.0003051850071642548,0.9877319931983948,0.3077490031719208,0.00006103699706727639,0.9514449834823608,0.2348089963197708,0.0014648899668827653,0.9720150232315063,0.3077490031719208,0.00006103699706727639,0.9514449834823608,0.3021329939365387,-0.01956240087747574,0.9530320167541504,0.3021329939365387,-0.01956240087747574,0.9530320167541504,0.3077490031719208,0.00006103699706727639,0.9514449834823608,0.44810301065444946,-0.0019837000872939825,0.893979012966156,0.3021329939365387,-0.01956240087747574,0.9530320167541504,0.44810301065444946,-0.0019837000872939825,0.893979012966156,0.33362799882888794,-0.10708899796009064,0.9365829825401306,0.5879999995231628,0.0039979200810194016,0.8088319897651672,0.5438089966773987,0.02148500084877014,0.8388929963111877,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.5438089966773987,0.02148500084877014,0.8388929963111877,0.4803610146045685,0.003051850013434887,0.8770409822463989,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.4803610146045685,0.003051850013434887,0.8770409822463989,0.44810301065444946,-0.0019837000872939825,0.893979012966156,0.44810301065444946,-0.0019837000872939825,0.893979012966156,0.4803610146045685,0.003051850013434887,0.8770409822463989,0.40488898754119873,0.021973300725221634,0.9140899777412415,0.44810301065444946,-0.0019837000872939825,0.893979012966156,0.40488898754119873,0.021973300725221634,0.9140899777412415,0.33362799882888794,-0.10708899796009064,0.9365829825401306,0.801842987537384,0.01535080000758171,0.5972779989242554,0.780174970626831,0.01974550075829029,0.6252020001411438,0.6990879774093628,0.01730399951338768,0.714805006980896,0.780174970626831,0.01974550075829029,0.6252020001411438,0.7585070133209229,-0.03274640068411827,0.6508070230484009,0.6990879774093628,0.01730399951338768,0.714805006980896,0.6990879774093628,0.01730399951338768,0.714805006980896,0.7585070133209229,-0.03274640068411827,0.6508070230484009,0.6722620129585266,0.020844100043177605,0.739982008934021,0.6990879774093628,0.01730399951338768,0.714805006980896,0.6722620129585266,0.020844100043177605,0.739982008934021,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.6722620129585266,0.020844100043177605,0.739982008934021,0.6621909737586975,-0.043855100870132446,0.7480090260505676,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.6621909737586975,-0.043855100870132446,0.7480090260505676,0.5879999995231628,0.0039979200810194016,0.8088319897651672,0.950652003288269,0.00027466699248179793,0.31022098660469055,0.9216279983520508,-0.00012207399413455278,0.38804298639297485,0.8812829852104187,0.019684400409460068,0.472121000289917,0.8812829852104187,0.019684400409460068,0.472121000289917,0.9216279983520508,-0.00012207399413455278,0.38804298639297485,0.875361979007721,0.019836999475955963,0.4830160140991211,0.8812829852104187,0.019684400409460068,0.472121000289917,0.875361979007721,0.019836999475955963,0.4830160140991211,0.801842987537384,0.01535080000758171,0.5972779989242554,0.801842987537384,0.01535080000758171,0.5972779989242554,0.875361979007721,0.019836999475955963,0.4830160140991211,0.8731650114059448,-0.08142340183258057,0.48054400086402893,0.801842987537384,0.01535080000758171,0.5972779989242554,0.8731650114059448,-0.08142340183258057,0.48054400086402893,0.8265330195426941,-0.0039979200810194016,0.5628529787063599,0.9890739917755127,0.03894159942865372,0.14203299582004547,0.9784839749336243,-0.014984600245952606,0.2056950032711029,0.9880980253219604,0.00012207399413455278,0.15369099378585815,0.9880980253219604,0.00012207399413455278,0.15369099378585815,0.9784839749336243,-0.014984600245952606,0.2056950032711029,0.9669479727745056,-0.01803640089929104,0.2542499899864197,0.9880980253219604,0.00012207399413455278,0.15369099378585815,0.9669479727745056,-0.01803640089929104,0.2542499899864197,0.950652003288269,0.00027466699248179793,0.31022098660469055,0.950652003288269,0.00027466699248179793,0.31022098660469055,0.9669479727745056,-0.01803640089929104,0.2542499899864197,0.9481800198554993,0.03961300104856491,0.3152259886264801,0.950652003288269,0.00027466699248179793,0.31022098660469055,0.9481800198554993,0.03961300104856491,0.3152259886264801,0.9216279983520508,-0.00012207399413455278,0.38804298639297485,0.9890739917755127,0.03894159942865372,0.14203299582004547,0.9880980253219604,0.00012207399413455278,0.15369099378585815,0.9967650175094604,-0.010864599607884884,0.07953120023012161,0.9967650175094604,-0.010864599607884884,0.07953120023012161,0.9880980253219604,0.00012207399413455278,0.15369099378585815,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9967650175094604,-0.010864599607884884,0.07953120023012161,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9998469948768616,0,0.01596119999885559,0.0393994003534317,0.0003051850071642548,0.9992070198059082,0,0.000030518498533638194,1,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0,0.000030518498533638194,1,0,0,1,-0.01596119999885559,0,0.9998469948768616,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,0,0,1,0,0,1,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,0.039246801286935806,0,0.9992070198059082,0,0,1,0.039246801286935806,0,0.9992070198059082,0,0,1,0,0,1,0.039246801286935806,0,0.9992070198059082,0,0,1,0,0,1,0,0,1,0,0,1,-0.6506850123405457,-0.03283790126442909,0.7585989832878113,-0.739982008934021,0.02087469957768917,0.6722620129585266,-0.7147740125656128,0.017334500327706337,0.6991180181503296,-0.9871820211410522,-0.000030518498533638194,0.15949000418186188,-0.9968259930610657,0.002258369931951165,0.07953120023012161,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9968259930610657,0.002258369931951165,0.07953120023012161,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-0.9992070198059082,0,0.039246801286935806,-0.9871820211410522,-0.000030518498533638194,0.15949000418186188,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9720450043678284,0.001434369944036007,0.23465700447559357,-0.9720450043678284,0.001434369944036007,0.23465700447559357,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9512010216712952,-0.0029297799337655306,0.30848100781440735,-0.9720450043678284,0.001434369944036007,0.23465700447559357,-0.9512010216712952,-0.0029297799337655306,0.30848100781440735,-0.9602339863777161,0.0008239999879151583,0.2791529893875122,-0.8088020086288452,0.004028439987450838,0.588030993938446,-0.8388929963111877,0.021637599915266037,0.5438399910926819,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8388929963111877,0.021637599915266037,0.5438399910926819,-0.8770409822463989,0.0030213301070034504,0.4803920090198517,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8770409822463989,0.0030213301070034504,0.4803920090198517,-0.8970310091972351,0.0046082898043096066,0.44190800189971924,-0.8970310091972351,0.0046082898043096066,0.44190800189971924,-0.8770409822463989,0.0030213301070034504,0.4803920090198517,-0.9176610112190247,0.0148930000141263,0.3970459997653961,-0.8970310091972351,0.0046082898043096066,0.44190800189971924,-0.9176610112190247,0.0148930000141263,0.3970459997653961,-0.9512010216712952,-0.0029297799337655306,0.30848100781440735,-0.9512010216712952,-0.0029297799337655306,0.30848100781440735,-0.9176610112190247,0.0148930000141263,0.3970459997653961,-0.9284340143203735,-0.01638839952647686,0.37110498547554016,-0.9512010216712952,-0.0029297799337655306,0.30848100781440735,-0.9284340143203735,-0.01638839952647686,0.37110498547554016,-0.9602339863777161,0.0008239999879151583,0.2791529893875122,-0.7147740125656128,0.017334500327706337,0.6991180181503296,-0.739982008934021,0.02087469957768917,0.6722620129585266,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.739982008934021,0.02087469957768917,0.6722620129585266,-0.7478560209274292,-0.04412980005145073,0.6623430252075195,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.7478560209274292,-0.04412980005145073,0.6623430252075195,-0.8088020086288452,0.004028439987450838,0.588030993938446,-0.6506850123405457,-0.03283790126442909,0.7585989832878113,-0.7147740125656128,0.017334500327706337,0.6991180181503296,-0.6251720190048218,0.019684400409460068,0.780206024646759,-0.6251720190048218,0.019684400409460068,0.780206024646759,-0.7147740125656128,0.017334500327706337,0.6991180181503296,-0.6032590270042419,0.012115799821913242,0.7974179983139038,-0.6251720190048218,0.019684400409460068,0.780206024646759,-0.6032590270042419,0.012115799821913242,0.7974179983139038,-0.5550400018692017,-0.017578700557351112,0.8316289782524109,-0.5550400018692017,-0.017578700557351112,0.8316289782524109,-0.6032590270042419,0.012115799821913242,0.7974179983139038,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.5550400018692017,-0.017578700557351112,0.8316289782524109,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.521012008190155,-0.03781240060925484,0.8526870012283325,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.38804298639297485,0,0.9216279983520508,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.38804298639297485,0,0.9216279983520508,-0.46055498719215393,0.04055910184979439,0.8866850137710571,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.46055498719215393,0.04055910184979439,0.8866850137710571,-0.521012008190155,-0.03781240060925484,0.8526870012283325,-0.14200299978256226,0.03894159942865372,0.9890739917755127,-0.2056339979171753,-0.014862500131130219,0.9784839749336243,-0.15366099774837494,0.00015259299834724516,0.9880980253219604,-0.15366099774837494,0.00015259299834724516,0.9880980253219604,-0.2056339979171753,-0.014862500131130219,0.9784839749336243,-0.2542499899864197,-0.017944900318980217,0.9669479727745056,-0.15366099774837494,0.00015259299834724516,0.9880980253219604,-0.2542499899864197,-0.017944900318980217,0.9669479727745056,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.2542499899864197,-0.017944900318980217,0.9669479727745056,-0.31510400772094727,0.03961300104856491,0.9482100009918213,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.31510400772094727,0.03961300104856491,0.9482100009918213,-0.38804298639297485,0,0.9216279983520508,-0.14200299978256226,0.03894159942865372,0.9890739917755127,-0.15366099774837494,0.00015259299834724516,0.9880980253219604,-0.0795006975531578,-0.010956100188195705,0.9967650175094604,-0.0795006975531578,-0.010956100188195705,0.9967650175094604,-0.15366099774837494,0.00015259299834724516,0.9880980253219604,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,-0.0795006975531578,-0.010956100188195705,0.9967650175094604,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,-0.01596119999885559,0,0.9998469948768616,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-0.9998469948768616,0,-0.01596119999885559,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-1,0,0,-1,0,0,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-0.8265020251274109,-0.0038453300949186087,-0.5628830194473267,-0.780206024646759,0.0197759997099638,-0.6251720190048218,-0.801842987537384,0.015411799773573875,-0.5973079800605774,-0.1595810055732727,0,-0.9871820211410522,-0.07959230244159698,0.0022888900712132454,-0.9967960119247437,-0.1561329960823059,0.00033570401137694716,-0.9877319931983948,-0.1561329960823059,0.00033570401137694716,-0.9877319931983948,-0.07959230244159698,0.0022888900712132454,-0.9967960119247437,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,-0.1561329960823059,0.00033570401137694716,-0.9877319931983948,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.1595810055732727,0,-0.9871820211410522,-0.1561329960823059,0.00033570401137694716,-0.9877319931983948,-0.23450399935245514,0.0014648899668827653,-0.9721059799194336,-0.23450399935245514,0.0014648899668827653,-0.9721059799194336,-0.1561329960823059,0.00033570401137694716,-0.9877319931983948,-0.3077490031719208,0,-0.9514449834823608,-0.23450399935245514,0.0014648899668827653,-0.9721059799194336,-0.3077490031719208,0,-0.9514449834823608,-0.3018589913845062,-0.019531799480319023,-0.9531239867210388,-0.3018589913845062,-0.019531799480319023,-0.9531239867210388,-0.3077490031719208,0,-0.9514449834823608,-0.44807299971580505,-0.0019837000872939825,-0.893979012966156,-0.3018589913845062,-0.019531799480319023,-0.9531239867210388,-0.44807299971580505,-0.0019837000872939825,-0.893979012966156,-0.33362799882888794,-0.1069670021533966,-0.9365829825401306,-0.5879700183868408,0.004028439987450838,-0.8088629841804504,-0.5438089966773987,0.02151549980044365,-0.8388929963111877,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.5438089966773987,0.02151549980044365,-0.8388929963111877,-0.4803610146045685,0.0030823699198663235,-0.8770409822463989,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.4803610146045685,0.0030823699198663235,-0.8770409822463989,-0.44807299971580505,-0.0019837000872939825,-0.893979012966156,-0.44807299971580505,-0.0019837000872939825,-0.893979012966156,-0.4803610146045685,0.0030823699198663235,-0.8770409822463989,-0.40488898754119873,0.021973300725221634,-0.9140899777412415,-0.44807299971580505,-0.0019837000872939825,-0.893979012966156,-0.40488898754119873,0.021973300725221634,-0.9140899777412415,-0.33362799882888794,-0.1069670021533966,-0.9365829825401306,-0.801842987537384,0.015411799773573875,-0.5973079800605774,-0.780206024646759,0.0197759997099638,-0.6251720190048218,-0.6990879774093628,0.01730399951338768,-0.714805006980896,-0.780206024646759,0.0197759997099638,-0.6251720190048218,-0.7584760189056396,-0.03277689963579178,-0.6508380174636841,-0.6990879774093628,0.01730399951338768,-0.714805006980896,-0.6990879774093628,0.01730399951338768,-0.714805006980896,-0.7584760189056396,-0.03277689963579178,-0.6508380174636841,-0.6722620129585266,0.020844100043177605,-0.739982008934021,-0.6990879774093628,0.01730399951338768,-0.714805006980896,-0.6722620129585266,0.020844100043177605,-0.739982008934021,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.6722620129585266,0.020844100043177605,-0.739982008934021,-0.6621909737586975,-0.04391609877347946,-0.7480090260505676,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.6621909737586975,-0.04391609877347946,-0.7480090260505676,-0.5879700183868408,0.004028439987450838,-0.8088629841804504,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.9216279983520508,-0.00012207399413455278,-0.38801199197769165,-0.8812829852104187,0.019684400409460068,-0.472121000289917,-0.8812829852104187,0.019684400409460068,-0.472121000289917,-0.9216279983520508,-0.00012207399413455278,-0.38801199197769165,-0.875361979007721,0.019836999475955963,-0.4829860031604767,-0.8812829852104187,0.019684400409460068,-0.472121000289917,-0.875361979007721,0.019836999475955963,-0.4829860031604767,-0.801842987537384,0.015411799773573875,-0.5973079800605774,-0.801842987537384,0.015411799773573875,-0.5973079800605774,-0.875361979007721,0.019836999475955963,-0.4829860031604767,-0.873134970664978,-0.08133179694414139,-0.48057499527931213,-0.801842987537384,0.015411799773573875,-0.5973079800605774,-0.873134970664978,-0.08133179694414139,-0.48057499527931213,-0.8265020251274109,-0.0038453300949186087,-0.5628830194473267,-0.9890739917755127,0.03894159942865372,-0.14200299978256226,-0.9784839749336243,-0.014984600245952606,-0.2056950032711029,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9784839749336243,-0.014984600245952606,-0.2056950032711029,-0.9669479727745056,-0.01803640089929104,-0.2542499899864197,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9669479727745056,-0.01803640089929104,-0.2542499899864197,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.9669479727745056,-0.01803640089929104,-0.2542499899864197,-0.9481800198554993,0.039582498371601105,-0.3152259886264801,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.9481800198554993,0.039582498371601105,-0.3152259886264801,-0.9216279983520508,-0.00012207399413455278,-0.38801199197769165,-0.9890739917755127,0.03894159942865372,-0.14200299978256226,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9967650175094604,-0.010864599607884884,-0.07953120023012161,-0.9967650175094604,-0.010864599607884884,-0.07953120023012161,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9967650175094604,-0.010864599607884884,-0.07953120023012161,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9998469948768616,0,-0.01596119999885559,0,0,-1,0.01596119999885559,0,-0.9998469948768616,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,-0.039246801286935806,0,-0.9992070198059082,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,0,0,-1,0,0,-1,0,0,-1,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,0,0,-1,0,0,-0.9999690055847168,-0.039246801286935806,0,-0.9992070198059082,0,0,-0.9999690055847168,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0,0,-0.9999690055847168,0,0,-1,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0,0,-1,0,0,-1,0.6506850123405457,-0.0328684002161026,-0.7585989832878113,0.739982008934021,0.02087469957768917,-0.6722620129585266,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.9873039722442627,0,-0.1586659997701645,0.9968870282173157,0.002319409977644682,-0.07870720326900482,0.9877319931983948,0.00033570401137694716,-0.1561020016670227,0.9877319931983948,0.00033570401137694716,-0.1561020016670227,0.9968870282173157,0.002319409977644682,-0.07870720326900482,0.9992070198059082,0.00033570401137694716,-0.0393994003534317,0.9877319931983948,0.00033570401137694716,-0.1561020016670227,0.9992070198059082,0.00033570401137694716,-0.0393994003534317,0.9992070198059082,0,-0.039246801286935806,0.9873039722442627,0,-0.1586659997701645,0.9877319931983948,0.00033570401137694716,-0.1561020016670227,0.9720450043678284,0.0014038500376045704,-0.23465700447559357,0.9720450043678284,0.0014038500376045704,-0.23465700447559357,0.9877319931983948,0.00033570401137694716,-0.1561020016670227,0.9512010216712952,-0.00299080996774137,-0.30851200222969055,0.9720450043678284,0.0014038500376045704,-0.23465700447559357,0.9512010216712952,-0.00299080996774137,-0.30851200222969055,0.960204005241394,0.0007934810128062963,-0.27924400568008423,0.8088020086288452,0.004028439987450838,-0.588030993938446,0.8388929963111877,0.021637599915266037,-0.5438399910926819,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8388929963111877,0.021637599915266037,-0.5438399910926819,0.8770099878311157,0.0030213301070034504,-0.4803920090198517,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8770099878311157,0.0030213301070034504,-0.4803920090198517,0.8970310091972351,0.004577780142426491,-0.44193899631500244,0.8970310091972351,0.004577780142426491,-0.44193899631500244,0.8770099878311157,0.0030213301070034504,-0.4803920090198517,0.9176309704780579,0.014862500131130219,-0.3970760107040405,0.8970310091972351,0.004577780142426491,-0.44193899631500244,0.9176309704780579,0.014862500131130219,-0.3970760107040405,0.9512010216712952,-0.00299080996774137,-0.30851200222969055,0.9512010216712952,-0.00299080996774137,-0.30851200222969055,0.9176309704780579,0.014862500131130219,-0.3970760107040405,0.9284039735794067,-0.016419000923633575,-0.3711659908294678,0.9512010216712952,-0.00299080996774137,-0.30851200222969055,0.9284039735794067,-0.016419000923633575,-0.3711659908294678,0.960204005241394,0.0007934810128062963,-0.27924400568008423,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.739982008934021,0.02087469957768917,-0.6722620129585266,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.739982008934021,0.02087469957768917,-0.6722620129585266,0.7478870153427124,-0.04416029900312424,-0.6623430252075195,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.7478870153427124,-0.04416029900312424,-0.6623430252075195,0.8088020086288452,0.004028439987450838,-0.588030993938446,0.6506850123405457,-0.0328684002161026,-0.7585989832878113,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.6251720190048218,0.019592899829149246,-0.780206024646759,0.6251720190048218,0.019592899829149246,-0.780206024646759,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.6032590270042419,0.012054800055921078,-0.7974179983139038,0.6251720190048218,0.019592899829149246,-0.780206024646759,0.6032590270042419,0.012054800055921078,-0.7974179983139038,0.5550100207328796,-0.017548099160194397,-0.8316289782524109,0.5550100207328796,-0.017548099160194397,-0.8316289782524109,0.6032590270042419,0.012054800055921078,-0.7974179983139038,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.5550100207328796,-0.017548099160194397,-0.8316289782524109,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.5208590030670166,-0.03765980154275894,-0.852778971195221,0.31018999218940735,0.00024414798826910555,-0.950652003288269,0.38801199197769165,-0.000030518498533638194,-0.9216279983520508,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.38801199197769165,-0.000030518498533638194,-0.9216279983520508,0.46055498719215393,0.040589600801467896,-0.8866850137710571,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.46055498719215393,0.040589600801467896,-0.8866850137710571,0.5208590030670166,-0.03765980154275894,-0.852778971195221,0.14200299978256226,0.038972098380327225,-0.9890739917755127,0.2056339979171753,-0.014923599548637867,-0.9784839749336243,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.2056339979171753,-0.014923599548637867,-0.9784839749336243,0.2542499899864197,-0.01803640089929104,-0.9669479727745056,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.2542499899864197,-0.01803640089929104,-0.9669479727745056,0.31018999218940735,0.00024414798826910555,-0.950652003288269,0.31018999218940735,0.00024414798826910555,-0.950652003288269,0.2542499899864197,-0.01803640089929104,-0.9669479727745056,0.31510400772094727,0.0395519994199276,-0.9482100009918213,0.31018999218940735,0.00024414798826910555,-0.950652003288269,0.31510400772094727,0.0395519994199276,-0.9482100009918213,0.38801199197769165,-0.000030518498533638194,-0.9216279983520508,0.14200299978256226,0.038972098380327225,-0.9890739917755127,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.0795006975531578,-0.010925600305199623,-0.9967650175094604,0.0795006975531578,-0.010925600305199623,-0.9967650175094604,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0.0795006975531578,-0.010925600305199623,-0.9967650175094604,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0.01596119999885559,0,-0.9998469948768616,0.9998469948768616,0,0.01596119999885559,0.9995120167732239,-0.01080359984189272,0.028931500390172005,1,0,0,1,0,0,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0.00033570401137694716,-0.0393994003534317,1,0,0,1,0,0,1,0,0,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,1,0,0,1,0,0,0.9992070198059082,0,-0.039246801286935806,1,0,0,1,0,0,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.15640699863433838,0,0.9876710176467896,0.039246801286935806,0,0.9992070198059082,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.3089999854564667,0,0.9510480165481567,0.15640699863433838,0,0.9876710176467896,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.4539630115032196,0,0.8909879922866821,0.3089999854564667,0,0.9510480165481567,0.4539630115032196,0,0.8909879922866821,0.4539630115032196,0,0.8909879922866821,0.4539630115032196,0,0.8909879922866821,0.4539630115032196,0,0.8909879922866821,0.5877559781074524,0,0.8090149760246277,0.4539630115032196,0,0.8909879922866821,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.707082986831665,0,0.707082986831665,0.5877559781074524,0,0.8090149760246277,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.8089849948883057,0,0.5877860188484192,0.707082986831665,0,0.707082986831665,0.8089849948883057,0,0.5877860188484192,0.8089849948883057,0,0.5877860188484192,0.8089849948883057,0,0.5877860188484192,0.8089849948883057,0,0.5877860188484192,0.8526260256767273,0,0.5224769711494446,0.8089849948883057,0,0.5877860188484192,0.8526260256767273,0,0.5224769711494446,0.8909879922866821,0,0.4539929926395416,0.8526260256767273,0,0.5224769711494446,0.8909879922866821,0,0.4539929926395416,0.8909879922866821,0,0.4539929926395416,0.8909879922866821,0,0.4539929926395416,0.8909879922866821,0,0.4539929926395416,0.9510480165481567,0,0.3089999854564667,0.8909879922866821,0,0.4539929926395416,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9876710176467896,0,0.15640699863433838,0.9510480165481567,0,0.3089999854564667,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9992070198059082,0,0.039246801286935806,0.9876710176467896,0,0.15640699863433838,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9876710176467896,0,0.15640699863433838,-0.9992070198059082,0,0.039246801286935806,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9510480165481567,0,0.3089999854564667,-0.9876710176467896,0,0.15640699863433838,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.8909879922866821,0,0.4539929926395416,-0.9510480165481567,0,0.3089999854564667,-0.8909879922866821,0,0.4539929926395416,-0.8909879922866821,0,0.4539929926395416,-0.8909879922866821,0,0.4539929926395416,-0.8909879922866821,0,0.4539929926395416,-0.8090149760246277,0,0.5877559781074524,-0.8909879922866821,0,0.4539929926395416,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.707082986831665,0,0.707082986831665,-0.8090149760246277,0,0.5877559781074524,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.5877559781074524,0,0.8090149760246277,-0.707082986831665,0,0.707082986831665,-0.5877559781074524,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.4539929926395416,0,0.8909879922866821,-0.5877559781074524,0,0.8090149760246277,-0.4539929926395416,0,0.8909879922866821,-0.4539929926395416,0,0.8909879922866821,-0.4539929926395416,0,0.8909879922866821,-0.4539929926395416,0,0.8909879922866821,-0.3089999854564667,0,0.9510480165481567,-0.4539929926395416,0,0.8909879922866821,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.15640699863433838,0,0.9876710176467896,-0.3089999854564667,0,0.9510480165481567,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.039246801286935806,0,0.9992070198059082,-0.15640699863433838,0,0.9876710176467896,-0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.15640699863433838,0,-0.9876710176467896,-0.039246801286935806,0,-0.9992070198059082,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.3089999854564667,0,-0.9510480165481567,-0.15640699863433838,0,-0.9876710176467896,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.4539929926395416,0,-0.8909879922866821,-0.3089999854564667,0,-0.9510480165481567,-0.4539929926395416,0,-0.8909879922866821,-0.4539929926395416,0,-0.8909879922866821,-0.4539929926395416,0,-0.8909879922866821,-0.4539929926395416,0,-0.8909879922866821,-0.5877559781074524,0,-0.8090149760246277,-0.4539929926395416,0,-0.8909879922866821,-0.5877559781074524,0,-0.8090149760246277,-0.5877559781074524,0,-0.8090149760246277,-0.5877559781074524,0,-0.8090149760246277,-0.5877559781074524,0,-0.8090149760246277,-0.707082986831665,0,-0.707082986831665,-0.5877559781074524,0,-0.8090149760246277,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.8090149760246277,0,-0.5877559781074524,-0.707082986831665,0,-0.707082986831665,-0.8090149760246277,0,-0.5877559781074524,-0.8090149760246277,0,-0.5877559781074524,-0.8090149760246277,0,-0.5877559781074524,-0.8090149760246277,0,-0.5877559781074524,-0.8909879922866821,0,-0.4539630115032196,-0.8090149760246277,0,-0.5877559781074524,-0.8909879922866821,0,-0.4539630115032196,-0.8909879922866821,0,-0.4539929926395416,-0.8909879922866821,0,-0.4539929926395416,-0.8909879922866821,0,-0.4539630115032196,-0.9510480165481567,0,-0.3089999854564667,-0.8909879922866821,0,-0.4539929926395416,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9876710176467896,0,-0.15640699863433838,-0.9510480165481567,0,-0.3089999854564667,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9992070198059082,0,-0.039246801286935806,-0.9876710176467896,0,-0.15640699863433838,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9876710176467896,0,-0.15640699863433838,0.9992070198059082,0,-0.039246801286935806,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9510480165481567,0,-0.3089999854564667,0.9876710176467896,0,-0.15640699863433838,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.8909879922866821,0,-0.4539630115032196,0.9510480165481567,0,-0.3089999854564667,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8526260256767273,0,-0.5224769711494446,0.8909879922866821,0,-0.4539630115032196,0.8526260256767273,0,-0.5224769711494446,0.8090149760246277,0,-0.5877559781074524,0.8526260256767273,0,-0.5224769711494446,0.8090149760246277,0,-0.5877559781074524,0.8090149760246277,0,-0.5877559781074524,0.8090149760246277,0,-0.5877559781074524,0.8090149760246277,0,-0.5877559781074524,0.707082986831665,0,-0.707082986831665,0.8090149760246277,0,-0.5877559781074524,0.707082986831665,0,-0.707082986831665,0.707082986831665,0,-0.7071139812469482,0.707082986831665,0,-0.7071139812469482,0.707082986831665,0,-0.707082986831665,0.5877559781074524,0,-0.8090149760246277,0.707082986831665,0,-0.7071139812469482,0.5877559781074524,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.4539929926395416,0,-0.8909879922866821,0.5877559781074524,0,-0.8090149760246277,0.4539929926395416,0,-0.8909879922866821,0.4539929926395416,0,-0.8909879922866821,0.4539929926395416,0,-0.8909879922866821,0.4539929926395416,0,-0.8909879922866821,0.3089999854564667,0,-0.9510480165481567,0.4539929926395416,0,-0.8909879922866821,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.15640699863433838,0,-0.9876710176467896,0.3089999854564667,0,-0.9510480165481567,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.039246801286935806,0,-0.9992070198059082,0.15640699863433838,0,-0.9876710176467896,0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0.8265330195426941,-0.003936890047043562,0.5628219842910767,0.780174970626831,0.0197759997099638,0.6252020001411438,0.801842987537384,0.015381299890577793,0.5973079800605774,0.1595810055732727,-0.000030518498533638194,0.9871820211410522,0.07959230244159698,0.002258369931951165,0.9967960119247437,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.07959230244159698,0.002258369931951165,0.9967960119247437,0.0393994003534317,0.0003051850071642548,0.9992070198059082,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.0393994003534317,0.0003051850071642548,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.1595810055732727,-0.000030518498533638194,0.9871820211410522,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.23459599912166595,0.0014648899668827653,0.9720759987831116,0.23459599912166595,0.0014648899668827653,0.9720759987831116,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.3077490031719208,0.000030518498533638194,0.9514449834823608,0.23459599912166595,0.0014648899668827653,0.9720759987831116,0.3077490031719208,0.000030518498533638194,0.9514449834823608,0.30191999673843384,-0.01947079971432686,0.9531239867210388,0.30191999673843384,-0.01947079971432686,0.9531239867210388,0.3077490031719208,0.000030518498533638194,0.9514449834823608,0.44810301065444946,-0.0019837000872939825,0.8939480185508728,0.30191999673843384,-0.01947079971432686,0.9531239867210388,0.44810301065444946,-0.0019837000872939825,0.8939480185508728,0.33359798789024353,-0.10681500285863876,0.9366130232810974,0.5879089832305908,0.004058959893882275,0.8088930249214172,0.5438699722290039,0.02148500084877014,0.8388620018959045,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.5438699722290039,0.02148500084877014,0.8388620018959045,0.4803920090198517,0.0030213301070034504,0.8770409822463989,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.4803920090198517,0.0030213301070034504,0.8770409822463989,0.44810301065444946,-0.0019837000872939825,0.8939480185508728,0.44810301065444946,-0.0019837000872939825,0.8939480185508728,0.4803920090198517,0.0030213301070034504,0.8770409822463989,0.40488898754119873,0.021942799910902977,0.9140599966049194,0.44810301065444946,-0.0019837000872939825,0.8939480185508728,0.40488898754119873,0.021942799910902977,0.9140599966049194,0.33359798789024353,-0.10681500285863876,0.9366130232810974,0.801842987537384,0.015381299890577793,0.5973079800605774,0.780174970626831,0.0197759997099638,0.6252020001411438,0.6990879774093628,0.01730399951338768,0.7147740125656128,0.780174970626831,0.0197759997099638,0.6252020001411438,0.7585070133209229,-0.03277689963579178,0.6508070230484009,0.6990879774093628,0.01730399951338768,0.7147740125656128,0.6990879774093628,0.01730399951338768,0.7147740125656128,0.7585070133209229,-0.03277689963579178,0.6508070230484009,0.6722919940948486,0.020813599228858948,0.739982008934021,0.6990879774093628,0.01730399951338768,0.7147740125656128,0.6722919940948486,0.020813599228858948,0.739982008934021,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.6722919940948486,0.020813599228858948,0.739982008934021,0.6621599793434143,-0.04391609877347946,0.7480700016021729,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.6621599793434143,-0.04391609877347946,0.7480700016021729,0.5879089832305908,0.004058959893882275,0.8088930249214172,0.950652003288269,0.0003051850071642548,0.31022098660469055,0.9216279983520508,-0.00009155549923889339,0.38801199197769165,0.8812829852104187,0.019684400409460068,0.472121000289917,0.8812829852104187,0.019684400409460068,0.472121000289917,0.9216279983520508,-0.00009155549923889339,0.38801199197769165,0.875361979007721,0.019836999475955963,0.4829860031604767,0.8812829852104187,0.019684400409460068,0.472121000289917,0.875361979007721,0.019836999475955963,0.4829860031604767,0.801842987537384,0.015381299890577793,0.5973079800605774,0.801842987537384,0.015381299890577793,0.5973079800605774,0.875361979007721,0.019836999475955963,0.4829860031604767,0.8731650114059448,-0.0813622996211052,0.48057499527931213,0.801842987537384,0.015381299890577793,0.5973079800605774,0.8731650114059448,-0.0813622996211052,0.48057499527931213,0.8265330195426941,-0.003936890047043562,0.5628219842910767,0.9890739917755127,0.03894159942865372,0.14203299582004547,0.9784839749336243,-0.015015100128948689,0.2056950032711029,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9784839749336243,-0.015015100128948689,0.2056950032711029,0.9669479727745056,-0.01800590008497238,0.2542499899864197,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9669479727745056,-0.01800590008497238,0.2542499899864197,0.950652003288269,0.0003051850071642548,0.31022098660469055,0.950652003288269,0.0003051850071642548,0.31022098660469055,0.9669479727745056,-0.01800590008497238,0.2542499899864197,0.9481800198554993,0.03964350000023842,0.3151949942111969,0.950652003288269,0.0003051850071642548,0.31022098660469055,0.9481800198554993,0.03964350000023842,0.3151949942111969,0.9216279983520508,-0.00009155549923889339,0.38801199197769165,0.9890739917755127,0.03894159942865372,0.14203299582004547,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9967650175094604,-0.010864599607884884,0.07953120023012161,0.9967650175094604,-0.010864599607884884,0.07953120023012161,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9967650175094604,-0.010864599607884884,0.07953120023012161,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9998469948768616,0,0.01596119999885559,0,0,1,-0.015991700813174248,0,0.9998469948768616,-0.02896209992468357,-0.01080359984189272,0.9995120167732239,0.039246801286935806,0,0.9992070198059082,0.0393994003534317,0.0003051850071642548,0.9992070198059082,0,0,1,0,0,1,0,0,1,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0,0,1,0,0.000030518498533638194,1,0.039246801286935806,0,0.9992070198059082,0,0.000030518498533638194,1,-0.02896209992468357,-0.01080359984189272,0.9995120167732239,-0.02896209992468357,-0.01080359984189272,0.9995120167732239,0,0.000030518498533638194,1,0,-0.000030518498533638194,1,-0.02896209992468357,-0.01080359984189272,0.9995120167732239,0,-0.000030518498533638194,1,0,0,1,-0.6506850123405457,-0.03283790126442909,0.7585989832878113,-0.739952027797699,0.020905200392007828,0.6722919940948486,-0.7147740125656128,0.017334500327706337,0.6991180181503296,-0.9871820211410522,0,0.15942899882793427,-0.9968259930610657,0.0022888900712132454,0.0795006975531578,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9968259930610657,0.0022888900712132454,0.0795006975531578,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-0.9992070198059082,0,0.039246801286935806,-0.9871820211410522,0,0.15942899882793427,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9720759987831116,0.001434369944036007,0.23465700447559357,-0.9720759987831116,0.001434369944036007,0.23465700447559357,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9512010216712952,-0.0029297799337655306,0.30851200222969055,-0.9720759987831116,0.001434369944036007,0.23465700447559357,-0.9512010216712952,-0.0029297799337655306,0.30851200222969055,-0.960204005241394,0.0008545179734937847,0.2792139947414398,-0.8088020086288452,0.004028439987450838,0.588030993938446,-0.8388929963111877,0.021637599915266037,0.5438399910926819,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8388929963111877,0.021637599915266037,0.5438399910926819,-0.8770409822463989,0.003051850013434887,0.4803610146045685,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8770409822463989,0.003051850013434887,0.4803610146045685,-0.8970310091972351,0.00463881017640233,0.44190800189971924,-0.8970310091972351,0.00463881017640233,0.44190800189971924,-0.8770409822463989,0.003051850013434887,0.4803610146045685,-0.9176610112190247,0.014923599548637867,0.3970459997653961,-0.8970310091972351,0.00463881017640233,0.44190800189971924,-0.9176610112190247,0.014923599548637867,0.3970459997653961,-0.9512010216712952,-0.0029297799337655306,0.30851200222969055,-0.9512010216712952,-0.0029297799337655306,0.30851200222969055,-0.9176610112190247,0.014923599548637867,0.3970459997653961,-0.9284039735794067,-0.01638839952647686,0.3711659908294678,-0.9512010216712952,-0.0029297799337655306,0.30851200222969055,-0.9284039735794067,-0.01638839952647686,0.3711659908294678,-0.960204005241394,0.0008545179734937847,0.2792139947414398,-0.7147740125656128,0.017334500327706337,0.6991180181503296,-0.739952027797699,0.020905200392007828,0.6722919940948486,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.739952027797699,0.020905200392007828,0.6722919940948486,-0.7478560209274292,-0.04419080168008804,0.6623430252075195,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.7478560209274292,-0.04419080168008804,0.6623430252075195,-0.8088020086288452,0.004028439987450838,0.588030993938446,-0.6506850123405457,-0.03283790126442909,0.7585989832878113,-0.7147740125656128,0.017334500327706337,0.6991180181503296,-0.6251720190048218,0.019684400409460068,0.780206024646759,-0.6251720190048218,0.019684400409460068,0.780206024646759,-0.7147740125656128,0.017334500327706337,0.6991180181503296,-0.6032590270042419,0.012115799821913242,0.7974179983139038,-0.6251720190048218,0.019684400409460068,0.780206024646759,-0.6032590270042419,0.012115799821913242,0.7974179983139038,-0.5550400018692017,-0.01760919950902462,0.8316289782524109,-0.5550400018692017,-0.01760919950902462,0.8316289782524109,-0.6032590270042419,0.012115799821913242,0.7974179983139038,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.5550400018692017,-0.01760919950902462,0.8316289782524109,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.520950973033905,-0.03790400177240372,0.8527179956436157,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.38804298639297485,0,0.9216279983520508,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.38804298639297485,0,0.9216279983520508,-0.46055498719215393,0.0406200997531414,0.8866850137710571,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.46055498719215393,0.0406200997531414,0.8866850137710571,-0.520950973033905,-0.03790400177240372,0.8527179956436157,-0.14194199442863464,0.038972098380327225,0.9890739917755127,-0.2056950032711029,-0.014923599548637867,0.9784839749336243,-0.15366099774837494,0.00018311099847778678,0.9880980253219604,-0.15366099774837494,0.00018311099847778678,0.9880980253219604,-0.2056950032711029,-0.014923599548637867,0.9784839749336243,-0.2542499899864197,-0.01800590008497238,0.9669479727745056,-0.15366099774837494,0.00018311099847778678,0.9880980253219604,-0.2542499899864197,-0.01800590008497238,0.9669479727745056,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.2542499899864197,-0.01800590008497238,0.9669479727745056,-0.31510400772094727,0.03961300104856491,0.9482100009918213,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.31510400772094727,0.03961300104856491,0.9482100009918213,-0.38804298639297485,0,0.9216279983520508,-0.14194199442863464,0.038972098380327225,0.9890739917755127,-0.15366099774837494,0.00018311099847778678,0.9880980253219604,-0.07953120023012161,-0.010864599607884884,0.9967650175094604,-0.07953120023012161,-0.010864599607884884,0.9967650175094604,-0.15366099774837494,0.00018311099847778678,0.9880980253219604,-0.02896209992468357,-0.01080359984189272,0.9995120167732239,-0.07953120023012161,-0.010864599607884884,0.9967650175094604,-0.02896209992468357,-0.01080359984189272,0.9995120167732239,-0.015991700813174248,0,0.9998469948768616,-0.9998469948768616,0,-0.01596119999885559,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-1,0,0,-1,0,0,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-1,0,0,-1,0,0,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-1,0,0,-0.8264719843864441,-0.0038453300949186087,-0.5629140138626099,-0.780206024646759,0.0197759997099638,-0.6252020001411438,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.1595200002193451,0,-0.9871820211410522,-0.07956179976463318,0.002258369931951165,-0.9968259930610657,-0.1561329960823059,0.00033570401137694716,-0.9877319931983948,-0.1561329960823059,0.00033570401137694716,-0.9877319931983948,-0.07956179976463318,0.002258369931951165,-0.9968259930610657,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,-0.1561329960823059,0.00033570401137694716,-0.9877319931983948,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.1595200002193451,0,-0.9871820211410522,-0.1561329960823059,0.00033570401137694716,-0.9877319931983948,-0.23496200144290924,0.0014954099897295237,-0.9719840288162231,-0.23496200144290924,0.0014954099897295237,-0.9719840288162231,-0.1561329960823059,0.00033570401137694716,-0.9877319931983948,-0.3077490031719208,0.000030518498533638194,-0.9514449834823608,-0.23496200144290924,0.0014954099897295237,-0.9719840288162231,-0.3077490031719208,0.000030518498533638194,-0.9514449834823608,-0.3022859990596771,-0.01947079971432686,-0.9530010223388672,-0.3022859990596771,-0.01947079971432686,-0.9530010223388672,-0.3077490031719208,0.000030518498533638194,-0.9514449834823608,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.3022859990596771,-0.01947079971432686,-0.9530010223388672,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.33362799882888794,-0.10681500285863876,-0.9366130232810974,-0.5879390239715576,0.004120000172406435,-0.8088629841804504,-0.5438089966773987,0.02151549980044365,-0.8388929963111877,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.5438089966773987,0.02151549980044365,-0.8388929963111877,-0.4803310036659241,0.0030823699198663235,-0.8770710229873657,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.4803310036659241,0.0030823699198663235,-0.8770710229873657,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.4803310036659241,0.0030823699198663235,-0.8770710229873657,-0.4048590064048767,0.02200379967689514,-0.9140899777412415,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.4048590064048767,0.02200379967689514,-0.9140899777412415,-0.33362799882888794,-0.10681500285863876,-0.9366130232810974,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.780206024646759,0.0197759997099638,-0.6252020001411438,-0.6990879774093628,0.017273500561714172,-0.7147740125656128,-0.780206024646759,0.0197759997099638,-0.6252020001411438,-0.7584760189056396,-0.03277689963579178,-0.6508380174636841,-0.6990879774093628,0.017273500561714172,-0.7147740125656128,-0.6990879774093628,0.017273500561714172,-0.7147740125656128,-0.7584760189056396,-0.03277689963579178,-0.6508380174636841,-0.6722620129585266,0.020844100043177605,-0.739982008934021,-0.6990879774093628,0.017273500561714172,-0.7147740125656128,-0.6722620129585266,0.020844100043177605,-0.739982008934021,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.6722620129585266,0.020844100043177605,-0.739982008934021,-0.6621909737586975,-0.043855100870132446,-0.7480390071868896,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.6621909737586975,-0.043855100870132446,-0.7480390071868896,-0.5879390239715576,0.004120000172406435,-0.8088629841804504,-0.950652003288269,0.00027466699248179793,-0.31018999218940735,-0.9216279983520508,-0.00009155549923889339,-0.38801199197769165,-0.8812829852104187,0.019714999943971634,-0.472121000289917,-0.8812829852104187,0.019714999943971634,-0.472121000289917,-0.9216279983520508,-0.00009155549923889339,-0.38801199197769165,-0.875361979007721,0.01986760087311268,-0.4830160140991211,-0.8812829852104187,0.019714999943971634,-0.472121000289917,-0.875361979007721,0.01986760087311268,-0.4830160140991211,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.875361979007721,0.01986760087311268,-0.4830160140991211,-0.873134970664978,-0.0813622996211052,-0.48057499527931213,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.873134970664978,-0.0813622996211052,-0.48057499527931213,-0.8264719843864441,-0.0038453300949186087,-0.5629140138626099,-0.9890739917755127,0.03894159942865372,-0.14203299582004547,-0.9784839749336243,-0.014984600245952606,-0.2056950032711029,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9784839749336243,-0.014984600245952606,-0.2056950032711029,-0.9669479727745056,-0.01800590008497238,-0.2542499899864197,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9669479727745056,-0.01800590008497238,-0.2542499899864197,-0.950652003288269,0.00027466699248179793,-0.31018999218940735,-0.950652003288269,0.00027466699248179793,-0.31018999218940735,-0.9669479727745056,-0.01800590008497238,-0.2542499899864197,-0.9481800198554993,0.03961300104856491,-0.3152259886264801,-0.950652003288269,0.00027466699248179793,-0.31018999218940735,-0.9481800198554993,0.03961300104856491,-0.3152259886264801,-0.9216279983520508,-0.00009155549923889339,-0.38801199197769165,-0.9890739917755127,0.03894159942865372,-0.14203299582004547,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9967650175094604,-0.01089510042220354,-0.07953120023012161,-0.9967650175094604,-0.01089510042220354,-0.07953120023012161,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9967650175094604,-0.01089510042220354,-0.07953120023012161,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9998469948768616,0,-0.01596119999885559,0,0,-1,0.01596119999885559,0,-0.9998469948768616,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,-0.039246801286935806,0,-0.9992070198059082,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,0,0,-1,0,0,-1,0,0,-1,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,0,0,-1,0,0,-0.9999690055847168,-0.039246801286935806,0,-0.9992070198059082,0,0,-0.9999690055847168,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0,0,-0.9999690055847168,0,-0.000030518498533638194,-1,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0,-0.000030518498533638194,-1,0,0,-1,0.6506850123405457,-0.03283790126442909,-0.7585989832878113,0.739982008934021,0.020844100043177605,-0.6722620129585266,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.9871820211410522,-0.000030518498533638194,-0.15949000418186188,0.9968259930610657,0.002258369931951165,-0.07956179976463318,0.9877319931983948,0.00033570401137694716,-0.1561329960823059,0.9877319931983948,0.00033570401137694716,-0.1561329960823059,0.9968259930610657,0.002258369931951165,-0.07956179976463318,0.9992070198059082,0.0003051850071642548,-0.0393994003534317,0.9877319931983948,0.00033570401137694716,-0.1561329960823059,0.9992070198059082,0.0003051850071642548,-0.0393994003534317,0.9992070198059082,0,-0.039246801286935806,0.9871820211410522,-0.000030518498533638194,-0.15949000418186188,0.9877319931983948,0.00033570401137694716,-0.1561329960823059,0.9720450043678284,0.001434369944036007,-0.23465700447559357,0.9720450043678284,0.001434369944036007,-0.23465700447559357,0.9877319931983948,0.00033570401137694716,-0.1561329960823059,0.9512010216712952,-0.0029297799337655306,-0.30851200222969055,0.9720450043678284,0.001434369944036007,-0.23465700447559357,0.9512010216712952,-0.0029297799337655306,-0.30851200222969055,0.9602339863777161,0.0008239999879151583,-0.2791529893875122,0.8088020086288452,0.004058959893882275,-0.5879999995231628,0.8388620018959045,0.021637599915266037,-0.5438699722290039,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8388620018959045,0.021637599915266037,-0.5438699722290039,0.8770099878311157,0.003051850013434887,-0.4804219901561737,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8770099878311157,0.003051850013434887,-0.4804219901561737,0.8970310091972351,0.00463881017640233,-0.44190800189971924,0.8970310091972351,0.00463881017640233,-0.44190800189971924,0.8770099878311157,0.003051850013434887,-0.4804219901561737,0.9176309704780579,0.0148930000141263,-0.3970760107040405,0.8970310091972351,0.00463881017640233,-0.44190800189971924,0.9176309704780579,0.0148930000141263,-0.3970760107040405,0.9512010216712952,-0.0029297799337655306,-0.30851200222969055,0.9512010216712952,-0.0029297799337655306,-0.30851200222969055,0.9176309704780579,0.0148930000141263,-0.3970760107040405,0.9284039735794067,-0.01638839952647686,-0.37110498547554016,0.9512010216712952,-0.0029297799337655306,-0.30851200222969055,0.9284039735794067,-0.01638839952647686,-0.37110498547554016,0.9602339863777161,0.0008239999879151583,-0.2791529893875122,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.739982008934021,0.020844100043177605,-0.6722620129585266,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.739982008934021,0.020844100043177605,-0.6722620129585266,0.7478870153427124,-0.04416029900312424,-0.6623430252075195,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.7478870153427124,-0.04416029900312424,-0.6623430252075195,0.8088020086288452,0.004058959893882275,-0.5879999995231628,0.6506850123405457,-0.03283790126442909,-0.7585989832878113,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.6251720190048218,0.019684400409460068,-0.780206024646759,0.6251720190048218,0.019684400409460068,-0.780206024646759,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.6032590270042419,0.012115799821913242,-0.7974179983139038,0.6251720190048218,0.019684400409460068,-0.780206024646759,0.6032590270042419,0.012115799821913242,-0.7974179983139038,0.5550100207328796,-0.01751760020852089,-0.8316289782524109,0.5550100207328796,-0.01751760020852089,-0.8316289782524109,0.6032590270042419,0.012115799821913242,-0.7974179983139038,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.5550100207328796,-0.01751760020852089,-0.8316289782524109,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.520950973033905,-0.03765980154275894,-0.8527179956436157,0.31022098660469055,0.00027466699248179793,-0.950652003288269,0.38804298639297485,0,-0.9216279983520508,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.38804298639297485,0,-0.9216279983520508,0.46055498719215393,0.040589600801467896,-0.8866850137710571,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.46055498719215393,0.040589600801467896,-0.8866850137710571,0.520950973033905,-0.03765980154275894,-0.8527179956436157,0.14197200536727905,0.038972098380327225,-0.9890739917755127,0.2056030035018921,-0.0148930000141263,-0.9785150289535522,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.2056030035018921,-0.0148930000141263,-0.9785150289535522,0.2542189955711365,-0.01800590008497238,-0.9669479727745056,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.2542189955711365,-0.01800590008497238,-0.9669479727745056,0.31022098660469055,0.00027466699248179793,-0.950652003288269,0.31022098660469055,0.00027466699248179793,-0.950652003288269,0.2542189955711365,-0.01800590008497238,-0.9669479727745056,0.3151339888572693,0.039582498371601105,-0.9482100009918213,0.31022098660469055,0.00027466699248179793,-0.950652003288269,0.3151339888572693,0.039582498371601105,-0.9482100009918213,0.38804298639297485,0,-0.9216279983520508,0.14197200536727905,0.038972098380327225,-0.9890739917755127,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.0795006975531578,-0.010925600305199623,-0.9967650175094604,0.0795006975531578,-0.010925600305199623,-0.9967650175094604,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0.0795006975531578,-0.010925600305199623,-0.9967650175094604,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0.01596119999885559,0,-0.9998469948768616,0.9992070198059082,0.0003051850071642548,-0.0393994003534317,1,0,0,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,1,0,0,1,0,0,0.9998469948768616,0,0.01596119999885559,0.9995120167732239,-0.01080359984189272,0.028931500390172005,1,0,0,1,0,0,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9992070198059082,0,-0.039246801286935806,1,0,0,0.9992070198059082,0,-0.039246801286935806,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9992070198059082,0,-0.039246801286935806,1,0,0,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.15640699863433838,0,0.9876710176467896,0.039246801286935806,0,0.9992070198059082,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.3089999854564667,0,0.9510480165481567,0.15640699863433838,0,0.9876710176467896,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.4539630115032196,0,0.8909879922866821,0.3089999854564667,0,0.9510480165481567,0.4539630115032196,0,0.8909879922866821,0.4539630115032196,0,0.8909879922866821,0.4539630115032196,0,0.8909879922866821,0.4539630115032196,0,0.8909879922866821,0.5877559781074524,0,0.8090149760246277,0.4539630115032196,0,0.8909879922866821,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.707082986831665,0,0.707082986831665,0.5877559781074524,0,0.8090149760246277,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.8090149760246277,0,0.5877559781074524,0.707082986831665,0,0.707082986831665,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8909879922866821,0,0.4539630115032196,0.8090149760246277,0,0.5877559781074524,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.9510480165481567,0,0.3089999854564667,0.8909879922866821,0,0.4539630115032196,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9876710176467896,0,0.15640699863433838,0.9510480165481567,0,0.3089999854564667,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9992070198059082,0,0.039246801286935806,0.9876710176467896,0,0.15640699863433838,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9876710176467896,0,0.15640699863433838,-0.9992070198059082,0,0.039246801286935806,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9510480165481567,0,0.3089999854564667,-0.9876710176467896,0,0.15640699863433838,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.8909879922866821,0,0.4539630115032196,-0.9510480165481567,0,0.3089999854564667,-0.8909879922866821,0,0.4539630115032196,-0.8909879922866821,0,0.4539630115032196,-0.8909879922866821,0,0.4539630115032196,-0.8909879922866821,0,0.4539630115032196,-0.8090149760246277,0,0.5877559781074524,-0.8909879922866821,0,0.4539630115032196,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.707082986831665,0,0.707082986831665,-0.8090149760246277,0,0.5877559781074524,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.5877559781074524,0,0.8090149760246277,-0.707082986831665,0,0.707082986831665,-0.5877559781074524,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.4539630115032196,0,0.8909879922866821,-0.5877559781074524,0,0.8090149760246277,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.3089999854564667,0,0.9510480165481567,-0.4539630115032196,0,0.8909879922866821,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.15640699863433838,0,0.9876710176467896,-0.3089999854564667,0,0.9510480165481567,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.039246801286935806,0,0.9992070198059082,-0.15640699863433838,0,0.9876710176467896,-0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.15640699863433838,0,-0.9876710176467896,-0.039246801286935806,0,-0.9992070198059082,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.3089999854564667,0,-0.9510480165481567,-0.15640699863433838,0,-0.9876710176467896,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.4539929926395416,0,-0.8909879922866821,-0.3089999854564667,0,-0.9510480165481567,-0.4539929926395416,0,-0.8909879922866821,-0.4539929926395416,0,-0.8909879922866821,-0.4539929926395416,0,-0.8909879922866821,-0.4539929926395416,0,-0.8909879922866821,-0.5877559781074524,0,-0.8090149760246277,-0.4539929926395416,0,-0.8909879922866821,-0.5877559781074524,0,-0.8090149760246277,-0.5877559781074524,0,-0.8090149760246277,-0.5877559781074524,0,-0.8090149760246277,-0.5877559781074524,0,-0.8090149760246277,-0.707082986831665,0,-0.707082986831665,-0.5877559781074524,0,-0.8090149760246277,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.8090149760246277,0,-0.5877559781074524,-0.707082986831665,0,-0.707082986831665,-0.8090149760246277,0,-0.5877559781074524,-0.8090149760246277,0,-0.5877559781074524,-0.8090149760246277,0,-0.5877559781074524,-0.8090149760246277,0,-0.5877559781074524,-0.8909879922866821,0,-0.4539630115032196,-0.8090149760246277,0,-0.5877559781074524,-0.8909879922866821,0,-0.4539630115032196,-0.8909879922866821,0,-0.4539630115032196,-0.8909879922866821,0,-0.4539630115032196,-0.8909879922866821,0,-0.4539630115032196,-0.9510480165481567,0,-0.3089999854564667,-0.8909879922866821,0,-0.4539630115032196,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9876710176467896,0,-0.15640699863433838,-0.9510480165481567,0,-0.3089999854564667,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9992070198059082,0,-0.039246801286935806,-0.9876710176467896,0,-0.15640699863433838,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9876710176467896,0,-0.15640699863433838,0.9992070198059082,0,-0.039246801286935806,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9510480165481567,0,-0.3089999854564667,0.9876710176467896,0,-0.15640699863433838,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.8909879922866821,0,-0.4539630115032196,0.9510480165481567,0,-0.3089999854564667,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8090149760246277,0,-0.5877559781074524,0.8909879922866821,0,-0.4539630115032196,0.8090149760246277,0,-0.5877559781074524,0.8090149760246277,0,-0.5877559781074524,0.8090149760246277,0,-0.5877559781074524,0.8090149760246277,0,-0.5877559781074524,0.707082986831665,0,-0.707082986831665,0.8090149760246277,0,-0.5877559781074524,0.707082986831665,0,-0.707082986831665,0.707082986831665,0,-0.707082986831665,0.707082986831665,0,-0.707082986831665,0.707082986831665,0,-0.707082986831665,0.5877559781074524,0,-0.8090149760246277,0.707082986831665,0,-0.707082986831665,0.5877559781074524,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.4539929926395416,0,-0.8909879922866821,0.5877559781074524,0,-0.8090149760246277,0.4539929926395416,0,-0.8909879922866821,0.4539929926395416,0,-0.8909879922866821,0.4539929926395416,0,-0.8909879922866821,0.4539929926395416,0,-0.8909879922866821,0.3089999854564667,0,-0.9510480165481567,0.4539929926395416,0,-0.8909879922866821,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.15640699863433838,0,-0.9876710176467896,0.3089999854564667,0,-0.9510480165481567,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.039246801286935806,0,-0.9992070198059082,0.15640699863433838,0,-0.9876710176467896,0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0.8265630006790161,-0.0039674099534749985,0.5627920031547546,0.780174970626831,0.0197759997099638,0.6252020001411438,0.801842987537384,0.015381299890577793,0.5973079800605774,0.1595810055732727,0,0.9871820211410522,0.07959230244159698,0.0022888900712132454,0.9967960119247437,0.1561329960823059,0.00036622199695557356,0.9877319931983948,0.1561329960823059,0.00036622199695557356,0.9877319931983948,0.07959230244159698,0.0022888900712132454,0.9967960119247437,0.0393994003534317,0.00033570401137694716,0.9992070198059082,0.1561329960823059,0.00036622199695557356,0.9877319931983948,0.0393994003534317,0.00033570401137694716,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.1595810055732727,0,0.9871820211410522,0.1561329960823059,0.00036622199695557356,0.9877319931983948,0.23462599515914917,0.0014954099897295237,0.9720759987831116,0.23462599515914917,0.0014954099897295237,0.9720759987831116,0.1561329960823059,0.00036622199695557356,0.9877319931983948,0.3077490031719208,0.000030518498533638194,0.9514449834823608,0.23462599515914917,0.0014954099897295237,0.9720759987831116,0.3077490031719208,0.000030518498533638194,0.9514449834823608,0.30195000767707825,-0.01947079971432686,0.9530929923057556,0.30195000767707825,-0.01947079971432686,0.9530929923057556,0.3077490031719208,0.000030518498533638194,0.9514449834823608,0.44810301065444946,-0.0019837000872939825,0.8939480185508728,0.30195000767707825,-0.01947079971432686,0.9530929923057556,0.44810301065444946,-0.0019837000872939825,0.8939480185508728,0.33359798789024353,-0.10681500285863876,0.9366130232810974,0.5879390239715576,0.0039979200810194016,0.8088629841804504,0.5438399910926819,0.02148500084877014,0.8388929963111877,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.5438399910926819,0.02148500084877014,0.8388929963111877,0.4803610146045685,0.0030213301070034504,0.8770409822463989,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.4803610146045685,0.0030213301070034504,0.8770409822463989,0.44810301065444946,-0.0019837000872939825,0.8939480185508728,0.44810301065444946,-0.0019837000872939825,0.8939480185508728,0.4803610146045685,0.0030213301070034504,0.8770409822463989,0.40488898754119873,0.021942799910902977,0.9140899777412415,0.44810301065444946,-0.0019837000872939825,0.8939480185508728,0.40488898754119873,0.021942799910902977,0.9140899777412415,0.33359798789024353,-0.10681500285863876,0.9366130232810974,0.801842987537384,0.015381299890577793,0.5973079800605774,0.780174970626831,0.0197759997099638,0.6252020001411438,0.6990879774093628,0.017273500561714172,0.7147740125656128,0.780174970626831,0.0197759997099638,0.6252020001411438,0.7585070133209229,-0.03277689963579178,0.6508070230484009,0.6990879774093628,0.017273500561714172,0.7147740125656128,0.6990879774093628,0.017273500561714172,0.7147740125656128,0.7585070133209229,-0.03277689963579178,0.6508070230484009,0.6722919940948486,0.020813599228858948,0.739952027797699,0.6990879774093628,0.017273500561714172,0.7147740125656128,0.6722919940948486,0.020813599228858948,0.739952027797699,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.6722919940948486,0.020813599228858948,0.739952027797699,0.6621599793434143,-0.043885599821805954,0.7480390071868896,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.6621599793434143,-0.043885599821805954,0.7480390071868896,0.5879390239715576,0.0039979200810194016,0.8088629841804504,0.950652003288269,0.0003051850071642548,0.31022098660469055,0.9216279983520508,-0.00009155549923889339,0.38801199197769165,0.8812829852104187,0.019684400409460068,0.472121000289917,0.8812829852104187,0.019684400409460068,0.472121000289917,0.9216279983520508,-0.00009155549923889339,0.38801199197769165,0.875361979007721,0.019836999475955963,0.4829860031604767,0.8812829852104187,0.019684400409460068,0.472121000289917,0.875361979007721,0.019836999475955963,0.4829860031604767,0.801842987537384,0.015381299890577793,0.5973079800605774,0.801842987537384,0.015381299890577793,0.5973079800605774,0.875361979007721,0.019836999475955963,0.4829860031604767,0.8731650114059448,-0.08133179694414139,0.48057499527931213,0.801842987537384,0.015381299890577793,0.5973079800605774,0.8731650114059448,-0.08133179694414139,0.48057499527931213,0.8265630006790161,-0.0039674099534749985,0.5627920031547546,0.9890739917755127,0.03894159942865372,0.14203299582004547,0.9784839749336243,-0.015015100128948689,0.2056950032711029,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9784839749336243,-0.015015100128948689,0.2056950032711029,0.9669479727745056,-0.01800590008497238,0.2542499899864197,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9669479727745056,-0.01800590008497238,0.2542499899864197,0.950652003288269,0.0003051850071642548,0.31022098660469055,0.950652003288269,0.0003051850071642548,0.31022098660469055,0.9669479727745056,-0.01800590008497238,0.2542499899864197,0.9481800198554993,0.03964350000023842,0.3152259886264801,0.950652003288269,0.0003051850071642548,0.31022098660469055,0.9481800198554993,0.03964350000023842,0.3152259886264801,0.9216279983520508,-0.00009155549923889339,0.38801199197769165,0.9890739917755127,0.03894159942865372,0.14203299582004547,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9967650175094604,-0.01089510042220354,0.07953120023012161,0.9967650175094604,-0.01089510042220354,0.07953120023012161,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9967650175094604,-0.01089510042220354,0.07953120023012161,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9998469948768616,0,0.01596119999885559,0,0,1,-0.015991700813174248,0,0.9998469948768616,-0.02896209992468357,-0.01080359984189272,0.9995120167732239,0.039246801286935806,0,0.9992070198059082,0.0393994003534317,0.00033570401137694716,0.9992070198059082,0,0,1,0,0,1,0,-0.000030518498533638194,1,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0,-0.000030518498533638194,1,0,0.000030518498533638194,1,0.039246801286935806,0,0.9992070198059082,0,0.000030518498533638194,1,-0.02896209992468357,-0.01080359984189272,0.9995120167732239,-0.02896209992468357,-0.01080359984189272,0.9995120167732239,0,0.000030518498533638194,1,0,-0.000030518498533638194,1,-0.02896209992468357,-0.01080359984189272,0.9995120167732239,0,-0.000030518498533638194,1,0,0,1,-0.6506850123405457,-0.03283790126442909,0.7585989832878113,-0.739982008934021,0.02087469957768917,0.6722620129585266,-0.7147740125656128,0.017334500327706337,0.6991180181503296,-0.9871820211410522,-0.000030518498533638194,0.15945899486541748,-0.9968259930610657,0.002258369931951165,0.0795006975531578,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9968259930610657,0.002258369931951165,0.0795006975531578,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-0.9992070198059082,0,0.039246801286935806,-0.9871820211410522,-0.000030518498533638194,0.15945899486541748,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9719539880752563,0.0014648899668827653,0.23505400121212006,-0.9719539880752563,0.0014648899668827653,0.23505400121212006,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9512010216712952,-0.0029297799337655306,0.30848100781440735,-0.9719539880752563,0.0014648899668827653,0.23505400121212006,-0.9512010216712952,-0.0029297799337655306,0.30848100781440735,-0.9601119756698608,0.0008850370068103075,0.2795499861240387,-0.8088020086288452,0.004028439987450838,0.588030993938446,-0.8389229774475098,0.021637599915266037,0.5438089966773987,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8389229774475098,0.021637599915266037,0.5438089966773987,-0.8770099878311157,0.0030213301070034504,0.4803920090198517,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8770099878311157,0.0030213301070034504,0.4803920090198517,-0.8970310091972351,0.00463881017640233,0.44190800189971924,-0.8970310091972351,0.00463881017640233,0.44190800189971924,-0.8770099878311157,0.0030213301070034504,0.4803920090198517,-0.9176610112190247,0.0148930000141263,0.3970760107040405,-0.8970310091972351,0.00463881017640233,0.44190800189971924,-0.9176610112190247,0.0148930000141263,0.3970760107040405,-0.9512010216712952,-0.0029297799337655306,0.30848100781440735,-0.9512010216712952,-0.0029297799337655306,0.30848100781440735,-0.9176610112190247,0.0148930000141263,0.3970760107040405,-0.9284340143203735,-0.01638839952647686,0.37110498547554016,-0.9512010216712952,-0.0029297799337655306,0.30848100781440735,-0.9284340143203735,-0.01638839952647686,0.37110498547554016,-0.9601119756698608,0.0008850370068103075,0.2795499861240387,-0.7147740125656128,0.017334500327706337,0.6991180181503296,-0.739982008934021,0.02087469957768917,0.6722620129585266,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.739982008934021,0.02087469957768917,0.6722620129585266,-0.7478259801864624,-0.04419080168008804,0.6623740196228027,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.7478259801864624,-0.04419080168008804,0.6623740196228027,-0.8088020086288452,0.004028439987450838,0.588030993938446,-0.6506850123405457,-0.03283790126442909,0.7585989832878113,-0.7147740125656128,0.017334500327706337,0.6991180181503296,-0.6251720190048218,0.019684400409460068,0.780206024646759,-0.6251720190048218,0.019684400409460068,0.780206024646759,-0.7147740125656128,0.017334500327706337,0.6991180181503296,-0.6032590270042419,0.01208529993891716,0.7974179983139038,-0.6251720190048218,0.019684400409460068,0.780206024646759,-0.6032590270042419,0.01208529993891716,0.7974179983139038,-0.5550400018692017,-0.01760919950902462,0.8315989971160889,-0.5550400018692017,-0.01760919950902462,0.8315989971160889,-0.6032590270042419,0.01208529993891716,0.7974179983139038,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.5550400018692017,-0.01760919950902462,0.8315989971160889,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.520950973033905,-0.03790400177240372,0.8527179956436157,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.38804298639297485,0,0.9216279983520508,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.38804298639297485,0,0.9216279983520508,-0.46055498719215393,0.0406200997531414,0.8866850137710571,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.46055498719215393,0.0406200997531414,0.8866850137710571,-0.520950973033905,-0.03790400177240372,0.8527179956436157,-0.14197200536727905,0.03900270164012909,0.9890739917755127,-0.2056639939546585,-0.015015100128948689,0.9784839749336243,-0.15366099774837494,0.00018311099847778678,0.9880980253219604,-0.15366099774837494,0.00018311099847778678,0.9880980253219604,-0.2056639939546585,-0.015015100128948689,0.9784839749336243,-0.2542499899864197,-0.01800590008497238,0.9669479727745056,-0.15366099774837494,0.00018311099847778678,0.9880980253219604,-0.2542499899864197,-0.01800590008497238,0.9669479727745056,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.2542499899864197,-0.01800590008497238,0.9669479727745056,-0.31510400772094727,0.03964350000023842,0.9482100009918213,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.31510400772094727,0.03964350000023842,0.9482100009918213,-0.38804298639297485,0,0.9216279983520508,-0.14197200536727905,0.03900270164012909,0.9890739917755127,-0.15366099774837494,0.00018311099847778678,0.9880980253219604,-0.07953120023012161,-0.010864599607884884,0.9967650175094604,-0.07953120023012161,-0.010864599607884884,0.9967650175094604,-0.15366099774837494,0.00018311099847778678,0.9880980253219604,-0.02896209992468357,-0.01080359984189272,0.9995120167732239,-0.07953120023012161,-0.010864599607884884,0.9967650175094604,-0.02896209992468357,-0.01080359984189272,0.9995120167732239,-0.015991700813174248,0,0.9998469948768616,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-0.9998469948768616,0,-0.01596119999885559,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-1,0,0,-1,0,0,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-0.8265330195426941,-0.0038453300949186087,-0.5628529787063599,-0.780174970626831,0.01974550075829029,-0.6252020001411438,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.1595509946346283,0,-0.9871820211410522,-0.07959230244159698,0.002258369931951165,-0.9967960119247437,-0.1561329960823059,0.00033570401137694716,-0.9877319931983948,-0.1561329960823059,0.00033570401137694716,-0.9877319931983948,-0.07959230244159698,0.002258369931951165,-0.9967960119247437,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,-0.1561329960823059,0.00033570401137694716,-0.9877319931983948,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.1595509946346283,0,-0.9871820211410522,-0.1561329960823059,0.00033570401137694716,-0.9877319931983948,-0.23496200144290924,0.0014954099897295237,-0.9719840288162231,-0.23496200144290924,0.0014954099897295237,-0.9719840288162231,-0.1561329960823059,0.00033570401137694716,-0.9877319931983948,-0.3077490031719208,0.000030518498533638194,-0.9514449834823608,-0.23496200144290924,0.0014954099897295237,-0.9719840288162231,-0.3077490031719208,0.000030518498533638194,-0.9514449834823608,-0.3022550046443939,-0.019531799480319023,-0.9530010223388672,-0.3022550046443939,-0.019531799480319023,-0.9530010223388672,-0.3077490031719208,0.000030518498533638194,-0.9514449834823608,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.3022550046443939,-0.019531799480319023,-0.9530010223388672,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.33359798789024353,-0.10708899796009064,-0.9365829825401306,-0.5879700183868408,0.004058959893882275,-0.8088319897651672,-0.5438089966773987,0.021546099334955215,-0.8388929963111877,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.5438089966773987,0.021546099334955215,-0.8388929963111877,-0.4803310036659241,0.003051850013434887,-0.8770710229873657,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.4803310036659241,0.003051850013434887,-0.8770710229873657,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.4803310036659241,0.003051850013434887,-0.8770710229873657,-0.4048280119895935,0.022034399211406708,-0.9140899777412415,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.4048280119895935,0.022034399211406708,-0.9140899777412415,-0.33359798789024353,-0.10708899796009064,-0.9365829825401306,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.780174970626831,0.01974550075829029,-0.6252020001411438,-0.6990879774093628,0.017242999747395515,-0.714805006980896,-0.780174970626831,0.01974550075829029,-0.6252020001411438,-0.7584760189056396,-0.032807398587465286,-0.6508380174636841,-0.6990879774093628,0.017242999747395515,-0.714805006980896,-0.6990879774093628,0.017242999747395515,-0.714805006980896,-0.7584760189056396,-0.032807398587465286,-0.6508380174636841,-0.6722620129585266,0.020813599228858948,-0.739982008934021,-0.6990879774093628,0.017242999747395515,-0.714805006980896,-0.6722620129585266,0.020813599228858948,-0.739982008934021,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.6722620129585266,0.020813599228858948,-0.739982008934021,-0.6621909737586975,-0.043855100870132446,-0.7480090260505676,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.6621909737586975,-0.043855100870132446,-0.7480090260505676,-0.5879700183868408,0.004058959893882275,-0.8088319897651672,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.9216279983520508,-0.00009155549923889339,-0.38801199197769165,-0.8812829852104187,0.019714999943971634,-0.472121000289917,-0.8812829852104187,0.019714999943971634,-0.472121000289917,-0.9216279983520508,-0.00009155549923889339,-0.38801199197769165,-0.875361979007721,0.01986760087311268,-0.4830160140991211,-0.8812829852104187,0.019714999943971634,-0.472121000289917,-0.875361979007721,0.01986760087311268,-0.4830160140991211,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.875361979007721,0.01986760087311268,-0.4830160140991211,-0.8731650114059448,-0.0813622996211052,-0.48057499527931213,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.8731650114059448,-0.0813622996211052,-0.48057499527931213,-0.8265330195426941,-0.0038453300949186087,-0.5628529787063599,-0.9890739917755127,0.03894159942865372,-0.14203299582004547,-0.9785150289535522,-0.0148930000141263,-0.2056030035018921,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9785150289535522,-0.0148930000141263,-0.2056030035018921,-0.9669479727745056,-0.01800590008497238,-0.2542189955711365,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9669479727745056,-0.01800590008497238,-0.2542189955711365,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.9669479727745056,-0.01800590008497238,-0.2542189955711365,-0.9481800198554993,0.03961300104856491,-0.3152259886264801,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.9481800198554993,0.03961300104856491,-0.3152259886264801,-0.9216279983520508,-0.00009155549923889339,-0.38801199197769165,-0.9890739917755127,0.03894159942865372,-0.14203299582004547,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9967650175094604,-0.01089510042220354,-0.07953120023012161,-0.9967650175094604,-0.01089510042220354,-0.07953120023012161,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9967650175094604,-0.01089510042220354,-0.07953120023012161,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9998469948768616,0,-0.01596119999885559,0,-0.000030518498533638194,-1,0.01596119999885559,0,-0.9998469948768616,0.028931500390172005,-0.010864599607884884,-0.9995120167732239,-0.039246801286935806,0,-0.9992070198059082,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,0,-0.000030518498533638194,-1,0,-0.000030518498533638194,-1,0,0,-0.9999690055847168,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,0,0,-0.9999690055847168,0,0,-0.9999690055847168,-0.039246801286935806,0,-0.9992070198059082,0,0,-0.9999690055847168,0.028931500390172005,-0.010864599607884884,-0.9995120167732239,0.028931500390172005,-0.010864599607884884,-0.9995120167732239,0,0,-0.9999690055847168,0,0,-0.9999690055847168,0.028931500390172005,-0.010864599607884884,-0.9995120167732239,0,0,-0.9999690055847168,0,-0.000030518498533638194,-1,0.6507160067558289,-0.032898999750614166,-0.7585989832878113,0.739982008934021,0.020844100043177605,-0.6722620129585266,0.7147740125656128,0.017273500561714172,-0.6991180181503296,0.9872130155563354,-0.00006103699706727639,-0.15930700302124023,0.9968259930610657,0.002258369931951165,-0.07934810221195221,0.9877319931983948,0.0003051850071642548,-0.1561329960823059,0.9877319931983948,0.0003051850071642548,-0.1561329960823059,0.9968259930610657,0.002258369931951165,-0.07934810221195221,0.9992070198059082,0.0003051850071642548,-0.0393994003534317,0.9877319931983948,0.0003051850071642548,-0.1561329960823059,0.9992070198059082,0.0003051850071642548,-0.0393994003534317,0.9992070198059082,0,-0.039246801286935806,0.9872130155563354,-0.00006103699706727639,-0.15930700302124023,0.9877319931983948,0.0003051850071642548,-0.1561329960823059,0.9719539880752563,0.0014038500376045704,-0.23505400121212006,0.9719539880752563,0.0014038500376045704,-0.23505400121212006,0.9877319931983948,0.0003051850071642548,-0.1561329960823059,0.9512010216712952,-0.0029297799337655306,-0.30851200222969055,0.9719539880752563,0.0014038500376045704,-0.23505400121212006,0.9512010216712952,-0.0029297799337655306,-0.30851200222969055,0.9601119756698608,0.0008239999879151583,-0.2795799970626831,0.8088020086288452,0.0039979200810194016,-0.588030993938446,0.8388929963111877,0.021637599915266037,-0.5438089966773987,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8388929963111877,0.021637599915266037,-0.5438089966773987,0.8770099878311157,0.003051850013434887,-0.4804219901561737,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8770099878311157,0.003051850013434887,-0.4804219901561737,0.8970310091972351,0.0046082898043096066,-0.44190800189971924,0.8970310091972351,0.0046082898043096066,-0.44190800189971924,0.8770099878311157,0.003051850013434887,-0.4804219901561737,0.9176309704780579,0.0148930000141263,-0.3970760107040405,0.8970310091972351,0.0046082898043096066,-0.44190800189971924,0.9176309704780579,0.0148930000141263,-0.3970760107040405,0.9512010216712952,-0.0029297799337655306,-0.30851200222969055,0.9512010216712952,-0.0029297799337655306,-0.30851200222969055,0.9176309704780579,0.0148930000141263,-0.3970760107040405,0.9284340143203735,-0.01638839952647686,-0.37110498547554016,0.9512010216712952,-0.0029297799337655306,-0.30851200222969055,0.9284340143203735,-0.01638839952647686,-0.37110498547554016,0.9601119756698608,0.0008239999879151583,-0.2795799970626831,0.7147740125656128,0.017273500561714172,-0.6991180181503296,0.739982008934021,0.020844100043177605,-0.6722620129585266,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.739982008934021,0.020844100043177605,-0.6722620129585266,0.7478560209274292,-0.04412980005145073,-0.6623740196228027,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.7478560209274292,-0.04412980005145073,-0.6623740196228027,0.8088020086288452,0.0039979200810194016,-0.588030993938446,0.6507160067558289,-0.032898999750614166,-0.7585989832878113,0.7147740125656128,0.017273500561714172,-0.6991180181503296,0.6251720190048218,0.01965389959514141,-0.780206024646759,0.6251720190048218,0.01965389959514141,-0.780206024646759,0.7147740125656128,0.017273500561714172,-0.6991180181503296,0.6032590270042419,0.012115799821913242,-0.7974179983139038,0.6251720190048218,0.01965389959514141,-0.780206024646759,0.6032590270042419,0.012115799821913242,-0.7974179983139038,0.5550100207328796,-0.01751760020852089,-0.8316289782524109,0.5550100207328796,-0.01751760020852089,-0.8316289782524109,0.6032590270042419,0.012115799821913242,-0.7974179983139038,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.5550100207328796,-0.01751760020852089,-0.8316289782524109,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.520950973033905,-0.03765980154275894,-0.8527179956436157,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.38804298639297485,0,-0.9216279983520508,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.38804298639297485,0,-0.9216279983520508,0.46055498719215393,0.040589600801467896,-0.8866850137710571,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.46055498719215393,0.040589600801467896,-0.8866850137710571,0.520950973033905,-0.03765980154275894,-0.8527179956436157,0.14200299978256226,0.03894159942865372,-0.9890739917755127,0.2056030035018921,-0.014801500365138054,-0.9785150289535522,0.15366099774837494,0.00012207399413455278,-0.9880980253219604,0.15366099774837494,0.00012207399413455278,-0.9880980253219604,0.2056030035018921,-0.014801500365138054,-0.9785150289535522,0.2542189955711365,-0.017944900318980217,-0.9669479727745056,0.15366099774837494,0.00012207399413455278,-0.9880980253219604,0.2542189955711365,-0.017944900318980217,-0.9669479727745056,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.2542189955711365,-0.017944900318980217,-0.9669479727745056,0.31510400772094727,0.039582498371601105,-0.9482100009918213,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.31510400772094727,0.039582498371601105,-0.9482100009918213,0.38804298639297485,0,-0.9216279983520508,0.14200299978256226,0.03894159942865372,-0.9890739917755127,0.15366099774837494,0.00012207399413455278,-0.9880980253219604,0.0795006975531578,-0.010956100188195705,-0.9967650175094604,0.0795006975531578,-0.010956100188195705,-0.9967650175094604,0.15366099774837494,0.00012207399413455278,-0.9880980253219604,0.028931500390172005,-0.010864599607884884,-0.9995120167732239,0.0795006975531578,-0.010956100188195705,-0.9967650175094604,0.028931500390172005,-0.010864599607884884,-0.9995120167732239,0.01596119999885559,0,-0.9998469948768616,0.9992070198059082,0.0003051850071642548,-0.0393994003534317,1,0,0,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,1,0,0,1,0,0,0.9998469948768616,0,0.01596119999885559,0.9995120167732239,-0.01080359984189272,0.028931500390172005,1,0,0,1,0,0,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9992070198059082,0,-0.039246801286935806,1,0,0,0.9992070198059082,0,-0.039246801286935806,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9992070198059082,0,-0.039246801286935806,1,0,0,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.15640699863433838,0,0.9876710176467896,0.039246801286935806,0,0.9992070198059082,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.3089999854564667,0,0.9510480165481567,0.15640699863433838,0,0.9876710176467896,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.4539929926395416,0,0.8909879922866821,0.3089999854564667,0,0.9510480165481567,0.4539929926395416,0,0.8909879922866821,0.4539929926395416,0,0.8909879922866821,0.4539929926395416,0,0.8909879922866821,0.4539929926395416,0,0.8909879922866821,0.5877559781074524,0,0.8090149760246277,0.4539929926395416,0,0.8909879922866821,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.707082986831665,0,0.707082986831665,0.5877559781074524,0,0.8090149760246277,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.8090149760246277,0,0.5877559781074524,0.707082986831665,0,0.707082986831665,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8909879922866821,0,0.4539630115032196,0.8090149760246277,0,0.5877559781074524,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.9510480165481567,0,0.3089999854564667,0.8909879922866821,0,0.4539630115032196,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9876710176467896,0,0.15640699863433838,0.9510480165481567,0,0.3089999854564667,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9992070198059082,0,0.039246801286935806,0.9876710176467896,0,0.15640699863433838,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9876710176467896,0,0.15640699863433838,-0.9992070198059082,0,0.039246801286935806,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9510480165481567,0,0.3089999854564667,-0.9876710176467896,0,0.15640699863433838,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.8909879922866821,0,0.4539929926395416,-0.9510480165481567,0,0.3089999854564667,-0.8909879922866821,0,0.4539929926395416,-0.8909879922866821,0,0.4539929926395416,-0.8909879922866821,0,0.4539929926395416,-0.8909879922866821,0,0.4539929926395416,-0.8090149760246277,0,0.5877559781074524,-0.8909879922866821,0,0.4539929926395416,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.707082986831665,0,0.707082986831665,-0.8090149760246277,0,0.5877559781074524,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.5877559781074524,0,0.8090149760246277,-0.707082986831665,0,0.707082986831665,-0.5877559781074524,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.5877559781074524,0,0.8090149760246277,-0.4539630115032196,0,0.8909879922866821,-0.5877559781074524,0,0.8090149760246277,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.3089999854564667,0,0.9510480165481567,-0.4539630115032196,0,0.8909879922866821,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.15640699863433838,0,0.9876710176467896,-0.3089999854564667,0,0.9510480165481567,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.039246801286935806,0,0.9992070198059082,-0.15640699863433838,0,0.9876710176467896,-0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.15640699863433838,0,-0.9876710176467896,-0.039246801286935806,0,-0.9992070198059082,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.3089999854564667,0,-0.9510480165481567,-0.15640699863433838,0,-0.9876710176467896,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.4539929926395416,0,-0.8909879922866821,-0.3089999854564667,0,-0.9510480165481567,-0.4539929926395416,0,-0.8909879922866821,-0.4539929926395416,0,-0.8909879922866821,-0.4539929926395416,0,-0.8909879922866821,-0.4539929926395416,0,-0.8909879922866821,-0.5877559781074524,0,-0.8090149760246277,-0.4539929926395416,0,-0.8909879922866821,-0.5877559781074524,0,-0.8090149760246277,-0.5877559781074524,0,-0.8090149760246277,-0.5877559781074524,0,-0.8090149760246277,-0.5877559781074524,0,-0.8090149760246277,-0.707082986831665,0,-0.707082986831665,-0.5877559781074524,0,-0.8090149760246277,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.8090149760246277,0,-0.5877559781074524,-0.707082986831665,0,-0.707082986831665,-0.8090149760246277,0,-0.5877559781074524,-0.8090149760246277,0,-0.5877559781074524,-0.8090149760246277,0,-0.5877559781074524,-0.8090149760246277,0,-0.5877559781074524,-0.8909879922866821,0,-0.4539929926395416,-0.8090149760246277,0,-0.5877559781074524,-0.8909879922866821,0,-0.4539929926395416,-0.8909879922866821,0,-0.4539929926395416,-0.8909879922866821,0,-0.4539929926395416,-0.8909879922866821,0,-0.4539929926395416,-0.9510480165481567,0,-0.3089999854564667,-0.8909879922866821,0,-0.4539929926395416,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9876710176467896,0,-0.15640699863433838,-0.9510480165481567,0,-0.3089999854564667,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9992070198059082,0,-0.039246801286935806,-0.9876710176467896,0,-0.15640699863433838,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9876710176467896,0,-0.15640699863433838,0.9992070198059082,0,-0.039246801286935806,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9510480165481567,0,-0.3089999854564667,0.9876710176467896,0,-0.15640699863433838,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.8909879922866821,0,-0.4539630115032196,0.9510480165481567,0,-0.3089999854564667,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8090149760246277,0,-0.5877559781074524,0.8909879922866821,0,-0.4539630115032196,0.8090149760246277,0,-0.5877559781074524,0.8090149760246277,0,-0.5877559781074524,0.8090149760246277,0,-0.5877559781074524,0.8090149760246277,0,-0.5877559781074524,0.707082986831665,0,-0.7071139812469482,0.8090149760246277,0,-0.5877559781074524,0.707082986831665,0,-0.7071139812469482,0.707082986831665,0,-0.7071139812469482,0.707082986831665,0,-0.7071139812469482,0.707082986831665,0,-0.7071139812469482,0.5877559781074524,0,-0.8090149760246277,0.707082986831665,0,-0.7071139812469482,0.5877559781074524,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.4539929926395416,0,-0.8909879922866821,0.5877559781074524,0,-0.8090149760246277,0.4539929926395416,0,-0.8909879922866821,0.4539929926395416,0,-0.8909879922866821,0.4539929926395416,0,-0.8909879922866821,0.4539929926395416,0,-0.8909879922866821,0.3089999854564667,0,-0.9510480165481567,0.4539929926395416,0,-0.8909879922866821,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.15640699863433838,0,-0.9876710176467896,0.3089999854564667,0,-0.9510480165481567,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.039246801286935806,0,-0.9992070198059082,0.15640699863433838,0,-0.9876710176467896,0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0.8265630006790161,-0.0039979200810194016,0.5627920031547546,0.780174970626831,0.0197759997099638,0.6252020001411438,0.801842987537384,0.01535080000758171,0.5972779989242554,0.1595509946346283,-0.000030518498533638194,0.9871820211410522,0.07959230244159698,0.002258369931951165,0.9967960119247437,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.07959230244159698,0.002258369931951165,0.9967960119247437,0.0393994003534317,0.0003051850071642548,0.9992070198059082,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.0393994003534317,0.0003051850071642548,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.1595509946346283,-0.000030518498533638194,0.9871820211410522,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.23471799492835999,0.0014648899668827653,0.9720450043678284,0.23471799492835999,0.0014648899668827653,0.9720450043678284,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.3077490031719208,0.00006103699706727639,0.9514449834823608,0.23471799492835999,0.0014648899668827653,0.9720450043678284,0.3077490031719208,0.00006103699706727639,0.9514449834823608,0.30201101303100586,-0.01956240087747574,0.9530929923057556,0.30201101303100586,-0.01956240087747574,0.9530929923057556,0.3077490031719208,0.00006103699706727639,0.9514449834823608,0.44810301065444946,-0.0019837000872939825,0.8939480185508728,0.30201101303100586,-0.01956240087747574,0.9530929923057556,0.44810301065444946,-0.0019837000872939825,0.8939480185508728,0.3335669934749603,-0.10708899796009064,0.9366130232810974,0.5879390239715576,0.004028439987450838,0.8088629841804504,0.5438699722290039,0.021454500034451485,0.8388620018959045,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.5438699722290039,0.021454500034451485,0.8388620018959045,0.4803610146045685,0.003051850013434887,0.8770409822463989,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.4803610146045685,0.003051850013434887,0.8770409822463989,0.44810301065444946,-0.0019837000872939825,0.8939480185508728,0.44810301065444946,-0.0019837000872939825,0.8939480185508728,0.4803610146045685,0.003051850013434887,0.8770409822463989,0.4048590064048767,0.021973300725221634,0.9140899777412415,0.44810301065444946,-0.0019837000872939825,0.8939480185508728,0.4048590064048767,0.021973300725221634,0.9140899777412415,0.3335669934749603,-0.10708899796009064,0.9366130232810974,0.801842987537384,0.01535080000758171,0.5972779989242554,0.780174970626831,0.0197759997099638,0.6252020001411438,0.6990879774093628,0.01730399951338768,0.714805006980896,0.780174970626831,0.0197759997099638,0.6252020001411438,0.7585070133209229,-0.03274640068411827,0.6508070230484009,0.6990879774093628,0.01730399951338768,0.714805006980896,0.6990879774093628,0.01730399951338768,0.714805006980896,0.7585070133209229,-0.03274640068411827,0.6508070230484009,0.6722919940948486,0.020844100043177605,0.739982008934021,0.6990879774093628,0.01730399951338768,0.714805006980896,0.6722919940948486,0.020844100043177605,0.739982008934021,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.6722919940948486,0.020844100043177605,0.739982008934021,0.6621599793434143,-0.043885599821805954,0.7480390071868896,0.5883659720420837,-0.001129179960116744,0.8085569739341736,0.6621599793434143,-0.043885599821805954,0.7480390071868896,0.5879390239715576,0.004028439987450838,0.8088629841804504,0.950652003288269,0.00027466699248179793,0.31022098660469055,0.9216279983520508,-0.00012207399413455278,0.38804298639297485,0.8812829852104187,0.01965389959514141,0.472121000289917,0.8812829852104187,0.01965389959514141,0.472121000289917,0.9216279983520508,-0.00012207399413455278,0.38804298639297485,0.875361979007721,0.019836999475955963,0.4830160140991211,0.8812829852104187,0.01965389959514141,0.472121000289917,0.875361979007721,0.019836999475955963,0.4830160140991211,0.801842987537384,0.01535080000758171,0.5972779989242554,0.801842987537384,0.01535080000758171,0.5972779989242554,0.875361979007721,0.019836999475955963,0.4830160140991211,0.8731650114059448,-0.0813622996211052,0.48054400086402893,0.801842987537384,0.01535080000758171,0.5972779989242554,0.8731650114059448,-0.0813622996211052,0.48054400086402893,0.8265630006790161,-0.0039979200810194016,0.5627920031547546,0.9890739917755127,0.03894159942865372,0.14203299582004547,0.9784839749336243,-0.014984600245952606,0.20572499930858612,0.9880980253219604,0.00012207399413455278,0.15369099378585815,0.9880980253219604,0.00012207399413455278,0.15369099378585815,0.9784839749336243,-0.014984600245952606,0.20572499930858612,0.9669479727745056,-0.01800590008497238,0.2542800009250641,0.9880980253219604,0.00012207399413455278,0.15369099378585815,0.9669479727745056,-0.01800590008497238,0.2542800009250641,0.950652003288269,0.00027466699248179793,0.31022098660469055,0.950652003288269,0.00027466699248179793,0.31022098660469055,0.9669479727745056,-0.01800590008497238,0.2542800009250641,0.9481800198554993,0.03961300104856491,0.3152259886264801,0.950652003288269,0.00027466699248179793,0.31022098660469055,0.9481800198554993,0.03961300104856491,0.3152259886264801,0.9216279983520508,-0.00012207399413455278,0.38804298639297485,0.9890739917755127,0.03894159942865372,0.14203299582004547,0.9880980253219604,0.00012207399413455278,0.15369099378585815,0.9967650175094604,-0.01089510042220354,0.07953120023012161,0.9967650175094604,-0.01089510042220354,0.07953120023012161,0.9880980253219604,0.00012207399413455278,0.15369099378585815,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9967650175094604,-0.01089510042220354,0.07953120023012161,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9998469948768616,0,0.01596119999885559,0.0393994003534317,0.0003051850071642548,0.9992070198059082,0,0,1,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0,0,1,0,0,1,-0.015991700813174248,0,0.9998469948768616,-0.02896209992468357,-0.01080359984189272,0.9995120167732239,0,0,1,0,0,1,-0.02896209992468357,-0.01080359984189272,0.9995120167732239,0.039246801286935806,0,0.9992070198059082,0,0,1,0.039246801286935806,0,0.9992070198059082,0,0.00021363000269047916,0.9999690055847168,0,0.00021363000269047916,0.9999690055847168,0.039246801286935806,0,0.9992070198059082,0,0,1,0,0.00021363000269047916,0.9999690055847168,0,0,1,0,0,1,-0.6506850123405457,-0.03277689963579178,0.7585989832878113,-0.739982008934021,0.020905200392007828,0.6722620129585266,-0.7147740125656128,0.017334500327706337,0.6991180181503296,-0.9871820211410522,-0.000030518498533638194,0.15945899486541748,-0.9968259930610657,0.002258369931951165,0.0795006975531578,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9968259930610657,0.002258369931951165,0.0795006975531578,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-0.9992070198059082,0,0.039246801286935806,-0.9871820211410522,-0.000030518498533638194,0.15945899486541748,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9720450043678284,0.001434369944036007,0.23465700447559357,-0.9720450043678284,0.001434369944036007,0.23465700447559357,-0.9877319931983948,0.00033570401137694716,0.1561329960823059,-0.9512010216712952,-0.0029603000730276108,0.30851200222969055,-0.9720450043678284,0.001434369944036007,0.23465700447559357,-0.9512010216712952,-0.0029603000730276108,0.30851200222969055,-0.9602339863777161,0.0008545179734937847,0.2791830003261566,-0.8088020086288452,0.004028439987450838,0.588030993938446,-0.8388929963111877,0.021637599915266037,0.5438399910926819,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8388929963111877,0.021637599915266037,0.5438399910926819,-0.8770409822463989,0.0030213301070034504,0.4803610146045685,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8770409822463989,0.0030213301070034504,0.4803610146045685,-0.8970310091972351,0.0046082898043096066,0.44190800189971924,-0.8970310091972351,0.0046082898043096066,0.44190800189971924,-0.8770409822463989,0.0030213301070034504,0.4803610146045685,-0.9176610112190247,0.0148930000141263,0.3970459997653961,-0.8970310091972351,0.0046082898043096066,0.44190800189971924,-0.9176610112190247,0.0148930000141263,0.3970459997653961,-0.9512010216712952,-0.0029603000730276108,0.30851200222969055,-0.9512010216712952,-0.0029603000730276108,0.30851200222969055,-0.9176610112190247,0.0148930000141263,0.3970459997653961,-0.9284340143203735,-0.016419000923633575,0.37110498547554016,-0.9512010216712952,-0.0029603000730276108,0.30851200222969055,-0.9284340143203735,-0.016419000923633575,0.37110498547554016,-0.9602339863777161,0.0008545179734937847,0.2791830003261566,-0.7147740125656128,0.017334500327706337,0.6991180181503296,-0.739982008934021,0.020905200392007828,0.6722620129585266,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.739982008934021,0.020905200392007828,0.6722620129585266,-0.7478560209274292,-0.04412980005145073,0.6623430252075195,-0.8085880279541016,-0.0010681500425562263,0.5883359909057617,-0.7478560209274292,-0.04412980005145073,0.6623430252075195,-0.8088020086288452,0.004028439987450838,0.588030993938446,-0.6506850123405457,-0.03277689963579178,0.7585989832878113,-0.7147740125656128,0.017334500327706337,0.6991180181503296,-0.6251720190048218,0.019684400409460068,0.780206024646759,-0.6251720190048218,0.019684400409460068,0.780206024646759,-0.7147740125656128,0.017334500327706337,0.6991180181503296,-0.6032590270042419,0.012115799821913242,0.7974179983139038,-0.6251720190048218,0.019684400409460068,0.780206024646759,-0.6032590270042419,0.012115799821913242,0.7974179983139038,-0.5550400018692017,-0.017578700557351112,0.8315989971160889,-0.5550400018692017,-0.017578700557351112,0.8315989971160889,-0.6032590270042419,0.012115799821913242,0.7974179983139038,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.5550400018692017,-0.017578700557351112,0.8315989971160889,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.521012008190155,-0.03781240060925484,0.8526870012283325,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.38804298639297485,0,0.9216279983520508,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.38804298639297485,0,0.9216279983520508,-0.46055498719215393,0.040589600801467896,0.8866850137710571,-0.45591598749160767,0.0014648899668827653,0.8900110125541687,-0.46055498719215393,0.040589600801467896,0.8866850137710571,-0.521012008190155,-0.03781240060925484,0.8526870012283325,-0.14197200536727905,0.03900270164012909,0.9890739917755127,-0.2056639939546585,-0.014984600245952606,0.9784839749336243,-0.15366099774837494,0.00018311099847778678,0.9880980253219604,-0.15366099774837494,0.00018311099847778678,0.9880980253219604,-0.2056639939546585,-0.014984600245952606,0.9784839749336243,-0.2542499899864197,-0.01800590008497238,0.9669479727745056,-0.15366099774837494,0.00018311099847778678,0.9880980253219604,-0.2542499899864197,-0.01800590008497238,0.9669479727745056,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.2542499899864197,-0.01800590008497238,0.9669479727745056,-0.31510400772094727,0.03961300104856491,0.9482100009918213,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.31510400772094727,0.03961300104856491,0.9482100009918213,-0.38804298639297485,0,0.9216279983520508,-0.14197200536727905,0.03900270164012909,0.9890739917755127,-0.15366099774837494,0.00018311099847778678,0.9880980253219604,-0.07953120023012161,-0.010864599607884884,0.9967650175094604,-0.07953120023012161,-0.010864599607884884,0.9967650175094604,-0.15366099774837494,0.00018311099847778678,0.9880980253219604,-0.02896209992468357,-0.01080359984189272,0.9995120167732239,-0.07953120023012161,-0.010864599607884884,0.9967650175094604,-0.02896209992468357,-0.01080359984189272,0.9995120167732239,-0.015991700813174248,0,0.9998469948768616,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-1,0,0,-0.9998469948768616,0,-0.01596119999885559,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-1,0,0,-1,0,0,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-0.8265020251274109,-0.0038453300949186087,-0.5628830194473267,-0.780206024646759,0.0197759997099638,-0.6251720190048218,-0.801842987537384,0.015411799773573875,-0.5973079800605774,-0.1595810055732727,0,-0.9871820211410522,-0.07959230244159698,0.0022888900712132454,-0.9967960119247437,-0.1561329960823059,0.00036622199695557356,-0.9877319931983948,-0.1561329960823059,0.00036622199695557356,-0.9877319931983948,-0.07959230244159698,0.0022888900712132454,-0.9967960119247437,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,-0.1561329960823059,0.00036622199695557356,-0.9877319931983948,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.1595810055732727,0,-0.9871820211410522,-0.1561329960823059,0.00036622199695557356,-0.9877319931983948,-0.2348400056362152,0.0014648899668827653,-0.9720150232315063,-0.2348400056362152,0.0014648899668827653,-0.9720150232315063,-0.1561329960823059,0.00036622199695557356,-0.9877319931983948,-0.3077490031719208,0.000030518498533638194,-0.9514449834823608,-0.2348400056362152,0.0014648899668827653,-0.9720150232315063,-0.3077490031719208,0.000030518498533638194,-0.9514449834823608,-0.3021639883518219,-0.01956240087747574,-0.9530320167541504,-0.3021639883518219,-0.01956240087747574,-0.9530320167541504,-0.3077490031719208,0.000030518498533638194,-0.9514449834823608,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.3021639883518219,-0.01956240087747574,-0.9530320167541504,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.33362799882888794,-0.10708899796009064,-0.9365829825401306,-0.5879700183868408,0.004058959893882275,-0.8088319897651672,-0.5438089966773987,0.02151549980044365,-0.8388929963111877,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.5438089966773987,0.02151549980044365,-0.8388929963111877,-0.4803310036659241,0.0030823699198663235,-0.8770409822463989,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.4803310036659241,0.0030823699198663235,-0.8770409822463989,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.4803310036659241,0.0030823699198663235,-0.8770409822463989,-0.4048590064048767,0.022034399211406708,-0.9140899777412415,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.4048590064048767,0.022034399211406708,-0.9140899777412415,-0.33362799882888794,-0.10708899796009064,-0.9365829825401306,-0.801842987537384,0.015411799773573875,-0.5973079800605774,-0.780206024646759,0.0197759997099638,-0.6251720190048218,-0.6990879774093628,0.01730399951338768,-0.7147740125656128,-0.780206024646759,0.0197759997099638,-0.6251720190048218,-0.7584760189056396,-0.03277689963579178,-0.6508380174636841,-0.6990879774093628,0.01730399951338768,-0.7147740125656128,-0.6990879774093628,0.01730399951338768,-0.7147740125656128,-0.7584760189056396,-0.03277689963579178,-0.6508380174636841,-0.6722919940948486,0.020844100043177605,-0.739982008934021,-0.6990879774093628,0.01730399951338768,-0.7147740125656128,-0.6722919940948486,0.020844100043177605,-0.739982008934021,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.6722919940948486,0.020844100043177605,-0.739982008934021,-0.6621909737586975,-0.043855100870132446,-0.7480090260505676,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.6621909737586975,-0.043855100870132446,-0.7480090260505676,-0.5879700183868408,0.004058959893882275,-0.8088319897651672,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.9216279983520508,-0.00012207399413455278,-0.38801199197769165,-0.8812829852104187,0.019684400409460068,-0.472121000289917,-0.8812829852104187,0.019684400409460068,-0.472121000289917,-0.9216279983520508,-0.00012207399413455278,-0.38801199197769165,-0.875361979007721,0.019836999475955963,-0.4829860031604767,-0.8812829852104187,0.019684400409460068,-0.472121000289917,-0.875361979007721,0.019836999475955963,-0.4829860031604767,-0.801842987537384,0.015411799773573875,-0.5973079800605774,-0.801842987537384,0.015411799773573875,-0.5973079800605774,-0.875361979007721,0.019836999475955963,-0.4829860031604767,-0.873134970664978,-0.08133179694414139,-0.48057499527931213,-0.801842987537384,0.015411799773573875,-0.5973079800605774,-0.873134970664978,-0.08133179694414139,-0.48057499527931213,-0.8265020251274109,-0.0038453300949186087,-0.5628830194473267,-0.9890739917755127,0.03894159942865372,-0.14200299978256226,-0.9784839749336243,-0.014984600245952606,-0.2056950032711029,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9784839749336243,-0.014984600245952606,-0.2056950032711029,-0.9669479727745056,-0.01803640089929104,-0.2542499899864197,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9669479727745056,-0.01803640089929104,-0.2542499899864197,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.9669479727745056,-0.01803640089929104,-0.2542499899864197,-0.9481800198554993,0.03961300104856491,-0.3152259886264801,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.9481800198554993,0.03961300104856491,-0.3152259886264801,-0.9216279983520508,-0.00012207399413455278,-0.38801199197769165,-0.9890739917755127,0.03894159942865372,-0.14200299978256226,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9967650175094604,-0.010864599607884884,-0.07953120023012161,-0.9967650175094604,-0.010864599607884884,-0.07953120023012161,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9967650175094604,-0.010864599607884884,-0.07953120023012161,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9998469948768616,0,-0.01596119999885559,0,0,-1,0.01596119999885559,0,-0.9998469948768616,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,-0.039246801286935806,0,-0.9992070198059082,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,0,0,-1,0,0,-1,0,0,-1,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,0,0,-1,0,0,-0.9999690055847168,-0.039246801286935806,0,-0.9992070198059082,0,0,-0.9999690055847168,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0,0,-0.9999690055847168,0,0,-1,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0,0,-1,0,0,-1,0.6506850123405457,-0.032898999750614166,-0.7585989832878113,0.739982008934021,0.02087469957768917,-0.6722620129585266,0.7147740125656128,0.017273500561714172,-0.6991180181503296,0.9873039722442627,0,-0.1586959958076477,0.9968870282173157,0.002319409977644682,-0.07873780280351639,0.9877319931983948,0.00033570401137694716,-0.1561020016670227,0.9877319931983948,0.00033570401137694716,-0.1561020016670227,0.9968870282173157,0.002319409977644682,-0.07873780280351639,0.9992070198059082,0.00033570401137694716,-0.0393994003534317,0.9877319931983948,0.00033570401137694716,-0.1561020016670227,0.9992070198059082,0.00033570401137694716,-0.0393994003534317,0.9992070198059082,0,-0.039246801286935806,0.9873039722442627,0,-0.1586959958076477,0.9877319931983948,0.00033570401137694716,-0.1561020016670227,0.9720450043678284,0.0014038500376045704,-0.23465700447559357,0.9720450043678284,0.0014038500376045704,-0.23465700447559357,0.9877319931983948,0.00033570401137694716,-0.1561020016670227,0.9512010216712952,-0.0029603000730276108,-0.30851200222969055,0.9720450043678284,0.0014038500376045704,-0.23465700447559357,0.9512010216712952,-0.0029603000730276108,-0.30851200222969055,0.960204005241394,0.0007934810128062963,-0.27924400568008423,0.8088020086288452,0.004028439987450838,-0.588030993938446,0.8388929963111877,0.021637599915266037,-0.5438399910926819,0.8085880279541016,-0.0010376300197094679,-0.5883359909057617,0.8085880279541016,-0.0010376300197094679,-0.5883359909057617,0.8388929963111877,0.021637599915266037,-0.5438399910926819,0.8770099878311157,0.0030213301070034504,-0.4803920090198517,0.8085880279541016,-0.0010376300197094679,-0.5883359909057617,0.8770099878311157,0.0030213301070034504,-0.4803920090198517,0.8970310091972351,0.004577780142426491,-0.44193899631500244,0.8970310091972351,0.004577780142426491,-0.44193899631500244,0.8770099878311157,0.0030213301070034504,-0.4803920090198517,0.9176309704780579,0.014862500131130219,-0.3970760107040405,0.8970310091972351,0.004577780142426491,-0.44193899631500244,0.9176309704780579,0.014862500131130219,-0.3970760107040405,0.9512010216712952,-0.0029603000730276108,-0.30851200222969055,0.9512010216712952,-0.0029603000730276108,-0.30851200222969055,0.9176309704780579,0.014862500131130219,-0.3970760107040405,0.9284039735794067,-0.016419000923633575,-0.3711659908294678,0.9512010216712952,-0.0029603000730276108,-0.30851200222969055,0.9284039735794067,-0.016419000923633575,-0.3711659908294678,0.960204005241394,0.0007934810128062963,-0.27924400568008423,0.7147740125656128,0.017273500561714172,-0.6991180181503296,0.739982008934021,0.02087469957768917,-0.6722620129585266,0.8085880279541016,-0.0010376300197094679,-0.5883359909057617,0.8085880279541016,-0.0010376300197094679,-0.5883359909057617,0.739982008934021,0.02087469957768917,-0.6722620129585266,0.7478870153427124,-0.04412980005145073,-0.6623430252075195,0.8085880279541016,-0.0010376300197094679,-0.5883359909057617,0.7478870153427124,-0.04412980005145073,-0.6623430252075195,0.8088020086288452,0.004028439987450838,-0.588030993938446,0.6506850123405457,-0.032898999750614166,-0.7585989832878113,0.7147740125656128,0.017273500561714172,-0.6991180181503296,0.6251720190048218,0.019623400643467903,-0.780206024646759,0.6251720190048218,0.019623400643467903,-0.780206024646759,0.7147740125656128,0.017273500561714172,-0.6991180181503296,0.6032590270042419,0.01208529993891716,-0.7974179983139038,0.6251720190048218,0.019623400643467903,-0.780206024646759,0.6032590270042419,0.01208529993891716,-0.7974179983139038,0.5550100207328796,-0.017548099160194397,-0.8316289782524109,0.5550100207328796,-0.017548099160194397,-0.8316289782524109,0.6032590270042419,0.01208529993891716,-0.7974179983139038,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.5550100207328796,-0.017548099160194397,-0.8316289782524109,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.5208590030670166,-0.03765980154275894,-0.852778971195221,0.31022098660469055,0.00027466699248179793,-0.950652003288269,0.38804298639297485,0,-0.9216279983520508,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.38804298639297485,0,-0.9216279983520508,0.46055498719215393,0.040589600801467896,-0.8866850137710571,0.45591598749160767,0.0014648899668827653,-0.8900110125541687,0.46055498719215393,0.040589600801467896,-0.8866850137710571,0.5208590030670166,-0.03765980154275894,-0.852778971195221,0.14200299978256226,0.03894159942865372,-0.9890739917755127,0.2056030035018921,-0.014801500365138054,-0.9785150289535522,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.2056030035018921,-0.014801500365138054,-0.9785150289535522,0.2542189955711365,-0.017944900318980217,-0.9669479727745056,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.2542189955711365,-0.017944900318980217,-0.9669479727745056,0.31022098660469055,0.00027466699248179793,-0.950652003288269,0.31022098660469055,0.00027466699248179793,-0.950652003288269,0.2542189955711365,-0.017944900318980217,-0.9669479727745056,0.31510400772094727,0.039582498371601105,-0.9482100009918213,0.31022098660469055,0.00027466699248179793,-0.950652003288269,0.31510400772094727,0.039582498371601105,-0.9482100009918213,0.38804298639297485,0,-0.9216279983520508,0.14200299978256226,0.03894159942865372,-0.9890739917755127,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.0795006975531578,-0.010925600305199623,-0.9967650175094604,0.0795006975531578,-0.010925600305199623,-0.9967650175094604,0.15366099774837494,0.00015259299834724516,-0.9880980253219604,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0.0795006975531578,-0.010925600305199623,-0.9967650175094604,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0.01596119999885559,0,-0.9998469948768616,0.9998469948768616,0,0.01596119999885559,0.9995120167732239,-0.01080359984189272,0.028931500390172005,1,0,0,1,0,0,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0.00033570401137694716,-0.0393994003534317,1,0,0,1,0,0,1,0,0,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,1,0,0,0.9999690055847168,0,0,0.9992070198059082,0,-0.039246801286935806,0.9999690055847168,0,0,1,0,0,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.15640699863433838,0,0.9876710176467896,0.039246801286935806,0,0.9992070198059082,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.3089999854564667,0,0.9510480165481567,0.15640699863433838,0,0.9876710176467896,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.4539929926395416,0,0.8909879922866821,0.3089999854564667,0,0.9510480165481567,0.4539929926395416,0,0.8909879922866821,0.4539929926395416,0,0.8909879922866821,0.4539929926395416,0,0.8909879922866821,0.4539929926395416,0,0.8909879922866821,0.5877860188484192,0,0.8089849948883057,0.4539929926395416,0,0.8909879922866821,0.5877860188484192,0,0.8089849948883057,0.5877860188484192,0,0.8089849948883057,0.5877860188484192,0,0.8089849948883057,0.5877860188484192,0,0.8089849948883057,0.707082986831665,0,0.707082986831665,0.5877860188484192,0,0.8089849948883057,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.8090149760246277,0,0.5877559781074524,0.707082986831665,0,0.707082986831665,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8526260256767273,0,0.5224769711494446,0.8090149760246277,0,0.5877559781074524,0.8526260256767273,0,0.5224769711494446,0.8909879922866821,0,0.4539929926395416,0.8526260256767273,0,0.5224769711494446,0.8909879922866821,0,0.4539929926395416,0.8909879922866821,0,0.4539929926395416,0.8909879922866821,0,0.4539929926395416,0.8909879922866821,0,0.4539929926395416,0.9510480165481567,0,0.3089999854564667,0.8909879922866821,0,0.4539929926395416,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9876710176467896,0,0.15640699863433838,0.9510480165481567,0,0.3089999854564667,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9992070198059082,0,0.039246801286935806,0.9876710176467896,0,0.15640699863433838,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9876710176467896,0,0.15640699863433838,-0.9992070198059082,0,0.039246801286935806,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9510480165481567,0,0.3089999854564667,-0.9876710176467896,0,0.15640699863433838,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.8909879922866821,0,0.4539929926395416,-0.9510480165481567,0,0.3089999854564667,-0.8909879922866821,0,0.4539929926395416,-0.8909879922866821,0,0.4539929926395416,-0.8909879922866821,0,0.4539929926395416,-0.8909879922866821,0,0.4539929926395416,-0.8090149760246277,0,0.5877559781074524,-0.8909879922866821,0,0.4539929926395416,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.707082986831665,0,0.707082986831665,-0.8090149760246277,0,0.5877559781074524,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.5877860188484192,0,0.8090149760246277,-0.707082986831665,0,0.707082986831665,-0.5877860188484192,0,0.8090149760246277,-0.5877860188484192,0,0.8090149760246277,-0.5877860188484192,0,0.8090149760246277,-0.5877860188484192,0,0.8090149760246277,-0.4539630115032196,0,0.8909879922866821,-0.5877860188484192,0,0.8090149760246277,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.3089999854564667,0,0.9510480165481567,-0.4539630115032196,0,0.8909879922866821,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.15640699863433838,0,0.9876710176467896,-0.3089999854564667,0,0.9510480165481567,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.039246801286935806,0,0.9992070198059082,-0.15640699863433838,0,0.9876710176467896,-0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.15640699863433838,0,-0.9876710176467896,-0.039246801286935806,0,-0.9992070198059082,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.3089999854564667,0,-0.9510480165481567,-0.15640699863433838,0,-0.9876710176467896,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.4539929926395416,0,-0.8909879922866821,-0.3089999854564667,0,-0.9510480165481567,-0.4539929926395416,0,-0.8909879922866821,-0.4539929926395416,0,-0.8909879922866821,-0.4539929926395416,0,-0.8909879922866821,-0.4539929926395416,0,-0.8909879922866821,-0.5877860188484192,0,-0.8090149760246277,-0.4539929926395416,0,-0.8909879922866821,-0.5877860188484192,0,-0.8090149760246277,-0.5877559781074524,0,-0.8090149760246277,-0.5877559781074524,0,-0.8090149760246277,-0.5877860188484192,0,-0.8090149760246277,-0.707082986831665,0,-0.707082986831665,-0.5877559781074524,0,-0.8090149760246277,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.8089849948883057,0,-0.5877860188484192,-0.707082986831665,0,-0.707082986831665,-0.8089849948883057,0,-0.5877860188484192,-0.8089849948883057,0,-0.5877860188484192,-0.8089849948883057,0,-0.5877860188484192,-0.8089849948883057,0,-0.5877860188484192,-0.8909879922866821,0,-0.4539929926395416,-0.8089849948883057,0,-0.5877860188484192,-0.8909879922866821,0,-0.4539929926395416,-0.8909879922866821,0,-0.4539929926395416,-0.8909879922866821,0,-0.4539929926395416,-0.8909879922866821,0,-0.4539929926395416,-0.9510480165481567,0,-0.3089999854564667,-0.8909879922866821,0,-0.4539929926395416,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9876710176467896,0,-0.15640699863433838,-0.9510480165481567,0,-0.3089999854564667,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9992070198059082,0,-0.039246801286935806,-0.9876710176467896,0,-0.15640699863433838,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9876710176467896,0,-0.15640699863433838,0.9992070198059082,0,-0.039246801286935806,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9510480165481567,0,-0.3089999854564667,0.9876710176467896,0,-0.15640699863433838,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.8909879922866821,0,-0.4539929926395416,0.9510480165481567,0,-0.3089999854564667,0.8909879922866821,0,-0.4539929926395416,0.8909879922866821,0,-0.4539929926395416,0.8909879922866821,0,-0.4539929926395416,0.8909879922866821,0,-0.4539929926395416,0.8526260256767273,0,-0.5224769711494446,0.8909879922866821,0,-0.4539929926395416,0.8526260256767273,0,-0.5224769711494446,0.8089849948883057,0,-0.5877860188484192,0.8526260256767273,0,-0.5224769711494446,0.8089849948883057,0,-0.5877860188484192,0.8089849948883057,0,-0.5877860188484192,0.8089849948883057,0,-0.5877860188484192,0.8089849948883057,0,-0.5877860188484192,0.707082986831665,0,-0.707082986831665,0.8089849948883057,0,-0.5877860188484192,0.707082986831665,0,-0.707082986831665,0.707082986831665,0,-0.707082986831665,0.707082986831665,0,-0.707082986831665,0.707082986831665,0,-0.707082986831665,0.5877860188484192,0,-0.8089849948883057,0.707082986831665,0,-0.707082986831665,0.5877860188484192,0,-0.8089849948883057,0.5877860188484192,0,-0.8089849948883057,0.5877860188484192,0,-0.8089849948883057,0.5877860188484192,0,-0.8089849948883057,0.4539929926395416,0,-0.8909879922866821,0.5877860188484192,0,-0.8089849948883057,0.4539929926395416,0,-0.8909879922866821,0.4539929926395416,0,-0.8909879922866821,0.4539929926395416,0,-0.8909879922866821,0.4539929926395416,0,-0.8909879922866821,0.3089999854564667,0,-0.9510480165481567,0.4539929926395416,0,-0.8909879922866821,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.15640699863433838,0,-0.9876710176467896,0.3089999854564667,0,-0.9510480165481567,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.039246801286935806,0,-0.9992070198059082,0.15640699863433838,0,-0.9876710176467896,0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0.8265020251274109,-0.003906370140612125,0.5628830194473267,0.780174970626831,0.0197759997099638,0.6252020001411438,0.801842987537384,0.015381299890577793,0.5973079800605774,0.1595810055732727,-0.000030518498533638194,0.9871820211410522,0.07959230244159698,0.0022888900712132454,0.9967960119247437,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.07959230244159698,0.0022888900712132454,0.9967960119247437,0.0393994003534317,0.00033570401137694716,0.9992070198059082,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.0393994003534317,0.00033570401137694716,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.1595810055732727,-0.000030518498533638194,0.9871820211410522,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.23532800376415253,0.0014038500376045704,0.9718919992446899,0.23532800376415253,0.0014038500376045704,0.9718919992446899,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.3077490031719208,0.000030518498533638194,0.9514449834823608,0.23532800376415253,0.0014038500376045704,0.9718919992446899,0.3077490031719208,0.000030518498533638194,0.9514449834823608,0.302621990442276,-0.019531799480319023,0.952879011631012,0.302621990442276,-0.019531799480319023,0.952879011631012,0.3077490031719208,0.000030518498533638194,0.9514449834823608,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.302621990442276,-0.019531799480319023,0.952879011631012,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.3335669934749603,-0.10681500285863876,0.9366440176963806,0.5879999995231628,0.003936890047043562,0.8088319897651672,0.5438399910926819,0.02148500084877014,0.8388929963111877,0.5883659720420837,-0.0011596999829635024,0.8085569739341736,0.5883659720420837,-0.0011596999829635024,0.8085569739341736,0.5438399910926819,0.02148500084877014,0.8388929963111877,0.4803610146045685,0.0030213301070034504,0.8770409822463989,0.5883659720420837,-0.0011596999829635024,0.8085569739341736,0.4803610146045685,0.0030213301070034504,0.8770409822463989,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.4803610146045685,0.0030213301070034504,0.8770409822463989,0.4048590064048767,0.021942799910902977,0.9140899777412415,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.4048590064048767,0.021942799910902977,0.9140899777412415,0.3335669934749603,-0.10681500285863876,0.9366440176963806,0.801842987537384,0.015381299890577793,0.5973079800605774,0.780174970626831,0.0197759997099638,0.6252020001411438,0.6990879774093628,0.017273500561714172,0.7147740125656128,0.780174970626831,0.0197759997099638,0.6252020001411438,0.7585070133209229,-0.032807398587465286,0.6508070230484009,0.6990879774093628,0.017273500561714172,0.7147740125656128,0.6990879774093628,0.017273500561714172,0.7147740125656128,0.7585070133209229,-0.032807398587465286,0.6508070230484009,0.6722620129585266,0.020813599228858948,0.739982008934021,0.6990879774093628,0.017273500561714172,0.7147740125656128,0.6722620129585266,0.020813599228858948,0.739982008934021,0.5883659720420837,-0.0011596999829635024,0.8085569739341736,0.5883659720420837,-0.0011596999829635024,0.8085569739341736,0.6722620129585266,0.020813599228858948,0.739982008934021,0.6621909737586975,-0.04391609877347946,0.7480090260505676,0.5883659720420837,-0.0011596999829635024,0.8085569739341736,0.6621909737586975,-0.04391609877347946,0.7480090260505676,0.5879999995231628,0.003936890047043562,0.8088319897651672,0.950652003288269,0.00027466699248179793,0.31018999218940735,0.9216279983520508,-0.00012207399413455278,0.38801199197769165,0.8812829852104187,0.019684400409460068,0.472121000289917,0.8812829852104187,0.019684400409460068,0.472121000289917,0.9216279983520508,-0.00012207399413455278,0.38801199197769165,0.875361979007721,0.019836999475955963,0.4830160140991211,0.8812829852104187,0.019684400409460068,0.472121000289917,0.875361979007721,0.019836999475955963,0.4830160140991211,0.801842987537384,0.015381299890577793,0.5973079800605774,0.801842987537384,0.015381299890577793,0.5973079800605774,0.875361979007721,0.019836999475955963,0.4830160140991211,0.873134970664978,-0.0813622996211052,0.48057499527931213,0.801842987537384,0.015381299890577793,0.5973079800605774,0.873134970664978,-0.0813622996211052,0.48057499527931213,0.8265020251274109,-0.003906370140612125,0.5628830194473267,0.9890739917755127,0.03891110047698021,0.14203299582004547,0.9784839749336243,-0.014984600245952606,0.2056639939546585,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9784839749336243,-0.014984600245952606,0.2056639939546585,0.9669479727745056,-0.01803640089929104,0.2542499899864197,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9669479727745056,-0.01803640089929104,0.2542499899864197,0.950652003288269,0.00027466699248179793,0.31018999218940735,0.950652003288269,0.00027466699248179793,0.31018999218940735,0.9669479727745056,-0.01803640089929104,0.2542499899864197,0.9481800198554993,0.03961300104856491,0.3152259886264801,0.950652003288269,0.00027466699248179793,0.31018999218940735,0.9481800198554993,0.03961300104856491,0.3152259886264801,0.9216279983520508,-0.00012207399413455278,0.38801199197769165,0.9890739917755127,0.03891110047698021,0.14203299582004547,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9967650175094604,-0.01089510042220354,0.07953120023012161,0.9967650175094604,-0.01089510042220354,0.07953120023012161,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9995120167732239,-0.01080359984189272,0.02896209992468357,0.9967650175094604,-0.01089510042220354,0.07953120023012161,0.9995120167732239,-0.01080359984189272,0.02896209992468357,0.9998469948768616,0,0.01596119999885559,0.0393994003534317,0.00033570401137694716,0.9992070198059082,0,0,1,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0,0,1,0,-0.000030518498533638194,1,-0.01596119999885559,0,0.9998469948768616,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,0,0,1,0,0,1,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,0.039246801286935806,0,0.9992070198059082,0,0,1,0.039246801286935806,0,0.9992070198059082,0,0,1,0,0,1,0.039246801286935806,0,0.9992070198059082,0,-0.000030518498533638194,1,0,0,1,0,-0.000030518498533638194,1,0,0,1,-0.6506850123405457,-0.032898999750614166,0.7585989832878113,-0.739982008934021,0.020844100043177605,0.6722919940948486,-0.7147740125656128,0.017273500561714172,0.6991180181503296,-0.9871820211410522,-0.000030518498533638194,0.15945899486541748,-0.9968259930610657,0.0022888900712132454,0.0795006975531578,-0.9877319931983948,0.00033570401137694716,0.1561020016670227,-0.9877319931983948,0.00033570401137694716,0.1561020016670227,-0.9968259930610657,0.0022888900712132454,0.0795006975531578,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-0.9877319931983948,0.00033570401137694716,0.1561020016670227,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-0.9992070198059082,0,0.039246801286935806,-0.9871820211410522,-0.000030518498533638194,0.15945899486541748,-0.9877319931983948,0.00033570401137694716,0.1561020016670227,-0.9720759987831116,0.001434369944036007,0.23465700447559357,-0.9720759987831116,0.001434369944036007,0.23465700447559357,-0.9877319931983948,0.00033570401137694716,0.1561020016670227,-0.9512010216712952,-0.0029603000730276108,0.30851200222969055,-0.9720759987831116,0.001434369944036007,0.23465700447559357,-0.9512010216712952,-0.0029603000730276108,0.30851200222969055,-0.960204005241394,0.0008239999879151583,0.2791830003261566,-0.8088020086288452,0.004089479800313711,0.588030993938446,-0.8388929963111877,0.021668100729584694,0.5438399910926819,-0.8085880279541016,-0.0010376300197094679,0.5883359909057617,-0.8085880279541016,-0.0010376300197094679,0.5883359909057617,-0.8388929963111877,0.021668100729584694,0.5438399910926819,-0.8770409822463989,0.003051850013434887,0.4803920090198517,-0.8085880279541016,-0.0010376300197094679,0.5883359909057617,-0.8770409822463989,0.003051850013434887,0.4803920090198517,-0.8970310091972351,0.00463881017640233,0.44190800189971924,-0.8970310091972351,0.00463881017640233,0.44190800189971924,-0.8770409822463989,0.003051850013434887,0.4803920090198517,-0.9176610112190247,0.014923599548637867,0.3970459997653961,-0.8970310091972351,0.00463881017640233,0.44190800189971924,-0.9176610112190247,0.014923599548637867,0.3970459997653961,-0.9512010216712952,-0.0029603000730276108,0.30851200222969055,-0.9512010216712952,-0.0029603000730276108,0.30851200222969055,-0.9176610112190247,0.014923599548637867,0.3970459997653961,-0.9284039735794067,-0.01638839952647686,0.37113600969314575,-0.9512010216712952,-0.0029603000730276108,0.30851200222969055,-0.9284039735794067,-0.01638839952647686,0.37113600969314575,-0.960204005241394,0.0008239999879151583,0.2791830003261566,-0.7147740125656128,0.017273500561714172,0.6991180181503296,-0.739982008934021,0.020844100043177605,0.6722919940948486,-0.8085880279541016,-0.0010376300197094679,0.5883359909057617,-0.8085880279541016,-0.0010376300197094679,0.5883359909057617,-0.739982008934021,0.020844100043177605,0.6722919940948486,-0.7478560209274292,-0.04409920051693916,0.6623430252075195,-0.8085880279541016,-0.0010376300197094679,0.5883359909057617,-0.7478560209274292,-0.04409920051693916,0.6623430252075195,-0.8088020086288452,0.004089479800313711,0.588030993938446,-0.6506850123405457,-0.032898999750614166,0.7585989832878113,-0.7147740125656128,0.017273500561714172,0.6991180181503296,-0.6251720190048218,0.01965389959514141,0.780206024646759,-0.6251720190048218,0.01965389959514141,0.780206024646759,-0.7147740125656128,0.017273500561714172,0.6991180181503296,-0.6032590270042419,0.012115799821913242,0.7974179983139038,-0.6251720190048218,0.01965389959514141,0.780206024646759,-0.6032590270042419,0.012115799821913242,0.7974179983139038,-0.5550100207328796,-0.01760919950902462,0.8316289782524109,-0.5550100207328796,-0.01760919950902462,0.8316289782524109,-0.6032590270042419,0.012115799821913242,0.7974179983139038,-0.45591598749160767,0.0014954099897295237,0.8900110125541687,-0.5550100207328796,-0.01760919950902462,0.8316289782524109,-0.45591598749160767,0.0014954099897295237,0.8900110125541687,-0.5208899974822998,-0.03790400177240372,0.8527479767799377,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.38804298639297485,0,0.9216279983520508,-0.45591598749160767,0.0014954099897295237,0.8900110125541687,-0.45591598749160767,0.0014954099897295237,0.8900110125541687,-0.38804298639297485,0,0.9216279983520508,-0.46055498719215393,0.0406200997531414,0.8866850137710571,-0.45591598749160767,0.0014954099897295237,0.8900110125541687,-0.46055498719215393,0.0406200997531414,0.8866850137710571,-0.5208899974822998,-0.03790400177240372,0.8527479767799377,-0.14197200536727905,0.0390332005918026,0.9890739917755127,-0.2056950032711029,-0.015106700360774994,0.9784839749336243,-0.15366099774837494,0.00018311099847778678,0.9880980253219604,-0.15366099774837494,0.00018311099847778678,0.9880980253219604,-0.2056950032711029,-0.015106700360774994,0.9784839749336243,-0.2542499899864197,-0.018067000433802605,0.9669479727745056,-0.15366099774837494,0.00018311099847778678,0.9880980253219604,-0.2542499899864197,-0.018067000433802605,0.9669479727745056,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.2542499899864197,-0.018067000433802605,0.9669479727745056,-0.31510400772094727,0.03964350000023842,0.9482100009918213,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.31510400772094727,0.03964350000023842,0.9482100009918213,-0.38804298639297485,0,0.9216279983520508,-0.14197200536727905,0.0390332005918026,0.9890739917755127,-0.15366099774837494,0.00018311099847778678,0.9880980253219604,-0.07953120023012161,-0.01089510042220354,0.9967650175094604,-0.07953120023012161,-0.01089510042220354,0.9967650175094604,-0.15366099774837494,0.00018311099847778678,0.9880980253219604,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,-0.07953120023012161,-0.01089510042220354,0.9967650175094604,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,-0.01596119999885559,0,0.9998469948768616,-0.9998469948768616,0,-0.01596119999885559,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-1,0,0,-1,0,0,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-1,0,0,-1,0,0,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-1,0,0,-0.8265020251274109,-0.0039674099534749985,-0.5628830194473267,-0.780174970626831,0.019806500524282455,-0.6252020001411438,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.1595200002193451,-0.00006103699706727639,-0.9871820211410522,-0.07953120023012161,0.0022278500255197287,-0.9968259930610657,-0.1561329960823059,0.00027466699248179793,-0.9877319931983948,-0.1561329960823059,0.00027466699248179793,-0.9877319931983948,-0.07953120023012161,0.0022278500255197287,-0.9968259930610657,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,-0.1561329960823059,0.00027466699248179793,-0.9877319931983948,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.1595200002193451,-0.00006103699706727639,-0.9871820211410522,-0.1561329960823059,0.00027466699248179793,-0.9877319931983948,-0.23450399935245514,0.0014038500376045704,-0.9721059799194336,-0.23450399935245514,0.0014038500376045704,-0.9721059799194336,-0.1561329960823059,0.00027466699248179793,-0.9877319931983948,-0.3077490031719208,0,-0.9514449834823608,-0.23450399935245514,0.0014038500376045704,-0.9721059799194336,-0.3077490031719208,0,-0.9514449834823608,-0.30188900232315063,-0.019501300528645515,-0.9531239867210388,-0.30188900232315063,-0.019501300528645515,-0.9531239867210388,-0.3077490031719208,0,-0.9514449834823608,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.30188900232315063,-0.019501300528645515,-0.9531239867210388,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.33378100395202637,-0.1065400019288063,-0.9365829825401306,-0.5879089832305908,0.0041505200788378716,-0.8088930249214172,-0.5438699722290039,0.02151549980044365,-0.8388620018959045,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.5438699722290039,0.02151549980044365,-0.8388620018959045,-0.4803310036659241,0.0031128900591284037,-0.8770710229873657,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.4803310036659241,0.0031128900591284037,-0.8770710229873657,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.4803310036659241,0.0031128900591284037,-0.8770710229873657,-0.4048590064048767,0.022034399211406708,-0.9140899777412415,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.4048590064048767,0.022034399211406708,-0.9140899777412415,-0.33378100395202637,-0.1065400019288063,-0.9365829825401306,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.780174970626831,0.019806500524282455,-0.6252020001411438,-0.6990879774093628,0.01730399951338768,-0.7147740125656128,-0.780174970626831,0.019806500524282455,-0.6252020001411438,-0.7585070133209229,-0.03274640068411827,-0.6508070230484009,-0.6990879774093628,0.01730399951338768,-0.7147740125656128,-0.6990879774093628,0.01730399951338768,-0.7147740125656128,-0.7585070133209229,-0.03274640068411827,-0.6508070230484009,-0.6722919940948486,0.020844100043177605,-0.739952027797699,-0.6990879774093628,0.01730399951338768,-0.7147740125656128,-0.6722919940948486,0.020844100043177605,-0.739952027797699,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.6722919940948486,0.020844100043177605,-0.739952027797699,-0.6621599793434143,-0.04382459819316864,-0.7480700016021729,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.6621599793434143,-0.04382459819316864,-0.7480700016021729,-0.5879089832305908,0.0041505200788378716,-0.8088930249214172,-0.950652003288269,0.0003051850071642548,-0.31022098660469055,-0.9216279983520508,-0.00009155549923889339,-0.38801199197769165,-0.8812829852104187,0.019684400409460068,-0.472121000289917,-0.8812829852104187,0.019684400409460068,-0.472121000289917,-0.9216279983520508,-0.00009155549923889339,-0.38801199197769165,-0.875361979007721,0.019836999475955963,-0.4829860031604767,-0.8812829852104187,0.019684400409460068,-0.472121000289917,-0.875361979007721,0.019836999475955963,-0.4829860031604767,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.875361979007721,0.019836999475955963,-0.4829860031604767,-0.873134970664978,-0.0813622996211052,-0.48057499527931213,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.873134970664978,-0.0813622996211052,-0.48057499527931213,-0.8265020251274109,-0.0039674099534749985,-0.5628830194473267,-0.9890739917755127,0.03894159942865372,-0.14203299582004547,-0.9784839749336243,-0.014984600245952606,-0.2056639939546585,-0.9880980253219604,0.00012207399413455278,-0.15369099378585815,-0.9880980253219604,0.00012207399413455278,-0.15369099378585815,-0.9784839749336243,-0.014984600245952606,-0.2056639939546585,-0.9669479727745056,-0.01800590008497238,-0.2542189955711365,-0.9880980253219604,0.00012207399413455278,-0.15369099378585815,-0.9669479727745056,-0.01800590008497238,-0.2542189955711365,-0.950652003288269,0.0003051850071642548,-0.31022098660469055,-0.950652003288269,0.0003051850071642548,-0.31022098660469055,-0.9669479727745056,-0.01800590008497238,-0.2542189955711365,-0.9481800198554993,0.03961300104856491,-0.3152259886264801,-0.950652003288269,0.0003051850071642548,-0.31022098660469055,-0.9481800198554993,0.03961300104856491,-0.3152259886264801,-0.9216279983520508,-0.00009155549923889339,-0.38801199197769165,-0.9890739917755127,0.03894159942865372,-0.14203299582004547,-0.9880980253219604,0.00012207399413455278,-0.15369099378585815,-0.9967650175094604,-0.01089510042220354,-0.07953120023012161,-0.9967650175094604,-0.01089510042220354,-0.07953120023012161,-0.9880980253219604,0.00012207399413455278,-0.15369099378585815,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9967650175094604,-0.01089510042220354,-0.07953120023012161,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9998469948768616,0,-0.01596119999885559,0,-0.000030518498533638194,-1,0.01596119999885559,0,-0.9998469948768616,0.028931500390172005,-0.010864599607884884,-0.9995120167732239,-0.039246801286935806,0,-0.9992070198059082,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,0,-0.000030518498533638194,-1,0,-0.000030518498533638194,-1,0,0.000030518498533638194,-1,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,0,0.000030518498533638194,-1,0,0,-1,-0.039246801286935806,0,-0.9992070198059082,0,0,-1,0.028931500390172005,-0.010864599607884884,-0.9995120167732239,0.028931500390172005,-0.010864599607884884,-0.9995120167732239,0,0,-1,0,-0.000030518498533638194,-1,0.028931500390172005,-0.010864599607884884,-0.9995120167732239,0,-0.000030518498533638194,-1,0,-0.000030518498533638194,-1,0.6507160067558289,-0.03283790126442909,-0.7585989832878113,0.739982008934021,0.020844100043177605,-0.6722620129585266,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.9871820211410522,-0.000030518498533638194,-0.15945899486541748,0.9968259930610657,0.002258369931951165,-0.0795006975531578,0.9877319931983948,0.00033570401137694716,-0.1561329960823059,0.9877319931983948,0.00033570401137694716,-0.1561329960823059,0.9968259930610657,0.002258369931951165,-0.0795006975531578,0.9992070198059082,0.0003051850071642548,-0.0393994003534317,0.9877319931983948,0.00033570401137694716,-0.1561329960823059,0.9992070198059082,0.0003051850071642548,-0.0393994003534317,0.9992070198059082,0,-0.039246801286935806,0.9871820211410522,-0.000030518498533638194,-0.15945899486541748,0.9877319931983948,0.00033570401137694716,-0.1561329960823059,0.9720450043678284,0.001434369944036007,-0.23465700447559357,0.9720450043678284,0.001434369944036007,-0.23465700447559357,0.9877319931983948,0.00033570401137694716,-0.1561329960823059,0.9512010216712952,-0.0029297799337655306,-0.30851200222969055,0.9720450043678284,0.001434369944036007,-0.23465700447559357,0.9512010216712952,-0.0029297799337655306,-0.30851200222969055,0.9602339863777161,0.0008545179734937847,-0.2791529893875122,0.8088020086288452,0.004058959893882275,-0.588030993938446,0.8388929963111877,0.021637599915266037,-0.5438399910926819,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8388929963111877,0.021637599915266037,-0.5438399910926819,0.8770099878311157,0.0030213301070034504,-0.4803920090198517,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8770099878311157,0.0030213301070034504,-0.4803920090198517,0.8970310091972351,0.0046082898043096066,-0.44190800189971924,0.8970310091972351,0.0046082898043096066,-0.44190800189971924,0.8770099878311157,0.0030213301070034504,-0.4803920090198517,0.9176309704780579,0.0148930000141263,-0.3970760107040405,0.8970310091972351,0.0046082898043096066,-0.44190800189971924,0.9176309704780579,0.0148930000141263,-0.3970760107040405,0.9512010216712952,-0.0029297799337655306,-0.30851200222969055,0.9512010216712952,-0.0029297799337655306,-0.30851200222969055,0.9176309704780579,0.0148930000141263,-0.3970760107040405,0.9284340143203735,-0.01638839952647686,-0.37110498547554016,0.9512010216712952,-0.0029297799337655306,-0.30851200222969055,0.9284340143203735,-0.01638839952647686,-0.37110498547554016,0.9602339863777161,0.0008545179734937847,-0.2791529893875122,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.739982008934021,0.020844100043177605,-0.6722620129585266,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.739982008934021,0.020844100043177605,-0.6722620129585266,0.7478560209274292,-0.04416029900312424,-0.6623430252075195,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.7478560209274292,-0.04416029900312424,-0.6623430252075195,0.8088020086288452,0.004058959893882275,-0.588030993938446,0.6507160067558289,-0.03283790126442909,-0.7585989832878113,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.6251720190048218,0.01965389959514141,-0.780206024646759,0.6251720190048218,0.01965389959514141,-0.780206024646759,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.6032590270042419,0.01208529993891716,-0.7974179983139038,0.6251720190048218,0.01965389959514141,-0.780206024646759,0.6032590270042419,0.01208529993891716,-0.7974179983139038,0.5550100207328796,-0.017578700557351112,-0.8316289782524109,0.5550100207328796,-0.017578700557351112,-0.8316289782524109,0.6032590270042419,0.01208529993891716,-0.7974179983139038,0.45588499307632446,0.0014648899668827653,-0.8900110125541687,0.5550100207328796,-0.017578700557351112,-0.8316289782524109,0.45588499307632446,0.0014648899668827653,-0.8900110125541687,0.5209810137748718,-0.037934500724077225,-0.8526870012283325,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.38804298639297485,0,-0.9216279983520508,0.45588499307632446,0.0014648899668827653,-0.8900110125541687,0.45588499307632446,0.0014648899668827653,-0.8900110125541687,0.38804298639297485,0,-0.9216279983520508,0.46055498719215393,0.040589600801467896,-0.8866850137710571,0.45588499307632446,0.0014648899668827653,-0.8900110125541687,0.46055498719215393,0.040589600801467896,-0.8866850137710571,0.5209810137748718,-0.037934500724077225,-0.8526870012283325,0.14200299978256226,0.03891110047698021,-0.9890739917755127,0.2056950032711029,-0.015015100128948689,-0.9784839749336243,0.15366099774837494,0.00012207399413455278,-0.9880980253219604,0.15366099774837494,0.00012207399413455278,-0.9880980253219604,0.2056950032711029,-0.015015100128948689,-0.9784839749336243,0.2542499899864197,-0.01803640089929104,-0.9669479727745056,0.15366099774837494,0.00012207399413455278,-0.9880980253219604,0.2542499899864197,-0.01803640089929104,-0.9669479727745056,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.2542499899864197,-0.01803640089929104,-0.9669479727745056,0.31510400772094727,0.0395519994199276,-0.9482100009918213,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.31510400772094727,0.0395519994199276,-0.9482100009918213,0.38804298639297485,0,-0.9216279983520508,0.14200299978256226,0.03891110047698021,-0.9890739917755127,0.15366099774837494,0.00012207399413455278,-0.9880980253219604,0.0795006975531578,-0.010956100188195705,-0.9967650175094604,0.0795006975531578,-0.010956100188195705,-0.9967650175094604,0.15366099774837494,0.00012207399413455278,-0.9880980253219604,0.028931500390172005,-0.010864599607884884,-0.9995120167732239,0.0795006975531578,-0.010956100188195705,-0.9967650175094604,0.028931500390172005,-0.010864599607884884,-0.9995120167732239,0.01596119999885559,0,-0.9998469948768616,0.9998469948768616,0,0.01596119999885559,0.9995120167732239,-0.01080359984189272,0.02896209992468357,1,0,0,1,0,0,0.9995120167732239,-0.01080359984189272,0.02896209992468357,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0.0003051850071642548,-0.0393994003534317,1,0,0,1,0,0,1,0,0,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,1,0,0,0.9999690055847168,0,0,0.9992070198059082,0,-0.039246801286935806,0.9999690055847168,0,0,1,0,0,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.15640699863433838,0,0.9876710176467896,0.039246801286935806,0,0.9992070198059082,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.3089999854564667,0,0.9510480165481567,0.15640699863433838,0,0.9876710176467896,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.4539630115032196,0,0.8909879922866821,0.3089999854564667,0,0.9510480165481567,0.4539630115032196,0,0.8909879922866821,0.4539630115032196,0,0.8909879922866821,0.4539630115032196,0,0.8909879922866821,0.4539630115032196,0,0.8909879922866821,0.5877559781074524,0,0.8090149760246277,0.4539630115032196,0,0.8909879922866821,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.707082986831665,0,0.707082986831665,0.5877559781074524,0,0.8090149760246277,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.8090149760246277,0,0.5877559781074524,0.707082986831665,0,0.707082986831665,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8909879922866821,0,0.4539630115032196,0.8090149760246277,0,0.5877559781074524,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.9510480165481567,0,0.3089999854564667,0.8909879922866821,0,0.4539630115032196,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9876710176467896,0,0.15640699863433838,0.9510480165481567,0,0.3089999854564667,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9992070198059082,0,0.039246801286935806,0.9876710176467896,0,0.15640699863433838,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9876710176467896,0,0.15640699863433838,-0.9992070198059082,0,0.039246801286935806,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15643799304962158,-0.9876710176467896,0,0.15643799304962158,-0.9876710176467896,0,0.15640699863433838,-0.9510480165481567,0,0.3089999854564667,-0.9876710176467896,0,0.15643799304962158,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.8909879922866821,0,0.4539630115032196,-0.9510480165481567,0,0.3089999854564667,-0.8909879922866821,0,0.4539630115032196,-0.8909879922866821,0,0.4539630115032196,-0.8909879922866821,0,0.4539630115032196,-0.8909879922866821,0,0.4539630115032196,-0.8090149760246277,0,0.5877559781074524,-0.8909879922866821,0,0.4539630115032196,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.707082986831665,0,0.707082986831665,-0.8090149760246277,0,0.5877559781074524,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.5877860188484192,0,0.8089849948883057,-0.707082986831665,0,0.707082986831665,-0.5877860188484192,0,0.8089849948883057,-0.5877860188484192,0,0.8089849948883057,-0.5877860188484192,0,0.8089849948883057,-0.5877860188484192,0,0.8089849948883057,-0.4539630115032196,0,0.8909879922866821,-0.5877860188484192,0,0.8089849948883057,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.3089999854564667,0,0.9510480165481567,-0.4539630115032196,0,0.8909879922866821,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.15640699863433838,0,0.9876710176467896,-0.3089999854564667,0,0.9510480165481567,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.039246801286935806,0,0.9992070198059082,-0.15640699863433838,0,0.9876710176467896,-0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.15640699863433838,0,-0.9876710176467896,-0.039246801286935806,0,-0.9992070198059082,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.3089999854564667,0,-0.9510480165481567,-0.15640699863433838,0,-0.9876710176467896,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.4539929926395416,0,-0.8909879922866821,-0.3089999854564667,0,-0.9510480165481567,-0.4539929926395416,0,-0.8909879922866821,-0.4539929926395416,0,-0.8909879922866821,-0.4539929926395416,0,-0.8909879922866821,-0.4539929926395416,0,-0.8909879922866821,-0.5877860188484192,0,-0.8089849948883057,-0.4539929926395416,0,-0.8909879922866821,-0.5877860188484192,0,-0.8089849948883057,-0.5877860188484192,0,-0.8089849948883057,-0.5877860188484192,0,-0.8089849948883057,-0.5877860188484192,0,-0.8089849948883057,-0.707082986831665,0,-0.707082986831665,-0.5877860188484192,0,-0.8089849948883057,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.8090149760246277,0,-0.5877860188484192,-0.707082986831665,0,-0.707082986831665,-0.8090149760246277,0,-0.5877860188484192,-0.8090149760246277,0,-0.5877860188484192,-0.8090149760246277,0,-0.5877860188484192,-0.8090149760246277,0,-0.5877860188484192,-0.8909879922866821,0,-0.4539630115032196,-0.8090149760246277,0,-0.5877860188484192,-0.8909879922866821,0,-0.4539630115032196,-0.8909879922866821,0,-0.4539630115032196,-0.8909879922866821,0,-0.4539630115032196,-0.8909879922866821,0,-0.4539630115032196,-0.9510480165481567,0,-0.3089999854564667,-0.8909879922866821,0,-0.4539630115032196,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9876710176467896,0,-0.15640699863433838,-0.9510480165481567,0,-0.3089999854564667,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9992070198059082,0,-0.039246801286935806,-0.9876710176467896,0,-0.15640699863433838,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9876710176467896,0,-0.15640699863433838,0.9992070198059082,0,-0.039246801286935806,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9510480165481567,0,-0.3089999854564667,0.9876710176467896,0,-0.15640699863433838,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.8909879922866821,0,-0.4539929926395416,0.9510480165481567,0,-0.3089999854564667,0.8909879922866821,0,-0.4539929926395416,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539929926395416,0.8090149760246277,0,-0.5877559781074524,0.8909879922866821,0,-0.4539630115032196,0.8090149760246277,0,-0.5877559781074524,0.8090149760246277,0,-0.5877559781074524,0.8090149760246277,0,-0.5877559781074524,0.8090149760246277,0,-0.5877559781074524,0.707082986831665,0,-0.707082986831665,0.8090149760246277,0,-0.5877559781074524,0.707082986831665,0,-0.707082986831665,0.707082986831665,0,-0.707082986831665,0.707082986831665,0,-0.707082986831665,0.707082986831665,0,-0.707082986831665,0.5877860188484192,0,-0.8090149760246277,0.707082986831665,0,-0.707082986831665,0.5877860188484192,0,-0.8090149760246277,0.5877860188484192,0,-0.8090149760246277,0.5877860188484192,0,-0.8090149760246277,0.5877860188484192,0,-0.8090149760246277,0.4539929926395416,0,-0.8909879922866821,0.5877860188484192,0,-0.8090149760246277,0.4539929926395416,0,-0.8909879922866821,0.4539929926395416,0,-0.8909879922866821,0.4539929926395416,0,-0.8909879922866821,0.4539929926395416,0,-0.8909879922866821,0.3089999854564667,0,-0.9510480165481567,0.4539929926395416,0,-0.8909879922866821,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.15640699863433838,0,-0.9876710176467896,0.3089999854564667,0,-0.9510480165481567,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.039246801286935806,0,-0.9992070198059082,0.15640699863433838,0,-0.9876710176467896,0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0.8265330195426941,-0.0039979200810194016,0.5628529787063599,0.780174970626831,0.0197759997099638,0.6252020001411438,0.801842987537384,0.015381299890577793,0.5973079800605774,0.1595509946346283,-0.000030518498533638194,0.9871820211410522,0.07959230244159698,0.0022888900712132454,0.9967960119247437,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.07959230244159698,0.0022888900712132454,0.9967960119247437,0.0393994003534317,0.00033570401137694716,0.9992070198059082,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.0393994003534317,0.00033570401137694716,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.1595509946346283,-0.000030518498533638194,0.9871820211410522,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.23526699841022491,0.0014038500376045704,0.9719229936599731,0.23526699841022491,0.0014038500376045704,0.9719229936599731,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.3077490031719208,0.000030518498533638194,0.9514449834823608,0.23526699841022491,0.0014038500376045704,0.9719229936599731,0.3077490031719208,0.000030518498533638194,0.9514449834823608,0.3025610148906708,-0.019531799480319023,0.9529100060462952,0.3025610148906708,-0.019531799480319023,0.9529100060462952,0.3077490031719208,0.000030518498533638194,0.9514449834823608,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.3025610148906708,-0.019531799480319023,0.9529100060462952,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.3335669934749603,-0.10681500285863876,0.9366440176963806,0.588030993938446,0.003936890047043562,0.8088020086288452,0.5438089966773987,0.02148500084877014,0.8388929963111877,0.5883659720420837,-0.0011596999829635024,0.8085569739341736,0.5883659720420837,-0.0011596999829635024,0.8085569739341736,0.5438089966773987,0.02148500084877014,0.8388929963111877,0.4803310036659241,0.0030213301070034504,0.8770409822463989,0.5883659720420837,-0.0011596999829635024,0.8085569739341736,0.4803310036659241,0.0030213301070034504,0.8770409822463989,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.4803310036659241,0.0030213301070034504,0.8770409822463989,0.4048590064048767,0.021942799910902977,0.9140899777412415,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.4048590064048767,0.021942799910902977,0.9140899777412415,0.3335669934749603,-0.10681500285863876,0.9366440176963806,0.801842987537384,0.015381299890577793,0.5973079800605774,0.780174970626831,0.0197759997099638,0.6252020001411438,0.6990879774093628,0.017242999747395515,0.7147740125656128,0.780174970626831,0.0197759997099638,0.6252020001411438,0.7585070133209229,-0.032807398587465286,0.6508070230484009,0.6990879774093628,0.017242999747395515,0.7147740125656128,0.6990879774093628,0.017242999747395515,0.7147740125656128,0.7585070133209229,-0.032807398587465286,0.6508070230484009,0.6722919940948486,0.020813599228858948,0.739982008934021,0.6990879774093628,0.017242999747395515,0.7147740125656128,0.6722919940948486,0.020813599228858948,0.739982008934021,0.5883659720420837,-0.0011596999829635024,0.8085569739341736,0.5883659720420837,-0.0011596999829635024,0.8085569739341736,0.6722919940948486,0.020813599228858948,0.739982008934021,0.6622210144996643,-0.04391609877347946,0.7480090260505676,0.5883659720420837,-0.0011596999829635024,0.8085569739341736,0.6622210144996643,-0.04391609877347946,0.7480090260505676,0.588030993938446,0.003936890047043562,0.8088020086288452,0.950652003288269,0.00027466699248179793,0.31018999218940735,0.9216279983520508,-0.00012207399413455278,0.38801199197769165,0.8812829852104187,0.019684400409460068,0.472121000289917,0.8812829852104187,0.019684400409460068,0.472121000289917,0.9216279983520508,-0.00012207399413455278,0.38801199197769165,0.875361979007721,0.01986760087311268,0.4830160140991211,0.8812829852104187,0.019684400409460068,0.472121000289917,0.875361979007721,0.01986760087311268,0.4830160140991211,0.801842987537384,0.015381299890577793,0.5973079800605774,0.801842987537384,0.015381299890577793,0.5973079800605774,0.875361979007721,0.01986760087311268,0.4830160140991211,0.8731650114059448,-0.0813622996211052,0.48057499527931213,0.801842987537384,0.015381299890577793,0.5973079800605774,0.8731650114059448,-0.0813622996211052,0.48057499527931213,0.8265330195426941,-0.0039979200810194016,0.5628529787063599,0.9890739917755127,0.03894159942865372,0.14203299582004547,0.9784839749336243,-0.014984600245952606,0.2056639939546585,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9784839749336243,-0.014984600245952606,0.2056639939546585,0.9669479727745056,-0.01800590008497238,0.2542499899864197,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9669479727745056,-0.01800590008497238,0.2542499899864197,0.950652003288269,0.00027466699248179793,0.31018999218940735,0.950652003288269,0.00027466699248179793,0.31018999218940735,0.9669479727745056,-0.01800590008497238,0.2542499899864197,0.9481800198554993,0.03964350000023842,0.3152259886264801,0.950652003288269,0.00027466699248179793,0.31018999218940735,0.9481800198554993,0.03964350000023842,0.3152259886264801,0.9216279983520508,-0.00012207399413455278,0.38801199197769165,0.9890739917755127,0.03894159942865372,0.14203299582004547,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9967650175094604,-0.01089510042220354,0.07953120023012161,0.9967650175094604,-0.01089510042220354,0.07953120023012161,0.9880980253219604,0.00012207399413455278,0.15366099774837494,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9967650175094604,-0.01089510042220354,0.07953120023012161,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9998469948768616,0,0.01596119999885559,0.0393994003534317,0.00033570401137694716,0.9992070198059082,0,0,1,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0,0,1,0,0.000030518498533638194,0.9999690055847168,-0.01596119999885559,0,0.9998469948768616,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,0,0,1,0,0,1,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,0.039246801286935806,0,0.9992070198059082,0,0,1,0.039246801286935806,0,0.9992070198059082,0,0,1,0,0,1,0.039246801286935806,0,0.9992070198059082,0,0.000030518498533638194,0.9999690055847168,0,0,1,0,0.000030518498533638194,0.9999690055847168,0,-0.009064000099897385,0.9999390244483948,-0.6506850123405457,-0.032898999750614166,0.7585989832878113,-0.739982008934021,0.020844100043177605,0.6722620129585266,-0.7147740125656128,0.017273500561714172,0.6991180181503296,-0.9871820211410522,-0.00006103699706727639,0.15945899486541748,-0.9968259930610657,0.002258369931951165,0.0795006975531578,-0.9877319931983948,0.0003051850071642548,0.1561329960823059,-0.9877319931983948,0.0003051850071642548,0.1561329960823059,-0.9968259930610657,0.002258369931951165,0.0795006975531578,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-0.9877319931983948,0.0003051850071642548,0.1561329960823059,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-0.9992070198059082,0,0.039246801286935806,-0.9871820211410522,-0.00006103699706727639,0.15945899486541748,-0.9877319931983948,0.0003051850071642548,0.1561329960823059,-0.9719539880752563,0.001434369944036007,0.23505400121212006,-0.9719539880752563,0.001434369944036007,0.23505400121212006,-0.9877319931983948,0.0003051850071642548,0.1561329960823059,-0.9512010216712952,-0.0029297799337655306,0.30848100781440735,-0.9719539880752563,0.001434369944036007,0.23505400121212006,-0.9512010216712952,-0.0029297799337655306,0.30848100781440735,-0.9601119756698608,0.0008545179734937847,0.2795189917087555,-0.8088020086288452,0.004058959893882275,0.588030993938446,-0.8388929963111877,0.021668100729584694,0.5438089966773987,-0.8085880279541016,-0.0010376300197094679,0.5883359909057617,-0.8085880279541016,-0.0010376300197094679,0.5883359909057617,-0.8388929963111877,0.021668100729584694,0.5438089966773987,-0.8770099878311157,0.0030213301070034504,0.4804219901561737,-0.8085880279541016,-0.0010376300197094679,0.5883359909057617,-0.8770099878311157,0.0030213301070034504,0.4804219901561737,-0.8970310091972351,0.0046082898043096066,0.44190800189971924,-0.8970310091972351,0.0046082898043096066,0.44190800189971924,-0.8770099878311157,0.0030213301070034504,0.4804219901561737,-0.9176309704780579,0.014862500131130219,0.3970760107040405,-0.8970310091972351,0.0046082898043096066,0.44190800189971924,-0.9176309704780579,0.014862500131130219,0.3970760107040405,-0.9512010216712952,-0.0029297799337655306,0.30848100781440735,-0.9512010216712952,-0.0029297799337655306,0.30848100781440735,-0.9176309704780579,0.014862500131130219,0.3970760107040405,-0.9284340143203735,-0.01638839952647686,0.37107500433921814,-0.9512010216712952,-0.0029297799337655306,0.30848100781440735,-0.9284340143203735,-0.01638839952647686,0.37107500433921814,-0.9601119756698608,0.0008545179734937847,0.2795189917087555,-0.7147740125656128,0.017273500561714172,0.6991180181503296,-0.739982008934021,0.020844100043177605,0.6722620129585266,-0.8085880279541016,-0.0010376300197094679,0.5883359909057617,-0.8085880279541016,-0.0010376300197094679,0.5883359909057617,-0.739982008934021,0.020844100043177605,0.6722620129585266,-0.7478560209274292,-0.04412980005145073,0.6623740196228027,-0.8085880279541016,-0.0010376300197094679,0.5883359909057617,-0.7478560209274292,-0.04412980005145073,0.6623740196228027,-0.8088020086288452,0.004058959893882275,0.588030993938446,-0.6506850123405457,-0.032898999750614166,0.7585989832878113,-0.7147740125656128,0.017273500561714172,0.6991180181503296,-0.6252020001411438,0.01965389959514141,0.780206024646759,-0.6252020001411438,0.01965389959514141,0.780206024646759,-0.7147740125656128,0.017273500561714172,0.6991180181503296,-0.6032590270042419,0.01208529993891716,0.7974179983139038,-0.6252020001411438,0.01965389959514141,0.780206024646759,-0.6032590270042419,0.01208529993891716,0.7974179983139038,-0.5550100207328796,-0.01760919950902462,0.8316289782524109,-0.5550100207328796,-0.01760919950902462,0.8316289782524109,-0.6032590270042419,0.01208529993891716,0.7974179983139038,-0.45591598749160767,0.0014954099897295237,0.8900110125541687,-0.5550100207328796,-0.01760919950902462,0.8316289782524109,-0.45591598749160767,0.0014954099897295237,0.8900110125541687,-0.5208899974822998,-0.03790400177240372,0.8527479767799377,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.38804298639297485,0,0.9216279983520508,-0.45591598749160767,0.0014954099897295237,0.8900110125541687,-0.45591598749160767,0.0014954099897295237,0.8900110125541687,-0.38804298639297485,0,0.9216279983520508,-0.46055498719215393,0.04068119823932648,0.8866850137710571,-0.45591598749160767,0.0014954099897295237,0.8900110125541687,-0.46055498719215393,0.04068119823932648,0.8866850137710571,-0.5208899974822998,-0.03790400177240372,0.8527479767799377,-0.14197200536727905,0.039063699543476105,0.9890739917755127,-0.2056639939546585,-0.015015100128948689,0.9784839749336243,-0.15366099774837494,0.00018311099847778678,0.9880980253219604,-0.15366099774837494,0.00018311099847778678,0.9880980253219604,-0.2056639939546585,-0.015015100128948689,0.9784839749336243,-0.2542499899864197,-0.01803640089929104,0.9669479727745056,-0.15366099774837494,0.00018311099847778678,0.9880980253219604,-0.2542499899864197,-0.01803640089929104,0.9669479727745056,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.2542499899864197,-0.01803640089929104,0.9669479727745056,-0.31510400772094727,0.03964350000023842,0.9482100009918213,-0.31022098660469055,0.00027466699248179793,0.950652003288269,-0.31510400772094727,0.03964350000023842,0.9482100009918213,-0.38804298639297485,0,0.9216279983520508,-0.14197200536727905,0.039063699543476105,0.9890739917755127,-0.15366099774837494,0.00018311099847778678,0.9880980253219604,-0.07953120023012161,-0.01089510042220354,0.9967650175094604,-0.07953120023012161,-0.01089510042220354,0.9967650175094604,-0.15366099774837494,0.00018311099847778678,0.9880980253219604,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,-0.07953120023012161,-0.01089510042220354,0.9967650175094604,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,-0.01596119999885559,0,0.9998469948768616,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-1,0,0,-0.9998469948768616,0,-0.01596119999885559,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-1,0,0,-1,0,0,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-0.8265330195426941,-0.0039674099534749985,-0.5628529787063599,-0.780174970626831,0.0197759997099638,-0.6252020001411438,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.1595810055732727,-0.00009155549923889339,-0.9871820211410522,-0.07959230244159698,0.0021973298862576485,-0.9967960119247437,-0.1561329960823059,0.00027466699248179793,-0.9877319931983948,-0.1561329960823059,0.00027466699248179793,-0.9877319931983948,-0.07959230244159698,0.0021973298862576485,-0.9967960119247437,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,-0.1561329960823059,0.00027466699248179793,-0.9877319931983948,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.1595810055732727,-0.00009155549923889339,-0.9871820211410522,-0.1561329960823059,0.00027466699248179793,-0.9877319931983948,-0.23462599515914917,0.0014038500376045704,-0.9720759987831116,-0.23462599515914917,0.0014038500376045704,-0.9720759987831116,-0.1561329960823059,0.00027466699248179793,-0.9877319931983948,-0.3077490031719208,0,-0.9514449834823608,-0.23462599515914917,0.0014038500376045704,-0.9720759987831116,-0.3077490031719208,0,-0.9514449834823608,-0.30198100209236145,-0.019531799480319023,-0.9530929923057556,-0.30198100209236145,-0.019531799480319023,-0.9530929923057556,-0.3077490031719208,0,-0.9514449834823608,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.30198100209236145,-0.019531799480319023,-0.9530929923057556,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.33378100395202637,-0.10681500285863876,-0.9365519881248474,-0.5879390239715576,0.004120000172406435,-0.8088629841804504,-0.5438699722290039,0.02151549980044365,-0.8388620018959045,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.5438699722290039,0.02151549980044365,-0.8388620018959045,-0.4803310036659241,0.0030823699198663235,-0.8770710229873657,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.4803310036659241,0.0030823699198663235,-0.8770710229873657,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.4803310036659241,0.0030823699198663235,-0.8770710229873657,-0.4048280119895935,0.02200379967689514,-0.9140899777412415,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.4048280119895935,0.02200379967689514,-0.9140899777412415,-0.33378100395202637,-0.10681500285863876,-0.9365519881248474,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.780174970626831,0.0197759997099638,-0.6252020001411438,-0.6990879774093628,0.01730399951338768,-0.7147740125656128,-0.780174970626831,0.0197759997099638,-0.6252020001411438,-0.7585070133209229,-0.03277689963579178,-0.6508070230484009,-0.6990879774093628,0.01730399951338768,-0.7147740125656128,-0.6990879774093628,0.01730399951338768,-0.7147740125656128,-0.7585070133209229,-0.03277689963579178,-0.6508070230484009,-0.6722919940948486,0.020813599228858948,-0.739982008934021,-0.6990879774093628,0.01730399951338768,-0.7147740125656128,-0.6722919940948486,0.020813599228858948,-0.739982008934021,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.6722919940948486,0.020813599228858948,-0.739982008934021,-0.6621599793434143,-0.043885599821805954,-0.7480390071868896,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.6621599793434143,-0.043885599821805954,-0.7480390071868896,-0.5879390239715576,0.004120000172406435,-0.8088629841804504,-0.950652003288269,0.0003051850071642548,-0.31022098660469055,-0.9216279983520508,-0.00009155549923889339,-0.38801199197769165,-0.8812829852104187,0.019684400409460068,-0.472121000289917,-0.8812829852104187,0.019684400409460068,-0.472121000289917,-0.9216279983520508,-0.00009155549923889339,-0.38801199197769165,-0.875361979007721,0.019836999475955963,-0.4829860031604767,-0.8812829852104187,0.019684400409460068,-0.472121000289917,-0.875361979007721,0.019836999475955963,-0.4829860031604767,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.875361979007721,0.019836999475955963,-0.4829860031604767,-0.873134970664978,-0.0813622996211052,-0.48057499527931213,-0.801842987537384,0.015381299890577793,-0.5973079800605774,-0.873134970664978,-0.0813622996211052,-0.48057499527931213,-0.8265330195426941,-0.0039674099534749985,-0.5628529787063599,-0.9890739917755127,0.03894159942865372,-0.14203299582004547,-0.9785150289535522,-0.0148930000141263,-0.2056030035018921,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9785150289535522,-0.0148930000141263,-0.2056030035018921,-0.9669479727745056,-0.017975399270653725,-0.2542189955711365,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9669479727745056,-0.017975399270653725,-0.2542189955711365,-0.950652003288269,0.0003051850071642548,-0.31022098660469055,-0.950652003288269,0.0003051850071642548,-0.31022098660469055,-0.9669479727745056,-0.017975399270653725,-0.2542189955711365,-0.9481800198554993,0.03961300104856491,-0.3152259886264801,-0.950652003288269,0.0003051850071642548,-0.31022098660469055,-0.9481800198554993,0.03961300104856491,-0.3152259886264801,-0.9216279983520508,-0.00009155549923889339,-0.38801199197769165,-0.9890739917755127,0.03894159942865372,-0.14203299582004547,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9967650175094604,-0.01089510042220354,-0.07953120023012161,-0.9967650175094604,-0.01089510042220354,-0.07953120023012161,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9967650175094604,-0.01089510042220354,-0.07953120023012161,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9998469948768616,0,-0.01596119999885559,0,-0.000030518498533638194,-1,0.01596119999885559,0,-0.9998469948768616,0.028931500390172005,-0.010864599607884884,-0.9995120167732239,-0.039246801286935806,0,-0.9992070198059082,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,0,-0.000030518498533638194,-1,0,-0.000030518498533638194,-1,0,-0.000030518498533638194,-1,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,0,-0.000030518498533638194,-1,0,0.000030518498533638194,-1,-0.039246801286935806,0,-0.9992070198059082,0,0.000030518498533638194,-1,0.028931500390172005,-0.010864599607884884,-0.9995120167732239,0.028931500390172005,-0.010864599607884884,-0.9995120167732239,0,0.000030518498533638194,-1,0,-0.000030518498533638194,-1,0.028931500390172005,-0.010864599607884884,-0.9995120167732239,0,-0.000030518498533638194,-1,0,-0.000030518498533638194,-1,0.6507160067558289,-0.03283790126442909,-0.7585989832878113,0.739982008934021,0.02087469957768917,-0.6722919940948486,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.9872130155563354,-0.00006103699706727639,-0.15924599766731262,0.9968259930610657,0.002258369931951165,-0.0792870968580246,0.9877319931983948,0.0003051850071642548,-0.1561329960823059,0.9877319931983948,0.0003051850071642548,-0.1561329960823059,0.9968259930610657,0.002258369931951165,-0.0792870968580246,0.9992070198059082,0.0003051850071642548,-0.0393994003534317,0.9877319931983948,0.0003051850071642548,-0.1561329960823059,0.9992070198059082,0.0003051850071642548,-0.0393994003534317,0.9992070198059082,0,-0.039246801286935806,0.9872130155563354,-0.00006103699706727639,-0.15924599766731262,0.9877319931983948,0.0003051850071642548,-0.1561329960823059,0.9719539880752563,0.001434369944036007,-0.23505400121212006,0.9719539880752563,0.001434369944036007,-0.23505400121212006,0.9877319931983948,0.0003051850071642548,-0.1561329960823059,0.9512010216712952,-0.0029297799337655306,-0.30848100781440735,0.9719539880752563,0.001434369944036007,-0.23505400121212006,0.9512010216712952,-0.0029297799337655306,-0.30848100781440735,0.9601119756698608,0.0008545179734937847,-0.2795499861240387,0.808771014213562,0.0039979200810194016,-0.5880609750747681,0.8389229774475098,0.02160709910094738,-0.5438089966773987,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8389229774475098,0.02160709910094738,-0.5438089966773987,0.8770099878311157,0.0030213301070034504,-0.4804219901561737,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8770099878311157,0.0030213301070034504,-0.4804219901561737,0.8970310091972351,0.0046082898043096066,-0.44193899631500244,0.8970310091972351,0.0046082898043096066,-0.44193899631500244,0.8770099878311157,0.0030213301070034504,-0.4804219901561737,0.9176309704780579,0.0148930000141263,-0.3970760107040405,0.8970310091972351,0.0046082898043096066,-0.44193899631500244,0.9176309704780579,0.0148930000141263,-0.3970760107040405,0.9512010216712952,-0.0029297799337655306,-0.30848100781440735,0.9512010216712952,-0.0029297799337655306,-0.30848100781440735,0.9176309704780579,0.0148930000141263,-0.3970760107040405,0.9284340143203735,-0.01638839952647686,-0.37110498547554016,0.9512010216712952,-0.0029297799337655306,-0.30848100781440735,0.9284340143203735,-0.01638839952647686,-0.37110498547554016,0.9601119756698608,0.0008545179734937847,-0.2795499861240387,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.739982008934021,0.02087469957768917,-0.6722919940948486,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.739982008934021,0.02087469957768917,-0.6722919940948486,0.7478560209274292,-0.04412980005145073,-0.6623740196228027,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.7478560209274292,-0.04412980005145073,-0.6623740196228027,0.808771014213562,0.0039979200810194016,-0.5880609750747681,0.6507160067558289,-0.03283790126442909,-0.7585989832878113,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.6251720190048218,0.01965389959514141,-0.780206024646759,0.6251720190048218,0.01965389959514141,-0.780206024646759,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.6032590270042419,0.012115799821913242,-0.7974179983139038,0.6251720190048218,0.01965389959514141,-0.780206024646759,0.6032590270042419,0.012115799821913242,-0.7974179983139038,0.5550100207328796,-0.017578700557351112,-0.8316289782524109,0.5550100207328796,-0.017578700557351112,-0.8316289782524109,0.6032590270042419,0.012115799821913242,-0.7974179983139038,0.45588499307632446,0.0014648899668827653,-0.8900110125541687,0.5550100207328796,-0.017578700557351112,-0.8316289782524109,0.45588499307632446,0.0014648899668827653,-0.8900110125541687,0.5209810137748718,-0.037934500724077225,-0.8527179956436157,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.38804298639297485,0,-0.9216279983520508,0.45588499307632446,0.0014648899668827653,-0.8900110125541687,0.45588499307632446,0.0014648899668827653,-0.8900110125541687,0.38804298639297485,0,-0.9216279983520508,0.46055498719215393,0.040589600801467896,-0.8866850137710571,0.45588499307632446,0.0014648899668827653,-0.8900110125541687,0.46055498719215393,0.040589600801467896,-0.8866850137710571,0.5209810137748718,-0.037934500724077225,-0.8527179956436157,0.14200299978256226,0.03891110047698021,-0.9890739917755127,0.2056950032711029,-0.015015100128948689,-0.9784839749336243,0.15366099774837494,0.00012207399413455278,-0.9880980253219604,0.15366099774837494,0.00012207399413455278,-0.9880980253219604,0.2056950032711029,-0.015015100128948689,-0.9784839749336243,0.2542499899864197,-0.01803640089929104,-0.9669479727745056,0.15366099774837494,0.00012207399413455278,-0.9880980253219604,0.2542499899864197,-0.01803640089929104,-0.9669479727745056,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.2542499899864197,-0.01803640089929104,-0.9669479727745056,0.31510400772094727,0.0395519994199276,-0.9482100009918213,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.31510400772094727,0.0395519994199276,-0.9482100009918213,0.38804298639297485,0,-0.9216279983520508,0.14200299978256226,0.03891110047698021,-0.9890739917755127,0.15366099774837494,0.00012207399413455278,-0.9880980253219604,0.0795006975531578,-0.010956100188195705,-0.9967650175094604,0.0795006975531578,-0.010956100188195705,-0.9967650175094604,0.15366099774837494,0.00012207399413455278,-0.9880980253219604,0.028931500390172005,-0.010864599607884884,-0.9995120167732239,0.0795006975531578,-0.010956100188195705,-0.9967650175094604,0.028931500390172005,-0.010864599607884884,-0.9995120167732239,0.01596119999885559,0,-0.9998469948768616,0.9992070198059082,0.0003051850071642548,-0.0393994003534317,1,0,0,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,1,0,0,1,0,0,0.9998469948768616,0,0.01596119999885559,0.9995120167732239,-0.01080359984189272,0.028931500390172005,1,0,0,1,0,0,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9992070198059082,0,-0.039246801286935806,1,0,0,0.9992070198059082,0,-0.039246801286935806,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9992070198059082,0,-0.039246801286935806,1,0,0,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.15640699863433838,0,0.9876710176467896,0.039246801286935806,0,0.9992070198059082,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.15640699863433838,0,0.9876710176467896,0.3089999854564667,0,0.9510480165481567,0.15640699863433838,0,0.9876710176467896,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.3089999854564667,0,0.9510480165481567,0.4539929926395416,0,0.8909879922866821,0.3089999854564667,0,0.9510480165481567,0.4539929926395416,0,0.8909879922866821,0.4539929926395416,0,0.8909879922866821,0.4539929926395416,0,0.8909879922866821,0.4539929926395416,0,0.8909879922866821,0.5877559781074524,0,0.8090149760246277,0.4539929926395416,0,0.8909879922866821,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.5877559781074524,0,0.8090149760246277,0.707082986831665,0,0.707082986831665,0.5877559781074524,0,0.8090149760246277,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.707082986831665,0,0.707082986831665,0.8090149760246277,0,0.5877559781074524,0.707082986831665,0,0.707082986831665,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8090149760246277,0,0.5877559781074524,0.8909879922866821,0,0.4539630115032196,0.8090149760246277,0,0.5877559781074524,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.8909879922866821,0,0.4539630115032196,0.9510480165481567,0,0.3089999854564667,0.8909879922866821,0,0.4539630115032196,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9510480165481567,0,0.3089999854564667,0.9876710176467896,0,0.15640699863433838,0.9510480165481567,0,0.3089999854564667,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9876710176467896,0,0.15640699863433838,0.9992070198059082,0,0.039246801286935806,0.9876710176467896,0,0.15640699863433838,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9876710176467896,0,0.15640699863433838,-0.9992070198059082,0,0.039246801286935806,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9876710176467896,0,0.15640699863433838,-0.9510480165481567,0,0.3089999854564667,-0.9876710176467896,0,0.15640699863433838,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.9510480165481567,0,0.3089999854564667,-0.8909879922866821,0,0.4539929926395416,-0.9510480165481567,0,0.3089999854564667,-0.8909879922866821,0,0.4539929926395416,-0.8909879922866821,0,0.4539929926395416,-0.8909879922866821,0,0.4539929926395416,-0.8909879922866821,0,0.4539929926395416,-0.8090149760246277,0,0.5877559781074524,-0.8909879922866821,0,0.4539929926395416,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.8090149760246277,0,0.5877559781074524,-0.707082986831665,0,0.707082986831665,-0.8090149760246277,0,0.5877559781074524,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.707082986831665,0,0.707082986831665,-0.5877860188484192,0,0.8089849948883057,-0.707082986831665,0,0.707082986831665,-0.5877860188484192,0,0.8089849948883057,-0.5877860188484192,0,0.8089849948883057,-0.5877860188484192,0,0.8089849948883057,-0.5877860188484192,0,0.8089849948883057,-0.4539630115032196,0,0.8909879922866821,-0.5877860188484192,0,0.8089849948883057,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.4539630115032196,0,0.8909879922866821,-0.3089999854564667,0,0.9510480165481567,-0.4539630115032196,0,0.8909879922866821,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.3089999854564667,0,0.9510480165481567,-0.15640699863433838,0,0.9876710176467896,-0.3089999854564667,0,0.9510480165481567,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.15640699863433838,0,0.9876710176467896,-0.039246801286935806,0,0.9992070198059082,-0.15640699863433838,0,0.9876710176467896,-0.039246801286935806,0,0.9992070198059082,-0.039246801286935806,0,0.9992070198059082,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.15640699863433838,0,-0.9876710176467896,-0.039246801286935806,0,-0.9992070198059082,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.15640699863433838,0,-0.9876710176467896,-0.3089999854564667,0,-0.9510480165481567,-0.15640699863433838,0,-0.9876710176467896,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.3089999854564667,0,-0.9510480165481567,-0.4539929926395416,0,-0.8909879922866821,-0.3089999854564667,0,-0.9510480165481567,-0.4539929926395416,0,-0.8909879922866821,-0.4539929926395416,0,-0.8909879922866821,-0.4539929926395416,0,-0.8909879922866821,-0.4539929926395416,0,-0.8909879922866821,-0.5877860188484192,0,-0.8089849948883057,-0.4539929926395416,0,-0.8909879922866821,-0.5877860188484192,0,-0.8089849948883057,-0.5877860188484192,0,-0.8089849948883057,-0.5877860188484192,0,-0.8089849948883057,-0.5877860188484192,0,-0.8089849948883057,-0.707082986831665,0,-0.707082986831665,-0.5877860188484192,0,-0.8089849948883057,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.707082986831665,0,-0.707082986831665,-0.8090149760246277,0,-0.5877860188484192,-0.707082986831665,0,-0.707082986831665,-0.8090149760246277,0,-0.5877860188484192,-0.8090149760246277,0,-0.5877860188484192,-0.8090149760246277,0,-0.5877860188484192,-0.8090149760246277,0,-0.5877860188484192,-0.8909879922866821,0,-0.4539929926395416,-0.8090149760246277,0,-0.5877860188484192,-0.8909879922866821,0,-0.4539929926395416,-0.8909879922866821,0,-0.4539929926395416,-0.8909879922866821,0,-0.4539929926395416,-0.8909879922866821,0,-0.4539929926395416,-0.9510480165481567,0,-0.3089999854564667,-0.8909879922866821,0,-0.4539929926395416,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9510480165481567,0,-0.3089999854564667,-0.9876710176467896,0,-0.15640699863433838,-0.9510480165481567,0,-0.3089999854564667,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9876710176467896,0,-0.15640699863433838,-0.9992070198059082,0,-0.039246801286935806,-0.9876710176467896,0,-0.15640699863433838,-0.9992070198059082,0,-0.039246801286935806,-0.9992070198059082,0,-0.039246801286935806,-0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9876710176467896,0,-0.15640699863433838,0.9992070198059082,0,-0.039246801286935806,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9876710176467896,0,-0.15640699863433838,0.9510480165481567,0,-0.3089999854564667,0.9876710176467896,0,-0.15640699863433838,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.9510480165481567,0,-0.3089999854564667,0.8909879922866821,0,-0.4539630115032196,0.9510480165481567,0,-0.3089999854564667,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8909879922866821,0,-0.4539630115032196,0.8090149760246277,0,-0.5877559781074524,0.8909879922866821,0,-0.4539630115032196,0.8090149760246277,0,-0.5877559781074524,0.8090149760246277,0,-0.5877559781074524,0.8090149760246277,0,-0.5877559781074524,0.8090149760246277,0,-0.5877559781074524,0.707082986831665,0,-0.707082986831665,0.8090149760246277,0,-0.5877559781074524,0.707082986831665,0,-0.707082986831665,0.707082986831665,0,-0.707082986831665,0.707082986831665,0,-0.707082986831665,0.707082986831665,0,-0.707082986831665,0.5877860188484192,0,-0.8090149760246277,0.707082986831665,0,-0.707082986831665,0.5877860188484192,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.5877559781074524,0,-0.8090149760246277,0.5877860188484192,0,-0.8090149760246277,0.4539929926395416,0,-0.8909879922866821,0.5877559781074524,0,-0.8090149760246277,0.4539929926395416,0,-0.8909879922866821,0.4539929926395416,0,-0.8909879922866821,0.4539929926395416,0,-0.8909879922866821,0.4539929926395416,0,-0.8909879922866821,0.3089999854564667,0,-0.9510480165481567,0.4539929926395416,0,-0.8909879922866821,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.3089999854564667,0,-0.9510480165481567,0.15640699863433838,0,-0.9876710176467896,0.3089999854564667,0,-0.9510480165481567,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.15640699863433838,0,-0.9876710176467896,0.039246801286935806,0,-0.9992070198059082,0.15640699863433838,0,-0.9876710176467896,0.039246801286935806,0,-0.9992070198059082,0.039246801286935806,0,-0.9992070198059082,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0.9992070198059082,0,0.039246801286935806,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9999690055847168,0,0,1,0,0,0.9999690055847168,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.9999690055847168,0,0.8265330195426941,-0.004028439987450838,0.5628529787063599,0.780174970626831,0.0197759997099638,0.625232994556427,0.801842987537384,0.015381299890577793,0.5973079800605774,0.1595509946346283,0,0.9871820211410522,0.07959230244159698,0.002258369931951165,0.9967960119247437,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.07959230244159698,0.002258369931951165,0.9967960119247437,0.0393994003534317,0.0003051850071642548,0.9992070198059082,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.0393994003534317,0.0003051850071642548,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0.1595509946346283,0,0.9871820211410522,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.23548099398612976,0.001373330014757812,0.9718620181083679,0.23548099398612976,0.001373330014757812,0.9718620181083679,0.1561329960823059,0.00033570401137694716,0.9877319931983948,0.3077490031719208,0,0.9514449834823608,0.23548099398612976,0.001373330014757812,0.9718620181083679,0.3077490031719208,0,0.9514449834823608,0.3027440011501312,-0.01956240087747574,0.9528489708900452,0.3027440011501312,-0.01956240087747574,0.9528489708900452,0.3077490031719208,0,0.9514449834823608,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.3027440011501312,-0.01956240087747574,0.9528489708900452,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.3335370123386383,-0.10708899796009064,0.9366130232810974,0.588030993938446,0.003906370140612125,0.8088020086288452,0.5438399910926819,0.021454500034451485,0.8388929963111877,0.5883659720420837,-0.0011596999829635024,0.8085569739341736,0.5883659720420837,-0.0011596999829635024,0.8085569739341736,0.5438399910926819,0.021454500034451485,0.8388929963111877,0.4803310036659241,0.003051850013434887,0.8770710229873657,0.5883659720420837,-0.0011596999829635024,0.8085569739341736,0.4803310036659241,0.003051850013434887,0.8770710229873657,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.4803310036659241,0.003051850013434887,0.8770710229873657,0.4048280119895935,0.021973300725221634,0.9140899777412415,0.44807299971580505,-0.0019837000872939825,0.893979012966156,0.4048280119895935,0.021973300725221634,0.9140899777412415,0.3335370123386383,-0.10708899796009064,0.9366130232810974,0.801842987537384,0.015381299890577793,0.5973079800605774,0.780174970626831,0.0197759997099638,0.625232994556427,0.6990879774093628,0.017273500561714172,0.714805006980896,0.780174970626831,0.0197759997099638,0.625232994556427,0.7585070133209229,-0.03274640068411827,0.6508070230484009,0.6990879774093628,0.017273500561714172,0.714805006980896,0.6990879774093628,0.017273500561714172,0.714805006980896,0.7585070133209229,-0.03274640068411827,0.6508070230484009,0.6722620129585266,0.020844100043177605,0.739982008934021,0.6990879774093628,0.017273500561714172,0.714805006980896,0.6722620129585266,0.020844100043177605,0.739982008934021,0.5883659720420837,-0.0011596999829635024,0.8085569739341736,0.5883659720420837,-0.0011596999829635024,0.8085569739341736,0.6722620129585266,0.020844100043177605,0.739982008934021,0.6622210144996643,-0.04391609877347946,0.7480090260505676,0.5883659720420837,-0.0011596999829635024,0.8085569739341736,0.6622210144996643,-0.04391609877347946,0.7480090260505676,0.588030993938446,0.003906370140612125,0.8088020086288452,0.950652003288269,0.00027466699248179793,0.31022098660469055,0.9216279983520508,-0.00012207399413455278,0.38804298639297485,0.8812829852104187,0.019684400409460068,0.472121000289917,0.8812829852104187,0.019684400409460068,0.472121000289917,0.9216279983520508,-0.00012207399413455278,0.38804298639297485,0.875361979007721,0.019836999475955963,0.4830160140991211,0.8812829852104187,0.019684400409460068,0.472121000289917,0.875361979007721,0.019836999475955963,0.4830160140991211,0.801842987537384,0.015381299890577793,0.5973079800605774,0.801842987537384,0.015381299890577793,0.5973079800605774,0.875361979007721,0.019836999475955963,0.4830160140991211,0.8731650114059448,-0.08139289915561676,0.48054400086402893,0.801842987537384,0.015381299890577793,0.5973079800605774,0.8731650114059448,-0.08139289915561676,0.48054400086402893,0.8265330195426941,-0.004028439987450838,0.5628529787063599,0.9890739917755127,0.03894159942865372,0.14203299582004547,0.9784839749336243,-0.014984600245952606,0.2056950032711029,0.9880980253219604,0.00012207399413455278,0.15369099378585815,0.9880980253219604,0.00012207399413455278,0.15369099378585815,0.9784839749336243,-0.014984600245952606,0.2056950032711029,0.9669479727745056,-0.01803640089929104,0.2542499899864197,0.9880980253219604,0.00012207399413455278,0.15369099378585815,0.9669479727745056,-0.01803640089929104,0.2542499899864197,0.950652003288269,0.00027466699248179793,0.31022098660469055,0.950652003288269,0.00027466699248179793,0.31022098660469055,0.9669479727745056,-0.01803640089929104,0.2542499899864197,0.9481800198554993,0.03961300104856491,0.3152259886264801,0.950652003288269,0.00027466699248179793,0.31022098660469055,0.9481800198554993,0.03961300104856491,0.3152259886264801,0.9216279983520508,-0.00012207399413455278,0.38804298639297485,0.9890739917755127,0.03894159942865372,0.14203299582004547,0.9880980253219604,0.00012207399413455278,0.15369099378585815,0.9967650175094604,-0.01089510042220354,0.07953120023012161,0.9967650175094604,-0.01089510042220354,0.07953120023012161,0.9880980253219604,0.00012207399413455278,0.15369099378585815,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9967650175094604,-0.01089510042220354,0.07953120023012161,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9998469948768616,0,0.01596119999885559,0,0,1,-0.01596119999885559,0,0.9998469948768616,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,0.039246801286935806,0,0.9992070198059082,0.0393994003534317,0.0003051850071642548,0.9992070198059082,0,0.000030518498533638194,1,0,0.000030518498533638194,1,0,0,1,0.039246801286935806,0,0.9992070198059082,0.039246801286935806,0,0.9992070198059082,0,0,1,0,0,0.9999690055847168,0.039246801286935806,0,0.9992070198059082,0,0,0.9999690055847168,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,0,0,0.9999690055847168,0,0,1,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,0,0,1,0,0,1,-0.6506850123405457,-0.0328684002161026,0.7585989832878113,-0.739982008934021,0.02087469957768917,0.6722620129585266,-0.7147740125656128,0.01730399951338768,0.6991180181503296,-0.9871820211410522,-0.00006103699706727639,0.15945899486541748,-0.9968259930610657,0.002258369931951165,0.0795006975531578,-0.9877319931983948,0.0003051850071642548,0.1561329960823059,-0.9877319931983948,0.0003051850071642548,0.1561329960823059,-0.9968259930610657,0.002258369931951165,0.0795006975531578,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-0.9877319931983948,0.0003051850071642548,0.1561329960823059,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-0.9992070198059082,0,0.039246801286935806,-0.9871820211410522,-0.00006103699706727639,0.15945899486541748,-0.9877319931983948,0.0003051850071642548,0.1561329960823059,-0.9720450043678284,0.001434369944036007,0.23465700447559357,-0.9720450043678284,0.001434369944036007,0.23465700447559357,-0.9877319931983948,0.0003051850071642548,0.1561329960823059,-0.9512010216712952,-0.0029603000730276108,0.30848100781440735,-0.9720450043678284,0.001434369944036007,0.23465700447559357,-0.9512010216712952,-0.0029603000730276108,0.30848100781440735,-0.9602339863777161,0.0008239999879151583,0.2791529893875122,-0.8088020086288452,0.004089479800313711,0.588030993938446,-0.8388929963111877,0.021668100729584694,0.5438399910926819,-0.8085880279541016,-0.0010376300197094679,0.5883359909057617,-0.8085880279541016,-0.0010376300197094679,0.5883359909057617,-0.8388929963111877,0.021668100729584694,0.5438399910926819,-0.8770409822463989,0.0030213301070034504,0.4803920090198517,-0.8085880279541016,-0.0010376300197094679,0.5883359909057617,-0.8770409822463989,0.0030213301070034504,0.4803920090198517,-0.8970310091972351,0.0046082898043096066,0.44190800189971924,-0.8970310091972351,0.0046082898043096066,0.44190800189971924,-0.8770409822463989,0.0030213301070034504,0.4803920090198517,-0.9176610112190247,0.0148930000141263,0.3970459997653961,-0.8970310091972351,0.0046082898043096066,0.44190800189971924,-0.9176610112190247,0.0148930000141263,0.3970459997653961,-0.9512010216712952,-0.0029603000730276108,0.30848100781440735,-0.9512010216712952,-0.0029603000730276108,0.30848100781440735,-0.9176610112190247,0.0148930000141263,0.3970459997653961,-0.9284340143203735,-0.016419000923633575,0.37110498547554016,-0.9512010216712952,-0.0029603000730276108,0.30848100781440735,-0.9284340143203735,-0.016419000923633575,0.37110498547554016,-0.9602339863777161,0.0008239999879151583,0.2791529893875122,-0.7147740125656128,0.01730399951338768,0.6991180181503296,-0.739982008934021,0.02087469957768917,0.6722620129585266,-0.8085880279541016,-0.0010376300197094679,0.5883359909057617,-0.8085880279541016,-0.0010376300197094679,0.5883359909057617,-0.739982008934021,0.02087469957768917,0.6722620129585266,-0.7478560209274292,-0.044068701565265656,0.6623430252075195,-0.8085880279541016,-0.0010376300197094679,0.5883359909057617,-0.7478560209274292,-0.044068701565265656,0.6623430252075195,-0.8088020086288452,0.004089479800313711,0.588030993938446,-0.6506850123405457,-0.0328684002161026,0.7585989832878113,-0.7147740125656128,0.01730399951338768,0.6991180181503296,-0.6251720190048218,0.01965389959514141,0.780206024646759,-0.6251720190048218,0.01965389959514141,0.780206024646759,-0.7147740125656128,0.01730399951338768,0.6991180181503296,-0.6032590270042419,0.01208529993891716,0.7974179983139038,-0.6251720190048218,0.01965389959514141,0.780206024646759,-0.6032590270042419,0.01208529993891716,0.7974179983139038,-0.5550100207328796,-0.01760919950902462,0.8316289782524109,-0.5550100207328796,-0.01760919950902462,0.8316289782524109,-0.6032590270042419,0.01208529993891716,0.7974179983139038,-0.45591598749160767,0.0014954099897295237,0.8900110125541687,-0.5550100207328796,-0.01760919950902462,0.8316289782524109,-0.45591598749160767,0.0014954099897295237,0.8900110125541687,-0.5209199786186218,-0.03790400177240372,0.8527479767799377,-0.31022098660469055,0.0003051850071642548,0.950652003288269,-0.38804298639297485,0,0.9216279983520508,-0.45591598749160767,0.0014954099897295237,0.8900110125541687,-0.45591598749160767,0.0014954099897295237,0.8900110125541687,-0.38804298639297485,0,0.9216279983520508,-0.46055498719215393,0.04068119823932648,0.8866850137710571,-0.45591598749160767,0.0014954099897295237,0.8900110125541687,-0.46055498719215393,0.04068119823932648,0.8866850137710571,-0.5209199786186218,-0.03790400177240372,0.8527479767799377,-0.14197200536727905,0.039063699543476105,0.9890739917755127,-0.2056639939546585,-0.015137200243771076,0.9784839749336243,-0.15366099774837494,0.00018311099847778678,0.9880980253219604,-0.15366099774837494,0.00018311099847778678,0.9880980253219604,-0.2056639939546585,-0.015137200243771076,0.9784839749336243,-0.2542499899864197,-0.018067000433802605,0.9669479727745056,-0.15366099774837494,0.00018311099847778678,0.9880980253219604,-0.2542499899864197,-0.018067000433802605,0.9669479727745056,-0.31022098660469055,0.0003051850071642548,0.950652003288269,-0.31022098660469055,0.0003051850071642548,0.950652003288269,-0.2542499899864197,-0.018067000433802605,0.9669479727745056,-0.31510400772094727,0.03964350000023842,0.9482100009918213,-0.31022098660469055,0.0003051850071642548,0.950652003288269,-0.31510400772094727,0.03964350000023842,0.9482100009918213,-0.38804298639297485,0,0.9216279983520508,-0.14197200536727905,0.039063699543476105,0.9890739917755127,-0.15366099774837494,0.00018311099847778678,0.9880980253219604,-0.07953120023012161,-0.01089510042220354,0.9967650175094604,-0.07953120023012161,-0.01089510042220354,0.9967650175094604,-0.15366099774837494,0.00018311099847778678,0.9880980253219604,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,-0.07953120023012161,-0.01089510042220354,0.9967650175094604,-0.028931500390172005,-0.010834099724888802,0.9995120167732239,-0.01596119999885559,0,0.9998469948768616,-0.9992070198059082,0.0003051850071642548,0.0393994003534317,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-1,0,0,-0.9998469948768616,0,-0.01596119999885559,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-1,0,0,-1,0,0,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-1,0,0,-0.9992070198059082,0,0.039246801286935806,-1,0,0,-0.8265020251274109,-0.0039674099534749985,-0.5628529787063599,-0.780206024646759,0.019806500524282455,-0.6251720190048218,-0.801842987537384,0.015381299890577793,-0.5972779989242554,-0.1595810055732727,-0.00009155549923889339,-0.9871820211410522,-0.07959230244159698,0.0022278500255197287,-0.9967960119247437,-0.1561329960823059,0.0003051850071642548,-0.9877319931983948,-0.1561329960823059,0.0003051850071642548,-0.9877319931983948,-0.07959230244159698,0.0022278500255197287,-0.9967960119247437,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,-0.1561329960823059,0.0003051850071642548,-0.9877319931983948,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,-0.1595810055732727,-0.00009155549923889339,-0.9871820211410522,-0.1561329960823059,0.0003051850071642548,-0.9877319931983948,-0.23450399935245514,0.0014038500376045704,-0.9721059799194336,-0.23450399935245514,0.0014038500376045704,-0.9721059799194336,-0.1561329960823059,0.0003051850071642548,-0.9877319931983948,-0.3077490031719208,0,-0.9514449834823608,-0.23450399935245514,0.0014038500376045704,-0.9721059799194336,-0.3077490031719208,0,-0.9514449834823608,-0.30188900232315063,-0.01956240087747574,-0.9531239867210388,-0.30188900232315063,-0.01956240087747574,-0.9531239867210388,-0.3077490031719208,0,-0.9514449834823608,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.30188900232315063,-0.01956240087747574,-0.9531239867210388,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.33378100395202637,-0.10681500285863876,-0.9365519881248474,-0.5879700183868408,0.004120000172406435,-0.8088629841804504,-0.5438699722290039,0.02151549980044365,-0.8388620018959045,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.5438699722290039,0.02151549980044365,-0.8388620018959045,-0.4803310036659241,0.0030823699198663235,-0.8770409822463989,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.4803310036659241,0.0030823699198663235,-0.8770409822463989,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.4803310036659241,0.0030823699198663235,-0.8770409822463989,-0.4048590064048767,0.02200379967689514,-0.9140899777412415,-0.44807299971580505,-0.0019531799480319023,-0.893979012966156,-0.4048590064048767,0.02200379967689514,-0.9140899777412415,-0.33378100395202637,-0.10681500285863876,-0.9365519881248474,-0.801842987537384,0.015381299890577793,-0.5972779989242554,-0.780206024646759,0.019806500524282455,-0.6251720190048218,-0.6990879774093628,0.01730399951338768,-0.7147740125656128,-0.780206024646759,0.019806500524282455,-0.6251720190048218,-0.7585070133209229,-0.032715801149606705,-0.6508070230484009,-0.6990879774093628,0.01730399951338768,-0.7147740125656128,-0.6990879774093628,0.01730399951338768,-0.7147740125656128,-0.7585070133209229,-0.032715801149606705,-0.6508070230484009,-0.6722919940948486,0.020844100043177605,-0.739952027797699,-0.6990879774093628,0.01730399951338768,-0.7147740125656128,-0.6722919940948486,0.020844100043177605,-0.739952027797699,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.6722919940948486,0.020844100043177605,-0.739952027797699,-0.6621599793434143,-0.043855100870132446,-0.7480390071868896,-0.5883659720420837,-0.0010986699489876628,-0.8085569739341736,-0.6621599793434143,-0.043855100870132446,-0.7480390071868896,-0.5879700183868408,0.004120000172406435,-0.8088629841804504,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.9216279983520508,-0.00012207399413455278,-0.38801199197769165,-0.8812829852104187,0.01965389959514141,-0.472121000289917,-0.8812829852104187,0.01965389959514141,-0.472121000289917,-0.9216279983520508,-0.00012207399413455278,-0.38801199197769165,-0.875361979007721,0.019836999475955963,-0.4829860031604767,-0.8812829852104187,0.01965389959514141,-0.472121000289917,-0.875361979007721,0.019836999475955963,-0.4829860031604767,-0.801842987537384,0.015381299890577793,-0.5972779989242554,-0.801842987537384,0.015381299890577793,-0.5972779989242554,-0.875361979007721,0.019836999475955963,-0.4829860031604767,-0.873134970664978,-0.08133179694414139,-0.48057499527931213,-0.801842987537384,0.015381299890577793,-0.5972779989242554,-0.873134970664978,-0.08133179694414139,-0.48057499527931213,-0.8265020251274109,-0.0039674099534749985,-0.5628529787063599,-0.9890739917755127,0.03894159942865372,-0.14203299582004547,-0.9784839749336243,-0.014984600245952606,-0.20572499930858612,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9784839749336243,-0.014984600245952606,-0.20572499930858612,-0.9669479727745056,-0.01803640089929104,-0.2542499899864197,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9669479727745056,-0.01803640089929104,-0.2542499899864197,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.9669479727745056,-0.01803640089929104,-0.2542499899864197,-0.9481800198554993,0.03961300104856491,-0.3151949942111969,-0.950652003288269,0.00027466699248179793,-0.31022098660469055,-0.9481800198554993,0.03961300104856491,-0.3151949942111969,-0.9216279983520508,-0.00012207399413455278,-0.38801199197769165,-0.9890739917755127,0.03894159942865372,-0.14203299582004547,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9967650175094604,-0.010864599607884884,-0.07953120023012161,-0.9967650175094604,-0.010864599607884884,-0.07953120023012161,-0.9880980253219604,0.00012207399413455278,-0.15366099774837494,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9967650175094604,-0.010864599607884884,-0.07953120023012161,-0.9995120167732239,-0.01080359984189272,-0.028931500390172005,-0.9998469948768616,0,-0.01596119999885559,-0.0393994003534317,0.0003051850071642548,-0.9992070198059082,0,-0.000030518498533638194,-1,-0.039246801286935806,0,-0.9992070198059082,-0.039246801286935806,0,-0.9992070198059082,0,-0.000030518498533638194,-1,0,0,-1,0.01596119999885559,0,-0.9998469948768616,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0,0,-0.9999690055847168,0,0,-0.9999690055847168,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,-0.039246801286935806,0,-0.9992070198059082,0,0,-0.9999690055847168,-0.039246801286935806,0,-0.9992070198059082,0,0,-1,0,0,-1,-0.039246801286935806,0,-0.9992070198059082,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0.6507160067558289,-0.03283790126442909,-0.7585989832878113,0.739982008934021,0.02087469957768917,-0.6722620129585266,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.9873039722442627,0,-0.1586350053548813,0.9968870282173157,0.002319409977644682,-0.07867670059204102,0.9877319931983948,0.00033570401137694716,-0.1561329960823059,0.9877319931983948,0.00033570401137694716,-0.1561329960823059,0.9968870282173157,0.002319409977644682,-0.07867670059204102,0.9992070198059082,0.00033570401137694716,-0.0393994003534317,0.9877319931983948,0.00033570401137694716,-0.1561329960823059,0.9992070198059082,0.00033570401137694716,-0.0393994003534317,0.9992070198059082,0,-0.039246801286935806,0.9873039722442627,0,-0.1586350053548813,0.9877319931983948,0.00033570401137694716,-0.1561329960823059,0.9720450043678284,0.0014038500376045704,-0.23465700447559357,0.9720450043678284,0.0014038500376045704,-0.23465700447559357,0.9877319931983948,0.00033570401137694716,-0.1561329960823059,0.9512010216712952,-0.0029603000730276108,-0.30851200222969055,0.9720450043678284,0.0014038500376045704,-0.23465700447559357,0.9512010216712952,-0.0029603000730276108,-0.30851200222969055,0.960204005241394,0.0007934810128062963,-0.2792139947414398,0.8088020086288452,0.004028439987450838,-0.5880609750747681,0.8388929963111877,0.021637599915266037,-0.5438399910926819,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8388929963111877,0.021637599915266037,-0.5438399910926819,0.8770099878311157,0.00299080996774137,-0.4804219901561737,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8770099878311157,0.00299080996774137,-0.4804219901561737,0.8970310091972351,0.004577780142426491,-0.44193899631500244,0.8970310091972351,0.004577780142426491,-0.44193899631500244,0.8770099878311157,0.00299080996774137,-0.4804219901561737,0.9176309704780579,0.014832000248134136,-0.39713698625564575,0.8970310091972351,0.004577780142426491,-0.44193899631500244,0.9176309704780579,0.014832000248134136,-0.39713698625564575,0.9512010216712952,-0.0029603000730276108,-0.30851200222969055,0.9512010216712952,-0.0029603000730276108,-0.30851200222969055,0.9176309704780579,0.014832000248134136,-0.39713698625564575,0.9284039735794067,-0.016419000923633575,-0.3711659908294678,0.9512010216712952,-0.0029603000730276108,-0.30851200222969055,0.9284039735794067,-0.016419000923633575,-0.3711659908294678,0.960204005241394,0.0007934810128062963,-0.2792139947414398,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.739982008934021,0.02087469957768917,-0.6722620129585266,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.739982008934021,0.02087469957768917,-0.6722620129585266,0.7478560209274292,-0.04412980005145073,-0.6623430252075195,0.8085880279541016,-0.0010681500425562263,-0.5883359909057617,0.7478560209274292,-0.04412980005145073,-0.6623430252075195,0.8088020086288452,0.004028439987450838,-0.5880609750747681,0.6507160067558289,-0.03283790126442909,-0.7585989832878113,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.6251720190048218,0.019623400643467903,-0.780206024646759,0.6251720190048218,0.019623400643467903,-0.780206024646759,0.7147740125656128,0.01730399951338768,-0.6991180181503296,0.6032590270042419,0.012054800055921078,-0.797448992729187,0.6251720190048218,0.019623400643467903,-0.780206024646759,0.6032590270042419,0.012054800055921078,-0.797448992729187,0.5550100207328796,-0.017578700557351112,-0.8316289782524109,0.5550100207328796,-0.017578700557351112,-0.8316289782524109,0.6032590270042419,0.012054800055921078,-0.797448992729187,0.45588499307632446,0.0014648899668827653,-0.8900110125541687,0.5550100207328796,-0.017578700557351112,-0.8316289782524109,0.45588499307632446,0.0014648899668827653,-0.8900110125541687,0.5208899974822998,-0.03778190165758133,-0.8527479767799377,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.38804298639297485,0,-0.9216279983520508,0.45588499307632446,0.0014648899668827653,-0.8900110125541687,0.45588499307632446,0.0014648899668827653,-0.8900110125541687,0.38804298639297485,0,-0.9216279983520508,0.46055498719215393,0.04055910184979439,-0.8866850137710571,0.45588499307632446,0.0014648899668827653,-0.8900110125541687,0.46055498719215393,0.04055910184979439,-0.8866850137710571,0.5208899974822998,-0.03778190165758133,-0.8527479767799377,0.14200299978256226,0.038850098848342896,-0.9890739917755127,0.2056950032711029,-0.015015100128948689,-0.9784839749336243,0.15366099774837494,0.00009155549923889339,-0.9880980253219604,0.15366099774837494,0.00009155549923889339,-0.9880980253219604,0.2056950032711029,-0.015015100128948689,-0.9784839749336243,0.2542499899864197,-0.01803640089929104,-0.9669479727745056,0.15366099774837494,0.00009155549923889339,-0.9880980253219604,0.2542499899864197,-0.01803640089929104,-0.9669479727745056,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.2542499899864197,-0.01803640089929104,-0.9669479727745056,0.31510400772094727,0.0395519994199276,-0.9482100009918213,0.31022098660469055,0.00024414798826910555,-0.950652003288269,0.31510400772094727,0.0395519994199276,-0.9482100009918213,0.38804298639297485,0,-0.9216279983520508,0.14200299978256226,0.038850098848342896,-0.9890739917755127,0.15366099774837494,0.00009155549923889339,-0.9880980253219604,0.0795006975531578,-0.010956100188195705,-0.9967650175094604,0.0795006975531578,-0.010956100188195705,-0.9967650175094604,0.15366099774837494,0.00009155549923889339,-0.9880980253219604,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0.0795006975531578,-0.010956100188195705,-0.9967650175094604,0.028931500390172005,-0.010834099724888802,-0.9995120167732239,0.01596119999885559,0,-0.9998469948768616,0.9992070198059082,0.00033570401137694716,-0.0393994003534317,1,0,0,0.9992070198059082,0,-0.039246801286935806,0.9992070198059082,0,-0.039246801286935806,1,0,0,1,0,0,0.9998469948768616,0,0.01596119999885559,0.9995120167732239,-0.01080359984189272,0.028931500390172005,1,0,0,1,0,0,0.9995120167732239,-0.01080359984189272,0.028931500390172005,0.9992070198059082,0,-0.039246801286935806,1,0,0,0.9992070198059082,0,-0.039246801286935806,0.9999690055847168,0,0,0.9999690055847168,0,0,0.9992070198059082,0,-0.039246801286935806,1,0,0,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08975490182638168,0.9959409832954407,0,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.05621509999036789,0.9984130263328552,0,0,1,0,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.05621509999036789,0.9984130263328552,0,0,1,0,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08972439914941788,0.9959409832954407,0,-0.11072099953889847,0.9938049912452698,-0.005615409929305315,0.08975490182638168,0.9959409832954407,0,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08838160336017609,0.9960629940032959,0.004089479800313711,-0.08972439914941788,0.9959409832954407,0,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08835110068321228,0.9960629940032959,-0.004089479800313711,-0.07284770160913467,0.9961850047111511,-0.047853000462055206,-0.0008239999879151583,0.9999690055847168,-0.0013428099919110537,-0.07821889966726303,0.9960330128669739,-0.04239020124077797,0.006622519809752703,0.9998779892921448,0.012207400053739548,-0.038850098848342896,0.9963679909706116,-0.07553330063819885,-0.025727100670337677,0.9961550235748291,-0.08359020203351974,-0.025727100670337677,0.9961550235748291,-0.08359020203351974,-0.038850098848342896,0.9963679909706116,-0.07553330063819885,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.025727100670337677,0.9961550235748291,-0.08359020203351974,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.01852470077574253,0.9958490133285522,-0.08890040218830109,-0.01852470077574253,0.9958490133285522,-0.08890040218830109,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.012451600283384323,0.9961550235748291,-0.08648949861526489,-0.01852470077574253,0.9958490133285522,-0.08890040218830109,-0.012451600283384323,0.9961550235748291,-0.08648949861526489,-0.001373330014757812,0.9998469948768616,-0.017242999747395515,-0.0019837000872939825,0.9999690055847168,-0.00018311099847778678,-0.061708398163318634,0.9960020184516907,-0.06442459672689438,-0.0543535016477108,0.9961850047111511,-0.06811729818582535,-0.0543535016477108,0.9961850047111511,-0.06811729818582535,-0.061708398163318634,0.9960020184516907,-0.06442459672689438,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.0543535016477108,0.9961850047111511,-0.06811729818582535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.04824979975819588,0.9960330128669739,-0.07464829832315445,-0.04824979975819588,0.9960330128669739,-0.07464829832315445,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.038850098848342896,0.9963679909706116,-0.07553330063819885,-0.04824979975819588,0.9960330128669739,-0.07464829832315445,-0.038850098848342896,0.9963679909706116,-0.07553330063819885,0.006195260211825371,0.9999079704284668,0.011627599596977234,-0.061708398163318634,0.9960020184516907,-0.06442459672689438,-0.06671349704265594,0.9959719777107239,-0.05945010110735893,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.06671349704265594,0.9959719777107239,-0.05945010110735893,-0.07092499732971191,0.9959719777107239,-0.0546891987323761,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07092499732971191,0.9959719777107239,-0.0546891987323761,-0.07284770160913467,0.9961850047111511,-0.047853000462055206,-0.08496350049972534,0.9961550235748291,-0.020020099356770515,0,0.9999690055847168,0.001434369944036007,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.07284770160913467,0.9961850047111511,-0.047853000462055206,-0.07821889966726303,0.9960330128669739,-0.04239020124077797,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07821889966726303,0.9960330128669739,-0.04239020124077797,-0.08200319856405258,0.9960020184516907,-0.03488269820809364,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08200319856405258,0.9960020184516907,-0.03488269820809364,-0.08499400317668915,0.9959719777107239,-0.027802400290966034,-0.02722249925136566,0.9996029734611511,-0.0023499298840761185,-0.08835110068321228,0.9960629940032959,-0.004089479800313711,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.08835110068321228,0.9960629940032959,-0.004089479800313711,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08496350049972534,0.9961550235748291,-0.020020099356770515,-0.08496350049972534,0.9961550235748291,-0.020020099356770515,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08499400317668915,0.9959719777107239,-0.027802400290966034,0.07541120052337646,0.9963380098342896,-0.03952150046825409,-0.0010681500425562263,0.9999690055847168,-0.00009155549923889339,0.07483139634132385,0.9960330128669739,-0.047883499413728714,0.08230839669704437,0.9962159991264343,-0.026886800304055214,-0.008880889974534512,0.9999390244483948,0.0032349599059671164,0.07541120052337646,0.9963380098342896,-0.03952150046825409,0.08969389647245407,0.9959409832954407,-0.0034180700313299894,0.08462779968976974,0.9963070154190063,-0.012665200047194958,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.08230839669704437,0.9962159991264343,-0.026886800304055214,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.08731350302696228,0.9959719777107239,-0.019592899829149246,0.08731350302696228,0.9959719777107239,-0.019592899829149246,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.08462779968976974,0.9963070154190063,-0.012665200047194958,0.08731350302696228,0.9959719777107239,-0.019592899829149246,0.08462779968976974,0.9963070154190063,-0.012665200047194958,0.010223699733614922,0.9999390244483948,-0.0007019260083325207,0.08230839669704437,0.9962159991264343,-0.026886800304055214,0.07541120052337646,0.9963380098342896,-0.03952150046825409,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07541120052337646,0.9963380098342896,-0.03952150046825409,0.07483139634132385,0.9960330128669739,-0.047883499413728714,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07483139634132385,0.9960330128669739,-0.047883499413728714,0.06927700340747833,0.9961550235748291,-0.05322429910302162,0.06109809875488281,0.9959719777107239,-0.06521809846162796,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.06613360345363617,0.9960020184516907,-0.05996889993548393,0.06613360345363617,0.9960020184516907,-0.05996889993548393,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.06927700340747833,0.9961550235748291,-0.05322429910302162,0.06613360345363617,0.9960020184516907,-0.05996889993548393,0.06927700340747833,0.9961550235748291,-0.05322429910302162,0.007538069970905781,0.9999390244483948,-0.005371259991079569,-0.006805629935115576,0.9998779892921448,0.01254309993237257,0.03683580085635185,0.9962159991264343,-0.07834099978208542,0.04821920022368431,0.9961850047111511,-0.07229830324649811,0.04821920022368431,0.9961850047111511,-0.07229830324649811,0.03683580085635185,0.9962159991264343,-0.07834099978208542,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.04821920022368431,0.9961850047111511,-0.07229830324649811,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.05603199824690819,0.9959719777107239,-0.06991790235042572,0.05603199824690819,0.9959719777107239,-0.06991790235042572,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.06109809875488281,0.9959719777107239,-0.06521809846162796,-0.00012207399413455278,0.9999079704284668,-0.012207400053739548,0.010620400309562683,0.9959110021591187,-0.08935820311307907,0.01934869959950447,0.9960330128669739,-0.08676409721374512,0.01934869959950447,0.9960330128669739,-0.08676409721374512,0.010620400309562683,0.9959110021591187,-0.08935820311307907,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.01934869959950447,0.9960330128669739,-0.08676409721374512,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.029023099690675735,0.9960939884185791,-0.08310189843177795,0.029023099690675735,0.9960939884185791,-0.08310189843177795,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.03683580085635185,0.9962159991264343,-0.07834099978208542,0.029023099690675735,0.9960939884185791,-0.08310189843177795,0.03683580085635185,0.9962159991264343,-0.07834099978208542,-0.006469919811934233,0.9998779892921448,0.012268399819731712,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.0012512600515037775,0.9999690055847168,0.0015869600465521216,0.0782494992017746,0.9960020184516907,0.04242070019245148,0.00012207399413455278,0.9957879781723022,0.09152500331401825,0.0036927401088178158,0.9957879781723022,0.09140290319919586,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0036927401088178158,0.9957879781723022,0.09140290319919586,0.012482100166380405,0.9961550235748291,0.08655049651861191,0.025727100670337677,0.9961550235748291,0.08365119993686676,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.018585799261927605,0.9958490133285522,0.08899199962615967,0.018585799261927605,0.9958490133285522,0.08899199962615967,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.012482100166380405,0.9961550235748291,0.08655049651861191,0.018585799261927605,0.9958490133285522,0.08899199962615967,0.012482100166380405,0.9961550235748291,0.08655049651861191,0.001434369944036007,0.9998469948768616,0.01739560067653656,0.04269539937376976,0.9959719777107239,0.07867670059204102,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.03482159972190857,0.9959409832954407,0.08270519971847534,0.03482159972190857,0.9959409832954407,0.08270519971847534,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.025727100670337677,0.9961550235748291,0.08365119993686676,0.03482159972190857,0.9959409832954407,0.08270519971847534,0.025727100670337677,0.9961550235748291,0.08365119993686676,-0.006836149841547012,0.9998779892921448,-0.012634700164198875,0.0019837000872939825,0.9999690055847168,0.00006103699706727639,0.061708398163318634,0.9960020184516907,0.06448560208082199,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.061708398163318634,0.9960020184516907,0.06448560208082199,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.04965360090136528,0.9959409832954407,0.07467880100011826,0.04965360090136528,0.9959409832954407,0.07467880100011826,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.04269539937376976,0.9959719777107239,0.07867670059204102,0.061708398163318634,0.9960020184516907,0.06448560208082199,0.06671349704265594,0.9959719777107239,0.05948060005903244,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.06671349704265594,0.9959719777107239,0.05948060005903244,0.07095550000667572,0.9959719777107239,0.054719701409339905,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07095550000667572,0.9959719777107239,0.054719701409339905,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.0011596999829635024,0.9999690055847168,-0.001373330014757812,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.0782494992017746,0.9960020184516907,0.04242070019245148,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0782494992017746,0.9960020184516907,0.04242070019245148,0.08203379809856415,0.9960020184516907,0.03491320088505745,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08203379809856415,0.9960020184516907,0.03491320088505745,0.08505509793758392,0.9959719777107239,0.027802400290966034,0.02743609994649887,0.9996029734611511,0.0023804400116205215,0.08838160336017609,0.9960629940032959,0.004089479800313711,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.08838160336017609,0.9960629940032959,0.004089479800313711,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08505509793758392,0.9959719777107239,0.027802400290966034,-0.08951079845428467,0.9959409832954407,0.007019259966909885,-0.08838160336017609,0.9959719777107239,0.01345869991928339,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.08838160336017609,0.9959719777107239,0.01345869991928339,-0.08749660104513168,0.9959409832954407,0.019714999943971634,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.08749660104513168,0.9959409832954407,0.019714999943971634,-0.08246099948883057,0.9962159991264343,0.026886800304055214,-0.07821889966726303,0.9960020184516907,0.04290900006890297,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.08148439973592758,0.9960020184516907,0.03601180016994476,-0.08148439973592758,0.9960020184516907,0.03601180016994476,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.08246099948883057,0.9962159991264343,0.026886800304055214,-0.08148439973592758,0.9960020184516907,0.03601180016994476,-0.08246099948883057,0.9962159991264343,0.026886800304055214,0.009125029668211937,0.9999390244483948,-0.0032349599059671164,-0.007354959845542908,0.9999390244483948,0.005462809931486845,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.06924650073051453,0.9961550235748291,0.05322429910302162,-0.06924650073051453,0.9961550235748291,0.05322429910302162,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.06924650073051453,0.9961550235748291,0.05322429910302162,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.07480090111494064,0.9959719777107239,0.04916530102491379,-0.07480090111494064,0.9959719777107239,0.04916530102491379,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.07821889966726303,0.9960020184516907,0.04290900006890297,0.006775110028684139,0.9998779892921448,-0.012482100166380405,-0.03683580085635185,0.9962159991264343,0.07834099978208542,-0.04821920022368431,0.9961850047111511,0.07229830324649811,-0.04821920022368431,0.9961850047111511,0.07229830324649811,-0.03683580085635185,0.9962159991264343,0.07834099978208542,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.04821920022368431,0.9961850047111511,0.07229830324649811,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.05685599893331528,0.9960629940032959,0.06762900203466415,-0.05685599893331528,0.9960629940032959,0.06762900203466415,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.05685599893331528,0.9960629940032959,0.06762900203466415,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.0032349599059671164,0.9999690055847168,0.0015869600465521216,0.00027466699248179793,0.9999390244483948,0.01089510042220354,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.019318200647830963,0.9960330128669739,0.08673360198736191,-0.019318200647830963,0.9960330128669739,0.08673360198736191,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.019318200647830963,0.9960330128669739,0.08673360198736191,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.029023099690675735,0.9960939884185791,0.08310189843177795,-0.029023099690675735,0.9960939884185791,0.08310189843177795,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.03683580085635185,0.9962159991264343,0.07834099978208542,-0.029023099690675735,0.9960939884185791,0.08310189843177795,-0.03683580085635185,0.9962159991264343,0.07834099978208542,0.0065004401840269566,0.9998779892921448,-0.012268399819731712,-0.10550200194120407,0.9944149851799011,0,-0.05621509999036789,0.9984130263328552,0,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.05621509999036789,0.9984130263328552,0,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.00009155549923889339,0.9957879781723022,-0.09149450063705444,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.00009155549923889339,0.9957879781723022,-0.09149450063705444,-0.0036622199695557356,0.9957879781723022,-0.09134189784526825,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.0036622199695557356,0.9957879781723022,-0.09134189784526825,-0.012451600283384323,0.9961550235748291,-0.08648949861526489,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.11383400112390518,0.9934689998626709,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.11383400112390518,0.9934689998626709,0,0.09997860342264175,0.9949340224266052,-0.007538069970905781,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.09997860342264175,0.9949340224266052,-0.007538069970905781,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.09997860342264175,0.9949340224266052,-0.007538069970905781,0.08969389647245407,0.9959409832954407,-0.0034180700313299894,0.10550200194120407,0.9944149851799011,0,0.05621509999036789,0.9984130263328552,0,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.05621509999036789,0.9984130263328552,0,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.030060699209570885,0.9810479879379272,0.19125999510288239,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.11072099953889847,0.9938049912452698,-0.005615409929305315,-0.11383400112390518,0.9934689998626709,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.11383400112390518,0.9934689998626709,0,-0.09994810074567795,0.9949340224266052,0.007538069970905781,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09994810074567795,0.9949340224266052,0.007538069970905781,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.09994810074567795,0.9949340224266052,0.007538069970905781,-0.08966340124607086,0.9959409832954407,0.0034180700313299894,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.08966340124607086,0.9959409832954407,0.0034180700313299894,-0.08951079845428467,0.9959409832954407,0.007019259966909885,0.033539801836013794,0.9858999848365784,0.1638839989900589,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.00494399992749095,0.9711599946022034,0.2382889986038208,0.00494399992749095,0.9711599946022034,0.2382889986038208,0.030060699209570885,0.9810479879379272,0.19125999510288239,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,0.00494399992749095,0.9711599946022034,0.2382889986038208,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.0026856299955397844,0.9994810223579407,0.031189899891614914,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.10550200194120407,0.9944149851799011,0,0.10550200194120407,0.9944149851799011,0,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.10550200194120407,0.9944149851799011,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.05621509999036789,0.9984130263328552,0,0.05621509999036789,0.9984130263328552,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.05621509999036789,0.9984130263328552,0,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0,1,0,0,1,0,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0,1,0,0.001373330014757812,0.9923400282859802,-0.12338600307703018,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,0.001373330014757812,0.9923400282859802,-0.12338600307703018,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,0.00012207399413455278,0.9957879781723022,0.09152500331401825,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.033539801836013794,0.9858999848365784,0.1638839989900589,0.033539801836013794,0.9858999848365784,0.1638839989900589,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.033539801836013794,0.9858999848365784,0.1638839989900589,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.04995879903435707,0.9925839900970459,0.11072099953889847,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,0.04995879903435707,0.9925839900970459,0.11072099953889847,0,1,0,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,0,1,0,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.04855490103363991,0.9910280108451843,0.12430199980735779,0,1,0,-0.05621509999036789,0.9984130263328552,0,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.05621509999036789,0.9984130263328552,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.05621509999036789,0.9984130263328552,0,-0.10550200194120407,0.9944149851799011,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.10550200194120407,0.9944149851799011,0,-0.11072099953889847,0.9938049912452698,-0.005615409929305315,-0.11072099953889847,0.9938049912452698,-0.005615409929305315,-0.10550200194120407,0.9944149851799011,0,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.11072099953889847,0.9938049912452698,-0.005615409929305315,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.019714999943971634,0.9936220049858093,-0.11096499860286713,0.019714999943971634,0.9936220049858093,-0.11096499860286713,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.019714999943971634,0.9936220049858093,-0.11096499860286713,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.010620400309562683,0.9959110021591187,-0.08935820311307907,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.010620400309562683,0.9959110021591187,-0.08935820311307907,0.0026856299955397844,0.9994810223579407,-0.031281501054763794,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08975490182638168,0.9959409832954407,0,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.05621509999036789,0.9984130263328552,0,0,1,0,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.05621509999036789,0.9984130263328552,0,0,1,0,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08972439914941788,0.9959409832954407,0,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,0.08975490182638168,0.9959409832954407,0,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08838160336017609,0.9960629940032959,0.004089479800313711,-0.08972439914941788,0.9959409832954407,0,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08835110068321228,0.9960629940032959,-0.004089479800313711,-0.0388806015253067,0.9963679909706116,-0.07553330063819885,0.006164739839732647,0.9999079704284668,0.011597000062465668,-0.04824979975819588,0.9960330128669739,-0.07464829832315445,-0.025757599622011185,0.9961550235748291,-0.08371230214834213,0.006103700026869774,0.9999079704284668,0.01150550041347742,-0.0388806015253067,0.9963679909706116,-0.07553330063819885,-0.025757599622011185,0.9961550235748291,-0.08371230214834213,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.018555300310254097,0.9958490133285522,-0.08902250230312347,-0.018555300310254097,0.9958490133285522,-0.08902250230312347,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.012451600283384323,0.9961550235748291,-0.08648949861526489,-0.018555300310254097,0.9958490133285522,-0.08902250230312347,-0.012451600283384323,0.9961550235748291,-0.08648949861526489,-0.0014038500376045704,0.9998469948768616,-0.01730399951338768,-0.054322898387908936,0.9961850047111511,-0.06811729818582535,-0.0013122999807819724,0.9999690055847168,0.00036622199695557356,-0.061708398163318634,0.9960020184516907,-0.06439410150051117,-0.025757599622011185,0.9961550235748291,-0.08371230214834213,-0.0388806015253067,0.9963679909706116,-0.07553330063819885,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.0388806015253067,0.9963679909706116,-0.07553330063819885,-0.04824979975819588,0.9960330128669739,-0.07464829832315445,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.04824979975819588,0.9960330128669739,-0.07464829832315445,-0.054322898387908936,0.9961850047111511,-0.06811729818582535,-0.08499400317668915,0.9961550235748291,-0.020020099356770515,-0.0011596999829635024,0.9999690055847168,0.0013122999807819724,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.07284770160913467,0.9961850047111511,-0.047853000462055206,-0.00039674100116826594,0.9999690055847168,-0.0012512600515037775,-0.07766959816217422,0.9962459802627563,-0.037629298865795135,-0.054322898387908936,0.9961850047111511,-0.06811729818582535,-0.061708398163318634,0.9960020184516907,-0.06439410150051117,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.061708398163318634,0.9960020184516907,-0.06439410150051117,-0.06671349704265594,0.9959719777107239,-0.05945010110735893,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.06671349704265594,0.9959719777107239,-0.05945010110735893,-0.07092499732971191,0.9959719777107239,-0.0546891987323761,0.007171850185841322,0.9999690055847168,0.0028382199816405773,-0.08182010054588318,0.9961550235748291,-0.030274400487542152,-0.07766959816217422,0.9962459802627563,-0.037629298865795135,-0.07766959816217422,0.9962459802627563,-0.037629298865795135,-0.08182010054588318,0.9961550235748291,-0.030274400487542152,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07766959816217422,0.9962459802627563,-0.037629298865795135,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07284770160913467,0.9961850047111511,-0.047853000462055206,-0.07284770160913467,0.9961850047111511,-0.047853000462055206,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07092499732971191,0.9959719777107239,-0.0546891987323761,-0.026795299723744392,0.9996340274810791,-0.002319409977644682,-0.08835110068321228,0.9960629940032959,-0.004089479800313711,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.08835110068321228,0.9960629940032959,-0.004089479800313711,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08499400317668915,0.9961550235748291,-0.020020099356770515,-0.08499400317668915,0.9961550235748291,-0.020020099356770515,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08182010054588318,0.9961550235748291,-0.030274400487542152,0.08969389647245407,0.9959409832954407,-0.0034180700313299894,0.08963289856910706,0.9959409832954407,-0.006958220154047012,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.08963289856910706,0.9959409832954407,-0.006958220154047012,0.08850370347499847,0.9959719777107239,-0.013397599570453167,-0.008850369602441788,0.9999390244483948,0.00320443999953568,0.07544180005788803,0.9963380098342896,-0.03952150046825409,0.08236949890851974,0.9962159991264343,-0.026886800304055214,0.08236949890851974,0.9962159991264343,-0.026886800304055214,0.07544180005788803,0.9963380098342896,-0.03952150046825409,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.08236949890851974,0.9962159991264343,-0.026886800304055214,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.0874050036072731,0.9959719777107239,-0.019714999943971634,0.0874050036072731,0.9959719777107239,-0.019714999943971634,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.08850370347499847,0.9959719777107239,-0.013397599570453167,0.008056890219449997,0.9999390244483948,-0.006012150086462498,0.06085389852523804,0.9962459802627563,-0.06109809875488281,0.06927700340747833,0.9961550235748291,-0.05325480177998543,0.06927700340747833,0.9961550235748291,-0.05325480177998543,0.06085389852523804,0.9962459802627563,-0.06109809875488281,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.06927700340747833,0.9961550235748291,-0.05325480177998543,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.07483139634132385,0.9960330128669739,-0.047883499413728714,0.07483139634132385,0.9960330128669739,-0.047883499413728714,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.07544180005788803,0.9963380098342896,-0.03952150046825409,0.07483139634132385,0.9960330128669739,-0.047883499413728714,0.07544180005788803,0.9963380098342896,-0.03952150046825409,-0.0009460740257054567,0.9999690055847168,-0.00009155549923889339,-0.006775110028684139,0.9998779892921448,0.01254309993237257,0.03683580085635185,0.9962159991264343,-0.07834099978208542,0.04821920022368431,0.9961850047111511,-0.07229830324649811,0.04821920022368431,0.9961850047111511,-0.07229830324649811,0.03683580085635185,0.9962159991264343,-0.07834099978208542,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.04821920022368431,0.9961850047111511,-0.07229830324649811,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.05685599893331528,0.9960629940032959,-0.06762900203466415,0.05685599893331528,0.9960629940032959,-0.06762900203466415,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.06085389852523804,0.9962459802627563,-0.06109809875488281,0.05685599893331528,0.9960629940032959,-0.06762900203466415,0.06085389852523804,0.9962459802627563,-0.06109809875488281,0.0032654800452291965,0.9999690055847168,-0.0016479999758303165,-0.00027466699248179793,0.9999079704284668,-0.01135290041565895,0.010620400309562683,0.9959409832954407,-0.08935820311307907,0.01934869959950447,0.9960330128669739,-0.08673360198736191,0.01934869959950447,0.9960330128669739,-0.08673360198736191,0.010620400309562683,0.9959409832954407,-0.08935820311307907,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.01934869959950447,0.9960330128669739,-0.08673360198736191,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.029023099690675735,0.9960939884185791,-0.08310189843177795,0.029023099690675735,0.9960939884185791,-0.08310189843177795,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.03683580085635185,0.9962159991264343,-0.07834099978208542,0.029023099690675735,0.9960939884185791,-0.08310189843177795,0.03683580085635185,0.9962159991264343,-0.07834099978208542,-0.006469919811934233,0.9998779892921448,0.012268399819731712,0.00009155549923889339,0.9957879781723022,0.09152500331401825,0.0036622199695557356,0.9957879781723022,0.09140290319919586,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0036622199695557356,0.9957879781723022,0.09140290319919586,0.012482100166380405,0.9961550235748291,0.08655049651861191,0.038850098848342896,0.9963679909706116,0.07559440284967422,-0.006164739839732647,0.9999079704284668,-0.011536000296473503,0.0481887012720108,0.9960330128669739,0.07473979890346527,0.025757599622011185,0.9961550235748291,0.08365119993686676,-0.006622519809752703,0.9998779892921448,-0.012634700164198875,0.038850098848342896,0.9963679909706116,0.07559440284967422,0.025757599622011185,0.9961550235748291,0.08365119993686676,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.018585799261927605,0.9958490133285522,0.08899199962615967,0.018585799261927605,0.9958490133285522,0.08899199962615967,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.012482100166380405,0.9961550235748291,0.08655049651861191,0.018585799261927605,0.9958490133285522,0.08899199962615967,0.012482100166380405,0.9961550235748291,0.08655049651861191,0.001434369944036007,0.9998469948768616,0.017151400446891785,0.0543535016477108,0.9961850047111511,0.06820890307426453,0.0023499298840761185,0.9999690055847168,0.0006408889894373715,0.061708398163318634,0.9960020184516907,0.06445509940385818,0.025757599622011185,0.9961550235748291,0.08365119993686676,0.038850098848342896,0.9963679909706116,0.07559440284967422,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.038850098848342896,0.9963679909706116,0.07559440284967422,0.0481887012720108,0.9960330128669739,0.07473979890346527,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0481887012720108,0.9960330128669739,0.07473979890346527,0.0543535016477108,0.9961850047111511,0.06820890307426453,0.0543535016477108,0.9961850047111511,0.06820890307426453,0.061708398163318634,0.9960020184516907,0.06445509940385818,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.061708398163318634,0.9960020184516907,0.06445509940385818,0.06671349704265594,0.9959719777107239,0.05948060005903244,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.06671349704265594,0.9959719777107239,0.05948060005903244,0.07095550000667572,0.9959719777107239,0.054719701409339905,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.001678519998677075,0.9999690055847168,0.0015869600465521216,0.07770010083913803,0.9962459802627563,0.037629298865795135,-0.007171850185841322,0.9999690055847168,-0.002868739888072014,0.08188120275735855,0.9961550235748291,0.030274400487542152,0.07770010083913803,0.9962459802627563,0.037629298865795135,0.07770010083913803,0.9962459802627563,0.037629298865795135,0.08188120275735855,0.9961550235748291,0.030274400487542152,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07770010083913803,0.9962459802627563,0.037629298865795135,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07095550000667572,0.9959719777107239,0.054719701409339905,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.0011596999829635024,0.9999690055847168,-0.001373330014757812,0.08771020174026489,0.9960629940032959,0.010681499727070332,0.02764979936182499,0.9996029734611511,0.0023804400116205215,0.08838160336017609,0.9960629940032959,0.004089479800313711,0.08771020174026489,0.9960629940032959,0.010681499727070332,0.08771020174026489,0.9960629940032959,0.010681499727070332,0.08838160336017609,0.9960629940032959,0.004089479800313711,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08771020174026489,0.9960629940032959,0.010681499727070332,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08188120275735855,0.9961550235748291,0.030274400487542152,0.008301029913127422,0.9999390244483948,-0.0032349599059671164,-0.08145389705896378,0.9960020184516907,0.03601180016994476,-0.08240000158548355,0.9962159991264343,0.026886800304055214,-0.08240000158548355,0.9962159991264343,0.026886800304055214,-0.08145389705896378,0.9960020184516907,0.03601180016994476,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.08240000158548355,0.9962159991264343,0.026886800304055214,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.0874050036072731,0.9959719777107239,0.019623400643467903,-0.0874050036072731,0.9959719777107239,0.019623400643467903,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.08450579643249512,0.9963380098342896,0.012665200047194958,-0.0874050036072731,0.9959719777107239,0.019623400643467903,-0.08450579643249512,0.9963380098342896,0.012665200047194958,-0.007019259966909885,0.9999690055847168,0.0007019260083325207,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.003295999951660633,0.9999690055847168,0.0016479999758303165,-0.05685599893331528,0.9960629940032959,0.06762900203466415,-0.06927700340747833,0.9961550235748291,0.05322429910302162,-0.0073854802176356316,0.9999390244483948,0.0054933298379182816,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.08145389705896378,0.9960020184516907,0.03601180016994476,-0.07818839699029922,0.9960020184516907,0.04290900006890297,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.07818839699029922,0.9960020184516907,0.04290900006890297,-0.07480090111494064,0.9959719777107239,0.049195799976587296,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.07480090111494064,0.9959719777107239,0.049195799976587296,-0.06927700340747833,0.9961550235748291,0.05322429910302162,-0.06927700340747833,0.9961550235748291,0.05322429910302162,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.05685599893331528,0.9960629940032959,0.06762900203466415,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.05685599893331528,0.9960629940032959,0.06762900203466415,-0.04824979975819588,0.9961850047111511,0.07229830324649811,-0.03396710008382797,0.9959409832954407,0.08313240110874176,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.041810400784015656,0.9960020184516907,0.07885979861021042,-0.041810400784015656,0.9960020184516907,0.07885979861021042,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.04824979975819588,0.9961850047111511,0.07229830324649811,-0.041810400784015656,0.9960020184516907,0.07885979861021042,-0.04824979975819588,0.9961850047111511,0.07229830324649811,0.0066530401818454266,0.9998779892921448,-0.012573599815368652,0,0.9999079704284668,0.011902200058102608,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.019318200647830963,0.9960330128669739,0.08676409721374512,-0.019318200647830963,0.9960330128669739,0.08676409721374512,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.019318200647830963,0.9960330128669739,0.08676409721374512,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.026337500661611557,0.9958800077438354,0.08658099919557571,-0.026337500661611557,0.9958800077438354,0.08658099919557571,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.03396710008382797,0.9959409832954407,0.08313240110874176,-0.10550200194120407,0.9944149851799011,0,-0.05621509999036789,0.9984130263328552,0,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.05621509999036789,0.9984130263328552,0,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.00012207399413455278,0.9957879781723022,-0.09149450063705444,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.00012207399413455278,0.9957879781723022,-0.09149450063705444,-0.0036622199695557356,0.9957879781723022,-0.09134189784526825,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.0036622199695557356,0.9957879781723022,-0.09134189784526825,-0.012451600283384323,0.9961550235748291,-0.08648949861526489,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.11383400112390518,0.9934689998626709,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.11383400112390518,0.9934689998626709,0,0.09997860342264175,0.9949340224266052,-0.007538069970905781,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.09997860342264175,0.9949340224266052,-0.007538069970905781,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.09997860342264175,0.9949340224266052,-0.007538069970905781,0.08969389647245407,0.9959409832954407,-0.0034180700313299894,0.10550200194120407,0.9944149851799011,0,0.05621509999036789,0.9984130263328552,0,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.05621509999036789,0.9984130263328552,0,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.030060699209570885,0.9810479879379272,0.19125999510288239,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.11383400112390518,0.9934689998626709,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.11383400112390518,0.9934689998626709,0,-0.09994810074567795,0.9949340224266052,0.007538069970905781,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09994810074567795,0.9949340224266052,0.007538069970905781,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.09994810074567795,0.9949340224266052,0.007538069970905781,-0.08969389647245407,0.9959409832954407,0.0034180700313299894,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.08969389647245407,0.9959409832954407,0.0034180700313299894,-0.08450579643249512,0.9963380098342896,0.012665200047194958,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.004974519833922386,0.9711599946022034,0.2382889986038208,0.004974519833922386,0.9711599946022034,0.2382889986038208,0.030060699209570885,0.9810479879379272,0.19125999510288239,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,0.004974519833922386,0.9711599946022034,0.2382889986038208,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.0026856299955397844,0.9994810223579407,0.03155609965324402,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.10550200194120407,0.9944149851799011,0,0.10550200194120407,0.9944149851799011,0,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.10550200194120407,0.9944149851799011,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.05621509999036789,0.9984130263328552,0,0.05621509999036789,0.9984130263328552,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.05621509999036789,0.9984130263328552,0,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0,1,0,0,1,0,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0,1,0,0.001373330014757812,0.9923400282859802,-0.12338600307703018,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,0.001373330014757812,0.9923400282859802,-0.12338600307703018,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,0.00009155549923889339,0.9957879781723022,0.09152500331401825,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.04995879903435707,0.9925839900970459,0.11072099953889847,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,0.04995879903435707,0.9925839900970459,0.11072099953889847,0,1,0,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,0,1,0,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.04855490103363991,0.9910280108451843,0.12430199980735779,0,1,0,-0.05621509999036789,0.9984130263328552,0,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.05621509999036789,0.9984130263328552,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.05621509999036789,0.9984130263328552,0,-0.10550200194120407,0.9944149851799011,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.10550200194120407,0.9944149851799011,0,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.10550200194120407,0.9944149851799011,0,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.01974550075829029,0.9936220049858093,-0.11096499860286713,0.01974550075829029,0.9936220049858093,-0.11096499860286713,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.01974550075829029,0.9936220049858093,-0.11096499860286713,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.010620400309562683,0.9959409832954407,-0.08935820311307907,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.010620400309562683,0.9959409832954407,-0.08935820311307907,0.002655110089108348,0.9994810223579407,-0.03143410012125969,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08975490182638168,0.9959409832954407,0,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.05621509999036789,0.9984130263328552,0,0,1,0,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.05621509999036789,0.9984130263328552,0,0,1,0,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08972439914941788,0.9959409832954407,0,-0.11072099953889847,0.9938049912452698,-0.005615409929305315,0.08975490182638168,0.9959409832954407,0,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08838160336017609,0.9960629940032959,0.004089479800313711,-0.08972439914941788,0.9959409832954407,0,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08835110068321228,0.9960629940032959,-0.004089479800313711,-0.025727100670337677,0.9961550235748291,-0.08362069725990295,0.006622519809752703,0.9998779892921448,0.012207400053739548,-0.03482159972190857,0.9959409832954407,-0.08267460018396378,-0.025727100670337677,0.9961550235748291,-0.08362069725990295,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.018555300310254097,0.9958490133285522,-0.08896149694919586,-0.018555300310254097,0.9958490133285522,-0.08896149694919586,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.012451600283384323,0.9961550235748291,-0.08648949861526489,-0.018555300310254097,0.9958490133285522,-0.08896149694919586,-0.012451600283384323,0.9961550235748291,-0.08648949861526489,-0.001373330014757812,0.9998469948768616,-0.017242999747395515,-0.0543535016477108,0.9961850047111511,-0.06811729818582535,-0.0019837000872939825,0.9999690055847168,-0.00018311099847778678,-0.06274610012769699,0.9962459802627563,-0.059328000992536545,-0.025727100670337677,0.9961550235748291,-0.08362069725990295,-0.03482159972190857,0.9959409832954407,-0.08267460018396378,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.03482159972190857,0.9959409832954407,-0.08267460018396378,-0.04269539937376976,0.9959719777107239,-0.07864619791507721,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.04269539937376976,0.9959719777107239,-0.07864619791507721,-0.04968409985303879,0.9959719777107239,-0.07461780309677124,-0.006805629935115576,0.9999390244483948,-0.005188149865716696,-0.06884980201721191,0.9960629940032959,-0.055452100932598114,-0.06274610012769699,0.9962459802627563,-0.059328000992536545,-0.06274610012769699,0.9962459802627563,-0.059328000992536545,-0.06884980201721191,0.9960629940032959,-0.055452100932598114,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.06274610012769699,0.9962459802627563,-0.059328000992536545,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.0543535016477108,0.9961850047111511,-0.06811729818582535,-0.0543535016477108,0.9961850047111511,-0.06811729818582535,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.04968409985303879,0.9959719777107239,-0.07461780309677124,-0.07287819683551788,0.9961850047111511,-0.047883499413728714,-0.0008239999879151583,0.9999690055847168,-0.0013428099919110537,-0.07766959816217422,0.9962459802627563,-0.037629298865795135,0.007324439939111471,0.9999390244483948,0.002899260027334094,-0.08182010054588318,0.9961550235748291,-0.030274400487542152,-0.07766959816217422,0.9962459802627563,-0.037629298865795135,-0.07766959816217422,0.9962459802627563,-0.037629298865795135,-0.08182010054588318,0.9961550235748291,-0.030274400487542152,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07766959816217422,0.9962459802627563,-0.037629298865795135,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07287819683551788,0.9961850047111511,-0.047883499413728714,-0.07287819683551788,0.9961850047111511,-0.047883499413728714,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.06884980201721191,0.9960629940032959,-0.055452100932598114,-0.08496350049972534,0.9961550235748291,-0.020020099356770515,0,0.9999690055847168,0.001434369944036007,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.02722249925136566,0.9996029734611511,-0.0023499298840761185,-0.08835110068321228,0.9960629940032959,-0.004089479800313711,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.08835110068321228,0.9960629940032959,-0.004089479800313711,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08496350049972534,0.9961550235748291,-0.020020099356770515,-0.08496350049972534,0.9961550235748291,-0.020020099356770515,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08182010054588318,0.9961550235748291,-0.030274400487542152,0.08969389647245407,0.9959409832954407,-0.0034180700313299894,0.08951079845428467,0.9959409832954407,-0.007019259966909885,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.06085389852523804,0.9962459802627563,-0.06109809875488281,0.00320443999953568,0.9999690055847168,-0.0014954099897295237,0.05685599893331528,0.9960629940032959,-0.06762900203466415,0.06927700340747833,0.9961550235748291,-0.05322429910302162,0.007354959845542908,0.9999390244483948,-0.005371259991079569,0.06085389852523804,0.9962459802627563,-0.06109809875488281,0.07541120052337646,0.9963380098342896,-0.03952150046825409,-0.0010681500425562263,0.9999690055847168,-0.00009155549923889339,0.07483139634132385,0.9960330128669739,-0.047883499413728714,0.08233889937400818,0.9962159991264343,-0.02691729925572872,-0.008850369602441788,0.9999390244483948,0.0032349599059671164,0.07541120052337646,0.9963380098342896,-0.03952150046825409,0.08951079845428467,0.9959409832954407,-0.007019259966909885,0.08838160336017609,0.9959719777107239,-0.01345869991928339,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.08838160336017609,0.9959719777107239,-0.01345869991928339,0.0873745009303093,0.9959719777107239,-0.01974550075829029,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.0873745009303093,0.9959719777107239,-0.01974550075829029,0.08233889937400818,0.9962159991264343,-0.02691729925572872,0.08233889937400818,0.9962159991264343,-0.02691729925572872,0.07541120052337646,0.9963380098342896,-0.03952150046825409,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07541120052337646,0.9963380098342896,-0.03952150046825409,0.07483139634132385,0.9960330128669739,-0.047883499413728714,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07483139634132385,0.9960330128669739,-0.047883499413728714,0.06927700340747833,0.9961550235748291,-0.05322429910302162,0.06927700340747833,0.9961550235748291,-0.05322429910302162,0.06085389852523804,0.9962459802627563,-0.06109809875488281,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.06085389852523804,0.9962459802627563,-0.06109809875488281,0.05685599893331528,0.9960629940032959,-0.06762900203466415,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.05685599893331528,0.9960629940032959,-0.06762900203466415,0.04821920022368431,0.9961850047111511,-0.07229830324649811,0.033936601132154465,0.9959409832954407,-0.08313240110874176,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.041810400784015656,0.9960020184516907,-0.07885979861021042,0.041810400784015656,0.9960020184516907,-0.07885979861021042,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.04821920022368431,0.9961850047111511,-0.07229830324649811,0.041810400784015656,0.9960020184516907,-0.07885979861021042,0.04821920022368431,0.9961850047111511,-0.07229830324649811,-0.006805629935115576,0.9998779892921448,0.01254309993237257,-0.00012207399413455278,0.9999079704284668,-0.012176900170743465,0.010620400309562683,0.9959110021591187,-0.08935820311307907,0.01934869959950447,0.9960330128669739,-0.08676409721374512,0.01934869959950447,0.9960330128669739,-0.08676409721374512,0.010620400309562683,0.9959110021591187,-0.08935820311307907,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.01934869959950447,0.9960330128669739,-0.08676409721374512,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.026337500661611557,0.9958800077438354,-0.08658099919557571,0.026337500661611557,0.9958800077438354,-0.08658099919557571,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.033936601132154465,0.9959409832954407,-0.08313240110874176,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.0012512600515037775,0.9999690055847168,0.0016174799529835582,0.0782494992017746,0.9960020184516907,0.04239020124077797,0.00012207399413455278,0.9957879781723022,0.09152500331401825,0.0036927401088178158,0.9957879781723022,0.09140290319919586,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0036927401088178158,0.9957879781723022,0.09140290319919586,0.007171850185841322,0.9957879781723022,0.09125030040740967,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.007171850185841322,0.9957879781723022,0.09125030040740967,0.013061899691820145,0.9958189725875854,0.09009060263633728,-0.0069276997819542885,0.9998779892921448,-0.012665200047194958,0.038850098848342896,0.9963679909706116,0.07559440284967422,0.025727100670337677,0.9961550235748291,0.08371230214834213,0.025727100670337677,0.9961550235748291,0.08371230214834213,0.038850098848342896,0.9963679909706116,0.07559440284967422,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.025727100670337677,0.9961550235748291,0.08371230214834213,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.01864680089056492,0.9958189725875854,0.08908350020647049,0.01864680089056492,0.9958189725875854,0.08908350020647049,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.013061899691820145,0.9958189725875854,0.09009060263633728,0.0019837000872939825,0.9999690055847168,0.00006103699706727639,0.061708398163318634,0.9960020184516907,0.06445509940385818,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.061708398163318634,0.9960020184516907,0.06445509940385818,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.04821920022368431,0.9960330128669739,0.07473979890346527,0.04821920022368431,0.9960330128669739,0.07473979890346527,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.038850098848342896,0.9963679909706116,0.07559440284967422,0.04821920022368431,0.9960330128669739,0.07473979890346527,0.038850098848342896,0.9963679909706116,0.07559440284967422,-0.006256289780139923,0.9999079704284668,-0.011627599596977234,0.061708398163318634,0.9960020184516907,0.06445509940385818,0.06671349704265594,0.9959719777107239,0.05948060005903244,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.06671349704265594,0.9959719777107239,0.05948060005903244,0.07095550000667572,0.9959719777107239,0.054719701409339905,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07095550000667572,0.9959719777107239,0.054719701409339905,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.0782494992017746,0.9960020184516907,0.04239020124077797,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0782494992017746,0.9960020184516907,0.04239020124077797,0.08203379809856415,0.9960020184516907,0.03491320088505745,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08203379809856415,0.9960020184516907,0.03491320088505745,0.08505509793758392,0.9959719777107239,0.027802400290966034,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.0011596999829635024,0.9999690055847168,-0.001373330014757812,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.02743609994649887,0.9996029734611511,0.0023804400116205215,0.08838160336017609,0.9960629940032959,0.004089479800313711,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.08838160336017609,0.9960629940032959,0.004089479800313711,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08505509793758392,0.9959719777107239,0.027802400290966034,-0.08249150216579437,0.9962159991264343,0.02694780007004738,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.08749660104513168,0.9959409832954407,0.01965389959514141,-0.08749660104513168,0.9959409832954407,0.01965389959514141,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.08462779968976974,0.9963070154190063,0.012665200047194958,-0.08749660104513168,0.9959409832954407,0.01965389959514141,-0.08462779968976974,0.9963070154190063,0.012665200047194958,-0.009521770291030407,0.9999390244483948,0.0007019260083325207,-0.07821889966726303,0.9960020184516907,0.04290900006890297,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.08148439973592758,0.9960020184516907,0.03601180016994476,-0.08148439973592758,0.9960020184516907,0.03601180016994476,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.08249150216579437,0.9962159991264343,0.02694780007004738,-0.08148439973592758,0.9960020184516907,0.03601180016994476,-0.08249150216579437,0.9962159991264343,0.02694780007004738,0.009125029668211937,0.9999390244483948,-0.0032349599059671164,-0.007354959845542908,0.9999390244483948,0.005462809931486845,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.06924650073051453,0.9961550235748291,0.05322429910302162,-0.06924650073051453,0.9961550235748291,0.05322429910302162,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.06924650073051453,0.9961550235748291,0.05322429910302162,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.07480090111494064,0.9959719777107239,0.04916530102491379,-0.07480090111494064,0.9959719777107239,0.04916530102491379,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.07821889966726303,0.9960020184516907,0.04290900006890297,0.006775110028684139,0.9998779892921448,-0.012482100166380405,-0.03683580085635185,0.9962159991264343,0.07834099978208542,-0.04824979975819588,0.9961850047111511,0.07229830324649811,-0.04824979975819588,0.9961850047111511,0.07229830324649811,-0.03683580085635185,0.9962159991264343,0.07834099978208542,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.04824979975819588,0.9961850047111511,0.07229830324649811,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.05685599893331528,0.9960629940032959,0.06762900203466415,-0.05685599893331528,0.9960629940032959,0.06762900203466415,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.05685599893331528,0.9960629940032959,0.06762900203466415,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.0032349599059671164,0.9999690055847168,0.0015869600465521216,0.00027466699248179793,0.9999390244483948,0.010864599607884884,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.019318200647830963,0.9960330128669739,0.08673360198736191,-0.019318200647830963,0.9960330128669739,0.08673360198736191,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.019318200647830963,0.9960330128669739,0.08673360198736191,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.029023099690675735,0.9960939884185791,0.08310189843177795,-0.029023099690675735,0.9960939884185791,0.08310189843177795,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.03683580085635185,0.9962159991264343,0.07834099978208542,-0.029023099690675735,0.9960939884185791,0.08310189843177795,-0.03683580085635185,0.9962159991264343,0.07834099978208542,0.0065004401840269566,0.9998779892921448,-0.012268399819731712,-0.10550200194120407,0.9944149851799011,0,-0.05621509999036789,0.9984130263328552,0,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.05621509999036789,0.9984130263328552,0,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.00009155549923889339,0.9957879781723022,-0.09149450063705444,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.00009155549923889339,0.9957879781723022,-0.09149450063705444,-0.0036622199695557356,0.9957879781723022,-0.09134189784526825,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.0036622199695557356,0.9957879781723022,-0.09134189784526825,-0.012451600283384323,0.9961550235748291,-0.08648949861526489,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.11383400112390518,0.9934689998626709,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.11383400112390518,0.9934689998626709,0,0.09997860342264175,0.9949340224266052,-0.007538069970905781,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.09997860342264175,0.9949340224266052,-0.007538069970905781,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.09997860342264175,0.9949340224266052,-0.007538069970905781,0.08969389647245407,0.9959409832954407,-0.0034180700313299894,0.10550200194120407,0.9944149851799011,0,0.05621509999036789,0.9984130263328552,0,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.05621509999036789,0.9984130263328552,0,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.030060699209570885,0.9810479879379272,0.19125999510288239,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.11072099953889847,0.9938049912452698,-0.005615409929305315,-0.11383400112390518,0.9934689998626709,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.11383400112390518,0.9934689998626709,0,-0.09994810074567795,0.9949340224266052,0.007538069970905781,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09994810074567795,0.9949340224266052,0.007538069970905781,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.09994810074567795,0.9949340224266052,0.007538069970905781,-0.08966340124607086,0.9959409832954407,0.0034180700313299894,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.08966340124607086,0.9959409832954407,0.0034180700313299894,-0.08462779968976974,0.9963070154190063,0.012665200047194958,0.033539801836013794,0.9858999848365784,0.1638839989900589,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.00494399992749095,0.9711599946022034,0.2382889986038208,0.00494399992749095,0.9711599946022034,0.2382889986038208,0.030060699209570885,0.9810479879379272,0.19125999510288239,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,0.00494399992749095,0.9711599946022034,0.2382889986038208,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.0026856299955397844,0.9994810223579407,0.03122040070593357,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.10550200194120407,0.9944149851799011,0,0.10550200194120407,0.9944149851799011,0,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.10550200194120407,0.9944149851799011,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.05621509999036789,0.9984130263328552,0,0.05621509999036789,0.9984130263328552,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.05621509999036789,0.9984130263328552,0,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0,1,0,0,1,0,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0,1,0,0.001373330014757812,0.9923400282859802,-0.12338600307703018,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,0.001373330014757812,0.9923400282859802,-0.12338600307703018,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,0.00012207399413455278,0.9957879781723022,0.09152500331401825,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.033539801836013794,0.9858999848365784,0.1638839989900589,0.033539801836013794,0.9858999848365784,0.1638839989900589,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.033539801836013794,0.9858999848365784,0.1638839989900589,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.04995879903435707,0.9925839900970459,0.11072099953889847,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,0.04995879903435707,0.9925839900970459,0.11072099953889847,0,1,0,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,0,1,0,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.04855490103363991,0.9910280108451843,0.12430199980735779,0,1,0,-0.05621509999036789,0.9984130263328552,0,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.05621509999036789,0.9984130263328552,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.05621509999036789,0.9984130263328552,0,-0.10550200194120407,0.9944149851799011,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.10550200194120407,0.9944149851799011,0,-0.11072099953889847,0.9938049912452698,-0.005615409929305315,-0.11072099953889847,0.9938049912452698,-0.005615409929305315,-0.10550200194120407,0.9944149851799011,0,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.11072099953889847,0.9938049912452698,-0.005615409929305315,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.019714999943971634,0.9936220049858093,-0.11096499860286713,0.019714999943971634,0.9936220049858093,-0.11096499860286713,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.019714999943971634,0.9936220049858093,-0.11096499860286713,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.010620400309562683,0.9959110021591187,-0.08935820311307907,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.010620400309562683,0.9959110021591187,-0.08935820311307907,0.0026856299955397844,0.9994810223579407,-0.0313120000064373,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08975490182638168,0.9959409832954407,0,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.05621509999036789,0.9984130263328552,0,0,1,0,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.05621509999036789,0.9984130263328552,0,0,1,0,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08972439914941788,0.9959409832954407,0,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,0.08975490182638168,0.9959409832954407,0,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08838160336017609,0.9960629940032959,0.004089479800313711,-0.08972439914941788,0.9959409832954407,0,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08832059800624847,0.9960629940032959,-0.004089479800313711,-0.007080290000885725,0.9957879781723022,-0.09118930250406265,-0.01300089992582798,0.9958490133285522,-0.09006009995937347,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.01300089992582798,0.9958490133285522,-0.09006009995937347,-0.018707800656557083,0.9958490133285522,-0.08899199962615967,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.018707800656557083,0.9958490133285522,-0.08899199962615967,-0.025818699970841408,0.9961550235748291,-0.08365119993686676,-0.04269539937376976,0.9959719777107239,-0.07864619791507721,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.03482159972190857,0.9959409832954407,-0.08267460018396378,-0.03482159972190857,0.9959409832954407,-0.08267460018396378,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.025818699970841408,0.9961550235748291,-0.08365119993686676,-0.03482159972190857,0.9959409832954407,-0.08267460018396378,-0.025818699970841408,0.9961550235748291,-0.08365119993686676,0.006073180120438337,0.9999079704284668,0.01150550041347742,-0.0013122999807819724,0.9999690055847168,0.00036622199695557356,-0.061708398163318634,0.9960020184516907,-0.06442459672689438,-0.054322898387908936,0.9961850047111511,-0.06811729818582535,-0.054322898387908936,0.9961850047111511,-0.06811729818582535,-0.061708398163318634,0.9960020184516907,-0.06442459672689438,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.054322898387908936,0.9961850047111511,-0.06811729818582535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.04968409985303879,0.9959719777107239,-0.07461780309677124,-0.04968409985303879,0.9959719777107239,-0.07461780309677124,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.04269539937376976,0.9959719777107239,-0.07864619791507721,-0.08499400317668915,0.9961550235748291,-0.020020099356770515,-0.0011596999829635024,0.9999690055847168,0.0013122999807819724,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.07284770160913467,0.9961850047111511,-0.047853000462055206,-0.00039674100116826594,0.9999690055847168,-0.0012512600515037775,-0.07821889966726303,0.9960330128669739,-0.04239020124077797,-0.061708398163318634,0.9960020184516907,-0.06442459672689438,-0.06671349704265594,0.9959719777107239,-0.05945010110735893,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.06671349704265594,0.9959719777107239,-0.05945010110735893,-0.07092499732971191,0.9959719777107239,-0.0546891987323761,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07092499732971191,0.9959719777107239,-0.0546891987323761,-0.07284770160913467,0.9961850047111511,-0.047853000462055206,-0.07284770160913467,0.9961850047111511,-0.047853000462055206,-0.07821889966726303,0.9960330128669739,-0.04239020124077797,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07821889966726303,0.9960330128669739,-0.04239020124077797,-0.08200319856405258,0.9960020184516907,-0.03488269820809364,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08200319856405258,0.9960020184516907,-0.03488269820809364,-0.08499400317668915,0.9959719777107239,-0.027802400290966034,-0.026795299723744392,0.9996340274810791,-0.002319409977644682,-0.08832059800624847,0.9960629940032959,-0.004089479800313711,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.08832059800624847,0.9960629940032959,-0.004089479800313711,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08499400317668915,0.9961550235748291,-0.020020099356770515,-0.08499400317668915,0.9961550235748291,-0.020020099356770515,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08499400317668915,0.9959719777107239,-0.027802400290966034,0.08969389647245407,0.9959409832954407,-0.0034180700313299894,0.08963289856910706,0.9959409832954407,-0.007019259966909885,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.08963289856910706,0.9959409832954407,-0.007019259966909885,0.08850370347499847,0.9959719777107239,-0.01345869991928339,-0.008850369602441788,0.9999390244483948,0.0031739200931042433,0.07544180005788803,0.9963380098342896,-0.03952150046825409,0.08236949890851974,0.9962159991264343,-0.02691729925572872,0.08236949890851974,0.9962159991264343,-0.02691729925572872,0.07544180005788803,0.9963380098342896,-0.03952150046825409,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.08236949890851974,0.9962159991264343,-0.02691729925572872,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.0874050036072731,0.9959719777107239,-0.01974550075829029,0.0874050036072731,0.9959719777107239,-0.01974550075829029,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.08850370347499847,0.9959719777107239,-0.01345869991928339,0.008056890219449997,0.9999390244483948,-0.006012150086462498,0.06613360345363617,0.9960020184516907,-0.05996889993548393,0.06927700340747833,0.9961550235748291,-0.05325480177998543,0.06927700340747833,0.9961550235748291,-0.05325480177998543,0.06613360345363617,0.9960020184516907,-0.05996889993548393,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.06927700340747833,0.9961550235748291,-0.05325480177998543,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07483139634132385,0.9960330128669739,-0.047883499413728714,0.07483139634132385,0.9960330128669739,-0.047883499413728714,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07544180005788803,0.9963380098342896,-0.03952150046825409,0.07483139634132385,0.9960330128669739,-0.047883499413728714,0.07544180005788803,0.9963380098342896,-0.03952150046825409,-0.0009460740257054567,0.9999690055847168,-0.00009155549923889339,0.06613360345363617,0.9960020184516907,-0.05996889993548393,0.061067499220371246,0.9959719777107239,-0.06521809846162796,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.061067499220371246,0.9959719777107239,-0.06521809846162796,0.056062500923871994,0.9959719777107239,-0.06991790235042572,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.056062500923871994,0.9959719777107239,-0.06991790235042572,0.04821920022368431,0.9961850047111511,-0.07229830324649811,0.03396710008382797,0.9959409832954407,-0.08313240110874176,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.041810400784015656,0.9960020184516907,-0.07885979861021042,0.041810400784015656,0.9960020184516907,-0.07885979861021042,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.04821920022368431,0.9961850047111511,-0.07229830324649811,0.041810400784015656,0.9960020184516907,-0.07885979861021042,0.04821920022368431,0.9961850047111511,-0.07229830324649811,-0.006714070215821266,0.9998779892921448,0.012512600049376488,-0.00027466699248179793,0.9999079704284668,-0.011383400298655033,0.010620400309562683,0.9959409832954407,-0.08935820311307907,0.01934869959950447,0.9960330128669739,-0.08673360198736191,0.01934869959950447,0.9960330128669739,-0.08673360198736191,0.010620400309562683,0.9959409832954407,-0.08935820311307907,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.01934869959950447,0.9960330128669739,-0.08673360198736191,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.026337500661611557,0.9958800077438354,-0.08658099919557571,0.026337500661611557,0.9958800077438354,-0.08658099919557571,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.03396710008382797,0.9959409832954407,-0.08313240110874176,0.00009155549923889339,0.9957879781723022,0.09152500331401825,0.0036622199695557356,0.9957879781723022,0.09140290319919586,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0036622199695557356,0.9957879781723022,0.09140290319919586,0.007171850185841322,0.9957879781723022,0.09125030040740967,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.007171850185841322,0.9957879781723022,0.09125030040740967,0.013061899691820145,0.9958189725875854,0.09009060263633728,-0.006622519809752703,0.9998779892921448,-0.012665200047194958,0.038850098848342896,0.9963679909706116,0.07559440284967422,0.025727100670337677,0.9961550235748291,0.08368179947137833,0.025727100670337677,0.9961550235748291,0.08368179947137833,0.038850098848342896,0.9963679909706116,0.07559440284967422,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.025727100670337677,0.9961550235748291,0.08368179947137833,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.01864680089056492,0.9958490133285522,0.08905299752950668,0.01864680089056492,0.9958490133285522,0.08905299752950668,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.013061899691820145,0.9958189725875854,0.09009060263633728,0.0023499298840761185,0.9999690055847168,0.0006408889894373715,0.061708398163318634,0.9960020184516907,0.06445509940385818,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.061708398163318634,0.9960020184516907,0.06445509940385818,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0481887012720108,0.9960330128669739,0.07473979890346527,0.0481887012720108,0.9960330128669739,0.07473979890346527,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.038850098848342896,0.9963679909706116,0.07559440284967422,0.0481887012720108,0.9960330128669739,0.07473979890346527,0.038850098848342896,0.9963679909706116,0.07559440284967422,-0.006225780118256807,0.9999079704284668,-0.011536000296473503,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.001678519998677075,0.9999690055847168,0.0015869600465521216,0.0782494992017746,0.9960020184516907,0.04239020124077797,0.061708398163318634,0.9960020184516907,0.06445509940385818,0.06671349704265594,0.9959719777107239,0.05948060005903244,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.06671349704265594,0.9959719777107239,0.05948060005903244,0.07095550000667572,0.9959719777107239,0.054719701409339905,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07095550000667572,0.9959719777107239,0.054719701409339905,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.0011596999829635024,0.9999690055847168,-0.001373330014757812,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.0782494992017746,0.9960020184516907,0.04239020124077797,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0782494992017746,0.9960020184516907,0.04239020124077797,0.08203379809856415,0.9960020184516907,0.03488269820809364,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08203379809856415,0.9960020184516907,0.03488269820809364,0.08505509793758392,0.9959719777107239,0.027802400290966034,0.02764979936182499,0.9996029734611511,0.0023804400116205215,0.08838160336017609,0.9960629940032959,0.004089479800313711,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.08838160336017609,0.9960629940032959,0.004089479800313711,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08505509793758392,0.9959719777107239,0.027802400290966034,-0.08240000158548355,0.9962159991264343,0.02691729925572872,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.0874050036072731,0.9959719777107239,0.01965389959514141,-0.0874050036072731,0.9959719777107239,0.01965389959514141,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.08450579643249512,0.9963380098342896,0.012665200047194958,-0.0874050036072731,0.9959719777107239,0.01965389959514141,-0.08450579643249512,0.9963380098342896,0.012665200047194958,-0.007019259966909885,0.9999690055847168,0.0007019260083325207,-0.07818839699029922,0.9960020184516907,0.04290900006890297,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.08145389705896378,0.9960020184516907,0.03601180016994476,-0.08145389705896378,0.9960020184516907,0.03601180016994476,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.08240000158548355,0.9962159991264343,0.02691729925572872,-0.08145389705896378,0.9960020184516907,0.03601180016994476,-0.08240000158548355,0.9962159991264343,0.02691729925572872,0.00851466041058302,0.9999390244483948,-0.0032349599059671164,-0.0073854802176356316,0.9999390244483948,0.0054933298379182816,-0.06613360345363617,0.9960020184516907,0.05996889993548393,-0.06927700340747833,0.9961550235748291,0.05322429910302162,-0.06927700340747833,0.9961550235748291,0.05322429910302162,-0.06613360345363617,0.9960020184516907,0.05996889993548393,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.06927700340747833,0.9961550235748291,0.05322429910302162,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.07483139634132385,0.9959719777107239,0.049195799976587296,-0.07483139634132385,0.9959719777107239,0.049195799976587296,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.07818839699029922,0.9960020184516907,0.04290900006890297,-0.06613360345363617,0.9960020184516907,0.05996889993548393,-0.061067499220371246,0.9959719777107239,0.06521809846162796,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.061067499220371246,0.9959719777107239,0.06521809846162796,-0.056062500923871994,0.9959719777107239,0.06991790235042572,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.056062500923871994,0.9959719777107239,0.06991790235042572,-0.04824979975819588,0.9961850047111511,0.07229830324649811,-0.03396710008382797,0.9959409832954407,0.08313240110874176,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.041810400784015656,0.9960020184516907,0.07885979861021042,-0.041810400784015656,0.9960020184516907,0.07885979861021042,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.04824979975819588,0.9961850047111511,0.07229830324649811,-0.041810400784015656,0.9960020184516907,0.07885979861021042,-0.04824979975819588,0.9961850047111511,0.07229830324649811,0.006622519809752703,0.9998779892921448,-0.01254309993237257,0,0.9999079704284668,0.01193269994109869,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.019318200647830963,0.9960330128669739,0.08676409721374512,-0.019318200647830963,0.9960330128669739,0.08676409721374512,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.019318200647830963,0.9960330128669739,0.08676409721374512,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.026337500661611557,0.9958800077438354,0.08658099919557571,-0.026337500661611557,0.9958800077438354,0.08658099919557571,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.03396710008382797,0.9959409832954407,0.08313240110874176,-0.10550200194120407,0.9944149851799011,0,-0.05621509999036789,0.9984130263328552,0,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.05621509999036789,0.9984130263328552,0,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.00012207399413455278,0.9957879781723022,-0.09149450063705444,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.00012207399413455278,0.9957879781723022,-0.09149450063705444,-0.0036622199695557356,0.9957879781723022,-0.09134189784526825,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.0036622199695557356,0.9957879781723022,-0.09134189784526825,-0.007080290000885725,0.9957879781723022,-0.09118930250406265,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.11383400112390518,0.9934689998626709,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.11383400112390518,0.9934689998626709,0,0.09997860342264175,0.9949340224266052,-0.007538069970905781,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.09997860342264175,0.9949340224266052,-0.007538069970905781,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.09997860342264175,0.9949340224266052,-0.007538069970905781,0.08969389647245407,0.9959409832954407,-0.0034180700313299894,0.10550200194120407,0.9944149851799011,0,0.05621509999036789,0.9984130263328552,0,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.05621509999036789,0.9984130263328552,0,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.030060699209570885,0.9810479879379272,0.19125999510288239,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.11383400112390518,0.9934689998626709,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.11383400112390518,0.9934689998626709,0,-0.09994810074567795,0.9949340224266052,0.007538069970905781,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09994810074567795,0.9949340224266052,0.007538069970905781,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.09994810074567795,0.9949340224266052,0.007538069970905781,-0.08969389647245407,0.9959409832954407,0.0034180700313299894,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.08969389647245407,0.9959409832954407,0.0034180700313299894,-0.08450579643249512,0.9963380098342896,0.012665200047194958,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.004974519833922386,0.9711599946022034,0.2382889986038208,0.004974519833922386,0.9711599946022034,0.2382889986038208,0.030060699209570885,0.9810479879379272,0.19125999510288239,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,0.004974519833922386,0.9711599946022034,0.2382889986038208,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.0026856299955397844,0.9994810223579407,0.031495101749897,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.10550200194120407,0.9944149851799011,0,0.10550200194120407,0.9944149851799011,0,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.10550200194120407,0.9944149851799011,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.05621509999036789,0.9984130263328552,0,0.05621509999036789,0.9984130263328552,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.05621509999036789,0.9984130263328552,0,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0,1,0,0,1,0,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0,1,0,0.001373330014757812,0.9923400282859802,-0.12338600307703018,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,0.001373330014757812,0.9923400282859802,-0.12338600307703018,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,0.00009155549923889339,0.9957879781723022,0.09152500331401825,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.04995879903435707,0.9925839900970459,0.11072099953889847,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,0.04995879903435707,0.9925839900970459,0.11072099953889847,0,1,0,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,0,1,0,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.04855490103363991,0.9910280108451843,0.12430199980735779,0,1,0,-0.05621509999036789,0.9984130263328552,0,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.05621509999036789,0.9984130263328552,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.05621509999036789,0.9984130263328552,0,-0.10550200194120407,0.9944149851799011,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.10550200194120407,0.9944149851799011,0,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.10550200194120407,0.9944149851799011,0,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.01974550075829029,0.9936220049858093,-0.11096499860286713,0.01974550075829029,0.9936220049858093,-0.11096499860286713,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.01974550075829029,0.9936220049858093,-0.11096499860286713,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.010620400309562683,0.9959409832954407,-0.08935820311307907,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.010620400309562683,0.9959409832954407,-0.08935820311307907,0.002655110089108348,0.9994810223579407,-0.0314645990729332,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08978550136089325,0.9959409832954407,0,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.05621509999036789,0.9984130263328552,0,0,1,0,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.05621509999036789,0.9984130263328552,0,0,1,0,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08972439914941788,0.9959409832954407,0,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,0.08978550136089325,0.9959409832954407,0,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08838160336017609,0.9960629940032959,0.004089479800313711,-0.08972439914941788,0.9959409832954407,0,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08832059800624847,0.9960629940032959,-0.004089479800313711,-0.007080290000885725,0.9957879781723022,-0.09118930250406265,-0.01300089992582798,0.9958490133285522,-0.09002959728240967,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.01300089992582798,0.9958490133285522,-0.09002959728240967,-0.018707800656557083,0.9958490133285522,-0.08896149694919586,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.018707800656557083,0.9958490133285522,-0.08896149694919586,-0.025818699970841408,0.9961550235748291,-0.08362069725990295,-0.04269539937376976,0.9959719777107239,-0.07864619791507721,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.03482159972190857,0.9959409832954407,-0.08267460018396378,-0.03482159972190857,0.9959409832954407,-0.08267460018396378,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.025818699970841408,0.9961550235748291,-0.08362069725990295,-0.03482159972190857,0.9959409832954407,-0.08267460018396378,-0.025818699970841408,0.9961550235748291,-0.08362069725990295,0.006042660214006901,0.9999079704284668,0.01150550041347742,-0.0013122999807819724,0.9999690055847168,0.00036622199695557356,-0.061708398163318634,0.9960020184516907,-0.06442459672689438,-0.054322898387908936,0.9961850047111511,-0.06808680295944214,-0.054322898387908936,0.9961850047111511,-0.06808680295944214,-0.061708398163318634,0.9960020184516907,-0.06442459672689438,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.054322898387908936,0.9961850047111511,-0.06808680295944214,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.04968409985303879,0.9959719777107239,-0.07458720356225967,-0.04968409985303879,0.9959719777107239,-0.07458720356225967,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.04269539937376976,0.9959719777107239,-0.07864619791507721,-0.07284770160913467,0.9961850047111511,-0.047853000462055206,-0.00039674100116826594,0.9999690055847168,-0.0012512600515037775,-0.07821889966726303,0.9960330128669739,-0.04239020124077797,-0.061708398163318634,0.9960020184516907,-0.06442459672689438,-0.06671349704265594,0.9959719777107239,-0.05945010110735893,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.06671349704265594,0.9959719777107239,-0.05945010110735893,-0.07092499732971191,0.9959719777107239,-0.0546891987323761,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07092499732971191,0.9959719777107239,-0.0546891987323761,-0.07284770160913467,0.9961850047111511,-0.047853000462055206,-0.07284770160913467,0.9961850047111511,-0.047853000462055206,-0.07821889966726303,0.9960330128669739,-0.04239020124077797,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07821889966726303,0.9960330128669739,-0.04239020124077797,-0.08200319856405258,0.9960020184516907,-0.03488269820809364,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08200319856405258,0.9960020184516907,-0.03488269820809364,-0.08499400317668915,0.9959719777107239,-0.027802400290966034,-0.08499400317668915,0.9961550235748291,-0.020020099356770515,-0.0011596999829635024,0.9999690055847168,0.0013428099919110537,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.026795299723744392,0.9996340274810791,-0.002319409977644682,-0.08832059800624847,0.9960629940032959,-0.004089479800313711,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.08832059800624847,0.9960629940032959,-0.004089479800313711,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08499400317668915,0.9961550235748291,-0.020020099356770515,-0.08499400317668915,0.9961550235748291,-0.020020099356770515,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08499400317668915,0.9959719777107239,-0.027802400290966034,0.08969389647245407,0.9959409832954407,-0.0034180700313299894,0.08963289856910706,0.9959409832954407,-0.007019259966909885,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.08963289856910706,0.9959409832954407,-0.007019259966909885,0.08850370347499847,0.9959719777107239,-0.01345869991928339,-0.008850369602441788,0.9999390244483948,0.0031739200931042433,0.07544180005788803,0.9963380098342896,-0.03952150046825409,0.08236949890851974,0.9962159991264343,-0.026886800304055214,0.08236949890851974,0.9962159991264343,-0.026886800304055214,0.07544180005788803,0.9963380098342896,-0.03952150046825409,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.08236949890851974,0.9962159991264343,-0.026886800304055214,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.0874050036072731,0.9959719777107239,-0.019714999943971634,0.0874050036072731,0.9959719777107239,-0.019714999943971634,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.08850370347499847,0.9959719777107239,-0.01345869991928339,0.008056890219449997,0.9999390244483948,-0.006012150086462498,0.06085389852523804,0.9962459802627563,-0.06109809875488281,0.06927700340747833,0.9961550235748291,-0.05325480177998543,0.06927700340747833,0.9961550235748291,-0.05325480177998543,0.06085389852523804,0.9962459802627563,-0.06109809875488281,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.06927700340747833,0.9961550235748291,-0.05325480177998543,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.07483139634132385,0.9960330128669739,-0.047883499413728714,0.07483139634132385,0.9960330128669739,-0.047883499413728714,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.07544180005788803,0.9963380098342896,-0.03952150046825409,0.07483139634132385,0.9960330128669739,-0.047883499413728714,0.07544180005788803,0.9963380098342896,-0.03952150046825409,-0.0009460740257054567,0.9999690055847168,-0.00009155549923889339,-0.006775110028684139,0.9998779892921448,0.012482100166380405,0.03683580085635185,0.9962159991264343,-0.07834099978208542,0.04821920022368431,0.9961850047111511,-0.07229830324649811,0.04821920022368431,0.9961850047111511,-0.07229830324649811,0.03683580085635185,0.9962159991264343,-0.07834099978208542,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.04821920022368431,0.9961850047111511,-0.07229830324649811,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.05685599893331528,0.9960629940032959,-0.06762900203466415,0.05685599893331528,0.9960629940032959,-0.06762900203466415,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.06085389852523804,0.9962459802627563,-0.06109809875488281,0.05685599893331528,0.9960629940032959,-0.06762900203466415,0.06085389852523804,0.9962459802627563,-0.06109809875488281,0.0032654800452291965,0.9999690055847168,-0.0016479999758303165,-0.00027466699248179793,0.9999079704284668,-0.01135290041565895,0.010620400309562683,0.9959409832954407,-0.08935820311307907,0.01934869959950447,0.9960330128669739,-0.08673360198736191,0.01934869959950447,0.9960330128669739,-0.08673360198736191,0.010620400309562683,0.9959409832954407,-0.08935820311307907,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.01934869959950447,0.9960330128669739,-0.08673360198736191,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.029023099690675735,0.9960939884185791,-0.08310189843177795,0.029023099690675735,0.9960939884185791,-0.08310189843177795,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.03683580085635185,0.9962159991264343,-0.07834099978208542,0.029023099690675735,0.9960939884185791,-0.08310189843177795,0.03683580085635185,0.9962159991264343,-0.07834099978208542,-0.006469919811934233,0.9998779892921448,0.012268399819731712,0.00009155549923889339,0.9957879781723022,0.09152500331401825,0.0036622199695557356,0.9957879781723022,0.09140290319919586,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0036622199695557356,0.9957879781723022,0.09140290319919586,0.012482100166380405,0.9961550235748291,0.08655049651861191,0.038850098848342896,0.9963679909706116,0.07559440284967422,-0.006164739839732647,0.9999079704284668,-0.011566500179469585,0.0481887012720108,0.9960330128669739,0.07473979890346527,0.025727100670337677,0.9961550235748291,0.08368179947137833,-0.006622519809752703,0.9998779892921448,-0.012634700164198875,0.038850098848342896,0.9963679909706116,0.07559440284967422,0.025727100670337677,0.9961550235748291,0.08368179947137833,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.018555300310254097,0.9958490133285522,0.08902250230312347,0.018555300310254097,0.9958490133285522,0.08902250230312347,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.012482100166380405,0.9961550235748291,0.08655049651861191,0.018555300310254097,0.9958490133285522,0.08902250230312347,0.012482100166380405,0.9961550235748291,0.08655049651861191,0.001434369944036007,0.9998469948768616,0.017151400446891785,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.001678519998677075,0.9999690055847168,0.0015869600465521216,0.07770010083913803,0.9962459802627563,0.037629298865795135,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.002319409977644682,0.9999690055847168,0.0006103700143285096,0.061708398163318634,0.9960020184516907,0.06445509940385818,0.025727100670337677,0.9961550235748291,0.08368179947137833,0.038850098848342896,0.9963679909706116,0.07559440284967422,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.038850098848342896,0.9963679909706116,0.07559440284967422,0.0481887012720108,0.9960330128669739,0.07473979890346527,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0481887012720108,0.9960330128669739,0.07473979890346527,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.061708398163318634,0.9960020184516907,0.06445509940385818,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.061708398163318634,0.9960020184516907,0.06445509940385818,0.06671349704265594,0.9959719777107239,0.05948060005903244,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.06671349704265594,0.9959719777107239,0.05948060005903244,0.07095550000667572,0.9959719777107239,0.054719701409339905,-0.007171850185841322,0.9999690055847168,-0.002868739888072014,0.08188120275735855,0.9961550235748291,0.030274400487542152,0.07770010083913803,0.9962459802627563,0.037629298865795135,0.07770010083913803,0.9962459802627563,0.037629298865795135,0.08188120275735855,0.9961550235748291,0.030274400487542152,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07770010083913803,0.9962459802627563,0.037629298865795135,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07095550000667572,0.9959719777107239,0.054719701409339905,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.0011596999829635024,0.9999690055847168,-0.001373330014757812,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.02764979936182499,0.9996029734611511,0.0023804400116205215,0.08838160336017609,0.9960629940032959,0.004089479800313711,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.08838160336017609,0.9960629940032959,0.004089479800313711,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08188120275735855,0.9961550235748291,0.030274400487542152,0.008301029913127422,0.9999390244483948,-0.0032349599059671164,-0.07541120052337646,0.9963380098342896,0.03952150046825409,-0.08240000158548355,0.9962159991264343,0.02691729925572872,-0.08240000158548355,0.9962159991264343,0.02691729925572872,-0.07541120052337646,0.9963380098342896,0.03952150046825409,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.08240000158548355,0.9962159991264343,0.02691729925572872,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.0874050036072731,0.9959719777107239,0.019623400643467903,-0.0874050036072731,0.9959719777107239,0.019623400643467903,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.08450579643249512,0.9963380098342896,0.012665200047194958,-0.0874050036072731,0.9959719777107239,0.019623400643467903,-0.08450579643249512,0.9963380098342896,0.012665200047194958,-0.007019259966909885,0.9999690055847168,0.0007019260083325207,-0.007354959845542908,0.9999390244483948,0.005462809931486845,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.06927700340747833,0.9961550235748291,0.05322429910302162,-0.06927700340747833,0.9961550235748291,0.05322429910302162,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.06927700340747833,0.9961550235748291,0.05322429910302162,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.07483139634132385,0.9960330128669739,0.047883499413728714,-0.07483139634132385,0.9960330128669739,0.047883499413728714,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.07541120052337646,0.9963380098342896,0.03952150046825409,-0.07483139634132385,0.9960330128669739,0.047883499413728714,-0.07541120052337646,0.9963380098342896,0.03952150046825409,0.0010986699489876628,0.9999690055847168,0.00009155549923889339,0.006775110028684139,0.9998779892921448,-0.01254309993237257,-0.03683580085635185,0.9962159991264343,0.07834099978208542,-0.04824979975819588,0.9961850047111511,0.07229830324649811,-0.04824979975819588,0.9961850047111511,0.07229830324649811,-0.03683580085635185,0.9962159991264343,0.07834099978208542,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.04824979975819588,0.9961850047111511,0.07229830324649811,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.05685599893331528,0.9960629940032959,0.06762900203466415,-0.05685599893331528,0.9960629940032959,0.06762900203466415,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.05685599893331528,0.9960629940032959,0.06762900203466415,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.003295999951660633,0.9999690055847168,0.0016479999758303165,0,0.9999079704284668,0.01193269994109869,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.019318200647830963,0.9960330128669739,0.08676409721374512,-0.019318200647830963,0.9960330128669739,0.08676409721374512,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.019318200647830963,0.9960330128669739,0.08676409721374512,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.029023099690675735,0.9960939884185791,0.08310189843177795,-0.029023099690675735,0.9960939884185791,0.08310189843177795,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.03683580085635185,0.9962159991264343,0.07834099978208542,-0.029023099690675735,0.9960939884185791,0.08310189843177795,-0.03683580085635185,0.9962159991264343,0.07834099978208542,0.0065004401840269566,0.9998779892921448,-0.012268399819731712,-0.10550200194120407,0.9944149851799011,0,-0.05621509999036789,0.9984130263328552,0,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.05621509999036789,0.9984130263328552,0,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.00012207399413455278,0.9957879781723022,-0.09149450063705444,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.00012207399413455278,0.9957879781723022,-0.09149450063705444,-0.0036622199695557356,0.9957879781723022,-0.09134189784526825,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.0036622199695557356,0.9957879781723022,-0.09134189784526825,-0.007080290000885725,0.9957879781723022,-0.09118930250406265,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.11383400112390518,0.9934689998626709,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.11383400112390518,0.9934689998626709,0,0.09997860342264175,0.9949340224266052,-0.007538069970905781,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.09997860342264175,0.9949340224266052,-0.007538069970905781,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.09997860342264175,0.9949340224266052,-0.007538069970905781,0.08969389647245407,0.9959409832954407,-0.0034180700313299894,0.10550200194120407,0.9944149851799011,0,0.05621509999036789,0.9984130263328552,0,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.05621509999036789,0.9984130263328552,0,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.030060699209570885,0.9810479879379272,0.19125999510288239,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.11383400112390518,0.9934689998626709,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.11383400112390518,0.9934689998626709,0,-0.09994810074567795,0.9949340224266052,0.007538069970905781,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09994810074567795,0.9949340224266052,0.007538069970905781,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.09994810074567795,0.9949340224266052,0.007538069970905781,-0.08969389647245407,0.9959409832954407,0.0034180700313299894,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.08969389647245407,0.9959409832954407,0.0034180700313299894,-0.08450579643249512,0.9963380098342896,0.012665200047194958,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.004974519833922386,0.9711599946022034,0.2382889986038208,0.004974519833922386,0.9711599946022034,0.2382889986038208,0.030060699209570885,0.9810479879379272,0.19125999510288239,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,0.004974519833922386,0.9711599946022034,0.2382889986038208,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.0026856299955397844,0.9994810223579407,0.03152560070157051,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.10550200194120407,0.9944149851799011,0,0.10550200194120407,0.9944149851799011,0,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.10550200194120407,0.9944149851799011,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.05621509999036789,0.9984130263328552,0,0.05621509999036789,0.9984130263328552,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.05621509999036789,0.9984130263328552,0,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0,1,0,0,1,0,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0,1,0,0.001373330014757812,0.9923400282859802,-0.12338600307703018,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,0.001373330014757812,0.9923400282859802,-0.12338600307703018,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,0.00009155549923889339,0.9957879781723022,0.09152500331401825,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.04995879903435707,0.9925839900970459,0.11072099953889847,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,0.04995879903435707,0.9925839900970459,0.11072099953889847,0,1,0,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,0,1,0,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.04855490103363991,0.9910280108451843,0.12430199980735779,0,1,0,-0.05621509999036789,0.9984130263328552,0,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.05621509999036789,0.9984130263328552,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.05621509999036789,0.9984130263328552,0,-0.10550200194120407,0.9944149851799011,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.10550200194120407,0.9944149851799011,0,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.10550200194120407,0.9944149851799011,0,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.01974550075829029,0.9936220049858093,-0.11096499860286713,0.01974550075829029,0.9936220049858093,-0.11096499860286713,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.01974550075829029,0.9936220049858093,-0.11096499860286713,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.010620400309562683,0.9959409832954407,-0.08935820311307907,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.010620400309562683,0.9959409832954407,-0.08935820311307907,0.002655110089108348,0.9994810223579407,-0.0314645990729332,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08975490182638168,0.9959409832954407,0,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.05621509999036789,0.9984130263328552,0,0,1,0,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.05621509999036789,0.9984130263328552,0,0,1,0,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08972439914941788,0.9959409832954407,0,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,0.08975490182638168,0.9959409832954407,0,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08838160336017609,0.9960629940032959,0.004089479800313711,-0.08972439914941788,0.9959409832954407,0,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08832059800624847,0.9960629940032959,-0.004089479800313711,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.007416000124067068,0.9957879781723022,-0.09118930250406265,-0.01330609992146492,0.9958189725875854,-0.09002959728240967,-0.07284770160913467,0.9961850047111511,-0.047853000462055206,-0.0008239999879151583,0.9999690055847168,-0.0013428099919110537,-0.07821889966726303,0.9960330128669739,-0.04239020124077797,0.006622519809752703,0.9998779892921448,0.012207400053739548,-0.03482159972190857,0.9959409832954407,-0.08267460018396378,-0.025727100670337677,0.9961550235748291,-0.08359020203351974,-0.025727100670337677,0.9961550235748291,-0.08359020203351974,-0.03482159972190857,0.9959409832954407,-0.08267460018396378,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.025727100670337677,0.9961550235748291,-0.08359020203351974,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.01861630007624626,0.9958490133285522,-0.08896149694919586,-0.01861630007624626,0.9958490133285522,-0.08896149694919586,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.01330609992146492,0.9958189725875854,-0.09002959728240967,-0.06274610012769699,0.9962459802627563,-0.059328000992536545,-0.006805629935115576,0.9999390244483948,-0.005188149865716696,-0.06884980201721191,0.9960629940032959,-0.055452100932598114,-0.0543535016477108,0.9961850047111511,-0.06811729818582535,-0.0019837000872939825,0.9999690055847168,-0.00018311099847778678,-0.06274610012769699,0.9962459802627563,-0.059328000992536545,-0.03482159972190857,0.9959409832954407,-0.08267460018396378,-0.04269539937376976,0.9959719777107239,-0.07864619791507721,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.04269539937376976,0.9959719777107239,-0.07864619791507721,-0.04968409985303879,0.9959719777107239,-0.07461780309677124,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.04968409985303879,0.9959719777107239,-0.07461780309677124,-0.0543535016477108,0.9961850047111511,-0.06811729818582535,-0.0543535016477108,0.9961850047111511,-0.06811729818582535,-0.06274610012769699,0.9962459802627563,-0.059328000992536545,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.06274610012769699,0.9962459802627563,-0.059328000992536545,-0.06884980201721191,0.9960629940032959,-0.055452100932598114,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.06884980201721191,0.9960629940032959,-0.055452100932598114,-0.07284770160913467,0.9961850047111511,-0.047853000462055206,-0.07284770160913467,0.9961850047111511,-0.047853000462055206,-0.07821889966726303,0.9960330128669739,-0.04239020124077797,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07821889966726303,0.9960330128669739,-0.04239020124077797,-0.08200319856405258,0.9960020184516907,-0.03488269820809364,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08200319856405258,0.9960020184516907,-0.03488269820809364,-0.08499400317668915,0.9959719777107239,-0.027802400290966034,-0.08496350049972534,0.9961550235748291,-0.020020099356770515,0,0.9999690055847168,0.001434369944036007,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.02722249925136566,0.9996029734611511,-0.0023499298840761185,-0.08832059800624847,0.9960629940032959,-0.004089479800313711,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.08832059800624847,0.9960629940032959,-0.004089479800313711,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08496350049972534,0.9961550235748291,-0.020020099356770515,-0.08496350049972534,0.9961550235748291,-0.020020099356770515,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08499400317668915,0.9959719777107239,-0.027802400290966034,0.08969389647245407,0.9959409832954407,-0.0034180700313299894,0.08941920101642609,0.9959409832954407,-0.007019259966909885,0.07733389735221863,0.993071973323822,-0.0884120985865593,0.08941920101642609,0.9959409832954407,-0.007019259966909885,0.08832059800624847,0.9959719777107239,-0.01345869991928339,0.07733389735221863,0.993071973323822,-0.0884120985865593,0.07733389735221863,0.993071973323822,-0.0884120985865593,0.08832059800624847,0.9959719777107239,-0.01345869991928339,0.0873745009303093,0.9959719777107239,-0.019714999943971634,0.07733389735221863,0.993071973323822,-0.0884120985865593,0.0873745009303093,0.9959719777107239,-0.019714999943971634,0.08233889937400818,0.9962159991264343,-0.026886800304055214,0.07818839699029922,0.9960020184516907,-0.04290900006890297,0.07733389735221863,0.993071973323822,-0.0884120985865593,0.08148439973592758,0.9960020184516907,-0.03601180016994476,0.08148439973592758,0.9960020184516907,-0.03601180016994476,0.07733389735221863,0.993071973323822,-0.0884120985865593,0.08233889937400818,0.9962159991264343,-0.026886800304055214,0.08148439973592758,0.9960020184516907,-0.03601180016994476,0.08233889937400818,0.9962159991264343,-0.026886800304055214,-0.008789329789578915,0.9999390244483948,0.0032349599059671164,0.007354959845542908,0.9999390244483948,-0.005371259991079569,0.06613360345363617,0.9960020184516907,-0.059938400983810425,0.06927700340747833,0.9961550235748291,-0.05322429910302162,0.06927700340747833,0.9961550235748291,-0.05322429910302162,0.06613360345363617,0.9960020184516907,-0.059938400983810425,0.07733389735221863,0.993071973323822,-0.0884120985865593,0.06927700340747833,0.9961550235748291,-0.05322429910302162,0.07733389735221863,0.993071973323822,-0.0884120985865593,0.07480090111494064,0.9959719777107239,-0.049195799976587296,0.07480090111494064,0.9959719777107239,-0.049195799976587296,0.07733389735221863,0.993071973323822,-0.0884120985865593,0.07818839699029922,0.9960020184516907,-0.04290900006890297,0.06613360345363617,0.9960020184516907,-0.059938400983810425,0.06109809875488281,0.9959719777107239,-0.06521809846162796,0.07733389735221863,0.993071973323822,-0.0884120985865593,0.07733389735221863,0.993071973323822,-0.0884120985865593,0.06109809875488281,0.9959719777107239,-0.06521809846162796,0.05603199824690819,0.9959719777107239,-0.06991790235042572,0.07733389735221863,0.993071973323822,-0.0884120985865593,0.05603199824690819,0.9959719777107239,-0.06991790235042572,0.04821920022368431,0.9961850047111511,-0.07229830324649811,0.033936601132154465,0.9959409832954407,-0.08313240110874176,0.07733389735221863,0.993071973323822,-0.0884120985865593,0.041810400784015656,0.9960020184516907,-0.07885979861021042,0.041810400784015656,0.9960020184516907,-0.07885979861021042,0.07733389735221863,0.993071973323822,-0.0884120985865593,0.04821920022368431,0.9961850047111511,-0.07229830324649811,0.041810400784015656,0.9960020184516907,-0.07885979861021042,0.04821920022368431,0.9961850047111511,-0.07229830324649811,-0.006775110028684139,0.9998779892921448,0.01254309993237257,-0.00012207399413455278,0.9999079704284668,-0.012176900170743465,0.010620400309562683,0.9959110021591187,-0.08935820311307907,0.01934869959950447,0.9960330128669739,-0.08676409721374512,0.01934869959950447,0.9960330128669739,-0.08676409721374512,0.010620400309562683,0.9959110021591187,-0.08935820311307907,0.07733389735221863,0.993071973323822,-0.0884120985865593,0.01934869959950447,0.9960330128669739,-0.08676409721374512,0.07733389735221863,0.993071973323822,-0.0884120985865593,0.026337500661611557,0.9958800077438354,-0.08658099919557571,0.026337500661611557,0.9958800077438354,-0.08658099919557571,0.07733389735221863,0.993071973323822,-0.0884120985865593,0.033936601132154465,0.9959409832954407,-0.08313240110874176,0.00012207399413455278,0.9957879781723022,0.09152500331401825,0.0036927401088178158,0.9957879781723022,0.09140290319919586,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0036927401088178158,0.9957879781723022,0.09140290319919586,0.007080290000885725,0.9957879781723022,0.09125030040740967,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.0012512600515037775,0.9999690055847168,0.0015869600465521216,0.0782494992017746,0.9960020184516907,0.04242070019245148,0.007080290000885725,0.9957879781723022,0.09125030040740967,0.01300089992582798,0.9958189725875854,0.09009060263633728,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.01300089992582798,0.9958189725875854,0.09009060263633728,0.018707800656557083,0.9958189725875854,0.08908350020647049,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.018707800656557083,0.9958189725875854,0.08908350020647049,0.02578810043632984,0.9961550235748291,0.08371230214834213,0.04269539937376976,0.9959719777107239,0.07867670059204102,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.03482159972190857,0.9959409832954407,0.08270519971847534,0.03482159972190857,0.9959409832954407,0.08270519971847534,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.02578810043632984,0.9961550235748291,0.08371230214834213,0.03482159972190857,0.9959409832954407,0.08270519971847534,0.02578810043632984,0.9961550235748291,0.08371230214834213,-0.006836149841547012,0.9998779892921448,-0.012665200047194958,0.0019837000872939825,0.9999690055847168,0.00006103699706727639,0.061708398163318634,0.9960020184516907,0.06448560208082199,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.061708398163318634,0.9960020184516907,0.06448560208082199,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.04965360090136528,0.9959409832954407,0.07467880100011826,0.04965360090136528,0.9959409832954407,0.07467880100011826,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.04269539937376976,0.9959719777107239,0.07867670059204102,0.061708398163318634,0.9960020184516907,0.06448560208082199,0.06671349704265594,0.9959719777107239,0.05948060005903244,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.06671349704265594,0.9959719777107239,0.05948060005903244,0.07095550000667572,0.9959719777107239,0.054719701409339905,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07095550000667572,0.9959719777107239,0.054719701409339905,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.0011596999829635024,0.9999690055847168,-0.001373330014757812,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.0782494992017746,0.9960020184516907,0.04242070019245148,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0782494992017746,0.9960020184516907,0.04242070019245148,0.08203379809856415,0.9960020184516907,0.03491320088505745,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08203379809856415,0.9960020184516907,0.03491320088505745,0.08505509793758392,0.9959719777107239,0.027802400290966034,0.02743609994649887,0.9996029734611511,0.0023804400116205215,0.08838160336017609,0.9960629940032959,0.004089479800313711,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.08838160336017609,0.9960629940032959,0.004089479800313711,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08505509793758392,0.9959719777107239,0.027802400290966034,-0.08249150216579437,0.9962159991264343,0.02691729925572872,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.08749660104513168,0.9959409832954407,0.01965389959514141,-0.08749660104513168,0.9959409832954407,0.01965389959514141,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.08462779968976974,0.9963070154190063,0.012665200047194958,-0.08749660104513168,0.9959409832954407,0.01965389959514141,-0.08462779968976974,0.9963070154190063,0.012665200047194958,-0.009521770291030407,0.9999390244483948,0.0007019260083325207,-0.07821889966726303,0.9960020184516907,0.04290900006890297,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.08148439973592758,0.9960020184516907,0.03601180016994476,-0.08148439973592758,0.9960020184516907,0.03601180016994476,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.08249150216579437,0.9962159991264343,0.02691729925572872,-0.08148439973592758,0.9960020184516907,0.03601180016994476,-0.08249150216579437,0.9962159991264343,0.02691729925572872,0.009125029668211937,0.9999390244483948,-0.0032349599059671164,-0.007354959845542908,0.9999390244483948,0.005462809931486845,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.06924650073051453,0.9961550235748291,0.05322429910302162,-0.06924650073051453,0.9961550235748291,0.05322429910302162,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.06924650073051453,0.9961550235748291,0.05322429910302162,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.07480090111494064,0.9959719777107239,0.04916530102491379,-0.07480090111494064,0.9959719777107239,0.04916530102491379,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.07821889966726303,0.9960020184516907,0.04290900006890297,0.006775110028684139,0.9998779892921448,-0.01254309993237257,-0.03683580085635185,0.9962159991264343,0.07834099978208542,-0.04824979975819588,0.9961850047111511,0.07229830324649811,-0.04824979975819588,0.9961850047111511,0.07229830324649811,-0.03683580085635185,0.9962159991264343,0.07834099978208542,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.04824979975819588,0.9961850047111511,0.07229830324649811,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.05685599893331528,0.9960629940032959,0.06762900203466415,-0.05685599893331528,0.9960629940032959,0.06762900203466415,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.05685599893331528,0.9960629940032959,0.06762900203466415,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.0032349599059671164,0.9999690055847168,0.0015869600465521216,0.00027466699248179793,0.9999390244483948,0.010864599607884884,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.019318200647830963,0.9960330128669739,0.08673360198736191,-0.019318200647830963,0.9960330128669739,0.08673360198736191,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.019318200647830963,0.9960330128669739,0.08673360198736191,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.029023099690675735,0.9960939884185791,0.08310189843177795,-0.029023099690675735,0.9960939884185791,0.08310189843177795,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.03683580085635185,0.9962159991264343,0.07834099978208542,-0.029023099690675735,0.9960939884185791,0.08310189843177795,-0.03683580085635185,0.9962159991264343,0.07834099978208542,0.0065004401840269566,0.9998779892921448,-0.012268399819731712,-0.10550200194120407,0.9944149851799011,0,-0.05621509999036789,0.9984130263328552,0,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.05621509999036789,0.9984130263328552,0,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.00009155549923889339,0.9957879781723022,-0.09149450063705444,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.00009155549923889339,0.9957879781723022,-0.09149450063705444,-0.0036622199695557356,0.9957879781723022,-0.09134189784526825,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.0036622199695557356,0.9957879781723022,-0.09134189784526825,-0.007416000124067068,0.9957879781723022,-0.09118930250406265,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.11383400112390518,0.9934689998626709,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.11383400112390518,0.9934689998626709,0,0.09997860342264175,0.9949340224266052,-0.007538069970905781,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.07733389735221863,0.993071973323822,-0.0884120985865593,0.07733389735221863,0.993071973323822,-0.0884120985865593,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.09997860342264175,0.9949340224266052,-0.007538069970905781,0.07733389735221863,0.993071973323822,-0.0884120985865593,0.09997860342264175,0.9949340224266052,-0.007538069970905781,0.08969389647245407,0.9959409832954407,-0.0034180700313299894,0.10550200194120407,0.9944149851799011,0,0.05621509999036789,0.9984130263328552,0,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.05621509999036789,0.9984130263328552,0,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.030060699209570885,0.9810479879379272,0.19125999510288239,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.11383400112390518,0.9934689998626709,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.11383400112390518,0.9934689998626709,0,-0.09994810074567795,0.9949340224266052,0.007538069970905781,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09994810074567795,0.9949340224266052,0.007538069970905781,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.09994810074567795,0.9949340224266052,0.007538069970905781,-0.08966340124607086,0.9959409832954407,0.0034180700313299894,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.08966340124607086,0.9959409832954407,0.0034180700313299894,-0.08462779968976974,0.9963070154190063,0.012665200047194958,0.033539801836013794,0.9858999848365784,0.1638839989900589,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.00494399992749095,0.9711599946022034,0.2382889986038208,0.00494399992749095,0.9711599946022034,0.2382889986038208,0.030060699209570885,0.9810479879379272,0.19125999510288239,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,0.00494399992749095,0.9711599946022034,0.2382889986038208,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.07736440002918243,0.993071973323822,0.0884120985865593,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.0026856299955397844,0.9994810223579407,0.031189899891614914,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.10550200194120407,0.9944149851799011,0,0.10550200194120407,0.9944149851799011,0,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.10550200194120407,0.9944149851799011,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.05621509999036789,0.9984130263328552,0,0.05621509999036789,0.9984130263328552,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.05621509999036789,0.9984130263328552,0,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0,1,0,0,1,0,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0,1,0,0.001373330014757812,0.9923400282859802,-0.12338600307703018,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,0.001373330014757812,0.9923400282859802,-0.12338600307703018,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,0.00012207399413455278,0.9957879781723022,0.09152500331401825,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.033539801836013794,0.9858999848365784,0.1638839989900589,0.033539801836013794,0.9858999848365784,0.1638839989900589,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.033539801836013794,0.9858999848365784,0.1638839989900589,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.04995879903435707,0.9925839900970459,0.11072099953889847,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,0.04995879903435707,0.9925839900970459,0.11072099953889847,0,1,0,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,0,1,0,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.04855490103363991,0.9910280108451843,0.12430199980735779,0,1,0,-0.05621509999036789,0.9984130263328552,0,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.05621509999036789,0.9984130263328552,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.05621509999036789,0.9984130263328552,0,-0.10550200194120407,0.9944149851799011,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.10550200194120407,0.9944149851799011,0,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.10550200194120407,0.9944149851799011,0,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.019714999943971634,0.9936220049858093,-0.11096499860286713,0.019714999943971634,0.9936220049858093,-0.11096499860286713,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.07733389735221863,0.993071973323822,-0.0884120985865593,0.019714999943971634,0.9936220049858093,-0.11096499860286713,0.07733389735221863,0.993071973323822,-0.0884120985865593,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.07733389735221863,0.993071973323822,-0.0884120985865593,0.010620400309562683,0.9959110021591187,-0.08935820311307907,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.010620400309562683,0.9959110021591187,-0.08935820311307907,0.0026856299955397844,0.9994810223579407,-0.0313120000064373,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08978550136089325,0.9959409832954407,0,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.05621509999036789,0.9984130263328552,0,0,1,0,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.05621509999036789,0.9984130263328552,0,0,1,0,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08972439914941788,0.9959409832954407,0,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,0.08978550136089325,0.9959409832954407,0,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08838160336017609,0.9960629940032959,0.004089479800313711,-0.08972439914941788,0.9959409832954407,0,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08832059800624847,0.9960629940032959,-0.004089479800313711,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.007416000124067068,0.9957879781723022,-0.09118930250406265,-0.01330609992146492,0.9958189725875854,-0.09002959728240967,0.006622519809752703,0.9998779892921448,0.012207400053739548,-0.038850098848342896,0.9963679909706116,-0.07553330063819885,-0.02548299916088581,0.9961550235748291,-0.08362069725990295,-0.02548299916088581,0.9961550235748291,-0.08362069725990295,-0.038850098848342896,0.9963679909706116,-0.07553330063819885,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.02548299916088581,0.9961550235748291,-0.08362069725990295,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.01834160089492798,0.9958490133285522,-0.08896149694919586,-0.01834160089492798,0.9958490133285522,-0.08896149694919586,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.01330609992146492,0.9958189725875854,-0.09002959728240967,-0.08496350049972534,0.9961550235748291,-0.020020099356770515,0,0.9999690055847168,0.001434369944036007,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.07284770160913467,0.9961850047111511,-0.047853000462055206,-0.0008239999879151583,0.9999690055847168,-0.0013428099919110537,-0.07821889966726303,0.9960330128669739,-0.04239020124077797,-0.0019837000872939825,0.9999690055847168,-0.00018311099847778678,-0.061708398163318634,0.9960020184516907,-0.06442459672689438,-0.0543535016477108,0.9961850047111511,-0.06811729818582535,-0.0543535016477108,0.9961850047111511,-0.06811729818582535,-0.061708398163318634,0.9960020184516907,-0.06442459672689438,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.0543535016477108,0.9961850047111511,-0.06811729818582535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.04824979975819588,0.9960330128669739,-0.07464829832315445,-0.04824979975819588,0.9960330128669739,-0.07464829832315445,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.038850098848342896,0.9963679909706116,-0.07553330063819885,-0.04824979975819588,0.9960330128669739,-0.07464829832315445,-0.038850098848342896,0.9963679909706116,-0.07553330063819885,0.006256289780139923,0.9999079704284668,0.011627599596977234,-0.061708398163318634,0.9960020184516907,-0.06442459672689438,-0.06668289750814438,0.9959719777107239,-0.05945010110735893,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.06668289750814438,0.9959719777107239,-0.05945010110735893,-0.07092499732971191,0.9959719777107239,-0.0546891987323761,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07092499732971191,0.9959719777107239,-0.0546891987323761,-0.07284770160913467,0.9961850047111511,-0.047853000462055206,-0.07284770160913467,0.9961850047111511,-0.047853000462055206,-0.07821889966726303,0.9960330128669739,-0.04239020124077797,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07821889966726303,0.9960330128669739,-0.04239020124077797,-0.08200319856405258,0.9960020184516907,-0.03488269820809364,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08200319856405258,0.9960020184516907,-0.03488269820809364,-0.08499400317668915,0.9959719777107239,-0.027802400290966034,-0.0270089004188776,0.9996029734611511,-0.0023499298840761185,-0.08832059800624847,0.9960629940032959,-0.004089479800313711,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.08832059800624847,0.9960629940032959,-0.004089479800313711,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08496350049972534,0.9961550235748291,-0.020020099356770515,-0.08496350049972534,0.9961550235748291,-0.020020099356770515,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08499400317668915,0.9959719777107239,-0.027802400290966034,0.08969389647245407,0.9959409832954407,-0.0034180700313299894,0.08456680178642273,0.9963070154190063,-0.012665200047194958,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.08240000158548355,0.9962159991264343,-0.02691729925572872,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.0874050036072731,0.9959719777107239,-0.019623400643467903,0.0874050036072731,0.9959719777107239,-0.019623400643467903,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.08456680178642273,0.9963070154190063,-0.012665200047194958,0.0874050036072731,0.9959719777107239,-0.019623400643467903,0.08456680178642273,0.9963070154190063,-0.012665200047194958,0.008606219664216042,0.9999390244483948,-0.0007019260083325207,0.07818839699029922,0.9960020184516907,-0.04290900006890297,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.08148439973592758,0.9960020184516907,-0.03601180016994476,0.08148439973592758,0.9960020184516907,-0.03601180016994476,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.08240000158548355,0.9962159991264343,-0.02691729925572872,0.08148439973592758,0.9960020184516907,-0.03601180016994476,0.08240000158548355,0.9962159991264343,-0.02691729925572872,-0.008911400102078915,0.9999390244483948,0.0032349599059671164,0.007354959845542908,0.9999390244483948,-0.005371259991079569,0.06085389852523804,0.9962459802627563,-0.06109809875488281,0.06927700340747833,0.9961550235748291,-0.05322429910302162,0.06927700340747833,0.9961550235748291,-0.05322429910302162,0.06085389852523804,0.9962459802627563,-0.06109809875488281,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.06927700340747833,0.9961550235748291,-0.05322429910302162,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.07480090111494064,0.9959719777107239,-0.049195799976587296,0.07480090111494064,0.9959719777107239,-0.049195799976587296,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.07818839699029922,0.9960020184516907,-0.04290900006890297,-0.006775110028684139,0.9998779892921448,0.012512600049376488,0.03683580085635185,0.9962159991264343,-0.07834099978208542,0.04821920022368431,0.9961850047111511,-0.07229830324649811,0.04821920022368431,0.9961850047111511,-0.07229830324649811,0.03683580085635185,0.9962159991264343,-0.07834099978208542,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.04821920022368431,0.9961850047111511,-0.07229830324649811,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.05685599893331528,0.9960629940032959,-0.06762900203466415,0.05685599893331528,0.9960629940032959,-0.06762900203466415,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.06085389852523804,0.9962459802627563,-0.06109809875488281,0.05685599893331528,0.9960629940032959,-0.06762900203466415,0.06085389852523804,0.9962459802627563,-0.06109809875488281,0.00320443999953568,0.9999690055847168,-0.0014954099897295237,-0.00012207399413455278,0.9999079704284668,-0.012207400053739548,0.01065099984407425,0.9959110021591187,-0.08935820311307907,0.01934869959950447,0.9960330128669739,-0.08676409721374512,0.01934869959950447,0.9960330128669739,-0.08676409721374512,0.01065099984407425,0.9959110021591187,-0.08935820311307907,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.01934869959950447,0.9960330128669739,-0.08676409721374512,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.029023099690675735,0.9960939884185791,-0.08310189843177795,0.029023099690675735,0.9960939884185791,-0.08310189843177795,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.03683580085635185,0.9962159991264343,-0.07834099978208542,0.029023099690675735,0.9960939884185791,-0.08310189843177795,0.03683580085635185,0.9962159991264343,-0.07834099978208542,-0.006469919811934233,0.9998779892921448,0.01223789993673563,0.00009155549923889339,0.9957879781723022,0.09152500331401825,0.0036622199695557356,0.9957879781723022,0.09140290319919586,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0036622199695557356,0.9957879781723022,0.09140290319919586,0.007354959845542908,0.9957879781723022,0.09125030040740967,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.002655110089108348,0.9999690055847168,0.0006103700143285096,0.0627766028046608,0.9962459802627563,0.05935849994421005,0.02578810043632984,0.9961550235748291,0.08368179947137833,-0.006622519809752703,0.9998779892921448,-0.012665200047194958,0.03482159972190857,0.9959409832954407,0.08270519971847534,0.007354959845542908,0.9957879781723022,0.09125030040740967,0.013244999572634697,0.9958189725875854,0.09009060263633728,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.013244999572634697,0.9958189725875854,0.09009060263633728,0.018707800656557083,0.9958490133285522,0.08905299752950668,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.018707800656557083,0.9958490133285522,0.08905299752950668,0.02578810043632984,0.9961550235748291,0.08368179947137833,0.02578810043632984,0.9961550235748291,0.08368179947137833,0.03482159972190857,0.9959409832954407,0.08270519971847534,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.03482159972190857,0.9959409832954407,0.08270519971847534,0.04269539937376976,0.9959719777107239,0.07867670059204102,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.04269539937376976,0.9959719777107239,0.07867670059204102,0.04965360090136528,0.9959409832954407,0.07467880100011826,0.006622519809752703,0.9999390244483948,0.00494399992749095,0.06884980201721191,0.9960629940032959,0.05548259988427162,0.0627766028046608,0.9962459802627563,0.05935849994421005,0.0627766028046608,0.9962459802627563,0.05935849994421005,0.06884980201721191,0.9960629940032959,0.05548259988427162,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0627766028046608,0.9962459802627563,0.05935849994421005,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.04965360090136528,0.9959409832954407,0.07467880100011826,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.0011596999829635024,0.9999690055847168,-0.001373330014757812,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.0012512600515037775,0.9999690055847168,0.0015869600465521216,0.07770010083913803,0.9962459802627563,0.037629298865795135,-0.007324439939111471,0.9999390244483948,-0.002899260027334094,0.08188120275735855,0.9961550235748291,0.030274400487542152,0.07770010083913803,0.9962459802627563,0.037629298865795135,0.07770010083913803,0.9962459802627563,0.037629298865795135,0.08188120275735855,0.9961550235748291,0.030274400487542152,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07770010083913803,0.9962459802627563,0.037629298865795135,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.06884980201721191,0.9960629940032959,0.05548259988427162,0.02743609994649887,0.9996029734611511,0.0023804400116205215,0.08838160336017609,0.9960629940032959,0.004089479800313711,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.08838160336017609,0.9960629940032959,0.004089479800313711,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08188120275735855,0.9961550235748291,0.030274400487542152,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.08954130113124847,0.9959409832954407,0.007019259966909885,-0.0884426012635231,0.9959719777107239,0.01345869991928339,0.008850369602441788,0.9999390244483948,-0.0032349599059671164,-0.07541120052337646,0.9963380098342896,0.03952150046825409,-0.08240000158548355,0.9962159991264343,0.02691729925572872,-0.08240000158548355,0.9962159991264343,0.02691729925572872,-0.07541120052337646,0.9963380098342896,0.03952150046825409,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.08240000158548355,0.9962159991264343,0.02691729925572872,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.08743549883365631,0.9959719777107239,0.019714999943971634,-0.08743549883365631,0.9959719777107239,0.019714999943971634,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.0884426012635231,0.9959719777107239,0.01345869991928339,-0.0073854802176356316,0.9999390244483948,0.0054933298379182816,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.06927700340747833,0.9961550235748291,0.05322429910302162,-0.06927700340747833,0.9961550235748291,0.05322429910302162,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.06927700340747833,0.9961550235748291,0.05322429910302162,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.07483139634132385,0.9960330128669739,0.047883499413728714,-0.07483139634132385,0.9960330128669739,0.047883499413728714,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.07541120052337646,0.9963380098342896,0.03952150046825409,-0.07483139634132385,0.9960330128669739,0.047883499413728714,-0.07541120052337646,0.9963380098342896,0.03952150046825409,0.001129179960116744,0.9999690055847168,0.00009155549923889339,0.006775110028684139,0.9998779892921448,-0.012512600049376488,-0.03683580085635185,0.9962159991264343,0.07834099978208542,-0.04821920022368431,0.9961850047111511,0.07229830324649811,-0.04821920022368431,0.9961850047111511,0.07229830324649811,-0.03683580085635185,0.9962159991264343,0.07834099978208542,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.04821920022368431,0.9961850047111511,0.07229830324649811,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.05685599893331528,0.9960629940032959,0.06762900203466415,-0.05685599893331528,0.9960629940032959,0.06762900203466415,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.05685599893331528,0.9960629940032959,0.06762900203466415,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.0032349599059671164,0.9999690055847168,0.0016479999758303165,0.00012207399413455278,0.9999079704284668,0.011902200058102608,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.019318200647830963,0.9960330128669739,0.08676409721374512,-0.019318200647830963,0.9960330128669739,0.08676409721374512,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.019318200647830963,0.9960330128669739,0.08676409721374512,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.029023099690675735,0.9960939884185791,0.08310189843177795,-0.029023099690675735,0.9960939884185791,0.08310189843177795,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.03683580085635185,0.9962159991264343,0.07834099978208542,-0.029023099690675735,0.9960939884185791,0.08310189843177795,-0.03683580085635185,0.9962159991264343,0.07834099978208542,0.006469919811934233,0.9998779892921448,-0.012268399819731712,-0.10550200194120407,0.9944149851799011,0,-0.05621509999036789,0.9984130263328552,0,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.05621509999036789,0.9984130263328552,0,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.00009155549923889339,0.9957879781723022,-0.09149450063705444,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.00009155549923889339,0.9957879781723022,-0.09149450063705444,-0.0036622199695557356,0.9957879781723022,-0.09134189784526825,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.0036622199695557356,0.9957879781723022,-0.09134189784526825,-0.007416000124067068,0.9957879781723022,-0.09118930250406265,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.11383400112390518,0.9934689998626709,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.11383400112390518,0.9934689998626709,0,0.09994810074567795,0.9949340224266052,-0.007538069970905781,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.09994810074567795,0.9949340224266052,-0.007538069970905781,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.09994810074567795,0.9949340224266052,-0.007538069970905781,0.08969389647245407,0.9959409832954407,-0.0034180700313299894,0.10550200194120407,0.9944149851799011,0,0.05621509999036789,0.9984130263328552,0,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.05621509999036789,0.9984130263328552,0,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.030060699209570885,0.9810479879379272,0.19125999510288239,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.11383400112390518,0.9934689998626709,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.11383400112390518,0.9934689998626709,0,-0.09994810074567795,0.9949340224266052,0.007538069970905781,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09994810074567795,0.9949340224266052,0.007538069970905781,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.09994810074567795,0.9949340224266052,0.007538069970905781,-0.08966340124607086,0.9959409832954407,0.0034180700313299894,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.08966340124607086,0.9959409832954407,0.0034180700313299894,-0.08954130113124847,0.9959409832954407,0.007019259966909885,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.004974519833922386,0.9711599946022034,0.2382889986038208,0.004974519833922386,0.9711599946022034,0.2382889986038208,0.030060699209570885,0.9810479879379272,0.19125999510288239,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,0.004974519833922386,0.9711599946022034,0.2382889986038208,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.0026856299955397844,0.9994810223579407,0.031495101749897,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.10550200194120407,0.9944149851799011,0,0.10550200194120407,0.9944149851799011,0,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.10550200194120407,0.9944149851799011,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.05621509999036789,0.9984130263328552,0,0.05621509999036789,0.9984130263328552,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.05621509999036789,0.9984130263328552,0,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0,1,0,0,1,0,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0,1,0,0.001373330014757812,0.9923400282859802,-0.12338600307703018,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,0.001373330014757812,0.9923400282859802,-0.12338600307703018,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,0.00009155549923889339,0.9957879781723022,0.09152500331401825,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.04995879903435707,0.9925839900970459,0.11072099953889847,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,0.04995879903435707,0.9925839900970459,0.11072099953889847,0,1,0,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,0,1,0,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.04855490103363991,0.9910280108451843,0.12430199980735779,0,1,0,-0.05621509999036789,0.9984130263328552,0,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.05621509999036789,0.9984130263328552,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.05621509999036789,0.9984130263328552,0,-0.10550200194120407,0.9944149851799011,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.10550200194120407,0.9944149851799011,0,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.10550200194120407,0.9944149851799011,0,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.019714999943971634,0.9936220049858093,-0.11096499860286713,0.019714999943971634,0.9936220049858093,-0.11096499860286713,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.019714999943971634,0.9936220049858093,-0.11096499860286713,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.07736440002918243,0.9930419921875,-0.0884120985865593,0.01065099984407425,0.9959110021591187,-0.08935820311307907,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.01065099984407425,0.9959110021591187,-0.08935820311307907,0.0026856299955397844,0.9994810223579407,-0.0313120000064373,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08978550136089325,0.9959409832954407,0,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.05621509999036789,0.9984130263328552,0,0,1,0,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.05621509999036789,0.9984130263328552,0,0,1,0,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08972439914941788,0.9959409832954407,0,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,0.08978550136089325,0.9959409832954407,0,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08838160336017609,0.9960629940032959,0.004089479800313711,-0.08972439914941788,0.9959409832954407,0,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08832059800624847,0.9960629940032959,-0.004089479800313711,-0.0013122999807819724,0.9998469948768616,-0.017273500561714172,-0.018280599266290665,0.9958490133285522,-0.08899199962615967,-0.012482100166380405,0.9961550235748291,-0.08648949861526489,-0.012482100166380405,0.9961550235748291,-0.08648949861526489,-0.018280599266290665,0.9958490133285522,-0.08899199962615967,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07287819683551788,0.9961850047111511,-0.047883499413728714,-0.0008239999879151583,0.9999690055847168,-0.0013428099919110537,-0.07766959816217422,0.9962459802627563,-0.037629298865795135,-0.02548299916088581,0.9961550235748291,-0.08365119993686676,0.006622519809752703,0.9998779892921448,0.012207400053739548,-0.038850098848342896,0.9963679909706116,-0.07553330063819885,0.006286810152232647,0.9999079704284668,0.011627599596977234,-0.04824979975819588,0.9960330128669739,-0.07464829832315445,-0.038850098848342896,0.9963679909706116,-0.07553330063819885,-0.038850098848342896,0.9963679909706116,-0.07553330063819885,-0.04824979975819588,0.9960330128669739,-0.07464829832315445,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.038850098848342896,0.9963679909706116,-0.07553330063819885,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.02548299916088581,0.9961550235748291,-0.08365119993686676,-0.02548299916088581,0.9961550235748291,-0.08365119993686676,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.018280599266290665,0.9958490133285522,-0.08899199962615967,-0.0543535016477108,0.9961850047111511,-0.06811729818582535,-0.0019837000872939825,0.9999690055847168,-0.00018311099847778678,-0.06274610012769699,0.9962459802627563,-0.059328000992536545,-0.006805629935115576,0.9999390244483948,-0.005188149865716696,-0.06884980201721191,0.9960629940032959,-0.055452100932598114,-0.06274610012769699,0.9962459802627563,-0.059328000992536545,-0.06274610012769699,0.9962459802627563,-0.059328000992536545,-0.06884980201721191,0.9960629940032959,-0.055452100932598114,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.06274610012769699,0.9962459802627563,-0.059328000992536545,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.0543535016477108,0.9961850047111511,-0.06811729818582535,-0.0543535016477108,0.9961850047111511,-0.06811729818582535,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.04824979975819588,0.9960330128669739,-0.07464829832315445,0.007324439939111471,0.9999390244483948,0.002899260027334094,-0.08182010054588318,0.9961550235748291,-0.030274400487542152,-0.07766959816217422,0.9962459802627563,-0.037629298865795135,-0.07766959816217422,0.9962459802627563,-0.037629298865795135,-0.08182010054588318,0.9961550235748291,-0.030274400487542152,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07766959816217422,0.9962459802627563,-0.037629298865795135,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07287819683551788,0.9961850047111511,-0.047883499413728714,-0.07287819683551788,0.9961850047111511,-0.047883499413728714,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.06884980201721191,0.9960629940032959,-0.055452100932598114,-0.08496350049972534,0.9961550235748291,-0.020020099356770515,0,0.9999690055847168,0.001434369944036007,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.0270089004188776,0.9996029734611511,-0.0023499298840761185,-0.08832059800624847,0.9960629940032959,-0.004089479800313711,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.08832059800624847,0.9960629940032959,-0.004089479800313711,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08496350049972534,0.9961550235748291,-0.020020099356770515,-0.08496350049972534,0.9961550235748291,-0.020020099356770515,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08182010054588318,0.9961550235748291,-0.030274400487542152,0.08969389647245407,0.9959409832954407,-0.0034180700313299894,0.08957179635763168,0.9959409832954407,-0.007019259966909885,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.08957179635763168,0.9959409832954407,-0.007019259966909885,0.08847320079803467,0.9959719777107239,-0.01345869991928339,0.06085389852523804,0.9962459802627563,-0.06109809875488281,0.00320443999953568,0.9999690055847168,-0.0014954099897295237,0.05685599893331528,0.9960629940032959,-0.06762900203466415,-0.008850369602441788,0.9999390244483948,0.0032349599059671164,0.08148439973592758,0.9960020184516907,-0.03601180016994476,0.08236949890851974,0.9962159991264343,-0.02691729925572872,0.08236949890851974,0.9962159991264343,-0.02691729925572872,0.08148439973592758,0.9960020184516907,-0.03601180016994476,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.08236949890851974,0.9962159991264343,-0.02691729925572872,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.0874050036072731,0.9959719777107239,-0.01974550075829029,0.0874050036072731,0.9959719777107239,-0.01974550075829029,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.08847320079803467,0.9959719777107239,-0.01345869991928339,0.06927700340747833,0.9961550235748291,-0.05322429910302162,0.007354959845542908,0.9999390244483948,-0.005371259991079569,0.06085389852523804,0.9962459802627563,-0.06109809875488281,0.08148439973592758,0.9960020184516907,-0.03601180016994476,0.07818839699029922,0.9960020184516907,-0.04290900006890297,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07818839699029922,0.9960020184516907,-0.04290900006890297,0.07480090111494064,0.9959719777107239,-0.049195799976587296,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07480090111494064,0.9959719777107239,-0.049195799976587296,0.06927700340747833,0.9961550235748291,-0.05322429910302162,0.06927700340747833,0.9961550235748291,-0.05322429910302162,0.06085389852523804,0.9962459802627563,-0.06109809875488281,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.06085389852523804,0.9962459802627563,-0.06109809875488281,0.05685599893331528,0.9960629940032959,-0.06762900203466415,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.05685599893331528,0.9960629940032959,-0.06762900203466415,0.04821920022368431,0.9961850047111511,-0.07229830324649811,0.03396710008382797,0.9959409832954407,-0.08313240110874176,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.041810400784015656,0.9960020184516907,-0.07885979861021042,0.041810400784015656,0.9960020184516907,-0.07885979861021042,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.04821920022368431,0.9961850047111511,-0.07229830324649811,0.041810400784015656,0.9960020184516907,-0.07885979861021042,0.04821920022368431,0.9961850047111511,-0.07229830324649811,-0.006775110028684139,0.9998779892921448,0.012512600049376488,-0.00012207399413455278,0.9999079704284668,-0.012176900170743465,0.01065099984407425,0.9959110021591187,-0.08935820311307907,0.01934869959950447,0.9960330128669739,-0.08676409721374512,0.01934869959950447,0.9960330128669739,-0.08676409721374512,0.01065099984407425,0.9959110021591187,-0.08935820311307907,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.01934869959950447,0.9960330128669739,-0.08676409721374512,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.026337500661611557,0.9958800077438354,-0.08658099919557571,0.026337500661611557,0.9958800077438354,-0.08658099919557571,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.03396710008382797,0.9959409832954407,-0.08313240110874176,0.0627766028046608,0.9962459802627563,0.05935849994421005,0.00656147999688983,0.9999390244483948,0.00494399992749095,0.06884980201721191,0.9960629940032959,0.05548259988427162,0.00009155549923889339,0.9957879781723022,0.09152500331401825,0.0036622199695557356,0.9957879781723022,0.09140290319919586,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0036622199695557356,0.9957879781723022,0.09140290319919586,0.007446520030498505,0.9957879781723022,0.09128089994192123,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.007446520030498505,0.9957879781723022,0.09128089994192123,0.01330609992146492,0.9958189725875854,0.09012120217084885,-0.006622519809752703,0.9998779892921448,-0.012665200047194958,0.03482159972190857,0.9959409832954407,0.08270519971847534,0.025727100670337677,0.9961550235748291,0.08365119993686676,0.025727100670337677,0.9961550235748291,0.08365119993686676,0.03482159972190857,0.9959409832954407,0.08270519971847534,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.025727100670337677,0.9961550235748291,0.08365119993686676,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.01864680089056492,0.9958490133285522,0.08902250230312347,0.01864680089056492,0.9958490133285522,0.08902250230312347,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.01330609992146492,0.9958189725875854,0.09012120217084885,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.0026856299955397844,0.9999690055847168,0.0006408889894373715,0.0627766028046608,0.9962459802627563,0.05935849994421005,0.03482159972190857,0.9959409832954407,0.08270519971847534,0.04269539937376976,0.9959719777107239,0.07867670059204102,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.04269539937376976,0.9959719777107239,0.07867670059204102,0.049623098224401474,0.9959409832954407,0.07467880100011826,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.049623098224401474,0.9959409832954407,0.07467880100011826,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.0011596999829635024,0.9999690055847168,-0.001373330014757812,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.0012512600515037775,0.9999690055847168,0.0015869600465521216,0.0782494992017746,0.9960020184516907,0.04239020124077797,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.0627766028046608,0.9962459802627563,0.05935849994421005,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0627766028046608,0.9962459802627563,0.05935849994421005,0.06884980201721191,0.9960629940032959,0.05548259988427162,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.06884980201721191,0.9960629940032959,0.05548259988427162,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.0782494992017746,0.9960020184516907,0.04239020124077797,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0782494992017746,0.9960020184516907,0.04239020124077797,0.08203379809856415,0.9960020184516907,0.03488269820809364,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08203379809856415,0.9960020184516907,0.03488269820809364,0.08505509793758392,0.9959719777107239,0.027802400290966034,0.02743609994649887,0.9996029734611511,0.0023804400116205215,0.08838160336017609,0.9960629940032959,0.004089479800313711,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.08838160336017609,0.9960629940032959,0.004089479800313711,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08505509793758392,0.9959719777107239,0.027802400290966034,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.08963289856910706,0.9959409832954407,0.007049779873341322,-0.08853419870138168,0.9959719777107239,0.01345869991928339,0.008850369602441788,0.9999390244483948,-0.0032349599059671164,-0.07541120052337646,0.9963380098342896,0.03952150046825409,-0.08230839669704437,0.9962159991264343,0.026886800304055214,-0.08230839669704437,0.9962159991264343,0.026886800304055214,-0.07541120052337646,0.9963380098342896,0.03952150046825409,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.08230839669704437,0.9962159991264343,0.026886800304055214,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.08734399825334549,0.9959719777107239,0.019714999943971634,-0.08734399825334549,0.9959719777107239,0.019714999943971634,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.08853419870138168,0.9959719777107239,0.01345869991928339,-0.0073854802176356316,0.9999390244483948,0.0054933298379182816,-0.06613360345363617,0.9960020184516907,0.05996889993548393,-0.06927700340747833,0.9961550235748291,0.05322429910302162,-0.06927700340747833,0.9961550235748291,0.05322429910302162,-0.06613360345363617,0.9960020184516907,0.05996889993548393,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.06927700340747833,0.9961550235748291,0.05322429910302162,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.07483139634132385,0.9960330128669739,0.047883499413728714,-0.07483139634132385,0.9960330128669739,0.047883499413728714,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.07541120052337646,0.9963380098342896,0.03952150046825409,-0.07483139634132385,0.9960330128669739,0.047883499413728714,-0.07541120052337646,0.9963380098342896,0.03952150046825409,0.001129179960116744,0.9999690055847168,0.00009155549923889339,-0.06613360345363617,0.9960020184516907,0.05996889993548393,-0.061067499220371246,0.9959719777107239,0.06521809846162796,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.061067499220371246,0.9959719777107239,0.06521809846162796,-0.056062500923871994,0.9959719777107239,0.06991790235042572,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.056062500923871994,0.9959719777107239,0.06991790235042572,-0.04821920022368431,0.9961850047111511,0.07229830324649811,-0.03396710008382797,0.9959409832954407,0.08313240110874176,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.041810400784015656,0.9960020184516907,0.07885979861021042,-0.041810400784015656,0.9960020184516907,0.07885979861021042,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.04821920022368431,0.9961850047111511,0.07229830324649811,-0.041810400784015656,0.9960020184516907,0.07885979861021042,-0.04821920022368431,0.9961850047111511,0.07229830324649811,0.006866659969091415,0.9998779892921448,-0.012512600049376488,0.00012207399413455278,0.9999079704284668,0.011902200058102608,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.019318200647830963,0.9960330128669739,0.08676409721374512,-0.019318200647830963,0.9960330128669739,0.08676409721374512,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.019318200647830963,0.9960330128669739,0.08676409721374512,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.026337500661611557,0.9958800077438354,0.08658099919557571,-0.026337500661611557,0.9958800077438354,0.08658099919557571,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.03396710008382797,0.9959409832954407,0.08313240110874176,-0.10550200194120407,0.9944149851799011,0,-0.05621509999036789,0.9984130263328552,0,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.05621509999036789,0.9984130263328552,0,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.00009155549923889339,0.9957879781723022,-0.09149450063705444,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.00009155549923889339,0.9957879781723022,-0.09149450063705444,-0.0036622199695557356,0.9957879781723022,-0.09134189784526825,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.0036622199695557356,0.9957879781723022,-0.09134189784526825,-0.012482100166380405,0.9961550235748291,-0.08648949861526489,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.11383400112390518,0.9934689998626709,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.11383400112390518,0.9934689998626709,0,0.09994810074567795,0.9949340224266052,-0.007538069970905781,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.09994810074567795,0.9949340224266052,-0.007538069970905781,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.09994810074567795,0.9949340224266052,-0.007538069970905781,0.08969389647245407,0.9959409832954407,-0.0034180700313299894,0.10550200194120407,0.9944149851799011,0,0.05621509999036789,0.9984130263328552,0,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.05621509999036789,0.9984130263328552,0,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.030060699209570885,0.9810479879379272,0.19125999510288239,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.11383400112390518,0.9934689998626709,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.11383400112390518,0.9934689998626709,0,-0.09997860342264175,0.9949340224266052,0.007538069970905781,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09997860342264175,0.9949340224266052,0.007538069970905781,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.09997860342264175,0.9949340224266052,0.007538069970905781,-0.08969389647245407,0.9959409832954407,0.0034180700313299894,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.08969389647245407,0.9959409832954407,0.0034180700313299894,-0.08963289856910706,0.9959409832954407,0.007049779873341322,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.004974519833922386,0.9711599946022034,0.2382889986038208,0.004974519833922386,0.9711599946022034,0.2382889986038208,0.030060699209570885,0.9810479879379272,0.19125999510288239,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,0.004974519833922386,0.9711599946022034,0.2382889986038208,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.0026856299955397844,0.9994810223579407,0.03152560070157051,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.10550200194120407,0.9944149851799011,0,0.10550200194120407,0.9944149851799011,0,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.10550200194120407,0.9944149851799011,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.05621509999036789,0.9984130263328552,0,0.05621509999036789,0.9984130263328552,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.05621509999036789,0.9984130263328552,0,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0,1,0,0,1,0,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0,1,0,0.001373330014757812,0.9923400282859802,-0.12338600307703018,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,0.001373330014757812,0.9923400282859802,-0.12338600307703018,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,0.00009155549923889339,0.9957879781723022,0.09152500331401825,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.04995879903435707,0.9925839900970459,0.11072099953889847,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,0.04995879903435707,0.9925839900970459,0.11072099953889847,0,1,0,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,0,1,0,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.04855490103363991,0.9910280108451843,0.12430199980735779,0,1,0,-0.05621509999036789,0.9984130263328552,0,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.05621509999036789,0.9984130263328552,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.05621509999036789,0.9984130263328552,0,-0.10550200194120407,0.9944149851799011,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.10550200194120407,0.9944149851799011,0,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.10550200194120407,0.9944149851799011,0,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.019714999943971634,0.9936220049858093,-0.11096499860286713,0.019714999943971634,0.9936220049858093,-0.11096499860286713,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.019714999943971634,0.9936220049858093,-0.11096499860286713,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.01065099984407425,0.9959110021591187,-0.08935820311307907,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.01065099984407425,0.9959110021591187,-0.08935820311307907,0.0026856299955397844,0.9994810223579407,-0.0313120000064373,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08978550136089325,0.9959409832954407,0,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.05621509999036789,0.9984130263328552,0,0,1,0,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.05621509999036789,0.9984130263328552,0,0,1,0,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08972439914941788,0.9959409832954407,0,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,0.08978550136089325,0.9959409832954407,0,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08838160336017609,0.9960629940032959,0.004089479800313711,-0.08972439914941788,0.9959409832954407,0,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08832059800624847,0.9960629940032959,-0.004089479800313711,-0.06274610012769699,0.9962459802627563,-0.059328000992536545,-0.006805629935115576,0.9999390244483948,-0.005188149865716696,-0.06884980201721191,0.9960629940032959,-0.055452100932598114,-0.0543535016477108,0.9961850047111511,-0.06811729818582535,-0.0019837000872939825,0.9999690055847168,-0.00018311099847778678,-0.06274610012769699,0.9962459802627563,-0.059328000992536545,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.007446520030498505,0.9957879781723022,-0.09121979773044586,-0.01330609992146492,0.9958189725875854,-0.09006009995937347,0.006622519809752703,0.9998779892921448,0.012207400053739548,-0.03482159972190857,0.9959409832954407,-0.08264409750699997,-0.02548299916088581,0.9961550235748291,-0.08362069725990295,-0.02548299916088581,0.9961550235748291,-0.08362069725990295,-0.03482159972190857,0.9959409832954407,-0.08264409750699997,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.02548299916088581,0.9961550235748291,-0.08362069725990295,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.01834160089492798,0.9958490133285522,-0.08896149694919586,-0.01834160089492798,0.9958490133285522,-0.08896149694919586,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.01330609992146492,0.9958189725875854,-0.09006009995937347,-0.03482159972190857,0.9959409832954407,-0.08264409750699997,-0.04269539937376976,0.9959719777107239,-0.078615702688694,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.04269539937376976,0.9959719777107239,-0.078615702688694,-0.04968409985303879,0.9959719777107239,-0.07461780309677124,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.04968409985303879,0.9959719777107239,-0.07461780309677124,-0.0543535016477108,0.9961850047111511,-0.06811729818582535,-0.07284770160913467,0.9961850047111511,-0.047853000462055206,-0.0008239999879151583,0.9999690055847168,-0.0013428099919110537,-0.07821889966726303,0.9960330128669739,-0.04239020124077797,-0.0543535016477108,0.9961850047111511,-0.06811729818582535,-0.06274610012769699,0.9962459802627563,-0.059328000992536545,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.06274610012769699,0.9962459802627563,-0.059328000992536545,-0.06884980201721191,0.9960629940032959,-0.055452100932598114,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.06884980201721191,0.9960629940032959,-0.055452100932598114,-0.07284770160913467,0.9961850047111511,-0.047853000462055206,-0.07284770160913467,0.9961850047111511,-0.047853000462055206,-0.07821889966726303,0.9960330128669739,-0.04239020124077797,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07821889966726303,0.9960330128669739,-0.04239020124077797,-0.08200319856405258,0.9960020184516907,-0.03488269820809364,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08200319856405258,0.9960020184516907,-0.03488269820809364,-0.08499400317668915,0.9959719777107239,-0.027802400290966034,-0.08496350049972534,0.9961550235748291,-0.020020099356770515,0,0.9999690055847168,0.001434369944036007,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.0270089004188776,0.9996029734611511,-0.0023499298840761185,-0.08832059800624847,0.9960629940032959,-0.004089479800313711,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.08832059800624847,0.9960629940032959,-0.004089479800313711,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08496350049972534,0.9961550235748291,-0.020020099356770515,-0.08496350049972534,0.9961550235748291,-0.020020099356770515,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.08499400317668915,0.9959719777107239,-0.027802400290966034,0.08969389647245407,0.9959409832954407,-0.0034180700313299894,0.08954130113124847,0.9959409832954407,-0.006958220154047012,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07541120052337646,0.9963380098342896,-0.03952150046825409,-0.0010681500425562263,0.9999690055847168,-0.00009155549923889339,0.07483139634132385,0.9960330128669739,-0.047883499413728714,0.08233889937400818,0.9962159991264343,-0.026886800304055214,-0.008880889974534512,0.9999390244483948,0.0032349599059671164,0.07541120052337646,0.9963380098342896,-0.03952150046825409,0.08954130113124847,0.9959409832954407,-0.006958220154047012,0.0884120985865593,0.9959719777107239,-0.013397599570453167,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.0884120985865593,0.9959719777107239,-0.013397599570453167,0.0873745009303093,0.9959719777107239,-0.019714999943971634,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.0873745009303093,0.9959719777107239,-0.019714999943971634,0.08233889937400818,0.9962159991264343,-0.026886800304055214,0.08233889937400818,0.9962159991264343,-0.026886800304055214,0.07541120052337646,0.9963380098342896,-0.03952150046825409,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07541120052337646,0.9963380098342896,-0.03952150046825409,0.07483139634132385,0.9960330128669739,-0.047883499413728714,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07483139634132385,0.9960330128669739,-0.047883499413728714,0.06927700340747833,0.9961550235748291,-0.05322429910302162,0.06109809875488281,0.9959719777107239,-0.06521809846162796,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.06613360345363617,0.9960020184516907,-0.059938400983810425,0.06613360345363617,0.9960020184516907,-0.059938400983810425,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.06927700340747833,0.9961550235748291,-0.05322429910302162,0.06613360345363617,0.9960020184516907,-0.059938400983810425,0.06927700340747833,0.9961550235748291,-0.05322429910302162,0.007538069970905781,0.9999390244483948,-0.005371259991079569,-0.006775110028684139,0.9998779892921448,0.01254309993237257,0.03683580085635185,0.9962159991264343,-0.07834099978208542,0.04821920022368431,0.9961850047111511,-0.07229830324649811,0.04821920022368431,0.9961850047111511,-0.07229830324649811,0.03683580085635185,0.9962159991264343,-0.07834099978208542,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.04821920022368431,0.9961850047111511,-0.07229830324649811,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.05603199824690819,0.9959719777107239,-0.06991790235042572,0.05603199824690819,0.9959719777107239,-0.06991790235042572,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.06109809875488281,0.9959719777107239,-0.06521809846162796,-0.00012207399413455278,0.9999079704284668,-0.012207400053739548,0.01065099984407425,0.9959110021591187,-0.08935820311307907,0.01934869959950447,0.9960330128669739,-0.08676409721374512,0.01934869959950447,0.9960330128669739,-0.08676409721374512,0.01065099984407425,0.9959110021591187,-0.08935820311307907,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.01934869959950447,0.9960330128669739,-0.08676409721374512,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.029023099690675735,0.9960939884185791,-0.08310189843177795,0.029023099690675735,0.9960939884185791,-0.08310189843177795,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.03683580085635185,0.9962159991264343,-0.07834099978208542,0.029023099690675735,0.9960939884185791,-0.08310189843177795,0.03683580085635185,0.9962159991264343,-0.07834099978208542,-0.006469919811934233,0.9998779892921448,0.012268399819731712,0.0627766028046608,0.9962459802627563,0.05935849994421005,0.00656147999688983,0.9999390244483948,0.00494399992749095,0.06884980201721191,0.9960629940032959,0.05548259988427162,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.0026856299955397844,0.9999690055847168,0.0006408889894373715,0.0627766028046608,0.9962459802627563,0.05935849994421005,0.00009155549923889339,0.9957879781723022,0.09152500331401825,0.0036622199695557356,0.9957879781723022,0.09140290319919586,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0036622199695557356,0.9957879781723022,0.09140290319919586,0.007446520030498505,0.9957879781723022,0.09128089994192123,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.007446520030498505,0.9957879781723022,0.09128089994192123,0.01330609992146492,0.9958189725875854,0.09012120217084885,-0.006622519809752703,0.9998779892921448,-0.012634700164198875,0.03482159972190857,0.9959409832954407,0.08270519971847534,0.025727100670337677,0.9961550235748291,0.08362069725990295,0.025727100670337677,0.9961550235748291,0.08362069725990295,0.03482159972190857,0.9959409832954407,0.08270519971847534,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.025727100670337677,0.9961550235748291,0.08362069725990295,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.01864680089056492,0.9958490133285522,0.08896149694919586,0.01864680089056492,0.9958490133285522,0.08896149694919586,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.01330609992146492,0.9958189725875854,0.09012120217084885,0.03482159972190857,0.9959409832954407,0.08270519971847534,0.04269539937376976,0.9959719777107239,0.07867670059204102,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.04269539937376976,0.9959719777107239,0.07867670059204102,0.049623098224401474,0.9959409832954407,0.07467880100011826,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.049623098224401474,0.9959409832954407,0.07467880100011826,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.0012512600515037775,0.9999690055847168,0.0015869600465521216,0.0782494992017746,0.9960020184516907,0.04242070019245148,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.0627766028046608,0.9962459802627563,0.05935849994421005,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0627766028046608,0.9962459802627563,0.05935849994421005,0.06884980201721191,0.9960629940032959,0.05548259988427162,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.06884980201721191,0.9960629940032959,0.05548259988427162,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.0782494992017746,0.9960020184516907,0.04242070019245148,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0782494992017746,0.9960020184516907,0.04242070019245148,0.08203379809856415,0.9960020184516907,0.03491320088505745,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08203379809856415,0.9960020184516907,0.03491320088505745,0.08505509793758392,0.9959719777107239,0.027802400290966034,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.0011596999829635024,0.9999690055847168,-0.001373330014757812,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.02743609994649887,0.9996029734611511,0.0023804400116205215,0.08838160336017609,0.9960629940032959,0.004089479800313711,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.08838160336017609,0.9960629940032959,0.004089479800313711,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08505509793758392,0.9959719777107239,0.027802400290966034,-0.08963289856910706,0.9959409832954407,0.007049779873341322,-0.08850370347499847,0.9959719777107239,0.01345869991928339,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.08850370347499847,0.9959719777107239,0.01345869991928339,-0.0874050036072731,0.9959719777107239,0.019684400409460068,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.0874050036072731,0.9959719777107239,0.019684400409460068,-0.08236949890851974,0.9962159991264343,0.026886800304055214,-0.07818839699029922,0.9960020184516907,0.04290900006890297,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.08145389705896378,0.9960020184516907,0.03601180016994476,-0.08145389705896378,0.9960020184516907,0.03601180016994476,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.08236949890851974,0.9962159991264343,0.026886800304055214,-0.08145389705896378,0.9960020184516907,0.03601180016994476,-0.08236949890851974,0.9962159991264343,0.026886800304055214,0.008789329789578915,0.9999390244483948,-0.0032349599059671164,-0.007354959845542908,0.9999390244483948,0.005462809931486845,-0.06613360345363617,0.9960020184516907,0.05996889993548393,-0.06927700340747833,0.9961550235748291,0.05322429910302162,-0.06927700340747833,0.9961550235748291,0.05322429910302162,-0.06613360345363617,0.9960020184516907,0.05996889993548393,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.06927700340747833,0.9961550235748291,0.05322429910302162,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.07480090111494064,0.9959719777107239,0.04916530102491379,-0.07480090111494064,0.9959719777107239,0.04916530102491379,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.07818839699029922,0.9960020184516907,0.04290900006890297,-0.06613360345363617,0.9960020184516907,0.05996889993548393,-0.061067499220371246,0.9959719777107239,0.06521809846162796,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.061067499220371246,0.9959719777107239,0.06521809846162796,-0.056062500923871994,0.9959719777107239,0.06991790235042572,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.056062500923871994,0.9959719777107239,0.06991790235042572,-0.04821920022368431,0.9961850047111511,0.07229830324649811,-0.03396710008382797,0.9959409832954407,0.08313240110874176,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.041810400784015656,0.9960020184516907,0.07885979861021042,-0.041810400784015656,0.9960020184516907,0.07885979861021042,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.04821920022368431,0.9961850047111511,0.07229830324649811,-0.041810400784015656,0.9960020184516907,0.07885979861021042,-0.04821920022368431,0.9961850047111511,0.07229830324649811,0.006866659969091415,0.9998779892921448,-0.012482100166380405,0.00012207399413455278,0.9999079704284668,0.011902200058102608,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.019318200647830963,0.9960330128669739,0.08676409721374512,-0.019318200647830963,0.9960330128669739,0.08676409721374512,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.019318200647830963,0.9960330128669739,0.08676409721374512,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.026337500661611557,0.9958800077438354,0.08658099919557571,-0.026337500661611557,0.9958800077438354,0.08658099919557571,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.03396710008382797,0.9959409832954407,0.08313240110874176,-0.10550200194120407,0.9944149851799011,0,-0.05621509999036789,0.9984130263328552,0,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.05621509999036789,0.9984130263328552,0,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.00009155549923889339,0.9957879781723022,-0.09149450063705444,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.00009155549923889339,0.9957879781723022,-0.09149450063705444,-0.0036622199695557356,0.9957879781723022,-0.09134189784526825,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.0036622199695557356,0.9957879781723022,-0.09134189784526825,-0.007446520030498505,0.9957879781723022,-0.09121979773044586,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.11383400112390518,0.9934689998626709,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.11383400112390518,0.9934689998626709,0,0.09994810074567795,0.9949340224266052,-0.007538069970905781,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.09994810074567795,0.9949340224266052,-0.007538069970905781,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.09994810074567795,0.9949340224266052,-0.007538069970905781,0.08969389647245407,0.9959409832954407,-0.0034180700313299894,0.10550200194120407,0.9944149851799011,0,0.05621509999036789,0.9984130263328552,0,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.05621509999036789,0.9984130263328552,0,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.030060699209570885,0.9810479879379272,0.19125999510288239,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.11383400112390518,0.9934689998626709,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.11383400112390518,0.9934689998626709,0,-0.09997860342264175,0.9949340224266052,0.007538069970905781,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09997860342264175,0.9949340224266052,0.007538069970905781,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.09997860342264175,0.9949340224266052,0.007538069970905781,-0.08969389647245407,0.9959409832954407,0.0034180700313299894,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.08969389647245407,0.9959409832954407,0.0034180700313299894,-0.08963289856910706,0.9959409832954407,0.007049779873341322,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.004974519833922386,0.9711599946022034,0.2382889986038208,0.004974519833922386,0.9711599946022034,0.2382889986038208,0.030060699209570885,0.9810479879379272,0.19125999510288239,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,0.004974519833922386,0.9711599946022034,0.2382889986038208,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.0026856299955397844,0.9994810223579407,0.031495101749897,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.10550200194120407,0.9944149851799011,0,0.10550200194120407,0.9944149851799011,0,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.10550200194120407,0.9944149851799011,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.05621509999036789,0.9984130263328552,0,0.05621509999036789,0.9984130263328552,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.05621509999036789,0.9984130263328552,0,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0,1,0,0,1,0,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0,1,0,0.001373330014757812,0.9923400282859802,-0.12338600307703018,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,0.001373330014757812,0.9923400282859802,-0.12338600307703018,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,0.00009155549923889339,0.9957879781723022,0.09152500331401825,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.04995879903435707,0.9925839900970459,0.11072099953889847,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,0.04995879903435707,0.9925839900970459,0.11072099953889847,0,1,0,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,0,1,0,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.04855490103363991,0.9910280108451843,0.12430199980735779,0,1,0,-0.05621509999036789,0.9984130263328552,0,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.05621509999036789,0.9984130263328552,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.05621509999036789,0.9984130263328552,0,-0.10550200194120407,0.9944149851799011,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.10550200194120407,0.9944149851799011,0,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.10550200194120407,0.9944149851799011,0,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.07748650014400482,0.9947810173034668,-0.06604210287332535,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.019714999943971634,0.9936220049858093,-0.11096499860286713,0.019714999943971634,0.9936220049858093,-0.11096499860286713,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.019714999943971634,0.9936220049858093,-0.11096499860286713,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.01065099984407425,0.9959110021591187,-0.08935820311307907,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.01065099984407425,0.9959110021591187,-0.08935820311307907,0.0026856299955397844,0.9994810223579407,-0.0313120000064373,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08975490182638168,0.9959409832954407,0,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.05621509999036789,0.9984130263328552,0,0,1,0,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.05621509999036789,0.9984130263328552,0,0,1,0,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08972439914941788,0.9959409832954407,0,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,0.08975490182638168,0.9959409832954407,0,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08838160336017609,0.9960629940032959,0.004089479800313711,-0.08972439914941788,0.9959409832954407,0,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08832059800624847,0.9960629940032959,-0.004089479800313711,-0.038850098848342896,0.9963679909706116,-0.07553330063819885,0.006164739839732647,0.9999079704284668,0.011627599596977234,-0.04824979975819588,0.9960330128669739,-0.07464829832315445,-0.025544000789523125,0.9961550235748291,-0.08362069725990295,0.0066530401818454266,0.9998779892921448,0.012207400053739548,-0.038850098848342896,0.9963679909706116,-0.07553330063819885,-0.007354959845542908,0.9957879781723022,-0.09121979773044586,-0.013244999572634697,0.9958189725875854,-0.09006009995937347,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.013244999572634697,0.9958189725875854,-0.09006009995937347,-0.018402699381113052,0.9958490133285522,-0.08896149694919586,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.018402699381113052,0.9958490133285522,-0.08896149694919586,-0.025544000789523125,0.9961550235748291,-0.08362069725990295,-0.07287819683551788,0.9961850047111511,-0.047853000462055206,-0.0008239999879151583,0.9999690055847168,-0.0013428099919110537,-0.07821889966726303,0.9960330128669739,-0.04239020124077797,-0.06274610012769699,0.9962459802627563,-0.059328000992536545,-0.006866659969091415,0.9999390244483948,-0.005188149865716696,-0.06884980201721191,0.9960629940032959,-0.055452100932598114,-0.0543535016477108,0.9961850047111511,-0.06811729818582535,-0.0019837000872939825,0.9999690055847168,-0.00018311099847778678,-0.06274610012769699,0.9962459802627563,-0.059328000992536545,-0.025544000789523125,0.9961550235748291,-0.08362069725990295,-0.038850098848342896,0.9963679909706116,-0.07553330063819885,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.038850098848342896,0.9963679909706116,-0.07553330063819885,-0.04824979975819588,0.9960330128669739,-0.07464829832315445,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.04824979975819588,0.9960330128669739,-0.07464829832315445,-0.0543535016477108,0.9961850047111511,-0.06811729818582535,-0.0543535016477108,0.9961850047111511,-0.06811729818582535,-0.06274610012769699,0.9962459802627563,-0.059328000992536545,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.06274610012769699,0.9962459802627563,-0.059328000992536545,-0.06884980201721191,0.9960629940032959,-0.055452100932598114,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.06884980201721191,0.9960629940032959,-0.055452100932598114,-0.07287819683551788,0.9961850047111511,-0.047853000462055206,-0.07287819683551788,0.9961850047111511,-0.047853000462055206,-0.07821889966726303,0.9960330128669739,-0.04239020124077797,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07821889966726303,0.9960330128669739,-0.04239020124077797,-0.08200319856405258,0.9960020184516907,-0.03488269820809364,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08200319856405258,0.9960020184516907,-0.03488269820809364,-0.08499400317668915,0.9959719777107239,-0.027802400290966034,-0.08496350049972534,0.9961550235748291,-0.020020099356770515,0,0.9999690055847168,0.001434369944036007,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.0270089004188776,0.9996029734611511,-0.0023499298840761185,-0.08832059800624847,0.9960629940032959,-0.004089479800313711,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.08832059800624847,0.9960629940032959,-0.004089479800313711,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08496350049972534,0.9961550235748291,-0.020020099356770515,-0.08496350049972534,0.9961550235748291,-0.020020099356770515,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08499400317668915,0.9959719777107239,-0.027802400290966034,0.08969389647245407,0.9959409832954407,-0.0034180700313299894,0.08453629910945892,0.9963070154190063,-0.012665200047194958,0.07736440002918243,0.993071973323822,-0.0884120985865593,-0.008850369602441788,0.9999390244483948,0.0032349599059671164,0.08148439973592758,0.9960020184516907,-0.03601180016994476,0.08236949890851974,0.9962159991264343,-0.026886800304055214,0.08236949890851974,0.9962159991264343,-0.026886800304055214,0.08148439973592758,0.9960020184516907,-0.03601180016994476,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.08236949890851974,0.9962159991264343,-0.026886800304055214,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.0873745009303093,0.9959719777107239,-0.019623400643467903,0.0873745009303093,0.9959719777107239,-0.019623400643467903,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.08453629910945892,0.9963070154190063,-0.012665200047194958,0.0873745009303093,0.9959719777107239,-0.019623400643467903,0.08453629910945892,0.9963070154190063,-0.012665200047194958,0.008545179851353168,0.9999390244483948,-0.0007019260083325207,0.06085389852523804,0.9962459802627563,-0.06109809875488281,0.00314340996555984,0.9999690055847168,-0.0014954099897295237,0.05685599893331528,0.9960629940032959,-0.06762900203466415,0.06927700340747833,0.9961550235748291,-0.05322429910302162,0.0073854802176356316,0.9999390244483948,-0.005401779897511005,0.06085389852523804,0.9962459802627563,-0.06109809875488281,0.08148439973592758,0.9960020184516907,-0.03601180016994476,0.07818839699029922,0.9960020184516907,-0.04290900006890297,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07818839699029922,0.9960020184516907,-0.04290900006890297,0.07483139634132385,0.9959719777107239,-0.04916530102491379,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07483139634132385,0.9959719777107239,-0.04916530102491379,0.06927700340747833,0.9961550235748291,-0.05322429910302162,0.06927700340747833,0.9961550235748291,-0.05322429910302162,0.06085389852523804,0.9962459802627563,-0.06109809875488281,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.06085389852523804,0.9962459802627563,-0.06109809875488281,0.05685599893331528,0.9960629940032959,-0.06762900203466415,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.05685599893331528,0.9960629940032959,-0.06762900203466415,0.04821920022368431,0.9961850047111511,-0.07229830324649811,0.033936601132154465,0.9959409832954407,-0.08313240110874176,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.041810400784015656,0.9960020184516907,-0.07885979861021042,0.041810400784015656,0.9960020184516907,-0.07885979861021042,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.04821920022368431,0.9961850047111511,-0.07229830324649811,0.041810400784015656,0.9960020184516907,-0.07885979861021042,0.04821920022368431,0.9961850047111511,-0.07229830324649811,-0.006805629935115576,0.9998779892921448,0.01254309993237257,-0.00012207399413455278,0.9999079704284668,-0.012207400053739548,0.01065099984407425,0.9959110021591187,-0.08935820311307907,0.01934869959950447,0.9960330128669739,-0.08676409721374512,0.01934869959950447,0.9960330128669739,-0.08676409721374512,0.01065099984407425,0.9959110021591187,-0.08935820311307907,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.01934869959950447,0.9960330128669739,-0.08676409721374512,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.026337500661611557,0.9958800077438354,-0.08658099919557571,0.026337500661611557,0.9958800077438354,-0.08658099919557571,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.033936601132154465,0.9959409832954407,-0.08313240110874176,0.00009155549923889339,0.9957879781723022,0.09152500331401825,0.0036622199695557356,0.9957879781723022,0.09140290319919586,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0036622199695557356,0.9957879781723022,0.09140290319919586,0.012482100166380405,0.9961550235748291,0.08655049651861191,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.0026856299955397844,0.9999690055847168,0.0006408889894373715,0.06173890084028244,0.9960020184516907,0.06445509940385818,-0.006622519809752703,0.9998779892921448,-0.012634700164198875,0.03482159972190857,0.9959409832954407,0.08270519971847534,0.025727100670337677,0.9961550235748291,0.08362069725990295,0.025727100670337677,0.9961550235748291,0.08362069725990295,0.03482159972190857,0.9959409832954407,0.08270519971847534,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.025727100670337677,0.9961550235748291,0.08362069725990295,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.018555300310254097,0.9958490133285522,0.08896149694919586,0.018555300310254097,0.9958490133285522,0.08896149694919586,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.012482100166380405,0.9961550235748291,0.08655049651861191,0.018555300310254097,0.9958490133285522,0.08896149694919586,0.012482100166380405,0.9961550235748291,0.08655049651861191,0.0014038500376045704,0.9998469948768616,0.017151400446891785,0.03482159972190857,0.9959409832954407,0.08270519971847534,0.04269539937376976,0.9959719777107239,0.07867670059204102,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.04269539937376976,0.9959719777107239,0.07867670059204102,0.049623098224401474,0.9959409832954407,0.07467880100011826,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.049623098224401474,0.9959409832954407,0.07467880100011826,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.06173890084028244,0.9960020184516907,0.06445509940385818,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.06173890084028244,0.9960020184516907,0.06445509940385818,0.06671349704265594,0.9959719777107239,0.05948060005903244,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.06671349704265594,0.9959719777107239,0.05948060005903244,0.07095550000667572,0.9959719777107239,0.054719701409339905,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.0012512600515037775,0.9999690055847168,0.0015869600465521216,0.07770010083913803,0.9962459802627563,0.037629298865795135,-0.007171850185841322,0.9999690055847168,-0.002899260027334094,0.08188120275735855,0.9961550235748291,0.030274400487542152,0.07770010083913803,0.9962459802627563,0.037629298865795135,0.07770010083913803,0.9962459802627563,0.037629298865795135,0.08188120275735855,0.9961550235748291,0.030274400487542152,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07770010083913803,0.9962459802627563,0.037629298865795135,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07095550000667572,0.9959719777107239,0.054719701409339905,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.0011596999829635024,0.9999690055847168,-0.001373330014757812,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.02743609994649887,0.9996029734611511,0.0023804400116205215,0.08838160336017609,0.9960629940032959,0.004089479800313711,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.08838160336017609,0.9960629940032959,0.004089479800313711,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08188120275735855,0.9961550235748291,0.030274400487542152,0.008850369602441788,0.9999390244483948,-0.0032349599059671164,-0.07541120052337646,0.9963380098342896,0.03952150046825409,-0.08240000158548355,0.9962159991264343,0.026886800304055214,-0.08240000158548355,0.9962159991264343,0.026886800304055214,-0.07541120052337646,0.9963380098342896,0.03952150046825409,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.08240000158548355,0.9962159991264343,0.026886800304055214,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.0874050036072731,0.9959719777107239,0.019623400643467903,-0.0874050036072731,0.9959719777107239,0.019623400643467903,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.08456680178642273,0.9963070154190063,0.012665200047194958,-0.0874050036072731,0.9959719777107239,0.019623400643467903,-0.08456680178642273,0.9963070154190063,0.012665200047194958,-0.008606219664216042,0.9999390244483948,0.0007019260083325207,-0.007354959845542908,0.9999390244483948,0.005462809931486845,-0.06613360345363617,0.9960020184516907,0.05996889993548393,-0.06927700340747833,0.9961550235748291,0.05322429910302162,-0.06927700340747833,0.9961550235748291,0.05322429910302162,-0.06613360345363617,0.9960020184516907,0.05996889993548393,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.06927700340747833,0.9961550235748291,0.05322429910302162,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.07483139634132385,0.9960330128669739,0.047883499413728714,-0.07483139634132385,0.9960330128669739,0.047883499413728714,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.07541120052337646,0.9963380098342896,0.03952150046825409,-0.07483139634132385,0.9960330128669739,0.047883499413728714,-0.07541120052337646,0.9963380098342896,0.03952150046825409,0.001129179960116744,0.9999690055847168,0.00009155549923889339,-0.06613360345363617,0.9960020184516907,0.05996889993548393,-0.061067499220371246,0.9959719777107239,0.06521809846162796,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.061067499220371246,0.9959719777107239,0.06521809846162796,-0.056062500923871994,0.9959719777107239,0.06991790235042572,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.056062500923871994,0.9959719777107239,0.06991790235042572,-0.04821920022368431,0.9961850047111511,0.07229830324649811,-0.03396710008382797,0.9959409832954407,0.08313240110874176,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.041810400784015656,0.9960020184516907,0.07885979861021042,-0.041810400784015656,0.9960020184516907,0.07885979861021042,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.04821920022368431,0.9961850047111511,0.07229830324649811,-0.041810400784015656,0.9960020184516907,0.07885979861021042,-0.04821920022368431,0.9961850047111511,0.07229830324649811,0.006866659969091415,0.9998779892921448,-0.012482100166380405,0.00012207399413455278,0.9999079704284668,0.011902200058102608,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.019318200647830963,0.9960330128669739,0.08676409721374512,-0.019318200647830963,0.9960330128669739,0.08676409721374512,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.019318200647830963,0.9960330128669739,0.08676409721374512,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.026337500661611557,0.9958800077438354,0.08658099919557571,-0.026337500661611557,0.9958800077438354,0.08658099919557571,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.03396710008382797,0.9959409832954407,0.08313240110874176,-0.10550200194120407,0.9944149851799011,0,-0.05621509999036789,0.9984130263328552,0,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.05621509999036789,0.9984130263328552,0,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.00009155549923889339,0.9957879781723022,-0.09149450063705444,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.00009155549923889339,0.9957879781723022,-0.09149450063705444,-0.0036622199695557356,0.9957879781723022,-0.09134189784526825,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.0036622199695557356,0.9957879781723022,-0.09134189784526825,-0.007354959845542908,0.9957879781723022,-0.09121979773044586,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.11383400112390518,0.9934689998626709,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.11383400112390518,0.9934689998626709,0,0.09997860342264175,0.9949340224266052,-0.007538069970905781,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.09997860342264175,0.9949340224266052,-0.007538069970905781,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.09997860342264175,0.9949340224266052,-0.007538069970905781,0.08969389647245407,0.9959409832954407,-0.0034180700313299894,0.10550200194120407,0.9944149851799011,0,0.05621509999036789,0.9984130263328552,0,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.05621509999036789,0.9984130263328552,0,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.030060699209570885,0.9810479879379272,0.19125999510288239,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.11383400112390518,0.9934689998626709,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.11383400112390518,0.9934689998626709,0,-0.09997860342264175,0.9949340224266052,0.007538069970905781,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09997860342264175,0.9949340224266052,0.007538069970905781,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.09997860342264175,0.9949340224266052,0.007538069970905781,-0.08969389647245407,0.9959409832954407,0.0034180700313299894,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.08969389647245407,0.9959409832954407,0.0034180700313299894,-0.08456680178642273,0.9963070154190063,0.012665200047194958,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.004974519833922386,0.9711599946022034,0.2382889986038208,0.004974519833922386,0.9711599946022034,0.2382889986038208,0.030060699209570885,0.9810479879379272,0.19125999510288239,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,0.004974519833922386,0.9711599946022034,0.2382889986038208,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.0026856299955397844,0.9994810223579407,0.031495101749897,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.10550200194120407,0.9944149851799011,0,0.10550200194120407,0.9944149851799011,0,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.10550200194120407,0.9944149851799011,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.05621509999036789,0.9984130263328552,0,0.05621509999036789,0.9984130263328552,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.05621509999036789,0.9984130263328552,0,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0,1,0,0,1,0,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0,1,0,0.001373330014757812,0.9923400282859802,-0.12338600307703018,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,0.001373330014757812,0.9923400282859802,-0.12338600307703018,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,0.00009155549923889339,0.9957879781723022,0.09152500331401825,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.04995879903435707,0.9925839900970459,0.11072099953889847,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,0.04995879903435707,0.9925839900970459,0.11072099953889847,0,1,0,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,0,1,0,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.04855490103363991,0.9910280108451843,0.12430199980735779,0,1,0,-0.05621509999036789,0.9984130263328552,0,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.05621509999036789,0.9984130263328552,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.05621509999036789,0.9984130263328552,0,-0.10550200194120407,0.9944149851799011,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.10550200194120407,0.9944149851799011,0,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.10550200194120407,0.9944149851799011,0,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.019714999943971634,0.9936220049858093,-0.11096499860286713,0.019714999943971634,0.9936220049858093,-0.11096499860286713,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.019714999943971634,0.9936220049858093,-0.11096499860286713,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.01065099984407425,0.9959110021591187,-0.08935820311307907,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.01065099984407425,0.9959110021591187,-0.08935820311307907,0.0026856299955397844,0.9994810223579407,-0.0313120000064373,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08978550136089325,0.9959409832954407,0,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.05621509999036789,0.9984130263328552,0,0,1,0,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.05621509999036789,0.9984130263328552,0,0,1,0,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08972439914941788,0.9959409832954407,0,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,0.08978550136089325,0.9959409832954407,0,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08838160336017609,0.9960629940032959,0.004089479800313711,-0.08972439914941788,0.9959409832954407,0,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08832059800624847,0.9960629940032959,-0.004089479800313711,-0.0019531799480319023,0.9998469948768616,-0.01721240021288395,-0.018280599266290665,0.9958490133285522,-0.08896149694919586,-0.012512600049376488,0.9961550235748291,-0.0865200012922287,-0.012512600049376488,0.9961550235748291,-0.0865200012922287,-0.018280599266290665,0.9958490133285522,-0.08896149694919586,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.0543535016477108,0.9961850047111511,-0.06811729818582535,-0.002014219993725419,0.9999690055847168,-0.00018311099847778678,-0.06274610012769699,0.9962459802627563,-0.059328000992536545,-0.02548299916088581,0.9961550235748291,-0.08365119993686676,0.0066530401818454266,0.9998779892921448,0.012207400053739548,-0.038850098848342896,0.9963679909706116,-0.07553330063819885,0.006164739839732647,0.9999079704284668,0.011627599596977234,-0.04824979975819588,0.9960330128669739,-0.07464829832315445,-0.038850098848342896,0.9963679909706116,-0.07553330063819885,-0.038850098848342896,0.9963679909706116,-0.07553330063819885,-0.04824979975819588,0.9960330128669739,-0.07464829832315445,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.038850098848342896,0.9963679909706116,-0.07553330063819885,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.02548299916088581,0.9961550235748291,-0.08365119993686676,-0.02548299916088581,0.9961550235748291,-0.08365119993686676,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.018280599266290665,0.9958490133285522,-0.08896149694919586,-0.006958220154047012,0.9999390244483948,-0.005188149865716696,-0.06884980201721191,0.9960629940032959,-0.055452100932598114,-0.06274610012769699,0.9962459802627563,-0.059328000992536545,-0.06274610012769699,0.9962459802627563,-0.059328000992536545,-0.06884980201721191,0.9960629940032959,-0.055452100932598114,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.06274610012769699,0.9962459802627563,-0.059328000992536545,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.0543535016477108,0.9961850047111511,-0.06811729818582535,-0.0543535016477108,0.9961850047111511,-0.06811729818582535,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.04824979975819588,0.9960330128669739,-0.07464829832315445,-0.07287819683551788,0.9961850047111511,-0.047883499413728714,-0.0008239999879151583,0.9999690055847168,-0.0013428099919110537,-0.07766959816217422,0.9962459802627563,-0.037629298865795135,0.007324439939111471,0.9999390244483948,0.002899260027334094,-0.08182010054588318,0.9961550235748291,-0.030274400487542152,-0.07766959816217422,0.9962459802627563,-0.037629298865795135,-0.07766959816217422,0.9962459802627563,-0.037629298865795135,-0.08182010054588318,0.9961550235748291,-0.030274400487542152,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07766959816217422,0.9962459802627563,-0.037629298865795135,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07287819683551788,0.9961850047111511,-0.047883499413728714,-0.07287819683551788,0.9961850047111511,-0.047883499413728714,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.06884980201721191,0.9960629940032959,-0.055452100932598114,-0.08496350049972534,0.9961550235748291,-0.020020099356770515,0,0.9999690055847168,0.001434369944036007,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.0270089004188776,0.9996029734611511,-0.0023499298840761185,-0.08832059800624847,0.9960629940032959,-0.004089479800313711,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.08832059800624847,0.9960629940032959,-0.004089479800313711,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08496350049972534,0.9961550235748291,-0.020020099356770515,-0.08496350049972534,0.9961550235748291,-0.020020099356770515,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08182010054588318,0.9961550235748291,-0.030274400487542152,0.08969389647245407,0.9959409832954407,-0.0034180700313299894,0.08957179635763168,0.9959409832954407,-0.007019259966909885,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07541120052337646,0.9963380098342896,-0.03952150046825409,-0.0010681500425562263,0.9999690055847168,-0.00009155549923889339,0.07483139634132385,0.9960330128669739,-0.047883499413728714,0.08233889937400818,0.9962159991264343,-0.02691729925572872,-0.008850369602441788,0.9999390244483948,0.0032349599059671164,0.07541120052337646,0.9963380098342896,-0.03952150046825409,0.08957179635763168,0.9959409832954407,-0.007019259966909885,0.08847320079803467,0.9959719777107239,-0.01345869991928339,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.08847320079803467,0.9959719777107239,-0.01345869991928339,0.0873745009303093,0.9959719777107239,-0.01974550075829029,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.0873745009303093,0.9959719777107239,-0.01974550075829029,0.08233889937400818,0.9962159991264343,-0.02691729925572872,0.08233889937400818,0.9962159991264343,-0.02691729925572872,0.07541120052337646,0.9963380098342896,-0.03952150046825409,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07541120052337646,0.9963380098342896,-0.03952150046825409,0.07483139634132385,0.9960330128669739,-0.047883499413728714,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07483139634132385,0.9960330128669739,-0.047883499413728714,0.06927700340747833,0.9961550235748291,-0.05322429910302162,0.06109809875488281,0.9959719777107239,-0.06521809846162796,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.06613360345363617,0.9960020184516907,-0.059938400983810425,0.06613360345363617,0.9960020184516907,-0.059938400983810425,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.06927700340747833,0.9961550235748291,-0.05322429910302162,0.06613360345363617,0.9960020184516907,-0.059938400983810425,0.06927700340747833,0.9961550235748291,-0.05322429910302162,0.0073854802176356316,0.9999390244483948,-0.005401779897511005,-0.006775110028684139,0.9998779892921448,0.01254309993237257,0.03683580085635185,0.9962159991264343,-0.07834099978208542,0.04821920022368431,0.9961850047111511,-0.07229830324649811,0.04821920022368431,0.9961850047111511,-0.07229830324649811,0.03683580085635185,0.9962159991264343,-0.07834099978208542,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.04821920022368431,0.9961850047111511,-0.07229830324649811,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.05603199824690819,0.9959719777107239,-0.06991790235042572,0.05603199824690819,0.9959719777107239,-0.06991790235042572,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.06109809875488281,0.9959719777107239,-0.06521809846162796,-0.00012207399413455278,0.9999079704284668,-0.012176900170743465,0.01065099984407425,0.9959110021591187,-0.08935820311307907,0.01934869959950447,0.9960330128669739,-0.08676409721374512,0.01934869959950447,0.9960330128669739,-0.08676409721374512,0.01065099984407425,0.9959110021591187,-0.08935820311307907,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.01934869959950447,0.9960330128669739,-0.08676409721374512,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.029023099690675735,0.9960939884185791,-0.08310189843177795,0.029023099690675735,0.9960939884185791,-0.08310189843177795,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.03683580085635185,0.9962159991264343,-0.07834099978208542,0.029023099690675735,0.9960939884185791,-0.08310189843177795,0.03683580085635185,0.9962159991264343,-0.07834099978208542,-0.0065004401840269566,0.9998779892921448,0.012268399819731712,0.00009155549923889339,0.9957879781723022,0.09152500331401825,0.0036622199695557356,0.9957879781723022,0.09140290319919586,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0036622199695557356,0.9957879781723022,0.09140290319919586,0.012482100166380405,0.9961550235748291,0.08655049651861191,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.0026856299955397844,0.9999690055847168,0.0006408889894373715,0.06173890084028244,0.9960020184516907,0.06445509940385818,-0.006622519809752703,0.9998779892921448,-0.012665200047194958,0.03482159972190857,0.9959409832954407,0.08270519971847534,0.025727100670337677,0.9961550235748291,0.08365119993686676,0.025727100670337677,0.9961550235748291,0.08365119993686676,0.03482159972190857,0.9959409832954407,0.08270519971847534,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.025727100670337677,0.9961550235748291,0.08365119993686676,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.018555300310254097,0.9958490133285522,0.08899199962615967,0.018555300310254097,0.9958490133285522,0.08899199962615967,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.012482100166380405,0.9961550235748291,0.08655049651861191,0.018555300310254097,0.9958490133285522,0.08899199962615967,0.012482100166380405,0.9961550235748291,0.08655049651861191,0.0014038500376045704,0.9998469948768616,0.017151400446891785,0.03482159972190857,0.9959409832954407,0.08270519971847534,0.04269539937376976,0.9959719777107239,0.07867670059204102,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.04269539937376976,0.9959719777107239,0.07867670059204102,0.049623098224401474,0.9959409832954407,0.07467880100011826,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.049623098224401474,0.9959409832954407,0.07467880100011826,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.06173890084028244,0.9960020184516907,0.06445509940385818,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.06173890084028244,0.9960020184516907,0.06445509940385818,0.06671349704265594,0.9959719777107239,0.05948060005903244,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.06671349704265594,0.9959719777107239,0.05948060005903244,0.07095550000667572,0.9959719777107239,0.054719701409339905,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.0012512600515037775,0.9999690055847168,0.0015869600465521216,0.07770010083913803,0.9962459802627563,0.037629298865795135,-0.007171850185841322,0.9999690055847168,-0.002899260027334094,0.08188120275735855,0.9961550235748291,0.030274400487542152,0.07770010083913803,0.9962459802627563,0.037629298865795135,0.07770010083913803,0.9962459802627563,0.037629298865795135,0.08188120275735855,0.9961550235748291,0.030274400487542152,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07770010083913803,0.9962459802627563,0.037629298865795135,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07095550000667572,0.9959719777107239,0.054719701409339905,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.0011596999829635024,0.9999690055847168,-0.001373330014757812,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.02743609994649887,0.9996029734611511,0.0023804400116205215,0.08838160336017609,0.9960629940032959,0.004089479800313711,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.08838160336017609,0.9960629940032959,0.004089479800313711,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08188120275735855,0.9961550235748291,0.030274400487542152,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.08960229903459549,0.9959409832954407,0.007019259966909885,-0.08847320079803467,0.9959719777107239,0.01345869991928339,0.008850369602441788,0.9999390244483948,-0.0032349599059671164,-0.07541120052337646,0.9963380098342896,0.03952150046825409,-0.08240000158548355,0.9962159991264343,0.02691729925572872,-0.08240000158548355,0.9962159991264343,0.02691729925572872,-0.07541120052337646,0.9963380098342896,0.03952150046825409,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.08240000158548355,0.9962159991264343,0.02691729925572872,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.08743549883365631,0.9959719777107239,0.01974550075829029,-0.08743549883365631,0.9959719777107239,0.01974550075829029,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.08847320079803467,0.9959719777107239,0.01345869991928339,-0.0073854802176356316,0.9999390244483948,0.0054933298379182816,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.06927700340747833,0.9961550235748291,0.05322429910302162,-0.06927700340747833,0.9961550235748291,0.05322429910302162,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.06927700340747833,0.9961550235748291,0.05322429910302162,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.07483139634132385,0.9960330128669739,0.047883499413728714,-0.07483139634132385,0.9960330128669739,0.047883499413728714,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.07541120052337646,0.9963380098342896,0.03952150046825409,-0.07483139634132385,0.9960330128669739,0.047883499413728714,-0.07541120052337646,0.9963380098342896,0.03952150046825409,0.001129179960116744,0.9999690055847168,0.00009155549923889339,0.006775110028684139,0.9998779892921448,-0.012512600049376488,-0.03683580085635185,0.9962159991264343,0.07834099978208542,-0.04821920022368431,0.9961850047111511,0.07229830324649811,-0.04821920022368431,0.9961850047111511,0.07229830324649811,-0.03683580085635185,0.9962159991264343,0.07834099978208542,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.04821920022368431,0.9961850047111511,0.07229830324649811,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.05685599893331528,0.9960629940032959,0.06762900203466415,-0.05685599893331528,0.9960629940032959,0.06762900203466415,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.05685599893331528,0.9960629940032959,0.06762900203466415,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.0032654800452291965,0.9999690055847168,0.0016479999758303165,0.00012207399413455278,0.9999079704284668,0.011902200058102608,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.019318200647830963,0.9960330128669739,0.08676409721374512,-0.019318200647830963,0.9960330128669739,0.08676409721374512,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.019318200647830963,0.9960330128669739,0.08676409721374512,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.029023099690675735,0.9960939884185791,0.08310189843177795,-0.029023099690675735,0.9960939884185791,0.08310189843177795,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.03683580085635185,0.9962159991264343,0.07834099978208542,-0.029023099690675735,0.9960939884185791,0.08310189843177795,-0.03683580085635185,0.9962159991264343,0.07834099978208542,0.006469919811934233,0.9998779892921448,-0.012268399819731712,-0.10550200194120407,0.9944149851799011,0,-0.05621509999036789,0.9984130263328552,0,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.05621509999036789,0.9984130263328552,0,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.00009155549923889339,0.9957879781723022,-0.09149450063705444,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.00009155549923889339,0.9957879781723022,-0.09149450063705444,-0.0036622199695557356,0.9957879781723022,-0.09134189784526825,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.0036622199695557356,0.9957879781723022,-0.09134189784526825,-0.012512600049376488,0.9961550235748291,-0.0865200012922287,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.11383400112390518,0.9934689998626709,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.11383400112390518,0.9934689998626709,0,0.09997860342264175,0.9949340224266052,-0.007538069970905781,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.09997860342264175,0.9949340224266052,-0.007538069970905781,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.09997860342264175,0.9949340224266052,-0.007538069970905781,0.08969389647245407,0.9959409832954407,-0.0034180700313299894,0.10550200194120407,0.9944149851799011,0,0.05621509999036789,0.9984130263328552,0,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.05621509999036789,0.9984130263328552,0,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.030060699209570885,0.9810479879379272,0.19125999510288239,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.11383400112390518,0.9934689998626709,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.11383400112390518,0.9934689998626709,0,-0.09997860342264175,0.9949340224266052,0.007538069970905781,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09997860342264175,0.9949340224266052,0.007538069970905781,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.09997860342264175,0.9949340224266052,0.007538069970905781,-0.08969389647245407,0.9959409832954407,0.0034180700313299894,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.08969389647245407,0.9959409832954407,0.0034180700313299894,-0.08960229903459549,0.9959409832954407,0.007019259966909885,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.004974519833922386,0.9711599946022034,0.2382889986038208,0.004974519833922386,0.9711599946022034,0.2382889986038208,0.030060699209570885,0.9810479879379272,0.19125999510288239,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,0.004974519833922386,0.9711599946022034,0.2382889986038208,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.07736440002918243,0.9930419921875,0.0884120985865593,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.0026856299955397844,0.9994810223579407,0.03152560070157051,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.10550200194120407,0.9944149851799011,0,0.10550200194120407,0.9944149851799011,0,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.10550200194120407,0.9944149851799011,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.05621509999036789,0.9984130263328552,0,0.05621509999036789,0.9984130263328552,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.05621509999036789,0.9984130263328552,0,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0,1,0,0,1,0,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0,1,0,0.001373330014757812,0.9923400282859802,-0.12338600307703018,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,0.001373330014757812,0.9923400282859802,-0.12338600307703018,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,0.00009155549923889339,0.9957879781723022,0.09152500331401825,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.04995879903435707,0.9925839900970459,0.11072099953889847,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,0.04995879903435707,0.9925839900970459,0.11072099953889847,0,1,0,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,0,1,0,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.04855490103363991,0.9910280108451843,0.12430199980735779,0,1,0,-0.05621509999036789,0.9984130263328552,0,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.05621509999036789,0.9984130263328552,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.05621509999036789,0.9984130263328552,0,-0.10550200194120407,0.9944149851799011,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.10550200194120407,0.9944149851799011,0,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.10550200194120407,0.9944149851799011,0,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.019714999943971634,0.9936220049858093,-0.11096499860286713,0.019714999943971634,0.9936220049858093,-0.11096499860286713,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.019714999943971634,0.9936220049858093,-0.11096499860286713,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.01065099984407425,0.9959110021591187,-0.08935820311307907,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.01065099984407425,0.9959110021591187,-0.08935820311307907,0.0026856299955397844,0.9994810223579407,-0.0313120000064373,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08978550136089325,0.9959409832954407,0,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.05621509999036789,0.9984130263328552,0,0,1,0,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.05621509999036789,0.9984130263328552,0,0,1,0,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08972439914941788,0.9959409832954407,0,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,0.08978550136089325,0.9959409832954407,0,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08838160336017609,0.9960629940032959,0.004089479800313711,-0.08972439914941788,0.9959409832954407,0,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08832059800624847,0.9960629940032959,-0.004089479800313711,-0.038850098848342896,0.9963679909706116,-0.07553330063819885,0.006164739839732647,0.9999079704284668,0.011627599596977234,-0.04824979975819588,0.9960330128669739,-0.07464829832315445,-0.02548299916088581,0.9961550235748291,-0.08362069725990295,0.0066530401818454266,0.9998779892921448,0.012207400053739548,-0.038850098848342896,0.9963679909706116,-0.07553330063819885,-0.02548299916088581,0.9961550235748291,-0.08362069725990295,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.018280599266290665,0.9958490133285522,-0.0889308974146843,-0.018280599266290665,0.9958490133285522,-0.0889308974146843,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.012482100166380405,0.9961550235748291,-0.0865200012922287,-0.018280599266290665,0.9958490133285522,-0.0889308974146843,-0.012482100166380405,0.9961550235748291,-0.0865200012922287,-0.0016479999758303165,0.9998469948768616,-0.01721240021288395,-0.08496350049972534,0.9961550235748291,-0.020020099356770515,0,0.9999690055847168,0.001434369944036007,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.06274610012769699,0.9962459802627563,-0.059328000992536545,-0.006866659969091415,0.9999390244483948,-0.005188149865716696,-0.06884980201721191,0.9960629940032959,-0.055452100932598114,-0.0543535016477108,0.9961850047111511,-0.06811729818582535,-0.0019837000872939825,0.9999690055847168,-0.00018311099847778678,-0.06274610012769699,0.9962459802627563,-0.059328000992536545,-0.02548299916088581,0.9961550235748291,-0.08362069725990295,-0.038850098848342896,0.9963679909706116,-0.07553330063819885,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.038850098848342896,0.9963679909706116,-0.07553330063819885,-0.04824979975819588,0.9960330128669739,-0.07464829832315445,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.04824979975819588,0.9960330128669739,-0.07464829832315445,-0.0543535016477108,0.9961850047111511,-0.06811729818582535,-0.07284770160913467,0.9961850047111511,-0.047853000462055206,-0.0008239999879151583,0.9999690055847168,-0.0013428099919110537,-0.07821889966726303,0.9960330128669739,-0.04239020124077797,-0.0543535016477108,0.9961850047111511,-0.06811729818582535,-0.06274610012769699,0.9962459802627563,-0.059328000992536545,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.06274610012769699,0.9962459802627563,-0.059328000992536545,-0.06884980201721191,0.9960629940032959,-0.055452100932598114,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.06884980201721191,0.9960629940032959,-0.055452100932598114,-0.07284770160913467,0.9961850047111511,-0.047853000462055206,-0.07284770160913467,0.9961850047111511,-0.047853000462055206,-0.07821889966726303,0.9960330128669739,-0.04239020124077797,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07821889966726303,0.9960330128669739,-0.04239020124077797,-0.08200319856405258,0.9960020184516907,-0.03488269820809364,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08200319856405258,0.9960020184516907,-0.03488269820809364,-0.08499400317668915,0.9959719777107239,-0.027802400290966034,-0.0270089004188776,0.9996029734611511,-0.0023499298840761185,-0.08832059800624847,0.9960629940032959,-0.004089479800313711,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.08832059800624847,0.9960629940032959,-0.004089479800313711,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08764919638633728,0.9960629940032959,-0.01065099984407425,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08496350049972534,0.9961550235748291,-0.020020099356770515,-0.08496350049972534,0.9961550235748291,-0.020020099356770515,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.08499400317668915,0.9959719777107239,-0.027802400290966034,0.08969389647245407,0.9959409832954407,-0.0034180700313299894,0.08954130113124847,0.9959409832954407,-0.007019259966909885,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.08954130113124847,0.9959409832954407,-0.007019259966909885,0.0884120985865593,0.9959719777107239,-0.01345869991928339,-0.008850369602441788,0.9999390244483948,0.0032349599059671164,0.08148439973592758,0.9960020184516907,-0.03601180016994476,0.08236949890851974,0.9962159991264343,-0.026886800304055214,0.08236949890851974,0.9962159991264343,-0.026886800304055214,0.08148439973592758,0.9960020184516907,-0.03601180016994476,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.08236949890851974,0.9962159991264343,-0.026886800304055214,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.0874050036072731,0.9959719777107239,-0.019714999943971634,0.0874050036072731,0.9959719777107239,-0.019714999943971634,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.0884120985865593,0.9959719777107239,-0.01345869991928339,0.06085389852523804,0.9962459802627563,-0.06109809875488281,0.00314340996555984,0.9999690055847168,-0.0014954099897295237,0.05685599893331528,0.9960629940032959,-0.06762900203466415,0.06927700340747833,0.9961550235748291,-0.05322429910302162,0.007354959845542908,0.9999390244483948,-0.005371259991079569,0.06085389852523804,0.9962459802627563,-0.06109809875488281,0.08148439973592758,0.9960020184516907,-0.03601180016994476,0.07818839699029922,0.9960020184516907,-0.04290900006890297,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07818839699029922,0.9960020184516907,-0.04290900006890297,0.07480090111494064,0.9959719777107239,-0.049195799976587296,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07480090111494064,0.9959719777107239,-0.049195799976587296,0.06927700340747833,0.9961550235748291,-0.05322429910302162,0.06927700340747833,0.9961550235748291,-0.05322429910302162,0.06085389852523804,0.9962459802627563,-0.06109809875488281,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.06085389852523804,0.9962459802627563,-0.06109809875488281,0.05685599893331528,0.9960629940032959,-0.06762900203466415,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.05685599893331528,0.9960629940032959,-0.06762900203466415,0.04821920022368431,0.9961850047111511,-0.07229830324649811,0.03396710008382797,0.9959409832954407,-0.08313240110874176,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.041810400784015656,0.9960020184516907,-0.07885979861021042,0.041810400784015656,0.9960020184516907,-0.07885979861021042,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.04821920022368431,0.9961850047111511,-0.07229830324649811,0.041810400784015656,0.9960020184516907,-0.07885979861021042,0.04821920022368431,0.9961850047111511,-0.07229830324649811,-0.006775110028684139,0.9998779892921448,0.012512600049376488,-0.00012207399413455278,0.9999079704284668,-0.012176900170743465,0.01065099984407425,0.9959110021591187,-0.08935820311307907,0.01934869959950447,0.9960330128669739,-0.08676409721374512,0.01934869959950447,0.9960330128669739,-0.08676409721374512,0.01065099984407425,0.9959110021591187,-0.08935820311307907,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.01934869959950447,0.9960330128669739,-0.08676409721374512,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.026337500661611557,0.9958800077438354,-0.08658099919557571,0.026337500661611557,0.9958800077438354,-0.08658099919557571,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.03396710008382797,0.9959409832954407,-0.08313240110874176,0.00009155549923889339,0.9957879781723022,0.09152500331401825,0.0036622199695557356,0.9957879781723022,0.09140290319919586,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0036622199695557356,0.9957879781723022,0.09140290319919586,0.012482100166380405,0.9961550235748291,0.08655049651861191,-0.006622519809752703,0.9998779892921448,-0.012665200047194958,0.03482159972190857,0.9959409832954407,0.08270519971847534,0.025727100670337677,0.9961550235748291,0.08365119993686676,0.025727100670337677,0.9961550235748291,0.08365119993686676,0.03482159972190857,0.9959409832954407,0.08270519971847534,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.025727100670337677,0.9961550235748291,0.08365119993686676,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.018555300310254097,0.9958490133285522,0.08899199962615967,0.018555300310254097,0.9958490133285522,0.08899199962615967,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.012482100166380405,0.9961550235748291,0.08655049651861191,0.018555300310254097,0.9958490133285522,0.08899199962615967,0.012482100166380405,0.9961550235748291,0.08655049651861191,0.0014038500376045704,0.9998469948768616,0.017151400446891785,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.002655110089108348,0.9999690055847168,0.0006103700143285096,0.06173890084028244,0.9960020184516907,0.06445509940385818,0.03482159972190857,0.9959409832954407,0.08270519971847534,0.04269539937376976,0.9959719777107239,0.07867670059204102,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.04269539937376976,0.9959719777107239,0.07867670059204102,0.049623098224401474,0.9959409832954407,0.07467880100011826,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.049623098224401474,0.9959409832954407,0.07467880100011826,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.0543535016477108,0.9961850047111511,0.06817830353975296,0.06173890084028244,0.9960020184516907,0.06445509940385818,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.06173890084028244,0.9960020184516907,0.06445509940385818,0.06671349704265594,0.9959719777107239,0.05948060005903244,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.06671349704265594,0.9959719777107239,0.05948060005903244,0.07095550000667572,0.9959719777107239,0.054719701409339905,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.0012512600515037775,0.9999690055847168,0.0015869600465521216,0.07770010083913803,0.9962459802627563,0.037629298865795135,-0.007171850185841322,0.9999690055847168,-0.002899260027334094,0.08188120275735855,0.9961550235748291,0.030274400487542152,0.07770010083913803,0.9962459802627563,0.037629298865795135,0.07770010083913803,0.9962459802627563,0.037629298865795135,0.08188120275735855,0.9961550235748291,0.030274400487542152,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07770010083913803,0.9962459802627563,0.037629298865795135,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.07290869951248169,0.9961850047111511,0.047883499413728714,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.07095550000667572,0.9959719777107239,0.054719701409339905,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.0011596999829635024,0.9999690055847168,-0.001373330014757812,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.02743609994649887,0.9996029734611511,0.0023804400116205215,0.08838160336017609,0.9960629940032959,0.004089479800313711,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.08838160336017609,0.9960629940032959,0.004089479800313711,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08767969906330109,0.9960629940032959,0.010681499727070332,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.08502460271120071,0.9961550235748291,0.02005070075392723,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.08188120275735855,0.9961550235748291,0.030274400487542152,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.08954130113124847,0.9959409832954407,0.007019259966909885,-0.0884426012635231,0.9959719777107239,0.01345869991928339,0.008850369602441788,0.9999390244483948,-0.0032349599059671164,-0.08148439973592758,0.9960020184516907,0.03601180016994476,-0.08240000158548355,0.9962159991264343,0.02691729925572872,-0.08240000158548355,0.9962159991264343,0.02691729925572872,-0.08148439973592758,0.9960020184516907,0.03601180016994476,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.08240000158548355,0.9962159991264343,0.02691729925572872,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.08743549883365631,0.9959719777107239,0.019714999943971634,-0.08743549883365631,0.9959719777107239,0.019714999943971634,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.0884426012635231,0.9959719777107239,0.01345869991928339,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.003295999951660633,0.9999690055847168,0.0016479999758303165,-0.05685599893331528,0.9960629940032959,0.06762900203466415,-0.06927700340747833,0.9961550235748291,0.05322429910302162,-0.007354959845542908,0.9999390244483948,0.005462809931486845,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.08148439973592758,0.9960020184516907,0.03601180016994476,-0.07818839699029922,0.9960020184516907,0.04290900006890297,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.07818839699029922,0.9960020184516907,0.04290900006890297,-0.07480090111494064,0.9959719777107239,0.04916530102491379,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.07480090111494064,0.9959719777107239,0.04916530102491379,-0.06927700340747833,0.9961550235748291,0.05322429910302162,-0.06927700340747833,0.9961550235748291,0.05322429910302162,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.06085389852523804,0.9962459802627563,0.06109809875488281,-0.05685599893331528,0.9960629940032959,0.06762900203466415,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.05685599893331528,0.9960629940032959,0.06762900203466415,-0.04821920022368431,0.9961850047111511,0.07229830324649811,-0.03396710008382797,0.9959409832954407,0.08313240110874176,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.041810400784015656,0.9960020184516907,0.07885979861021042,-0.041810400784015656,0.9960020184516907,0.07885979861021042,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.04821920022368431,0.9961850047111511,0.07229830324649811,-0.041810400784015656,0.9960020184516907,0.07885979861021042,-0.04821920022368431,0.9961850047111511,0.07229830324649811,0.006866659969091415,0.9998779892921448,-0.012512600049376488,0.00012207399413455278,0.9999079704284668,0.011902200058102608,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.019318200647830963,0.9960330128669739,0.08676409721374512,-0.019318200647830963,0.9960330128669739,0.08676409721374512,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.019318200647830963,0.9960330128669739,0.08676409721374512,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.026337500661611557,0.9958800077438354,0.08658099919557571,-0.026337500661611557,0.9958800077438354,0.08658099919557571,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.03396710008382797,0.9959409832954407,0.08313240110874176,-0.10550200194120407,0.9944149851799011,0,-0.05621509999036789,0.9984130263328552,0,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.05621509999036789,0.9984130263328552,0,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.00009155549923889339,0.9957879781723022,-0.09149450063705444,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.00009155549923889339,0.9957879781723022,-0.09149450063705444,-0.0036622199695557356,0.9957879781723022,-0.09134189784526825,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.0036622199695557356,0.9957879781723022,-0.09134189784526825,-0.012482100166380405,0.9961550235748291,-0.0865200012922287,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.11383400112390518,0.9934689998626709,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.11383400112390518,0.9934689998626709,0,0.09997860342264175,0.9949340224266052,-0.007538069970905781,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.09997860342264175,0.9949340224266052,-0.007538069970905781,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.09997860342264175,0.9949340224266052,-0.007538069970905781,0.08969389647245407,0.9959409832954407,-0.0034180700313299894,0.10550200194120407,0.9944149851799011,0,0.05621509999036789,0.9984130263328552,0,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.05621509999036789,0.9984130263328552,0,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.030060699209570885,0.9810479879379272,0.19125999510288239,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.11383400112390518,0.9934689998626709,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.11383400112390518,0.9934689998626709,0,-0.09997860342264175,0.9949340224266052,0.007538069970905781,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09997860342264175,0.9949340224266052,0.007538069970905781,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.09997860342264175,0.9949340224266052,0.007538069970905781,-0.08969389647245407,0.9959409832954407,0.0034180700313299894,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.08969389647245407,0.9959409832954407,0.0034180700313299894,-0.08954130113124847,0.9959409832954407,0.007019259966909885,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.004974519833922386,0.9711599946022034,0.2382889986038208,0.004974519833922386,0.9711599946022034,0.2382889986038208,0.030060699209570885,0.9810479879379272,0.19125999510288239,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,0.004974519833922386,0.9711599946022034,0.2382889986038208,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.0005188150098547339,0.9781180024147034,0.20792299509048462,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.013489199802279472,0.983489990234375,0.1803950071334839,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.0552080012857914,0.9883419871330261,0.14184999465942383,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.019714999943971634,0.9936220049858093,0.11096499860286713,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.07733389735221863,0.993071973323822,0.0884120985865593,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.004272589925676584,0.9959110021591187,0.09009060263633728,-0.010620400309562683,0.9959409832954407,0.08935820311307907,-0.0026856299955397844,0.9994810223579407,0.031495101749897,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.09414959698915482,0.9924920201301575,0.07773060351610184,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.10550200194120407,0.9944149851799011,0,0.10550200194120407,0.9944149851799011,0,0.11075200140476227,0.9938049912452698,0.005615409929305315,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.10550200194120407,0.9944149851799011,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.05621509999036789,0.9984130263328552,0,0.05621509999036789,0.9984130263328552,0,0.09244059771299362,0.9926760196685791,-0.07748650014400482,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.05621509999036789,0.9984130263328552,0,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0,1,0,0,1,0,0.0485243983566761,0.9910280108451843,-0.1243629977107048,0.001373330014757812,0.9923400282859802,-0.12338600307703018,0,1,0,0.001373330014757812,0.9923400282859802,-0.12338600307703018,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,0.001373330014757812,0.9923400282859802,-0.12338600307703018,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.04998930171132088,0.9925839900970459,-0.11072099953889847,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,0.00009155549923889339,0.9957879781723022,0.09152500331401825,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.07751700282096863,0.9947810173034668,0.06607259809970856,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.033539801836013794,0.9858999848365784,0.16385400295257568,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.0705282986164093,0.9863579869270325,0.14862500131130219,0.04995879903435707,0.9925839900970459,0.11072099953889847,0.030060699209570885,0.9810479879379272,0.19125999510288239,0.04995879903435707,0.9925839900970459,0.11072099953889847,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,0.04995879903435707,0.9925839900970459,0.11072099953889847,0,1,0,-0.0014038500376045704,0.9923400282859802,0.12335599958896637,0,1,0,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.04855490103363991,0.9910280108451843,0.12430199980735779,0,1,0,-0.05621509999036789,0.9984130263328552,0,-0.04855490103363991,0.9910280108451843,0.12430199980735779,-0.05621509999036789,0.9984130263328552,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.05621509999036789,0.9984130263328552,0,-0.10550200194120407,0.9944149851799011,0,-0.09244059771299362,0.9926760196685791,0.07745599746704102,-0.10550200194120407,0.9944149851799011,0,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.10550200194120407,0.9944149851799011,0,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.11075200140476227,0.9938049912452698,-0.005615409929305315,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.09414959698915482,0.9924920201301575,-0.0777612030506134,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.07751700282096863,0.9947810173034668,-0.06607259809970856,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.0705282986164093,0.9863579869270325,-0.14862500131130219,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.033539801836013794,0.9858999848365784,-0.1638229936361313,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,-0.0300913006067276,0.9810789823532104,-0.19122900068759918,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,-0.004974519833922386,0.9711599946022034,-0.2382580041885376,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.0004882959765382111,0.9781180024147034,-0.20792299509048462,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.013489199802279472,0.983489990234375,-0.1803950071334839,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.019714999943971634,0.9936220049858093,-0.11096499860286713,0.019714999943971634,0.9936220049858093,-0.11096499860286713,0.0552080012857914,0.9883419871330261,-0.14184999465942383,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.019714999943971634,0.9936220049858093,-0.11096499860286713,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.07736440002918243,0.993071973323822,-0.0884120985865593,0.01065099984407425,0.9959110021591187,-0.08935820311307907,0.004272589925676584,0.9959110021591187,-0.09009060263633728,0.01065099984407425,0.9959110021591187,-0.08935820311307907,0.0026856299955397844,0.9994810223579407,-0.0313120000064373], "normalized": false }, "color": { "itemSize": 3, "type": "Float32Array", "array": [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1], "normalized": false } }, "boundingSphere": { "center": [0.03440093994140625,0.0222015380859375,0.12830018997192383], "radius": 53.8699591461453 } } }], "materials": [ { "uuid": "ca8fd0a8-83df-42d9-aed2-b4666112f28e", "type": "MeshBasicMaterial", "color": 2261780, "reflectivity": 1, "refractionRatio": 0.98, "vertexColors": true, "depthFunc": 3, "depthTest": true, "depthWrite": true, "colorWrite": true, "stencilWrite": false, "stencilWriteMask": 255, "stencilFunc": 519, "stencilRef": 0, "stencilFuncMask": 255, "stencilFail": 7680, "stencilZFail": 7680, "stencilZPass": 7680 }], "object": { "uuid": "8a111dd2-5431-4ae0-b70e-116e91618346", "type": "Group", "name": "phoneModel.gltf", "layers": 1, "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], "children": [ { "uuid": "882584cc-f9c0-4ace-b831-6bfe0627c9b3", "type": "Mesh", "name": "mobile_device_04001", "userData": { "name": "mobile_device_04.001" }, "layers": 1, "matrix": [0.13267200000000512,-7.711227006307539e-12,-0.00007444019091317127,0,-0.00007443850771119708,-0.0008910491402564229,-0.13266899999905585,0,-4.999459131732042e-7,0.13266900000094414,-0.0008910488597572572,0,0.00231927,0.00126753,0.00166245,1], "geometry": "156576a2-cd88-4282-91bc-7a294793e108", "material": "ca8fd0a8-83df-42d9-aed2-b4666112f28e" }] } }

icon-selector/icons/multimedia/index.ts

multimediaIconCategory
Type : object
Default value : { label: gettext('Multimedia`icons-category`'), icons: multimediaIcons }
multimediaIcons
Type : []
Default value : [ ['podcast'], ['headphones'], ['volume-control-phone'], ['volume-off', 'volume-mute', 'volume-zero'], ['volume-low', 'volume-down'], ['volume'], ['speaker', 'volume-up', 'volume-high'], ['sound'], ['headset'], ['play-circle'], ['pause-circle'], ['stop-circle'], ['skip-previous', 'step-backward'], ['fast-rewind'], ['rewind', 'fast-rewind1', 'fast-backward', 'backward'], ['play-arrow', 'play', 'play-circle1', 'play-circle-o'], ['pause'], ['stop'], ['forward11', 'fast-forward', 'forward111'], ['fast-forward1'], ['skip-next', 'step-forward'], ['no-image'], ['local-movies', 'theaters', 'film'], ['mic', 'microphone'], ['block-microphone', 'microphone-slash'], ['music-note', 'music'], ['photo-camera-front', 'video-camera'], ['camera', 'camera-retro', 'cam'], ['image', 'picture', 'picture-o', 'photo'], ['photo-gallery'], ['albums', 'cubes'], ['slides'], ['bursts'], ['exposure'], ['gallery'], ['insert-clip'], ['memories'], ['overwrite-clip'], ['selfies'] ]

data-broker/ng1/index.ts

NAME
Type : string
Default value : 'c8y.upgrade.dataBroker'
ng1Modules
Type : []
Default value : [NAME]

protocol-opcua/ng1/index.ts

NAME
Type : string
Default value : 'c8y.upgrade.opcua'
ng1Modules
Type : []
Default value : [NAME]

reports/ng1/index.ts

NAME
Type : string
Default value : 'c8y.upgrade.reports'
ng1Modules
Type : []
Default value : [NAME]

upgrade/ng1/index.ts

NAME
Type : string
Default value : 'c8y.upgrade'
ng1Modules
Type : []
Default value : ['app', NAME]

core/setup/setup.model.ts

NEEDED_ROLE_FOR_SETUP
Type : string
Default value : 'ROLE_APPLICATION_MANAGEMENT_ADMIN'
SETUP_FINISHED_STEP_ID
Type : string
Default value : 'c8ySetupFinished'

icon-selector/icons/network/index.ts

networkIconCategory
Type : object
Default value : { label: gettext('Network`icons-category`'), icons: networkIcons }
networkIcons
Type : []
Default value : [ ['facebook'], ['instagram'], ['linkedin'], ['pinterest'], ['twitter'], ['youtube', 'youtube-play'], ['google'], ['github'], ['cloud'], ['cloud-search', 'search-in-cloud'], ['cloud-settings'], ['cloud-checked'], ['cloud-restricted'], ['cloud-plus'], ['cloud-minus'], ['cloud-error'], ['cloud-unavailable'], ['cloud-upload', 'backup'], ['cloud-download'], ['cloud-backup-restore'], ['cloud-remote-working'], ['cloud-bar-chart'], ['cloud-binary-code'], ['cloud-broadcasting'], ['secure-cloud'], ['error-cloud'], ['cloud-cross'], ['dashed-cloud'], ['cloud-connection'], ['cloud-firewall'], ['cloud-link'], ['cloud-waiting'], ['public-cloud'], ['delete-from-cloud'], ['cloud-refresh'], ['cloud-right-u-arrow'], ['cloud-share-symbol'], ['cloud-development'], ['cloud-sync'], ['cloud-user'], ['cloud-computing'], ['cloud-storage'], ['cloud-network'], ['computer'], ['connected-people'], ['connection-sync'], ['network-2'], ['incoming-data'], ['outgoing-data'], ['remote-desktop1'], ['security-wi-fi'], ['server1'], ['server-shutdown1'], ['ftp-server'], ['thin-client'], ['wi-fi', 'wifi', 'wireless-network'], ['wi-fi-off'], ['wi-fi-connected'], ['wi-fi-disconnected'], ['wi-fi-lock'], ['scan-wi-fi'], ['bluetooth', 'bluetooth-b', 'bluetooth-symbol'], ['decentralized-network'], ['centralized-network'], ['light-bulb-outline'] ]

core/common/number.pipe.ts

NUMBER_FORMAT_REGEXP
Default value : /^(\d+)?\.((\d+)(-(\d+))?)?$/

icon-selector/icons/office/index.ts

officeIconCategory
Type : object
Default value : { label: gettext('Office`icons-category`'), icons: officeIcons }
officeIcons
Type : []
Default value : [ ['medkit'], ['fax'], ['beer'], ['department'], ['stacked-organizational-chart'], ['tty'], ['target', 'crosshairs'], ['accuracy'], ['goal', 'bullseye'], ['address-book', 'address-book-o', 'contacts-book'], ['attract-customers', 'magnet'], ['guarantee'], ['commercial', 'bullhorn', 'announcement'], ['podium'], ['time-card'], ['change'], ['applicant'], ['download-resume'], ['submit-resume'], ['briefcase', 'suitcase'], ['new-job'], ['job-seeker'], ['business-building'], ['dossier'], ['alarms'], ['project'], ['important-book'], ['important-note'], ['name-tag', 'id-badge'], ['assignment-return'], ['note-taking'], ['audit'], [ 'badge', 'vcard', 'vcard-o', 'id-card', 'id-card-o', 'address-card-o', 'address-card', 'drivers-license', 'drivers-license-o' ], ['new-contact'], ['contact-details'], ['phone-contact'], ['inspection', 'clipboard-with-a-tick'], ['survey'], ['no-data-available'], ['task-planning'], ['invoice'], ['summary-list'], ['study'], ['card'], ['job'], ['print'], ['communication-internet'], ['language-skill', 'language'], ['close-program', 'window-close', 'window-close-o'], ['new-slide'], ['web-analytics'], ['planner'], ['rescheduling-a-task'], ['resume-website'], ['product-documents'], ['resume-template'], ['rubber-stamp'], ['stamp'], ['video-projector'], ['management1'], ['gavel', 'legal'] ]

protocol-opcua/ng1/downgraded.components.ts

opcuaAddressSpaceTreeComponent
Default value : downgradeComponent({ component: OpcuaAddressSpaceTreeComponent, inputs: ['moId'], outputs: ['selectedNode'] })

core/common/status.model.ts

operationStatusClasses
Type : object
Default value : { [OperationStatus.PENDING]: 'text-info', [OperationStatus.EXECUTING]: 'text-info', [OperationStatus.SUCCESSFUL]: 'text-success', [OperationStatus.FAILED]: 'text-danger' }
operationStatusIcons
Type : object
Default value : { [OperationStatus.PENDING]: 'clock-o', [OperationStatus.EXECUTING]: 'refresh', [OperationStatus.SUCCESSFUL]: 'check-circle', [OperationStatus.FAILED]: 'exclamation-circle' }
statusAlert
Type : object
Default value : { [Status.SUCCESS]: `alert-${Status.SUCCESS}`, [Status.WARNING]: `alert-${Status.WARNING}`, [Status.DANGER]: `alert-${Status.DANGER}`, [Status.INFO]: `alert-${Status.INFO}` }
statusClasses
Type : object
Default value : { [Status.SUCCESS]: `text-${Status.SUCCESS}`, [Status.WARNING]: `text-${Status.WARNING}`, [Status.DANGER]: `text-${Status.DANGER}`, [Status.INFO]: `text-${Status.INFO}` }
statusIcons
Type : object
Default value : { [Status.SUCCESS]: 'check-circle', [Status.WARNING]: 'exclamation-triangle', [Status.DANGER]: 'exclamation-circle', [Status.INFO]: 'info-circle' }

icon-selector/icons/people/index.ts

peopleIconCategory
Type : object
Default value : { label: gettext('People`icons-category`'), icons: peopleIcons }
peopleIcons
Type : []
Default value : [ ['user-md'], ['wheelchair-alt'], ['wheelchair'], ['child'], ['workspace1'], ['male-user', 'user-circle-o', 'user-circle'], ['user-plus', 'add-user'], ['remove-user', 'user-minus', 'user-times'], ['user-account', 'user', 'user-o'], ['manager', 'businessman', 'male'], ['document-writer'], ['supplier'], ['search-client'], ['account-enable'], ['account-disable'], ['insurance-agent'], ['payroll'], ['lawyer'], ['complaint'], ['appointment-scheduling'], ['caretaker'], ['guardian'], ['batch-assign'], ['people', 'users', 'group1', 'management', 'team'], ['people-working-together'], ['group-task'], ['accessibility', 'universal-access'], ['pregnant-woman', 'female'], ['business-conference-female-speaker'], ['organization-chart-people'], ['meeting-room'], ['permanent-job'], ['contact-us'], ['voice-recognition'], ['collaboration'], ['technical-support'], ['online-support'], ['student-male'], ['devops'], ['exhibitor'], ['env-permission'], ['bathtub', 'bath', 's15'], ['hotel', 'local-hotel', 'bed'], ['intelligence'] ]

icon-selector/icons/platform/index.ts

platformIconCategory
Type : object
Default value : { label: gettext('Platform`icons-category`'), icons: platformIcons }
platformIcons
Type : []
Default value : [ ['c8y-aab-icon-model'], ['c8y-aab-icon-template-model'], ['c8y-accounts'], ['c8y-add-user'], ['c8y-administration'], ['c8y-alarm'], ['c8y-alert-idle'], ['c8y-alfabet'], ['c8y-analytic-model'], ['c8y-analytics-builder'], ['c8y-apama-epl'], ['c8y-apama-machine-learning'], ['c8y-apama-machine-learning-workbench'], ['c8y-archive'], ['c8y-aris'], ['c8y-atom'], ['c8y-book'], ['c8y-bookmark'], ['c8y-bulb'], ['c8y-business-rules'], ['c8y-c8y'], ['c8y-c8y-data'], ['c8y-c8y-support'], ['c8y-calendar'], ['c8y-chart'], ['c8y-circle-star'], ['c8y-cloud-container'], ['c8y-cockpit'], ['c8y-component'], ['c8y-connector-in'], ['c8y-connector-out'], ['c8y-css'], ['c8y-cumulocity-iot'], ['c8y-data-broker'], ['c8y-data-explorer'], ['c8y-data-hub'], ['c8y-data-points'], ['c8y-design'], ['c8y-device'], ['c8y-device-connect'], ['c8y-device-control'], ['c8y-device-management'], ['c8y-device-profile'], ['c8y-device-protocols'], ['c8y-e2e-monitoring'], ['c8y-energy'], ['c8y-enterprise'], ['c8y-event-processing'], ['c8y-events'], ['c8y-fieldbus'], ['c8y-find-map'], ['c8y-firmware'], ['c8y-grid-off'], ['c8y-grid-on'], ['c8y-group'], ['c8y-group-add'], ['c8y-group-open'], ['c8y-group-remote'], ['c8y-group-remote-inactive'], ['c8y-group-remote-open'], ['c8y-group-smart'], ['c8y-group-smart-open'], ['c8y-java'], ['c8y-layers'], ['c8y-layout'], ['c8y-location'], ['c8y-machine-portal'], ['c8y-management'], ['c8y-metering'], ['c8y-mft'], ['c8y-mobile-add'], ['c8y-mobile-config'], ['c8y-modules'], ['c8y-mycloud'], ['c8y-notification'], ['c8y-oee'], ['c8y-onnx'], ['c8y-overviews'], ['c8y-parameters'], ['c8y-parameters-on'], ['c8y-parking'], ['c8y-report'], ['c8y-reports'], ['c8y-rocket'], ['c8y-saas'], ['c8y-security'], ['c8y-shield'], ['c8y-simulator'], ['c8y-smart-rest'], ['c8y-smart-rules'], ['c8y-solution-accelerator'], ['c8y-streaming-analytics'], ['c8y-sub-tenants'], ['c8y-tenant-policies'], ['c8y-tools'], ['c8y-tracking'], ['c8y-usage-statistics'], ['c8y-user'], ['c8y-users'], ['c8y-waste-bin'], ['c8y-wm-api'], ['c8y-wm-b2b'], ['c8y-wm-dynamicapps'], ['c8y-wm-integration'] ]

actility-device-registration/actility-device-registration.model.ts

PRODUCT_EXPERIENCE
Type : object
Default value : { EVENT: 'deviceRegistration', COMPONENT: 'actility-registration', RESULT: { SUCCESS: 'registrationSuccess', FAILURE: 'registrationFailure' } }

device-profile/device-profile.model.ts

PRODUCT_EXPERIENCE
Type : object
Default value : { EVENTS: { REPOSITORY: 'deviceProfileRepository', DEVICE_TAB: 'deviceProfileTab' }, COMPONENTS: { DEVICE_PROFILE_LIST: 'device-profile-list', ADD_DEVICE_PROFILE: 'add-device-profile', DEVICE_PROFILE: 'device-profile', DEVICE_TAB_PROFILE: 'device-tab-profile' }, ACTIONS: { CANCEL: 'cancel', CREATE: 'create', REMOVE: 'remove', ADD: 'add', SAVE: 'save', ASSIGN_DEVICE_PROFILE: 'assignDeviceProfile' }, RESULTS: { ADD_SOFTWARE: 'addSoftware' }, FRAGMENTS: { FIRMWARE: 'firmware', SOFTWARE: 'software', CONFGIURATION: 'configuration' } }

file-preview/file-preview-product-experience.constants.ts

PRODUCT_EXPERIENCE
Type : object
Default value : { EVENTS: { FILE_PREVIEW: 'filePreview' }, COMPONENTS: { FILE_PREVIEW_COMPONENT: 'file-preview' }, ACTIONS: { OPEN_PREVIEW: 'openPreview' } }

files-repository/files-repository-product-experience.constants.ts

PRODUCT_EXPERIENCE
Type : object
Default value : { EVENTS: { FILE_REPOSITORY_UPLOAD: 'filesRepositoryUpload' }, COMPONENTS: { FILE_REPOSITORY_UPLOAD_COMPONENT: 'files-repository-upload' }, RESULTS: { UPLOAD_ITEM_SUCCESS: 'fileUploadSuccess', UPLOAD_ITEM_FAILED: 'fileUploadFailed' } }

loriot-device-registration/loriot-device-registration.model.ts

PRODUCT_EXPERIENCE
Type : object
Default value : { EVENT: 'deviceRegistration', COMPONENT: 'loriot-registration', RESULT: { SUCCESS: 'registrationSuccess', FAILURE: 'registrationFailure' } }

sigfox-device-registration/sigfox-device-registration.model.ts

PRODUCT_EXPERIENCE
Type : object
Default value : { EVENT: 'deviceRegistration', COMPONENT: 'sigfox-registration', RESULT: { SUCCESS: 'registrationSuccess', FAILURE: 'registrationFailure' } }

trusted-certificates/trusted-certificate.model.ts

PRODUCT_EXPERIENCE
Type : object
Default value : { EVENT: 'trustedCertificate', CERTIFICATES: { COMPONENTS: { TRUSTED_CERTIFICATE: 'trusted-certificate' }, ACTIONS: { ADD: 'add', UPDATE: 'update', DELETE: 'delete' }, RESULTS: { ADD_SUCCESS: 'certificateAdded', UPDATE_SUCCESS: 'certificateUpdated', DELETE_SUCCESS: 'certificateDeleted' } }, VERIFICATION_CODE: { COMPONENTS: { REGENERATE_CODE: 'regenerate-unsigned-verification-code', VERIFY_CODE: 'verify-signed-verification-code', DOWNLOAD_CODE: 'download-unsigned-verification-code' }, ACTIONS: { REGENERATE: 'regenrate', VERIFY: 'verify', DOWNLOAD: 'download' }, RESULTS: { REGENERATE_SUCCESS: 'unsignedVerificationCodeRegenerated', VERIFY_SUCCESS: 'signedCodeVerified', VERIFY_FAILED: 'signedCodeVerificationFailed' } } }

core/shared/core.model.ts

PRODUCT_EXPERIENCE
Type : object
Default value : { ACTION_BAR: { EVENTS: { ACTION_BAR_ITEM: 'actionBarItem' }, COMPONENTS: { ACTION_BAR_COMPONENT: 'action-bar' }, ACTIONS: {}, RESULTS: {} }, QUICK_LINKS: { EVENTS: { QUICK_LINK_RIGHT_DRAWER: 'quickLinkRightDrawer' }, COMPONENTS: { RIGHT_DRAWER_COMPONENT: 'right-drawer' }, ACTIONS: {}, RESULTS: {} } }

ecosystem/shared/ecosystem.model.ts

PRODUCT_EXPERIENCE
Type : object
Default value : { APPLICATIONS: { EVENTS: { AVAILABILITY: 'availability', APPLICATION_CARD: 'applicationCard', APPLICATION_PROPERTIES: 'applicationProperties', DEPLOY_APPLICATION: 'deployApplication', DUPLICATE_APPLICATION: 'duplicateApplication', INSTALLED_PLUGINS: 'installedPlugins', PACKAGE_PLUGINS: 'packagePlugins', PACKAGE_VERSIONS: 'packageVersions' }, COMPONENTS: { APPLICATION_CARD: 'application-card', APPLICATION_PLUGINS: 'application-plugins', APPLICATION_PROPERTIES: 'application-properties', DEPLOY_APPLICATION: 'deploy-application', DUPLICATE_APPLICATION_PROPERTIES: 'duplicate-application-properties', PLUGIN_LIST: 'plugin-list', PACKAGE_VERSIONS: 'package-versions-list', UPDATE_PLUGIN_OF_APP: 'update-plugin-of-app' }, ACTIONS: { AVAILABILITY_CHANGE: 'availabilityChange', CANCEL: 'cancel', CLONE: 'clone', CHANGE_PLUGIN_VERSION: 'changePluginVersion', DELETE: 'delete', DOWNLOAD: 'download', DEPLOY_APPLICATION: 'deployApplication', EDIT: 'edit', INSTALL_PLUGIN: 'installPlugin', INSTALL_PLUGINS: 'installPlugins', SELECT_VERSION: 'selectVersion', SET_AS_LATEST: 'setAsLatest', UPDATE_AVAILABLE: 'updateAvailable', UPLOAD: 'upload' }, RESULTS: { DEPLOYED: 'deployed', DUPLICATED: 'duplicated', PLUGIN_INSTALLED: 'pluginInstalled', PLUGIN_REMOVED: 'pluginRemoved', PLUGIN_VERSION_CHANGED: 'pluginVersionChanged', SERVER_FAILURE: 'serverFailure', SUCCESS: 'success' } } }

register-device/extensible/base-device-registration.model.ts

PRODUCT_EXPERIENCE
Type : object
Default value : { EVENT: 'deviceRegistration', COMPONENT: { BULK: 'bulk-registration', EXTENSIBLE_BULK: 'bulk-extensible-registration', EXTENSIBLE_SINGLE: 'single-extensible-registration' }, RESULT: { SUCCESS: 'registrationSuccess', FAILURE: 'registrationFailure' } }

repository/shared/repository.model.ts

PRODUCT_EXPERIENCE
Type : object
Default value : { SOFTWARE: { EVENTS: { REPOSITORY: 'softwareRepository', DEVICE_TAB: 'deviceSoftware' }, COMPONENTS: { ADD_SOFTWARE_MODAL: 'add-software-modal', DEVICE_SOFTWARE_CHANGES: 'device-software-changes', DEVICE_SOFTWARE_LIST: 'device-software-list' }, ACTIONS: { APPLY_SOFTWARE_CHANGES: 'applySoftwareChanges', CLEAR_SOFTWARE_CHANGES: 'clearSoftwareChanges', OPEN_INSTALL_SOFTWARE: 'openInstallSoftwareModal', OPEN_UPDATE_SOFTWARE: 'openUpdateSoftwareModal', DELETE_SOFTWARE: 'deleteSoftware' }, RESULTS: { ADD_SOFTWARE: 'addSoftware', ADD_SOFTWARE_VERSION: 'addSoftwareVersion', EDIT_SOFTWARE: 'editSoftware' } }, FIRMWARE: { EVENTS: { REPOSITORY: 'firmwareRepository', DEVICE_TAB: 'deviceFirmware' }, COMPONENTS: { ADD_FIRMWARE_MODAL: 'add-firmware-modal', ADD_FIRMWAR_PATCH_MODAL: 'add-firmware-patch-modal', FIRMWARE_DEVICE_TAB: 'firmware-device-tab', DEVICE_FIRMWARE_LIST: 'device-firmware-list' }, ACTIONS: { FILTER_FIRMWARE_LIST: 'filterFirmwareList', OPEN_INSTALL_FIRMWARE_DIALOG: 'openInstallFirmwareDialog', OPEN_REPLACE_FIRMWARE_DIALOG: 'openReplaceFirmwareDialog', OPEN_INSTALL_FIRMWARE_PATCH_DIALOG: 'openInstallFirmwarePatchDialog' }, RESULTS: { ADD_FIRMWARE: 'addFirmware', ADD_FIRMWARE_VERSION: 'addFirmwareVersion', ADD_FIRMWARE_PATCH: 'addFirmwarePatch', EDIT_FIRMWARE: 'editFirmware', CREATE_FIRMWARE_UPDATE_OPERATION: 'createFirmwareUpdateOperation' } }, SHARED: { COMPONENTS: { REPOSITORY_SELECT_MODAL: 'repository-select-modal', SELECT_CONFIGURATION_MODAL: 'select-configuration-modal' } } }
REPOSITORY_BINARY_TYPES
Type : object
Default value : { [RepositoryType.SOFTWARE]: 'c8y_SoftwareBinary', [RepositoryType.FIRMWARE]: 'c8y_FirmwareBinary', [RepositoryType.CONFIGURATION]: 'c8y_ConfigurationDumpBinary' }

sensor-phone/sensor-phone-modal/sensor-phone.model.ts

PRODUCT_EXPERIENCE
Type : object
Default value : { EVENTS: { CONNECT_SMARTPHONE: 'connectSmartphone' }, COMPONENTS: { SENSOR_PHONE_MODAL: 'sensor-phone-modal' }, ACTIONS: { ESCAPE: 'escape', OPEN_DASHBOARD: 'openDashboard', RETRY: 'retry' }, RESULTS: { FAILED: 'failed', REGISTER_PHONE_STARTED: 'registerPhoneStarted', SUCCESS: 'success' } }

sub-assets/shared/sub-assets.model.ts

PRODUCT_EXPERIENCE
Type : object
Default value : { EVENT: 'subAssets', DELETE_ASSET: { COMPONENTS: { DELETE_ASSETS_MODAL: 'delete-assets-modal' }, ACTIONS: { CASCADE_DELETE: 'cascadeDelete', DELETE_DEVICE_OWNER: 'deleteDeviceOwner' }, RESULTS: { CANCELED: 'canceled', DELETED: 'deleted' } }, ASSIGN_DEVICES: { COMPONENTS: { ASSIGN_DEVICES: 'assign-devices' }, ACTIONS: { ASSIGN: 'assign', CANCEL: 'cancel', DISPLAY_CHILD_DEVICES: 'displayChildDevices' } }, UNASSIGN_MODAL: { COMPONENTS: { UNASSIGN_MODAL: 'unassign-modal' }, RESULTS: { ASSET_UNASSIGNED: 'asset-unassigned' }, ACTIONS: { CANCEL: 'cancel' } }, GROUP_INFO: { COMPONENTS: { GROUP_INFO: 'group-info' }, ACTIONS: { EDIT: 'edit' }, RESULTS: { EDIT_SAVED: 'edit-saved' }, PROPERTIES: { NAME: 'name', DESCRIPTION: 'description' } }, ADD_GROUP: { COMPONENTS: { ADD_GROUP: 'add-group' }, ACTIONS: { ADD: 'add' }, RESULTS: { ADD_SUCCESS: 'group-added' } } }

widgets/implementations/help-and-service-widget/help-and-service.model.ts

PRODUCT_EXPERIENCE
Type : object
Default value : { HELP_AND_SERVICE_LINKS: { EVENTS: { HELP_AND_SERVICE_LINKS: 'helpAndServiceLinks' }, COMPONENTS: { HELP_AND_SERVICE_COMPONENT: 'right-drawer' }, ACTIONS: {}, RESULTS: {} } }

core/product-experience/product-experience.model.ts

PRODUCT_EXPERIENCE_EVENT_SOURCE
Default value : new InjectionToken('ProductExperienceEventSource')

Use this token for components that can provide product experience events.

icon-selector/icons/programming/index.ts

programmingIconCategory
Type : object
Default value : { label: gettext('Programming`icons-category`'), icons: programmingIcons }
programmingIcons
Type : []
Default value : [ ['source-code', 'code', 'html-code'], ['code1', 'file-code-o'], ['console', 'terminal'], ['add-property'], ['delete-document'], ['urgent-property'], ['remove-property'], ['edit-property'], ['template'], ['test'], ['property-script'], ['show-property'], ['search-property'], ['timesheet'], ['important-property'], ['new-property'], ['navigation-toolbar-top', 'window-maximize'], ['web-application-firewall'], ['website-bug', 'bug'], ['web-design'], ['navigation-toolbar-bottom'], ['more-details'], ['navigation-pane'], ['pin', 'thumb-tack'], ['unpin'], ['commit-git'], ['codefork', 'code-fork'], ['merge-git'], ['pull-request'], ['compare-git'], ['share', 'share-alt', 'share-alt-square'], ['activity-history'], ['rules'], ['create-document'], ['product-architecture'], ['registry-editor'], ['rest-api'], ['true-false'], ['uninstall-programs'], ['sheets', 'stages'], ['add-stage'], ['api'], ['blockly-turquoise'], ['blockly-blue'], ['blockly-pink'], ['plugin'], ['base-64'], ['xml-transformer'] ]

api/data.module.ts

providers
Type : any[]
Default value : (Object.keys(services).map(k => toProvider(services[k])) as any[]).concat([ { provide: ApiService, useClass: ApiService, deps: [FetchClient] } ])

core/data-grid/product-experience.constants.ts

PX_ACTIONS
Type : object
Default value : { APPLY_FILTER: 'applyFilter', RESET_FILTER: 'resetFilter', CLEAR_FILTER: 'clearFilter', CUSTOM_ACTION: 'cutomAction:', ADD_CUSTOM_COLUMN: 'addCustomColumn', REMOVE_CUSTOM_COLUMN: 'removeCustomColumn', REORDER_COLUMNS: 'reorderColumns', CHANGE_VISIBILITY: 'changeVisibility', CHANGE_SORTING_ORDER: 'changeSortingOrder', CHANGE_PAGINATION: 'changePagination', SELECT_ALL_ITEMS: 'bulk:selectAllItems', BULK_DELETE: 'bulk:delete', BULK_EXPORT: 'bulk:export', BULK_CUSTOM_ACTION: 'bulk:customAction:', BULK_CANCEL: 'bulk:cancel', SELECT_ITEM: 'item:select', EDIT_ITEM: 'item:edit', DELETE_ITEM: 'item:delete', EXPORT_ITEM: 'item:export', CUSTOM_ACTION_ITEM: 'item:customAction:', RELOAD: 'reload', SEARCH: 'search', CLEAR_SEARCH: 'clearSearch' }
PX_EVENT_NAME
Type : string
Default value : 'dataGrid'

auth-configuration/sso-configuration/template-parts/access-mapping/dynamic-accesss-mapping-relations.model.ts

relations
Type : []
Default value : [ { name: 'EQ', value: 'EQ', label: '=', ordinal: 0 }, { name: 'NEQ', value: 'NEQ', label: '!=', ordinal: 1 }, { name: 'GT', value: 'GT', label: '>', ordinal: 2 }, { name: 'LT', value: 'LT', label: '<', ordinal: 3 }, { name: 'GTE', value: 'GTE', label: '>=', ordinal: 4 }, { name: 'LTE', value: 'LTE', label: '<=', ordinal: 5 }, { name: 'IN', value: 'IN', label: gettext('in`value-range`'), ordinal: 6 } ]

context-dashboard/report-dashboard/report-dashboard-navigation.factory.ts

REPORT_DEFAULT_NAVIGATION_NODE_PRIORITY
Type : number
Default value : 30
REPORTS_NAVIGATOR_NODE_PRIORITY
Type : number
Default value : 40

reports/ng1/downgraded.services.ts

reportsService
Default value : downgradeInjectable(ReportsService)

upgrade/ng1/root.component.ts

rootComponent
Type : object
Default value : { template: ` <c8y-bootstrap> <div id="c8y-legacy-view"> <div ng-view ng-if="vm.widthSet && vm.authState.hasAuth"></div> </div> </c8y-bootstrap>`, controller: c8yUiRootController, controllerAs: 'vm' }

device-list/device-list.module.ts

routes
Type : Route[]
Default value : [ { path: 'device', component: DeviceListComponent } ]

operations/operations.module.ts

routes
Type : Route[]
Default value : [ { path: 'devicecontrol', redirectTo: 'devicecontrol/single', pathMatch: 'full' } ]

protocol-lpwan/lpwan-protocol.module.ts

routes
Type : Route[]
Default value : [ { context: ViewContext.Device, path: 'assign-protocol', component: LpwanAssignDeviceProtocolComponent, label: gettext('LPWAN'), icon: 'c8y-device-protocols', canActivate: [LpwanAgentGuard] } ]

search/search-config.model.ts

SEARCH_CONFIG
Default value : new InjectionToken<SearchConfig>('SearchConfig')

icon-selector/icons/security/index.ts

securityIconCategory
Type : object
Default value : { label: gettext('Security`icons-category`'), icons: securityIcons }
securityIcons
Type : []
Default value : [ ['shield'], ['protect'], ['warning-shield'], ['free-forever'], ['identification-documents'], ['id-verified'], ['fingerprint'], ['pin-code'], ['password'], ['lock'], ['unlock'], ['privacy'], ['lock-outline', 'lock1'], ['lock-open', 'unlock1', 'unlock-alt'], ['key'], ['access'], ['lock11'], ['realtime'], ['smart-home-connection'], ['smart-home-checked'], ['smart-home-error'], ['smart-home-remove'], ['smart-home-shield'], ['voice-id'], ['web-application-firewall1'], ['copyright'], ['spy', 'user-secret'], ['bug1'], ['health-examine', 'stethoscope'] ]

services/services-device-tab/services-device-tab.component.ts

SERVICE_FRAGMENT
Type : string
Default value : 'c8y_Service'

services/services-device-tab/services-device-tab.guard.ts

SERVICE_FRAGMENT
Type : string
Default value : 'c8y_Service'

protocol-lpwan/multiple-lns-connectors/multiple-lns-connectors.module.ts

settingsRoutes
Type : Route[]
Default value : [ { path: 'connectivitySettings/multiple_lns_connectors_sigfox', component: SigfoxMultipleLnsConnectorComponent }, { path: 'connectivitySettings/multiple_lns_connectors_actility', component: ActilityMultipleLnsConnectorComponent }, { path: 'connectivitySettings/multiple_lns_connectors_loriot', component: LoriotMultipleLnsConnectorComponent } ]

core/forms/simple-json-path-validator.directive.ts

SIMPLE_JSON_PATH_REGEX
Default value : /^[^.\s]+(\.\S+)*$/

operations/operations-list/operations-list.module.ts

singleOperationListRoutes
Type : Route[]
Default value : [ { path: 'devicecontrol/single', component: OperationsListComponent } ]

upgrade/smart-rules.service.ts

smartRulesServiceProvider
Type : object
Default value : { provide: Ng1SmartRulesService, useFactory: SmartRulesServiceFactory, deps: ['$injector'] }

auth-configuration/sso-configuration/sso-configuration.model.ts

templateTypeConfig
Type : object
Default value : { [TemplateType.CUSTOM]: { name: 'CUSTOM', value: 'CUSTOM', label: gettext('Custom') }, [TemplateType.AZURE]: { name: 'AZURE', value: 'AZURE', label: gettext('Azure AD') }, [TemplateType.KEYCLOAK]: { name: 'KEYCLOAK', value: 'KEYCLOAK', label: gettext('Keycloak') } }

tenants/tenants.model.ts

TENANTS_MODULE_CONFIG
Default value : new InjectionToken<TenantsModuleConfig>('TenantsModuleConfig')

core/plugins/__test__/plugins-test-helper.ts

TEST_INJECTION_TOKEN
Default value : new InjectionToken('TEST')
TEST_INJECTION_TOKEN_TWO
Default value : new InjectionToken('TEST2')

widgets/definitions/three-d-rotation/index.ts

threeDRotationWidgetDefinition
Default value : { id: defaultWidgetIds.THREE_D_ROTATION, label: gettext('Rotation widget'), description: gettext('Displays current device orientation'), loadComponent: () => import('@c8y/ngx-components/widgets/implementations/three-d-rotation').then( m => m.ThreeDRotationWidgetViewComponent ), loadConfigComponent: () => import('@c8y/ngx-components/widgets/implementations/three-d-rotation').then( m => m.ThreeDRotationWidgetConfigComponent ), previewImage: 'c8y-style-assets/rotation-widget-pr.png', data: { settings: { noNewWidgets: false, widgetDefaults: { _width: 4, _height: 4 }, ng1: { options: { noDeviceTarget: false, groupsSelectable: false } } } } as ContextWidgetConfig } as DynamicComponentDefinition

icon-selector/icons/transport/index.ts

transportIconCategory
Type : object
Default value : { label: gettext('Transport`icons-category`'), icons: transportIcons }
transportIcons
Type : []
Default value : [ ['space-shuttle'], ['ambulance'], ['car', 'automobile'], ['local-taxi', 'taxi', 'cab'], ['truck'], ['file-delivery'], ['in-transit'], ['bus'], ['train'], ['directions-subway', 'directions-transit', 'tram'], ['delivery-dining', 'scooter'], ['pedal-bike', 'bicycle'], ['motorcycle'], ['airport', 'plane', 'fighter-jet'], ['directions-ferry', 'ship'], ['deploy', 'rocket'], ['wrench1'], ['road'], ['flag-outline'], ['software'] ]

trusted-certificates/trusted-certificates.module.ts

trustedCertificatesRoutes
Type : Route[]
Default value : [ { path: 'trusted-certificates', component: TrustedCertificatesComponent } ]

upgrade/upgrade.routes.ts

UPGRADE_ROUTES
Type : []
Default value : [{ path: '**', component: EmptyComponent }]

icon-selector/icons/userInterface/index.ts

userInterfaceIconCategory
Type : object
Default value : { label: gettext('User interface`icons-category`'), icons: userInterfaceIcons }
userInterfaceIcons
Type : []
Default value : [ ['newspaper-o'], ['creative-commons'], ['spinner', 'loading', 'busy', 'wheel'], ['trademark'], ['toggle-on'], ['toggle-off'], ['ticket'], ['spoon'], ['sort-numeric-desc'], ['sort-numeric-asc'], ['snowflake-o'], ['shower'], ['percent'], ['paw'], ['mouse-pointer'], ['lemon-o'], ['leaf'], ['diamond'], ['braille'], ['bomb'], ['binoculars'], ['eject'], ['touch-app'], ['soccer', 'football', 'futbol-o', 'soccer-ball-o'], ['mood', 'meh-o', 'frown-o', 'smile-o'], ['deaf', 'deafness', 'hard-of-hearing'], ['assistive-listening-systems'], ['american-sign-language-interpreting', 'asl-interpreting'], ['cc', 'closed-caption'], ['anchor'], ['accessibility-settings'], ['info', 'info-circle'], ['warning', 'report-problem', 'exclamation-triangle'], ['exclamation-circle', 'error'], ['high-priority'], ['spam'], ['help', 'question-circle', 'question'], ['help-outline', 'question-circle-o'], ['approval', 'trophy'], ['unverified-account'], ['automatic-gearbox-warning', 'exclamation-circle1'], ['user-manual'], ['stages1'], ['menu', 'reorder', 'navicon', 'bars', 'hamburger'], ['menu-vertical', 'ellipsis-v'], ['app-switcher'], ['menu-horizontal', 'ellipsis-h'], ['plus-math', 'plus'], ['subtract', 'minus'], ['clear', 'close', 'remove', 'times'], ['equals'], ['exclamation'], ['check'], ['upvote-downvote'], ['math'], ['less-than1'], ['more-than'], ['circled-notch', 'circle-o-notch'], ['inactive-state'], ['storage1'], ['lifebuoy', 'life-buoy', 'life-ring', 'life-saver'], ['wait'], ['block', 'ban'], ['copy1', 'clone'], ['paste1', 'clipboard'], ['search-more'], ['search'], ['mobile-zoom-in', 'search-plus'], ['mobile-zoom-out', 'search-minus'], ['product1'], ['trash-can', 'trash'], ['editing-trash', 'trash-o'], ['delete-bin'], ['eye'], ['visibility-off', 'low-vision', 'eye-slash', 'blind'], ['double-tap'], ['heart', 'heart-o'], ['unheart'], ['science', 'flask'], ['school', 'graduation-cap', 'mortar-board'], ['badge1'], ['data-quality'], ['brightness-low', 'brightness-5', 'sun-o'], ['bedtime', 'moon-o', 'moon'], ['add-identity-provider'], ['bookmark-outline', 'turned-in-not', 'bookmark-o', 'unbookmark'], ['bookmark', 'turned-in'], ['check-box', 'check-square', 'check-square-o', 'checkbox-selected'], ['add-box', 'plus-square'], ['indeterminate-check-box', 'minus-square'], ['duplicate'], ['check-box-outline-blank', 'square-o'], ['checkbox-unselected'], ['add-new', 'plus-square-o'], ['negative', 'minus-square-o'], ['multiplication', 'times-rectangle-o', 'times-rectangle'], ['ratio'], ['circle'], ['contrast1'], ['connection-status-on'], ['ok', 'check-circle', 'check-circle-o', 'success'], ['cross-circle', 'times-circle', 'times-circle-o'], ['add', 'plus-circle'], ['minus-circle', 'minus-sign'], ['radio-button-unchecked', 'circle-o', 'circle-thin'], ['add-circle-outline', 'plus-circle-o'], ['local-fire-department', 'fire'], ['outlined-flag', 'flag-o'], ['flag', 'assistant-photo', 'flag-checkered'], ['flash-on', 'bolt'], ['quick-mode-on', 'flash'], ['quick-mode-off'], ['videogame-asset', 'gamepad'], ['portraits'], ['extension', 'puzzle', 'puzzle-piece'], ['star-outline', 'star-o', 'unstar'], ['star-half', 'star-half-empty', 'star-half-full', 'star-half-o'], ['star', 'grade'], ['home-page', 'home'], ['attach', 'paper-clip', 'paperclip'], ['link1'], ['unlink1'], ['online1'], ['offline'], ['notification', 'notifications', 'bell', 'bell-o'], ['alarm'], ['no-reminders', 'bell-slash', 'bell-slash-o'], ['medium-priority'], ['sliders1', 'sliders2', 'adjust1'], ['tune', 'customize'], ['button'], ['breadcrumb'], ['window-minimize'], ['versions'], ['pages'], ['change-theme', 'window-restore'], ['landing-page'], ['continuous-mode'], ['ruler-pencil'], ['header1'], ['body'], ['footer'], ['logs'], ['overview'], ['tab'], ['cursor-in-window'], ['advertisement-page', 'share-square-o', 'share-square', 'share1'], ['external-link'], ['level-up'], ['trigger'], ['rules1'], ['email'], ['form'], ['language1'], ['loading-bar'], ['output'], ['save1', 'floppy-o'], ['single-choice'], ['single-page-mode'], ['skip'], ['support', 'wrench'], ['maintenance', 'utility'], ['themes'], ['book1'], ['top-menu'], ['user-menu-male'], ['hint'], ['xlarge-icons1'], ['circled-menu'], ['keypad'], ['cake', 'birthday-cake'], ['intelligence1'], ['beginner'], ['restaurant', 'cutlery'], ['local-cafe', 'free-breakfast', 'coffee'], ['wine-bar', 'glass'], ['espresso-cup'], ['broom'], ['buy-upgrade'], ['speedometer'], ['dashboard', 'tachometer'], ['palette'], ['car-battery'], ['magnetic', 'magnet1'], ['right-navigation-toolbar'], ['tilt'], ['clear-symbol'], ['settings', 'cog', 'gear'], ['advanced-search', 'heartbeat'], ['installing-updates'], ['heating-automation'], ['impressum'] ]

icon-selector/icons/weather/index.ts

weatherIconCategory
Type : object
Default value : { label: gettext('Weather`icons-category`'), icons: weatherIcons }
weatherIcons
Type : []
Default value : [ ['sun'], ['sunlight'], ['cloud1'], ['rain'], ['winter'], ['storm'], ['keep-dry', 'umbrella'] ]

core/dynamic-component/dynamic-component-alert-aggregator.ts

WIDGET_ALERTS_ORDER
Type : AlertType[]
Default value : ['danger', 'warning', 'info']

Order of widget alerts due to alerts severity.

core/common/zip.service.ts

zip
Type : any

results matching ""

    No results matching ""